:root {
  --coral: #ed5b5f;
  --coral-dark: #c94349;
  --yellow: #ffc857;
  --sky: #dff4ff;
  --navy: #183153;
  --ink: #26364a;
  --muted: #64748b;
  --cream: #fffaf1;
  --white: #ffffff;
  --line: #e7ebf0;
  --shadow: 0 20px 50px rgba(24, 49, 83, .12);
  --radius: 24px;
  --container: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--white);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.65;
}
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; }
.container { width: min(var(--container), calc(100% - 40px)); margin-inline: auto; }
.skip-link { position: absolute; left: -9999px; top: 8px; z-index: 999; background: var(--navy); color: #fff; padding: 10px 14px; border-radius: 8px; }
.skip-link:focus { left: 8px; }

.topbar { background: var(--navy); color: white; font-size: .88rem; }
.topbar-inner { min-height: 38px; display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.topbar a { font-weight: 800; }

.site-header { position: sticky; top: 0; z-index: 50; background: rgba(255,255,255,.94); backdrop-filter: blur(14px); border-bottom: 1px solid rgba(231,235,240,.8); }
.nav-wrap { min-height: 82px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: inline-flex; align-items: center; gap: 12px; color: var(--navy); }
.brand-logo { width: 78px; height: auto; display: block; filter: drop-shadow(0 10px 18px rgba(24,49,83,.12)); }
.brand-text { display: grid; line-height: 1.05; }
.brand strong { font-size: 1.12rem; letter-spacing: -.02em; }
.brand small { margin-top: 4px; color: var(--coral-dark); font-size: .81rem; font-weight: 900; text-transform: uppercase; letter-spacing: .13em; }
.site-nav { display: flex; align-items: center; gap: 28px; font-weight: 750; color: var(--navy); }
.site-nav > a:not(.button):hover { color: var(--coral-dark); }
.nav-toggle { display: none; width: 46px; height: 42px; border: 0; border-radius: 12px; background: var(--cream); padding: 10px; }
.nav-toggle span { display: block; height: 2px; background: var(--navy); margin: 5px 0; }

.button { display: inline-flex; align-items: center; justify-content: center; min-height: 52px; padding: 0 24px; border: 2px solid var(--coral); border-radius: 999px; background: var(--coral); color: white; font-weight: 900; box-shadow: 0 12px 26px rgba(237,91,95,.22); transition: transform .2s ease, box-shadow .2s ease, background .2s ease; cursor: pointer; }
.button:hover { transform: translateY(-2px); box-shadow: 0 16px 32px rgba(237,91,95,.28); background: var(--coral-dark); border-color: var(--coral-dark); }
.button-small { min-height: 42px; padding: 0 18px; }
.button-outline { background: transparent; color: var(--coral-dark); box-shadow: none; }
.button-outline:hover { color: white; }
.button-light { background: white; color: var(--coral-dark); border-color: white; box-shadow: none; white-space: nowrap; }
.button-light:hover { background: var(--yellow); border-color: var(--yellow); color: var(--navy); }
.button-full { width: 100%; }

.hero { position: relative; overflow: hidden; padding: 86px 0 110px; background: linear-gradient(140deg, var(--cream) 0%, #fff 52%, var(--sky) 100%); }
.hero::after { content: ""; position: absolute; inset: auto 0 0; height: 58px; background: white; clip-path: polygon(0 75%, 100% 0, 100% 100%, 0 100%); }
.hero-shape { position: absolute; border-radius: 999px; opacity: .45; }
.hero-shape-one { width: 360px; height: 360px; background: #ffd8d9; left: -180px; top: 30px; }
.hero-shape-two { width: 260px; height: 260px; background: #ffe7a9; right: 7%; bottom: 4%; }
.hero-grid { position: relative; z-index: 2; display: grid; grid-template-columns: 1.02fr .98fr; gap: 72px; align-items: center; }
.eyebrow { display: inline-flex; align-items: center; gap: 8px; margin-bottom: 12px; color: var(--coral-dark); font-weight: 950; text-transform: uppercase; letter-spacing: .14em; font-size: .78rem; }
.eyebrow::before { content: ""; width: 28px; height: 3px; background: var(--yellow); border-radius: 9px; }
.eyebrow.light { color: white; }
.hero h1, .section-heading h2, .story-copy h2, .booking-copy h2, .special-copy h2 { margin: 0; color: var(--navy); font-size: clamp(2.4rem, 5vw, 5rem); line-height: .98; letter-spacing: -.055em; }
.hero h1 span { color: var(--coral); }
.hero-logo-wrap { margin-bottom: 14px; }
.hero-logo { width: min(300px, 100%); height: auto; filter: drop-shadow(0 18px 28px rgba(24,49,83,.10)); }
.hero-brand-pill { display: inline-flex; align-items: center; min-height: 40px; padding: 0 18px; margin-bottom: 14px; border-radius: 999px; background: linear-gradient(135deg, var(--navy), #2451a6); color: white; font-weight: 900; text-transform: uppercase; letter-spacing: .08em; font-size: .78rem; box-shadow: 0 14px 30px rgba(24,49,83,.16); }
.hero-brand-bar { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 18px; }
.hero-brand-bar span { display: inline-flex; align-items: center; min-height: 42px; padding: 0 16px; border-radius: 999px; background: rgba(255,255,255,.85); border: 1px solid rgba(24,49,83,.08); color: var(--navy); font-weight: 850; box-shadow: 0 10px 24px rgba(24,49,83,.08); }
.hero-copy > p { max-width: 620px; margin: 24px 0 28px; color: #52647a; font-size: 1.12rem; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.hero-trust { display: flex; flex-wrap: wrap; gap: 16px 24px; margin-top: 26px; color: var(--navy); font-size: .92rem; font-weight: 800; }

.hero-gallery { position: relative; min-height: 540px; }
.hero-card { margin: 0; overflow: hidden; background: white; border: 10px solid white; border-radius: 32px; box-shadow: var(--shadow); }
.hero-card img { width: 100%; height: 100%; object-fit: cover; }
.hero-card figcaption { position: absolute; left: 22px; bottom: 20px; padding: 9px 14px; border-radius: 999px; background: rgba(24,49,83,.9); color: white; font-size: .84rem; font-weight: 900; }
.hero-card-main { position: absolute; inset: 0 70px 40px 0; transform: rotate(-2deg); }
.hero-card-main figcaption, .hero-card-float figcaption { position: absolute; }
.hero-card-main { position: absolute; }
.hero-card-main img { position: relative; }
.hero-card-float { position: absolute; width: 48%; height: 44%; right: 0; bottom: 0; transform: rotate(4deg); border-width: 7px; border-radius: 24px; }
.hero-card-float img { object-position: center; }
.veteran-badge { position: absolute; top: 5%; right: 2%; width: 122px; height: 122px; display: grid; place-content: center; text-align: center; border-radius: 50%; color: white; background: var(--navy); border: 5px solid var(--yellow); box-shadow: 0 16px 28px rgba(24,49,83,.25); transform: rotate(8deg); }
.veteran-badge span { color: var(--yellow); font-size: 1.3rem; line-height: 1; }
.veteran-badge strong { font-size: .93rem; line-height: 1.05; text-transform: uppercase; letter-spacing: .08em; }

.special-section { position: relative; z-index: 5; margin-top: -42px; padding-bottom: 64px; }
.special-card { position: relative; display: grid; grid-template-columns: 190px 1fr auto; gap: 34px; align-items: center; min-height: 250px; padding: 44px 42px; overflow: hidden; border-radius: 30px; background: linear-gradient(135deg, var(--coral-dark), var(--coral)); color: white; box-shadow: 0 25px 60px rgba(201,67,73,.28); }
.special-card::after { content: ""; position: absolute; width: 260px; height: 260px; right: -120px; bottom: -150px; border: 38px solid rgba(255,255,255,.1); border-radius: 50%; }
.special-ribbon { position: absolute; top: 18px; right: -54px; width: 240px; transform: rotate(35deg); background: var(--yellow); color: var(--navy); text-align: center; padding: 7px 0; font-size: .72rem; font-weight: 1000; letter-spacing: .13em; }
.special-price { width: 170px; height: 170px; display: grid; grid-template-columns: auto auto; place-content: center; align-items: start; border-radius: 50%; background: white; color: var(--coral-dark); box-shadow: inset 0 0 0 8px #ffe5d1; transform: rotate(-3deg); }
.special-price span { margin-top: 28px; font-size: 1.7rem; font-weight: 950; }
.special-price strong { font-size: 4.7rem; line-height: 1; letter-spacing: -.08em; }
.special-price small { grid-column: 1 / -1; margin-top: -6px; color: var(--navy); text-align: center; font-weight: 950; text-transform: uppercase; letter-spacing: .12em; }
.special-copy h2 { color: white; font-size: clamp(2rem, 3.8vw, 3.4rem); line-height: 1.04; }
.special-list { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 8px 24px; margin: 22px 0 12px; font-weight: 800; }
.special-note { max-width: 760px; margin: 0; color: #fff2f2; font-size: .88rem; }

.section { padding: 100px 0; }
.section-heading { max-width: 760px; margin: 0 auto 48px; text-align: center; }
.section-heading.left { margin: 0; text-align: left; }
.section-heading h2, .story-copy h2, .booking-copy h2 { font-size: clamp(2.2rem, 4vw, 3.8rem); line-height: 1.05; }
.section-heading p { color: var(--muted); font-size: 1.05rem; }
.rentals-section { background: #fff; }
.rental-grid { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 24px; }
.rental-card { overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); background: white; box-shadow: 0 12px 35px rgba(24,49,83,.07); transition: transform .22s ease, box-shadow .22s ease; }
.rental-card:hover { transform: translateY(-6px); box-shadow: var(--shadow); }
.rental-card.featured-card { grid-column: span 1; }
.rental-image { height: 245px; overflow: hidden; background: #f7f9fb; }
.rental-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .4s ease; }
.rental-card:hover .rental-image img { transform: scale(1.035); }
.rental-content { padding: 24px; }
.rental-content h3 { margin: 0 0 8px; color: var(--navy); font-size: 1.3rem; line-height: 1.2; }
.rental-content p { margin: 0 0 16px; color: var(--muted); }
.rental-title-row { display: flex; align-items: flex-start; justify-content: space-between; gap: 12px; }
.tag { flex: none; padding: 5px 9px; border-radius: 999px; background: #fff0d2; color: #8a5a00; font-size: .7rem; font-weight: 950; text-transform: uppercase; letter-spacing: .08em; }
.text-link { color: var(--coral-dark); font-weight: 900; }
.text-link:hover { color: var(--navy); }
.snow-cone-art { display: grid; place-content: center; gap: 10px; text-align: center; background: linear-gradient(145deg, #dff4ff, #fff3bc); }
.snow-cone-art span { font-size: 6rem; filter: drop-shadow(0 10px 12px rgba(24,49,83,.12)); }
.snow-cone-art small { color: var(--navy); font-weight: 900; text-transform: uppercase; letter-spacing: .12em; }

.story-section { background: var(--cream); }
.story-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 74px; align-items: center; }
.story-image-wrap { position: relative; }
.story-image-wrap::before { content: ""; position: absolute; inset: -22px 30px 28px -22px; border-radius: 36px; background: var(--yellow); transform: rotate(-4deg); }
.story-image-wrap img { position: relative; z-index: 1; width: 100%; aspect-ratio: 1 / 1.08; object-fit: cover; border: 10px solid white; border-radius: 30px; box-shadow: var(--shadow); }
.story-stamp { position: absolute; z-index: 2; right: -24px; bottom: 28px; width: 130px; height: 130px; display: grid; place-content: center; border-radius: 50%; background: var(--coral); color: white; border: 6px solid white; text-align: center; transform: rotate(-8deg); box-shadow: 0 16px 32px rgba(237,91,95,.28); }
.story-stamp span { font-family: Georgia, serif; font-size: 1.25rem; font-style: italic; }
.story-stamp strong { font-size: 1.05rem; text-transform: uppercase; letter-spacing: .12em; }
.story-copy p { color: #5b6775; font-size: 1.04rem; }
.story-values { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 12px; margin-top: 28px; }
.story-values div { padding: 18px 14px; border: 1px solid #f0dfc5; border-radius: 18px; background: white; text-align: center; }
.story-values span { display: block; font-size: 1.55rem; }
.story-values strong, .story-values small { display: block; }
.story-values strong { color: var(--navy); font-size: .9rem; }
.story-values small { color: var(--muted); font-size: .76rem; }

.process-section { background: white; }
.process-grid { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 24px; }
.process-step { position: relative; padding: 34px; border-radius: var(--radius); background: linear-gradient(145deg, #fff, #f7fbff); border: 1px solid var(--line); }
.process-step span { width: 54px; height: 54px; display: grid; place-items: center; border-radius: 18px; background: var(--yellow); color: var(--navy); font-size: 1.4rem; font-weight: 1000; box-shadow: 0 10px 22px rgba(255,200,87,.28); }
.process-step h3 { margin: 20px 0 8px; color: var(--navy); font-size: 1.3rem; }
.process-step p { margin: 0; color: var(--muted); }

.faq-section { background: #f7fbff; }
.faq-grid { display: grid; grid-template-columns: .78fr 1.22fr; gap: 70px; align-items: start; }
.accordion { display: grid; gap: 14px; }
details { border: 1px solid var(--line); border-radius: 18px; background: white; padding: 0 22px; box-shadow: 0 8px 24px rgba(24,49,83,.05); }
summary { cursor: pointer; list-style: none; padding: 20px 34px 20px 0; color: var(--navy); font-weight: 900; position: relative; }
summary::-webkit-details-marker { display: none; }
summary::after { content: "+"; position: absolute; right: 0; top: 17px; width: 28px; height: 28px; display: grid; place-items: center; border-radius: 50%; background: var(--cream); color: var(--coral-dark); font-size: 1.2rem; }
details[open] summary::after { content: "–"; }
details p { margin: 0 0 20px; color: var(--muted); }

.booking-section { background: var(--navy); color: white; }
.booking-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 72px; align-items: center; }
.booking-copy h2 { color: white; }
.booking-copy > p { color: #c9d4e2; font-size: 1.05rem; }
.booking-brand-chip { display: inline-flex; align-items: center; min-height: 42px; padding: 0 16px; margin-top: 10px; border-radius: 999px; background: rgba(255,255,255,.12); color: white; font-weight: 850; border: 1px solid rgba(255,255,255,.12); }
.contact-list { display: grid; gap: 14px; margin-top: 30px; }
.contact-list > * { display: flex; align-items: center; gap: 14px; }
.contact-list > * > span { width: 48px; height: 48px; display: grid; place-items: center; border-radius: 15px; background: rgba(255,255,255,.1); font-size: 1.25rem; }
.contact-list small, .contact-list strong { display: block; }
.contact-list small { color: #aebed1; }
.contact-list strong { color: white; word-break: break-word; }
.booking-form { padding: 34px; border-radius: 26px; background: white; color: var(--ink); box-shadow: 0 24px 60px rgba(0,0,0,.2); }
.field-row { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 16px; }
.booking-form label { display: grid; gap: 7px; margin-bottom: 16px; color: var(--navy); font-size: .88rem; font-weight: 850; }
.booking-form input, .booking-form textarea, .booking-form select { width: 100%; border: 1px solid #d7dee7; border-radius: 13px; background: #fbfcfe; color: var(--ink); padding: 13px 14px; outline: none; }
.booking-form input:focus, .booking-form textarea:focus, .booking-form select:focus { border-color: var(--coral); box-shadow: 0 0 0 4px rgba(237,91,95,.12); }
.form-note { margin: 12px 0 0; color: var(--muted); font-size: .76rem; text-align: center; }

.site-footer { padding: 64px 0 22px; background: #101f35; color: #c4cfdd; }
.footer-grid { display: grid; grid-template-columns: 1.6fr .7fr .9fr; gap: 60px; }
.footer-brand { color: white; }
.footer-brand .brand-logo { width: 88px; }
.footer-brand .brand-text strong, .footer-brand .brand-text small { color: white; }
.footer-grid p { max-width: 450px; }
.footer-grid h3 { margin-top: 0; color: white; }
.footer-grid > div:not(:first-child) { display: grid; align-content: start; gap: 8px; }
.footer-grid a:hover { color: var(--yellow); }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; margin-top: 42px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.1); font-size: .85rem; }
.floating-text { position: fixed; z-index: 40; right: 20px; bottom: 20px; display: flex; align-items: center; gap: 8px; min-height: 50px; padding: 0 18px; border-radius: 999px; background: var(--yellow); color: var(--navy); font-weight: 950; box-shadow: 0 16px 36px rgba(24,49,83,.28); }

@media (max-width: 980px) {
  .nav-toggle { display: block; }
  .site-nav { position: absolute; top: 82px; left: 20px; right: 20px; display: none; flex-direction: column; align-items: stretch; gap: 0; padding: 14px; border: 1px solid var(--line); border-radius: 18px; background: white; box-shadow: var(--shadow); }
  .site-nav.open { display: flex; }
  .site-nav a { padding: 12px 10px; }
  .site-nav .button { margin-top: 8px; }
  .hero-grid, .story-grid, .faq-grid, .booking-grid { grid-template-columns: 1fr; }
  .hero { padding-top: 60px; }
  .hero-gallery { min-height: 560px; }
  .special-card { grid-template-columns: 170px 1fr; }
  .special-card > .button { grid-column: 1 / -1; justify-self: start; }
  .rental-grid { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .story-grid, .faq-grid, .booking-grid { gap: 48px; }
  .story-image-wrap { max-width: 650px; }
}

@media (max-width: 680px) {
  .container { width: min(100% - 28px, var(--container)); }
  .topbar-inner { min-height: 50px; justify-content: center; text-align: center; }
  .topbar-inner span { display: none; }
  .brand strong { font-size: 1rem; }
  .brand-logo { width: 60px; }
  .hero-logo { width: min(240px, 100%); }
  .hero-brand-pill { font-size: .7rem; }
  .hero-brand-bar span { width: 100%; justify-content: center; text-align: center; }
  .hero { padding: 48px 0 90px; }
  .hero h1 { font-size: clamp(3rem, 15vw, 4.4rem); }
  .hero-gallery { min-height: 430px; }
  .hero-card-main { inset: 0 34px 30px 0; border-width: 7px; }
  .hero-card-float { width: 52%; height: 42%; }
  .veteran-badge { width: 94px; height: 94px; top: 2%; right: -2%; border-width: 4px; }
  .veteran-badge strong { font-size: .72rem; }
  .special-section { margin-top: -28px; }
  .special-card { grid-template-columns: 1fr; justify-items: start; padding: 50px 24px 28px; gap: 24px; }
  .special-price { width: 150px; height: 150px; }
  .special-list { grid-template-columns: 1fr; }
  .special-ribbon { top: 16px; right: -62px; }
  .section { padding: 76px 0; }
  .rental-grid, .process-grid, .story-values, .field-row, .footer-grid { grid-template-columns: 1fr; }
  .rental-image { height: 260px; }
  .story-image-wrap { margin: 0 10px; }
  .story-stamp { right: -12px; bottom: 18px; width: 110px; height: 110px; }
  .booking-form { padding: 24px 18px; }
  .footer-grid { gap: 32px; }
  .footer-bottom { flex-direction: column; }
  .floating-text span { display: none; }
  .floating-text { width: 52px; padding: 0; justify-content: center; }
}

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

.brand:hover .brand-logo { transform: scale(1.02); transition: transform .2s ease; }
