:root {
  --cream: #fbf5ea;
  --cream-2: #fffaf1;
  --paper: rgba(255, 250, 241, 0.84);
  --navy: #213548;
  --navy-soft: #35495d;
  --brown: #7b5943;
  --brown-light: #c9aa8b;
  --line: #decbb5;
  --grey-blob: #e8e5df;
  --shadow: 0 28px 70px rgba(72, 53, 34, 0.08);
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  min-height: 100vh;
  font-family: "Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--navy);
  background:
    radial-gradient(circle at 8% 0%, rgba(255, 255, 255, 0.92), transparent 28%),
    radial-gradient(circle at 86% 10%, rgba(255, 255, 255, 0.68), transparent 24%),
    linear-gradient(135deg, #fbf1e2 0%, #fffaf2 48%, #f8efe5 100%);
  overflow-x: hidden;
}

body::before {
  content: "";
  position: fixed;
  border-radius: 999px;
  pointer-events: none;
  z-index: -1;
  width: 420px;
  height: 420px;
  left: -160px;
  top: -130px;
  background: rgba(255, 255, 255, 0.55);
  filter: blur(12px);
}

.page-shell {
  width: min(1500px, calc(100% - 70px));
  margin: 0 auto;
  min-height: 100vh;
}

/* ---------- Header ---------- */
.site-header {
  height: 132px;
  display: flex;
  align-items: center;
  gap: 36px;
  position: relative;
  z-index: 10;
}

.logo-wrap {
  display: inline-flex;
  align-items: center;
  text-decoration: darkone;
  line-height: 0;
}

.logo-img {
  height: 160px;
  width: auto;
  object-fit: contain;
  display: block;
}

.nav-links {
  margin-left: auto;
  display: flex;
  align-items: center;
  gap: clamp(28px, 4vw, 70px);
}

.nav-links a {
  color: #1d2630;
  text-decoration: none;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: -0.02em;
  transition: transform 0.2s ease, color 0.2s ease;
}

.nav-links a:hover {
  color: var(--brown);
  transform: translateY(-1px);
}

.life-pill {
  min-width: 168px;
  height: 52px;
  padding: 0 28px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #2d4155 0%, #1f3448 100%);
  color: #fff8ed !important;
  font-family: "Dancing Script", cursive;
  font-size: 30px !important;
  box-shadow: 0 14px 28px rgba(31, 52, 72, 0.18);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.life-pill:hover {
  transform: translateY(-2px) !important;
  box-shadow: 0 18px 34px rgba(31, 52, 72, 0.24);
}

.top-sparkle {
  color: var(--brown);
  font-size: 25px;
  margin-left: 4px;
}

.menu-toggle {
  display: none;
  width: 46px;
  height: 42px;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: rgba(255, 250, 241, 0.82);
  cursor: pointer;
}

.menu-toggle span {
  width: 20px;
  height: 2px;
  display: block;
  background: var(--navy);
  margin: 5px auto;
  border-radius: 4px;
  transition: transform 0.25s ease, opacity 0.25s ease;
}

.menu-toggle[aria-expanded="true"] span:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}
.menu-toggle[aria-expanded="true"] span:nth-child(2) {
  opacity: 0;
}
.menu-toggle[aria-expanded="true"] span:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}

/* ---------- Hero ---------- */
.hero-section {
  display: grid;
  grid-template-columns: minmax(520px, 0.95fr) minmax(560px, 1.05fr);
  gap: clamp(38px, 5vw, 86px);
  align-items: center;
  min-height: calc(100vh - 142px);
  padding: 10px 0 58px;
}

.intro-card {
  min-height: 660px;
  padding: clamp(54px, 5vw, 82px) clamp(48px, 5vw, 72px);
  border: 1.5px solid var(--line);
  border-radius: 58px;
  background: linear-gradient(145deg, rgba(255, 250, 241, 0.86), rgba(255, 246, 232, 0.72));
  box-shadow: var(--shadow);
  backdrop-filter: blur(6px);
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.intro-card h1 {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(72px, 7vw, 116px);
  line-height: 0.88;
  font-weight: 600;
  letter-spacing: -0.055em;
  color: var(--navy);
  margin-bottom: 34px;
  white-space: nowrap;
}

.ornament {
  width: 230px;
  margin: 0 auto 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--brown);
  gap: 10px;
}

.ornament span {
  height: 1px;
  flex: 1;
  background: var(--brown-light);
}

.ornament b {
  font-size: 17px;
  line-height: 1;
}

.ornament.small {
  width: 205px;
  margin-top: 20px;
  margin-bottom: 26px;
}

.intro-card p {
  max-width: 610px;
  font-size: clamp(18px, 1.45vw, 24px);
  line-height: 1.55;
  letter-spacing: -0.025em;
  color: var(--navy-soft);
  margin-bottom: 28px;
}

blockquote {
  text-align: center;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(32px, 3vw, 48px);
  line-height: 1.1;
  font-style: italic;
  font-weight: 600;
  color: var(--navy);
}

blockquote cite {
  margin-top: 22px;
  display: block;
  font-size: clamp(24px, 2.2vw, 34px);
  font-style: normal;
  font-weight: 500;
  color: var(--brown);
}

/* ---------- Visual area (image + blob + social) ---------- */
.visual-area {
  min-height: 700px;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  transform: translateY(-280px);
  transform: translateX(-10px);
}

.blob {
  position: absolute;
  top: 50%;
  left: 50%;
  width: min(590px, 82%);
  height: 670px;
  background: var(--grey-blob);
  opacity: 0.82;
  border-radius: 48% 52% 45% 55% / 42% 55% 45% 58%;
  transform: translate(-50%, calc(-50% - 26px)) rotate(3deg);
  z-index: 0;
}

.hero-image-card {
  position: relative;
  z-index: 2;
  width: min(710px, 94%);
  display: flex;
  justify-content: center;
  align-items: center;
}

.hero-img {
  width: 100%;
  max-height: 760px;
  object-fit: contain;
  object-position: center;
  filter: saturate(0.96) contrast(1.03);
}

.sparkle {
  position: absolute;
  z-index: 3;
  color: var(--navy-soft);
  font-size: 34px;
  font-family: Georgia, serif;
  opacity: 0.82;
}

.sparkle-one { left: 17%; top: 30%; }
.sparkle-two { right: 22%; top: 26%; }

.tiny-dot {
  position: absolute;
  width: 7px;
  height: 7px;
  border: 1.4px solid var(--navy-soft);
  border-radius: 50%;
  z-index: 3;
  opacity: 0.68;
}

.dot-one { left: 9%; top: 32%; }
.dot-two { right: 17%; top: 34%; }

/* ---------- Social rail: horizontal, under the image ---------- */
.social-rail {
  position: relative;
  z-index: 4;
  margin-top: 26px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 22px;
  color: var(--navy-soft);
}

.rail-line {
  display: none;
}

.social-rail a {
  width: 26px;
  height: 26px;
  color: var(--navy-soft);
  transition: transform 0.2s ease, color 0.2s ease;
}

.social-rail a:hover {
  color: var(--brown);
  transform: translateY(-2px);
}

.social-rail svg {
  width: 100%;
  height: 100%;
  fill: currentColor;
}

.social-rail p {
  font-size: 14px;
  letter-spacing: -0.02em;
  color: var(--navy-soft);
  margin: 0 4px;
}

/* horizontal ornament flanking the handle */
.rail-end {
  color: var(--brown);
  font-size: 11px;
  position: relative;
  width: 70px;
}

.rail-end::before,
.rail-end::after {
  content: "";
  position: absolute;
  width: 26px;
  height: 1px;
  top: 50%;
  background: var(--brown-light);
}

.rail-end::before { right: 18px; }
.rail-end::after { left: 18px; }

/* ---------- Page-load reveal ---------- */
@media (prefers-reduced-motion: no-preference) {
  .logo-wrap,
  .nav-links > *,
  .top-sparkle,
  .intro-card,
  .visual-area > * {
    opacity: 0;
    animation: rise 0.7s ease forwards;
  }
  .logo-wrap { animation-delay: 0.05s; }
  .nav-links > *:nth-child(1) { animation-delay: 0.12s; }
  .nav-links > *:nth-child(2) { animation-delay: 0.17s; }
  .nav-links > *:nth-child(3) { animation-delay: 0.22s; }
  .nav-links > *:nth-child(4) { animation-delay: 0.27s; }
  .nav-links > *:nth-child(5) { animation-delay: 0.32s; }
  .nav-links > *:nth-child(6) { animation-delay: 0.37s; }
  .top-sparkle { animation-delay: 0.42s; }
  .intro-card { animation-delay: 0.2s; }
  .blob { animation-delay: 0.28s; }
  .hero-image-card { animation-delay: 0.4s; }
  .social-rail { animation-delay: 0.55s; }
}

@keyframes rise {
  from { opacity: 0; }
  to { opacity: 1; }
}

/* On mobile the nav is a toggled panel; don't hide it via the load animation */
@media (max-width: 1180px) {
  .nav-links > * { opacity: 1; animation: none; }
}

/* ---------- Responsive ---------- */
@media (max-width: 1180px) {
  .page-shell {
    width: min(100% - 38px, 960px);
  }

  .site-header {
    height: auto;
    min-height: 102px;
  }

  .menu-toggle {
    display: block;
    margin-left: auto;
  }

  .top-sparkle {
    display: none;
  }

  .nav-links {
    position: absolute;
    top: 92px;
    right: 0;
    width: min(320px, 92vw);
    padding: 20px;
    border: 1px solid var(--line);
    border-radius: 26px;
    background: rgba(255, 250, 241, 0.96);
    box-shadow: 0 24px 50px rgba(55, 39, 27, 0.12);
    display: grid;
    gap: 16px;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-8px);
    transition: 0.22s ease;
  }

  .nav-links.open {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }

  .life-pill {
    width: max-content;
  }

  .hero-section {
    grid-template-columns: 1fr;
    padding-top: 30px;
  }

  .intro-card {
    min-height: auto;
  }

  .visual-area {
    min-height: 650px;
    transform: translateY(0);
  }
}

@media (max-width: 720px) {
  .page-shell {
    width: min(100% - 24px, 560px);
  }

  .site-header {
    min-height: 88px;
  }

  .logo-img {
    height: 110px;
  }

  .nav-links {
    top: 82px;
  }

  .intro-card {
    border-radius: 36px;
    padding: 42px 26px;
  }

  .intro-card h1 {
    font-size: clamp(56px, 18vw, 78px);
    white-space: normal;
  }

  .intro-card p {
    font-size: 17px;
  }

  blockquote {
    font-size: 30px;
  }

  blockquote cite {
    font-size: 22px;
  }

  .visual-area {
    min-height: 520px;
  }

  .blob {
    height: 480px;
    width: 94%;
  }

  .hero-image-card {
    width: 96%;
  }

  .social-rail p {
    font-size: 13px;
  }
}