:root {
  color-scheme: dark;
  --black: #070707;
  --black-soft: #0e0e0e;
  --ink: #141311;
  --cream: #f3eee5;
  --muted: #a9a49a;
  --gold: #d6a95f;
  --gold-light: #f2d49c;
  --line: rgba(242, 212, 156, .2);
  --shell: min(92vw, 1380px);
  --serif: "Iowan Old Style", "Baskerville", "Times New Roman", serif;
  --sans: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--black); }
body { margin: 0; overflow-x: hidden; background: var(--black); color: var(--cream); font-family: var(--sans); -webkit-font-smoothing: antialiased; }
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
button, input, select, textarea { color: inherit; font: inherit; }
button { cursor: pointer; }
::selection { background: var(--gold); color: var(--black); }
.shell { width: var(--shell); margin-inline: auto; }
.section { padding-block: clamp(6rem, 11vw, 11rem); }
.skip-link { position: fixed; z-index: 1000; left: 1rem; top: -4rem; padding: .8rem 1rem; background: var(--gold); color: var(--black); transition: top .2s; }
.skip-link:focus { top: 1rem; }
.noise { position: fixed; inset: 0; z-index: 999; opacity: .025; pointer-events: none; background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.8'/%3E%3C/svg%3E"); }

.site-header { position: fixed; z-index: 100; left: 0; right: 0; top: 0; height: 92px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; padding: 0 4vw; border-bottom: 1px solid transparent; transition: background .35s, border .35s, height .35s; }
.site-header.is-scrolled { height: 74px; background: rgba(7, 7, 7, .88); border-color: rgba(255, 255, 255, .08); backdrop-filter: blur(18px); }
.brand { display: inline-flex; width: max-content; flex-direction: column; color: var(--gold-light); text-transform: uppercase; }
.brand-name { display: flex; align-items: center; gap: .35rem; font-family: var(--serif); font-size: 1rem; font-weight: 600; letter-spacing: .13em; white-space: nowrap; }
.brand-name i { display: grid; width: 22px; height: 22px; place-items: center; border: 1px solid var(--gold); color: var(--gold); font-size: .8rem; font-style: normal; line-height: 1; }
.brand-tagline { margin-top: .33rem; color: rgba(242,212,156,.66); font-size: .46rem; letter-spacing: .28em; }
.site-nav { display: flex; align-items: center; gap: clamp(1.05rem, 2.15vw, 2.35rem); }
.site-nav a, .header-cta { font-size: .72rem; letter-spacing: .14em; text-transform: uppercase; }
.site-nav a { position: relative; color: rgba(243, 238, 229, .78); }
.site-nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -.55rem; height: 1px; background: var(--gold); transition: right .3s; }
.site-nav a:hover::after { right: 0; }
.site-nav a.is-active { color: var(--gold-light); }
.site-nav a.is-active::after { right: 0; }
.nav-dropdown { position: relative; padding-block: 2rem; }
.nav-dropdown > a span { margin-left: .25rem; color: var(--gold); }
.nav-submenu { position: absolute; left: 50%; top: calc(100% - .65rem); min-width: 190px; padding: .75rem; border: 1px solid rgba(242,212,156,.14); background: rgba(10,10,10,.96); box-shadow: 0 18px 45px rgba(0,0,0,.35); opacity: 0; visibility: hidden; transform: translate(-50%, 8px); transition: opacity .25s, visibility .25s, transform .25s; backdrop-filter: blur(18px); }
.nav-submenu a { display: block; padding: .8rem .9rem; color: var(--muted); white-space: nowrap; }
.nav-submenu a::after { display: none; }
.nav-submenu a:hover { color: var(--gold-light); }
.nav-dropdown:hover .nav-submenu, .nav-dropdown:focus-within .nav-submenu { opacity: 1; visibility: visible; transform: translate(-50%, 0); }
.header-actions { justify-self: end; display: flex; align-items: center; gap: .7rem; }
.header-cta { display: inline-flex; align-items: center; gap: .7rem; min-height: 42px; padding: 0 1.05rem; border: 1px solid rgba(242,212,156,.3); border-radius: 999px; background: rgba(10,10,10,.22); color: var(--gold-light); backdrop-filter: blur(10px); transition: border-color .25s, background .25s, transform .25s; }
.header-cta:hover { border-color: rgba(242,212,156,.72); background: rgba(217,175,100,.1); transform: translateY(-1px); }
.header-cta span { margin: 0; color: var(--gold); font-size: .9rem; }
.menu-toggle { display: none; }

.hero { position: relative; min-height: 100svh; display: flex; align-items: center; overflow: hidden; }
.hero-media, .hero-shade, .hero-slide { position: absolute; inset: 0; }
.hero-slide { background-size: cover; background-position: center; opacity: 0; transform: scale(1.04); transition: opacity 1s ease, transform 8s linear; }
.hero-slide.is-active { opacity: 1; transform: scale(1.1); }
.hero-shade { background: linear-gradient(90deg, rgba(6,6,6,.96) 0%, rgba(6,6,6,.74) 38%, rgba(6,6,6,.2) 70%, rgba(6,6,6,.55) 100%), linear-gradient(0deg, rgba(7,7,7,.88) 0%, transparent 35%); }
.hero-content { position: relative; z-index: 2; padding-top: 7rem; }
.eyebrow { margin: 0 0 1.8rem; color: var(--gold); font-size: .68rem; font-weight: 600; letter-spacing: .22em; text-transform: uppercase; }
.hero h1 { max-width: 1020px; margin: 0; font-family: var(--serif); font-size: clamp(3.8rem, 8vw, 8.8rem); font-weight: 400; letter-spacing: -.055em; line-height: .84; }
.hero h1 em, .display em { color: var(--gold-light); font-weight: 400; }
.hero-copy { max-width: 550px; margin: 2.2rem 0 0 .4rem; color: rgba(243,238,229,.78); font-size: clamp(1rem, 1.25vw, 1.18rem); line-height: 1.7; }
.hero-actions { display: flex; align-items: center; gap: 2rem; margin: 2.4rem 0 0 .4rem; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 2.2rem; min-height: 54px; padding: 0 1.5rem; border: 1px solid transparent; background: transparent; font-size: .7rem; letter-spacing: .15em; text-transform: uppercase; transition: transform .25s, background .25s, color .25s; }
.button:hover { transform: translateY(-2px); }
.button-gold { background: var(--gold); color: var(--black); }
.button-gold:hover { background: var(--gold-light); }
.button-outline { border-color: var(--line); color: var(--gold-light); }
.button-outline:hover { background: var(--gold-light); color: var(--black); }
.text-link { display: inline-flex; align-items: center; gap: .8rem; padding-block: .5rem; border-bottom: 1px solid rgba(243,238,229,.32); font-size: .72rem; letter-spacing: .13em; text-transform: uppercase; }
.text-link.gold { color: var(--gold-light); border-color: var(--gold); }
.hero-meta { position: absolute; z-index: 2; left: 50%; bottom: 2rem; transform: translateX(-50%); display: flex; gap: 3.4rem; }
.hero-meta p { margin: 0; color: rgba(243,238,229,.52); font-size: .62rem; letter-spacing: .14em; text-transform: uppercase; }
.hero-meta span { color: var(--gold); margin-right: .55rem; }
.hero-controls { position: absolute; z-index: 2; right: 4vw; bottom: 1.5rem; display: flex; align-items: center; gap: .8rem; }
.hero-arrow { width: 44px; height: 44px; border: 1px solid rgba(255,255,255,.22); border-radius: 50%; background: rgba(0,0,0,.24); }
.hero-count { font-size: .62rem; letter-spacing: .15em; color: var(--muted); }
.hero-count b { color: var(--cream); }

.section-label { display: flex; align-items: center; gap: 1.8rem; margin-bottom: 4rem; color: var(--gold); font-size: .66rem; letter-spacing: .2em; text-transform: uppercase; }
.section-label .rule { width: 80px; height: 1px; background: var(--gold); }
.intro-grid { display: grid; grid-template-columns: minmax(0, 1.75fr) minmax(280px, .75fr); gap: clamp(3rem, 8vw, 10rem); align-items: start; }
.display { margin: 0; font-family: var(--serif); font-size: clamp(3.1rem, 6vw, 6.8rem); font-weight: 400; letter-spacing: -.045em; line-height: .96; }
.intro-copy { padding-top: .8rem; color: var(--muted); font-size: .98rem; line-height: 1.8; }
.intro-copy p { margin: 0 0 1.4rem; }
.intro-copy .text-link { margin-top: 1.2rem; }

.collections { background: var(--black-soft); overflow: hidden; }
.section-head { display: flex; justify-content: space-between; align-items: end; margin-bottom: 4rem; }
.section-note { max-width: 370px; margin: 0 0 .6rem; color: var(--muted); line-height: 1.7; }
.collection-rail { display: grid; grid-auto-flow: column; grid-auto-columns: min(29vw, 440px); gap: 1rem; width: max-content; padding: 0 4vw 2.5rem; overflow-x: auto; overscroll-behavior-inline: contain; scrollbar-width: thin; scrollbar-color: var(--gold) transparent; }
.collection-card { position: relative; height: min(66vw, 680px); min-height: 520px; overflow: hidden; background: #161616; }
.collection-card-wide { grid-column: span 1; width: min(36vw, 540px); }
.collection-card img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.82) contrast(1.06); transition: transform .8s cubic-bezier(.2,.65,.2,1), filter .5s; }
.collection-card:hover img { transform: scale(1.035); filter: saturate(1) contrast(1.02); }
.card-overlay { position: absolute; inset: 0; background: linear-gradient(0deg, rgba(0,0,0,.88), transparent 52%); }
.card-index { position: absolute; right: 1.3rem; top: 1.3rem; width: 39px; height: 39px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.35); border-radius: 50%; font-size: .64rem; }
.card-copy { position: absolute; left: 1.7rem; right: 1.7rem; bottom: 1.8rem; }
.card-copy p { margin: 0 0 .5rem; color: var(--gold-light); font-size: .63rem; letter-spacing: .16em; text-transform: uppercase; }
.card-copy h3 { margin: 0; font-family: var(--serif); font-size: clamp(2rem, 3vw, 3.4rem); font-weight: 400; }
.card-copy a { display: inline-flex; gap: .7rem; margin-top: 1.5rem; border-bottom: 1px solid rgba(255,255,255,.38); padding-bottom: .4rem; font-size: .68rem; letter-spacing: .14em; text-transform: uppercase; }

.atelier { display: grid; grid-template-columns: minmax(350px, .9fr) minmax(380px, 1.1fr); gap: clamp(4rem, 9vw, 10rem); align-items: center; }
.atelier-visual { position: relative; margin-left: 3vw; }
.atelier-visual img { width: 100%; height: min(70vw, 760px); object-fit: cover; object-position: 50% 20%; filter: saturate(.72) sepia(.08); }
.vertical-note { position: absolute; left: -3rem; top: 0; margin: 0; color: var(--gold); font-size: .6rem; letter-spacing: .18em; text-transform: uppercase; writing-mode: vertical-rl; transform: rotate(180deg); }
.image-badge { position: absolute; right: -2rem; bottom: -2rem; width: 110px; height: 110px; display: grid; place-content: center; border: 1px solid rgba(214,169,95,.5); border-radius: 50%; background: var(--black); color: var(--gold-light); font-family: var(--serif); font-size: 1.05rem; text-align: center; }
.atelier-content { max-width: 620px; }
.lead { max-width: 520px; margin: 2rem 0 2.8rem; color: var(--gold-light); font-family: var(--serif); font-size: 1.35rem; line-height: 1.5; }
.process-list { margin-bottom: 2.5rem; border-top: 1px solid var(--line); }
.process-item { display: grid; grid-template-columns: 55px 1fr; gap: 1rem; padding: 1.35rem 0; border-bottom: 1px solid var(--line); }
.process-item > span { color: var(--gold); font-size: .68rem; }
.process-item h3 { margin: 0 0 .5rem; font-family: var(--serif); font-size: 1.45rem; font-weight: 400; }
.process-item p { margin: 0; color: var(--muted); font-size: .9rem; line-height: 1.65; }

.statement { position: relative; min-height: 760px; display: grid; place-items: center; overflow: hidden; text-align: center; }
.statement-bg { position: absolute; inset: 0; background: linear-gradient(rgba(0,0,0,.62), rgba(0,0,0,.75)), url('/images/hero-dance-2.jpg') center/cover; filter: saturate(.75); }
.statement::before { content: ""; position: absolute; z-index: 1; inset: 2rem; border: 1px solid rgba(242,212,156,.3); }
.statement-inner { position: relative; z-index: 2; }
.statement blockquote { max-width: 1100px; margin: 0 auto 2.8rem; font-family: var(--serif); font-size: clamp(2.7rem, 5.6vw, 6.2rem); line-height: 1.02; letter-spacing: -.04em; }
.signature { color: var(--gold-light); font-family: var(--serif); font-size: 1.3rem; }
.signature span { display: block; margin-top: .5rem; color: rgba(243,238,229,.6); font-family: var(--sans); font-size: .62rem; letter-spacing: .18em; text-transform: uppercase; }

.location { display: grid; grid-template-columns: 1.2fr .8fr; gap: 8vw; border-bottom: 1px solid var(--line); }
.location-detail { align-self: end; color: var(--muted); line-height: 1.8; }
.location-stats { display: grid; grid-template-columns: 1fr 1fr; gap: 2rem; margin-top: 3rem; }
.location-stats div { padding-top: 1rem; border-top: 1px solid var(--line); }
.location-stats strong { display: block; color: var(--gold-light); font-family: var(--serif); font-size: 3rem; font-weight: 400; }
.location-stats span { font-size: .68rem; letter-spacing: .12em; text-transform: uppercase; }

.contact { background: var(--cream); color: var(--ink); }
.contact-inner { display: grid; grid-template-columns: .85fr 1.15fr; gap: 10vw; }
.contact .eyebrow { color: #9b6b25; }
.contact-copy > p:not(.eyebrow):not(.contact-place) { max-width: 420px; color: #777167; line-height: 1.7; }
.contact-email { display: inline-flex; gap: 1rem; margin-top: 2rem; border-bottom: 1px solid #a47837; padding-bottom: .45rem; color: #80581f; font-family: var(--serif); font-size: 1.25rem; }
.contact-place { margin-top: 3.5rem; color: #777167; font-size: .72rem; letter-spacing: .13em; line-height: 1.7; text-transform: uppercase; }
.contact-form { align-self: center; }
.contact-form label { display: block; margin-bottom: 1.7rem; }
.contact-form label > span { display: block; margin-bottom: .55rem; color: #716b61; font-size: .62rem; letter-spacing: .14em; text-transform: uppercase; }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 1.5rem; }
.contact-form input, .contact-form select, .contact-form textarea { width: 100%; border: 0; border-bottom: 1px solid #bdb5a9; border-radius: 0; outline: 0; background: transparent; color: var(--ink); font-family: var(--serif); font-size: 1.15rem; }
.contact-form input, .contact-form select { height: 48px; }
.contact-form textarea { min-height: 105px; resize: vertical; padding: .7rem 0; }
.contact-form input:focus, .contact-form select:focus, .contact-form textarea:focus { border-color: #9b6b25; }
.form-footer { display: flex; justify-content: space-between; align-items: center; gap: 2rem; }
.form-footer p { max-width: 230px; margin: 0; color: #888074; font-size: .68rem; line-height: 1.5; }
.form-footer .button-gold { border: 0; background: var(--ink); color: var(--gold-light); }
.form-status { min-height: 1.5em; margin: 1.2rem 0 0; color: #785319; font-size: .85rem; }

.footer { display: grid; grid-template-columns: 1.2fr 1fr 1fr; gap: 3rem; padding-block: 4rem 2rem; }
.footer-brand { width: max-content; }
.footer-links, .footer-social { display: grid; gap: .8rem; align-content: start; color: var(--muted); font-size: .72rem; letter-spacing: .12em; text-transform: uppercase; }
.footer-links a:hover, .footer-social a:hover { color: var(--gold-light); }
.footer-bottom { grid-column: 1 / -1; display: flex; justify-content: space-between; padding-top: 2rem; border-top: 1px solid var(--line); color: #6f6a62; font-size: .65rem; letter-spacing: .1em; text-transform: uppercase; }

.reveal { opacity: 0; transform: translateY(26px); transition: opacity .8s ease, transform .8s cubic-bezier(.2,.65,.25,1); }
.reveal.is-visible { opacity: 1; transform: none; }

@media (max-width: 1120px) {
  .site-header { grid-template-columns: 1fr auto; height: 76px; }
  .brand-name { font-size: .85rem; }
  .brand-name i { width: 19px; height: 19px; }
  .header-cta { display: none; }
  .header-actions { position: absolute; z-index: 102; right: 76px; top: 50%; transform: translateY(-50%); }
  .menu-toggle { position: relative; z-index: 102; display: grid; gap: 6px; width: 43px; height: 43px; place-content: center; justify-self: end; border: 1px solid var(--line); border-radius: 50%; background: rgba(0,0,0,.2); }
  .menu-toggle span { display: block; width: 17px; height: 1px; background: var(--gold-light); transition: transform .3s; }
  .menu-open .menu-toggle span:first-child { transform: translateY(3.5px) rotate(45deg); }
  .menu-open .menu-toggle span:last-child { transform: translateY(-3.5px) rotate(-45deg); }
  .site-nav { position: fixed; z-index: 101; inset: 0; display: flex; flex-direction: column; justify-content: center; align-items: flex-start; gap: 1.5rem; padding: 12vw; background: rgba(7,7,7,.98); opacity: 0; visibility: hidden; transition: opacity .3s, visibility .3s; }
  .menu-open .site-nav { opacity: 1; visibility: visible; }
  .site-nav a { font-family: var(--serif); font-size: clamp(2.5rem, 9vw, 5rem); letter-spacing: -.03em; text-transform: none; }
  .nav-dropdown { width: 100%; padding: 0; }
  .nav-dropdown > a { display: inline-block; }
  .nav-submenu { position: static; display: flex; flex-wrap: wrap; gap: .4rem 1.3rem; min-width: 0; padding: .65rem 0 0 .15rem; border: 0; background: transparent; box-shadow: none; opacity: 1; visibility: visible; transform: none; }
  .nav-submenu a { padding: 0; font-family: var(--sans); font-size: .68rem; letter-spacing: .14em; text-transform: uppercase; }
  .hero-meta { gap: 1.4rem; }
  .hero-meta p:nth-child(2) { display: none; }
  .intro-grid, .atelier, .location, .contact-inner { grid-template-columns: 1fr; }
  .intro-copy { max-width: 620px; justify-self: end; }
  .section-head { align-items: start; flex-direction: column; gap: 2rem; }
  .collection-rail { grid-auto-columns: min(73vw, 470px); }
  .collection-card-wide { width: min(73vw, 470px); }
  .atelier-visual { width: min(80vw, 600px); margin-left: auto; margin-right: auto; }
  .atelier-content { max-width: 720px; }
  .contact-copy { display: grid; grid-template-columns: 1fr 1fr; column-gap: 2rem; }
  .contact-copy h2, .contact-copy .eyebrow { grid-column: 1 / -1; }
  .footer { grid-template-columns: 1fr 1fr; }
  .footer-brand { grid-column: 1 / -1; }
}

@media (max-width: 640px) {
  :root { --shell: 89vw; }
  .section { padding-block: 6rem; }
  .hero { min-height: 820px; }
  .hero-shade { background: linear-gradient(90deg, rgba(6,6,6,.93), rgba(6,6,6,.37)), linear-gradient(0deg, rgba(7,7,7,.95), transparent 60%); }
  .hero-slide { background-position: 58% center; }
  .hero h1 { font-size: clamp(3.5rem, 17vw, 5.3rem); line-height: .88; }
  .hero-copy { max-width: 92%; font-size: .96rem; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 1rem; }
  .hero-meta { left: 5.5vw; transform: none; width: auto; }
  .hero-meta p:nth-child(3) { display: none; }
  .hero-controls { right: 5.5vw; }
  .display { font-size: clamp(3rem, 14vw, 4.6rem); }
  .section-label { margin-bottom: 2.4rem; }
  .collection-rail { grid-auto-columns: 82vw; padding-left: 5.5vw; }
  .collection-card-wide { width: 82vw; }
  .collection-card { min-height: 520px; }
  .atelier { gap: 5rem; }
  .atelier-visual { width: 88%; }
  .atelier-visual img { height: 570px; }
  .image-badge { right: -1.3rem; width: 92px; height: 92px; }
  .vertical-note { left: -2rem; }
  .statement { min-height: 650px; }
  .statement::before { inset: 1rem; }
  .statement blockquote { font-size: 2.7rem; }
  .location-stats { gap: 1rem; }
  .contact-copy { display: block; }
  .contact-place { margin-top: 2.3rem; }
  .field-row { grid-template-columns: 1fr; gap: 0; }
  .form-footer { align-items: flex-start; flex-direction: column-reverse; }
  .form-footer .button { width: 100%; }
  .footer { grid-template-columns: 1fr 1fr; }
  .footer-brand { grid-column: 1 / -1; }
  .footer-bottom { align-items: flex-start; flex-direction: column; gap: .7rem; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
  .reveal { opacity: 1; transform: none; }
}

/* Interior pages */
.interior-main { min-height: 70vh; }
.page-hero { position: relative; min-height: min(76vh, 820px); display: flex; align-items: flex-end; overflow: hidden; padding: 11rem 0 5rem; background: var(--black-soft); }
.page-hero-media, .page-hero-shade { position: absolute; inset: 0; }
.page-hero-media { background-position: center; background-size: cover; transform: scale(1.02); }
.page-hero-shade { background: linear-gradient(90deg, rgba(7,7,7,.96) 0%, rgba(7,7,7,.7) 48%, rgba(7,7,7,.18) 100%), linear-gradient(0deg, rgba(7,7,7,.9), transparent 52%); }
.page-hero-content { position: relative; z-index: 1; }
.page-hero .display { max-width: 1050px; font-size: clamp(4rem, 8vw, 8.8rem); }
.page-hero-copy { max-width: 600px; margin: 2rem 0 0; color: rgba(243,238,229,.72); font-size: 1.05rem; line-height: 1.75; }
.breadcrumbs { display: flex; gap: .7rem; margin-bottom: 2.2rem; color: rgba(243,238,229,.45); font-size: .62rem; letter-spacing: .15em; text-transform: uppercase; }
.breadcrumbs a:hover { color: var(--gold-light); }
.breadcrumbs span { color: var(--gold); }
.page-intro { display: grid; grid-template-columns: 1.25fr .75fr; gap: 9vw; align-items: end; }
.page-intro-copy { color: var(--muted); line-height: 1.8; }
.page-intro-copy p:first-child { color: var(--gold-light); font-family: var(--serif); font-size: 1.35rem; line-height: 1.5; }
.catalog-grid { display: grid; grid-template-columns: repeat(12, 1fr); gap: 1rem; margin-top: 5rem; }
.catalog-tile { position: relative; grid-column: span 4; min-height: 610px; overflow: hidden; background: #151515; }
.catalog-tile:nth-child(1), .catalog-tile:nth-child(6) { grid-column: span 8; }
.catalog-tile img { width: 100%; height: 100%; object-fit: cover; transition: transform .8s cubic-bezier(.2,.65,.2,1), filter .5s; }
.catalog-tile:nth-child(1) img { object-position: center 23%; }
.catalog-tile:hover img { transform: scale(1.035); }
.catalog-tile .card-copy { z-index: 1; }
.catalog-tile .card-overlay { background: linear-gradient(0deg, rgba(0,0,0,.92), transparent 65%); }
.catalog-tile h2 { margin: 0; font-family: var(--serif); font-size: clamp(2.15rem, 4vw, 4.5rem); font-weight: 400; }
.catalog-tile p { margin: 0 0 .6rem; color: var(--gold-light); font-size: .64rem; letter-spacing: .16em; text-transform: uppercase; }
.catalog-tile .tile-arrow { position: absolute; z-index: 2; right: 1.5rem; top: 1.5rem; width: 46px; height: 46px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.35); border-radius: 50%; transition: background .25s, color .25s; }
.catalog-tile:hover .tile-arrow { background: var(--gold-light); color: var(--black); }
.split-feature { display: grid; grid-template-columns: 1fr 1fr; min-height: 760px; }
.split-feature-media { min-height: 680px; }
.split-feature-media img { width: 100%; height: 100%; object-fit: cover; }
.split-feature-content { display: flex; flex-direction: column; justify-content: center; padding: clamp(4rem, 8vw, 9rem); background: var(--cream); color: var(--ink); }
.split-feature-content .eyebrow { color: #946621; }
.split-feature-content .display em { color: #946621; }
.split-feature-content > p:not(.eyebrow) { color: #716b61; line-height: 1.8; }
.split-feature-content .button { align-self: flex-start; margin-top: 1.5rem; background: var(--ink); color: var(--gold-light); }
.detail-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.detail-card { min-height: 310px; padding: 2rem; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.detail-card > span { color: var(--gold); font-size: .64rem; letter-spacing: .15em; }
.detail-card h2, .detail-card h3 { margin: 4rem 0 1rem; font-family: var(--serif); font-size: 2.2rem; font-weight: 400; }
.detail-card p { color: var(--muted); line-height: 1.7; }
.detail-card .text-link { margin-top: 1.2rem; color: var(--gold-light); }
.prose-layout { display: grid; grid-template-columns: minmax(220px,.45fr) minmax(0,1fr); gap: 8vw; }
.prose-nav { position: sticky; top: 120px; align-self: start; display: grid; gap: .9rem; }
.prose-nav a { color: var(--muted); font-size: .68rem; letter-spacing: .13em; text-transform: uppercase; }
.prose-nav a.is-active, .prose-nav a:hover { color: var(--gold-light); }
.prose-content { max-width: 780px; }
.prose-content h2 { margin: 0 0 1.4rem; font-family: var(--serif); font-size: clamp(2.5rem, 4vw, 4.5rem); font-weight: 400; }
.prose-content h3 { margin: 3rem 0 .8rem; color: var(--gold-light); font-family: var(--serif); font-size: 1.75rem; font-weight: 400; }
.prose-content p, .prose-content li { color: var(--muted); line-height: 1.8; }
.prose-content ul, .prose-content ol { padding-left: 1.2rem; }
.prose-callout { margin: 3rem 0; padding: 2rem; border: 1px solid var(--line); color: var(--gold-light); font-family: var(--serif); font-size: 1.35rem; line-height: 1.5; }
.contact-page { padding-top: 11rem; }
.contact-page .contact-inner { padding-bottom: clamp(5rem,9vw,9rem); }
.contact-page .contact-copy, .contact-page .contact-form { color: var(--cream); }
.contact-page .contact-copy > p:not(.eyebrow):not(.contact-place), .contact-page .contact-place { color: var(--muted); }
.contact-page .contact-form label > span { color: var(--muted); }
.contact-page .contact-form input, .contact-page .contact-form select, .contact-page .contact-form textarea { border-color: rgba(242,212,156,.25); color: var(--cream); }
.contact-page .contact-form select option { background: var(--black); }
.contact-page .form-footer p { color: var(--muted); }
.contact-page .form-footer .button-gold { background: var(--gold); color: var(--black); }
.contact-page .form-status { color: var(--gold-light); }
.wholesale-points { display: grid; gap: 1rem; margin: 2.5rem 0; }
.wholesale-points p { display: flex; gap: 1rem; margin: 0; padding-bottom: 1rem; border-bottom: 1px solid var(--line); color: var(--muted); }
.wholesale-points span { color: var(--gold); }

@media (max-width: 900px) {
  .page-intro, .split-feature, .prose-layout { grid-template-columns: 1fr; }
  .catalog-tile, .catalog-tile:nth-child(1), .catalog-tile:nth-child(6) { grid-column: span 6; }
  .split-feature-media { min-height: 620px; }
  .detail-grid { grid-template-columns: 1fr 1fr; }
  .prose-nav { position: static; grid-template-columns: repeat(3, 1fr); padding-bottom: 2rem; border-bottom: 1px solid var(--line); }
}

@media (max-width: 640px) {
  .page-hero { min-height: 680px; padding-top: 8.5rem; }
  .page-hero .display { font-size: clamp(3.5rem,16vw,5.4rem); }
  .catalog-grid { display: block; margin-top: 3rem; }
  .catalog-tile { min-height: 520px; margin-bottom: 1rem; }
  .split-feature-media { min-height: 540px; }
  .split-feature-content { padding: 5rem 5.5vw; }
  .detail-grid { grid-template-columns: 1fr; }
  .prose-nav { grid-template-columns: 1fr; }
  .prose-content h2 { font-size: 2.8rem; }
}

/* Store and cart */
.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; }
.cart-toggle { position: static; display: flex; min-height: 42px; align-items: center; gap: .55rem; padding: .35rem .4rem .35rem .85rem; border: 1px solid rgba(242,212,156,.3); border-radius: 999px; background: rgba(10,10,10,.22); color: var(--gold-light); font-size: .67rem; letter-spacing: .13em; text-transform: uppercase; backdrop-filter: blur(10px); transition: border-color .25s, background .25s, transform .25s; }
.cart-toggle:hover { border-color: rgba(242,212,156,.72); background: rgba(217,175,100,.1); transform: translateY(-1px); }
.cart-toggle svg { width: 17px; height: 17px; fill: none; stroke: currentColor; stroke-width: 1.45; stroke-linecap: round; stroke-linejoin: round; }
.cart-toggle .cart-count { display: grid; min-width: 31px; height: 31px; padding: 0 6px; place-items: center; border-radius: 50%; background: var(--gold); color: #17120b; font-size: .6rem; font-weight: 700; letter-spacing: 0; }
.shop-heading { display: flex; align-items: end; justify-content: space-between; gap: 3rem; }
.shop-count { margin: 0 0 .7rem; color: var(--muted); font-size: .7rem; letter-spacing: .14em; text-transform: uppercase; }
.shop-toolbar { display: grid; grid-template-columns: 1fr auto; gap: 2rem; align-items: end; margin-top: 4rem; padding: 1rem 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.shop-search { display: flex; align-items: center; gap: .8rem; }
.shop-search span { color: var(--gold); font-size: 1.4rem; }
.shop-search input { width: min(100%, 420px); height: 44px; border: 0; outline: 0; background: transparent; color: var(--cream); font-family: var(--serif); font-size: 1.15rem; }
.shop-search input::placeholder { color: #6f6a62; }
.shop-sort { display: flex; align-items: center; gap: .8rem; color: var(--muted); font-size: .65rem; letter-spacing: .13em; text-transform: uppercase; }
.shop-sort select { min-width: 180px; border: 0; outline: 0; background: var(--black); color: var(--cream); }
.shop-filters { display: flex; flex-wrap: wrap; gap: .65rem; margin: 2rem 0 3rem; }
.shop-filters button { padding: .72rem 1rem; border: 1px solid rgba(242,212,156,.18); border-radius: 999px; background: transparent; color: var(--muted); font-size: .64rem; letter-spacing: .1em; text-transform: uppercase; transition: background .25s, color .25s, border .25s; }
.shop-filters button span { margin-left: .35rem; color: #6f6a62; }
.shop-filters button:hover, .shop-filters button.is-active { border-color: var(--gold); background: var(--gold); color: var(--black); }
.shop-filters button.is-active span { color: rgba(7,7,7,.58); }
.product-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 3.5rem 1rem; min-height: 400px; }
.product-card { min-width: 0; }
.product-card-media { position: relative; display: block; width: 100%; aspect-ratio: .72; padding: 0; overflow: hidden; border: 0; background: #151515; color: var(--cream); }
.product-card-media img { width: 100%; height: 100%; object-fit: cover; transition: transform .65s cubic-bezier(.2,.65,.2,1), filter .4s; }
.product-card-media > span { position: absolute; left: 1rem; right: 1rem; bottom: 1rem; padding: .8rem; background: rgba(7,7,7,.86); font-size: .62rem; letter-spacing: .13em; text-transform: uppercase; opacity: 0; transform: translateY(8px); transition: opacity .3s, transform .3s; backdrop-filter: blur(12px); }
.product-card-media > b { position: absolute; left: .8rem; top: .8rem; padding: .55rem .65rem; background: var(--gold); color: var(--black); font-size: .55rem; font-weight: 600; letter-spacing: .1em; text-transform: uppercase; }
.product-card:hover .product-card-media img { transform: scale(1.035); filter: brightness(.86); }
.product-card:hover .product-card-media > span { opacity: 1; transform: none; }
.product-card-copy { padding-top: 1rem; }
.product-card-copy > p { margin: 0 0 .45rem; color: var(--gold); font-size: .58rem; letter-spacing: .13em; text-transform: uppercase; }
.product-card-copy > button { width: 100%; padding: 0; border: 0; background: transparent; color: inherit; text-align: left; }
.product-card-copy h3 { min-height: 2.5em; margin: 0; font-family: var(--serif); font-size: 1.16rem; font-weight: 400; line-height: 1.25; }
.product-card-copy > div { display: flex; align-items: center; justify-content: space-between; gap: .5rem; margin-top: .8rem; }
.product-card-copy strong { color: var(--gold-light); font-family: var(--serif); font-size: 1.05rem; font-weight: 400; }
.product-card-copy > div span { color: #6f6a62; font-size: .56rem; letter-spacing: .1em; text-transform: uppercase; }
.shop-more { display: flex; justify-content: center; padding-top: 4rem; }
.catalog-loading, .catalog-empty { grid-column: 1 / -1; display: grid; min-height: 360px; place-content: center; text-align: center; color: var(--muted); }
.catalog-empty h3 { margin: 0 0 .7rem; color: var(--cream); font-family: var(--serif); font-size: 2rem; font-weight: 400; }

body.cart-open, body.modal-open { overflow: hidden; }
.cart-backdrop { position: fixed; z-index: 300; inset: 0; background: rgba(0,0,0,.58); opacity: 0; visibility: hidden; transition: opacity .35s, visibility .35s; backdrop-filter: blur(3px); }
.cart-open .cart-backdrop { opacity: 1; visibility: visible; }
.cart-drawer { position: fixed; z-index: 301; right: 0; top: 0; bottom: 0; width: min(94vw, 500px); display: grid; grid-template-rows: auto 1fr auto; background: #0d0d0d; box-shadow: -25px 0 70px rgba(0,0,0,.42); transform: translateX(102%); transition: transform .42s cubic-bezier(.2,.7,.2,1); }
.cart-open .cart-drawer { transform: none; }
.cart-drawer-head { display: flex; align-items: start; justify-content: space-between; padding: 2rem; border-bottom: 1px solid var(--line); }
.cart-drawer-head .eyebrow { margin-bottom: .5rem; }
.cart-drawer-head h2 { margin: 0; font-family: var(--serif); font-size: 2.2rem; font-weight: 400; }
.cart-drawer-head button, .product-modal-close { width: 42px; height: 42px; border: 1px solid var(--line); border-radius: 50%; background: transparent; color: var(--gold-light); font-size: 1.5rem; }
.cart-drawer-items { overflow-y: auto; padding: 0 2rem; }
.drawer-item { display: grid; grid-template-columns: 105px 1fr; gap: 1.1rem; padding: 1.35rem 0; border-bottom: 1px solid var(--line); }
.drawer-item > img { width: 105px; height: 140px; object-fit: cover; background: #181818; }
.cart-item-info > p { margin: 0 0 .4rem; color: var(--gold); font-size: .54rem; letter-spacing: .12em; text-transform: uppercase; }
.cart-item-info h3 { margin: 0 0 .45rem; font-family: var(--serif); font-size: 1.05rem; font-weight: 400; line-height: 1.25; }
.cart-item-info > span { display: block; color: var(--muted); font-size: .68rem; }
.cart-item-info > strong { display: block; margin-top: .7rem; color: var(--gold-light); font-family: var(--serif); font-weight: 400; }
.quantity-control { display: flex; align-items: center; gap: .7rem; margin-top: .8rem; }
.quantity-control button:not(.remove-item) { width: 27px; height: 27px; border: 1px solid var(--line); background: transparent; color: var(--cream); }
.quantity-control b { min-width: 15px; font-size: .7rem; text-align: center; }
.quantity-control .remove-item { margin-left: auto; padding: 0; border: 0; border-bottom: 1px solid #645f58; background: transparent; color: var(--muted); font-size: .58rem; letter-spacing: .08em; text-transform: uppercase; }
.cart-drawer-footer { padding: 1.5rem 2rem 2rem; border-top: 1px solid var(--line); background: #0a0a0a; }
.cart-drawer-footer > div { display: flex; justify-content: space-between; font-family: var(--serif); font-size: 1.35rem; }
.cart-drawer-footer strong { color: var(--gold-light); font-weight: 400; }
.cart-drawer-footer p { color: var(--muted); font-size: .66rem; }
.cart-drawer-footer .button { width: 100%; margin-top: .6rem; }
.empty-cart { min-height: 100%; display: grid; place-content: center; justify-items: center; padding: 3rem; text-align: center; }
.empty-cart > span { color: var(--gold); font-size: 3rem; }
.empty-cart h3 { margin: 1rem 0 .4rem; font-family: var(--serif); font-size: 1.8rem; font-weight: 400; }
.empty-cart p { margin: 0 0 1.4rem; color: var(--muted); }

.product-modal { position: fixed; z-index: 350; inset: 0; display: grid; place-items: center; padding: 3vw; opacity: 0; visibility: hidden; transition: opacity .3s, visibility .3s; }
.product-modal.is-open { opacity: 1; visibility: visible; }
.product-modal-backdrop { position: absolute; inset: 0; background: rgba(0,0,0,.75); backdrop-filter: blur(6px); }
.product-modal-card { position: relative; z-index: 1; width: min(1120px, 94vw); max-height: 90vh; display: grid; grid-template-columns: minmax(360px,.9fr) minmax(390px,1.1fr); overflow: auto; background: var(--cream); color: var(--ink); box-shadow: 0 30px 90px rgba(0,0,0,.55); }
.product-modal-close { position: absolute; z-index: 2; right: 1.2rem; top: 1.2rem; border-color: rgba(20,19,17,.25); color: var(--ink); }
.product-modal-media { min-height: 680px; background: #ddd8cf; }
.product-modal-media img { width: 100%; height: 100%; object-fit: cover; }
.product-modal-content { align-self: center; padding: clamp(3rem,6vw,6rem); }
.product-modal-content .eyebrow { margin-bottom: 1.2rem; color: #93631d; }
.product-modal-content h2 { margin: 0; font-family: var(--serif); font-size: clamp(2.6rem,4vw,4.5rem); font-weight: 400; line-height: .98; }
.product-price { margin: 1.2rem 0; color: #93631d; font-family: var(--serif); font-size: 1.6rem; }
.product-description { color: #716b61; line-height: 1.75; }
.product-sku, .product-delivery-note { color: #8a8378; font-size: .62rem; letter-spacing: .1em; text-transform: uppercase; }
.product-options { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 1rem; margin: 2rem 0; }
.product-option span { display: block; margin-bottom: .45rem; color: #716b61; font-size: .6rem; letter-spacing: .12em; text-transform: uppercase; }
.product-option select { width: 100%; height: 48px; border: 1px solid #bdb5a9; background: transparent; color: var(--ink); padding: 0 .8rem; }
.product-modal-content .button { width: 100%; margin-top: 1rem; }
.product-delivery-note { margin-top: 1rem; text-align: center; line-height: 1.5; }

.cart-page-heading { margin-bottom: 4rem; }
.cart-layout { display: grid; grid-template-columns: minmax(0,1.15fr) minmax(380px,.65fr); gap: clamp(3rem,7vw,7rem); align-items: start; }
.cart-page-items { border-top: 1px solid var(--line); }
.cart-page-item { display: grid; grid-template-columns: 180px 1fr; gap: 2rem; padding: 1.5rem 0; border-bottom: 1px solid var(--line); }
.cart-page-item > img { width: 180px; height: 240px; object-fit: cover; background: #151515; }
.cart-page-item .cart-item-info h3 { max-width: 520px; font-size: 1.7rem; }
.checkout-panel { position: sticky; top: 105px; padding: 2rem; border: 1px solid var(--line); background: var(--black-soft); }
.checkout-summary { padding-bottom: 1.5rem; border-bottom: 1px solid var(--line); }
.checkout-summary p, .checkout-summary > div { display: flex; justify-content: space-between; gap: 1rem; }
.checkout-summary p { color: var(--muted); font-size: .78rem; }
.checkout-summary p strong { color: var(--cream); font-weight: 400; }
.checkout-summary > div { margin-top: 1.4rem; color: var(--gold-light); font-family: var(--serif); font-size: 1.3rem; }
.checkout-summary > div strong { font-weight: 400; }
.checkout-form { padding-top: 1.8rem; }
.checkout-form h2 { margin: 0 0 1.8rem; font-family: var(--serif); font-size: 2rem; font-weight: 400; }
.checkout-form label { display: block; margin-bottom: 1.2rem; }
.checkout-form label span { display: block; margin-bottom: .4rem; color: var(--muted); font-size: .58rem; letter-spacing: .11em; text-transform: uppercase; }
.checkout-form input, .checkout-form textarea { width: 100%; border: 0; border-bottom: 1px solid var(--line); outline: 0; background: transparent; color: var(--cream); padding: .65rem 0; }
.checkout-form .field-row { gap: 1rem; }
.checkout-form .button { width: 100%; margin-top: .6rem; }
.checkout-note { color: var(--muted); font-size: .65rem; line-height: 1.55; }
.checkout-form .form-status { color: var(--gold-light); line-height: 1.6; }
.checkout-form button:disabled, .product-modal-content button:disabled { cursor: not-allowed; opacity: .45; }
.cart-page-empty { min-height: 420px; }

@media (max-width: 1200px) {
  .product-grid { grid-template-columns: repeat(3,minmax(0,1fr)); }
  .cart-layout { grid-template-columns: 1fr; }
  .checkout-panel { position: static; }
}

@media (max-width: 1120px) {
  .header-actions { right: 72px; }
}

@media (max-width: 800px) {
  .product-grid { grid-template-columns: repeat(2,minmax(0,1fr)); gap: 2.7rem .65rem; }
  .product-modal-card { grid-template-columns: 1fr; }
  .product-modal-media { min-height: 48vh; max-height: 55vh; }
  .product-modal-content { padding: 2.5rem 1.5rem; }
  .shop-heading { align-items: start; flex-direction: column; gap: 1.5rem; }
  .shop-toolbar { grid-template-columns: 1fr; gap: .8rem; }
  .shop-sort { justify-content: space-between; }
}

@media (max-width: 520px) {
  .header-actions { right: 64px; }
  .cart-toggle { min-width: 43px; min-height: 43px; padding: .3rem; justify-content: center; }
  .cart-toggle svg, .cart-toggle .cart-label { display: none; }
  .cart-toggle .cart-count { min-width: 31px; font-size: .58rem; }
  .product-card-copy h3 { font-size: 1rem; }
  .product-card-copy > div { align-items: flex-start; flex-direction: column; }
  .product-card-media > span { display: none; }
  .drawer-item { grid-template-columns: 82px 1fr; }
  .drawer-item > img { width: 82px; height: 115px; }
  .cart-drawer-head, .cart-drawer-items, .cart-drawer-footer { padding-left: 1.1rem; padding-right: 1.1rem; }
  .cart-page-item { grid-template-columns: 110px 1fr; gap: 1rem; }
  .cart-page-item > img { width: 110px; height: 155px; }
  .cart-page-item .cart-item-info h3 { font-size: 1.2rem; }
  .checkout-panel { padding: 1.2rem; }
  .checkout-form .field-row { grid-template-columns: 1fr; }
  .product-options { grid-template-columns: 1fr; }
}
