:root {
  --ink: #16313a;
  --muted: #577078;
  --line: #d9e6e5;
  --paper: #fbf8f1;
  --white: #ffffff;
  --blue: #275f72;
  --teal: #79bbb4;
  --coral: #ec7d68;
  --coral-dark: #c85e4f;
  --gold: #e6bf73;
  --shadow: 0 24px 70px rgba(22, 49, 58, 0.14);
  color-scheme: light;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background:
    radial-gradient(circle at top left, rgba(121, 187, 180, 0.28), transparent 32rem),
    linear-gradient(180deg, #f6fbfa 0%, var(--paper) 46%, #fff 100%);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.5;
}

img {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  min-height: 72px;
  padding: 0.85rem clamp(1rem, 4vw, 3rem);
  background: rgba(251, 248, 241, 0.86);
  border-bottom: 1px solid rgba(217, 230, 229, 0.7);
  backdrop-filter: blur(18px);
}

.brand img,
.site-footer img {
  width: 154px;
  height: auto;
}

.header-actions {
  display: flex;
  align-items: center;
  gap: 1rem;
  color: var(--muted);
  font-size: 0.94rem;
}

.header-actions a {
  text-decoration: none;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0.78rem 1.1rem;
  color: #fff;
  background: var(--coral);
  border: 1px solid var(--coral);
  border-radius: 6px;
  box-shadow: 0 12px 26px rgba(236, 125, 104, 0.25);
  font-weight: 800;
  line-height: 1.1;
  text-decoration: none;
}

.button:hover {
  background: var(--coral-dark);
  border-color: var(--coral-dark);
}

.button-secondary {
  color: var(--blue);
  background: rgba(255, 255, 255, 0.76);
  border-color: var(--line);
  box-shadow: none;
}

.button-secondary:hover {
  color: var(--ink);
  background: #fff;
  border-color: var(--teal);
}

.button-small {
  min-height: 40px;
  padding: 0.58rem 0.82rem;
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(340px, 0.78fr);
  align-items: center;
  gap: clamp(2rem, 5vw, 5rem);
  max-width: 1200px;
  min-height: calc(100svh - 72px);
  margin: 0 auto;
  padding: clamp(2rem, 5vw, 5rem) clamp(1rem, 4vw, 3rem) clamp(3rem, 7vw, 6rem);
}

.hero-copy {
  max-width: 720px;
}

.eyebrow {
  margin: 0 0 0.85rem;
  color: var(--blue);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  max-width: 12ch;
  margin-bottom: 1.2rem;
  font-size: clamp(3.25rem, 8vw, 6.75rem);
  line-height: 0.91;
  letter-spacing: 0;
}

h2 {
  margin-bottom: 1rem;
  font-size: clamp(2rem, 4vw, 4rem);
  line-height: 1;
  letter-spacing: 0;
}

h3 {
  margin-bottom: 0.5rem;
  font-size: 1.16rem;
  line-height: 1.15;
}

.hero-subhead {
  max-width: 64ch;
  color: var(--muted);
  font-size: clamp(1.1rem, 2vw, 1.35rem);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
  margin: 2rem 0 1.35rem;
}

.trust-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
}

.trust-strip span {
  padding: 0.5rem 0.68rem;
  background: rgba(255, 255, 255, 0.7);
  border: 1px solid var(--line);
  border-radius: 999px;
  color: var(--muted);
  font-size: 0.88rem;
  font-weight: 750;
}

.hero-visual {
  position: relative;
  align-self: stretch;
  min-height: 520px;
}

.hero-visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.result-card {
  position: absolute;
  right: -1rem;
  bottom: 1.4rem;
  width: min(280px, 80%);
  padding: 1rem;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(217, 230, 229, 0.92);
  border-radius: 8px;
  box-shadow: 0 18px 42px rgba(22, 49, 58, 0.18);
}

.result-card strong,
.result-card span {
  display: block;
}

.result-card strong {
  font-size: 1.2rem;
}

.result-card span {
  color: var(--muted);
  font-weight: 650;
}

.section {
  max-width: 1200px;
  margin: 0 auto;
  padding: clamp(3rem, 7vw, 6rem) clamp(1rem, 4vw, 3rem);
}

.section-tight {
  padding-top: clamp(1rem, 4vw, 3rem);
}

.intro-grid,
.package,
.consultation,
.gallery {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(320px, 0.7fr);
  gap: clamp(1.6rem, 5vw, 4rem);
  align-items: start;
}

.intro-grid p:last-child,
.gallery p,
.package p,
.consultation p {
  color: var(--muted);
  font-size: 1.1rem;
}

.cards {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.card,
.price-card,
.form-shell,
details {
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 14px 42px rgba(22, 49, 58, 0.08);
}

.card {
  min-height: 260px;
  padding: 1.3rem;
}

.card-number {
  display: inline-flex;
  margin-bottom: 2.8rem;
  color: var(--coral);
  font-weight: 900;
}

.card p,
.step p,
.faq p,
.story-copy p {
  color: var(--muted);
}

.story-band {
  display: grid;
  grid-template-columns: minmax(0, 0.88fr) minmax(320px, 0.62fr);
  gap: clamp(1.6rem, 5vw, 4rem);
  align-items: center;
}

.story-copy {
  padding: clamp(1.5rem, 4vw, 3rem);
  background: var(--blue);
  border-radius: 8px;
  color: #fff;
}

.story-copy .eyebrow,
.story-copy p {
  color: rgba(255, 255, 255, 0.78);
}

.story-copy .disclaimer {
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.64);
  font-size: 0.92rem;
}

.story-panel img,
.gallery-grid img {
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.process h2 {
  max-width: 720px;
}

.steps {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
  margin-top: 2rem;
}

.step {
  padding-top: 1rem;
  border-top: 2px solid var(--teal);
}

.step span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  margin-bottom: 1rem;
  color: #fff;
  background: var(--blue);
  border-radius: 50%;
  font-weight: 900;
}

.price-card {
  padding: clamp(1.2rem, 3vw, 2rem);
}

.price {
  display: block;
  margin-bottom: 1rem;
  font-size: clamp(3rem, 7vw, 5.8rem);
  font-weight: 950;
  line-height: 0.9;
  color: var(--blue);
}

.price-card ul {
  display: grid;
  gap: 0.65rem;
  margin: 0 0 1.4rem;
  padding: 0;
  list-style: none;
}

.price-card li {
  position: relative;
  padding-left: 1.4rem;
  color: var(--muted);
  font-weight: 700;
}

.price-card li::before {
  position: absolute;
  left: 0;
  color: var(--coral);
  content: "✓";
}

.gallery code {
  padding: 0.12rem 0.3rem;
  background: rgba(39, 95, 114, 0.09);
  border-radius: 4px;
  color: var(--blue);
}

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.75rem;
}

.faq {
  max-width: 920px;
}

details {
  padding: 1rem 1.1rem;
  margin-top: 0.75rem;
}

summary {
  cursor: pointer;
  font-weight: 850;
}

details p {
  margin: 0.8rem 0 0;
}

.consultation {
  align-items: stretch;
}

.form-shell {
  min-height: 430px;
  padding: 1rem;
}

.form-placeholder {
  display: grid;
  place-items: center;
  min-height: 398px;
  padding: 2rem;
  border: 1px dashed rgba(39, 95, 114, 0.35);
  border-radius: 6px;
  text-align: center;
}

.form-placeholder h3 {
  margin-bottom: 0.5rem;
}

.form-placeholder p {
  max-width: 42ch;
  margin-bottom: 0;
  color: var(--muted);
}

.ghl-frame {
  width: 100%;
  min-height: 760px;
  border: 0;
  border-radius: 6px;
}

.site-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  padding: 2rem clamp(1rem, 4vw, 3rem);
  background: var(--ink);
  color: rgba(255, 255, 255, 0.78);
}

.site-footer p {
  margin: 0 0 0.35rem;
}

.site-footer nav {
  display: flex;
  gap: 1rem;
}

.site-footer a {
  color: #fff;
  font-weight: 750;
}

@media (max-width: 900px) {
  .hero,
  .intro-grid,
  .story-band,
  .package,
  .consultation,
  .gallery {
    grid-template-columns: 1fr;
  }

  .hero {
    min-height: auto;
  }

  .hero-visual {
    min-height: auto;
  }

  .hero-visual img {
    aspect-ratio: 1 / 1;
  }

  .cards,
  .steps {
    grid-template-columns: 1fr;
  }

  .site-header {
    position: relative;
    align-items: flex-start;
  }

  .header-actions {
    flex-wrap: wrap;
    justify-content: flex-end;
  }
}

@media (max-width: 620px) {
  .site-header,
  .site-footer {
    flex-direction: column;
    align-items: flex-start;
  }

  .header-actions {
    justify-content: flex-start;
  }

  .header-actions a:not(.button) {
    display: none;
  }

  h1 {
    max-width: 11ch;
    font-size: clamp(3rem, 15vw, 4.8rem);
  }

  .hero-actions,
  .hero-actions .button,
  .price-card .button {
    width: 100%;
  }

  .result-card {
    right: 0.75rem;
    bottom: 0.75rem;
  }

  .gallery-grid {
    grid-template-columns: 1fr;
  }
}
