:root {
  --bg: #fbfaf6;
  --paper: #ffffff;
  --ink: #20211f;
  --muted: #62645d;
  --line: #e6dfd2;
  --sage: #55714a;
  --sage-dark: #3f5a35;
  --bamboo: #c98a43;
  --terracotta: #a45f43;
  --shadow: 0 24px 80px rgba(50, 42, 31, 0.14);
  --serif: "Playfair Display", Georgia, serif;
  --sans: "Inter", Arial, sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--bg);
  color: var(--ink);
  font-family: var(--sans);
  letter-spacing: 0;
}

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

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

svg {
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  min-height: 76px;
  padding: 0 64px;
  background: rgba(251, 250, 246, 0.92);
  border-bottom: 1px solid rgba(230, 223, 210, 0.75);
  backdrop-filter: blur(18px);
}

.brand {
  font-family: var(--serif);
  font-size: 30px;
  font-weight: 700;
  line-height: 1;
  white-space: nowrap;
}

.brand strong {
  color: var(--sage);
  font-weight: 700;
}

.nav-links {
  display: flex;
  gap: 44px;
  color: #30322f;
  font-size: 14px;
  font-weight: 600;
}

.nav-links a {
  position: relative;
  padding: 28px 0;
}

.nav-links a::after {
  position: absolute;
  right: 0;
  bottom: 20px;
  left: 0;
  height: 2px;
  content: "";
  background: var(--sage);
  opacity: 0;
  transform: scaleX(0.4);
  transition: 180ms ease;
}

.nav-links a:hover::after {
  opacity: 1;
  transform: scaleX(1);
}

.header-action {
  justify-self: end;
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  color: var(--ink);
  border: 1px solid transparent;
  border-radius: 50%;
  transition: 180ms ease;
}

.header-action:hover {
  border-color: var(--line);
  background: var(--paper);
}

.header-action svg {
  width: 22px;
  height: 22px;
}

.hero {
  display: grid;
  grid-template-columns: minmax(360px, 0.72fr) minmax(520px, 1.28fr);
  min-height: 690px;
  height: auto;
  align-items: stretch;
  border-bottom: 1px solid var(--line);
  background: linear-gradient(90deg, #fbfaf6 0%, #fbfaf6 35%, #f3eee6 100%);
}

.hero-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(36px, 4.6vw, 64px) 42px clamp(36px, 4.8vw, 66px) clamp(42px, 5vw, 72px);
}

.hero h1 {
  max-width: 650px;
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(48px, 4.2vw, 66px);
  font-weight: 700;
  line-height: 0.98;
}

.hero p {
  max-width: 430px;
  margin: 24px 0 0;
  color: var(--muted);
  font-size: 19px;
  line-height: 1.7;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 30px;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 58px;
  padding: 0 26px;
  gap: 12px;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.btn svg {
  width: 22px;
  height: 22px;
}

.whatsapp-icon {
  fill: currentColor;
  stroke: none;
}

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

.btn-primary {
  background: var(--sage);
  color: #fff;
  box-shadow: 0 16px 36px rgba(67, 94, 56, 0.2);
}

.btn-primary:hover {
  background: var(--sage-dark);
}

.btn-secondary {
  color: var(--sage-dark);
  background: #eef3ea;
}

.btn-outline {
  color: var(--sage-dark);
  border: 1px solid #a8b49d;
  background: rgba(255, 255, 255, 0.74);
}

.hero-media {
  position: relative;
  overflow: hidden;
  min-height: 0;
  height: 100%;
  background: #efe8dc;
}

.hero-media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  filter: contrast(1.02) saturate(1.02);
}

.moments,
.gallery {
  padding: 28px clamp(24px, 4.2vw, 58px) 52px;
  background: var(--paper);
}

.section-heading {
  max-width: 790px;
  margin: 0 auto 20px;
  text-align: center;
}

.section-heading h2,
.details h2,
.purchase h2 {
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(34px, 3.2vw, 52px);
  line-height: 1.06;
}

.section-heading p,
.purchase p {
  margin: 14px 0 0;
  color: var(--muted);
  font-size: 18px;
  line-height: 1.65;
}

.moment-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 6px;
  max-width: 1360px;
  margin: 0 auto;
}

.moment-card {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  min-width: 0;
  text-align: center;
}

.moment-card img {
  width: 100%;
  aspect-ratio: 214 / 270;
  object-fit: cover;
  border-radius: 0;
}

.moment-icon {
  display: grid;
  width: 60px;
  height: 60px;
  margin-top: -30px;
  place-items: center;
  color: #fff;
  background: var(--sage);
  border: 5px solid var(--paper);
  border-radius: 50%;
}

.moment-icon svg {
  width: 29px;
  height: 29px;
}

.moment-card h3 {
  max-width: 330px;
  margin: 12px 0 0;
  font-family: var(--serif);
  font-size: 27px;
  line-height: 1.08;
}

.moment-card p {
  max-width: 310px;
  margin: 13px 0 0;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.6;
}

.details {
  display: grid;
  grid-template-columns: minmax(300px, 0.54fr) minmax(520px, 1.46fr);
  align-items: stretch;
  background: #f1ece3;
  border-block: 1px solid var(--line);
}

.detail-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(40px, 5vw, 68px) clamp(34px, 4.2vw, 58px);
}

.feature-list {
  display: grid;
  gap: 0;
  max-width: 440px;
  padding: 0;
  margin: 34px 0 0;
  list-style: none;
}

.feature-list li {
  display: grid;
  grid-template-columns: 46px 1fr;
  gap: 18px;
  padding: 20px 0;
  border-bottom: 1px solid #d7cbbb;
}

.feature-list svg {
  width: 34px;
  height: 34px;
  color: var(--sage);
}

.feature-list span {
  display: grid;
  gap: 5px;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.45;
}

.feature-list strong {
  color: var(--ink);
  font-size: 16px;
}

.measure-card {
  display: flex;
  min-height: 420px;
  align-items: center;
  justify-content: center;
  padding: 0;
  background: #ebe3d6;
}

.measure-card img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  border-radius: 0;
  box-shadow: none;
}

.gallery {
  padding-top: 28px;
}

.section-heading.compact {
  margin-bottom: 32px;
}

.gallery-row {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  max-width: 1260px;
  margin: 0 auto;
}

.gallery-row figure {
  margin: 0;
}

.gallery-row img {
  width: 100%;
  aspect-ratio: 251 / 132;
  object-fit: contain;
  border-radius: 0;
}

.gallery-row figcaption {
  max-width: 360px;
  margin: 16px auto 0;
  font-family: var(--serif);
  font-size: 25px;
  line-height: 1.18;
  text-align: center;
}

.purchase {
  display: grid;
  grid-template-columns: minmax(280px, 1fr) auto;
  gap: 30px;
  align-items: center;
  padding: 36px clamp(24px, 5vw, 64px);
  background: linear-gradient(90deg, #eff2ea, #fbfaf6 55%, #f2e8dc);
  border-top: 1px solid var(--line);
}

.purchase-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  justify-content: flex-end;
}

.trust-row {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  padding-top: 24px;
  border-top: 1px solid rgba(85, 113, 74, 0.22);
}

.trust-row span {
  color: var(--sage-dark);
  font-size: 14px;
  font-weight: 800;
  text-align: center;
}

.whatsapp-float {
  position: fixed;
  right: 22px;
  bottom: 22px;
  z-index: 25;
  display: grid;
  width: 58px;
  height: 58px;
  place-items: center;
  color: #fff;
  background: #2f7d43;
  border-radius: 50%;
  box-shadow: 0 18px 44px rgba(47, 125, 67, 0.32);
}

.whatsapp-float svg {
  width: 30px;
  height: 30px;
}

.site-footer {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 24px;
  align-items: center;
  padding: 26px clamp(24px, 6vw, 76px);
  color: #4a4c48;
  background: var(--paper);
}

.site-footer .brand {
  font-size: 25px;
}

.site-footer p {
  margin: 0;
  font-size: 13px;
  text-align: center;
}

.footer-links {
  justify-self: end;
  display: flex;
  flex-wrap: wrap;
  gap: 12px 20px;
  justify-content: flex-end;
}

.footer-links a {
  font-size: 14px;
  font-weight: 700;
}

@media (max-width: 980px) {
  .site-header {
    grid-template-columns: 1fr auto;
    padding: 0 24px;
  }

  .nav-links {
    display: none;
  }

  .hero,
  .details,
  .purchase,
  .site-footer {
    grid-template-columns: 1fr;
  }

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

  .hero-copy {
    padding: 54px 24px 28px;
  }

  .hero h1 {
    font-size: clamp(43px, 12vw, 64px);
  }

  .hero-media {
    min-height: 430px;
  }

  .hero-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .moment-grid,
  .gallery-row,
  .trust-row {
    grid-template-columns: 1fr;
  }

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

  .trust-row span {
    text-align: left;
  }

  .site-footer {
    justify-items: start;
  }

  .site-footer p {
    text-align: left;
  }

  .footer-links {
    justify-self: start;
    justify-content: flex-start;
  }
}

@media (max-width: 560px) {
  .site-header {
    min-height: 68px;
    padding: 0 18px;
  }

  .brand {
    font-size: 25px;
  }

  .hero-copy {
    padding: 42px 18px 24px;
  }

  .hero p,
  .section-heading p,
  .purchase p {
    font-size: 16px;
  }

  .hero-actions,
  .purchase-actions {
    flex-direction: column;
  }

  .btn {
    width: 100%;
    min-height: 56px;
  }

  .hero-media {
    min-height: 350px;
  }

  .moments,
  .gallery {
    padding: 54px 18px 64px;
  }

  .moment-card h3 {
    font-size: 26px;
  }

  .details h2,
  .purchase h2,
  .section-heading h2 {
    font-size: 34px;
  }

  .detail-copy,
  .measure-card,
  .purchase {
    padding: 44px 18px;
  }

  .feature-list li {
    grid-template-columns: 38px 1fr;
    gap: 14px;
  }

  .measure-card {
    min-height: 0;
  }

  .gallery-row figcaption {
    font-size: 23px;
  }

  .whatsapp-float {
    right: 16px;
    bottom: 16px;
  }
}
