/* EDIT FONTS: local files keep the page independent of font services. */
@font-face { font-family:'Bodoni Moda'; font-style:normal; font-weight:400; font-display:swap; src:url('assets/bodoni-moda.ttf') format('truetype'); }
@font-face { font-family:'Pacifico'; font-style:normal; font-weight:400; font-display:swap; src:url('assets/pacifico.ttf') format('truetype'); }

/* EDIT BRAND COLORS, TYPEFACES AND CONTENT WIDTH HERE. */
:root {
  --black:#070707;
  --ink:#090909;
  --gold:#c9a96a;
  --gold-icon:#a68342;
  --cream:#f8f4ec;
  --navy:#1e2a38;
  --border:#d2d0ca;
  --heading:'Bodoni Moda',Georgia,'Times New Roman',serif;
  --body:Arial,Helvetica,sans-serif;
  --content-max:1320px;
}
* { box-sizing:border-box; }
html { scroll-behavior:smooth; scroll-padding-top:20px; }
body { margin:0; color:var(--ink); background:white; font:14px/1.4 var(--body); }
a { color:inherit; text-decoration:none; }
a:hover { text-decoration:underline; }
button,input,select,textarea { font:inherit; border-radius:0; }
button { cursor:pointer; }
button:disabled { opacity:.4; cursor:default; }
p { margin:0 0 20px; }
h1,h2,h3 { font-family:var(--heading); font-weight:400; line-height:1.15; margin:0; }
h1 { font-size:clamp(48px,4.5vw,64px); letter-spacing:-1.2px; }
h2 { font-size:clamp(39px,3.65vw,48px); letter-spacing:-1.1px; margin-bottom:20px; }
h3 { font-size:24px; letter-spacing:-.6px; }
address { font-style:normal; }
figure { margin:0; }
[hidden] { display:none!important; }
:focus-visible { outline:2px solid var(--gold-icon); outline-offset:5px; }
.skip-link { position:fixed; top:0; left:15px; transform:translateY(-120%); padding:12px; background:white; z-index:30; }
.skip-link:focus { transform:none; }
.sr-only { position:absolute; width:1px; height:1px; padding:0; margin:-1px; overflow:hidden; clip:rect(0,0,0,0); white-space:nowrap; border:0; }

/* EDIT SHARED SECTION LAYOUT: headings, columns and spacing. */
.container { width:90%; max-width:var(--content-max); margin-inline:auto; }
.section { padding:100px 0; }
.eyebrow { color:var(--gold-icon); text-transform:uppercase; font-size:13px; line-height:1.25; margin:0 0 6px; }
.split,.section-heading { display:grid; grid-template-columns:1fr 1fr; gap:6%; }
.split { align-items:center; }
.split>*,.section-heading>*,.footer-grid>* { min-width:0; }
.section-heading { align-items:start; margin-bottom:72px; }
.section-heading h2,.section-heading p:last-child { margin-bottom:0; }
.section-heading>p,.section-heading>div>p:not(.eyebrow) { max-width:490px; }
.three-columns { display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:60px 32px; }
.feature-grid { display:grid; gap:60px 32px; }
.feature-grid .icon { margin-bottom:31px; }
.feature-grid h3 { margin-bottom:9px; }
.feature-grid p { margin:0; font-size:13px; }
.compact-grid { grid-template-columns:repeat(2,minmax(0,1fr)); margin:20px 0 28px; gap:62px 30px; }
.compact-grid .icon { margin-bottom:20px; }
.compact-grid h3 { font-size:18px; letter-spacing:-.4px; }
.section-photo { display:block; width:100%; height:auto; aspect-ratio:1; object-fit:cover; object-position:center; background:#e7e4dd; }

/* EDIT ICON STYLE HERE. Individual icon paths are in index.html's SVG library. */
.icon-library { position:absolute; width:0; height:0; overflow:hidden; }
svg.icon { display:block; width:22px; height:22px; flex-shrink:0; fill:none; stroke:var(--gold-icon); stroke-width:1.8; stroke-linecap:square; stroke-linejoin:miter; }

/* EDIT BUTTON COLORS, SIZES AND HOVER STATES HERE. */
.button { display:inline-flex; align-items:center; justify-content:center; min-height:40px; padding:9px 17px; border:1px solid transparent; font-size:14px; line-height:1.3; font-weight:400; text-align:center; transition:background .2s,color .2s; }
.button:hover { text-decoration:none; }
.button-gold { background:var(--gold); color:var(--black); }
.button-gold:hover { background:#d5b878; }
.button-black { background:var(--black); color:white; font-weight:600; }
.button-black:hover { background:#303030; }
.button-outline { border-color:var(--border); background:transparent; }
.button-outline:hover { background:#eeeae2; }
.button-outline-light { border-color:#454545; background:rgba(0,0,0,.12); color:white; font-weight:600; }
.button-outline-light:hover { background:rgba(0,0,0,.5); }
.button-row { display:flex; flex-wrap:wrap; gap:9px; }

/* EDIT LOGO in client-config.js. The unitalicized script fallback matches the reference. */
.logo { display:inline-block; font-family:'Pacifico',cursive; font-style:normal; font-weight:400; font-size:26px; line-height:1.15; letter-spacing:-1px; color:#626262; transform:translateY(-4px); }
.logo:hover { text-decoration:none; }
.logo img { display:block; max-width:170px; max-height:40px; object-fit:contain; }
.site-header { height:54px; background:var(--black); color:white; display:flex; align-items:center; justify-content:space-between; padding:0 3%; border-bottom:1px solid #262626; }
.site-header nav { display:flex; align-items:center; gap:24px; font-size:13px; }
.site-header .button { min-height:30px; padding:6px 13px; font-size:13px; }
.menu-toggle { display:none; }

/* EDIT HERO IMAGE in client-config.js > images.hero; adjust its focal point below. */
.hero { position:relative; isolation:isolate; height:60.05vw; min-height:550px; max-height:870px; display:flex; align-items:center; background:var(--black); color:white; }
.hero-image { position:absolute; inset:0; width:100%; height:100%; object-fit:cover; object-position:center 85%; z-index:-2; }
.hero::before { content:''; position:absolute; inset:0; background:rgba(0,0,0,.29); z-index:-1; }
.hero-content { position:relative; width:89.2%; z-index:1; }
.hero .eyebrow { color:var(--gold); font-size:12px; font-weight:600; margin-bottom:10px; }
.hero h1 { margin-bottom:17px; }
.hero-description { max-width:520px; font-size:13px; margin-bottom:27px; }
.hero .button { min-height:36px; font-size:13px; padding:8px 15px; }
.hero .button-outline-light { font-size:12px; padding-inline:16px; }

/* EDIT STORY TEXT in index.html; image path / alt text in client-config.js. */
.story { padding:98px 0 49px; }
.story .container { width:91.4%; margin-left:4.8%; }
.story .split { gap:6.5%; }
.story h2 { max-width:460px; }
.story .split>div>p:not(.eyebrow) { max-width:430px; }
.story .compact-grid { margin-bottom:26px; }

/* EDIT GALLERY in client-config.js > products. Three cards at desktop widths. */
.collection { padding:20px 0 13px; }
.collection .container { width:89.8%; margin-left:5.3%; }
.collection .section-heading { margin-bottom:70px; }
.collection .section-heading p:not(.eyebrow) { margin-bottom:16px; }
.collection-window { overflow:hidden; touch-action:pan-y; }
.collection-track { display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:24px; }
.suit-photo { display:block; width:100%; height:auto; aspect-ratio:300/448; object-fit:cover; background:#e7e4dd; }
.suit-card h3 { font-family:var(--body); font-size:13px; font-weight:400; letter-spacing:0; margin:9px 0 2px; line-height:1.4; }
.suit-card p { font-size:12px; margin:0; }
.suit-card h3,.suit-card p,.contact-list,.review-grid blockquote { overflow-wrap:anywhere; }
.carousel-controls { display:flex; justify-content:space-between; align-items:center; gap:16px; margin-top:27px; }
.carousel-dots { display:flex; flex-wrap:wrap; gap:5px; padding:10px 0; }
.carousel-dots button { position:relative; width:6px; height:6px; border:0; border-radius:50%; padding:0; background:#aaa; }
.carousel-dots button::before { content:''; position:absolute; inset:-10px -2px; }
.carousel-dots button.active { background:var(--black); }
.carousel-arrows { display:flex; gap:10px; }
.carousel-arrows button { display:grid; place-items:center; width:29px; height:29px; padding:0; border:1px solid #c9c9c9; background:#e9e9e9; }
.carousel-arrows svg { width:18px; height:18px; fill:none; stroke:currentColor; stroke-width:1.5; }
.carousel-arrows button:hover { background:var(--gold); }

/* EDIT SERVICES / BENEFITS copy in client-config.js and index.html. */
.services { padding:127px 0 73px; }
.services .container { width:90.4%; }
.services .section-heading { margin-bottom:76px; }
.difference { padding:94px 0 72px; background:var(--cream); }
.difference .container { width:90.4%; margin-left:5.3%; }
.difference .section-heading { margin-bottom:74px; }
.difference .feature-grid { row-gap:60px; }

/* EDIT WEDDING IMAGE in client-config.js; content in index.html. */
.wedding { padding:90px 0 35px; background:var(--navy); color:white; }
.wedding .container { width:90.4%; }
.wedding .split { gap:6.3%; }
.wedding h2 { max-width:450px; margin-bottom:18px; }
.wedding .split>div>p:not(.eyebrow) { max-width:420px; }
.wedding .eyebrow { color:var(--gold); }
.wedding .icon { stroke:var(--gold); }
.wedding .compact-grid { margin-top:13px; margin-bottom:24px; row-gap:58px; }

/* EDIT TESTIMONIALS in client-config.js > testimonials. */
.reviews { padding:109px 0 87px; }
.reviews .container { margin-left:5.3%; }
.review-grid { column-gap:36px; }
.reviews .eyebrow { margin-bottom:11px; }
.reviews .section-heading { margin-bottom:71px; }
.stars { color:var(--gold-icon); font-size:23px; letter-spacing:.5px; margin-bottom:15px; line-height:31px; }
.review-grid blockquote { font-size:16px; line-height:1.5; margin:0 0 20px; }
.review-grid figcaption { font-size:14px; }
.review-grid figcaption strong { font-weight:600; }
.review-grid figcaption span { display:block; font-size:13px; margin-top:3px; }

/* EDIT ADDRESS, PHONE, WHATSAPP AND HOURS in client-config.js > business. */
.visit { padding:107px 0 108px; background:var(--black); color:white; }
.visit .eyebrow { color:var(--gold); }
.visit-grid { display:grid; grid-template-columns:repeat(4,minmax(0,1fr)); gap:28px; margin-top:85px; }
.visit-grid .icon { width:24px; height:24px; margin-bottom:32px; stroke:var(--gold); }
.visit-grid h3 { font-size:22px; margin-bottom:12px; }
.visit-grid address,.visit-grid p { font-size:14px; margin:0; min-height:36px; }
.visit-grid a { display:inline-block; font-weight:600; margin-top:13px; }

/* EDIT GOOGLE MAPS in client-config.js. Separate section preserves showroom spacing. */
.map-section { padding:35px 0 50px; background:var(--black); color:white; }
.map-heading { display:flex; justify-content:space-between; align-items:center; gap:20px; margin-bottom:22px; }
.map-heading a { color:var(--gold); font-size:13px; }
.map-section iframe { display:block; width:100%; height:330px; border:0; background:#e7e4dd; }
.map-section p { margin:14px 0 0; color:#bdbdbd; font-size:13px; }

/* EDIT APPOINTMENT TEXT in index.html; form options / WhatsApp recipient in config. */
.appointment { padding:104px 0 59px; background:var(--cream); }
.appointment .container { width:91%; margin-left:5%; }
.appointment .split { align-items:start; gap:6.4%; }
.appointment h2 { white-space:nowrap; margin-bottom:18px; }
.appointment .eyebrow { margin-bottom:10px; }
.contact-list { display:grid; gap:11px; margin:22px 0 31px; }
.contact-list>div { display:flex; gap:12px; }
.contact-list .icon { width:18px; height:18px; margin-top:2px; }
.contact-list strong { display:block; font-weight:600; margin-bottom:2px; }
.contact-list a { display:block; }
form { display:flex; flex-direction:column; }
form label { margin:0 0 3px; }
input,select,textarea { width:100%; border:1px solid #cbc9c3; background:transparent; color:var(--ink); padding:9px 10px; min-height:40px; margin:0 0 19px; }
input::placeholder,textarea::placeholder { color:#666; }
select { appearance:auto; }
form .button { align-self:flex-start; margin-top:10px; font-size:13px; }
.form-status { font-size:13px; line-height:1.5; margin:12px 0 0; max-width:480px; }
.form-status:empty { display:none; }
.form-status a { text-decoration:underline; }

/* EDIT FOOTER LINKS in index.html. CONFIG.services.showInFooter controls service links. */
.site-footer { background:var(--black); color:white; padding:75px 0 72px; }
.site-footer .container { width:89.4%; }
.footer-grid { display:grid; grid-template-columns:35.2% 10.1% 10.1% 10.1% 24.9%; gap:2.4%; }
.footer-grid #footer-services { margin-right:-3px; }
.site-footer .logo { font-size:29px; transform:translateY(-6px); }
.footer-grid h3 { font-family:var(--body); font-size:14px; line-height:1.3; letter-spacing:0; font-weight:600; margin-bottom:19px; }
.footer-grid>div:last-child h3 { margin-bottom:8px; }
.footer-grid>div>a:not(.logo):not(.button) { display:block; font-size:13px; margin-bottom:10px; }
.footer-grid p { font-size:13px; margin-bottom:20px; }
.footer-grid .contact-list { margin-top:35px; margin-bottom:0; }
.copyright { border-top:1px solid #303030; padding-top:30px; margin:76px 0 0; font-size:13px; }

/* EDIT DESKTOP REFERENCE SCALE: compact screenshots use 13px body text. */
@media (min-width:1001px) and (max-width:1100px) {
  body { font-size:13px; }
  .button { min-height:36px; font-size:13px; padding:8px 15px; }
  .hero h1 { font-size:48px; }
  .site-header .button { min-height:30px; padding:6px 13px; }
  .story .button-black { font-size:12px; }
  .wedding .button { font-size:12.5px; }
}

/* EDIT TABLET LAYOUT AND MENU BREAKPOINT HERE. */
@media (max-width:1000px) {
  .story .container,.collection .container,.difference .container,.reviews .container,.appointment .container,.site-footer .container { width:90%; margin-inline:auto; }
  .site-header { height:62px; position:relative; z-index:10; padding:0 5%; }
  .menu-toggle { display:flex; flex-direction:column; gap:5px; background:transparent; border:0; padding:10px; min-width:44px; min-height:44px; justify-content:center; }
  .menu-toggle span { height:1px; width:24px; background:white; }
  .site-header nav { display:none; position:absolute; top:62px; left:0; right:0; background:var(--black); padding:22px 5% 28px; align-items:stretch; gap:0; font-size:14px; }
  .site-header nav.is-open { display:flex; flex-direction:column; }
  .site-header nav>a { padding:12px; }
  .site-header nav .button { align-self:flex-start; margin-top:12px; }
  .hero { min-height:530px; }
  .hero h1 { font-size:46px; }
  h2 { font-size:35px; }
  .section { padding:70px 0; }
  .collection { padding-top:25px; }
  .section-heading { margin-bottom:45px!important; }
  .split,.section-heading { gap:5%; }
  .feature-grid { gap:40px 24px; }
  .feature-grid h3 { font-size:23px; }
  .compact-grid h3 { font-size:18px; }
  .collection-track,.services .three-columns,.difference .three-columns { grid-template-columns:repeat(2,minmax(0,1fr)); }
  .visit-grid { grid-template-columns:repeat(2,minmax(0,1fr)); gap:40px 28px; }
  .footer-grid { grid-template-columns:2fr 1fr 1fr; gap:35px; }
  .footer-grid #footer-services { margin-right:0; }
  .footer-grid>div:first-child { grid-row:span 2; }
  .appointment h2 { white-space:normal; }
  .desktop-break { display:none; }
}

/* EDIT MOBILE SPACING / IMAGE CROPS HERE. Touch controls stay at least 44px tall. */
@media (max-width:680px) {
  body { font-size:15px; }
  .container,.story .container,.wedding .container,.collection .container,.difference .container,.reviews .container,.appointment .container,.site-footer .container { width:calc(100% - 40px); margin-inline:auto; }
  .hero-content { width:calc(100% - 40px); padding-top:60px; }
  .section { padding:60px 0; }
  .hero { height:calc(100svh - 62px); min-height:550px; max-height:760px; }
  .hero-image { object-position:43% center; }
  .hero::before { background:linear-gradient(0deg,rgba(0,0,0,.55),rgba(0,0,0,.12)); }
  .hero h1 { font-size:clamp(34px,8.8vw,44px); max-width:440px; }
  .hero-description { font-size:14px; max-width:340px; }
  .hero .button-row { flex-direction:column; align-items:flex-start; }
  .hero .button-row .button { min-width:205px; }
  .button,.hero .button { min-height:44px; font-size:13px; }
  h2 { font-size:36px; letter-spacing:-1px; }
  .split,.section-heading { grid-template-columns:1fr; gap:30px; }
  .story .split,.wedding .split { gap:38px; }
  .section-heading { gap:20px; margin-bottom:40px!important; }
  .three-columns,.services .three-columns,.difference .three-columns,.compact-grid { grid-template-columns:1fr; }
  .feature-grid { row-gap:35px; }
  .feature-grid .icon { margin-bottom:18px; }
  .compact-grid h3 { font-size:20px; }
  .feature-grid p { font-size:15px; }
  .collection-track { grid-template-columns:1fr; }
  .suit-card h3 { font-size:15px; }
  .suit-card p { font-size:13px; }
  .carousel-controls { flex-wrap:wrap; gap:12px; }
  .carousel-arrows { gap:6px; }
  .carousel-arrows button { width:44px; height:44px; }
  .carousel-dots { gap:0; }
  .carousel-dots button { width:20px; height:28px; border-radius:0; background:transparent; }
  .carousel-dots button::before { inset:10px 6px; border-radius:50%; background:#aaa; }
  .carousel-dots button.active { background:transparent; }
  .carousel-dots button.active::before { background:var(--black); }
  .visit-grid { grid-template-columns:1fr; margin-top:45px; }
  .visit-grid address,.visit-grid p { min-height:0; font-size:15px; }
  .visit-grid a { padding:8px 0; }
  .map-heading { align-items:flex-start; flex-direction:column; }
  .map-section iframe { height:300px; }
  .appointment .split { gap:40px; }
  input,select,textarea { font-size:16px; min-height:46px; }
  .footer-grid { grid-template-columns:1fr; gap:35px; }
  .footer-grid>div:first-child { grid-row:auto; }
  .site-footer { padding:55px 0 40px; }
  .copyright { margin-top:45px; padding-top:25px; }
}
@media (prefers-reduced-motion:reduce) {
  html { scroll-behavior:auto; }
  *,*::before,*::after { transition:none!important; animation:none!important; }
}

/* OPTIONAL 3D MOTION LAYER — enabled only after GSAP initializes successfully.
   The static theme above remains the source of truth for colors/type/layout.
   EDIT DEPTH / TIMING in animations.js or client-config.js > motion. */
html.lenis, html.lenis body { height:auto; }
html.lenis.lenis-smooth { scroll-behavior:auto!important; }
.lenis.lenis-smooth [data-lenis-prevent] { overscroll-behavior:contain; }
.lenis.lenis-stopped { overflow:hidden; }
.lenis.lenis-scrolling iframe { pointer-events:none; }
html.motion-enabled { scroll-behavior:auto; }
.motion-enabled body { overflow-x:clip; }
.motion-enabled .hero { overflow:clip; perspective:1200px; }
.hero-depth-layer { position:absolute; inset:0; z-index:-2; transform-style:preserve-3d; }
.hero-depth-layer .hero-image { z-index:auto; }
.motion-enabled .hero-content { perspective:1100px; }
.hero-word-mask { display:inline-block; overflow:clip; vertical-align:bottom; padding-block:.12em; margin-block:-.12em; perspective:800px; }
.hero-word { display:inline-block; transform-style:preserve-3d; }
.motion-enabled .split { perspective:1400px; }
.image-depth-frame { width:100%; aspect-ratio:1; overflow:hidden; transform-style:preserve-3d; }
.image-depth-frame .section-photo { width:100%; height:100%; object-fit:cover; }
.motion-enabled .collection-window { perspective:1200px; }
.motion-enabled .suit-card { transform-style:preserve-3d; backface-visibility:hidden; }
.motion-enabled .feature-grid, .motion-enabled .review-grid, .motion-enabled .visit-grid { perspective:1200px; }

/* PINNED GALLERY: preserve the same three-column view, captions and controls.
   Only its scrolling track changes. Full product photos fit shorter desktop windows. */
.is-scroll-gallery { position:relative; background:white; }
.is-scroll-gallery .collection-track { display:flex; gap:24px; width:100%; transform-style:preserve-3d; }
.is-scroll-gallery .suit-card { flex:0 0 calc((100% - 48px) / 3); min-width:0; }
.is-scroll-gallery .suit-photo { height:var(--gallery-photo-height, auto); object-fit:contain; }
.is-scroll-gallery .collection-window { padding-block:12px; margin-block:-12px; }
@media (prefers-reduced-motion:reduce) {
  html.lenis.lenis-smooth { scroll-behavior:auto!important; }
}
