:root {
  --ink: #16221d;
  --forest: #1d382e;
  --sage: #708f80;
  --pale-sage: #dce4d9;
  --moss: #a9b89d;
  --cream: #f6f2e9;
  --paper: #fffdf9;
  --sand: #e9dfd0;
  --line: rgba(22, 34, 29, 0.16);
  --white: #fff;
  --serif: "Italiana", Georgia, serif;
  --sans: "DM Sans", Arial, sans-serif;
  --shadow: 0 24px 70px rgba(26, 40, 34, 0.15);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: var(--sans); font-size: 16px; line-height: 1.6; }
body.panel-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button { color: inherit; }
.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; }
.skip-link { position: fixed; left: 16px; top: -80px; z-index: 1000; padding: 12px 18px; color: white; background: var(--forest); }
.skip-link:focus { top: 16px; }

.announcement { min-height: 34px; display: grid; place-items: center; color: #f3eee4; background: var(--forest); font-size: 11px; letter-spacing: .14em; text-transform: uppercase; }
.announcement p { margin: 0; }
.announcement span { margin: 0 10px; color: var(--moss); }

.site-header { position: sticky; top: 0; z-index: 50; min-height: 88px; display: grid; grid-template-columns: 220px 1fr auto; align-items: center; gap: 28px; padding: 10px clamp(24px, 5vw, 78px); border-bottom: 1px solid transparent; background: rgba(255, 253, 249, .94); backdrop-filter: blur(14px); transition: box-shadow .25s, border-color .25s; }
.site-header.scrolled { border-color: var(--line); box-shadow: 0 8px 30px rgba(22,34,29,.06); }
.brand img { width: 190px; height: 64px; object-fit: contain; object-position: left center; }
.site-nav { display: flex; justify-content: center; gap: clamp(20px, 3vw, 48px); font-size: 13px; letter-spacing: .06em; text-transform: uppercase; }
.site-nav a { position: relative; padding: 8px 0; }
.site-nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: 2px; height: 1px; background: var(--forest); transition: right .25s; }
.site-nav a:hover::after, .site-nav a:focus-visible::after { right: 0; }
.header-actions { display: flex; align-items: center; gap: 20px; }
.text-button { border: 0; padding: 0; background: transparent; cursor: pointer; font-size: 13px; text-decoration: underline; text-underline-offset: 4px; }
.owner-button { color: #66736d; text-decoration: none; }
.menu-toggle { display: none; width: 42px; height: 42px; border: 0; background: transparent; cursor: pointer; }
.menu-toggle span:not(.sr-only) { display: block; width: 22px; height: 1px; margin: 7px auto; background: var(--ink); }

.button { min-height: 51px; display: inline-flex; align-items: center; justify-content: center; gap: 10px; padding: 13px 24px; border: 1px solid transparent; cursor: pointer; font-size: 12px; font-weight: 600; letter-spacing: .1em; text-transform: uppercase; transition: transform .2s, background .2s, color .2s; }
.button:hover { transform: translateY(-2px); }
.button-dark { color: white; background: var(--forest); }
.button-dark:hover { background: #10271f; }
.button-light { color: var(--forest); background: var(--cream); }
.button-small { min-height: 44px; padding: 10px 18px; font-size: 10px; }
.button-quiet { min-height: 51px; padding-inline: 2px; border-bottom-color: var(--ink); }

.hero { min-height: calc(100vh - 116px); display: grid; grid-template-columns: minmax(0, .92fr) minmax(520px, 1.08fr); background: var(--cream); overflow: hidden; }
.hero-copy { display: flex; flex-direction: column; justify-content: center; padding: clamp(72px, 8vw, 140px) clamp(36px, 7vw, 120px); }
.eyebrow { margin: 0 0 18px; color: var(--sage); font-size: 11px; font-weight: 600; letter-spacing: .2em; text-transform: uppercase; }
.hero h1, .section h2, .instagram-section h2, .closing-cta h2, .modal h2 { margin: 0; font-family: var(--serif); font-weight: 400; line-height: 1.03; letter-spacing: -.03em; }
.hero h1 { max-width: 700px; font-size: clamp(54px, 6.4vw, 102px); }
.hero h1 em { color: var(--sage); font-style: normal; }
.hero-lede { max-width: 570px; margin: 30px 0 34px; color: #52615a; font-size: 18px; line-height: 1.7; }
.hero-actions { display: flex; align-items: center; gap: 28px; }
.hero-note { display: flex; align-items: center; gap: 15px; margin-top: clamp(48px, 8vh, 100px); color: #68756f; font-size: 12px; line-height: 1.5; }
.hero-note p { margin: 0; }
.hero-note strong { color: var(--ink); font-weight: 600; }
.hero-note-mark { width: 46px; height: 46px; display: grid; place-items: center; border: 1px solid var(--moss); border-radius: 50%; color: var(--forest); font-family: var(--serif); font-size: 12px; }
.hero-visual { position: relative; min-height: 720px; padding: 34px 34px 34px 0; }
.hero-image-wrap { height: 100%; overflow: hidden; }
.hero-image-wrap img { width: 100%; height: 100%; object-fit: cover; object-position: center 26%; transition: transform 1.2s ease; }
.hero:hover .hero-image-wrap img { transform: scale(1.02); }
.hero-card { position: absolute; right: 0; bottom: 84px; width: min(420px, 48%); padding: 30px 34px; background: var(--paper); box-shadow: var(--shadow); }
.hero-card p:last-child { margin: 0; font-family: var(--serif); font-size: 22px; line-height: 1.4; }
.hero-flourish { position: absolute; left: -78px; bottom: 20px; width: 170px; fill: none; stroke: var(--moss); stroke-width: 1.2; }

.value-strip { display: grid; grid-template-columns: repeat(3, 1fr); padding: 0 clamp(24px, 5vw, 78px); color: white; background: var(--forest); }
.value-strip article { min-height: 170px; display: flex; align-items: center; gap: 22px; padding: 30px clamp(18px, 3vw, 50px); border-right: 1px solid rgba(255,255,255,.14); }
.value-strip article:last-child { border-right: 0; }
.value-strip span { color: var(--moss); font-family: var(--serif); font-size: 30px; }
.value-strip h2 { margin: 0 0 6px; font-family: var(--serif); font-size: 23px; font-weight: 400; }
.value-strip p { margin: 0; color: #c9d0cb; font-size: 13px; }

.section { padding: clamp(90px, 10vw, 160px) clamp(24px, 6vw, 100px); }
.section-heading { display: grid; grid-template-columns: 1.15fr .65fr; gap: 60px; align-items: end; max-width: 1460px; margin: 0 auto 52px; }
.section-heading h2, .how-intro h2, .about-copy h2, .consignment-copy h2, .faq-heading h2 { font-size: clamp(44px, 5vw, 76px); }
.section-heading > p { margin: 0 0 8px; color: #69756f; line-height: 1.8; }

.gowns-section { background: var(--paper); }
.catalog-toolbar { max-width: 1460px; display: flex; align-items: center; gap: 20px; margin: 0 auto 34px; padding: 18px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.search-field { flex: 1 1 320px; display: flex; align-items: center; gap: 11px; }
.search-field svg { width: 20px; fill: none; stroke: currentColor; stroke-width: 1.5; }
.search-field input { width: 100%; border: 0; outline: 0; background: transparent; }
.filter-group { display: flex; gap: 7px; }
.filter-chip { min-width: 42px; height: 38px; padding: 0 12px; border: 1px solid var(--line); border-radius: 99px; background: transparent; cursor: pointer; font-size: 12px; }
.filter-chip.active { color: white; border-color: var(--forest); background: var(--forest); }
.select-field { display: flex; align-items: center; gap: 10px; color: #65716b; font-size: 12px; }
.select-field select { border: 0; outline: 0; color: var(--ink); background: transparent; font-weight: 600; }
.gown-grid { max-width: 1460px; display: grid; grid-template-columns: repeat(4, 1fr); gap: 36px 20px; margin: 0 auto; }
.gown-card { cursor: pointer; }
.gown-card-image { position: relative; aspect-ratio: .72; overflow: hidden; background: var(--cream); }
.gown-card-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s ease; }
.gown-card:hover img { transform: scale(1.035); }
.gown-card-overlay { position: absolute; inset: auto 14px 14px; display: flex; justify-content: center; padding: 12px; opacity: 0; transform: translateY(8px); color: white; background: rgba(22,34,29,.88); font-size: 10px; letter-spacing: .14em; text-transform: uppercase; transition: .3s; }
.gown-card:hover .gown-card-overlay, .gown-card:focus-visible .gown-card-overlay { opacity: 1; transform: translateY(0); }
.gown-card-body { display: grid; grid-template-columns: 1fr auto; gap: 8px; padding: 17px 2px 0; }
.gown-card h3 { margin: 0; font-family: var(--serif); font-size: 27px; font-weight: 400; }
.gown-card-price { color: var(--forest); font-size: 13px; font-weight: 600; }
.gown-card-meta { grid-column: 1 / -1; display: flex; gap: 8px; color: #77817c; font-size: 12px; }
.gown-card-meta span + span::before { content: "·"; margin-right: 8px; }
.catalog-empty { max-width: 1460px; margin: 50px auto; text-align: center; }
.catalog-note { max-width: 1460px; display: grid; grid-template-columns: .6fr 1.2fr auto; align-items: center; gap: 30px; margin: 70px auto 0; padding: 35px 40px; border: 1px solid var(--line); background: var(--cream); }
.catalog-note > span { font-family: var(--serif); font-size: 29px; }
.catalog-note p { margin: 0; color: #65716b; }
.catalog-note a { font-size: 12px; font-weight: 600; text-transform: uppercase; }

.series-section { background: var(--pale-sage); }
.series-heading { max-width: 1460px; display: grid; grid-template-columns: 1.15fr .65fr; align-items: end; gap: 60px; margin: 0 auto 50px; }
.series-heading h2 { font-size: clamp(54px, 6vw, 92px); }
.series-heading > p { max-width: 520px; margin: 0 0 10px; color: #56665e; font-size: 17px; line-height: 1.8; }
.series-feature { max-width: 1460px; min-height: 620px; display: grid; grid-template-columns: 1.05fr .95fr; margin: 0 auto; background: var(--paper); box-shadow: 0 30px 80px rgba(39, 57, 48, .11); }
.series-media { position: relative; min-height: 620px; overflow: hidden; background: #d6d9d3; }
.series-media::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(16,39,31,.02) 45%, rgba(16,39,31,.32)); transition: background .35s; }
.series-media:hover::after { background: linear-gradient(180deg, rgba(16,39,31,0) 45%, rgba(16,39,31,.22)); }
.series-media img { width: 100%; height: 100%; object-fit: cover; object-position: center 44%; transition: transform .7s ease; }
.series-media:hover img { transform: scale(1.025); }
.series-media-label { position: absolute; z-index: 2; top: 24px; left: 24px; display: inline-flex; align-items: center; gap: 8px; padding: 10px 14px; color: var(--forest); background: rgba(255,253,249,.94); font-size: 9px; font-weight: 600; letter-spacing: .14em; text-transform: uppercase; }
.series-media-label svg { width: 14px; height: 14px; fill: none; stroke: currentColor; stroke-width: 1.6; }
.series-play { position: absolute; z-index: 2; left: 50%; top: 50%; width: 82px; height: 82px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.7); border-radius: 50%; color: var(--forest); background: rgba(255,253,249,.9); transform: translate(-50%, -50%); transition: transform .25s, background .25s; }
.series-play span { margin-left: 4px; font-size: 17px; }
.series-media:hover .series-play { background: white; transform: translate(-50%, -50%) scale(1.06); }
.series-copy { display: flex; flex-direction: column; justify-content: center; padding: clamp(52px, 6vw, 92px); }
.series-kicker { margin: 0 0 20px; color: var(--sage); font-size: 10px; font-weight: 600; letter-spacing: .18em; text-transform: uppercase; }
.series-kicker span { margin: 0 7px; }
.series-copy h3 { margin: 0; font-family: var(--serif); font-size: clamp(42px, 4.2vw, 65px); font-weight: 400; line-height: 1.08; letter-spacing: -.025em; }
.series-copy > p:not(.series-kicker) { margin: 28px 0; color: #5f6c66; font-size: 16px; line-height: 1.85; }
.series-meta { display: flex; flex-wrap: wrap; gap: 10px 22px; margin-bottom: 34px; color: #78827d; font-size: 10px; letter-spacing: .13em; text-transform: uppercase; }
.series-meta span + span::before { content: "·"; margin-right: 22px; color: var(--sage); }
.series-copy .button { align-self: flex-start; }
.series-archive { max-width: 1460px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; margin: 18px auto 0; background: rgba(22,34,29,.14); }
.series-archive > a { min-height: 206px; display: grid; grid-template-columns: 116px 1fr; align-items: stretch; gap: 22px; padding: 18px; background: var(--paper); transition: background .25s, color .25s; }
.series-archive > a:hover { color: white; background: var(--forest); }
.series-thumb { position: relative; min-height: 168px; overflow: hidden; background: var(--cream); }
.series-thumb img { width: 100%; height: 100%; object-fit: cover; object-position: center 45%; transition: transform .4s ease; }
.series-archive > a:hover .series-thumb img { transform: scale(1.04); }
.series-mini-play, .series-post-mark { position: absolute; left: 50%; top: 50%; width: 42px; height: 42px; display: grid; place-items: center; border-radius: 50%; color: var(--forest); background: rgba(255,253,249,.94); box-shadow: 0 8px 25px rgba(22,34,29,.17); transform: translate(-50%, -50%); }
.series-mini-play { padding-left: 3px; font-size: 10px; }
.series-post-mark { font-size: 9px; font-weight: 600; letter-spacing: .08em; }
.series-card-copy { display: flex; flex-direction: column; justify-content: center; min-width: 0; }
.series-archive small { color: #7b8580; font-size: 8px; letter-spacing: .11em; text-transform: uppercase; }
.series-type { display: flex; align-items: center; gap: 6px; }
.series-type-icon { width: 17px; height: 17px; display: inline-grid; place-items: center; border-radius: 50%; color: white; background: var(--sage); font-size: 6px; }
.series-type-post { border-radius: 4px; font-size: 9px; }
.series-archive h3 { margin: 8px 0 0; font-family: var(--serif); font-size: 25px; font-weight: 400; line-height: 1.25; }
.series-watch { margin-top: 14px; color: var(--forest); font-size: 9px; font-weight: 600; letter-spacing: .12em; text-transform: uppercase; }
.series-archive > a:hover small, .series-archive > a:hover .series-watch { color: #d7e0da; }

.how-section { color: white; background: var(--forest); }
.how-intro { max-width: 780px; margin: 0 auto 70px; text-align: center; }
.how-intro .eyebrow { color: var(--moss); }
.steps { max-width: 1320px; display: grid; grid-template-columns: repeat(3, 1fr); margin: 0 auto; border-top: 1px solid rgba(255,255,255,.17); }
.step { min-height: 270px; padding: 38px 44px; border-right: 1px solid rgba(255,255,255,.17); }
.step:last-child { border-right: 0; }
.step span { color: var(--moss); font-family: var(--serif); font-size: 32px; }
.step h3 { margin: 58px 0 12px; font-family: var(--serif); font-size: 31px; font-weight: 400; }
.step p { margin: 0; color: #c9d0cb; font-size: 14px; }

.about-section { display: grid; grid-template-columns: minmax(400px, .92fr) minmax(0, 1.08fr); gap: clamp(60px, 10vw, 150px); align-items: center; background: var(--cream); }
.about-image { position: relative; max-width: 650px; justify-self: end; }
.about-image img { width: 100%; aspect-ratio: .78; object-fit: cover; object-position: center 28%; }
.about-badge { position: absolute; right: -55px; bottom: 50px; width: 150px; height: 150px; display: flex; flex-direction: column; align-items: center; justify-content: center; border-radius: 50%; text-align: center; color: white; background: var(--forest); transform: rotate(7deg); }
.about-badge span { font-size: 10px; letter-spacing: .16em; text-transform: uppercase; }
.about-badge strong { margin-top: 7px; font-family: var(--serif); font-size: 21px; font-weight: 400; line-height: 1.1; }
.about-copy { max-width: 690px; }
.about-copy p:not(.eyebrow) { color: #5e6b65; line-height: 1.9; }
.signature { margin: 32px 0; font-family: var(--serif); font-size: 32px; }
.signature span { display: block; color: #7d8782; font-family: var(--sans); font-size: 10px; letter-spacing: .16em; text-transform: uppercase; }

.testimonial-section { min-height: 720px; display: grid; grid-template-columns: 1.05fr .95fr; background: #dbe3d8; }
.testimonial-media { overflow: hidden; }
.testimonial-media img { width: 100%; height: 100%; object-fit: cover; object-position: center 58%; }
.testimonial { max-width: 690px; display: flex; flex-direction: column; justify-content: center; margin: 0; padding: clamp(70px, 8vw, 140px); }
.stars { margin-bottom: 32px; color: var(--forest); letter-spacing: .3em; }
.testimonial blockquote { margin: 0; font-family: var(--serif); font-size: clamp(34px, 3.5vw, 57px); line-height: 1.3; }
.testimonial figcaption { display: flex; flex-direction: column; margin-top: 38px; font-size: 12px; }
.testimonial figcaption span { color: #6d7772; }

.consignment-section { display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(60px, 10vw, 150px); align-items: center; }
.consignment-copy { max-width: 680px; justify-self: end; }
.consignment-copy > p:not(.eyebrow) { color: #5f6d66; font-size: 17px; line-height: 1.9; }
.check-list { margin: 32px 0 38px; padding: 0; list-style: none; }
.check-list li { position: relative; padding: 15px 0 15px 34px; border-top: 1px solid var(--line); }
.check-list li:last-child { border-bottom: 1px solid var(--line); }
.check-list li::before { content: "✓"; position: absolute; left: 3px; color: var(--sage); }
.consignment-image { position: relative; max-width: 690px; }
.consignment-image img { width: 100%; aspect-ratio: .78; object-fit: cover; }
.floating-stat { position: absolute; left: -55px; bottom: 40px; display: flex; flex-direction: column; padding: 24px 30px; color: white; background: var(--forest); box-shadow: var(--shadow); }
.floating-stat strong { font-family: var(--serif); font-size: 28px; font-weight: 400; }
.floating-stat span { color: #bdc9c1; font-size: 12px; }

.faq-section { display: grid; grid-template-columns: .72fr 1.28fr; gap: clamp(60px, 10vw, 150px); background: var(--cream); }
.faq-heading { max-width: 520px; }
.faq-heading > p:last-child { color: #67736d; }
.faq-list details { border-top: 1px solid var(--line); }
.faq-list details:last-child { border-bottom: 1px solid var(--line); }
.faq-list summary { display: flex; justify-content: space-between; gap: 24px; padding: 26px 0; cursor: pointer; list-style: none; font-family: var(--serif); font-size: 25px; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary span { color: var(--sage); font-family: var(--sans); font-weight: 300; transition: transform .25s; }
.faq-list details[open] summary span { transform: rotate(45deg); }
.faq-list details p { margin: -6px 55px 28px 0; color: #637069; line-height: 1.8; }

.instagram-section { padding: clamp(85px, 9vw, 140px) clamp(24px, 5vw, 78px); }
.instagram-heading { display: flex; justify-content: space-between; align-items: end; margin-bottom: 34px; }
.instagram-heading h2 { font-size: clamp(38px, 4vw, 62px); }
.instagram-heading a { padding-bottom: 8px; border-bottom: 1px solid var(--ink); font-size: 12px; text-transform: uppercase; }
.instagram-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 10px; }
.instagram-grid a { aspect-ratio: 1; overflow: hidden; }
.instagram-grid img { width: 100%; height: 100%; object-fit: cover; transition: transform .45s; }
.instagram-grid a:hover img { transform: scale(1.035); }

.closing-cta { min-height: 520px; display: flex; flex-direction: column; align-items: center; justify-content: center; padding: 80px 24px; text-align: center; color: white; background: var(--forest); }
.closing-cta .eyebrow { color: var(--moss); }
.closing-cta h2 { margin-bottom: 35px; font-size: clamp(54px, 7vw, 100px); }
.site-footer { display: grid; grid-template-columns: 1.2fr .6fr .7fr; gap: 70px; padding: 70px clamp(24px, 6vw, 100px) 32px; background: var(--cream); }
.footer-brand img { width: 205px; }
.footer-brand p { color: #69756f; font-size: 13px; }
.site-footer > div:not(.footer-brand) { display: flex; flex-direction: column; align-items: flex-start; gap: 8px; font-size: 13px; }
.site-footer h2 { margin: 0 0 12px; font-size: 11px; letter-spacing: .16em; text-transform: uppercase; }
.site-footer span { color: #737e79; }
.copyright { grid-column: 1 / -1; margin: 40px 0 0; padding-top: 24px; border-top: 1px solid var(--line); color: #7d8782; font-size: 11px; }

.modal { width: min(1020px, calc(100% - 36px)); max-height: calc(100vh - 36px); padding: 0; border: 0; color: var(--ink); background: var(--paper); box-shadow: var(--shadow); }
.modal::backdrop { background: rgba(13, 24, 19, .72); backdrop-filter: blur(4px); }
.modal-close { position: absolute; top: 13px; right: 15px; z-index: 2; width: 44px; height: 44px; border: 0; border-radius: 50%; cursor: pointer; font-size: 27px; background: rgba(255,255,255,.92); }
.gown-modal-content { display: grid; grid-template-columns: 1.05fr .95fr; min-height: 650px; }
.gown-modal-image img { width: 100%; height: 100%; min-height: 650px; object-fit: cover; }
.gown-modal-copy { display: flex; flex-direction: column; justify-content: center; padding: 65px; }
.gown-modal-copy h2 { font-size: 58px; }
.gown-modal-copy .price { margin: 18px 0 30px; color: var(--forest); font-weight: 600; }
.gown-specs { display: grid; grid-template-columns: repeat(2, 1fr); margin: 24px 0 36px; border-top: 1px solid var(--line); }
.gown-specs div { padding: 15px 0; border-bottom: 1px solid var(--line); }
.gown-specs span { display: block; color: #7a8580; font-size: 10px; letter-spacing: .12em; text-transform: uppercase; }
.gown-specs strong { font-family: var(--serif); font-size: 22px; font-weight: 400; }
.form-modal { width: min(720px, calc(100% - 30px)); padding: clamp(34px, 6vw, 70px); }
.modal-heading { margin-bottom: 30px; }
.modal-heading h2 { font-size: 50px; }
.modal-heading > p:last-child { color: #6b7670; }
.demo-form, .owner-form { display: grid; gap: 18px; }
.demo-form label, .owner-form label { display: grid; gap: 7px; font-size: 11px; font-weight: 600; letter-spacing: .08em; text-transform: uppercase; }
.demo-form input, .demo-form select, .demo-form textarea, .owner-form input, .owner-form select, .owner-form textarea { width: 100%; padding: 13px 14px; border: 1px solid var(--line); border-radius: 0; outline: 0; background: white; font-weight: 400; letter-spacing: 0; text-transform: none; }
.demo-form input:focus, .demo-form textarea:focus, .owner-form input:focus, .owner-form textarea:focus, .owner-form select:focus { border-color: var(--sage); box-shadow: 0 0 0 3px rgba(112,143,128,.15); }
.form-row { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; }
.upload-field { padding: 18px; border: 1px dashed var(--sage); color: var(--forest); background: #f4f6f1; }
.upload-field span { color: #77817c; font-size: 11px; font-weight: 400; letter-spacing: 0; text-transform: none; }

.owner-panel { position: fixed; z-index: 110; top: 0; right: 0; width: min(480px, 100%); height: 100%; padding: 38px; overflow-y: auto; background: var(--paper); box-shadow: -20px 0 70px rgba(17,31,25,.18); transform: translateX(105%); transition: transform .35s ease; }
.owner-panel.open { transform: translateX(0); }
.owner-panel-header { display: flex; justify-content: space-between; align-items: flex-start; }
.owner-panel-header span { color: var(--sage); font-size: 10px; letter-spacing: .16em; text-transform: uppercase; }
.owner-panel-header h2 { margin: 4px 0 0; font-family: var(--serif); font-size: 44px; font-weight: 400; }
.owner-panel-header button { width: 42px; height: 42px; border: 1px solid var(--line); border-radius: 50%; cursor: pointer; background: transparent; font-size: 25px; }
.owner-intro { margin: 12px 0 30px; color: #69756f; font-size: 13px; }
.reset-demo { justify-self: center; margin-top: 6px; color: #79837f; }
.page-scrim { position: fixed; z-index: 100; inset: 0; background: rgba(13,24,19,.55); backdrop-filter: blur(3px); }
.toast { position: fixed; z-index: 200; left: 50%; bottom: 24px; padding: 13px 20px; opacity: 0; pointer-events: none; color: white; background: var(--forest); transform: translate(-50%, 20px); transition: .3s; box-shadow: var(--shadow); }
.toast.show { opacity: 1; transform: translate(-50%, 0); }

.reveal { opacity: 0; transform: translateY(20px); transition: opacity .7s ease, transform .7s ease; }
.reveal.visible { opacity: 1; transform: none; }

@media (max-width: 1100px) {
  .site-header { grid-template-columns: 185px auto 1fr; }
  .menu-toggle { display: block; justify-self: end; order: 3; }
  .site-nav { position: absolute; top: 100%; left: 0; right: 0; display: none; flex-direction: column; gap: 5px; padding: 24px; border-bottom: 1px solid var(--line); background: var(--paper); }
  .site-nav.open { display: flex; }
  .header-actions { justify-self: end; }
  .hero { grid-template-columns: 1fr 1fr; }
  .hero-copy { padding-inline: 45px; }
  .hero h1 { font-size: 64px; }
  .gown-grid { grid-template-columns: repeat(3, 1fr); }
  .catalog-toolbar { flex-wrap: wrap; }
  .search-field { flex-basis: 100%; }
  .about-section, .consignment-section { gap: 70px; }
  .about-badge, .floating-stat { right: 20px; left: auto; }
  .series-feature { grid-template-columns: .9fr 1.1fr; }
  .series-copy { padding: 50px; }
  .series-archive > a { grid-template-columns: 94px 1fr; gap: 16px; padding: 14px; }
  .series-thumb { min-height: 164px; }
  .series-archive h3 { font-size: 22px; }
}

@media (max-width: 760px) {
  .announcement { padding: 8px 12px; text-align: center; line-height: 1.4; }
  .site-header { min-height: 72px; grid-template-columns: 145px 1fr auto; padding: 7px 18px; }
  .brand img { width: 142px; height: 52px; }
  .header-actions .owner-button { display: none; }
  .header-actions .button { min-height: 39px; padding: 8px 11px; font-size: 8px; }
  .hero { min-height: auto; display: flex; flex-direction: column; }
  .hero-copy { order: 2; padding: 58px 24px 68px; }
  .hero h1 { font-size: clamp(47px, 14vw, 66px); }
  .hero-lede { font-size: 16px; }
  .hero-actions { align-items: stretch; flex-direction: column; gap: 15px; }
  .hero-note { margin-top: 48px; }
  .hero-visual { min-height: 560px; padding: 0; }
  .hero-card { right: 18px; bottom: 18px; width: calc(100% - 54px); padding: 22px; }
  .hero-card p:last-child { font-size: 18px; }
  .hero-flourish { display: none; }
  .value-strip { grid-template-columns: 1fr; padding: 0 24px; }
  .value-strip article { min-height: 130px; padding-inline: 0; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.14); }
  .section { padding: 84px 22px; }
  .section-heading { grid-template-columns: 1fr; gap: 22px; }
  .section-heading h2, .how-intro h2, .about-copy h2, .consignment-copy h2, .faq-heading h2 { font-size: 47px; }
  .catalog-toolbar { align-items: flex-start; }
  .filter-group { width: 100%; overflow-x: auto; padding-bottom: 4px; }
  .select-field { width: 100%; justify-content: space-between; }
  .gown-grid { grid-template-columns: repeat(2, 1fr); gap: 30px 10px; }
  .gown-card h3 { font-size: 22px; }
  .gown-card-body { display: block; }
  .gown-card-price, .gown-card-meta { display: block; margin-top: 4px; }
  .catalog-note { grid-template-columns: 1fr; padding: 28px; }
  .series-heading { grid-template-columns: 1fr; gap: 20px; }
  .series-heading h2 { font-size: 58px; }
  .series-feature { min-height: 0; grid-template-columns: 1fr; }
  .series-media { min-height: 480px; }
  .series-copy { padding: 48px 26px 54px; }
  .series-copy h3 { font-size: 43px; }
  .series-meta { display: grid; gap: 6px; }
  .series-meta span + span::before { display: none; }
  .series-copy .button { width: 100%; }
  .series-archive { grid-template-columns: 1fr; }
  .series-archive > a { min-height: 152px; grid-template-columns: 104px 1fr; padding: 13px; }
  .series-thumb { min-height: 126px; }
  .series-archive h3 { font-size: 21px; }
  .steps { grid-template-columns: 1fr; }
  .step { min-height: 220px; padding-inline: 8px; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.17); }
  .step h3 { margin-top: 36px; }
  .about-section, .consignment-section, .faq-section { grid-template-columns: 1fr; gap: 58px; }
  .about-image, .consignment-image { max-width: none; }
  .about-badge { width: 125px; height: 125px; right: 12px; bottom: 20px; }
  .testimonial-section { min-height: auto; grid-template-columns: 1fr; }
  .testimonial-media { height: 520px; }
  .testimonial { padding: 65px 26px; }
  .floating-stat { right: 12px; bottom: 12px; }
  .faq-heading { position: static; }
  .faq-list summary { font-size: 21px; }
  .instagram-heading { align-items: flex-start; flex-direction: column; gap: 22px; }
  .instagram-grid { grid-template-columns: repeat(2, 1fr); }
  .site-footer { grid-template-columns: 1fr 1fr; gap: 50px 30px; }
  .footer-brand { grid-column: 1 / -1; }
  .gown-modal-content { grid-template-columns: 1fr; }
  .gown-modal-image img { min-height: 420px; height: 52vh; }
  .gown-modal-copy { padding: 38px 26px; }
  .gown-modal-copy h2 { font-size: 48px; }
  .form-row { grid-template-columns: 1fr; }
  .owner-panel { padding: 28px 22px; }
}

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