:root {
  --bg-void: #050a14;
  --bg-deep: #0a1424;
  --bg-raised: #0f1a2e;
  --bg-card: rgba(16, 16, 24, 0.72);
  --ink: #f7f5f0;
  --ink-2: rgba(247, 245, 240, 0.74);
  --ink-muted: rgba(247, 245, 240, 0.615);
  --ink-soft: rgba(247, 245, 240, 0.415);
  --line: rgba(255, 255, 255, 0.058);
  --line-fine: rgba(255, 255, 255, 0.1);
  --line-glow: rgba(212, 184, 150, 0.35);
  --gold: #c9b896;
  --gold-soft: rgba(201, 184, 150, 0.14);
  --gold-muted: rgba(201, 184, 150, 0.48);
  --ice: #9cb0d8;
  --ice-soft: rgba(156, 176, 216, 0.12);
  --ice-glow: rgba(156, 176, 216, 0.28);
  --serif: 'Instrument Serif', Georgia, serif;
  --serif-editorial: 'Cormorant Garamond', 'Times New Roman', serif;
  --sans: 'Outfit', system-ui, sans-serif;
  --ease-out: cubic-bezier(0.19, 0.94, 0.3, 1);
  --ease-soft: cubic-bezier(0.22, 0.9, 0.34, 1);
  --ease-hero: cubic-bezier(0.15, 0.88, 0.28, 1);
  --space-xs: 0.5rem;
  --space-sm: 1rem;
  --space-md: 1.5rem;
  --space-lg: 2.5rem;
  --space-xl: 4rem;
  --space-2xl: 6rem;
  --space-3xl: clamp(4.5rem, 12vw, 9.5rem);
  --space-section: clamp(5.95rem, 15vw, 12.15rem);
  --wrap: min(1080px, calc(100% - 2.5rem));
  --wrap-mobile: calc(100% - 2rem);
  --header-h: clamp(76px, 12vw, 92px);
  --tracking-tight: -0.03em;
  --tracking-wide: 0.22em;
  --tracking-label: 0.26em;
  --text-body: clamp(1.095rem, 0.5vw + 1rem, 1.19rem);
  --text-lead: clamp(1.155rem, 0.64vw + 1.02rem, 1.29rem);
}

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

html {
  scroll-behavior: smooth;
  min-height: 100%;
  background: radial-gradient(ellipse 135% 115% at 50% -10%, #14243c 0%, #0b1628 44%, #050c18 100%);
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}

::selection {
  background: rgba(201, 184, 150, 0.28);
  color: var(--ink);
}

body {
  margin: 0;
  min-height: 100%;
  position: relative;
  isolation: isolate;
  font-family: var(--sans);
  font-size: var(--text-body);
  font-weight: 300;
  line-height: 1.84;
  letter-spacing: 0.0095em;
  color: var(--ink-muted);
  background-color: #0a1628;
  background-image:
    radial-gradient(ellipse 120% 82% at 50% -4%, rgba(102, 145, 208, 0.118), transparent 62%),
    radial-gradient(ellipse 74% 56% at 105% 7%, rgba(68, 98, 152, 0.105), transparent 56%),
    radial-gradient(ellipse 62% 76% at -13% 87%, rgba(36, 52, 88, 0.195), transparent 62%),
    radial-gradient(ellipse 90% 50% at 50% 104%, rgba(5, 12, 28, 0.5), transparent 70%),
    linear-gradient(
      168deg,
      #030a16 0%,
      #0a1628 15%,
      #0e1e34 34%,
      #0b192e 54%,
      #081424 74%,
      #050e18 100%
    );
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

body::before {
  content: '';
  position: fixed;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  transform-origin: 50% 40%;
  background:
    radial-gradient(ellipse 90% 60% at 50% 5%, rgba(118, 155, 215, 0.062), transparent 66%),
    radial-gradient(circle at 83% 28%, rgba(132, 110, 175, 0.034), transparent 47%),
    radial-gradient(circle at 15% 65%, rgba(90, 125, 185, 0.045), transparent 52%),
    radial-gradient(ellipse 50% 34% at 50% 93%, rgba(20, 38, 72, 0.21), transparent 72%),
    radial-gradient(ellipse 102% 46% at 50% 50%, rgba(6, 16, 34, 0.038), transparent 73%);
}

body.page--home::before {
  animation: sn-home-bg-drift 52s ease-in-out infinite alternate;
}

@keyframes sn-home-bg-drift {
  0% {
    transform: translate3d(-1.8%, -1.1%, 0) scale(1);
  }
  100% {
    transform: translate3d(1.6%, 0.9%, 0) scale(1.028);
  }
}

@media (prefers-reduced-motion: reduce) {
  body.page--home::before {
    animation: none;
  }
}

body::after {
  content: '';
  position: fixed;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  opacity: 0.46;
  background: radial-gradient(ellipse 148% 88% at 50% 47%, transparent 36%, rgba(1, 3, 10, 0.4) 100%);
}

.grain {
  pointer-events: none;
  position: fixed;
  inset: 0;
  z-index: 9999;
  opacity: 0.022;
  mix-blend-mode: overlay;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
}

.page--home .grain {
  opacity: 0.036;
  mix-blend-mode: soft-light;
}

a {
  color: inherit;
}

.main {
  position: relative;
  z-index: 1;
}

.wrap {
  width: min(1080px, var(--wrap-mobile));
  margin-inline: auto;
}

@media (min-width: 480px) {
  .wrap {
    width: var(--wrap);
  }
}

/* —— Reveal —— */
.reveal {
  opacity: 0;
  transform: translate3d(0, 0.92rem, 0);
  will-change: opacity, transform;
  transition:
    opacity 1.26s var(--ease-soft),
    transform 1.36s var(--ease-hero);
}

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

.reveal[data-reveal-delay='1'] {
  transition-delay: 0.12s;
}
.reveal[data-reveal-delay='2'] {
  transition-delay: 0.22s;
}
.reveal[data-reveal-delay='3'] {
  transition-delay: 0.34s;
}
.reveal[data-reveal-delay='4'] {
  transition-delay: 0.46s;
}

.pillars .pillar:nth-child(1).reveal {
  transition-delay: 0s;
}
.pillars .pillar:nth-child(2).reveal {
  transition-delay: 0.08s;
}
.pillars .pillar:nth-child(3).reveal {
  transition-delay: 0.16s;
}

.process .process__step:nth-child(1).reveal {
  transition-delay: 0s;
}
.process .process__step:nth-child(2).reveal {
  transition-delay: 0.07s;
}
.process .process__step:nth-child(3).reveal {
  transition-delay: 0.14s;
}

.choose__list .choose__item:nth-child(1).reveal {
  transition-delay: 0s;
}
.choose__list .choose__item:nth-child(2).reveal {
  transition-delay: 0.08s;
}
.choose__list .choose__item:nth-child(3).reveal {
  transition-delay: 0.16s;
}
.choose__list .choose__item:nth-child(4).reveal {
  transition-delay: 0.24s;
}

.presence__copy .section__eyebrow.reveal {
  transition-delay: 0s;
}

.presence__copy .section__title.reveal {
  transition-delay: 0.09s;
}

.presence__copy .section__text.reveal {
  transition-delay: 0.18s;
}

.choose__grid > div .section__eyebrow.reveal {
  transition-delay: 0s;
}

.choose__grid > div .section__title.reveal {
  transition-delay: 0.09s;
}

.section--close .close__label.reveal {
  transition-delay: 0s;
}

.section--close .close__title.reveal {
  transition-delay: 0.1s;
}

.section--close .close__text.reveal {
  transition-delay: 0.2s;
}

.section--close .close__brandlink.reveal {
  transition-delay: 0.3s;
}

@media (prefers-reduced-motion: reduce) {
  .reveal {
    opacity: 1;
    transform: none;
    transition: none;
  }
}

/* —— Header —— */
.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 101;
  min-height: var(--header-h);
  display: flex;
  align-items: center;
  border-bottom: 1px solid transparent;
  transition:
    background 0.68s var(--ease-out),
    border-color 0.68s var(--ease-out),
    backdrop-filter 0.68s var(--ease-out);
}

.header.is-scrolled {
  background: rgba(8, 14, 28, 0.855);
  backdrop-filter: blur(22px) saturate(1.12);
  border-bottom-color: var(--line);
}

.header__inner {
  width: min(1080px, var(--wrap-mobile));
  margin-inline: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: max(1rem, env(safe-area-inset-top)) 0 1rem;
}

.header__inner--split {
  justify-content: space-between;
  gap: var(--space-md);
}

.header__nav {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  gap: clamp(0.85rem, 2vw, 1.85rem) clamp(1rem, 2.5vw, 1.85rem);
}

.header__link {
  font-size: 0.73rem;
  font-weight: 500;
  letter-spacing: var(--tracking-wide);
  text-transform: uppercase;
  color: rgba(247, 245, 240, 0.43);
  text-decoration: none;
  padding: 0.35rem 0;
  border-bottom: 1px solid transparent;
  transition:
    color 0.45s var(--ease-soft),
    border-color 0.45s var(--ease-soft);
}

.header__link:hover {
  color: var(--ink);
  border-bottom-color: var(--line-fine);
}

.header__link[aria-current='page'] {
  color: var(--ink);
  border-bottom-color: var(--gold-muted);
}

@media (min-width: 480px) {
  .header__inner {
    width: var(--wrap);
  }
}

.logo {
  font-family: var(--sans);
  font-weight: 500;
  font-size: clamp(0.73rem, 0.62vw + 0.6rem, 0.83rem);
  letter-spacing: var(--tracking-wide);
  text-transform: uppercase;
  color: var(--ink);
  text-decoration: none;
  position: relative;
  padding-bottom: 3px;
}

.logo::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--gold-muted), transparent);
  transition: width 0.72s var(--ease-out);
}

.logo:hover::after {
  width: 100%;
}

/* —— Hero —— */
.hero {
  position: relative;
  min-height: 100vh;
  min-height: 100dvh;
  min-height: 100svh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: calc(var(--header-h) + clamp(3.72rem, 8.35vw, 5.25rem)) 0 clamp(5.25rem, 10.35vw, 7.25rem);
  overflow: hidden;
}

.hero::before {
  content: '';
  position: absolute;
  inset: -20% -30% 20%;
  transform-origin: 48% 34%;
  background: radial-gradient(ellipse 58% 52% at 48% 34%, rgba(125, 162, 218, 0.075), transparent 73%);
  pointer-events: none;
  z-index: 0;
}

.page--home .hero::before {
  animation: sn-home-hero-ambient 44s ease-in-out infinite alternate;
}

@keyframes sn-home-hero-ambient {
  0% {
    transform: translate3d(-1.2%, 0, 0) scale(1);
    opacity: 0.88;
  }
  100% {
    transform: translate3d(1.4%, 0.85%, 0) scale(1.05);
    opacity: 1;
  }
}

@media (prefers-reduced-motion: reduce) {
  .page--home .hero::before {
    animation: none;
    opacity: 1;
    transform: none;
  }
}

.hero__vignette {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse 72% 58% at 50% 100%, rgba(0, 0, 0, 0.55), transparent 64%),
    radial-gradient(ellipse 90% 40% at 50% 0%, rgba(4, 10, 22, 0.4), transparent 55%);
  pointer-events: none;
  z-index: 0;
}

.hero__bg {
  position: absolute;
  inset: -48% -28% auto;
  height: 95%;
  background:
    radial-gradient(ellipse 48% 40% at 42% 0%, var(--ice-glow), transparent 74%),
    radial-gradient(ellipse 36% 34% at 88% 26%, rgba(201, 184, 150, 0.1), transparent 70%),
    radial-gradient(ellipse 38% 36% at 12% 38%, rgba(156, 176, 216, 0.07), transparent 68%);
  opacity: 0.96;
  animation: hero-bg-drift 48s ease-in-out infinite alternate;
}

@keyframes hero-bg-drift {
  from {
    transform: translate3d(-1.6%, 0, 0) scale(1);
  }
  to {
    transform: translate3d(1.6%, 1.05%, 0) scale(1.038);
  }
}

@media (prefers-reduced-motion: reduce) {
  .hero__bg {
    animation: none;
  }
}

.hero__content {
  position: relative;
  z-index: 1;
  max-width: 58rem;
}

.hero__label {
  font-family: var(--serif-editorial);
  font-size: clamp(0.98rem, 0.55vw + 0.88rem, 1.08rem);
  font-weight: 500;
  font-style: italic;
  letter-spacing: 0.035em;
  color: rgba(201, 184, 150, 0.58);
  margin: 0 0 clamp(1.4rem, 3.25vw, 2.05rem);
}

.hero__title {
  margin: 0 0 clamp(1.7rem, 4.25vw, 2.55rem);
  font-family: var(--serif);
  font-weight: 400;
  font-size: clamp(2.78rem, 9.25vw + 1rem, 5.68rem);
  line-height: 0.985;
  letter-spacing: -0.036em;
  color: var(--ink);
  text-wrap: balance;
}

.hero__line {
  display: block;
}

.hero__line--accent {
  font-style: italic;
  background: linear-gradient(
    135deg,
    var(--ink) 0%,
    rgba(247, 245, 240, 0.52) 48%,
    rgba(201, 184, 150, 0.88) 100%
  );
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.hero__lead {
  max-width: 36rem;
  margin: 0 0 clamp(1.35rem, 3.2vw, 1.85rem);
  font-size: var(--text-lead);
  font-weight: 300;
  line-height: 1.905;
  color: rgba(247, 245, 240, 0.78);
}

.hero__examples {
  display: inline-flex;
  align-self: flex-start;
  margin: 0 0 clamp(2.05rem, 5vw, 3.05rem);
  font-size: 0.7rem;
  font-weight: 500;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  text-decoration: none;
  color: rgba(247, 245, 240, 0.52);
  padding-bottom: 0.38rem;
  border-bottom: 1px solid rgba(201, 184, 150, 0.32);
  transition:
    color 0.55s var(--ease-soft),
    border-color 0.55s var(--ease-soft),
    letter-spacing 0.65s var(--ease-out);
}

.hero__examples:hover {
  color: rgba(201, 184, 150, 0.92);
  border-color: rgba(201, 184, 150, 0.55);
  letter-spacing: 0.23em;
}

.hero__examples:focus-visible {
  outline: 1px solid var(--gold-muted);
  outline-offset: 4px;
}

.hero__meta {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  font-size: clamp(0.71rem, 0.42vw + 0.62rem, 0.81rem);
  font-weight: 400;
  letter-spacing: var(--tracking-wide);
  text-transform: uppercase;
  color: rgba(247, 245, 240, 0.44);
}

.hero__dot {
  flex-shrink: 0;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--gold);
  box-shadow: 0 0 14px var(--line-glow);
  animation: pulse-dot 4.6s ease-in-out infinite;
}

@keyframes pulse-dot {
  0%,
  100% {
    opacity: 1;
    transform: scale(1);
  }
  50% {
    opacity: 0.5;
    transform: scale(0.88);
  }
}

@media (prefers-reduced-motion: reduce) {
  .hero__dot {
    animation: none;
  }
}

.hero__scroll {
  position: absolute;
  bottom: max(1.75rem, env(safe-area-inset-bottom));
  left: 50%;
  transform: translateX(-50%);
  opacity: 0.32;
  z-index: 1;
}

.hero__scroll-line {
  display: block;
  width: 1px;
  height: 56px;
  background: linear-gradient(180deg, var(--gold-muted), transparent);
  animation: scroll-line 3.1s ease-in-out infinite;
}

@keyframes scroll-line {
  0% {
    transform: scaleY(0.25);
    transform-origin: top;
    opacity: 0;
  }
  45% {
    opacity: 1;
  }
  100% {
    transform: scaleY(1);
    transform-origin: top;
    opacity: 0;
  }
}

@media (prefers-reduced-motion: reduce) {
  .hero__scroll {
    display: none;
  }
}

/* —— Sections —— */
.section {
  position: relative;
  padding: var(--space-section) 0;
}

.section--story {
  border-top: 1px solid transparent;
  border-image: linear-gradient(
      90deg,
      transparent 0%,
      rgba(255, 255, 255, 0.04) 12%,
      rgba(201, 184, 150, 0.12) 50%,
      rgba(255, 255, 255, 0.04) 88%,
      transparent 100%
    )
    1;
}

.section__grid {
  display: grid;
  gap: var(--space-lg);
}

.section__grid .section__label.reveal {
  transition-delay: 0s;
}

.section__grid .section__body .reveal {
  transition-delay: 0.1s;
}

@media (min-width: 768px) {
  .section__grid {
    grid-template-columns: minmax(0, 11rem) minmax(0, 1fr);
    gap: clamp(2.75rem, 6.5vw, 5rem);
    align-items: start;
  }
}

.section__label {
  font-size: clamp(0.67rem, 0.22vw + 0.62rem, 0.71rem);
  font-weight: 600;
  letter-spacing: var(--tracking-label);
  text-transform: uppercase;
  color: rgba(247, 245, 240, 0.45);
  padding-top: 0.42rem;
}

.section__eyebrow {
  display: block;
  font-family: var(--serif-editorial);
  font-size: clamp(1.01rem, 0.46vw + 0.9rem, 1.11rem);
  font-style: italic;
  font-weight: 500;
  letter-spacing: 0.028em;
  color: rgba(201, 184, 150, 0.52);
  margin-bottom: clamp(1.18rem, 2.25vw, 1.48rem);
}

.section__head {
  max-width: 44rem;
  margin-bottom: clamp(3rem, 6.5vw, 4.75rem);
}

.section__title {
  margin: 0;
  font-family: var(--serif-editorial);
  font-weight: 500;
  font-size: clamp(1.86rem, 4.05vw + 0.5rem, 2.88rem);
  line-height: 1.13;
  color: var(--ink);
  letter-spacing: -0.021em;
}

.section__title em {
  font-style: italic;
  font-weight: 500;
  color: rgba(247, 245, 240, 0.94);
}

.section__title--lg {
  font-size: clamp(2.02rem, 4.55vw + 0.5rem, 3.22rem);
  line-height: 1.095;
}

.section__text {
  margin: clamp(1.4rem, 2.85vw, 1.95rem) 0 0;
  max-width: 40rem;
  font-size: var(--text-body);
  font-weight: 300;
  line-height: 1.965;
}

/* Pillars */
.section--stand {
  background: linear-gradient(180deg, rgba(15, 26, 46, 0.97) 0%, var(--bg-raised) 50%, rgba(12, 22, 40, 0.98) 100%);
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  border-bottom: 1px solid rgba(255, 255, 255, 0.045);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.035),
    inset 0 -1px 0 rgba(0, 0, 0, 0.15);
}

.pillars {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: clamp(1.35rem, 3vw, 1.75rem);
}

@media (min-width: 768px) {
  .pillars {
    grid-template-columns: repeat(3, 1fr);
  }
}

.pillar {
  position: relative;
  padding: clamp(1.85rem, 4.2vw, 2.5rem) clamp(1.55rem, 3.2vw, 2.1rem);
  background: linear-gradient(165deg, rgba(22, 28, 42, 0.78) 0%, rgba(14, 18, 30, 0.82) 100%);
  backdrop-filter: blur(16px) saturate(1.1);
  border-radius: 18px;
  border: 1px solid var(--line);
  box-shadow: 0 4px 32px rgba(0, 0, 0, 0.12);
  transition:
    border-color 0.65s var(--ease-out),
    transform 0.72s var(--ease-soft),
    box-shadow 0.72s var(--ease-soft),
    filter 0.65s var(--ease-soft);
}

.pillar::before {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: inherit;
  padding: 1px;
  background: linear-gradient(145deg, rgba(201, 184, 150, 0.22), transparent 42%, rgba(156, 176, 216, 0.15));
  -webkit-mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
  mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  opacity: 0.45;
  pointer-events: none;
}

.card-hover:hover {
  border-color: rgba(255, 255, 255, 0.12);
  transform: translateY(-7px);
  filter: brightness(1.03);
  box-shadow:
    0 40px 100px rgba(0, 0, 0, 0.42),
    0 0 0 1px rgba(255, 255, 255, 0.05) inset,
    0 0 60px rgba(100, 140, 200, 0.06);
}

@media (hover: none) {
  .card-hover:active {
    transform: translateY(-2px);
  }
}

.pillar__num {
  font-size: 0.695rem;
  font-weight: 600;
  letter-spacing: 0.22em;
  color: var(--gold-muted);
}

.pillar__title {
  margin: clamp(0.9rem, 2vw, 1.15rem) 0 0.65rem;
  font-family: var(--sans);
  font-size: clamp(0.98rem, 0.4vw + 0.92rem, 1.05rem);
  font-weight: 500;
  color: var(--ink);
  letter-spacing: -0.015em;
}

.pillar__text {
  margin: 0;
  font-size: 0.99rem;
  font-weight: 300;
  line-height: 1.835;
  color: var(--ink-muted);
}

/* Presence */
.section--presence {
  overflow: hidden;
}

.presence__glow {
  position: absolute;
  top: 12%;
  right: -20%;
  width: 58%;
  height: 70%;
  background: radial-gradient(circle, var(--gold-soft), transparent 68%);
  pointer-events: none;
}

.presence__layout {
  display: grid;
  gap: clamp(2.5rem, 6vw, 4rem);
  align-items: center;
}

@media (min-width: 900px) {
  .presence__layout {
    grid-template-columns: 1.08fr 0.92fr;
    gap: clamp(3rem, 7vw, 5.5rem);
  }
}

.underline-accent {
  position: relative;
  display: inline;
  background: linear-gradient(180deg, transparent 60%, var(--gold-soft) 60%);
}

.presence__panel {
  padding: clamp(2.1rem, 4.2vw, 2.85rem);
  border-radius: 22px;
  border: 1px solid rgba(255, 255, 255, 0.09);
  background: linear-gradient(158deg, rgba(20, 26, 42, 0.88) 0%, rgba(6, 12, 24, 0.95) 100%);
  backdrop-filter: blur(12px);
  box-shadow:
    0 32px 80px rgba(0, 0, 0, 0.4),
    0 0 0 1px rgba(255, 255, 255, 0.03) inset;
}

.presence__quote {
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(1.2rem, 1.5vw + 1rem, 1.4rem);
  font-style: italic;
  line-height: 1.55;
  color: var(--ink);
  font-weight: 400;
}

.presence__quote cite {
  display: block;
  margin-top: clamp(1.25rem, 2.5vw, 1.6rem);
  font-family: var(--sans);
  font-size: 0.89rem;
  font-style: normal;
  font-weight: 300;
  letter-spacing: 0.042em;
  line-height: 1.72;
  color: rgba(247, 245, 240, 0.42);
}

/* Process */
.section--process {
  border-top: 1px solid transparent;
  border-image: linear-gradient(
      90deg,
      transparent 0%,
      rgba(255, 255, 255, 0.035) 15%,
      rgba(156, 176, 216, 0.1) 50%,
      rgba(255, 255, 255, 0.035) 85%,
      transparent 100%
    )
    1;
}

.process {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0;
}

.process__step {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 1.5rem 2.25rem;
  padding: clamp(2.15rem, 4.2vw, 2.85rem) 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.045);
  transition:
    background 0.55s var(--ease-soft),
    border-radius 0.45s ease;
}

.process__step:first-child {
  padding-top: 0;
}

.process__step:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}

.process__step:hover {
  background: linear-gradient(90deg, rgba(156, 176, 216, 0.09), transparent 52%);
  margin-inline: clamp(-0.5rem, -1vw, -1rem);
  padding-inline: clamp(0.5rem, 1vw, 1rem);
  border-radius: 16px;
}

@media (max-width: 599px) {
  .process__step:hover {
    margin-inline: 0;
    padding-inline: 0;
  }
}

.process__index {
  font-size: 0.695rem;
  font-weight: 600;
  letter-spacing: 0.2em;
  color: var(--gold-muted);
  padding-top: 0.2rem;
}

.process__title {
  margin: 0 0 0.55rem;
  font-size: clamp(1.02rem, 0.35vw + 0.98rem, 1.08rem);
  font-weight: 500;
  color: var(--ink);
  letter-spacing: -0.02em;
}

.process__body p {
  margin: 0;
  font-size: 1.02rem;
  font-weight: 300;
  line-height: 1.875;
}

/* Choose */
.section--choose {
  background: var(--bg-raised);
  border-top: 1px solid var(--line);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.03);
}

.choose__grid {
  display: grid;
  gap: clamp(2.5rem, 5vw, 3.5rem);
}

@media (min-width: 900px) {
  .choose__grid {
    grid-template-columns: 1fr 1fr;
    gap: clamp(3.5rem, 8vw, 5.5rem);
    align-items: start;
  }
}

.choose__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: clamp(1.25rem, 3vw, 1.6rem);
}

.choose__item {
  display: flex;
  gap: 1rem;
  align-items: flex-start;
  font-size: clamp(1.025rem, 0.36vw + 0.98rem, 1.085rem);
  font-weight: 300;
  line-height: 1.695;
  color: var(--ink-muted);
  transition: color 0.45s var(--ease-soft);
}

.choose__item:hover {
  color: var(--ink-2);
}

.choose__mark {
  flex-shrink: 0;
  width: 6px;
  height: 6px;
  margin-top: 0.48rem;
  border-radius: 50%;
  background: var(--gold);
  box-shadow: 0 0 16px var(--line-glow);
}

/* Close */
.section--close {
  position: relative;
  text-align: center;
  padding: clamp(7rem, 17vw, 13rem) 0;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  overflow: hidden;
}

.close__orb {
  position: absolute;
  inset: 50% auto auto 50%;
  width: min(92vw, 580px);
  height: min(92vw, 580px);
  transform: translate(-50%, -50%);
  background: radial-gradient(circle, var(--gold-soft), transparent 64%);
  pointer-events: none;
  animation: orb-pulse 13s ease-in-out infinite;
}

@keyframes orb-pulse {
  0%,
  100% {
    opacity: 0.5;
    transform: translate(-50%, -50%) scale(1);
  }
  50% {
    opacity: 0.92;
    transform: translate(-50%, -50%) scale(1.08);
  }
}

@media (prefers-reduced-motion: reduce) {
  .close__orb {
    animation: none;
  }
}

.close__inner {
  position: relative;
  z-index: 1;
  max-width: 38rem;
  margin-inline: auto;
  padding-inline: var(--space-xs);
}

.close__label {
  font-size: clamp(0.67rem, 0.22vw + 0.62rem, 0.71rem);
  font-weight: 600;
  letter-spacing: var(--tracking-label);
  text-transform: uppercase;
  color: rgba(201, 184, 150, 0.52);
  margin: 0 0 clamp(1.35rem, 3.2vw, 2rem);
}

.close__title {
  margin: 0 0 clamp(1.5rem, 3vw, 2rem);
  font-family: var(--serif);
  font-weight: 400;
  font-size: clamp(2rem, 5.5vw + 0.5rem, 3.55rem);
  line-height: 1.08;
  color: var(--ink);
  letter-spacing: var(--tracking-tight);
  text-wrap: balance;
}

.close__italic {
  font-style: italic;
  color: rgba(247, 245, 240, 0.78);
}

.close__text {
  margin: 0 0 clamp(2.05rem, 4.1vw, 2.8rem);
  font-size: var(--text-lead);
  font-weight: 300;
  line-height: 1.915;
  color: var(--ink-2);
}

.close__brandlink {
  display: inline-block;
  font-size: 0.82rem;
  font-weight: 500;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--ink);
  text-decoration: none;
  padding: 0.65rem 0;
  border-bottom: 1px solid var(--gold-muted);
  transition:
    color 0.5s var(--ease-soft),
    border-color 0.5s var(--ease-soft),
    letter-spacing 0.58s var(--ease-out);
}

.close__brandlink:hover {
  color: var(--gold);
  letter-spacing: 0.26em;
  border-bottom-color: var(--gold);
}

.close__brandlink:focus-visible {
  outline: 1px solid rgba(201, 184, 150, 0.45);
  outline-offset: 4px;
}

/* Footer */
.footer {
  position: relative;
  z-index: 1;
  padding: clamp(2.85rem, 7vw, 3.75rem) 0 max(2.5rem, env(safe-area-inset-bottom));
  background: linear-gradient(180deg, rgba(6, 12, 24, 0.5) 0%, rgba(4, 8, 16, 0.98) 38%, var(--bg-void) 100%);
}

.footer__rule {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(
    90deg,
    transparent 0%,
    rgba(201, 184, 150, 0.15) 45%,
    rgba(255, 255, 255, 0.08) 50%,
    rgba(201, 184, 150, 0.15) 55%,
    transparent 100%
  );
  opacity: 0.95;
}

.footer__inner {
  display: flex;
  justify-content: center;
}

.footer__row {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: var(--space-lg);
  text-align: center;
}

@media (min-width: 640px) {
  .footer__row {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    gap: var(--space-md);
    text-align: left;
  }
}

.footer__meta {
  margin: 0;
  font-size: clamp(0.805rem, 0.27vw + 0.76rem, 0.865rem);
  font-weight: 300;
  letter-spacing: 0.052em;
  color: rgba(247, 245, 240, 0.44);
}

.footer__meta--secondary {
  opacity: 0.92;
}

.footer__dot {
  display: none;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: var(--gold-muted);
  opacity: 0.55;
}

@media (min-width: 640px) {
  .footer__dot {
    display: block;
  }
}

.footer__meta a {
  color: rgba(247, 245, 240, 0.9);
  font-weight: 400;
  text-decoration: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  transition:
    color 0.45s var(--ease-soft),
    border-color 0.45s var(--ease-soft);
}

.footer__meta a:hover {
  color: var(--gold);
  border-bottom-color: rgba(201, 184, 150, 0.45);
}

@media (max-width: 639px) {
  body {
    line-height: 1.79;
  }

  .hero__title {
    font-size: clamp(2.48rem, 10vw + 0.85rem, 3.45rem);
    letter-spacing: -0.031em;
  }

  .hero__lead {
    font-size: clamp(1.07rem, 0.52vw + 1rem, 1.15rem);
    line-height: 1.88;
  }

  .section__title,
  .section__title--lg {
    line-height: 1.15;
  }

  .section__text {
    line-height: 1.92;
  }

  .pillar__text,
  .process__body p {
    font-size: clamp(0.99rem, 0.38vw + 0.94rem, 1.06rem);
  }

  .footer__row {
    gap: var(--space-md);
  }

  .footer__meta {
    font-size: clamp(0.81rem, 0.28vw + 0.76rem, 0.87rem);
  }
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

/* —— Demos page —— */
.demos-main {
  padding-top: var(--header-h);
}

.demos-hero {
  position: relative;
  padding: clamp(4rem, 12vw, 7rem) 0 clamp(3rem, 8vw, 5rem);
  overflow: hidden;
}

.demos-hero__bg {
  position: absolute;
  inset: -30% -20% auto;
  height: 85%;
  background:
    radial-gradient(ellipse 45% 38% at 40% 0%, var(--ice-glow), transparent 72%),
    radial-gradient(ellipse 35% 32% at 85% 25%, rgba(201, 184, 150, 0.08), transparent 68%);
  opacity: 0.9;
  pointer-events: none;
}

.demos-hero__inner {
  position: relative;
  z-index: 1;
  max-width: 38rem;
}

.demos-hero__label {
  font-family: var(--serif-editorial);
  font-size: clamp(0.95rem, 0.45vw + 0.88rem, 1.05rem);
  font-style: italic;
  font-weight: 500;
  color: var(--gold-muted);
  margin: 0 0 1.25rem;
}

.demos-hero__title {
  margin: 0 0 1.5rem;
  font-family: var(--serif);
  font-weight: 400;
  font-size: clamp(2.75rem, 7vw, 4.25rem);
  line-height: 1.04;
  letter-spacing: var(--tracking-tight);
  color: var(--ink);
}

.demos-hero__lead {
  margin: 0;
  font-size: var(--text-lead);
  font-weight: 300;
  line-height: 1.88;
  color: var(--ink-2);
}

.demos-section {
  padding: 0 0 clamp(5rem, 14vw, 9rem);
}

.demos-grid {
  display: grid;
  gap: clamp(1.35rem, 3vw, 1.75rem);
}

@media (min-width: 640px) {
  .demos-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 1000px) {
  .demos-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

.demo-card {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: clamp(1.5rem, 3vw, 1.85rem);
  text-decoration: none;
  color: inherit;
  background: linear-gradient(
    160deg,
    rgba(22, 28, 42, 0.58) 0%,
    rgba(14, 20, 34, 0.72) 45%,
    rgba(10, 14, 26, 0.68) 100%
  );
  backdrop-filter: blur(16px) saturate(1.15);
  -webkit-backdrop-filter: blur(16px) saturate(1.15);
  border-radius: 18px;
  border: 1px solid rgba(255, 255, 255, 0.088);
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.06) inset,
    0 18px 48px rgba(0, 0, 0, 0.36);
  overflow: hidden;
  transition:
    transform 0.72s var(--ease-soft),
    border-color 0.55s var(--ease-out),
    box-shadow 0.72s var(--ease-soft);
}

.demo-card::before {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: inherit;
  padding: 1px;
  background: linear-gradient(
    155deg,
    rgba(201, 184, 150, 0.28),
    transparent 42%,
    rgba(156, 176, 216, 0.18)
  );
  -webkit-mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
  mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  opacity: 0.55;
  pointer-events: none;
  transition: opacity 0.55s var(--ease-soft);
}

.demo-card:hover {
  transform: translateY(-11px) scale(1.018);
  border-color: rgba(255, 255, 255, 0.14);
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.09) inset,
    0 40px 96px rgba(0, 0, 0, 0.52),
    0 0 48px rgba(156, 176, 216, 0.1),
    0 0 0 1px rgba(201, 184, 150, 0.14);
}

.demo-card:hover::before {
  opacity: 0.85;
}

@media (hover: none) {
  .demo-card:active {
    transform: translateY(-4px) scale(1.01);
  }
}

.demo-card:focus-visible {
  outline: 1px solid var(--gold-muted);
  outline-offset: 3px;
}

.demo-card__visual {
  position: relative;
  aspect-ratio: 16 / 10;
  margin: 0 0 1.35rem;
  border-radius: 11px;
  overflow: hidden;
  background: linear-gradient(165deg, #121a28 0%, #0a101c 100%);
  border: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.05) inset,
    0 12px 32px rgba(0, 0, 0, 0.45);
}

.demo-card__mock {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  padding: 0.4rem 0.45rem 0.5rem;
  gap: 0.35rem;
}

.demo-card__mock-bar {
  display: flex;
  align-items: center;
  gap: 0.4rem;
  flex-shrink: 0;
}

.demo-card__mock-dots {
  display: flex;
  gap: 0.22rem;
  padding: 0 0.1rem;
}

.demo-card__mock-dots span {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.12);
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.35) inset;
}

.demo-card__mock-dots span:nth-child(1) {
  background: #e87777;
}
.demo-card__mock-dots span:nth-child(2) {
  background: #e6c06b;
}
.demo-card__mock-dots span:nth-child(3) {
  background: #7bc97b;
}

.demo-card__mock-url {
  flex: 1;
  height: 0.52rem;
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.06);
}

.demo-card__mock-page {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 0.28rem;
  padding: 0.38rem 0.42rem 0.45rem;
  border-radius: 7px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.04) 0%, transparent 22%),
    linear-gradient(168deg, rgba(18, 24, 38, 0.95) 0%, rgba(8, 12, 22, 0.98) 100%);
  border: 1px solid rgba(255, 255, 255, 0.055);
  min-height: 0;
}

.demo-card__mock-nav {
  display: block;
  height: 0.38rem;
  border-radius: 3px;
  background: rgba(255, 255, 255, 0.07);
  width: 72%;
}

.demo-card__mock-hero {
  display: block;
  height: 28%;
  min-height: 1.35rem;
  border-radius: 5px;
  background: linear-gradient(118deg, rgba(120, 160, 210, 0.35) 0%, rgba(80, 110, 160, 0.2) 100%);
  position: relative;
  overflow: hidden;
}

.demo-card__mock-hero::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(105deg, transparent 35%, rgba(255, 255, 255, 0.07) 50%, transparent 65%);
}

.demo-card__mock-row {
  display: block;
  height: 0.32rem;
  border-radius: 3px;
  background: rgba(255, 255, 255, 0.065);
  width: 100%;
}

.demo-card__mock-row--short {
  width: 58%;
}

.demo-card__mock-cards {
  display: flex;
  gap: 0.28rem;
  margin-top: auto;
  padding-top: 0.12rem;
}

.demo-card__mock-cards span {
  flex: 1;
  height: 1.65rem;
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.05);
}

.demos-grid .demo-card:nth-child(1) .demo-card__mock-hero {
  background: linear-gradient(125deg, rgba(130, 190, 210, 0.42) 0%, rgba(70, 120, 150, 0.28) 100%);
}

.demos-grid .demo-card:nth-child(1) .demo-card__mock-cards span:nth-child(2) {
  background: linear-gradient(180deg, rgba(201, 184, 150, 0.12), rgba(255, 255, 255, 0.04));
}

.demos-grid .demo-card:nth-child(2) .demo-card__mock-hero {
  background: linear-gradient(118deg, rgba(180, 140, 95, 0.4) 0%, rgba(90, 110, 140, 0.25) 100%);
}

.demos-grid .demo-card:nth-child(2) .demo-card__mock-nav {
  width: 65%;
}

.demos-grid .demo-card:nth-child(2) .demo-card__mock-cards span:nth-child(1) {
  background: linear-gradient(160deg, rgba(212, 160, 90, 0.2), rgba(255, 255, 255, 0.04));
}

.demos-grid .demo-card:nth-child(3) .demo-card__mock-hero {
  background: linear-gradient(122deg, rgba(160, 150, 195, 0.35) 0%, rgba(90, 100, 130, 0.28) 100%);
}

.demos-grid .demo-card:nth-child(3) .demo-card__mock-row--short {
  width: 72%;
}

.demo-card:hover .demo-card__mock-page {
  border-color: rgba(255, 255, 255, 0.08);
}

.demo-card:hover .demo-card__visual {
  border-color: rgba(255, 255, 255, 0.14);
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.07) inset,
    0 16px 40px rgba(0, 0, 0, 0.5);
}

@media (prefers-reduced-motion: reduce) {
  .demo-card {
    transition-duration: 0.01ms;
  }
}

.demo-card__tag {
  align-self: flex-start;
  font-size: 0.62rem;
  font-weight: 600;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--gold-muted);
  margin-bottom: 0.75rem;
  padding: 0.35rem 0.65rem;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.035);
}

.demo-card__title {
  margin: 0 0 0.65rem;
  font-family: var(--serif-editorial);
  font-size: clamp(1.25rem, 0.5vw + 1.1rem, 1.45rem);
  font-weight: 500;
  letter-spacing: -0.02em;
  color: var(--ink);
}

.demo-card__desc {
  margin: 0 0 1.5rem;
  flex: 1;
  font-size: 0.96rem;
  font-weight: 300;
  line-height: 1.74;
  color: var(--ink-muted);
}

.demo-card__cta {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.65rem;
  width: 100%;
  margin-top: auto;
  padding: 0.88rem 1rem;
  font-size: 0.74rem;
  font-weight: 600;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--bg-deep);
  background: linear-gradient(165deg, #f0e8dc 0%, var(--gold) 45%, #b8a57a 100%);
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 10px;
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.35) inset,
    0 10px 28px rgba(0, 0, 0, 0.28);
  transition:
    color 0.5s var(--ease-soft),
    background 0.5s var(--ease-soft),
    letter-spacing 0.55s var(--ease-out),
    box-shadow 0.55s var(--ease-soft),
    transform 0.5s var(--ease-soft);
}

.demo-card__cta-text {
  display: inline-block;
  transition: transform 0.5s var(--ease-soft);
}

.demo-card:hover .demo-card__cta {
  color: var(--bg-deep);
  background: linear-gradient(165deg, #faf6ef 0%, #e8dcc8 38%, var(--gold) 100%);
  letter-spacing: 0.22em;
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.45) inset,
    0 14px 36px rgba(0, 0, 0, 0.38),
    0 0 28px rgba(201, 184, 150, 0.2);
  transform: translateY(-1px);
}

.demo-card:hover .demo-card__cta-text {
  transform: translateX(2px);
}

.demo-card__cta-arrow {
  font-size: 0.95rem;
  opacity: 0.88;
  transition: transform 0.5s var(--ease-soft);
}

.demo-card:hover .demo-card__cta-arrow {
  transform: translate(5px, -4px);
}

.demos-grid .demo-card:nth-child(1).reveal {
  transition-delay: 0s;
}
.demos-grid .demo-card:nth-child(2).reveal {
  transition-delay: 0.09s;
}
.demos-grid .demo-card:nth-child(3).reveal {
  transition-delay: 0.18s;
}

/* —— Pricing page —— */
.pricing-main {
  padding-top: var(--header-h);
}

.pricing-hero {
  position: relative;
  padding: clamp(4.25rem, 12vw, 7.25rem) 0 clamp(2.85rem, 7.5vw, 5rem);
  overflow: hidden;
}

.pricing-hero__bg {
  position: absolute;
  inset: -28% -18% auto;
  height: 88%;
  background:
    radial-gradient(ellipse 48% 40% at 38% 0%, var(--ice-glow), transparent 72%),
    radial-gradient(ellipse 38% 34% at 88% 22%, rgba(201, 184, 150, 0.1), transparent 68%);
  opacity: 0.92;
  pointer-events: none;
}

.pricing-hero__inner {
  position: relative;
  z-index: 1;
  max-width: 40rem;
}

.pricing-hero__label {
  font-family: var(--serif-editorial);
  font-size: clamp(0.95rem, 0.45vw + 0.88rem, 1.05rem);
  font-style: italic;
  font-weight: 500;
  color: var(--gold-muted);
  margin: 0 0 1.25rem;
  letter-spacing: 0.02em;
}

.pricing-hero__title {
  margin: 0 0 1.5rem;
  font-family: var(--serif);
  font-weight: 400;
  font-size: clamp(2.65rem, 6.8vw, 4.1rem);
  line-height: 1.06;
  letter-spacing: var(--tracking-tight);
  color: var(--ink);
}

.pricing-hero__lead {
  margin: 0;
  font-size: var(--text-lead);
  font-weight: 300;
  line-height: 1.88;
  color: var(--ink-2);
}

.pricing-section {
  padding: 0 0 clamp(4.5rem, 12vw, 8.25rem);
}

.pricing-grid {
  display: grid;
  gap: clamp(1.5rem, 3.5vw, 2rem);
  align-items: stretch;
}

@media (min-width: 900px) {
  .pricing-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: clamp(1.25rem, 2.2vw, 1.65rem);
    align-items: start;
  }
}

.pricing-card {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
  border-radius: 20px;
  background: linear-gradient(
    155deg,
    rgba(22, 28, 44, 0.52) 0%,
    rgba(12, 18, 32, 0.68) 48%,
    rgba(8, 12, 24, 0.62) 100%
  );
  backdrop-filter: blur(18px) saturate(1.25);
  -webkit-backdrop-filter: blur(18px) saturate(1.25);
  border: 1px solid rgba(255, 255, 255, 0.092);
  box-shadow:
    0 4px 0 0 rgba(0, 0, 0, 0.22) inset,
    0 1px 0 0 rgba(255, 255, 255, 0.06) inset,
    0 22px 56px rgba(0, 0, 0, 0.38),
    0 0 0 1px rgba(0, 0, 0, 0.2);
  overflow: visible;
  transition:
    transform 0.7s var(--ease-soft),
    border-color 0.55s var(--ease-out),
    box-shadow 0.7s var(--ease-soft);
}

.pricing-card::before {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: inherit;
  padding: 1px;
  background: linear-gradient(
    158deg,
    rgba(201, 184, 150, 0.32),
    transparent 40%,
    rgba(156, 176, 216, 0.2)
  );
  -webkit-mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
  mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  opacity: 0.58;
  pointer-events: none;
}

.pricing-card:hover {
  transform: translateY(-12px);
  border-color: rgba(255, 255, 255, 0.12);
  box-shadow:
    0 4px 0 0 rgba(0, 0, 0, 0.18) inset,
    0 1px 0 0 rgba(255, 255, 255, 0.085) inset,
    0 42px 100px rgba(0, 0, 0, 0.5),
    0 0 72px rgba(90, 120, 180, 0.08),
    0 0 0 1px rgba(255, 255, 255, 0.055) inset;
}

.pricing-card--featured {
  z-index: 2;
  border-color: rgba(201, 184, 150, 0.32);
  box-shadow:
    0 4px 0 0 rgba(0, 0, 0, 0.2) inset,
    0 1px 0 0 rgba(255, 255, 255, 0.08) inset,
    0 32px 80px rgba(0, 0, 0, 0.45),
    0 0 0 1px rgba(201, 184, 150, 0.16) inset,
    0 0 88px rgba(156, 176, 216, 0.14),
    0 0 120px rgba(201, 184, 150, 0.06);
  transform: translateY(-8px);
}

.pricing-card--featured::after {
  content: '';
  position: absolute;
  inset: -1px;
  z-index: 0;
  border-radius: 21px;
  pointer-events: none;
  opacity: 0.55;
  background: radial-gradient(
    ellipse 72% 58% at 50% 0%,
    rgba(201, 184, 150, 0.14),
    transparent 62%
  );
}

.pricing-card--featured:hover {
  transform: translateY(-16px);
  border-color: rgba(201, 184, 150, 0.42);
  box-shadow:
    0 4px 0 0 rgba(0, 0, 0, 0.16) inset,
    0 1px 0 0 rgba(255, 255, 255, 0.1) inset,
    0 52px 120px rgba(0, 0, 0, 0.55),
    0 0 0 1px rgba(201, 184, 150, 0.22) inset,
    0 0 100px rgba(156, 176, 216, 0.18),
    0 0 140px rgba(201, 184, 150, 0.09);
}

@media (min-width: 900px) {
  .pricing-card--featured {
    transform: translateY(-14px) scale(1.035);
  }

  .pricing-card--featured:hover {
    transform: translateY(-22px) scale(1.035);
  }
}

.pricing-card__badge {
  position: absolute;
  top: -0.65rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: 3;
  padding: 0.42rem 1.05rem;
  font-size: 0.62rem;
  font-weight: 600;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--bg-deep);
  background: linear-gradient(135deg, #d4c4a8 0%, var(--gold) 42%, #f0e6d4 100%);
  border-radius: 999px;
  box-shadow:
    0 10px 28px rgba(0, 0, 0, 0.4),
    0 0 0 1px rgba(255, 255, 255, 0.35) inset;
  white-space: nowrap;
}

.pricing-card__inner {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: clamp(1.85rem, 3.6vw, 2.35rem) clamp(1.55rem, 3vw, 1.95rem) clamp(1.75rem, 3.2vw, 2.1rem);
  border-radius: inherit;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.05) 0%, transparent 28%),
    linear-gradient(
      168deg,
      rgba(26, 32, 48, 0.42) 0%,
      rgba(12, 18, 30, 0.28) 52%,
      rgba(8, 12, 22, 0.38) 100%
    );
}

.pricing-card__name {
  margin: 0 0 0.55rem;
  font-family: var(--sans);
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--ink-soft);
}

.pricing-card__price {
  margin: 0 0 1.95rem;
  padding-bottom: 1.35rem;
  font-family: var(--serif);
  font-size: clamp(2.85rem, 8.2vw, 4.15rem);
  font-weight: 400;
  line-height: 0.98;
  letter-spacing: -0.045em;
  color: var(--ink);
  border-bottom: 1px solid rgba(255, 255, 255, 0.078);
  text-shadow:
    0 1px 0 rgba(255, 255, 255, 0.06),
    0 24px 48px rgba(0, 0, 0, 0.35);
}

.pricing-card__currency {
  font-size: 0.48em;
  vertical-align: super;
  margin-right: 0.04em;
  color: var(--gold);
  font-weight: 400;
  text-shadow: 0 0 28px rgba(201, 184, 150, 0.25);
}

.pricing-card__period {
  font-family: var(--sans);
  font-size: 0.28em;
  font-weight: 500;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--ink-2);
  margin-left: 0.12em;
}

.pricing-card__list {
  margin: 0 0 2.1rem;
  padding: 0.35rem 0 0 1.2rem;
  flex: 1;
  list-style: none;
}

.pricing-card__list li {
  position: relative;
  margin-bottom: 0.82rem;
  font-size: 0.96rem;
  font-weight: 300;
  line-height: 1.68;
  color: var(--ink-muted);
}

.pricing-card__list li::before {
  content: '';
  position: absolute;
  left: -1rem;
  top: 0.55em;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--gold-muted), var(--ice));
  opacity: 0.75;
}

.pricing-card__list li:last-child {
  margin-bottom: 0;
}

.pricing-card__cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin-top: auto;
  padding: 1.05rem 1.35rem;
  font-family: var(--sans);
  font-size: 0.74rem;
  font-weight: 600;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  text-decoration: none;
  cursor: pointer;
  color: var(--bg-deep);
  background: linear-gradient(165deg, #f2ebe0 0%, var(--gold) 48%, #c4ae84 100%);
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 12px;
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.35) inset,
    0 14px 32px rgba(0, 0, 0, 0.32);
  transition:
    color 0.45s var(--ease-soft),
    background 0.5s var(--ease-soft),
    border-color 0.45s var(--ease-soft),
    letter-spacing 0.55s var(--ease-out),
    box-shadow 0.55s var(--ease-soft),
    transform 0.5s var(--ease-soft);
}

.pricing-card__cta:hover {
  color: var(--bg-deep);
  background: linear-gradient(165deg, #faf6ef 0%, #e0d2b8 38%, var(--gold) 100%);
  border-color: rgba(255, 255, 255, 0.38);
  letter-spacing: 0.23em;
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.45) inset,
    0 20px 44px rgba(0, 0, 0, 0.4),
    0 0 36px rgba(201, 184, 150, 0.22);
  transform: translateY(-2px);
}

.pricing-card__cta:active {
  transform: translateY(0);
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.2) inset,
    0 8px 20px rgba(0, 0, 0, 0.35);
}

.pricing-card__cta--primary {
  background: linear-gradient(165deg, #ebe2d4 0%, var(--gold) 42%, #a8946e 100%);
  border-color: rgba(201, 184, 150, 0.55);
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.42) inset,
    0 16px 40px rgba(0, 0, 0, 0.38),
    0 0 28px rgba(201, 184, 150, 0.2);
}

.pricing-card__cta--primary:hover {
  background: linear-gradient(165deg, #f5efe6 0%, #dccaa8 35%, var(--gold) 100%);
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.5) inset,
    0 22px 50px rgba(0, 0, 0, 0.45),
    0 0 44px rgba(201, 184, 150, 0.28);
}

.pricing-card__cta:focus-visible {
  outline: 2px solid rgba(201, 184, 150, 0.65);
  outline-offset: 3px;
}

@media (hover: none) {
  .pricing-card:active {
    transform: translateY(-4px);
  }

  .pricing-card--featured:active {
    transform: translateY(-8px) scale(1.035);
  }
}

.pricing-grid .pricing-card:nth-child(1).reveal {
  transition-delay: 0s;
}
.pricing-grid .pricing-card:nth-child(2).reveal {
  transition-delay: 0.1s;
}
.pricing-grid .pricing-card:nth-child(3).reveal {
  transition-delay: 0.2s;
}

.trust-strip {
  padding: clamp(0.5rem, 2vw, 1rem) 0 clamp(4.75rem, 12vw, 8.25rem);
}

.trust-strip__inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 0.55rem 1.1rem;
  padding: clamp(1.1rem, 2.5vw, 1.45rem) clamp(1rem, 2.5vw, 1.5rem);
  margin-top: 0.25rem;
  text-align: center;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.085);
  border-top: 1px solid rgba(201, 184, 150, 0.2);
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.045) 0%,
    rgba(10, 16, 30, 0.35) 100%
  );
  backdrop-filter: blur(14px) saturate(1.1);
  -webkit-backdrop-filter: blur(14px) saturate(1.1);
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.04) inset,
    0 12px 40px rgba(0, 0, 0, 0.22);
}

.trust-strip__item {
  margin: 0;
  font-size: clamp(0.82rem, 0.32vw + 0.78rem, 0.9rem);
  font-weight: 400;
  letter-spacing: 0.06em;
  color: var(--ink-2);
}

.trust-strip__dot {
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: var(--gold-muted);
  opacity: 0.65;
  box-shadow: 0 0 10px rgba(201, 184, 150, 0.35);
}

@media (max-width: 640px) {
  .trust-strip__dot {
    display: none;
  }

  .trust-strip__inner {
    flex-direction: column;
    gap: 0.75rem;
    border-radius: 16px;
  }
}

/* —— Contact page —— */
.contact-main {
  padding-top: var(--header-h);
}

.contact-hero {
  position: relative;
  padding: clamp(4rem, 12vw, 7rem) 0 clamp(2.5rem, 7vw, 4.75rem);
  overflow: hidden;
}

.contact-hero__bg {
  position: absolute;
  inset: -28% -18% auto;
  height: 88%;
  background:
    radial-gradient(ellipse 46% 38% at 36% 0%, var(--ice-glow), transparent 72%),
    radial-gradient(ellipse 36% 32% at 86% 24%, rgba(201, 184, 150, 0.1), transparent 68%);
  opacity: 0.92;
  pointer-events: none;
}

.contact-hero__inner {
  position: relative;
  z-index: 1;
  max-width: 40rem;
}

.contact-hero__label {
  font-family: var(--serif-editorial);
  font-size: clamp(0.95rem, 0.45vw + 0.88rem, 1.05rem);
  font-style: italic;
  font-weight: 500;
  color: var(--gold-muted);
  margin: 0 0 1.25rem;
  letter-spacing: 0.02em;
}

.contact-hero__title {
  margin: 0 0 1.5rem;
  font-family: var(--serif);
  font-weight: 400;
  font-size: clamp(2.55rem, 6.5vw, 3.95rem);
  line-height: 1.06;
  letter-spacing: var(--tracking-tight);
  color: var(--ink);
}

.contact-hero__lead {
  margin: 0;
  font-size: var(--text-lead);
  font-weight: 300;
  line-height: 1.88;
  color: var(--ink-2);
}

.contact-section {
  padding: 0 0 clamp(4rem, 11vw, 7.25rem);
}

.contact-grid {
  display: grid;
  gap: clamp(1.5rem, 3.5vw, 2rem);
  max-width: 52rem;
  margin-inline: auto;
}

@media (min-width: 720px) {
  .contact-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: clamp(1.35rem, 2.5vw, 1.75rem);
  }
}

.contact-card {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: clamp(1.75rem, 3.5vw, 2.15rem) clamp(1.5rem, 3vw, 1.9rem);
  border-radius: 20px;
  background: linear-gradient(
    158deg,
    rgba(22, 28, 44, 0.55) 0%,
    rgba(12, 18, 32, 0.72) 48%,
    rgba(8, 12, 24, 0.65) 100%
  );
  backdrop-filter: blur(16px) saturate(1.12);
  -webkit-backdrop-filter: blur(16px) saturate(1.12);
  border: 1px solid rgba(255, 255, 255, 0.09);
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.06) inset,
    0 20px 52px rgba(0, 0, 0, 0.38);
  transition:
    transform 0.68s var(--ease-soft),
    border-color 0.5s var(--ease-out),
    box-shadow 0.68s var(--ease-soft);
}

.contact-card::before {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: inherit;
  padding: 1px;
  background: linear-gradient(
    158deg,
    rgba(201, 184, 150, 0.26),
    transparent 44%,
    rgba(156, 176, 216, 0.16)
  );
  -webkit-mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
  mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  opacity: 0.52;
  pointer-events: none;
  transition: opacity 0.5s var(--ease-soft);
}

.contact-card:hover {
  transform: translateY(-10px);
  border-color: rgba(255, 255, 255, 0.14);
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.09) inset,
    0 36px 88px rgba(0, 0, 0, 0.48),
    0 0 56px rgba(156, 176, 216, 0.09);
}

.contact-card:hover::before {
  opacity: 0.78;
}

@media (hover: none) {
  .contact-card:active {
    transform: translateY(-4px);
  }
}

.contact-card__icon {
  position: relative;
  z-index: 1;
  width: 3rem;
  height: 3rem;
  margin-bottom: 1.25rem;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.contact-card__icon-mark {
  display: block;
  position: relative;
  flex-shrink: 0;
}

.contact-card__icon-mark--wa {
  width: 1.15rem;
  height: 1.15rem;
  border-radius: 5px;
  background: linear-gradient(145deg, rgba(110, 200, 150, 0.45), rgba(60, 140, 110, 0.35));
  box-shadow: 0 0 20px rgba(90, 180, 130, 0.15);
}

.contact-card__icon-mark--wa::after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  right: -3px;
  bottom: -2px;
  border: 5px solid transparent;
  border-top-color: rgba(70, 150, 115, 0.5);
  border-left-color: rgba(70, 150, 115, 0.5);
  transform: rotate(-12deg);
}

.contact-card__icon-mark--mail {
  width: 1.35rem;
  height: 1rem;
  border-radius: 5px;
  border: 2px solid rgba(156, 176, 216, 0.45);
  background: linear-gradient(
    165deg,
    rgba(156, 176, 216, 0.12),
    rgba(255, 255, 255, 0.03)
  );
  box-shadow: 0 0 18px rgba(156, 176, 216, 0.1);
}

.contact-card__icon-mark--mail::before {
  content: '';
  position: absolute;
  left: 50%;
  top: 2px;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 5px solid rgba(156, 176, 216, 0.5);
}

.contact-card__eyebrow {
  position: relative;
  z-index: 1;
  margin: 0 0 0.5rem;
  font-family: var(--sans);
  font-size: 0.65rem;
  font-weight: 600;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--ink-soft);
}

.contact-card__title {
  position: relative;
  z-index: 1;
  margin: 0 0 0.85rem;
  font-family: var(--serif-editorial);
  font-size: clamp(1.28rem, 0.5vw + 1.12rem, 1.48rem);
  font-weight: 500;
  letter-spacing: -0.02em;
  color: var(--ink);
}

.contact-card__desc {
  position: relative;
  z-index: 1;
  margin: 0 0 1.75rem;
  flex: 1;
  font-size: 0.98rem;
  font-weight: 300;
  line-height: 1.78;
  color: var(--ink-muted);
}

.contact-card--form .contact-card__desc {
  flex: 0 0 auto;
  margin-bottom: 1.15rem;
}

.contact-form {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  flex: 1;
  width: 100%;
  gap: 0.9rem;
  margin-top: auto;
}

.contact-form__field {
  display: flex;
  flex-direction: column;
  gap: 0.42rem;
}

.contact-form__label {
  font-family: var(--sans);
  font-size: 0.62rem;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--ink-soft);
}

.contact-form__input,
.contact-form__textarea {
  width: 100%;
  margin: 0;
  padding: 0.72rem 0.88rem;
  font-family: var(--sans);
  font-size: 0.94rem;
  font-weight: 300;
  line-height: 1.55;
  letter-spacing: 0.015em;
  color: var(--ink);
  background: rgba(8, 12, 22, 0.55);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 10px;
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.04) inset;
  transition:
    border-color 0.45s var(--ease-soft),
    box-shadow 0.5s var(--ease-soft),
    background 0.45s var(--ease-soft);
}

.contact-form__textarea {
  min-height: 6.5rem;
  resize: vertical;
}

.contact-form__input::placeholder,
.contact-form__textarea::placeholder {
  color: rgba(247, 245, 240, 0.28);
}

.contact-form__input:hover,
.contact-form__textarea:hover {
  border-color: rgba(255, 255, 255, 0.14);
}

.contact-form__input:focus,
.contact-form__textarea:focus {
  outline: none;
  border-color: rgba(201, 184, 150, 0.42);
  background: rgba(10, 16, 28, 0.72);
  box-shadow:
    0 0 0 1px rgba(201, 184, 150, 0.12),
    0 0 28px rgba(156, 176, 216, 0.12),
    0 1px 0 rgba(255, 255, 255, 0.05) inset;
}

.contact-form__error {
  margin: 0;
  min-height: 1.25rem;
  font-size: 0.82rem;
  font-weight: 400;
  line-height: 1.45;
  letter-spacing: 0.02em;
  color: rgba(232, 180, 160, 0.92);
  transition: opacity 0.35s var(--ease-soft);
}

.contact-form__error[hidden] {
  display: none;
}

.contact-form__submit {
  cursor: pointer;
  border: none;
  margin-top: 0.15rem;
  font: inherit;
}

.contact-form__submit:focus-visible {
  outline: 2px solid rgba(201, 184, 150, 0.55);
  outline-offset: 3px;
}

.contact-card__cta {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin-top: auto;
  padding: 1rem 1.25rem;
  font-family: var(--sans);
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  text-decoration: none;
  color: var(--bg-deep);
  background: linear-gradient(165deg, #f0e8dc 0%, var(--gold) 48%, #b8a57a 100%);
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 11px;
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.35) inset,
    0 12px 30px rgba(0, 0, 0, 0.3);
  transition:
    background 0.5s var(--ease-soft),
    box-shadow 0.55s var(--ease-soft),
    letter-spacing 0.55s var(--ease-out),
    transform 0.5s var(--ease-soft);
}

.contact-card__cta:hover {
  background: linear-gradient(165deg, #faf6ef 0%, #e0d2b8 38%, var(--gold) 100%);
  letter-spacing: 0.23em;
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.42) inset,
    0 16px 40px rgba(0, 0, 0, 0.38),
    0 0 28px rgba(201, 184, 150, 0.2);
  transform: translateY(-2px);
}

.contact-card__cta--secondary {
  background: linear-gradient(
    165deg,
    rgba(255, 255, 255, 0.1) 0%,
    rgba(156, 176, 216, 0.14) 45%,
    rgba(255, 255, 255, 0.06) 100%
  );
  color: var(--ink);
  border-color: rgba(255, 255, 255, 0.14);
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.08) inset,
    0 10px 28px rgba(0, 0, 0, 0.28);
}

.contact-card__cta--secondary:hover {
  background: linear-gradient(
    165deg,
    rgba(255, 255, 255, 0.14) 0%,
    rgba(156, 176, 216, 0.2) 50%,
    rgba(255, 255, 255, 0.08) 100%
  );
  color: var(--ink);
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.12) inset,
    0 16px 38px rgba(0, 0, 0, 0.36),
    0 0 32px rgba(156, 176, 216, 0.12);
}

.contact-card__cta:focus-visible {
  outline: 2px solid rgba(201, 184, 150, 0.55);
  outline-offset: 3px;
}

.contact-grid .contact-card:nth-child(1).reveal {
  transition-delay: 0s;
}
.contact-grid .contact-card:nth-child(2).reveal {
  transition-delay: 0.1s;
}

.contact-trust {
  padding: 0 0 clamp(4.5rem, 12vw, 8rem);
}

.contact-trust__inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 0.5rem 0.95rem;
  padding: clamp(1.05rem, 2.4vw, 1.4rem) clamp(1rem, 2.4vw, 1.45rem);
  text-align: center;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.085);
  border-top: 1px solid rgba(201, 184, 150, 0.18);
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.04) 0%,
    rgba(10, 16, 30, 0.35) 100%
  );
  backdrop-filter: blur(14px) saturate(1.08);
  -webkit-backdrop-filter: blur(14px) saturate(1.08);
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.035) inset,
    0 12px 40px rgba(0, 0, 0, 0.22);
}

.contact-trust__item {
  margin: 0;
  font-size: clamp(0.8rem, 0.3vw + 0.76rem, 0.88rem);
  font-weight: 400;
  letter-spacing: 0.055em;
  color: var(--ink-2);
}

.contact-trust__dot {
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: var(--gold-muted);
  opacity: 0.6;
  box-shadow: 0 0 8px rgba(201, 184, 150, 0.3);
}

@media (max-width: 720px) {
  .contact-trust__dot {
    display: none;
  }

  .contact-trust__inner {
    flex-direction: column;
    gap: 0.7rem;
    border-radius: 16px;
  }
}

/* —— Home: hero entrance & reading rhythm —— */
@keyframes sn-home-hero-in {
  from {
    opacity: 0;
    transform: translate3d(0, 0.52rem, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

.page--home .hero__label {
  animation: sn-home-hero-in 1.38s var(--ease-hero) 0.08s both;
}

.page--home .hero__title .hero__line:nth-child(1) {
  animation: sn-home-hero-in 1.38s var(--ease-hero) 0.2s both;
}

.page--home .hero__title .hero__line:nth-child(2) {
  animation: sn-home-hero-in 1.38s var(--ease-hero) 0.32s both;
}

.page--home .hero__lead {
  animation: sn-home-hero-in 1.38s var(--ease-hero) 0.44s both;
  font-size: clamp(1.14rem, 0.62vw + 1.02rem, 1.27rem);
  line-height: 1.94;
  letter-spacing: 0.011em;
}

.page--home .hero__examples {
  animation: sn-home-hero-in 1.38s var(--ease-hero) 0.54s both;
}

.page--home .hero__meta {
  animation: sn-home-hero-in 1.38s var(--ease-hero) 0.64s both;
}

.page--home .section__text {
  font-size: clamp(1.1rem, 0.48vw + 1.02rem, 1.21rem);
  line-height: 2.02;
  letter-spacing: 0.0095em;
}

.page--home .pillar__text {
  font-size: 1.04rem;
  line-height: 1.92;
  letter-spacing: 0.008em;
}

.page--home .process__body p {
  font-size: 1.06rem;
  line-height: 1.96;
  letter-spacing: 0.0085em;
}

.page--home .choose__item {
  font-size: clamp(1.055rem, 0.4vw + 1rem, 1.12rem);
  line-height: 1.78;
  letter-spacing: 0.009em;
}

.page--home .presence__quote {
  line-height: 1.6;
}

.page--home .presence__quote cite {
  line-height: 1.8;
  letter-spacing: 0.044em;
}

.page--home .close__text {
  font-size: clamp(1.13rem, 0.55vw + 1.03rem, 1.24rem);
  line-height: 1.97;
  letter-spacing: 0.009em;
}

@media (prefers-reduced-motion: reduce) {
  .page--home .hero__label,
  .page--home .hero__title .hero__line:nth-child(1),
  .page--home .hero__title .hero__line:nth-child(2),
  .page--home .hero__lead,
  .page--home .hero__examples,
  .page--home .hero__meta {
    animation: none;
    opacity: 1;
    transform: none;
  }
}
