/*!*****************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[15].oneOf[5].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[15].oneOf[5].use[3]!./src/app/(frontend)/gallery/Gallery.module.css ***!
  \*****************************************************************************************************************************************************************************************************************************************************************************************/
.Gallery_page__1MATM{min-height:100vh;background:#fff;color:#111}.Gallery_hero__BNlLq{width:min(1040px,calc(100% - 80px));margin:0 auto;padding:58px 0 32px;border-bottom:1px solid #e7e7e7}.Gallery_eyebrow__dDzpo{display:flex;align-items:center;gap:10px;color:#ff5a00;font-size:10px;font-weight:800;letter-spacing:.1em;text-transform:uppercase}.Gallery_eyebrow__dDzpo:before{width:32px;height:2px;background:#ff5a00;content:""}.Gallery_hero__BNlLq h1{margin:12px 0 14px;font-size:clamp(38px,5vw,62px);letter-spacing:-.045em;line-height:.95}.Gallery_hero__BNlLq p{max-width:660px;margin:0;color:#676767;font-size:15px;line-height:1.55}.Gallery_grid__UgFl9{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;width:min(1040px,calc(100% - 80px));margin:0 auto;padding:36px 0 86px}.Gallery_card__bLRr8{position:relative;overflow:hidden;border:1px solid #e1e1e1;border-radius:16px;background:#fff;color:#111;text-decoration:none;box-shadow:0 8px 25px rgba(0,0,0,.06)}.Gallery_card__bLRr8 img{display:block;width:100%;aspect-ratio:1/1;object-fit:cover;transition:transform .3s}.Gallery_card__bLRr8:hover img{transform:scale(1.035)}.Gallery_cardCopy__jMymg{display:grid;grid-template-columns:1fr auto;align-items:center;gap:5px 10px;padding:17px}.Gallery_cardCopy__jMymg strong{font-size:18px}.Gallery_cardCopy__jMymg span{color:#777;font-size:11px}.Gallery_cardCopy__jMymg i{grid-column:2;grid-row:1/3;display:grid;width:34px;height:34px;place-items:center;border:1px solid #dedede;border-radius:50%;color:#777;font:400 29px/1 sans-serif}.Gallery_gallery__2edqZ{columns:3 260px;column-gap:14px;width:min(1040px,calc(100% - 80px));margin:0 auto;padding:34px 0 86px}.Gallery_photo__rTf1M{display:block;overflow:hidden;margin-bottom:14px;border-radius:12px;background:#f1f1f1;page-break-inside:avoid;break-inside:avoid}.Gallery_photo__rTf1M img{display:block;width:100%;height:auto;transition:transform .25s}.Gallery_photo__rTf1M:hover img{transform:scale(1.02)}.Gallery_empty__GeWdQ{width:min(1040px,calc(100% - 80px));margin:0 auto;padding:70px 0;color:#777}@media(max-width:800px){.Gallery_hero__BNlLq,.Gallery_grid__UgFl9,.Gallery_gallery__2edqZ,.Gallery_empty__GeWdQ{width:min(100% - 28px,1040px)}.Gallery_hero__BNlLq{padding-top:38px}.Gallery_grid__UgFl9{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.Gallery_gallery__2edqZ{columns:2 150px}}@media(max-width:520px){.Gallery_grid__UgFl9{grid-template-columns:1fr}}

/*!*****************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[15].oneOf[5].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[15].oneOf[5].use[3]!./src/components/InquirySuccessModal.module.css ***!
  \*****************************************************************************************************************************************************************************************************************************************************************************************/
.InquirySuccessModal_backdrop__gJ9Wu {
  position: fixed;
  z-index: 10030;
  inset: 0;
  display: grid;
  place-items: center;
  padding: 24px;
  background: rgb(12 12 12 / 72%);
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
}

.InquirySuccessModal_modal__A1KE5 {
  position: relative;
  width: min(460px, 100%);
  padding: 44px 42px 38px;
  border-top: 5px solid #ff5a00;
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 28px 90px rgb(0 0 0 / 30%);
  color: #181818;
  text-align: center;
}

.InquirySuccessModal_close__7eRtE {
  position: absolute;
  top: 12px;
  right: 14px;
  display: grid;
  width: 36px;
  height: 36px;
  padding: 0;
  border: 0;
  background: transparent;
  color: #686d72;
  cursor: pointer;
  font-size: 30px;
  line-height: 1;
  place-items: center;
}

.InquirySuccessModal_icon__sMsr_ {
  display: grid;
  width: 64px;
  height: 64px;
  margin: 0 auto 20px;
  border-radius: 50%;
  background: #ff5a00;
  box-shadow: 0 10px 26px rgb(255 90 0 / 26%);
  color: #fff;
  font-size: 34px;
  font-weight: 800;
  place-items: center;
}

.InquirySuccessModal_modal__A1KE5 h2 {
  margin: 0 0 12px;
  font-size: clamp(27px, 4vw, 36px);
  line-height: 1.08;
}

.InquirySuccessModal_modal__A1KE5 p {
  margin: 0 auto 26px;
  color: #64686c;
  font-size: 17px;
  line-height: 1.5;
}

.InquirySuccessModal_action__L0Mgs {
  min-width: 170px;
  min-height: 48px;
  padding: 0 28px;
  border: 0;
  border-radius: 8px;
  background: #171717;
  color: #fff;
  cursor: pointer;
  font: inherit;
  font-weight: 750;
}

@media (max-width: 520px) {
  .InquirySuccessModal_backdrop__gJ9Wu {
    padding: 16px;
  }

  .InquirySuccessModal_modal__A1KE5 {
    padding: 40px 24px 28px;
    border-radius: 14px;
  }

  .InquirySuccessModal_modal__A1KE5 p {
    font-size: 15px;
  }

  .InquirySuccessModal_action__L0Mgs {
    width: 100%;
  }
}

/*!*********************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[15].oneOf[5].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[15].oneOf[5].use[3]!./src/components/InquiryForm.module.css ***!
  \*********************************************************************************************************************************************************************************************************************************************************************************/
.InquiryForm_form__Biz16{position:relative;display:grid;gap:12px}.InquiryForm_form__Biz16 h2{margin:0 36px 8px 0;font-size:24px;line-height:1.05}.InquiryForm_field__Q9qY2{display:grid;gap:5px;font-size:12px;font-weight:750}.InquiryForm_form__Biz16 input,.InquiryForm_form__Biz16 textarea{box-sizing:border-box;width:100%;padding:12px;border:1px solid #d9d9d9;border-radius:8px;background:#fff;font:inherit;outline:none}.InquiryForm_form__Biz16 input:focus,.InquiryForm_form__Biz16 textarea:focus{border-color:#ff5a00;box-shadow:0 0 0 3px rgba(255,90,0,.12)}.InquiryForm_form__Biz16 button{padding:13px 16px;border:0;border-radius:8px;background:#ff5a00;color:#fff;font:800 13px/1 inherit;text-transform:uppercase;cursor:pointer}.InquiryForm_form__Biz16 button:disabled{cursor:wait;opacity:.65}.InquiryForm_status__0Qry0{margin:0;color:#246533;font-size:13px}.InquiryForm_consent__Y1hce{display:flex;align-items:flex-start;gap:9px;color:#303230;font-size:12px;font-weight:500;line-height:1.35}.InquiryForm_consent__Y1hce input{width:17px;height:17px;flex:0 0 17px;margin:1px 0 0;padding:0;accent-color:#ff5a00}.InquiryForm_consent__Y1hce a{color:inherit;text-decoration:underline}.InquiryForm_honeypot__byF8k{position:absolute!important;left:-10000px!important;width:1px!important;height:1px!important;overflow:hidden!important}.InquiryForm_dialog__4xeb6{grid-template-columns:repeat(2,minmax(0,1fr));gap:18px 44px}.InquiryForm_dialog__4xeb6 .InquiryForm_message__it25N{grid-column:1/-1}.InquiryForm_dialog__4xeb6 .InquiryForm_consent__Y1hce{align-self:center}.InquiryForm_dialog__4xeb6 button{min-height:54px;align-self:center;font-size:16px}.InquiryForm_dialog__4xeb6 .InquiryForm_status__0Qry0{grid-column:1/-1}@media(max-width:720px){.InquiryForm_dialog__4xeb6{grid-template-columns:1fr;gap:14px}.InquiryForm_dialog__4xeb6 .InquiryForm_message__it25N,.InquiryForm_dialog__4xeb6 .InquiryForm_status__0Qry0{grid-column:1}.InquiryForm_dialog__4xeb6 button{min-height:50px}}

/*!***********************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[15].oneOf[5].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[15].oneOf[5].use[3]!./src/components/FeedbackModal.module.css ***!
  \***********************************************************************************************************************************************************************************************************************************************************************************/
.FeedbackModal_backdrop__YL8rs {
  position: fixed;
  inset: 0;
  z-index: 4000;
  display: grid;
  overflow-y: auto;
  padding: 24px;
  place-items: center;
  background: rgba(18, 18, 17, .72);
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
}

.FeedbackModal_modal__C4uZS {
  width: min(1080px, 100%);
  overflow: hidden;
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 28px 90px rgba(0, 0, 0, .38);
}

.FeedbackModal_header__ezXCo {
  position: relative;
  display: flex;
  min-height: 170px;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  padding: 34px 82px;
  color: #fff;
  background: #ff5a00;
  text-align: center;
}

.FeedbackModal_header__ezXCo::before {
  position: absolute;
  inset: 0 auto 0 -8%;
  width: 48%;
  content: '';
  opacity: .2;
  transform: skewX(-38deg);
  background: linear-gradient(90deg, #fff 0 34%, transparent 34% 48%, #fff 48% 70%, transparent 70%);
}

.FeedbackModal_header__ezXCo > div { position: relative; z-index: 1; }
.FeedbackModal_header__ezXCo h2 { margin: 0; color: #202220; font-size: clamp(34px, 3.2vw, 54px); font-weight: 750; line-height: 1.05; }
.FeedbackModal_header__ezXCo p { margin: 16px 0 0; font-size: clamp(18px, 1.65vw, 28px); line-height: 1.25; }

.FeedbackModal_close__BfG2s {
  position: absolute;
  top: 20px;
  right: 24px;
  z-index: 2;
  width: 46px;
  height: 46px;
  padding: 0;
  border: 0;
  color: #fff;
  background: transparent;
  cursor: pointer;
  font: 300 50px/40px sans-serif;
}

.FeedbackModal_body__3jdUc { padding: 38px 58px 46px; }

@media (max-width: 720px) {
  .FeedbackModal_backdrop__YL8rs { padding: 12px; place-items: start center; }
  .FeedbackModal_modal__C4uZS { margin-block: 12px; border-radius: 12px; }
  .FeedbackModal_header__ezXCo { min-height: 132px; padding: 28px 42px 24px 20px; text-align: left; }
  .FeedbackModal_header__ezXCo h2 { font-size: 29px; }
  .FeedbackModal_header__ezXCo p { margin-top: 10px; font-size: 16px; }
  .FeedbackModal_close__BfG2s { top: 10px; right: 10px; }
  .FeedbackModal_body__3jdUc { padding: 24px 18px 28px; }
}

/*!***********************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[15].oneOf[5].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[15].oneOf[5].use[3]!./src/components/PreviewBanner.module.css ***!
  \***********************************************************************************************************************************************************************************************************************************************************************************/
.PreviewBanner_banner__fqyAq {
  align-items: center;
  background: #17231d;
  border-bottom: 2px solid #ff5a00;
  color: #fff;
  display: flex;
  font: 600 14px/1.2 sans-serif;
  gap: 18px;
  justify-content: center;
  min-height: 42px;
  padding: 8px 20px;
  position: sticky;
  top: 0;
  z-index: 10000;
}

.PreviewBanner_banner__fqyAq a {
  border: 1px solid rgba(255, 255, 255, .65);
  color: #fff;
  padding: 6px 12px;
  text-decoration: none;
}

.PreviewBanner_banner__fqyAq a:hover {
  background: #fff;
  color: #17231d;
}

/*!***************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[15].oneOf[5].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[15].oneOf[5].use[3]!./src/components/WorkGalleryViewer.module.css ***!
  \***************************************************************************************************************************************************************************************************************************************************************************************/
.WorkGalleryViewer_backdrop__HvI86{position:fixed;z-index:10000;inset:0;display:grid;padding:92px 32px 28px;place-items:center;background:rgba(8,8,8,.9)}
.WorkGalleryViewer_modal__GRwYe{position:relative;display:grid;grid-template-columns:minmax(0,1.5fr) minmax(340px,.72fr);width:min(1320px,100%);height:min(760px,calc(100vh - 120px));overflow:hidden;border-radius:18px;background:#fff;box-shadow:0 30px 90px rgba(0,0,0,.45)}
.WorkGalleryViewer_media__T0YCN{position:relative;display:grid;box-sizing:border-box;min-width:0;min-height:0;overflow:hidden;place-items:center;background:#161616;touch-action:pan-y}
.WorkGalleryViewer_imageFrame__7wO5R{position:absolute;inset:32px;display:grid;min-width:0;min-height:0;overflow:hidden;place-items:center}
.WorkGalleryViewer_imageFrame__7wO5R img{position:absolute;inset:0;display:block;width:100%!important;height:100%!important;object-fit:scale-down;object-position:center}
.WorkGalleryViewer_formPanel__YWo0k{overflow:auto;padding:42px 34px 34px;background:#f7f7f5}
.WorkGalleryViewer_formHeading__gSLVT{margin:0 0 24px}.WorkGalleryViewer_formHeading__gSLVT>span{color:#ff5a00;font-size:11px;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.WorkGalleryViewer_formHeading__gSLVT h2{margin:8px 0 10px;font-size:34px;letter-spacing:-.03em;line-height:1}.WorkGalleryViewer_formHeading__gSLVT p{margin:0;color:#666;font-size:13px;line-height:1.5}
.WorkGalleryViewer_close__slKAn,.WorkGalleryViewer_arrow__G2nxx{position:absolute;z-index:3;display:grid;padding:0;place-items:center;border:1px solid rgba(255,255,255,.65);border-radius:50%;color:#fff;background:rgba(0,0,0,.55);cursor:pointer}.WorkGalleryViewer_close__slKAn{top:14px;right:14px;width:48px;height:48px;font:300 35px/1 sans-serif}.WorkGalleryViewer_arrow__G2nxx{top:50%;width:46px;height:46px;transform:translateY(-50%);font:300 38px/1 sans-serif}.WorkGalleryViewer_previous__ZYf0F{left:14px}.WorkGalleryViewer_next__Fry5U{right:14px}.WorkGalleryViewer_counter__MgYpn{position:absolute;right:16px;bottom:14px;padding:7px 11px;border-radius:999px;color:#fff;background:rgba(0,0,0,.62);font-size:12px;font-weight:800}
.WorkGalleryViewer_close__slKAn:hover,.WorkGalleryViewer_close__slKAn:focus-visible,.WorkGalleryViewer_arrow__G2nxx:hover,.WorkGalleryViewer_arrow__G2nxx:focus-visible{border-color:#ff5a00;background:#ff5a00;outline:none}
@media(max-width:800px){.WorkGalleryViewer_backdrop__HvI86{padding:78px 10px 10px}.WorkGalleryViewer_modal__GRwYe{display:flex;width:100%;height:calc(100vh - 88px);max-height:none;flex-direction:column;overflow:auto;border-radius:14px}.WorkGalleryViewer_media__T0YCN{min-height:48vh;flex:0 0 48vh}.WorkGalleryViewer_imageFrame__7wO5R{inset:18px}.WorkGalleryViewer_formPanel__YWo0k{overflow:visible;padding:26px 18px 34px}.WorkGalleryViewer_formHeading__gSLVT{margin-bottom:20px}.WorkGalleryViewer_formHeading__gSLVT h2{font-size:29px}.WorkGalleryViewer_close__slKAn{position:fixed;top:84px;right:16px}.WorkGalleryViewer_arrow__G2nxx{width:42px;height:42px}.WorkGalleryViewer_previous__ZYf0F{left:8px}.WorkGalleryViewer_next__Fry5U{right:8px}}

