:root {
  --cream: #f3ede3; --paper: #fbf6ed; --charcoal: #1c1b19; --rust: #b7491d;
  --rust-dark: #853217; --plum: #4a2438; --gold: #9f7452; --line: rgba(54, 43, 36, .2);
  --serif: "Cormorant Garamond", Georgia, serif; --sans: "Jost", Arial, sans-serif;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--charcoal); background-color: var(--cream); background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='180' height='180' viewBox='0 0 180 180'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.75' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.035'/%3E%3C/svg%3E"); font-family: var(--sans); }
a { color: inherit; } img { display: block; max-width: 100%; }
.mobile-break { display: none; }
.skip-link { position: fixed; left: 12px; top: -80px; z-index: 100; background: var(--charcoal); color: white; padding: 12px 16px; }
.skip-link:focus { top: 12px; }
.site-header { min-height: 132px; display: flex; align-items: center; justify-content: space-between; padding: 13px clamp(24px, 5vw, 78px) 15px; border-bottom: 1px solid var(--line); background: rgba(243, 237, 227, .94); }
.brand { width: clamp(210px, 18vw, 278px); display: flex; flex-direction: column; align-items: center; text-decoration: none; }
.brand-mark { width: 54px; height: 46px; object-fit: contain; margin-bottom: 3px; }
.brand-name { font: 500 clamp(31px, 2.6vw, 43px)/.78 var(--serif); letter-spacing: .18em; padding-left: .18em; }
.brand-ornament { display: flex; align-items: center; gap: 11px; width: 82%; margin-top: 12px; color: var(--gold); }
.brand-ornament i { flex: 1; height: 1px; background: currentColor; } .brand-ornament b { width: 7px; height: 7px; background: currentColor; transform: rotate(45deg); }
.site-nav { display: flex; align-items: center; gap: clamp(25px, 3vw, 52px); font: 500 12px/1 var(--sans); letter-spacing: .08em; text-transform: uppercase; }
.site-nav a { position: relative; padding: 16px 0; text-decoration: none; }
.site-nav a:not(.cart-link)::after { content: ""; position: absolute; left: 0; right: 100%; bottom: 7px; height: 1px; background: var(--rust); transition: right 180ms ease; }
.site-nav a:hover::after, .site-nav a:focus-visible::after, .site-nav a.active::after { right: 0; }
.cart-link svg { width: 21px; fill: none; stroke: currentColor; stroke-width: 1.4; stroke-linecap: round; stroke-linejoin: round; }
.menu-toggle { display: none; border: 1px solid var(--rust); background: transparent; color: var(--charcoal); font: 12px var(--sans); letter-spacing: .08em; text-transform: uppercase; padding: 11px 14px; }
.hero { width: 100%; background: var(--charcoal); overflow: hidden; }
.hero img { width: 100%; height: min(73vw, calc(100vh - 132px)); min-height: 480px; object-fit: cover; object-position: center 58%; }
.about { min-height: 660px; display: flex; flex-direction: column; align-items: center; justify-content: center; padding: 90px 24px; text-align: center; }
.section-mark { width: clamp(95px, 10vw, 145px); margin-bottom: 34px; }
.about h1 { margin: 0; font: 400 clamp(74px, 9vw, 148px)/.86 var(--serif); letter-spacing: -.035em; }
.about p { margin: 26px 0 0; font: 400 25px/1 var(--serif); letter-spacing: .18em; text-transform: uppercase; }
.ornament { display: flex; align-items: center; justify-content: center; gap: 13px; width: min(320px, 74vw); margin: 28px auto 0; color: var(--gold); }
.ornament span { flex: 1; height: 1px; background: currentColor; } .ornament i { width: 10px; height: 10px; background: currentColor; transform: rotate(45deg); }
.ornament-light { color: rgba(243, 237, 227, .64); }
.merch { padding: clamp(80px, 8vw, 126px) clamp(20px, 6vw, 96px) clamp(92px, 9vw, 142px); background-color: var(--charcoal); background-image: radial-gradient(circle at 22% 20%, rgba(255,255,255,.03), transparent 36%); color: var(--cream); text-align: center; }
.merch-heading { margin-bottom: 62px; } .merch h2 { margin: 0; font: 400 clamp(78px, 8vw, 132px)/.85 var(--serif); letter-spacing: .02em; }
.product-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: clamp(18px, 2.4vw, 38px); max-width: 1320px; margin: 0 auto 54px; text-align: left; }
.product-placeholder, .product-card { min-height: 460px; position: relative; overflow: hidden; border: 1px solid rgba(243,237,227,.2); }
.product-placeholder { display: grid; place-items: center; align-content: center; isolation: isolate; }
.product-placeholder::before { content: ""; position: absolute; inset: 0; z-index: -1; opacity: .15; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='90' height='90'%3E%3Cfilter id='n'%3E%3CfeTurbulence baseFrequency='.35' numOctaves='3'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.36'/%3E%3C/svg%3E"); }
.fabric-cream { color: var(--charcoal); background: #dfcfb9; } .fabric-rust { background: var(--rust-dark); } .fabric-plum { background: var(--plum); }
.product-placeholder img { width: 104px; margin-bottom: 42px; } .fabric-rust img, .fabric-plum img { filter: grayscale(1) brightness(3.6); }
.product-placeholder h3 { margin: 0; font: 400 clamp(32px, 3vw, 47px)/1 var(--serif); } .product-number { position: absolute; top: 22px; left: 24px; font-size: 11px; letter-spacing: .18em; }
.product-card { display: flex; flex-direction: column; border: 0; background: transparent; color: var(--cream); }
.product-image { width: 100%; aspect-ratio: 1 / 1.06; object-fit: cover; background: #d7c5ae; }
.product-info { display: grid; grid-template-columns: 1fr auto; gap: 10px; padding: 20px 0; }
.product-name { margin: 0; font: 400 30px/1.1 var(--serif); } .product-price { margin: 4px 0 0; font-size: 13px; }
.product-action { grid-column: 1/-1; border: 0; border-bottom: 1px solid rgba(243,237,227,.5); background: transparent; color: inherit; text-align: left; padding: 14px 0; cursor: pointer; font: 12px var(--sans); letter-spacing: .1em; text-transform: uppercase; }
.button { min-width: 210px; min-height: 58px; display: inline-flex; align-items: center; justify-content: center; padding: 17px 28px; border: 1px solid currentColor; text-decoration: none; font: 500 12px/1 var(--sans); letter-spacing: .12em; text-transform: uppercase; transition: background-color 180ms ease, color 180ms ease, transform 180ms ease; }
.button:hover { transform: translateY(-2px); } .button-light:hover { background: var(--cream); color: var(--charcoal); }
.stream { min-height: 350px; display: flex; align-items: center; justify-content: space-between; gap: 60px; padding: 72px clamp(24px, 8vw, 128px); }
.stream > div { display: flex; align-items: center; gap: clamp(28px, 4vw, 64px); } .stream img { width: clamp(90px, 10vw, 150px); }
.stream h2 { margin: 0; font: 400 clamp(82px, 9vw, 148px)/.8 var(--serif); }
.text-link { min-width: 240px; display: flex; justify-content: space-between; gap: 24px; padding: 15px 0; border-bottom: 1px solid var(--rust); text-decoration: none; font-size: 12px; letter-spacing: .14em; text-transform: uppercase; }
.site-footer { min-height: 430px; display: grid; grid-template-columns: 1.4fr 1fr; color: var(--cream); background: var(--plum); border-top: 8px solid var(--rust); }
.footer-wordmark { display: flex; flex-direction: column; align-items: center; justify-content: center; padding: 70px 32px; border-right: 1px solid rgba(243,237,227,.18); }
.footer-wordmark > img { width: 112px; filter: grayscale(1) brightness(4); } .footer-wordmark p { margin: 18px 0 0; font: 400 clamp(62px, 7vw, 108px)/.8 var(--serif); letter-spacing: .16em; }
.contact { display: flex; flex-direction: column; align-items: flex-start; justify-content: center; gap: 24px; padding: 70px clamp(28px, 6vw, 100px); }
.contact h2 { margin: 0 0 12px; font: 400 53px/1 var(--serif); } .contact a { text-decoration: none; font-size: 13px; letter-spacing: .08em; overflow-wrap: anywhere; }
.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; }
@media (max-width: 920px) {
  .site-header { min-height: 100px; } .brand { width: 184px; } .brand-mark { width: 40px; height: 34px; margin-bottom: 2px; } .brand-name { font-size: 28px; } .brand-ornament { margin-top: 8px; } .menu-toggle { display: block; }
  .site-nav { display: none; position: absolute; z-index: 20; top: 100px; left: 0; right: 0; flex-direction: column; align-items: stretch; gap: 4px; padding: 20px 26px 30px; background: var(--cream); border-bottom: 1px solid var(--line); }
  .site-nav.open { display: flex; } .cart-link { display: none; } .hero img { height: 64vw; min-height: 420px; } .about { min-height: 570px; }
  .product-grid { grid-template-columns: 1fr; max-width: 560px; } .product-placeholder, .product-card { min-height: 420px; }
  .stream { align-items: flex-start; flex-direction: column; } .site-footer { grid-template-columns: 1fr; } .footer-wordmark { border-right: 0; border-bottom: 1px solid rgba(243,237,227,.18); }
}
@media (max-width: 560px) {
  .site-header { padding-inline: 17px; } .brand { width: 154px; } .brand-mark { width: 34px; height: 29px; } .brand-name { font-size: 23px; } .brand-ornament { width: 86%; margin-top: 6px; }
  .hero img { min-height: 330px; height: 84vw; object-position: 51% center; } .about { min-height: 520px; padding-inline: 18px; } .about h1 { max-width: 100%; font-size: 61px; } .mobile-break { display: block; } .section-mark { width: 86px; }
  .merch { padding-inline: 17px; } .product-placeholder, .product-card { min-height: 360px; } .stream { min-height: 330px; padding-inline: 22px; } .stream > div { gap: 22px; } .stream img { width: 76px; } .stream h2 { font-size: 72px; }
  .text-link { min-width: 100%; } .footer-wordmark p { font-size: 52px; }
}
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } *, *::before, *::after { transition-duration: .01ms !important; } }

