:root {
  --ink: #11110f;
  --muted: #6f6b63;
  --paper: #fbfaf7;
  --white: #ffffff;
  --line: #ded8cf;
  --gold: #b88a44;
  --moss: #637267;
  --charcoal: #252525;
  --radius: 8px;
  --max: 1160px;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* { box-sizing: border-box; }

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  line-height: 1.6;
}

a { color: inherit; text-decoration: none; }
img { max-width: 100%; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 18px clamp(18px, 4vw, 48px);
  background: rgba(251, 250, 247, 0.92);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(16px);
}

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

.brand-logo {
  display: block;
  width: 52px;
  height: 52px;
  object-fit: contain;
  flex: 0 0 auto;
}

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

.site-nav a:hover,
.site-nav a[aria-current="page"] { color: var(--ink); }

.nav-cta {
  padding: 10px 14px;
  color: var(--ink);
  border: 1px solid var(--ink);
  border-radius: var(--radius);
}

.nav-toggle {
  display: none;
  width: 42px;
  height: 42px;
  padding: 10px;
  background: transparent;
  border: 1px solid var(--line);
  border-radius: var(--radius);
}

.nav-toggle span {
  display: block;
  height: 2px;
  margin: 5px 0;
  background: var(--ink);
}

.hero,
.page-hero,
.section,
.site-footer {
  width: min(var(--max), calc(100% - 36px));
  margin: 0 auto;
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(320px, 0.72fr);
  gap: clamp(28px, 6vw, 72px);
  align-items: center;
  min-height: calc(100svh - 82px);
  padding: clamp(42px, 7vw, 96px) 0 48px;
}

.hero h1,
.page-hero h1,
.thank-you h1 {
  max-width: 900px;
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(3rem, 8vw, 6.9rem);
  font-weight: 400;
  line-height: 0.96;
  letter-spacing: 0;
}

.page-hero h1,
.thank-you h1 { font-size: clamp(2.7rem, 7vw, 5.8rem); }

.hero-text,
.page-hero p:last-child,
.intro-grid p,
.feature-band p,
.thank-you p {
  max-width: 650px;
  color: var(--muted);
  font-size: clamp(1.03rem, 2vw, 1.25rem);
}

.eyebrow {
  margin: 0 0 16px;
  color: var(--gold);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.button-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.button {
  display: inline-flex;
  min-height: 46px;
  align-items: center;
  justify-content: center;
  padding: 12px 18px;
  border-radius: var(--radius);
  font-weight: 700;
}

.button-primary {
  color: var(--white);
  background: var(--ink);
}

.button-secondary {
  color: var(--ink);
  border: 1px solid var(--line);
  background: transparent;
}

.image-placeholder,
.booking-placeholder,
.note-panel {
  display: grid;
  min-height: 280px;
  align-content: center;
  justify-items: start;
  gap: 8px;
  padding: clamp(22px, 4vw, 42px);
  background:
    linear-gradient(135deg, rgba(184, 138, 68, 0.15), transparent 45%),
    linear-gradient(180deg, #f3efe8, #e8e3da);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  color: var(--charcoal);
}

.image-placeholder span,
.booking-placeholder h2,
.note-panel h2 {
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.8rem, 4vw, 3rem);
  line-height: 1;
}

.image-placeholder small,
.booking-placeholder p,
.note-panel p { color: var(--muted); }

.tall { min-height: min(620px, 68svh); }
.portrait { min-height: 560px; }
.book-cover { min-height: 520px; }

.hero-image {
  display: block;
  width: 100%;
  min-height: min(620px, 68svh);
  height: 100%;
  object-fit: cover;
  object-position: center;
  border: 1px solid var(--line);
  border-radius: var(--radius);
}

.book-cover-link {
  display: block;
  width: 100%;
  max-width: 320px;
  max-height: 440px;
  justify-self: center;
}

.book-cover-image {
  display: block;
  width: 100%;
  max-height: 440px;
  object-fit: contain;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius);
}

.section {
  padding: clamp(56px, 9vw, 96px) 0;
  border-top: 1px solid var(--line);
}

.page-hero { padding: clamp(72px, 11vw, 132px) 0 clamp(42px, 7vw, 72px); }

.intro-grid,
.two-column,
.book-feature,
.form-layout,
.process,
.feature-band {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: clamp(28px, 6vw, 70px);
  align-items: start;
}

.book-feature {
  grid-template-columns: minmax(220px, 340px) minmax(0, 1fr);
  align-items: center;
}

h2, h3, p { margin-top: 0; }

h2 {
  margin-bottom: 14px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2rem, 4vw, 3.4rem);
  font-weight: 400;
  line-height: 1.08;
}

main h1,
main h2 {
  transition: opacity 700ms ease, filter 700ms ease, transform 700ms ease;
}

main h1.reveal-title,
main h2.reveal-title {
  opacity: 0;
  filter: blur(12px);
  transform: translateY(18px);
}

main h1.reveal-title.is-visible,
main h2.reveal-title.is-visible {
  opacity: 1;
  filter: blur(0);
  transform: translateY(0);
}

h3 { font-size: 1.1rem; }

.service-strip,
.values-grid,
.topic-grid,
.post-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.service-card,
.values-grid article,
.topic-grid article,
.post-card,
.offer-list article {
  min-height: 230px;
  padding: 26px;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius);
}

.service-card span,
.offer-list span {
  display: inline-block;
  margin-bottom: 36px;
  color: var(--gold);
  font-weight: 800;
}

.service-card h3,
.post-card h2,
.topic-grid h2,
.offer-list h2 {
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.55rem, 3vw, 2.2rem);
  font-weight: 400;
  line-height: 1.12;
}

.service-card p,
.values-grid p,
.topic-grid p,
.post-card p,
.offer-list p,
.process span { color: var(--muted); }

.feature-band {
  align-items: center;
  padding: clamp(36px, 6vw, 64px);
  color: var(--white);
  background: var(--ink);
  border: 0;
  border-radius: var(--radius);
}

.feature-band .eyebrow,
.feature-band p { color: #e6c68f; }

.feature-band .button-primary {
  color: var(--ink);
  background: var(--white);
}

.stack {
  display: grid;
  gap: 38px;
}

.offer-list {
  display: grid;
  gap: 16px;
}

.process ol {
  display: grid;
  gap: 14px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.process li {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  padding: 20px 0;
  border-bottom: 1px solid var(--line);
}

.form-card {
  display: grid;
  gap: 16px;
  padding: clamp(22px, 4vw, 34px);
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius);
}

label {
  display: grid;
  gap: 8px;
  color: var(--charcoal);
  font-weight: 700;
}

input,
select,
textarea {
  width: 100%;
  min-height: 48px;
  padding: 12px 14px;
  color: var(--ink);
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  font: inherit;
}

textarea {
  min-height: 140px;
  resize: vertical;
}

.site-footer {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  padding: 34px 0 46px;
  color: var(--muted);
  border-top: 1px solid var(--line);
}

.site-footer strong { color: var(--ink); }

.contact-links {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 16px;
  margin-top: 14px;
  font-weight: 700;
}

.contact-links a,
.page-hero a {
  color: var(--ink);
  text-decoration: underline;
  text-decoration-color: var(--gold);
  text-underline-offset: 4px;
}

.footer-jump {
  position: relative;
  display: grid;
  justify-items: end;
  align-content: start;
  gap: 12px;
  min-width: 230px;
}

.footer-jump-toggle {
  width: 100%;
  max-width: 230px;
  padding: 12px 16px;
  color: var(--ink);
  background: transparent;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  font: inherit;
  font-weight: 700;
  text-align: left;
  cursor: pointer;
}

.footer-jump-toggle::after {
  content: "+";
  float: right;
  color: var(--gold);
  transition: transform 180ms ease;
}

.footer-jump.is-open .footer-jump-toggle::after {
  transform: rotate(45deg);
}

.footer-links {
  position: absolute;
  right: 0;
  bottom: calc(100% + 12px);
  display: grid;
  width: 100%;
  max-width: 230px;
  max-height: 0;
  gap: 8px;
  padding: 0 14px;
  background: var(--paper);
  border: 1px solid transparent;
  border-radius: var(--radius);
  overflow: hidden;
  opacity: 0;
  pointer-events: none;
  transform: translateY(10px);
  box-shadow: 0 18px 42px rgba(17, 17, 15, 0.1);
  transition: max-height 240ms ease, opacity 180ms ease, transform 240ms ease, padding 240ms ease, border-color 240ms ease;
}

.footer-jump.is-open .footer-links {
  max-height: 320px;
  padding: 14px;
  border-color: var(--line);
  opacity: 1;
  pointer-events: auto;
  transform: translateY(-4px);
}

.footer-links a {
  color: var(--muted);
  text-align: left;
}

.footer-links a:hover,
.footer-links a[aria-current="page"] {
  color: var(--ink);
}

.thank-you {
  display: grid;
  min-height: 100svh;
  align-content: center;
  width: min(900px, calc(100% - 36px));
  margin: 0 auto;
}

@media (max-width: 940px) {
  .nav-toggle { display: block; }

  .site-nav {
    position: absolute;
    top: 79px;
    right: 18px;
    left: 18px;
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding: 12px;
    background: var(--paper);
    border: 1px solid var(--line);
    border-radius: var(--radius);
    box-shadow: 0 20px 50px rgba(17, 17, 15, 0.12);
  }

  .site-nav.is-open { display: flex; }
  .site-nav a { padding: 13px 12px; }

  .nav-cta {
    margin-top: 6px;
    text-align: center;
  }

  .hero,
  .intro-grid,
  .two-column,
  .book-feature,
  .form-layout,
  .process,
  .feature-band { grid-template-columns: 1fr; }

  .hero { min-height: auto; }

  .service-strip,
  .values-grid,
  .topic-grid,
  .post-grid { grid-template-columns: 1fr; }

  .portrait,
  .book-cover { min-height: 360px; }

  .book-cover-link,
  .book-cover-image {
    max-width: 260px;
    max-height: 360px;
  }
}

@media (max-width: 560px) {
  .brand span:last-child {
    max-width: 190px;
    line-height: 1.2;
  }

  .hero,
  .page-hero,
  .section,
  .site-footer {
    width: min(var(--max), calc(100% - 28px));
  }

  .hero h1,
  .page-hero h1,
  .thank-you h1 {
    font-size: clamp(2.55rem, 17vw, 4.2rem);
  }

  .button,
  .button-row { width: 100%; }

  .site-footer,
  .process li { flex-direction: column; }

  .footer-jump,
  .footer-jump-toggle,
  .footer-links { max-width: none; width: 100%; }
}

@media (prefers-reduced-motion: reduce) {
  main h1,
  main h2 {
    transition: none;
  }

  main h1.reveal-title,
  main h2.reveal-title {
    opacity: 1;
    filter: none;
    transform: none;
  }
}
