:root{
  --ink:#0a2834;
  --ink-2:#1d4653;
  --sea:#0f7880;
  --sea-dark:#03171e;
  --coral:#ef6d46;
  --gold:#d8aa61;
  --sand:#f5efe6;
  --paper:#fffdf9;
  --muted:#6e7c80;
  --line:rgba(10,40,52,.11);
  --shadow:0 24px 70px rgba(4,25,33,.14);
}
*{box-sizing:border-box}
html{scroll-behavior:smooth;-webkit-text-size-adjust:100%}
body{margin:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;-webkit-font-smoothing:antialiased}
a{color:inherit;text-decoration:none}
button,input{font:inherit}
img{display:block;max-width:100%}
.sr-only{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}
.marine-sprite{position:absolute;width:0;height:0;overflow:hidden;pointer-events:none}

/* ---------------- Landing / language portal ---------------- */
.lang-page{
  min-height:100vh;min-height:100svh;position:relative;overflow-x:hidden;color:#f7f0e5;
  background:
    radial-gradient(circle at 50% -8%,rgba(59,154,160,.34),transparent 35%),
    radial-gradient(circle at 8% 82%,rgba(17,100,102,.28),transparent 25%),
    linear-gradient(180deg,#073541 0%,#03232e 48%,#02131b 100%)
}
.lang-page:before{
  content:"";position:fixed;inset:0;z-index:0;pointer-events:none;opacity:.16;
  background-image:radial-gradient(rgba(255,255,255,.5) .55px,transparent .8px);
  background-size:7px 7px;mix-blend-mode:soft-light
}
.opening-reveal{position:fixed;inset:0;z-index:60;pointer-events:none}
.opening-reveal:before,.opening-reveal:after{
  content:"";position:absolute;top:0;bottom:0;width:51%;background:#02141c;
  animation-duration:.82s;animation-delay:.12s;animation-timing-function:cubic-bezier(.76,0,.24,1);animation-fill-mode:forwards
}
.opening-reveal:before{left:0;animation-name:curtainLeft}.opening-reveal:after{right:0;animation-name:curtainRight}
.page-frame{position:fixed;inset:12px;z-index:12;border:1px solid rgba(226,199,151,.14);pointer-events:none}
.page-frame:before,.page-frame:after{content:"";position:absolute;width:6px;height:6px;border-radius:50%;background:#d0a85e}
.page-frame:before{left:-3px;top:22%}.page-frame:after{right:-3px;bottom:18%}
.page-turn{position:fixed;inset:0;z-index:70;pointer-events:none;background:#f3ecdf;transform:translateY(102%)}
.portal-shell{
  width:min(1320px,calc(100% - 72px));min-height:100vh;min-height:100svh;margin:auto;
  padding:max(24px,env(safe-area-inset-top)) 0 max(24px,env(safe-area-inset-bottom));
  position:relative;z-index:5;display:flex;flex-direction:column
}
.portal-top{min-height:72px;display:flex;align-items:center;justify-content:space-between;gap:28px;position:relative;z-index:4}
.portal-brand{display:flex;align-items:center;gap:14px;min-width:0}
.brand-emblem{
  width:66px;height:66px;flex:0 0 66px;border-radius:50%;overflow:hidden;background:#f7ad32;
  border:1px solid rgba(255,255,255,.26);box-shadow:0 8px 30px rgba(0,0,0,.28),0 0 0 5px rgba(208,168,94,.09)
}
.brand-emblem img{width:100%;height:100%;object-fit:cover;transform:scale(1.03)}
.portal-wordmark{min-width:0}
.portal-wordmark strong{display:block;font:600 1.2rem/1.1 "Iowan Old Style","Palatino Linotype",Baskerville,Georgia,serif;white-space:nowrap}
.portal-wordmark small{display:block;margin-top:5px;color:rgba(247,240,229,.55);font-size:.59rem;font-weight:750;letter-spacing:.2em;text-transform:uppercase}
.portal-header-note{display:flex;align-items:center;gap:12px;color:rgba(247,240,229,.56);font-size:.61rem;font-weight:750;letter-spacing:.2em;text-transform:uppercase}
.portal-header-note i{width:4px;height:4px;border:1px solid #d0a85e;transform:rotate(45deg)}
.language-stage{flex:1;display:grid;place-items:center;padding:clamp(34px,7vh,78px) 0 34px}
.language-panel{
  position:relative;width:min(1040px,100%);padding:40px 34px 32px;border-radius:32px;color:#102f37;
  background:linear-gradient(145deg,rgba(249,244,235,.96),rgba(231,220,202,.94));
  border:1px solid rgba(255,255,255,.72);
  box-shadow:0 38px 100px rgba(0,0,0,.32),inset 0 1px rgba(255,255,255,.9);
  backdrop-filter:blur(18px);animation:languagePanelEnter .7s cubic-bezier(.18,.76,.18,1) .56s both
}
.panel-shell{
  position:absolute;left:50%;top:0;width:72px;height:30px;transform:translate(-50%,-48%);
  display:flex;align-items:flex-end;justify-content:center;gap:3px;overflow:hidden
}
.panel-shell:before{content:"";position:absolute;bottom:0;width:58px;height:28px;border-radius:60px 60px 0 0;background:#c9573c;box-shadow:0 8px 20px rgba(77,24,14,.2)}
.panel-shell i{position:relative;z-index:1;width:1px;height:23px;background:rgba(255,255,255,.58);transform-origin:bottom}
.panel-shell i:first-child{transform:rotate(-27deg)}.panel-shell i:last-child{transform:rotate(27deg)}
.language-grid{display:flex;flex-wrap:wrap;justify-content:center;gap:10px}
.language-option{
  width:calc(25% - 7.5px);min-height:66px;padding:10px 15px;display:flex;align-items:center;gap:12px;min-width:0;
  border:1px solid rgba(16,47,55,.11);border-radius:15px;background:rgba(255,255,255,.48);
  box-shadow:0 5px 14px rgba(6,37,43,.045);transition:transform .2s ease,border-color .2s ease,background .2s ease,box-shadow .2s ease;
  animation:languageIn .45s cubic-bezier(.18,.76,.18,1) .76s both
}
.language-option:nth-child(2){animation-delay:.80s}.language-option:nth-child(3){animation-delay:.84s}
.language-option:nth-child(4){animation-delay:.88s}.language-option:nth-child(5){animation-delay:.92s}
.language-option:nth-child(6){animation-delay:.96s}.language-option:nth-child(7){animation-delay:1s}
.language-option:nth-child(8){animation-delay:1.04s}.language-option:nth-child(9){animation-delay:1.08s}
.language-option:nth-child(10){animation-delay:1.12s}.language-option:nth-child(11){animation-delay:1.16s}
.lang-page .flag-frame{width:36px;height:24px;flex:0 0 36px;overflow:hidden;border-radius:5px;border:1px solid rgba(16,47,55,.13);background:#fff;box-shadow:0 3px 8px rgba(7,42,48,.1)}
.lang-page .flag-frame img{width:100%;height:100%;object-fit:contain}
.language-label{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:.91rem;font-weight:730}
.language-option:hover{transform:translateY(-3px);border-color:rgba(201,87,60,.5);background:#fff;box-shadow:0 12px 24px rgba(6,37,43,.1)}
.language-option:focus-visible{outline:3px solid #9e3f2d;outline-offset:2px;border-color:#9e3f2d;background:#fff}
.language-option.is-selected{transform:translateY(-3px) scale(.99);color:#fff;border-color:#c9573c;background:#c9573c}
.lang-page.leaving .page-turn{animation:pageTurn .42s cubic-bezier(.65,0,.25,1) forwards}
.lang-page.leaving .portal-shell{animation:landingLeave .36s ease forwards}

.portal-scene{position:fixed;inset:0;z-index:1;overflow:hidden;pointer-events:none}
.water-glow{position:absolute;left:50%;top:-28%;width:min(92vw,1160px);aspect-ratio:1;transform:translateX(-50%);border-radius:50%;background:radial-gradient(circle,rgba(77,176,177,.22),rgba(19,94,101,.07) 46%,transparent 70%);filter:blur(10px);animation:waterBreathe 6s ease-in-out infinite}
.light-shafts{position:absolute;inset:-20% 0 0;overflow:hidden;opacity:.28}
.light-shafts i{position:absolute;top:-10%;width:18vw;height:92vh;background:linear-gradient(180deg,rgba(170,230,219,.24),transparent 82%);filter:blur(10px);transform:rotate(12deg);transform-origin:top;animation:shaftDrift 7s ease-in-out infinite}
.light-shafts i:nth-child(1){left:18%}.light-shafts i:nth-child(2){left:47%;width:12vw;animation-delay:-2.5s}.light-shafts i:nth-child(3){right:10%;width:15vw;animation-delay:-4s}
.bubble-stream{position:absolute;bottom:-50px;width:100px;height:75vh}
.bubble-stream-a{left:7%}.bubble-stream-b{right:8%;height:63vh}
.bubble-stream i{position:absolute;bottom:-25px;width:8px;height:8px;border:1px solid rgba(213,239,231,.42);border-radius:50%;animation:bubbleRise 7s linear infinite}
.bubble-stream i:nth-child(1){left:10%;animation-delay:-1s}.bubble-stream i:nth-child(2){left:36%;width:4px;height:4px;animation-delay:-4s;animation-duration:6s}
.bubble-stream i:nth-child(3){left:64%;width:12px;height:12px;animation-delay:-2.3s;animation-duration:9s}.bubble-stream i:nth-child(4){left:82%;width:5px;height:5px;animation-delay:-5.5s}
.bubble-stream i:nth-child(5){left:48%;width:6px;height:6px;animation-delay:-6.4s;animation-duration:8s}.bubble-stream i:nth-child(6){left:22%;width:3px;height:3px;animation-delay:-3.2s}
.fish-lane{position:absolute;display:flex;align-items:center;gap:23px;width:max-content;opacity:.48}
.fish-lane-a{top:24%;left:-42%;animation:schoolPass 18s linear infinite}
.fish-lane-b{top:72%;right:-30%;gap:16px;opacity:.27;transform:scaleX(-1);animation:schoolPassReverse 23s linear infinite}
.marine-fish{
  display:block;width:62px;height:auto;overflow:visible;flex:0 0 auto;
  filter:drop-shadow(0 8px 9px rgba(0,13,20,.2));transform-origin:center;
  animation:fishGlide 2.8s ease-in-out infinite
}
.marine-fish:nth-child(2){animation-delay:-1.1s}.marine-fish:nth-child(3){animation-delay:-2s}
.marine-fish:nth-child(4){animation-delay:-.55s}.marine-fish:nth-child(5){animation-delay:-1.65s}
.fish-large{width:82px}.fish-medium{width:64px}.fish-small{width:49px}.fish-tiny{width:37px}
.fish-low{margin-top:35px}.fish-high{margin-top:-28px}.fish-lowest{margin-top:56px}
.fish-gold{--fish-body:#d9ad68;--fish-fin:#ad7248;--fish-stroke:#6e4a39;--fish-glint:#f8dba2}
.fish-copper{--fish-body:#ce704c;--fish-fin:#924934;--fish-stroke:#5f322c;--fish-glint:#f5b280}
.fish-silver{--fish-body:#9fc2bd;--fish-fin:#648f8c;--fish-stroke:#365d60;--fish-glint:#e0f0e9}
.fish-teal{--fish-body:#3d9996;--fish-fin:#226b70;--fish-stroke:#184950;--fish-glint:#a8ddd3}
.fish-coral{--fish-body:#e2825d;--fish-fin:#b7513e;--fish-stroke:#6b3531;--fish-glint:#ffd0a8}
.lobster-swimmer{
  position:absolute;left:-390px;width:clamp(240px,25vw,350px);z-index:1;opacity:.58;
  filter:drop-shadow(0 18px 18px rgba(0,10,16,.3));animation:lobsterCruise 24s linear infinite
}
.lobster-swimmer-landing{top:52%;animation-duration:22s;animation-delay:-8s}
.lobster-swimmer-menu{top:41%;width:clamp(250px,23vw,360px);opacity:.46;animation-duration:28s;animation-delay:-17s}
.lobster-art{display:block;width:100%;height:auto;overflow:visible;animation:lobsterBob 3.4s ease-in-out infinite}
.lobster-tail{transform-box:fill-box;transform-origin:right center;animation:lobsterTailKick 5.2s ease-in-out infinite}
.lobster-forelegs{transform-box:fill-box;transform-origin:left center;animation:lobsterLegDrift 3.8s ease-in-out infinite}
.lobster-bubbles{position:absolute;left:1%;top:36%;width:50px;height:64px}
.lobster-bubbles i{position:absolute;bottom:0;width:8px;height:8px;border:1px solid rgba(220,242,235,.62);border-radius:50%;animation:lobsterBubble 2.8s ease-out infinite}
.lobster-bubbles i:nth-child(2){left:17px;width:5px;height:5px;animation-delay:-1s}.lobster-bubbles i:nth-child(3){left:34px;width:11px;height:11px;animation-delay:-2s}
.clam-cluster{position:absolute;display:flex;align-items:flex-end;gap:7px;height:58px;z-index:2}
.clam-cluster-landing{left:10%;bottom:16px;opacity:.7}
.clam-cluster-menu{left:23%;bottom:18px;opacity:.72}
.animated-clam{--clam:#c89470;--clam-light:#dfbea2;--clam-dark:#7c533f;position:relative;display:block;width:50px;height:43px;transform-style:preserve-3d}
.animated-clam:before,.animated-clam:after{content:"";position:absolute;left:2px;width:46px;border:1.5px solid var(--clam-dark);box-shadow:inset 0 2px rgba(255,255,255,.25),0 6px 9px rgba(0,10,16,.22)}
.animated-clam:before{
  z-index:3;bottom:13px;height:29px;border-radius:52% 52% 18% 18% / 70% 70% 25% 25%;
  background:repeating-conic-gradient(from 255deg at 50% 100%,var(--clam) 0 9deg,var(--clam-light) 10deg 13deg,var(--clam) 14deg 22deg);
  transform-origin:50% 100%;animation:clamOpen 4.6s ease-in-out infinite
}
.animated-clam:after{z-index:1;bottom:2px;height:22px;border-radius:16% 16% 54% 54% / 20% 20% 74% 74%;background:linear-gradient(180deg,var(--clam-light),var(--clam))}
.animated-clam i{position:absolute;left:50%;bottom:15px;z-index:2;width:10px;height:10px;border-radius:50%;background:#f5edda;box-shadow:inset -2px -2px 3px rgba(137,101,76,.25),0 0 7px rgba(255,245,210,.45);transform:translateX(-50%)}
.animated-clam:nth-child(2){scale:.78;margin-bottom:-2px}.animated-clam:nth-child(2):before{animation-delay:-1.5s}
.animated-clam:nth-child(3){scale:.9;margin-left:-7px}.animated-clam:nth-child(3):before{animation-delay:-3s}
.animated-clam:nth-child(4){scale:.67;margin-left:-9px;margin-bottom:-3px}.animated-clam:nth-child(4):before{animation-delay:-2.1s}
.clam-rose{--clam:#c78a7c;--clam-light:#e1b8ae;--clam-dark:#74473f}.clam-sand{--clam:#d4b27c;--clam-light:#ead2a8;--clam-dark:#765b39}
.clam-coral{--clam:#c9654c;--clam-light:#e89a7f;--clam-dark:#71372e}.clam-teal{--clam:#4f9990;--clam-light:#8bc0b6;--clam-dark:#285a59}
.seabed-starfish{
  position:absolute;width:52px;aspect-ratio:1;background:linear-gradient(145deg,#de8157,#9e4937);
  clip-path:polygon(50% 1%,61% 35%,97% 35%,68% 56%,79% 92%,50% 70%,20% 94%,31% 57%,2% 35%,39% 35%);
  filter:drop-shadow(0 7px 7px rgba(0,10,16,.25));opacity:.54;animation:starfishDrift 8s ease-in-out infinite
}
.seabed-starfish:after{content:"";position:absolute;inset:33%;border:2px dotted rgba(255,230,189,.55);border-radius:50%}
.starfish-landing{right:16%;bottom:18px;rotate:-13deg}.starfish-menu{left:57%;bottom:15px;rotate:18deg}
.jellyfish{position:absolute;right:11%;top:23%;width:90px;height:135px;opacity:.16;animation:jellyFloat 7s ease-in-out infinite}
.jelly-bell{display:block;width:88px;height:54px;border-radius:50% 50% 34% 34%;background:linear-gradient(180deg,rgba(230,183,125,.8),rgba(201,87,60,.25));box-shadow:inset 0 -8px rgba(255,255,255,.08)}
.jellyfish i{position:absolute;top:48px;width:2px;height:72px;background:linear-gradient(rgba(230,183,125,.8),transparent);border-radius:50%;transform-origin:top;animation:tentacleSway 3s ease-in-out infinite}
.jellyfish i:nth-child(2){left:18px;transform:rotate(8deg)}.jellyfish i:nth-child(3){left:37px;height:87px;animation-delay:-1s}.jellyfish i:nth-child(4){left:56px;height:78px;animation-delay:-2s}.jellyfish i:nth-child(5){left:74px;transform:rotate(-8deg);animation-delay:-.5s}
.reef-edge{position:absolute;bottom:-16px;width:210px;height:210px;opacity:.3}
.reef-edge-left{left:-45px}.reef-edge-right{right:-55px;transform:scaleX(-1)}
.reef-edge:before{content:"";position:absolute;left:0;right:0;bottom:0;height:50px;border-radius:50% 50% 0 0;background:#021219}
.reef-edge i{position:absolute;bottom:24px;left:42%;width:10px;height:160px;border-radius:100% 0;background:linear-gradient(#1f7771,#073a40);transform-origin:bottom;animation:seaweedSway 4.5s ease-in-out infinite}
.reef-edge i:nth-child(2){left:18%;height:120px;transform:rotate(-16deg);animation-delay:-1s}.reef-edge i:nth-child(3){left:62%;height:135px;transform:rotate(15deg);animation-delay:-2s}.reef-edge i:nth-child(4){left:79%;height:95px;animation-delay:-3s}.reef-edge i:nth-child(5){left:6%;height:82px;animation-delay:-.5s}

@keyframes curtainLeft{to{transform:translateX(-101%)}}
@keyframes curtainRight{to{transform:translateX(101%)}}
@keyframes languagePanelEnter{from{opacity:0;transform:translateY(22px) scale(.985)}}
@keyframes languageIn{from{opacity:0;transform:translateY(12px)}}
@keyframes pageTurn{to{transform:translateY(0)}}
@keyframes landingLeave{to{opacity:.15;transform:scale(.99)}}
@keyframes waterBreathe{50%{transform:translateX(-50%) scale(1.08);opacity:.72}}
@keyframes shaftDrift{50%{transform:rotate(7deg) translateX(25px);opacity:.7}}
@keyframes bubbleRise{0%{transform:translateY(0) scale(.6);opacity:0}12%{opacity:.75}100%{transform:translateY(-80vh) translateX(22px) scale(1.25);opacity:0}}
@keyframes schoolPass{from{transform:translateX(0)}to{transform:translateX(155vw)}}
@keyframes schoolPassReverse{from{transform:translateX(0) scaleX(-1)}to{transform:translateX(-145vw) scaleX(-1)}}
@keyframes fishGlide{0%,100%{transform:translateY(3px) rotate(-1.2deg)}50%{transform:translateY(-4px) rotate(1.2deg)}}
@keyframes lobsterCruise{0%{transform:translateX(0)}100%{transform:translateX(calc(100vw + 790px))}}
@keyframes lobsterBob{0%,100%{transform:translateY(6px) rotate(-1.2deg)}50%{transform:translateY(-7px) rotate(1deg)}}
@keyframes lobsterTailKick{0%,66%,100%{transform:rotate(0) scaleX(1)}74%{transform:rotate(8deg) scaleX(.9)}82%{transform:rotate(-4deg) scaleX(.96)}}
@keyframes lobsterLegDrift{0%,100%{transform:rotate(-1deg)}50%{transform:rotate(2deg)}}
@keyframes lobsterBubble{0%{transform:translateY(5px) scale(.55);opacity:0}22%{opacity:.8}100%{transform:translateY(-54px) translateX(10px) scale(1.15);opacity:0}}
@keyframes clamOpen{0%,62%,100%{transform:perspective(70px) rotateX(-2deg)}72%,84%{transform:perspective(70px) rotateX(-36deg) translateY(-3px)}}
@keyframes starfishDrift{0%,100%{transform:translateY(1px) scale(.98)}50%{transform:translateY(-5px) scale(1.02)}}
@keyframes jellyFloat{0%,100%{transform:translateY(8px) rotate(-2deg)}50%{transform:translateY(-18px) rotate(3deg)}}
@keyframes tentacleSway{0%,100%{border-radius:50%;margin-left:0}50%{border-radius:15% 85% 45% 55%;margin-left:5px}}
@keyframes seaweedSway{0%,100%{rotate:-4deg}50%{rotate:6deg}}

@media(max-width:1100px){
  .portal-shell{width:min(100% - 24px,1320px)}
  .language-panel{width:min(1040px,100%);padding-left:26px;padding-right:26px}
}
@media(min-width:721px) and (max-width:860px){
  .language-panel{padding-left:20px;padding-right:20px}
  .language-option{padding-left:10px;padding-right:10px;gap:9px}
  .lang-page .flag-frame{width:34px;height:23px;flex-basis:34px}
  .language-label{font-size:.86rem}
}
@media(max-width:720px){
  .lang-page{--landing-left:max(14px,env(safe-area-inset-left));--landing-right:max(14px,env(safe-area-inset-right))}
  .page-frame{display:none}
  .portal-shell{width:100%;padding:max(14px,env(safe-area-inset-top)) var(--landing-right) max(14px,env(safe-area-inset-bottom)) var(--landing-left)}
  .portal-top{min-height:58px}.portal-header-note{display:none}
  .brand-emblem{width:55px;height:55px;flex-basis:55px}
  .portal-wordmark strong{font-size:1.02rem}.portal-wordmark small{font-size:.51rem}
  .language-stage{padding:34px 0 18px;place-items:start center}
  .language-panel{padding:32px 13px 20px;border-radius:25px}
  .language-grid{gap:8px}
  .language-option{width:calc(33.333% - 5.34px);min-height:70px;padding:8px 5px;flex-direction:column;justify-content:center;gap:6px;text-align:center;border-radius:13px}
  .language-grid>.language-option{animation-delay:.72s}
  .lang-page .flag-frame{width:32px;height:22px;flex-basis:22px}
  .language-label{width:100%;font-size:.74rem}
  .jellyfish{right:-8px;top:18%;transform:scale(.72)}
  .fish-lane-a{top:18%}.fish-lane-b{top:78%}
  .fish-large{width:62px}.fish-medium{width:51px}.fish-small{width:41px}.fish-tiny{width:32px}
  .lobster-swimmer-landing{top:13%;width:185px;opacity:.36;animation-duration:20s}
  .lobster-swimmer-menu{top:39%;width:205px;opacity:.3;animation-duration:24s}
  .clam-cluster-landing{left:2%;transform:scale(.78);transform-origin:left bottom}
  .starfish-landing{right:3%;scale:.72}
  .marine-fish{filter:none}
  .lobster-swimmer{filter:none}
  .reef-edge{opacity:.2}
}
@media(max-width:370px){
  .portal-brand{gap:9px}.brand-emblem{width:48px;height:48px;flex-basis:48px}
  .portal-wordmark strong{font-size:.92rem}.portal-wordmark small{font-size:.46rem;letter-spacing:.15em}
  .language-stage{padding-top:27px}
  .language-panel{padding-left:10px;padding-right:10px}
  .language-grid{gap:7px}
  .language-option{width:calc(33.333% - 4.67px);min-height:64px;padding:7px 3px;gap:5px}
  .lang-page .flag-frame{width:28px;height:19px;flex-basis:19px}
  .language-label{font-size:.75rem}
}
@media(max-width:720px) and (max-height:560px) and (orientation:landscape){
  .portal-shell{padding-top:10px}.portal-top{min-height:48px}
  .brand-emblem{width:46px;height:46px;flex-basis:46px}
  .language-stage{padding:18px 0 12px}
  .language-panel{padding:25px 12px 14px}
  .language-option{width:calc(25% - 6px);min-height:54px}
}

/* ---------------- Menu ---------------- */
.menu-page{min-height:100vh;position:relative;isolation:isolate;overflow-x:hidden;color:var(--ink);background:#03202b}
.ocean-backdrop{position:fixed;inset:0;z-index:-2;overflow:hidden;pointer-events:none;background:linear-gradient(180deg,#0a4a55 0%,#05313d 38%,#021722 100%);transition:filter .3s ease}
.ocean-backdrop:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,transparent,rgba(0,7,13,.42));box-shadow:inset 0 0 180px rgba(0,7,12,.52)}
.ocean-caustics{position:absolute;inset:-25%;opacity:.22;background:conic-gradient(from 100deg at 50% 12%,transparent 0 8%,rgba(173,228,215,.18) 11%,transparent 15% 27%,rgba(173,228,215,.11) 30%,transparent 36% 100%);animation:oceanCaustics 22s linear infinite}
.ocean-bubbles{position:absolute;inset:0}
.ocean-bubbles i{position:absolute;bottom:-40px;width:8px;height:8px;border:1px solid rgba(211,239,232,.4);border-radius:50%;animation:deepBubble 10s linear infinite}
.ocean-bubbles i:nth-child(1){left:3%;animation-delay:-2s}.ocean-bubbles i:nth-child(2){left:9%;width:4px;height:4px;animation-delay:-6s;animation-duration:7s}.ocean-bubbles i:nth-child(3){left:16%;width:13px;height:13px;animation-delay:-4s;animation-duration:13s}
.ocean-bubbles i:nth-child(4){left:26%;width:5px;height:5px;animation-delay:-8s}.ocean-bubbles i:nth-child(5){left:38%;animation-delay:-1s;animation-duration:12s}.ocean-bubbles i:nth-child(6){left:47%;width:3px;height:3px;animation-delay:-7s}
.ocean-bubbles i:nth-child(7){left:58%;width:11px;height:11px;animation-delay:-3s;animation-duration:14s}.ocean-bubbles i:nth-child(8){left:67%;width:5px;height:5px;animation-delay:-9s}.ocean-bubbles i:nth-child(9){left:76%;animation-delay:-5s}
.ocean-bubbles i:nth-child(10){left:84%;width:4px;height:4px;animation-delay:-2.5s;animation-duration:8s}.ocean-bubbles i:nth-child(11){left:92%;width:12px;height:12px;animation-delay:-6.5s;animation-duration:15s}.ocean-bubbles i:nth-child(12){left:97%;width:3px;height:3px;animation-delay:-4.5s}
.ocean-bubbles i:nth-child(13){left:31%;width:6px;height:6px;animation-delay:-10s;animation-duration:16s}.ocean-bubbles i:nth-child(14){left:72%;width:7px;height:7px;animation-delay:-11s;animation-duration:17s}
.deep-fish{position:absolute;display:flex;align-items:center;gap:20px;width:max-content;opacity:.34}
.deep-fish-a{top:23%;left:-330px;animation:deepFishPass 26s linear infinite}.deep-fish-b{top:64%;right:-290px;gap:15px;opacity:.22;transform:scaleX(-1);animation:deepFishReturn 31s linear infinite}
.deep-jelly{position:absolute;left:6%;top:43%;width:76px;height:120px;opacity:.17;animation:deepJellyFloat 8s ease-in-out infinite}
.deep-jelly span{display:block;width:74px;height:47px;border-radius:50% 50% 35% 35%;background:linear-gradient(rgba(233,186,128,.82),rgba(201,87,60,.2))}
.deep-jelly i{position:absolute;top:41px;width:2px;height:67px;background:linear-gradient(rgba(233,186,128,.75),transparent);animation:tentacleSway 3.4s ease-in-out infinite}
.deep-jelly i:nth-child(2){left:16px}.deep-jelly i:nth-child(3){left:37px;height:81px;animation-delay:-1s}.deep-jelly i:nth-child(4){left:59px;animation-delay:-2s}
.ocean-seabed{position:absolute;left:0;right:0;bottom:-130px;height:230px;background:linear-gradient(transparent 56%,rgba(1,14,20,.72) 57%);opacity:.88;transform:translateY(var(--seabed-rise,0px));transition:transform .12s linear}
.seaweed-clump{position:absolute;bottom:12px;width:170px;height:205px}
.seaweed-clump-a{left:-24px}.seaweed-clump-b{right:-22px;transform:scaleX(-1)}
.seaweed-clump i{position:absolute;bottom:0;left:42%;width:12px;height:185px;border-radius:100% 0;background:linear-gradient(#27837b,#073842);transform-origin:bottom;animation:deepSeaweed 5s ease-in-out infinite}
.seaweed-clump i:nth-child(2){left:16%;height:130px;animation-delay:-1s}.seaweed-clump i:nth-child(3){left:67%;height:148px;animation-delay:-2s}.seaweed-clump i:nth-child(4){left:84%;height:96px;animation-delay:-3s}
.animated-crab{position:absolute;right:15%;bottom:20px;width:112px;height:72px;opacity:.48;filter:drop-shadow(0 8px 8px rgba(0,8,13,.24));animation:crabWalk 14s ease-in-out infinite}
.crab-art{display:block;width:100%;height:auto;overflow:visible}
.crab-pincer{transform-box:fill-box;transform-origin:center;animation:crabPincer 3.2s ease-in-out infinite}
.crab-pincer-right{animation-name:crabPincerRight;animation-delay:-1.6s}

.menu-header{position:relative;z-index:2;overflow:hidden;color:#fff;background:linear-gradient(180deg,rgba(3,34,44,.2),rgba(2,21,29,.56));border-bottom:1px solid rgba(255,255,255,.08)}
.menu-header:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 78% 18%,rgba(87,181,176,.18),transparent 29%),linear-gradient(110deg,transparent 0 60%,rgba(255,255,255,.025) 60.2%,transparent 60.5%);pointer-events:none}
.menu-watermark{position:absolute;right:-12px;bottom:-64px;font:700 16rem/1 Georgia,"Times New Roman",serif;color:rgba(255,255,255,.025);letter-spacing:-.07em;pointer-events:none;user-select:none}
.header-inner{width:min(1180px,calc(100% - 40px));margin:auto;padding:max(20px,env(safe-area-inset-top)) 0 68px;position:relative;z-index:3}
.topbar{display:flex;align-items:center;justify-content:space-between;gap:18px}
.menu-brand{display:flex;align-items:center;gap:13px;min-width:0}
.menu-logo{width:62px;height:62px;border-radius:50%;overflow:hidden;background:#f7ad32;border:1px solid rgba(255,255,255,.25);box-shadow:0 9px 28px rgba(0,0,0,.28)}
.menu-logo img{width:100%;height:100%;object-fit:cover}
.brand-copy{min-width:0}.brand-copy strong{display:block;font-family:"Iowan Old Style","Palatino Linotype",Baskerville,Georgia,serif;color:#fff;font-size:1.12rem;white-space:nowrap}.brand-copy small{display:block;margin-top:4px;color:rgba(255,255,255,.52);font-size:.6rem;letter-spacing:.17em;text-transform:uppercase}
.language-control{position:relative;z-index:30}
.language-toggle{display:flex;align-items:center;gap:8px;height:50px;padding:5px 11px 5px 5px;border-radius:999px;border:1px solid rgba(255,255,255,.18);background:rgba(2,25,33,.42);color:#fff;cursor:pointer;backdrop-filter:blur(16px)}
.language-toggle:focus-visible{outline:3px solid #e0b873;outline-offset:3px}
.current-flag{width:36px;height:36px;border-radius:50%;overflow:hidden;border:1px solid rgba(255,255,255,.65);background:#fff}.current-flag img{width:100%;height:100%;object-fit:cover;transform:scale(1.1)}
.chevron{font-size:1rem;color:rgba(255,255,255,.72);transform:translateY(-1px)}
.language-popover{position:absolute;right:0;top:59px;width:302px;padding:13px;border-radius:22px;border:1px solid rgba(255,255,255,.15);background:rgba(3,29,38,.97);box-shadow:0 24px 60px rgba(0,0,0,.36);backdrop-filter:blur(20px)}
.language-picker-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:9px}
.picker-flag{display:grid;place-items:center;padding:5px;border-radius:16px;transition:.18s ease}.picker-flag:hover{background:rgba(255,255,255,.08)}.picker-flag:focus-visible{outline:3px solid #e0b873;outline-offset:1px;background:rgba(255,255,255,.08)}.picker-flag img{width:48px;height:48px;object-fit:cover;border-radius:50%;border:2px solid rgba(255,255,255,.7);box-shadow:0 6px 14px rgba(0,0,0,.24)}
.menu-hero{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:30px;align-items:end;padding-top:68px}
.menu-kicker{font-size:.68rem;line-height:1.4;text-transform:uppercase;letter-spacing:.21em;color:#e7bf7b;font-weight:800;max-width:600px}
.menu-hero h1{font:500 clamp(3.4rem,7vw,6.4rem)/.9 "Iowan Old Style","Palatino Linotype",Baskerville,Georgia,serif;margin:12px 0 16px;letter-spacing:-.05em}
.menu-hero p{max-width:700px;margin:0;color:rgba(255,255,255,.72);font-size:1rem;line-height:1.7}
.hero-sea-mark{position:relative;width:154px;height:154px;border-radius:50%;display:grid;place-items:center;background:radial-gradient(circle at 38% 30%,rgba(255,255,255,.14),rgba(255,255,255,.025) 54%,transparent 72%);border:1px solid rgba(255,255,255,.12);box-shadow:inset 0 0 0 12px rgba(255,255,255,.018);animation:heroMarkFloat 5.5s ease-in-out infinite}
.hero-shell{position:relative;width:82px;height:64px;overflow:hidden;border-radius:70px 70px 12px 12px;background:linear-gradient(155deg,#f0c886,#c85b43);box-shadow:0 17px 26px rgba(0,0,0,.24)}
.hero-shell i{position:absolute;left:50%;bottom:0;width:2px;height:58px;background:rgba(255,255,255,.45);transform-origin:bottom}.hero-shell i:first-child{transform:rotate(-28deg)}.hero-shell i:nth-child(2){transform:translateX(-1px)}.hero-shell i:last-child{transform:rotate(28deg)}
.hero-mark-bubble{position:absolute;border:1px solid rgba(255,255,255,.52);border-radius:50%;animation:heroBubble 3s ease-in-out infinite}.bubble-one{right:22px;top:24px;width:9px;height:9px}.bubble-two{right:13px;top:48px;width:5px;height:5px;animation-delay:-1.2s}
.header-tide{position:absolute;left:-3%;right:-3%;bottom:-1px;height:24px;background:rgba(244,236,222,.1);clip-path:polygon(0 64%,8% 43%,17% 68%,27% 38%,39% 66%,50% 42%,61% 65%,73% 36%,84% 62%,93% 39%,100% 57%,100% 100%,0 100%)}

.menu-toolbar{position:sticky;top:0;z-index:20;padding:12px 0;background:rgba(2,24,32,.78);backdrop-filter:blur(18px);border-bottom:1px solid rgba(255,255,255,.08);box-shadow:0 8px 28px rgba(0,0,0,.14)}
.toolbar-inner{width:min(1180px,calc(100% - 40px));margin:auto;padding:9px 10px;display:flex;gap:11px;align-items:center;border-radius:21px;background:rgba(247,241,231,.96);border:1px solid rgba(255,255,255,.64);box-shadow:0 9px 25px rgba(0,0,0,.12)}
.search-wrap{position:relative;flex:0 0 270px}.search-wrap:before{content:"⌕";position:absolute;left:15px;top:50%;transform:translateY(-53%);font-size:1.25rem;color:#718087;pointer-events:none}
#menuSearch{width:100%;height:43px;border-radius:999px;border:1px solid rgba(10,40,52,.1);background:#fff;padding:0 16px 0 40px;outline:none;color:var(--ink);box-shadow:0 3px 10px rgba(10,40,52,.035)}
#menuSearch:focus{border-color:rgba(15,120,128,.55);box-shadow:0 0 0 4px rgba(15,120,128,.11)}
.category-nav{display:flex;gap:8px;overflow:auto;padding:2px 1px;scrollbar-width:none;-webkit-overflow-scrolling:touch}.category-nav::-webkit-scrollbar{display:none}
.category-chip{white-space:nowrap;padding:10px 14px;border-radius:999px;border:1px solid rgba(10,40,52,.09);background:rgba(255,255,255,.62);font-size:.8rem;font-weight:680;color:#36515a;transition:.18s ease}
.category-chip:hover,.category-chip:focus-visible{background:#fff;border-color:rgba(201,87,60,.55);outline:none}
.category-chip:focus-visible{outline:3px solid #9e3f2d;outline-offset:-3px;border-color:#9e3f2d}
.menu-main{width:min(1240px,calc(100% - 40px));margin:26px auto 82px;position:relative;z-index:2;color:var(--ink)}
.menu-intro{display:grid;grid-template-columns:1.1fr .9fr;gap:12px;margin:0 auto 24px;width:min(1180px,100%)}
.info-card{display:flex;gap:12px;align-items:center;padding:14px 17px;border-radius:18px;background:rgba(247,241,231,.94);border:1px solid rgba(255,255,255,.62);box-shadow:0 10px 30px rgba(0,0,0,.13);color:#48636b;font-size:.79rem;line-height:1.5;backdrop-filter:blur(14px)}
.info-icon{flex:0 0 28px;width:28px;height:28px;border-radius:50%;display:grid;place-items:center;background:#e7f1ef;color:var(--sea);font-weight:800}
.info-icon svg{width:17px;height:17px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.page-pager{width:min(1180px,100%);margin-left:auto;margin-right:auto;padding:9px;display:grid;grid-template-columns:minmax(130px,auto) minmax(0,1fr) minmax(130px,auto);align-items:center;gap:14px;border:1px solid rgba(255,255,255,.58);border-radius:22px;background:rgba(247,241,231,.95);box-shadow:0 12px 34px rgba(0,0,0,.16);backdrop-filter:blur(16px)}
.page-pager-top{margin-bottom:18px}.page-pager-bottom{margin-top:18px}
.page-nav-button{height:48px;padding:0 18px;display:flex;align-items:center;justify-content:center;gap:9px;border:1px solid rgba(24,56,102,.12);border-radius:15px;background:#fff;color:#173842;box-shadow:0 5px 14px rgba(16,52,65,.06);font-size:.78rem;font-weight:800;cursor:pointer;transition:transform .18s ease,background .18s ease,border-color .18s ease,opacity .18s ease}
.page-nav-button svg{width:18px;height:18px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.page-nav-button:hover:not(:disabled){transform:translateY(-1px);background:#f9fcfb;border-color:rgba(15,120,128,.35)}.page-nav-button:focus-visible{outline:3px solid #9e3f2d;outline-offset:2px}.page-nav-button:disabled{opacity:.32;cursor:not-allowed;box-shadow:none}
.page-status{min-width:0;text-align:center}.page-status-count{display:block;color:#8c928f;font-size:.61rem;font-weight:800;letter-spacing:.13em;text-transform:uppercase}.page-status-title{display:block;margin-top:4px;overflow:hidden;color:#173842;font:600 1.02rem/1.2 "Iowan Old Style",Georgia,serif;text-overflow:ellipsis;white-space:nowrap}
.category-chip.is-active{border-color:rgba(155,68,56,.3);background:#173842;color:#fff;box-shadow:0 5px 13px rgba(23,56,66,.14)}
#sections{display:block;touch-action:pan-y}
.menu-sheet[hidden],.page-pager[hidden],.category-chip[hidden]{display:none!important}
.menu-sheet{scroll-margin-top:104px;position:relative;overflow:hidden;min-height:1450px;padding:68px clamp(34px,5vw,74px) 72px;border-radius:8px;color:#182e38;background:linear-gradient(135deg,rgba(255,254,250,.99),rgba(245,240,231,.99));border:1px solid rgba(255,255,255,.9);box-shadow:0 34px 90px rgba(0,0,0,.3),inset 0 0 0 1px rgba(32,61,72,.035)}
.menu-sheet:before{content:"";position:absolute;inset:0;pointer-events:none;opacity:.42;background:radial-gradient(circle at 76% 26%,transparent 0 90px,rgba(31,83,92,.025) 91px 92px,transparent 93px),radial-gradient(ellipse at 22% 72%,rgba(158,67,50,.025),transparent 31%),linear-gradient(106deg,transparent 48%,rgba(255,255,255,.35) 48.2%,transparent 48.5%)}
.menu-sheet>*{position:relative;z-index:1}
.js .menu-sheet{opacity:0;transform:translateY(30px) scale(.992);transition:opacity .62s ease,transform .7s cubic-bezier(.2,.72,.2,1)}
.js .menu-sheet.is-visible{opacity:1;transform:none}
.sheet-corner{position:absolute;z-index:2;right:26px;top:24px;display:flex;align-items:baseline;gap:7px;color:#a5aaa6;font:700 .72rem/1 ui-monospace,SFMono-Regular,Consolas,monospace;letter-spacing:.09em}.sheet-corner span{font:800 .5rem/1 Arial,sans-serif;letter-spacing:.16em;text-transform:uppercase;color:#b4b5af}
.sheet-heading{text-align:center;margin:-4px 0 36px}.sheet-heading h2{margin:0;color:#152f40;font:800 clamp(1.55rem,3vw,2.35rem)/1.05 Arial,sans-serif;letter-spacing:.025em;text-transform:uppercase}.sheet-heading p{margin:8px 0 0;color:#9b4438;font-size:.84rem;font-weight:800;letter-spacing:.11em;text-transform:uppercase}
.sheet-body{display:grid;gap:54px}
.page-split{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:clamp(38px,6vw,84px)}
.page-split-column{display:flex;flex-direction:column;gap:48px;min-width:0}
.paper-section{position:relative;min-width:0}.paper-section-heading{text-align:center;margin:0 0 24px}.page-split .paper-section-heading{text-align:left}.paper-section-heading h3{margin:0;color:#9b4438;font:800 clamp(1rem,1.8vw,1.3rem)/1.15 Arial,sans-serif;letter-spacing:.025em;text-transform:uppercase}.paper-section-heading h3 span{font-size:.68em;color:#a19489;letter-spacing:.04em}.paper-section-heading p{margin:6px 0 0;color:#183866;font-size:.82rem;font-weight:850;letter-spacing:.05em;text-transform:uppercase}.paper-section.is-continuation .paper-section-heading{text-align:left;margin-bottom:30px;padding-bottom:11px;border-bottom:1px solid rgba(24,56,102,.12)}
.paper-columns{display:grid;gap:clamp(32px,6vw,80px)}.paper-columns-2{grid-template-columns:repeat(2,minmax(0,1fr))}.paper-column{min-width:0}
.orderable-item{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:14px;padding:0 0 20px;margin:0 0 19px;border-bottom:1px solid rgba(21,47,64,.075)}.orderable-item:last-child{margin-bottom:0}
.item-copy{min-width:0}.item-name{color:#172c36;font-size:.96rem;font-weight:790;line-height:1.34}.has-order-number{display:flex;align-items:flex-start;gap:8px}.order-title-text{min-width:0}.order-number{flex:0 0 auto;min-width:40px;height:22px;padding:0 6px;display:inline-flex;align-items:center;justify-content:center;border-radius:999px;background:#183866;color:#fff;box-shadow:0 3px 8px rgba(24,56,102,.16);font:800 .58rem/1 ui-monospace,SFMono-Regular,Consolas,"Liberation Mono",monospace;font-variant-numeric:tabular-nums;letter-spacing:.045em}
.item-original{font:italic .76rem/1.4 Georgia,"Times New Roman",serif;color:#92938f;margin:4px 0 0 48px}.item-desc{font-size:.77rem;line-height:1.48;color:#52666d;margin:7px 0 0}.item-desc-original{font:italic .7rem/1.45 Georgia,"Times New Roman",serif;color:#9a9a94;margin-top:4px}
.item-price-block{text-align:right;min-width:max-content}.item-price{font:800 .93rem/1.3 Arial,sans-serif;white-space:nowrap;color:#172c36}.item-serving{margin-top:4px;color:#929690;font-size:.62rem;line-height:1.25;white-space:nowrap}
.paper-note{margin-top:28px;padding:14px 16px;border-left:3px solid #9b4438;background:rgba(155,68,56,.045);color:#596a6f;font-size:.72rem;font-weight:600;line-height:1.55}
.menu-sheet#bebidas .page-split-column{gap:30px}.menu-sheet#bebidas .paper-section-heading{margin-bottom:15px}.menu-sheet#bebidas .orderable-item{padding-bottom:9px;margin-bottom:9px}.menu-sheet#bebidas .item-name{font-size:.9rem}
.section-item-count{display:none}
.no-results{display:none;margin:24px 0;padding:70px 20px;border-radius:8px;text-align:center;color:#66777d;background:rgba(255,254,250,.96);box-shadow:0 24px 60px rgba(0,0,0,.22)}.hidden-by-search{display:none!important}
.menu-footer{position:relative;z-index:2;padding:40px 0 calc(40px + env(safe-area-inset-bottom));background:rgba(2,19,26,.72);border-top:1px solid rgba(255,255,255,.08);color:rgba(255,255,255,.6);backdrop-filter:blur(12px)}
.footer-inner{width:min(1180px,calc(100% - 40px));margin:auto;display:flex;align-items:flex-end;justify-content:space-between;gap:18px;font-size:.76rem;line-height:1.55}.footer-inner strong{color:#fff;font-family:"Iowan Old Style",Georgia,serif;font-size:.98rem}.footer-language{color:#e6bd78;border-bottom:1px solid rgba(230,189,120,.3);padding-bottom:2px}

/* Animation */
@keyframes menuPageNext{from{opacity:0;transform:translateX(34px) scale(.992)}to{opacity:1;transform:none}}
@keyframes menuPagePrevious{from{opacity:0;transform:translateX(-34px) scale(.992)}to{opacity:1;transform:none}}
#sections[data-page-direction="next"] .menu-sheet.is-active{animation:menuPageNext .42s cubic-bezier(.2,.72,.2,1)}
#sections[data-page-direction="previous"] .menu-sheet.is-active{animation:menuPagePrevious .42s cubic-bezier(.2,.72,.2,1)}
@keyframes oceanCaustics{to{transform:rotate(360deg)}}
@keyframes deepBubble{0%{transform:translateY(0) scale(.55);opacity:0}10%{opacity:.7}100%{transform:translateY(-112vh) translateX(24px) scale(1.3);opacity:0}}
@keyframes deepFishPass{from{transform:translateX(0)}to{transform:translateX(145vw)}}
@keyframes deepFishReturn{from{transform:translateX(0) scaleX(-1)}to{transform:translateX(-145vw) scaleX(-1)}}
@keyframes deepJellyFloat{0%,100%{transform:translateY(12px) rotate(-2deg)}50%{transform:translateY(-22px) rotate(3deg)}}
@keyframes deepSeaweed{0%,100%{rotate:-5deg}50%{rotate:7deg}}
@keyframes crabWalk{0%,100%{transform:translateX(0)}45%{transform:translateX(-72px)}55%{transform:translateX(-72px)}}
@keyframes crabPincer{0%,100%{transform:rotate(0)}50%{transform:rotate(-7deg) translateY(-2px)}}
@keyframes crabPincerRight{0%,100%{transform:rotate(0)}50%{transform:rotate(7deg) translateY(-2px)}}
@keyframes heroMarkFloat{0%,100%{transform:translateY(4px) rotate(-2deg)}50%{transform:translateY(-9px) rotate(2deg)}}
@keyframes heroBubble{0%,100%{transform:translateY(5px);opacity:.2}50%{transform:translateY(-9px);opacity:.9}}
@keyframes menuPaperIn{from{opacity:0;transform:translateY(24px)}}

@media(max-width:980px){
  .hero-sea-mark{width:120px;height:120px}.hero-shell{width:65px;height:51px}
  .menu-sheet{min-height:auto}
}
@media(max-width:760px){
  .page-split,.paper-columns-2{grid-template-columns:1fr}
  .page-split{gap:46px}.paper-columns{gap:0}.page-split-column{gap:46px}
  .page-split .paper-section-heading{text-align:center}
}
@media(max-width:720px){
  body.menu-page{padding-bottom:calc(76px + env(safe-area-inset-bottom))}
  .header-inner,.toolbar-inner,.footer-inner{width:min(100% - 24px,1180px)}
  .header-inner{padding-top:max(12px,env(safe-area-inset-top));padding-bottom:42px}
  .menu-logo{width:50px;height:50px}.brand-copy strong{font-size:.96rem}.brand-copy small{font-size:.52rem}
  .language-toggle{height:45px}.current-flag{width:34px;height:34px}
  .language-popover{position:fixed;left:12px;right:12px;top:auto;bottom:calc(12px + env(safe-area-inset-bottom));width:auto;border-radius:28px;padding:17px}
  .language-picker-grid{grid-template-columns:repeat(4,1fr);gap:12px}.picker-flag img{width:54px;height:54px}
  .menu-hero{grid-template-columns:minmax(0,1fr) auto;gap:14px;padding-top:42px}
  .hero-sea-mark{width:88px;height:88px}.hero-shell{width:49px;height:39px}.hero-shell i{height:35px}
  .menu-kicker{font-size:.6rem}.menu-hero h1{font-size:clamp(3rem,16vw,4.6rem);margin:10px 0 10px}.menu-hero p{font-size:.88rem;line-height:1.58;max-width:96%}.menu-watermark{font-size:11rem;bottom:-32px}
  .menu-toolbar{padding:8px 0}
  .toolbar-inner{flex-direction:column;align-items:stretch;gap:8px;padding:9px 10px}
  .search-wrap{flex:1 1 auto}
  .category-nav{flex-wrap:wrap;justify-content:center;gap:7px;overflow:visible;margin:0;padding:2px}
  .category-chip{flex:1 1 calc(33.333% - 7px);min-width:0;min-height:46px;padding:7px 5px;display:grid;place-items:center;white-space:normal;overflow-wrap:anywhere;hyphens:auto;text-align:center;font-size:.7rem;line-height:1.18}
  .menu-toolbar.is-compact .category-nav{flex-wrap:nowrap;justify-content:flex-start;gap:8px;overflow-x:auto;overflow-y:hidden;margin-right:-10px;padding:2px 10px 2px 1px}
  .menu-toolbar.is-compact .category-chip{flex:0 0 auto;min-height:44px;padding:9px 13px;display:grid;place-items:center;white-space:nowrap;font-size:.76rem;line-height:normal}
  .menu-main{width:min(100% - 16px,1180px);margin:18px auto 52px;padding:0;border-radius:0}
  .menu-intro{grid-template-columns:1fr;gap:8px;margin-bottom:19px}.info-card{padding:11px 13px;font-size:.72rem;border-radius:15px}.info-icon{width:24px;height:24px;flex-basis:24px}
  .page-pager-top{display:none}.page-pager-bottom{position:fixed;z-index:40;left:8px;right:8px;bottom:calc(8px + env(safe-area-inset-bottom));width:auto;margin:0;padding:7px;grid-template-columns:46px minmax(0,1fr) 46px;gap:6px;border-radius:18px;background:rgba(247,241,231,.97);box-shadow:0 16px 44px rgba(0,0,0,.32);transition:opacity .2s ease,transform .25s ease}.page-pager-bottom .page-nav-button{width:46px;height:46px;min-width:0;padding:0;border-radius:13px}.page-pager-bottom .page-nav-button span{display:none}.page-pager-bottom .page-status-count{font-size:.52rem;letter-spacing:.1em}.page-pager-bottom .page-status-title{margin-top:3px;font-size:.78rem}.language-picker-open .page-pager-bottom{opacity:0;transform:translateY(120%);pointer-events:none}
  #sections{gap:16px}.menu-sheet{scroll-margin-top:142px;padding:52px 20px 44px;border-radius:10px}.sheet-body{gap:46px}.sheet-corner{right:17px;top:17px}.sheet-heading{margin:0 0 32px}.sheet-heading h2{font-size:1.45rem}
  .paper-section-heading{margin-bottom:20px}.paper-section-heading h3{font-size:1.04rem}.paper-section-heading p{font-size:.72rem}
  .orderable-item{gap:9px;padding-bottom:16px;margin-bottom:16px}.item-name{font-size:.9rem}.item-price{font-size:.84rem}.item-original{margin-left:43px;font-size:.71rem}.item-desc{font-size:.72rem;line-height:1.46}.item-desc-original{font-size:.66rem}.item-serving{font-size:.56rem}
  .has-order-number{gap:7px}.order-number{min-width:36px;height:21px;padding:0 5px;font-size:.54rem}
  .paper-note{font-size:.68rem;margin-top:22px;padding:12px 13px}
  .footer-inner{align-items:flex-start;flex-direction:column}
  .deep-jelly{left:-15px}.animated-crab{right:3%}
  .deep-fish-b,.ocean-bubbles i:nth-child(n+9){display:none}
  .clam-cluster-menu{left:12%;transform:scale(.76);transform-origin:left bottom}
  .starfish-menu{left:68%;scale:.7}
}
@media(max-width:390px){
  .header-inner,.toolbar-inner,.footer-inner{width:min(100% - 20px,1180px)}
  .language-picker-grid{gap:9px}.picker-flag img{width:50px;height:50px}
  .menu-hero{padding-top:34px}.menu-hero h1{font-size:3.15rem}.hero-sea-mark{width:72px;height:72px}.hero-shell{width:41px;height:32px}
  .menu-sheet{padding-left:16px;padding-right:16px}.item-name{font-size:.86rem}.item-price{font-size:.8rem}
  .has-order-number{gap:6px}.order-number{min-width:34px;height:20px;padding:0 4px;font-size:.52rem}.item-original{margin-left:40px}
}
@media(prefers-reduced-motion:reduce){
  *{scroll-behavior:auto!important}
  .opening-reveal{display:none!important}
  .language-panel,.language-option,.lang-page.leaving .page-turn,.lang-page.leaving .portal-shell,
  .water-glow,.light-shafts i,.bubble-stream i,.fish-lane,.marine-fish,.jellyfish,.jellyfish i,.reef-edge i,
  .lobster-swimmer,.lobster-art,.lobster-tail,.lobster-forelegs,.lobster-bubbles i,.animated-clam:before,.seabed-starfish,
  .ocean-caustics,.ocean-bubbles i,.deep-fish,.deep-jelly,.deep-jelly i,.seaweed-clump i,.animated-crab,.crab-pincer,
  .hero-sea-mark,.hero-mark-bubble,.menu-main,.menu-sheet{animation:none!important}
  .lobster-swimmer{left:4vw;transform:none}
  .language-option{transition:none!important}
  .js .menu-sheet{opacity:1;transform:none;transition:none}
}
