:root {
    color-scheme: light;
    --paper: #f5f3ec;
    --surface: #fffefa;
    --ink: #202a24;
    --muted: #777b70;
    --line: #dcded4;
    --accent: #c65d43;
    --green: #476554;
    --serif: "Times New Roman", Times, serif;
    --sans: "Aptos", "Segoe UI", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: var(--sans); font-size: 15px; line-height: 1.55; }
body.theme-dark { color-scheme: dark; --paper: #202a24; --surface: #29352e; --ink: #f3f0e8; --muted: #b5baaf; --line: #48564c; --green: #b7c5ac; }
a { color: inherit; text-decoration: none; }
button { color: inherit; font: inherit; }
img { display: block; max-width: 100%; }
.announcement { min-height: 34px; display: flex; justify-content: center; align-items: center; gap: 10px; background: var(--green); color: #fbfaf4; font-size: 11px; letter-spacing: .08em; text-align: center; padding: 6px 16px; }
.announcement span { color: #e6b198; }
.site-header { height: 82px; padding: 0 clamp(20px, 6vw, 88px); display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid var(--line); background: var(--paper); position: relative; z-index: 5; }
.brand-lockup img { width: 156px; height: 52px; object-fit: contain; }
.main-nav, .header-actions { display: flex; align-items: center; gap: clamp(18px, 3vw, 44px); }
.main-nav a, .header-actions { font-size: 12px; }
.main-nav a { transition: color .2s; }
.main-nav a:hover, .text-link:hover { color: var(--accent); }
.header-actions { gap: 18px; }
.icon-button, .bag-button { border: 0; background: transparent; cursor: pointer; }
.theme-toggle { width: 36px; height: 36px; font-size: 20px; }
.bag-button { padding: 9px 0 9px 12px; }
.bag-button span { display: inline-grid; place-items: center; background: var(--accent); color: white; width: 22px; height: 22px; border-radius: 50%; margin-left: 6px; font-size: 10px; }
.home-hero { min-height: min(690px, calc(100svh - 116px)); display: grid; grid-template-columns: 1fr 1.03fr; gap: 6vw; align-items: center; padding: 46px clamp(24px, 9vw, 138px) 62px; overflow: hidden; }
.hero-copy { padding: 25px 0 12px; position: relative; }
.eyebrow { margin: 0 0 20px; color: var(--accent); font-size: 10px; font-weight: 650; letter-spacing: .16em; }
h1, h2, h3, p { margin-top: 0; }
.hero-copy h1, .section-heading h2, .brand-story h2, .contact-strip h2 { font-family: var(--serif); font-weight: 400; letter-spacing: 0; }
.hero-copy h1 { font-size: clamp(52px, 6.3vw, 88px); line-height: .99; margin: 0 0 24px; }
.hero-copy h1 em, .section-heading h2 em, .brand-story h2 em, .contact-strip h2 em { color: var(--green); font-weight: 400; }
.hero-intro { max-width: 375px; color: var(--muted); margin-bottom: 29px; font-size: 14px; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 30px; min-height: 50px; padding: 0 22px; transition: transform .2s, background .2s; }
.button:hover { transform: translateY(-2px); }
.button-dark { background: var(--ink); color: var(--paper); }
.button-dark:hover { background: var(--accent); }
.hero-note { display: flex; gap: 12px; align-items: center; margin-top: 55px; color: var(--muted); font-size: 11px; }
.note-mark { display: grid; place-items: center; width: 38px; height: 38px; border: 1px solid var(--green); border-radius: 50%; color: var(--green); font-family: var(--serif); font-size: 20px; }
.hero-image { align-self: stretch; min-height: 460px; max-height: 610px; position: relative; background: #d6d1c4; overflow: hidden; }
.hero-image > img { width: 100%; height: 100%; object-fit: cover; object-position: center 32%; transition: transform .7s cubic-bezier(.2,.7,.2,1); }
.hero-image:hover > img { transform: scale(1.035); }
.image-caption { position: absolute; inset: auto 0 0; padding: 48px 23px 21px; color: white; display: flex; align-items: end; justify-content: space-between; background: linear-gradient(transparent, rgba(24, 31, 26, .6)); font-family: var(--serif); font-size: 20px; }
.image-caption span:last-child { font: 11px var(--sans); }
.hero-stamp { position: absolute; top: 21px; right: 20px; border: 1px solid rgba(255,255,255,.75); color: white; border-radius: 50%; width: 74px; height: 74px; display: grid; place-content: center; text-align: center; font-size: 8px; letter-spacing: .12em; line-height: 1.7; transform: rotate(10deg); }
.ticker { background: var(--accent); color: #fffaf1; overflow: hidden; white-space: nowrap; padding: 13px 0 12px; }
.ticker-track { width: max-content; animation: ticker 27s linear infinite; font-family: var(--serif); font-size: 16px; letter-spacing: .04em; }
.ticker-track span { margin: 0 26px; color: #f6c39d; }
@keyframes ticker { to { transform: translateX(-50%); } }
.page-section { padding: 105px clamp(24px, 8vw, 120px) 116px; }
.section-heading { display: flex; justify-content: space-between; align-items: end; margin-bottom: 48px; }
.section-heading .eyebrow { margin-bottom: 12px; }
.section-heading h2, .brand-story h2, .contact-strip h2 { font-size: clamp(40px, 4.8vw, 62px); line-height: 1.03; margin: 0; }
.section-heading > p { max-width: 270px; color: var(--muted); font-size: 13px; margin: 0 0 5px; }
.collection-grid { display: grid; grid-template-columns: 1fr .84fr 1fr; gap: clamp(18px, 3vw, 42px); align-items: start; }
.collection-card-offset { margin-top: 84px; }
.collection-photo { position: relative; overflow: hidden; background: #e2dfd4; aspect-ratio: .79; }
.collection-photo img { width: 100%; height: 100%; object-fit: cover; transition: transform .65s cubic-bezier(.2,.7,.2,1); }
.collection-card:hover .collection-photo img { transform: scale(1.045); }
.quick-view { position: absolute; right: 13px; bottom: 13px; display: flex; gap: 19px; align-items: center; background: var(--surface); padding: 11px 14px; font-size: 11px; transform: translateY(8px); opacity: 0; transition: .2s; }
.collection-card:hover .quick-view, .collection-card:focus-visible .quick-view { opacity: 1; transform: none; }
.collection-meta { display: flex; justify-content: space-between; align-items: start; padding-top: 15px; gap: 12px; }
.collection-meta p { margin: 0 0 4px; color: var(--muted); font-size: 9px; letter-spacing: .12em; }
.collection-meta h3 { margin: 0; font: 24px var(--serif); }
.collection-meta > span { padding-top: 13px; font-size: 11px; white-space: nowrap; }
.brand-story { min-height: 500px; display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; padding: 76px 22px; background: #e5e8df; color: #26392e; }
.brand-story .story-logo { object-fit: contain; width: 72px; height: 82px; margin-bottom: 19px; mix-blend-mode: multiply; }
.brand-story .eyebrow { margin-bottom: 15px; }
.brand-story h2 { margin-bottom: 20px; }
.brand-story > p:not(.eyebrow) { max-width: 485px; color: #647267; font-size: 13px; margin-bottom: 20px; }
.text-link { font-size: 12px; border-bottom: 1px solid #89978c; padding-bottom: 5px; }
.text-link span { margin-left: 12px; }
.contact-strip { display: flex; align-items: end; justify-content: space-between; padding: 88px clamp(24px, 8vw, 120px); }
.contact-strip .eyebrow { margin-bottom: 12px; }
.contact-links { width: min(370px, 44%); }
.contact-links a { display: flex; justify-content: space-between; padding: 17px 0; border-bottom: 1px solid var(--line); font-size: 13px; }
.contact-links a span { color: var(--accent); }
.site-footer { min-height: 105px; display: flex; align-items: center; justify-content: space-between; gap: 20px; border-top: 1px solid var(--line); padding: 20px clamp(24px, 6vw, 88px); }
.site-footer img { width: 118px; height: 42px; object-fit: contain; }
.site-footer p, .back-top { margin: 0; color: var(--muted); font-size: 10px; }
.back-top:hover { color: var(--accent); }

@media (max-width: 760px) {
    .site-header { height: 68px; padding: 0 18px; }
    .brand-lockup img { width: 122px; height: 42px; }
    .main-nav { position: absolute; left: 0; right: 0; bottom: -39px; height: 39px; justify-content: center; gap: 26px; border-bottom: 1px solid var(--line); background: var(--paper); }
    .main-nav a { font-size: 10px; }
    .header-actions { gap: 8px; }
    .announcement { font-size: 9px; }
    .home-hero { grid-template-columns: 1fr 1fr; gap: 16px; min-height: 0; padding: 87px 19px 28px; }
    .hero-copy h1 { font-size: clamp(42px, 10vw, 65px); }
    .hero-intro { font-size: 12px; }
    .hero-note { margin-top: 32px; font-size: 9px; }
    .button { min-height: 44px; padding: 0 13px; gap: 13px; font-size: 11px; }
    .hero-image { min-height: 400px; height: 67vw; max-height: 500px; }
    .image-caption { padding: 40px 12px 13px; font-size: 16px; }
    .image-caption span:last-child { font-size: 9px; }
    .hero-stamp { width: 60px; height: 60px; right: 10px; top: 11px; font-size: 7px; }
    .page-section { padding: 75px 20px 85px; }
    .section-heading { align-items: start; flex-direction: column; gap: 17px; margin-bottom: 27px; }
    .section-heading h2, .brand-story h2, .contact-strip h2 { font-size: 44px; }
    .collection-grid { grid-template-columns: 1fr 1fr; gap: 27px 13px; }
    .collection-card-offset { margin-top: 42px; }
    .collection-card:last-child { grid-column: 1 / -1; width: 72%; justify-self: end; margin-top: -18px; }
    .collection-meta { flex-direction: column; gap: 3px; padding-top: 10px; }
    .collection-meta h3 { font-size: 20px; }
    .collection-meta > span { padding-top: 0; }
    .quick-view { transform: none; opacity: 1; right: 7px; bottom: 7px; padding: 8px; font-size: 9px; gap: 8px; }
    .brand-story { min-height: 440px; padding: 63px 24px; }
    .contact-strip { align-items: start; flex-direction: column; gap: 27px; padding: 68px 23px; }
    .contact-links { width: 100%; }
    .site-footer { flex-wrap: wrap; padding: 19px 20px; }
    .site-footer p { order: 3; width: 100%; }
}
@media (max-width: 400px) {
    .home-hero { grid-template-columns: 1fr; padding-top: 86px; }
    .hero-copy { padding-top: 8px; }
    .hero-copy h1 { font-size: 52px; }
    .hero-note { display: none; }
    .hero-image { min-height: 350px; height: 105vw; }
}
@media (prefers-reduced-motion: reduce) { *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; transition-duration: .01ms !important; } }

.product-page { padding: 19px clamp(20px, 6vw, 88px) 90px; }
.breadcrumbs { display: flex; align-items: center; gap: 10px; min-height: 40px; color: var(--muted); font-size: 10px; }
.breadcrumbs a:hover { color: var(--accent); }
.product-layout { display: grid; grid-template-columns: minmax(0, 1.08fr) minmax(330px, .78fr); gap: clamp(35px, 7vw, 100px); align-items: start; max-width: 1320px; margin: 26px auto 0; }
.product-gallery { position: sticky; top: 18px; min-width: 0; }
.product-main-media { aspect-ratio: .84; background: #e3dfd5; overflow: hidden; }
.product-main-media img, .product-main-media video { width: 100%; height: 100%; object-fit: cover; }
.product-thumbnails { display: flex; gap: 10px; overflow-x: auto; padding: 12px 1px 5px; }
.thumb-button, .video-thumb { flex: 0 0 76px; aspect-ratio: .82; padding: 0; border: 1px solid transparent; background: #e7e4db; overflow: hidden; cursor: pointer; }
.thumb-button.is-active { border-color: var(--ink); }
.thumb-button img { width: 100%; height: 100%; object-fit: cover; }
.video-thumb { display: grid; place-content: center; gap: 3px; color: var(--ink); font-size: 19px; }
.video-thumb span { font-size: 10px; }
.product-info { padding-top: 25px; }
.product-info .eyebrow { margin-bottom: 11px; }
.product-info h1 { margin: 0 0 12px; font: 400 clamp(38px, 4vw, 54px)/1.02 var(--serif); }
.product-price { margin-bottom: 19px; font-size: 15px; }
.product-description { max-width: 490px; color: var(--muted); font-size: 13px; }
.stock-line { display: flex; align-items: center; gap: 8px; padding: 17px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); color: var(--muted); font-size: 11px; }
.stock-dot { width: 7px; height: 7px; border-radius: 50%; background: #668b64; }
.variant-picker { margin-top: 23px; }
.field-heading { margin-bottom: 12px; font-size: 12px; font-weight: 600; }
.variant-options { display: flex; flex-wrap: wrap; gap: 9px; }
.swatch-option { min-height: 39px; display: inline-flex; align-items: center; gap: 8px; border: 1px solid var(--line); background: transparent; padding: 4px 11px 4px 6px; font-size: 11px; cursor: pointer; }
.swatch-option.is-selected { border-color: var(--ink); }
.swatch-option > span { width: 23px; height: 23px; background: var(--swatch); border: 1px solid rgba(30,30,30,.12); border-radius: 50%; }
.size-line { display: flex; justify-content: space-between; align-items: center; border-bottom: 1px solid var(--line); padding: 20px 0; font-size: 12px; }
.size-line strong { margin-left: 12px; font-weight: 500; }
.text-button { background: transparent; border: 0; border-bottom: 1px solid var(--muted); padding: 2px 0; font-size: 10px; cursor: pointer; }
.add-button { width: 100%; min-height: 54px; display: flex; justify-content: space-between; align-items: center; margin-top: 19px; padding: 0 18px; border: 0; background: var(--green); color: white; cursor: pointer; transition: background .2s; }
.add-button:hover { background: var(--accent); }
.add-button span { font-size: 18px; }
.wa-question { display: block; margin: 12px 0 22px; color: var(--muted); text-align: center; font-size: 10px; }
.wa-question:hover { color: var(--accent); }
.marketplace-list { display: grid; border-top: 1px solid var(--line); }
.marketplace-link { display: flex; justify-content: space-between; padding: 13px 2px; border-bottom: 1px solid var(--line); font-size: 11px; }
.marketplace-link span { color: var(--accent); }
.product-accordions { margin-top: 28px; border-top: 1px solid var(--line); }
.product-accordions details { border-bottom: 1px solid var(--line); }
.product-accordions summary { position: relative; padding: 16px 25px 16px 0; cursor: pointer; list-style: none; font-size: 12px; }
.product-accordions summary::-webkit-details-marker { display: none; }
.product-accordions summary::after { content: "+"; position: absolute; right: 1px; font-size: 17px; top: 12px; }
.product-accordions details[open] summary::after { content: "−"; }
.product-accordions p, .product-accordions ul { color: var(--muted); font-size: 11px; }
.product-accordions ul { padding-left: 18px; }
.product-footer { min-height: 92px; display: flex; align-items: center; justify-content: space-between; gap: 16px; border-top: 1px solid var(--line); padding: 17px clamp(20px, 6vw, 88px); color: var(--muted); font-size: 10px; }
.product-footer img { width: 118px; height: 42px; object-fit: contain; }
.size-dialog { width: min(450px, calc(100vw - 36px)); padding: 37px; border: 1px solid var(--line); background: var(--paper); color: var(--ink); }
.size-dialog::backdrop { background: rgba(19, 26, 21, .48); backdrop-filter: blur(2px); }
.size-dialog h2 { font: 36px var(--serif); margin: 0 0 12px; }
.size-dialog p:not(.eyebrow) { color: var(--muted); font-size: 12px; }
.dialog-close { position: absolute; top: 12px; right: 14px; font-size: 24px; }
.cart-is-open { overflow: hidden; }
#cart-root { position: relative; z-index: 20; }
.cart-overlay { position: fixed; inset: 0; background: rgba(20, 27, 23, .44); opacity: 0; visibility: hidden; transition: opacity .25s, visibility .25s; }
.cart-drawer { position: fixed; z-index: 1; inset: 0 0 0 auto; display: flex; flex-direction: column; width: min(450px, 100%); padding: 25px clamp(20px, 5vw, 34px); background: var(--paper); color: var(--ink); transform: translateX(102%); transition: transform .32s cubic-bezier(.2,.7,.2,1); box-shadow: -14px 0 40px rgba(20, 27, 23, .13); }
#cart-root.is-open .cart-overlay { opacity: 1; visibility: visible; }
#cart-root.is-open .cart-drawer { transform: none; }
.cart-head { display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid var(--line); padding-bottom: 18px; }
.cart-head .eyebrow { margin: 0 0 2px; }
.cart-head h2 { margin: 0; font: 34px var(--serif); }
.cart-close { font-size: 26px; }
.cart-items { flex: 1; overflow-y: auto; }
.cart-empty { text-align: center; padding: 95px 5px 20px; }
.cart-empty > span { display: inline-grid; place-items: center; width: 49px; height: 49px; border: 1px solid var(--line); border-radius: 50%; color: var(--accent); font-size: 24px; }
.cart-empty h3 { margin: 17px 0 5px; font: 25px var(--serif); }
.cart-empty p { color: var(--muted); font-size: 11px; }
.cart-empty a { display: inline-block; border-bottom: 1px solid var(--muted); padding: 5px 0; font-size: 11px; }
.cart-item { display: grid; grid-template-columns: 76px 1fr auto; gap: 13px; padding: 17px 0; border-bottom: 1px solid var(--line); }
.cart-item > img { width: 76px; height: 98px; object-fit: cover; background: #e3dfd5; }
.cart-item-info h3 { margin: 0 0 3px; font: 19px/1.1 var(--serif); }
.cart-item-info p { margin: 0 0 6px; color: var(--muted); font-size: 10px; }
.cart-item-info strong { font-size: 11px; font-weight: 500; }
.quantity-control { display: flex; align-items: center; gap: 11px; width: max-content; margin-top: 9px; border: 1px solid var(--line); }
.quantity-control button { width: 27px; height: 25px; border: 0; background: transparent; cursor: pointer; }
.quantity-control span { font-size: 10px; }
.remove-item { width: 27px; height: 27px; border: 0; background: transparent; color: var(--muted); font-size: 19px; cursor: pointer; }
.cart-bottom { border-top: 1px solid var(--line); padding-top: 16px; }
.shipping-copy { margin-bottom: 9px; font-size: 10px; color: var(--muted); }
.shipping-copy strong { color: var(--ink); }
.shipping-track { height: 4px; background: var(--line); margin-bottom: 18px; }
.shipping-track span { display: block; width: 0; height: 100%; background: var(--accent); transition: width .25s; }
.cart-total { display: flex; justify-content: space-between; margin-bottom: 15px; font-size: 12px; }
.cart-total strong { font-size: 14px; }
.checkout-button { width: 100%; justify-content: space-between; min-height: 49px; font-size: 11px; }
.cart-footnote { margin: 9px 0 0; color: var(--muted); text-align: center; font-size: 9px; }
.cart-bottom[hidden], .checkout-button[hidden] { display: none; }
@media (max-width: 760px) {
    .product-page { padding: 12px 18px 62px; }
    .breadcrumbs { gap: 7px; font-size: 9px; }
    .product-layout { grid-template-columns: 1fr; gap: 16px; margin-top: 12px; }
    .product-gallery { position: static; }
    .product-main-media { aspect-ratio: .9; max-height: 620px; }
    .product-info { padding-top: 7px; }
    .product-info h1 { font-size: 42px; }
    .product-footer { flex-wrap: wrap; padding: 15px 18px; }
    .product-footer span { order: 3; width: 100%; }
    .size-dialog { padding: 33px 23px 24px; }
}