:root, [data-md-color-scheme="default"] {
  --md-default-fg-color: #1b201b;
  --md-default-bg-color: #f3efe7;
  --md-primary-fg-color: #1b201b;
  --md-accent-fg-color: #aa854d;
  --ink: #1b201b;
  --cream: #f3efe7;
  --paper: #f8f5ef;
  --sage: #aab3a1;
  --sage-dark: #66705f;
  --gold: #aa854d;
  --line: rgba(27, 32, 27, .17);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { background: var(--cream); color: var(--ink); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; }
.md-container, .md-main { background: var(--cream); }
.md-main__inner { margin: 0; max-width: none; }
.md-content { max-width: none; }
.md-content__inner { margin: 0; padding: 0; }
.md-content__inner::before { display: none; }
a { color: inherit; }
.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; }

.store-header { height: 86px; padding: 0 clamp(24px, 5vw, 76px); display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; border-bottom: 1px solid var(--line); background: rgba(243,239,231,.94); backdrop-filter: blur(14px); position: sticky; top: 0; z-index: 50; }
.store-wordmark { color: var(--ink) !important; letter-spacing: .19em; font-family: Georgia, "Times New Roman", serif; font-size: 1.15rem; white-space: nowrap; line-height: 1; }
.store-wordmark span { font: 600 .54rem/1 Inter, sans-serif; letter-spacing: .3em; display: block; margin-bottom: 4px; }
.store-nav { display: flex; align-items: center; gap: 38px; text-transform: uppercase; font-size: .67rem; letter-spacing: .17em; }
.store-nav a { position: relative; color: var(--ink); }
.store-nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -8px; height: 1px; background: var(--ink); transition: right .3s ease; }
.store-nav a:hover::after { right: 0; }
.store-nav a:focus-visible, .store-actions a:focus-visible, .language-switcher button:focus-visible { outline: 2px solid var(--gold); outline-offset: 6px; }
.store-mobile-menu { display: none; }
.store-actions { justify-self: end; display: flex; gap: 20px; align-items: center; }
.store-actions > a { color: var(--ink); position: relative; display: grid; place-items: center; min-width: 44px; min-height: 44px; }
.store-actions svg { width: 20px; height: 20px; display: block; fill: none; stroke: currentColor; stroke-width: 1.5; }
.store-actions [data-cart-count] { position: absolute; right: -10px; top: -8px; width: 17px; height: 17px; display: grid; place-items: center; border-radius: 50%; background: var(--ink); color: var(--cream); font-size: .58rem; }
.language-switcher { position: relative; }
.language-switcher > button { border: 0; background: transparent; padding: 9px 3px; text-transform: uppercase; letter-spacing: .12em; font-size: .56rem; cursor: pointer; }
.language-switcher > div { display: none; position: absolute; right: 0; top: 100%; min-width: 130px; padding: 8px; background: var(--paper); border: 1px solid var(--line); box-shadow: 0 10px 30px rgba(27,32,27,.1); }
.language-switcher:hover > div, .language-switcher:focus-within > div { display: grid; }
.language-switcher > div a { padding: 9px 10px; white-space: nowrap; text-transform: none; letter-spacing: .04em; font-size: .68rem; }
.language-switcher > div a:hover { background: #ebe6dc; }

.store-main { min-height: 70vh; }
.store-main p { line-height: 1.7; }
.store-main h1, .store-main h2, .store-main h3 { color: var(--ink); font-family: Georgia, "Times New Roman", serif; font-weight: 400; letter-spacing: -.035em; }
.eyebrow, .store-main .eyebrow { text-transform: uppercase; letter-spacing: .21em; font-family: Inter, sans-serif; font-size: .62rem; font-weight: 600; color: #656d62; margin: 0 0 18px; }
.store-main em { color: var(--sage-dark); font-style: italic; }
.store-button { min-height: 54px; padding: 0 25px; border: 1px solid var(--ink); background: var(--ink); color: var(--paper) !important; display: inline-flex; align-items: center; justify-content: center; gap: 38px; text-transform: uppercase; letter-spacing: .17em; font-size: .61rem; transition: background .25s; }
.store-button:hover { background: #40483e; }
.store-button--light { background: var(--paper); color: var(--ink) !important; }
.store-button--light:hover { background: #ded8cd; }
.underlined-link { display: inline-block; color: var(--ink) !important; padding-bottom: 3px; border-bottom: 1px solid; text-transform: uppercase; letter-spacing: .15em; font-size: .6rem; }

.hero-editorial { min-height: calc(100vh - 86px); position: relative; overflow: hidden; background: #d4c7b3; }
.hero-editorial > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center; }
.hero-editorial::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(248,242,230,.64), rgba(248,242,230,.05) 58%); }
.hero-copy { position: relative; z-index: 2; padding: clamp(100px, 14vh, 170px) clamp(24px, 8vw, 120px); max-width: 790px; }
.hero-copy h1 { font-size: clamp(4.1rem, 8.5vw, 9.2rem); line-height: .84; letter-spacing: -.07em; margin: 0 0 35px; }
.hero-copy > p:not(.eyebrow) { max-width: 450px; color: #3f473e; font-family: Georgia, serif; font-size: 1.08rem; margin-bottom: 32px; }
.hero-index { position: absolute; z-index: 2; right: 46px; bottom: 34px; font-size: .6rem; letter-spacing: .13em; }
.hero-index span { margin: 0 7px; color: #777; }

.manifesto-section { padding: clamp(100px, 14vw, 210px) clamp(24px, 12vw, 180px); text-align: center; }
.manifesto-section h2 { font-size: clamp(2.8rem, 5.7vw, 6.5rem); line-height: .98; margin: 0 auto 32px; }
.manifesto-section > p:not(.eyebrow) { max-width: 610px; margin: 0 auto 30px; color: #555d54; font-family: Georgia, serif; font-size: 1rem; }

.featured-section { padding: 90px clamp(24px, 6vw, 92px) 140px; border-top: 1px solid var(--line); }
.featured-section > header { display: flex; align-items: end; justify-content: space-between; margin-bottom: 45px; }
.featured-section h2 { font-size: clamp(3rem, 4.6vw, 5.2rem); margin: 0; }
.editorial-grid { display: grid; grid-template-columns: 1.2fr .8fr .8fr; gap: 22px; align-items: start; }
.store-product-card > a { display: block; position: relative; overflow: hidden; background: #e7e1d7; }
.store-product-card img { width: 100%; aspect-ratio: .84; object-fit: cover; transition: transform .65s cubic-bezier(.2,.7,.2,1); }
.store-product-card--wide img { aspect-ratio: .9; }
.store-product-card > a:hover img { transform: scale(1.025); }
.store-product-card > div { padding: 18px 2px; }
.store-product-card h3 { font-size: 1.45rem; margin: 0 0 7px; }
.store-product-card p { font-size: .74rem; margin: 0; }
.store-product-card .product-material { margin-bottom: 7px; color: #6b7268; text-transform: uppercase; font-size: .5rem; letter-spacing: .14em; }
.model-chip { position: absolute; z-index: 2; left: 16px; bottom: 16px; padding: 9px 11px; background: rgba(248,245,239,.91); text-transform: uppercase; letter-spacing: .1em; font-size: .52rem; }

.three-story { display: grid; grid-template-columns: 1.1fr .9fr; background: var(--ink); color: var(--paper); min-height: 720px; }
.three-story__visual { position: relative; background: radial-gradient(circle at 50% 45%, #9e947e, #272d27 55%, #171b17); overflow: hidden; }
.three-story__visual::after { content: ""; position: absolute; width: 220px; height: 220px; border: 42px solid #c4a25e; border-radius: 50%; left: 50%; top: 50%; transform: translate(-50%,-50%) rotateX(66deg) rotateZ(-18deg); box-shadow: 0 0 20px #e8d194, inset 0 0 20px #7c5c25; }
.orbit-lines, .orbit-lines span { position: absolute; inset: 50% auto auto 50%; transform: translate(-50%,-50%); border: 1px solid rgba(255,255,255,.25); border-radius: 50%; width: 78%; aspect-ratio: 1; }
.orbit-lines span:first-child { width: 74%; transform: translate(-50%,-50%) rotateX(58deg); }
.orbit-lines span:nth-child(2) { width: 58%; transform: translate(-50%,-50%) rotateY(68deg); }
.orbit-lines strong { position: absolute; right: 0; top: 50%; font: 400 .54rem Inter, sans-serif; letter-spacing: .16em; }
.three-story > div:last-child { padding: clamp(70px, 10vw, 140px); display: flex; flex-direction: column; align-items: start; justify-content: center; }
.three-story .eyebrow { color: #b4bbaf; }
.three-story h2 { color: var(--paper); font-size: clamp(3.5rem, 5.8vw, 6.5rem); line-height: .88; margin: 0 0 35px; }
.three-story h2 em { color: #c9b487; }
.three-story p:not(.eyebrow) { color: #bac0b8; max-width: 440px; margin-bottom: 35px; }

.collection-cards { padding: 120px clamp(24px, 6vw, 92px); }
.collection-cards > div { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--line); }
.collection-cards > div > a { padding: 28px 25px 60px 0; border-right: 1px solid var(--line); min-height: 260px; position: relative; color: var(--ink); }
.collection-cards > div > a:not(:first-child) { padding-left: 25px; }
.collection-cards > div > a:last-child { border: 0; }
.collection-cards span { font-size: .55rem; color: var(--gold); }
.collection-cards h2 { font-size: 2.7rem; margin: 38px 0 10px; }
.collection-cards p { font-family: Georgia, serif; color: #686f66; font-size: .77rem; }
.closing-note { padding: 150px 24px; text-align: center; background: #ded9ce; }
.closing-note blockquote { border: 0; color: var(--ink); font-family: Georgia, serif; font-size: clamp(2.4rem, 4.7vw, 5rem); line-height: 1.08; margin: 25px auto; }
.closing-note > p:last-child { font-size: .64rem; text-transform: uppercase; letter-spacing: .15em; }

.store-footer { padding: 80px clamp(24px, 6vw, 90px) 30px; background: #e8e4da; display: grid; grid-template-columns: 1.5fr .8fr .7fr 1fr; gap: 55px; border-top: 1px solid var(--line); }
.store-footer h2 { text-transform: uppercase; letter-spacing: .15em; font: 600 .58rem Inter, sans-serif; }
.store-footer p, .store-footer > div > a:not(.store-wordmark) { display: block; color: #555d54; font-family: Georgia, serif; font-size: .78rem; line-height: 1.7; }
.store-footer .footer-legal { grid-column: 1 / -1; border-top: 1px solid var(--line); padding-top: 22px; margin-top: 30px; font-family: Inter, sans-serif; font-size: .55rem; text-transform: uppercase; letter-spacing: .11em; }
.newsletter { display: flex; border-bottom: 1px solid var(--ink); }
.newsletter input { width: 100%; border: 0; background: transparent; padding: 10px 0; outline: none; font: .75rem Georgia, serif; }
.newsletter button { border: 0; background: transparent; font-size: 1.1rem; cursor: pointer; }

/* Collection and editorial content pages */
.content-page { padding: 90px clamp(24px, 7vw, 105px) 130px; max-width: 1500px; margin: auto; }
.content-page > h1 { font-size: clamp(3.5rem, 7vw, 7.5rem); line-height: .9; margin: 0 0 45px; }
.content-page > h1 + p { max-width: 690px; font-family: Georgia, serif; font-size: 1.08rem; color: #596057; }
.collection-heading { padding: 95px clamp(24px, 7vw, 105px) 65px; display: grid; grid-template-columns: 1.2fr .8fr; gap: 8vw; align-items: end; }
.collection-heading h1 { font-size: clamp(4rem, 8vw, 8rem); line-height: .85; margin: 0; }
.collection-heading > p { max-width: 420px; font-family: Georgia, serif; color: #596057; }
.static-product-grid { padding: 0 clamp(24px, 7vw, 105px) 130px; display: grid; grid-template-columns: repeat(2, 1fr); gap: 70px 24px; }
.static-card img { width: 100%; aspect-ratio: 1; object-fit: cover; }
.static-card h2 { font-size: 1.65rem; margin: 18px 0 8px; }
.static-card p { font-size: .75rem; margin: 0; }
.static-card .eyebrow { font-size: .5rem; margin: 17px 0 0; }

/* Static product detail */
.static-product { display: grid; grid-template-columns: 1.35fr .65fr; min-height: calc(100vh - 86px); }
.static-product__media { background: #e8e2d8; position: relative; min-height: 760px; border-right: 1px solid var(--line); }
.static-product__media img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.static-product__media .model-chip { top: 22px; bottom: auto; }
.static-product__copy { padding: clamp(60px, 7vw, 105px) clamp(32px, 5vw, 75px); }
.static-product__copy h1 { font-size: clamp(3rem, 5vw, 5.6rem); line-height: .9; margin: 0 0 28px; }
.static-product__lede { font-family: Georgia, serif; font-size: 1.02rem; color: #555d54; }
.static-price { margin: 25px 0; font-size: .8rem; }
.static-stock { border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); padding: 17px 0; text-transform: uppercase; letter-spacing: .12em; font-size: .57rem; }
.static-product__copy .store-button { width: 100%; margin: 22px 0; }
.spec-list { margin: 30px 0 0; border-top: 1px solid var(--line); }
.spec-list div { display: flex; justify-content: space-between; gap: 20px; border-bottom: 1px solid var(--line); padding: 14px 0; font-size: .7rem; }
.spec-list dt { text-transform: uppercase; letter-spacing: .1em; }
.spec-list dd { margin: 0; color: #656c63; text-align: right; }
.related-static { padding: 110px clamp(24px, 7vw, 105px); border-top: 1px solid var(--line); }
.related-static h2 { font-size: clamp(2.8rem, 5vw, 5rem); }

@media (max-width: 900px) {
  .store-header { grid-template-columns: auto 1fr auto; }
  .store-nav { display: none; }
  .store-mobile-menu { display: block; justify-self: end; }
  .store-mobile-menu > summary { width: 44px; height: 44px; display: grid; place-items: center; cursor: pointer; list-style: none; border-radius: 50%; transition: background-color .2s ease; -webkit-tap-highlight-color: transparent; }
  .store-mobile-menu > summary:hover { background: rgba(27,32,27,.07); }
  .store-mobile-menu > summary:active { background: rgba(27,32,27,.13); }
  .store-mobile-menu > summary::-webkit-details-marker { display: none; }
  .store-mobile-menu > summary::marker { content: ""; }
  .store-mobile-menu > summary > span[aria-hidden="true"],
  .store-mobile-menu > summary > span[aria-hidden="true"]::before,
  .store-mobile-menu > summary > span[aria-hidden="true"]::after { width: 21px; height: 1px; display: block; background: var(--ink); transition: transform .2s ease, opacity .2s ease; }
  .store-mobile-menu > summary > span[aria-hidden="true"] { position: relative; }
  .store-mobile-menu > summary > span[aria-hidden="true"]::before,
  .store-mobile-menu > summary > span[aria-hidden="true"]::after { content: ""; position: absolute; left: 0; }
  .store-mobile-menu > summary > span[aria-hidden="true"]::before { top: -7px; }
  .store-mobile-menu > summary > span[aria-hidden="true"]::after { top: 7px; }
  .store-mobile-menu[open] > summary > span[aria-hidden="true"] { background: transparent; }
  .store-mobile-menu[open] > summary > span[aria-hidden="true"]::before { top: 0; transform: rotate(45deg); }
  .store-mobile-menu[open] > summary > span[aria-hidden="true"]::after { top: 0; transform: rotate(-45deg); }
  .store-mobile-menu > summary:focus-visible { outline: 2px solid var(--gold); outline-offset: 2px; }
  .store-mobile-menu > nav { position: fixed; top: 86px; right: 0; left: 0; max-height: calc(100dvh - 86px); overflow-y: auto; padding: 24px clamp(20px, 7vw, 54px) 32px; background: rgba(248,245,239,.98); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); box-shadow: 0 20px 45px rgba(27,32,27,.14); }
  .store-mobile-menu > nav > a { min-height: 62px; display: flex; align-items: center; gap: 24px; border-bottom: 1px solid var(--line); color: var(--ink); font: 400 clamp(1.35rem, 5vw, 1.8rem)/1.2 Georgia, serif; }
  .store-mobile-menu > nav > a span { width: 24px; color: var(--gold); font: 600 .52rem/1 Inter, sans-serif; letter-spacing: .12em; }
  .store-mobile-menu > nav > a:focus-visible, .store-mobile-languages a:focus-visible { outline: 2px solid var(--gold); outline-offset: -2px; }
  .store-mobile-languages { display: flex; gap: 10px; padding-top: 22px; }
  .store-mobile-languages a { min-height: 44px; padding: 0 16px; display: inline-flex; align-items: center; border: 1px solid var(--line); text-transform: uppercase; letter-spacing: .1em; font-size: .62rem; }
  .editorial-grid { grid-template-columns: 1fr 1fr; }
  .editorial-grid article:first-child { grid-column: 1 / -1; }
  .three-story { grid-template-columns: 1fr; }
  .three-story__visual { min-height: 620px; }
  .collection-cards > div { grid-template-columns: 1fr 1fr; }
  .collection-cards > div > a { border-bottom: 1px solid var(--line); }
  .store-footer { grid-template-columns: 1fr 1fr; }
  .static-product { grid-template-columns: 1fr; }
  .static-product__media { border-right: 0; border-bottom: 1px solid var(--line); min-height: 70vh; }
}

@media (max-width: 620px) {
  .store-header { height: 70px; padding: 0 18px; }
  .store-actions { gap: 2px; }
  .store-actions .language-switcher { display: none; }
  .store-mobile-menu > nav { top: 70px; max-height: calc(100dvh - 70px); }
  .hero-editorial { min-height: 78vh; }
  .hero-copy { padding: 90px 22px; }
  .hero-copy h1 { font-size: 4.3rem; }
  .featured-section > header { align-items: start; flex-direction: column; gap: 25px; }
  .editorial-grid, .static-product-grid { grid-template-columns: 1fr; }
  .editorial-grid article:first-child { grid-column: auto; }
  .three-story__visual { min-height: 460px; }
  .three-story > div:last-child { padding: 70px 24px; }
  .collection-cards > div { grid-template-columns: 1fr; }
  .collection-cards > div > a, .collection-cards > div > a:not(:first-child) { padding: 25px 0 45px; border-right: 0; }
  .store-footer { grid-template-columns: 1fr; }
  .store-footer .footer-legal { grid-column: 1; }
  .collection-heading { grid-template-columns: 1fr; }
  .static-product__media { min-height: 58vh; }
}

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