:root {
  --parchment: #f6f1e8;
  --parchment-deep: #efe7d8;
  --forest: #3f4a34;
  --forest-deep: #2f3828;
  --terracotta: #a26945;
  --gold: #b5924f;
  --ink: #3b352e;
  --ink-soft: #6b6257;
  --line: #ddd2bf;
  --parchment-text: #e8dcc8;
}

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

html { scroll-behavior: smooth; }
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .rise, .drift { animation: none !important; opacity: 1 !important; transform: none !important; }
}

body {
  font-family: 'DM Sans', sans-serif;
  font-weight: 300;
  background: var(--parchment);
  color: var(--ink);
  line-height: 1.7;
  font-size: 1.0625rem;
  -webkit-font-smoothing: antialiased;
}

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

a { color: inherit; }
a:focus-visible, button:focus-visible {
  outline: 2px solid var(--terracotta);
  outline-offset: 3px;
}

.wrap { max-width: 1120px; margin: 0 auto; padding: 0 clamp(1.25rem, 4vw, 3rem); }

.eyebrow {
  font-size: 0.72rem;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: var(--terracotta);
  font-weight: 400;
}

h1, h2, h3 {
  font-family: 'Fraunces', serif;
  font-weight: 300;
  line-height: 1.12;
  letter-spacing: -0.01em;
}

.promise {
  font-family: 'Fraunces', serif;
  font-style: italic;
  font-weight: 300;
  color: var(--ink-soft);
}

/* ---------- top bar ---------- */
header.top {
  padding: 1.6rem 0 1.2rem;
}
.top-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
}
.top-inner .mark img { width: 132px; height: auto; }
nav.main {
  display: flex;
  align-items: center;
  gap: clamp(1.2rem, 3vw, 2.4rem);
  font-size: 0.8rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}
nav.main a { text-decoration: none; color: var(--ink-soft); transition: color 0.25s; }
nav.main a:hover { color: var(--terracotta); }
nav.main a.book-link {
  color: var(--terracotta);
  border-bottom: 1px solid var(--terracotta);
  padding-bottom: 2px;
}

/* ---------- hero ---------- */
.hero { padding: clamp(2.5rem, 7vh, 5.5rem) 0 clamp(3rem, 8vh, 6rem); }
.hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(0, 0.85fr);
  gap: clamp(2rem, 6vw, 5rem);
  align-items: center;
}
.hero h1 {
  font-size: clamp(2.5rem, 5.4vw, 4.3rem);
  margin: 1.1rem 0 1.4rem;
  color: var(--forest);
}
.hero .promise { font-size: clamp(1.1rem, 1.7vw, 1.3rem); max-width: 30em; }
.hero-ctas { margin-top: 2.4rem; display: flex; flex-wrap: wrap; gap: 1rem 1.6rem; align-items: center; }

.btn {
  display: inline-block;
  text-decoration: none;
  font-size: 0.8rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  font-weight: 400;
  padding: 1rem 2.1rem;
  border-radius: 999px;
  transition: background 0.25s, color 0.25s, border-color 0.25s;
}
.btn-solid { background: var(--terracotta); color: var(--parchment); border: 1px solid var(--terracotta); }
.btn-solid:hover { background: #8f5b3b; border-color: #8f5b3b; }
.btn-ghost { border: 1px solid var(--line); color: var(--ink-soft); }
.btn-ghost:hover { border-color: var(--terracotta); color: var(--terracotta); }

/* the arch: signature motif from the guide covers */
.arch {
  position: relative;
  aspect-ratio: 3 / 4;
  max-width: 400px;
  margin-left: auto;
  background: var(--forest);
  border-radius: 999px 999px 14px 14px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
.arch::after {
  content: "";
  position: absolute;
  inset: 14px;
  border: 1px solid rgba(181, 146, 79, 0.55);
  border-radius: 999px 999px 8px 8px;
  pointer-events: none;
}
.arch img.art {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.drift { animation: drift 9s ease-in-out infinite alternate; }
@keyframes drift {
  from { transform: translateY(-6px) rotate(-1.5deg); }
  to   { transform: translateY(8px) rotate(1.5deg); }
}

.rise { opacity: 0; transform: translateY(18px); animation: rise 0.9s ease forwards; }
.rise.d1 { animation-delay: 0.1s; }
.rise.d2 { animation-delay: 0.25s; }
.rise.d3 { animation-delay: 0.4s; }
@keyframes rise { to { opacity: 1; transform: none; } }

/* ---------- wave transitions ---------- */
.wave { display: block; width: 100%; height: clamp(48px, 8vw, 110px); }

/* ---------- forest philosophy ---------- */
.philosophy {
  background: var(--forest);
  color: var(--parchment-text);
  padding: clamp(3rem, 8vh, 6rem) 0 clamp(3.5rem, 9vh, 6.5rem);
}
.philosophy .eyebrow { color: var(--gold); }
.philosophy h2 {
  font-size: clamp(1.8rem, 3.4vw, 2.7rem);
  max-width: 21em;
  margin: 1.2rem 0 1.6rem;
  color: var(--parchment-text);
}
.philosophy p { max-width: 38em; color: rgba(232, 220, 200, 0.82); }
.philosophy .gk { width: 74px; margin-bottom: 1.8rem; opacity: 0.9; }

/* ---------- art band ---------- */
.art-band { margin: 0; background: var(--parchment-deep); }
.art-band img { width: 100%; height: auto; display: block; }
.art-band figcaption {
  text-align: center;
  font-family: 'Fraunces', serif;
  font-style: italic;
  font-size: 0.92rem;
  color: var(--ink-soft);
  padding: 1rem clamp(1.25rem, 4vw, 3rem) 1.6rem;
  max-width: 40em;
  margin: 0 auto;
}

/* ---------- about ---------- */
.about { padding: clamp(3.5rem, 9vh, 6.5rem) 0; }
.about-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(0, 1.2fr);
  gap: clamp(2.5rem, 6vw, 5rem);
  align-items: center;
}
.portrait {
  position: relative;
  aspect-ratio: 3 / 4;
  max-width: 360px;
  background: var(--parchment-deep);
  border-radius: 999px 999px 14px 14px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
.portrait::after {
  content: "";
  position: absolute;
  inset: 14px;
  border: 1px solid rgba(162, 105, 69, 0.4);
  border-radius: 999px 999px 8px 8px;
  pointer-events: none;
}
.portrait img.photo { width: 100%; height: 100%; object-fit: cover; }
.about h2 { font-size: clamp(1.9rem, 3.6vw, 2.8rem); color: var(--forest); margin: 1.1rem 0 1.4rem; }
.about p { max-width: 34em; margin-bottom: 1.1rem; }
.credentials {
  margin-top: 1.8rem;
  padding-top: 1.4rem;
  border-top: 1px solid var(--line);
  font-size: 0.86rem;
  color: var(--ink-soft);
  letter-spacing: 0.02em;
  max-width: 34em;
}

/* ---------- care ---------- */
.care { padding: 0 0 clamp(3.5rem, 9vh, 6rem); }
.care-head { max-width: 34em; margin-bottom: 2.8rem; }
.care-head h2 { font-size: clamp(1.9rem, 3.6vw, 2.8rem); color: var(--forest); margin-top: 1.1rem; }
.care-list { border-top: 1px solid var(--line); }
.care-item {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.6fr);
  gap: 1rem 3rem;
  padding: 1.9rem 0;
  border-bottom: 1px solid var(--line);
}
.care-item h3 {
  font-size: 1.45rem;
  color: var(--forest);
}
.care-item p { color: var(--ink-soft); max-width: 36em; align-self: center; }

/* ---------- book ---------- */
.book { padding: clamp(3.5rem, 9vh, 6rem) 0; text-align: center; }
.book h2 { font-size: clamp(2rem, 4vw, 3rem); color: var(--forest); margin: 1.1rem auto 1.2rem; max-width: 16em; }
.book p { max-width: 32em; margin: 0 auto; color: var(--ink-soft); }
.book .address { margin-top: 1.4rem; font-size: 0.92rem; }
.book .btn { margin-top: 2.2rem; }

/* ---------- footer ---------- */
footer {
  background: var(--forest-deep);
  color: rgba(232, 220, 200, 0.75);
  padding: 3.2rem 0 2.6rem;
  font-size: 0.9rem;
}
.foot-grid {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 1.6rem;
}
.foot-grid img { width: 54px; opacity: 0.85; }
footer a { color: var(--parchment-text); text-decoration: none; border-bottom: 1px solid rgba(181,146,79,0.5); padding-bottom: 1px; }
footer a:hover { color: #fff; }
.foot-links { display: flex; gap: 1.6rem; flex-wrap: wrap; }
.foot-note { width: 100%; margin-top: 1.4rem; font-size: 0.78rem; color: rgba(232,220,200,0.45); letter-spacing: 0.04em; }

/* ---------- responsive ---------- */
@media (max-width: 860px) {
  .hero-grid, .about-grid { grid-template-columns: 1fr; }
  .arch { margin: 0 auto; max-width: 320px; }
  .portrait { order: -1; margin: 0 auto; max-width: 300px; }
  .care-item { grid-template-columns: 1fr; gap: 0.4rem; }
  nav.main a:not(.book-link) { display: none; }
}
