.Custom_customPage__HVJWE{min-height:100vh;background:#fafaf8}.Custom_hero__IpLb0{position:relative;height:300px;background:linear-gradient(135deg,#0A0A0A,#C9A84C);display:flex;align-items:center;justify-content:center;overflow:hidden}.Custom_hero__IpLb0:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:url(https://images.unsplash.com/photo-1518709268805-4e9042af9f23?w=1920) 50%/cover;opacity:.15}.Custom_heroOverlay__kcO_w{position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(135deg,rgba(10,10,10,.9),rgba(201,168,76,.9))}.Custom_heroContent___Fa42{position:relative;z-index:1;text-align:center;color:#fff;max-width:800px;padding:0 1rem}.Custom_heroContent___Fa42 h1{font-size:2.25rem;font-weight:700;margin-bottom:.75rem;font-family:var(--font-cormorant),"Cormorant Garamond",Georgia,serif}.Custom_heroContent___Fa42 p{font-size:1.125rem;opacity:.95}.Custom_container__aT71H{max-width:1400px;margin:0 auto;padding:3rem 1rem}.Custom_contentGrid__9II4U{display:grid;grid-template-columns:1fr 1.2fr;grid-gap:2rem;gap:2rem}@media(max-width:1024px){.Custom_contentGrid__9II4U{grid-template-columns:1fr}}.Custom_infoSection__27wK4 h2{font-size:1.875rem;font-weight:700;margin-bottom:1.5rem;color:#1a1a1a;font-family:var(--font-cormorant),"Cormorant Garamond",Georgia,serif}.Custom_benefits__NZD38{display:flex;flex-direction:column;gap:1.25rem;margin-bottom:2rem}.Custom_benefit__OJRmT{display:flex;gap:1rem;padding:1.25rem;background:#fff;border-radius:.5rem;box-shadow:0 1px 3px rgba(0,0,0,.06),0 2px 8px rgba(0,0,0,.04);transition:.2s}.Custom_benefit__OJRmT:hover{box-shadow:0 4px 12px rgba(0,0,0,.08),0 2px 4px rgba(0,0,0,.04);transform:translateY(-2px)}.Custom_benefit__OJRmT h3{font-size:1.125rem;font-weight:600;margin-bottom:.5rem;color:#0a0a0a}.Custom_benefit__OJRmT p{color:#7a6e6e;line-height:1.6}.Custom_benefitIcon__1pqYQ{font-size:1.875rem;color:#0a0a0a;flex-shrink:0}.Custom_processCard__JcTl6{background:#fff;padding:1.5rem;border-radius:.5rem;box-shadow:0 1px 3px rgba(0,0,0,.06),0 2px 8px rgba(0,0,0,.04);margin-bottom:2rem}.Custom_processCard__JcTl6 h3{font-size:1.25rem;font-weight:700;margin-bottom:1.25rem;color:#1a1a1a}.Custom_processList__w87aL{list-style:none;padding:0;margin:0}.Custom_processList__w87aL li{padding-left:2rem;margin-bottom:1.25rem;position:relative}.Custom_processList__w87aL li:before{content:attr(data-number);position:absolute;left:0;top:0;width:32px;height:32px;background:#0a0a0a;color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:.875rem}.Custom_processList__w87aL li:first-child:before{content:"1"}.Custom_processList__w87aL li:nth-child(2):before{content:"2"}.Custom_processList__w87aL li:nth-child(3):before{content:"3"}.Custom_processList__w87aL li:nth-child(4):before{content:"4"}.Custom_processList__w87aL li:last-child{margin-bottom:0}.Custom_processList__w87aL li strong{display:block;font-size:1rem;font-weight:600;margin-bottom:.25rem;color:#1a1a1a}.Custom_processList__w87aL li p{color:#7a6e6e;font-size:.875rem}.Custom_gallery__qY6ic h3{font-size:1.25rem;font-weight:700;margin-bottom:1rem;color:#1a1a1a}.Custom_galleryGrid__MFJ9d{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:.75rem;gap:.75rem}.Custom_galleryGrid__MFJ9d img{width:100%;height:200px;object-fit:cover;border-radius:.375rem;transition:.2s}.Custom_galleryGrid__MFJ9d img:hover{transform:scale(1.05);box-shadow:0 8px 24px rgba(0,0,0,.1),0 4px 8px rgba(0,0,0,.05)}.Custom_formSection__x7I2a{position:-webkit-sticky;position:sticky;top:100px;align-self:flex-start}@media(max-width:1024px){.Custom_formSection__x7I2a{position:static}}.Custom_formCard__JF_gk{background:#fff;padding:2rem;border-radius:.75rem;box-shadow:0 8px 24px rgba(0,0,0,.1),0 4px 8px rgba(0,0,0,.05)}.Custom_formCard__JF_gk h2{font-size:1.5rem;font-weight:700;margin-bottom:.5rem;color:#1a1a1a;font-family:var(--font-cormorant),"Cormorant Garamond",Georgia,serif}.Custom_formSubtitle__9WqHp{color:#7a6e6e;margin-bottom:1.5rem}.Custom_form__23X2z{display:flex;flex-direction:column;gap:1.25rem}.Custom_formGroup__mTuL1 label{display:flex;align-items:center;gap:.5rem;font-weight:600;margin-bottom:.5rem;color:#1a1a1a;font-size:.875rem}.Custom_formGroup__mTuL1 label svg{color:#0a0a0a}.Custom_formGroup__mTuL1 input,.Custom_formGroup__mTuL1 select,.Custom_formGroup__mTuL1 textarea{width:100%;padding:.75rem;border:2px solid #f0ebe3;border-radius:.375rem;font-size:1rem;font-family:var(--font-dm-sans),"DM Sans",-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;transition:.15s}.Custom_formGroup__mTuL1 input:focus,.Custom_formGroup__mTuL1 select:focus,.Custom_formGroup__mTuL1 textarea:focus{outline:none;border-color:#0a0a0a}.Custom_formGroup__mTuL1 input::placeholder,.Custom_formGroup__mTuL1 select::placeholder,.Custom_formGroup__mTuL1 textarea::placeholder{color:#c8c0b8}.Custom_formGroup__mTuL1 textarea{resize:vertical;min-height:100px}.Custom_formRow__7TmGL{display:grid;grid-template-columns:1fr 1fr;grid-gap:1rem;gap:1rem}@media(max-width:640px){.Custom_formRow__7TmGL{grid-template-columns:1fr}}.Custom_optionsGrid__HFQhI{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:.75rem;gap:.75rem}@media(max-width:768px){.Custom_optionsGrid__HFQhI{grid-template-columns:repeat(3,1fr)}}@media(max-width:640px){.Custom_optionsGrid__HFQhI{grid-template-columns:repeat(2,1fr)}}.Custom_optionButton__igDGQ{display:flex;flex-direction:column;align-items:center;gap:.5rem;padding:.75rem;border:2px solid #f0ebe3;border-radius:.375rem;background:#fff;cursor:pointer;transition:.15s;font-size:.875rem;font-weight:500;color:#3d3535}.Custom_optionButton__igDGQ:hover{border-color:#0a0a0a;background:rgba(10,10,10,.05)}.Custom_optionButton__igDGQ.Custom_selected__SZASr{border-color:#0a0a0a;background:rgba(10,10,10,.1);color:#0a0a0a}.Custom_optionIcon__xB4hq{font-size:1.5rem}.Custom_colorGrid__Wnjdw{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:.75rem;gap:.75rem}@media(max-width:640px){.Custom_colorGrid__Wnjdw{grid-template-columns:repeat(3,1fr)}}.Custom_colorButton__y_P8M{position:relative;aspect-ratio:1;border:3px solid rgba(0,0,0,0);border-radius:.375rem;cursor:pointer;transition:.15s;display:flex;flex-direction:column;align-items:center;justify-content:center;overflow:hidden}.Custom_colorButton__y_P8M:hover{transform:scale(1.05);box-shadow:0 4px 12px rgba(0,0,0,.08),0 2px 4px rgba(0,0,0,.04)}.Custom_colorButton__y_P8M.Custom_selected__SZASr{border-color:#1a1a1a;box-shadow:0 8px 24px rgba(0,0,0,.1),0 4px 8px rgba(0,0,0,.05)}.Custom_checkIcon__JGFEO{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);color:#fff;font-size:1.25rem;font-weight:700;filter:drop-shadow(0 2px 4px rgba(0,0,0,.3))}.Custom_colorName__AKKbt{position:absolute;bottom:.25rem;left:50%;transform:translateX(-50%);font-size:.75rem;font-weight:600;color:#1a1a1a;background:hsla(0,0%,100%,.9);padding:.25rem .5rem;border-radius:.125rem;white-space:nowrap}.Custom_submitButton___TrQY{background:linear-gradient(135deg,#0A0A0A,#C9A84C);color:#fff;padding:1rem;border:none;border-radius:.5rem;font-size:1.125rem;font-weight:700;cursor:pointer;transition:.2s;margin-top:1rem}.Custom_submitButton___TrQY:hover{transform:translateY(-2px);box-shadow:0 20px 40px rgba(0,0,0,.1)}.Custom_submitButton___TrQY:active{transform:translateY(0)}.Custom_formNote__rrrZd{font-size:.875rem;color:#7a6e6e;text-align:center;margin-top:.5rem;line-height:1.6}