/* ============================================================
   Keepsake Concierge — Heritage Modern
   Deep Forest #28463F · Warm Cream #F7F3EC · Antique Brass #B88A44
   Warm Slate #56524C · Linen #E8E1D5
   Headings: Recoleta w/ Georgia fallback · Body: clean sans
   ============================================================ */

:root {
  --forest: #28463f;
  --cream: #f7f3ec;
  --brass: #b88a44;
  --slate: #56524c;
  --linen: #e8e1d5;
  --serif: "Recoleta", Georgia, "Times New Roman", serif;
  --sans: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  --measure: 62ch;
}

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

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

body {
  background: var(--cream);
  color: var(--slate);
  font-family: var(--sans);
  font-size: 1.0625rem;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}

img, video { max-width: 100%; height: auto; display: block; }

a { color: var(--forest); }
a:focus-visible, button:focus-visible {
  outline: 3px solid var(--brass);
  outline-offset: 3px;
}

h1, h2, h3 {
  font-family: var(--serif);
  color: var(--forest);
  font-weight: 600;
  line-height: 1.15;
  letter-spacing: -0.01em;
}

/* Brand eyebrow: small caps, letterspaced, brass */
.eyebrow {
  font-family: var(--sans);
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--brass);
  display: block;
  margin-bottom: 1rem;
}

.wrap { width: min(1060px, 92%); margin-inline: auto; }

/* ---------- header ---------- */
.site-header {
  padding: 1.4rem 0;
  border-bottom: 1px solid var(--linen);
}
.site-header .wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  flex-wrap: wrap;
}
.brand-lockup { display: flex; align-items: center; text-decoration: none; }
.brand-lockup img { height: 62px; width: auto; }
.site-nav { display: flex; align-items: center; gap: 1.6rem; flex-wrap: wrap; }
.site-nav a {
  text-decoration: none;
  color: var(--slate);
  font-size: 0.95rem;
}
.site-nav a:hover { color: var(--forest); }
@media (max-width: 720px) {
  .site-header .wrap { justify-content: center; text-align: center; }
  .site-nav { justify-content: center; gap: 0.9rem 1.2rem; font-size: 0.9rem; }
  .brand-lockup img { height: 50px; }
}
.btn {
  display: inline-block;
  background: var(--forest);
  color: var(--cream);
  font-family: var(--sans);
  font-size: 0.95rem;
  font-weight: 600;
  text-decoration: none;
  border: none;
  border-radius: 3px;
  padding: 0.75rem 1.5rem;
  cursor: pointer;
}
.btn:hover { background: #1e3630; }
.btn.brass { background: transparent; color: var(--forest); border: 1.5px solid var(--brass); }
.btn.brass:hover { background: var(--linen); }
.site-nav .btn { color: var(--cream); }

/* ---------- hero ---------- */
.hero { padding: 4.5rem 0 3rem; text-align: center; }
.hero h1 {
  font-size: clamp(2.1rem, 5vw, 3.4rem);
  max-width: 20ch;
  margin-inline: auto;
}
.hero .lede {
  max-width: var(--measure);
  margin: 1.4rem auto 0;
  font-size: 1.15rem;
}

/* the transformation — signature moment */
.transformation { padding: 2.5rem 0 5rem; }
.trans-label {
  font-family: var(--serif);
  font-size: clamp(1.5rem, 3.4vw, 2.2rem);
  color: var(--forest);
  font-style: italic;
  text-align: center;
  margin: 0 0 1.6rem;
}
.trans-label .flourish {
  color: var(--brass);
  font-style: normal;
}
.trans-box { text-align: center; }
.trans-caption { margin: 2.5rem 0 0; }
.trans-box img { margin-inline: auto; width: min(380px, 82%); height: auto; }
.trans-divider {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  margin: 3rem 0 2.5rem;
  color: var(--brass);
}
.trans-divider::before, .trans-divider::after {
  content: "";
  height: 1px;
  width: min(160px, 22vw);
  background: var(--brass);
}
.trans-divider svg { flex: none; }
.reel-frame {
  background: var(--forest);
  padding: clamp(0.7rem, 2vw, 1.2rem);
  border-radius: 6px;
  width: min(860px, 100%);
  margin-inline: auto;
  box-shadow: 0 24px 60px -30px rgba(40, 70, 63, 0.55);
}
.reel-frame { position: relative; }
.reel-frame video { width: 100%; border-radius: 3px; }
.reel-toggle {
  position: absolute;
  bottom: clamp(1.2rem, 3vw, 2rem);
  right: clamp(1.2rem, 3vw, 2rem);
  width: 40px; height: 40px;
  display: grid; place-items: center;
  background: rgba(40, 70, 63, 0.75);
  color: var(--cream);
  border: 1px solid rgba(247, 243, 236, 0.4);
  border-radius: 50%;
  cursor: pointer;
  transition: background 0.2s ease;
}
.reel-toggle:hover { background: var(--forest); border-color: var(--brass); }

/* ---------- sections ---------- */
.section { padding: 5rem 0; }
.section.on-linen { background: var(--linen); }
.section.on-forest { background: var(--forest); }
.section h2 { font-size: clamp(1.7rem, 3.6vw, 2.4rem); margin-bottom: 1.1rem; }
.section .prose { max-width: var(--measure); }
.section .prose + .prose { margin-top: 1rem; }
.center { text-align: center; }
.center .prose { margin-inline: auto; }

/* what we do steps */
.steps {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(210px, 1fr));
  gap: 2.5rem;
  margin-top: 3rem;
}
.step h3 { font-size: 1.25rem; margin-bottom: 0.5rem; }
.step .step-rule {
  width: 42px; height: 2px;
  background: var(--brass);
  margin-bottom: 1.1rem;
}

/* ---------- formats rotator ---------- */
.formats-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3.5rem;
  align-items: center;
  margin-top: 1rem;
}
@media (max-width: 780px) { .formats-grid { grid-template-columns: 1fr; } }

.format-viewer {
  background: var(--cream);
  border: 1px solid var(--linen);
  border-radius: 6px;
  aspect-ratio: 4 / 3;
  display: grid;
  place-items: center;
  position: relative;
  overflow: hidden;
  box-shadow: 0 18px 44px -28px rgba(86, 82, 76, 0.5);
}
.format-slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  transition: opacity 0.4s ease;
}
.format-slide.active { opacity: 1; }
.format-slide .fmt-img {
  position: absolute;
  top: 4%;
  left: 5%;
  right: 5%;
  bottom: 30%;
  display: grid;
  place-items: center;
}
.format-slide img { height: auto; }
.format-slide .fmt-label {
  position: absolute;
  left: 1rem;
  right: 1rem;
  bottom: 9%;
  text-align: center;
}
.format-slide .format-name {
  font-family: var(--serif);
  font-size: clamp(1.6rem, 3vw, 2.3rem);
  color: var(--forest);
  text-align: center;
}
.format-slide .format-era {
  margin-top: 0.5rem;
  text-align: center;
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--brass);
}
.format-count {
  position: absolute;
  bottom: 0.9rem;
  right: 1.1rem;
  font-size: 0.72rem;
  letter-spacing: 0.18em;
  color: var(--slate);
  opacity: 0.65;
}

/* ---------- why now / quote ---------- */
.on-forest .eyebrow { color: var(--brass); }
.on-forest h2, .on-forest .pull-quote { color: var(--cream); }
.on-forest p { color: var(--linen); }
.pull-quote {
  font-family: var(--serif);
  font-size: clamp(1.6rem, 3.6vw, 2.5rem);
  font-style: italic;
  line-height: 1.3;
  max-width: 26ch;
  margin: 2.2rem auto 0;
}
.pull-quote .q-mark { color: var(--brass); font-style: normal; }

/* ---------- booking ---------- */
.booking-card {
  background: var(--cream);
  border: 1px solid var(--linen);
  border-radius: 6px;
  padding: clamp(1.8rem, 4vw, 3rem);
  max-width: 720px;
  margin: 2.5rem auto 0;
  text-align: center;
}
/* Deep Forest frame around the scheduler, matching the video player */
.booking-frame {
  background: var(--forest);
  border: none;
  padding: clamp(0.7rem, 2vw, 1.2rem);
  box-shadow: 0 24px 60px -30px rgba(40, 70, 63, 0.55);
}
.booking-frame iframe,
.booking-frame .calendly-inline-widget {
  border-radius: 3px;
  background: var(--cream);
  overflow: hidden;
}
.booking-card iframe { display: block; width: 100%; }

/* ---------- gift page ---------- */
.gift-picker {
  background: var(--cream);
  border: 1px solid var(--linen);
  border-radius: 6px;
  padding: clamp(2rem, 4vw, 3rem);
  max-width: 640px;
  margin: 3rem auto 0;
  text-align: center;
}
.gift-amounts {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.7rem;
}
.gift-pill {
  font-family: var(--serif);
  font-size: 1.25rem;
  color: var(--forest);
  background: transparent;
  border: 1px solid var(--linen);
  border-radius: 999px;
  padding: 0.55rem 1.4rem;
  cursor: pointer;
  transition: border-color 0.15s ease, background 0.15s ease, color 0.15s ease;
}
.gift-pill:hover { border-color: var(--brass); }
.gift-pill.selected {
  background: var(--forest);
  color: var(--cream);
  border-color: var(--forest);
}
.gift-picker-desc {
  margin: 1.6rem auto 1.8rem;
  max-width: 42ch;
  font-style: italic;
  min-height: 2.6em;
}
.gift-purchase { font-size: 1.05rem; padding: 0.9rem 2.4rem; }
.gift-minimum {
  margin-top: 1.6rem;
  text-align: center;
  font-size: 0.85rem;
  letter-spacing: 0.04em;
  color: var(--slate);
  opacity: 0.85;
}
.gift-note {
  max-width: var(--measure);
  margin: 3rem auto 0;
  font-size: 0.95rem;
  text-align: center;
  color: var(--slate);
}

/* ---------- footer ---------- */
.site-footer {
  background: var(--forest);
  color: var(--linen);
  padding: 3.5rem 0 2.5rem;
}
.site-footer .wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 2.5rem;
  justify-content: space-between;
  align-items: center;
}
.site-footer img { height: 68px; width: auto; }
.footer-contact { text-align: right; }
.footer-contact a {
  color: var(--cream);
  font-family: var(--serif);
  font-size: 1.35rem;
  text-decoration: none;
  display: block;
  margin-bottom: 0.35rem;
}
.footer-contact a:hover { color: var(--brass); }
.footer-meta {
  width: 100%;
  border-top: 1px solid rgba(232, 225, 213, 0.25);
  padding-top: 1.4rem;
  font-size: 0.82rem;
  letter-spacing: 0.05em;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 0.5rem;
}
@media (max-width: 640px) {
  .footer-contact { text-align: left; }
}
