:root {
  --navy: #062f3a;
  --navy-deep: #031d25;
  --teal: #00aa98;
  --teal-dark: #007b70;
  --foam: #e3f6f1;
  --sand: #f5efe3;
  --cream: #fffaf1;
  --ink: #12313a;
  --muted: #607279;
  --gold: #ffce58;
  --white: #fff;
  --line: rgba(6, 47, 58, 0.15);
  --shadow: 0 26px 70px rgba(3, 29, 37, 0.18);
  --shell: min(1180px, calc(100vw - 40px));
}

* { box-sizing: border-box; }

html {
  scroll-behavior: smooth;
  scroll-padding-top: 84px;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--cream);
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}

body::selection { background: var(--gold); color: var(--navy-deep); }

img { display: block; max-width: 100%; }
a { color: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }

.skip-link {
  position: fixed;
  top: 8px;
  left: 8px;
  z-index: 1000;
  padding: 10px 14px;
  color: var(--white);
  background: var(--navy);
  border-radius: 6px;
  transform: translateY(-150%);
}
.skip-link:focus { transform: translateY(0); }

:focus-visible {
  outline: 3px solid var(--gold);
  outline-offset: 4px;
}

.shell { width: var(--shell); margin-inline: auto; }

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 100;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 28px;
  min-height: 76px;
  padding: 12px max(20px, calc((100vw - 1180px) / 2));
  color: var(--white);
  background: linear-gradient(180deg, rgba(3, 29, 37, 0.9), rgba(3, 29, 37, 0.58));
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
  backdrop-filter: blur(18px);
  transition: min-height 240ms ease, background 240ms ease;
}

.site-header.scrolled {
  min-height: 64px;
  background: rgba(3, 29, 37, 0.95);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  width: max-content;
  color: inherit;
  text-decoration: none;
}

.brand-mark {
  width: 34px;
  height: 34px;
  overflow: visible;
}
.brand-mark path:first-child { fill: var(--teal); }
.brand-mark path:last-child {
  fill: none;
  stroke: var(--white);
  stroke-width: 2.3;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.brand span { display: grid; line-height: 1.05; }
.brand strong { font-family: Georgia, "Times New Roman", serif; font-size: 20px; }
.brand small {
  margin-top: 5px;
  color: rgba(255, 255, 255, 0.7);
  font-size: 9px;
  font-weight: 750;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.desktop-nav { display: flex; gap: 28px; }
.desktop-nav a {
  color: rgba(255, 255, 255, 0.76);
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
}
.desktop-nav a:hover { color: var(--white); }

.header-actions {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 14px;
}

.language-switcher {
  display: flex;
  align-items: center;
  padding: 2px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 999px;
}
.language-switcher button {
  min-width: 40px;
  min-height: 40px;
  padding: 0 8px;
  color: rgba(255, 255, 255, 0.62);
  background: transparent;
  border: 0;
  border-radius: 999px;
  cursor: pointer;
  font: inherit;
  font-size: 11px;
  font-weight: 850;
}
.language-switcher button[aria-pressed="true"] { color: var(--navy-deep); background: var(--foam); }

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 0 22px;
  border: 1px solid transparent;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 800;
  text-decoration: none;
  transition: transform 180ms ease, background 180ms ease, color 180ms ease, border-color 180ms ease;
}
.button:hover { transform: translateY(-2px); }
.button-small { min-height: 42px; padding-inline: 18px; color: var(--navy-deep); background: var(--gold); }
.button-primary { color: var(--navy-deep); background: var(--gold); box-shadow: 0 14px 40px rgba(255, 206, 88, 0.18); }
.button-primary:hover { background: #ffdc83; }
.button-dark { width: 100%; color: var(--white); background: var(--navy); }
.button-large { min-height: 60px; padding-inline: 30px; font-size: 16px; }

.hero {
  position: relative;
  display: flex;
  align-items: flex-end;
  min-height: 860px;
  height: 100svh;
  max-height: 1020px;
  overflow: hidden;
  color: var(--white);
  background: var(--navy-deep);
}

.hero-media, .hero-shade { position: absolute; inset: 0; }
.hero-image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 57% center;
}
.hero-image-base { filter: saturate(0.55) brightness(0.48) contrast(1.12); transform: scale(1.015); }
.hero-image-clean {
  filter: saturate(1.03) brightness(0.88) contrast(1.04);
  clip-path: inset(0 calc(100% - var(--hero-reveal, 68%)) 0 0);
}
.clean-edge {
  position: absolute;
  top: 0;
  bottom: 0;
  left: var(--hero-reveal, 68%);
  width: 2px;
  background: linear-gradient(180deg, transparent 5%, rgba(255, 255, 255, 0.9) 45%, var(--teal) 78%, transparent 98%);
  box-shadow: 0 0 28px rgba(0, 170, 152, 0.5);
}
.hero-shade {
  background:
    linear-gradient(90deg, rgba(3, 29, 37, 0.88) 0%, rgba(3, 29, 37, 0.6) 42%, rgba(3, 29, 37, 0.08) 72%),
    linear-gradient(0deg, rgba(3, 29, 37, 0.92) 0%, transparent 48%);
}

.hero-copy {
  position: relative;
  z-index: 2;
  padding: 170px 0 150px;
}
.eyebrow {
  margin: 0 0 18px;
  color: var(--foam);
  font-size: 11px;
  font-weight: 850;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}
.eyebrow.dark { color: var(--teal-dark); }
.hero h1 {
  max-width: 920px;
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(56px, 7.5vw, 112px);
  font-weight: 500;
  letter-spacing: -0.055em;
  line-height: 0.92;
}
.hero h1 span, .hero h1 em { display: block; }
.hero h1 em { color: var(--gold); font-style: normal; }
.hero-lead {
  max-width: 660px;
  margin: 30px 0 0;
  color: rgba(255, 255, 255, 0.84);
  font-size: clamp(18px, 2vw, 23px);
  line-height: 1.45;
}
.hero-actions { display: flex; align-items: center; gap: 24px; margin-top: 34px; }
.phone-link { display: grid; color: var(--white); text-decoration: none; line-height: 1.25; }
.phone-link span { color: rgba(255, 255, 255, 0.62); font-size: 11px; font-weight: 800; letter-spacing: 0.12em; text-transform: uppercase; }
.phone-link strong { margin-top: 5px; font-size: 17px; }

.price-ticket {
  position: absolute;
  z-index: 3;
  right: max(20px, calc((100vw - 1180px) / 2));
  bottom: 146px;
  display: grid;
  width: 210px;
  padding: 22px;
  color: var(--navy-deep);
  background: var(--gold);
  border-radius: 24px 24px 6px 24px;
  box-shadow: var(--shadow);
  transform: rotate(-2deg);
}
.price-ticket span { font-size: 11px; font-weight: 850; letter-spacing: 0.09em; text-transform: uppercase; }
.price-ticket strong { margin-block: 4px -2px; font-family: Georgia, "Times New Roman", serif; font-size: 67px; line-height: 1; }

.hero-proof {
  position: absolute;
  z-index: 4;
  bottom: 0;
  left: 50%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  transform: translateX(-50%);
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}
.hero-proof span { padding: 24px 20px; color: rgba(255, 255, 255, 0.82); font-size: 12px; font-weight: 750; text-align: center; }
.hero-proof span + span { border-left: 1px solid rgba(255, 255, 255, 0.16); }

.chapter { position: relative; padding: 130px 0; }
.split { display: grid; grid-template-columns: 0.82fr 1.18fr; gap: 100px; }
.section-heading h2, .offer h2, .area-copy h2, .quote h2 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(44px, 5.7vw, 78px);
  font-weight: 500;
  letter-spacing: -0.045em;
  line-height: 0.98;
}
.problem { background: var(--cream); }
.problem-copy > p {
  max-width: 700px;
  margin: 0 0 48px;
  color: var(--muted);
  font-size: clamp(19px, 2.1vw, 27px);
  line-height: 1.5;
}
.outcome-list { border-top: 1px solid var(--line); }
.outcome-list article {
  display: grid;
  grid-template-columns: 60px 180px 1fr;
  gap: 20px;
  padding: 24px 0;
  border-bottom: 1px solid var(--line);
}
.outcome-list span { color: var(--teal-dark); font-size: 12px; font-weight: 850; letter-spacing: 0.12em; }
.outcome-list h3, .outcome-list p { margin: 0; }
.outcome-list h3 { font-size: 16px; }
.outcome-list p { color: var(--muted); font-size: 14px; }

.offer { overflow: hidden; color: var(--white); background: var(--navy); }
.wash-line {
  position: absolute;
  top: -120px;
  right: -100px;
  width: 55vw;
  height: 620px;
  border: 2px solid rgba(0, 170, 152, 0.4);
  border-radius: 50%;
  transform: rotate(-20deg);
  box-shadow: 0 0 110px rgba(0, 170, 152, 0.16), inset 0 0 90px rgba(0, 170, 152, 0.09);
}
.offer-layout { display: grid; grid-template-columns: 1.15fr 0.85fr; align-items: center; gap: 110px; }
.offer-copy { position: relative; z-index: 1; }
.offer-copy > p:not(.eyebrow):not(.scope-note) { max-width: 670px; color: rgba(255, 255, 255, 0.74); font-size: 20px; }
.service-list { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; margin: 34px 0 20px; padding: 0; list-style: none; }
.service-list li {
  display: flex;
  align-items: center;
  min-height: 86px;
  padding: 18px;
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 14px;
  font-size: 14px;
  font-weight: 750;
}
.service-list li::before { content: "✓"; margin-right: 11px; color: var(--gold); font-weight: 900; }
.scope-note { color: rgba(255, 255, 255, 0.58); font-size: 13px; }
.offer-card {
  position: relative;
  z-index: 1;
  padding: 48px;
  color: var(--navy-deep);
  background: var(--sand);
  border-radius: 26px;
  box-shadow: var(--shadow);
}
.offer-label { color: var(--teal-dark); font-size: 11px; font-weight: 900; letter-spacing: 0.14em; text-transform: uppercase; }
.offer-price { margin: 12px 0 0; font-family: Georgia, "Times New Roman", serif; font-size: 112px; line-height: 0.9; letter-spacing: -0.07em; }
.offer-price sup { position: relative; top: -0.25em; margin-right: 8px; font-size: 0.35em; }
.offer-card > strong { display: block; margin-top: 12px; }
.offer-card hr { height: 1px; margin: 28px 0; background: var(--line); border: 0; }
.offer-card p { color: var(--muted); font-size: 14px; }
.offer-card .button { margin-top: 16px; }

.process { background: var(--sand); }
.section-heading.centered { max-width: 720px; margin: 0 auto 70px; text-align: center; }
.process-steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; margin: 0; padding: 0; background: var(--line); list-style: none; }
.process-steps li { min-height: 300px; padding: 36px; background: var(--sand); }
.process-steps li:nth-child(2) { background: var(--cream); }
.process-steps span { color: var(--teal-dark); font-size: 12px; font-weight: 900; letter-spacing: 0.13em; }
.process-steps h3 { margin: 86px 0 14px; font-family: Georgia, "Times New Roman", serif; font-size: 29px; line-height: 1.05; }
.process-steps p { color: var(--muted); font-size: 14px; }

.service-area { overflow: hidden; color: var(--white); background: var(--navy-deep); }
.area-layout { display: grid; grid-template-columns: 1.2fr 0.8fr; align-items: center; gap: 80px; }
.area-map svg { width: 100%; overflow: visible; }
.area-map .coast { fill: none; stroke: rgba(255, 255, 255, 0.22); stroke-width: 3; }
.area-map .road { fill: none; stroke: rgba(255, 255, 255, 0.15); stroke-width: 16; stroke-linecap: round; }
.area-map circle { fill: var(--gold); stroke: var(--navy-deep); stroke-width: 5; }
.area-map text { fill: var(--white); font-size: 20px; font-weight: 750; }
.water-sweep { fill: none; stroke: var(--teal); stroke-width: 5; stroke-linecap: round; stroke-dasharray: 12 15; }
.area-copy p:not(.eyebrow) { color: rgba(255, 255, 255, 0.7); font-size: 18px; }

.faq { background: var(--cream); }
.faq-layout { display: grid; grid-template-columns: 0.75fr 1.25fr; gap: 100px; }
.faq-list { border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary {
  position: relative;
  padding: 25px 52px 25px 0;
  cursor: pointer;
  font-size: 18px;
  font-weight: 750;
  list-style: none;
}
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { content: "+"; position: absolute; top: 21px; right: 5px; color: var(--teal-dark); font-size: 24px; }
.faq-list details[open] summary::after { content: "−"; }
.faq-list p { max-width: 700px; margin: -8px 0 26px; color: var(--muted); }

.quote { overflow: hidden; color: var(--white); background: var(--navy); text-align: center; }
.quote-inner { position: relative; z-index: 1; max-width: 920px; }
.quote h2 { font-size: clamp(50px, 7vw, 92px); }
.quote p:not(.eyebrow) { max-width: 680px; margin: 26px auto; color: rgba(255, 255, 255, 0.72); font-size: 19px; }
.quote-actions { display: flex; align-items: center; justify-content: center; gap: 28px; margin-top: 36px; }
.contact-number { color: var(--white); font-size: 19px; font-weight: 800; text-decoration: none; }
.contact-email { display: inline-block; margin-top: 24px; color: var(--foam); font-size: 14px; }
.quote-glow {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 700px;
  height: 700px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(0, 170, 152, 0.22), transparent 68%);
  transform: translate(-50%, -50%);
}

.site-footer { padding: 70px 0; color: rgba(255, 255, 255, 0.7); background: var(--navy-deep); border-top: 1px solid rgba(255, 255, 255, 0.08); }
.footer-layout { display: grid; grid-template-columns: 1.2fr 0.8fr 0.8fr; gap: 50px; align-items: start; }
.footer-brand { color: var(--white); }
.site-footer p { margin: 20px 0 0; font-size: 13px; }
.footer-contact, .footer-legal { display: grid; gap: 10px; font-size: 13px; }
.footer-contact a, .footer-legal a { color: var(--white); text-decoration: none; }

.reveal { opacity: 0; transform: translateY(24px); transition: opacity 650ms ease, transform 650ms cubic-bezier(.2,.7,.2,1); }
.reveal.is-visible { opacity: 1; transform: translateY(0); }

.legal-page { min-height: 100vh; background: var(--cream); }
.legal-header { position: static; background: var(--navy-deep); }
.legal-main { width: min(760px, calc(100vw - 40px)); margin: 0 auto; padding: 90px 0 120px; }
.legal-main h1 { margin: 0 0 30px; font-family: Georgia, "Times New Roman", serif; font-size: clamp(48px, 8vw, 76px); line-height: 1; }
.legal-main h2 { margin-top: 48px; font-size: 22px; }
.legal-main p, .legal-main li { color: var(--muted); }

@media (max-width: 980px) {
  .site-header { grid-template-columns: 1fr auto; }
  .desktop-nav { display: none; }
  .hero { min-height: 780px; }
  .hero-copy { padding-bottom: 176px; }
  .price-ticket { right: 22px; bottom: 135px; width: 176px; }
  .split, .offer-layout, .area-layout, .faq-layout { grid-template-columns: 1fr; gap: 64px; }
  .offer-layout { gap: 76px; }
  .offer-card { max-width: 580px; }
  .area-map { order: 2; }
  .area-copy { max-width: 700px; }
  .footer-layout { grid-template-columns: 1fr 1fr; }
  .footer-legal { grid-column: 1 / -1; }
}

@media (max-width: 700px) {
  :root { --shell: min(100% - 32px, 620px); }
  .site-header { min-height: 68px; padding-inline: 16px; }
  .brand strong { font-size: 18px; }
  .brand small { font-size: 8px; }
  .header-actions { gap: 4px; }
  .header-actions .button { display: none; }
  .hero { min-height: 760px; max-height: none; height: 100svh; }
  .hero-image { object-position: 61% center; }
  .hero-image-clean { clip-path: inset(0 22% 0 0); }
  .clean-edge { left: 78%; }
  .hero-shade { background: linear-gradient(0deg, rgba(3, 29, 37, 0.96) 5%, rgba(3, 29, 37, 0.78) 58%, rgba(3, 29, 37, 0.2) 100%); }
  .hero-copy { padding: 125px 0 205px; }
  .hero h1 { font-size: clamp(48px, 14vw, 72px); }
  .hero-lead { margin-top: 22px; font-size: 17px; }
  .hero-actions { align-items: stretch; flex-direction: column; gap: 14px; margin-top: 25px; }
  .hero-actions .button { width: 100%; }
  .phone-link { align-self: flex-start; margin-left: 10px; text-align: left; }
  .price-ticket { right: 16px; bottom: 124px; width: 150px; padding: 16px; border-radius: 18px 18px 5px 18px; }
  .price-ticket strong { font-size: 52px; }
  .price-ticket span { font-size: 9px; }
  .hero-proof { grid-template-columns: 1fr; }
  .hero-proof span { display: none; }
  .hero-proof span:first-child { display: block; padding: 18px; text-align: left; }
  .chapter { padding: 90px 0; }
  .split, .offer-layout, .area-layout, .faq-layout { gap: 48px; }
  .section-heading h2, .offer h2, .area-copy h2, .quote h2 { font-size: clamp(42px, 13vw, 62px); }
  .problem-copy > p { font-size: 19px; }
  .outcome-list article { grid-template-columns: 42px 1fr; gap: 10px 14px; }
  .outcome-list article p { grid-column: 2; }
  .service-list { grid-template-columns: 1fr; }
  .service-list li { min-height: 64px; }
  .offer-card { padding: 34px 26px; }
  .offer-price { font-size: 92px; }
  .process-steps { grid-template-columns: 1fr; }
  .process-steps li { min-height: 230px; }
  .process-steps h3 { margin-top: 46px; }
  .area-map svg { min-width: 560px; transform: translateX(-8%); }
  .quote-actions { flex-direction: column; gap: 20px; }
  .quote-actions .button { width: 100%; }
  .footer-layout { grid-template-columns: 1fr; gap: 36px; }
  .footer-legal { grid-column: auto; }
}

@media (max-width: 370px) {
  .brand small { display: none; }
  .language-switcher button { min-width: 36px; padding-inline: 6px; }
  .hero h1 { font-size: 45px; }
  .phone-link { margin-left: 0; }
  .phone-link strong { font-size: 15px; }
  .price-ticket { right: 8px; width: 138px; }
}

@media (max-width: 560px) {
  .legal-header { grid-template-columns: 1fr auto; }
  .legal-back { display: none; }
}

@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; }
  .reveal { opacity: 1; transform: none; }
  .hero-image-clean { clip-path: inset(0 28% 0 0); }
  .clean-edge { left: 72%; }
}
