/* PetrecereYacht.ro — main styles */
:root {
  --navy-deep: #06151F;
  --navy: #0B2A3A;
  --cream: #FAF8F3;
  --sand: #EEE7DA;
  --gold: #C8A663;
  --gold-dark: #A8874A;
  --sunset: #D99683;
  --muted: #73818A;
  --white: #ffffff;
  --text: #1a2a33;
  --radius: 4px;
  --shadow: 0 20px 50px rgba(6, 21, 31, 0.18);
  --font-display: "Cormorant Garamond", Georgia, serif;
  --font-body: "Manrope", system-ui, sans-serif;
  --header-h: 76px;
  --mobile-bar-h: 64px;
  --ease: cubic-bezier(0.22, 1, 0.36, 1);
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}

body {
  margin: 0;
  font-family: var(--font-body);
  font-size: 1.05rem;
  line-height: 1.7;
  color: var(--text);
  background: var(--cream);
  -webkit-font-smoothing: antialiased;
}
body.has-mobile-bar { padding-bottom: var(--mobile-bar-h); }

img, video { max-width: 100%; height: auto; display: block; }
a { color: var(--navy); text-decoration-thickness: 1px; text-underline-offset: 3px; }
a:hover { color: var(--gold-dark); }
h1, h2, h3, h4 {
  font-family: var(--font-display);
  font-weight: 600;
  line-height: 1.15;
  color: var(--navy-deep);
  margin: 0 0 0.6em;
}
h1 { font-size: clamp(2.4rem, 5vw, 4.2rem); }
h2 { font-size: clamp(1.9rem, 3.5vw, 3rem); }
h3 { font-size: clamp(1.35rem, 2vw, 1.75rem); }
p { margin: 0 0 1em; }
ul { margin: 0; padding: 0; list-style: none; }

.container { width: min(1180px, calc(100% - 2.5rem)); margin-inline: auto; }
.container.narrow { width: min(820px, calc(100% - 2.5rem)); }
.section { padding: clamp(4rem, 8vw, 7rem) 0; }
.section-head { margin-bottom: 2.5rem; max-width: 40rem; }
.section-head.center { text-align: center; margin-inline: auto; }
.eyebrow {
  font-size: 0.78rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--gold);
  font-weight: 600;
  margin-bottom: 0.75rem;
}
.lead { font-size: 1.15rem; color: var(--muted); }
.gold-line {
  width: 64px;
  height: 1px;
  background: var(--gold);
  margin: 1.25rem 0;
}
.sr-only, .skip-link {
  position: absolute;
  width: 1px; height: 1px;
  padding: 0; margin: -1px;
  overflow: hidden; clip: rect(0,0,0,0);
  white-space: nowrap; border: 0;
}
.skip-link:focus {
  position: fixed; top: 1rem; left: 1rem; z-index: 10000;
  width: auto; height: auto; clip: auto; padding: 0.75rem 1rem;
  background: var(--gold); color: var(--navy-deep); text-decoration: none;
}

/* Buttons */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 0.5rem;
  min-height: 48px; padding: 0.85rem 1.5rem;
  border: 1px solid transparent; border-radius: var(--radius);
  font-family: var(--font-body); font-weight: 600; font-size: 0.95rem;
  text-decoration: none; cursor: pointer; transition: transform .25s var(--ease), background .25s, color .25s, border-color .25s;
}
.btn:hover { transform: translateY(-1px); text-decoration: none; }
.btn:focus-visible { outline: 2px solid var(--gold); outline-offset: 3px; }
.btn-gold { background: var(--gold); color: var(--navy-deep); }
.btn-gold:hover { background: var(--gold-dark); color: var(--white); }
.btn-outline {
  background: transparent; border-color: rgba(250,248,243,.55); color: var(--cream);
}
.btn-outline:hover { background: rgba(250,248,243,.1); color: var(--white); }
.btn-outline.dark { border-color: var(--navy); color: var(--navy); }
.btn-outline.dark:hover { background: var(--navy); color: var(--cream); }
.btn-ghost { background: transparent; color: var(--navy); border-color: transparent; }
.btn-whatsapp { background: #1f6b4a; color: #fff; }
.btn-whatsapp:hover { background: #18573c; color: #fff; }
.btn-sm { min-height: 42px; padding: 0.65rem 1.15rem; font-size: 0.88rem; }
.linkish {
  background: none; border: 0; padding: 0; color: inherit;
  font: inherit; cursor: pointer; text-decoration: underline;
  text-underline-offset: 3px;
}

/* Header */
.site-header {
  position: fixed; inset: 0 0 auto 0; z-index: 1000;
  height: var(--header-h);
  transition: background .35s var(--ease), backdrop-filter .35s, box-shadow .35s;
}
.site-header.is-solid,
.site-header.is-scrolled {
  background: rgba(6, 21, 31, 0.88);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  box-shadow: 0 8px 30px rgba(0,0,0,.18);
}
.header-inner {
  width: min(1180px, calc(100% - 2rem));
  margin: 0 auto; height: 100%;
  display: flex; align-items: center; justify-content: space-between; gap: 1rem;
}
.logo { display: inline-flex; align-items: center; gap: 0.65rem; text-decoration: none; color: var(--cream); }
.logo:hover { color: var(--cream); }
.logo-mark {
  width: 28px; height: 28px; border: 1.5px solid var(--gold);
  clip-path: polygon(50% 8%, 92% 88%, 8% 88%);
}
.logo-text { font-family: var(--font-display); font-size: 1.35rem; letter-spacing: 0.02em; }
.logo-text em { font-style: italic; color: var(--gold); font-weight: 500; }
.nav-desktop .nav-list { display: flex; gap: 0.15rem; align-items: center; }
.nav-desktop a {
  color: rgba(250,248,243,.92); text-decoration: none;
  padding: 0.55rem 0.75rem; font-size: 0.92rem; font-weight: 500;
}
.nav-desktop a:hover { color: var(--gold); }
.has-dropdown { position: relative; }
.dropdown {
  position: absolute; top: 100%; left: 0; min-width: 230px;
  background: var(--navy-deep); padding: 0.6rem 0;
  opacity: 0; visibility: hidden; transform: translateY(8px);
  transition: .2s var(--ease); box-shadow: var(--shadow);
}
.has-dropdown:hover .dropdown,
.has-dropdown:focus-within .dropdown { opacity: 1; visibility: visible; transform: none; }
.dropdown a { display: block; padding: 0.55rem 1rem; white-space: nowrap; }
.header-actions { display: flex; align-items: center; gap: 0.75rem; }
.nav-toggle {
  display: none; width: 44px; height: 44px; border: 0; background: transparent; cursor: pointer;
  flex-direction: column; justify-content: center; gap: 6px;
}
.nav-toggle span { display: block; height: 2px; width: 22px; background: var(--cream); margin-inline: auto; }

.nav-mobile {
  position: fixed; inset: 0; z-index: 1100;
  background: rgba(6,21,31,.55); backdrop-filter: blur(4px);
}
.nav-mobile-panel {
  position: absolute; right: 0; top: 0; bottom: 0; width: min(100%, 380px);
  background: var(--navy-deep); color: var(--cream);
  padding: 1.25rem 1.5rem 2rem; overflow-y: auto;
  animation: slideIn .3s var(--ease);
}
@keyframes slideIn { from { transform: translateX(100%); } to { transform: none; } }
.nav-mobile-top { display: flex; justify-content: space-between; align-items: center; margin-bottom: 1.5rem; }
.nav-close { background: none; border: 0; color: var(--cream); font-size: 2rem; cursor: pointer; line-height: 1; }
.nav-mobile-list a {
  display: block; color: var(--cream); text-decoration: none;
  padding: 0.75rem 0; border-bottom: 1px solid rgba(255,255,255,.08); font-size: 1.05rem;
}
.nav-mobile-list .sub a { padding-left: 1rem; font-size: 0.95rem; color: rgba(250,248,243,.75); }
.nav-mobile-cta { display: grid; gap: 0.75rem; margin-top: 1.75rem; }

/* Hero */
.hero {
  position: relative; min-height: 100svh;
  display: flex; align-items: flex-end;
  color: var(--cream); overflow: hidden;
  background: var(--navy-deep);
}
.hero-media { position: absolute; inset: 0; }
.hero-media img {
  width: 100%; height: 100%; object-fit: cover;
  object-position: center 40%;
}
.hero-overlay {
  position: absolute; inset: 0;
  background:
    linear-gradient(90deg, rgba(6,21,31,.88) 0%, rgba(6,21,31,.55) 48%, rgba(6,21,31,.25) 100%),
    linear-gradient(180deg, rgba(6,21,31,.35) 0%, rgba(6,21,31,.15) 40%, rgba(6,21,31,.78) 100%);
}
.hero-content {
  position: relative; z-index: 2;
  width: min(1180px, calc(100% - 2.5rem));
  margin: 0 auto; padding: calc(var(--header-h) + 3rem) 0 5rem;
}
.hero h1, .hero .hero-display {
  color: var(--cream); max-width: 14ch;
  font-size: clamp(2.6rem, 6vw, 4.6rem);
}
.hero .seo-h1 {
  position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0,0,0,0);
}
.hero-sub { max-width: 34rem; font-size: 1.1rem; color: rgba(250,248,243,.86); margin: 1rem 0 1.75rem; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 0.85rem; margin-bottom: 2rem; }
.hero-trust {
  display: flex; flex-wrap: wrap; gap: 0.75rem 1.5rem;
  font-size: 0.88rem; color: rgba(250,248,243,.78);
}
.hero-trust span::before {
  content: ""; display: inline-block; width: 6px; height: 6px;
  border-radius: 50%; background: var(--gold); margin-right: 0.55rem; vertical-align: middle;
}
.scroll-hint {
  position: absolute; bottom: 1.5rem; left: 50%; transform: translateX(-50%);
  z-index: 2; color: rgba(250,248,243,.65); font-size: 0.75rem;
  letter-spacing: 0.16em; text-transform: uppercase;
  display: flex; flex-direction: column; align-items: center; gap: 0.4rem;
}
.scroll-hint::after {
  content: ""; width: 1px; height: 28px; background: var(--gold);
  animation: pulse 1.8s ease-in-out infinite;
}
@keyframes pulse { 0%,100% { opacity: .3; transform: scaleY(.7); } 50% { opacity: 1; transform: scaleY(1); } }

.page-hero {
  position: relative; min-height: 52vh;
  display: flex; align-items: flex-end; color: var(--cream);
  background: var(--navy-deep); overflow: hidden;
}
.page-hero .hero-media, .page-hero .hero-overlay { position: absolute; inset: 0; }
.page-hero .hero-media img { width: 100%; height: 100%; object-fit: cover; }
.page-hero-content {
  position: relative; z-index: 2;
  width: min(1180px, calc(100% - 2.5rem));
  margin: 0 auto; padding: calc(var(--header-h) + 3rem) 0 3rem;
}
.breadcrumbs { margin-bottom: 1rem; font-size: 0.85rem; }
.breadcrumbs ol { display: flex; flex-wrap: wrap; gap: 0.35rem; }
.breadcrumbs li:not(:last-child)::after { content: "/"; margin-left: 0.35rem; opacity: .5; }
.breadcrumbs a { color: rgba(250,248,243,.75); text-decoration: none; }
.page-hero h1 { color: var(--cream); max-width: 16ch; }

/* Booking */
.booking-section {
  background: var(--sand);
  padding: clamp(2.5rem, 5vw, 4rem) 0;
  margin-top: -2rem; position: relative; z-index: 3;
}
.booking-card {
  background: var(--white);
  padding: clamp(1.5rem, 3vw, 2.75rem);
  box-shadow: var(--shadow);
}
.booking-intro { margin-bottom: 1.5rem; max-width: 36rem; }
.form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem 1.25rem;
}
.form-field--full { grid-column: 1 / -1; }
.form-field label { display: block; font-size: 0.88rem; font-weight: 600; margin-bottom: 0.4rem; color: var(--navy); }
.form-field input,
.form-field select,
.form-field textarea {
  width: 100%; min-height: 48px; padding: 0.7rem 0.9rem;
  border: 1px solid #d5d0c6; border-radius: var(--radius);
  background: var(--cream); font: inherit; color: var(--text);
}
.form-field textarea { min-height: 110px; resize: vertical; }
.form-field input:focus,
.form-field select:focus,
.form-field textarea:focus {
  outline: 2px solid var(--gold); outline-offset: 1px; border-color: var(--gold);
}
.form-check label { display: flex; gap: 0.65rem; align-items: flex-start; font-weight: 500; }
.form-check input { margin-top: 0.3rem; width: 18px; height: 18px; }
.field-error { display: block; color: #9b2c2c; font-size: 0.85rem; margin-top: 0.35rem; }
.form-actions { display: flex; flex-wrap: wrap; gap: 0.85rem; margin-top: 1.25rem; }
.form-actions .btn-outline { border-color: var(--navy); color: var(--navy); }
.form-note { font-size: 0.85rem; color: var(--muted); margin-top: 1rem; }
.form-status { margin-top: 0.75rem; font-weight: 600; }
.form-status.is-error { color: #9b2c2c; }
.form-status.is-ok { color: #1f6b4a; }
.hp-field { position: absolute; left: -9999px; opacity: 0; height: 0; overflow: hidden; }
.alert { padding: 0.9rem 1rem; margin-bottom: 1rem; border-left: 3px solid var(--gold); background: var(--sand); }
.alert-error { border-color: #9b2c2c; }

/* Intro mosaic */
.intro-section { background: var(--cream); }
.intro-grid {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: clamp(1.5rem, 4vw, 3rem);
  align-items: center;
}
.intro-visuals {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 1rem;
  position: relative;
}
.intro-visuals .v-portrait {
  aspect-ratio: 3/4; object-fit: cover; width: 100%;
  margin-top: 2rem;
}
.intro-visuals .v-landscape {
  aspect-ratio: 4/3; object-fit: cover; width: 100%;
}
.decor-quote {
  position: absolute; bottom: 8%; left: 8%;
  background: rgba(6,21,31,.85); color: var(--cream);
  padding: 1rem 1.15rem; font-family: var(--font-display);
  font-style: italic; font-size: 1.15rem; max-width: 12rem;
  border-top: 1px solid var(--gold);
}

/* Event cards */
.events-section { background: var(--navy-deep); color: var(--cream); }
.events-section h2, .events-section h3 { color: var(--cream); }
.events-section .eyebrow { color: var(--sunset); }
.events-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.25rem;
}
.event-card {
  position: relative; overflow: hidden;
  min-height: 340px; display: flex; align-items: flex-end;
  background: var(--navy);
}
.event-card img {
  position: absolute; inset: 0; width: 100%; height: 100%;
  object-fit: cover; transition: transform .7s var(--ease);
}
.event-card:hover img { transform: scale(1.05); }
.event-card::after {
  content: ""; position: absolute; inset: 0;
  background: linear-gradient(180deg, transparent 20%, rgba(6,21,31,.92) 100%);
}
.event-card-body { position: relative; z-index: 1; padding: 1.5rem; }
.event-card p { color: rgba(250,248,243,.8); font-size: 0.95rem; }
.event-card .btn { margin-top: 0.75rem; }

/* Steps */
.steps-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1.25rem;
  counter-reset: step;
}
.step {
  padding: 1.5rem 1.25rem;
  border-top: 1px solid var(--gold);
  background: linear-gradient(180deg, rgba(200,166,99,.08), transparent);
}
.step::before {
  counter-increment: step;
  content: "0" counter(step);
  display: block; font-family: var(--font-display);
  color: var(--gold); font-size: 1.5rem; margin-bottom: 0.75rem;
}

/* Yacht section */
.yacht-section { background: var(--sand); }
.yacht-layout {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 2rem;
  align-items: start;
}
.yacht-main img { width: 100%; aspect-ratio: 16/10; object-fit: cover; }
.yacht-thumbs {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 0.65rem; margin-top: 0.65rem;
}
.yacht-thumbs img { width: 100%; aspect-ratio: 4/3; object-fit: cover; }
.yacht-specs {
  display: grid; grid-template-columns: 1fr 1fr; gap: 0.85rem; margin: 1.5rem 0;
}
.yacht-specs li {
  padding: 0.85rem 0.9rem; background: var(--cream);
  border-left: 2px solid var(--gold);
}
.yacht-specs strong { display: block; font-size: 0.75rem; color: var(--muted); font-weight: 600; letter-spacing: .04em; text-transform: uppercase; }
.yacht-actions { display: flex; flex-wrap: wrap; gap: 0.75rem; }

/* Customize / safety */
.split-section {
  display: grid; grid-template-columns: 1fr 1fr; gap: 3rem; align-items: center;
}
.chip-list { display: flex; flex-wrap: wrap; gap: 0.55rem; margin: 1.25rem 0; }
.chip {
  padding: 0.45rem 0.85rem; border: 1px solid rgba(200,166,99,.45);
  color: var(--navy); font-size: 0.88rem; background: rgba(200,166,99,.08);
}
.safety-box {
  background: var(--navy); color: var(--cream); padding: clamp(1.5rem, 3vw, 2.5rem);
}
.safety-box h2 { color: var(--cream); }
.safety-box a { color: var(--gold); }

/* Local SEO */
.local-grid {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 1rem;
}
.local-item {
  padding: 1.25rem; background: var(--white); border-bottom: 2px solid var(--gold);
}
.local-item h3 { font-size: 1.25rem; margin-bottom: 0.35rem; }
.local-item p { font-size: 0.92rem; color: var(--muted); margin: 0; }

/* Gallery */
.gallery-filters {
  display: flex; flex-wrap: wrap; gap: 0.5rem; margin-bottom: 1.5rem;
}
.gallery-filters button {
  min-height: 40px; padding: 0.45rem 0.95rem;
  border: 1px solid #d5d0c6; background: transparent;
  cursor: pointer; font: inherit; color: var(--navy);
}
.gallery-filters button.is-active,
.gallery-filters button:hover { background: var(--navy); color: var(--cream); border-color: var(--navy); }
.gallery-masonry {
  columns: 3 280px; column-gap: 1rem;
}
.gallery-item {
  break-inside: avoid; margin-bottom: 1rem; position: relative;
  cursor: pointer; overflow: hidden; background: var(--navy);
}
.gallery-item img, .gallery-item video {
  width: 100%; display: block; transition: transform .5s var(--ease);
}
.gallery-item:hover img { transform: scale(1.03); }
.gallery-item.wide { }
.gallery-item .play-badge {
  position: absolute; inset: 0; display: grid; place-items: center;
  background: rgba(6,21,31,.25); color: var(--cream); font-size: 2rem;
  pointer-events: none;
}
.gallery-item figcaption {
  position: absolute; left: 0; right: 0; bottom: 0;
  padding: 0.75rem 1rem; color: var(--cream); font-size: 0.85rem;
  background: linear-gradient(transparent, rgba(6,21,31,.8));
}

/* Hidden overlays — display:* overrides native [hidden], so force hide */
.lightbox[hidden],
.cookie-modal[hidden],
.cookie-banner[hidden],
.nav-mobile[hidden],
.lightbox-img[hidden],
.lightbox-video[hidden],
.faq-panel[hidden] {
  display: none !important;
}

/* Lightbox */
.lightbox {
  position: fixed; inset: 0; z-index: 2000;
  background: rgba(6,21,31,.94); display: grid; place-items: center;
  padding: 2rem 1rem 4rem;
}
.lightbox-stage { max-width: min(1100px, 100%); max-height: 80vh; }
.lightbox-img, .lightbox-video { max-height: 80vh; max-width: 100%; margin: 0 auto; }
.lightbox-close, .lightbox-prev, .lightbox-next {
  position: absolute; background: transparent; border: 0; color: var(--cream);
  font-size: 2rem; cursor: pointer; padding: 0.5rem 0.75rem; line-height: 1;
}
.lightbox-close { top: 1rem; right: 1rem; }
.lightbox-prev { left: 1rem; top: 50%; transform: translateY(-50%); }
.lightbox-next { right: 1rem; top: 50%; transform: translateY(-50%); }
.lightbox-caption { color: rgba(250,248,243,.8); text-align: center; margin-top: 1rem; }

/* FAQ */
.faq-item { border-bottom: 1px solid #ddd4c5; }
.faq-trigger {
  width: 100%; display: flex; justify-content: space-between; align-items: center;
  gap: 1rem; text-align: left; background: none; border: 0; cursor: pointer;
  padding: 1.15rem 0; font: inherit; font-family: var(--font-display);
  font-size: 1.25rem; color: var(--navy-deep);
}
.faq-icon {
  width: 18px; height: 18px; position: relative; flex-shrink: 0;
}
.faq-icon::before, .faq-icon::after {
  content: ""; position: absolute; background: var(--gold);
  top: 50%; left: 50%; transform: translate(-50%, -50%);
}
.faq-icon::before { width: 14px; height: 1.5px; }
.faq-icon::after { width: 1.5px; height: 14px; transition: transform .25s; }
.faq-trigger[aria-expanded="true"] .faq-icon::after { transform: translate(-50%, -50%) scaleY(0); }
.faq-panel { padding: 0 0 1.15rem; color: var(--muted); }
.faq-panel[hidden] { display: none; }

/* CTA final */
.cta-final {
  position: relative; color: var(--cream); text-align: center;
  padding: clamp(5rem, 10vw, 8rem) 0; overflow: hidden;
}
.cta-final .bg { position: absolute; inset: 0; }
.cta-final .bg img { width: 100%; height: 100%; object-fit: cover; }
.cta-final .overlay {
  position: absolute; inset: 0;
  background: linear-gradient(180deg, rgba(6,21,31,.75), rgba(6,21,31,.88));
}
.cta-final .container { position: relative; z-index: 1; }
.cta-final h2 { color: var(--cream); max-width: 16ch; margin-inline: auto; }
.cta-final p { max-width: 34rem; margin: 0 auto 1.5rem; color: rgba(250,248,243,.85); }
.cta-actions { display: flex; justify-content: center; flex-wrap: wrap; gap: 0.85rem; }

/* Testimonials (hidden by default when empty) */
.testimonials[hidden] { display: none !important; }

/* Blog */
.blog-list { display: grid; gap: 2rem; }
.blog-card {
  display: grid; grid-template-columns: 280px 1fr; gap: 1.5rem;
  background: var(--white); padding: 1rem;
}
.blog-card img { width: 100%; height: 100%; object-fit: cover; min-height: 180px; }
.blog-meta { font-size: 0.85rem; color: var(--muted); margin-bottom: 0.5rem; }
.article-content { max-width: 720px; margin: 0 auto; padding: 3rem 0 4rem; }
.article-content h2 { margin-top: 2rem; }
.article-content h3 { margin-top: 1.5rem; }
.article-content ul { list-style: disc; padding-left: 1.25rem; margin-bottom: 1em; }
.article-content li { margin-bottom: 0.4rem; }
.toc {
  background: var(--sand); padding: 1.25rem 1.5rem; margin: 1.5rem 0 2rem;
}
.toc strong { display: block; margin-bottom: 0.5rem; }
.toc a { display: block; padding: 0.25rem 0; text-decoration: none; }
.prose-long p { margin-bottom: 1.1em; }

/* Contact */
.contact-grid {
  display: grid; grid-template-columns: 0.9fr 1.1fr; gap: 2rem;
}
.contact-card {
  background: var(--navy-deep); color: var(--cream); padding: 2rem;
}
.contact-card h2 { color: var(--cream); }
.contact-card a { color: var(--gold); text-decoration: none; }
.map-wrap { aspect-ratio: 16/11; background: var(--sand); }
.map-wrap iframe { width: 100%; height: 100%; border: 0; }

/* Footer */
.site-footer {
  background: var(--navy-deep); color: rgba(250,248,243,.82); padding-top: 4rem;
}
.footer-grid {
  display: grid; grid-template-columns: 1.4fr 1fr 1fr 1fr; gap: 2rem;
  padding-bottom: 3rem;
}
.footer-brand p { max-width: 28rem; font-size: 0.95rem; }
.footer-col h3 {
  color: var(--cream); font-size: 1.1rem; margin-bottom: 1rem;
}
.footer-col a, .footer-contact a {
  color: rgba(250,248,243,.78); text-decoration: none; font-size: 0.95rem;
}
.footer-col li + li, .footer-contact li + li { margin-top: 0.45rem; }
.footer-col a:hover, .footer-contact a:hover { color: var(--gold); }
.footer-ym { margin-top: 1rem; }
.footer-ym a { color: var(--gold); }
.footer-bottom {
  border-top: 1px solid rgba(255,255,255,.08);
  padding: 1.25rem 0 1.5rem;
}
.footer-bottom-inner {
  display: flex; flex-wrap: wrap; justify-content: space-between; gap: 1rem;
  font-size: 0.88rem;
}
.footer-legal { display: flex; flex-wrap: wrap; gap: 1rem; }
.footer-legal a, .footer-legal .linkish { color: rgba(250,248,243,.7); text-decoration: none; }
.footer-social { display: flex; gap: 1rem; margin-top: 1rem; }

/* WhatsApp float + mobile bar */
.wa-float { position: fixed; right: 1.1rem; bottom: 1.1rem; z-index: 900; }
.wa-float-btn {
  width: 56px; height: 56px; border-radius: 50%;
  background: #25D366; color: #fff;
  display: grid; place-items: center;
  box-shadow: 0 10px 30px rgba(0,0,0,.25);
  text-decoration: none;
}
.wa-float-btn:hover { color: #fff; transform: scale(1.05); }
.mobile-bar {
  display: none; position: fixed; left: 0; right: 0; bottom: 0; z-index: 950;
  background: rgba(6,21,31,.96); backdrop-filter: blur(10px);
  border-top: 1px solid rgba(200,166,99,.35);
  grid-template-columns: repeat(3, 1fr); height: var(--mobile-bar-h);
}
.mobile-bar a {
  display: flex; flex-direction: column; align-items: center; justify-content: center;
  gap: 0.15rem; color: var(--cream); text-decoration: none; font-size: 0.72rem; font-weight: 600;
}
.mb-icon { font-size: 1rem; line-height: 1; color: var(--gold); }

/* Cookies */
.cookie-banner {
  position: fixed; left: 1rem; right: 1rem; bottom: 1rem; z-index: 1800;
  background: var(--navy-deep); color: var(--cream);
  padding: 1.25rem; box-shadow: var(--shadow);
  max-width: 920px; margin-inline: auto;
}
.cookie-inner { display: flex; gap: 1.25rem; align-items: center; flex-wrap: wrap; }
.cookie-text { flex: 1; min-width: 220px; }
.cookie-text h2 { color: var(--cream); font-size: 1.25rem; margin-bottom: 0.35rem; }
.cookie-text p { margin: 0; font-size: 0.92rem; color: rgba(250,248,243,.8); }
.cookie-text a { color: var(--gold); }
.cookie-actions { display: flex; flex-wrap: wrap; gap: 0.5rem; }
.cookie-modal {
  position: fixed; inset: 0; z-index: 2100;
  background: rgba(6,21,31,.7); display: grid; place-items: center; padding: 1rem;
}
.cookie-modal-panel {
  background: var(--cream); color: var(--text);
  width: min(480px, 100%); padding: 1.5rem; box-shadow: var(--shadow);
}
.cookie-pref { display: flex; gap: 0.75rem; align-items: flex-start; margin: 1rem 0; }
.cookie-modal-actions { display: flex; gap: 0.75rem; justify-content: flex-end; margin-top: 1.25rem; }

/* Legal / thank you / 404 */
.legal-content, .simple-page {
  padding: calc(var(--header-h) + 3rem) 0 4rem;
}
.legal-content h2 { margin-top: 2rem; }
.thankyou-box, .error-box {
  text-align: center; max-width: 560px; margin: 0 auto; padding: 3rem 1rem;
}
.concept-note {
  font-size: 0.8rem; color: var(--muted); font-style: italic; margin-top: 0.5rem;
}

/* Responsive */
@media (max-width: 1024px) {
  .events-grid { grid-template-columns: repeat(2, 1fr); }
  .steps-grid { grid-template-columns: repeat(2, 1fr); }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .local-grid { grid-template-columns: repeat(2, 1fr); }
  .yacht-layout, .intro-grid, .split-section, .contact-grid, .blog-card {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 860px) {
  .nav-desktop { display: none; }
  .nav-toggle { display: inline-flex; }
  .header-actions .btn-sm { display: none; }
  .form-grid { grid-template-columns: 1fr; }
  .events-grid { grid-template-columns: 1fr; }
  .gallery-masonry { columns: 2 160px; }
  .mobile-bar { display: grid; }
  body { padding-bottom: var(--mobile-bar-h); }
  .wa-float { bottom: calc(var(--mobile-bar-h) + 0.75rem); }
  .cookie-banner { bottom: calc(var(--mobile-bar-h) + 0.75rem); }
  .hero-content { padding-bottom: 4rem; }
  .scroll-hint { display: none; }
}
@media (max-width: 560px) {
  .steps-grid, .local-grid, .footer-grid, .yacht-specs { grid-template-columns: 1fr; }
  .gallery-masonry { columns: 1; }
  .intro-visuals { grid-template-columns: 1fr; }
  .intro-visuals .v-portrait { margin-top: 0; max-height: 360px; }
  .hero-actions, .form-actions, .cta-actions, .yacht-actions { flex-direction: column; }
  .btn { width: 100%; }
}
