/* Mark Steward Team — Property Management
   Palette: ivory paper, warm ink, Carolina pine, brass. */

:root {
  --paper: #F7F4EE;
  --paper-deep: #EFEAE0;
  --ink: #23261F;
  --ink-soft: #565A50;
  --pine: #24423A;
  --pine-deep: #182E28;
  --brass: #A8834B;
  --brass-soft: #C2A26E;
  --line: #D9D4C6;
  --white: #FDFCF9;
  --serif: "Libre Caslon Display", "Georgia", serif;
  --sans: "Archivo", "Helvetica Neue", Arial, sans-serif;
  --container: 1140px;
}

* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  font-family: var(--sans);
  font-size: 16.5px;
  line-height: 1.65;
  color: var(--ink);
  background: var(--paper);
  -webkit-font-smoothing: antialiased;
}
img { display: block; max-width: 100%; }
a { color: var(--pine); text-decoration: none; }
a:hover { color: var(--brass); }
a:focus-visible, button:focus-visible, input:focus-visible, select:focus-visible, textarea:focus-visible {
  outline: 2px solid var(--brass);
  outline-offset: 2px;
}

.container { max-width: var(--container); margin: 0 auto; padding: 0 24px; }

h1, h2, h3 { font-family: var(--serif); font-weight: 400; line-height: 1.12; letter-spacing: -0.01em; }
h1 { font-size: clamp(2.4rem, 5.2vw, 4.2rem); }
h2 { font-size: clamp(1.8rem, 3.4vw, 2.6rem); }
h3 { font-size: 1.3rem; line-height: 1.3; }

.kicker {
  font-family: var(--serif);
  font-style: italic;
  color: var(--brass);
  font-size: 1.05rem;
  margin-bottom: 10px;
  display: block;
}
.lede { font-size: 1.13rem; color: var(--ink-soft); max-width: 62ch; }

/* ---------- Header ---------- */
.site-header {
  position: sticky; top: 0; z-index: 60;
  background: rgba(247, 244, 238, 0.94);
  backdrop-filter: blur(8px);
  border-bottom: 1px solid var(--line);
}
.site-header .bar {
  display: flex; align-items: center; justify-content: space-between;
  height: 76px;
}
/* Brand lockup (recreated Mark Steward Team logo) */
.brand { display: flex; flex-direction: row; align-items: center; gap: 13px; color: #1F2B4A; }
.brand-mark { height: 48px; width: 48px; flex: none; color: #1F2B4A; }
.brand-text { display: flex; flex-direction: column; line-height: 1.2; }
.brand-name {
  font-family: "Playfair Display", "Georgia", serif;
  font-weight: 500;
  font-size: 1.22rem;
  letter-spacing: 0.05em;
  color: #1F2B4A;
  text-transform: uppercase;
  white-space: nowrap;
}
.brand-name em { font-style: normal; color: #8A8F96; }
.brand-sub {
  font-family: "Playfair Display", "Georgia", serif;
  font-size: 0.63rem;
  letter-spacing: 0.42em;
  text-transform: uppercase;
  color: #1F2B4A;
  opacity: 0.85;
  white-space: nowrap;
}
.brand:hover { color: #1F2B4A; }
.nav { display: flex; align-items: center; gap: 26px; }
.nav a {
  color: var(--ink);
  font-size: 0.94rem;
  font-weight: 500;
  padding: 6px 0;
  border-bottom: 2px solid transparent;
}
.nav a:hover { color: var(--pine); border-bottom-color: var(--brass-soft); }
.nav a.active { border-bottom-color: var(--brass); }
.nav a.nav-cta {
  background: var(--pine);
  color: var(--white);
  padding: 10px 20px;
  border-radius: 3px;
  border-bottom: none;
}
.nav a.nav-cta:hover { background: var(--pine-deep); color: var(--white); }
.nav-toggle {
  display: none;
  background: none; border: 1px solid var(--line); border-radius: 3px;
  padding: 8px 12px; font: inherit; cursor: pointer; color: var(--ink);
}

/* ---------- Hero (home) ---------- */
.hero {
  position: relative;
  min-height: 88vh;
  display: flex;
  align-items: flex-end;
  color: var(--white);
  overflow: hidden;
  background: var(--pine-deep);
}
.hero-slides { position: absolute; inset: 0; }
.hero-slide {
  position: absolute; inset: 0;
  opacity: 0;
  transition: opacity 1.6s ease;
}
.hero-slide.is-active { opacity: 1; }
.hero-slide img {
  width: 100%; height: 100%;
  object-fit: cover;
  object-position: center 38%;
}
.hero::after {
  content: "";
  position: absolute; inset: 0;
  background:
    linear-gradient(102deg, rgba(13, 23, 19, 0.58) 0%, rgba(13, 23, 19, 0.40) 34%, rgba(13, 23, 19, 0.10) 62%, rgba(13, 23, 19, 0.02) 100%),
    linear-gradient(to top, rgba(13, 23, 19, 0.68) 0%, rgba(13, 23, 19, 0.20) 46%, rgba(13, 23, 19, 0.22) 100%);
  pointer-events: none;
}
.hero-content {
  position: relative; z-index: 2;
  width: 100%;
  padding: 120px 0 64px;
}
.hero h1 {
  max-width: 15ch;
  text-shadow: 0 2px 20px rgba(0, 0, 0, 0.6), 0 1px 3px rgba(0, 0, 0, 0.5);
}
.hero .hero-sub {
  margin-top: 16px;
  max-width: 52ch;
  font-size: 1.12rem;
  font-weight: 500;
  color: #F6F4EE;
  text-shadow: 0 1px 12px rgba(0, 0, 0, 0.65), 0 1px 2px rgba(0, 0, 0, 0.5);
}
.hero-place {
  display: inline-block;
  margin-bottom: 18px;
  font-size: 0.8rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #E2C48F;
  border-left: 2px solid var(--brass);
  padding-left: 10px;
  min-height: 1.2em;
}

/* Search card */
.search-card {
  margin-top: 36px;
  background: var(--white);
  color: var(--ink);
  border-radius: 4px;
  padding: 22px;
  max-width: 880px;
  box-shadow: 0 18px 50px rgba(10, 20, 16, 0.35);
}
.search-card .search-title {
  font-family: var(--serif);
  font-size: 1.12rem;
  margin-bottom: 12px;
}
.search-form { display: grid; grid-template-columns: 2.4fr 1fr 1fr auto; gap: 10px; }
.search-form input, .search-form select {
  font: inherit;
  padding: 12px 14px;
  border: 1px solid var(--line);
  border-radius: 3px;
  background: var(--paper);
  color: var(--ink);
  width: 100%;
}
.btn {
  display: inline-block;
  font: inherit; font-weight: 600; font-size: 0.98rem;
  background: var(--pine);
  color: var(--white);
  border: none; border-radius: 3px;
  padding: 12px 26px;
  cursor: pointer;
  text-align: center;
}
.btn:hover { background: var(--pine-deep); color: var(--white); }
.btn.brass { background: var(--brass); }
.btn.brass:hover { background: #8f6d3a; }
.btn.ghost {
  background: transparent;
  color: var(--pine);
  border: 1px solid var(--pine);
}
.btn.ghost:hover { background: var(--pine); color: var(--white); }
.search-note { margin-top: 10px; font-size: 0.82rem; color: var(--ink-soft); }

/* ---------- Sections ---------- */
.section { padding: 88px 0; }
.section.tint { background: var(--paper-deep); }
.section.dark { background: var(--pine-deep); color: var(--paper); }
.section.dark h2 { color: var(--white); }
.section.dark .lede { color: rgba(247, 244, 238, 0.78); }
.section-head { max-width: 700px; margin-bottom: 44px; }

.split { display: grid; grid-template-columns: 1fr 1fr; gap: 56px; align-items: center; }
.split .photo img { border-radius: 4px; width: 100%; height: 440px; object-fit: cover; }

/* Service list: ruled rows, not cards */
.rule-list { border-top: 1px solid var(--line); }
.rule-list .row {
  display: grid;
  grid-template-columns: 260px 1fr;
  gap: 32px;
  padding: 26px 0;
  border-bottom: 1px solid var(--line);
}
.rule-list .row h3 { color: var(--pine); }
.rule-list .row p { color: var(--ink-soft); }
.section.dark .rule-list { border-color: rgba(247,244,238,0.18); }
.section.dark .rule-list .row { border-color: rgba(247,244,238,0.18); }
.section.dark .rule-list .row h3 { color: var(--brass-soft); }
.section.dark .rule-list .row p { color: rgba(247,244,238,0.8); }

/* Trio */
.trio { display: grid; grid-template-columns: repeat(3, 1fr); gap: 40px; }
.trio h3 { margin-bottom: 10px; color: var(--pine); }
.trio p { color: var(--ink-soft); font-size: 0.98rem; }
.section.dark .trio h3 { color: var(--white); }
.section.dark .trio p { color: rgba(247, 244, 238, 0.8); }
.trio .num {
  font-family: var(--serif);
  color: var(--brass);
  font-size: 1.6rem;
  display: block;
  margin-bottom: 8px;
}

/* Testimonials */
.quotes blockquote {
  border-top: 1px solid var(--line);
  padding: 22px 0;
}
.quotes blockquote:first-child { border-top: none; padding-top: 0; }
.quotes blockquote p {
  font-family: var(--serif);
  font-size: 1.13rem;
  line-height: 1.5;
  color: var(--ink);
}
.quotes blockquote p::before { content: "\201C"; color: var(--brass); }
.quotes blockquote p::after { content: "\201D"; color: var(--brass); }
.quotes cite {
  display: block;
  margin-top: 10px;
  font-style: normal;
  font-size: 0.86rem;
  letter-spacing: 0.06em;
  color: var(--ink-soft);
}

/* Big statement / referral fee */
.statement {
  font-family: var(--serif);
  font-size: clamp(2rem, 4.4vw, 3.4rem);
  line-height: 1.15;
  max-width: 22ch;
}
.fee-mark {
  font-family: var(--serif);
  font-size: clamp(4.4rem, 10vw, 7.5rem);
  color: var(--brass);
  line-height: 1;
}
.fee-caption { font-size: 1.05rem; color: var(--ink-soft); max-width: 40ch; }

/* CTA band */
.cta-band { text-align: left; }
.cta-band .actions { margin-top: 28px; display: flex; gap: 14px; flex-wrap: wrap; }

/* ---------- Forms ---------- */
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; max-width: 760px; }
.form-grid .full { grid-column: 1 / -1; }
.form-grid label {
  display: block; font-size: 0.86rem; font-weight: 600;
  margin-bottom: 6px; color: var(--ink);
}
.form-grid input, .form-grid select, .form-grid textarea {
  font: inherit; width: 100%;
  padding: 12px 14px;
  border: 1px solid var(--line); border-radius: 3px;
  background: var(--white); color: var(--ink);
}
.form-grid textarea { min-height: 130px; resize: vertical; }
.form-foot { margin-top: 8px; font-size: 0.85rem; color: var(--ink-soft); }

/* ---------- Page hero (interior pages) ---------- */
.page-hero {
  position: relative;
  background: var(--pine-deep);
  color: var(--paper);
  overflow: hidden;
}
.page-hero .ph-img { position: absolute; inset: 0; }
.page-hero .ph-img img { width: 100%; height: 100%; object-fit: cover; object-position: center 62%; opacity: 0.34; }
.page-hero .container { position: relative; padding-top: 96px; padding-bottom: 72px; }
.page-hero h1 { color: var(--white); max-width: 18ch; }
.page-hero .lede { color: rgba(247,244,238,0.85); margin-top: 16px; }

/* ---------- Footer ---------- */
.site-footer {
  background: var(--pine-deep);
  color: rgba(247, 244, 238, 0.8);
  padding: 64px 0 36px;
  font-size: 0.92rem;
}
.site-footer a { color: var(--paper); }
.site-footer a:hover { color: var(--brass-soft); }
.footer-grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1.4fr;
  gap: 40px;
  padding-bottom: 36px;
  border-bottom: 1px solid rgba(247,244,238,0.16);
}
.footer-grid .f-brand {
  display: flex; flex-direction: column;
  margin-bottom: 12px;
}
.footer-grid .f-brand .brand-name { color: var(--white); font-size: 1.15rem; }
.footer-grid .f-brand .brand-name em { color: #9AA0A8; }
.footer-grid .f-brand .brand-sub { color: var(--brass-soft); opacity: 1; }
.footer-grid h4 {
  font-size: 0.78rem; letter-spacing: 0.12em; text-transform: uppercase;
  color: var(--brass-soft); margin-bottom: 14px; font-weight: 600;
}
.footer-grid ul { list-style: none; }
.footer-grid li { margin-bottom: 8px; }
.footer-legal { padding-top: 24px; font-size: 0.8rem; color: rgba(247,244,238,0.55); }
.footer-legal p { margin-bottom: 6px; }

/* ---------- Responsive ---------- */
@media (max-width: 920px) {
  .nav {
    display: none;
    position: absolute; top: 76px; left: 0; right: 0;
    flex-direction: column; align-items: flex-start;
    background: var(--paper);
    border-bottom: 1px solid var(--line);
    padding: 18px 24px 24px;
    gap: 14px;
  }
  .nav.open { display: flex; }
  .nav-toggle { display: block; }
  .split { grid-template-columns: 1fr; gap: 32px; }
  .trio { grid-template-columns: 1fr; gap: 28px; }
  .rule-list .row { grid-template-columns: 1fr; gap: 8px; }
  .search-form { grid-template-columns: 1fr 1fr; }
  .search-form input[name="q"] { grid-column: 1 / -1; }
  .search-form .btn { grid-column: 1 / -1; }
  .form-grid { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .hero { min-height: 78vh; }
}
@media (max-width: 560px) {
  .footer-grid { grid-template-columns: 1fr; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .hero-slide { transition: none; }
}

/* ---------- Revision round (Sep 15) ---------- */
.search-card .search-title {
  font-family: "Playfair Display", "Georgia", serif;
  font-weight: 600;
}

/* Full-bleed dark split (Why the Triangle) */
.bleed-split { padding: 0; overflow: hidden; }
.bleed-grid { display: grid; grid-template-columns: 1fr 1fr; min-height: 540px; align-items: center; }
.bleed-text { padding: 88px 56px 88px max(24px, calc((100vw - 1140px) / 2 + 24px)); }
.bleed-photo, .bleed-photo img {
  width: 100%; height: 100%;
}
.bleed-photo img { object-fit: cover; border-radius: 0; display: block; }
@media (max-width: 920px) {
  .bleed-grid { grid-template-columns: 1fr; }
  .bleed-photo img { height: 320px; }
  .bleed-text { padding: 64px 24px; }
}

/* Interior page hero kicker: larger + brighter */
.page-hero .kicker {
  font-size: 1.45rem;
  color: #E2C48F;
}

/* Referral fee block */
.fee-mark {
  font-family: "Playfair Display", "Georgia", serif;
  font-weight: 700;
  margin-bottom: 18px;
}
.fee-label {
  font-family: "Playfair Display", "Georgia", serif;
  font-weight: 600;
  font-size: 1.2rem;
  color: var(--pine);
  margin-bottom: 14px;
}

/* Numbered steps: number beside text, bold titles */
.steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 40px; }
.step { display: flex; gap: 16px; align-items: flex-start; }
.step .num {
  font-family: "Playfair Display", "Georgia", serif;
  font-weight: 600;
  color: var(--brass-soft);
  font-size: 1.9rem;
  line-height: 1.05;
  flex: none;
}
.step h3 {
  font-family: "Playfair Display", "Georgia", serif;
  font-weight: 600;
  font-size: 1.15rem;
  margin-bottom: 8px;
  color: var(--white);
}
.step p { color: rgba(247, 244, 238, 0.8); font-size: 0.98rem; }
@media (max-width: 920px) { .steps { grid-template-columns: 1fr; gap: 26px; } }

/* Domus page */
.facts { border-top: 1px solid var(--line); max-width: 780px; }
.facts .fact {
  display: flex; gap: 20px; align-items: baseline;
  padding: 20px 0; border-bottom: 1px solid var(--line);
}
.facts .num {
  font-family: "Playfair Display", "Georgia", serif;
  font-weight: 600; color: var(--brass); font-size: 1.4rem; flex: none; width: 28px;
}
.facts p { font-size: 1.12rem; color: var(--ink); }
.journey {
  font-family: "Playfair Display", "Georgia", serif;
  font-size: clamp(1.1rem, 2.2vw, 1.5rem);
  color: var(--brass-soft);
  letter-spacing: 0.02em;
}
.market-cols { display: grid; grid-template-columns: repeat(3, 1fr); gap: 40px; }
.market-cols h3 { font-family: "Playfair Display", serif; font-weight: 600; font-size: 1.1rem; color: var(--pine); margin-bottom: 8px; }
.market-cols p { color: var(--ink-soft); font-size: 0.98rem; }
@media (max-width: 920px) { .market-cols { grid-template-columns: 1fr; gap: 24px; } }

/* Team cards (About) */
.team-card img {
  width: 200px; height: 200px; object-fit: cover;
  border-radius: 50%;
  border: 3px solid var(--paper-deep);
  box-shadow: 0 10px 30px rgba(20, 30, 26, 0.15);
  margin-bottom: 18px;
}

/* Domus journey timeline */
.domus-mark { height: 54px; width: auto; margin-bottom: 26px; }
.journey-track {
  display: grid; grid-template-columns: repeat(5, 1fr);
  gap: 24px; position: relative; margin-top: 48px;
}
.journey-track::before {
  content: "";
  position: absolute; top: 24px; left: 10%; right: 10%;
  height: 1px; background: rgba(194, 162, 110, 0.45);
}
.jstage { position: relative; text-align: center; }
.jnum {
  position: relative; z-index: 1;
  display: inline-flex; align-items: center; justify-content: center;
  width: 48px; height: 48px; border-radius: 50%;
  border: 1px solid var(--brass-soft);
  background: var(--pine-deep);
  color: var(--brass-soft);
  font-family: "Playfair Display", "Georgia", serif;
  font-weight: 600; font-size: 1.25rem;
  margin-bottom: 16px;
}
.jstage h3 {
  font-family: "Playfair Display", "Georgia", serif;
  font-weight: 600; font-size: 1.12rem;
  color: var(--white); margin-bottom: 8px;
}
.jstage p { font-size: 0.92rem; color: rgba(247, 244, 238, 0.78); }
@media (max-width: 920px) {
  .journey-track { grid-template-columns: 1fr; gap: 30px; }
  .journey-track::before { top: 24px; bottom: 24px; left: 24px; right: auto; width: 1px; height: auto; }
  .jstage { text-align: left; padding-left: 72px; }
  .jnum { position: absolute; left: 0; top: 0; margin-bottom: 0; }
}

@media (max-width: 560px) {
  .brand-mark { height: 40px; width: 40px; }
  .brand-name { font-size: 1rem; }
  .brand-sub { font-size: 0.54rem; letter-spacing: 0.32em; }
}

.page-hero .kicker { font-weight: 700; }
.domus-mark { display: block; }

.info-cols { grid-template-columns: repeat(4, 1fr); }
@media (max-width: 920px) { .info-cols { grid-template-columns: 1fr; } }

/* Taller page hero (International) */
.ph-tall .container { padding-top: 150px; padding-bottom: 118px; }

/* People rows (About) */
.person {
  display: grid; grid-template-columns: 260px 1fr;
  gap: 52px; align-items: start;
  padding: 48px 0; border-top: 1px solid var(--line);
}
.person:first-of-type { border-top: none; padding-top: 0; }
.person-photo img {
  width: 240px; height: 240px; object-fit: cover;
  border-radius: 4px;
  box-shadow: 0 14px 36px rgba(20, 30, 26, 0.16);
}
.person-name {
  font-family: "Playfair Display", "Georgia", serif;
  font-weight: 600; font-size: 1.6rem; color: var(--ink);
}
.person-role {
  font-size: 0.9rem; letter-spacing: 0.05em;
  color: var(--brass); margin: 6px 0 18px;
}
.person p + p { margin-top: 14px; }
@media (max-width: 920px) {
  .person { grid-template-columns: 1fr; gap: 24px; }
}

/* Contact layout: form + aside */
.contact-grid {
  display: grid; grid-template-columns: 1.6fr 1fr;
  gap: 72px; align-items: start;
}
.contact-aside .c-block {
  border-top: 1px solid var(--line);
  padding: 20px 0;
}
.contact-aside .c-block:first-child { border-top: none; padding-top: 0; }
.contact-aside h3 {
  font-family: "Playfair Display", "Georgia", serif;
  font-weight: 600; font-size: 1.1rem;
  color: var(--pine); margin-bottom: 6px;
}
.contact-aside p { color: var(--ink-soft); }
@media (max-width: 920px) {
  .contact-grid { grid-template-columns: 1fr; gap: 40px; }
}

/* PM hero: taller, image clearly visible */
.ph-visible .ph-img img { opacity: 0.68; object-position: center 42%; }
.ph-visible .ph-img::after {
  content: "";
  position: absolute; inset: 0;
  background: linear-gradient(100deg, rgba(13, 23, 19, 0.82) 0%, rgba(13, 23, 19, 0.5) 40%, rgba(13, 23, 19, 0.08) 72%);
}

/* Believe band */
.believe .gold-rule {
  width: 56px; height: 2px; background: var(--brass);
  margin: 6px auto 26px;
}

/* Contact divider */
.contact-aside { border-left: 1px solid var(--line); padding-left: 48px; }
@media (max-width: 920px) {
  .contact-aside { border-left: none; padding-left: 0; border-top: 1px solid var(--line); padding-top: 32px; }
}

/* PM hero: taller still */
.ph-visible .container { padding-top: 200px; padding-bottom: 180px; }

/* International hero: skyline clear above, text low */
.ph-intl .container { padding-top: 300px; padding-bottom: 70px; }
.ph-intl .ph-img img { opacity: 0.62; object-position: center 18%; }
.ph-intl .ph-img::after {
  content: "";
  position: absolute; inset: 0;
  background: linear-gradient(to top, rgba(13, 23, 19, 0.92) 0%, rgba(13, 23, 19, 0.55) 34%, rgba(13, 23, 19, 0.08) 62%);
}
.ph-intl h1 { max-width: 24ch; }
@media (max-width: 920px) {
  .ph-intl .container { padding-top: 200px; }
  .ph-visible .container { padding-top: 140px; padding-bottom: 120px; }
}

/* Wider header on large screens */
.site-header .container { max-width: 1400px; }
.nav { gap: 32px; }

/* PM hero framing: show tower tops and dusk sky */
.ph-visible .ph-img img { object-position: center 22%; }

/* PM hero sub: larger for readability */
.ph-visible .lede { font-size: 1.22rem; max-width: 48ch; }

/* International hero: skyline top, text on the water */
.ph-intl .ph-img img { object-position: center top; }
.ph-intl .container { padding-top: 360px; padding-bottom: 80px; }

/* Services grid (PM) */
.svc-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 0 72px; }
.svc { border-top: 1px solid var(--line); padding: 26px 0; }
.svc h3 {
  font-family: "Playfair Display", "Georgia", serif;
  font-weight: 600; font-size: 1.15rem;
  color: var(--pine); margin-bottom: 8px;
}
.svc p { color: var(--ink-soft); font-size: 0.98rem; max-width: 52ch; }
@media (max-width: 920px) { .svc-grid { grid-template-columns: 1fr; gap: 0; } }

/* Larger bold section kicker */
.kicker-lg { font-weight: 700; font-size: 1.3rem; }

/* Facts section: wider facts, fading texture */
.facts-bleed .bleed-grid { grid-template-columns: 1.45fr 1fr; }
.facts-bleed .facts { max-width: 100%; }
.facts-bleed .bleed-photo { position: relative; }
.facts-bleed .bleed-photo::before {
  content: "";
  position: absolute; inset: 0;
  background: linear-gradient(to right, #EFEAE0 0%, rgba(239, 234, 224, 0) 55%);
  z-index: 1;
}

/* Believe band: bigger statement + texture */
.section.dark.believe {
  background: var(--pine-deep) url("../images/topo-dark.svg") center / cover no-repeat;
}
.believe .statement { font-size: clamp(2.3rem, 4.8vw, 4rem); }

/* Testimonial carousel */
.t-scroll {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: min(430px, 86vw);
  gap: 24px;
  overflow-x: auto;
  padding: 4px 4px 20px;
  scroll-snap-type: x proximity;
  scrollbar-width: thin;
  scrollbar-color: var(--brass) var(--paper-deep);
}
.t-scroll::-webkit-scrollbar { height: 8px; }
.t-scroll::-webkit-scrollbar-track { background: var(--paper-deep); border-radius: 4px; }
.t-scroll::-webkit-scrollbar-thumb { background: var(--brass); border-radius: 4px; }
.t-card {
  margin: 0;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 4px;
  padding: 30px;
  scroll-snap-align: start;
  display: flex;
  flex-direction: column;
}
.t-stars { color: var(--brass); letter-spacing: 4px; font-size: 1.05rem; margin-bottom: 14px; }
.t-card blockquote { flex: 1; }
.t-card blockquote p {
  font-family: var(--serif);
  font-size: 1.05rem;
  line-height: 1.55;
  color: var(--ink);
}
.t-card figcaption {
  margin-top: 18px;
  font-size: 0.85rem;
  letter-spacing: 0.05em;
  color: var(--ink-soft);
}

/* Bold trio headings (Sound familiar etc.) */
.trio h3 {
  font-family: "Playfair Display", "Georgia", serif;
  font-weight: 600;
}

/* Contact form title */
.form-title {
  font-size: 1.6rem;
  font-family: "Playfair Display", "Georgia", serif;
  font-weight: 600;
  margin-bottom: 4px;
}

/* About: side-by-side team duo, arched portraits, uniform text */
.team-duo { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: start; }
.duo-card { text-align: center; }
.duo-photo img {
  width: 250px; height: 310px; object-fit: cover; object-position: center 20%;
  border-radius: 250px 250px 6px 6px;
  box-shadow: 0 16px 40px rgba(20, 30, 26, 0.18);
  margin: 0 auto 22px;
}
.duo-card .person-role { margin-bottom: 20px; }
.duo-bio { text-align: left; }
.duo-bio p { color: var(--ink-soft); font-size: 1.02rem; }
.duo-bio p + p { margin-top: 14px; }
@media (max-width: 920px) { .team-duo { grid-template-columns: 1fr; gap: 52px; } }

/* Bigger form title */
.form-title { font-size: 2.1rem; margin-bottom: 10px; }
