:root {
  --ink: #25251f;
  --muted: #797970;
  --paper: #f5f3ed;
  --cream: #eae6da;
  --line: #d9d6cc;
  --rust: #ba543b;
  --sage: #9eaa92;
  --yellow: #e6b952;
  --serif: "Playfair Display", Georgia, serif;
  --sans: "DM Sans", Arial, sans-serif;
  --mono: "DM Mono", monospace;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: var(--sans); font-size: 15px; line-height: 1.55; }
a { color: inherit; text-decoration: none; }
button { color: inherit; font: inherit; cursor: pointer; }
.announcement { align-items: center; background: var(--ink); color: var(--paper); display: flex; font: 11px var(--mono); gap: 9px; justify-content: center; letter-spacing: .03em; min-height: 32px; padding: 7px 18px; text-align: center; }
.announcement span:first-child { color: var(--yellow); font-size: 14px; }
.announcement a { border-bottom: 1px solid #76766d; margin-left: 8px; }
.site-header { align-items: center; border-bottom: 1px solid var(--line); display: flex; height: 80px; justify-content: space-between; padding: 0 5vw; }
.wordmark { font-size: 24px; font-weight: 700; letter-spacing: -.07em; white-space: nowrap; }
.wordmark i { font-family: var(--serif); font-size: 25px; font-weight: 500; letter-spacing: -.06em; }
.main-nav { display: flex; gap: clamp(20px, 4vw, 55px); margin-left: 10%; }
.main-nav a, .header-cta { font: 11px var(--mono); text-transform: uppercase; letter-spacing: .04em; }
.main-nav a { color: #57574e; transition: color .2s; }
.main-nav a:hover { color: var(--rust); }
.header-cta { border-bottom: 1px solid var(--ink); padding-bottom: 5px; }
.menu-toggle { background: none; border: 0; display: none; padding: 5px; }
.menu-toggle span { background: var(--ink); display: block; height: 1px; margin: 5px 0; width: 22px; }
.hero { display: grid; grid-template-columns: minmax(350px, 1fr) minmax(360px, 1fr); min-height: 665px; overflow: hidden; padding-left: 10vw; }
.hero-copy { align-self: center; padding: 35px 5vw 60px 0; position: relative; z-index: 1; }
.eyebrow { color: var(--rust); font: 10px var(--mono); letter-spacing: .1em; margin: 0 0 22px; text-transform: uppercase; }
.eyebrow-line { background: var(--rust); display: inline-block; height: 1px; margin: 0 10px 3px 0; width: 27px; }
h1, h2 { font-weight: 500; letter-spacing: -.07em; line-height: .93; margin: 0; }
h1 { font-size: clamp(64px, 8vw, 116px); }
h1 em, h2 em { font-family: var(--serif); font-style: italic; font-weight: 500; letter-spacing: -.08em; }
.hero-intro { color: var(--muted); font-size: 16px; margin: 34px 0 31px; max-width: 340px; }
.button { align-items: center; display: inline-flex; font: 11px var(--mono); gap: 22px; justify-content: space-between; letter-spacing: .03em; padding: 14px 17px; text-transform: uppercase; transition: background .2s, transform .2s; }
.button:hover { transform: translateY(-2px); }
.button-dark { background: var(--ink); color: var(--paper); min-width: 196px; }
.button-dark:hover { background: var(--rust); }
.hero-notes { display: flex; font: 10px var(--mono); gap: 27px; margin-top: 77px; text-transform: uppercase; }
.hero-visual { background: var(--sage); min-height: 665px; overflow: hidden; position: relative; }
.sun-disc { background: var(--yellow); border-radius: 50%; height: 285px; left: 12%; position: absolute; top: 11%; width: 285px; }
.hero-image { filter: saturate(.65); height: 76%; object-fit: cover; object-position: center; position: absolute; right: 12%; top: 15%; width: 58%; z-index: 1; }
.hero-sticker { background: var(--paper); bottom: 11%; color: var(--rust); font: 11px var(--mono); left: 13%; line-height: 1.45; padding: 18px 16px 13px; position: absolute; transform: rotate(-9deg); z-index: 2; }
.hero-sticker strong { font-size: 19px; letter-spacing: .08em; }
.hero-sticker span { color: var(--ink); font-size: 16px; }
.hero-caption { bottom: 10%; color: var(--ink); font: 12px/1.3 var(--serif); position: absolute; right: 7%; transform: rotate(-90deg) translateX(100%); transform-origin: bottom right; }
.ticker { background: var(--rust); color: var(--paper); overflow: hidden; white-space: nowrap; }
.ticker-track { align-items: center; display: flex; gap: 31px; justify-content: space-around; padding: 11px 10px; text-transform: uppercase; }
.ticker span { font: 10px var(--mono); letter-spacing: .1em; }
.ticker b { color: var(--yellow); font-size: 14px; font-weight: 400; }
.page-section { padding: 120px 10vw; }
.shop-section { background: var(--paper); }
.section-heading { align-items: end; display: flex; justify-content: space-between; margin-bottom: 67px; }
h2 { font-size: clamp(46px, 6vw, 77px); }
.section-note { color: var(--muted); font-size: 14px; margin: 0 3% 5px 0; max-width: 285px; }
.shop-toolbar { align-items: center; border-bottom: 1px solid var(--line); display: flex; justify-content: space-between; margin-bottom: 27px; padding-bottom: 14px; }
.filters { display: flex; flex-wrap: wrap; gap: 7px 21px; }
.filter-button { background: none; border: 0; color: var(--muted); font: 11px var(--mono); padding: 4px 0; }
.filter-button span { color: #aaa89d; font-size: 9px; margin-left: 2px; }
.filter-button.active { color: var(--ink); border-bottom: 1px solid var(--rust); }
.drop-label { font: 10px var(--mono); text-transform: uppercase; white-space: nowrap; }
.pulse { background: var(--rust); border-radius: 50%; display: inline-block; height: 6px; margin: 0 5px 1px 0; width: 6px; }
.product-grid { display: grid; gap: 58px 18px; grid-template-columns: repeat(4, 1fr); }
.product-card { min-width: 0; }
.product-image-wrap { aspect-ratio: .79; background: var(--cream); margin-bottom: 15px; overflow: hidden; position: relative; }
.product-image { filter: saturate(.72); height: 100%; object-fit: cover; transition: transform .5s, filter .5s; width: 100%; }
.product-card:hover .product-image { filter: saturate(.95); transform: scale(1.035); }
.product-tag { background: var(--paper); color: var(--rust); font: 9px var(--mono); left: 10px; padding: 6px 7px; position: absolute; text-transform: uppercase; top: 10px; }
.product-info { position: relative; }
.product-name { font-family: var(--serif); font-size: 19px; line-height: 1.1; margin: 0 0 6px; }
.product-meta { color: var(--muted); font: 10px var(--mono); margin: 0 0 12px; text-transform: uppercase; }
.product-meta span { color: #b3b0a6; padding: 0 6px; }
.product-bottom { align-items: center; display: flex; justify-content: space-between; }
.product-price { font-size: 14px; font-weight: 600; }
.inquire-link { border-bottom: 1px solid var(--rust); color: var(--rust); font: 10px var(--mono); padding-bottom: 2px; text-transform: uppercase; }
.manifesto { background: var(--cream); display: grid; gap: 6vw; grid-template-columns: .5fr 1.1fr 1fr; position: relative; }
.manifesto-mark { color: var(--rust); font: 32px/.8 var(--mono); letter-spacing: -.14em; margin-top: 12px; }
.manifesto-mark span { color: var(--ink); font-size: 18px; letter-spacing: 0; margin-left: 4px; }
.manifesto-content .eyebrow { margin-bottom: 36px; }
.manifesto-copy { align-self: end; max-width: 355px; }
.manifesto-copy p { color: #64645b; font-size: 14px; margin: 0 0 20px; }
.text-link { border-bottom: 1px solid var(--rust); color: var(--rust); display: inline-block; font: 11px var(--mono); margin-top: 9px; padding-bottom: 4px; text-transform: uppercase; }
.text-link span, .text-button span { font-size: 15px; margin-left: 8px; }
.admin-section { background: #25251f; color: var(--paper); padding-bottom: 85px; }
.admin-topline { align-items: start; display: flex; justify-content: space-between; }
.admin-section .eyebrow { color: var(--yellow); }
.admin-section h2 em { color: var(--yellow); }
.demo-badge { border: 1px solid #626258; color: #c5c2b8; font: 10px var(--mono); padding: 7px 10px; text-transform: uppercase; }
.admin-intro { align-items: end; display: flex; justify-content: space-between; margin: 29px 0 43px; }
.admin-intro p { color: #b4b2a9; font-size: 13px; margin: 0; max-width: 380px; }
.text-button { background: none; border: 0; border-bottom: 1px solid var(--yellow); color: var(--yellow); font: 10px var(--mono); padding: 0 0 5px; text-transform: uppercase; }
.metrics { display: grid; gap: 1px; grid-template-columns: repeat(3, 1fr); margin-bottom: 25px; }
.metric { background: #30302a; padding: 20px 22px; }
.metric-label { color: #98988f; display: block; font: 9px var(--mono); letter-spacing: .08em; margin-bottom: 7px; text-transform: uppercase; }
.metric-value { font: 24px var(--serif); }
.inventory-table-wrap { overflow-x: auto; }
.inventory-table { border-collapse: collapse; min-width: 650px; width: 100%; }
.inventory-table th { border-bottom: 1px solid #55554d; color: #8e8d84; font: 9px var(--mono); letter-spacing: .08em; padding: 11px 15px; text-align: left; text-transform: uppercase; }
.inventory-table th:first-child, .inventory-table td:first-child { padding-left: 0; }
.inventory-table td { border-bottom: 1px solid #41413a; color: #d9d6cc; font-size: 13px; padding: 13px 15px; }
.inventory-table small { color: var(--yellow); font-size: 8px; }
.inventory-item { font-family: var(--serif); font-size: 16px; }
.inventory-brand { color: #85857c; display: block; font: 9px var(--mono); margin-top: 3px; text-transform: uppercase; }
.cost-input { background: #30302a; border: 1px solid #55554d; color: var(--paper); font: 13px var(--mono); padding: 5px 7px; width: 65px; }
.list-price { color: var(--yellow); font-family: var(--mono); }
.margin-price { font-family: var(--mono); }
.status { color: var(--sage); font: 9px var(--mono); text-transform: uppercase; }
.storage-note { color: #797970; font: 10px var(--mono); margin: 23px 0 0; }
.storage-note span { color: var(--sage); font-size: 8px; }
.site-footer { background: var(--rust); color: var(--paper); display: grid; gap: 50px; grid-template-columns: 1.1fr 1fr; padding: 75px 10vw 24px; }
.site-footer .wordmark { font-size: 31px; }
.site-footer .wordmark i { font-size: 32px; }
.footer-brand p { font: 12px var(--serif); margin: 18px 0; }
.footer-links { display: flex; gap: 90px; }
.footer-links div { display: flex; flex-direction: column; }
.footer-links a { font: 11px var(--mono); margin-bottom: 9px; }
.footer-label { color: #edb399; font: 9px var(--mono); margin: 0 0 17px; text-transform: uppercase; }
.footer-bottom { border-top: 1px solid #d3836c; display: flex; font: 9px var(--mono); grid-column: 1 / -1; justify-content: space-between; padding-top: 15px; text-transform: uppercase; }
@media (max-width: 900px) {
  .hero { padding-left: 7vw; }
  .page-section { padding-left: 7vw; padding-right: 7vw; }
  .product-grid { grid-template-columns: repeat(3, 1fr); }
  .manifesto { gap: 4vw; grid-template-columns: .35fr 1fr 1.15fr; }
  .site-footer { padding-left: 7vw; padding-right: 7vw; }
}
@media (max-width: 650px) {
  .announcement { font-size: 9px; }
  .announcement-hide { display: none; }
  .site-header { height: 69px; padding: 0 6vw; }
  .main-nav, .header-cta { display: none; }
  .menu-toggle { display: block; }
  .main-nav.open { background: var(--paper); border-bottom: 1px solid var(--line); display: flex; flex-direction: column; gap: 20px; left: 0; margin: 0; padding: 25px 6vw; position: absolute; right: 0; top: 101px; z-index: 5; }
  .hero { display: block; padding-left: 0; }
  .hero-copy { padding: 78px 9vw 57px; }
  h1 { font-size: clamp(67px, 19vw, 100px); }
  .hero-intro { font-size: 15px; margin-top: 27px; }
  .hero-notes { margin-top: 48px; }
  .hero-visual { min-height: 510px; }
  .sun-disc { height: 230px; left: 12%; width: 230px; }
  .hero-image { height: 80%; right: 9%; top: 10%; width: 65%; }
  .hero-sticker { bottom: 8%; left: 9%; }
  .hero-caption { right: 4%; }
  .ticker-track { justify-content: flex-start; width: max-content; }
  .page-section { padding: 78px 7vw; }
  .section-heading { align-items: start; display: block; margin-bottom: 45px; }
  .section-note { margin-top: 28px; }
  .shop-toolbar { align-items: start; display: block; }
  .filters { gap: 10px 17px; margin-bottom: 18px; }
  .drop-label { display: block; }
  .product-grid { gap: 42px 12px; grid-template-columns: repeat(2, 1fr); }
  .product-image-wrap { margin-bottom: 11px; }
  .product-name { font-size: 17px; }
  .product-meta { font-size: 8px; }
  .product-bottom { align-items: start; display: block; }
  .inquire-link { display: inline-block; margin-top: 8px; }
  .manifesto { display: block; }
  .manifesto-mark { margin-bottom: 56px; }
  .manifesto-copy { margin-top: 38px; }
  .admin-topline { display: block; }
  .demo-badge { display: inline-block; margin-top: 20px; }
  .admin-intro { align-items: start; display: block; }
  .text-button { margin-top: 20px; }
  .metrics { grid-template-columns: 1fr; }
  .metric { padding: 15px 18px; }
  .site-footer { display: block; padding-top: 60px; }
  .footer-links { gap: 45px; margin-top: 55px; }
  .footer-bottom { margin-top: 55px; }
}
