@import url('https://fonts.googleapis.com/css2?family=EB+Garamond:wght@500;600&family=Inter:wght@500;600;700;800&family=Source+Serif+4:ital,opsz,wght@0,8..60,400;0,8..60,500;0,8..60,600;1,8..60,400;1,8..60,500&display=swap');

:root {
  --coral: #ff674d;
  --plum: #4a4063;
  --cream: #ffeedb;
  --red: #c83e4d;
  --lavender: #ada8b6;
  --ink: #2f2a36;
  --paper: #fff8ef;
  --max-width: 760px;
  --wide-width: 1060px;
  --radius: 18px;
  --shadow: 0 18px 45px rgba(74, 64, 99, 0.10);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--cream);
  color: var(--ink);
  font-family: "Source Serif 4", Georgia, serif;
  font-size: 18px;
  line-height: 1.78;
  text-rendering: optimizeLegibility;
}
img { max-width: 100%; display: block; }
a { color: inherit; }

.skip-link {
  position: absolute;
  left: -9999px;
  top: 0;
}
.skip-link:focus {
  left: 1rem;
  top: 1rem;
  z-index: 1000;
  background: var(--paper);
  padding: .7rem 1rem;
}

main { min-height: 75vh; }
.container {
  width: min(var(--max-width), calc(100% - 2.5rem));
  margin-inline: auto;
}
.wide-container {
  width: min(var(--wide-width), calc(100% - 2.5rem));
  margin-inline: auto;
}

.hero {
  min-height: 92vh;
  display: grid;
  place-items: center;
  text-align: center;
  padding: 8rem 0 5rem;
}
.hero-inner { max-width: 900px; }
.eyebrow {
  margin: 0 0 1.4rem;
  color: var(--red);
  font-family: "Inter", Arial, sans-serif;
  font-size: .8rem;
  font-weight: 800;
  letter-spacing: .14em;
  text-transform: uppercase;
}
h1, h2, h3 {
  color: var(--plum);
  font-family: "Inter", Arial, sans-serif;
  line-height: 1.14;
  letter-spacing: -.025em;
}
h1 {
  max-width: 840px;
  margin: 0 auto 1.6rem;
  font-size: clamp(2.55rem, 7vw, 5.8rem);
  font-weight: 800;
}
.hero-deck {
  max-width: 690px;
  margin: 0 auto 2rem;
  font-size: clamp(1.18rem, 2.6vw, 1.65rem);
  color: var(--plum);
}
.seasonal-note {
  margin: 1rem 0 0;
  color: #665f70;
  font-size: .92rem;
  font-style: italic;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: .8rem 1.35rem;
  border: 2px solid var(--coral);
  border-radius: 999px;
  background: var(--coral);
  color: #251d24;
  font-family: "Inter", Arial, sans-serif;
  font-size: .92rem;
  font-weight: 800;
  letter-spacing: .01em;
  text-decoration: none;
  transition: transform .18s ease, background-color .18s ease, border-color .18s ease;
}
.button:hover,
.button:focus-visible {
  background: var(--red);
  border-color: var(--red);
  color: white;
  transform: translateY(-1px);
}
.button-secondary {
  background: transparent;
  color: var(--plum);
}
.button-secondary:hover,
.button-secondary:focus-visible { background: var(--plum); border-color: var(--plum); }

.section {
  padding: clamp(4.5rem, 10vw, 8rem) 0;
  border-top: 1px solid rgba(74, 64, 99, .22);
}
.section-title {
  margin: 0 0 2rem;
  font-size: clamp(2rem, 4vw, 3.3rem);
}
.intro-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 300px;
  gap: clamp(2.4rem, 7vw, 5rem);
  align-items: start;
}
.intro-copy p:first-of-type { margin-top: 0; }
.intro-copy p:last-child { margin-bottom: 0; }
.portrait {
  border-radius: 26px;
  box-shadow: var(--shadow);
  aspect-ratio: 4 / 5;
  object-fit: cover;
  object-position: 72% center;
}
.thesis {
  color: var(--plum);
  font-size: clamp(1.25rem, 2.7vw, 1.6rem);
  font-weight: 600;
  line-height: 1.55;
}

.choice-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.5rem;
}
.choice-card {
  display: flex;
  min-height: 100%;
  flex-direction: column;
  padding: clamp(1.6rem, 4vw, 2.4rem);
  border: 1px solid rgba(74, 64, 99, .18);
  border-radius: var(--radius);
  background: rgba(255, 248, 239, .64);
  box-shadow: 0 14px 35px rgba(74, 64, 99, .07);
}
.choice-card h3 {
  margin: 0 0 .9rem;
  font-size: 1.65rem;
}
.choice-card p { margin: 0 0 1.4rem; }
.choice-card .button { margin-top: auto; align-self: flex-start; }
.card-kicker {
  margin: 0 0 .55rem !important;
  color: var(--red);
  font-family: "Inter", Arial, sans-serif;
  font-size: .78rem;
  font-weight: 800;
  letter-spacing: .13em;
  text-transform: uppercase;
}

.page-hero {
  padding: 10rem 0 4rem;
}
.page-hero h1 {
  margin-inline: 0;
  max-width: 850px;
  font-size: clamp(3rem, 7vw, 5.7rem);
}
.page-copy { padding-bottom: 7rem; }
.page-copy p { max-width: 720px; }
.credentials {
  color: var(--red);
  font-family: "Inter", Arial, sans-serif;
  font-size: .82rem;
  font-weight: 800;
  letter-spacing: .07em;
  text-transform: uppercase;
}

.contact-card {
  padding: 2rem;
  border: 1px solid rgba(74, 64, 99, .18);
  border-radius: var(--radius);
  background: rgba(255, 248, 239, .64);
}
.contact-card p { margin-top: 0; }

.contact-form {
  display: grid;
  gap: 1.25rem;
}
.form-field {
  display: grid;
  gap: .45rem;
}
.form-field label {
  color: var(--plum);
  font-family: "Inter", Arial, sans-serif;
  font-size: .82rem;
  font-weight: 800;
  letter-spacing: .035em;
}
.form-field input,
.form-field textarea {
  width: 100%;
  border: 1px solid rgba(74, 64, 99, .28);
  border-radius: 12px;
  background: rgba(255, 255, 255, .55);
  color: var(--ink);
  font: inherit;
  line-height: 1.5;
  padding: .82rem .9rem;
}
.form-field textarea {
  min-height: 190px;
  resize: vertical;
}
.form-field input:focus,
.form-field textarea:focus {
  border-color: var(--plum);
  outline: 3px solid rgba(255, 103, 77, .22);
  outline-offset: 1px;
}
.form-honeypot {
  position: absolute !important;
  left: -9999px !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
}
.form-status {
  margin: 0 0 1.25rem;
  padding: .9rem 1rem;
  border-radius: 12px;
  background: rgba(255, 248, 239, .72);
}
.form-status.success { border: 1px solid rgba(74, 64, 99, .25); }
.form-status.error { border: 1px solid var(--red); }
.form-note {
  margin: 0;
  color: #665f70;
  font-size: .9rem;
}

.site-footer {
  border-top: 1px solid rgba(74, 64, 99, .22);
  padding: 2.8rem 0 3.4rem;
}
.footer-inner {
  display: flex;
  justify-content: space-between;
  gap: 2rem;
  align-items: flex-end;
}
.footer-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem 1.35rem;
}
.footer-nav a {
  font-family: "Inter", Arial, sans-serif;
  font-size: .84rem;
  font-weight: 700;
  color: var(--plum);
  text-decoration-thickness: 1px;
  text-underline-offset: 4px;
}
.signoff {
  margin: 0;
  color: #716b77;
  font-size: .86rem;
  font-style: italic;
  text-align: right;
}

@media (max-width: 760px) {
  body { font-size: 17px; }
  .hero { min-height: 88vh; padding-top: 7rem; }
  .intro-layout { grid-template-columns: 1fr; }
  .portrait { width: min(340px, 100%); }
  .choice-grid { grid-template-columns: 1fr; }
  .footer-inner { align-items: flex-start; flex-direction: column; }
  .signoff { text-align: left; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    scroll-behavior: auto !important;
    transition-duration: .01ms !important;
    animation-duration: .01ms !important;
  }
}


/* Rotating Lani-isms. The text area has a fixed footprint so the
   circular arrow stays put while the line changes. */
.motto {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 1.8rem;
  align-items: center;
  column-gap: .55rem;
  width: min(100%, 720px);
  min-height: 3.9rem;
  margin: 0 auto 1.45rem;
  color: var(--red);
  font-family: "EB Garamond", Garamond, Georgia, serif;
  font-size: clamp(1.15rem, 2.4vw, 1.55rem);
  font-weight: 600;
  line-height: 1.25;
  text-align: center;
}
.motto [data-motto] {
  display: block;
  min-width: 0;
}
.motto-refresh {
  display: inline-grid;
  width: 1.8rem;
  height: 1.8rem;
  place-items: center;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: transparent;
  color: var(--lavender);
  cursor: pointer;
  font: 500 1.18rem/1 "Inter", Arial, sans-serif;
  transition: color .18s ease, background-color .18s ease, transform .35s ease;
}
.motto-refresh:hover,
.motto-refresh:focus-visible {
  background: rgba(74, 64, 99, .08);
  color: var(--plum);
  outline: none;
  transform: rotate(150deg);
}
.motto-refresh:focus-visible {
  box-shadow: 0 0 0 3px rgba(255, 103, 77, .25);
}
.motto-footer {
  width: min(100%, 520px);
  min-height: 3.25rem;
  margin: 0;
  color: var(--plum);
  font-size: clamp(1rem, 2vw, 1.25rem);
  text-align: right;
}

@media (max-width: 760px) {
  .hero-inner { width: 100%; }
  h1 { font-size: clamp(2.5rem, 11vw, 4.3rem); }
  .hero-deck { font-size: clamp(1.08rem, 5vw, 1.35rem); }
  .motto { width: 100%; min-height: 4.8rem; padding-inline: .4rem; }
  .motto-footer { text-align: left; }
  .button { max-width: 100%; text-align: center; }
  .contact-card { padding: 1.35rem; }
}

@media (max-width: 430px) {
  .container, .wide-container { width: min(100% - 1.35rem, var(--max-width)); }
  .hero { min-height: 82svh; padding: 6.5rem 0 4rem; }
  h1 { font-size: clamp(2.25rem, 12vw, 3.35rem); }
  .page-hero { padding-top: 8rem; }
  .section { padding-block: 4rem; }
  .choice-card { padding: 1.35rem; }
  .footer-nav { gap: .7rem 1rem; }
  .motto { column-gap: .35rem; min-height: 5.4rem; }
}

/* Routing cards used on the 404 page. */
.page-deck {
  max-width: 620px;
  margin: -1rem auto 2.5rem;
  font-size: clamp(1.05rem, 2vw, 1.25rem);
  text-align: center;
}
.routing-grid { margin-top: 2rem; }
.routing-grid .choice-card h2 {
  margin: 0 0 .8rem;
  color: var(--plum);
  font-family: "EB Garamond", Garamond, Georgia, serif;
  font-size: clamp(1.7rem, 3vw, 2.25rem);
  line-height: 1.12;
}
.routing-grid .choice-card { min-height: 100%; }

/* ======================================================
   QUIET SCROLL NAVIGATION
   The header stays hidden until the page is scrolled.
   ====================================================== */

.site-header {
  position: fixed;
  inset: 0 0 auto 0;
  z-index: 1000;
  padding: .9rem clamp(1rem, 4vw, 3rem);
  background: rgba(255, 238, 219, .95);
  border-bottom: 1px solid transparent;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-.35rem);
  pointer-events: none;
  transition:
    opacity 180ms ease,
    transform 180ms ease,
    visibility 180ms ease,
    border-color 180ms ease;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

.site-header.is-scrolled,
.site-header.menu-open {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  pointer-events: auto;
  border-bottom-color: rgba(74, 64, 99, .14);
}

.header-inner {
  width: min(var(--wide-width), calc(100% - 1rem));
  margin-inline: auto;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.site-nav {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: .78rem;
  font-family: "Inter", Arial, sans-serif;
  font-size: .84rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: .025em;
  text-transform: lowercase;
}

.site-nav a {
  color: var(--plum);
  text-decoration: none;
  border-bottom: 1px solid transparent;
}

.site-nav a:hover,
.site-nav a:focus-visible,
.site-nav a[aria-current="page"] {
  color: var(--coral);
  border-bottom-color: currentColor;
}

.nav-home {
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  flex: 0 0 2rem;
  width: 2rem;
  height: 2rem;
  color: var(--plum);
  font-size: 1.35rem;
  line-height: 1;
  border-bottom: 0 !important;
}

.nav-home {
    color: var(--plum);
    font: inherit;
    text-decoration: none;
}

.nav-home:hover,
.nav-home:focus-visible {
  color: var(--coral);
  border-bottom: 0;
}

.nav-dot {
  color: var(--lavender);
  user-select: none;
}

.menu-toggle {
  display: none;
  margin-left: auto;
  padding: .55rem .15rem;
  border: 0;
  background: transparent;
  color: var(--plum);
  font: 700 .84rem "Inter", Arial, sans-serif;
  letter-spacing: .025em;
  text-transform: lowercase;
  cursor: pointer;
}

@media (max-width: 760px) {
  .site-header {
    padding-inline: .75rem;
  }

  .header-inner {
    width: calc(100% - .25rem);
    justify-content: flex-end;
  }

  .menu-toggle {
    display: inline-block;
  }

  .site-nav {
    position: absolute;
    top: calc(100% + .25rem);
    right: .75rem;
    left: .75rem;
    display: none;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 0;
    padding: .55rem 1rem .85rem;
    background: var(--paper);
    border: 1px solid rgba(74, 64, 99, .18);
    border-radius: 0 0 14px 14px;
    box-shadow: var(--shadow);
  }

  .site-nav.is-open {
    display: flex;
  }

  .site-nav a {
    width: 100%;
    padding: .72rem 0;
  }

  .nav-home {
    justify-content: flex-start;
    width: 100%;
    height: auto;
    flex-basis: auto;
    font-size: 1.45rem;
  }

  .nav-dot {
    display: none;
  }
}

