:root {
  --bg: #f5efe4;
  --surface: rgba(255, 255, 255, 0.72);
  --surface-strong: #fffdf8;
  --surface-dark: #0f2243;
  --text: #13284c;
  --muted: #5f6d82;
  --line: rgba(19, 40, 76, 0.12);
  --gold: #bf8b43;
  --gold-soft: #ecd8b3;
  --shadow: 0 24px 60px rgba(16, 28, 53, 0.12);
  --radius-lg: 32px;
  --radius-md: 22px;
  --radius-sm: 16px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-width: 320px;
  font-family: "Manrope", sans-serif;
  color: var(--text);
  background:
    radial-gradient(circle at top left, rgba(191, 139, 67, 0.18), transparent 32%),
    linear-gradient(180deg, #fff8ef 0%, #f4ecdf 52%, #f9f5ef 100%);
}

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

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

.page-shell {
  position: relative;
  overflow: clip;
}

.page-shell::before,
.page-shell::after {
  content: "";
  position: fixed;
  inset: auto;
  width: 18rem;
  height: 18rem;
  border-radius: 50%;
  background: rgba(191, 139, 67, 0.12);
  filter: blur(10px);
  pointer-events: none;
  z-index: -1;
}

.page-shell::before {
  top: 5rem;
  right: -6rem;
}

.page-shell::after {
  bottom: 8rem;
  left: -7rem;
}

.section {
  width: min(1180px, calc(100% - 2rem));
  margin: 0 auto;
}

.brand-tag,
.eyebrow,
.hero-subline,
.section-heading p,
.product-card p,
.commitment-card p,
.review-author,
.review-text,
.footer-copy,
.footer-meta p,
.hero-metrics span {
  color: var(--muted);
}

.brand-tag {
  margin-top: 0.18rem;
  font-size: 0.82rem;
}

.hero {
  padding: 2.2rem 0 3rem;
  display: block;
}

.hero-cta {
  padding: 1rem 0 0.4rem;
}

.hero-cta-actions {
  display: flex;
  justify-content: center;
  gap: 0.9rem;
  flex-wrap: nowrap;
}

.hero-cta-actions .button {
  min-width: 0;
  flex: 0 1 10rem;
  padding: 0.78rem 1.05rem;
  font-size: 0.95rem;
}

.hero-banner {
  padding-top: 1rem;
  border-radius: 0 !important;
  overflow: visible;
}

.hero-banner-full {
  width: 100%;
  margin: 0;
  padding: 0;
  border-radius: 0 !important;
}

.hero-banner-image {
  width: 100%;
  height: auto;
  border-radius: 0 !important;
  box-shadow: none;
  display: block;
  object-fit: contain;
  clip-path: none;
  mask: none;
  -webkit-mask: none;
  overflow: visible;
}

.hero-copy,
.certificate-copy {
  position: relative;
  z-index: 1;
}

.eyebrow {
  margin: 0 0 0.8rem;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  font-size: 0.75rem;
  font-weight: 800;
}

h1,
h2,
h3 {
  margin: 0;
  color: var(--text);
}

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

h1 {
  font-size: clamp(3.2rem, 7vw, 6.1rem);
  max-width: 10ch;
}

h2 {
  font-size: clamp(2.35rem, 4.2vw, 4.15rem);
  max-width: 12ch;
}

.hero-subline,
.section-heading p,
.certificate-copy p,
.footer-copy {
  font-size: 1.02rem;
  line-height: 1.75;
  max-width: 60ch;
}

.hero-subline {
  margin: 1.2rem 0 0;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.9rem;
  margin-top: 1.8rem;
}

.button {
  min-height: 3.3rem;
  padding: 0.9rem 1.4rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  font-weight: 800;
  transition: transform 220ms ease, box-shadow 220ms ease, background 220ms ease;
}

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

.button-primary {
  background: linear-gradient(135deg, #0f2243, #1a3b73);
  color: #fff;
  box-shadow: 0 14px 30px rgba(15, 34, 67, 0.24);
}

.button-secondary {
  border: 1px solid rgba(19, 40, 76, 0.12);
  background: rgba(255, 255, 255, 0.64);
}

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

.hero-metrics article,
.product-card,
.commitment-card,
.review-card,
.certificate-card,
.footer-panel {
  border: 1px solid rgba(255, 255, 255, 0.6);
  background: var(--surface);
  backdrop-filter: blur(16px);
  box-shadow: var(--shadow);
}

.hero-metrics article {
  position: relative;
  overflow: hidden;
  padding: 1.2rem 1.1rem 1.15rem;
  border-radius: 20px;
  border: 1px solid rgba(82, 139, 255, 0.26);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.7), rgba(225, 239, 255, 0.55));
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.8),
    0 18px 38px rgba(17, 50, 108, 0.12);
  transition: transform 260ms ease, box-shadow 260ms ease, border-color 260ms ease;
}

.hero-metrics article::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 4px;
  background: linear-gradient(180deg, #2d65d7, #73b8ff);
}

.hero-metrics article::after {
  content: "";
  position: absolute;
  top: -1.2rem;
  right: -1.2rem;
  width: 5.5rem;
  height: 5.5rem;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(115, 184, 255, 0.28), rgba(115, 184, 255, 0));
  pointer-events: none;
}

.hero-metrics article:hover {
  transform: translateY(-6px);
  border-color: rgba(45, 101, 215, 0.45);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.85),
    0 24px 44px rgba(17, 50, 108, 0.16);
}

.hero-metrics strong,
.product-card h3,
.commitment-card h3,
.review-author {
  display: block;
  font-size: 1rem;
  font-weight: 800;
}

.metric-icon {
  width: 3rem;
  height: 3rem;
  margin-bottom: 0.85rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 14px;
  background: linear-gradient(180deg, rgba(49, 98, 214, 0.14), rgba(115, 184, 255, 0.2));
  border: 1px solid rgba(45, 101, 215, 0.2);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.7);
}

.metric-icon svg {
  width: 1.4rem;
  height: 1.4rem;
  stroke: #2558be;
  stroke-width: 1.8;
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.hero-metrics span,
.product-card p,
.commitment-card p,
.review-text,
.footer-meta p {
  font-size: 0.95rem;
  line-height: 1.7;
}

.section-grid,
.commitments-section,
.reviews-section,
.certificate-section,
.footer {
  padding: 2rem 0 4rem;
}

.section-heading {
  margin-bottom: 1.8rem;
}

.section-heading p {
  margin: 0.8rem 0 0;
}

.section-title-compact {
  font-family: "Manrope", sans-serif;
  font-size: clamp(1.7rem, 3vw, 2.3rem);
  line-height: 1.15;
  letter-spacing: -0.02em;
  font-weight: 800;
  max-width: none;
}

.section-copy-compact {
  max-width: none;
  font-size: 0.96rem;
  line-height: 1.65;
  color: var(--muted);
}

.product-grid,
.commitments-grid,
.reviews-grid {
  display: grid;
  gap: 1.25rem;
}

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

.product-card {
  position: relative;
  overflow: hidden;
  padding: 0.95rem;
  border-radius: 22px;
  border: 1px solid rgba(82, 139, 255, 0.22);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.76), rgba(231, 240, 252, 0.56));
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.82),
    0 18px 36px rgba(17, 50, 108, 0.1);
  transition: transform 240ms ease, box-shadow 240ms ease, border-color 240ms ease;
}

.product-card::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 4px;
  background: linear-gradient(180deg, #2d65d7, #73b8ff);
}

.product-card::after {
  content: "";
  position: absolute;
  top: -1rem;
  right: -1rem;
  width: 5rem;
  height: 5rem;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(115, 184, 255, 0.24), rgba(115, 184, 255, 0));
  pointer-events: none;
}

.product-card:hover,
.commitment-card:hover,
.review-card:hover,
.certificate-card:hover {
  transform: translateY(-5px);
  border-color: rgba(45, 101, 215, 0.38);
}

.product-image-wrap {
  aspect-ratio: 1 / 1;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.9rem;
  border-radius: 18px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.92), rgba(235, 243, 255, 0.72));
  border: 1px solid rgba(45, 101, 215, 0.12);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8);
}

.product-card img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  object-fit: contain;
  mix-blend-mode: multiply;
}

.product-card div {
  padding: 0.95rem 0.15rem 0.2rem;
  position: relative;
  z-index: 1;
}

.product-card h3 {
  font-size: 1.02rem;
}

.product-card p,
.commitment-card p,
.review-text {
  margin: 0.7rem 0 0;
}

.commitments-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.commitment-card {
  position: relative;
  overflow: hidden;
  padding: 1.25rem 1.15rem 1.2rem;
  border-radius: 20px;
  border: 1px solid rgba(82, 139, 255, 0.26);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.72), rgba(225, 239, 255, 0.56));
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.8),
    0 18px 38px rgba(17, 50, 108, 0.12);
  transition: transform 260ms ease, box-shadow 260ms ease, border-color 260ms ease;
}

.commitment-card::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 4px;
  background: linear-gradient(180deg, #2d65d7, #73b8ff);
}

.commitment-card::after {
  content: "";
  position: absolute;
  top: -1.2rem;
  right: -1.2rem;
  width: 5.5rem;
  height: 5.5rem;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(115, 184, 255, 0.28), rgba(115, 184, 255, 0));
  pointer-events: none;
}

.commitment-card:hover {
  transform: translateY(-6px);
  border-color: rgba(45, 101, 215, 0.45);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.85),
    0 24px 44px rgba(17, 50, 108, 0.16);
}

.commitment-icon {
  width: 3.35rem;
  height: 3.35rem;
  margin-bottom: 1rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 16px;
  background:
    radial-gradient(circle at top left, rgba(255, 255, 255, 0.68), transparent 58%),
    linear-gradient(180deg, rgba(49, 98, 214, 0.16), rgba(115, 184, 255, 0.24));
  border: 1px solid rgba(45, 101, 215, 0.22);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.78),
    0 10px 18px rgba(37, 88, 190, 0.1);
}

.commitment-icon svg {
  width: 1.55rem;
  height: 1.55rem;
  stroke: #2558be;
  stroke-width: 1.8;
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.commitment-card h3,
.review-author {
  margin-top: 0;
}

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

.review-card {
  padding: 1.6rem;
  border-radius: var(--radius-md);
  position: relative;
}

.review-card::before {
  content: '"';
  position: absolute;
  top: 1rem;
  right: 1.2rem;
  font-family: "Cormorant Garamond", serif;
  font-size: 4rem;
  line-height: 1;
  color: rgba(191, 139, 67, 0.24);
}

.certificate-section {
  display: grid;
  grid-template-columns: 0.88fr 1.12fr;
  gap: 1.5rem;
  align-items: center;
}

.certificate-highlights {
  margin-top: 1.4rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
}

.certificate-highlights span {
  padding: 0.75rem 1rem;
  border-radius: 999px;
  background: rgba(191, 139, 67, 0.12);
  color: var(--text);
  font-size: 0.92rem;
  font-weight: 700;
}

.certificate-card {
  padding: 1rem;
  border-radius: var(--radius-lg);
}

.certificate-card img {
  border-radius: calc(var(--radius-lg) - 10px);
}

.footer {
  padding-bottom: 2.2rem;
}

.footer-panel {
  padding: 1.5rem;
  border-radius: 28px;
  background:
    linear-gradient(135deg, rgba(12, 24, 47, 0.98), rgba(18, 41, 80, 0.94)),
    var(--surface-dark);
  color: #fff;
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 1rem 1.2rem;
}

.footer-panel h2,
.footer-panel .eyebrow,
.footer-panel .footer-copy,
.footer-panel .footer-meta p {
  color: #fff;
}

.footer-intro h2 {
  max-width: 13ch;
  font-size: clamp(2rem, 3.8vw, 3rem);
}

.footer-contacts {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.8rem;
  align-self: start;
}

.footer-contact-card,
.footer-details {
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.06);
  border-radius: 18px;
  padding: 0.95rem 1rem;
}

.footer-contact-role {
  margin: 0 0 0.35rem;
  color: rgba(255, 255, 255, 0.62);
  font-size: 0.72rem;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  font-weight: 700;
}

.footer-contact-card h3 {
  margin-top: 0;
  font-size: 1.1rem;
  color: #fff;
}

.footer-contact-card a,
.footer-details a {
  color: #f3d19c;
  font-size: 0.96rem;
  font-weight: 700;
}

.footer-details {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.8rem;
}

.footer-details p {
  margin: 0;
  color: #fff;
  font-size: 0.88rem;
  line-height: 1.6;
}

.footer-details strong {
  color: #f5d7aa;
}

.footer-bottom {
  grid-column: 1 / -1;
  margin-top: 0.15rem;
  padding-top: 0.9rem;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 0.6rem 1rem;
}

.footer-bottom p {
  margin: 0;
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.82rem;
  letter-spacing: 0.03em;
}

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

.reveal-delay-1 {
  transition-delay: 120ms;
}

.reveal-delay-2 {
  transition-delay: 220ms;
}

.reveal-delay-3 {
  transition-delay: 320ms;
}

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

@keyframes drift {
  0%, 100% {
    transform: translate3d(0, 0, 0) scale(1);
  }
  50% {
    transform: translate3d(-10px, 14px, 0) scale(1.06);
  }
}

@media (max-width: 1080px) {
  .certificate-section,
  .footer-panel {
    grid-template-columns: 1fr;
  }

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

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

  .footer-contacts {
    grid-template-columns: 1fr;
  }

  .footer-details {
    grid-template-columns: 1fr;
  }

  h1,
  h2 {
    max-width: none;
  }
}

@media (max-width: 760px) {
  .hero {
    padding-top: 1.2rem;
    gap: 1.5rem;
  }

  .hero-cta {
    padding: 0.9rem 0 0.2rem;
  }

  .hero-cta-actions {
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 0.55rem;
  }

  h1 {
    font-size: clamp(2.75rem, 12vw, 4.2rem);
  }

  h2 {
    font-size: clamp(2.15rem, 9vw, 3rem);
  }

  .hero-subline,
  .section-heading p,
  .certificate-copy p,
  .footer-copy {
    font-size: 0.96rem;
    line-height: 1.72;
  }

  .hero-metrics,
  .commitments-grid,
  .reviews-grid {
    grid-template-columns: 1fr;
  }

  .hero-metrics article {
    padding: 1.05rem 1rem 1rem;
  }

  .section-grid,
  .commitments-section,
  .reviews-section,
  .certificate-section,
  .footer {
    padding: 1rem 0 3rem;
  }

  .product-card,
  .commitment-card,
  .review-card,
  .certificate-card,
  .footer-panel {
    border-radius: 22px;
  }

  .footer-contact-card,
  .footer-details {
    border-radius: 18px;
  }

  .hero-banner-image {
    width: 100%;
    height: auto;
    min-height: 0;
    object-fit: contain;
    object-position: center top;
    border-radius: 0 !important;
  }

  .button {
    width: auto;
    min-height: 2.75rem;
    padding: 0.72rem 0.9rem;
    font-size: 0.86rem;
  }

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

  .hero-cta-actions {
    justify-content: center;
    gap: 0.55rem;
  }

  .hero-cta-actions .button {
    flex: 1 1 0;
    max-width: 9.75rem;
  }
}
