:root {
  --blue-950: #102b3f;
  --blue-900: #173a52;
  --blue-800: #24566d;
  --sky: #dff2fa;
  --ink: #172632;
  --muted: #62717b;
  --sand-50: #fbf8f1;
  --sand-100: #f3ecdd;
  --sand-200: #e6d7bd;
  --champagne: #d4b071;
  --champagne-soft: #f1dfb7;
  --white: #fffdf8;
  --line: rgba(212, 176, 113, 0.3);
  --shadow: 0 24px 70px rgba(16, 43, 63, 0.14);
  --radius: 8px;
  --max: 1180px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--sand-50);
  font-family: "Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.65;
}

p {
  text-align: justify;
  text-wrap: pretty;
}

body.menu-open {
  overflow: hidden;
}

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

a {
  color: inherit;
  text-decoration: none;
}

button {
  font: inherit;
}

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 40;
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 22px;
  align-items: center;
  min-height: 78px;
  padding: 10px clamp(18px, 4vw, 46px);
  border-bottom: 1px solid rgba(212, 176, 113, 0.22);
  background: rgba(251, 248, 241, 0.92);
  backdrop-filter: blur(18px);
}

.brand img {
  width: clamp(150px, 16vw, 214px);
  height: 54px;
  object-fit: contain;
  object-position: left center;
}

.main-nav {
  display: flex;
  justify-content: center;
  gap: clamp(12px, 1.6vw, 24px);
  color: rgba(23, 38, 50, 0.74);
  font-size: 13px;
  font-weight: 800;
}

.header-action,
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  border-radius: 999px;
  font-weight: 800;
  line-height: 1.1;
  text-align: center;
}

.header-action {
  padding: 10px 18px;
  background: var(--blue-950);
  color: var(--white);
  font-size: 13px;
}

.menu-toggle {
  display: none;
  justify-self: end;
  min-width: 76px;
  padding: 9px 12px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: var(--white);
  color: var(--blue-950);
  font-size: 13px;
  font-weight: 800;
}

.landing-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(340px, 0.78fr);
  gap: clamp(34px, 7vw, 92px);
  align-items: center;
  min-height: 100vh;
  padding: clamp(126px, 13vw, 164px) clamp(18px, 5vw, 72px) clamp(58px, 7vw, 90px);
  background:
    linear-gradient(135deg, rgba(16, 43, 63, 0.98), rgba(29, 74, 99, 0.94)),
    radial-gradient(circle at 78% 18%, rgba(212, 176, 113, 0.22), transparent 30%);
  color: var(--white);
}

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

.eyebrow {
  margin: 0 0 14px;
  color: var(--champagne);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

h1,
h2,
h3 {
  margin: 0;
  letter-spacing: 0;
}

h1,
h2 {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-weight: 700;
  line-height: 1.03;
}

h1 {
  font-size: clamp(46px, 6.8vw, 86px);
}

h2 {
  color: var(--blue-950);
  font-size: clamp(34px, 5vw, 58px);
}

h3 {
  color: var(--blue-950);
  font-size: 20px;
  line-height: 1.22;
}

.landing-hero p:not(.eyebrow) {
  max-width: 680px;
  margin: 24px 0 0;
  color: rgba(255, 253, 248, 0.82);
  font-size: clamp(17px, 2vw, 20px);
  text-align: justify;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 34px;
}

.button {
  padding: 14px 22px;
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.button:hover {
  transform: translateY(-2px);
}

.button-primary {
  background: linear-gradient(135deg, var(--champagne), var(--champagne-soft));
  color: #142838;
  box-shadow: 0 18px 42px rgba(212, 176, 113, 0.22);
}

.button-light {
  background: rgba(255, 253, 248, 0.96);
  color: var(--blue-950);
}

.button-ghost {
  border: 1px solid rgba(255, 253, 248, 0.3);
  color: var(--white);
}

.button-dark {
  background: var(--blue-950);
  color: var(--white);
}

.hero-media {
  position: relative;
}

.portrait-frame,
.feature-image,
.about-photo,
.family-photo {
  overflow: hidden;
  border: 1px solid rgba(212, 176, 113, 0.44);
  border-radius: var(--radius);
  background: var(--sand-100);
  box-shadow: var(--shadow);
}

.portrait-frame {
  min-height: 540px;
}

.portrait-frame img,
.feature-image img,
.about-photo img,
.family-photo img {
  width: 100%;
  height: 100%;
  min-height: inherit;
  object-fit: cover;
}

.hero-card {
  position: absolute;
  right: -24px;
  bottom: 34px;
  z-index: 3;
  width: min(340px, 86vw);
  padding: 22px;
  border: 1px solid rgba(212, 176, 113, 0.42);
  border-radius: var(--radius);
  background: rgba(255, 253, 248, 0.94);
  box-shadow: var(--shadow);
}

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

.hero-card strong {
  color: var(--blue-950);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 26px;
  line-height: 1.04;
}

.hero-card span {
  margin-top: 8px;
  color: var(--muted);
  font-size: 14px;
}

.quick-links {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 1px;
  background: rgba(212, 176, 113, 0.36);
}

.quick-links a {
  display: grid;
  min-height: 78px;
  place-items: center;
  padding: 16px;
  background: var(--white);
  color: var(--blue-950);
  font-weight: 800;
}

.section {
  max-width: var(--max);
  margin: 0 auto;
  padding: clamp(74px, 9vw, 122px) clamp(18px, 4vw, 32px);
}

.section-soft {
  max-width: none;
  padding-right: max(clamp(18px, 4vw, 32px), calc((100vw - var(--max)) / 2 + 32px));
  padding-left: max(clamp(18px, 4vw, 32px), calc((100vw - var(--max)) / 2 + 32px));
  background: var(--sand-100);
}

.section-dark {
  max-width: none;
  padding-right: max(clamp(18px, 4vw, 32px), calc((100vw - var(--max)) / 2 + 32px));
  padding-left: max(clamp(18px, 4vw, 32px), calc((100vw - var(--max)) / 2 + 32px));
  background: var(--blue-950);
  color: var(--white);
}

.section-dark h2 {
  color: var(--white);
}

.section-heading {
  max-width: 820px;
  margin-bottom: 40px;
}

.precision-grid,
.service-grid,
.product-grid,
.gallery-grid,
.video-testimonials,
.testimonial-grid,
.stats-row {
  display: grid;
  gap: 14px;
}

.precision-grid {
  grid-template-columns: repeat(3, 1fr);
}

.precision-grid article,
.service-grid article,
.video-testimonials article,
.testimonial-grid article,
.stats-row div,
.contact-panel {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--white);
  box-shadow: 0 12px 40px rgba(16, 43, 63, 0.06);
}

.precision-grid article {
  min-height: 250px;
  padding: 28px;
}

.precision-grid span {
  display: block;
  margin-bottom: 38px;
  color: var(--champagne);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 38px;
  font-weight: 700;
}

.precision-grid p,
.service-grid p,
.feature-copy p,
.prose p,
.story-copy p,
.product-grid p,
.contact-copy p,
.testimonial-grid span,
.stats-row span {
  color: var(--muted);
}

.eyebrow,
.hero-card span,
.quick-links a,
.stats-row span,
.testimonial-grid span,
.video-testimonials span,
.site-footer p {
  text-align: initial;
}

.split-feature,
.about-section,
.image-story,
.contact-section {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.78fr);
  gap: clamp(32px, 6vw, 76px);
  align-items: center;
}

.feature-copy p,
.prose p,
.story-copy p,
.contact-copy p {
  font-size: 18px;
}

.feature-image {
  min-height: 390px;
}

.service-grid {
  grid-template-columns: repeat(3, 1fr);
}

.service-grid article {
  min-height: 260px;
  padding: 28px;
}

.about-photo {
  min-height: 520px;
}

.about-photo img {
  object-position: center 28%;
}

.family-photo {
  min-height: 560px;
}

.family-photo img {
  object-position: center;
}

.story-copy .button {
  margin-top: 18px;
}

.product-grid {
  grid-template-columns: repeat(2, 1fr);
}

.product-grid article {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--white);
  box-shadow: var(--shadow);
}

.product-grid img {
  width: 100%;
  aspect-ratio: 1.25;
  object-fit: cover;
}

.product-grid div {
  padding: 28px;
}

.product-grid .button {
  margin-top: 12px;
}

.gallery-grid {
  grid-template-columns: repeat(3, 1fr);
}

.gallery-grid img {
  width: 100%;
  aspect-ratio: 0.9;
  border: 1px solid rgba(255, 253, 248, 0.16);
  border-radius: var(--radius);
  object-fit: cover;
}

.stats-row {
  grid-template-columns: repeat(3, 1fr);
  margin-bottom: 14px;
}

.video-testimonials {
  grid-template-columns: repeat(3, 1fr);
  margin-bottom: 18px;
}

.video-testimonials article {
  overflow: hidden;
  background: var(--blue-950);
  color: var(--white);
}

.video-testimonials.placeholder {
  grid-template-columns: 1fr;
}

.video-testimonials.placeholder article {
  min-height: 180px;
  display: grid;
  align-content: center;
  padding: 28px;
}

.video-testimonials video {
  display: block;
  width: 100%;
  aspect-ratio: 9 / 16;
  background: #071924;
  object-fit: cover;
}

.video-testimonials strong,
.video-testimonials span {
  display: block;
  padding-right: 18px;
  padding-left: 18px;
}

.video-testimonials strong {
  padding-top: 18px;
  color: var(--champagne-soft);
}

.video-testimonials span {
  padding-bottom: 20px;
  color: rgba(255, 253, 248, 0.72);
  font-size: 14px;
}

.stats-row div {
  min-height: 150px;
  padding: 24px;
}

.stats-row strong {
  display: block;
  color: var(--blue-950);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(38px, 5vw, 56px);
  line-height: 1;
}

.stats-row span {
  display: block;
  margin-top: 10px;
}

.testimonial-grid {
  grid-template-columns: repeat(3, 1fr);
}

.testimonial-grid article {
  padding: 24px;
}

.testimonial-grid strong,
.testimonial-grid span {
  display: block;
}

.testimonial-grid strong {
  color: var(--blue-950);
  font-size: 18px;
}

.contact-panel {
  display: grid;
  gap: 12px;
  padding: 28px;
}

address {
  margin-top: 24px;
  color: var(--blue-950);
  font-style: normal;
  font-weight: 800;
}

.site-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 30px clamp(18px, 4vw, 48px);
  background: var(--blue-950);
  color: rgba(255, 253, 248, 0.72);
  font-size: 14px;
}

.site-footer p {
  margin: 0;
}

.site-footer div {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
}

.site-footer a {
  font-weight: 800;
}

.floating-whatsapp {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 35;
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  padding: 12px 18px;
  border-radius: 999px;
  background: #1f8f63;
  color: white;
  box-shadow: 0 18px 38px rgba(31, 143, 99, 0.26);
  font-size: 14px;
  font-weight: 800;
}

.reveal {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 620ms ease, transform 620ms ease;
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 1120px) {
  .site-header {
    grid-template-columns: auto auto auto;
  }

  .main-nav {
    position: fixed;
    top: 76px;
    right: 18px;
    left: 18px;
    display: none;
    flex-direction: column;
    gap: 0;
    overflow: hidden;
    border: 1px solid var(--line);
    border-radius: var(--radius);
    background: var(--white);
    box-shadow: var(--shadow);
  }

  .main-nav.is-open {
    display: flex;
  }

  .main-nav a {
    padding: 16px 18px;
    border-bottom: 1px solid rgba(212, 176, 113, 0.18);
  }

  .menu-toggle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
}

@media (max-width: 960px) {
  .landing-hero,
  .split-feature,
  .about-section,
  .image-story,
  .contact-section {
    grid-template-columns: 1fr;
  }

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

  .hero-media {
    max-width: 580px;
  }

  .quick-links,
  .precision-grid,
  .service-grid,
  .product-grid,
  .gallery-grid,
  .video-testimonials,
  .testimonial-grid,
  .stats-row {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 680px) {
  .site-header {
    grid-template-columns: 1fr auto;
    min-height: 72px;
    padding: 10px 16px;
  }

  .brand img {
    width: 152px;
    height: 48px;
  }

  .header-action {
    display: none;
  }

  .landing-hero {
    padding-top: 108px;
  }

  h1 {
    font-size: 42px;
  }

  h2 {
    font-size: 35px;
  }

  .hero-actions .button,
  .contact-panel .button {
    width: 100%;
  }

  .portrait-frame,
  .about-photo,
  .family-photo {
    min-height: 390px;
  }

  .hero-card {
    position: relative;
    right: auto;
    bottom: auto;
    width: 100%;
    margin-top: 14px;
  }

  .quick-links,
  .precision-grid,
  .service-grid,
  .product-grid,
  .gallery-grid,
  .video-testimonials,
  .testimonial-grid,
  .stats-row {
    grid-template-columns: 1fr;
  }

  .precision-grid article,
  .service-grid article,
  .testimonial-grid article,
  .stats-row div {
    min-height: auto;
  }

  .site-footer {
    align-items: flex-start;
    flex-direction: column;
    padding-bottom: 86px;
  }
}
