@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Oswald:wght@500;600;700&display=swap');
:root{--aqua:#0db9d0;--blue:#1554ba;--ink:#09263c;--paper:#fffdf7;--line:#d8e3e5;--muted:#49616d}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:105px}body{margin:0;background:var(--paper);color:var(--ink);font-family:'DM Sans',Arial,sans-serif;font-size:16px;line-height:1.6}a{color:inherit;text-decoration:none}button{font:inherit}a,button{ -webkit-tap-highlight-color:transparent}a:focus-visible,button:focus-visible,summary:focus-visible{outline:3px solid var(--blue);outline-offset:6px}button,a{touch-action:manipulation}header{height:105px;padding:20px 5%;display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid var(--line);background:var(--paper);position:sticky;top:0;z-index:20}.wordmark{font-family:Georgia,serif;font-style:italic;font-size:30px;font-weight:bold;line-height:1}.wordmark span{font:700 10px/1.8 'DM Sans',Arial,sans-serif;letter-spacing:2.4px;display:block;margin-top:8px}nav{display:flex;align-items:center;gap:34px;font-size:14px;font-weight:600}nav>a:not(.button):hover,.text-link:hover{color:var(--blue)}.button{display:inline-flex;justify-content:space-between;align-items:center;gap:36px;background:var(--ink);color:white;padding:17px 24px;border-radius:3px;font-weight:600;transition:transform .25s,background .25s}.button:hover{transform:translateY(-3px);background:var(--blue)}.button.small{padding:13px 20px}.nav-toggle{display:none}.hero{display:grid;grid-template-columns:1.12fr 1fr;min-height:650px;overflow:hidden}.hero-copy{padding:78px 5vw 58px}.eyebrow{font-size:12px;font-weight:700;letter-spacing:2.2px;margin:0 0 24px}h1{font-family:'Oswald','Arial Narrow',sans-serif;font-size:clamp(64px,6.8vw,106px);font-weight:600;line-height:1.04;letter-spacing:-3px;margin:0 0 28px}h1 em{font-family:Georgia,serif;font-weight:normal;color:var(--blue);letter-spacing:-5px}.intro{color:var(--muted);font-size:17px;max-width:430px;line-height:1.8}.actions{display:flex;align-items:center;gap:26px;margin-top:30px}.text-link{font-size:14px;font-weight:600;border-bottom:1px solid;padding:6px 0}.rating{display:flex;gap:12px;align-items:center;margin-top:42px;font-size:13px}.stars{letter-spacing:3px;color:var(--blue)}.rating b{font-size:17px}.hero-art{position:relative;background:var(--aqua);display:flex;align-items:center;justify-content:center;min-width:0;isolation:isolate}.logo-window{position:relative;width:79%;aspect-ratio:1;border-radius:50%;overflow:hidden;transform:rotate(-7deg);filter:drop-shadow(0 16px 16px #003c6126);animation:float 7s ease-in-out infinite}.logo-window img{position:absolute;width:120%;height:auto;left:-10%;top:50%;transform:translateY(-47.4%)}.orbit{position:absolute;width:115%;aspect-ratio:1;border:1px solid #ffffff66;border-radius:50%;z-index:-1}.orbit:after{content:'';position:absolute;inset:35px;border:1px solid #ffffff50;border-radius:50%}.stamp{position:absolute;right:7%;bottom:16%;width:115px;height:115px;border-radius:50%;background:var(--ink);color:var(--paper);display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;font-size:10px;line-height:1.3;letter-spacing:1px;transform:rotate(12deg);box-shadow:0 0 0 6px var(--aqua)}.stamp b{font-size:25px;line-height:.5}.art-caption{position:absolute;bottom:20px;font-size:10px;letter-spacing:2px;font-weight:bold}.coast-strip{display:flex;justify-content:space-around;gap:20px;background:var(--ink);color:white;padding:20px;font-size:11px;letter-spacing:2px;font-weight:600}.coast-strip span:nth-child(even){color:var(--aqua)}footer{background:var(--ink);color:var(--paper);padding:48px 5%;display:flex;justify-content:space-between;align-items:center;gap:25px}footer p,footer>a:last-child{font-size:14px}.skip{position:fixed;top:-100px;left:15px;background:white;padding:15px;z-index:99}.skip:focus{top:15px}.mobile-order{display:none}@keyframes float{50%{transform:translateY(-12px) rotate(-4deg)}}@media(max-width:1000px){nav{gap:20px}.hero-copy{padding:60px 5vw}.actions{flex-wrap:wrap;gap:14px}h1{font-size:74px}.hero{min-height:620px}.stamp{bottom:18%;right:4%}footer{flex-wrap:wrap}}@media(max-width:700px){header{height:84px;padding:18px 6%}.wordmark{font-size:25px}.nav-toggle{display:flex;gap:12px;background:transparent;border:0;padding:10px;color:var(--ink)}nav{display:none;position:absolute;top:84px;left:0;width:100%;background:var(--paper);padding:25px 6%;box-shadow:0 12px 15px #09263c12}nav.open{display:flex;flex-direction:column;align-items:stretch}html{scroll-padding-top:84px}.hero{grid-template-columns:1fr}.hero-copy{padding:45px 6% 40px}h1{font-size:clamp(62px,13vw,88px);letter-spacing:-2px}.eyebrow{font-size:11px;margin-bottom:20px}.intro{font-size:16px}.hero-art{min-height:440px}.logo-window{width:72%;max-width:340px}.orbit{width:95%;max-width:490px}.stamp{right:12%;bottom:14%}.art-caption{bottom:12px}.rating{margin-top:25px}.coast-strip{padding:17px 15px;font-size:10px;gap:12px;flex-wrap:wrap}.coast-strip span:nth-child(3),.coast-strip span:nth-child(4){display:none}footer{padding-bottom:110px}.mobile-order{display:flex;position:fixed;bottom:0;left:0;right:0;background:var(--paper);box-shadow:0 -3px 20px #09263c20;z-index:30;padding:10px 16px max(10px,env(safe-area-inset-bottom));gap:10px}.mobile-order a{flex:1;text-align:center;font-size:14px;font-weight:700;padding:12px;border:1px solid var(--ink);border-radius:3px}.mobile-order a:last-child{background:var(--ink);color:white}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{animation:none!important;transition:none!important}}
.section{padding:90px 7%;max-width:1600px;margin:auto}.section-heading{display:flex;justify-content:space-between;gap:40px;align-items:end;margin-bottom:42px}.section-heading>p{max-width:345px;color:var(--muted);margin:0 0 8px}h2{font-family:'Oswald','Arial Narrow',sans-serif;font-size:clamp(42px,4.5vw,66px);line-height:1.1;font-weight:500;letter-spacing:-1.5px;margin:0}h2 em{font-family:Georgia,serif;font-weight:400;color:var(--blue)}.menu-tabs{display:flex;gap:12px;border-bottom:1px solid var(--line);padding-bottom:24px;margin-bottom:35px;flex-wrap:wrap}.menu-tabs button{border:1px solid var(--line);padding:11px 23px;background:transparent;color:var(--ink);border-radius:30px;cursor:pointer;font-size:14px;font-weight:600;transition:background .2s}.menu-tabs button:hover{border-color:var(--ink)}.menu-tabs button.active{background:var(--ink);color:white;border-color:var(--ink)}.menu-block{display:grid;grid-template-columns:1fr 2.2fr;gap:50px;margin:0 0 45px;padding-top:18px}.menu-block[hidden]{display:none}.menu-label{position:relative}h3{font-family:'Oswald',sans-serif;font-weight:500;font-size:30px;line-height:1.2;margin:0 0 12px}.menu-label p{font-size:11px;letter-spacing:1.5px;font-weight:bold}.menu-label>span{font-family:Georgia,serif;font-size:110px;color:#e0f1f2;line-height:1.2;display:block;margin-top:25px}.menu-item{display:flex;justify-content:space-between;gap:30px;padding:22px 0;border-bottom:1px solid var(--line)}.menu-item:first-child{padding-top:0}h4{font-size:19px;line-height:1.4;margin:0 0 8px;font-weight:700}.menu-item p{color:var(--muted);font-size:15px;max-width:550px;margin:0 0 6px;line-height:1.65}.menu-item>b{font-size:20px;white-space:nowrap}.menu-item small,.toppings small{font-size:13px;color:var(--muted)}.tag{display:inline-block;font:700 9px 'DM Sans',sans-serif;letter-spacing:1px;background:#c9f2f7;padding:5px 8px;vertical-align:middle;margin-left:8px;border-radius:2px}.featured{background:#ddf5f6;padding:26px!important;margin-top:24px;border:0;border-radius:4px}.featured .eyebrow{font-size:10px;display:block;margin-bottom:8px}.featured h4{font-family:'Oswald',sans-serif;font-size:36px}.toppings{padding:22px 0}.toppings p{font-size:15px;color:var(--muted);line-height:2}.menu-foot{border-top:1px solid var(--line);padding-top:24px;display:flex;justify-content:space-between;gap:20px;align-items:center}.menu-foot p{font-size:12px;color:var(--muted)}.menu-foot a{font-size:13px;border-bottom:1px solid;margin-left:20px}.order-band{background:var(--blue);color:white;padding:64px 7%;display:grid;grid-template-columns:1fr 1.1fr;gap:65px;align-items:center}.order-band h2{font-size:56px}.order-band p{font-size:16px;line-height:1.8}.button.light{background:white;color:var(--ink)}.button.light:hover{background:#dcfaff}.order-band .text-link:hover{color:white}.order-band small{display:block;margin-top:20px;opacity:.8;font-size:12px}.story{display:grid;grid-template-columns:1fr 1.1fr;gap:65px}.story p:not(.eyebrow){color:var(--muted)}.story .large-copy{font-family:Georgia,serif;font-size:28px;line-height:1.4;color:var(--ink)!important;margin-top:0}.reviews{background:#edf7f8;max-width:none}.review-score{display:grid;grid-template-columns:auto auto;gap:0 15px;align-items:center}.review-score>b{font-family:'Oswald',sans-serif;font-size:60px;grid-row:span 2;line-height:1}.review-score p{font-size:12px;margin:0}.review-score small{font-size:11px;color:var(--muted)}.review-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:30px;margin-bottom:30px}.review-grid figure{margin:0;padding:30px 0;border-top:1px solid #bcd2d8;display:flex;flex-direction:column}.review-grid blockquote{font-family:Georgia,serif;font-size:23px;line-height:1.55;margin:20px 0 30px;flex:1}.review-grid figcaption{font-weight:700;font-size:13px}.review-grid figcaption span{display:block;font-weight:400;color:var(--muted);font-size:12px;margin-top:3px}.visit{display:grid;grid-template-columns:1fr 1.1fr;gap:65px}.visit address{font-style:normal;color:var(--muted);margin-top:30px;font-size:18px}.hours{background:white;padding:32px;border:1px solid var(--line);border-radius:4px}.hours-title{display:flex;justify-content:space-between;align-items:center;gap:20px;margin-bottom:22px}.hours-title h3{font-size:25px;margin:0}.hours-title span{font-size:9px;letter-spacing:1px}table{border-collapse:collapse;width:100%;font-size:13px}td,th{text-align:left;padding:14px 0;border-bottom:1px solid var(--line)}thead th{font-size:11px;color:var(--muted);font-weight:500}tbody th{font-weight:600}td{white-space:nowrap}.hours p{font-size:13px;color:var(--muted);margin:20px 0 10px}.hours small{font-size:11px;color:var(--muted)}.faq{padding-top:15px;padding-bottom:100px;max-width:1000px}.faq h2{font-size:42px;margin-bottom:35px}.faq details{border-top:1px solid var(--line);padding:22px 0}.faq details:last-child{border-bottom:1px solid var(--line)}.faq summary{font-weight:600;cursor:pointer;list-style:none;display:flex;justify-content:space-between;gap:20px}.faq summary:after{content:'+';font-size:22px;color:var(--blue)}.faq details[open] summary:after{content:'−'}.faq details p{color:var(--muted);font-size:15px;padding-right:30px}.reveal{transition:opacity .7s,transform .7s}.reveal:not(.visible){opacity:0;transform:translateY(18px)}.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:1000px){.section{padding:70px 5%}.menu-block{gap:25px}.order-band,.story,.visit{gap:35px}.order-band{padding:55px 5%}.hours{padding:22px}.hours-title{flex-wrap:wrap}.tag{margin:8px 0 0}.review-grid{gap:24px}.review-grid blockquote{font-size:20px}}@media(max-width:700px){.section{padding:55px 6%}.section-heading{display:block;margin-bottom:30px}.section-heading>p{margin-top:22px;font-size:15px}.menu-tabs{gap:8px;padding-bottom:20px}.menu-tabs button{font-size:12px;padding:10px 15px}.menu-block{grid-template-columns:1fr;gap:12px;margin-bottom:35px}.menu-label{border-bottom:1px solid var(--line);padding-bottom:12px}.menu-label h3{font-size:29px}.menu-label h3 br{display:none}.menu-label>span{position:absolute;right:0;top:0;font-size:56px;margin:0;line-height:1}.menu-item{gap:20px;padding:22px 0}.menu-item:first-child{padding-top:15px}h4{font-size:18px}.menu-item>b{font-size:18px}.menu-foot{display:block}.menu-foot a{margin:0 20px 0 0}.order-band,.story,.visit{grid-template-columns:1fr;gap:32px}.order-band{padding:50px 6%}.order-band h2{font-size:47px}.order-band .actions{gap:22px}.review-grid{grid-template-columns:1fr;gap:0}.review-grid blockquote{font-size:24px;max-width:450px}.review-score{justify-content:start;margin-top:25px}.review-grid figure{padding:26px 0}.review-grid blockquote{margin-bottom:22px}.hours{padding:25px 18px}.hours-title{flex-wrap:nowrap}.hours-title h3{font-size:23px}table{font-size:12px}.faq{padding-top:10px}.faq h2{font-size:37px}.faq summary{font-size:15px}.story .large-copy{font-size:25px}}
/* Readability refinements */
.menu-item p,.toppings p,.faq details p{font-size:16px}.tag,.hours-title span,.menu-label p,.coast-strip,.eyebrow{font-size:12px}.hours small,.review-score small,.order-band small,.menu-foot p{font-size:12px}.wordmark span{font-size:11px}.menu-label h3 br:after{content:' '}
@media(max-width:700px){.menu-label h3 br{display:initial}.menu-tabs button{font-size:14px}.hours-title{align-items:start}.hours-title span{font-size:10px}table{font-size:13px}.coast-strip{font-size:10px}.eyebrow{font-size:11px}}
