:root {
  --ink: #2a211c;
  --muted: #76675c;
  --paper: #fbf6ee;
  --paper-deep: #f1e7d8;
  --white: #fffdf9;
  --orange: #c8552c;
  --orange-dark: #9f3d23;
  --sage: #667367;
  --line: #ded3c5;
  --shadow: 0 20px 55px rgba(66, 42, 26, 0.12);
  --radius: 8px;
  --serif: "Playfair Display", Georgia, serif;
  --sans: "DM Sans", Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: var(--sans); font-size: 16px; line-height: 1.6; }
body, button, input, select, textarea { font-family: var(--sans); }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, a, input, select, textarea { -webkit-tap-highlight-color: transparent; }
:focus-visible { outline: 3px solid #d97745; outline-offset: 3px; }
.shell { width: min(1180px, calc(100% - 48px)); margin: 0 auto; }
.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; top: 12px; left: 12px; z-index: 100; transform: translateY(-150%); background: var(--ink); color: var(--white); padding: 10px 14px; border-radius: 4px; }
.skip-link:focus { transform: translateY(0); }

.announcement-bar { background: var(--ink); color: #f8eee3; font-size: 12px; letter-spacing: .02em; }
.announcement-inner { display: flex; min-height: 36px; align-items: center; justify-content: space-between; gap: 16px; }
.announcement-inner a { display: inline-flex; align-items: center; gap: 5px; color: #f1ad72; font-weight: 700; }
.announcement-inner svg { width: 14px; height: 14px; }
.site-header { position: relative; z-index: 20; background: rgba(251, 246, 238, .96); border-bottom: 1px solid var(--line); }
.nav-wrap { min-height: 76px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: inline-flex; align-items: center; gap: 11px; }
.brand-mark { display: grid; width: 34px; height: 34px; place-items: center; background: var(--orange); color: var(--white); font-family: var(--serif); font-size: 22px; line-height: 1; }
.brand strong, .brand small { display: block; }
.brand strong { font-family: var(--serif); font-size: 18px; line-height: 1.1; }
.brand small { color: var(--muted); font-size: 10px; letter-spacing: .16em; line-height: 1.2; text-transform: uppercase; }
.site-nav { display: flex; align-items: center; gap: 28px; font-size: 14px; font-weight: 600; }
.site-nav > a:not(.nav-cta) { color: var(--muted); transition: color .2s ease; }
.site-nav > a:not(.nav-cta):hover { color: var(--orange); }
.nav-cta { display: inline-flex; align-items: center; gap: 8px; padding: 10px 14px; border: 1px solid var(--orange); color: var(--orange-dark); }
.nav-cta:hover { background: var(--orange); color: var(--white); }
.nav-cta svg { width: 15px; height: 15px; }
.menu-toggle { display: none; border: 0; background: transparent; color: var(--ink); cursor: pointer; min-width: 44px; min-height: 44px; }

.hero { position: relative; min-height: 650px; display: flex; align-items: center; overflow: hidden; background: #633a24; color: var(--white); }
.hero-image { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center 58%; }
.hero-shade { position: absolute; inset: 0; background: rgba(31, 22, 17, .52); }
.hero-content { position: relative; z-index: 1; max-width: 1180px; padding: 100px 0 96px; }
.eyebrow { margin: 0 0 16px; color: var(--orange-dark); font-size: 11px; font-weight: 700; letter-spacing: .16em; line-height: 1.3; text-transform: uppercase; }
.light-eyebrow { color: #f6be86; }
h1, h2, h3, p { margin-top: 0; }
h1, h2 { font-family: var(--serif); font-weight: 700; letter-spacing: 0; }
h1 { max-width: 690px; margin-bottom: 22px; font-size: clamp(48px, 6.2vw, 84px); line-height: 1.02; }
h2 { margin-bottom: 18px; font-size: clamp(36px, 4.2vw, 58px); line-height: 1.08; }
h3 { margin-bottom: 12px; font-family: var(--serif); font-size: 25px; line-height: 1.15; }
.hero-copy { max-width: 485px; margin-bottom: 30px; color: #faeee2; font-size: 18px; line-height: 1.55; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.hero-note { display: flex; align-items: center; gap: 8px; margin-top: 76px; color: #f3d9c5; font-size: 13px; }
.note-dot { width: 8px; height: 8px; border-radius: 50%; background: #efa66a; box-shadow: 0 0 0 5px rgba(239, 166, 106, .18); }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 9px; min-height: 48px; padding: 12px 17px; border: 1px solid transparent; border-radius: 3px; font-size: 13px; font-weight: 700; cursor: pointer; transition: transform .2s ease, background-color .2s ease, border-color .2s ease, color .2s ease; }
.button:hover { transform: translateY(-2px); }
.button svg { width: 16px; height: 16px; }
.button-primary { background: var(--orange); color: var(--white); }
.button-primary:hover { background: #e06c3b; }
.button-quiet { border-color: rgba(255,255,255,.45); color: var(--white); }
.button-quiet:hover { background: rgba(255,255,255,.12); border-color: var(--white); }
.button-outline { width: 100%; border-color: var(--line); color: var(--orange-dark); }
.button-outline:hover { border-color: var(--orange); background: var(--orange); color: var(--white); }
.button-dark { background: var(--ink); color: var(--white); }
.button-dark:hover { background: #47352b; }
.section-pad { padding: 112px 0; }

.intro { background: var(--white); }
.intro-grid { display: grid; grid-template-columns: .95fr 1fr; gap: 90px; align-items: end; }
.intro h2 { max-width: 460px; }
.intro-copy { max-width: 510px; color: var(--muted); font-size: 18px; }
.text-link { display: inline-flex; align-items: center; gap: 8px; margin-top: 14px; color: var(--orange-dark); font-size: 14px; font-weight: 700; }
.text-link svg { width: 15px; height: 15px; }

.collection { background: var(--paper); }
.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 60px; margin-bottom: 48px; }
.section-heading h2 { max-width: 670px; margin-bottom: 0; }
.section-intro { max-width: 340px; margin-bottom: 4px; color: var(--muted); font-size: 15px; }
.product-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 24px; }
.product-card { overflow: hidden; border: 1px solid var(--line); background: var(--white); box-shadow: var(--shadow); }
.product-media { position: relative; aspect-ratio: 1 / .82; overflow: hidden; background: #eadcc8; }
.product-media img { width: 100%; height: 100%; object-fit: cover; transition: transform .45s ease; }
.product-card:hover .product-media img { transform: scale(1.03); }
.product-tag { position: absolute; top: 16px; left: 16px; padding: 6px 9px; background: rgba(255,253,249,.9); color: var(--orange-dark); font-size: 10px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.product-card-dark .product-tag { color: #30231d; }
.product-body { padding: 29px; }
.product-title-row { display: flex; justify-content: space-between; gap: 16px; }
.product-kicker { margin-bottom: 8px; color: var(--orange-dark); font-size: 11px; font-weight: 700; letter-spacing: .15em; text-transform: uppercase; }
.product-number { color: #bcae9f; font-family: var(--serif); font-size: 34px; line-height: 1; }
.product-description { min-height: 75px; margin-bottom: 24px; color: var(--muted); font-size: 15px; }
.spec-strip { display: flex; flex-wrap: wrap; gap: 8px 20px; padding: 17px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); color: var(--muted); font-size: 12px; }
.spec-strip strong { display: block; margin-bottom: 2px; color: var(--ink); font-size: 10px; letter-spacing: .1em; text-transform: uppercase; }
.spec-details { margin: 18px 0; }
.spec-details summary { display: flex; align-items: center; justify-content: space-between; color: var(--orange-dark); font-size: 13px; font-weight: 700; cursor: pointer; list-style: none; }
.spec-details summary::-webkit-details-marker { display: none; }
.spec-details summary svg { width: 16px; height: 16px; transition: transform .2s ease; }
.spec-details[open] summary svg { transform: rotate(180deg); }
.size-list { display: grid; gap: 8px; margin-top: 15px; font-size: 12px; }
.size-list div { display: flex; justify-content: space-between; gap: 16px; padding-bottom: 8px; border-bottom: 1px dashed var(--line); }
.size-list span { color: var(--muted); }
.size-list strong { color: var(--ink); font-weight: 600; text-align: right; }
.scene-grid { display: grid; grid-template-columns: 1.35fr 1fr 1fr; gap: 16px; margin-top: 70px; }
.scene { margin: 0; }
.scene img { width: 100%; aspect-ratio: 1 / .82; object-fit: cover; }
.scene figcaption { display: flex; align-items: center; gap: 8px; padding-top: 12px; color: var(--muted); font-size: 12px; }
.scene figcaption span { color: var(--orange-dark); font-weight: 700; }

.story { background: var(--paper-deep); }
.story-grid { display: grid; grid-template-columns: .98fr 1fr; gap: 90px; align-items: center; }
.story-image-wrap { position: relative; }
.story-image-wrap img { width: 100%; aspect-ratio: 1 / 1; object-fit: cover; }
.image-caption { position: absolute; right: 16px; bottom: 16px; padding: 8px 10px; background: rgba(255,253,249,.9); color: var(--orange-dark); font-size: 10px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.story-copy h2 { max-width: 530px; }
.story-copy > p:not(.eyebrow) { max-width: 520px; color: var(--muted); font-size: 17px; }
.story-points { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 20px; margin-top: 36px; }
.story-points > div { display: grid; grid-template-columns: 40px 1fr; column-gap: 11px; align-items: center; }
.point-icon { grid-row: span 2; display: grid; width: 38px; height: 38px; place-items: center; border: 1px solid #cdbda9; color: var(--orange-dark); }
.point-icon svg { width: 18px; height: 18px; }
.story-points strong { font-size: 14px; }
.story-points small { color: var(--muted); font-size: 12px; line-height: 1.35; }

.wholesale { background: var(--orange); color: var(--white); }
.wholesale-grid { display: grid; grid-template-columns: 1.1fr 1fr; gap: 90px; align-items: end; }
.wholesale .eyebrow { color: #f8d0ac; }
.wholesale h2 { max-width: 550px; margin-bottom: 0; }
.wholesale p:not(.eyebrow) { max-width: 480px; margin-bottom: 28px; color: #ffe9d4; font-size: 17px; }
.wholesale .button-dark { background: var(--ink); }
.wholesale .button-dark:hover { background: #4b3022; }

.contact { background: var(--white); }
.contact-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 90px; align-items: start; }
.contact-intro h2 { max-width: 480px; }
.contact-intro > p:not(.eyebrow) { max-width: 410px; color: var(--muted); font-size: 17px; }
.contact-email { display: inline-flex; align-items: center; gap: 9px; margin: 18px 0 26px; color: var(--orange-dark); font-size: 15px; font-weight: 700; }
.contact-email svg { width: 16px; height: 16px; }
.contact-meta { display: flex; flex-wrap: wrap; gap: 8px; color: var(--muted); font-size: 11px; }
.contact-meta span { padding: 7px 9px; background: var(--paper); }
.inquiry-form { padding: 34px; border: 1px solid var(--line); background: var(--paper); }
.form-heading { display: flex; justify-content: space-between; gap: 16px; margin-bottom: 26px; font-family: var(--serif); font-size: 24px; }
.required-note { align-self: end; color: var(--muted); font-family: var(--sans); font-size: 11px; }
.inquiry-form label { display: block; margin: 16px 0 6px; color: var(--ink); font-size: 12px; font-weight: 700; }
.inquiry-form label span { color: var(--orange-dark); }
.inquiry-form input, .inquiry-form select, .inquiry-form textarea { width: 100%; min-height: 46px; padding: 11px 12px; border: 1px solid var(--line); border-radius: 2px; background: var(--white); color: var(--ink); font-size: 14px; }
.inquiry-form textarea { min-height: 110px; resize: vertical; }
.inquiry-form input::placeholder, .inquiry-form textarea::placeholder { color: #9e9185; }
.inquiry-form input:focus, .inquiry-form select:focus, .inquiry-form textarea:focus { border-color: var(--orange); outline: 3px solid rgba(200,85,44,.16); }
.form-submit { width: 100%; margin-top: 22px; }
.form-status { min-height: 22px; margin: 12px 0 0; color: var(--orange-dark); font-size: 12px; }

.site-footer { padding: 65px 0 22px; background: var(--ink); color: #f3e4d4; }
.footer-grid { display: grid; grid-template-columns: 1.6fr 1fr 1fr; gap: 50px; padding-bottom: 52px; }
.footer-brand { color: var(--white); }
.footer-brand small { color: #baa99a; }
.footer-grid p { max-width: 350px; margin: 20px 0 0; color: #baa99a; font-size: 14px; }
.footer-links { display: grid; align-content: start; gap: 9px; font-size: 13px; }
.footer-links a { color: #d9c8b8; }
.footer-links a:hover { color: #f1a971; }
.footer-label { margin-bottom: 8px; color: #f1a971; font-size: 11px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; padding-top: 20px; border-top: 1px solid #55443a; color: #a99585; font-size: 11px; }

@media (max-width: 900px) {
  .shell { width: min(100% - 36px, 680px); }
  .site-nav { gap: 18px; }
  .intro-grid, .story-grid, .wholesale-grid, .contact-grid { grid-template-columns: 1fr; gap: 42px; }
  .section-heading { display: block; }
  .section-intro { max-width: 550px; margin-top: 20px; }
  .story-image-wrap { max-width: 620px; }
  .scene-grid { grid-template-columns: repeat(2, 1fr); }
  .scene-wide { grid-column: span 2; }
  .footer-grid { grid-template-columns: 1.5fr 1fr 1fr; gap: 24px; }
}

@media (max-width: 680px) {
  .shell { width: min(100% - 32px, 520px); }
  .announcement-inner { min-height: 42px; font-size: 11px; }
  .announcement-inner a { white-space: nowrap; }
  .nav-wrap { min-height: 68px; }
  .menu-toggle { display: grid; place-items: center; }
  .site-nav { position: absolute; top: calc(100% + 1px); right: 16px; left: 16px; display: grid; gap: 0; padding: 8px; border: 1px solid var(--line); background: var(--white); box-shadow: var(--shadow); opacity: 0; pointer-events: none; transform: translateY(-8px); transition: opacity .2s ease, transform .2s ease; }
  .site-nav.is-open { opacity: 1; pointer-events: auto; transform: translateY(0); }
  .site-nav > a { padding: 13px 12px; }
  .nav-cta { justify-content: center; margin-top: 5px; }
  .hero { min-height: 690px; }
  .hero-image { object-position: 57% center; }
  .hero-content { padding: 86px 0 70px; }
  h1 { font-size: 52px; }
  .hero-copy { font-size: 16px; }
  .hero-note { margin-top: 48px; }
  .section-pad { padding: 78px 0; }
  .intro-copy { font-size: 16px; }
  .product-grid { grid-template-columns: 1fr; }
  .product-media { aspect-ratio: 1 / .9; }
  .product-body { padding: 24px; }
  .product-description { min-height: 0; }
  .size-list div { display: block; }
  .size-list strong { display: block; margin-top: 3px; text-align: left; }
  .scene-grid { grid-template-columns: 1fr; gap: 28px; margin-top: 50px; }
  .scene-wide { grid-column: auto; }
  .story-points { grid-template-columns: 1fr; }
  .inquiry-form { padding: 24px; }
  .form-heading { font-size: 21px; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 32px 20px; }
  .footer-grid > div:first-child { grid-column: span 2; }
  .footer-bottom { display: block; }
  .footer-bottom span { display: block; margin-top: 5px; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; }
}
