:root {
  --bg: #f7f5f1;
  --bg-strong: #f0ede8;
  --surface: rgba(255, 255, 255, 0.78);
  --surface-strong: rgba(255, 255, 255, 0.94);
  --ink: #090040;
  --muted: #666382;
  --line: rgba(9, 0, 64, 0.1);
  --accent: #ff6584;
  --accent-soft: rgba(255, 101, 132, 0.08);
  --accent-glow: rgba(255, 101, 132, 0.18);
  --shadow-soft: 0 14px 36px rgba(9, 0, 64, 0.04);
  --shadow-strong: 0 20px 48px rgba(9, 0, 64, 0.08);
  --radius-xl: 30px;
  --radius-lg: 24px;
  --radius-md: 18px;
  --max-width: 1160px;
}

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

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-width: 320px;
  background:
    radial-gradient(circle at top, rgba(9, 0, 64, 0.055), transparent 24%),
    radial-gradient(circle at left top, rgba(255, 101, 132, 0.075), transparent 22%),
    radial-gradient(circle at right 12%, rgba(9, 0, 64, 0.035), transparent 20%),
    linear-gradient(180deg, #fbfaf7 0%, var(--bg) 48%, #f5f2ec 100%);
  color: var(--ink);
  font-family: "Manrope", sans-serif;
  line-height: 1.6;
}

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

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

p,
li {
  color: var(--muted);
}

.page-shell {
  width: min(calc(100% - 40px), var(--max-width));
  margin: 0 auto;
  padding: 24px 0 56px;
}

.site-header,
.site-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.site-header {
  position: sticky;
  top: 16px;
  z-index: 20;
  padding: 16px 20px;
  margin-bottom: 42px;
  border: 1px solid rgba(9, 0, 64, 0.07);
  border-radius: 22px;
  background: rgba(251, 250, 247, 0.88);
  backdrop-filter: blur(14px);
  box-shadow: 0 10px 30px rgba(9, 0, 64, 0.04);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-weight: 700;
  letter-spacing: -0.03em;
}

.brand img {
  width: 40px;
  height: 40px;
  border-radius: 12px;
  box-shadow: 0 10px 18px rgba(9, 0, 64, 0.1);
}

.site-nav,
.footer-links {
  display: flex;
  align-items: center;
  gap: 18px;
}

.site-nav a,
.footer-links a {
  color: var(--muted);
  transition: color 180ms ease;
}

.site-nav a:hover,
.footer-links a:hover {
  color: var(--accent);
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(460px, 560px);
  align-items: center;
  gap: 48px;
  padding: 58px 0 44px;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 0 0 18px;
  color: var(--ink);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.eyebrow::before {
  content: "";
  width: 28px;
  height: 1px;
  background: rgba(9, 0, 64, 0.24);
}

h1,
h2,
h3 {
  margin: 0;
  color: var(--ink);
  letter-spacing: -0.05em;
}

h1 {
  max-width: 11ch;
  font-size: clamp(3.3rem, 6vw, 5.9rem);
  line-height: 0.92;
  font-weight: 800;
}

h1 span,
.section-heading h2 span {
  color: var(--accent);
}

.hero-text,
.showcase-copy p,
.cta-card p,
.section-heading p {
  max-width: 58ch;
  font-size: 1rem;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin: 34px 0 34px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 0 20px;
  border: 1px solid var(--line);
  border-radius: 16px;
  font-size: 0.92rem;
  font-weight: 600;
  transition:
    transform 180ms ease,
    border-color 180ms ease,
    background-color 180ms ease,
    box-shadow 180ms ease;
}

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

.button-primary {
  background: var(--ink);
  border-color: var(--ink);
  color: #faf8f4;
  box-shadow: 0 12px 24px rgba(9, 0, 64, 0.12);
}

.button-secondary {
  background: rgba(255, 255, 255, 0.5);
}

.button-secondary:hover {
  border-color: rgba(255, 101, 132, 0.26);
  background: rgba(255, 101, 132, 0.05);
}

.hero-points {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.hero-points li {
  padding: 10px 14px;
  border: 1px solid rgba(9, 0, 64, 0.08);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.55);
  color: rgba(9, 0, 64, 0.82);
  font-size: 0.84rem;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  box-shadow: 0 8px 18px rgba(9, 0, 64, 0.03);
}

.hero-visual {
  position: relative;
  min-height: 620px;
}

.hero-visual::before {
  content: "";
  position: absolute;
  inset: 70px 110px 90px;
  border-radius: 50%;
  background:
    radial-gradient(circle, var(--accent-glow) 0%, rgba(255, 101, 132, 0.06) 38%, transparent 70%);
  filter: blur(18px);
}

.hero-card {
  position: absolute;
}

.hero-card img,
.shot-card img {
  filter: drop-shadow(0 24px 40px rgba(9, 0, 64, 0.1));
}

.hero-card-left {
  top: 170px;
  left: 3%;
  width: 31%;
  transform: rotate(-5deg);
}

.hero-card-center {
  top: 0;
  left: 32%;
  width: 36%;
  z-index: 2;
}

.hero-card-right {
  top: 166px;
  right: 3%;
  width: 31%;
  transform: rotate(5deg);
}

.value-strip {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin: 6px 0 56px;
  border: none;
}

.value-item,
.feature-card,
.shot-card,
.cta-card,
.legal-shell,
.site-footer {
  border: 1px solid rgba(9, 0, 64, 0.07);
  background: var(--surface);
  backdrop-filter: blur(14px);
  box-shadow: var(--shadow-soft);
}

.value-item {
  padding: 24px 26px;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.6);
  box-shadow: 0 10px 24px rgba(9, 0, 64, 0.04);
}

.value-label {
  display: inline-flex;
  margin-bottom: 10px;
  padding: 8px 12px;
  border-radius: 999px;
  background: var(--accent-soft);
  color: var(--accent);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.value-item p {
  margin: 0;
}

.section {
  padding: 88px 0 0;
}

.section-heading {
  margin-bottom: 34px;
}

.section-heading h2,
.showcase-copy h2,
.cta-card h2,
.legal-intro h1 {
  max-width: 12ch;
  font-size: clamp(2.2rem, 4vw, 3.9rem);
  line-height: 1.02;
}

.feature-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.feature-card {
  padding: 28px;
  border-radius: 24px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.76), rgba(255, 255, 255, 0.58));
  box-shadow: 0 12px 30px rgba(9, 0, 64, 0.04);
  transition:
    transform 180ms ease,
    border-color 180ms ease,
    background-color 180ms ease,
    box-shadow 180ms ease;
}

.feature-card:hover {
  transform: translateY(-2px);
  border-color: rgba(255, 101, 132, 0.16);
  background: rgba(255, 255, 255, 0.7);
  box-shadow: 0 18px 38px rgba(9, 0, 64, 0.06);
}

.feature-card h3 {
  margin-bottom: 10px;
  font-size: 1.34rem;
}

.feature-card p {
  margin: 0;
}

.showcase {
  display: grid;
  gap: 18px;
}

.showcase-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 32px 24px;
}

.shot-card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 100%;
  padding: 18px 0 0;
  border-radius: 0;
  background: transparent;
  border: none;
  box-shadow: none;
  backdrop-filter: none;
}

.shot-card-large {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: minmax(0, 0.86fr) minmax(280px, 420px);
  align-items: center;
  gap: 36px;
  padding-bottom: 0;
}

.shot-copy {
  max-width: 36ch;
}

.shot-label {
  margin: 0 0 10px;
  color: var(--accent);
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.shot-card h3 {
  margin-bottom: 10px;
  font-size: 1.55rem;
}

.shot-card p {
  margin-top: 0;
}

.shot-card img {
  width: min(100%, 280px);
  margin: 16px auto 0;
}

.cta-section {
  padding-bottom: 30px;
}

.cta-card {
  padding: 42px;
  border-radius: 30px;
  background:
    radial-gradient(circle at top right, rgba(255, 101, 132, 0.18), transparent 28%),
    radial-gradient(circle at left bottom, rgba(255, 255, 255, 0.06), transparent 26%),
    #090040;
  border-color: #090040;
  box-shadow: 0 22px 48px rgba(9, 0, 64, 0.12);
}

.cta-card .eyebrow,
.cta-card h2,
.cta-card p {
  color: #f5f1ea;
}

.cta-card .eyebrow::before {
  background: rgba(255, 101, 132, 0.5);
}

.cta-card .button-primary {
  background: #ff6584;
  border-color: #ff6584;
  color: #090040;
}

.cta-card .button-secondary {
  background: transparent;
  border-color: rgba(245, 241, 234, 0.18);
  color: #f5f1ea;
}

.site-footer {
  margin-top: 52px;
  padding: 24px 28px;
  border-radius: 24px;
  box-shadow: 0 10px 24px rgba(9, 0, 64, 0.04);
}

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

.footer-copy {
  margin: 10px 0 0;
  max-width: 34ch;
}

.legal-page {
  min-height: 100vh;
}

.legal-main {
  padding-top: 12px;
}

.legal-shell {
  padding: 34px;
  border-radius: 26px;
  background: var(--surface-strong);
  box-shadow: 0 12px 30px rgba(9, 0, 64, 0.04);
}

.legal-intro {
  display: grid;
  gap: 14px;
  margin-bottom: 28px;
  padding-bottom: 24px;
  border-bottom: 1px solid var(--line);
}

.legal-intro p,
.legal-section p,
.legal-section li {
  max-width: 78ch;
}

.legal-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.legal-meta span {
  display: inline-flex;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(255, 101, 132, 0.08);
  border-bottom: none;
  color: var(--ink);
  font-size: 0.88rem;
}

.legal-section + .legal-section {
  margin-top: 34px;
  padding-top: 30px;
  border-top: 1px solid rgba(9, 0, 64, 0.06);
}

.legal-section h2,
.legal-section h3 {
  margin-bottom: 10px;
}

.legal-section h2 {
  font-size: 1.55rem;
}

.legal-section h3 {
  font-size: 1.08rem;
}

.legal-section ul {
  margin: 0;
  padding-left: 20px;
}

@media (max-width: 1080px) {
  .hero {
    grid-template-columns: 1fr;
  }

  .hero-visual {
    min-height: 520px;
    margin-top: 12px;
  }

  .hero-card-left {
    left: 11%;
  }

  .hero-card-right {
    right: 11%;
  }

  .value-strip,
  .showcase-grid,
  .feature-grid,
  .shot-card-large {
    grid-template-columns: 1fr;
  }

  .shot-card-large {
    gap: 20px;
  }

  .site-footer {
    flex-direction: column;
    align-items: flex-start;
  }
}

@media (max-width: 760px) {
  .page-shell {
    width: min(calc(100% - 24px), var(--max-width));
    padding-top: 14px;
  }

  .site-header {
    position: static;
    flex-direction: column;
    align-items: flex-start;
    border-radius: 22px;
  }

  .site-nav,
  .footer-links {
    flex-wrap: wrap;
  }

  h1 {
    max-width: 9.8ch;
    font-size: clamp(2.7rem, 15vw, 4rem);
  }

  .section-heading h2,
  .showcase-copy h2,
  .cta-card h2,
  .legal-intro h1 {
    max-width: none;
    font-size: clamp(2.1rem, 10vw, 3rem);
  }

  .hero-actions,
  .button {
    width: 100%;
  }

  .hero-visual {
    min-height: 380px;
  }

  .hero-card-left,
  .hero-card-right {
    width: 28%;
  }

  .hero-card-center {
    top: 0;
    left: 28%;
    width: 42%;
  }

  .feature-card,
  .shot-card,
  .cta-card,
  .legal-shell,
  .value-item,
  .site-footer {
    padding-left: 20px;
    padding-right: 20px;
  }

  .value-strip {
    grid-template-columns: 1fr;
  }

  .value-item {
    border-right: none;
  }

  .shot-card {
    padding-bottom: 0;
  }

  .legal-shell {
    padding-top: 28px;
    padding-bottom: 28px;
  }
}

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

  *,
  *::before,
  *::after {
    animation: none !important;
    transition: none !important;
  }
}
