@import"https://fonts.googleapis.com/css2?family=Patua+One&family=Work+Sans:wght@400;500;600&display=swap";:root{font-family:Work Sans,Trebuchet MS,sans-serif;line-height:1.65;font-weight:500;color:#13262f;background-color:#f2f8fa;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;--font-display: "Patua One", "Trebuchet MS", sans-serif;--ink: #10232b;--ink-soft: #364d55;--ink-muted: #5e737a;--accent: #a9d9e8;--accent-dark: #2b6775;--bg: #f6fbfd;--hero-bg: #e8f4f7;--shadow-soft: 0 8px 18px rgba(15, 54, 66, .1)}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;min-height:100vh;background:var(--bg)}a{color:inherit}#root{min-height:100vh}.page{color:var(--ink);background:var(--bg);min-height:100vh;display:flex;flex-direction:column;gap:3rem}.hero{display:grid;grid-template-columns:minmax(0,1fr);gap:2rem;padding:4.5rem clamp(1.5rem,4vw,5rem) 3.5rem;background:var(--hero-bg);position:relative;overflow:hidden}.hero__content{display:flex;flex-direction:column;gap:1.5rem;align-self:center;animation:rise .8s ease-out}.hero h1{color:var(--accent-dark);font-size:clamp(2.6rem,4vw,4.5rem);margin:0;line-height:1.05}.lead{font-size:1.15rem;max-width:30rem;color:var(--ink-soft)}.hero__actions{display:flex;gap:1rem;flex-wrap:wrap}.btn{display:inline-flex;align-items:center;justify-content:center;padding:.85rem 1.6rem;border-radius:6px;background:var(--accent);color:#0b232a;font-weight:700;text-decoration:none;box-shadow:none;transition:transform .2s ease,box-shadow .2s ease}.btn:hover{transform:translateY(-2px);box-shadow:none}.btn--ghost{background:transparent;border:2px solid rgba(7,40,52,.2);color:var(--ink);box-shadow:none}.hero__info{display:flex;flex-wrap:wrap;gap:2rem}.hero__wave{position:absolute;left:0;right:0;bottom:-1px;height:36px;color:#f6fbfd;pointer-events:none;overflow:hidden;z-index:2}.hero__wave svg{width:200%;height:100%;display:block;animation:wave-drift 10s linear infinite}.hero__birds{position:absolute;inset:0;pointer-events:none;color:#152d3566}.bird{position:absolute;right:-15%;width:140px;height:60px;animation-name:birds-fly;animation-timing-function:linear;animation-iteration-count:1;animation-fill-mode:both;will-change:transform}.bird svg{width:100%;height:100%}.bird path{fill:none;stroke:currentColor;stroke-width:3;stroke-linecap:round;stroke-linejoin:round}.info-card{background:transparent;border-radius:0;padding:0;border:none;min-width:200px;max-width:260px}.info-card h3{margin:0 0 .75rem;font-size:1.05rem;color:var(--accent-dark);text-transform:uppercase;letter-spacing:.12em;font-weight:700}.info-card p{margin:.2rem 0;color:var(--ink-soft);font-weight:500}.muted{color:var(--ink-muted);font-size:.98rem}.info-note{margin-top:.8rem;color:var(--ink-soft)}.menu{padding:0 clamp(1.5rem,4vw,5rem) 4rem;display:flex;flex-direction:column;gap:2.5rem}.gallery{padding:0 clamp(1.5rem,4vw,5rem);display:flex;flex-direction:column;gap:2rem}.gallery-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.75rem;justify-content:center}.gallery-image{width:100%;max-width:650px;height:clamp(220px,40vw,500px);display:block;object-fit:cover;cursor:pointer}.section-header h2{font-family:var(--font-display);margin:0 0 .8rem;font-size:clamp(2.2rem,3vw,3rem)}.section-header p{margin:0;max-width:36rem;color:var(--ink-soft)}.menu-link{display:inline-flex;margin-top:.75rem;color:var(--accent-dark);font-weight:600;text-decoration:none}.menu-link:hover{text-decoration:underline}.menu-pages{display:flex;flex-direction:column;gap:1.5rem;align-items:center}.menu-page-image{display:block;width:min(980px,100%);height:auto;border:1px solid rgba(7,40,52,.08);border-radius:0;background:#fff;animation:rise .7s ease-out;cursor:pointer}.lightbox{position:fixed;inset:0;background:#0a0e10bf;display:flex;align-items:center;justify-content:center;padding:2rem;z-index:30}.lightbox__image{max-width:min(92vw,1100px);max-height:85vh;width:auto;height:auto;display:block}.lightbox__close{position:absolute;top:1.25rem;right:1.5rem;width:44px;height:44px;border-radius:999px;border:none;background:#ffffffe6;color:#15232a;font-size:1.5rem;cursor:pointer}.lightbox__nav{position:absolute;top:50%;transform:translateY(-50%);width:48px;height:48px;border-radius:999px;border:none;background:#ffffffe6;color:#15232a;font-size:2rem;cursor:pointer}.lightbox__nav--prev{left:1.5rem}.lightbox__nav--next{right:1.5rem}.footer{padding:2rem clamp(1.5rem,4vw,5rem) 3rem;background:#e9f4f7;display:flex;flex-wrap:wrap;justify-content:space-between;gap:1rem;border-top:1px solid rgba(7,40,52,.1)}.footer__name{font-family:var(--font-display);font-size:1.5rem;margin:0 0 .25rem}.footer__logo{width:140px;height:auto;display:block}@keyframes rise{0%{opacity:0;transform:translateY(14px)}to{opacity:1;transform:translateY(0)}}@keyframes wave-drift{0%{transform:translate(0)}to{transform:translate(-50%)}}@keyframes birds-fly{0%{transform:translate(calc(30vw + var(--bird-x, 0px))) translateY(var(--bird-y, 0px));opacity:0}10%{opacity:1}90%{opacity:1}to{transform:translate(calc(-140vw + var(--bird-x, 0px))) translateY(var(--bird-y, 0px));opacity:0}}.bird--one{top:1.2rem;width:150px;height:64px;animation-duration:8.5s;animation-delay:0s}.bird--two{top:3.5rem;width:110px;height:50px;animation-duration:9.2s;animation-delay:0s;opacity:.8}.bird--three{top:5.8rem;width:170px;height:70px;animation-duration:8s;animation-delay:0s}.bird--four{top:2.4rem;width:90px;height:40px;animation-duration:10s;animation-delay:0s;opacity:.7}.bird--five{top:7.2rem;width:130px;height:58px;animation-duration:9.6s;animation-delay:0s;opacity:.6}@media(max-width:1024px){.hero__dock{display:none}.bird--one,.bird--two,.bird--three,.bird--four,.bird--five{animation-duration:6s}}.hero__dock{position:absolute;right:0;bottom:0;width:400px;height:500px;color:#152d3573;pointer-events:none;z-index:1}.hero__dock svg{width:100%;height:100%}.hero__dock path{fill:none;stroke:currentColor;stroke-width:10;stroke-linecap:round;stroke-linejoin:round}.hero__dock rect{fill:var(--hero-bg);stroke:currentColor;stroke-width:10;stroke-linejoin:round}@media(prefers-reduced-motion:reduce){*{animation:none!important;transition:none!important}}
