:root {
  --ink: #201d1a;
  --soft-ink: #64574e;
  --cream: #f8f4ea;
  --paper: #fffaf2;
  --blush: #f1e1d7;
  --gold: #d5a929;
  --gold-deep: #b98718;
  --champagne: #ead6ac;
  --mink: #8a7463;
  --sage: #79846e;
  --whatsapp: #25d366;
  --line: rgba(213, 169, 41, 0.22);
  --shadow: 0 24px 80px rgba(83, 61, 38, 0.16);
}

* {
  box-sizing: border-box;
}

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

body {
  margin: 0;
  color: var(--ink);
  background:
    radial-gradient(circle at top left, rgba(213, 169, 41, 0.11), transparent 34rem),
    linear-gradient(180deg, var(--cream), #fffaf4 44%, var(--cream));
  font-family: Inter, system-ui, sans-serif;
  line-height: 1.6;
}

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

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: grid;
  grid-template-columns: minmax(360px, 1fr) auto minmax(330px, 1fr);
  gap: 26px;
  align-items: center;
  padding: 16px clamp(24px, 5vw, 68px);
  background: rgba(255, 250, 242, 0.94);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(18px);
}

.brand,
.footer-brand {
  display: flex;
  align-items: center;
  gap: 16px;
}

.brand {
  min-width: 360px;
}

.brand img,
.footer-brand img {
  width: 82px;
  height: 82px;
  flex: 0 0 auto;
  border: 1px solid rgba(213, 169, 41, 0.35);
  border-radius: 50%;
  object-fit: cover;
  box-shadow: 0 12px 30px rgba(83, 61, 38, 0.08);
}

.brand strong,
.footer strong {
  display: block;
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(28px, 2.7vw, 42px);
  line-height: 0.95;
}

.brand small,
.footer span {
  display: block;
  margin-top: 7px;
  color: var(--gold-deep);
  font-size: 18px;
  letter-spacing: 0.18em;
  line-height: 1.1;
  text-transform: uppercase;
}

.nav-links {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(26px, 4vw, 48px);
  font-size: 20px;
  font-weight: 600;
}

.nav-links a {
  color: var(--ink);
}

.nav-links a:hover,
.nav-links .active {
  color: var(--gold-deep);
}

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

.whatsapp-link,
.button {
  display: inline-flex;
  min-height: 50px;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  font-weight: 800;
}

.whatsapp-link {
  gap: 10px;
  padding: 0 28px;
  color: #ffffff;
  background: var(--whatsapp);
  font-size: 20px;
  box-shadow: 0 14px 34px rgba(37, 211, 102, 0.25);
}

.email-link {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  justify-content: center;
  padding: 0 18px;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: var(--gold-deep);
  background: rgba(255, 255, 255, 0.62);
  font-size: 14px;
  font-weight: 800;
}

.whatsapp-link span {
  display: grid;
  width: 19px;
  height: 19px;
  place-items: center;
  border: 2px solid currentColor;
  border-radius: 50%;
  color: transparent;
}

.cart-link {
  width: 34px;
  height: 34px;
  overflow: hidden;
  color: transparent;
  background:
    radial-gradient(circle, var(--ink) 0 2px, transparent 2.5px) 12px 25px / 6px 6px no-repeat,
    radial-gradient(circle, var(--ink) 0 2px, transparent 2.5px) 24px 25px / 6px 6px no-repeat;
  border: 0;
  position: relative;
}

.cart-link::before {
  content: "";
  position: absolute;
  left: 9px;
  top: 11px;
  width: 17px;
  height: 11px;
  border: 2px solid var(--ink);
  border-top: 0;
  transform: skewX(-7deg);
}

.cart-link::after {
  content: "";
  position: absolute;
  left: 6px;
  top: 8px;
  width: 7px;
  height: 2px;
  background: var(--ink);
  transform: rotate(18deg);
}

.hero {
  min-height: min(720px, calc(100vh - 116px));
  display: grid;
  place-items: stretch;
  background: var(--paper);
  border-bottom: 1px solid var(--line);
}

.hero img {
  width: 100%;
  height: 100%;
  min-height: min(720px, calc(100vh - 116px));
  display: block;
  object-fit: cover;
  object-position: center;
}

.intro-band {
  max-width: 980px;
  margin: 0 auto;
  padding: clamp(58px, 7vw, 92px) 24px;
  text-align: center;
}

.intro-band::before,
.order-section::before {
  content: "";
  display: block;
  width: 96px;
  height: 1px;
  margin: 0 auto 28px;
  background: linear-gradient(90deg, transparent, var(--gold), transparent);
}

.eyebrow {
  margin: 0 0 14px;
  color: var(--gold-deep);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

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

h1,
h2,
h3 {
  font-family: "Cormorant Garamond", serif;
  line-height: 0.98;
}

h1 {
  margin-bottom: 20px;
  font-size: clamp(48px, 7vw, 92px);
}

h2 {
  margin-bottom: 18px;
  font-size: clamp(40px, 5vw, 70px);
}

h3 {
  margin-bottom: 12px;
  font-size: 34px;
}

.intro-band p,
.section-heading p,
.about-copy p,
.order-section p {
  color: var(--soft-ink);
  font-size: 18px;
}

.intro-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 14px;
  margin-top: 30px;
}

.button {
  padding: 0 28px;
  border: 1px solid transparent;
}

.button.primary {
  color: #ffffff;
  background: linear-gradient(135deg, var(--ink), #4b3b31);
  box-shadow: 0 16px 36px rgba(32, 29, 26, 0.18);
}

.button.secondary {
  border-color: var(--line);
  background: #ffffff;
}

.button.soft {
  border-color: rgba(213, 169, 41, 0.28);
  color: var(--gold-deep);
  background: rgba(255, 255, 255, 0.74);
}

.trust-strip {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  background: var(--paper);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.trust-strip div {
  padding: 28px clamp(24px, 5vw, 62px);
  border-right: 1px solid var(--line);
}

.trust-strip div:last-child {
  border-right: 0;
}

.trust-strip strong,
.trust-strip span {
  display: block;
}

.trust-strip span {
  color: var(--soft-ink);
}

.section,
.about-section,
.order-section {
  padding: clamp(70px, 9vw, 120px) clamp(22px, 5vw, 72px);
  scroll-margin-top: 150px;
}

.section {
  background:
    linear-gradient(rgba(255, 250, 242, 0.88), rgba(255, 250, 242, 0.88)),
    radial-gradient(circle at 85% 0%, rgba(213, 169, 41, 0.14), transparent 30rem);
}

.section-heading {
  max-width: 780px;
  margin-bottom: 38px;
}

.product-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.product-card {
  display: grid;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background:
    linear-gradient(#ffffff, #ffffff) padding-box,
    linear-gradient(135deg, rgba(213, 169, 41, 0.45), rgba(255, 250, 242, 0.2), rgba(138, 116, 99, 0.28)) border-box;
  box-shadow: 0 18px 48px rgba(83, 61, 38, 0.11);
  transition:
    transform 180ms ease,
    box-shadow 180ms ease;
}

.product-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow);
}

.product-card div {
  padding: 24px 24px 8px;
}

.product-card small {
  display: block;
  margin-bottom: 10px;
  color: var(--gold-deep);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.product-card p {
  color: var(--soft-ink);
}

.product-card a {
  margin: 10px 24px 24px;
  color: var(--gold-deep);
  font-weight: 800;
}

.product-image {
  display: block;
  height: 280px;
  background-size: cover;
  background-position: center;
}

.product-image.birthdays {
  background:
    linear-gradient(rgba(32, 29, 26, 0.02), rgba(32, 29, 26, 0.18)),
    radial-gradient(circle at 70% 28%, rgba(255, 255, 255, 0.86) 0 9%, transparent 10%),
    linear-gradient(135deg, #fff8ed 0 28%, #e9d3bb 29% 58%, #c9a65d 59% 63%, #f4e7d6 64% 100%);
}

.product-image.bridal {
  background:
    linear-gradient(rgba(32, 29, 26, 0.03), rgba(32, 29, 26, 0.18)),
    radial-gradient(circle at 38% 28%, rgba(255, 255, 255, 0.85) 0 13%, transparent 14%),
    linear-gradient(135deg, #fff8f2, #ecd7ce 48%, #cfa66a);
}

.product-image.wellness {
  background-image:
    linear-gradient(rgba(32, 29, 26, 0.03), rgba(32, 29, 26, 0.18)),
    url("assets/hero-brand.png");
  background-position: right center;
}

.product-image.exams {
  background:
    linear-gradient(rgba(32, 29, 26, 0.02), rgba(32, 29, 26, 0.16)),
    radial-gradient(circle at 34% 34%, #ffffff 0 12%, transparent 13%),
    linear-gradient(135deg, #f5efe4, #d8c7a8);
}

.product-image.fathers {
  background:
    linear-gradient(rgba(32, 29, 26, 0.04), rgba(32, 29, 26, 0.2)),
    linear-gradient(135deg, #2d2924, #8a7463 48%, #d9c392);
}

.product-image.mothers {
  background:
    linear-gradient(rgba(32, 29, 26, 0.02), rgba(32, 29, 26, 0.14)),
    radial-gradient(circle at 68% 28%, rgba(255, 255, 255, 0.8) 0 11%, transparent 12%),
    linear-gradient(135deg, #f5e2d8, #fffaf2 54%, #d8bd82);
}

.product-image.build {
  background:
    linear-gradient(rgba(32, 29, 26, 0.06), rgba(32, 29, 26, 0.24)),
    url("assets/logo-square.jpeg") center/cover;
}

.build-card {
  grid-column: span 3;
  grid-template-columns: minmax(260px, 0.78fr) minmax(0, 1fr);
  align-items: center;
  background:
    linear-gradient(135deg, rgba(32, 29, 26, 0.97), rgba(78, 62, 50, 0.95)),
    var(--ink);
  color: #ffffff;
}

.build-card .product-image {
  height: 100%;
  min-height: 320px;
}

.build-card div {
  padding: clamp(28px, 5vw, 56px);
}

.build-card p {
  color: rgba(255, 255, 255, 0.72);
}

.build-card a {
  color: var(--champagne);
}

.about-section {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(320px, 1.05fr);
  gap: clamp(34px, 6vw, 82px);
  background:
    linear-gradient(135deg, rgba(241, 225, 215, 0.94), rgba(255, 250, 242, 0.92)),
    radial-gradient(circle at 15% 10%, rgba(213, 169, 41, 0.16), transparent 26rem);
}

.detail-list {
  display: grid;
  gap: 16px;
}

.detail-list div {
  display: grid;
  grid-template-columns: 58px 1fr;
  gap: 0 18px;
  padding: 24px;
  border-radius: 8px;
  border: 1px solid rgba(213, 169, 41, 0.18);
  background: rgba(255, 250, 242, 0.74);
  box-shadow: 0 14px 38px rgba(83, 61, 38, 0.08);
}

.detail-list span {
  grid-row: span 2;
  color: var(--gold-deep);
  font-family: "Cormorant Garamond", serif;
  font-size: 38px;
  font-weight: 700;
  line-height: 1;
}

.detail-list strong {
  font-size: 18px;
}

.detail-list p {
  margin-bottom: 0;
  color: var(--soft-ink);
}

.order-section {
  position: relative;
  text-align: center;
  background:
    linear-gradient(rgba(32, 29, 26, 0.72), rgba(32, 29, 26, 0.72)),
    url("assets/hero-brand.png") center/cover;
  color: #ffffff;
}

.order-section p {
  max-width: 640px;
  margin-right: auto;
  margin-left: auto;
  color: rgba(255, 255, 255, 0.78);
}

.contact-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 14px;
  margin-top: 30px;
}

.footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  padding: 34px clamp(22px, 5vw, 72px);
  color: #ffffff;
  background: var(--ink);
}

.footer .footer-brand img {
  width: 64px;
  height: 64px;
}

.footer strong {
  font-size: 28px;
}

.footer span {
  color: rgba(255, 255, 255, 0.66);
  font-size: 12px;
}

.footer a {
  display: block;
  margin-top: 6px;
  color: #ffffff;
  font-size: 18px;
  font-weight: 800;
}

@media (max-width: 1100px) {
  html {
    scroll-padding-top: 270px;
  }

  .site-header {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .brand {
    min-width: 0;
  }

  .brand,
  .nav-links,
  .header-actions {
    justify-content: center;
  }

  .hero,
  .hero img {
    min-height: 520px;
  }
}

@media (max-width: 820px) {
  .brand img {
    width: 66px;
    height: 66px;
  }

  .brand strong {
    font-size: 30px;
  }

  .brand small {
    font-size: 13px;
  }

  .nav-links {
    gap: 26px;
    font-size: 17px;
  }

  .header-actions {
    flex-wrap: wrap;
  }

  .whatsapp-link {
    flex: 1 1 230px;
  }

  .cart-link {
    display: none;
  }

  .hero,
  .hero img {
    min-height: 420px;
  }

  .hero img {
    object-position: 57% center;
  }

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

@media (max-width: 920px) {
  .product-grid,
  .about-section {
    grid-template-columns: 1fr;
  }

  .build-card {
    grid-column: auto;
    grid-template-columns: 1fr;
  }

  .build-card .product-image {
    min-height: 260px;
  }
}

@media (max-width: 820px) {
  .trust-strip {
    grid-template-columns: 1fr;
  }

  .trust-strip div {
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .trust-strip div:last-child {
    border-bottom: 0;
  }
}

@media (max-width: 520px) {
  .site-header {
    padding: 14px 18px;
  }

  .brand {
    align-items: center;
  }

  .brand img {
    width: 58px;
    height: 58px;
  }

  .brand strong {
    font-size: 25px;
  }

  .brand small {
    margin-top: 5px;
    font-size: 11px;
    letter-spacing: 0.13em;
  }

  .nav-links {
    width: 100%;
    justify-content: space-between;
    gap: 14px;
  }

  .whatsapp-link,
  .button,
  .email-link {
    width: 100%;
  }

  .hero,
  .hero img {
    min-height: 360px;
  }

  .hero img {
    object-position: 61% center;
  }

  h1 {
    font-size: 46px;
  }

  .product-image {
    height: 230px;
  }

  .detail-list div {
    grid-template-columns: 1fr;
  }

  .detail-list span {
    grid-row: auto;
  }

  .footer {
    display: block;
  }

  .footer > div + div {
    margin-top: 22px;
  }
}
