/* Aureon Accountants & Advisory — site stylesheet (Momentum theme, original palette) */

/* ==========================================================================
   Aureon — Option B · "Momentum"
   Bold, confident, growth-focused. Big terracotta + black fields, GOLD as the
   energy accent. Rounded corners, arched photo frames, heavy Inter, gold pills.
   ========================================================================== */

:root {
  --terracotta: #A76743;
  --terracotta-deep: #8A5334;
  --terracotta-soft: #C68A63;
  --beige: #B79A73;
  --husk: #E5DCD2;
  --cream: #F5F0E9;
  --gold: #FFCB5A;
  --gold-deep: #F5B93A;
  --black: #141110;
  --ink-2: #1E1917;
  --white: #FFFFFF;
  --text: #26201B;
  --text-light: #5C534B;
  --radius: 16px;
  --radius-lg: 26px;
  --container: 1200px;
}

* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; font-size: 15px; }

body {
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-size: 1rem; line-height: 1.62; color: var(--text); background: var(--white);
  -webkit-font-smoothing: antialiased; animation: pageFadeIn 0.5s ease both;
}
@keyframes pageFadeIn { from { opacity: 0; } to { opacity: 1; } }

.reveal { opacity: 0; transform: translateY(24px); transition: opacity 0.7s ease, transform 0.7s ease; }
.reveal.is-visible { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) { body { animation: none; } .reveal { opacity: 1; transform: none; transition: none; } }

img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
.container { max-width: var(--container); margin: 0 auto; padding: 0 30px; }

/* ---------- Type ---------- */
h1, h2, h3 { font-weight: 800; line-height: 1.08; letter-spacing: -0.028em; color: var(--black); }
h1 { font-size: clamp(2.4rem, 4.4vw, 3.7rem); }
h2 { font-size: clamp(1.9rem, 3.6vw, 3rem); }
h3 { font-size: 1.38rem; letter-spacing: -0.02em; }

.eyebrow {
  display: inline-flex; align-items: center; gap: 9px;
  font-size: 0.82rem; font-weight: 700; letter-spacing: 0.02em;
  color: var(--terracotta); margin-bottom: 20px;
}
.eyebrow::before { content: ""; width: 26px; height: 3px; border-radius: 2px; background: var(--gold); }
.on-dark .eyebrow, .eyebrow--light { color: var(--gold); }

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center;
  position: relative; overflow: hidden; font-family: inherit; font-size: 0.95rem;
  font-weight: 700; line-height: 1.2; padding: 15px 30px; border-radius: 100px;
  border: 2px solid transparent; cursor: pointer;
  transition: background 0.3s ease, color 0.3s ease, border-color 0.3s ease, transform 0.2s ease;
}
.btn:hover { transform: translateY(-2px); }
.btn__label { display: block; position: relative; overflow: hidden; }
.btn__text { display: block; transition: transform 0.42s cubic-bezier(0.65,0,0.35,1); }
.btn__label::after { content: attr(data-text); position: absolute; inset: 0; text-align: center; transform: translateY(115%); transition: transform 0.42s cubic-bezier(0.65,0,0.35,1); }
.btn:hover .btn__text { transform: translateY(-115%); }
.btn:hover .btn__label::after { transform: translateY(0); }

.btn--gold { background: var(--gold); color: var(--black); }
.btn--gold:hover { background: var(--gold-deep); color: var(--black); }
.btn--primary { background: var(--terracotta); color: var(--white); }
.btn--primary:hover { background: var(--terracotta-deep); color: var(--white); }
.btn--white { background: var(--white); color: var(--black); }
.btn--white:hover { background: var(--gold); }
.btn--ghost { background: transparent; color: var(--white); border-color: rgba(255,255,255,0.4); }
.btn--ghost:hover { background: var(--white); color: var(--black); border-color: var(--white); }
.btn--dark { background: var(--black); color: var(--white); }
.btn--dark:hover { background: var(--terracotta); }

/* ---------- Header ---------- */
.site-header { background: var(--terracotta); position: sticky; top: 0; z-index: 60; }
.site-header .container { max-width: none; padding: 0 34px; display: flex; align-items: center; gap: 38px; min-height: 82px; }
.brand img { height: 44px; width: auto; }
.nav-links { display: flex; gap: 30px; list-style: none; }
.nav-links a { color: var(--white); font-weight: 600; font-size: 0.96rem; transition: color 0.25s ease; }
.nav-links a:hover { color: var(--gold); }
.header-cta { margin-left: auto; display: flex; gap: 12px; }
.header-cta .btn { padding: 11px 22px; font-size: 0.9rem; }
.hamburger { display: none; margin-left: auto; background: none; border: 0; cursor: pointer; padding: 8px; }
.hamburger span { display: block; width: 26px; height: 2px; background: var(--white); margin: 6px 0; transition: transform 0.35s ease, opacity 0.25s ease; }
.site-header.menu-open .hamburger span:nth-child(1) { transform: translateY(8px) rotate(45deg); }
.site-header.menu-open .hamburger span:nth-child(2) { opacity: 0; }
.site-header.menu-open .hamburger span:nth-child(3) { transform: translateY(-8px) rotate(-45deg); }

/* ---------- Hero — full terracotta ---------- */
.hero { background: var(--terracotta); color: var(--white); overflow: hidden; }
.hero .container { display: grid; grid-template-columns: 1.08fr 0.92fr; gap: 56px; align-items: center; padding-top: 84px; padding-bottom: 84px; }
.hero__content h1 { color: var(--white); font-weight: 700; letter-spacing: -0.022em; margin-bottom: 24px; }
.hero__lead { color: rgba(255,255,255,0.9); max-width: 44ch; font-size: 1.08rem; margin-bottom: 34px; }
.hero__checks { list-style: none; display: flex; flex-wrap: wrap; gap: 12px; margin-bottom: 38px; }
.hero__checks li { display: inline-flex; align-items: center; gap: 10px; background: rgba(255,255,255,0.12); border-radius: 100px; padding: 9px 18px 9px 12px; font-size: 0.92rem; font-weight: 500; }
.check-dot { flex: none; width: 22px; height: 22px; border-radius: 50%; background: var(--gold); color: var(--black); display: inline-flex; align-items: center; justify-content: center; }
.check-dot svg { width: 12px; height: 12px; }
.check-dot svg path { stroke: currentColor; }
.hero__cta { display: flex; gap: 14px; flex-wrap: wrap; }

/* arched portrait + gold disc behind */
.hero__media { position: relative; }
.hero__media::before { content: ""; position: absolute; width: 74%; padding-top: 74%; right: -6%; top: -12%; background: var(--gold); border-radius: 50%; opacity: 0.9; }
.hero__media img { position: relative; z-index: 1; width: 100%; aspect-ratio: 4/5; object-fit: cover; border-radius: 240px 240px var(--radius) var(--radius); }
.hero__badge {
  position: absolute; z-index: 2; left: -14px; bottom: 28px; background: var(--white); color: var(--black);
  border-radius: var(--radius); padding: 16px 20px; box-shadow: 0 18px 40px rgba(16,16,16,0.28);
  display: flex; align-items: center; gap: 14px;
}
.hero__badge .num { font-size: 1.7rem; font-weight: 800; letter-spacing: -0.03em; color: var(--terracotta); line-height: 1; }
.hero__badge span { font-size: 0.82rem; color: var(--text-light); line-height: 1.3; }

/* ---------- Narrative band — black ---------- */
.band-dark { background: var(--black); color: rgba(255,255,255,0.82); padding: 104px 0; }
.band-dark h2, .band-dark h3 { color: var(--white); }
.band-dark__cols { display: grid; grid-template-columns: repeat(3, 1fr); gap: 30px; margin-bottom: 66px; }
.band-dark__cols > div { background: var(--ink-2); border-radius: var(--radius-lg); padding: 34px 30px; border: 1px solid rgba(255,255,255,0.06); }
.band-dark__cols h3 { font-size: 1.35rem; margin-bottom: 12px; }
.band-dark__cols p { font-size: 0.96rem; }
.band-dark__cards { display: grid; grid-template-columns: 1fr 1fr; gap: 30px; }
.band-card { background: var(--ink-2); border-radius: var(--radius-lg); overflow: hidden; border: 1px solid rgba(255,255,255,0.06); }
.band-card__media { overflow: hidden; border-radius: var(--radius); margin: 14px 14px 0; }
.band-card__media img { display: block; width: 100%; aspect-ratio: 16/10; object-fit: cover; transition: transform 0.7s cubic-bezier(0.2,0.6,0.2,1); }
.band-card:hover .band-card__media img { transform: scale(1.05); }
.band-card__text { padding: 28px 30px 34px; }
.band-card h3 { margin-bottom: 14px; transition: color 0.3s ease; }
.band-card:hover h3 { color: var(--gold); }
.band-card p { font-size: 0.95rem; }

/* ---------- Services — light, husk rounded cards, gold chips ---------- */
.services { padding: 104px 0; background: var(--cream); }
.services__head { text-align: center; max-width: 640px; margin: 0 auto 58px; }
.services__head p { color: var(--text-light); margin-top: 14px; }
.services__grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; }
.service-card { background: var(--white); border-radius: var(--radius-lg); padding: 34px 28px 40px; transition: transform 0.28s ease, box-shadow 0.28s ease; }
.service-card:hover { transform: translateY(-6px); box-shadow: 0 22px 44px rgba(16,16,16,0.12); }
.service-card .icon { width: 54px; height: 54px; border-radius: 16px; background: var(--gold); color: var(--black); display: flex; align-items: center; justify-content: center; margin-bottom: 24px; transition: background 0.28s ease; }
.service-card:hover .icon { background: var(--terracotta); color: var(--white); }
.service-card .icon svg { width: 28px; height: 28px; }
.service-card h3 { font-size: 1.24rem; margin-bottom: 12px; }
.service-card p { font-size: 0.93rem; color: var(--text-light); }

/* ---------- Values ---------- */
.values { padding: 104px 0; }
.values__inner { display: grid; grid-template-columns: 1fr 1.12fr; gap: 66px; align-items: start; }
.values__intro h2 { margin: 4px 0 24px; }
.values__intro p { color: var(--text-light); max-width: 42ch; }
.accordion { display: grid; gap: 14px; }
.accordion__item { background: var(--cream); border-radius: var(--radius); overflow: hidden; transition: background 0.3s ease; }
.accordion__item.open { background: var(--husk); }
.accordion__toggle { width: 100%; display: flex; justify-content: space-between; align-items: center; gap: 20px; background: none; border: 0; font-family: inherit; font-size: 1.08rem; font-weight: 700; color: var(--black); padding: 24px 28px; cursor: pointer; text-align: left; }
.accordion__toggle .plus { flex: none; position: relative; width: 26px; height: 26px; border-radius: 50%; background: var(--gold); }
.accordion__toggle .plus::before, .accordion__toggle .plus::after { content: ""; position: absolute; background: var(--black); transition: transform 0.25s ease; }
.accordion__toggle .plus::before { left: 7px; top: 12px; width: 12px; height: 2px; }
.accordion__toggle .plus::after { left: 12px; top: 7px; width: 2px; height: 12px; }
.accordion__item.open .plus::after { transform: scaleY(0); }
.accordion__body { max-height: 0; overflow: hidden; transition: max-height 0.3s ease; }
.accordion__body p { padding: 0 28px 26px; font-size: 0.95rem; color: var(--text-light); }

/* ---------- Testimonials ---------- */
.testimonials { padding: 104px 0; background: var(--cream); }
.testimonials__head { text-align: center; max-width: 640px; margin: 0 auto 54px; }
.testimonials__head p { color: var(--text-light); margin-top: 14px; }
.testimonials__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; align-items: start; }
.t-card { background: var(--white); border-radius: var(--radius-lg); padding: 36px 32px; box-shadow: 0 2px 6px rgba(16,16,16,0.04); transition: box-shadow 0.3s ease, transform 0.3s ease; }
.t-card:hover { box-shadow: 0 22px 46px rgba(16,16,16,0.14); transform: translateY(-5px); }
.t-card .stars { color: var(--gold); font-size: 1rem; letter-spacing: 2px; margin-bottom: 18px; }
.t-card blockquote { font-size: 0.97rem; color: var(--text); margin-bottom: 28px; }
.t-card__person { display: flex; align-items: center; gap: 14px; }
.t-card__person img { width: 50px; height: 50px; border-radius: 50%; object-fit: cover; }
.t-card__person strong { display: block; font-size: 1.02rem; }
.t-card__person span { color: var(--terracotta); font-size: 0.88rem; font-weight: 600; }
.testimonials__foot { text-align: center; margin-top: 44px; }

/* ---------- CTA — black rounded card ---------- */
.cta-band { padding: 0 0 104px; }
.cta-band__card { background: var(--black); border-radius: 32px; overflow: hidden; display: grid; grid-template-columns: 1.05fr 0.95fr; align-items: stretch; }
.cta-band__content { padding: 70px 8% 66px; display: flex; flex-direction: column; align-items: flex-start; justify-content: center; color: rgba(255,255,255,0.85); }
.cta-band__content h2 { color: var(--white); margin: 6px 0 28px; }
.cta-list { list-style: none; width: 100%; max-width: 420px; margin-bottom: 34px; }
.cta-list li { display: flex; align-items: center; gap: 14px; padding: 12px 0; border-bottom: 1px solid rgba(255,255,255,0.14); font-size: 0.97rem; }
.cta-list li:last-child { border-bottom: 0; }
.cta-list .dot { flex: none; width: 22px; height: 22px; border-radius: 50%; background: var(--gold); color: var(--black); display: inline-flex; align-items: center; justify-content: center; font-size: 12px; }
.cta-list .dot::after { content: "\2713"; font-weight: 700; }
.cta-band__media { position: relative; padding: 24px; display: flex; }
.cta-band__media > img { width: 100%; height: 100%; object-fit: cover; border-radius: 20px; }
.cta-band__caption { position: absolute; left: 44px; bottom: 44px; color: var(--white); }
.cta-band__caption strong { display: block; font-size: 1.04rem; }
.cta-band__caption span { font-size: 0.9rem; opacity: 0.9; }
.cta-band__media > img.cta-band__logo { position: absolute; right: 40px; bottom: 40px; width: auto; height: 30px; object-fit: contain; border-radius: 0; }

/* ---------- Footer ---------- */
.site-footer { background: var(--black); color: rgba(255,255,255,0.8); padding: 88px 0 0; }
.site-footer a:hover { color: var(--gold); }
.footer__top { display: grid; grid-template-columns: 1.5fr 1fr 1fr 0.7fr; gap: 50px; padding-bottom: 64px; align-items: start; }
.footer__brand img { height: 44px; width: auto; margin-bottom: 24px; }
.footer__brand p { max-width: 34ch; font-size: 0.95rem; }
.footer__col-label { font-size: 0.86rem; font-weight: 700; color: var(--gold); margin-bottom: 18px; }
.footer__links { list-style: none; display: grid; gap: 13px; }
.footer__links a { color: var(--white); font-weight: 500; font-size: 0.95rem; }
.footer__social { display: flex; gap: 12px; }
.footer__social a { width: 36px; height: 36px; border-radius: 50%; background: rgba(255,255,255,0.08); display: inline-flex; align-items: center; justify-content: center; color: var(--white); transition: background 0.25s ease, color 0.25s ease; }
.footer__social a:hover { background: var(--gold); color: var(--black); }
.footer__social svg { width: 16px; height: 16px; }
.footer__bottom { border-top: 1px solid rgba(255,255,255,0.16); display: flex; justify-content: space-between; align-items: center; gap: 20px; padding: 26px 0 30px; font-size: 0.9rem; }
.footer__bottom a { text-decoration: underline; text-underline-offset: 4px; }

/* ---------- Drawer ---------- */
.drawer-overlay { position: fixed; inset: 0; background: rgba(16,16,16,0.5); opacity: 0; pointer-events: none; transition: opacity 0.3s ease; z-index: 90; }
.drawer { position: fixed; top: 0; right: 0; bottom: 0; width: min(430px, 100%); background: var(--white); padding: 46px 38px; transform: translateX(100%); transition: transform 0.35s ease; overflow-y: auto; z-index: 100; border-radius: 26px 0 0 26px; }
body.drawer-open .drawer { transform: translateX(0); }
body.drawer-open .drawer-overlay { opacity: 1; pointer-events: auto; }
body.drawer-open { overflow: hidden; }
.drawer__close { position: absolute; top: 20px; right: 22px; background: none; border: 0; font-size: 1.5rem; line-height: 1; color: var(--text-light); cursor: pointer; }
.drawer h2 { font-size: 1.8rem; margin-bottom: 14px; }
.drawer > p { font-size: 0.96rem; color: var(--text); padding-bottom: 24px; border-bottom: 1px solid rgba(16,16,16,0.1); margin-bottom: 28px; }
.contact-form { width: 100%; display: grid; gap: 14px; }
.contact-form input, .contact-form textarea { width: 100%; font-family: inherit; font-size: 0.96rem; color: var(--text); background: var(--cream); border: 1px solid rgba(16,16,16,0.1); border-radius: 12px; padding: 15px 16px; resize: vertical; }
.contact-form input:focus, .contact-form textarea:focus { outline: 2px solid var(--terracotta); outline-offset: 1px; }
.contact-form textarea { min-height: 130px; }
.contact-form .btn { width: 100%; }
.form-note { font-size: 0.92rem; color: var(--terracotta); display: none; }

/* ---------- Responsive ---------- */
@media (max-width: 1080px) {
  .services__grid { grid-template-columns: repeat(2, 1fr); }
  .band-dark__cols { grid-template-columns: 1fr; }
  .footer__top { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 880px) {
  .hamburger { display: block; }
  .site-header .container { flex-wrap: wrap; gap: 0; padding-top: 14px; padding-bottom: 14px; }
  /* Nav + CTA stay in flow but collapsed, so opening animates smoothly
     instead of snapping — and the logo row above never reflows. */
  .nav-links, .header-cta {
    display: grid; width: 100%; margin: 0;
    max-height: 0; opacity: 0; overflow: hidden; transform: translateY(-8px);
    transition: max-height 0.42s cubic-bezier(0.22, 0.61, 0.36, 1),
                opacity 0.28s ease, transform 0.42s cubic-bezier(0.22, 0.61, 0.36, 1),
                margin 0.35s ease, padding 0.35s ease;
  }
  .nav-links { order: 10; gap: 16px; }
  .header-cta { order: 11; gap: 12px; }
  .site-header.menu-open .nav-links {
    max-height: 340px; opacity: 1; transform: none;
    padding: 20px 0 6px; margin-top: 12px; border-top: 1px solid rgba(255,255,255,0.2);
  }
  .site-header.menu-open .header-cta {
    max-height: 220px; opacity: 1; transform: none; margin: 14px 0 10px;
  }
  .hero .container { grid-template-columns: 1fr; gap: 56px; padding-top: 56px; padding-bottom: 64px; }
  .hero__media { max-width: 440px; }
  .band-dark__cards, .cta-band__card, .values__inner { grid-template-columns: 1fr; }
  .services__grid, .testimonials__grid { grid-template-columns: 1fr; }
  .footer__top { grid-template-columns: 1fr; gap: 34px; }
  .footer__bottom { flex-direction: column; align-items: flex-start; }
}

/* ===== Classic-palette recolour ===== */
/* ==========================================================================
   Momentum A — Original (Option 1) colour scheme
   Load AFTER momentum.css (rounded layout). Keeps Momentum's sharp-cornered
   layout, but recolours the black-dominant fields back to the original
   terracotta / cream / gold / white palette.
   ========================================================================== */

/* ---- Hero: cream like the original, dark text ---- */
.hero { background: var(--cream); color: var(--text); }
.hero__content h1 { color: var(--black); }
.hero__lead { color: var(--text-light); }
.hero .eyebrow--light { color: var(--terracotta); }
.hero__checks li { background: var(--white); color: var(--text); }
.check-dot { background: var(--terracotta); color: var(--white); }
.hero .btn--gold { background: var(--terracotta); color: var(--white); }
.hero .btn--gold:hover { background: var(--terracotta-deep); color: var(--white); }
.hero .btn--ghost { color: var(--terracotta); border-color: rgba(167,103,67,0.5); }
.hero .btn--ghost:hover { background: var(--terracotta); color: var(--white); border-color: var(--terracotta); }
/* the gold disc behind the portrait stays gold */

/* ---- Narrative band: terracotta instead of black ---- */
.band-dark { background: var(--terracotta); }
.band-dark__cols > div { background: var(--terracotta-deep); border-color: rgba(255,255,255,0.16); }
.band-card { background: var(--terracotta-deep); border-color: rgba(255,255,255,0.16); }

/* ---- Services: white section, cream cards, terracotta icons (like the original) ---- */
.services { background: var(--white); }
.service-card { background: var(--cream); }
.service-card .icon { background: var(--white); color: var(--terracotta); }
/* hover already flips the icon to terracotta/white in momentum.css */

/* ---- CTA: cream card with terracotta accents (was solid black) ---- */
.cta-band__card { background: var(--cream); }
.cta-band__content { color: var(--text); }
.cta-band__content h2 { color: var(--black); }
.cta-band .eyebrow--light { color: var(--terracotta); }
.cta-list li { border-bottom-color: rgba(16,16,16,0.12); }
.cta-list .dot { background: var(--terracotta); color: var(--white); }
.cta-band .btn--gold { background: var(--terracotta); color: var(--white); }
.cta-band .btn--gold:hover { background: var(--terracotta-deep); color: var(--white); }

/* ---- Footer: terracotta instead of black ---- */
.site-footer { background: var(--terracotta); }
.footer__col-label { color: var(--gold); }
.footer__social a { background: rgba(255,255,255,0.12); }
.footer__social a:hover { background: var(--gold); color: var(--black); }

/* ==========================================================================
   Inner-page components — Momentum (rounded), original palette
   Appended after momentum.css + the classic recolour. Restyles the About /
   Services / Team / Clients / Contact / Book-a-Call page components.
   ========================================================================== */

/* ---- btn alias used across inner pages ---- */
.btn--black { background: var(--black); color: var(--white); }
.btn--black:hover { background: var(--terracotta); color: var(--white); }

/* ---- Page hero (inner pages) ---- */
.page-hero { background: var(--terracotta); color: rgba(255,255,255,0.88); text-align: center; padding: 116px 24px 150px; }
.page-hero h1 { color: var(--white); font-weight: 700; letter-spacing: -0.02em; margin-bottom: 20px; }
.page-hero p { max-width: 56ch; margin: 0 auto 22px; font-size: 1.06rem; }
.breadcrumb { font-size: 0.92rem; }
.breadcrumb a { opacity: 0.8; }
.breadcrumb a:hover { opacity: 1; color: var(--gold); }
.breadcrumb .sep { margin: 0 8px; opacity: 0.6; }

/* pull the first card up over the hero band */
.pull-up { margin-top: -90px; position: relative; z-index: 2; }

/* ---- Split card (about / services / contact) ---- */
.split-card { display: grid; grid-template-columns: 1fr 1fr; background: var(--cream); border-radius: var(--radius-lg); overflow: hidden; box-shadow: 0 24px 60px rgba(88,62,42,0.14); }
.split-card__content { padding: 70px 8% 64px; display: flex; flex-direction: column; justify-content: center; align-items: flex-start; }
.split-card__content h2 { margin-bottom: 22px; }
.split-card__content p { color: var(--text); font-size: 0.99rem; margin-bottom: 14px; }
.split-card__content .contact-form { margin-top: 22px; }
.split-card__content .contact-form input,
.split-card__content .contact-form textarea { background: var(--white); }
.split-card__media { position: relative; min-height: 340px; }
.split-card__media > img { width: 100%; height: 100%; object-fit: cover; }

/* heading with gold accent bar (services detail) */
.bar-title { position: relative; padding-left: 24px; margin-bottom: 20px; }
.bar-title::before { content: ""; position: absolute; left: 0; top: 6px; bottom: 6px; width: 4px; border-radius: 2px; background: var(--gold); }

/* ---- Feature rows (about groundwork / services detail) ---- */
.feature-row { display: grid; grid-template-columns: 1fr 1fr; gap: 7%; align-items: center; padding-top: 84px; padding-bottom: 84px; }
.feature-row__content h2 { margin-bottom: 22px; }
.feature-row__content p { color: var(--text-light); margin-bottom: 16px; max-width: 52ch; }
.feature-row__content .btn { margin-top: 14px; }

/* photo with offset husk backdrop, rounded */
.img-offset { position: relative; padding: 0 0 40px 0; }
.img-offset::before { content: ""; position: absolute; left: -34px; right: 34px; top: 40px; bottom: 0; background: var(--husk); border-radius: var(--radius-lg); }
.img-offset.offset-right::before { left: 34px; right: -34px; }
.img-offset img { position: relative; width: 92%; margin: 0 auto; aspect-ratio: 1 / 0.94; object-fit: cover; border-radius: var(--radius-lg); }
.img-offset--wide img { aspect-ratio: 16 / 10; }

/* about bullet list */
.detail-list { list-style: none; margin-top: 28px; display: grid; gap: 18px; }
.detail-list li { display: flex; gap: 14px; font-size: 0.97rem; color: var(--text); }
.detail-list .dot { flex: none; transform: translateY(5px); width: 14px; height: 14px; border: 1.5px solid var(--terracotta); border-radius: 50%; position: relative; }
.detail-list .dot::after { content: ""; position: absolute; inset: 3.5px; border-radius: 50%; background: var(--terracotta); }

/* ---- Contact info columns ---- */
.info-cols { display: grid; grid-template-columns: repeat(3, minmax(0, 300px)); gap: 60px; justify-content: center; padding-top: 96px; padding-bottom: 96px; }
.info-col { display: grid; grid-template-columns: 60px 1fr; gap: 22px; align-items: start; }
.info-col .icon-box { width: 60px; height: 60px; border-radius: 14px; background: var(--cream); display: flex; align-items: center; justify-content: center; color: var(--terracotta); transition: background 0.3s ease, color 0.3s ease; }
.info-col:hover .icon-box { background: var(--terracotta); color: var(--white); }
.info-col .icon-box svg { width: 28px; height: 28px; }
.info-col h3 { font-size: 1.14rem; margin-bottom: 10px; }
.info-col p { font-size: 0.95rem; color: var(--text-light); }

/* ---- Calendly embed + minimal loading progress bar ---- */
.calendly-embed { position: relative; border-radius: var(--radius); overflow: hidden; min-height: 720px; }
.cal-progress { position: absolute; inset: 0; display: flex; align-items: center; justify-content: center; background: var(--white); z-index: 2; transition: opacity 0.45s ease, visibility 0.45s ease; }
.cal-progress.is-done { opacity: 0; visibility: hidden; }
.cal-track { width: 200px; height: 4px; border-radius: 999px; background: var(--husk); overflow: hidden; }
.cal-fill { display: block; height: 100%; width: 0; border-radius: 999px; background: var(--terracotta); transition: width 0.3s ease; }

/* ---- Team ---- */
.team { padding: 100px 0; }
.team__intro { max-width: 60ch; margin: 0 auto 64px; text-align: center; }
.team__intro p { color: var(--text-light); margin-top: 16px; }
.team__grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; }
.team-card { background: var(--cream); border-radius: var(--radius-lg); overflow: hidden; transition: transform 0.28s ease, box-shadow 0.28s ease; }
.team-card:hover { transform: translateY(-5px); box-shadow: 0 20px 44px rgba(88,62,42,0.14); }
.team-card__photo { aspect-ratio: 1 / 1; overflow: hidden; background: var(--husk); display: flex; align-items: center; justify-content: center; }
.team-card__photo img { width: 100%; height: 100%; object-fit: cover; }
.team-card__photo img.placeholder { width: 42%; height: auto; object-fit: contain; opacity: 0.55; }
.team-card__body { padding: 24px 24px 30px; }
.team-card__body h3 { font-size: 1.14rem; }
.team-card__body .role { color: var(--terracotta); font-size: 0.9rem; font-weight: 600; display: block; margin: 4px 0 12px; }
.team-card__body p { font-size: 0.92rem; color: var(--text-light); }

/* ---- CTA card: make it work whether or not it shares .container ---- */
.cta-band { padding: 104px 24px 104px; }
.cta-band__card { max-width: var(--container); margin-left: auto; margin-right: auto; padding: 0; }

/* ---- Legal pages (Terms, Privacy) ---- */
.legal { padding-top: 88px; padding-bottom: 112px; }
.legal__inner { max-width: 820px; }
.legal__updated { color: var(--text-light); font-size: 0.92rem; margin-bottom: 44px; }
.legal h2 { font-size: 1.5rem; letter-spacing: -0.02em; margin: 48px 0 18px; padding-bottom: 12px; border-bottom: 2px solid var(--husk); }
.legal h2:first-of-type { margin-top: 0; }
.legal h3 { font-size: 1.1rem; margin: 26px 0 8px; color: var(--terracotta); }
.legal p { margin-bottom: 16px; color: var(--text-light); }
.legal p strong { color: var(--text); }
.legal ul, .legal ol { margin: 0 0 18px 22px; color: var(--text-light); }
.legal li { margin-bottom: 8px; }
.legal a { color: var(--terracotta); text-decoration: underline; }

/* ---- Responsive ---- */
@media (max-width: 1080px) {
  .team__grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 880px) {
  .split-card, .feature-row, .info-cols { grid-template-columns: 1fr; }
  .team__grid { grid-template-columns: 1fr; }
  .page-hero { padding: 78px 24px 118px; }
  .split-card__content { padding: 54px 24px; }
  .feature-row { padding-top: 54px; padding-bottom: 54px; gap: 34px; }
  .feature-row.reverse-mobile .img-offset { order: 2; }
  .img-offset::before { left: -16px; right: 16px; top: 24px; }
  .img-offset.offset-right::before { left: 16px; right: -16px; }
  .split-card__media { min-height: 300px; }
}
