:root {
  --teal: #008fa3;
  --teal-dark: #005b72;
  --navy: #06354c;
  --green: #2aa84a;
  --lime: #82c341;
  --yellow: #ffd000;
  --orange: #ff8a00;
  --pink: #f71963;
  --coral: #ff6254;
  --cream: #fff8ea;
  --ink: #123043;
  --muted: #5c6f79;
  --white: #ffffff;
  --shadow: 0 22px 60px rgba(3, 53, 76, 0.14);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: #fffdf8; color: var(--ink); font-family: "Trebuchet MS", "Avenir Next", Arial, sans-serif; line-height: 1.6; }
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
.container { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }
.skip-link { position: fixed; left: 16px; top: -80px; z-index: 1000; padding: 12px 18px; border-radius: 999px; background: var(--yellow); color: var(--navy); font-weight: 900; }
.skip-link:focus { top: 14px; }
.eyebrow { margin: 0 0 8px; color: var(--teal); font-weight: 900; font-size: .78rem; letter-spacing: .15em; text-transform: uppercase; }
.eyebrow.light { color: #baf7f2; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { color: var(--navy); line-height: 1.05; letter-spacing: -.035em; }
h1 { font-size: clamp(2.7rem, 6vw, 5.8rem); }
h2 { font-size: clamp(2rem, 4.2vw, 3.8rem); }
h3 { font-size: 1.35rem; }
p { color: var(--muted); }
.section { padding-block: clamp(72px, 9vw, 120px); }
.section-heading { margin-bottom: 38px; max-width: 760px; }
.section-heading h2 { margin-bottom: 14px; }
.section-heading.centered { margin-inline: auto; text-align: center; }
.split-heading { display: flex; align-items: end; justify-content: space-between; gap: 28px; max-width: none; }
.split-heading > div { max-width: 740px; }
.text-link { color: var(--pink); font-weight: 900; }
.text-link:hover { color: var(--teal); }
.button-cluster { display: flex; flex-wrap: wrap; gap: 12px; }
.button { display: inline-flex; min-height: 52px; align-items: center; justify-content: center; border: 0; border-radius: 999px; padding: 14px 25px; color: var(--navy); font-weight: 900; line-height: 1; box-shadow: 0 10px 24px rgba(3, 53, 76, .15); transition: transform .18s ease, box-shadow .18s ease; cursor: pointer; }
.button:hover { transform: translateY(-2px); box-shadow: 0 14px 30px rgba(3, 53, 76, .22); }
.button:focus-visible, .nav-pill:focus-visible, input:focus-visible, select:focus-visible, textarea:focus-visible, summary:focus-visible { outline: 4px solid rgba(255, 208, 0, .55); outline-offset: 3px; }
.button-pink { background: linear-gradient(135deg, var(--pink), var(--coral)); color: white; }
.button-yellow { background: linear-gradient(135deg, var(--yellow), #ffae00); }

.site-header { position: sticky; top: 0; z-index: 100; background: rgba(255, 253, 248, .95); backdrop-filter: blur(16px); border-bottom: 1px solid rgba(3, 53, 76, .08); }
.header-inner { min-height: 94px; display: flex; align-items: center; gap: 28px; }
.brand-link { width: 150px; flex: 0 0 auto; align-self: stretch; display: grid; place-items: center; }
.brand-link img { width: 146px; max-height: 88px; object-fit: contain; }
.desktop-nav { margin-left: auto; display: flex; align-items: center; gap: 7px; }
.nav-pill { display: inline-flex; min-height: 40px; align-items: center; padding: 9px 15px; border-radius: 999px; font-size: .86rem; font-weight: 900; white-space: nowrap; transition: transform .16s ease, filter .16s ease; }
.nav-pill:hover { transform: translateY(-2px); filter: saturate(1.2); }
.nav-pill[aria-current="page"] { box-shadow: inset 0 0 0 3px rgba(6,53,76,.24); }
.nav-pill-1 { background: #b8edf0; color: var(--teal-dark); }
.nav-pill-2 { background: #d9f6b4; color: #175e29; }
.nav-pill-3 { background: #ffe471; color: #674a00; }
.nav-pill-4 { background: #ffc2d6; color: #8f0d3a; }
.mobile-menu { display: none; margin-left: auto; position: relative; }
.mobile-menu summary { list-style: none; width: 48px; height: 48px; border-radius: 50%; background: var(--teal); display: grid; place-content: center; gap: 5px; cursor: pointer; }
.mobile-menu summary::-webkit-details-marker { display: none; }
.mobile-menu summary span { width: 20px; height: 2px; background: white; border-radius: 2px; }
.mobile-nav { position: absolute; right: 0; top: 58px; width: min(300px, calc(100vw - 40px)); padding: 18px; display: grid; gap: 9px; border-radius: 24px; background: white; box-shadow: var(--shadow); }
.mobile-nav .nav-pill { justify-content: center; }

.home-hero { padding: 22px 0 0; background: radial-gradient(circle at 70% 15%, #47cde0, var(--teal) 42%, var(--teal-dark) 100%); overflow: hidden; }
.hero-kicker-row { min-height: 44px; display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.hero-kicker-row .eyebrow { margin: 0; }
.hero-price { color: var(--yellow); font-size: 1rem; font-weight: 900; }
.hero-media { padding: 0; border-radius: 28px 28px 0 0; overflow: hidden; box-shadow: 0 -6px 30px rgba(0, 0, 0, .12); }
.hero-media img { width: 100%; }
.hero-action-row { padding: 28px 0 34px; display: flex; align-items: center; justify-content: space-between; gap: 32px; }
.hero-action-row > div:first-child { max-width: 760px; }
.hero-action-row h1 { margin: 0 0 10px; color: white; font-size: clamp(2.2rem, 4.6vw, 4.6rem); }
.hero-action-row p:not(.eyebrow) { margin: 0; color: #d9fcfb; font-size: 1.08rem; }
.hero-action-row .button-cluster { flex: 0 0 auto; }
.quick-facts { background: var(--yellow); }
.fact-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.fact-grid article { min-height: 122px; display: flex; flex-direction: column; justify-content: center; padding: 22px; border-right: 1px solid rgba(3, 53, 76, .16); }
.fact-grid article:last-child { border-right: 0; }
.fact-grid strong { color: var(--navy); font-size: clamp(1.8rem, 3vw, 2.7rem); line-height: 1; }
.fact-grid span { color: #4c4b24; font-size: .86rem; font-weight: 800; }

.flavor-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 26px; }
.flavor-card { overflow: hidden; border-radius: 28px; background: white; box-shadow: var(--shadow); border: 1px solid rgba(3, 53, 76, .08); transition: transform .2s ease, box-shadow .2s ease; }
.flavor-card:hover { transform: translateY(-5px); box-shadow: 0 28px 70px rgba(3, 53, 76, .2); }
.flavor-image-wrap { position: relative; overflow: hidden; background: var(--navy); aspect-ratio: 1; }
.flavor-image-wrap img { width: 100%; height: 100%; object-fit: cover; transition: transform .35s ease; }
.flavor-card:hover .flavor-image-wrap img { transform: scale(1.025); }
.flavor-tag { position: absolute; top: 16px; right: 16px; padding: 7px 12px; border-radius: 999px; color: white; font-size: .7rem; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; box-shadow: 0 7px 18px rgba(0,0,0,.18); }
.flavor-tag-creamy { background: var(--orange); }
.flavor-tag-fruity { background: var(--pink); }
.flavor-tag-green { background: var(--green); }
.flavor-copy { padding: 24px; }
.flavor-copy h3 { margin-bottom: 9px; font-size: 1.48rem; }
.flavor-copy p { margin-bottom: 0; font-size: .92rem; }
.flavor-copy .ingredients { margin-bottom: 10px; color: var(--teal-dark); font-weight: 900; }
.wave-section { position: relative; background: linear-gradient(135deg, var(--teal-dark), var(--teal)); }
.wave-section h2 { color: white; }
.benefit-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.benefit-card { padding: 30px 25px; border-radius: 26px; background: rgba(255,255,255,.1); border: 1px solid rgba(255,255,255,.22); }
.benefit-card > span { display: grid; width: 50px; height: 50px; place-items: center; margin-bottom: 20px; border-radius: 50%; background: white; font-size: 1.5rem; }
.benefit-card h3, .benefit-card p { color: white; }
.benefit-card p { margin-bottom: 0; opacity: .82; }
.booking-teaser { display: grid; grid-template-columns: 1.4fr .9fr; align-items: center; gap: clamp(38px, 6vw, 80px); }
.booking-image-wrap { overflow: hidden; border-radius: 34px; box-shadow: var(--shadow); }
.booking-image-wrap img { width: 100%; }
.booking-copy h2 { margin-bottom: 18px; }
.check-list { margin: 24px 0 30px; padding: 0; list-style: none; display: grid; gap: 10px; }
.check-list li { position: relative; padding-left: 30px; color: var(--ink); font-weight: 700; }
.check-list li::before { content: "✓"; position: absolute; left: 0; top: 0; width: 21px; height: 21px; display: grid; place-items: center; border-radius: 50%; background: var(--lime); color: var(--navy); font-size: .76rem; font-weight: 900; }
.operator-cta { background: linear-gradient(120deg, var(--pink), #ff5e57); }
.operator-inner { display: flex; align-items: center; justify-content: space-between; gap: 34px; }
.operator-inner > div { max-width: 740px; }
.operator-inner h2, .operator-inner p { color: white; }
.operator-inner p { margin-bottom: 0; opacity: .88; }

.page-hero { min-height: 420px; display: grid; place-items: center; overflow: hidden; }
.page-hero-inner { display: flex; align-items: center; justify-content: space-between; gap: 40px; }
.page-hero-inner > div { max-width: 780px; }
.page-hero h1 { margin-bottom: 20px; color: white; }
.page-hero p:not(.eyebrow) { color: rgba(255,255,255,.86); font-size: 1.12rem; max-width: 720px; }
.page-hero-flavors { background: radial-gradient(circle at 85% 5%, #ff6a9c, var(--pink) 38%, #9b154d 100%); }
.page-hero-hire { background: radial-gradient(circle at 80% 10%, #2ed4cd, var(--teal) 45%, var(--teal-dark)); }
.page-hero-about { background: radial-gradient(circle at 30% 5%, #ffc72f, var(--orange) 42%, #db4e1b); }
.page-hero-contact { background: radial-gradient(circle at 80% 10%, #86d74f, var(--green) 45%, #14662d); }
.page-hero-about .page-hero-inner > img { width: min(420px, 38vw); max-height: 360px; object-fit: contain; filter: drop-shadow(0 20px 30px rgba(3,53,76,.22)); }
.mini-stat { min-width: 220px; display: grid; grid-template-columns: auto 1fr; gap: 8px 12px; align-items: baseline; padding: 22px; border-radius: 26px; background: rgba(255,255,255,.14); border: 1px solid rgba(255,255,255,.28); }
.mini-stat strong { color: var(--yellow); font-size: 1.8rem; }
.mini-stat span { color: white; font-size: .84rem; font-weight: 800; }
.flavor-note { margin-bottom: 32px; padding: 18px 22px; display: flex; justify-content: space-between; gap: 18px; border-radius: 18px; background: #eafafa; border-left: 6px solid var(--teal); }
.flavor-note span { color: var(--muted); }
.compact-cta { background: var(--teal); }
.compact-cta-inner { display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.compact-cta h2 { margin-bottom: 0; color: white; }
.image-page-hero { max-height: min(690px, 70vh); overflow: hidden; background: var(--navy); }
.image-page-hero img { width: 100%; height: 100%; object-fit: cover; object-position: center; }
.booking-layout, .contact-layout { display: grid; grid-template-columns: .85fr 1.15fr; align-items: start; gap: clamp(36px, 6vw, 82px); }
.booking-details h1 { margin-bottom: 22px; font-size: clamp(2.7rem, 5vw, 5rem); }
.lead { font-size: 1.14rem; }
.event-chip-row { display: flex; flex-wrap: wrap; gap: 8px; margin: 26px 0 36px; }
.event-chip-row span { padding: 8px 13px; border-radius: 999px; background: #e2f8f8; color: var(--teal-dark); font-size: .78rem; font-weight: 900; }
.info-card-stack { display: grid; gap: 15px; }
.info-card-stack article { display: flex; gap: 16px; padding: 21px; border-radius: 20px; background: white; border: 1px solid rgba(3,53,76,.1); box-shadow: 0 12px 30px rgba(3,53,76,.07); }
.info-card-stack article > span { flex: 0 0 42px; height: 42px; display: grid; place-items: center; border-radius: 50%; background: var(--yellow); color: var(--navy); font-weight: 900; }
.info-card-stack h2 { margin-bottom: 5px; font-size: 1.15rem; }
.info-card-stack p { margin-bottom: 0; font-size: .9rem; }
.fine-print { font-size: .77rem !important; line-height: 1.55; color: #68767d !important; }

.inquiry-form { position: relative; padding: clamp(26px, 4vw, 45px); border-radius: 32px; background: white; box-shadow: var(--shadow); border: 1px solid rgba(3,53,76,.08); }
.form-heading { margin-bottom: 30px; }
.form-heading h2 { margin-bottom: 10px; font-size: 2rem; }
.form-heading p { margin-bottom: 0; }
.form-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 19px; }
.form-grid label { display: grid; gap: 7px; color: var(--navy); font-size: .82rem; font-weight: 900; }
.form-span-2 { grid-column: 1 / -1; }
input, select, textarea { width: 100%; border: 1.5px solid #cbdadf; border-radius: 13px; background: #fbfdfd; color: var(--ink); padding: 12px 14px; transition: border-color .16s ease, box-shadow .16s ease; }
input, select { min-height: 49px; }
textarea { resize: vertical; }
input:focus, select:focus, textarea:focus { border-color: var(--teal); box-shadow: 0 0 0 4px rgba(0,143,163,.1); }
.consent { margin: 22px 0; display: flex; align-items: flex-start; gap: 10px; font-size: .82rem; color: var(--muted); }
.consent input { flex: 0 0 19px; width: 19px; min-height: 19px; margin-top: 3px; }
.form-button { width: 100%; }
.form-button:disabled { opacity: .65; cursor: wait; }
.form-status { margin: 18px 0 0; padding: 13px 15px; border-radius: 13px; font-size: .86rem; font-weight: 800; }
.form-status-success { background: #dff7dc; color: #1f6a2c; }
.form-status-error { background: #ffe1e6; color: #9b1639; }
.form-status-note { background: #fff3c5; color: #6b5100; }
.honeypot { position: absolute; left: -10000px; width: 1px; height: 1px; overflow: hidden; }

.opportunity-intro .section-heading > p:last-child { max-width: 650px; margin-inline: auto; }
.opportunity-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 26px; }
.opportunity-card { padding: clamp(28px, 4vw, 44px); border-radius: 30px; }
.operator-card { background: #e8f9fa; border: 2px solid #b7e8eb; }
.employee-card { background: #fff4ce; border: 2px solid #ffe17a; }
.opportunity-label { display: inline-flex; margin-bottom: 22px; padding: 7px 12px; border-radius: 999px; background: var(--navy); color: white; font-size: .72rem; font-weight: 900; text-transform: uppercase; letter-spacing: .08em; }
.opportunity-card h3 { font-size: 2rem; }
.opportunity-card .check-list { margin-bottom: 22px; }
.form-section { background: linear-gradient(180deg, #eefafb, #fff8e8); }
.narrow-form { max-width: 900px; }
.story-grid { display: grid; grid-template-columns: .7fr 1.3fr; gap: clamp(40px, 8vw, 100px); }
.story-grid p { font-size: 1.06rem; }
.values-section { background: var(--cream); }
.value-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.value-grid article { padding: 27px; border-radius: 24px; background: white; box-shadow: 0 12px 35px rgba(3,53,76,.08); }
.value-grid strong { color: var(--pink); font-size: 2rem; }
.value-grid h3 { margin: 12px 0 8px; }
.value-grid p { margin: 0; font-size: .9rem; }
.timeline-section { background: var(--navy); }
.timeline-grid { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 70px; }
.timeline-grid h2, .timeline-grid p { color: white; }
.timeline-grid p:not(.eyebrow) { opacity: .75; }
.timeline-grid ol { margin: 0; padding: 0; list-style: none; display: grid; gap: 14px; }
.timeline-grid li { display: flex; justify-content: space-between; align-items: center; gap: 20px; padding: 20px 24px; border-radius: 18px; background: rgba(255,255,255,.1); border: 1px solid rgba(255,255,255,.18); }
.timeline-grid li span { color: #b9d7df; }
.timeline-grid li strong { color: var(--yellow); font-size: 1.5rem; }
.centered-cta { text-align: center; }
.centered-cta .button-cluster { justify-content: center; }
.contact-panel { padding: 34px; border-radius: 30px; background: linear-gradient(160deg, #dff8f7, #fff3bd); }
.contact-panel > img { width: 260px; height: 190px; object-fit: contain; margin: 0 auto 10px; }
.contact-panel h2 { font-size: 1.6rem; }
.contact-callout { margin-top: 30px; padding: 20px; border-radius: 20px; background: rgba(255,255,255,.75); }
.contact-callout p { margin: 5px 0 12px; font-size: .9rem; }

.site-footer { padding: 70px 0 24px; background: #032c40; color: white; }
.footer-grid { display: grid; grid-template-columns: 1.5fr .7fr .9fr; gap: 60px; }
.footer-logo { width: 220px; height: 160px; object-fit: contain; object-position: left center; }
.footer-grid > div:first-child p { max-width: 430px; }
.footer-grid h2 { margin: 28px 0 16px; color: white; font-size: .85rem; text-transform: uppercase; letter-spacing: .13em; }
.footer-grid a, .footer-grid span { display: block; margin: 8px 0; color: #c6e1e7; font-size: .9rem; }
.footer-grid a:hover { color: var(--yellow); }
.footer-bottom { margin-top: 50px; padding-top: 20px; display: flex; justify-content: space-between; gap: 20px; border-top: 1px solid rgba(255,255,255,.14); color: #8fb2bd; font-size: .75rem; }

@media (max-width: 1020px) {
  .desktop-nav { display: none; }
  .mobile-menu { display: block; }
  .flavor-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .benefit-grid, .value-grid { grid-template-columns: repeat(2, 1fr); }
  .booking-teaser, .booking-layout, .contact-layout { grid-template-columns: 1fr; }
  .booking-teaser .booking-copy { max-width: 720px; }
  .booking-details { max-width: 760px; }
  .image-page-hero { max-height: none; }
  .story-grid { grid-template-columns: 1fr; gap: 20px; }
}

@media (max-width: 740px) {
  .container { width: min(100% - 28px, 1180px); }
  .header-inner { min-height: 78px; }
  .brand-link { width: 118px; }
  .brand-link img { width: 116px; max-height: 72px; }
  .home-hero { padding-top: 14px; }
  .hero-kicker-row { min-height: 34px; }
  .hero-kicker-row .eyebrow { max-width: 70%; font-size: .63rem; }
  .hero-price { font-size: .78rem; }
  .hero-media { width: 100%; border-radius: 0; }
  .hero-media img { min-height: 260px; object-fit: cover; object-position: 63% center; }
  .hero-action-row { padding-block: 26px 30px; flex-direction: column; align-items: flex-start; }
  .hero-action-row .button-cluster { width: 100%; }
  .hero-action-row .button { flex: 1 1 150px; }
  .fact-grid { grid-template-columns: 1fr 1fr; }
  .fact-grid article { min-height: 105px; border-bottom: 1px solid rgba(3,53,76,.16); }
  .fact-grid article:nth-child(2) { border-right: 0; }
  .fact-grid article:nth-child(3), .fact-grid article:nth-child(4) { border-bottom: 0; }
  .split-heading { align-items: flex-start; flex-direction: column; gap: 4px; }
  .flavor-grid { grid-template-columns: 1fr; }
  .flavor-grid-featured .flavor-card:nth-child(n+3) { display: none; }
  .benefit-grid, .value-grid, .opportunity-grid, .timeline-grid { grid-template-columns: 1fr; }
  .booking-teaser { gap: 34px; }
  .operator-inner, .compact-cta-inner, .page-hero-inner { align-items: flex-start; flex-direction: column; }
  .operator-inner .button, .compact-cta-inner .button { width: 100%; }
  .page-hero { min-height: 430px; padding-block: 70px; }
  .page-hero-about .page-hero-inner > img { width: min(360px, 90vw); }
  .mini-stat { width: 100%; }
  .flavor-note { flex-direction: column; }
  .image-page-hero img { min-height: 390px; object-fit: cover; object-position: 68% center; }
  .form-grid { grid-template-columns: 1fr; }
  .form-span-2 { grid-column: auto; }
  .timeline-grid { gap: 35px; }
  .contact-panel { padding: 24px; }
  .footer-grid { grid-template-columns: 1fr; gap: 12px; }
  .footer-bottom { flex-direction: column; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition: none !important; }
}
