:root{
  --paper:#f4f0e8;
  --paper-2:#ebe4d8;
  --ink:#171719;
  --muted:#716d67;
  --red:#9f2534;
  --red-dark:#7d1b28;
  --blue:#1d3144;
  --line:rgba(23,23,25,.16);
  --serif:"Playfair Display", Georgia, serif;
  --sans:"DM Sans", Arial, sans-serif;
  --mono:"DM Mono", monospace;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;background:var(--paper);color:var(--ink);font-family:var(--sans);font-size:16px;line-height:1.55}
body:before{content:"";position:fixed;inset:0;pointer-events:none;opacity:.055;z-index:20;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.85' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.42'/%3E%3C/svg%3E")}
a{color:inherit;text-decoration:none}
img{max-width:100%;display:block}
button,input{font:inherit}
.grain{position:fixed;top:0;left:0;width:100%;height:3px;background:var(--red);z-index:50}
.site-header{height:88px;padding:0 5vw;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--line);position:sticky;top:0;background:rgba(244,240,232,.94);backdrop-filter:blur(14px);z-index:40}
.wordmark{width:170px;line-height:.9;display:flex;flex-direction:column}
.wordmark-small{font-family:var(--mono);font-size:9px;letter-spacing:.28em;margin-left:2px}
.wordmark-main{font-family:var(--serif);font-size:28px;letter-spacing:-.04em}
.wordmark-sub{font-family:var(--mono);font-size:8px;letter-spacing:.24em;margin-top:2px}
.nav{display:flex;gap:34px;font-size:13px;font-weight:600;letter-spacing:.02em}
.nav a{position:relative}
.nav a:after{content:"";position:absolute;left:0;bottom:-6px;width:0;height:1px;background:var(--red);transition:.3s}
.nav a:hover:after{width:100%}
.nav-cta{border:1px solid var(--ink);padding:11px 16px;font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:.06em}
.nav-cta span{color:var(--red)}
.menu-toggle{display:none;border:0;background:none;font-size:22px}
.hero{min-height:calc(100vh - 88px);padding:8vh 5vw 7vh;display:grid;grid-template-columns:1.04fr .96fr;gap:6vw;align-items:center;max-width:1600px;margin:auto}
.eyebrow{font-family:var(--mono);font-size:10px;letter-spacing:.16em;text-transform:uppercase;color:var(--muted);display:flex;align-items:center;gap:10px;margin:0 0 22px}
.eyebrow span{width:24px;height:1px;background:var(--red);display:inline-block}
.hero h1{font-family:var(--serif);font-weight:500;font-size:clamp(60px,7.5vw,125px);line-height:.91;letter-spacing:-.065em;margin:0 0 34px}
.hero h1 em,.manifesto h2 em,.shop h2 em,.tef h2 em,.editorial h2 em,.newsletter h2 em{font-style:italic;color:var(--red)}
.hero-lede{max-width:610px;font-size:17px;color:#4f4b46;line-height:1.7}
.hero-actions{display:flex;align-items:center;gap:25px;margin-top:34px}
.button{display:inline-flex;align-items:center;justify-content:space-between;gap:34px;padding:16px 20px;text-transform:uppercase;letter-spacing:.07em;font-size:11px;font-weight:700;transition:.3s}
.button-dark{background:var(--ink);color:var(--paper);min-width:220px}
.button-dark:hover{background:var(--red);transform:translateY(-2px)}
.button-red{background:var(--red);color:white}
.button-red:hover{background:var(--red-dark);transform:translateY(-2px)}
.text-link{font-size:12px;text-transform:uppercase;letter-spacing:.07em;font-weight:700;border-bottom:1px solid var(--ink);padding-bottom:4px}
.text-link span{color:var(--red);margin-left:8px}
.text-link:hover{border-color:var(--red)}
.hero-signature{display:flex;gap:12px;font-family:var(--mono);font-size:8px;letter-spacing:.14em;margin-top:45px;color:#8b857d}
.hero-signature .dot{color:var(--red)}
.hero-art{height:min(650px,72vh);min-height:520px;position:relative}
.hero-photo{overflow:visible}
.hero-photo>img{width:100%;height:100%;object-fit:cover;object-position:center;box-shadow:24px 26px 0 rgba(159,37,52,.10);border:1px solid rgba(23,23,25,.10)}
.hero-photo:before{content:"";position:absolute;inset:-14px 14px 14px -14px;border:1px solid rgba(159,37,52,.25);z-index:-1}
.hero-photo-caption{position:absolute;left:18px;right:18px;bottom:-42px;display:flex;justify-content:space-between;gap:20px;font-family:var(--mono);font-size:8px;letter-spacing:.14em;color:#7f796f}
.youtube-link{display:inline-flex;align-items:center;gap:8px;font-size:10px;text-transform:uppercase;letter-spacing:.08em;font-weight:700;color:#8f2331}
.youtube-link .yt-icon{width:24px;height:17px;border-radius:5px;background:#b72d3d;color:white;display:inline-flex;align-items:center;justify-content:center;font-size:8px}
.marquee{display:flex;align-items:center;justify-content:center;gap:25px;white-space:nowrap;overflow:hidden;background:var(--red);color:#fff;padding:14px 0;font-family:var(--mono);font-size:9px;letter-spacing:.16em}
.marquee i{font-style:normal;color:#f1b6bc}
.manifesto{padding:12vw 5vw;max-width:1600px;margin:auto}
.section-kicker{font-family:var(--mono);font-size:12px;font-weight:700;letter-spacing:.18em;color:var(--red);margin-bottom:50px}
.manifesto-grid{display:grid;grid-template-columns:1fr 1fr;gap:10vw}
.manifesto h2,.shop h2,.editorial h2{font-family:var(--serif);font-size:clamp(58px,7vw,108px);line-height:.90;letter-spacing:-.06em;font-weight:600;margin:0}
.manifesto-body{padding-top:6px;max-width:600px}
.manifesto-body .large{font-family:var(--serif);font-size:28px;line-height:1.25;margin:0 0 30px}
.manifesto-body p:not(.large){color:var(--muted);margin:0 0 18px}
.principles{border-top:1px solid var(--line);margin-top:45px}
.principles div{display:grid;grid-template-columns:40px 1fr 1.5fr;align-items:center;border-bottom:1px solid var(--line);padding:17px 0}
.principles span{font-family:var(--mono);font-size:10px;color:var(--red)}
.principles b{font-size:11px;letter-spacing:.1em}
.principles small{color:var(--muted);font-size:11px}
.free-feature{background:var(--paper-2);padding:9vw 10vw;display:grid;grid-template-columns:minmax(280px,420px) 1fr;gap:9vw;align-items:center}
.free-cover{position:relative;max-width:420px}
.free-cover img{width:100%;aspect-ratio:1/1.42;object-fit:cover;box-shadow:25px 28px 0 #d0c4b3}
.cover-shadow{position:absolute;inset:auto -18px -18px 18px;height:30px;background:rgba(0,0,0,.07);filter:blur(15px);z-index:-1}
.eyebrow.red{color:var(--red)}
.mono-label{font-family:var(--mono);font-size:10px;letter-spacing:.15em;color:var(--red);margin:0 0 16px}
.free-copy h2{font-family:var(--serif);font-size:clamp(48px,5.8vw,82px);line-height:.94;letter-spacing:-.06em;font-weight:600;margin:0 0 25px;max-width:760px}
.free-copy h2 em{color:var(--red)}
.free-copy>p:not(.eyebrow):not(.mono-label){max-width:620px;color:var(--muted);font-size:16px}
.checklist{list-style:none;padding:0;margin:28px 0 32px;display:grid;gap:10px;max-width:620px}
.checklist li{font-size:13px;padding-left:25px;position:relative}
.checklist li:before{content:"✦";position:absolute;left:0;color:var(--red)}
.shop{padding:12vw 5vw 8vw;max-width:1600px;margin:auto}
.section-head{display:flex;justify-content:space-between;align-items:end;gap:40px;margin-bottom:60px}
.section-head>p{max-width:340px;color:var(--muted);font-size:13px}
.product-grid{display:grid;grid-template-columns:1.15fr .925fr .925fr;gap:22px}
.product-card{min-width:0}
.product-image{display:block;aspect-ratio:1/1.18;background:#e5ddd0;position:relative;overflow:hidden}
.product-image img{width:100%;height:100%;object-fit:cover;transition:transform .7s cubic-bezier(.2,.7,.2,1)}
.product-card:hover .product-image img{transform:scale(1.035)}
.product-badge{position:absolute;left:16px;top:16px;background:var(--red);color:#fff;font-family:var(--mono);font-size:8px;letter-spacing:.13em;padding:8px 10px}
.product-info{padding:20px 3px 0}
.product-meta{display:flex;justify-content:space-between;color:#89837a;font-family:var(--mono);font-size:8px;letter-spacing:.14em;margin-bottom:10px}
.product-info h3{font-family:var(--serif);font-size:28px;line-height:1.05;font-weight:500;letter-spacing:-.035em;margin:0 0 11px}
.product-info p{font-size:12px;color:var(--muted);max-width:430px;margin:0 0 18px}
.product-bottom{display:flex;justify-content:space-between;align-items:center;border-top:1px solid var(--line);padding-top:14px;font-family:var(--mono);font-size:10px}
.product-bottom strong{font-weight:500}
.product-bottom a{font-family:var(--sans);font-weight:700;text-transform:uppercase;letter-spacing:.06em;font-size:9px}
.product-bottom a span{color:var(--red)}
.product-placeholder{background:var(--blue);color:var(--paper);padding:7%;display:flex;flex-direction:column;justify-content:space-between}
.product-placeholder.warm{background:#cbb39b}
.placeholder-number{font-family:var(--mono);font-size:9px;letter-spacing:.15em;opacity:.7}
.placeholder-title{font-family:var(--serif);font-size:clamp(40px,4vw,65px);line-height:.9;letter-spacing:-.055em}
.placeholder-title em{color:#e1a0a8}
.warm .placeholder-title em{color:var(--red-dark)}
.placeholder-foot{font-family:var(--mono);font-size:8px;letter-spacing:.17em;border-top:1px solid rgba(244,240,232,.3);padding-top:13px}
.shop-note{margin-top:65px;border-top:1px solid var(--line);padding-top:16px;display:flex;justify-content:space-between;font-family:var(--mono);font-size:8px;letter-spacing:.13em;color:#8a847c}
.tef{background:var(--blue);color:var(--paper);padding:10vw 8vw;display:grid;grid-template-columns:80px 1fr 1fr;gap:5vw;align-items:center}
.tef-number{font-family:var(--serif);font-size:130px;color:rgba(244,240,232,.12);line-height:1}
.tef .eyebrow{color:#b9b8b4}
.tef h2{font-family:var(--serif);font-size:clamp(60px,7vw,105px);font-weight:600;line-height:.92;letter-spacing:-.06em;margin:0 0 28px}
.tef-copy>p:not(.eyebrow){max-width:520px;color:#c6c6c2;font-size:15px;line-height:1.7;margin-bottom:32px}
.text-link.light{border-color:rgba(244,240,232,.7)}
.tef-card{border:1px solid rgba(244,240,232,.22);padding:30px;position:relative;min-height:310px}
.mini-label{font-family:var(--mono);font-size:8px;letter-spacing:.16em;color:#b6b3ad;margin-bottom:28px}
.tef-line{font-family:var(--mono);font-size:10px;letter-spacing:.08em;padding:14px 0;border-top:1px solid rgba(244,240,232,.16);padding-right:80px}
.tef-line span{color:#e3a5ad;margin-right:14px}
.tef-seal{position:absolute;right:22px;bottom:20px;border:1px solid rgba(244,240,232,.45);width:68px;height:68px;border-radius:50%;display:flex;flex-direction:column;justify-content:center;align-items:center;font-family:var(--serif);font-size:17px;line-height:.7;text-align:center}
.tef-seal small{font-size:10px;color:#e3a5ad}
.editorial{padding:12vw 5vw 10vw;max-width:1600px;margin:auto}
.editorial-head{display:flex;justify-content:space-between;align-items:end;margin-bottom:60px}
.notes-grid{display:grid;grid-template-columns:repeat(3,1fr);border-top:1px solid var(--line)}
.notes-grid article{padding:28px 30px 35px 0;border-right:1px solid var(--line);margin-right:30px}
.notes-grid article:last-child{border-right:0;margin-right:0}
.notes-grid span{font-family:var(--mono);font-size:8px;letter-spacing:.14em;color:var(--red)}
.notes-grid h3{font-family:var(--serif);font-size:30px;line-height:1.02;letter-spacing:-.035em;font-weight:500;margin:22px 0 14px}
.notes-grid p{color:var(--muted);font-size:12px;max-width:320px}
.notes-grid a{font-size:9px;text-transform:uppercase;letter-spacing:.08em;font-weight:700}
.newsletter{background:#ded4c6;padding:9vw 8vw}
.newsletter-inner{max-width:1350px;margin:auto;display:grid;grid-template-columns:1fr 1fr;gap:10vw;align-items:end}
.newsletter h2{font-family:var(--serif);font-size:clamp(60px,7vw,100px);line-height:.90;font-weight:600;letter-spacing:-.06em;margin:0}
.newsletter-right>p{max-width:430px;color:#625d56;font-size:13px}
.newsletter form{display:flex;border-bottom:1px solid var(--ink);margin-top:35px}
.newsletter input{background:transparent;border:0;outline:0;padding:15px 0;width:100%;font-size:13px}
.newsletter button{background:none;border:0;font-family:var(--mono);font-size:10px;text-transform:uppercase;letter-spacing:.1em;cursor:pointer}
.newsletter button span{color:var(--red);margin-left:10px}
.newsletter small{font-size:9px;color:#8b8379;display:block;margin-top:10px}
.site-footer{background:var(--ink);color:var(--paper);padding:70px 5vw 25px}
.footer-top{display:flex;justify-content:space-between;gap:60px;max-width:1600px;margin:auto;padding-bottom:70px}
.footer-wordmark{font-family:var(--serif);font-size:50px;line-height:.85;letter-spacing:-.05em}
.footer-wordmark em{color:#c45b68}
.footer-brand p{font-family:var(--mono);font-size:8px;letter-spacing:.17em;color:#aaa49b;margin-top:20px}
.footer-links{display:grid;grid-template-columns:repeat(3,140px);gap:35px}
.footer-links div{display:flex;flex-direction:column;gap:9px}
.footer-links span{font-family:var(--mono);font-size:8px;letter-spacing:.14em;color:#85817b;margin-bottom:9px}
.footer-links a{font-size:11px;color:#ddd8d0}
.footer-links a:hover{color:#fff}
.footer-bottom{max-width:1600px;margin:auto;border-top:1px solid rgba(244,240,232,.16);padding-top:16px;display:flex;justify-content:space-between;color:#79756f;font-family:var(--mono);font-size:7px;letter-spacing:.13em}
.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}
@media(max-width:900px){
  .nav{display:none}.nav-cta{display:none}.menu-toggle{display:block}
  .hero{grid-template-columns:1fr;padding-top:10vh}.hero-art{height:540px;min-height:0;margin-top:10px}
  .manifesto-grid,.free-feature,.newsletter-inner{grid-template-columns:1fr}
  .free-feature{padding:14vw 7vw}.free-cover{margin:auto;width:min(100%,380px)}
  .product-grid{grid-template-columns:1fr 1fr}.product-card.featured{grid-column:1/-1}
  .tef{grid-template-columns:1fr 1fr}.tef-number{display:none}
  .tef-copy{grid-column:1/-1}.tef-card{grid-column:1/-1}
  .section-head{align-items:start;flex-direction:column}.notes-grid{grid-template-columns:1fr}.notes-grid article{border-right:0;border-bottom:1px solid var(--line);margin:0}
  .footer-top{flex-direction:column}.footer-links{grid-template-columns:repeat(3,1fr)}
}
@media(max-width:600px){
  .site-header{height:72px;padding:0 6vw}.wordmark-main{font-size:23px}.hero{padding:10vh 6vw 8vh}.hero h1{font-size:61px}
  .hero-actions{align-items:flex-start;flex-direction:column}.hero-art{height:450px}.arch{width:82%;right:1%}
  .stamp{width:82px;height:82px;right:-2%}.manifesto,.shop,.editorial{padding-left:6vw;padding-right:6vw}
  .manifesto h2,.shop h2,.editorial h2{font-size:54px}.principles div{grid-template-columns:32px 1fr}.principles small{display:none}
  .product-grid{grid-template-columns:1fr}.product-card.featured{grid-column:auto}.shop-note{flex-direction:column;gap:8px}
  .tef{padding:16vw 7vw}.tef h2{font-size:56px}.footer-links{grid-template-columns:1fr 1fr}.footer-bottom{flex-direction:column;gap:8px}
}

.reveal{opacity:0;transform:translateY(18px);transition:opacity .7s ease,transform .7s ease}
.reveal.in{opacity:1;transform:none}

.shop h2,.editorial h2,.manifesto h2{font-weight:600;text-wrap:balance}
.section-head>div,.editorial-head>div{max-width:900px}
.product-card{transition:transform .35s ease}.product-card:hover{transform:translateY(-4px)}
@media(max-width:600px){.hero-art{height:390px;min-height:0;margin-top:25px}.hero-photo-caption{bottom:-34px;left:0;right:0;font-size:7px}.hero-photo>img{box-shadow:14px 16px 0 rgba(159,37,52,.10)}.hero-photo:before{inset:-8px 8px 8px -8px}.youtube-link{margin-top:2px}.manifesto h2,.shop h2,.editorial h2{font-size:60px}.free-copy h2{font-size:55px}.tef h2{font-size:60px}.newsletter h2{font-size:60px}}

/* V3 brand refinement: black + burgundy wordmark, stronger editorial hierarchy */
.wordmark{width:225px;height:57px;display:block;position:relative;line-height:1;white-space:nowrap}
.wordmark-top{display:block;font-family:var(--serif);font-weight:600;font-size:28px;letter-spacing:-.055em;color:#171719;line-height:.78}
.wordmark-script{display:block;font-family:'Allura',cursive;font-size:35px;color:var(--red);line-height:.8;margin-left:7px;margin-top:4px;letter-spacing:.01em}
.site-header{padding-left:5.5vw;padding-right:5.5vw}
.section-kicker{font-size:13px;letter-spacing:.20em;margin-bottom:54px}
.manifesto h2,.shop h2,.editorial h2{font-size:clamp(68px,7.5vw,124px);line-height:.88;letter-spacing:-.065em}
.tef h2{font-size:clamp(68px,7.5vw,120px);line-height:.88;letter-spacing:-.065em}
.free-copy h2{font-size:clamp(52px,5.5vw,82px)}
.hero h1{font-size:clamp(66px,8vw,132px)}
.hero-photo{max-width:570px;margin-left:auto}
.hero-photo>img{object-position:center top}
.youtube-link{padding:8px 10px 8px 6px;border:1px solid rgba(159,37,52,.28);background:rgba(159,37,52,.035)}
.youtube-link:hover{background:var(--red);color:#fff}
.youtube-link:hover .yt-icon{background:#fff;color:var(--red)}
.tef-card{overflow:hidden;padding:30px 30px 30px 30px}
.tef-portrait{position:absolute;right:0;top:0;width:36%;height:100%;object-fit:cover;object-position:center;opacity:.82;mask-image:linear-gradient(to right,transparent 0%,rgba(0,0,0,.35) 28%,#000 72%);-webkit-mask-image:linear-gradient(to right,transparent 0%,rgba(0,0,0,.35) 28%,#000 72%)}
.tef-card .mini-label,.tef-card .tef-line,.tef-card .tef-seal{position:relative;z-index:2}
.editorial-strip{margin:0 0 58px;display:grid;grid-template-columns:1fr 1fr;min-height:230px;background:#e5dccf;overflow:hidden}
.editorial-strip img{width:100%;height:100%;min-height:230px;object-fit:cover;object-position:center 28%}
.editorial-strip>div{padding:34px 42px;display:flex;flex-direction:column;justify-content:center;gap:22px}
.editorial-strip span{font-family:var(--mono);font-size:9px;letter-spacing:.16em;color:var(--red)}
.editorial-strip strong{font-family:var(--serif);font-weight:500;font-size:clamp(30px,3.2vw,48px);line-height:1;letter-spacing:-.04em;max-width:430px}
@media(max-width:900px){
  .wordmark{width:190px}.wordmark-top{font-size:24px}.wordmark-script{font-size:30px}
  .manifesto h2,.shop h2,.editorial h2,.tef h2{font-size:clamp(58px,9vw,88px)}
  .tef-portrait{width:40%}.editorial-strip{grid-template-columns:1fr}
}
@media(max-width:600px){
  .site-header{padding-left:6vw;padding-right:6vw}.wordmark{width:175px;height:50px}.wordmark-top{font-size:21px}.wordmark-script{font-size:28px;margin-left:5px}
  .hero h1{font-size:61px}.hero-photo{margin-top:25px;max-width:none}.hero-photo-caption{bottom:-34px;font-size:6px}
  .hero-actions{gap:15px}.youtube-link{margin-top:2px}
  .manifesto h2,.shop h2,.editorial h2,.tef h2{font-size:55px}
  .tef-card{min-height:410px}.tef-portrait{width:62%;height:48%;bottom:0;top:auto;opacity:.38;mask-image:linear-gradient(to bottom,transparent,#000 50%);-webkit-mask-image:linear-gradient(to bottom,transparent,#000 50%)}
  .editorial-strip>div{padding:28px}.editorial-strip strong{font-size:34px}
}


/* Final editorial polish */
.editorial-intro{max-width:590px;color:var(--muted);font-size:14px;margin:24px 0 0;line-height:1.7}
.notes-grid{grid-template-columns:repeat(2,1fr);gap:0}
.notes-grid article:nth-child(2n){border-right:0;margin-right:0;padding-left:30px}
.notes-grid article:nth-child(n+3){border-top:1px solid var(--line)}
.notes-grid article:nth-child(3){padding-top:32px}
.notes-grid article:nth-child(4){padding-top:32px}
.notes-grid a{display:inline-block;margin-top:10px;color:var(--red);border-bottom:1px solid rgba(159,37,52,.35);padding-bottom:3px}
.club-ctas{display:flex;gap:12px;flex-wrap:wrap;margin-top:28px}
.club-ctas .button{min-width:210px}
.notes-modal{position:fixed;inset:0;display:none;align-items:center;justify-content:center;padding:5vw;z-index:100}
.notes-modal.open{display:flex}
.notes-modal-backdrop{position:absolute;inset:0;background:rgba(23,23,25,.62);backdrop-filter:blur(8px)}
.notes-modal-card{position:relative;z-index:2;background:var(--paper);width:min(760px,100%);max-height:88vh;overflow:auto;padding:58px 62px 62px;box-shadow:0 30px 90px rgba(0,0,0,.25);border:1px solid rgba(244,240,232,.5)}
.notes-close{position:absolute;right:20px;top:16px;border:0;background:none;font-size:30px;line-height:1;cursor:pointer;color:var(--muted)}
.notes-modal-kicker{font-family:var(--mono);font-size:10px;letter-spacing:.18em;color:var(--red);margin-bottom:20px}
.notes-modal-card h2{font-family:var(--serif);font-size:clamp(40px,5vw,64px);line-height:.95;letter-spacing:-.05em;font-weight:600;margin:0 0 30px}
.notes-modal-card p,.notes-modal-card li{font-size:15px;line-height:1.8;color:#514d48}
.notes-modal-card ol,.notes-modal-card ul{padding-left:24px}
.note-formula{font-family:var(--mono)!important;letter-spacing:.08em;color:var(--red)!important;border-top:1px solid var(--line);border-bottom:1px solid var(--line);padding:18px 0}
.note-quote{font-family:var(--serif)!important;font-size:28px!important;color:var(--red)!important}
body.modal-open{overflow:hidden}
@media(max-width:900px){.notes-grid{grid-template-columns:1fr}.notes-grid article:nth-child(2n){padding-left:0;border-right:0}.notes-grid article:nth-child(n+2){border-top:1px solid var(--line)}.notes-grid article:nth-child(3){padding-top:28px}.notes-grid article:nth-child(4){padding-top:28px}.notes-modal-card{padding:45px 28px 40px}}
@media(max-width:600px){.club-ctas{flex-direction:column}.club-ctas .button{width:100%}.notes-modal{padding:15px}.notes-modal-card{max-height:92vh}}

/* Requested final polish — tighter hero crop, no self-focused collage, refined CTA row */
.hero-photo>img{object-position:center center}
.hero-photo{max-width:520px}
.hero-actions{display:grid;grid-template-columns:1.05fr 1fr 1fr;gap:10px;align-items:stretch;max-width:700px}
.hero-actions .button,
.hero-actions .text-link,
.hero-actions .youtube-link{min-width:0;min-height:62px;margin:0;padding:16px 18px;display:flex;align-items:center;justify-content:space-between;gap:14px}
.hero-actions .button-dark{width:auto}
.hero-actions .text-link{border:1px solid rgba(23,23,25,.22);border-bottom:1px solid rgba(23,23,25,.22);text-transform:uppercase;background:rgba(255,255,255,.18)}
.hero-actions .text-link:hover{border-color:var(--red);background:rgba(159,37,52,.04)}
.hero-actions .youtube-link{border:1px solid rgba(159,37,52,.30);background:rgba(159,37,52,.025);padding-left:14px}
.hero-actions .youtube-link .yt-icon{flex:0 0 28px;width:28px;height:20px}
.editorial-head{margin-bottom:58px}
.notes-grid{border-top:1px solid var(--line)}
@media(max-width:900px){
  .hero-actions{grid-template-columns:1fr;max-width:520px}
  .hero-photo{max-width:none}
}
@media(max-width:600px){
  .hero-actions .button,.hero-actions .text-link,.hero-actions .youtube-link{min-height:56px}
}
