:root {
  --pine: oklch(29% 0.055 162);
  --moss: oklch(45% 0.078 145);
  --sprout: oklch(82% 0.11 118);
  --plum: oklch(27% 0.06 330);
  --mist: oklch(97% 0.005 120);
  --ink: oklch(17% 0.018 155);
  --line: oklch(86% 0.025 130);
  --ease: cubic-bezier(.16, 1, .3, 1);
  --display: "Bricolage Grotesque", Arial, sans-serif;
  --body: "Onest", Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--mist); font-family: var(--body); font-size: 16px; line-height: 1.5; }
a { color: inherit; text-decoration: none; }
a:focus-visible, button:focus-visible { outline: 3px solid var(--sprout); outline-offset: 4px; }
.notice { min-height: 38px; display: flex; align-items: center; justify-content: center; gap: 17px; padding: 7px 22px; background: var(--plum); color: white; font-size: 11px; letter-spacing: .02em; }
.notice span { color: oklch(85% .08 325); font-weight: 700; text-transform: uppercase; letter-spacing: .12em; font-size: 9px; }
.notice a { text-decoration: underline; text-underline-offset: 3px; }
.header { height: 96px; padding: 0 clamp(22px, 5vw, 78px); display: flex; align-items: center; justify-content: space-between; position: absolute; top: 38px; inset-inline: 0; color: white; z-index: 2; }
.brand { display: grid; place-items: center; width: 72px; height: 72px; border-radius: 50%; background: oklch(98% .005 130 / .95); box-shadow: 0 10px 28px oklch(10% .02 155 / .16); transition: transform .3s var(--ease); }
.brand:hover { transform: rotate(-5deg) scale(1.05); }
.brandimage { display: block; width: 64px; height: 64px; object-fit: contain; }
nav { display: flex; gap: clamp(18px, 3vw, 44px); font-size: 12px; font-weight: 600; }
nav a { position: relative; }
nav a:after { content: ""; position: absolute; bottom: -6px; left: 0; width: 100%; height: 1px; background: var(--sprout); transform: scaleX(0); transform-origin: left; transition: transform .25s ease; }
nav a:hover:after { transform: scaleX(1); }
.headercta, .button { display: inline-flex; align-items: center; justify-content: center; gap: 16px; border-radius: 999px; padding: 13px 19px; font-size: 12px; font-weight: 700; transition: transform .2s ease, background .2s ease; }
.headercta { background: var(--sprout); color: var(--ink); }
.headercta:hover, .button:hover { transform: translateY(-2px); }
.menubutton { display: none; }
.hero { min-height: max(680px, calc(100svh - 38px)); position: relative; display: flex; align-items: center; overflow: hidden; background: var(--pine); color: white; isolation: isolate; }
.heroimage, .herowash { position: absolute; inset: 0; }
.heroimage { z-index: -3; background-image: var(--cms-image); background-position: 78% 44%; background-size: cover; filter: saturate(.92) contrast(1.08); transform: scale(1.03) translate3d(var(--herox, 0), var(--heroy, 0), 0); animation: breathe 18s ease-in-out infinite alternate; will-change: transform; }
.herowash { z-index: -2; background: linear-gradient(90deg, oklch(19% .055 165 / .98) 0%, oklch(21% .055 163 / .9) 38%, oklch(22% .04 163 / .39) 72%, oklch(16% .02 163 / .2) 100%); }
.lightleak { position: absolute; inset: -30%; z-index: -1; background: conic-gradient(from 140deg at 72% 44%, transparent 0 37%, oklch(88% .15 90 / .3) 43%, transparent 51% 100%); mix-blend-mode: screen; animation: drift 16s ease-in-out infinite alternate; pointer-events: none; }
.filmdust { position: absolute; inset: 0; z-index: -1; pointer-events: none; opacity: .18; background-image: radial-gradient(oklch(100% 0 0 / .62) .7px, transparent .8px), radial-gradient(oklch(100% 0 0 / .42) .5px, transparent .7px); background-position: 0 0, 18px 22px; background-size: 31px 31px, 43px 43px; mix-blend-mode: soft-light; }
.herocopy { position: relative; z-index: 1; width: min(680px, 90vw); margin-left: clamp(22px, 12vw, 180px); padding-top: 28px; animation: heroenter .9s var(--ease) both; }
.kicker, .sectionlabel { font-size: 10px; text-transform: uppercase; letter-spacing: .15em; font-weight: 700; }
.kicker { color: var(--sprout); }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { font-family: var(--display); letter-spacing: -.06em; text-wrap: balance; }
h1 { font-size: clamp(62px, 10.1vw, 146px); line-height: .82; font-weight: 700; margin: 19px 0 29px; }
h1 i, h2 i { color: var(--sprout); font-style: normal; font-weight: 400; }
.lede { max-width: 440px; font-size: clamp(16px, 1.5vw, 20px); line-height: 1.5; color: oklch(96% .01 155); text-wrap: pretty; }
.heroactions { display: flex; align-items: center; gap: 23px; margin-top: 34px; }
.button.light { background: white; color: var(--ink); }
.button.ink { background: var(--ink); color: white; margin-top: 10px; }
.textlink { display: inline-flex; align-items: center; gap: 8px; font-size: 12px; font-weight: 700; border-bottom: 1px solid currentColor; padding-bottom: 3px; }
.textlink span { font-size: 17px; transition: transform .2s ease; }.textlink:hover span { transform: translate(2px,-2px); }
.herotag { position: absolute; right: clamp(22px, 7vw, 104px); top: 50%; translate: 0 -45%; width: 156px; height: 156px; border-radius: 50%; background: oklch(98% .005 130 / .94); display: grid; place-content: center; text-align: center; rotate: 10deg; z-index: 1; box-shadow: 0 30px 60px oklch(11% .03 165 / .25); animation: tagenter .9s .2s var(--ease) both, float 5s 1.2s ease-in-out infinite; }.herotag img { width: 136px; height: 136px; object-fit: contain; }
.scrollcue { position: absolute; bottom: 25px; left: clamp(22px, 5vw, 78px); z-index: 1; display: flex; align-items: center; gap: 10px; text-transform: uppercase; letter-spacing: .13em; font-size: 9px; font-weight: 700; }.scrollcue i { font-size: 19px; font-style: normal; }
.intro { padding: clamp(75px, 12vw, 177px) clamp(22px, 12vw, 180px) clamp(80px, 11vw, 154px); display: grid; grid-template-columns: .65fr 1.35fr; gap: 55px; background: var(--mist); }
.sectionlabel { color: var(--moss); margin: 8px 0 0; }
h2 { font-size: clamp(42px, 5.2vw, 76px); line-height: .9; margin-bottom: 28px; }
.intro > div > p { max-width: 530px; font-size: clamp(16px, 1.6vw, 19px); line-height: 1.6; text-wrap: pretty; }
.offerings { display: grid; grid-template-columns: 1fr 1fr; }
.offering { min-height: 690px; position: relative; overflow: hidden; color: white; display: flex; align-items: flex-end; padding: clamp(28px, 5vw, 74px); isolation: isolate; }
.offering .image { position: absolute; inset: 0; z-index: -2; background-image: var(--cms-image); background-size: cover; background-position: center; transition: transform .8s cubic-bezier(.16,1,.3,1); }
.coffee .image { background-position: center 45%; }.wellness .image { background-position: center 58%; }
.offering:after { content: ""; position: absolute; inset: 0; z-index: -1; background: linear-gradient(0deg, oklch(18% .03 160 / .92), transparent 64%); }.wellness:after { background: linear-gradient(0deg, oklch(22% .05 330 / .93), transparent 66%); }.offering:hover .image { transform: scale(1.065); }
.offeringcopy { max-width: 410px; }.offering h3 { font-size: clamp(42px, 4vw, 65px); line-height: .87; margin: 10px 0 18px; }.offering p { max-width: 330px; font-size: 15px; }.offering b { font-size: 12px; }.offering b i { font-size: 18px; font-style: normal; margin-left: 7px; }
.weekly { background: var(--sprout); padding: clamp(75px, 10vw, 148px) clamp(22px, 12vw, 180px); display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(45px, 9vw, 150px); }.weekly h2 { font-size: clamp(40px, 4.2vw, 63px); margin-bottom: 20px; }.weeklytitle > p:last-child { max-width: 340px; }.weekly .sectionlabel { color: var(--pine); }.weekly dl { margin: 0; border-top: 1px solid oklch(25% .05 150 / .5); }.weekly dl div { display: grid; grid-template-columns: 1fr 1.65fr; gap: 16px; align-items: center; padding: 18px 0; border-bottom: 1px solid oklch(25% .05 150 / .5); font-size: 15px; }.weekly dt { font-weight: 700; }.weekly dd { margin: 0; }
.consult { display: grid; grid-template-columns: 1fr 1fr; background: var(--plum); color: white; }.consultimage { min-height: 700px; background-image: var(--cms-image); background-position: center; background-size: cover; box-shadow: inset -30px 0 50px oklch(20% .04 330 / .34); }.consultcopy { padding: clamp(65px, 9vw, 132px) clamp(30px, 10vw, 140px); }.consult .sectionlabel { color: var(--sprout); }.consult h2 { font-size: clamp(44px, 4.8vw, 70px); margin-bottom: 22px; }.consultcopy > p:not(.sectionlabel) { color: oklch(93% .02 330); max-width: 420px; font-size: 16px; }.consult ul { list-style: none; padding: 0; margin: 32px 0 30px; }.consult li { display: flex; align-items: center; gap: 10px; margin: 13px 0; font-size: 14px; }.consult li span { color: var(--sprout); }
.community { display: grid; grid-template-columns: .9fr 1.1fr; min-height: 720px; background: var(--mist); }.communitycopy { display: flex; justify-content: center; flex-direction: column; padding: clamp(65px, 10vw, 150px) clamp(24px, 10vw, 150px); }.communitycopy h2 { font-size: clamp(44px, 5vw, 76px); margin: 17px 0 25px; }.communitycopy p:not(.sectionlabel) { max-width: 380px; }.textlink.dark { color: var(--moss); width: max-content; margin-top: 12px; }.communityimage { min-height: 600px; background-image: linear-gradient(0deg, oklch(17% .04 155 / .45), transparent), var(--cms-image); background-position: center; background-size: cover; display: flex; justify-content: end; align-items: end; padding: clamp(25px, 4vw, 60px); }.communityimage span { background: var(--sprout); color: var(--pine); font-family: var(--display); font-weight: 700; font-size: clamp(28px, 4vw, 52px); line-height: .84; letter-spacing: -.06em; padding: 25px; }
.visit { display: grid; grid-template-columns: 1.25fr .9fr .6fr; gap: 30px; padding: clamp(75px, 10vw, 145px) clamp(22px, 12vw, 180px); background: var(--pine); color: white; }.visit .sectionlabel { color: var(--sprout); }.visit h2 { font-size: clamp(42px, 4.5vw, 68px); margin: 15px 0 0; }.visitinfo { align-self: end; font-size: 18px; }.visitinfo .textlink { color: var(--sprout); }.visitphone { display: block; margin-top: 20px; color: oklch(89% .02 150); font-size: 14px; font-weight: 700; }.hours { align-self: end; font-size: 14px; color: oklch(89% .02 150); }.hours p + p { margin-top: 22px; }.hours b { color: white; }
footer { padding: 52px clamp(22px, 5vw, 78px) 26px; background: var(--ink); color: oklch(84% .015 150); display: grid; grid-template-columns: 1fr 1.1fr 1fr; gap: 30px; font-size: 13px; }.footerbrand { align-self: start; }footer > p { max-width: 300px; margin: 0; }footer > div { display: flex; gap: 14px; justify-content: flex-end; flex-wrap: wrap; }footer > div a { text-decoration: underline; text-underline-offset: 4px; }footer small { grid-column: 1 / -1; padding-top: 42px; color: oklch(64% .02 150); font-size: 10px; }
@keyframes breathe { from { transform: scale(1.03) translate3d(var(--herox, 0), var(--heroy, 0), 0); } to { transform: scale(1.09) translate3d(var(--herox, 0), var(--heroy, 0), 0); } }
@keyframes drift { from { transform: translate3d(-3%, -2%, 0) rotate(-8deg); } to { transform: translate3d(4%, 2%, 0) rotate(8deg); } }
@keyframes heroenter { from { opacity: 0; transform: translate3d(0, 32px, 0); } to { opacity: 1; transform: translate3d(0, 0, 0); } }
@keyframes tagenter { from { opacity: 0; transform: scale(.7) rotate(-18deg); } to { opacity: 1; transform: scale(1) rotate(0); } }
@keyframes float { 0%, 100% { translate: 0 -45%; } 50% { translate: 0 -51%; } }
@media (max-width: 760px) { .notice { justify-content: space-between; gap: 8px; font-size: 9px; }.notice strong { display: none; }.header { height: 78px; top: 38px; }.brand { width: 60px; height: 60px; }.brandimage { width: 53px; height: 53px; }.headercta, nav { display: none; }.menubutton { display: flex; align-items: center; gap: 9px; color: white; background: transparent; border: 0; font: 600 12px var(--body); padding: 10px 0; }.menubutton span, .menubutton span:after { width: 18px; height: 1px; background: currentColor; display: block; content: ""; }.menubutton span:after { transform: translateY(5px); }.header nav.open { display: flex; position: absolute; flex-direction: column; top: 75px; left: 20px; right: 20px; padding: 25px; background: var(--pine); box-shadow: 0 20px 40px oklch(15% .02 150 / .2); }.herotag { width: 96px; height: 96px; right: 21px; top: 26%; }.herotag img { width: 84px; height: 84px; }.hero { min-height: 690px; }.herowash { background: linear-gradient(0deg, oklch(22% .06 165 / .9), oklch(24% .06 163 / .32)); }.herocopy { margin-left: 22px; padding-top: 110px; }.heroactions { gap: 17px; }.scrollcue { left: 22px; }.intro, .weekly, .consult, .community, .visit, footer { grid-template-columns: 1fr; }.intro { gap: 14px; }.offerings { grid-template-columns: 1fr; }.offering { min-height: 540px; }.weekly { gap: 33px; }.weekly dl div { grid-template-columns: 1fr; gap: 2px; }.consultimage { min-height: 330px; }.communityimage { min-height: 440px; }.visit { gap: 35px; }.visitinfo, .hours { align-self: start; }.hours { display: flex; gap: 70px; }.hours p { margin: 0!important; }footer { gap: 26px; }footer > div { justify-content: flex-start; } }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; }.heroimage, .lightleak, .herocopy, .herotag { animation: none; }.offering .image, .headercta, .button, .textlink span, .brand { transition: none; } }

.shopbody { background: oklch(97% .004 130); }.shopnotice { min-height: 36px; display: flex; justify-content: center; align-items: center; gap: 10px; background: var(--sprout); color: var(--pine); padding: 7px 20px; font-size: 11px; font-weight: 700; }.shopnotice a { text-decoration: underline; text-underline-offset: 3px; }.shopnotice span { opacity: .5; }.shopheader { min-height: 106px; padding: 16px clamp(22px, 5vw, 78px); display: flex; align-items: center; justify-content: space-between; gap: 26px; background: var(--pine); color: white; }.shopheader nav { flex: 1; justify-content: center; }.shopheader nav a[aria-current="page"] { color: var(--sprout); }.cartbutton { border: 1px solid oklch(90% .02 150 / .32); background: transparent; color: white; border-radius: 999px; padding: 11px 14px; font: 700 12px var(--body); cursor: pointer; transition: background .2s ease, color .2s ease, transform .2s ease; }.cartbutton:hover { background: white; color: var(--ink); transform: translateY(-2px); }.cartbutton b { display: inline-grid; place-items: center; width: 18px; height: 18px; margin-left: 5px; border-radius: 50%; background: var(--sprout); color: var(--ink); font-size: 10px; }
.shophero { min-height: min(730px, calc(100svh - 36px)); padding: clamp(60px, 9vw, 130px) clamp(22px, 12vw, 180px); position: relative; display: flex; align-items: center; overflow: hidden; isolation: isolate; background: var(--plum); color: white; }.shopheroart { position: absolute; inset: 0; z-index: -2; background-image: var(--cms-image); background-position: center; background-size: cover; filter: saturate(1.2) contrast(1.12); transform: scale(1.04); animation: shopdrift 18s ease-in-out infinite alternate; }.shophero:after { content: ""; position: absolute; inset: 0; z-index: -1; background: linear-gradient(90deg, oklch(23% .07 330 / .98) 0%, oklch(25% .06 330 / .88) 41%, oklch(22% .05 330 / .08) 78%); }.shopherocopy { max-width: 620px; animation: heroenter .8s var(--ease) both; }.shopherocopy .sectionlabel { color: var(--sprout); }.shopherocopy h1 { margin: 18px 0 26px; }.shopherocopy p:not(.sectionlabel) { max-width: 420px; color: oklch(96% .01 330); font-size: clamp(16px, 1.4vw, 19px); }.shopherocopy .button { margin-top: 16px; }.shopseal { position: absolute; right: clamp(24px, 8vw, 130px); bottom: 9%; width: 140px; height: 140px; border-radius: 50%; display: grid; place-content: center; text-align: center; background: var(--sprout); color: var(--pine); box-shadow: 0 24px 40px oklch(14% .04 330 / .3); rotate: 12deg; animation: float 6s 1s ease-in-out infinite; }.shopseal img { width: 78px; height: 78px; object-fit: contain; }.shopseal span { margin-top: -12px; font: 700 13px/.9 var(--display); letter-spacing: -.04em; }
.shopintro { padding: clamp(68px, 10vw, 145px) clamp(22px, 12vw, 180px) clamp(42px, 6vw, 82px); display: grid; grid-template-columns: 1fr .72fr; align-items: end; gap: 48px; }.shopintro h2 { margin: 18px 0 0; }.shopintro > p { max-width: 410px; font-size: 17px; line-height: 1.65; margin: 0; }.shopcontrols { display: flex; gap: 9px; overflow-x: auto; padding: 0 clamp(22px, 12vw, 180px) 44px; }.filter { flex: 0 0 auto; cursor: pointer; border: 1px solid var(--line); border-radius: 999px; background: transparent; color: var(--ink); padding: 10px 15px; font: 700 12px var(--body); transition: background .2s ease, border-color .2s ease, color .2s ease; }.filter:hover, .filter.active { background: var(--pine); border-color: var(--pine); color: white; }
.products { padding: 0 clamp(22px, 5vw, 78px) clamp(80px, 11vw, 155px); display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: clamp(30px, 4vw, 62px) clamp(16px, 2.5vw, 38px); }.product { min-width: 0; }.product[hidden] { display: none; }.productwide { grid-column: span 2; display: grid; grid-template-columns: 1.1fr .9fr; align-items: end; gap: 24px; }.productdeep { grid-row: span 2; }.productimage { position: relative; min-height: 315px; display: grid; place-items: center; overflow: hidden; }.productimage:after { content: ""; position: absolute; inset: 0; border: 1px solid oklch(20% .03 150 / .08); pointer-events: none; }.productimage img { display: block; width: 92%; height: 92%; position: relative; z-index: 1; object-fit: contain; mix-blend-mode: multiply; transition: transform .5s var(--ease); }.product:hover .productimage img { transform: scale(1.055) rotate(-1deg); }.productwide .productimage { min-height: 460px; }.productwide .productimage img { width: 80%; height: 80%; }.sky { background: oklch(84% .08 220); }.coral { background: oklch(76% .12 34); }.oat { background: oklch(81% .06 78); }.sun { background: oklch(79% .16 87); }.blue { background: oklch(66% .14 242); }.stone { background: oklch(84% .018 77); }.productcopy { padding-top: 17px; position: relative; }.productwide .productcopy { padding: 0 0 22px; }.productcopy p { color: var(--moss); font-size: 10px; font-weight: 700; text-transform: uppercase; letter-spacing: .14em; margin-bottom: 8px; }.productcopy h3 { font-size: clamp(24px, 2.1vw, 35px); line-height: .94; margin-bottom: 12px; }.productcopy h3 span { display: block; color: var(--moss); font-size: .5em; letter-spacing: -.03em; }.productcopy > b { font-size: 14px; }.add { cursor: pointer; display: flex; justify-content: space-between; align-items: center; width: 100%; margin-top: 17px; padding: 12px 0; border: 0; border-top: 1px solid var(--line); background: transparent; color: var(--ink); font: 700 12px var(--body); text-align: left; transition: color .2s ease; }.add span { font-size: 20px; font-weight: 400; }.add:hover { color: var(--moss); }
.shophelp { background: var(--sprout); padding: clamp(65px, 8vw, 115px) clamp(22px, 12vw, 180px); display: grid; grid-template-columns: 1fr .7fr auto; align-items: end; gap: 38px; }.shophelp .sectionlabel { color: var(--pine); }.shophelp h2 { margin: 16px 0 0; }.shophelp > p { max-width: 360px; margin: 0; }.shophelp .button { align-self: end; white-space: nowrap; }
.cartpanel { position: fixed; inset: 0 0 0 auto; z-index: 4; width: min(420px, 92vw); padding: 28px; display: flex; flex-direction: column; background: var(--mist); color: var(--ink); box-shadow: -20px 0 60px oklch(13% .02 150 / .24); transform: translateX(104%); transition: transform .45s var(--ease); }.cartpanel.open { transform: translateX(0); }.carthead { display: flex; align-items: start; justify-content: space-between; border-bottom: 1px solid var(--line); padding-bottom: 18px; }.carthead h2 { font-size: 35px; margin: 0; }.closecart { cursor: pointer; border: 0; background: transparent; color: var(--ink); font-size: 34px; line-height: .8; }.cartempty { margin-top: 32px; color: var(--moss); }.cartitems { list-style: none; padding: 0; margin: 24px 0; }.cartitems li { display: flex; justify-content: space-between; gap: 15px; padding: 15px 0; border-bottom: 1px solid var(--line); font-size: 14px; font-weight: 700; }.cartitems button { border: 0; background: transparent; cursor: pointer; color: var(--moss); font-size: 22px; line-height: .7; }.checkout { margin-top: auto; display: flex; justify-content: space-between; align-items: center; padding: 15px 17px; border-radius: 999px; background: var(--pine); color: white; font-size: 12px; font-weight: 700; }.cartbackdrop { position: fixed; inset: 0; z-index: 3; background: oklch(15% .02 150 / .46); opacity: 0; visibility: hidden; transition: opacity .35s ease, visibility .35s ease; }.cartbackdrop.open { opacity: 1; visibility: visible; }
@keyframes shopdrift { from { transform: scale(1.04) translate3d(-1%, -1%, 0); } to { transform: scale(1.1) translate3d(1%, 1%, 0); } }
@media (max-width: 850px) { .shopheader nav { display: none; }.shopheader .menubutton { display: flex; align-items: center; gap: 9px; color: white; background: transparent; border: 0; font: 600 12px var(--body); padding: 10px 0; }.shopheader .menubutton span, .shopheader .menubutton span:after { width: 18px; height: 1px; background: currentColor; display: block; content: ""; }.shopheader .menubutton span:after { transform: translateY(5px); }.shopheader nav.open { display: flex; position: absolute; flex-direction: column; top: 100%; left: 18px; right: 18px; padding: 24px; background: var(--pine); box-shadow: 0 20px 40px oklch(15% .02 150 / .3); z-index: 5; }.shopheader { position: relative; }.shophero { min-height: 630px; }.shopintro, .shophelp { grid-template-columns: 1fr; }.shophelp .button { justify-self: start; }.products { grid-template-columns: repeat(2, minmax(0, 1fr)); }.productwide { grid-column: span 2; }.productdeep { grid-row: auto; } }
@media (max-width: 580px) { .shopnotice { font-size: 9px; }.shopheader { min-height: 88px; }.shophero { min-height: 620px; }.shophero:after { background: linear-gradient(0deg, oklch(23% .07 330 / .95), oklch(25% .06 330 / .2)); }.shopseal { width: 108px; height: 108px; right: 20px; bottom: 10%; }.shopseal img { width: 62px; height: 62px; }.shopseal span { font-size: 11px; }.shopintro { gap: 25px; }.products { grid-template-columns: 1fr; gap: 44px; padding-inline: 22px; }.productwide { grid-column: auto; display: block; }.productwide .productimage { min-height: 345px; }.productwide .productcopy { padding-top: 17px; padding-bottom: 0; }.productimage { min-height: 325px; }.shophelp { gap: 20px; }.cartpanel { padding: 24px; } }
@media (prefers-reduced-motion: reduce) { .shopheroart, .shopherocopy, .shopseal { animation: none; }.cartpanel, .cartbackdrop, .productimage img, .cartbutton, .filter { transition: none; } }

/* ---------------------------------------------------------- inner pages
   The journal, consult, visit, loyalty, and drinks pages share one shell: a
   solid header over a full-bleed hero, then alternating light and dark bands.
   The homepage keeps its own transparent-over-hero header. */
.innerbody { background: var(--mist); }
.pageheader { min-height: 92px; padding: 0 clamp(22px, 5vw, 78px); display: flex; align-items: center; justify-content: space-between; gap: 24px; background: var(--ink); color: white; position: relative; z-index: 3; }
.pageheader .brand { width: 64px; height: 64px; }
.pageheader .brandimage { width: 56px; height: 56px; }
.pageheader nav a[aria-current="page"] { color: var(--sprout); }
.pageheader nav a[aria-current="page"]:after { transform: scaleX(1); }
.innerhero { position: relative; min-height: min(620px, calc(100svh - 92px)); padding: clamp(56px, 8vw, 118px) clamp(22px, 12vw, 170px); display: flex; align-items: center; overflow: hidden; isolation: isolate; color: white; }
.innerhero.plum { background: var(--plum); }
.innerhero.pine { background: var(--pine); }
.innerhero.moss { background: var(--moss); }
.innerheroart { position: absolute; inset: 0; z-index: -2; background-image: var(--cms-image); background-position: center; background-size: cover; filter: saturate(1.05) contrast(1.06); transform: scale(1.04); animation: shopdrift 20s ease-in-out infinite alternate; }
.innerhero:after { content: ""; position: absolute; inset: 0; z-index: -1; background: linear-gradient(94deg, oklch(20% .05 160 / .96) 0%, oklch(22% .05 160 / .86) 44%, oklch(22% .05 160 / .12) 86%); }
.innerhero.plum:after { background: linear-gradient(94deg, oklch(23% .07 330 / .96) 0%, oklch(25% .06 330 / .86) 44%, oklch(22% .05 330 / .12) 86%); }
.innerhero.moss:after { background: linear-gradient(94deg, oklch(30% .07 150 / .96) 0%, oklch(33% .07 148 / .84) 44%, oklch(33% .06 148 / .1) 86%); }
.innerherocopy { max-width: 640px; animation: heroenter .8s var(--ease) both; }
.innerherocopy .sectionlabel { color: var(--sprout); }
.innerherocopy h1 { font-size: clamp(46px, 6.4vw, 96px); line-height: .86; letter-spacing: -.055em; margin: 16px 0 24px; }
.innerherocopy h1 i { font-style: italic; font-weight: 500; }
.innerherocopy .lede { margin-bottom: 26px; }
.innerherocopy .heroactions { display: flex; align-items: center; gap: clamp(18px, 3vw, 38px); flex-wrap: wrap; }

/* ---------------------------------------------------------- journal */
.journalhero { position: relative; min-height: min(560px, calc(100svh - 92px)); padding: clamp(56px, 8vw, 118px) clamp(22px, 12vw, 170px); display: flex; align-items: center; overflow: hidden; isolation: isolate; background: var(--ink); color: white; }
.journalheroart { position: absolute; inset: 0; z-index: -2; background-image: var(--cms-image); background-position: center 38%; background-size: cover; filter: saturate(.7) contrast(1.1) brightness(.8); transform: scale(1.05); animation: breathe 22s ease-in-out infinite alternate; }
.journalhero:after { content: ""; position: absolute; inset: 0; z-index: -1; background: linear-gradient(92deg, oklch(15% .02 155 / .96) 0%, oklch(17% .02 155 / .82) 48%, oklch(17% .02 155 / .3) 100%); }
.journalherocopy { max-width: 660px; animation: heroenter .8s var(--ease) both; }
.journalherocopy .sectionlabel { color: var(--sprout); }
.journalherocopy h1 { font-size: clamp(58px, 8.5vw, 132px); line-height: .84; letter-spacing: -.06em; margin: 14px 0 22px; }
.journalherocopy h1 i { font-style: italic; font-weight: 500; }
.journalcount { position: absolute; right: clamp(22px, 8vw, 120px); bottom: clamp(34px, 6vw, 74px); display: inline-flex; align-items: baseline; gap: 9px; color: oklch(88% .02 150); font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: .14em; }
.journalcount span { font-family: var(--display); font-size: 40px; font-weight: 700; letter-spacing: -.05em; color: var(--sprout); }
.journalcount i { font-style: normal; font-size: 15px; transition: transform .2s ease; }
.journalcount:hover i { transform: translateY(3px); }

.featured { padding: clamp(60px, 8vw, 118px) clamp(22px, 5vw, 78px) clamp(30px, 4vw, 56px); }
.featuredcard { display: grid; grid-template-columns: 1.15fr .85fr; align-items: stretch; gap: clamp(24px, 4vw, 64px); }
.featuredimage { position: relative; min-height: clamp(340px, 40vw, 520px); display: grid; place-items: center; overflow: hidden; background-image: var(--cms-image); background-size: cover; background-position: center; transition: transform .7s var(--ease); }
.featuredcard:hover .featuredimage { transform: scale(1.015); }
.featuredimage:after { content: ""; position: absolute; inset: 0; border: 1px solid oklch(20% .03 150 / .1); }
.featuredmark { font-family: var(--display); font-size: clamp(70px, 9vw, 132px); font-weight: 700; letter-spacing: -.07em; color: oklch(22% .04 155 / .3); }
.featuredcopy { display: flex; flex-direction: column; justify-content: center; padding: clamp(8px, 2vw, 30px) 0; }
.featuredcopy h2 { font-size: clamp(34px, 3.9vw, 62px); line-height: .95; letter-spacing: -.045em; margin: 14px 0 16px; text-wrap: balance; }
.featuredcopy > p { max-width: 46ch; color: oklch(38% .015 155); font-size: 15px; margin-bottom: 20px; }
.readon { display: inline-flex; align-items: center; gap: 9px; margin-top: 22px; font-size: 12px; font-weight: 700; }
.readon i { font-style: normal; font-size: 16px; transition: transform .2s ease; }
.featuredcard:hover .readon i { transform: translate(2px, -2px); }

.byline { display: flex; align-items: center; flex-wrap: wrap; gap: 8px; color: var(--moss); font-size: 11px; font-weight: 600; letter-spacing: .02em; }
.byline b { font-weight: 700; color: var(--ink); }
.byline span { opacity: .5; }
.byline.big { gap: 10px; font-size: 12px; margin-top: 22px; }
.avatar { display: grid; place-items: center; width: 34px; height: 34px; border-radius: 50%; overflow: hidden; background: var(--sprout); color: var(--pine); font: 700 12px var(--display); opacity: 1; }
.avatar img { width: 100%; height: 100%; object-fit: cover; }

.archive { padding: clamp(40px, 6vw, 90px) clamp(22px, 5vw, 78px) clamp(70px, 9vw, 130px); }
.archive.keepreading { border-top: 1px solid var(--line); }
.archivetitle { max-width: 620px; margin-bottom: clamp(30px, 4vw, 56px); }
.archivetitle h2 { font-size: clamp(34px, 4vw, 58px); line-height: .93; letter-spacing: -.05em; margin: 10px 0 0; }
.archivetitle h2 i { font-style: italic; font-weight: 500; }
.archivetitle > p:not(.sectionlabel) { max-width: 44ch; margin-top: 16px; color: oklch(40% .015 155); }
.archivegrid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: clamp(28px, 3.4vw, 52px) clamp(16px, 2.4vw, 36px); }
.postcard { min-width: 0; display: flex; flex-direction: column; }
.postcardimage { position: relative; min-height: 240px; display: grid; place-items: center; overflow: hidden; background-image: var(--cms-image); background-size: cover; background-position: center; transition: transform .5s var(--ease); }
.postcard:hover .postcardimage { transform: scale(1.02); }
.postcardimage:after { content: ""; position: absolute; inset: 0; border: 1px solid oklch(20% .03 150 / .09); }
.postmark { font-family: var(--display); font-size: clamp(38px, 4vw, 58px); font-weight: 700; letter-spacing: -.06em; color: oklch(22% .04 155 / .28); }
.postcardcopy { padding-top: 16px; }
.postcardcopy h3 { font-size: clamp(19px, 1.7vw, 26px); line-height: 1.04; letter-spacing: -.035em; margin: 0 0 10px; text-wrap: balance; }
.postcardcopy p { color: oklch(42% .015 155); font-size: 13.5px; margin: 0 0 12px; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden; }

.journalclose { padding: clamp(56px, 7vw, 104px) clamp(22px, 5vw, 78px); background: var(--pine); color: white; display: grid; grid-template-columns: 1.2fr auto; align-items: center; gap: clamp(24px, 4vw, 60px); }
.journalclose h2 { font-size: clamp(32px, 3.8vw, 56px); line-height: .93; letter-spacing: -.05em; margin: 0 0 14px; }
.journalclose h2 i { font-style: italic; font-weight: 500; }
.journalclose p { max-width: 46ch; margin: 0; color: oklch(90% .02 150); font-size: 15px; }
.journalclose .button.ink { margin: 0; background: var(--sprout); color: var(--pine); }

/* ---------------------------------------------------------- article */
.postherohead { position: relative; padding: clamp(48px, 6vw, 96px) clamp(22px, 5vw, 78px) clamp(36px, 5vw, 70px); background-image: var(--cms-image); background-size: cover; background-position: center; }
.posthero { position: relative; max-width: 74ch; margin: 0 auto; }
.posthero.haswash { color: white; }
.postherohead:has(.haswash):after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, oklch(16% .02 155 / .93), oklch(16% .02 155 / .74)); }
.posthero.haswash .backlink, .posthero.haswash .byline { color: oklch(90% .02 150); }
.posthero.haswash .byline b { color: white; }
.backlink { display: inline-flex; align-items: center; gap: 8px; color: var(--moss); font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: .14em; }
.backlink:hover { text-decoration: underline; text-underline-offset: 4px; }
.posthero h1 { font-size: clamp(38px, 5.2vw, 76px); line-height: .93; letter-spacing: -.05em; margin: 20px 0 0; text-wrap: balance; }
.standfirst { max-width: 54ch; margin: 18px 0 0; font-size: clamp(16px, 1.5vw, 20px); line-height: 1.5; color: inherit; opacity: .82; text-wrap: pretty; }

.prose { max-width: 68ch; margin: 0 auto; padding: clamp(44px, 6vw, 84px) clamp(22px, 5vw, 40px); font-size: 17px; line-height: 1.7; color: oklch(26% .015 155); }
.prose > :first-child { margin-top: 0; }
.prose p { margin: 0 0 1.15em; text-wrap: pretty; }
.prose h2 { font-size: clamp(27px, 2.6vw, 38px); line-height: 1.04; letter-spacing: -.04em; margin: 1.9em 0 .5em; }
.prose h3 { font-size: clamp(21px, 1.9vw, 27px); line-height: 1.1; letter-spacing: -.03em; margin: 1.7em 0 .45em; }
.prose h4 { font-size: 17px; letter-spacing: -.01em; margin: 1.5em 0 .4em; }
.prose ul, .prose ol { margin: 0 0 1.3em; padding-left: 1.15em; }
.prose li { margin-bottom: .5em; padding-left: .25em; }
.prose li::marker { color: var(--moss); }
.prose a { color: var(--moss); text-decoration: underline; text-underline-offset: 3px; text-decoration-thickness: 1px; }
.prose a:hover { color: var(--pine); }
.prose blockquote { margin: 1.7em 0; padding: 4px 0 4px 26px; border-left: 2px solid var(--sprout); font-family: var(--display); font-size: clamp(20px, 2vw, 27px); line-height: 1.25; letter-spacing: -.03em; color: var(--pine); }
.prose blockquote p:last-child { margin-bottom: 0; }
.prose figure { margin: 2em 0; }
.prose img { display: block; width: 100%; height: auto; }
.prose figcaption { margin-top: 9px; color: var(--moss); font-size: 12px; }
.prose hr { height: 1px; margin: 2.4em 0; border: 0; background: var(--line); }
.prose strong { font-weight: 700; color: var(--ink); }
.postfoot { max-width: 68ch; margin: 0 auto; padding: 0 clamp(22px, 5vw, 40px) clamp(56px, 7vw, 96px); }
.postdisclaimer { margin: 26px 0 0; padding-top: 22px; border-top: 1px solid var(--line); color: oklch(52% .015 155); font-size: 11px; }

/* Journal strip on the homepage */
.journalstrip { padding: clamp(70px, 9vw, 128px) clamp(22px, 5vw, 78px); background: var(--mist); border-top: 1px solid var(--line); }
.journalstriptitle { display: grid; grid-template-columns: 1fr auto; align-items: end; gap: 24px; margin-bottom: clamp(28px, 3.6vw, 50px); }
.journalstriptitle h2 { font-size: clamp(34px, 4vw, 58px); line-height: .93; letter-spacing: -.05em; margin: 10px 0 0; grid-column: 1; }
.journalstriptitle h2 i { font-style: italic; font-weight: 500; }
.journalstriptitle .sectionlabel { grid-column: 1; }
.journalstriptitle .textlink { grid-column: 2; grid-row: 2; }
.journalstripgrid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: clamp(18px, 2.6vw, 40px); }
.stripcard { min-width: 0; }
.stripimage { position: relative; min-height: 210px; display: grid; place-items: center; overflow: hidden; background-image: var(--cms-image); background-size: cover; background-position: center; transition: transform .5s var(--ease); }
.stripcard:hover .stripimage { transform: scale(1.02); }
.stripcard h3 { font-size: clamp(18px, 1.5vw, 23px); line-height: 1.06; letter-spacing: -.035em; margin: 15px 0 9px; text-wrap: balance; }

/* ---------------------------------------------------------- consult */
.reasons { padding: clamp(66px, 8vw, 120px) clamp(22px, 5vw, 78px); }
.reasongrid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: clamp(20px, 2.6vw, 42px); }
.reason { padding-top: 22px; border-top: 2px solid var(--ink); }
.reasonnumber { font-family: var(--display); font-size: 12px; font-weight: 700; letter-spacing: .06em; color: var(--moss); }
.reason h3 { font-size: clamp(20px, 1.8vw, 27px); line-height: 1.05; letter-spacing: -.035em; margin: 12px 0 10px; }
.reason p { margin: 0; color: oklch(42% .015 155); font-size: 14px; }

.faqs { padding: clamp(60px, 8vw, 116px) clamp(22px, 5vw, 78px); background: var(--pine); color: white; display: grid; grid-template-columns: .85fr 1.15fr; gap: clamp(28px, 5vw, 80px); align-items: start; }
.faqtitle .sectionlabel { color: var(--sprout); }
.faqtitle h2 { font-size: clamp(32px, 3.8vw, 54px); line-height: .93; letter-spacing: -.05em; margin: 10px 0 0; }
.faqtitle h2 i { font-style: italic; font-weight: 500; }
.faqlist { display: flex; flex-direction: column; }
.faq { border-top: 1px solid oklch(100% 0 0 / .18); }
.faq:last-child { border-bottom: 1px solid oklch(100% 0 0 / .18); }
.faq summary { cursor: pointer; list-style: none; display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 22px 0; font-family: var(--display); font-size: clamp(17px, 1.6vw, 22px); font-weight: 600; letter-spacing: -.025em; line-height: 1.15; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary:hover { color: var(--sprout); }
.faq summary i { flex-shrink: 0; font-style: normal; font-size: 21px; font-weight: 400; color: var(--sprout); transition: transform .25s var(--ease); }
.faq[open] summary i { transform: rotate(45deg); }
.faq p { margin: 0 0 24px; max-width: 58ch; color: oklch(88% .02 150); font-size: 14.5px; line-height: 1.6; }

.requestform { padding: clamp(66px, 8vw, 120px) clamp(22px, 5vw, 78px); display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(30px, 5vw, 82px); align-items: start; }
.requestcopy h2 { font-size: clamp(32px, 3.8vw, 54px); line-height: .93; letter-spacing: -.05em; margin: 10px 0 16px; }
.requestcopy h2 i { font-style: italic; font-weight: 500; }
.requestcopy p { max-width: 42ch; color: oklch(42% .015 155); }
.requestcopy .visitphone { display: inline-block; margin-top: 18px; font-family: var(--display); font-size: clamp(24px, 2.4vw, 34px); font-weight: 700; letter-spacing: -.04em; color: var(--moss); }
.contactform { display: flex; flex-direction: column; gap: 15px; }
.contactform label { display: flex; flex-direction: column; gap: 7px; }
.contactform label > span { font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: .12em; color: var(--moss); }
.contactform input[type="text"], .contactform input[type="email"], .contactform input[type="tel"], .contactform textarea { width: 100%; padding: 13px 15px; border: 1px solid var(--line); border-radius: 3px; background: white; color: var(--ink); font: 400 15px var(--body); }
.contactform input:focus, .contactform textarea:focus { outline: 2px solid var(--sprout); outline-offset: 1px; border-color: transparent; }
.contactform textarea { resize: vertical; min-height: 110px; }
.contactform .checkline { flex-direction: row; align-items: center; gap: 10px; }
.contactform .checkline input { width: 17px; height: 17px; accent-color: var(--moss); }
.contactform .checkline span { text-transform: none; letter-spacing: 0; font-size: 13px; font-weight: 500; color: var(--ink); }
.contactform button { align-self: flex-start; cursor: pointer; border: 0; margin-top: 6px; font-family: var(--body); }
.contactform small { color: oklch(52% .015 155); font-size: 11px; }
.formnote { margin: 0; padding: 13px 15px; border-radius: 3px; font-size: 13.5px; font-weight: 600; }
.formnote.good { background: oklch(92% .07 145); color: var(--pine); }
.formnote.bad { background: oklch(91% .07 32); color: oklch(35% .12 30); }

/* ---------------------------------------------------------- visit */
.hoursblock { padding: clamp(66px, 8vw, 118px) clamp(22px, 5vw, 78px); display: grid; grid-template-columns: 1fr 1fr .8fr; gap: clamp(28px, 4vw, 64px); align-items: start; border-bottom: 1px solid var(--line); }
.hourstitle h2 { font-size: clamp(32px, 3.8vw, 54px); line-height: .93; letter-spacing: -.05em; margin: 10px 0 0; }
.hoursnote { margin-top: 18px; color: oklch(48% .015 155); font-size: 13px; max-width: 34ch; }
.hourstable div, .earntable div, .dosetable div { display: grid; grid-template-columns: 1fr auto; gap: 18px; align-items: baseline; padding: 16px 0; border-bottom: 1px solid var(--line); }
.hourstable dt, .earntable dd, .dosetable dt { font-family: var(--display); font-size: clamp(17px, 1.5vw, 21px); font-weight: 600; letter-spacing: -.03em; }
.hourstable dd, .dosetable dd { margin: 0; color: var(--moss); font-size: 14px; font-weight: 600; }
.addressblock { font-style: normal; }
.addressblock p { margin: 0 0 14px; font-size: 15px; line-height: 1.55; }
.channels { padding: clamp(66px, 8vw, 118px) clamp(22px, 5vw, 78px); }
.channelgrid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: clamp(22px, 3vw, 46px); }
.channel { padding-top: 22px; border-top: 2px solid var(--ink); }
.channel h3 { font-size: clamp(20px, 1.8vw, 26px); line-height: 1.05; letter-spacing: -.035em; margin: 0 0 10px; }
.channel p { margin: 0 0 16px; color: oklch(42% .015 155); font-size: 14px; }

/* ---------------------------------------------------------- loyalty */
.loyaltyseal { position: absolute; right: clamp(22px, 8vw, 120px); bottom: 10%; width: 138px; height: 138px; border-radius: 50%; display: grid; place-content: center; text-align: center; background: var(--sprout); color: var(--pine); box-shadow: 0 24px 44px oklch(16% .04 150 / .3); rotate: -9deg; animation: float 6s 1s ease-in-out infinite; }
.loyaltyseal img { width: 74px; height: 74px; object-fit: contain; margin: 0 auto; }
.loyaltyseal span { display: block; margin-top: -10px; font: 700 14px/.92 var(--display); letter-spacing: -.04em; }
.steps { padding: clamp(66px, 8vw, 120px) clamp(22px, 5vw, 78px); }
.steplist { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: clamp(22px, 3vw, 48px); counter-reset: step; }
.steplist li { padding-top: 24px; border-top: 2px solid var(--ink); }
.stepnumber { display: grid; place-items: center; width: 38px; height: 38px; border-radius: 50%; background: var(--sprout); color: var(--pine); font: 700 16px var(--display); letter-spacing: -.03em; }
.steplist h3 { font-size: clamp(21px, 1.9vw, 28px); line-height: 1.04; letter-spacing: -.035em; margin: 16px 0 10px; }
.steplist p { margin: 0; color: oklch(42% .015 155); font-size: 14px; }
.earn { padding: clamp(60px, 8vw, 116px) clamp(22px, 5vw, 78px); background: var(--plum); color: white; display: grid; grid-template-columns: .85fr 1.15fr; gap: clamp(28px, 5vw, 76px); align-items: start; }
.earncopy .sectionlabel { color: var(--sprout); }
.earncopy h2 { font-size: clamp(32px, 3.8vw, 54px); line-height: .93; letter-spacing: -.05em; margin: 10px 0 0; }
.earncopy h2 i { font-style: italic; font-weight: 500; }
.earntable div { grid-template-columns: auto 1fr; border-bottom-color: oklch(100% 0 0 / .16); }
.earntable dt { font-family: var(--display); font-size: clamp(26px, 2.6vw, 38px); font-weight: 700; letter-spacing: -.05em; color: var(--sprout); min-width: 3.2ch; }
.earntable dd { margin: 0; font-size: 15px; color: oklch(93% .015 320); }
.perks { padding: clamp(66px, 8vw, 118px) clamp(22px, 5vw, 78px); }
.perklist { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px clamp(24px, 4vw, 60px); }
.perklist li { display: flex; gap: 12px; align-items: baseline; padding: 18px 0; border-top: 1px solid var(--line); font-size: 15px; }
.perklist span { color: var(--moss); }

/* ---------------------------------------------------------- drinks */
.standout { padding: clamp(66px, 8vw, 118px) clamp(22px, 5vw, 78px); display: grid; grid-template-columns: 1.05fr .95fr; gap: clamp(28px, 5vw, 76px); align-items: center; }
.standoutcopy h2 { font-size: clamp(32px, 3.8vw, 54px); line-height: .93; letter-spacing: -.05em; margin: 10px 0 16px; }
.standoutcopy h2 i { font-style: italic; font-weight: 500; }
.standoutcopy p { max-width: 44ch; color: oklch(42% .015 155); }
.standoutpoints { list-style: none; margin: 0; padding: 0; }
.standoutpoints li { display: flex; gap: 12px; align-items: baseline; padding: 17px 0; border-top: 1px solid var(--line); font-family: var(--display); font-size: clamp(17px, 1.6vw, 22px); font-weight: 600; letter-spacing: -.03em; }
.standoutpoints li:last-child { border-bottom: 1px solid var(--line); }
.standoutpoints span { color: var(--moss); font-size: 14px; }
.menu { padding: clamp(60px, 8vw, 112px) clamp(22px, 5vw, 78px); background: var(--ink); color: white; }
.menutitle { max-width: 620px; margin-bottom: clamp(30px, 4vw, 54px); }
.menutitle .sectionlabel { color: var(--sprout); }
.menutitle h2 { font-size: clamp(34px, 4.2vw, 62px); line-height: .92; letter-spacing: -.05em; margin: 10px 0 0; }
.menutitle h2 i { font-style: italic; font-weight: 500; }
.pourgrid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: clamp(14px, 1.8vw, 26px); }
.pour { position: relative; min-height: 210px; padding: 22px; display: flex; flex-direction: column; color: var(--ink); transition: transform .4s var(--ease); }
.pour:hover { transform: translateY(-4px); }
.pour h3 { font-size: clamp(19px, 1.7vw, 25px); line-height: 1.02; letter-spacing: -.04em; margin: 0 0 10px; text-wrap: balance; }
.pour p { margin: 0; font-size: 13px; line-height: 1.45; color: oklch(28% .03 150 / .8); }
.pour b { margin-top: auto; padding-top: 16px; font-size: 10px; font-weight: 700; text-transform: uppercase; letter-spacing: .14em; color: oklch(26% .04 150 / .7); }
.doses { padding: clamp(66px, 8vw, 118px) clamp(22px, 5vw, 78px); display: grid; grid-template-columns: .85fr 1.15fr; gap: clamp(28px, 5vw, 76px); align-items: start; }
.dosecopy h2, .coffeecopy h2 { font-size: clamp(32px, 3.8vw, 54px); line-height: .93; letter-spacing: -.05em; margin: 10px 0 16px; }
.dosecopy h2 i, .coffeecopy h2 i { font-style: italic; font-weight: 500; }
.dosetable dt span { display: inline-block; margin-left: 10px; font-family: var(--body); font-size: 12px; font-weight: 700; letter-spacing: .04em; color: var(--moss); }
.coffee { padding: clamp(60px, 8vw, 116px) clamp(22px, 5vw, 78px); background: var(--pine); color: white; display: grid; grid-template-columns: 1.05fr .95fr; gap: clamp(28px, 5vw, 76px); align-items: center; }
.coffeecopy .sectionlabel { color: var(--sprout); }
.coffeecopy p { max-width: 46ch; color: oklch(90% .02 150); }
.dosetable.light div { border-bottom-color: oklch(100% 0 0 / .16); }
.dosetable.light dd { color: var(--sprout); }

/* ---------------------------------------------------------- catalog extras */
.productplain .productimage { min-height: 260px; }
/* Same specificity as the rule above, so the oversized cards keep their height
   whether or not there is a photograph to fill them. */
.productwide.productplain .productimage { min-height: 460px; }
.productdeep.productplain .productimage { min-height: 315px; }
.productmark { font-family: var(--display); font-size: clamp(40px, 4.4vw, 66px); font-weight: 700; letter-spacing: -.07em; color: oklch(22% .04 155 / .27); }
.productwide .productmark { font-size: clamp(60px, 7vw, 104px); }
.soldout { position: absolute; top: 12px; left: 12px; z-index: 2; padding: 6px 10px; background: oklch(20% .02 155 / .84); color: white; font-size: 9px; font-weight: 700; text-transform: uppercase; letter-spacing: .14em; }
.add:disabled { cursor: not-allowed; color: oklch(58% .01 155); }
.add:disabled:hover { color: oklch(58% .01 155); }
.filter b { margin-left: 7px; font-size: 10px; font-weight: 600; opacity: .55; }
.notfound { min-height: 62vh; padding: clamp(70px, 10vw, 150px) clamp(22px, 5vw, 78px); display: flex; flex-direction: column; justify-content: center; }
.notfound h1 { font-size: clamp(44px, 6vw, 92px); line-height: .88; letter-spacing: -.055em; margin: 12px 0 20px; }
.notfound h1 i { font-style: italic; font-weight: 500; }
.notfound .lede { color: oklch(40% .015 155); margin-bottom: 28px; }
.notfound .heroactions { display: flex; align-items: center; gap: 30px; flex-wrap: wrap; }

@media (max-width: 980px) {
  .featuredcard { grid-template-columns: 1fr; }
  .archivegrid, .journalstripgrid, .channelgrid, .steplist { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .reasongrid, .pourgrid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .faqs, .requestform, .earn, .standout, .doses, .coffee { grid-template-columns: 1fr; }
  .hoursblock { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 760px) {
  .pageheader { min-height: 76px; }
  .pageheader nav, .pageheader .headercta { display: none; }
  .pageheader nav.open { display: flex; position: absolute; flex-direction: column; top: 74px; left: 18px; right: 18px; padding: 24px; background: var(--ink); box-shadow: 0 20px 40px oklch(10% .02 150 / .35); z-index: 5; }
  .innerhero, .journalhero { min-height: 520px; padding-inline: 22px; }
  .journalcount { display: none; }
  .archivegrid, .journalstripgrid, .channelgrid, .steplist, .reasongrid, .pourgrid, .perklist { grid-template-columns: 1fr; }
  .hoursblock { grid-template-columns: 1fr; }
  .journalstriptitle { grid-template-columns: 1fr; }
  .journalstriptitle .textlink { grid-column: 1; grid-row: auto; }
  .journalclose { grid-template-columns: 1fr; }
  .journalclose .button.ink { justify-self: start; }
  .prose { font-size: 16px; }
  .loyaltyseal { width: 104px; height: 104px; right: 20px; }
  .loyaltyseal img { width: 56px; height: 56px; }
  .loyaltyseal span { font-size: 11px; }
}
@media (prefers-reduced-motion: reduce) {
  .innerheroart, .journalheroart, .innerherocopy, .journalherocopy, .loyaltyseal { animation: none; }
  .featuredimage, .postcardimage, .stripimage, .pour, .readon i, .journalcount i, .faq summary i { transition: none; }
}
