:root{
  --trefo-ink:#202235;
  --trefo-night:#161A2B;
  --trefo-indigo:#263154;
  --trefo-indigo-2:#303B69;
  --trefo-paper:#F4EFE6;
  --trefo-card:#FFF9F1;
  --trefo-cream:#FFF9F1;
  --trefo-clay:#B96A4E;
  --trefo-coral:#D98263;
  --trefo-river:#0E6F75;
  --trefo-sage:#8FA78B;
  --trefo-muted:#696F7D;
  --trefo-line:rgba(32,34,53,.14);
  --trefo-soft-line:rgba(255,249,241,.16);
  --trefo-glow:rgba(14,111,117,.22);
  --trefo-shadow:0 22px 60px rgba(22,26,43,.16);
  --trefo-radius:26px;
  --trefo-container:1180px;
  --trefo-dur-fast:160ms;
  --trefo-dur:340ms;
  --trefo-dur-slow:560ms;
  --trefo-ease:cubic-bezier(.22,.61,.21,1);
  --trefo-ease-spring:cubic-bezier(.34,1.35,.44,1);
}
*{box-sizing:border-box}
html{scroll-behavior:smooth;scroll-padding-top:104px}
body.trefo-theme{margin:0;background:var(--trefo-paper);color:var(--trefo-ink);font-family:Sora,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;line-height:1.55;overflow-x:hidden;text-rendering:optimizeLegibility}
body.trefo-theme:before{content:"";position:fixed;inset:0;pointer-events:none;z-index:9999;opacity:.09;background-size:420px auto;mix-blend-mode:multiply}
body.trefo-theme:after{content:"";position:fixed;inset:auto 0 0 0;height:36vh;z-index:-1;pointer-events:none;background:radial-gradient(circle at 18% 100%,rgba(14,111,117,.18),transparent 34%),radial-gradient(circle at 92% 92%,rgba(217,130,99,.18),transparent 36%)}
a{color:inherit}
img{max-width:100%;height:auto;display:block}.screen-reader-text{border:0;clip:rect(1px,1px,1px,1px);clip-path:inset(50%);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute!important;width:1px;word-wrap:normal!important}.skip-link:focus{clip:auto!important;clip-path:none;height:auto;width:auto;z-index:10000;background:var(--trefo-card);color:var(--trefo-ink);padding:12px 16px;left:10px;top:10px;border-radius:12px;box-shadow:var(--trefo-shadow)}
.trefo-container{width:min(var(--trefo-container),calc(100vw - 36px));margin-inline:auto}
.trefo-site-header{position:sticky;top:0;z-index:1000;background:rgba(244,239,230,.88);color:var(--trefo-ink);border-bottom:1px solid rgba(32,34,53,.12);box-shadow:0 10px 28px rgba(22,26,43,.07);backdrop-filter:blur(18px)}
.trefo-header__inner{display:grid;grid-template-columns:auto 1fr auto;gap:24px;align-items:center;min-height:84px}.trefo-branding{min-width:0}.trefo-wordmark{font-family:Fraunces,Georgia,serif;font-weight:900;font-size:clamp(34px,4.4vw,58px);line-height:.9;letter-spacing:-.04em;text-transform:uppercase;color:var(--trefo-indigo);text-decoration:none;position:relative;display:inline-flex;align-items:center;gap:.18em}.trefo-wordmark:after{content:"";display:block;width:48px;height:10px;border-radius:999px;background:linear-gradient(90deg,var(--trefo-river),var(--trefo-coral));transform:translateY(4px)}.trefo-wordmark--footer{color:var(--trefo-card);font-size:52px}.custom-logo-link img{max-height:68px;width:auto}.trefo-main-nav{justify-self:center}.trefo-main-nav ul{list-style:none;margin:0;padding:0;display:flex;gap:clamp(16px,2.8vw,34px);align-items:center}.trefo-main-nav a{font-size:14px;font-weight:800;text-decoration:none;text-transform:uppercase;letter-spacing:.08em;color:rgba(32,34,53,.78);padding:12px 2px;position:relative}.trefo-main-nav a:after{content:"";position:absolute;left:0;right:0;bottom:5px;height:2px;background:var(--trefo-river);transform:scaleX(0);transform-origin:left;transition:transform .22s ease}.trefo-main-nav a:hover,.trefo-main-nav .current-menu-item>a{color:var(--trefo-indigo)}.trefo-main-nav a:hover:after,.trefo-main-nav .current-menu-item>a:after{transform:scaleX(1)}
.trefo-cart{justify-self:end;display:inline-grid;place-items:center;width:58px;height:58px;border:1px solid rgba(32,34,53,.18);text-decoration:none;position:relative;background:var(--trefo-card);border-radius:18px;box-shadow:0 10px 24px rgba(22,26,43,.1);transition:transform .18s ease,box-shadow .18s ease}.trefo-cart:hover{transform:translateY(-2px);box-shadow:0 15px 34px rgba(22,26,43,.14)}.trefo-cart__icon{font-size:13px;font-weight:900;letter-spacing:.09em}.trefo-cart__count{position:absolute;right:-9px;top:-9px;background:var(--trefo-clay);color:var(--trefo-card);border-radius:999px;min-width:25px;height:25px;padding:0 6px;display:grid;place-items:center;font-size:12px;font-weight:900;border:2px solid var(--trefo-paper)}.trefo-menu-toggle{display:none;background:var(--trefo-indigo);color:var(--trefo-card);border:0;border-radius:999px;font-weight:900;text-transform:uppercase;letter-spacing:.08em;padding:12px 16px}
.trefo-hero{position:relative;display:grid;grid-template-columns:minmax(290px,45%) 1fr;min-height:690px;background:radial-gradient(circle at 20% 15%,rgba(143,167,139,.28),transparent 31%),linear-gradient(120deg,var(--trefo-paper) 0 43%,rgba(244,239,230,.86) 43% 51%,transparent 51% 100%),linear-gradient(145deg,#E8F0EC,#DFE6F7);overflow:hidden;border-bottom:1px solid var(--trefo-line)}.trefo-hero:before{content:"";position:absolute;inset:0;background:linear-gradient(135deg,transparent 0 44%,rgba(14,111,117,.14) 44% 45%,transparent 45% 51%,rgba(185,106,78,.12) 51% 52%,transparent 52%),radial-gradient(circle at 82% 15%,rgba(217,130,99,.22),transparent 14%);pointer-events:none}.trefo-hero__copy{position:relative;z-index:3;align-self:center;padding:clamp(54px,7vw,92px) 0 clamp(54px,7vw,92px) max(24px,calc((100vw - var(--trefo-container))/2));margin-left:18px;max-width:660px}.trefo-hero__eyebrow,.trefo-kicker{margin:0 0 12px;font-family:"IBM Plex Mono",ui-monospace,monospace;font-size:12px;letter-spacing:.18em;text-transform:uppercase;color:var(--trefo-river);font-weight:700}.trefo-hero h1{font-family:Fraunces,Georgia,serif;font-weight:900;font-size:clamp(62px,8.8vw,128px);line-height:.84;letter-spacing:-.075em;margin:0 0 18px;color:var(--trefo-ink);max-width:720px}.trefo-hero__headline{font-size:clamp(26px,3.1vw,44px);line-height:1.05;font-weight:900;color:var(--trefo-clay);max-width:580px;margin:0 0 14px}.trefo-hero__sub{font-size:clamp(17px,1.4vw,21px);line-height:1.65;color:#4f5364;max-width:610px;margin:0 0 30px}.trefo-actions{display:flex;flex-wrap:wrap;gap:14px;align-items:center}.trefo-button,.button,.woocommerce a.button,.woocommerce button.button,.woocommerce input.button,button,input[type="submit"]{font-family:Sora,system-ui,sans-serif;font-weight:900;text-transform:uppercase;letter-spacing:.06em;font-size:14px;text-decoration:none;border:0!important;display:inline-flex;gap:12px;align-items:center;justify-content:center;padding:15px 22px!important;line-height:1!important;border-radius:999px!important;transition:transform .18s ease,box-shadow .18s ease,background .18s ease;color:var(--trefo-card)!important;background:var(--trefo-indigo)!important;box-shadow:0 12px 26px rgba(38,49,84,.2)}.trefo-button--primary,.button,.woocommerce a.button,.woocommerce button.button,.woocommerce input.button,button,input[type="submit"]{background:linear-gradient(135deg,var(--trefo-clay),var(--trefo-coral))!important}.trefo-button--ghost{background:rgba(255,249,241,.72)!important;color:var(--trefo-indigo)!important;border:1px solid var(--trefo-line)!important;box-shadow:none}.trefo-button:hover,.button:hover,.woocommerce a.button:hover,.woocommerce button.button:hover,button:hover,input[type="submit"]:hover{transform:translateY(-2px);box-shadow:0 18px 38px rgba(38,49,84,.22)}.trefo-button span{transition:transform .18s ease}.trefo-button:hover span{transform:translateX(3px)}.trefo-hero__proof{display:flex;flex-wrap:wrap;gap:10px;margin-top:26px}.trefo-hero__proof span{display:inline-flex;align-items:center;gap:8px;background:rgba(255,249,241,.72);border:1px solid var(--trefo-line);border-radius:999px;padding:9px 12px;font-size:12px;font-weight:800;letter-spacing:.04em;text-transform:uppercase;color:var(--trefo-indigo)}.trefo-hero__proof span:before{content:"";width:8px;height:8px;border-radius:50%;background:var(--trefo-river);box-shadow:0 0 0 5px rgba(14,111,117,.12)}
.trefo-hero__art{position:relative;z-index:1;min-height:690px;display:grid;align-items:stretch;overflow:hidden;background-position:center;background-size:cover}.trefo-hero__image{grid-area:1/1;width:100%;height:100%;min-height:690px;object-fit:cover;object-position:center;filter:saturate(1.02) contrast(1.02);transform:scale(1.01);transition:transform .4s ease}.trefo-hero__art:after{content:"";grid-area:1/1;pointer-events:none;background:linear-gradient(90deg,rgba(244,239,230,.94) 0,rgba(244,239,230,.58) 19%,rgba(244,239,230,.08) 48%,rgba(22,26,43,.1) 100%)}.trefo-hero__orb{position:absolute;right:8%;top:10%;width:190px;height:190px;border-radius:999px;background:radial-gradient(circle,var(--trefo-card),rgba(255,249,241,0) 68%);opacity:.72;mix-blend-mode:screen}.trefo-motion .trefo-hero__orb{animation:trefoFloat 7s ease-in-out infinite}.trefo-motion .trefo-hero__image{animation:trefoSlowDrift 16s ease-in-out infinite alternate}
.trefo-section{padding:clamp(58px,8vw,104px) 0}.trefo-section__head{display:flex;align-items:end;justify-content:space-between;gap:24px;margin-bottom:34px}.trefo-section__head h2,.trefo-section-title h2,.trefo-story__copy h2,.trefo-record__wrap h2,.trefo-ledger-head h2,.trefo-shop-main .page-title,.trefo-main h1.entry-title{font-family:Fraunces,Georgia,serif;font-size:clamp(38px,5vw,70px);letter-spacing:-.055em;line-height:.95;margin:0;color:inherit}.trefo-section__head p{max-width:560px;margin:0;color:var(--trefo-muted);font-size:17px}.trefo-art-direction{background:linear-gradient(180deg,var(--trefo-paper),#EAF1EC)}.trefo-art-cards{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:22px}.trefo-art-card{position:relative;display:grid;grid-template-rows:auto 1fr;text-decoration:none;background:rgba(255,249,241,.72);border:1px solid var(--trefo-line);border-radius:32px;padding:12px;box-shadow:var(--trefo-shadow);overflow:hidden;transition:transform .22s ease,box-shadow .22s ease,border-color .22s ease}.trefo-art-card:hover{transform:translateY(-6px);border-color:rgba(14,111,117,.45);box-shadow:0 28px 70px rgba(22,26,43,.2)}.trefo-art-card__media{border-radius:24px;overflow:hidden;background:var(--trefo-indigo);aspect-ratio:7/9}.trefo-art-card__media img{width:100%;height:100%;object-fit:cover;transition:transform .55s ease}.trefo-art-card:hover img{transform:scale(1.04)}.trefo-art-card__body{padding:18px 8px 8px}.trefo-art-card__body strong{display:block;font-family:Fraunces,Georgia,serif;font-weight:900;font-size:clamp(25px,2.4vw,36px);letter-spacing:-.04em;line-height:1;color:var(--trefo-indigo);margin-bottom:8px}.trefo-art-card__body span{display:block;color:var(--trefo-muted);font-size:15px;line-height:1.55}.trefo-art-card__body em{display:inline-flex;margin-top:14px;font-style:normal;font-size:12px;font-weight:900;letter-spacing:.08em;text-transform:uppercase;color:var(--trefo-river)}
.trefo-merch{background:linear-gradient(180deg,var(--trefo-indigo),var(--trefo-night));color:var(--trefo-card);position:relative;overflow:hidden}.trefo-merch:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 18% 12%,rgba(14,111,117,.32),transparent 29%),radial-gradient(circle at 82% 18%,rgba(217,130,99,.2),transparent 26%);pointer-events:none}.trefo-section-grid{position:relative;z-index:1;display:grid;grid-template-columns:minmax(180px,240px) 1fr;gap:40px;align-items:start}.trefo-section-title h2{color:var(--trefo-card)}.trefo-copy-burst{display:inline-grid;place-items:center;text-align:center;margin-top:28px;min-width:140px;min-height:140px;padding:20px;border-radius:999px;background:rgba(255,249,241,.09);border:1px solid rgba(255,249,241,.18);color:var(--trefo-card);font-size:15px;font-weight:900;line-height:1.2;text-transform:uppercase;letter-spacing:.08em;box-shadow:inset 0 0 0 10px rgba(255,249,241,.04)}.trefo-products ul.products,.trefo-placeholder-products{display:grid!important;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px;margin:0!important;padding:0!important;list-style:none}.woocommerce ul.products li.product,.trefo-placeholder-card{float:none!important;width:auto!important;margin:0!important;background:rgba(255,249,241,.94);border:1px solid rgba(255,249,241,.38);border-radius:28px;box-shadow:0 18px 48px rgba(0,0,0,.22);position:relative;padding:16px!important;min-height:340px;text-align:left;overflow:hidden;transition:transform .22s ease,box-shadow .22s ease}.woocommerce ul.products li.product:hover,.trefo-placeholder-card:hover{transform:translateY(-6px);box-shadow:0 26px 64px rgba(0,0,0,.28)}.woocommerce ul.products li.product a img{position:relative;z-index:1;background:#F2EEE8;border-radius:20px;height:220px;object-fit:contain;margin:0 auto 14px!important;padding:12px}.woocommerce ul.products li.product .woocommerce-loop-product__title,.trefo-placeholder-card h3{position:relative;z-index:1;color:var(--trefo-indigo);font-size:15px!important;font-weight:900!important;text-transform:none!important;line-height:1.3!important;padding:0!important;margin:10px 0 8px!important;min-height:40px}.woocommerce ul.products li.product .price,.trefo-placeholder-card b{display:inline-flex;position:relative;z-index:2;background:rgba(14,111,117,.1);color:var(--trefo-river)!important;border-radius:999px;padding:7px 10px;font-size:14px;font-weight:900}.woocommerce ul.products li.product .button{margin-top:12px!important;width:100%;font-size:12px!important}.trefo-placeholder-card span{display:inline-flex;background:var(--trefo-indigo);color:var(--trefo-card);border-radius:999px;padding:7px 10px;font-size:11px;font-weight:900;letter-spacing:.08em;text-transform:uppercase}.trefo-placeholder-card__image{height:170px;margin:14px 0;border-radius:22px;display:grid;place-items:center;background:linear-gradient(135deg,rgba(14,111,117,.18),rgba(217,130,99,.18));color:var(--trefo-indigo);font-family:Fraunces,Georgia,serif;font-size:38px;font-weight:900;letter-spacing:-.05em}.trefo-product-area .trefo-actions{margin-top:24px}.trefo-notice{background:rgba(255,249,241,.1);border:1px solid rgba(255,249,241,.18);border-radius:24px;padding:24px;color:rgba(255,249,241,.8)}
.trefo-story-strip{display:grid;grid-template-columns:minmax(280px,40%) 1fr;gap:0;background:var(--trefo-card);border-block:1px solid var(--trefo-line)}.trefo-story__art{position:relative;min-height:430px;overflow:hidden;background-size:cover;background-position:center}.trefo-story__art img{width:100%;height:100%;min-height:430px;object-fit:cover}.trefo-story__copy{padding:clamp(46px,7vw,90px) max(24px,calc((100vw - var(--trefo-container))/2)) clamp(46px,7vw,90px) clamp(28px,5vw,70px);align-self:center}.trefo-story__copy h2{max-width:770px;margin-bottom:18px;color:var(--trefo-indigo)}.trefo-story__copy p{max-width:690px;margin:0;color:var(--trefo-muted);font-size:18px;line-height:1.7}.trefo-story-points{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;margin:28px 0 0;padding:0;list-style:none}.trefo-story-points li{border:1px solid var(--trefo-line);background:var(--trefo-paper);border-radius:18px;padding:14px;font-size:13px;font-weight:900;letter-spacing:.05em;text-transform:uppercase;color:var(--trefo-indigo)}
.trefo-record{background:#EAF1EC;color:var(--trefo-ink)}.trefo-record__wrap{display:grid;gap:22px}.trefo-record__eyebrow{font-family:"IBM Plex Mono",monospace;font-size:12px;letter-spacing:.18em;text-transform:uppercase;color:var(--trefo-river);font-weight:800}.trefo-record-cards{display:grid;grid-template-columns:1fr 1fr;gap:18px}.trefo-record-card{background:var(--trefo-card);border:1px solid var(--trefo-line);border-radius:28px;padding:26px;box-shadow:0 18px 44px rgba(22,26,43,.1)}.trefo-record-card__tag{display:inline-flex;border-radius:999px;background:rgba(14,111,117,.1);color:var(--trefo-river);font-size:12px;font-weight:900;letter-spacing:.08em;text-transform:uppercase;padding:8px 10px;margin-bottom:24px}.trefo-record-card h3{font-family:Fraunces,Georgia,serif;font-size:36px;line-height:1;letter-spacing:-.04em;margin:0 0 12px;color:var(--trefo-indigo)}.trefo-record-card p{margin:0;color:var(--trefo-muted);font-size:16px;line-height:1.7}.trefo-record-card--fact{background:linear-gradient(135deg,var(--trefo-indigo),var(--trefo-night));color:var(--trefo-card);border-color:transparent}.trefo-record-card--fact .trefo-record-card__tag{background:rgba(255,249,241,.12);color:var(--trefo-card)}.trefo-record-card--fact h3,.trefo-record-card--fact p{color:var(--trefo-card)}
.trefo-ledger-strip{background:var(--trefo-night);color:var(--trefo-card);padding:clamp(58px,8vw,96px) 0}.trefo-ledger-head{display:flex;align-items:center;justify-content:space-between;gap:18px;margin-bottom:22px}.trefo-ledger-head h2{color:var(--trefo-card)}.trefo-find-btn{background:rgba(255,249,241,.1)!important;color:var(--trefo-card)!important;border:1px solid rgba(255,249,241,.18)!important;box-shadow:none!important}.trefo-strip-outer{overflow:auto;padding:10px 0 22px;scrollbar-color:var(--trefo-river) transparent}.trefo-county-strip{display:grid;grid-auto-flow:column;grid-auto-columns:160px;gap:10px;min-width:max-content}.trefo-county{display:grid;gap:10px;align-content:space-between;min-height:124px;background:rgba(255,249,241,.07);border:1px solid rgba(255,249,241,.12);border-radius:22px;padding:16px;font-family:"IBM Plex Mono",monospace}.trefo-county__number{font-size:12px;color:rgba(255,249,241,.58)}.trefo-county__name{font-weight:900;letter-spacing:.04em}.trefo-county.forsyth{background:linear-gradient(135deg,var(--trefo-river),var(--trefo-indigo-2));box-shadow:0 0 0 1px rgba(255,249,241,.2) inset,0 18px 46px rgba(14,111,117,.24)}.trefo-county.pulse{animation:trefoPulse 1.1s ease 2}.trefo-ledger-foot{margin:18px 0 0;color:rgba(255,249,241,.68);font-size:15px}
.trefo-main{padding:70px 0}.trefo-main article,.trefo-shop-main .woocommerce{background:rgba(255,249,241,.74);border:1px solid var(--trefo-line);border-radius:30px;padding:clamp(24px,4vw,48px);box-shadow:var(--trefo-shadow);margin-bottom:24px}.trefo-main .entry-title a{text-decoration:none}.entry-content{color:#434756}.entry-content a{text-decoration-color:var(--trefo-river);text-decoration-thickness:2px;text-underline-offset:3px}.woocommerce div.product div.images img,.woocommerce-page div.product div.images img{border-radius:24px;background:var(--trefo-card)}.woocommerce div.product .product_title{font-family:Fraunces,Georgia,serif;letter-spacing:-.05em;color:var(--trefo-indigo)}.woocommerce span.onsale{background:var(--trefo-river);border-radius:999px;font-weight:900}
.trefo-footer{background:linear-gradient(180deg,var(--trefo-indigo),var(--trefo-night));color:var(--trefo-card);padding:66px 0 28px}.trefo-footer__grid{display:grid;grid-template-columns:1.2fr .8fr .8fr 1.2fr;gap:28px;align-items:start}.trefo-footer p{color:rgba(255,249,241,.7);margin:14px 0 0}.trefo-footer p span{color:var(--trefo-coral)}.trefo-footer h2{font-size:14px;letter-spacing:.12em;text-transform:uppercase;margin:0 0 14px;color:rgba(255,249,241,.86)}.trefo-footer ul{list-style:none;margin:0;padding:0;display:grid;gap:10px}.trefo-footer a{text-decoration:none;color:rgba(255,249,241,.72)}.trefo-footer a:hover{color:var(--trefo-card)}.trefo-footer__badge img{border-radius:24px;border:1px solid rgba(255,249,241,.14);background:rgba(255,249,241,.06)}.trefo-news-form{display:flex;gap:10px;margin-top:16px}.trefo-news-form input{min-width:0;flex:1;border:1px solid rgba(255,249,241,.18);background:rgba(255,249,241,.1);color:var(--trefo-card);border-radius:999px;padding:0 16px;min-height:48px}.trefo-news-form input::placeholder{color:rgba(255,249,241,.55)}.trefo-socials{display:flex;gap:10px;margin-top:16px}.trefo-socials a{display:inline-grid;place-items:center;min-width:42px;height:42px;padding-inline:12px;border-radius:999px;background:rgba(255,249,241,.09);font-size:12px;font-weight:900;letter-spacing:.08em;text-transform:uppercase}.trefo-footer__bottom{display:flex;justify-content:space-between;gap:18px;align-items:center;border-top:1px solid rgba(255,249,241,.12);margin-top:44px;padding-top:20px;color:rgba(255,249,241,.58);font-size:13px}.trefo-footer__bottom span:last-child{color:var(--trefo-coral);font-weight:900}
.trefo-reveal{opacity:0;transform:translateY(14px);transition:opacity var(--trefo-dur-slow) var(--trefo-ease),transform var(--trefo-dur-slow) var(--trefo-ease);transition-delay:var(--trefo-reveal-delay,0ms)}.trefo-reveal.is-visible{opacity:1;transform:translateY(0)}.trefo-button:focus-visible,.trefo-cart:focus-visible,.trefo-main-nav a:focus-visible,.trefo-socials a:focus-visible,.trefo-art-card:focus-visible,.trefo-find-btn:focus-visible,input:focus-visible,button:focus-visible{outline:3px solid rgba(14,111,117,.55);outline-offset:4px}
@keyframes trefoFloat{0%,100%{transform:translate3d(0,0,0) scale(1)}50%{transform:translate3d(-14px,12px,0) scale(1.05)}}@keyframes trefoSlowDrift{0%{transform:scale(1.01) translate3d(0,0,0)}100%{transform:scale(1.045) translate3d(-10px,6px,0)}}@keyframes trefoPulse{0%,100%{box-shadow:0 0 0 0 rgba(14,111,117,.0)}50%{box-shadow:0 0 0 10px rgba(14,111,117,.28),0 0 0 22px rgba(14,111,117,.12)}}
@media(max-width:1050px){.trefo-header__inner{grid-template-columns:auto auto 1fr}.trefo-menu-toggle{display:inline-flex;justify-self:end}.trefo-main-nav{display:none;grid-column:1/-1;justify-self:stretch}.trefo-main-nav.is-open{display:block}.trefo-main-nav ul{display:grid;gap:4px;padding:8px 0 18px}.trefo-main-nav a{display:block;padding:12px 0}.trefo-cart{grid-column:3;grid-row:1;justify-self:end;margin-right:92px}.trefo-hero,.trefo-story-strip{grid-template-columns:1fr}.trefo-hero__copy{padding-inline:24px;margin:0}.trefo-hero__art,.trefo-hero__image{min-height:430px}.trefo-section-grid,.trefo-footer__grid{grid-template-columns:1fr}.trefo-art-cards,.trefo-products ul.products,.trefo-placeholder-products,.trefo-story-points{grid-template-columns:repeat(2,minmax(0,1fr))}.trefo-section-title{display:flex;align-items:center;justify-content:space-between;gap:16px}.trefo-copy-burst{margin:0;min-width:116px;min-height:116px}}
@media(max-width:700px){.trefo-container{width:min(100% - 28px,var(--trefo-container))}.trefo-header__inner{min-height:72px;gap:12px}.trefo-wordmark{font-size:34px}.trefo-cart{width:50px;height:50px;margin-right:80px}.trefo-hero{min-height:auto}.trefo-hero h1{font-size:clamp(54px,18vw,82px)}.trefo-hero__headline{font-size:26px}.trefo-hero__art,.trefo-hero__image{min-height:320px}.trefo-section__head{display:grid;gap:12px}.trefo-art-cards,.trefo-products ul.products,.trefo-placeholder-products,.trefo-story-points,.trefo-record-cards{grid-template-columns:1fr}.trefo-ledger-head{display:grid}.trefo-section-title{display:grid}.trefo-copy-burst{justify-self:start}.trefo-news-form{display:grid}.trefo-footer__bottom{display:grid}.trefo-story__copy{padding-inline:24px}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}.trefo-motion .trefo-hero__orb,.trefo-motion .trefo-hero__image{animation:none}.trefo-reveal{opacity:1;transform:none;transition:none}.trefo-button,.trefo-cart,.trefo-art-card,.woocommerce ul.products li.product,.trefo-placeholder-card,.trefo-site-header,.trefo-header__inner,.trefo-wordmark,.trefo-toast,.trefo-motion-toggle{transition:none}.trefo-county.pulse,.trefo-cart__count.is-bumping,.woocommerce .button.loading:after{animation:none}.trefo-toast.is-in{transform:none}}
html[data-trefo-motion="off"]{scroll-behavior:auto}html[data-trefo-motion="off"] .trefo-motion .trefo-hero__orb,html[data-trefo-motion="off"] .trefo-hero__orb,html[data-trefo-motion="off"] .trefo-hero__image{animation:none!important}html[data-trefo-motion="off"] .trefo-reveal{opacity:1;transform:none;transition:none}html[data-trefo-motion="off"] .trefo-button,html[data-trefo-motion="off"] .trefo-cart,html[data-trefo-motion="off"] .trefo-art-card,html[data-trefo-motion="off"] .woocommerce ul.products li.product,html[data-trefo-motion="off"] .trefo-placeholder-card,html[data-trefo-motion="off"] .trefo-site-header,html[data-trefo-motion="off"] .trefo-header__inner,html[data-trefo-motion="off"] .trefo-wordmark,html[data-trefo-motion="off"] .trefo-toast,html[data-trefo-motion="off"] .trefo-motion-toggle{transition:none}html[data-trefo-motion="off"] .trefo-county.pulse,html[data-trefo-motion="off"] .trefo-cart__count.is-bumping,html[data-trefo-motion="off"] .woocommerce .button.loading:after{animation:none}html[data-trefo-motion="off"] .trefo-toast.is-in{transform:none}html[data-trefo-motion="off"] .trefo-hero__image{transform:none!important;translate:none;scale:none}

/* ============================================================
   v2.3.0 — research-tuned motion + UX layer
   Motion budget lives at decisive moments; ambient motion stays
   quiet; everything below honors the reduced-motion overrides.
   ============================================================ */

/* Typography polish: balanced headings, orphan-safe paragraphs */
.trefo-hero h1,.trefo-section__head h2,.trefo-section-title h2,.trefo-story__copy h2,.trefo-record__wrap h2,.trefo-ledger-head h2,.trefo-record-card h3{text-wrap:balance}
.trefo-hero__sub,.trefo-section__head p,.trefo-story__copy p,.trefo-record-card p,.trefo-ledger-foot{text-wrap:pretty}

/* Sticky header compaction after scroll — content gets the room back */
.trefo-site-header{transition:box-shadow var(--trefo-dur-fast) var(--trefo-ease),background var(--trefo-dur-fast) var(--trefo-ease)}
.trefo-header__inner{transition:min-height var(--trefo-dur-fast) var(--trefo-ease)}
.trefo-wordmark{transition:font-size var(--trefo-dur-fast) var(--trefo-ease)}
.trefo-site-header.is-scrolled{background:rgba(244,239,230,.95);box-shadow:0 14px 34px rgba(22,26,43,.11)}
.trefo-site-header.is-scrolled .trefo-header__inner{min-height:68px}
.trefo-site-header.is-scrolled .trefo-wordmark{font-size:clamp(28px,3.4vw,44px)}

/* Buttons: pressed state = immediate tactile acknowledgement */
.trefo-button:active,.button:active,.woocommerce a.button:active,.woocommerce button.button:active,button:active,input[type="submit"]:active{transform:translateY(0) scale(.985);transition-duration:80ms}

/* WooCommerce AJAX add-to-cart: visible in-progress + success states,
   so the wait is never ambiguous (arXiv:2602.04138) */
.woocommerce .button.loading{position:relative;opacity:.85;pointer-events:none}
.woocommerce .button.loading:after{content:"";width:14px;height:14px;border-radius:50%;border:2px solid rgba(255,249,241,.45);border-top-color:var(--trefo-card);margin-left:4px;animation:trefoSpin .7s linear infinite}
.woocommerce .button.added:after{content:"✓";margin-left:6px;font-weight:900}
.woocommerce a.added_to_cart{display:inline-block;margin-top:10px;font-size:12px;font-weight:900;letter-spacing:.06em;text-transform:uppercase;color:var(--trefo-river);text-decoration:none}

/* Cart count bump on add/remove */
.trefo-cart__count.is-bumping{animation:trefoBump .5s var(--trefo-ease-spring)}

/* Toast confirmation (visual twin of the aria-live announcement) */
.trefo-toast{position:fixed;left:50%;bottom:26px;transform:translate(-50%,14px);z-index:10001;background:var(--trefo-indigo);color:var(--trefo-card);border:1px solid rgba(255,249,241,.16);border-radius:999px;padding:13px 20px 13px 16px;font-size:14px;font-weight:800;letter-spacing:.02em;box-shadow:0 20px 48px rgba(22,26,43,.32);opacity:0;pointer-events:none;transition:opacity var(--trefo-dur) var(--trefo-ease),transform var(--trefo-dur) var(--trefo-ease-spring)}
.trefo-toast:before{content:"";display:inline-block;width:9px;height:9px;border-radius:50%;background:var(--trefo-river);box-shadow:0 0 0 4px rgba(14,111,117,.28);margin-right:10px;vertical-align:1px}
.trefo-toast.is-in{opacity:1;transform:translate(-50%,0)}

/* County ledger: reading progress tracks the horizontal scroll 1:1 —
   position feedback tied to user input, so it stays under reduced motion */
.trefo-ledger-progress{height:4px;border-radius:999px;background:rgba(255,249,241,.12);overflow:hidden;margin-top:2px}
.trefo-ledger-progress__fill{display:block;height:100%;width:100%;border-radius:999px;background:linear-gradient(90deg,var(--trefo-river),var(--trefo-coral));transform:scaleX(0);transform-origin:left center}
.trefo-strip-outer{overscroll-behavior-x:contain;scroll-snap-type:x proximity}
.trefo-county{scroll-snap-align:center}
.trefo-strip-outer:focus-visible{outline:3px solid rgba(14,111,117,.55);outline-offset:4px;border-radius:12px}

/* Visitor motion switch (footer) — WCAG 2.3.3 on-page control */
.trefo-motion-toggle{display:inline-flex;align-items:center;gap:9px;background:rgba(255,249,241,.08)!important;color:rgba(255,249,241,.75)!important;border:1px solid rgba(255,249,241,.16)!important;box-shadow:none!important;padding:9px 14px!important;font-size:11px!important;letter-spacing:.08em;border-radius:999px!important;transition:background var(--trefo-dur-fast) var(--trefo-ease),color var(--trefo-dur-fast) var(--trefo-ease)}
.trefo-motion-toggle__dot{width:9px;height:9px;border-radius:50%;background:rgba(255,249,241,.35);transition:background var(--trefo-dur-fast) var(--trefo-ease),box-shadow var(--trefo-dur-fast) var(--trefo-ease)}
.trefo-motion-toggle.is-on{color:var(--trefo-card)!important;background:rgba(14,111,117,.24)!important}
.trefo-motion-toggle.is-on .trefo-motion-toggle__dot{background:var(--trefo-river);box-shadow:0 0 0 4px rgba(14,111,117,.22)}
.trefo-motion-toggle:hover{transform:none;color:var(--trefo-card)!important}

/* Ambient hero motion, quieter: smaller drift, slower orb */
.trefo-motion .trefo-hero__image{animation-duration:22s}
.trefo-motion .trefo-hero__orb{animation-duration:9s}

/* Scroll-driven hero depth (progressive enhancement): where the browser
   supports CSS scroll timelines, the drift follows the visitor's own
   scroll instead of looping — motion paced by the user, off main thread */
@supports (animation-timeline: scroll()) {
  .trefo-motion .trefo-hero__image{animation:trefoScrollDepth linear both;animation-timeline:scroll(root block);animation-range:0 640px;transform:none;scale:1.015;translate:0 0}
  @keyframes trefoScrollDepth{from{translate:0 0;scale:1.015}to{translate:0 -22px;scale:1.05}}
}

/* Cross-page transitions: soft same-origin crossfade in supporting
   browsers, only when the visitor has not asked for reduced motion */
@media (prefers-reduced-motion: no-preference) {
  @view-transition {navigation: auto;}
  ::view-transition-old(root),::view-transition-new(root){animation-duration:.28s}
}

/* Rendering economy for long, below-the-fold sections */
.trefo-record{content-visibility:auto;contain-intrinsic-size:auto 620px}
.trefo-ledger-strip{content-visibility:auto;contain-intrinsic-size:auto 540px}

@keyframes trefoSpin{to{transform:rotate(360deg)}}
@keyframes trefoBump{0%{transform:scale(1)}35%{transform:scale(1.28)}100%{transform:scale(1)}}


/* Hero image update: full-bleed surreal Winston 336 mural */
.trefo-hero{display:block;isolation:isolate;min-height:clamp(540px,52vw,760px);background:#050917;color:var(--trefo-card);border-bottom:1px solid rgba(255,249,241,.12)}
.trefo-hero:before{content:"";position:absolute;inset:0;z-index:2;pointer-events:none;background:radial-gradient(circle at 12% 42%,rgba(255,249,241,.18),transparent 22%),radial-gradient(circle at 82% 24%,rgba(120,190,255,.18),transparent 27%),linear-gradient(90deg,rgba(5,9,23,.9) 0,rgba(5,9,23,.7) 28%,rgba(5,9,23,.24) 58%,rgba(5,9,23,.1) 100%)}
.trefo-hero__art{position:absolute;inset:0;z-index:1;min-height:0;display:block;overflow:hidden;background-position:center center;background-size:cover;background-color:#050917}
.trefo-hero__image{width:100%;height:100%;min-height:0;object-fit:cover;object-position:center center;filter:saturate(1.08) contrast(1.06);transform:scale(1.01);transition:transform .4s ease}
.trefo-hero__art:after{content:"";position:absolute;inset:0;display:block;pointer-events:none;background:linear-gradient(0deg,rgba(5,9,23,.46),rgba(5,9,23,.02) 34%,rgba(5,9,23,.52)),linear-gradient(90deg,rgba(5,9,23,.86),rgba(5,9,23,.58) 33%,rgba(5,9,23,.12) 72%,rgba(5,9,23,.04))}
.trefo-hero__copy{position:relative;z-index:4;min-height:clamp(540px,52vw,760px);display:flex;flex-direction:column;justify-content:center;padding:clamp(70px,8vw,118px) max(24px,calc((100vw - var(--trefo-container))/2));margin-left:0;max-width:min(760px,100%)}
.trefo-hero h1{color:var(--trefo-card);text-shadow:0 10px 34px rgba(0,0,0,.58),0 0 34px rgba(147,192,255,.22)}
.trefo-hero__headline{color:#f0d6b3;text-shadow:0 8px 28px rgba(0,0,0,.5);max-width:640px}
.trefo-hero__sub{color:rgba(255,249,241,.82);text-shadow:0 8px 22px rgba(0,0,0,.4)}
.trefo-hero__orb{z-index:3;right:12%;top:14%;width:240px;height:240px;background:radial-gradient(circle,rgba(255,249,241,.42),rgba(111,178,255,.2) 34%,rgba(255,249,241,0) 70%);opacity:.62;filter:blur(.2px)}
.trefo-motion .trefo-hero__image{animation:trefoSlowDrift 24s ease-in-out infinite alternate}
@media(max-width:1050px){.trefo-hero{min-height:clamp(520px,72vw,720px)}.trefo-hero__copy{min-height:clamp(520px,72vw,720px);padding-inline:24px}.trefo-hero__art,.trefo-hero__image{min-height:0}.trefo-hero:before{background:linear-gradient(90deg,rgba(5,9,23,.88),rgba(5,9,23,.5) 52%,rgba(5,9,23,.16)),linear-gradient(0deg,rgba(5,9,23,.55),transparent 45%)}}
@media(max-width:700px){.trefo-hero{min-height:620px}.trefo-hero__copy{min-height:620px;padding-top:76px;padding-bottom:56px}.trefo-hero__image{object-position:60% center}.trefo-hero h1{font-size:clamp(54px,18vw,82px)}.trefo-hero__headline{font-size:26px}.trefo-hero__orb{right:-70px;top:18%;width:190px;height:190px}}

/* ============================================================
   v2.4.0 — Winston 336 premium hero upgrade
   Darker, cleaner storefront system built around the surreal hero.
   ============================================================ */
:root{
  --trefo-ink:#eef5ff;
  --trefo-night:#050917;
  --trefo-indigo:#0e1830;
  --trefo-indigo-2:#132245;
  --trefo-paper:#070b14;
  --trefo-card:#10182b;
  --trefo-cream:#f5f1ea;
  --trefo-clay:#8d5cff;
  --trefo-coral:#f2b867;
  --trefo-river:#2dd4d0;
  --trefo-sage:#9fb4c8;
  --trefo-muted:#a5b3cc;
  --trefo-line:rgba(238,245,255,.14);
  --trefo-soft-line:rgba(238,245,255,.12);
  --trefo-glow:rgba(141,92,255,.26);
  --trefo-shadow:0 28px 76px rgba(0,0,0,.38);
}
body.trefo-theme{background:radial-gradient(circle at 18% -10%,rgba(45,212,208,.12),transparent 26%),radial-gradient(circle at 90% 4%,rgba(141,92,255,.14),transparent 30%),var(--trefo-paper);color:var(--trefo-ink)}
body.trefo-theme:after{background:radial-gradient(circle at 18% 100%,rgba(45,212,208,.14),transparent 34%),radial-gradient(circle at 92% 92%,rgba(141,92,255,.18),transparent 36%)}
.trefo-container{width:min(var(--trefo-container),calc(100vw - 40px))}

/* Transparent, hero-friendly header. On scroll it becomes a blurred dark rail. */
.trefo-site-header{background:rgba(6,10,22,.72);color:var(--trefo-ink);border-bottom:1px solid rgba(238,245,255,.12);box-shadow:0 16px 42px rgba(0,0,0,.18);backdrop-filter:blur(18px) saturate(1.15)}
body.home .trefo-site-header{position:fixed;left:0;right:0;top:0;background:rgba(5,9,23,.28);box-shadow:none}
.trefo-site-header.is-scrolled,body.home .trefo-site-header.is-scrolled{background:rgba(5,9,23,.86);box-shadow:0 16px 42px rgba(0,0,0,.34);border-bottom-color:rgba(238,245,255,.16)}
.trefo-wordmark{color:var(--trefo-ink);text-shadow:0 0 24px rgba(45,212,208,.12)}
.trefo-wordmark:after{background:linear-gradient(90deg,var(--trefo-river),var(--trefo-clay),var(--trefo-coral));box-shadow:0 0 24px rgba(141,92,255,.3)}
.trefo-main-nav a{color:rgba(238,245,255,.76)}
.trefo-main-nav a:hover,.trefo-main-nav .current-menu-item>a{color:var(--trefo-ink)}
.trefo-main-nav a:after{background:linear-gradient(90deg,var(--trefo-river),var(--trefo-clay))}
.trefo-cart{background:rgba(238,245,255,.08);border-color:rgba(238,245,255,.18);color:var(--trefo-ink);box-shadow:0 14px 34px rgba(0,0,0,.24);backdrop-filter:blur(14px)}
.trefo-cart__count{background:linear-gradient(135deg,var(--trefo-clay),var(--trefo-river));color:#fff;border-color:var(--trefo-night)}
.trefo-menu-toggle{background:rgba(238,245,255,.1);color:var(--trefo-ink);border:1px solid rgba(238,245,255,.16)}

/* Hero: same image, more readable copy, cleaner glass panel. */
.trefo-hero{display:block;isolation:isolate;min-height:clamp(620px,56vw,820px);background:#050917;color:var(--trefo-ink);border-bottom:1px solid rgba(238,245,255,.12);overflow:hidden}
.trefo-hero:before{content:"";position:absolute;inset:0;z-index:2;pointer-events:none;background:radial-gradient(circle at 14% 42%,rgba(45,212,208,.13),transparent 22%),radial-gradient(circle at 78% 26%,rgba(141,92,255,.15),transparent 28%),linear-gradient(90deg,rgba(5,9,23,.92) 0,rgba(5,9,23,.74) 26%,rgba(5,9,23,.36) 52%,rgba(5,9,23,.1) 100%)}
.trefo-hero:after{content:"";position:absolute;inset:0;z-index:3;pointer-events:none;background:linear-gradient(0deg,rgba(5,9,23,.74),transparent 28%,rgba(5,9,23,.22)),radial-gradient(circle at 18% 56%,rgba(238,245,255,.06),transparent 26%)}
.trefo-hero__art{position:absolute;inset:0;z-index:1;min-height:0;display:block;overflow:hidden;background-position:center center;background-size:cover;background-color:#050917}
.trefo-hero__picture{position:absolute;inset:0;display:block;width:100%;height:100%}
.trefo-hero__image{position:absolute;inset:0;width:100%;height:100%;min-height:0;object-fit:cover;object-position:center center;filter:saturate(1.12) contrast(1.08) brightness(.96);transform:scale(1.01);transition:transform .4s ease}
.trefo-hero__art:after{content:"";position:absolute;inset:0;display:block;pointer-events:none;background:linear-gradient(90deg,rgba(5,9,23,.9),rgba(5,9,23,.56) 34%,rgba(5,9,23,.12) 72%,rgba(5,9,23,.02)),linear-gradient(0deg,rgba(5,9,23,.58),rgba(5,9,23,.02) 48%,rgba(5,9,23,.36))}
.trefo-hero__copy{position:relative;z-index:4;min-height:clamp(620px,56vw,820px);display:flex;flex-direction:column;justify-content:center;padding:clamp(98px,10vw,146px) max(24px,calc((100vw - var(--trefo-container))/2)) clamp(64px,8vw,104px);margin-left:0;max-width:min(820px,100%)}
.trefo-hero__panel{width:min(680px,100%);padding:clamp(22px,4vw,38px);border-radius:32px;background:linear-gradient(135deg,rgba(5,9,23,.7),rgba(14,24,48,.42));border:1px solid rgba(238,245,255,.16);box-shadow:0 28px 78px rgba(0,0,0,.36),inset 0 1px 0 rgba(255,255,255,.1);backdrop-filter:blur(18px) saturate(1.18);position:relative;overflow:hidden}
.trefo-hero__panel:before{content:"";position:absolute;inset:0;pointer-events:none;background:radial-gradient(circle at 18% 0%,rgba(45,212,208,.14),transparent 28%),radial-gradient(circle at 82% 22%,rgba(141,92,255,.18),transparent 30%)}
.trefo-hero__panel>*{position:relative;z-index:1}
.trefo-hero__eyebrow,.trefo-kicker{color:var(--trefo-river);text-shadow:0 0 18px rgba(45,212,208,.25)}
.trefo-hero h1{color:var(--trefo-ink);text-shadow:0 10px 34px rgba(0,0,0,.58),0 0 34px rgba(45,212,208,.18);margin-bottom:18px}
.trefo-hero__headline{color:#f5f1ea;text-shadow:0 8px 28px rgba(0,0,0,.5);max-width:640px;font-size:clamp(28px,3.2vw,48px)}
.trefo-hero__sub{color:rgba(238,245,255,.82);text-shadow:0 8px 22px rgba(0,0,0,.4);max-width:610px}
.trefo-hero__proof span{background:rgba(238,245,255,.08);border:1px solid rgba(238,245,255,.16);color:rgba(238,245,255,.86);backdrop-filter:blur(10px)}
.trefo-hero__proof span:before{background:var(--trefo-river);box-shadow:0 0 0 5px rgba(45,212,208,.12),0 0 18px rgba(45,212,208,.5)}
.trefo-hero__orb{z-index:3;right:12%;top:14%;width:240px;height:240px;background:radial-gradient(circle,rgba(238,245,255,.38),rgba(45,212,208,.16) 34%,rgba(141,92,255,.08) 52%,rgba(238,245,255,0) 72%);opacity:.62;filter:blur(.2px)}
.trefo-motion .trefo-hero__image{animation:trefoSlowDrift 26s ease-in-out infinite alternate}

/* Premium CTA system */
.trefo-button,.button,.woocommerce a.button,.woocommerce button.button,.woocommerce input.button,button,input[type="submit"]{background:linear-gradient(135deg,var(--trefo-clay),#5b7cff)!important;color:white!important;box-shadow:0 14px 34px rgba(141,92,255,.28);border:1px solid rgba(255,255,255,.12)!important}
.trefo-button--primary{background:linear-gradient(135deg,var(--trefo-river),var(--trefo-clay))!important;position:relative;overflow:hidden}
.trefo-button--primary:before{content:"";position:absolute;inset:-30% auto -30% -35%;width:30%;transform:skewX(-18deg);background:linear-gradient(90deg,transparent,rgba(255,255,255,.35),transparent);opacity:.7}.trefo-motion .trefo-button--primary:before{animation:trefoButtonShimmer 4.8s ease-in-out infinite}
.trefo-button--glass,.trefo-button--ghost{background:rgba(238,245,255,.08)!important;color:var(--trefo-ink)!important;border:1px solid rgba(238,245,255,.18)!important;box-shadow:0 12px 30px rgba(0,0,0,.18);backdrop-filter:blur(12px)}
@keyframes trefoButtonShimmer{0%,60%{left:-35%}100%{left:125%}}

/* Quiet homepage rhythm under the hero. */
.trefo-drop-ribbon{position:relative;padding:0 0 clamp(36px,5vw,64px);margin-top:-42px;z-index:5}.trefo-drop-ribbon__grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}.trefo-drop-ribbon article{background:linear-gradient(145deg,rgba(16,24,43,.84),rgba(8,13,26,.78));border:1px solid rgba(238,245,255,.12);box-shadow:var(--trefo-shadow);border-radius:26px;padding:24px;backdrop-filter:blur(16px)}.trefo-drop-ribbon span{font-family:"IBM Plex Mono",ui-monospace,monospace;color:var(--trefo-river);font-size:12px;font-weight:900;letter-spacing:.16em}.trefo-drop-ribbon h2{margin:10px 0 8px;font-size:clamp(20px,2vw,28px);letter-spacing:-.04em;line-height:1.1;font-family:Fraunces,Georgia,serif}.trefo-drop-ribbon p{margin:0;color:rgba(238,245,255,.68);font-size:14px;line-height:1.6}
.trefo-section{padding:clamp(64px,8vw,112px) 0}.trefo-merch{background:linear-gradient(180deg,#070b14 0%,#0e1830 48%,#050917 100%);color:var(--trefo-ink)}.trefo-merch:before{background:radial-gradient(circle at 18% 12%,rgba(45,212,208,.18),transparent 29%),radial-gradient(circle at 82% 18%,rgba(141,92,255,.20),transparent 26%)}
.trefo-section-title h2{color:var(--trefo-ink)}.trefo-copy-burst{background:rgba(238,245,255,.07);border-color:rgba(238,245,255,.16);color:var(--trefo-ink);box-shadow:inset 0 0 0 10px rgba(238,245,255,.025),0 0 34px rgba(141,92,255,.15)}

/* Product cards: dark glass drop cards with clearer shopping feedback. */
.woocommerce ul.products li.product,.trefo-placeholder-card{background:linear-gradient(145deg,rgba(16,24,43,.92),rgba(9,14,28,.96));border:1px solid rgba(238,245,255,.14);border-radius:30px;box-shadow:0 22px 58px rgba(0,0,0,.34);color:var(--trefo-ink);overflow:hidden}.woocommerce ul.products li.product:before,.trefo-placeholder-card:before{content:"";position:absolute;inset:0;pointer-events:none;background:linear-gradient(135deg,rgba(45,212,208,.08),transparent 34%,rgba(141,92,255,.08));opacity:.8}.woocommerce ul.products li.product:hover,.trefo-placeholder-card:hover{transform:translateY(-7px);box-shadow:0 30px 76px rgba(0,0,0,.45),0 0 0 1px rgba(45,212,208,.18)}.woocommerce ul.products li.product a img{background:rgba(238,245,255,.92);border-radius:22px}.woocommerce ul.products li.product .woocommerce-loop-product__title,.trefo-placeholder-card h3{color:var(--trefo-ink)!important}.woocommerce ul.products li.product .price,.trefo-placeholder-card b{background:rgba(45,212,208,.11);color:var(--trefo-river)!important}.trefo-placeholder-card span,.trefo-product-badge{display:inline-flex;position:relative;z-index:3;width:max-content;background:rgba(45,212,208,.12);color:var(--trefo-river);border:1px solid rgba(45,212,208,.22);border-radius:999px;padding:7px 10px;font-size:11px;font-weight:900;letter-spacing:.08em;text-transform:uppercase}.trefo-placeholder-card__image{background:radial-gradient(circle at 20% 10%,rgba(45,212,208,.24),transparent 30%),linear-gradient(135deg,rgba(141,92,255,.22),rgba(45,212,208,.14));color:var(--trefo-ink);border:1px solid rgba(238,245,255,.1)}

/* Story section under the shop: clean, premium, readable. */
.trefo-brand-story{position:relative;padding:clamp(64px,8vw,112px) 0;background:radial-gradient(circle at 88% 22%,rgba(141,92,255,.18),transparent 29%),radial-gradient(circle at 10% 80%,rgba(45,212,208,.13),transparent 34%),#050917;color:var(--trefo-ink);border-top:1px solid rgba(238,245,255,.1);border-bottom:1px solid rgba(238,245,255,.1)}
.trefo-brand-story__grid{display:grid;grid-template-columns:minmax(280px,.95fr) 1.25fr;gap:clamp(28px,5vw,62px);align-items:center}.trefo-brand-story__copy h2{font-family:Fraunces,Georgia,serif;font-size:clamp(38px,5vw,72px);line-height:.96;letter-spacing:-.055em;margin:0 0 18px}.trefo-brand-story__copy p{font-size:18px;color:rgba(238,245,255,.72);margin:0;max-width:620px}.trefo-brand-story__cards{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}.trefo-brand-story__cards article{min-height:220px;padding:24px;border-radius:28px;background:linear-gradient(145deg,rgba(16,24,43,.9),rgba(10,15,29,.8));border:1px solid rgba(238,245,255,.12);box-shadow:0 20px 56px rgba(0,0,0,.3)}.trefo-brand-story__cards span{font-family:"IBM Plex Mono",ui-monospace,monospace;color:var(--trefo-coral);letter-spacing:.12em;text-transform:uppercase;font-size:12px;font-weight:900}.trefo-brand-story__cards p{color:rgba(238,245,255,.72);margin:14px 0 0;font-size:15px;line-height:1.65}

/* Record and ledger refinements so the dramatic hero does not make the rest feel old. */
.trefo-record,.trefo-ledger-strip{background:linear-gradient(180deg,#070b14,#050917);color:var(--trefo-ink)}.trefo-record-card{background:linear-gradient(145deg,rgba(16,24,43,.88),rgba(8,13,26,.82));border-color:rgba(238,245,255,.14);box-shadow:0 22px 60px rgba(0,0,0,.28)}.trefo-record-card p,.trefo-ledger-foot{color:rgba(238,245,255,.7)}.trefo-county{background:rgba(238,245,255,.06);border-color:rgba(238,245,255,.12);color:var(--trefo-ink)}.trefo-county.forsyth{background:linear-gradient(135deg,rgba(45,212,208,.18),rgba(141,92,255,.22));border-color:rgba(45,212,208,.34)}.trefo-find-btn{background:linear-gradient(135deg,var(--trefo-river),var(--trefo-clay));color:white;border:0}

/* Footer stays tied to the premium dark system. */
.trefo-footer{background:linear-gradient(180deg,#0e1830,#050917);color:var(--trefo-ink)}.trefo-footer p,.trefo-footer a,.trefo-footer__bottom{color:rgba(238,245,255,.68)}.trefo-footer p span,.trefo-footer__bottom span:last-child{color:var(--trefo-coral)}

@media(max-width:1050px){
  .trefo-main-nav.is-open{background:rgba(5,9,23,.94);border:1px solid rgba(238,245,255,.12);border-radius:22px;padding-inline:18px;box-shadow:var(--trefo-shadow)}
  .trefo-hero{min-height:clamp(600px,76vw,760px)}.trefo-hero__copy{min-height:clamp(600px,76vw,760px);padding-inline:24px}.trefo-hero:before{background:linear-gradient(90deg,rgba(5,9,23,.9),rgba(5,9,23,.58) 52%,rgba(5,9,23,.16)),linear-gradient(0deg,rgba(5,9,23,.62),transparent 45%)}
  .trefo-drop-ribbon__grid,.trefo-brand-story__grid{grid-template-columns:1fr}.trefo-brand-story__cards{grid-template-columns:repeat(3,minmax(0,1fr))}
}
@media(max-width:760px){
  .trefo-container{width:min(100% - 28px,var(--trefo-container))}.trefo-header__inner{min-height:72px}.trefo-cart{width:50px;height:50px;margin-right:80px}.trefo-hero{min-height:680px}.trefo-hero__copy{min-height:680px;padding-top:104px;padding-bottom:48px}.trefo-hero__panel{padding:22px;border-radius:24px}.trefo-hero__image{object-position:42% center}.trefo-hero h1{font-size:clamp(56px,18vw,82px)}.trefo-hero__headline{font-size:clamp(24px,8vw,32px)}.trefo-hero__sub{font-size:16px}.trefo-hero__proof{gap:8px}.trefo-hero__proof span{font-size:10px;padding:8px 10px}.trefo-drop-ribbon{margin-top:-24px}.trefo-drop-ribbon__grid,.trefo-brand-story__cards{grid-template-columns:1fr}.trefo-brand-story__cards article{min-height:auto}.trefo-section-grid{gap:28px}.woocommerce ul.products li.product,.trefo-placeholder-card{min-height:0}
}

/* === v2.4.1 layout hotfix ===
   Fixes the desktop hero copy panel squeezing into a vertical strip on wide screens.
   The copy area now uses a centered container width instead of placing a huge
   left padding inside a max-width element. Also accounts for the WP admin bar. */
body.admin-bar .trefo-site-header{top:32px}
@media(max-width:782px){body.admin-bar .trefo-site-header{top:46px}}

.trefo-hero__copy{
  width:min(var(--trefo-container),calc(100vw - 40px));
  max-width:none;
  margin:0 auto;
  padding:clamp(108px,10vw,152px) 0 clamp(70px,8vw,110px);
  align-items:flex-start;
}
.trefo-hero__panel{
  width:min(700px,58vw);
  min-width:min(100%,560px);
}

@media(max-width:1050px){
  .trefo-hero__copy{
    width:min(100% - 32px,var(--trefo-container));
    padding-inline:0;
  }
  .trefo-hero__panel{
    width:min(680px,72vw);
    min-width:0;
  }
}

@media(max-width:760px){
  .trefo-hero__copy{
    width:min(100% - 28px,var(--trefo-container));
    padding-top:104px;
    padding-bottom:54px;
  }
  .trefo-hero__panel{
    width:100%;
    min-width:0;
  }
}

/* ============================================================
   v2.5.0 — production pass
   1) Brand-story cards: each card now wears the accent it
      describes (chrome silver / night violet / soul amber),
      with display-scale titles instead of 12px eyebrows.
   2) County ledger: wider cells and larger, true-weight type
      so the A-to-Z strip reads at a glance.
   3) Print + full-page capture: content-visibility sections
      render instead of collapsing to blank reserved space.
   ============================================================ */

/* 1. Brand-story cards ------------------------------------- */
.trefo-brand-story__cards article{--sc:#9fb4c8;--sc-soft:rgba(159,180,200,.18);--sc-glow:rgba(159,180,200,.12);position:relative;min-height:244px;padding:30px 26px 28px;border-radius:30px;background:linear-gradient(160deg,rgba(19,28,50,.95),rgba(9,14,28,.9));border:1px solid var(--sc-soft);box-shadow:0 26px 64px rgba(0,0,0,.36),inset 0 1px 0 rgba(255,255,255,.05);overflow:hidden;transition:transform .24s var(--trefo-ease),border-color .24s var(--trefo-ease),box-shadow .24s var(--trefo-ease)}
.trefo-brand-story__cards .trefo-brand-story__card--chrome{--sc:#d6dff1;--sc-soft:rgba(214,223,241,.24);--sc-glow:rgba(214,223,241,.13)}
.trefo-brand-story__cards .trefo-brand-story__card--night{--sc:#8d5cff;--sc-soft:rgba(141,92,255,.32);--sc-glow:rgba(141,92,255,.17)}
.trefo-brand-story__cards .trefo-brand-story__card--soul{--sc:#f2b867;--sc-soft:rgba(242,184,103,.32);--sc-glow:rgba(242,184,103,.15)}
.trefo-brand-story__cards article:before{content:"";position:absolute;left:0;right:0;top:0;height:4px;background:linear-gradient(90deg,var(--sc),transparent 76%);opacity:.95}
.trefo-brand-story__cards article:after{content:"";position:absolute;right:-56px;top:-56px;width:200px;height:200px;border-radius:50%;background:radial-gradient(circle,var(--sc-glow),transparent 68%);pointer-events:none}
.trefo-brand-story__cards article:hover{transform:translateY(-6px);border-color:var(--sc);box-shadow:0 32px 78px rgba(0,0,0,.46),0 0 36px var(--sc-glow)}
.trefo-brand-story__cards span{display:block;font-family:Fraunces,Georgia,serif;font-size:clamp(26px,2.3vw,33px);font-weight:900;letter-spacing:-.035em;line-height:1.02;text-transform:none;color:var(--trefo-ink)}
.trefo-brand-story__cards span:after{content:"";display:block;width:46px;height:4px;border-radius:999px;margin-top:14px;background:linear-gradient(90deg,var(--sc),transparent)}
.trefo-brand-story__cards p{color:rgba(238,245,255,.78);font-size:16px;line-height:1.7;margin:16px 0 0}
html[data-trefo-motion="off"] .trefo-brand-story__cards article{transition:none}
@media(prefers-reduced-motion:reduce){.trefo-brand-story__cards article{transition:none}}

/* 2. County ledger legibility ------------------------------- */
.trefo-county-strip{grid-auto-columns:200px;gap:12px}
.trefo-county{min-height:148px;padding:18px;gap:12px}
.trefo-county__number{font-size:15px;font-weight:700;letter-spacing:.04em;color:rgba(238,245,255,.62)}
.trefo-county__name{font-size:19px;font-weight:700;letter-spacing:.02em;line-height:1.25}
.trefo-county.forsyth{border-color:rgba(45,212,208,.44);box-shadow:0 0 0 1px rgba(45,212,208,.3) inset,0 18px 46px rgba(45,212,208,.22)}
.trefo-county.forsyth .trefo-county__number{font-size:17px;color:var(--trefo-coral);text-shadow:0 0 16px rgba(242,184,103,.35)}
.trefo-county.forsyth .trefo-county__name{font-size:21px;color:#fff}
.trefo-ledger-foot{font-size:17px;color:rgba(238,245,255,.74)}
.trefo-ledger-strip{contain-intrinsic-size:auto 600px}
@media(max-width:700px){.trefo-county-strip{grid-auto-columns:176px}.trefo-county{min-height:136px}.trefo-county__name{font-size:17px}.trefo-county.forsyth .trefo-county__name{font-size:19px}}
@media(max-width:760px){.trefo-brand-story__cards article{min-height:0;padding:26px 22px 24px}}

/* 3. Print / full-page capture ------------------------------ */
@media print{.trefo-record,.trefo-ledger-strip{content-visibility:visible;contain-intrinsic-size:none}}
