:root{--ink:#20201d;--paper:#f7f1e8;--coral:#df5b45;--teal:#087f78;--yellow:#f2c94c;--line:#d9d0c3;--white:#fff;--max:1180px}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;background:var(--paper);color:var(--ink);font-family:Inter,ui-sans-serif,system-ui,-apple-system,"Segoe UI",sans-serif;line-height:1.5;letter-spacing:0}
a{color:inherit}
button,a{touch-action:manipulation}
.site-header{height:72px;max-width:var(--max);margin:auto;padding:0 24px;display:flex;align-items:center;justify-content:space-between}
.brand{font-size:26px;font-weight:900;text-decoration:none}.brand span{color:var(--coral)}
nav{display:flex;gap:26px}nav a{text-decoration:none;font-size:14px;font-weight:700}
.hero{max-width:var(--max);margin:0 auto;min-height:620px;display:grid;grid-template-columns:minmax(0,1.55fr) minmax(320px,.85fr);background:var(--white)}
.hero-photo{background:url('/assets/jatotv-hero.jpg') center/cover no-repeat;min-height:620px}
.hero-copy{padding:64px 48px;display:flex;flex-direction:column;justify-content:center;border-left:8px solid var(--yellow)}
.eyebrow{margin:0 0 12px;color:var(--teal);font-size:12px;font-weight:900;text-transform:uppercase}
h1,h2,h3{margin:0;line-height:1.04;letter-spacing:0}
h1{font-size:clamp(42px,6vw,76px);max-width:8ch}
.hero-copy>p:not(.eyebrow){font-size:18px;max-width:34ch;margin:24px 0 30px}
.primary-cta{align-self:flex-start;background:var(--coral);color:var(--white);padding:14px 20px;text-decoration:none;font-weight:900;border-radius:4px}
.mood-section,.local-section,.trust-section{max-width:var(--max);margin:auto;padding:96px 24px}
.section-heading{max-width:680px}.section-heading h2,.trust-section h2{font-size:clamp(34px,5vw,58px)}.section-heading>p:last-child{font-size:17px}
.mood-tabs{display:flex;gap:8px;margin:38px 0 18px;overflow:auto;padding-bottom:2px}
.mood-tab{border:1px solid var(--ink);background:transparent;color:var(--ink);padding:11px 16px;font:inherit;font-weight:800;border-radius:4px;white-space:nowrap;cursor:pointer}
.mood-tab.is-active{background:var(--ink);color:var(--white)}
.recommendation{background:var(--teal);color:var(--white);min-height:260px;padding:40px;display:flex;align-items:flex-end;justify-content:space-between;gap:30px;border-radius:6px}
.recommendation-label{display:block;margin-bottom:10px;font-size:12px;font-weight:900;text-transform:uppercase;color:#b9fff2}.recommendation h3{font-size:clamp(30px,5vw,52px);max-width:14ch}.recommendation p{max-width:48ch}
.rec-meta{display:flex;flex-direction:column;gap:8px;min-width:120px;font-weight:900;text-align:right}
.local-section{background:var(--white);max-width:none}.local-section>.section-heading,.collection-grid{max-width:calc(var(--max) - 48px);margin-left:auto;margin-right:auto}
.collection-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;margin-top:40px}.collection{min-height:280px;padding:24px;border:1px solid var(--line);border-top-width:8px;border-radius:6px;display:flex;flex-direction:column;justify-content:flex-end}.collection span{margin-bottom:auto;font-weight:900}.collection h3{font-size:27px}.collection p{margin-bottom:0}.collection-coast{border-top-color:var(--coral)}.collection-mountain{border-top-color:var(--yellow)}.collection-jungle{border-top-color:var(--teal)}
.trust-section{display:grid;grid-template-columns:1fr 1fr;gap:70px;align-items:end}.trust-section>p{font-size:18px;border-left:4px solid var(--coral);padding-left:20px;margin:0}
footer{max-width:var(--max);margin:auto;padding:54px 24px;border-top:1px solid var(--line)}.footer-brand{display:inline-block;margin-bottom:12px}.footer-links{display:flex;gap:20px;flex-wrap:wrap;margin:26px 0}.footer-links a{font-weight:700}footer small{color:#6b655d}
.legal-page{max-width:760px;margin:0 auto;padding:64px 24px 100px}.legal-page h1{max-width:none;font-size:48px}.legal-page h2{font-size:25px;margin-top:34px}.legal-page a{color:var(--teal)}
@media(max-width:760px){.site-header{height:64px}.site-header nav{display:none}.hero{margin:0;display:flex;flex-direction:column;min-height:0}.hero-photo{min-height:42vh}.hero-copy{padding:38px 24px;border-left:0;border-top:8px solid var(--yellow)}h1{font-size:46px}.mood-section,.local-section,.trust-section{padding:68px 20px}.recommendation{align-items:flex-start;flex-direction:column;padding:28px 22px}.rec-meta{text-align:left}.collection-grid{grid-template-columns:1fr}.collection{min-height:210px}.trust-section{grid-template-columns:1fr;gap:28px}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}}
