/* ==========================================================================
   Origo Psychology
   Brand stylesheet — derived from the Welcome Guide and Fees documents.
   ========================================================================== */

/* --------------------------------------------------------------------------
   1. Tokens
   -------------------------------------------------------------------------- */
:root {
  /* Colour — sampled from the brand documents */
  --forest:        #16382a;   /* logo green, headings */
  --forest-deep:   #0f2a20;   /* footer, deep blocks */
  --gold:          #b5822e;   /* logo arc, rules, accents */
  --gold-soft:     #d9b978;   /* hairlines, low-contrast detail */
  --sage:          #7d8c6c;   /* the olive blocks in the guide */
  --sage-pale:     #e3e8da;   /* icon discs, panels */
  --cream:         #faf7f1;   /* page background */
  --cream-warm:    #f3eee2;   /* alternating sections, table headers */
  --ink:           #2e3541;   /* body copy */
  --ink-muted:     #5b6472;
  --line:          #e2dccd;

  /* Type */
  --display: "Cormorant Garamond", "Cormorant", Georgia, "Times New Roman", serif;
  --body:    "EB Garamond", Georgia, "Times New Roman", serif;
  --util:    "Jost", "Helvetica Neue", Arial, sans-serif;

  /* Scale */
  --step--1: clamp(0.94rem, 0.92rem + 0.1vw, 1rem);
  --step-0:  clamp(1.06rem, 1.02rem + 0.2vw, 1.19rem);
  --step-1:  clamp(1.3rem, 1.2rem + 0.5vw, 1.6rem);
  --step-2:  clamp(1.7rem, 1.5rem + 1vw, 2.3rem);
  --step-3:  clamp(2.2rem, 1.8rem + 2vw, 3.4rem);
  --step-4:  clamp(2.8rem, 2.1rem + 3.4vw, 4.6rem);

  /* Space */
  --gutter: clamp(1.25rem, 4vw, 2.5rem);
  --section: clamp(3.5rem, 8vw, 7rem);
  --measure: 68ch;
  --shell: 1140px;
  --radius: 10px;
}

/* --------------------------------------------------------------------------
   2. Base
   -------------------------------------------------------------------------- */
*, *::before, *::after { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  background: var(--cream);
  color: var(--ink);
  font-family: var(--body);
  font-size: var(--step-0);
  line-height: 1.72;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

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

h1, h2, h3, h4 {
  font-family: var(--display);
  color: var(--forest);
  font-weight: 500;
  line-height: 1.14;
  letter-spacing: -0.005em;
  margin: 0 0 0.5em;
}

h1 { font-size: var(--step-4); }
h2 { font-size: var(--step-3); }
h3 { font-size: var(--step-1); }
h4 { font-size: var(--step-0); font-family: var(--body); font-weight: 600; }

p { margin: 0 0 1.1em; max-width: var(--measure); }
p:last-child { margin-bottom: 0; }

a { color: var(--forest); text-decoration-color: var(--gold-soft); text-underline-offset: 4px; }
a:hover { color: var(--gold); }

:focus-visible {
  outline: 3px solid var(--gold);
  outline-offset: 3px;
  border-radius: 2px;
}

.skip-link {
  position: absolute;
  left: -9999px;
  top: 0;
  background: var(--forest);
  color: var(--cream);
  padding: 0.75rem 1.25rem;
  z-index: 999;
  font-family: var(--util);
}
.skip-link:focus { left: 0; color: var(--cream); }

/* --------------------------------------------------------------------------
   3. Layout helpers
   -------------------------------------------------------------------------- */
.shell {
  width: min(100% - (var(--gutter) * 2), var(--shell));
  margin-inline: auto;
}
.shell--narrow { width: min(100% - (var(--gutter) * 2), 780px); }

.band { padding-block: var(--section); }
.band--warm { background: var(--cream-warm); }
.band--sage { background: var(--sage-pale); }
.band--forest { background: var(--forest); color: #e8ede4; }
.band--forest h2, .band--forest h3 { color: #fff; }
.band--forest a { color: #fff; text-decoration-color: var(--gold-soft); }
.band--forest a.btn--light { color: var(--forest); text-decoration: none; }
.band--forest a.btn--light:hover { color: var(--forest); }
.band--tight { padding-block: clamp(2.5rem, 5vw, 4rem); }

.eyebrow {
  font-family: var(--util);
  font-size: 0.7rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--gold);
  margin: 0 0 1rem;
  font-weight: 500;
}

.lede {
  font-size: var(--step-1);
  line-height: 1.55;
  color: var(--ink);
  max-width: 40ch;
}

.centred { text-align: center; }
.centred p, .centred .lede { margin-inline: auto; }

/* The gold sprig divider used throughout the printed guide */
.sprig {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  margin: 2.5rem auto;
  max-width: 460px;
  color: var(--sage);
}
.sprig::before, .sprig::after {
  content: "";
  height: 1px;
  flex: 1;
  background: linear-gradient(to right, transparent, var(--gold-soft), transparent);
}

/* --------------------------------------------------------------------------
   4. Header + navigation
   -------------------------------------------------------------------------- */
.site-header {
  position: sticky;
  top: 0;
  z-index: 60;
  background: rgba(250, 247, 241, 0.94);
  backdrop-filter: blur(8px);
  border-bottom: 1px solid var(--line);
}

.site-header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  padding-block: 0.85rem;
}

.brand { display: flex; align-items: center; gap: 0.75rem; text-decoration: none; }
.brand svg, .brand img { width: 40px; height: 40px; flex: none; color: var(--forest); }
.brand__name {
  font-family: var(--display);
  font-size: 1.4rem;
  letter-spacing: 0.2em;
  color: var(--forest);
  line-height: 1;
}
.brand__sub {
  display: block;
  font-family: var(--util);
  font-size: 0.56rem;
  letter-spacing: 0.34em;
  color: var(--gold);
  margin-top: 0.3rem;
}

.nav-toggle {
  display: none;
  background: none;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 0.55rem 0.8rem;
  font-family: var(--util);
  font-size: 0.8rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--forest);
  cursor: pointer;
}

.nav { display: flex; align-items: center; gap: 1.6rem; }
.nav a {
  font-family: var(--util);
  font-size: 0.82rem;
  letter-spacing: 0.07em;
  text-decoration: none;
  color: var(--ink);
  padding-block: 0.4rem;
  border-bottom: 1px solid transparent;
}
.nav a:hover { color: var(--forest); border-bottom-color: var(--gold); }
.nav a[aria-current="page"] { color: var(--forest); border-bottom-color: var(--gold); }
.nav .btn { border-bottom: none; }

/* --------------------------------------------------------------------------
   5. Buttons
   -------------------------------------------------------------------------- */
.btn {
  display: inline-block;
  font-family: var(--util);
  font-size: 0.82rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  text-decoration: none;
  padding: 0.85rem 1.6rem;
  border-radius: 999px;
  border: 1px solid var(--forest);
  background: var(--forest);
  color: var(--cream);
  cursor: pointer;
  transition: background 0.2s ease, color 0.2s ease, transform 0.2s ease;
}
.btn:hover { background: var(--forest-deep); color: #fff; transform: translateY(-1px); }
.btn--ghost { background: transparent; color: var(--forest); }
.btn--ghost:hover { background: var(--forest); color: var(--cream); }
.btn--gold { background: var(--gold); border-color: var(--gold); color: #fff; }
.btn--gold:hover { background: #9c6f24; border-color: #9c6f24; }
.btn--light { background: #fff; border-color: #fff; color: var(--forest); }
.btn--light:hover { background: var(--cream-warm); border-color: var(--cream-warm); color: var(--forest); }

.btn-row { display: flex; flex-wrap: wrap; gap: 0.85rem; margin-top: 2rem; }
.centred .btn-row { justify-content: center; }

/* --------------------------------------------------------------------------
   6. Hero
   -------------------------------------------------------------------------- */
.hero {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(120% 90% at 88% 8%, rgba(227, 232, 218, 0.75), transparent 60%),
    linear-gradient(178deg, var(--cream) 0%, var(--cream-warm) 100%);
  padding-block: clamp(3.5rem, 9vw, 6.5rem);
}

.hero__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
  gap: clamp(2rem, 5vw, 4.5rem);
  align-items: center;
}

.hero h1 { margin-bottom: 0.35em; }
.hero h1 em { font-style: italic; color: var(--gold); }

.hero__mark { display: grid; place-items: center; }
.hero__mark svg, .hero__mark img { width: min(100%, 340px); height: auto; color: var(--forest); }

.hero__strap {
  font-family: var(--display);
  font-style: italic;
  font-size: var(--step-1);
  color: var(--sage);
  margin-top: 2rem;
}

/* Pillar row beneath the hero, echoing the guide cover */
.pillars {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  list-style: none;
  margin: 0;
  padding: 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.pillars li {
  list-style: none;
  padding: 1.6rem 1.25rem;
  text-align: center;
  border-right: 1px solid var(--line);
  font-family: var(--util);
  font-size: 0.72rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--forest);
}
.pillars li:last-child { border-right: none; }

/* --------------------------------------------------------------------------
   7. Cards + grids
   -------------------------------------------------------------------------- */
.grid { display: grid; gap: clamp(1.25rem, 3vw, 2rem); }
.grid--2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.grid--3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.grid--4 { grid-template-columns: repeat(4, minmax(0, 1fr)); }

.card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: clamp(1.5rem, 3vw, 2.25rem);
  display: flex;
  flex-direction: column;
  transition: border-color 0.2s ease, transform 0.2s ease;
}
.card:hover { border-color: var(--gold-soft); transform: translateY(-2px); }
.card p { max-width: none; }
.card__link {
  margin-top: auto;
  padding-top: 1.25rem;
  font-family: var(--util);
  font-size: 0.78rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  text-decoration: none;
  color: var(--gold);
}
.card__link::after { content: " →"; }

.disc {
  width: 54px;
  height: 54px;
  border-radius: 50%;
  background: var(--sage-pale);
  display: grid;
  place-items: center;
  margin-bottom: 1.1rem;
  color: var(--forest);
}
.disc svg { width: 26px; height: 26px; }

.value-list { list-style: none; margin: 0; padding: 0; display: grid; gap: 1.75rem; }
.value-list li { border-left: 2px solid var(--gold-soft); padding-left: 1.4rem; }
.value-list h3 { margin-bottom: 0.25em; }
.value-list p { margin: 0; color: var(--ink-muted); }

/* --------------------------------------------------------------------------
   8. Signature: the root line
   Origo means origin. The five-step assessment journey is drawn as a stem
   with leaf nodes, taken straight from the mark in the logo.
   -------------------------------------------------------------------------- */
.journey { position: relative; margin-top: 3rem; }
.journey ol {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 1rem;
  position: relative;
}
.journey ol::before {
  content: "";
  position: absolute;
  top: 26px;
  left: 10%;
  right: 10%;
  height: 1px;
  background: linear-gradient(to right, transparent, var(--gold-soft) 12%, var(--gold-soft) 88%, transparent);
}
.journey li { position: relative; text-align: center; padding-top: 0; }
.journey__node {
  width: 52px;
  height: 52px;
  margin: 0 auto 1rem;
  border-radius: 50%;
  background: var(--cream);
  border: 1px solid var(--gold-soft);
  color: var(--forest);
  display: grid;
  place-items: center;
  font-family: var(--util);
  font-size: 0.85rem;
  position: relative;
  z-index: 1;
}
.journey h3 { font-size: var(--step-0); font-family: var(--body); font-weight: 600; margin-bottom: 0.4em; }
.journey p { font-size: var(--step--1); color: var(--ink-muted); margin: 0; max-width: none; }

/* --------------------------------------------------------------------------
   9. Included list (assessment detail pages)
   -------------------------------------------------------------------------- */
.included { list-style: none; margin: 2rem 0 0; padding: 0; }
.included li {
  padding: 1.4rem 0;
  border-top: 1px solid var(--line);
  display: grid;
  grid-template-columns: 240px 1fr;
  gap: 1.5rem;
}
.included li:last-child { border-bottom: 1px solid var(--line); }
.included h3 { margin: 0; font-size: var(--step-1); }
.included p { margin: 0; }

/* --------------------------------------------------------------------------
   10. Fees
   -------------------------------------------------------------------------- */
.fee-table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 2rem;
  font-size: var(--step--1);
}
.fee-table caption {
  text-align: left;
  font-family: var(--util);
  font-size: 0.72rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--gold);
  padding-bottom: 1rem;
}
.fee-table th, .fee-table td {
  padding: 1rem 1.1rem;
  text-align: left;
  border-bottom: 1px solid var(--line);
}
.fee-table thead th {
  background: var(--cream-warm);
  font-family: var(--util);
  font-weight: 500;
  font-size: 0.78rem;
  letter-spacing: 0.06em;
  color: var(--forest);
}
.fee-table thead th span { display: block; font-size: 0.68rem; color: var(--ink-muted); letter-spacing: 0; text-transform: none; }
.fee-table td.price { font-family: var(--display); font-size: 1.35rem; color: var(--forest); white-space: nowrap; }
.fee-table tbody tr:hover { background: #fff; }

.fee-row {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 2rem;
  align-items: start;
  padding: 1.6rem 0;
  border-bottom: 1px solid var(--line);
}
.fee-row h3 { margin-bottom: 0.3em; }
.fee-row p { margin: 0; color: var(--ink-muted); font-size: var(--step--1); }
.fee-row__price { font-family: var(--display); font-size: var(--step-2); color: var(--forest); text-align: right; line-height: 1; }
.fee-row__price small { display: block; font-family: var(--util); font-size: 0.7rem; letter-spacing: 0.1em; text-transform: uppercase; color: var(--ink-muted); margin-top: 0.5rem; }

.note {
  background: var(--sage-pale);
  border-radius: var(--radius);
  padding: clamp(1.25rem, 3vw, 1.9rem);
  margin-top: 2.5rem;
}
.note h3 { margin-bottom: 0.4em; }
.note p { margin: 0; }

.policy-list { list-style: none; margin: 1.5rem 0 0; padding: 0; display: grid; gap: 1.1rem; }
.policy-list li { padding-left: 1.9rem; position: relative; }
.policy-list li::before {
  content: "";
  position: absolute;
  left: 0; top: 0.62em;
  width: 9px; height: 9px;
  border-radius: 50% 0 50% 0;
  background: var(--sage);
}
.policy-list strong { color: var(--forest); }

/* --------------------------------------------------------------------------
   11. Team
   -------------------------------------------------------------------------- */
.person { display: grid; grid-template-columns: 260px 1fr; gap: clamp(1.5rem, 4vw, 3rem); align-items: start; }
.person__photo {
  aspect-ratio: 1;
  border-radius: 50%;
  overflow: hidden;
  background: var(--sage-pale);
  border: 1px solid var(--gold-soft);
  display: grid;
  place-items: center;
  color: var(--sage);
  font-family: var(--util);
  font-size: 0.72rem;
  letter-spacing: 0.12em;
  text-align: center;
  padding: 1rem;
}
.person__photo img { width: 100%; height: 100%; object-fit: cover; }
.person__role {
  font-family: var(--util);
  font-size: 0.74rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 1.2rem;
}

/* --------------------------------------------------------------------------
   12. FAQ
   -------------------------------------------------------------------------- */
.faq { margin-top: 2.5rem; border-top: 1px solid var(--line); }
.faq details { border-bottom: 1px solid var(--line); }
.faq summary {
  cursor: pointer;
  list-style: none;
  padding: 1.35rem 3rem 1.35rem 0;
  font-family: var(--display);
  font-size: var(--step-1);
  color: var(--forest);
  position: relative;
}
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after {
  content: "+";
  position: absolute;
  right: 0.5rem;
  top: 50%;
  transform: translateY(-50%);
  font-family: var(--util);
  font-size: 1.5rem;
  color: var(--gold);
  line-height: 1;
}
.faq details[open] summary::after { content: "–"; }
.faq details > div { padding: 0 3rem 1.6rem 0; }
.faq details > div p { color: var(--ink-muted); }

/* --------------------------------------------------------------------------
   13. Enquiry form
   -------------------------------------------------------------------------- */
.enquiry {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: clamp(1.5rem, 4vw, 2.75rem);
}
.field { margin-bottom: 1.4rem; }
.field label {
  display: block;
  font-family: var(--util);
  font-size: 0.78rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--forest);
  margin-bottom: 0.5rem;
}
.field .optional { color: var(--ink-muted); text-transform: none; letter-spacing: 0; font-size: 0.8rem; }
.field input[type="text"],
.field input[type="email"],
.field select {
  width: 100%;
  font-family: var(--body);
  font-size: var(--step-0);
  color: var(--ink);
  padding: 0.85rem 1rem;
  background: var(--cream);
  border: 1px solid var(--line);
  border-radius: var(--radius);
}
.field input:focus, .field select:focus { border-color: var(--gold); }
.field select { appearance: none; background-image: linear-gradient(45deg, transparent 50%, var(--forest) 50%), linear-gradient(135deg, var(--forest) 50%, transparent 50%); background-position: calc(100% - 20px) center, calc(100% - 14px) center; background-size: 6px 6px, 6px 6px; background-repeat: no-repeat; }

.consent { display: flex; gap: 0.85rem; align-items: flex-start; margin-bottom: 1.6rem; }
.consent input { margin-top: 0.45rem; width: 18px; height: 18px; accent-color: var(--forest); flex: none; }
.consent label { font-size: var(--step--1); color: var(--ink-muted); line-height: 1.6; }

.form-caution {
  background: var(--cream-warm);
  border-left: 2px solid var(--gold);
  padding: 1rem 1.2rem;
  font-size: var(--step--1);
  margin-bottom: 1.75rem;
  color: var(--ink-muted);
}

.hp { position: absolute; left: -9999px; opacity: 0; height: 0; overflow: hidden; }

.form-status { margin-top: 1.25rem; font-size: var(--step--1); }
.form-status[data-state="error"] { color: #9c3225; }

.form-success {
  text-align: center;
  padding: 1rem 0;
}
.form-success h3 { margin-bottom: 0.4em; }
.form-success p { margin-inline: auto; }
[hidden] { display: none !important; }

/* --------------------------------------------------------------------------
   14. Footer
   -------------------------------------------------------------------------- */
.site-footer {
  background: var(--forest-deep);
  color: #cdd6cb;
  padding-block: clamp(3rem, 6vw, 4.5rem) 2rem;
  font-size: var(--step--1);
}
.site-footer h2, .site-footer h3 { color: #fff; }
.site-footer a { color: #e8ede4; text-decoration-color: rgba(217, 185, 120, 0.5); }
.site-footer a:hover { color: var(--gold-soft); }
.footer-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr; gap: clamp(2rem, 5vw, 3.5rem); }
.footer-grid h3 { font-family: var(--util); font-size: 0.74rem; letter-spacing: 0.18em; text-transform: uppercase; color: var(--gold-soft); margin-bottom: 1.1rem; }
.footer-grid ul { list-style: none; margin: 0; padding: 0; display: grid; gap: 0.6rem; }
.footer-grid ul a { text-decoration: none; }
.footer-grid ul a:hover { text-decoration: underline; text-underline-offset: 4px; }
.footer-brand svg { width: 46px; height: 46px; margin-bottom: 1rem; color: #dfe6dc; }
.footer-brand p { color: #a9b5a8; max-width: 34ch; }
.footer-base {
  margin-top: 3rem;
  padding-top: 1.5rem;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  display: flex;
  flex-wrap: wrap;
  gap: 1rem 2rem;
  justify-content: space-between;
  color: #93a094;
  font-size: 0.82rem;
}

/* --------------------------------------------------------------------------
   15. Page header (interior pages)
   -------------------------------------------------------------------------- */
.page-head {
  background: linear-gradient(178deg, var(--cream-warm) 0%, var(--cream) 100%);
  padding-block: clamp(3rem, 7vw, 5rem);
  border-bottom: 1px solid var(--line);
}
.page-head .lede { max-width: 52ch; }

.who-panel {
  background: var(--cream-warm);
  border-radius: var(--radius);
  padding: clamp(1.5rem, 3vw, 2rem);
  border: 1px solid var(--line);
}
.who-panel h3 { margin-bottom: 0.5em; }
.who-panel p { font-size: var(--step--1); margin: 0; }

/* --------------------------------------------------------------------------
   16. Motion + responsive
   -------------------------------------------------------------------------- */
.js-anim .reveal { opacity: 0; transform: translateY(14px); transition: opacity 0.7s ease, transform 0.7s ease; }
.js-anim .reveal.is-visible { opacity: 1; transform: none; }

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: 0.01ms !important; transition-duration: 0.01ms !important; }
  .js-anim .reveal { opacity: 1; transform: none; }
}

@media (max-width: 900px) {
  .hero__grid { grid-template-columns: 1fr; }
  .hero__mark { order: -1; }
  .hero__mark svg, .hero__mark img { width: min(66%, 240px); }
  .grid--3, .grid--4 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .journey ol { grid-template-columns: repeat(2, 1fr); gap: 2rem 1.5rem; }
  .journey ol::before { display: none; }
  .included li { grid-template-columns: 1fr; gap: 0.5rem; }
  .person { grid-template-columns: 1fr; }
  .person__photo { max-width: 220px; }
  .footer-grid { grid-template-columns: 1fr 1fr; }

  .nav-toggle { display: block; }
  .nav {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    background: var(--cream);
    border-bottom: 1px solid var(--line);
    padding: 0.5rem var(--gutter) 1.5rem;
  }
  .nav.is-open { display: flex; }
  .nav a { padding-block: 0.9rem; border-bottom: 1px solid var(--line); font-size: 0.95rem; }
  .nav .btn { margin-top: 1rem; text-align: center; }
  .site-header__inner { position: relative; }
}

@media (max-width: 620px) {
  .grid--2, .grid--3, .grid--4 { grid-template-columns: 1fr; }
  .pillars { grid-template-columns: repeat(2, 1fr); }
  .pillars li:nth-child(2n) { border-right: none; }
  .pillars li:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .journey ol { grid-template-columns: 1fr; }
  .fee-row { grid-template-columns: 1fr; gap: 0.75rem; }
  .fee-row__price { text-align: left; }
  .footer-grid { grid-template-columns: 1fr; }
  .fee-table thead { display: none; }
  .fee-table tbody tr { display: block; border-bottom: 1px solid var(--line); padding-block: 0.75rem; }
  .fee-table td { display: flex; justify-content: space-between; gap: 1rem; border: none; padding: 0.4rem 0; }
  .fee-table tbody th { display: block; border: none; padding: 0.5rem 0 0.2rem; font-family: var(--display); font-size: 1.2rem; color: var(--forest); }
  .fee-table td::before { content: attr(data-label); font-family: var(--util); font-size: 0.72rem; letter-spacing: 0.08em; text-transform: uppercase; color: var(--ink-muted); }
}

@media print {
  .site-header, .site-footer, .btn-row, .enquiry { display: none; }
  body { background: #fff; }
}
