@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;0,500;1,300;1,400&family=Montserrat:wght@300;400;500;600&display=swap');

:root {
  --page-bg: #f7f3ec;
  --surface: #fffaf3;
  --surface-soft: #f1eadf;

  --text: #2f3432;
  --muted: #7b817d;
  --line: rgba(47, 52, 50, 0.12);

  --accent: #b88a55;
  --accent-dark: #8c6437;
  --accent-soft: rgba(184, 138, 85, 0.12);

  --shadow: 0 28px 80px rgba(52, 45, 36, 0.12);
  --shadow-soft: 0 18px 45px rgba(52, 45, 36, 0.08);
}

* {
  box-sizing: border-box;
}

body.sp-page {
  margin: 0;
  min-height: 100vh;
  overflow-x: hidden;
  background:
    radial-gradient(circle at top, rgba(184, 138, 85, 0.16), transparent 34rem),
    linear-gradient(180deg, #fbf7f0 0%, var(--page-bg) 100%);
  font-family: 'Montserrat', sans-serif;
  color: var(--text);
}

a {
  color: inherit;
}

/* HERO */

.sp-hero {
  position: relative;
  padding: clamp(6rem, 11vw, 8.5rem) 2rem clamp(3.5rem, 6vw, 5rem);
  text-align: center;
  border-bottom: 1px solid var(--line);
  overflow: hidden;
}

.sp-hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse 70% 55% at 50% 0%, rgba(184, 138, 85, 0.18), transparent 70%),
    radial-gradient(circle at 15% 80%, rgba(106, 155, 173, 0.08), transparent 20rem);
  pointer-events: none;
}

.sp-hero__inner {
  position: relative;
  z-index: 1;
}

.sp-kicker {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 1.8rem;
}

.sp-kicker::before,
.sp-kicker::after {
  content: '';
  width: 42px;
  height: 1px;
  background: rgba(184, 138, 85, 0.7);
}

.sp-kicker span,
.sp-story__label {
  font-size: 0.55rem;
  letter-spacing: 0.4em;
  text-transform: uppercase;
  color: var(--accent);
  font-weight: 600;
}

.sp-hero h1 {
  max-width: 900px;
  margin: 0 auto 1.5rem;
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(3.8rem, 9vw, 7rem);
  font-weight: 300;
  line-height: 0.9;
  letter-spacing: -0.045em;
}

.sp-hero h1 em {
  color: var(--accent);
}

.sp-sub {
  margin: 0 auto;
  max-width: 560px;
  font-size: 0.72rem;
  letter-spacing: 0.24em;
  line-height: 1.9;
  text-transform: uppercase;
  color: var(--muted);
}

.sp-rule {
  display: flex;
  align-items: center;
  justify-content: center;
  width: min(100% - 4rem, 760px);
  margin: 3rem auto 0;
}

.sp-rule::before,
.sp-rule::after {
  content: '';
  flex: 1;
  height: 1px;
  background: var(--line);
}

.sp-rule span {
  width: 7px;
  height: 7px;
  margin: 0 16px;
  background: var(--accent);
  transform: rotate(45deg);
}

/* STORY */

.sp-story {
  width: min(100% - 4rem, 980px);
  margin: clamp(4.5rem, 8vw, 7rem) auto;
}

.sp-story__card {
  position: relative;
  overflow: hidden;
  padding: clamp(3.2rem, 7vw, 6rem);
  text-align: center;
  background:
    radial-gradient(circle at top, rgba(184, 138, 85, 0.11), transparent 58%),
    var(--surface);
  border: 1px solid var(--line);
  border-radius: 40px;
  box-shadow: var(--shadow);
}

.sp-story__card::before {
  content: '';
  position: absolute;
  inset: 24px;
  border: 1px solid rgba(184, 138, 85, 0.16);
  border-radius: 30px;
  pointer-events: none;
}

.sp-story__card::after {
  content: '';
  position: absolute;
  right: -85px;
  bottom: -85px;
  width: 220px;
  height: 220px;
  border: 1px solid rgba(184, 138, 85, 0.16);
  border-radius: 50%;
}

.sp-story__label {
  position: relative;
  z-index: 1;
  display: block;
  margin-bottom: 1.4rem;
}

.sp-story h2 {
  position: relative;
  z-index: 1;
  margin: 0 0 2.4rem;
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(2.8rem, 6vw, 4.7rem);
  font-weight: 300;
  font-style: italic;
  line-height: 1;
  letter-spacing: -0.035em;
}

.sp-story__text {
  position: relative;
  z-index: 1;
}

.sp-story p {
  max-width: 700px;
  margin: 0 auto 1.25rem;
  color: var(--muted);
  font-size: 0.92rem;
  font-weight: 300;
  line-height: 2;
}

.sp-story__highlight {
  margin-top: 2.5rem !important;
  padding-top: 2rem;
  border-top: 1px solid var(--line);
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(1.45rem, 3vw, 2.1rem) !important;
  font-style: italic;
  color: var(--text) !important;
  line-height: 1.45 !important;
}

/* VIDEO */

.sp-video {
  width: min(100% - 4rem, 1120px);
  margin: clamp(5rem, 9vw, 8rem) auto;
  text-align: center;
}

.sp-video__header {
  margin-bottom: clamp(2.6rem, 5vw, 4rem);
}

.sp-video__header h2 {
  margin: 0;
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(2.8rem, 6vw, 4.8rem);
  font-weight: 300;
  font-style: italic;
  line-height: 1;
  letter-spacing: -0.035em;
}

.sp-video__frame {
  position: relative;
  overflow: hidden;
  border-radius: 40px;
  border: 1px solid var(--line);
  background:
    radial-gradient(circle at center, rgba(184, 138, 85, 0.12), transparent 60%),
    var(--surface-soft);
  box-shadow: var(--shadow);
}

.sp-video__frame::before {
  content: '';
  position: absolute;
  inset: 18px;
  z-index: 2;
  border: 1px solid rgba(255, 250, 243, 0.42);
  border-radius: 30px;
  pointer-events: none;
}

.sp-video__frame video {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  background: #2f3432;
}

.sp-video__caption {
  margin: 1.8rem auto 0;
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(1.15rem, 2vw, 1.45rem);
  font-style: italic;
  color: var(--muted);
  font-weight: 300;
}

/* CLOSING */

.sp-closing {
  width: min(100% - 4rem, 860px);
  margin: clamp(5rem, 9vw, 8rem) auto 7rem;
}

.sp-closing__inner {
  padding: clamp(3.4rem, 7vw, 5.5rem) clamp(2rem, 5vw, 4rem);
  text-align: center;
  background:
    radial-gradient(circle at top, rgba(184, 138, 85, 0.11), transparent 60%),
    var(--surface);
  border: 1px solid var(--line);
  border-radius: 40px;
  box-shadow: var(--shadow);
}

.sp-closing p {
  max-width: 680px;
  margin: 0 auto 2.5rem;
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(1.9rem, 4vw, 3.3rem);
  font-weight: 300;
  font-style: italic;
  line-height: 1.2;
  letter-spacing: -0.025em;
}

.sp-closing a {
  display: inline-block;
  padding: 1.15rem 3rem;
  border-radius: 999px;
  background: var(--text);
  color: var(--surface);
  text-decoration: none;
  font-size: 0.55rem;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  font-weight: 600;
  transition: all 0.25s ease;
}

.sp-closing a:hover {
  background: var(--accent);
  transform: translateY(-2px);
  box-shadow: 0 14px 30px rgba(184, 138, 85, 0.24);
}

/* RESPONSIVE */

@media (max-width: 768px) {
  .sp-story,
  .sp-video,
  .sp-closing {
    width: calc(100% - 2rem);
  }

  .sp-story__card,
  .sp-closing__inner {
    border-radius: 28px;
  }

  .sp-story__card {
    padding: 3.2rem 1.6rem;
  }

  .sp-story__card::before {
    inset: 14px;
    border-radius: 20px;
  }

  .sp-video__frame {
    border-radius: 26px;
  }

  .sp-video__frame::before {
    inset: 10px;
    border-radius: 18px;
  }
}

@media (max-width: 480px) {
  .sp-hero {
    padding-inline: 1rem;
  }

  .sp-kicker::before,
  .sp-kicker::after {
    width: 28px;
  }

  .sp-sub {
    font-size: 0.62rem;
    letter-spacing: 0.18em;
  }

  .sp-story p {
    font-size: 0.84rem;
    line-height: 1.85;
  }

  .sp-closing a {
    width: 100%;
    padding-inline: 1.4rem;
  }
}