:root {
    --navy-950: #020b18;
    --navy-900: #06172d;
    --navy-850: #08213c;
    --navy-800: #0b2948;
    --blue: #0d91ff;
    --blue-light: #31a7ff;
    --ink: #071a34;
    --muted: #5f6c7d;
    --line: #d8dde4;
    --paper: #f7f7f6;
    --white: #fff;
    --shadow: 0 18px 45px rgba(4, 21, 42, .12);
    --container: 1160px;
    --heading: "Barlow Condensed", "Arial Narrow", sans-serif;
    --body: "DM Sans", Arial, sans-serif;
    --script: "Yellowtail", cursive;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
    margin: 0;
    color: var(--ink);
    background: var(--white);
    font-family: var(--body);
    font-size: 16px;
    line-height: 1.65;
    -webkit-font-smoothing: antialiased;
}

body.nav-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; }
button, input, select, textarea { font: inherit; }
button { cursor: pointer; }
.container { width: min(var(--container), calc(100% - 48px)); margin-inline: auto; }
.narrow-container { max-width: 850px; }
.skip-link { position: fixed; z-index: 9999; top: -100px; left: 12px; padding: 10px 16px; color: #fff; background: var(--blue); }
.skip-link:focus { top: 12px; }
.sr-only { position: absolute !important; width: 1px !important; height: 1px !important; padding: 0 !important; overflow: hidden !important; clip: rect(0, 0, 0, 0) !important; white-space: nowrap !important; border: 0 !important; }

h1, h2, h3, h4, p { margin-top: 0; }
h1, h2, h3, h4 {
    font-family: var(--heading);
    line-height: 1.03;
    text-transform: uppercase;
}
h2 { margin-bottom: 20px; font-size: clamp(2.35rem, 5vw, 4rem); letter-spacing: -.025em; }
h3 { font-size: 1.55rem; }
p { margin-bottom: 18px; }

.eyebrow, .hero-kicker {
    margin-bottom: 8px;
    color: var(--blue);
    font-family: var(--heading);
    font-size: .88rem;
    font-weight: 700;
    letter-spacing: .16em;
    text-transform: uppercase;
}

.site-header {
    position: relative;
    z-index: 100;
    width: 100%;
    color: #fff;
    background: var(--navy-950);
    transition: background .2s ease, box-shadow .2s ease;
}
.site-header--overlay { position: absolute; top: 0; left: 0; background: linear-gradient(180deg, rgba(2, 11, 24, .88), rgba(2, 11, 24, 0)); }
.site-header.is-scrolled { position: fixed; top: 0; left: 0; background: rgba(2, 11, 24, .97); box-shadow: 0 8px 28px rgba(0, 0, 0, .24); }
.site-header:not(.site-header--overlay) { position: sticky; top: 0; }
.site-header:not(.site-header--overlay).is-scrolled { position: sticky; }
.header-inner { display: flex; min-height: 112px; align-items: center; justify-content: space-between; gap: 36px; }
.brand { display: block; width: 205px; flex: 0 0 205px; }
.brand img { width: 100%; height: auto; }
.primary-nav { display: flex; align-items: center; gap: clamp(20px, 2.6vw, 38px); }
.primary-nav a {
    position: relative;
    color: #fff;
    font-family: var(--heading);
    font-size: .98rem;
    font-weight: 600;
    letter-spacing: .04em;
    text-decoration: none;
    text-transform: uppercase;
}
.primary-nav > a:not(.nav-book)::after { position: absolute; right: 0; bottom: -9px; left: 0; height: 2px; content: ""; background: var(--blue); transform: scaleX(0); transition: transform .2s ease; }
.primary-nav > a:hover::after, .primary-nav > a.active::after { transform: scaleX(1); }
.primary-nav .nav-book { padding: 14px 23px; border-radius: 4px; background: var(--blue); box-shadow: 0 8px 24px rgba(13, 145, 255, .28); }
.primary-nav .nav-book:hover { background: var(--blue-light); }
.nav-toggle { display: none; width: 46px; height: 42px; padding: 9px; border: 0; background: transparent; }
.nav-toggle span { display: block; height: 2px; margin: 5px 0; background: #fff; transition: .2s ease; }

.home-hero { position: relative; min-height: 710px; overflow: hidden; color: #fff; background: var(--navy-950); }
.home-hero__picture, .home-hero__picture img, .home-hero__media { position: absolute; inset: 0; width: 100%; height: 100%; }
.home-hero__picture img, .home-hero__media { object-fit: cover; object-position: center; }
.home-hero__shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(1, 9, 21, .98) 0%, rgba(2, 13, 27, .9) 25%, rgba(2, 13, 27, .28) 60%, rgba(2, 13, 27, .15) 100%), linear-gradient(0deg, rgba(2, 11, 24, .45), transparent 45%); }
.home-hero__content { position: relative; z-index: 2; padding-top: 178px; padding-bottom: 82px; }
.hero-kicker { color: #8ccaff; }
.home-hero h1 { max-width: 650px; margin: 0 0 15px; color: #fff; font-size: clamp(3.8rem, 7vw, 6.25rem); font-weight: 700; letter-spacing: -.025em; }
.home-hero h1 span { color: var(--blue); }
.hero-tagline { display: inline-block; margin: 0 0 18px; padding-bottom: 6px; border-bottom: 3px solid #fff; font-family: var(--heading); font-size: 1.55rem; letter-spacing: .02em; text-transform: uppercase; }
.hero-copy { max-width: 430px; margin-bottom: 28px; font-size: 1.08rem; line-height: 1.55; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 16px; }
.button {
    display: inline-flex;
    min-height: 50px;
    padding: 0 28px;
    align-items: center;
    justify-content: center;
    border: 2px solid transparent;
    border-radius: 5px;
    font-family: var(--heading);
    font-size: 1.02rem;
    font-weight: 700;
    letter-spacing: .035em;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    transition: transform .18s ease, background .18s ease, color .18s ease, box-shadow .18s ease;
}
.button:hover { transform: translateY(-2px); }
.button--primary { color: #fff; background: var(--blue); box-shadow: 0 10px 24px rgba(13, 145, 255, .22); }
.button--primary:hover { background: #2ba5ff; box-shadow: 0 13px 28px rgba(13, 145, 255, .3); }
.button--outline { border-color: var(--blue); color: #fff; background: rgba(3, 17, 34, .4); }
.button--outline:hover { background: var(--blue); }
.button--wide { width: 100%; }

.info-strip { color: #fff; background: var(--navy-900); }
.info-strip__grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.info-item { display: flex; min-height: 120px; padding: 25px 24px; align-items: center; gap: 17px; }
.info-item + .info-item { border-left: 1px solid rgba(255, 255, 255, .28); }
.info-item > i { width: 52px; flex: 0 0 52px; color: #fff; font-size: 2.7rem; text-align: center; }
.info-item > i.accent { color: var(--blue); }
.info-item strong, .info-item span { display: block; }
.info-item strong { font-family: var(--heading); font-size: 1.03rem; letter-spacing: .03em; text-transform: uppercase; }
.info-item span { color: rgba(255, 255, 255, .9); font-size: .76rem; line-height: 1.45; }

.section { padding: 94px 0; }
.section--light { background: var(--paper); }
.section--navy { color: #fff; background: var(--navy-900); }
.section-heading { max-width: 730px; margin-bottom: 45px; }
.section-heading--center { margin-inline: auto; text-align: center; }
.section-heading h2 { margin-bottom: 10px; }
.section-heading h2 span { color: var(--blue); }
.section-heading p:last-child { color: var(--muted); }

.pricing-section { padding-top: 55px; }
.pricing-section .section-heading h2 { font-size: clamp(2.45rem, 4.8vw, 3.75rem); }
.price-grid { display: grid; max-width: 990px; margin: 0 auto; grid-template-columns: repeat(3, 1fr); align-items: stretch; gap: 34px; }
.price-card { position: relative; min-height: 340px; border: 1px solid #d7dbe0; border-radius: 16px; overflow: hidden; background: #fff; box-shadow: 0 4px 12px rgba(5, 28, 50, .08); text-align: center; }
.price-card--popular { transform: translateY(1px); }
.popular-label { height: 34px; padding: 4px 12px; color: #fff; background: var(--blue); font-family: var(--heading); font-size: 1rem; letter-spacing: .04em; text-transform: uppercase; }
.price-card__body { display: flex; min-height: 338px; padding: 47px 28px 22px; flex-direction: column; align-items: center; }
.price-card--popular .price-card__body { min-height: 304px; padding-top: 30px; }
.price-card h3 { margin: 0; font-size: 1.42rem; }
.price-rule { width: 105px; height: 1px; margin: 18px auto; background: var(--blue); }
.price { margin: 0; color: var(--ink); font-family: var(--heading); font-size: 4.6rem; font-weight: 600; line-height: 1; }
.price sup { position: relative; top: -.1em; margin-right: 2px; font-size: .55em; }
.price-note { min-height: 23px; margin: 2px 0 0; font-family: var(--heading); font-size: .95rem; text-transform: uppercase; }
.boat-mark { margin-top: auto; color: var(--blue); font-size: 3.2rem; }
.rules-block { max-width: 1060px; margin: 34px auto 0; }
.rules-title { display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 22px; }
.rules-title span { height: 1px; background: #cfd4da; }
.rules-title h3 { margin: 0; font-size: 1.8rem; letter-spacing: .04em; }
.rules-grid { display: grid; margin-top: 28px; grid-template-columns: repeat(4, 1fr); }
.rule-item { display: flex; min-height: 120px; padding: 4px 20px; gap: 16px; }
.rule-item + .rule-item { border-left: 1px solid #d4d8dd; }
.rule-item > i { width: 42px; color: var(--ink); font-size: 2.4rem; text-align: center; }
.rule-item h4 { margin: 0 0 4px; font-size: 1rem; }
.rule-item p { margin: 0; font-size: .78rem; line-height: 1.5; }

.split-layout { display: grid; grid-template-columns: 1.1fr .9fr; align-items: center; gap: clamp(46px, 7vw, 95px); }
.split-layout--wide { grid-template-columns: .92fr 1.08fr; }
.split-media { position: relative; overflow: hidden; border-radius: 4px; box-shadow: var(--shadow); }
.split-media::after { position: absolute; right: 18px; bottom: 18px; width: 88px; height: 5px; content: ""; background: var(--blue); }
.split-media img { width: 100%; aspect-ratio: 1.28; object-fit: cover; }
.split-media--portrait img { aspect-ratio: 1.12; }
.split-copy p:not(.eyebrow) { color: var(--muted); }
.check-list { display: grid; margin: 28px 0; padding: 0; gap: 9px; list-style: none; }
.check-list li { display: flex; align-items: center; gap: 11px; font-weight: 600; }
.check-list i { display: grid; width: 25px; height: 25px; place-items: center; border-radius: 50%; color: #fff; background: var(--blue); font-size: .7rem; }
.text-link { color: var(--blue); font-family: var(--heading); font-size: 1.1rem; font-weight: 700; letter-spacing: .04em; text-decoration: none; text-transform: uppercase; }
.text-link i { margin-left: 7px; transition: transform .18s ease; }
.text-link:hover i { transform: translateX(5px); }

.page-masthead { position: relative; display: flex; min-height: 330px; align-items: center; overflow: hidden; color: #fff; background: linear-gradient(100deg, rgba(2, 11, 24, .98), rgba(6, 29, 55, .83)), url('/assets/images/milwaukee-skyline.webp') center 55% / cover; }
.page-masthead::after { position: absolute; right: 0; bottom: 0; left: 0; height: 4px; content: ""; background: linear-gradient(90deg, transparent, var(--blue), transparent); }
.page-masthead .container { position: relative; z-index: 1; }
.page-masthead h1 { max-width: 820px; margin: 0 0 12px; font-size: clamp(3rem, 6vw, 5.3rem); }
.page-masthead p:last-child { max-width: 650px; margin: 0; color: rgba(255,255,255,.83); font-size: 1.08rem; }

.values-section { position: relative; overflow: hidden; }
.values-section::before { position: absolute; inset: 0; content: ""; opacity: .07; background: url('/assets/images/milwaukee-skyline.webp') center / cover; }
.values-section .container { position: relative; }
.feature-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; }
.feature-card { padding: 38px; border: 1px solid rgba(255, 255, 255, .12); background: rgba(255, 255, 255, .04); }
.feature-card i { margin-bottom: 24px; color: var(--blue); font-size: 2.7rem; }
.feature-card h3 { margin-bottom: 10px; font-size: 1.75rem; }
.feature-card p { margin: 0; color: rgba(255,255,255,.72); }

.process-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; }
.process-card { position: relative; padding: 40px 34px; border-top: 4px solid var(--blue); background: var(--paper); }
.process-card span { position: absolute; top: 18px; right: 24px; color: rgba(13, 145, 255, .13); font-family: var(--heading); font-size: 4rem; font-weight: 800; }
.process-card h3 { position: relative; margin-bottom: 12px; font-size: 1.7rem; }
.process-card p { position: relative; margin: 0; color: var(--muted); }
.center-action { margin-top: 42px; text-align: center; }

.faq-list { display: grid; gap: 12px; }
.faq-item { border: 1px solid var(--line); background: #fff; }
.faq-question { display: flex; width: 100%; min-height: 72px; padding: 18px 24px; align-items: center; justify-content: space-between; gap: 20px; border: 0; color: var(--ink); background: transparent; font-family: var(--heading); font-size: 1.32rem; font-weight: 700; text-align: left; text-transform: uppercase; }
.faq-question i { color: var(--blue); font-size: 1rem; transition: transform .2s ease; }
.faq-item.is-open .faq-question i { transform: rotate(45deg); }
.faq-answer { display: none; padding: 0 24px 20px; }
.faq-item.is-open .faq-answer { display: block; }
.faq-answer p { margin: 0; color: var(--muted); }
.faq-help { display: grid; margin-top: 40px; padding: 34px; grid-template-columns: auto 1fr auto; align-items: center; gap: 24px; color: #fff; background: var(--navy-900); }
.faq-help > i { color: var(--blue); font-size: 2.7rem; }
.faq-help h2 { margin: 0; font-size: 2rem; }
.faq-help p { margin: 2px 0 0; color: rgba(255,255,255,.75); }

.gallery-grid { display: grid; grid-auto-rows: 320px; grid-template-columns: repeat(2, 1fr); gap: 22px; }
.gallery-card { position: relative; padding: 0; overflow: hidden; border: 0; color: #fff; background: var(--navy-900); text-align: left; }
.gallery-card--wide { grid-column: span 2; }
.gallery-card picture, .gallery-card img { width: 100%; height: 100%; }
.gallery-card img { object-fit: cover; transition: transform .45s ease, filter .3s ease; }
.gallery-card > span { position: absolute; right: 0; bottom: 0; left: 0; display: flex; padding: 52px 24px 20px; align-items: flex-end; justify-content: space-between; background: linear-gradient(transparent, rgba(2, 11, 24, .86)); }
.gallery-card strong { font-family: var(--heading); font-size: 1.35rem; letter-spacing: .04em; text-transform: uppercase; }
.gallery-card:hover img { filter: brightness(.86); transform: scale(1.035); }
.lightbox { position: fixed; z-index: 1000; inset: 0; display: none; padding: 70px 30px 35px; align-items: center; justify-content: center; flex-direction: column; color: #fff; background: rgba(1, 7, 16, .96); }
.lightbox.is-open { display: flex; }
.lightbox img { max-width: min(1100px, 94vw); max-height: 76vh; object-fit: contain; }
.lightbox p { margin: 16px 0 0; font-family: var(--heading); font-size: 1.25rem; text-transform: uppercase; }
.lightbox-close { position: absolute; top: 20px; right: 28px; border: 0; color: #fff; background: transparent; font-size: 3rem; line-height: 1; }

.contact-layout, .booking-layout { display: grid; grid-template-columns: .72fr 1.28fr; align-items: start; gap: 34px; }
.contact-panel, .booking-summary { padding: 42px; color: #fff; background: var(--navy-900); box-shadow: var(--shadow); }
.contact-panel h2, .booking-summary h2 { font-size: 2.7rem; }
.contact-panel > p:not(.eyebrow), .booking-summary > p:not(.eyebrow) { color: rgba(255,255,255,.72); }
.contact-methods { display: grid; margin-top: 32px; gap: 8px; }
.contact-methods a, .contact-methods > div { display: flex; padding: 16px 0; align-items: center; gap: 16px; border-top: 1px solid rgba(255,255,255,.13); color: #fff; text-decoration: none; }
.contact-methods i { width: 35px; color: var(--blue); font-size: 1.35rem; text-align: center; }
.contact-methods span, .contact-methods small { display: block; }
.contact-methods small { color: rgba(255,255,255,.55); font-size: .68rem; letter-spacing: .08em; text-transform: uppercase; }
.form-card, .booking-form-wrap { padding: clamp(28px, 5vw, 52px); border: 1px solid var(--line); background: #fff; box-shadow: var(--shadow); }
.site-form { display: grid; gap: 24px; }
.field-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; }
.field-grid--three { grid-template-columns: repeat(3, 1fr); }
.field { display: grid; gap: 7px; }
.field > span { color: var(--ink); font-family: var(--heading); font-size: .95rem; font-weight: 700; letter-spacing: .035em; text-transform: uppercase; }
.field input, .field select, .field textarea { width: 100%; min-height: 50px; padding: 11px 14px; border: 1px solid #cdd4dc; border-radius: 2px; outline: none; color: var(--ink); background: #fff; }
.field textarea { resize: vertical; }
.field input:focus, .field select:focus, .field textarea:focus { border-color: var(--blue); box-shadow: 0 0 0 3px rgba(13, 145, 255, .12); }
.was-validated .field input:invalid, .was-validated .field select:invalid, .was-validated .field textarea:invalid { border-color: #c93838; }
.field-error { color: #c93838; font-size: .78rem; }
.standalone-error { display: block; margin-top: -16px; }
.form-honeypot { position: absolute; left: -10000px; }
.alert { display: flex; margin-bottom: 24px; padding: 14px 16px; align-items: center; gap: 10px; border: 1px solid; }
.alert--success { border-color: #7bc49d; color: #17643a; background: #edf9f2; }
.alert--error { border-color: #e3a2a2; color: #8b2424; background: #fff1f1; }

.booking-layout { grid-template-columns: 1.35fr .65fr; }
.booking-form fieldset { margin: 0; padding: 0 0 26px; border: 0; border-bottom: 1px solid var(--line); }
.booking-form legend { display: flex; margin-bottom: 22px; align-items: center; gap: 12px; color: var(--ink); font-family: var(--heading); font-size: 1.65rem; font-weight: 700; text-transform: uppercase; }
.booking-form legend span { display: grid; width: 34px; height: 34px; place-items: center; border-radius: 50%; color: #fff; background: var(--blue); font-size: 1rem; }
.checkbox-field { display: flex; align-items: flex-start; gap: 11px; color: var(--muted); font-size: .87rem; }
.checkbox-field input { width: 18px; height: 18px; margin-top: 3px; accent-color: var(--blue); }
.booking-summary { position: sticky; top: 115px; }
.summary-price { display: flex; margin: 28px 0; padding: 19px 0; align-items: end; justify-content: space-between; border-top: 1px solid rgba(255,255,255,.14); border-bottom: 1px solid rgba(255,255,255,.14); }
.summary-price span { font-family: var(--heading); font-size: 1.15rem; text-transform: uppercase; }
.summary-price strong { color: var(--blue); font-family: var(--heading); font-size: 3.1rem; line-height: 1; }
.booking-summary ul { display: grid; margin: 0; padding: 0; gap: 10px; list-style: none; }
.booking-summary li { display: flex; gap: 10px; color: rgba(255,255,255,.82); font-size: .88rem; }
.booking-summary li i { margin-top: 5px; color: var(--blue); }
.summary-note { display: flex; margin-top: 28px; padding: 17px; gap: 12px; color: var(--ink); background: #fff; }
.summary-note i { margin-top: 4px; color: var(--blue); }
.summary-note p { margin: 0; font-size: .82rem; }

.confirmation-card { padding: clamp(38px, 7vw, 70px); border-top: 5px solid var(--blue); background: #fff; box-shadow: var(--shadow); text-align: center; }
.confirmation-icon { display: grid; width: 70px; height: 70px; margin: 0 auto 24px; place-items: center; border-radius: 50%; color: #fff; background: var(--blue); font-size: 1.7rem; }
.confirmation-card > p:not(.eyebrow):not(.confirmation-note) { max-width: 620px; margin-inline: auto; color: var(--muted); }
.confirmation-number { display: inline-flex; margin: 14px auto 28px; padding: 16px 24px; flex-direction: column; border: 1px dashed var(--blue); background: #f1f8ff; }
.confirmation-number span { color: var(--muted); font-size: .68rem; letter-spacing: .12em; text-transform: uppercase; }
.confirmation-number strong { color: var(--ink); font-family: var(--heading); font-size: 1.7rem; letter-spacing: .08em; }
.confirmation-details { display: grid; max-width: 650px; margin: 0 auto 28px; grid-template-columns: repeat(4, 1fr); border: 1px solid var(--line); }
.confirmation-details div { padding: 18px 12px; }
.confirmation-details div + div { border-left: 1px solid var(--line); }
.confirmation-details dt { color: var(--muted); font-size: .68rem; letter-spacing: .09em; text-transform: uppercase; }
.confirmation-details dd { margin: 4px 0 0; font-family: var(--heading); font-size: 1.15rem; font-weight: 700; }
.confirmation-note { color: var(--ink); font-weight: 600; }
.confirmation-note i { margin-right: 7px; color: var(--blue); }

.adventure-cta { position: relative; min-height: 285px; overflow: hidden; color: #fff; background: var(--navy-900); }
.adventure-cta__backdrop { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(3, 15, 31, .98) 0%, rgba(3, 15, 31, .85) 39%, rgba(3, 15, 31, .18) 75%), url('/assets/images/milwaukee-skyline.webp') center / cover; }
.adventure-cta__content { position: relative; z-index: 1; padding-top: 48px; padding-bottom: 48px; }
.script-heading { margin: 0; color: var(--blue); font-family: var(--script); font-size: clamp(2.5rem, 5vw, 4.25rem); line-height: 1.1; }
.adventure-cta h2 { margin: 4px 0 20px; font-size: 1.28rem; letter-spacing: .1em; }
.site-footer { color: #fff; background: var(--navy-950); }
.footer-main { display: grid; min-height: 120px; grid-template-columns: 190px 1fr auto; align-items: center; gap: 35px; }
.footer-brand img { width: 155px; height: auto; }
.footer-contact { display: flex; flex-wrap: wrap; align-items: center; gap: 25px; }
.footer-contact a, .footer-contact span { color: rgba(255,255,255,.82); font-size: .78rem; text-decoration: none; }
.footer-contact i { margin-right: 8px; color: var(--blue); }
.social-links { display: flex; gap: 10px; }
.social-links a { display: grid; width: 36px; height: 36px; place-items: center; border: 1px solid rgba(255,255,255,.34); border-radius: 50%; color: #fff; text-decoration: none; }
.social-links a:hover { border-color: var(--blue); background: var(--blue); }
.footer-bottom { border-top: 1px solid rgba(255,255,255,.08); }
.footer-bottom .container { display: flex; min-height: 54px; align-items: center; justify-content: space-between; gap: 20px; }
.footer-bottom p { margin: 0; color: rgba(255,255,255,.45); font-size: .7rem; }
.footer-bottom a { margin-left: 20px; color: rgba(255,255,255,.56); font-size: .7rem; text-decoration: none; }

.business-chat { position: fixed; z-index: 900; right: 24px; bottom: 22px; display: flex; align-items: flex-end; flex-direction: column; gap: 14px; }
.business-chat__toggle {
    display: flex;
    min-width: 186px;
    min-height: 60px;
    padding: 8px 17px 8px 8px;
    align-items: center;
    gap: 11px;
    border: 1px solid rgba(255,255,255,.16);
    border-radius: 32px;
    color: #fff;
    background: var(--navy-900);
    box-shadow: 0 14px 38px rgba(2,11,24,.3);
    text-align: left;
    transition: transform .18s ease, box-shadow .18s ease, background .18s ease;
}
.business-chat__toggle:hover { background: var(--navy-800); box-shadow: 0 18px 44px rgba(2,11,24,.38); transform: translateY(-2px); }
.business-chat__toggle:focus-visible, .business-chat__close:focus-visible, .business-chat__suggestions button:focus-visible, .business-chat__form textarea:focus-visible, .business-chat__form button:focus-visible { outline: 3px solid rgba(49,167,255,.48); outline-offset: 2px; }
.business-chat__toggle-icon { display: grid; width: 44px; height: 44px; flex: 0 0 44px; place-items: center; border-radius: 50%; color: #fff; background: var(--blue); font-size: 1.1rem; }
.business-chat__toggle-label { display: flex; flex-direction: column; line-height: 1.2; }
.business-chat__toggle-label strong { font-family: var(--heading); font-size: 1.05rem; letter-spacing: .04em; text-transform: uppercase; }
.business-chat__toggle-label small { margin-top: 2px; color: rgba(255,255,255,.65); font-size: .67rem; }
.business-chat.is-open .business-chat__toggle { display: none; }

.business-chat__panel { width: min(390px, calc(100vw - 32px)); overflow: hidden; border: 1px solid rgba(7,26,52,.12); border-radius: 18px; background: #fff; box-shadow: 0 26px 75px rgba(2,11,24,.32); }
.business-chat__header { display: grid; min-height: 76px; padding: 14px 15px; grid-template-columns: 46px 1fr 36px; align-items: center; gap: 11px; color: #fff; background: linear-gradient(125deg, var(--navy-950), var(--navy-800)); }
.business-chat__mark { display: grid; width: 46px; height: 46px; place-items: center; border: 1px solid rgba(255,255,255,.14); border-radius: 14px; color: #fff; background: var(--blue); box-shadow: 0 8px 18px rgba(13,145,255,.23); }
.business-chat__header p { margin: 0; font-family: var(--heading); font-size: 1.25rem; font-weight: 700; letter-spacing: .035em; line-height: 1.15; text-transform: uppercase; }
.business-chat__header span:not(.business-chat__mark) { display: flex; margin-top: 3px; align-items: center; gap: 6px; color: rgba(255,255,255,.68); font-size: .69rem; }
.business-chat__header span:not(.business-chat__mark) i { width: 7px; height: 7px; border-radius: 50%; background: #54d18b; box-shadow: 0 0 0 3px rgba(84,209,139,.13); }
.business-chat__close { display: grid; width: 36px; height: 36px; place-items: center; border: 0; border-radius: 50%; color: rgba(255,255,255,.75); background: rgba(255,255,255,.07); }
.business-chat__close:hover { color: #fff; background: rgba(255,255,255,.14); }

.business-chat__messages { height: 310px; padding: 20px 16px 8px; overflow-y: auto; overscroll-behavior: contain; background: linear-gradient(180deg, #f4f8fc 0%, #fff 48%); scrollbar-color: #bcc9d6 transparent; scrollbar-width: thin; }
.chat-message { display: flex; margin-bottom: 15px; align-items: flex-end; gap: 8px; }
.chat-message--user { justify-content: flex-end; }
.chat-message__avatar { display: grid; width: 28px; height: 28px; flex: 0 0 28px; place-items: center; border-radius: 9px; color: #fff; background: var(--navy-900); font-size: .66rem; }
.chat-message__bubble { max-width: 82%; padding: 10px 13px; border: 1px solid #dce5ee; border-radius: 15px 15px 15px 4px; color: var(--ink); background: #fff; box-shadow: 0 5px 16px rgba(7,26,52,.06); }
.chat-message--user .chat-message__bubble { border-color: var(--blue); border-radius: 15px 15px 4px 15px; color: #fff; background: var(--blue); box-shadow: 0 7px 18px rgba(13,145,255,.18); }
.chat-message__bubble p { margin: 0; font-size: .82rem; line-height: 1.55; white-space: pre-wrap; }
.chat-message--error .chat-message__bubble { border-color: #efc4c4; color: #8b2424; background: #fff6f6; }
.chat-message--typing .chat-message__bubble { display: flex; min-width: 58px; min-height: 38px; align-items: center; gap: 4px; }
.chat-message--typing b { width: 6px; height: 6px; border-radius: 50%; background: #8b9aae; animation: chat-dot 1s infinite ease-in-out; }
.chat-message--typing b:nth-child(2) { animation-delay: .14s; }
.chat-message--typing b:nth-child(3) { animation-delay: .28s; }
@keyframes chat-dot { 0%, 60%, 100% { opacity: .4; transform: translateY(0); } 30% { opacity: 1; transform: translateY(-3px); } }

.business-chat__suggestions { display: flex; padding: 8px 16px 12px; gap: 7px; overflow-x: auto; background: #fff; }
.business-chat__suggestions button { flex: 0 0 auto; padding: 7px 10px; border: 1px solid #cddcea; border-radius: 16px; color: #31506e; background: #f7fbff; font-size: .68rem; font-weight: 600; }
.business-chat__suggestions button:hover { border-color: var(--blue); color: #006fc9; background: #eef8ff; }
.business-chat__form { display: grid; margin: 0 14px; padding: 7px; grid-template-columns: 1fr 38px; align-items: end; gap: 7px; border: 1px solid #cbd6e1; border-radius: 14px; background: #fff; transition: border-color .18s ease, box-shadow .18s ease; }
.business-chat__form:focus-within { border-color: var(--blue); box-shadow: 0 0 0 3px rgba(13,145,255,.1); }
.business-chat__form textarea { max-height: 88px; min-height: 38px; padding: 8px 7px; resize: none; overflow-y: auto; border: 0; outline: 0; color: var(--ink); background: transparent; font-size: .82rem; line-height: 1.4; }
.business-chat__form textarea::placeholder { color: #8794a4; }
.business-chat__form button { display: grid; width: 38px; height: 38px; place-items: center; border: 0; border-radius: 11px; color: #fff; background: var(--blue); }
.business-chat__form button:hover { background: #007bdc; }
.business-chat__form button:disabled { cursor: wait; opacity: .55; }
.business-chat__notice { display: flex; margin: 8px 14px 12px; align-items: center; justify-content: center; gap: 6px; color: #768394; font-size: .61rem; line-height: 1.3; text-align: center; }
.business-chat__notice i { color: var(--blue); }

.reveal { opacity: 1; transform: none; }
.reveal.is-visible { opacity: 1; transform: none; }

@media (prefers-reduced-motion: reduce) {
    *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; }
    .reveal { opacity: 1; transform: none; }
}

@media (max-width: 1020px) {
    .header-inner { min-height: 92px; }
    .brand { width: 170px; flex-basis: 170px; }
    .nav-toggle { display: block; }
    .primary-nav { position: fixed; top: 0; right: 0; bottom: 0; display: flex; width: min(360px, 88vw); padding: 110px 35px 40px; align-items: stretch; flex-direction: column; gap: 0; background: var(--navy-950); box-shadow: -20px 0 50px rgba(0,0,0,.35); transform: translateX(105%); transition: transform .28s ease; }
    .primary-nav.is-open { transform: translateX(0); }
    .primary-nav a { padding: 14px 0; border-bottom: 1px solid rgba(255,255,255,.09); font-size: 1.15rem; }
    .primary-nav > a:not(.nav-book)::after { display: none; }
    .primary-nav .nav-book { margin-top: 18px; padding: 14px 20px; text-align: center; }
    .nav-open .nav-toggle { position: fixed; z-index: 2; right: 24px; }
    .nav-open .nav-toggle span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
    .nav-open .nav-toggle span:nth-child(2) { opacity: 0; }
    .nav-open .nav-toggle span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
    .info-strip__grid { grid-template-columns: repeat(2, 1fr); }
    .info-item:nth-child(3) { border-left: 0; border-top: 1px solid rgba(255,255,255,.2); }
    .info-item:nth-child(4) { border-top: 1px solid rgba(255,255,255,.2); }
    .rules-grid { grid-template-columns: repeat(2, 1fr); gap: 28px 0; }
    .rule-item:nth-child(3) { border-left: 0; }
    .footer-main { grid-template-columns: 150px 1fr auto; }
    .footer-contact { gap: 9px 20px; }
}

@media (max-width: 800px) {
    .container { width: min(100% - 32px, var(--container)); }
    .home-hero { min-height: 740px; }
    .home-hero__picture img, .home-hero__media { object-position: 64% center; }
    .home-hero__shade { background: linear-gradient(90deg, rgba(1, 9, 21, .97) 0%, rgba(2, 13, 27, .88) 52%, rgba(2, 13, 27, .35) 100%); }
    .home-hero__content { padding-top: 145px; }
    .home-hero h1 { font-size: clamp(3.4rem, 13vw, 5rem); }
    .section { padding: 72px 0; }
    .price-grid { max-width: 520px; grid-template-columns: 1fr; }
    .price-card--popular { order: -1; }
    .split-layout, .split-layout--wide, .contact-layout, .booking-layout { grid-template-columns: 1fr; }
    .split-copy { order: -1; }
    .booking-summary { position: static; order: -1; }
    .feature-grid, .process-grid { grid-template-columns: 1fr; }
    .faq-help { grid-template-columns: auto 1fr; }
    .faq-help .button { grid-column: 1 / -1; }
    .field-grid--three { grid-template-columns: 1fr 1fr; }
    .field-grid--three .field:last-child { grid-column: 1 / -1; }
    .footer-main { padding: 28px 0; grid-template-columns: 1fr; gap: 20px; }
    .footer-contact { flex-direction: column; align-items: flex-start; }
    .footer-bottom .container { padding: 14px 0; align-items: flex-start; flex-direction: column; }
    .footer-bottom a { margin: 0 18px 0 0; }
}

@media (max-width: 560px) {
    .header-inner { min-height: 82px; }
    .brand { width: 145px; flex-basis: 145px; }
    .home-hero { min-height: 700px; }
    .home-hero__content { padding-top: 130px; }
    .home-hero h1 { font-size: 3.42rem; }
    .hero-kicker { display: none; }
    .hero-tagline { font-size: 1.2rem; }
    .hero-copy { font-size: .96rem; }
    .hero-actions { align-items: stretch; flex-direction: column; }
    .hero-actions .button { width: 100%; }
    .info-strip__grid { grid-template-columns: 1fr; }
    .info-item { min-height: 104px; }
    .info-item + .info-item { border-top: 1px solid rgba(255,255,255,.2); border-left: 0; }
    .rules-grid { grid-template-columns: 1fr; }
    .rule-item + .rule-item { border-top: 1px solid #d4d8dd; border-left: 0; padding-top: 22px; }
    .page-masthead { min-height: 270px; }
    .page-masthead h1 { font-size: 3.05rem; }
    .gallery-grid { grid-auto-rows: 260px; grid-template-columns: 1fr; }
    .gallery-card--wide { grid-column: auto; }
    .field-grid, .field-grid--three { grid-template-columns: 1fr; }
    .field-grid--three .field:last-child { grid-column: auto; }
    .form-card, .booking-form-wrap, .contact-panel, .booking-summary { padding: 28px 22px; }
    .confirmation-details { grid-template-columns: repeat(2, 1fr); }
    .confirmation-details div:nth-child(3) { border-top: 1px solid var(--line); border-left: 0; }
    .confirmation-details div:nth-child(4) { border-top: 1px solid var(--line); }
    .adventure-cta__backdrop { background: linear-gradient(90deg, rgba(3,15,31,.96), rgba(3,15,31,.68)), url('/assets/images/milwaukee-skyline.webp') 63% center / cover; }
    .business-chat { right: 12px; bottom: 12px; }
    .business-chat__toggle { min-width: 0; min-height: 54px; padding: 5px; border-radius: 50%; }
    .business-chat__toggle-icon { width: 44px; height: 44px; }
    .business-chat__toggle-label { display: none; }
    .business-chat__panel { width: calc(100vw - 24px); max-height: calc(100svh - 24px); }
    .business-chat__messages { height: min(330px, calc(100svh - 295px)); min-height: 190px; }
}
