@font-face{font-family:Anton;src:url('/assets/brand/fonts/Anton-Regular.ttf') format('truetype');font-weight:400;font-display:swap}
@font-face{font-family:Quicksand;src:url('/assets/brand/fonts/Quicksand.ttf') format('truetype');font-weight:300 700;font-display:swap}
@font-face{font-family:'Space Mono';src:url('/assets/brand/fonts/SpaceMono-Bold.ttf') format('truetype');font-weight:700;font-display:swap}
:root{--cream:#fff9ef;--green:#075a2a;--mint:#50c293;--gutter:clamp(22px,4.2vw,72px);scroll-behavior:smooth;scroll-padding-top:30px}
*{box-sizing:border-box}body{margin:0;background:var(--cream);color:var(--green);font:500 16px/1.65 Quicksand,system-ui,sans-serif;-webkit-font-smoothing:antialiased}h1,h2,h3,p,figure{margin:0}h1,h2,h3{font-family:Anton,Impact,sans-serif;font-weight:400;line-height:1.06}a{color:inherit;text-decoration:none}img{display:block;max-width:100%;height:auto}button{font:inherit;cursor:pointer}a,button{-webkit-tap-highlight-color:transparent}a:focus-visible,button:focus-visible{outline:3px solid currentColor;outline-offset:5px}::selection{background:var(--mint);color:var(--green)}[hidden]{display:none!important}.skip-link{position:absolute;top:-90px;left:16px;padding:12px;background:var(--green);color:var(--cream);z-index:10}.skip-link:focus{top:10px}.site-header{height:108px;padding:0 var(--gutter);display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid #075a2a25;gap:24px}.brand{width:150px;height:70px;flex-shrink:0;overflow:hidden;display:flex;align-items:center;justify-content:center}.brand img{width:300px;max-width:none;height:225px;object-fit:contain}.site-header nav{display:flex;gap:36px;font-size:14px;font-weight:700}.site-header nav a{padding:10px 0}.site-header nav a[aria-current]{text-decoration:underline;text-underline-offset:7px}.button{display:inline-flex;align-items:center;justify-content:center;gap:28px;padding:14px 24px;min-height:52px;border:1px solid var(--green);border-radius:99px;background:var(--green);color:var(--cream);font-weight:700;font-size:14px;line-height:1.4;transition:background .2s,color .2s}.button:hover{background:var(--mint);color:var(--green)}.button-outline{background:transparent;color:var(--green)}.button-cream{background:var(--cream);color:var(--green);border-color:var(--cream)}.eyebrow{font:700 11px/1.6 'Space Mono',monospace;letter-spacing:1.1px}.hero{padding:48px var(--gutter) 64px;display:grid;grid-template-columns:1fr 1.05fr;gap:4vw;max-width:1800px;margin:auto}.hero-copy{padding:12px 0}.hero h1{font-size:clamp(68px,7.2vw,116px);letter-spacing:-1.4px;margin:24px 0}.hero h1 span{color:var(--green);-webkit-text-stroke:1px var(--green);color:transparent}.hero-description{font-size:19px;line-height:1.6;margin:24px 0}.text-link{display:inline-flex;align-items:center;gap:25px;min-height:44px;font-weight:700;font-size:14px;border-bottom:1px solid currentColor}.hero-photo{position:relative;height:clamp(550px,45vw,720px);min-height:0;overflow:hidden;border-radius:4px}.hero-photo>img{height:100%;width:100%;object-fit:cover}.hero-photo figcaption{position:absolute;bottom:0;left:0;right:0;padding:44px 24px 22px;display:flex;justify-content:space-between;gap:20px;color:#fff9ef;background:linear-gradient(transparent,#000b);font:700 10px/1.5 'Space Mono',monospace;letter-spacing:.6px}.ticker{overflow:hidden;background:var(--green);color:var(--cream);display:flex;justify-content:space-around;gap:40px;white-space:nowrap;padding:20px 0;font:400 28px/1 Anton,sans-serif;letter-spacing:.3px}.ticker span:nth-child(even){color:var(--mint)}.reviews-section,.locations-section{padding:82px var(--gutter);max-width:1800px;margin:auto}.section-heading{display:flex;justify-content:space-between;align-items:flex-end;gap:24px;margin-bottom:40px}.section-heading h2{font-size:clamp(42px,5vw,70px);margin-top:12px}.section-heading>p{font-size:17px}.review-toolbar{display:flex;align-items:center;justify-content:space-between;gap:20px;border-top:1px solid #075a2a40;border-bottom:1px solid #075a2a40;padding:20px 0}.filters{display:flex;gap:8px;flex-wrap:wrap}.filters button{border:1px solid #075a2a60;border-radius:99px;padding:11px 20px;min-height:44px;color:var(--green);background:transparent;font-size:13px;font-weight:700}.filters button[aria-pressed=true]{background:var(--green);color:var(--cream)}.filters button:hover{border-color:var(--green)}.source{font-size:12px;white-space:nowrap}.source strong{font:600 18px/1 system-ui,sans-serif;margin-left:4px}.selection-note,.review-policy{font-size:12px;max-width:850px;line-height:1.7;margin-top:20px}.review-policy a{text-decoration:underline;text-underline-offset:3px}.status{font:700 10px/1.7 'Space Mono',monospace;margin:22px 0;letter-spacing:.25px}.empty-state{background:#f1ebdf;border:1px solid #075a2a18;display:grid;grid-template-columns:.5fr 1fr;gap:40px;padding:50px 8%;align-items:center}.empty-mark{font:400 260px/.8 Anton,sans-serif;text-align:center;color:var(--green)}.empty-state h3{font-size:clamp(32px,3.6vw,50px);margin:14px 0 20px}.empty-state p:not(.eyebrow){font-size:15px;max-width:530px}.empty-links{display:flex;gap:32px;margin-top:22px;flex-wrap:wrap}.review-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}.review-card{border:1px solid #075a2a40;padding:28px;display:flex;flex-direction:column;min-width:0;background:#fffdf7}.review-card header{display:flex;gap:12px;align-items:center;margin-bottom:20px}.review-card .avatar{width:42px;height:42px;border-radius:50%;object-fit:cover;flex-shrink:0}.review-card .author{font-weight:700;font-size:14px;overflow-wrap:anywhere}.review-card time{display:block;font-size:11px}.stars{font-size:20px;letter-spacing:3px}.review-card blockquote{margin:16px 0 28px;font-size:16px;line-height:1.7;white-space:pre-wrap;overflow-wrap:anywhere}.review-card .card-bottom{margin-top:auto;padding-top:16px;border-top:1px solid #075a2a25;display:flex;justify-content:space-between;gap:15px;font-size:11px;font-weight:700}.card-bottom a{text-decoration:underline;text-underline-offset:4px}.locations-section{padding-top:20px}.locations-grid{display:grid;grid-template-columns:1fr 1fr;gap:24px}.location-card{padding:35px;border-top:2px solid var(--green);background:#f1ebdf}.location-card h3{font-size:48px;margin:24px 0 10px}.location-card .button{margin-top:25px}.closing{background:var(--green);color:var(--cream);display:grid;grid-template-columns:1fr 1fr;align-items:center;gap:6vw;padding:60px var(--gutter)}.closing>img{width:100%;aspect-ratio:1.15;object-fit:cover;border-radius:4px;max-height:540px}.closing h2{font-size:clamp(52px,6.5vw,92px);margin:20px 0 32px}footer{padding:30px var(--gutter);display:flex;align-items:center;justify-content:space-between;gap:24px;font-size:12px;font-weight:700}.footer-wordmark{font:400 60px/1 Anton,sans-serif;letter-spacing:-1.5px}.nojs{padding:20px 0}
@media(min-width:1600px){.hero{gap:80px}.hero h1{font-size:116px}}
@media(max-width:1000px){.hero h1{font-size:clamp(60px,8.2vw,90px)}.hero{gap:32px}.review-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.site-header nav{gap:20px}.empty-state{padding:40px;gap:20px}.empty-mark{font-size:200px}.source{font-size:11px}}
@media(max-width:700px){.site-header{height:auto;min-height:88px;gap:12px;flex-wrap:wrap;padding:0 22px 12px}.brand{width:112px;height:72px}.brand img{width:240px;height:180px}.order{font-size:12px;padding:10px 17px;min-height:44px;gap:14px}.site-header nav{order:3;width:100%;justify-content:center;gap:32px;font-size:12px}.site-header nav a{padding:4px 0;min-height:32px}.hero{padding-top:30px;padding-bottom:36px;grid-template-columns:1fr;gap:32px}.hero-copy{padding:0}.hero h1{font-size:clamp(62px,14vw,95px);line-height:1.04;margin-top:18px}.hero-description{font-size:17px;margin:20px 0 14px}.hero-photo{height:auto;min-height:0;aspect-ratio:1.1}.hero-photo>img{height:100%}.hero-photo figcaption{padding:40px 15px 18px;font-size:8px}.ticker{font-size:22px;padding:17px 0;justify-content:flex-start;gap:26px}.reviews-section,.locations-section{padding:48px 22px}.section-heading{display:block;margin-bottom:28px}.section-heading>p,.section-heading>.text-link{margin-top:20px}.section-heading h2{font-size:44px}.review-toolbar{align-items:flex-start;flex-direction:column;gap:18px}.filters{gap:6px}.filters button{font-size:12px;padding:10px 17px}.source{font-size:12px}.empty-state{display:block;padding:28px}.empty-mark{font-size:100px;height:56px;text-align:left}.empty-state h3{font-size:34px}.empty-links{gap:25px}.review-grid{grid-template-columns:1fr}.review-card{padding:25px}.locations-section{padding-top:0}.locations-grid{grid-template-columns:1fr;gap:20px}.location-card{padding:28px}.location-card h3{font-size:43px}.location-card .button{font-size:12px;width:100%;gap:14px}.closing{grid-template-columns:1fr;padding:32px 22px 48px;gap:32px}.closing>img{aspect-ratio:1.3;max-height:350px}.closing h2{font-size:64px}.closing .button{width:100%}footer{padding:28px 22px;flex-wrap:wrap;gap:18px}.footer-wordmark{font-size:50px}footer p{font-size:9px}footer>a:last-child{width:100%}}
@media(prefers-reduced-motion:reduce){:root{scroll-behavior:auto}.button{transition:none}}

.updated{font-size:11px}.review-card blockquote{quotes:none}

.manual-card{min-height:310px}.manual-card header{align-items:flex-start;justify-content:space-between;gap:16px}.card-source{font-size:10px;white-space:nowrap}.review-date,.excerpt-label,.snapshot-note,.quote-context{font-size:11px}.snapshot-note{margin-top:22px;line-height:1.7}.manual-card blockquote{font-size:24px;font-weight:600;line-height:1.45;margin:18px 0 24px}.quote-context{margin-top:18px}.quote-context+blockquote{margin-top:8px}.excerpt-label{margin-top:auto;margin-bottom:12px}.manual-card .card-bottom{margin-top:0}.filters{visibility:hidden}body.js .filters{visibility:visible}
