/* ==========================================================================
   Omniya Concierge Doctor — omniyaconcierge.com
   Brand: Montserrat 400–550 · Gold #C8A882 · Stone #4B453E · Pearl #F7F5F2
   ========================================================================== */

/* latin */
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400 600;
  font-display: swap;
  src: url(/assets/fonts/montserrat-var-latin.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin-ext */
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400 600;
  font-display: swap;
  src: url(/assets/fonts/montserrat-var-latin-ext.woff2) format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

:root {
  --ink: #3d3833;          /* text — soft espresso, not black */
  --stone: #4b453e;        /* dark surfaces — warm stone, lighter than charcoal */
  --gold: #c8a882;
  --gold-dark: #ac8a5f;
  --pearl: #f7f5f2;        /* tinted sections — pearl/marble */
  --white: #ffffff;
  --muted-dark: #cbc5bb;   /* secondary text on stone */
  --muted-light: #746e66;  /* secondary text on white/pearl */
  --line-dark: rgba(200, 168, 130, 0.3);   /* hairlines on stone */
  --line-light: rgba(61, 56, 51, 0.14);    /* hairlines on light */
  --measure: 34em;
  --space: clamp(4.5rem, 9vw, 7.5rem);
}

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

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

body {
  font-family: "Montserrat", "Helvetica Neue", Arial, sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.75;
  color: var(--ink);
  background: var(--white);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

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

a { color: inherit; }

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

.container {
  max-width: 72.5rem;
  margin-inline: auto;
  padding-inline: clamp(1.25rem, 4vw, 2.5rem);
}

.skip-link {
  position: absolute;
  left: -999px;
  top: 0;
  background: var(--stone);
  color: var(--white);
  padding: 0.75rem 1.25rem;
  z-index: 100;
}
.skip-link:focus { left: 0; }

/* --------------------------------------------------------------------------
   Type system
   -------------------------------------------------------------------------- */

.label {
  font-size: 0.72rem;
  font-weight: 550;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--gold-dark);
}
.label--onDark { color: var(--gold); }

h1, h2, h3 {
  font-weight: 400;
  line-height: 1.18;
  letter-spacing: 0.01em;
}

.h1 {
  font-size: clamp(2.1rem, 4.6vw, 3.4rem);
}

.h2 {
  font-size: clamp(1.6rem, 3vw, 2.25rem);
  max-width: 22em;
}

.h3 {
  font-size: 1.06rem;
  font-weight: 550;
  letter-spacing: 0.02em;
}

.lede {
  font-size: clamp(1.02rem, 1.5vw, 1.15rem);
  line-height: 1.8;
  max-width: var(--measure);
}

.muted { color: var(--muted-light); }

.h2--stacked { margin-top: 1.1rem; }
.lede--stacked { margin-top: 1.25rem; }

/* --------------------------------------------------------------------------
   Buttons
   -------------------------------------------------------------------------- */

.btn {
  display: inline-block;
  font-size: 0.78rem;
  font-weight: 550;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  text-decoration: none;
  padding: 1rem 1.9rem;
  border: 1px solid transparent;
  transition: background-color 0.25s ease, color 0.25s ease, border-color 0.25s ease;
}

.btn--gold {
  background: var(--gold);
  color: var(--ink);
  border-color: var(--gold);
}
.btn--gold:hover { background: var(--gold-dark); border-color: var(--gold-dark); }

.btn--outline {
  border-color: var(--line-dark);
  color: var(--white);
}
.btn--outline:hover { border-color: var(--gold); color: var(--gold); }

.btn--outlineInk {
  border-color: var(--ink);
  color: var(--ink);
}
.btn--outlineInk:hover { background: var(--ink); color: var(--white); }

.textlink {
  font-size: 0.78rem;
  font-weight: 550;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  text-decoration: none;
  color: var(--ink);
  border-bottom: 1px solid var(--gold);
  padding-bottom: 0.35rem;
  transition: color 0.25s ease;
}
.textlink:hover { color: var(--gold-dark); }
.textlink--onDark { color: var(--white); }
.textlink--onDark:hover { color: var(--gold); }

/* --------------------------------------------------------------------------
   Top band + header
   -------------------------------------------------------------------------- */

.topband {
  background: var(--stone);
  color: var(--muted-dark);
}
.topband__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  min-height: 2.4rem;
}
.topband__promise {
  font-size: 0.7rem;
  font-weight: 500;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}
.topband__phone {
  font-size: 0.78rem;
  font-weight: 550;
  letter-spacing: 0.1em;
  color: var(--gold);
  text-decoration: none;
  white-space: nowrap;
}

.header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: var(--white);
  border-bottom: 1px solid var(--line-light);
}
.header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  min-height: 4.9rem;
}

/* Brand lockup — OMNIYA over CONCIERGE DOCTOR, widths matched */
.lockup {
  display: inline-flex;
  flex-direction: column;
  text-decoration: none;
  line-height: 1;
}
.lockup__omniya {
  font-size: 1.32rem;
  font-weight: 400;
  letter-spacing: 0.34em;
  margin-right: -0.34em; /* trim trailing tracking */
  text-transform: uppercase;
  color: var(--ink);
}
.lockup__sub {
  font-size: 0.545rem;
  font-weight: 550;
  letter-spacing: 0.298em;
  margin-right: -0.298em;
  text-transform: uppercase;
  color: var(--gold-dark);
  margin-top: 0.42em;
}
.lockup--onDark .lockup__omniya { color: var(--white); }
.lockup--onDark .lockup__sub { color: var(--gold); }

.nav {
  display: flex;
  gap: clamp(1.1rem, 2.4vw, 2rem);
}
.nav a {
  font-size: 0.76rem;
  font-weight: 500;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  text-decoration: none;
  color: var(--ink);
  padding: 0.4rem 0;
  border-bottom: 1px solid transparent;
  transition: border-color 0.25s ease, color 0.25s ease;
}
.nav a:hover { color: var(--gold-dark); }
.nav a[aria-current] { border-bottom-color: var(--gold); }

.header__cta { padding: 0.85rem 1.5rem; }

.navtoggle {
  display: none;
  background: none;
  border: none;
  width: 2.4rem;
  height: 2.4rem;
  cursor: pointer;
  flex-direction: column;
  justify-content: center;
  gap: 0.45rem;
}
.navtoggle span {
  display: block;
  height: 1px;
  width: 1.6rem;
  background: var(--ink);
  transition: transform 0.25s ease;
}
.nav-open .navtoggle span:first-child { transform: translateY(0.23rem) rotate(45deg); }
.nav-open .navtoggle span:last-child { transform: translateY(-0.23rem) rotate(-45deg); }

@media (max-width: 62rem) {
  .nav {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: var(--white);
    border-bottom: 1px solid var(--line-light);
    flex-direction: column;
    gap: 0;
    padding: 0.5rem clamp(1.25rem, 4vw, 2.5rem) 1.25rem;
  }
  .nav a { padding: 0.85rem 0; border-bottom: 1px solid var(--line-light); }
  .nav-open .nav { display: flex; }
  .navtoggle { display: flex; }
  .header__cta { display: none; }
}

/* --------------------------------------------------------------------------
   Sections
   -------------------------------------------------------------------------- */

.section { padding-block: var(--space); }
.section--dark { background: var(--stone); color: var(--white); }
.section--pearl { background: var(--pearl); }

.section__head { margin-bottom: clamp(2.5rem, 5vw, 4rem); }
.section__head .h2 { margin-top: 1.1rem; }
.section__head .lede { margin-top: 1.25rem; }
.section--dark .lede { color: var(--muted-dark); }

/* --------------------------------------------------------------------------
   Hero
   -------------------------------------------------------------------------- */

.hero {
  background:
    radial-gradient(52rem 30rem at 88% -12%, rgba(200, 168, 130, 0.13), transparent 62%),
    var(--stone);
  color: var(--white);
  padding-block: clamp(5rem, 11vw, 9.5rem);
}
.hero__rule {
  width: 3.5rem;
  height: 1px;
  background: var(--gold);
  margin-bottom: 1.75rem;
}
.hero .h1 {
  max-width: 15.5em;
  margin-top: 1.4rem;
}
.hero .h1 em {
  font-style: normal;
  color: var(--gold);
}
.hero__lede {
  margin-top: 1.75rem;
  color: var(--muted-dark);
}
.hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin-top: 2.75rem;
}
.hero__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.9rem 2.75rem;
  margin-top: clamp(3rem, 6vw, 4.5rem);
  padding-top: 2rem;
  border-top: 1px solid var(--line-dark);
  list-style: none;
}
.hero__meta li {
  font-size: 0.72rem;
  font-weight: 500;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--muted-dark);
}
.hero__meta li strong {
  display: block;
  font-size: 1.35rem;
  font-weight: 400;
  letter-spacing: 0.02em;
  text-transform: none;
  color: var(--white);
  margin-bottom: 0.3rem;
}

.fade-up { animation: fadeUp 0.9s cubic-bezier(0.22, 1, 0.36, 1) both; }
.fade-up.d1 { animation-delay: 0.12s; }
.fade-up.d2 { animation-delay: 0.24s; }
.fade-up.d3 { animation-delay: 0.36s; }
.fade-up.d4 { animation-delay: 0.5s; }
@keyframes fadeUp {
  from { opacity: 0; transform: translateY(1.1rem); }
  to { opacity: 1; transform: none; }
}

/* --------------------------------------------------------------------------
   Routes (three routes to care)
   -------------------------------------------------------------------------- */

.routes {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(2rem, 4vw, 4rem);
}
.route { border-top: 1px solid var(--ink); padding-top: 1.6rem; }
.route__no {
  font-size: 0.72rem;
  font-weight: 550;
  letter-spacing: 0.22em;
  color: var(--gold-dark);
}
.route .h3 { margin-top: 1rem; }
.route p { margin-top: 0.8rem; font-size: 0.95rem; color: var(--muted-light); }
.route .textlink { display: inline-block; margin-top: 1.4rem; }

@media (max-width: 48rem) {
  .routes { grid-template-columns: 1fr; }
}

/* --------------------------------------------------------------------------
   Services grid
   -------------------------------------------------------------------------- */

.svcgrid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid var(--line-light);
  border-left: 1px solid var(--line-light);
}
.svc {
  border-right: 1px solid var(--line-light);
  border-bottom: 1px solid var(--line-light);
  padding: clamp(1.75rem, 3vw, 2.5rem);
  text-decoration: none;
  transition: background-color 0.3s ease;
  position: relative;
}
.svc:hover { background: var(--pearl); }
.svc__no {
  font-size: 0.7rem;
  font-weight: 550;
  letter-spacing: 0.2em;
  color: var(--gold-dark);
}
.svc .h3 { margin-top: 2.6rem; }
.svc p { margin-top: 0.7rem; font-size: 0.92rem; color: var(--muted-light); }
.svc__arrow {
  position: absolute;
  top: clamp(1.75rem, 3vw, 2.5rem);
  right: clamp(1.75rem, 3vw, 2.5rem);
  color: var(--gold-dark);
  font-size: 1rem;
  opacity: 0;
  transform: translateX(-0.4rem);
  transition: opacity 0.3s ease, transform 0.3s ease;
}
.svc:hover .svc__arrow { opacity: 1; transform: none; }

@media (max-width: 62rem) { .svcgrid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 40rem) { .svcgrid { grid-template-columns: 1fr; } }

/* --------------------------------------------------------------------------
   Pricing
   -------------------------------------------------------------------------- */

.pricing__grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.4fr);
  gap: clamp(2.5rem, 6vw, 6rem);
  align-items: start;
}
.feetable {
  width: 100%;
  border-collapse: collapse;
}
.feetable td {
  padding: 1.15rem 0;
  border-bottom: 1px solid var(--line-dark);
  vertical-align: baseline;
}
.feetable tr:first-child td { border-top: 1px solid var(--line-dark); }
.feetable .fee__service { padding-right: 2rem; }
.feetable .fee__service span {
  display: block;
  font-size: 0.78rem;
  color: var(--muted-dark);
  margin-top: 0.2rem;
}
.feetable .fee__amount {
  text-align: right;
  font-size: 1.15rem;
  font-weight: 500;
  letter-spacing: 0.02em;
  color: var(--gold);
  white-space: nowrap;
}
.pricing__note {
  margin-top: 1.75rem;
  font-size: 0.9rem;
  color: var(--muted-dark);
  max-width: var(--measure);
}
.pricing__cta { margin-top: 2.5rem; }

@media (max-width: 55rem) {
  .pricing__grid { grid-template-columns: 1fr; }
}

/* --------------------------------------------------------------------------
   Difference (why Omniya)
   -------------------------------------------------------------------------- */

.diffs {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: clamp(2rem, 4vw, 3.5rem);
}
.diff { border-top: 1px solid var(--gold); padding-top: 1.5rem; }
.diff .h3 { font-size: 0.95rem; }
.diff p { margin-top: 0.7rem; font-size: 0.9rem; color: var(--muted-light); }

@media (max-width: 62rem) { .diffs { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 40rem) { .diffs { grid-template-columns: 1fr; } }

/* --------------------------------------------------------------------------
   Doctor
   -------------------------------------------------------------------------- */

.doctor {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.6fr);
  gap: clamp(2.5rem, 6vw, 5rem);
  align-items: center;
}
.doctor__portrait {
  aspect-ratio: 4 / 5;
  border: 1px solid var(--line-light);
  background: var(--pearl);
  overflow: hidden;
}
.doctor__portrait img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.doctor__name { font-size: clamp(1.5rem, 2.6vw, 2rem); margin-top: 1.1rem; }
.doctor__role {
  margin-top: 0.5rem;
  font-size: 0.78rem;
  font-weight: 550;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--gold-dark);
}
.doctor__bio { margin-top: 1.4rem; max-width: var(--measure); }
.doctor__gmc { margin-top: 1.4rem; font-size: 0.85rem; color: var(--muted-light); }
.doctor__bio a, .doctor__gmc a {
  color: inherit;
  text-decoration-color: var(--gold);
  text-underline-offset: 0.2em;
}
.doctor__bio a:hover, .doctor__gmc a:hover { color: var(--gold-dark); }
.doctor .textlink { display: inline-block; margin-top: 2rem; }

@media (max-width: 48rem) {
  .doctor { grid-template-columns: 1fr; }
  .doctor__portrait { max-width: 18rem; }
}

/* --------------------------------------------------------------------------
   Hotels band
   -------------------------------------------------------------------------- */

.hotels__inner {
  border: 1px solid var(--gold);
  padding: clamp(2.5rem, 6vw, 4.5rem);
  display: grid;
  grid-template-columns: minmax(0, 1.7fr) auto;
  gap: 2.5rem;
  align-items: center;
  background: var(--white);
}
.hotels__inner .lede { margin-top: 1.25rem; }
@media (max-width: 55rem) {
  .hotels__inner { grid-template-columns: 1fr; }
}

/* --------------------------------------------------------------------------
   Footer
   -------------------------------------------------------------------------- */

.footer {
  background: var(--stone);
  color: var(--muted-dark);
  padding-block: var(--space) 0;
  font-size: 0.88rem;
}
.footer a { color: inherit; text-decoration: none; transition: color 0.25s ease; }
.footer a:hover { color: var(--gold); }
.footer__grid {
  display: grid;
  grid-template-columns: 1.6fr 1fr 1fr 1.3fr;
  gap: clamp(2.5rem, 5vw, 4rem);
  padding-bottom: clamp(3rem, 6vw, 4.5rem);
}
.footer__address { margin-top: 1.75rem; line-height: 1.9; }
.footer__contact { margin-top: 1.1rem; line-height: 1.9; }
.footer__contact a { color: var(--gold); }
.footer__heading {
  font-size: 0.7rem;
  font-weight: 550;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--white);
  margin-bottom: 1.2rem;
}
.footer__heading--spaced { margin-top: 2.25rem; }
.footer__col a { display: block; padding: 0.32rem 0; }
.footer__note { line-height: 1.9; }
.footer__legal {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 1rem;
  padding-block: 1.75rem;
  border-top: 1px solid var(--line-dark);
  font-size: 0.78rem;
}
.footer__legal nav { display: flex; gap: 1.75rem; }

@media (max-width: 62rem) { .footer__grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 40rem) { .footer__grid { grid-template-columns: 1fr; } }

/* --------------------------------------------------------------------------
   Sticky mobile call bar
   -------------------------------------------------------------------------- */

.stickybar {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 60;
}
.stickybar a {
  flex: 1;
  text-align: center;
  padding: 1.05rem 0.5rem;
  font-size: 0.78rem;
  font-weight: 550;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  text-decoration: none;
}
.stickybar__call { background: var(--gold); color: var(--ink); }
.stickybar__wa { background: var(--stone); color: var(--white); border-left: 1px solid var(--line-dark); }

@media (max-width: 62rem) {
  .stickybar { display: flex; }
  body { padding-bottom: 3.4rem; }
  .footer { padding-bottom: 1rem; }
}

/* --------------------------------------------------------------------------
   Inner-page hero
   -------------------------------------------------------------------------- */

.pagehero {
  background:
    radial-gradient(46rem 24rem at 90% -18%, rgba(200, 168, 130, 0.12), transparent 62%),
    var(--stone);
  color: var(--white);
  padding-block: clamp(3.5rem, 7vw, 5.5rem);
}
.pagehero__title {
  font-size: clamp(1.9rem, 3.8vw, 2.8rem);
  max-width: 18em;
  margin-top: 1.2rem;
}
.pagehero__lede {
  margin-top: 1.4rem;
  color: var(--muted-dark);
}

/* --------------------------------------------------------------------------
   Prose (rich content)
   -------------------------------------------------------------------------- */

.prose { max-width: 44em; }
.prose h2 {
  font-size: clamp(1.35rem, 2.4vw, 1.7rem);
  margin-top: 2.75rem;
}
.prose h3 {
  font-size: 1.05rem;
  font-weight: 550;
  margin-top: 2rem;
}
.prose p, .prose ul, .prose ol { margin-top: 1.1rem; }
.prose ul, .prose ol { padding-left: 1.2rem; }
.prose li { margin-top: 0.45rem; }
.prose li::marker { color: var(--gold-dark); }
.prose a { color: inherit; text-decoration-color: var(--gold); text-underline-offset: 0.2em; }
.prose a:hover { color: var(--gold-dark); }
.prose .label { margin-top: 2.75rem; }

/* Two-column page body: prose + aside */
.pagegrid {
  display: grid;
  grid-template-columns: minmax(0, 1.8fr) minmax(0, 1fr);
  gap: clamp(2.5rem, 6vw, 5rem);
  align-items: start;
}
.aside {
  border: 1px solid var(--line-light);
  padding: clamp(1.5rem, 3vw, 2.25rem);
  position: sticky;
  top: 6.5rem;
}
.aside .label { display: block; }
.aside__fee { margin-top: 1.2rem; padding-bottom: 1.2rem; border-bottom: 1px solid var(--line-light); }
.aside__fee:last-of-type { border-bottom: 0; padding-bottom: 0; }
.aside__fee strong { display: block; font-size: 1.3rem; font-weight: 500; }
.aside__fee span { font-size: 0.85rem; color: var(--muted-light); }
.aside .btn { display: block; text-align: center; margin-top: 1.5rem; }
.aside .btn + .btn { margin-top: 0.75rem; }

@media (max-width: 55rem) {
  .pagegrid { grid-template-columns: 1fr; }
  .aside { position: static; }
}

/* --------------------------------------------------------------------------
   Steps (how it works)
   -------------------------------------------------------------------------- */

.steps { list-style: none; counter-reset: step; }
.steps li {
  counter-increment: step;
  padding: 1.4rem 0 1.4rem 3.4rem;
  border-top: 1px solid var(--line-light);
  position: relative;
}
.steps li::before {
  content: "0" counter(step);
  position: absolute;
  left: 0;
  top: 1.55rem;
  font-size: 0.75rem;
  font-weight: 550;
  letter-spacing: 0.18em;
  color: var(--gold-dark);
}
.steps li strong { font-weight: 550; }

/* --------------------------------------------------------------------------
   FAQ
   -------------------------------------------------------------------------- */

.faq { border-top: 1px solid var(--line-light); max-width: 50em; }
.faq details { border-bottom: 1px solid var(--line-light); }
.faq summary {
  cursor: pointer;
  list-style: none;
  padding: 1.4rem 3rem 1.4rem 0;
  font-weight: 550;
  font-size: 1rem;
  position: relative;
}
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after {
  content: "+";
  position: absolute;
  right: 0.25rem;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1.4rem;
  font-weight: 400;
  color: var(--gold-dark);
  transition: transform 0.25s ease;
}
.faq details[open] summary::after { transform: translateY(-50%) rotate(45deg); }
.faq details > div { padding: 0 0 1.6rem; max-width: 44em; }
.faq details > div p + p { margin-top: 0.8rem; }

/* --------------------------------------------------------------------------
   CTA band
   -------------------------------------------------------------------------- */

.ctaband {
  background: var(--stone);
  color: var(--white);
  padding-block: clamp(3.5rem, 7vw, 5.5rem);
  text-align: center;
}
.ctaband .h2 { margin-inline: auto; }
.ctaband p {
  color: var(--muted-dark);
  margin-top: 1rem;
  max-width: var(--measure);
  margin-inline: auto;
}
.ctaband__actions {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 1rem;
  margin-top: 2.25rem;
}

/* --------------------------------------------------------------------------
   Fee table on light backgrounds
   -------------------------------------------------------------------------- */

.feetable--light td { border-color: var(--line-light); }
.feetable--light tr:first-child td { border-top-color: var(--line-light); }
.feetable--light .fee__amount { color: var(--gold-dark); }
.feetable__section {
  padding-top: 2.5rem !important;
  border-top: 0 !important;
}
.feetable--light .feetable__section .label { display: block; }

/* --------------------------------------------------------------------------
   Contact / book
   -------------------------------------------------------------------------- */

.contactgrid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: clamp(2rem, 4vw, 3.5rem);
}
.contactcard {
  border: 1px solid var(--line-light);
  padding: clamp(2rem, 4vw, 3rem);
}
.contactcard .h3 { margin-top: 0.9rem; }
.contactcard p { margin-top: 0.8rem; font-size: 0.95rem; color: var(--muted-light); }
.contactcard .btn { margin-top: 1.75rem; }
.contactcard__value {
  display: block;
  font-size: clamp(1.3rem, 2.4vw, 1.7rem);
  margin-top: 1rem;
  color: var(--ink);
  text-decoration: none;
}

@media (max-width: 48rem) {
  .contactgrid { grid-template-columns: 1fr; }
}
