:root {
  --bg: #f6f1e8;
  --bg-soft: #fbf7f1;
  --surface: rgba(255, 255, 255, 0.72);
  --surface-strong: rgba(255, 255, 255, 0.9);
  --line: rgba(19, 27, 31, 0.12);
  --text: #111416;
  --muted: #5a6364;
  --accent: #0f5f67;
  --accent-soft: #d7e8e5;
  --ink-blue: #1d2f55;
  --warm-gold: #b78f2a;
  --shadow: 0 24px 60px rgba(17, 20, 22, 0.08);
  --radius-xl: 32px;
  --radius-lg: 24px;
  --radius-md: 18px;
  --radius-sm: 999px;
  --container: min(1180px, calc(100vw - 40px));
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "Manrope", "Helvetica Neue", sans-serif;
  color: var(--text);
  background:
    radial-gradient(circle at 15% 15%, rgba(183, 143, 42, 0.08), transparent 20rem),
    radial-gradient(circle at 88% 0%, rgba(15, 95, 103, 0.12), transparent 28rem),
    linear-gradient(180deg, #fcfaf6 0%, #f4efe6 100%);
  min-height: 100vh;
}

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

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

button,
input {
  font: inherit;
}

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

.page-shell::before {
  content: "";
  position: fixed;
  inset: 0;
  background-image:
    linear-gradient(rgba(17, 20, 22, 0.03) 1px, transparent 1px),
    linear-gradient(90deg, rgba(17, 20, 22, 0.03) 1px, transparent 1px);
  background-size: 32px 32px;
  mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.2), transparent 70%);
  pointer-events: none;
  z-index: -1;
}

.site-header,
.section,
.site-footer {
  width: var(--container);
  margin: 0 auto;
}

.site-header {
  position: sticky;
  top: 12px;
  z-index: 30;
  margin-top: 14px;
  padding: 16px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  border: 1px solid rgba(255, 255, 255, 0.6);
  border-radius: 999px;
  background: rgba(250, 247, 241, 0.82);
  backdrop-filter: blur(16px);
  box-shadow: 0 16px 50px rgba(17, 20, 22, 0.06);
}

.brand {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  white-space: nowrap;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 20px;
  font-size: 0.94rem;
  color: var(--muted);
}

.site-nav a {
  transition: color 180ms ease;
}

.site-nav a:hover,
.site-nav a:focus-visible {
  color: var(--text);
}

.section {
  padding: 84px 0;
}

.hero {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  align-items: center;
  gap: 56px;
  padding-top: 72px;
}

.hero-copy {
  max-width: 620px;
}

.eyebrow,
.section-kicker {
  margin: 0 0 18px;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  font-size: 0.78rem;
  font-weight: 700;
  color: var(--accent);
}

.hero-title,
.section-heading h2,
.cta h2,
.foundation-copy h2,
.contact h2,
.theme h2 {
  margin: 0;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-weight: 600;
  letter-spacing: -0.02em;
  line-height: 0.95;
}

.hero-title {
  font-size: clamp(3.8rem, 9vw, 7.2rem);
}

.hero-subtitle {
  margin: 18px 0 0;
  font-size: clamp(1.2rem, 2vw, 1.7rem);
  color: var(--ink-blue);
  font-weight: 700;
}

.hero-description {
  margin: 22px 0 0;
  max-width: 36rem;
  font-size: 1.08rem;
  line-height: 1.82;
  color: var(--muted);
}

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

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 22px;
  border-radius: var(--radius-sm);
  border: 1px solid transparent;
  background: var(--text);
  color: #fbfaf7;
  font-weight: 700;
  transition:
    transform 180ms ease,
    box-shadow 180ms ease,
    background 180ms ease,
    color 180ms ease;
  box-shadow: 0 14px 30px rgba(17, 20, 22, 0.14);
}

.button:hover,
.button:focus-visible {
  transform: translateY(-1px);
  box-shadow: 0 18px 36px rgba(17, 20, 22, 0.16);
}

.button--ghost {
  background: transparent;
  color: var(--text);
  border-color: var(--line);
  box-shadow: none;
}

.button--dark {
  width: 100%;
}

.button--nav {
  min-height: 44px;
  padding: 0 18px;
}

.hero-highlights {
  margin-top: 28px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.hero-highlights span {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 0 14px;
  border-radius: var(--radius-sm);
  border: 1px solid rgba(15, 95, 103, 0.18);
  background: rgba(255, 255, 255, 0.78);
  color: var(--text);
  font-size: 0.9rem;
  font-weight: 600;
}

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

.artwork-card {
  position: absolute;
  border-radius: var(--radius-xl);
  overflow: hidden;
  background: var(--surface-strong);
  border: 1px solid rgba(255, 255, 255, 0.76);
  box-shadow: var(--shadow);
}

.artwork-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.artwork-card--main {
  inset: 0 12% 16% 0;
  transform: rotate(-4deg);
  animation: float-main 9s ease-in-out infinite;
}

.artwork-card--portrait {
  width: min(38%, 240px);
  height: 58%;
  right: 0;
  top: 10%;
  transform: rotate(8deg);
  animation: float-side 10s ease-in-out infinite;
}

.artwork-card--detail {
  width: min(44%, 280px);
  height: 34%;
  right: 12%;
  bottom: 0;
  transform: rotate(-6deg);
  animation: float-main 11s ease-in-out infinite reverse;
}

.overview-grid {
  display: grid;
  grid-template-columns: 0.95fr 1fr 0.9fr;
  gap: 24px;
  align-items: start;
}

.section-heading h2,
.cta h2,
.foundation-copy h2,
.contact h2,
.theme h2 {
  font-size: clamp(2.4rem, 5.2vw, 4.4rem);
}

.overview-panel,
.countdown-panel,
.share-panel,
.newsletter-panel,
.info-card,
.pillar-card,
.faq-item,
.step-card,
.timeline-content {
  border: 1px solid rgba(17, 20, 22, 0.1);
  background: var(--surface);
  backdrop-filter: blur(12px);
  box-shadow: var(--shadow);
}

.overview-panel {
  padding: 28px;
  border-radius: var(--radius-lg);
}

.overview-panel--stats {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

.overview-lead {
  margin: 0 0 18px;
  font-size: 1.15rem;
  font-weight: 800;
  line-height: 1.7;
}

.overview-copy {
  margin: 0;
  color: var(--muted);
  line-height: 1.8;
}

.overview-copy + .overview-copy {
  margin-top: 14px;
}

.stat-item {
  padding: 20px 18px;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.64);
}

.stat-label {
  display: block;
  margin-bottom: 10px;
  font-size: 0.82rem;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: var(--muted);
}

.section--cards,
.section--benefits {
  padding-top: 38px;
}

.card-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  margin-top: 30px;
}

.info-card,
.pillar-card,
.step-card {
  padding: 24px;
  border-radius: 24px;
}

.info-card h3,
.pillar-card h3,
.share-panel h3,
.newsletter-panel h3,
.step-card h3,
.timeline-content h3 {
  margin: 0 0 12px;
  font-size: 1.08rem;
}

.info-card p,
.pillar-card p,
.share-panel p,
.newsletter-panel p,
.step-card p,
.timeline-content p,
.contact p,
.cta p,
.theme-description {
  margin: 0;
  color: var(--muted);
  line-height: 1.8;
}

.theme,
.foundation,
.contact,
.cta {
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  gap: 32px;
  align-items: center;
}

.theme-visual,
.foundation-visual {
  position: relative;
  overflow: hidden;
  border-radius: 30px;
  box-shadow: var(--shadow);
  min-height: 100%;
}

.theme-visual img,
.foundation-visual img {
  width: 100%;
  height: 100%;
  min-height: 440px;
  object-fit: cover;
}

.theme-description {
  margin-top: 20px;
  max-width: 40rem;
}

.theme-quote {
  margin: 30px 0 0;
  padding-left: 24px;
  border-left: 3px solid rgba(15, 95, 103, 0.32);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(1.5rem, 2.4vw, 2.1rem);
  line-height: 1.3;
}

.steps-flow {
  list-style: none;
  padding: 0;
  margin: 30px 0 0;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 16px;
}

.step-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  margin-bottom: 20px;
  background: rgba(15, 95, 103, 0.1);
  color: var(--accent);
  font-weight: 800;
  letter-spacing: 0.04em;
}

.timeline-list {
  margin-top: 26px;
  display: grid;
  gap: 16px;
}

.timeline-item {
  display: grid;
  grid-template-columns: 44px minmax(0, 1fr);
  gap: 16px;
  align-items: stretch;
}

.timeline-line {
  position: relative;
  display: block;
}

.timeline-line::before,
.timeline-line::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

.timeline-line::before {
  top: 0;
  bottom: 0;
  width: 2px;
  background: linear-gradient(180deg, rgba(15, 95, 103, 0.28), rgba(17, 20, 22, 0.08));
}

.timeline-line::after {
  top: 30px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: var(--accent);
  box-shadow: 0 0 0 8px rgba(15, 95, 103, 0.12);
}

.timeline-content {
  padding: 26px 28px;
  border-radius: 24px;
}

.timeline-label {
  margin-bottom: 8px;
  font-size: 0.82rem;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: var(--accent);
}

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

.cta {
  padding-top: 44px;
  padding-bottom: 44px;
}

.cta-copy,
.countdown-panel {
  padding: 34px;
  border-radius: 28px;
}

.countdown-header {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 26px;
}

.countdown-header span {
  color: var(--muted);
}

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

.countdown-cell {
  padding: 20px 18px;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.7);
  text-align: center;
}

.countdown-cell strong {
  display: block;
  margin-bottom: 8px;
  font-size: clamp(1.8rem, 4vw, 2.7rem);
  font-weight: 800;
}

.pillars {
  margin-top: 28px;
  display: grid;
  gap: 16px;
}

.faq-list {
  margin-top: 30px;
  display: grid;
  gap: 14px;
}

.faq-item {
  border-radius: 22px;
  padding: 0 24px;
}

.faq-item summary {
  list-style: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 22px 0;
  font-size: 1.06rem;
  font-weight: 700;
}

.faq-item summary::-webkit-details-marker {
  display: none;
}

.faq-item summary::after {
  content: "+";
  font-size: 1.5rem;
  font-weight: 400;
  color: var(--accent);
  transition: transform 180ms ease;
}

.faq-item[open] summary::after {
  transform: rotate(45deg);
}

.faq-answer {
  padding-bottom: 24px;
}

.contact-copy,
.contact-actions {
  display: grid;
  gap: 18px;
}

.contact-email {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(1.6rem, 3vw, 2.5rem);
  line-height: 1.1;
}

.contact-actions {
  grid-template-columns: 1fr 1fr;
}

.share-panel,
.newsletter-panel {
  padding: 26px;
  border-radius: 24px;
}

.share-buttons {
  margin-top: 18px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.share-button {
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.72);
  color: var(--text);
  padding: 0 16px;
  min-height: 44px;
  border-radius: var(--radius-sm);
  cursor: pointer;
  transition: background 180ms ease, transform 180ms ease;
}

.share-button:hover,
.share-button:focus-visible {
  transform: translateY(-1px);
  background: rgba(255, 255, 255, 0.96);
}

.newsletter-panel input {
  width: 100%;
  margin: 16px 0 12px;
  padding: 0 18px;
  min-height: 52px;
  border-radius: 16px;
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.8);
  color: var(--text);
}

.newsletter-help {
  margin-top: 12px;
  min-height: 1.5em;
  font-size: 0.92rem;
}

.site-footer {
  padding: 20px 0 80px;
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  align-items: center;
  justify-content: space-between;
  color: var(--muted);
}

.footer-meta {
  display: inline-flex;
  gap: 12px;
}

.floating-cta {
  position: fixed;
  left: 50%;
  bottom: 16px;
  transform: translateX(-50%);
  width: min(92vw, 360px);
  min-height: 54px;
  border-radius: var(--radius-sm);
  background: var(--text);
  color: #fbfaf7;
  display: none;
  align-items: center;
  justify-content: center;
  font-weight: 800;
  box-shadow: 0 18px 38px rgba(17, 20, 22, 0.22);
  z-index: 40;
}

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

body.is-enhanced [data-reveal] {
  opacity: 0;
  transform: translateY(22px);
  transition:
    opacity 700ms ease,
    transform 700ms ease;
}

body.is-enhanced [data-reveal].is-visible {
  opacity: 1;
  transform: translateY(0);
}

@keyframes float-main {
  0%,
  100% {
    transform: translateY(0) rotate(-4deg);
  }
  50% {
    transform: translateY(-10px) rotate(-2deg);
  }
}

@keyframes float-side {
  0%,
  100% {
    transform: translateY(0) rotate(8deg);
  }
  50% {
    transform: translateY(12px) rotate(6deg);
  }
}

@media (max-width: 1100px) {
  .hero,
  .overview-grid,
  .theme,
  .foundation,
  .contact,
  .cta {
    grid-template-columns: 1fr;
  }

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

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

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

  .site-nav {
    display: none;
  }
}

@media (max-width: 720px) {
  .site-header {
    padding: 14px 16px;
    border-radius: 22px;
  }

  .button--nav {
    display: none;
  }

  .section {
    padding: 68px 0;
  }

  .hero {
    gap: 32px;
    padding-top: 40px;
  }

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

  .artwork-card--main {
    inset: 0 10% 18% 0;
  }

  .artwork-card--portrait {
    width: 40%;
    height: 54%;
    top: 6%;
  }

  .artwork-card--detail {
    width: 48%;
    height: 30%;
    right: 8%;
  }

  .overview-panel--stats,
  .card-grid,
  .card-grid--benefits,
  .steps-flow,
  .countdown-grid,
  .contact-actions {
    grid-template-columns: 1fr;
  }

  .timeline-item {
    grid-template-columns: 26px minmax(0, 1fr);
    gap: 10px;
  }

  .cta-copy,
  .countdown-panel,
  .overview-panel,
  .info-card,
  .pillar-card,
  .step-card,
  .share-panel,
  .newsletter-panel,
  .timeline-content {
    padding: 24px 20px;
  }

  .floating-cta {
    display: inline-flex;
  }

  .site-footer {
    padding-bottom: 100px;
  }
}

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

  *,
  *::before,
  *::after {
    animation: none !important;
    transition-duration: 0ms !important;
  }

  body.is-enhanced [data-reveal] {
    opacity: 1;
    transform: none;
  }
}
