:root {
  --linen: #f8f5f0;
  --paper: #fffdfa;
  --terracotta: #c88a68;
  --terracotta-dark: #af7050;
  --sage: #9eaa94;
  --charcoal: #2c2a29;
  --muted: #716d65;
  --line: rgba(44, 42, 41, .16);
  --serif: "Cormorant Garamond", Georgia, serif;
  --sans: "Plus Jakarta Sans", Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--charcoal); background: var(--linen); font-family: var(--sans); font-size: 14px; line-height: 1.65; }
a { color: inherit; text-decoration: none; }
button, input, select { font: inherit; }
button { color: inherit; }
img, svg { display: block; max-width: 100%; }
.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; }
.announcement { display: grid; place-items: center; min-height: 35px; padding: 6px 20px; background: var(--sage); color: white; text-align: center; font-size: 11px; letter-spacing: .09em; text-transform: uppercase; }
.announcement p { margin: 0; }
.announcement span { margin: 0 .7rem; }
.site-header { position: relative; z-index: 20; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; height: 88px; padding: 0 4vw; background: rgba(248,245,240,.96); border-bottom: 1px solid var(--line); }
.nav { display: flex; align-items: center; gap: clamp(15px, 2vw, 32px); font-size: 12px; }
.nav-right { justify-content: flex-end; }
.nav a, .text-button, .cart-button { position: relative; }
.nav a::after, .text-button::after { position: absolute; right: 0; bottom: -4px; left: 0; height: 1px; background: currentColor; content: ""; transform: scaleX(0); transform-origin: right; transition: transform .25s ease; }
.nav a:hover::after, .text-button:hover::after { transform: scaleX(1); transform-origin: left; }
.brand { display: flex; align-items: center; justify-content: center; gap: 8px; font-family: var(--serif); font-size: 21px; font-weight: 600; letter-spacing: .06em; line-height: 1; }
.brand i { color: var(--terracotta); font-weight: 500; }
.brand-mark { width: 37px; color: var(--terracotta); fill: none; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.6; }
.text-button, .cart-button, .icon-button { padding: 0; background: none; border: 0; cursor: pointer; }
.cart-count { display: inline-grid; place-items: center; min-width: 19px; height: 19px; margin-left: 4px; border: 1px solid var(--charcoal); border-radius: 50%; font-size: 10px; }
.menu-toggle { display: none; }
.mobile-menu { display: none; }
.hero { position: relative; min-height: calc(100vh - 123px); overflow: hidden; }
.placeholder { position: relative; display: grid; place-items: center; overflow: hidden; background: #d7cabb; color: rgba(44,42,41,.53); }
.placeholder::before { position: absolute; width: 125%; height: 125%; background: linear-gradient(125deg, transparent 35%, rgba(255,255,255,.23) 50%, transparent 65%); content: ""; transform: translateX(-80%); transition: transform .8s ease; }
.placeholder:hover::before { transform: translateX(80%); }
.placeholder span { position: relative; padding: 9px 12px; border: 1px solid currentColor; font-size: 10px; letter-spacing: .08em; text-transform: uppercase; }
.placeholder-hero { position: absolute; inset: 0; background: linear-gradient(90deg, #c5ae91 0%, #d9cbb9 46%, #b8a387 100%); }
.placeholder-hero::after { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(41,34,28,.45), transparent 65%); content: ""; }
.placeholder-hero span { display: none; }
.hero-content { position: relative; z-index: 2; display: flex; flex-direction: column; align-items: flex-start; justify-content: center; width: min(570px, 85vw); min-height: calc(100vh - 123px); margin-left: 9vw; color: white; }
.eyebrow { margin: 0 0 14px; font-size: 10px; font-weight: 600; letter-spacing: .18em; text-transform: uppercase; }
h1, h2, blockquote { font-family: var(--serif); font-weight: 500; line-height: .98; }
h1 { max-width: 630px; margin: 0 0 24px; font-size: clamp(58px, 7vw, 104px); letter-spacing: -.035em; }
.hero-content > p:not(.eyebrow) { max-width: 500px; margin: 0 0 33px; font-size: 15px; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 48px; padding: 0 25px; border: 1px solid transparent; border-radius: 999px; font-size: 11px; font-weight: 600; letter-spacing: .09em; text-transform: uppercase; transition: transform .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--terracotta); color: white; }
.button-primary:hover { background: var(--terracotta-dark); }
.button-secondary { border-color: var(--charcoal); }
.section { padding: 110px 5vw; }
.section-heading { margin-bottom: 45px; text-align: center; }
.section-heading h2, .story h2, .newsletter h2 { margin: 0; font-size: clamp(45px, 5vw, 72px); }
.category-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.placeholder-tall { aspect-ratio: 4/5; transition: transform .5s ease; }
.tone-clay { background: #cfaa93; }
.tone-sage { background: #b8c0ae; }
.tone-sand { background: #dfd5c6; }
.category-card { overflow: hidden; }
.category-card:hover .placeholder-tall { transform: scale(1.015); }
.category-link { display: flex; justify-content: space-between; padding: 16px 2px; border-bottom: 1px solid var(--line); font-family: var(--serif); font-size: 25px; }
.category-link b { font-family: var(--sans); font-size: 18px; font-weight: 400; transition: transform .2s ease; }
.category-card:hover b { transform: translateX(5px); }
.products-section { background: var(--paper); }
.inline-heading { display: flex; align-items: end; justify-content: space-between; text-align: left; }
.underlined-link { padding-bottom: 3px; border-bottom: 1px solid; font-size: 11px; font-weight: 600; letter-spacing: .09em; text-transform: uppercase; }
.product-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.product-media { aspect-ratio: 4/5; }
.product-media em { position: absolute; top: 15px; left: 15px; padding: 6px 10px; border-radius: 20px; background: var(--paper); font-size: 9px; font-style: normal; font-weight: 600; letter-spacing: .12em; text-transform: uppercase; }
.quick-view { position: absolute; right: 12px; bottom: 12px; left: 12px; min-height: 42px; border: 0; background: rgba(255,253,250,.93); cursor: pointer; font-size: 10px; font-weight: 600; letter-spacing: .1em; opacity: 0; text-transform: uppercase; transform: translateY(7px); transition: .25s ease; }
.product-media:hover .quick-view, .quick-view:focus { opacity: 1; transform: translateY(0); }
.product-info { display: flex; justify-content: space-between; gap: 12px; padding: 16px 2px; }
.product-info h3 { margin: 0 0 3px; font-family: var(--serif); font-size: 20px; font-weight: 600; line-height: 1.2; }
.product-info p { margin: 0; color: var(--muted); font-size: 11px; }
.product-info > span { font-size: 12px; }
.story { display: grid; grid-template-columns: 1.12fr .88fr; min-height: 760px; background: #e9dfd2; }
.story-image { min-height: 700px; }
.story-copy { display: flex; flex-direction: column; align-items: flex-start; justify-content: center; padding: 10vw 9vw; }
.story-lead { margin: 30px 0 15px; font-family: var(--serif); font-size: 25px; line-height: 1.25; }
.story-copy > p:not(.eyebrow):not(.story-lead) { margin: 0 0 35px; color: var(--muted); }
.values { display: grid; grid-template-columns: repeat(4, 1fr); padding: 90px 5vw; border-bottom: 1px solid var(--line); }
.values article { padding: 5px 3vw; border-right: 1px solid var(--line); text-align: center; }
.values article:last-child { border: 0; }
.values span { color: var(--terracotta); font-family: var(--serif); font-size: 16px; }
.values h3 { margin: 15px 0 8px; font-family: var(--serif); font-size: 23px; font-weight: 600; }
.values p { margin: 0; color: var(--muted); font-size: 12px; }
.editorial { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; padding: 110px 5vw; }
.editorial-card { position: relative; overflow: hidden; }
.editorial-card .placeholder { aspect-ratio: 3/2; transition: transform .5s ease; }
.editorial-card:hover .placeholder { transform: scale(1.015); }
.editorial-card > div:last-child { padding: 25px 5px; }
.editorial-card h2 { margin: 0 0 12px; font-family: var(--serif); font-size: clamp(36px, 4vw, 55px); font-weight: 500; }
.editorial-card > div:last-child span { border-bottom: 1px solid; font-size: 11px; font-weight: 600; letter-spacing: .08em; text-transform: uppercase; }
.testimonial { padding: 120px 15vw; background: var(--sage); color: white; text-align: center; }
.testimonial blockquote { max-width: 950px; margin: 25px auto; font-size: clamp(42px, 5vw, 68px); }
.testimonial-note { font-size: 10px; letter-spacing: .13em; text-transform: uppercase; }
.newsletter { display: grid; grid-template-columns: 1fr 1fr; gap: 9vw; align-items: end; padding: 100px 8vw; background: #e9dfd2; }
.newsletter > div > p:last-child { max-width: 570px; color: var(--muted); }
.newsletter-form { display: flex; border-bottom: 1px solid var(--charcoal); }
.newsletter-form input { flex: 1; min-width: 0; padding: 17px 0; background: transparent; border: 0; outline: 0; }
.newsletter-form button { padding: 0 0 0 25px; background: transparent; border: 0; cursor: pointer; font-size: 10px; font-weight: 600; letter-spacing: .1em; text-transform: uppercase; }
.footer { display: grid; grid-template-columns: 1.7fr repeat(3, 1fr); gap: 5vw; padding: 85px 5vw 25px; background: var(--charcoal); color: #f5f0e8; }
.footer-logo { justify-content: flex-start; font-size: 27px; }
.footer-brand p { color: #bdb8b0; font-family: var(--serif); font-size: 21px; line-height: 1.3; }
.footer h3 { margin: 0 0 20px; color: #bdb8b0; font-size: 9px; letter-spacing: .14em; text-transform: uppercase; }
.footer > div:not(.footer-brand):not(.footer-bottom) { display: flex; flex-direction: column; gap: 9px; font-size: 12px; }
.footer-bottom { grid-column: 1/-1; display: flex; justify-content: space-between; margin-top: 55px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.18); color: #9b9791; font-size: 10px; }
.quick-dialog { width: min(850px, 90vw); padding: 0; border: 0; background: var(--linen); box-shadow: 0 22px 90px rgba(0,0,0,.25); }
.quick-dialog::backdrop { background: rgba(31,29,27,.63); }
.quick-dialog[open] { display: grid; grid-template-columns: 1fr 1fr; }
.quick-dialog > .placeholder { min-height: 520px; }
.dialog-copy { display: flex; flex-direction: column; justify-content: center; padding: 55px; }
.dialog-copy h2 { margin: 0 0 10px; font-size: 45px; }
.dialog-price { margin: 0 0 25px; }
.dialog-copy label { display: flex; flex-direction: column; gap: 7px; margin-bottom: 15px; font-size: 10px; font-weight: 600; letter-spacing: .08em; text-transform: uppercase; }
.dialog-copy select { height: 45px; padding: 0 12px; background: transparent; border: 1px solid var(--line); }
.dialog-copy .button { margin-top: 8px; border: 0; }
.dialog-close { position: absolute; z-index: 2; top: 14px; right: 17px; background: transparent; border: 0; cursor: pointer; font-size: 28px; }

@media (max-width: 900px) {
  .site-header { grid-template-columns: 42px 1fr 42px; height: 72px; padding: 0 18px; }
  .nav { display: none; }
  .menu-toggle { display: flex; flex-direction: column; gap: 6px; }
  .menu-toggle span { width: 21px; height: 1px; background: var(--charcoal); }
  .brand { font-size: 18px; }
  .brand-mark { width: 30px; }
  .site-header::after { justify-self: end; content: "Bag"; font-size: 11px; }
  .mobile-menu { position: fixed; z-index: 15; top: 107px; right: 0; bottom: 0; left: 0; display: flex; flex-direction: column; gap: 8px; padding: 40px 25px; background: var(--linen); visibility: hidden; opacity: 0; transform: translateY(-8px); transition: .25s ease; }
  .mobile-menu.open { visibility: visible; opacity: 1; transform: translateY(0); }
  .mobile-menu a { padding: 9px 0; font-family: var(--serif); font-size: 31px; }
  .hero, .hero-content { min-height: calc(100svh - 107px); }
  .hero-content { margin: 0 8vw; }
  .section { padding: 80px 20px; }
  .category-grid, .product-grid { grid-template-columns: repeat(2, 1fr); }
  .story { grid-template-columns: 1fr; }
  .story-image { min-height: auto; aspect-ratio: 4/5; }
  .story-copy { padding: 80px 9vw; }
  .values { grid-template-columns: 1fr 1fr; padding: 60px 20px; }
  .values article { padding: 30px 4vw; border-bottom: 1px solid var(--line); }
  .values article:nth-child(2) { border-right: 0; }
  .values article:nth-child(n+3) { border-bottom: 0; }
  .newsletter { grid-template-columns: 1fr; gap: 40px; }
  .footer { grid-template-columns: 1.5fr 1fr 1fr; }
  .footer-brand { grid-column: 1/-1; }
}

@media (max-width: 600px) {
  .announcement { min-height: 38px; font-size: 9px; }
  .hero, .hero-content { min-height: 72svh; }
  .hero-content { justify-content: end; padding-bottom: 55px; }
  h1 { font-size: 52px; }
  .hero-content > p:not(.eyebrow) { font-size: 13px; }
  .category-grid { gap: 12px; }
  .category-link { font-size: 19px; }
  .inline-heading { align-items: flex-start; gap: 25px; }
  .inline-heading .underlined-link { display: none; }
  .product-grid { gap: 11px; }
  .product-info { display: block; }
  .product-info h3 { font-size: 17px; }
  .product-info > span { display: block; margin-top: 7px; }
  .quick-view { opacity: 1; transform: none; }
  .values { grid-template-columns: 1fr; }
  .values article, .values article:nth-child(n+3) { border-right: 0; border-bottom: 1px solid var(--line); }
  .values article:last-child { border-bottom: 0; }
  .editorial { grid-template-columns: 1fr; padding: 80px 20px; }
  .testimonial { padding: 85px 25px; }
  .testimonial blockquote { font-size: 39px; }
  .newsletter { padding: 75px 25px; }
  .footer { grid-template-columns: 1fr 1fr; padding: 65px 25px 25px; }
  .footer > div:nth-child(4) { grid-column: 1/-1; }
  .footer-bottom { flex-direction: column; gap: 7px; }
  .quick-dialog[open] { grid-template-columns: 1fr; max-height: 88vh; overflow: auto; }
  .quick-dialog > .placeholder { min-height: 280px; }
  .dialog-copy { padding: 35px 25px; }
}
