:root {
  --bg: #F5F6F8;
  --bg-card: #FFFFFF;
  --text-primary: #10233B;
  --text-secondary: #3D4A5C;
  --text-muted: #6B7686;
  --accent: #0C4B8C;
  --accent-dark: #08356B;
  --accent-tint: #E7EFF8;
  --border: #DDE2E9;
  --radius: 10px;
  --maxw: 1120px;
}
* { box-sizing: border-box; }
body { margin: 0; font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif; background: var(--bg); color: var(--text-primary); line-height: 1.6; }
img { max-width: 100%; display: block; border-radius: var(--radius); }
a { color: var(--accent); text-decoration: none; }
a:hover { text-decoration: underline; }
.wrap { max-width: var(--maxw); margin: 0 auto; padding: 0 24px; }
.legal-text { max-width: 760px; }
.legal-text h2 { font-size: 19px; margin: 36px 0 10px; }
.legal-text h2:first-child { margin-top: 0; }
.legal-text h3 { font-size: 15px; margin: 20px 0 6px; color: var(--text-primary); }
.legal-text p, .legal-text li { color: var(--text-secondary); font-size: 14px; }
.legal-text ul, .legal-text ol { padding-left: 20px; margin: 8px 0 16px; }
.legal-text li { margin-bottom: 4px; }
.legal-text .legal-note { background: var(--bg-card); border: 1px solid var(--border); border-radius: var(--radius); padding: 16px 18px; font-size: 13px; color: var(--text-muted); margin: 24px 0; }
header.site { background: var(--bg-card); border-bottom: 1px solid var(--border); position: sticky; top: 0; z-index: 10; }
header.site .wrap { display: flex; align-items: center; justify-content: space-between; height: 76px; }
.logo { font-size: 20px; font-weight: 600; color: var(--accent-dark); letter-spacing: 0.2px; }
.logo-mark { display: flex; align-items: center; gap: 8px; }
.logo-mark .logo-icon { width: 34px; height: 34px; border-radius: 22%; display: block; flex-shrink: 0; }
.logo-mark .logo-word { height: 34px; width: auto; display: block; }
footer .logo-mark .logo-word { display: none; }
footer .logo-mark .logo-text { color: #fff; font-size: 18px; font-weight: 600; }
nav.main { display: flex; gap: 24px; }
nav.main a { color: var(--text-secondary); font-size: 14px; font-weight: 500; }
nav.main a.active, nav.main a:hover { color: var(--accent); text-decoration: none; }
nav.main .has-submenu { position: relative; display: flex; align-items: center; }
nav.main .submenu { display: none; position: absolute; top: 100%; left: 0; background: var(--bg-card); border: 1px solid var(--border); border-radius: 10px; box-shadow: 0 10px 28px rgba(16,35,59,.14); min-width: 230px; padding: 8px; z-index: 20; }
@media (min-width: 901px) {
  nav.main .has-submenu:hover .submenu { display: block; }
}
nav.main .submenu a { display: block; padding: 9px 12px; font-size: 13px; border-bottom: none; color: var(--text-secondary); border-radius: 6px; white-space: nowrap; }
nav.main .submenu a:hover { background: var(--accent-tint); color: var(--accent); text-decoration: none; }
nav.main .submenu .submenu-label { display: block; padding: 10px 12px 4px; font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: .04em; color: var(--text-secondary); opacity: .6; }
nav.main .submenu .submenu-label:first-child { padding-top: 4px; }
.submenu-toggle { display: none; }
.nav-toggle { display: none; background: transparent; border: 1px solid var(--border); border-radius: 8px; font-size: 20px; line-height: 1; padding: 8px 12px; color: var(--text-primary); cursor: pointer; }
.btn { display: inline-block; font-size: 14px; font-weight: 600; padding: 12px 22px; border-radius: 8px; cursor: pointer; }
.btn-primary { background: var(--accent); color: #fff; border: 1px solid var(--accent); }
.btn-primary:hover { background: var(--accent-dark); text-decoration: none; }
.btn-secondary { background: transparent; color: var(--accent); border: 1px solid var(--accent); }
.btn-secondary:hover { background: var(--accent-tint); text-decoration: none; }
.hero { padding: 72px 0 56px; }
.hero .eyebrow { color: var(--accent); font-size: 13px; font-weight: 600; letter-spacing: 0.5px; text-transform: uppercase; margin-bottom: 14px; }
.hero h1 { font-size: 40px; font-weight: 600; line-height: 1.25; max-width: 720px; margin: 0 0 18px; color: var(--text-primary); }
.hero p.lead { font-size: 17px; color: var(--text-secondary); max-width: 560px; margin: 0 0 28px; }
.hero-grid { display: grid; grid-template-columns: 1.1fr 0.9fr; gap: 48px; align-items: center; }
.hero-actions { display: flex; gap: 14px; flex-wrap: wrap; }
.hero-image img { width: 100%; height: 420px; object-fit: cover; }
section { padding: 56px 0; }
section.alt { background: var(--bg); }
.hero-bg { position: relative; color: #fff; padding: 0; }
.hero-bg .wrap { position: relative; z-index: 1; width: 100%; background-size: cover; background-position: center; overflow: hidden; min-height: 520px; display: flex; flex-direction: column; justify-content: center; align-items: flex-start; padding: 48px 56px; }
.hero-bg .wrap::before { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(8,16,28,.32) 0%, rgba(8,16,28,.6) 100%); }
.hero-bg .wrap > * { position: relative; z-index: 1; width: 100%; }
.hero-bg .eyebrow { color: #BFD6F0; }
.hero-bg h1 { color: #fff; max-width: 760px; }
.hero-bg p.lead { color: #E7EEF6; max-width: 600px; }
.hero-bg .btn-secondary { background: transparent; color: #fff; border: 1px solid #fff; }
.hero-bg .btn-secondary:hover { background: rgba(255,255,255,.15); }
.hero-bg.hero-postcard { background-size: cover; background-position: center top; aspect-ratio: 2400 / 933; overflow: hidden; }
.hero-bg.hero-postcard .wrap { position: relative; z-index: 1; min-height: 0; background: none; overflow: visible; display: flex; flex-direction: column; justify-content: flex-start; align-items: flex-start; padding-top: 20px; padding-bottom: 0; }
.hero-bg.hero-postcard .wrap::before { display: none; }
.hero-bg.hero-postcard .eyebrow { color: var(--accent); margin-bottom: 10px; font-size: clamp(10px,0.85vw,13px); max-width: clamp(160px,30vw,460px); line-height: 1.3; }
.hero-bg.hero-postcard h1 { color: var(--text-primary); font-size: clamp(24px,2.6vw,40px); font-weight: 600; line-height: 1.2; max-width: clamp(220px,30vw,460px); margin: 0 0 14px; }
.hero-bg.hero-postcard p.lead { color: var(--text-secondary); margin-bottom: 0; line-height: 1.3; font-size: clamp(12.5px,1.1vw,17px); max-width: clamp(200px,25vw,380px); }
.hero-postcard-tag { position: absolute; right: max(24px, calc((100vw - 1120px) / 2 + 24px)); top: clamp(40px,3vw,70px); width: clamp(100px,13vw,250px); max-width: none; height: auto; z-index: 2; }
.postcard-cta { background: #11233B; color: #fff; padding: 0 0 24px; }
.postcard-cta .wrap { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 18px 40px; padding-top: 4px; padding-bottom: 0; }
.postcard-cta-lead { font-size: clamp(14px,1.3vw,19px); font-weight: 500; color: #fff; margin: 0; max-width: 480px; flex: 1 1 320px; }
.postcard-cta .hero-actions { flex: 0 0 auto; display: flex; gap: clamp(8px,0.9vw,12px); flex-wrap: wrap; }
.postcard-cta .btn-primary { background: #fff; color: var(--accent-dark); border-color: #fff; }
.postcard-cta .btn-primary:hover { background: var(--accent-tint); }
.postcard-cta .btn-secondary { background: transparent; color: #fff; border: 1px solid #fff; }
.postcard-cta .btn-secondary:hover { background: rgba(255,255,255,.15); }
.postcard-cta .btn { font-size: clamp(12.5px,0.95vw,14px); padding: clamp(9px,0.85vw,12px) clamp(15px,1.6vw,22px); }
.postcard-cta .check-list { flex: 1 1 100%; grid-template-columns: repeat(3, auto); justify-content: start; gap: clamp(6px,0.8vw,10px) clamp(20px,2.6vw,32px); }
.check-list.check-mark li { align-items: center; color: #E7EEF6; font-weight: 500; font-size: clamp(14px,1.3vw,19px); }
.check-list.check-mark li::before { content: "\2713"; min-width: 20px; width: 20px; height: 20px; border-radius: 50%; background: rgba(255,255,255,.16); color: #fff; font-size: 12px; font-weight: 700; display: flex; align-items: center; justify-content: center; margin-top: 0; }
.postcard-cta-note { flex: 1 1 100%; font-size: clamp(14px,1.3vw,19px); color: #BFD6F0; margin: 0; }
.postcard-cta-note a { color: #fff; }
h2 { font-size: 28px; font-weight: 600; margin: 0 0 12px; color: var(--text-primary); }
h2.center { text-align: center; }
p.section-lead { color: var(--text-secondary); font-size: 16px; max-width: 640px; margin: 0 0 36px; }
p.section-lead.center { margin-left: auto; margin-right: auto; text-align: center; }
.grid { display: grid; gap: 20px; }
.grid-2 { grid-template-columns: repeat(2, 1fr); }
.grid-3 { grid-template-columns: repeat(3, 1fr); }
.grid-4 { grid-template-columns: repeat(4, 1fr); }
.grid-products { grid-template-columns: repeat(auto-fill, minmax(230px, 1fr)); }
.card { background: var(--bg-card); border: 1px solid var(--border); border-radius: 12px; padding: 24px; display: block; }
.card h3 { font-size: 17px; font-weight: 600; margin: 0 0 10px; color: var(--text-primary); }
.card p { font-size: 14px; color: var(--text-secondary); margin: 0; }
.card img { margin-bottom: 16px; height: 190px; width: 100%; object-fit: cover; object-position: center 30%; }
.card:hover { border-color: var(--accent); }
.product-card img { object-fit: contain; background: var(--bg-card); padding: 14px; }
.product-card img.hero-preview { height: 190px; width: 100%; object-fit: cover; object-position: center 35%; padding: 0; background: none; margin-bottom: 0; }
.product-card .tag { display: inline-block; background: var(--accent-tint); color: var(--accent-dark); font-size: 12px; font-weight: 600; padding: 4px 10px; border-radius: 100px; margin-bottom: 12px; }
.faq-item { background: var(--bg-card); border: 1px solid var(--border); border-radius: 12px; padding: 0 24px; margin-bottom: 14px; }
.faq-item summary { list-style: none; cursor: pointer; padding: 20px 0; display: flex; justify-content: space-between; align-items: center; gap: 16px; }
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary h3 { margin: 0; font-size: 16px; }
.faq-item summary::after { content: "+"; font-size: 22px; line-height: 1; color: var(--accent); font-weight: 400; flex-shrink: 0; }
.faq-item[open] summary::after { content: "\2013"; }
.faq-item[open] summary { padding-bottom: 8px; }
.faq-item p { padding-bottom: 20px; margin: 0; color: var(--text-secondary); font-size: 14px; }
.check-list { list-style: none; padding: 0; margin: 0; display: grid; gap: 12px; }
.check-list li { display: flex; gap: 12px; font-size: 15px; color: var(--text-secondary); }
.check-list li::before { content: ""; min-width: 8px; height: 8px; border-radius: 50%; background: var(--accent); margin-top: 8px; }
table.specs { width: 100%; border-collapse: collapse; font-size: 14px; }
table.specs td { padding: 10px 0; border-bottom: 1px solid var(--border); color: var(--text-secondary); }
table.specs td:first-child { color: var(--text-primary); font-weight: 600; width: 45%; }
.cta-band { background: var(--accent); border-radius: 16px; padding: 48px; text-align: center; color: #fff; min-height: 210px; display: flex; flex-direction: column; align-items: center; justify-content: center; }
.cta-band h2 { color: #fff; }
.cta-band p { color: #D7E4F3; margin: 0 0 24px; }
.cta-band .btn-secondary { background: #fff; color: var(--accent-dark); border-color: #fff; }
.cta-band .btn-secondary:hover { background: var(--accent-tint); }
.steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.step { background: var(--bg-card); border: 1px solid var(--border); border-radius: 12px; padding: 22px; position: relative; }
.step .num { width: 32px; height: 32px; border-radius: 50%; background: var(--accent-tint); color: var(--accent-dark); display: flex; align-items: center; justify-content: center; font-weight: 600; font-size: 14px; margin-bottom: 14px; }
form.contact { display: grid; gap: 16px; max-width: 560px; }
form.contact label { font-size: 13px; font-weight: 600; color: var(--text-primary); display: block; margin-bottom: 6px; }
form.contact input, form.contact textarea { width: 100%; padding: 12px 14px; border-radius: 8px; border: 1px solid var(--border); font-family: inherit; font-size: 14px; background: var(--bg-card); color: var(--text-primary); }
form.contact textarea { min-height: 120px; resize: vertical; }
.calc-result-row { display: flex; justify-content: space-between; align-items: baseline; gap: 12px; padding: 10px 0; border-bottom: 1px solid var(--border); }
.calc-result-row:last-child { border-bottom: none; }
.calc-result-row .label { font-size: 13px; color: var(--text-secondary); }
.calc-result-row .value { font-size: 18px; font-weight: 600; color: var(--text-primary); white-space: nowrap; }
.calc-result-row.highlight { padding: 16px 0; }
.calc-result-row.highlight .value { color: var(--accent); font-size: 24px; }
.calc-note { font-size: 12px; color: var(--text-muted); margin-top: 16px; }
footer.site { background: var(--text-primary); color: #FFFFFF; padding: 48px 0 24px; margin-top: 40px; font-size: 13px; }
footer.site .wrap { display: flex; justify-content: space-between; flex-wrap: wrap; gap: 24px; }
footer.site a { color: #FFFFFF; }
footer.site .legal { border-top: 1px solid #24405f; margin-top: 28px; padding-top: 18px; display: flex; gap: 18px; flex-wrap: wrap; }
.social-links { display: flex; gap: 10px; }
.social-links a { width: 34px; height: 34px; border-radius: 50%; background: rgba(255,255,255,.14); display: flex; align-items: center; justify-content: center; color: #FFFFFF; transition: background .2s, color .2s; }
.social-links a:hover { background: var(--accent); color: #fff; }
.social-links svg { width: 16px; height: 16px; display: block; fill: currentColor; }
.social-links svg path { fill: currentColor; }
.video-embed { position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; border-radius: var(--radius); background: #0B1524; }
.video-embed iframe { position: absolute; top: 0; left: 0; width: 100%; height: 100%; border: 0; border-radius: var(--radius); }
.video-caption { font-size: 13px; color: var(--text-secondary); margin-top: 10px; }
.video-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 28px; }
.video-grid-3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.yt-facade .yt-facade-inner { position: absolute; inset: 0; background-size: cover; background-position: center; display: flex; flex-direction: column; align-items: center; justify-content: center; cursor: pointer; color: #fff; text-align: center; padding: 16px; border: 0; width: 100%; font-family: inherit; }
.yt-facade .yt-facade-inner::before { content: ""; position: absolute; inset: 0; background: linear-gradient(rgba(10,20,35,.3), rgba(10,20,35,.6)); }
.yt-play { position: relative; width: 56px; height: 56px; border-radius: 50%; background: rgba(255,255,255,.94); display: flex; align-items: center; justify-content: center; margin-bottom: 12px; }
.yt-play::after { content: ""; border-left: 16px solid var(--accent); border-top: 10px solid transparent; border-bottom: 10px solid transparent; margin-left: 4px; }
.yt-consent-text { position: relative; font-size: 12px; max-width: 280px; line-height: 1.4; }
.consent-banner { position: fixed; left: 0; right: 0; bottom: 0; z-index: 100; background: var(--text-primary); color: #E7EEF6; padding: 16px 24px; box-shadow: 0 -4px 16px rgba(0,0,0,.15); }
.consent-banner-inner { max-width: var(--maxw); margin: 0 auto; display: flex; align-items: center; justify-content: space-between; gap: 24px; flex-wrap: wrap; }
.consent-banner-inner p { margin: 0; font-size: 13px; max-width: 720px; }
.consent-banner-inner a { color: #fff; text-decoration: underline; }
.consent-banner-actions { display: flex; gap: 10px; flex-wrap: wrap; }
.consent-banner .btn-secondary { background: transparent; color: #fff; border: 1px solid #fff; }
.consent-banner .btn-secondary:hover { background: rgba(255,255,255,.12); }
.product-gallery { max-width: 720px; }
.gallery-main { border-radius: var(--radius); overflow: hidden; background: var(--bg-card); border: 1px solid var(--border); position: relative; }
.gallery-main img { width: 100%; height: 420px; object-fit: contain; border-radius: var(--radius); background: var(--bg-card); padding: 20px; transition: transform .42s ease; }
.gallery-main img.slide-clone { position: absolute; top: 0; left: 0; }
.gallery-thumbs { display: flex; gap: 10px; margin-top: 12px; flex-wrap: wrap; }
.gallery-thumbs img { width: 76px; height: 76px; object-fit: cover; border-radius: 8px; cursor: pointer; opacity: .55; border: 2px solid transparent; transition: opacity .2s, border-color .2s; margin: 0; }
.gallery-thumbs img:hover { opacity: .85; }
.gallery-thumbs img.active { opacity: 1; border-color: var(--accent); }
.download-list { display: flex; gap: 12px; flex-wrap: wrap; margin-top: 16px; }
.booking-embed { position: relative; border-radius: var(--radius); overflow: hidden; border: 1px solid var(--border); background: var(--bg-card); }
.booking-embed iframe { width: 100%; height: 720px; border: 0; display: block; }
.booking-embed-facade { display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 16px; height: 720px; padding: 24px; text-align: center; }
.booking-embed-facade p { max-width: 520px; font-size: 13px; color: var(--text-muted); margin: 0; }
@media (max-width: 560px) {
  .booking-embed iframe, .booking-embed-facade { height: 640px; }
}
@media (max-width: 900px) {
  .hero-bg { padding: 0; }
  .hero-bg .wrap { min-height: 380px; padding: 28px 20px; }
  .hero-bg .eyebrow { font-size: 11px; }
  .hero-bg h1 { font-size: 22px; margin-bottom: 8px; }
  .hero-bg p.lead { font-size: 13px; }
  .hero-bg .hero-actions .btn { font-size: 12px; padding: 8px 14px; }
  .consent-banner-inner { flex-direction: column; align-items: stretch; text-align: left; }
  .video-grid, .video-grid-3 { grid-template-columns: 1fr; }
  .hero-grid { grid-template-columns: 1fr; }
  .grid-2, .grid-3, .grid-4 { grid-template-columns: 1fr; }
  .steps { grid-template-columns: 1fr 1fr; }
  .hero h1 { font-size: 30px; }
  .hero-image img { height: 240px; }
  .postcard-cta .wrap { flex-direction: column; align-items: flex-start; justify-content: flex-start; gap: 14px; padding-top: 8px; }
  .postcard-cta .check-list { grid-template-columns: 1fr; flex: 0 0 auto; }
  .postcard-cta .hero-actions { flex: 0 0 auto; }
  .postcard-cta-lead { flex: 0 0 auto; }
  .hero-bg.hero-postcard { background-image: url('../img/misc/home-hero-mobile.jpg') !important; aspect-ratio: 1050 / 925; }
  .hero-bg.hero-postcard .wrap { padding-top: 34px; }
  .hero-bg.hero-postcard .eyebrow { font-size: 9px; max-width: 125px; margin-bottom: 9px; line-height: 1.25; }
  .hero-bg.hero-postcard h1 { font-size: 14px; max-width: 195px; line-height: 1.2; margin: 0 0 11px; }
  .hero-bg.hero-postcard p.lead { font-size: 10px; max-width: 125px; line-height: 1.25; }
  .hero-postcard-tag { width: clamp(115px,25vw,150px); top: 54px; }
  .gallery-main img { height: 260px; padding: 12px; }
  .nav-toggle { display: block; }
  nav.main {
    display: none;
    position: absolute;
    top: 76px;
    left: 0;
    right: 0;
    background: var(--bg-card);
    border-bottom: 1px solid var(--border);
    flex-direction: column;
    gap: 0;
    padding: 8px 24px 16px;
    max-height: calc(100vh - 76px);
    overflow-y: auto;
  }
  nav.main.open { display: flex; }
  nav.main a { padding: 12px 0; border-bottom: 1px solid var(--border); }
  nav.main .has-submenu { flex-direction: row; flex-wrap: wrap; align-items: center; border-bottom: 1px solid var(--border); }
  nav.main .has-submenu > a { flex: 1 1 auto; border-bottom: none; padding-bottom: 12px; }
  nav.main .submenu-toggle { display: flex; flex: 0 0 auto; align-items: center; justify-content: center; width: 34px; height: 34px; background: transparent; border: 1px solid var(--border); border-radius: 8px; color: var(--accent); font-size: 18px; line-height: 1; cursor: pointer; padding: 0; margin: 8px 0; }
  nav.main .submenu-toggle::after { content: "+"; display: block; font-weight: 400; }
  nav.main .has-submenu.open .submenu-toggle::after { content: "\2212"; }
  nav.main .submenu { display: none; flex-basis: 100%; position: static; box-shadow: none; border: none; padding: 0 0 8px 14px; min-width: 0; }
  nav.main .has-submenu.open .submenu { display: block; }
  nav.main .submenu a { padding: 8px 0; border-bottom: none; border-radius: 0; }
  nav.main .submenu .submenu-label { padding: 10px 0 4px; margin: 4px 0 0; border-top: 1px solid var(--border); }
  nav.main .submenu .submenu-label:first-child { margin-top: 0; border-top: none; padding-top: 4px; }
}
@media (max-width: 560px) {
  .steps { grid-template-columns: 1fr; }
  .cta-band { padding: 32px 24px; }
  header.site .btn-primary { display: none; }
}
