@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600&family=Instrument+Serif:ital@0;1&display=swap');

:root {
  color: #171713;
  background: #fefefe;
  font-family: "DM Sans", Arial, sans-serif;
  font-synthesis: none;
  --ink: #171713;
  --muted: #69675f;
  --paper: #fefefe;
  --stone: #f4f2ee;
  --line: #dad7d0;
  --cognac: #a64d27;
  --cognac-dark: #7e351b;
  --display: "Instrument Serif", Georgia, serif;
  --gutter: clamp(24px, 5vw, 88px);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; min-width: 320px; min-height: 100vh; -webkit-font-smoothing: antialiased; background: var(--paper); }
button, input, select, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
button { color: inherit; }

.skip-link { position: fixed; z-index: 100; top: 8px; left: 8px; padding: 10px 14px; background: var(--ink); color: white; transform: translateY(-150%); }
.skip-link:focus { transform: translateY(0); }
.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; }

.site-header { height: 86px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; padding: 0 var(--gutter); border-bottom: 1px solid var(--line); background: #fefefe; position: relative; z-index: 40; }
.logo { display: inline-flex; align-items: center; gap: 10px; width: fit-content; font-family: Georgia, serif; font-size: 13px; font-weight: 700; letter-spacing: .12em; }
.logo img { width: 44px; height: 44px; object-fit: contain; filter: grayscale(1) contrast(1.25); }
.desktop-nav { display: flex; align-items: center; gap: clamp(22px, 3vw, 46px); font-size: 13px; }
.desktop-nav a { display: inline-flex; gap: 5px; align-items: center; position: relative; }
.desktop-nav a::after { content: ""; position: absolute; height: 1px; background: var(--ink); left: 0; right: 100%; bottom: -7px; transition: right .25s ease; }
.desktop-nav a:hover::after { right: 0; }
.header-tools { justify-self: end; display: flex; align-items: center; gap: 16px; }
.currency, .icon-button { border: 0; background: transparent; padding: 7px; cursor: pointer; display: inline-grid; place-items: center; }
.currency { display: inline-flex; align-items: center; gap: 5px; font-size: 12px; }
.icon-button:focus-visible, a:focus-visible, button:focus-visible, input:focus-visible { outline: 2px solid var(--cognac); outline-offset: 3px; }
.cart-button { position: relative; }
.cart-button span { position: absolute; top: -3px; right: -4px; width: 17px; height: 17px; border-radius: 50%; display: grid; place-items: center; background: var(--cognac); color: white; font-size: 10px; }
.mobile-menu-button { display: none; }

.hero { min-height: 690px; display: grid; grid-template-columns: .92fr 1.22fr; border-bottom: 1px solid var(--line); }
.hero-copy { padding: clamp(80px, 9vw, 144px) var(--gutter) 82px; display: flex; flex-direction: column; justify-content: center; align-items: flex-start; }
.hero h1 { margin: 0; font-family: var(--display); font-size: clamp(66px, 6.5vw, 112px); line-height: .88; font-weight: 400; letter-spacing: -.035em; }
.hero-copy > p { max-width: 460px; color: var(--muted); font-size: clamp(16px, 1.35vw, 20px); line-height: 1.65; margin: 34px 0 36px; }
.hero-actions { display: flex; flex-direction: column; align-items: flex-start; gap: 18px; }
.button { display: inline-flex; min-height: 50px; padding: 0 24px; justify-content: center; align-items: center; gap: 12px; border: 0; cursor: pointer; font-size: 13px; font-weight: 600; transition: background .2s ease, transform .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: white; background: var(--cognac); }
.button-primary:hover { background: var(--cognac-dark); }
.text-link { display: inline-flex; align-items: center; gap: 7px; padding-bottom: 3px; border-bottom: 1px solid currentColor; font-size: 13px; font-weight: 500; cursor: pointer; background: transparent; }
.hero-media { min-width: 0; overflow: hidden; background: var(--stone); }
.hero-media img { width: 100%; height: 100%; object-fit: cover; }

.trust-bar { padding: 22px var(--gutter); display: grid; grid-template-columns: repeat(4, 1fr); gap: 0; border-bottom: 1px solid var(--line); }
.trust-bar > div { display: flex; align-items: center; justify-content: center; gap: 13px; min-height: 43px; border-right: 1px solid var(--line); }
.trust-bar > div:last-child { border-right: 0; }
.trust-bar svg { color: var(--cognac); }
.trust-bar span { display: flex; flex-direction: column; gap: 2px; }
.trust-bar strong { font-size: 12px; font-weight: 600; }
.trust-bar small { font-size: 10px; color: var(--muted); }

.section { padding: 100px var(--gutter); }
.section-heading { display: flex; justify-content: space-between; align-items: baseline; gap: 30px; margin-bottom: 42px; }
h2 { margin: 0; font-family: var(--display); font-size: clamp(44px, 4vw, 66px); font-weight: 400; line-height: .98; letter-spacing: -.025em; }
.product-grid { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 18px; }
.product-media { aspect-ratio: 4 / 5; position: relative; background: var(--stone); overflow: hidden; }
.product-media > a { display: block; width: 100%; height: 100%; }
.product-media img { width: 100%; height: 100%; object-fit: cover; transition: transform .55s cubic-bezier(.2,.7,.2,1); }
.product-card:hover .product-media img { transform: scale(1.035); }
.wishlist { position: absolute; top: 10px; right: 10px; width: 36px; height: 36px; border-radius: 50%; background: rgba(255,255,255,.9); }
.wishlist.active { color: var(--cognac); }
.quick-add { position: absolute; left: 10px; right: 10px; bottom: 10px; padding: 12px; border: 0; background: rgba(23,23,19,.92); color: white; transform: translateY(140%); transition: transform .25s ease; cursor: pointer; }
.product-card:hover .quick-add, .quick-add:focus-visible { transform: translateY(0); }
.product-category { font-size: 10px; text-transform: uppercase; letter-spacing: .08em; color: var(--muted); margin: 17px 0 8px; }
.product-card h3 { font-family: var(--display); font-size: 22px; line-height: 1.05; font-weight: 400; margin: 0 0 10px; }
.product-price { font-size: 12px; margin: 0; }

.craft { display: grid; grid-template-columns: 1fr 1fr; background: var(--stone); }
.craft-media img { width: 100%; height: 100%; object-fit: cover; }
.craft-copy { padding: clamp(70px, 8vw, 140px) var(--gutter); display: flex; flex-direction: column; justify-content: center; align-items: flex-start; }
.craft-copy p { max-width: 500px; color: var(--muted); line-height: 1.75; margin: 28px 0 0; }
.craft-copy p + p { margin-top: 14px; }
.craft-copy .text-link { margin-top: 35px; }

.categories { padding-bottom: 110px; }
.category-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 18px; }
.category-item { position: relative; overflow: hidden; }
.category-item img { width: 100%; aspect-ratio: 1 / 1.14; object-fit: cover; transition: transform .5s ease; }
.category-item:hover img { transform: scale(1.04); }
.category-item span { display: flex; align-items: center; justify-content: space-between; padding: 15px 0; border-bottom: 1px solid var(--ink); font-family: var(--display); font-size: 22px; }

.direct { display: grid; grid-template-columns: .8fr 1.3fr; gap: clamp(60px, 10vw, 180px); background: var(--stone); padding: 100px var(--gutter); }
.direct > div:first-child > p:not(.section-label) { max-width: 460px; color: var(--muted); line-height: 1.75; margin: 28px 0 34px; }
.section-label { margin: 0 0 16px; text-transform: uppercase; font-size: 10px; letter-spacing: .15em; }
.comparison { align-self: center; border-top: 1px solid var(--line); }
.comparison-row { display: grid; grid-template-columns: 1.2fr 1fr .8fr; align-items: center; min-height: 58px; border-bottom: 1px solid var(--line); font-size: 12px; }
.comparison-row > *:not(:first-child) { padding-left: 28px; }
.comparison-row svg { width: 17px; height: 17px; color: var(--cognac); }
.comparison-direct { display: flex; align-items: center; gap: 9px; color: var(--cognac); }
.comparison-direct > span { color: var(--ink); }
.comparison-head { min-height: 72px; }

.review-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
blockquote { margin: 0; padding: 42px clamp(20px, 4vw, 62px); border-right: 1px solid var(--line); min-height: 260px; display: flex; flex-direction: column; }
blockquote:last-child { border-right: 0; }
.stars { letter-spacing: .18em; font-size: 11px; color: var(--cognac); }
blockquote p { font-family: var(--display); font-style: italic; font-size: clamp(20px, 2vw, 28px); line-height: 1.25; flex: 1; }
blockquote footer { font-size: 12px; font-weight: 600; display: flex; flex-direction: column; gap: 3px; }
blockquote small { color: var(--muted); font-weight: 400; }

.faq-section { padding-top: 50px; }
.faq-section h2 { margin-bottom: 40px; }
.faq-list { border-top: 1px solid var(--line); }
.faq-item { border-bottom: 1px solid var(--line); }
.faq-item button { width: 100%; min-height: 70px; padding: 0; border: 0; background: transparent; display: flex; align-items: center; justify-content: space-between; text-align: left; cursor: pointer; font-size: 14px; }
.faq-item button span:last-child { font-family: var(--display); font-size: 27px; font-weight: 400; }
.faq-answer { display: grid; grid-template-rows: 0fr; transition: grid-template-rows .25s ease; }
.faq-answer p { min-height: 0; overflow: hidden; margin: 0; max-width: 760px; color: var(--muted); line-height: 1.7; }
.faq-item.open .faq-answer { grid-template-rows: 1fr; }
.faq-item.open .faq-answer p { padding-bottom: 27px; }

.newsletter { display: grid; grid-template-columns: .8fr 1.2fr; align-items: center; gap: 80px; padding: 70px var(--gutter); background: var(--stone); border-top: 1px solid var(--line); }
.newsletter h2 { font-size: clamp(40px, 4vw, 60px); }
.newsletter p { color: var(--muted); }
.newsletter form { display: grid; grid-template-columns: 1fr auto; }
.newsletter input { border: 1px solid var(--line); background: white; padding: 0 18px; min-height: 50px; border-radius: 0; }

.site-footer { padding: 72px var(--gutter) 30px; display: grid; grid-template-columns: 1.4fr repeat(4, 1fr); gap: 46px; border-top: 1px solid var(--line); }
.footer-brand p { color: var(--muted); font-size: 12px; line-height: 1.7; }
.site-footer h3 { font-family: var(--display); font-size: 18px; font-weight: 400; margin: 10px 0 22px; }
.site-footer > div:not(.footer-brand):not(.footer-bottom) { display: flex; flex-direction: column; gap: 11px; }
.site-footer > div > a { font-size: 11px; color: var(--muted); }
.footer-bottom { grid-column: 1 / -1; display: flex; justify-content: space-between; border-top: 1px solid var(--line); padding-top: 26px; margin-top: 15px; color: var(--muted); font-size: 10px; }
.footer-bottom span:last-child { display: flex; gap: 24px; }

.toast { position: fixed; right: 24px; bottom: 24px; z-index: 80; background: var(--ink); color: white; padding: 16px 20px; max-width: 360px; box-shadow: 0 12px 40px rgba(0,0,0,.18); font-size: 13px; animation: toast-in .25s ease; }
@keyframes toast-in { from { transform: translateY(20px); opacity: 0; } }
.overlay { position: fixed; inset: 0; background: rgba(0,0,0,.28); z-index: 49; opacity: 0; pointer-events: none; transition: opacity .25s ease; }
.overlay.show { opacity: 1; pointer-events: auto; }
.drawer { position: fixed; top: 0; bottom: 0; right: 0; z-index: 50; width: min(440px, 92vw); background: var(--paper); transform: translateX(101%); transition: transform .32s cubic-bezier(.2,.7,.2,1); padding: 30px; display: flex; flex-direction: column; }
.drawer.open { transform: translateX(0); }
.drawer-close { position: absolute; right: 24px; top: 26px; }
.mobile-drawer nav { display: flex; flex-direction: column; margin: 60px 0 40px; border-top: 1px solid var(--line); }
.mobile-drawer nav a { font-family: var(--display); font-size: 36px; padding: 16px 0; border-bottom: 1px solid var(--line); }
.drawer-title { display: flex; justify-content: space-between; align-items: center; border-bottom: 1px solid var(--line); padding-bottom: 25px; }
.drawer-title h2 { font-size: 42px; }
.empty-cart { margin: auto 0; text-align: center; color: var(--muted); display: flex; flex-direction: column; align-items: center; gap: 20px; }
.cart-items { overflow: auto; padding: 20px 0; }
.cart-item { display: grid; grid-template-columns: 70px 1fr auto; gap: 14px; padding: 12px 0; border-bottom: 1px solid var(--line); align-items: center; }
.cart-item img { width: 70px; height: 82px; object-fit: cover; }
.cart-item div { display: flex; flex-direction: column; gap: 6px; font-size: 12px; }
.cart-item div span { color: var(--muted); }
.cart-item button { border: 0; background: transparent; cursor: pointer; }
.cart-summary { margin-top: auto; border-top: 1px solid var(--line); padding-top: 22px; }
.cart-summary > div { display: flex; justify-content: space-between; }
.cart-summary p { color: var(--muted); font-size: 11px; line-height: 1.6; }
.cart-summary .button { width: 100%; margin-top: 14px; }

/* Editorial inner pages */
.page-section { padding: 90px var(--gutter); }
.page-hero { min-height: 560px; display: grid; grid-template-columns: .9fr 1.1fr; border-bottom: 1px solid var(--line); }
.page-hero > div { padding: 90px var(--gutter); display: flex; flex-direction: column; justify-content: center; align-items: flex-start; }
.page-hero h1, .product-buy h1, .checkout-head h1 { margin: 0; font-family: var(--display); font-weight: 400; letter-spacing: -.04em; line-height: .9; font-size: clamp(62px, 6vw, 104px); }
.page-hero p { max-width: 520px; color: var(--muted); font-size: 17px; line-height: 1.7; margin: 28px 0 0; }
.page-hero > img { width: 100%; height: 100%; max-height: 720px; object-fit: cover; }
.page-hero .button { margin-top: 30px; }
.page-hero .text-link { margin-top: 20px; }
.page-trust { min-height: 86px; display: grid; grid-template-columns: repeat(3, 1fr); padding: 0 var(--gutter); border-block: 1px solid var(--line); }
.page-trust span { display: flex; justify-content: center; align-items: center; gap: 12px; border-right: 1px solid var(--line); font-size: 12px; font-weight: 600; }
.page-trust span:last-child { border: 0; }
.page-trust svg { color: var(--cognac); }

.shop-hero { min-height: 500px; }
.shop-controls { padding-top: 45px; }
.category-tabs { display: flex; flex-wrap: wrap; gap: 4px 24px; border-bottom: 1px solid var(--line); }
.category-tabs button { border: 0; background: transparent; padding: 15px 0; color: var(--muted); cursor: pointer; border-bottom: 2px solid transparent; }
.category-tabs button.active { color: var(--ink); border-color: var(--cognac); }
.filter-row { min-height: 72px; display: flex; justify-content: space-between; align-items: center; }
.filter-row button, .filter-row > div { border: 0; background: transparent; display: flex; align-items: center; gap: 8px; }
.filter-row button { cursor: pointer; }
.filter-row select { border: 0; background: transparent; }
.filter-panel { padding: 24px; margin-bottom: 28px; background: var(--stone); display: flex; gap: 60px; align-items: flex-end; }
.filter-panel > div { display: flex; flex-direction: column; gap: 9px; font-size: 12px; }
.filter-panel label { display: flex; gap: 8px; color: var(--muted); }
.shop-product-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 18px; }
.catalog-image { aspect-ratio: 4 / 5; background: var(--stone); overflow: hidden; position: relative; }
.catalog-image > a, .catalog-image img { width: 100%; height: 100%; }
.catalog-image img { object-fit: cover; transition: transform .45s ease; }
.catalog-card:hover .catalog-image img { transform: scale(1.035); }
.catalog-add { width: 100%; min-height: 42px; margin: 0; border: 1px solid var(--ink); background: transparent; display: flex; justify-content: center; align-items: center; gap: 8px; cursor: pointer; }
.catalog-add:hover { background: var(--ink); color: white; }
.catalog-card h3 { margin: 14px 0 7px; font: 400 21px/1.05 var(--display); }
.catalog-card > p { margin: 0; font-size: 12px; }
.load-more { display: flex; margin: 48px auto 0; padding: 12px 28px; border: 1px solid var(--ink); background: transparent; cursor: pointer; align-items: center; gap: 8px; }
.page-direct { align-items: center; }
.direct-cta { display: flex; align-items: center; gap: 28px; }

.product-detail { display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(420px, .9fr); gap: clamp(48px, 7vw, 110px); }
.breadcrumbs { margin: 0 0 22px; color: var(--muted); font-size: 11px; }
.product-main-image { height: min(68vw, 760px); background: var(--stone); overflow: hidden; }
.product-main-image img { width: 100%; height: 100%; object-fit: cover; }
.product-thumbs { display: grid; grid-template-columns: repeat(4, 1fr); gap: 10px; margin-top: 12px; }
.product-thumbs button { padding: 0; border: 1px solid transparent; background: var(--stone); cursor: pointer; }
.product-thumbs button.active { border-color: var(--cognac); }
.product-thumbs img { width: 100%; aspect-ratio: 1; object-fit: cover; }
.product-buy { padding-top: 34px; }
.product-buy h1 { font-size: clamp(54px, 5vw, 80px); }
.detail-price { margin: 24px 0; font-weight: 600; }
.product-buy > p { line-height: 1.7; }
.muted { color: var(--muted); font-size: 13px; }
.quantity { margin: 30px 0 14px; display: flex; justify-content: space-between; align-items: center; font-size: 12px; }
.quantity > div, .mini-quantity { display: flex; align-items: center; border: 1px solid var(--line); }
.quantity button, .mini-quantity button { width: 40px; height: 40px; border: 0; background: transparent; cursor: pointer; }
.quantity svg, .mini-quantity svg { width: 13px; }
.quantity strong, .mini-quantity strong { min-width: 32px; text-align: center; }
.full-button { width: 100%; margin-top: 10px; }
.button-outline { border: 1px solid var(--ink); background: transparent; }
.product-assurances { margin: 28px 0; display: grid; grid-template-columns: repeat(3, 1fr); border-block: 1px solid var(--line); }
.product-assurances span { padding: 18px 8px; display: flex; align-items: center; gap: 8px; font-size: 10px; border-right: 1px solid var(--line); }
.product-assurances span:last-child { border: 0; }
.product-assurances svg { color: var(--cognac); width: 20px; }
.detail-accordion { border-bottom: 1px solid var(--line); }
.detail-accordion button { width: 100%; padding: 18px 0; display: flex; justify-content: space-between; border: 0; background: transparent; cursor: pointer; }
.detail-accordion p { display: none; color: var(--muted); font-size: 12px; line-height: 1.7; margin: 0 0 18px; }
.detail-accordion.open p { display: block; }

.craft-page-hero { min-height: 680px; }
.founder-quote { padding: 90px var(--gutter); min-height: 0; border: 0; text-align: center; align-items: center; }
.founder-quote p { max-width: 900px; font-size: clamp(34px, 4vw, 62px); margin: 0 0 28px; }
.story-row { display: grid; grid-template-columns: 1fr 1fr; background: var(--stone); }
.story-row.reverse > div { order: 2; }
.story-row > div { padding: clamp(60px, 8vw, 130px) var(--gutter); display: flex; flex-direction: column; justify-content: center; }
.story-row > div > span, .process-grid > div > span { color: var(--cognac); font-size: 10px; letter-spacing: .12em; }
.story-row p { color: var(--muted); line-height: 1.75; max-width: 480px; }
.story-row > img { width: 100%; height: 100%; min-height: 560px; object-fit: cover; }
.process { text-align: center; }
.process > h2 { margin: 12px 0 55px; }
.process-grid { display: grid; grid-template-columns: repeat(5, 1fr); border-block: 1px solid var(--line); margin-bottom: 45px; text-align: left; }
.process-grid > div { min-height: 210px; padding: 32px 24px; border-right: 1px solid var(--line); }
.process-grid > div:last-child { border: 0; }
.process-grid h3 { font: 400 27px var(--display); margin: 18px 0 12px; }
.process-grid p { color: var(--muted); font-size: 12px; line-height: 1.6; }

.info-split, .receive { display: grid; grid-template-columns: 1fr 1fr; gap: 10vw; }
.info-split p, .receive p { color: var(--muted); line-height: 1.75; }
.legal-list { border-top: 1px solid var(--line); }
.legal-list > div { min-height: 88px; border-bottom: 1px solid var(--line); display: flex; align-items: center; gap: 18px; }
.legal-list svg { color: var(--cognac); width: 28px; }
.legal-list span { display: flex; flex-direction: column; gap: 5px; }
.legal-list small { color: var(--muted); }
.cites-process h2 { margin-bottom: 48px; }
.receive ul { list-style: none; padding: 0; display: grid; gap: 14px; }
.receive li { display: flex; align-items: center; gap: 10px; }
.receive li svg { color: var(--cognac); width: 18px; }
.document-scene img { width: 100%; max-height: 600px; object-fit: cover; }

.journal-page { padding-top: 42px; }
.journal-tabs { margin-bottom: 55px; }
.featured-article { display: grid; grid-template-columns: 1.2fr .8fr; background: var(--stone); }
.featured-article > img { width: 100%; height: 100%; max-height: 650px; object-fit: cover; }
.featured-article > div { padding: clamp(50px, 7vw, 100px); display: flex; flex-direction: column; justify-content: center; align-items: flex-start; }
.featured-article p:not(.section-label), .article-row p { color: var(--muted); line-height: 1.7; }
.featured-article .text-link { margin-top: 20px; }
.article-list { margin-top: 90px; }
.article-row { display: grid; grid-template-columns: .85fr 1.15fr; gap: clamp(45px, 8vw, 140px); padding: 55px 0; border-top: 1px solid var(--line); }
.article-row.reverse img { order: 2; }
.article-row img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; }
.article-row > div { display: flex; flex-direction: column; align-items: flex-start; justify-content: center; }
.article-row h3 { font: 400 clamp(38px, 4vw, 60px)/.98 var(--display); margin: 0 0 18px; }
.article-row small { color: var(--muted); margin: 10px 0 24px; }
.journal-empty { padding: 50px; text-align: center; color: var(--muted); background: var(--stone); }

.contact-types { width: 100%; margin-top: 35px; border-top: 1px solid var(--line); }
.contact-types a { min-height: 70px; border-bottom: 1px solid var(--line); display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 15px; }
.contact-types svg { color: var(--cognac); }
.contact-types span { display: flex; flex-direction: column; gap: 4px; }
.contact-types small { color: var(--muted); font-size: 10px; }
.contact-main { display: grid; grid-template-columns: .75fr 1.25fr; gap: clamp(60px, 10vw, 160px); }
.contact-main aside > a { min-height: 52px; border-bottom: 1px solid var(--line); display: flex; justify-content: space-between; align-items: center; }
.contact-main h2 { margin-bottom: 35px; }
.direct-contacts { margin-bottom: 58px; border-top: 1px solid var(--line); }
.direct-contacts a { min-height: 82px; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 16px; border-bottom: 1px solid var(--line); }
.direct-contacts a > svg:first-child { width: 23px; height: 23px; color: var(--cognac); }
.direct-contacts a > svg:last-child { width: 17px; height: 17px; }
.direct-contacts span { display: flex; flex-direction: column; gap: 5px; min-width: 0; }
.direct-contacts small { color: var(--muted); font-size: 10px; text-transform: uppercase; letter-spacing: .1em; }
.direct-contacts strong { font-size: 14px; overflow-wrap: anywhere; }
.contact-form-title { margin-top: 0; }
.contact-location { display: flex; gap: 15px; margin: 50px 0 30px; }
.contact-location h3, .contact-main aside > h3 { font: 400 24px var(--display); margin: 0 0 8px; }
.contact-location p, .contact-main aside > p { color: var(--muted); font-size: 12px; line-height: 1.6; }
.contact-form, .shipping-form { display: grid; gap: 18px; }
.contact-form label, .shipping-form label { display: grid; gap: 8px; font-size: 11px; }
.contact-form input, .contact-form select, .contact-form textarea, .shipping-form input, .shipping-form select { width: 100%; border: 1px solid var(--line); background: white; border-radius: 0; padding: 13px; }
.contact-form textarea { resize: vertical; }
.contact-form .button { justify-self: start; }
.contact-form > small { color: var(--muted); }
.stone-section { background: var(--stone); }

.checkout-page { min-height: 700px; }
.checkout-head { display: flex; justify-content: space-between; align-items: flex-end; border-bottom: 1px solid var(--line); padding-bottom: 36px; margin-bottom: 55px; }
.checkout-head h1 { font-size: clamp(58px, 6vw, 90px); }
.steps { display: flex; gap: 28px; }
.steps span { display: flex; align-items: center; gap: 8px; color: var(--muted); font-size: 11px; }
.steps b { border: 1px solid var(--line); width: 25px; height: 25px; display: grid; place-items: center; border-radius: 50%; }
.steps span.active { color: var(--ink); }
.steps span.active b { background: var(--ink); color: white; }
.bag-view, .checkout-details { display: grid; grid-template-columns: 1.4fr .6fr; gap: clamp(50px, 8vw, 120px); }
.bag-labels, .bag-line { display: grid; grid-template-columns: minmax(280px, 1.5fr) .7fr .5fr .5fr; align-items: center; gap: 24px; }
.bag-labels { padding-bottom: 14px; border-bottom: 1px solid var(--line); color: var(--muted); font-size: 10px; }
.bag-line { padding: 25px 0; border-bottom: 1px solid var(--line); }
.bag-line img { width: 110px; height: 130px; object-fit: cover; float: left; margin-right: 18px; }
.bag-line h3 { font: 400 21px var(--display); margin: 18px 0 5px; }
.bag-line p { color: var(--muted); font-size: 10px; }
.bag-line > div:nth-child(2) { margin-left: -170px; padding-left: 130px; }
.bag-line > div:nth-child(2) button { border: 0; border-bottom: 1px solid; background: transparent; padding: 0; font-size: 10px; cursor: pointer; }
.bag-line > span, .bag-line > strong { font-size: 12px; }
.bag-summary, .checkout-summary { background: var(--stone); padding: 30px; align-self: start; }
.bag-summary > div, .checkout-summary .grand-total { display: flex; justify-content: space-between; padding: 13px 0; border-bottom: 1px solid var(--line); font-size: 12px; }
.grand-total { margin-top: 10px; }
.bag-summary > small { display: block; color: var(--muted); margin: 14px 0; }
.bag-summary .button, .checkout-summary .button { width: 100%; margin-top: 18px; }
.form-trio { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 12px; }
.shipping-method { display: flex; gap: 15px; border: 1px solid var(--cognac); padding: 17px; }
.shipping-method span, .summary-product span { display: flex; flex-direction: column; gap: 4px; font-size: 11px; }
.shipping-method small, .summary-product small { color: var(--muted); }
.summary-product { display: grid; grid-template-columns: 65px 1fr auto; gap: 13px; align-items: center; border-bottom: 1px solid var(--line); padding-bottom: 22px; }
.summary-product img { width: 65px; height: 78px; object-fit: cover; }
.checkout-summary .text-link { margin-top: 24px; }
.review-order { max-width: 720px; margin: 100px auto; text-align: center; display: flex; flex-direction: column; align-items: center; gap: 20px; }
.review-order > svg { color: var(--cognac); }
.review-order p { color: var(--muted); line-height: 1.7; }
.review-box { width: 100%; display: flex; justify-content: space-between; padding: 22px 0; border-block: 1px solid var(--line); }

@media (max-width: 1100px) {
  .site-header { grid-template-columns: 1fr auto; }
  .desktop-nav { display: none; }
  .mobile-menu-button { display: inline-grid; }
  .hero { min-height: 610px; grid-template-columns: .95fr 1.05fr; }
  .hero h1 { font-size: clamp(58px, 7vw, 78px); }
  .trust-bar { grid-template-columns: repeat(2, 1fr); }
  .trust-bar > div { border-bottom: 1px solid var(--line); }
  .product-grid { grid-template-columns: repeat(3, 1fr); row-gap: 50px; }
  .product-card:nth-child(n+4) { display: none; }
  .category-grid { grid-template-columns: repeat(3, 1fr); }
  .category-item:nth-child(n+4) { display: none; }
  .direct { grid-template-columns: 1fr; }
  .shop-product-grid { grid-template-columns: repeat(3, 1fr); }
  .product-detail { grid-template-columns: 1fr 1fr; gap: 45px; }
  .process-grid { grid-template-columns: repeat(3, 1fr); }
  .process-grid > div:nth-child(3) { border-right: 0; }
  .bag-view, .checkout-details { grid-template-columns: 1fr; }
}

@media (max-width: 720px) {
  .site-header { height: 70px; padding: 0 18px; }
  .logo span { font-size: 10px; }
  .logo img { width: 36px; height: 36px; }
  .header-tools { gap: 5px; }
  .currency { display: none; }
  .hero { display: flex; flex-direction: column; min-height: 0; }
  .hero-copy { padding: 64px 22px 52px; }
  .hero h1 { font-size: clamp(58px, 17vw, 78px); line-height: .9; }
  .hero-copy > p { margin: 25px 0 30px; font-size: 15px; }
  .hero-media { aspect-ratio: 1 / .82; order: -1; }
  .trust-bar { grid-template-columns: 1fr 1fr; padding: 0 18px; }
  .trust-bar > div { justify-content: flex-start; padding: 16px 6px; border-right: 0; }
  .trust-bar small { display: none; }
  .section { padding: 72px 20px; }
  .section-heading { align-items: flex-end; margin-bottom: 28px; }
  .section-heading .text-link { flex-shrink: 0; }
  h2 { font-size: 46px; }
  .product-grid { display: flex; overflow-x: auto; scroll-snap-type: x mandatory; margin-right: -20px; padding-right: 20px; scrollbar-width: none; }
  .product-card { min-width: 72vw; scroll-snap-align: start; }
  .product-card:nth-child(n) { display: block; }
  .quick-add { transform: translateY(0); }
  .craft { grid-template-columns: 1fr; }
  .craft-media { aspect-ratio: 4 / 3; }
  .craft-copy { padding: 64px 22px 74px; }
  .category-grid { display: flex; overflow-x: auto; margin-right: -20px; padding-right: 20px; scrollbar-width: none; }
  .category-item { min-width: 63vw; }
  .category-item:nth-child(n) { display: block; }
  .direct { padding: 72px 20px; gap: 60px; }
  .comparison-row { grid-template-columns: 1.35fr .85fr .65fr; font-size: 10px; }
  .comparison-row > *:not(:first-child) { padding-left: 10px; }
  .review-grid { grid-template-columns: 1fr; }
  blockquote { border-right: 0; border-bottom: 1px solid var(--line); min-height: 240px; padding: 34px 8px; }
  blockquote:last-child { border-bottom: 0; }
  .newsletter { grid-template-columns: 1fr; gap: 35px; padding: 60px 20px; }
  .newsletter form { grid-template-columns: 1fr; }
  .site-footer { grid-template-columns: 1fr 1fr; padding: 60px 20px 30px; gap: 35px 24px; }
  .footer-brand { grid-column: 1 / -1; }
  .footer-bottom { flex-direction: column; gap: 16px; }
  .page-section { padding: 58px 20px; }
  .page-hero { display: flex; flex-direction: column; min-height: 0; }
  .page-hero > img { order: -1; aspect-ratio: 1 / .82; max-height: none; }
  .page-hero > div { padding: 55px 20px 65px; }
  .page-hero h1 { font-size: 64px; }
  .page-trust { grid-template-columns: 1fr; padding: 0 20px; }
  .page-trust span { min-height: 58px; justify-content: flex-start; border-right: 0; border-bottom: 1px solid var(--line); }
  .category-tabs { flex-wrap: nowrap; overflow-x: auto; scrollbar-width: none; }
  .category-tabs button { white-space: nowrap; }
  .filter-panel { align-items: flex-start; flex-direction: column; gap: 24px; }
  .shop-product-grid { grid-template-columns: repeat(2, 1fr); gap: 34px 12px; }
  .catalog-card h3 { font-size: 18px; }
  .page-direct { gap: 35px; }
  .direct-cta { flex-direction: column; align-items: flex-start; }
  .product-detail { grid-template-columns: 1fr; }
  .product-main-image { height: auto; aspect-ratio: 4 / 5; }
  .product-buy { padding-top: 0; }
  .product-buy h1 { font-size: 57px; }
  .related-products .product-grid { display: grid; grid-template-columns: 1fr 1fr; overflow: visible; }
  .related-products .catalog-card { min-width: 0; }
  .craft-page-hero { min-height: 0; }
  .founder-quote { padding: 65px 20px; }
  .story-row, .story-row.reverse { grid-template-columns: 1fr; }
  .story-row.reverse > div { order: 0; }
  .story-row > img { min-height: 0; aspect-ratio: 4 / 3; }
  .story-row > div { padding: 60px 20px; }
  .process-grid { grid-template-columns: 1fr; }
  .process-grid > div { border-right: 0; border-bottom: 1px solid var(--line); min-height: 150px; }
  .info-split, .receive { grid-template-columns: 1fr; gap: 50px; }
  .featured-article, .article-row { grid-template-columns: 1fr; }
  .featured-article > div { padding: 50px 25px; }
  .article-list { margin-top: 55px; }
  .article-row, .article-row.reverse { gap: 30px; }
  .article-row.reverse img { order: 0; }
  .article-row h3 { font-size: 40px; }
  .contact-main { grid-template-columns: 1fr; }
  .checkout-head { align-items: flex-start; flex-direction: column; gap: 30px; }
  .steps { width: 100%; justify-content: space-between; gap: 5px; }
  .steps span { flex-direction: column; }
  .bag-labels { display: none; }
  .bag-line { grid-template-columns: 92px 1fr; gap: 15px; }
  .bag-line img { width: 92px; height: 112px; margin: 0; }
  .bag-line > div:nth-child(2) { margin: 0; padding: 0; }
  .bag-line > .mini-quantity { grid-column: 2; justify-self: start; }
  .bag-line > span, .bag-line > strong { grid-column: 2; }
  .form-trio { grid-template-columns: 1fr; }
}

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