:root {
  --ink: #172119;
  --forest: #1e4935;
  --forest-dark: #102d20;
  --sage: #d9e0d3;
  --cream: #f6f0e5;
  --paper: #fbf8f1;
  --rust: #bd6848;
  --rust-dark: #8f432f;
  --gold: #c99a4d;
  --teal: #30bb8f;
  --teal-dark: #16795d;
  --teal-soft: #d9f1e9;
  --line: rgba(23, 33, 25, .16);
  --serif: "Fraunces", Georgia, serif;
  --sans: "Manrope", Arial, sans-serif;
}

* { box-sizing: border-box; }
html { overflow-x: hidden; scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: var(--sans); line-height: 1.6; }
body.owc-home-concept { color: var(--ink) !important; background: var(--paper) !important; font-family: var(--sans) !important; }
body.owc-home-concept h1,
body.owc-home-concept h2,
body.owc-home-concept h3 { font-family: var(--serif) !important; }
body.owc-home-concept :focus-visible { outline: 3px solid var(--teal); outline-offset: 4px; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input { font: inherit; }
.skip-link { position: fixed; left: 1rem; top: -5rem; z-index: 100; padding: .8rem 1rem; background: white; }
.skip-link:focus { top: 1rem; }

.offer-bar { min-height: 40px; display: flex; align-items: center; justify-content: center; gap: 1.25rem; padding: .5rem 1rem; color: #fff; background: var(--forest-dark); font-size: .72rem; font-weight: 700; letter-spacing: .09em; text-transform: uppercase; }
.offer-bar strong { color: var(--teal); font-weight: 800; }
.offer-bar__divider { width: 4px; height: 4px; border-radius: 99px; background: var(--teal); }

.site-header { position: relative; z-index: 20; height: 98px; display: grid; grid-template-columns: 200px 1fr 260px; align-items: center; gap: 2rem; padding: 0 clamp(1.25rem, 4vw, 5rem); border-bottom: 1px solid var(--line); background: rgba(251, 248, 241, .98); }
.brand img { width: 98px; height: 98px; object-fit: contain; image-rendering: auto; }
.desktop-nav { display: flex; justify-content: center; gap: clamp(1.25rem, 2.5vw, 2.5rem); color: var(--forest-dark); font-size: .88rem; font-weight: 750; letter-spacing: .025em; }
.owc-home-concept .desktop-nav a,
.owc-home-concept .header-actions a,
.owc-home-concept .button,
.owc-home-concept .product-link,
.owc-home-concept .text-arrow { font-family: var(--sans) !important; font-style: normal !important; }
.owc-home-concept .desktop-nav a,
.owc-home-concept .header-actions a { color: var(--forest-dark) !important; }
.desktop-nav a, .text-link { position: relative; }
.desktop-nav a::after, .text-link::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -.35rem; height: 2px; background: var(--teal-dark); transition: right .25s ease; }
.desktop-nav a:hover::after, .text-link:hover::after { right: 0; }
.header-actions { display: flex; justify-content: flex-end; align-items: center; gap: 1.25rem; font-size: .78rem; font-weight: 700; }
.cart-button { display: flex; align-items: center; gap: .5rem; }
.cart-count { display: grid; place-items: center; min-width: 24px; height: 24px; padding: 0 .35rem; border-radius: 99px; color: var(--forest-dark); background: var(--teal); font-weight: 800; }
.menu-button { display: none; width: 44px; height: 44px; padding: 0; border: 0; background: transparent; }
.menu-button span { display: block; width: 25px; height: 2px; margin: 6px auto; background: var(--ink); transition: transform .25s ease; }
.mobile-nav { display: none; }

.hero { min-height: min(610px, calc(100vh - 138px)); display: grid; grid-template-columns: minmax(0, 1.06fr) minmax(500px, .94fr); overflow: hidden; }
.hero-copy { display: flex; flex-direction: column; justify-content: center; padding: clamp(3rem, 4.5vw, 4.75rem) clamp(2rem, 4vw, 4rem) clamp(3rem, 4.5vw, 4.75rem) max(2rem, calc((100vw - 1320px) / 2)); background: var(--cream); }
.owc-home-concept .hero-copy h1,
.owc-home-concept .hero-copy .hero-lede { color: var(--ink) !important; }
.eyebrow { margin: 0 0 1.1rem; color: var(--teal-dark); font-size: .76rem; font-weight: 800; letter-spacing: .14em; line-height: 1.35; text-transform: uppercase; }
h1, h2, h3 { margin: 0; font-family: var(--serif); font-weight: 600; line-height: 1.03; letter-spacing: -.035em; }
h1 { max-width: 680px; font-size: clamp(3.7rem, 5.15vw, 6.2rem); }
h1 em { color: var(--forest); font-weight: 500; }
.hero-lede { max-width: 610px; margin: 1.6rem 0 0; font-size: clamp(1rem, 1.25vw, 1.2rem); }
.hero-actions { display: flex; flex-wrap: wrap; gap: .8rem; margin-top: 2.25rem; }
.button { display: inline-flex; min-height: 52px; align-items: center; justify-content: center; padding: .8rem 1.45rem; border: 1px solid transparent; font-size: .76rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; transition: transform .2s ease, background .2s ease, color .2s ease; }
.button:hover { transform: translateY(-2px); }
.button--primary { color: #fff; background: var(--forest); }
.button--ghost { border-color: var(--line); background: transparent; }
.button--outline { border-color: var(--ink); }
.button--cream { color: var(--forest-dark); background: var(--cream); }
.hero-proof { display: grid; grid-template-columns: repeat(3, 1fr); margin-top: 2.25rem; color: #fff; background: var(--forest-dark); box-shadow: 0 18px 45px rgba(16,45,32,.14); }
.hero-proof span { min-width: 0; display: flex; flex-direction: column; gap: .2rem; padding: 1.05rem 1rem; border-right: 1px solid rgba(255,255,255,.16); }
.hero-proof span:last-child { border-right: 0; }
.hero-proof strong { color: #fff !important; font-size: .68rem; letter-spacing: .03em; line-height: 1.3; }
.hero-proof small { color: rgba(255,255,255,.58); font-size: .56rem; letter-spacing: .04em; line-height: 1.3; }
.hero-proof span::before { content: ""; width: 24px; height: 2px; margin-bottom: .3rem; background: var(--teal); }
.hero-visual { position: relative; min-height: 540px; padding: clamp(1.7rem, 3vw, 3.25rem) max(2rem, calc((100vw - 1320px) / 2)); background: var(--forest); }
.hero-visual::after { content: ""; position: absolute; inset: 0; opacity: .25; background-image: radial-gradient(rgba(255,255,255,.25) .7px, transparent .7px); background-size: 10px 10px; pointer-events: none; }
.sun-mark { position: absolute; width: 420px; height: 420px; top: 50%; left: 50%; border: 1px solid rgba(246, 240, 229, .25); border-radius: 50%; transform: translate(-50%, -50%); }
.sun-mark::before, .sun-mark::after { content: ""; position: absolute; inset: 25px; border: 1px solid rgba(246, 240, 229, .15); border-radius: 50%; }
.sun-mark::after { inset: 65px; }
.hero-photo { position: relative; z-index: 2; width: min(86%, 620px); height: calc(100% - 2rem); min-height: 455px; margin: 0 auto; overflow: hidden; box-shadow: 0 30px 60px rgba(9, 24, 17, .35); }
.hero-photo img { width: 100%; height: 100%; object-fit: cover; }
.hero-note { position: absolute; z-index: 3; display: flex; flex-direction: column; padding: 1rem 1.1rem; box-shadow: 0 14px 35px rgba(10, 28, 20, .25); font-size: .72rem; line-height: 1.45; }
.hero-note strong { font-family: var(--serif); font-size: 1.15rem; }
.hero-note--top { top: 13%; left: 3%; color: var(--ink); background: var(--cream); transform: rotate(-3deg); }
.hero-note--bottom { right: 3%; bottom: 12%; max-width: 155px; color: #fff; background: var(--rust); transform: rotate(2deg); }
.hero-note--bottom strong { font-size: 2rem; }
.hero-note__label { color: var(--rust); font-size: .62rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }

.marquee { overflow: hidden; padding: 1rem 0; color: #fff; background: var(--rust); }
.marquee-track { width: max-content; display: flex; align-items: center; gap: 1.4rem; animation: scroll 30s linear infinite; font-family: var(--serif); font-size: 1.05rem; }
.marquee-track i { width: 6px; height: 6px; border-radius: 50%; background: var(--gold); }
@keyframes scroll { to { transform: translateX(-50%); } }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } .marquee-track { animation: none; } }

.section { padding: clamp(4.75rem, 7vw, 7rem) max(2rem, calc((100vw - 1320px) / 2)); }
.section-heading { max-width: 830px; margin-bottom: clamp(2.5rem, 5vw, 4.5rem); }
.section-heading h2, .story-copy h2, .reviews-intro h2, .subscribe-copy h2 { font-size: clamp(2.5rem, 4.7vw, 5rem); }
.section-heading--split { max-width: none; display: grid; grid-template-columns: 1.2fr .8fr; align-items: end; gap: 4rem; }
.section-heading--split > p { max-width: 520px; margin: 0 0 .35rem; color: rgba(23, 33, 25, .72); }
.shop-section { color: var(--ink); background: var(--paper); }
.owc-home-concept .shop-section h2,
.owc-home-concept .shop-section h3,
.owc-home-concept .shop-section strong,
.owc-home-concept .shop-section a { color: var(--ink) !important; }
.product-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: clamp(1.25rem, 2.2vw, 2rem); align-items: stretch; }
.product-card { display: flex; flex-direction: column; min-width: 0; padding: .55rem; border: 1px solid rgba(23,33,25,.11); background: #fffdf8; box-shadow: 0 18px 45px rgba(23,33,25,.045); }
.product-image { position: relative; aspect-ratio: 1 / 1; overflow: hidden; background: #e8e0d3; }
.product-card--featured .product-image { aspect-ratio: 1 / 1; }
.product-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s cubic-bezier(.2,.7,.2,1); }
.product-card:hover .product-image img { transform: scale(1.035); }
.product-badge { position: absolute; z-index: 2; top: 1rem; left: 1rem; padding: .45rem .65rem; color: #fff; background: var(--forest); font-size: .62rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.product-meta { flex: 1; display: flex; justify-content: space-between; gap: 1.25rem; padding: 1.55rem .65rem 1.25rem; border-bottom: 1px solid rgba(23,33,25,.12); }
.product-copy { min-width: 0; display: flex; flex-direction: column; }
.product-roast-line { display: flex; align-items: center; justify-content: space-between; gap: .75rem; }
.product-roast { margin: 0 0 .35rem !important; color: var(--rust) !important; font-size: .65rem !important; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.product-meta h3 { font-size: clamp(1.45rem, 2vw, 2rem); }
.product-meta p { max-width: 330px; margin: .5rem 0 0; color: rgba(23, 33, 25, .65); font-size: .78rem; line-height: 1.5; }
.product-price { flex: 0 0 auto; display: flex; flex-direction: column; align-items: flex-end; }
.product-price span { color: rgba(23, 33, 25, .55); font-size: .62rem; text-transform: uppercase; }
.product-price strong { font-family: var(--serif); font-size: 1.3rem; }
.product-specs { display: flex; flex-wrap: wrap; gap: .45rem .9rem; margin-top: auto; padding-top: 1.2rem; color: rgba(23,33,25,.58); font-size: .68rem; font-weight: 700; }
.product-specs span { display: inline-flex; align-items: center; gap: .35rem; }
.product-specs span::before { content: ""; width: 4px; height: 4px; border-radius: 50%; background: var(--gold); }
.roast-meter { display: flex; gap: 3px; }
.roast-meter i, .roast-meter b { width: 5px; height: 13px; border-radius: 2px; background: var(--rust-dark); }
.roast-meter b { background: #ddd5c8; }
.product-link { display: flex; justify-content: space-between; margin-top: .55rem; padding: 1rem 1.15rem; color: #fff !important; background: var(--forest); font-size: .76rem; font-weight: 800; text-transform: uppercase; }
.owc-home-concept .shop-section .product-link { color: #fff !important; }
.product-link span, .text-arrow span { transition: transform .2s ease; }
.product-link:hover span, .text-arrow:hover span { transform: translateX(4px); }
.center-action { display: flex; justify-content: center; margin-top: 3.5rem; }

.story-section { display: grid; grid-template-columns: 1.05fr .95fr; gap: clamp(3rem, 8vw, 9rem); align-items: center; color: #fff; background: var(--forest-dark); }
.story-media { position: relative; min-height: 680px; }
.story-beans { width: 83%; height: 590px; object-fit: cover; filter: saturate(.75) contrast(1.08); }
.story-person { position: absolute; right: 0; bottom: 0; width: 46%; margin: 0; border: 10px solid var(--forest-dark); background: var(--forest-dark); box-shadow: 0 24px 55px rgba(0,0,0,.3); }
.story-person img { width: 100%; aspect-ratio: 1 / 1.02; object-fit: cover; object-position: center top; }
.story-person figcaption { padding: .7rem .2rem .1rem; color: rgba(255,255,255,.72); font-size: .68rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.story-stamp { position: absolute; left: 3rem; bottom: 1.5rem; width: 165px; height: 165px; display: flex; flex-direction: column; align-items: center; justify-content: center; border-radius: 50%; color: var(--forest-dark); background: var(--gold); text-align: center; transform: rotate(-4deg); }
.story-stamp span { font-family: var(--serif); font-size: 1.55rem; font-weight: 700; line-height: 1; }
.story-stamp small { font-size: .62rem; font-weight: 800; line-height: 1.3; text-transform: uppercase; }
.story-copy { max-width: 650px; }
.story-copy .eyebrow { color: var(--gold); }
.story-copy > p:not(.eyebrow) { color: rgba(255,255,255,.72); }
.check-list { display: grid; gap: .75rem; margin: 2rem 0; padding: 0; list-style: none; }
.check-list li { display: flex; align-items: center; gap: .8rem; font-size: .85rem; font-weight: 700; }
.check-list li::before { content: "✓"; display: grid; place-items: center; width: 24px; height: 24px; border-radius: 50%; color: var(--forest-dark); background: var(--gold); }
.text-arrow { display: inline-flex; align-items: center; gap: 1rem; padding-bottom: .25rem; border-bottom: 1px solid rgba(255,255,255,.5); font-size: .77rem; font-weight: 800; text-transform: uppercase; }

.ritual-section { color: var(--ink); background: var(--cream); }
.owc-home-concept .ritual-section .section-heading h2 { color: var(--ink) !important; }
.roast-guide-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1px 2rem; border-top: 1px solid var(--line); }
.roast-guide-card { min-width: 0; display: grid; grid-template-columns: 112px 1fr auto; gap: 1.25rem; align-items: center; padding: 1.1rem 0; border-bottom: 1px solid var(--line); background: transparent; transition: color .2s ease, background .2s ease, padding .2s ease; }
.roast-guide-card:hover { padding-inline: 1rem; color: #fff; background: var(--forest); }
.roast-guide-card img { width: 112px; height: 94px; object-fit: cover; }
.roast-guide-card > span { min-width: 0; display: flex; flex-direction: column; }
.roast-guide-card small { color: var(--rust-dark); font-size: .67rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.roast-guide-card strong { margin-top: .15rem; color: var(--ink) !important; font-family: var(--serif); font-size: 1.45rem; }
.roast-guide-card em { margin-top: .2rem; color: rgba(23,33,25,.58); font-size: .72rem; font-style: normal; }
.roast-guide-card > b { color: var(--rust-dark); font-size: 1.15rem; }
.roast-guide-card:hover small, .roast-guide-card:hover strong, .roast-guide-card:hover em, .roast-guide-card:hover > b { color: #fff !important; }

.reviews-section { display: grid; grid-template-columns: .72fr 1.28fr; gap: clamp(3rem, 6vw, 7rem); align-items: start; padding-top: clamp(4.5rem, 6vw, 6.5rem); padding-bottom: clamp(4.5rem, 6vw, 6.5rem); color: var(--ink); background: var(--paper); }
.owc-home-concept .reviews-section h2,
.owc-home-concept .reviews-section blockquote p,
.owc-home-concept .reviews-section blockquote strong,
.owc-home-concept .reviews-section .rating-line strong { color: var(--ink) !important; }
.owc-home-concept .reviews-section .rating-line small,
.owc-home-concept .reviews-section blockquote footer span { color: rgba(23,33,25,.64) !important; }
.reviews-intro h2 { max-width: 560px; font-size: clamp(2.6rem, 4.1vw, 4.5rem); }
.review-summary { max-width: 440px; margin: 1.3rem 0 0; color: rgba(23,33,25,.62); font-size: .9rem; }
.rating-line { display: flex; flex-wrap: wrap; align-items: center; gap: .8rem; margin-top: 2rem; }
.rating-line > span, .stars { color: var(--gold); letter-spacing: .12em; }
.rating-line strong { font-family: var(--serif); font-size: 1.6rem; }
.rating-line small { color: rgba(23,33,25,.6); }
.review-cards { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
blockquote { margin: 0; padding: clamp(1.4rem, 2vw, 2rem) 0; border-top: 1px solid var(--line); background: transparent; }
blockquote p { font-family: var(--serif); font-size: clamp(1.15rem, 1.6vw, 1.45rem); line-height: 1.45; }
blockquote footer { display: flex; flex-direction: column; margin-top: 2rem; font-size: .75rem; }
blockquote footer span { color: rgba(23,33,25,.55); }

.subscribe-section { display: grid; grid-template-columns: 1fr .9fr; align-items: center; min-height: 520px; padding-top: 2.75rem; padding-bottom: 2.75rem; overflow: hidden; color: #fff; background: var(--rust); }
.subscribe-copy { position: relative; z-index: 2; max-width: 760px; }
.subscribe-copy .eyebrow { color: var(--cream); }
.subscribe-copy > p:not(.eyebrow) { max-width: 650px; color: rgba(255,255,255,.8); }
.subscription-benefits { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: .75rem; max-width: 760px; margin: 2rem 0 0; padding: 0; list-style: none; }
.subscription-benefits li { padding: .85rem 0; border-top: 1px solid rgba(255,255,255,.3); color: #fff; font-size: .76rem; font-weight: 700; line-height: 1.4; }
.subscription-benefits li::before { content: "✓"; display: block; margin-bottom: .35rem; color: var(--gold); font-size: 1rem; }
.subscribe-copy .button { margin-top: 1.3rem; }
.subscribe-art { align-self: end; }
.subscribe-art img { width: 100%; max-height: 520px; object-fit: contain; object-position: center bottom; filter: drop-shadow(0 30px 35px rgba(67,20,10,.28)); }

.global-footer-concept { position: relative; width: 100vw; max-width: none !important; margin: 0 calc(50% - 50vw); overflow: hidden; color: #fff; background: var(--forest-dark); }
.owc-home-concept .global-footer-concept a { font-family: var(--sans) !important; font-style: normal !important; }
.global-footer-cta { display: grid; grid-template-columns: minmax(0, 1.35fr) minmax(330px, .65fr); gap: clamp(3rem, 8vw, 9rem); align-items: center; padding: clamp(4rem, 6.5vw, 6rem) clamp(1.25rem, 6vw, 7rem); background: var(--cream); }
.global-footer-cta__copy { max-width: 820px; color: var(--ink); }
.global-footer-cta__copy .eyebrow { color: var(--teal-dark); }
.global-footer-cta__copy h2 { margin: 0; color: var(--ink) !important; font-size: clamp(3.3rem, 5.5vw, 5.8rem); line-height: .94; }
.global-footer-cta__copy h2 em { display: block; color: var(--forest); font-weight: 500; }
.global-footer-cta__copy > p:not(.eyebrow) { max-width: 650px; margin: 1.75rem 0 0; color: rgba(23,33,25,.72) !important; font-size: 1rem; }
.global-footer-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 1.5rem; margin-top: 2rem; }
.global-footer-actions .button--cream { color: #fff; background: var(--forest); }
.footer-text-link { display: inline-flex; gap: .8rem; align-items: center; color: var(--forest-dark) !important; font-size: .74rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.footer-text-link span { font-size: 1.1rem; transition: transform .2s ease; }
.footer-text-link:hover span { transform: translateX(4px); }
.footer-quote { max-width: 620px; margin: 2.2rem 0 0; padding: 1.25rem 0 0; border-top: 1px solid var(--line); background: transparent; }
.footer-quote .stars { color: var(--gold); font-size: .75rem; }
.owc-home-concept .footer-quote p { margin: .7rem 0 0; color: var(--ink) !important; font-size: 1.1rem; line-height: 1.45; }
.footer-quote footer { display: flex; gap: .75rem; margin-top: .7rem; color: var(--rust); font-size: .68rem; font-weight: 800; letter-spacing: .05em; text-transform: uppercase; }
.footer-quote footer span { color: rgba(23,33,25,.5); }
.footer-offer-card { padding: clamp(2rem, 4vw, 3.5rem); color: #fff; background: var(--forest); box-shadow: 0 24px 55px rgba(16,45,32,.18); }
.footer-offer-card > span { color: var(--teal); font-size: .68rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.footer-offer-card > strong { display: block; margin-top: 1rem; color: #fff !important; font-family: var(--serif); font-size: clamp(2rem, 3vw, 3.4rem); line-height: 1.02; }
.footer-offer-card p { margin: 1.3rem 0 1.6rem; color: rgba(255,255,255,.7) !important; font-size: .84rem; }
.footer-offer-card a { display: flex; align-items: center; justify-content: space-between; padding-top: 1rem; border-top: 1px solid rgba(255,255,255,.25); color: #fff !important; font-size: .74rem; font-weight: 800; text-transform: uppercase; }
.global-footer-main { display: grid; grid-template-columns: minmax(260px, .75fr) minmax(560px, 1.25fr); gap: clamp(4rem, 9vw, 10rem); padding: clamp(3.5rem, 5.5vw, 5rem) clamp(1.25rem, 6vw, 7rem); }
.global-footer-brand img { width: 116px; filter: brightness(0) invert(1); opacity: .92; }
.global-footer-kicker { max-width: 470px; margin: 1.6rem 0 2.5rem; color: #fff !important; font-family: var(--serif) !important; font-size: clamp(1.4rem, 2.3vw, 2.2rem); line-height: 1.2; }
.global-footer-location { color: rgba(255,255,255,.56) !important; font-size: .75rem; font-weight: 700; letter-spacing: .05em; text-transform: uppercase; }
.global-footer-nav { display: grid; grid-template-columns: .8fr .8fr 1.4fr; gap: 3rem; padding-top: 1rem; }
.global-footer-nav > div { display: flex; flex-direction: column; align-items: flex-start; gap: .8rem; }
.global-footer-nav strong { margin-bottom: .5rem; color: var(--teal) !important; font-size: .68rem; letter-spacing: .13em; text-transform: uppercase; }
.global-footer-nav a { color: rgba(255,255,255,.75) !important; font-size: .82rem; }
.global-footer-nav a:hover { color: #fff !important; }
.global-footer-contact p { max-width: 320px; margin: 0 0 .4rem; color: rgba(255,255,255,.58) !important; font-size: .78rem; }
.global-footer-contact a:last-child { color: var(--teal) !important; font-family: var(--serif); font-size: 1.3rem; }
.global-footer-signature { display: grid; grid-template-columns: 1fr 1fr; gap: 2rem; margin: 0 clamp(1.25rem, 6vw, 7rem); padding: clamp(2.2rem, 3.8vw, 3.8rem) 0; border-top: 1px solid rgba(255,255,255,.16); border-bottom: 1px solid rgba(255,255,255,.16); font-family: var(--serif); font-size: clamp(2.5rem, 5vw, 5.6rem); line-height: .95; }
.global-footer-signature span { color: #fff; }
.global-footer-signature strong { color: var(--teal) !important; font-weight: 500; text-align: right; }
.global-footer-bottom { display: grid; grid-template-columns: 1fr auto 1fr; gap: 2rem; align-items: center; padding: 1.8rem clamp(1.25rem, 6vw, 7rem) 2.2rem; color: rgba(255,255,255,.48); font-size: .68rem; }
.global-footer-bottom > span:nth-child(2) { color: var(--teal); text-transform: uppercase; letter-spacing: .1em; }
.global-footer-bottom div { display: flex; justify-content: flex-end; gap: 1.2rem; }
.global-footer-bottom a { color: rgba(255,255,255,.58) !important; }


@media (max-width: 1100px) {
  .site-header { grid-template-columns: 100px 1fr 210px; padding-inline: 1.5rem; }
  .desktop-nav { gap: 1.2rem; }
  .text-link { display: none; }
  .hero { grid-template-columns: 1fr 1fr; }
  .hero-copy { padding-inline: 2rem; }
  .hero-copy h1 { font-size: 3rem; }
  .hero-photo { width: 88%; }
  .story-section { gap: 4rem; }
  .global-footer-cta { grid-template-columns: 1fr; }
  .global-footer-main { grid-template-columns: 1fr; gap: 3rem; }
}

@media (max-width: 820px) {
  .offer-bar { gap: .7rem; font-size: .58rem; }
  .site-header { height: 76px; grid-template-columns: 70px 1fr; padding-inline: 1rem; }
  .brand img { width: 67px; height: 67px; }
  .desktop-nav { display: none; }
  .header-actions { grid-column: 2; }
  .menu-button { display: block; }
  .menu-button[aria-expanded="true"] span:first-child { transform: translateY(4px) rotate(45deg); }
  .menu-button[aria-expanded="true"] span:last-child { transform: translateY(-4px) rotate(-45deg); }
  .mobile-nav { position: absolute; z-index: 15; top: 114px; left: 0; right: 0; display: grid; max-height: 0; overflow: hidden; background: var(--paper); transition: max-height .3s ease; }
  .mobile-nav.is-open { max-height: 390px; border-bottom: 1px solid var(--line); }
  .mobile-nav a { padding: 1rem 1.25rem; border-top: 1px solid var(--line); font-family: var(--serif); font-size: 1.3rem; }
  .hero { grid-template-columns: 1fr; }
  .hero-copy { min-height: 580px; padding: 4.2rem 1.25rem 3rem; }
  .hero-visual { min-height: 580px; padding: 2rem 1.25rem; }
  .hero-photo { min-height: 520px; width: 84%; }
  .hero-note--top { left: .65rem; }
  .hero-note--bottom { right: .65rem; }
  .section-heading--split { grid-template-columns: 1fr; gap: 1rem; }
  .product-grid { grid-template-columns: 1fr 1fr; }
  .story-section { grid-template-columns: 1fr; }
  .story-media { min-height: 600px; }
  .story-beans { height: 520px; }
  .story-person { width: 46%; }
  .story-stamp { left: 1rem; }
  .roast-guide-grid { grid-template-columns: 1fr; }
  .reviews-section { grid-template-columns: 1fr; }
  .subscribe-section { grid-template-columns: 1fr; padding-top: 5rem; }
  .subscribe-art { margin-top: 2rem; }
  .global-footer-nav { grid-template-columns: 1fr 1fr; }
  .global-footer-contact { grid-column: 1 / -1; }
  .global-footer-signature { grid-template-columns: 1fr; }
  .global-footer-signature strong { text-align: left; }
  .global-footer-bottom { grid-template-columns: 1fr auto; }
  .global-footer-bottom > span:nth-child(2) { display: none; }
}

@media (max-width: 560px) {
  .offer-bar { justify-content: space-between; }
  .header-actions { gap: .7rem; }
  .cart-button > span:first-child { display: none; }
  .hero-copy { min-height: 530px; }
  h1 { font-size: clamp(2.95rem, 13.8vw, 4.35rem); }
  .hero-actions .button { width: 100%; }
  .hero-proof { grid-template-columns: 1fr; gap: 0; margin-top: 2rem; }
  .hero-proof span { border-right: 0; border-bottom: 1px solid rgba(255,255,255,.16); }
  .hero-proof span:last-child { border-bottom: 0; }
  .hero-visual { min-height: 510px; }
  .hero-photo { min-height: 460px; width: 92%; }
  .hero-note--top { top: 5%; }
  .hero-note--bottom { bottom: 4%; }
  .section { padding: 4.7rem 1.1rem; }
  .product-grid { grid-template-columns: 1fr; }
  .story-media { min-height: 500px; }
  .story-beans { width: 100%; height: 410px; }
  .story-person { width: 52%; border-width: 7px; }
  .story-stamp { width: 120px; height: 120px; left: .5rem; bottom: 1rem; }
  .story-stamp span { font-size: 1.15rem; }
  .roast-guide-card { grid-template-columns: 84px 1fr auto; gap: .8rem; }
  .roast-guide-card img { width: 84px; height: 78px; }
  .roast-guide-card strong { font-size: 1.15rem; }
  .review-cards { grid-template-columns: 1fr; }
  .subscribe-section { padding-bottom: 0; }
  .subscription-benefits { grid-template-columns: 1fr; }
  .global-footer-cta { padding-top: 4rem; padding-bottom: 4rem; }
  .global-footer-cta__copy h2 { font-size: clamp(3.2rem, 16vw, 5rem); }
  .global-footer-main { gap: 2.4rem; padding-top: 3.2rem; padding-bottom: 2.5rem; }
  .global-footer-kicker { margin: 1.25rem 0 1.6rem; }
  .global-footer-nav { grid-template-columns: 1fr 1fr; gap: 2.2rem 1.25rem; }
  .global-footer-contact { grid-column: 1 / -1; }
  .global-footer-signature { font-size: 12vw; }
  .global-footer-bottom { grid-template-columns: 1fr; }
  .global-footer-bottom div { justify-content: flex-start; }
}
/* Elementor owns the homepage document. These resets let each editable
   section carry its background edge-to-edge without theme wrapper gutters. */
body.owc-home-concept .owc-el-approved-body > .elementor-container,
body.owc-home-concept .owc-home-editable-section > .elementor-container {
  width: 100% !important;
  max-width: none !important;
}
body.owc-home-concept .owc-el-approved-body > .elementor-container > .elementor-column,
body.owc-home-concept .owc-home-editable-section > .elementor-container > .elementor-column,
body.owc-home-concept .owc-home-editable-section .elementor-widget-wrap,
body.owc-home-concept .owc-home-editable-section .elementor-widget-html,
body.owc-home-concept .owc-home-editable-section .elementor-widget-container {
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

/* The promotion is intentionally quiet until the homepage interaction
   threshold in concept.js has been reached. */
body.owc-home-concept .owc-offer-popup-backdrop {
  display: none !important;
}
body.owc-home-concept .owc-offer-popup-backdrop.is-visible {
  display: flex !important;
}
body.owc-home-concept .owc-offer-popup {
  width: min(92vw, 560px);
  max-height: min(86vh, 680px);
  overflow: auto;
}

@media (max-width: 560px) {
  body.owc-home-concept .owc-offer-popup {
    width: min(92vw, 390px);
    max-height: 82vh;
  }
  body.owc-home-concept .owc-offer-popup-inner {
    padding: 1.35rem !important;
  }
  body.owc-home-concept .owc-offer-popup-logo {
    max-width: 84px;
  }
}
