:root {
  --ink: #111014;
  --paper: #f7f5f2;
  --white: #fff;
  --red: #e42b37;
  --blue: #1747d1;
  --pink: #f2a3b6;
  --line: rgba(17, 16, 20, .18);
  --display: "Barlow Condensed", sans-serif;
  --body: "Manrope", sans-serif;
  --page: min(100% - 40px, 1380px);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: var(--body); font-size: clamp(1rem, .96rem + .18vw, 1.125rem); line-height: 1.6; overflow-x: hidden; }
body.menu-open { overflow: hidden; }
img { display: block; width: 100%; height: 100%; object-fit: cover; }
a { color: inherit; text-decoration: none; }
button, input, textarea { font: inherit; }
button { color: inherit; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { font-family: var(--display); text-transform: uppercase; }
h1 { margin-bottom: 28px; font-size: clamp(3.45rem, 7.3vw, 7rem); line-height: .86; letter-spacing: -.045em; }
h2 { margin-bottom: 0; font-size: clamp(2.75rem, 5vw, 5rem); line-height: .9; letter-spacing: -.035em; }
h3 { font-size: clamp(1.25rem, 2vw, 1.6rem); }
em { color: var(--red); font-style: normal; }
:focus-visible { outline: 3px solid var(--blue); outline-offset: 4px; }
.skip-link { position: fixed; top: 10px; left: 10px; z-index: 1000; padding: 10px 16px; background: var(--white); transform: translateY(-150%); }
.skip-link:focus { transform: translateY(0); }
.announcement { display: grid; min-height: 34px; place-items: center; padding: 5px 20px; color: var(--white); background: var(--blue); font-size: .76rem; font-weight: 700; letter-spacing: .1em; text-align: center; text-transform: uppercase; }
.announcement p { margin: 0; }
.announcement a { border-bottom: 1px solid currentColor; }
.site-header { position: sticky; top: 0; z-index: 100; background: rgba(247, 245, 242, .96); border-bottom: 1px solid var(--line); backdrop-filter: blur(10px); }
.header-inner { width: var(--page); min-height: 76px; margin: auto; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 34px; }
.wordmark { display: flex; flex-direction: column; font-family: var(--display); font-size: .76rem; line-height: .78; letter-spacing: .11em; }
.wordmark strong { font-size: 1.5rem; letter-spacing: -.01em; }
.desktop-nav { display: flex; justify-content: center; gap: clamp(16px, 2.3vw, 36px); font-size: .78rem; font-weight: 700; text-transform: uppercase; }
.desktop-nav a { position: relative; padding: 25px 0; }
.desktop-nav a::after { content: ""; position: absolute; right: 0; bottom: 18px; left: 0; height: 2px; background: var(--red); transform: scaleX(0); transition: transform .2s; }
.desktop-nav a:hover::after, .desktop-nav .active::after { transform: scaleX(1); }
.header-actions { display: flex; align-items: center; gap: 4px; }
.icon-button { position: relative; display: grid; width: 44px; height: 44px; place-items: center; padding: 0; background: transparent; border: 0; cursor: pointer; }
.icon-button svg { width: 23px; fill: none; stroke: currentColor; stroke-width: 1.7; }
.bag-count { position: absolute; top: 3px; right: 1px; display: grid; width: 17px; height: 17px; place-items: center; color: var(--white); background: var(--red); border-radius: 50%; font-size: .62rem; font-weight: 700; }
.menu-button { display: none; align-items: center; gap: 10px; min-height: 44px; padding: 0 4px 0 10px; background: none; border: 0; font-size: .75rem; font-weight: 700; text-transform: uppercase; cursor: pointer; }
.menu-lines { display: grid; gap: 6px; width: 23px; }
.menu-lines i { display: block; height: 2px; background: currentColor; transition: transform .2s; }
.menu-button[aria-expanded="true"] .menu-lines i:first-child { transform: translateY(4px) rotate(45deg); }
.menu-button[aria-expanded="true"] .menu-lines i:last-child { transform: translateY(-4px) rotate(-45deg); }
.mobile-nav { position: absolute; z-index: 101; top: 100%; right: 0; left: 0; height: calc(100vh - 76px); overflow-y: auto; padding: 34px 20px; background: var(--paper); border-top: 1px solid var(--line); }
.mobile-nav a { display: block; padding: 8px 0; border-bottom: 1px solid var(--line); font-family: var(--display); font-size: clamp(2rem, 11vw, 3.8rem); font-weight: 700; line-height: 1.15; text-transform: uppercase; }
.hero { min-height: calc(100vh - 110px); display: grid; grid-template-columns: 46% 54%; background: var(--white); }
.hero-copy { display: flex; flex-direction: column; justify-content: center; padding: clamp(50px, 7vw, 110px) max(30px, calc((100vw - 1380px) / 2)); padding-right: clamp(30px, 5vw, 80px); }
.eyebrow { margin-bottom: 24px; display: flex; align-items: center; gap: 12px; font-size: .72rem; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.eyebrow span { width: 30px; height: 2px; background: var(--red); }
.hero-intro { max-width: 560px; margin-bottom: 34px; color: #504d52; font-size: clamp(1rem, 1.35vw, 1.25rem); }
.button-row { display: flex; align-items: center; flex-wrap: wrap; gap: 28px; }
.button { min-height: 50px; display: inline-flex; align-items: center; justify-content: center; gap: 22px; padding: 13px 22px; border: 1px solid transparent; font-size: .78rem; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; transition: background .2s, color .2s, border .2s, transform .2s; cursor: pointer; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: var(--white); background: var(--red); }
.button-primary:hover { background: var(--ink); }
.text-link { display: inline-flex; align-items: center; gap: 18px; min-height: 44px; border-bottom: 1px solid currentColor; font-size: .78rem; font-weight: 700; letter-spacing: .05em; text-transform: uppercase; }
.hero-notes { display: flex; gap: 28px; margin-top: clamp(55px, 8vw, 120px); color: #5f5b60; font-size: .7rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.hero-notes span::before { content: "+"; margin-right: 8px; color: var(--red); }
.hero-media { position: relative; min-height: 660px; overflow: hidden; background: #bbb; }
.hero-media::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 60%, rgba(10, 10, 12, .38)); }
.hero-media img { object-position: center 35%; }
.hero-stamp { position: absolute; top: 9%; right: 0; z-index: 1; width: 155px; padding: 20px 22px; color: var(--white); background: var(--blue); }
.hero-stamp span { font-size: .65rem; letter-spacing: .18em; }
.hero-stamp strong { display: block; margin-top: 6px; font-family: var(--display); font-size: 1.8rem; line-height: .85; }
.image-caption { position: absolute; right: 25px; bottom: 12px; z-index: 1; margin: 0; color: var(--white); font-size: .7rem; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; }
.section { width: var(--page); margin-inline: auto; padding-block: clamp(85px, 10vw, 150px); }
.section-heading { margin-bottom: clamp(36px, 5vw, 68px); }
.split-heading { display: grid; grid-template-columns: 2fr 1fr; align-items: end; gap: 60px; }
.split-heading > p { max-width: 430px; margin: 0 0 6px; color: #5f5b60; }
.category-grid { display: grid; grid-template-columns: repeat(12, 1fr); gap: 18px; align-items: start; }
.category-card { position: relative; grid-column: span 4; height: 390px; overflow: hidden; background: #d4d0cc; }
.category-tall { grid-column: span 5; grid-row: span 2; height: 798px; }
.category-wide { grid-column: 6 / span 8; height: 390px; }
.category-card::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 55%, rgba(0,0,0,.62)); }
.category-card img { transition: transform .5s ease; }
.category-card:hover img { transform: scale(1.035); }
.category-index { position: absolute; top: 16px; left: 18px; z-index: 2; display: grid; width: 34px; height: 34px; place-items: center; color: var(--ink); background: var(--white); font-size: .7rem; font-weight: 700; }
.category-name { position: absolute; right: 22px; bottom: 20px; left: 22px; z-index: 2; display: flex; justify-content: space-between; align-items: center; color: var(--white); font-family: var(--display); font-size: clamp(1.8rem, 3vw, 3rem); font-weight: 700; line-height: 1; text-transform: uppercase; }
.category-name b { font-family: var(--body); font-size: 1rem; }
.products-section { width: 100%; max-width: none; padding-inline: max(20px, calc((100vw - 1380px) / 2)); color: var(--white); background: var(--ink); }
.product-heading { display: flex; align-items: end; justify-content: space-between; }
.eyebrow-light span { background: var(--pink); }
.text-link-light { color: var(--white); }
.product-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 42px 18px; }
.product-card { min-width: 0; }
.product-image { position: relative; aspect-ratio: 4 / 5; overflow: hidden; background: #29282b; }
.product-image img { transition: transform .45s ease, filter .45s; }
.product-card:hover .product-image img { transform: scale(1.03); filter: brightness(.82); }
.badge { position: absolute; top: 14px; left: 14px; z-index: 2; padding: 5px 9px; color: var(--white); background: var(--red); font-size: .66rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.badge-blue { background: var(--blue); }
.quick-add { position: absolute; right: 12px; bottom: 12px; left: 12px; z-index: 3; min-height: 48px; display: flex; align-items: center; justify-content: space-between; padding: 0 16px; color: var(--ink); background: var(--white); border: 0; font-size: .74rem; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; transform: translateY(calc(100% + 14px)); transition: transform .25s, background .2s, color .2s; cursor: pointer; }
.product-card:hover .quick-add, .quick-add:focus-visible { transform: translateY(0); }
.quick-add:hover { color: var(--white); background: var(--red); }
.product-info { display: flex; align-items: start; justify-content: space-between; gap: 12px; margin-top: 15px; }
.product-info h3 { margin: 0; font-size: clamp(1.15rem, 1.7vw, 1.45rem); letter-spacing: .01em; }
.product-info p { margin: 2px 0 0; font-size: .88rem; white-space: nowrap; }
.product-type { margin: 2px 0 0; color: #9d999f; font-size: .72rem; }
.manifesto { position: relative; display: grid; grid-template-columns: 1.5fr .75fr; align-items: end; gap: 8vw; padding-left: 70px; }
.vertical-label { position: absolute; bottom: 150px; left: -120px; margin: 0; font-size: .62rem; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; transform: rotate(-90deg); }
.manifesto h2 { font-size: clamp(3.25rem, 6.2vw, 6.25rem); }
.manifesto-copy p { margin-bottom: 25px; color: #4f4b50; }
.collection-banner { height: clamp(540px, 46vw, 650px); display: grid; grid-template-columns: 58% 42%; background: var(--red); }
.collection-image { height: 100%; min-height: 0; }
.collection-panel { position: relative; overflow: hidden; display: flex; flex-direction: column; justify-content: center; align-items: flex-start; padding: clamp(50px, 7vw, 100px); color: var(--white); }
.collection-panel::before { content: ""; position: absolute; top: -160px; right: -210px; width: 430px; height: 430px; border: 1px solid rgba(255,255,255,.25); border-radius: 50%; }
.collection-panel h2 { position: relative; margin-bottom: 25px; font-size: clamp(3.3rem, 6vw, 6.5rem); }
.collection-panel em { color: var(--ink); }
.collection-panel > p:not(.eyebrow) { position: relative; max-width: 450px; margin-bottom: 34px; }
.button-white { position: relative; color: var(--ink); background: var(--white); }
.button-white:hover { color: var(--white); background: var(--ink); }
.collection-number { position: absolute; right: 25px; bottom: -62px; color: rgba(255,255,255,.12); font-family: var(--display); font-size: 15rem; font-weight: 800; line-height: 1; }
.benefits .section-heading { display: flex; justify-content: space-between; align-items: end; }
.benefit-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--ink); border-bottom: 1px solid var(--ink); }
.benefit-grid article { min-height: 245px; padding: 22px 24px 25px 0; }
.benefit-grid article + article { padding-left: 24px; border-left: 1px solid var(--line); }
.benefit-grid article > span { color: var(--red); font-family: var(--display); font-size: 1rem; font-weight: 700; }
.benefit-grid h3 { margin: 70px 0 8px; font-size: 1.45rem; }
.benefit-grid p { margin: 0; color: #656167; font-size: .86rem; line-height: 1.55; }
.reviews { width: 100%; max-width: none; display: grid; grid-template-columns: .8fr 1.5fr; gap: 8vw; padding-inline: max(20px, calc((100vw - 1380px) / 2)); color: var(--white); background: var(--blue); }
.reviews-intro { align-self: start; }
.reviews-intro h2 { margin-bottom: 25px; }
.review-disclaimer { max-width: 390px; color: #cbd5ff; font-size: .83rem; }
.review-list { border-top: 1px solid rgba(255,255,255,.4); }
.review-list blockquote { margin: 0; padding: 30px 0; border-bottom: 1px solid rgba(255,255,255,.4); }
.sample-label { display: inline-block; padding: 3px 8px; border: 1px solid rgba(255,255,255,.65); font-size: .58rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.review-list blockquote > p { margin: 17px 0 20px; font-family: var(--display); font-size: clamp(1.65rem, 3vw, 2.5rem); line-height: 1.15; text-transform: uppercase; }
.review-list footer { display: flex; gap: 20px; font-size: .75rem; }
.review-list footer span { color: #cbd5ff; }
.newsletter { display: grid; grid-template-columns: 1fr 1fr; gap: 8vw; align-items: end; padding: clamp(70px, 8vw, 110px) max(20px, calc((100vw - 1380px) / 2)); background: var(--pink); }
.newsletter h2 { margin-bottom: 14px; }
.newsletter > div > p:last-child { margin: 0; }
.newsletter-form label { display: block; margin-bottom: 8px; font-size: .7rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.newsletter-fields { display: flex; border-bottom: 2px solid var(--ink); }
.newsletter-fields input { width: 100%; min-height: 58px; padding: 10px 4px; background: transparent; border: 0; outline: 0; }
.newsletter-fields input::placeholder { color: #5d4f53; }
.newsletter-fields button { flex: 0 0 auto; min-height: 44px; padding: 0 4px 0 20px; background: none; border: 0; font-size: .75rem; font-weight: 700; text-transform: uppercase; cursor: pointer; }
.form-message { min-height: 24px; margin: 8px 0 0; font-size: .8rem; font-weight: 700; }
.contact { display: grid; grid-template-columns: 1fr 1fr; gap: 10vw; }
.contact-copy > p:not(.eyebrow) { max-width: 500px; margin: 25px 0 46px; color: #5f5b60; }
.contact-detail { display: grid; gap: 2px; margin-top: 20px; padding-top: 16px; border-top: 1px solid var(--line); }
.contact-detail span { font-size: .64rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.contact-detail a, .contact-detail strong { font-size: .93rem; font-weight: 600; }
.contact-detail a { text-decoration: underline; text-underline-offset: 4px; }
.contact-form { align-self: end; }
.field { margin-bottom: 26px; }
.field label { display: block; font-size: .68rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.field input, .field textarea { width: 100%; min-height: 48px; padding: 8px 0; background: transparent; border: 0; border-bottom: 1px solid var(--ink); border-radius: 0; outline: 0; }
.field textarea { min-height: 120px; resize: vertical; }
.field input:focus, .field textarea:focus { border-color: var(--blue); box-shadow: 0 2px 0 var(--blue); }
.site-footer { padding: 80px max(20px, calc((100vw - 1380px) / 2)) 20px; color: var(--white); background: var(--ink); }
.footer-top { display: grid; grid-template-columns: 2fr repeat(3, 1fr); gap: 5vw; padding-bottom: 75px; }
.footer-wordmark { display: block; font-family: var(--display); font-size: clamp(3rem, 5vw, 5rem); font-weight: 800; line-height: .7; }
.footer-wordmark span { color: var(--red); }
.footer-brand p { max-width: 280px; margin: 36px 0 0; color: #a8a4aa; font-size: .8rem; }
.footer-links { display: flex; flex-direction: column; align-items: flex-start; gap: 10px; }
.footer-links h3 { margin: 0 0 10px; color: #858187; font-family: var(--body); font-size: .64rem; letter-spacing: .12em; }
.footer-links a { font-size: .8rem; }
.footer-links > a:hover { color: var(--pink); }
.socials { display: flex; gap: 9px; margin-top: 12px; }
.socials a { display: grid; width: 39px; height: 39px; place-items: center; border: 1px solid #4a474d; border-radius: 50%; font-size: .65rem; font-weight: 700; }
.socials a:hover { color: var(--ink); background: var(--pink); border-color: var(--pink); }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; padding-top: 20px; border-top: 1px solid #39363b; color: #8e8a90; font-size: .65rem; letter-spacing: .04em; text-transform: uppercase; }
.footer-bottom p { margin: 0; }
.footer-bottom a { color: var(--white); }
.toast { position: fixed; z-index: 200; right: 20px; bottom: 20px; max-width: calc(100% - 40px); padding: 14px 18px; color: var(--white); background: var(--ink); border-left: 4px solid var(--red); font-size: .8rem; font-weight: 600; transform: translateY(150%); transition: transform .25s; }
.toast.show { transform: translateY(0); }

@media (max-width: 1050px) {
  .desktop-nav { display: none; }
  .header-inner { grid-template-columns: auto 1fr; }
  .header-actions { justify-self: end; }
  .menu-button { display: flex; }
  .hero { grid-template-columns: 1fr 1fr; }
  .hero-copy { padding-left: 30px; }
  .hero-media { min-height: 610px; }
  .category-tall { grid-column: span 6; height: 680px; }
  .category-card { grid-column: span 6; height: 331px; }
  .category-wide { grid-column: 7 / span 6; }
  .manifesto { grid-template-columns: 1.25fr .75fr; }
  .collection-banner { grid-template-columns: 53% 47%; }
  .benefit-grid { grid-template-columns: repeat(2, 1fr); }
  .benefit-grid article:nth-child(3) { padding-left: 0; border-left: 0; border-top: 1px solid var(--line); }
  .benefit-grid article:nth-child(4) { border-top: 1px solid var(--line); }
}

@media (max-width: 760px) {
  :root { --page: min(100% - 30px, 1380px); }
  .announcement { font-size: .62rem; }
  .header-inner { min-height: 66px; gap: 10px; }
  .mobile-nav { height: calc(100vh - 66px); }
  .account-button { display: none; }
  .menu-label { display: none; }
  .hero { min-height: 0; grid-template-columns: 1fr; }
  .hero-copy { order: 2; padding: 48px 20px 56px; }
  .hero-media { order: 1; min-height: 54vh; max-height: 620px; }
  .hero-media img { object-position: center 34%; }
  .hero-stamp { top: auto; bottom: 0; width: 128px; padding: 14px 17px; }
  .hero-stamp strong { font-size: 1.5rem; }
  .image-caption { right: auto; bottom: 10px; left: 16px; }
  h1 { font-size: clamp(3.7rem, 17.5vw, 5.9rem); }
  .hero-intro { margin-bottom: 25px; }
  .hero-notes { margin-top: 45px; flex-direction: column; gap: 6px; }
  .split-heading { grid-template-columns: 1fr; gap: 20px; }
  .category-grid { gap: 10px; }
  .category-card, .category-tall, .category-wide { grid-column: span 6; grid-row: auto; height: auto; aspect-ratio: 3 / 4; }
  .category-name { right: 12px; bottom: 13px; left: 12px; font-size: clamp(1.25rem, 6vw, 1.9rem); }
  .category-index { top: 10px; left: 10px; }
  .product-heading { align-items: start; gap: 20px; }
  .product-heading .text-link { margin-top: 10px; white-space: nowrap; }
  .product-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 35px 10px; }
  .quick-add { position: static; min-height: 44px; transform: none; color: var(--ink); }
  .product-info { display: block; margin-top: 10px; }
  .product-info h3 { line-height: 1.05; }
  .product-info p { margin-top: 6px; }
  .manifesto { display: block; padding-left: 0; }
  .vertical-label { display: none; }
  .manifesto-copy { margin-top: 35px; }
  .collection-banner { height: auto; grid-template-columns: 1fr; }
  .collection-image { height: 340px; min-height: 0; }
  .collection-panel { min-height: 390px; padding: 48px 20px; }
  .benefits .section-heading { display: block; }
  .benefit-grid { grid-template-columns: 1fr; }
  .benefit-grid article { min-height: 190px; padding: 20px 0; border-top: 1px solid var(--line); }
  .benefit-grid article + article { padding-left: 0; border-left: 0; }
  .benefit-grid h3 { margin-top: 45px; }
  .reviews { grid-template-columns: 1fr; gap: 45px; }
  .newsletter { grid-template-columns: 1fr; gap: 40px; }
  .contact { grid-template-columns: 1fr; gap: 65px; }
  .footer-top { grid-template-columns: repeat(2, 1fr); }
  .footer-brand { grid-column: 1 / -1; margin-bottom: 20px; }
  .footer-contact { grid-column: 1 / -1; margin-top: 20px; }
  .footer-bottom { flex-direction: column; }
}

@media (max-width: 420px) {
  .header-actions { gap: 0; }
  .icon-button { width: 39px; }
  .button-row { align-items: flex-start; flex-direction: column; gap: 15px; }
  .product-heading { display: block; }
  .product-heading .text-link { margin-top: 20px; }
  .product-grid { gap-inline: 8px; }
  .product-info h3 { font-size: 1.05rem; }
  .product-type { font-size: .64rem; }
  .newsletter-fields { display: block; border: 0; }
  .newsletter-fields input { border-bottom: 2px solid var(--ink); }
  .newsletter-fields button { width: 100%; margin-top: 12px; padding: 0 15px; color: var(--white); background: var(--ink); }
  .footer-top { grid-template-columns: 1fr 1fr; gap: 40px 20px; }
}

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