@import url("prysmial-tokens.css");

@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 300 600;
  font-display: swap;
  src: url("fonts/inter-latin.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304,
    U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 300 600;
  font-display: swap;
  src: url("fonts/inter-latin-ext.woff2") format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308,
    U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113,
    U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: "Playfair Display";
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
  src: url("fonts/playfair-latin.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304,
    U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: "Playfair Display";
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
  src: url("fonts/playfair-latin-ext.woff2") format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308,
    U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113,
    U+2C60-2C7F, U+A720-A7FF;
}

.logo .lg-iris {
  stop-color: var(--pr-iris);
}
.logo .lg-azur {
  stop-color: var(--pr-azur);
}
.logo .lg-mint {
  stop-color: var(--pr-mint);
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  color-scheme: light;
}

body {
  margin: 0;
  min-height: 100vh;
  font-family: Inter, system-ui, sans-serif;
  color: var(--pr-ink);
  background:
    radial-gradient(120% 80% at 10% -10%, color-mix(in srgb, var(--pr-iris) 18%, transparent), transparent 55%),
    radial-gradient(90% 70% at 100% 0%, color-mix(in srgb, var(--pr-mint) 14%, transparent), transparent 50%),
    var(--pr-paper);
  line-height: 1.5;
}

a {
  color: inherit;
}

.site-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1.25rem clamp(1.25rem, 4vw, 3rem);
  max-width: 1120px;
  margin: 0 auto;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 0.65rem;
  text-decoration: none;
  font-family: "Playfair Display", Georgia, serif;
  font-size: 1.15rem;
  font-weight: 600;
  letter-spacing: -0.02em;
}

.top-nav a {
  text-decoration: none;
  font-size: 0.95rem;
  color: color-mix(in srgb, var(--pr-ink) 72%, var(--pr-paper));
  border-bottom: 1px solid transparent;
}
.top-nav a:hover {
  border-bottom-color: color-mix(in srgb, var(--pr-ink) 35%, transparent);
}

main {
  max-width: 1120px;
  margin: 0 auto;
  padding: 0 clamp(1.25rem, 4vw, 3rem) 4rem;
}

.hero {
  min-height: min(78vh, 720px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 2.5rem 0 3.5rem;
  max-width: 38rem;
  animation: rise 0.7s ease-out both;
}

.hero h1 {
  margin: 0 0 0.85rem;
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(2.75rem, 8vw, 4.25rem);
  font-weight: 600;
  letter-spacing: -0.03em;
  line-height: 1.05;
}

.promise {
  margin: 0 0 1rem;
  font-size: clamp(1.15rem, 2.4vw, 1.35rem);
  color: color-mix(in srgb, var(--pr-ink) 88%, var(--pr-paper));
}

.lede {
  margin: 0 0 1.75rem;
  font-size: 1.05rem;
  color: color-mix(in srgb, var(--pr-ink) 68%, var(--pr-paper));
  max-width: 34rem;
}

.cta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}

.cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2.75rem;
  padding: 0.65rem 1.25rem;
  border-radius: 0.55rem;
  text-decoration: none;
  font-weight: 550;
  font-size: 0.98rem;
  transition: transform 0.18s ease, background 0.18s ease, border-color 0.18s ease;
}
.cta:hover {
  transform: translateY(-1px);
}
.cta.primary {
  background: var(--pr-ink);
  color: var(--pr-paper);
  border: 1px solid var(--pr-ink);
}
.cta.ghost {
  background: transparent;
  color: var(--pr-ink);
  border: 1px solid color-mix(in srgb, var(--pr-ink) 28%, transparent);
}

.store-hint {
  margin: 1rem 0 0;
  font-size: 0.9rem;
  color: color-mix(in srgb, var(--pr-ink) 55%, var(--pr-paper));
}

.block {
  padding: 3rem 0 1rem;
  border-top: 1px solid color-mix(in srgb, var(--pr-ink) 10%, transparent);
  max-width: 40rem;
  animation: rise 0.7s ease-out 0.12s both;
}

.block h2 {
  margin: 0 0 0.5rem;
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(1.65rem, 3vw, 2rem);
  font-weight: 600;
  letter-spacing: -0.02em;
}

.block-lede {
  margin: 0 0 1.25rem;
  color: color-mix(in srgb, var(--pr-ink) 65%, var(--pr-paper));
}

.steps {
  margin: 0;
  padding-left: 1.2rem;
  display: grid;
  gap: 0.85rem;
}
.steps li::marker {
  color: var(--pr-iris);
  font-weight: 600;
}

.trust-list {
  margin: 0;
  padding-left: 1.2rem;
  display: grid;
  gap: 0.65rem;
  color: color-mix(in srgb, var(--pr-ink) 78%, var(--pr-paper));
}

.site-foot {
  max-width: 1120px;
  margin: 0 auto;
  padding: 1.5rem clamp(1.25rem, 4vw, 3rem) 2.5rem;
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  justify-content: space-between;
  border-top: 1px solid color-mix(in srgb, var(--pr-ink) 10%, transparent);
  font-size: 0.9rem;
  color: color-mix(in srgb, var(--pr-ink) 55%, var(--pr-paper));
}
.site-foot a {
  text-decoration: none;
  border-bottom: 1px solid color-mix(in srgb, var(--pr-ink) 25%, transparent);
}

@keyframes rise {
  from {
    opacity: 0;
    transform: translateY(12px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (prefers-reduced-motion: reduce) {
  .hero,
  .block,
  .cta {
    animation: none;
    transition: none;
  }
}
