:root {
  --green: #cbb99c;
  --green-deep: #8f7655;
  --green-ink: #2a241e;
  --cream: #f5f0e8;
  --paper: #fffdf9;
  --ink: #24211f;
  --muted: #68615a;
  --line: #d8cec1;
  --gold: #b38b47;
  --obsidian: #0b0a0a;
  --charcoal: #181615;
  --champagne: #cbb99c;
  --ivory: #f5f1e9;
  --shadow: 0 18px 50px rgba(42, 36, 30, .10);
  --radius: 20px;
  --max: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.65;
}
a { color: var(--green-deep); text-underline-offset: .2em; }
a:hover { color: var(--green-ink); }
img { max-width: 100%; height: auto; }
.skip-link { position: absolute; left: -9999px; top: 0; z-index: 100; background: #fff; color: #000; padding: .8rem 1rem; }
.skip-link:focus { left: 1rem; top: 1rem; }

.site-header {
  min-height: 84px;
  padding: .8rem max(1rem, calc((100vw - var(--max))/2));
  border-bottom: 1px solid var(--line);
  background: rgba(255,253,249,.97);
  display: flex;
  align-items: center;
  gap: 1.5rem;
  position: sticky;
  top: 0;
  z-index: 50;
}
.brand { display: inline-flex; align-items: center; gap: .55rem; flex: 0 0 auto; text-decoration: none; color: var(--ink); white-space: nowrap; }
.brand img:first-child { width: 76px; max-height: 62px; object-fit: contain; object-position: left center; }
.brand img:nth-of-type(2) { width: 76px; max-height: 34px; object-fit: contain; }
.brand-divider { width: 1px; height: 34px; background: var(--line); }
.broker-llc { font-weight: 800; font-size: .72rem; letter-spacing: .04em; }
.site-nav { margin-left: auto; display: flex; flex-wrap: wrap; justify-content: flex-end; gap: .25rem .75rem; }
.site-nav a { min-height: 44px; display: inline-flex; align-items: center; padding: .35rem .15rem; font-size: .82rem; font-weight: 750; text-decoration: none; color: var(--ink); }
.site-nav a:hover, .site-nav a:focus-visible { color: var(--green-deep); text-decoration: underline; }
.menu-button { display: none; min-width: 52px; min-height: 44px; margin-left: auto; border: 1px solid var(--green-deep); border-radius: 10px; background: #fff; color: var(--green-ink); font-weight: 800; }

.breadcrumbs { max-width: var(--max); margin: 0 auto; padding: 1rem 1rem 0; display: flex; gap: .6rem; align-items: center; font-size: .9rem; color: var(--muted); }
main { overflow: clip; }
.hero { max-width: var(--max); margin: 0 auto; padding: clamp(2rem, 6vw, 5.2rem) 1rem 2.5rem; display: grid; grid-template-columns: minmax(0, 1.35fr) minmax(260px, .65fr); gap: clamp(2rem, 6vw, 5rem); align-items: center; }
.eyebrow { margin: 0 0 .7rem; color: var(--green-deep); text-transform: uppercase; letter-spacing: .12em; font-size: .76rem; font-weight: 900; }
h1, h2, h3 { color: var(--green-ink); font-family: Georgia, "Times New Roman", serif; line-height: 1.14; text-wrap: balance; }
h1 { margin: 0; font-size: clamp(2.45rem, 6vw, 5rem); letter-spacing: -.035em; }
h2 { margin: 0 0 1rem; font-size: clamp(1.65rem, 3vw, 2.55rem); }
h3 { margin: 0 0 .5rem; font-size: 1.32rem; }
.answer-first { margin: 1.25rem 0 0; max-width: 760px; color: #5d5853; font-size: clamp(1.05rem, 1.8vw, 1.3rem); line-height: 1.65; }
.identity-line { margin-top: 1.2rem; color: var(--muted); font-size: .92rem; font-weight: 700; }
.hero-actions { margin-top: 1.6rem; display: flex; flex-wrap: wrap; align-items: center; gap: .8rem 1.2rem; }
.button { min-height: 48px; display: inline-flex; align-items: center; justify-content: center; padding: .75rem 1.1rem; border: 2px solid var(--green-deep); border-radius: 999px; background: var(--green-deep); color: #fff; font-weight: 850; text-decoration: none; }
.button:hover, .button:focus-visible { background: var(--green-ink); color: #fff; }
.text-link { min-height: 44px; display: inline-flex; align-items: center; font-weight: 800; }
.advisor-card { margin: 0; padding: 1rem; border: 1px solid var(--line); border-radius: 160px 160px 24px 24px; background: linear-gradient(180deg, #ece7de, #fff); box-shadow: var(--shadow); }
.advisor-card img { width: 100%; height: min(470px, 53vw); display: block; object-fit: contain; object-position: center bottom; }
.advisor-card figcaption { padding: .9rem .5rem .25rem; display: grid; gap: .15rem; text-align: center; }
.advisor-card figcaption strong { font-family: Georgia, serif; font-size: 1.2rem; }
.advisor-card figcaption span { color: var(--muted); font-size: .83rem; }

.page-layout { max-width: var(--max); margin: 0 auto; padding: 1rem 1rem 4rem; display: grid; grid-template-columns: minmax(0, 1fr) 280px; gap: clamp(2rem, 5vw, 5rem); align-items: start; }
.page-layout > article { min-width: 0; }
.content-section { padding: clamp(1.8rem, 4vw, 3.2rem) 0; border-top: 1px solid var(--line); }
.content-section p { max-width: 790px; margin: 0 0 1rem; font-size: 1.04rem; }
.decision-nav { position: sticky; top: 104px; padding: 1.25rem; border: 1px solid var(--line); border-radius: var(--radius); background: var(--cream); }
.decision-nav h2 { font-size: 1.25rem; }
.decision-nav a { min-height: 44px; padding: .5rem 0; display: block; border-top: 1px solid #d8cec1; font-size: .9rem; font-weight: 750; text-decoration: none; }
.card-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1rem; }
.local-photo-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1rem; }
.local-photo { margin: 0; overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; }
.local-photo img { width: 100%; aspect-ratio: 3 / 2; display: block; object-fit: cover; }
.local-photo figcaption { padding: 1rem; color: var(--muted); }
.local-photo figcaption span { display: block; margin-top: .4rem; color: var(--green-deep); font-size: .78rem; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; }
.guide-card { min-height: 210px; padding: 1.25rem; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; box-shadow: 0 10px 30px rgba(42,36,30,.06); color: var(--ink); text-decoration: none; }
.guide-card:hover, .guide-card:focus-visible { border-color: var(--green); transform: translateY(-2px); }
.guide-card span { color: var(--green-deep); font-weight: 850; }
.source-box { margin: 2rem 0; padding: clamp(1.4rem, 3vw, 2.2rem); border-left: 6px solid var(--green); border-radius: 0 var(--radius) var(--radius) 0; background: #f2eee6; }
.source-box h2 { font-size: 1.7rem; }
.source-box li { margin: .65rem 0; }
.download-box { display: flex; align-items: center; justify-content: space-between; gap: 24px; margin: 2rem 0; padding: clamp(1.4rem, 3vw, 2.2rem); border: 1px solid #cbb99c; border-radius: var(--radius); background: linear-gradient(135deg, #efe9df, #f8f4ea); }
.download-box h2, .download-box p { margin-top: 0; }
.download-box .button { flex: 0 0 auto; }
.request-tool { margin: 2rem 0; padding: clamp(1.15rem, 3vw, 2rem); border: 2px solid var(--green); border-radius: var(--radius); background: #fffdf9; }
.request-tool h2 { margin-top: 0; }
.request-tool form { margin-top: 1.25rem; }
.form-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1rem; }
.request-tool label { display: block; margin: 1rem 0 .35rem; color: var(--green-ink); font-weight: 800; }
.request-tool input, .request-tool select, .request-tool textarea { width: 100%; min-height: 48px; padding: .72rem .8rem; border: 1px solid #8c8072; border-radius: 8px; background: #fff; color: var(--ink); font: inherit; font-size: 1rem; }
.request-tool textarea { min-height: 150px; resize: vertical; }
.request-tool input:focus, .request-tool select:focus, .request-tool textarea:focus { border-color: var(--green-ink); outline: 3px solid rgba(203,185,156,.45); outline-offset: 2px; }
.request-tool button { margin-top: 1rem; }
.request-tool button:disabled { cursor: wait; opacity: .68; }
.form-trap { display: none !important; }
.consent-check { display: grid !important; grid-template-columns: 44px 1fr; gap: .65rem; align-items: start; max-width: 760px; font-weight: 600 !important; }
.request-tool .consent-check input { width: 44px; min-height: 44px; margin: 0; }
.form-status { min-height: 1.5rem; margin: .85rem 0 0; font-weight: 700; }
.request-result { margin-top: 1.25rem; padding: 1.15rem; border-left: 5px solid var(--green); background: #fff; }
.request-result[hidden] { display: none; }
.table-wrap { max-width: 100%; overflow-x: auto; margin: 1.25rem 0; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; }
.table-wrap:focus { outline: 3px solid #d7a94f; outline-offset: 3px; }
.table-hint { display: none; color: var(--muted); font-weight: 700; }
.evidence-ledger { width: 100%; min-width: 960px; border-collapse: collapse; font-size: .92rem; line-height: 1.5; }
.evidence-ledger caption { padding: 1rem; background: var(--cream); color: var(--green-ink); font-weight: 800; text-align: left; }
.evidence-ledger th, .evidence-ledger td { min-width: 210px; padding: 1rem; border-right: 1px solid var(--line); border-top: 1px solid var(--line); vertical-align: top; text-align: left; }
.evidence-ledger thead th { background: var(--green-ink); color: #fff; }
.evidence-ledger tbody th { background: #f5f0e8; color: var(--green-ink); }
.evidence-ledger td:last-child, .evidence-ledger th:last-child { border-right: 0; }
.faq-list { display: grid; gap: .75rem; }
details { border: 1px solid var(--line); border-radius: 14px; background: #fff; }
summary { min-height: 48px; padding: .9rem 1rem; display: flex; align-items: center; cursor: pointer; color: var(--green-ink); font-weight: 850; }
details p { padding: 0 1rem 1rem; margin: 0; }
.decision-cta { padding: clamp(2rem, 5vw, 4.5rem) max(1rem, calc((100vw - var(--max))/2)); background: var(--green-deep); color: #fff; display: flex; gap: 2rem; align-items: center; justify-content: space-between; }
.decision-cta h2, .decision-cta .eyebrow { color: #fff; }
.decision-cta p { max-width: 780px; }
.button-light { background: #fff; border-color: #fff; color: var(--green-ink); flex: 0 0 auto; }
.button-light:hover { background: var(--cream); color: var(--green-ink); }
.site-footer { padding: 3rem max(1rem, calc((100vw - var(--max))/2)); background: #181615; color: #f5f1e9; display: grid; grid-template-columns: 1.3fr .7fr; gap: 2rem; }
.site-footer strong { font-family: Georgia, serif; font-size: 1.5rem; }
.site-footer a { min-height: 44px; padding: .15rem 0; display: block; color: #fff; }
.compliance { grid-column: 1 / -1; padding-top: 1.2rem; border-top: 1px solid #625b53; color: #d8d1c6; font-size: .84rem; }

:focus-visible { outline: 3px solid #d7a94f; outline-offset: 3px; }
@media (max-width: 1000px) {
  .site-header { flex-wrap: wrap; }
  .menu-button { display: inline-flex; align-items: center; justify-content: center; }
  .site-nav { display: none; width: 100%; margin: 0; padding-top: .5rem; border-top: 1px solid var(--line); }
  .site-nav.open { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); }
  .site-nav a { padding: .6rem; }
  .page-layout { grid-template-columns: 1fr; }
  .decision-nav { position: static; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 0 .8rem; }
  .decision-nav h2 { grid-column: 1 / -1; }
}
@media (max-width: 700px) {
  .table-hint { display: block; }
  .site-header { min-height: 72px; gap: .7rem; }
  .brand { gap: .35rem; }
  .brand img:first-child { width: 64px; }
  .brand img:nth-of-type(2) { width: 54px; }
  .broker-llc { font-size: .62rem; }
  .hero { grid-template-columns: 1fr; padding-top: 2.5rem; }
  .advisor-card { max-width: 390px; width: 100%; margin: 0 auto; }
  .advisor-card img { height: 430px; }
  .card-grid { grid-template-columns: 1fr; }
  .local-photo-grid { grid-template-columns: 1fr; }
  .form-grid { grid-template-columns: 1fr; gap: 0; }
  .download-box { align-items: stretch; flex-direction: column; }
  .download-box .button { width: 100%; }
  .decision-cta { align-items: stretch; flex-direction: column; }
  .button-light { width: 100%; }
  .site-footer { grid-template-columns: 1fr; }
  .compliance { grid-column: auto; }
}
@media (max-width: 420px) {
  .brand img:first-child { width: 58px; }
  .brand img:nth-of-type(2) { width: 46px; }
  .brand-divider { height: 26px; }
  .broker-llc { max-width: 42px; white-space: normal; line-height: 1.1; }
  .decision-nav { grid-template-columns: 1fr; }
  .decision-nav h2 { grid-column: auto; }
}
/* Elevated Viera homepage — architectural editorial direction */
body:has(.home-hero) .breadcrumbs { display: none; }
.home-hero {
  min-height: clamp(680px, 82vh, 900px);
  position: relative;
  isolation: isolate;
  overflow: hidden;
  display: grid;
  place-items: center;
  padding: clamp(5rem, 12vw, 9rem) 1.5rem;
  background:
    radial-gradient(circle at 50% 52%, rgba(67, 61, 57, .18), transparent 28%),
    linear-gradient(180deg, #0d0c0c 0%, var(--obsidian) 68%, #121110 100%);
  color: var(--ivory);
}
.home-hero::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 12%;
  z-index: -1;
  background: linear-gradient(180deg, rgba(255,255,255,.02), rgba(203,185,156,.12));
  border-top: 1px solid rgba(203,185,156,.17);
}
.home-architecture { position: absolute; z-index: -1; pointer-events: none; }
.home-architecture--left {
  left: -4vw;
  bottom: 5%;
  width: min(31vw, 520px);
  height: 58%;
  background:
    linear-gradient(90deg, rgba(203,185,156,.28), transparent 2%),
    linear-gradient(145deg, #d8d1c6 0 18%, #8c867e 18.5% 22%, #24211f 22.5% 54%, #aaa39a 54.5% 55.5%, #373330 56% 100%);
  clip-path: polygon(0 0, 100% 31%, 100% 48%, 62% 48%, 62% 100%, 0 100%);
  filter: brightness(.68) saturate(.5);
  box-shadow: 30px 0 70px rgba(0,0,0,.6);
}
.home-architecture--right {
  right: -5vw;
  bottom: 4%;
  width: min(27vw, 450px);
  height: 48%;
  border-radius: 64% 0 0 0;
  background: linear-gradient(115deg, #756f68 0%, #d7d0c6 42%, #5d5853 100%);
  filter: brightness(.62) saturate(.45);
  box-shadow: -35px -10px 80px rgba(0,0,0,.45), inset 22px 0 45px rgba(255,255,255,.08);
}
.home-hero__content { width: min(900px, 100%); position: relative; z-index: 2; text-align: center; }
.home-hero__kicker,
.home-hero__descriptor {
  margin: 0;
  text-transform: uppercase;
  letter-spacing: .42em;
  font-size: clamp(.68rem, 1vw, .84rem);
  font-weight: 650;
}
.home-hero__kicker { margin-bottom: 2rem; color: var(--champagne); }
.home-hero__title { margin: 0; color: #fff; font-family: Didot, "Bodoni 72", Baskerville, Georgia, serif; font-weight: 400; letter-spacing: .16em; line-height: .95; text-transform: uppercase; }
.home-hero__title span { display: block; margin-right: -.16em; font-size: clamp(4.6rem, 12vw, 10rem); }
.home-hero__title small { display: block; margin: 1.15rem 0 0; font-family: Inter, ui-sans-serif, system-ui, sans-serif; font-size: clamp(1rem, 2.3vw, 1.72rem); font-weight: 350; letter-spacing: .48em; }
.home-hero__rule { display: block; width: 150px; height: 3px; margin: 1.5rem auto 1.2rem; background: linear-gradient(90deg, transparent, var(--champagne) 18% 82%, transparent); box-shadow: 0 0 10px rgba(203,185,156,.5); }
.home-hero__descriptor { color: #fff; }
.home-hero__descriptor span { color: var(--champagne); margin: 0 .35em; }
.home-hero__intro { max-width: 720px; margin: 2.2rem auto 0; color: #d8d2c9; font-family: Baskerville, Georgia, serif; font-size: clamp(1.08rem, 1.8vw, 1.32rem); line-height: 1.6; }
.home-hero__actions { margin-top: 2rem; display: flex; flex-wrap: wrap; justify-content: center; align-items: center; gap: 1rem 1.5rem; }
.button-champagne { border-color: var(--champagne); border-radius: 0; background: var(--champagne); color: #171513; letter-spacing: .03em; }
.button-champagne:hover, .button-champagne:focus-visible { border-color: #fff; background: #fff; color: #111; }
.home-hero__link { min-height: 48px; display: inline-flex; align-items: center; color: #fff; font-weight: 750; text-underline-offset: .28em; }
.home-hero__link:hover { color: var(--champagne); }
.home-content { background: var(--ivory); }
.home-signature,
.home-lifestyle,
.home-relocation,
.home-evidence { width: min(var(--max), calc(100% - 2rem)); margin: 0 auto; }
.home-signature { padding: clamp(4.5rem, 9vw, 8rem) 0; display: grid; grid-template-columns: minmax(0, 1.2fr) minmax(290px, .58fr); gap: clamp(3rem, 8vw, 7rem); align-items: center; }
.home-signature h2,
.home-lifestyle h2,
.home-relocation h2,
.home-feature-band h2 { font-family: Didot, "Bodoni 72", Baskerville, Georgia, serif; font-weight: 400; letter-spacing: -.015em; }
.home-signature h2 { max-width: 700px; font-size: clamp(2.5rem, 5vw, 4.8rem); }
.home-signature__copy > p:not(.eyebrow), .home-relocation p, .home-feature-band p { max-width: 760px; font-size: 1.08rem; line-height: 1.8; }
.home-inline-links { margin-top: 2rem; display: flex; flex-wrap: wrap; gap: .7rem 1.6rem; }
.home-inline-links a { min-height: 44px; display: inline-flex; align-items: center; font-weight: 800; }
.home-advisor { max-width: 350px; padding: .75rem; border-radius: 0; background: #e4ded3; box-shadow: 24px 24px 0 #d1c4b1; }
.home-advisor img { height: auto; object-fit: contain; }
.home-feature-band { padding: clamp(4rem, 8vw, 7rem) max(1rem, calc((100vw - var(--max))/2)); display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 3rem; align-items: end; background: var(--charcoal); color: #ded8cf; }
.home-feature-band h2, .home-feature-band .eyebrow { color: #fff; }
.button-outline-light { flex: 0 0 auto; border: 1px solid var(--champagne); border-radius: 0; background: transparent; color: #fff; }
.button-outline-light:hover, .button-outline-light:focus-visible { background: var(--champagne); color: #111; }
.home-lifestyle { padding: clamp(4.5rem, 9vw, 8rem) 0; }
.home-lifestyle > h2 { max-width: 780px; font-size: clamp(2.4rem, 5vw, 4.5rem); }
.home-section-intro { max-width: 680px; margin: 0 0 2.5rem; color: var(--muted); font-size: 1.1rem; }
.home-lifestyle-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); border-top: 1px solid #c9c0b3; border-left: 1px solid #c9c0b3; }
.home-lifestyle-grid .guide-card { min-height: 280px; padding: 1.6rem; border: 0; border-right: 1px solid #c9c0b3; border-bottom: 1px solid #c9c0b3; border-radius: 0; background: transparent; box-shadow: none; display: flex; flex-direction: column; transition: background .2s ease, color .2s ease; }
.home-lifestyle-grid .guide-card h3 { font-family: Didot, "Bodoni 72", Baskerville, Georgia, serif; font-size: 1.55rem; font-weight: 400; }
.home-lifestyle-grid .guide-card p { color: #53514d; line-height: 1.65; }
.home-lifestyle-grid .guide-card span { margin-top: auto; padding-top: 1.2rem; }
.home-lifestyle-grid .guide-card:hover, .home-lifestyle-grid .guide-card:focus-visible { transform: none; background: var(--obsidian); color: #fff; }
.home-lifestyle-grid .guide-card:hover h3, .home-lifestyle-grid .guide-card:focus-visible h3,
.home-lifestyle-grid .guide-card:hover p, .home-lifestyle-grid .guide-card:focus-visible p,
.home-lifestyle-grid .guide-card:hover span, .home-lifestyle-grid .guide-card:focus-visible span { color: #fff; }
.home-relocation { margin-bottom: clamp(4.5rem, 9vw, 8rem); padding: clamp(2.5rem, 6vw, 5rem); display: grid; grid-template-columns: minmax(0, 1fr) minmax(250px, .42fr); gap: clamp(2rem, 6vw, 5rem); align-items: end; border: 1px solid #bdb2a3; background: #efe9df; }
.home-relocation__actions { display: grid; gap: 1rem; }
.home-relocation__actions .button { border-radius: 0; }
.home-evidence { padding-bottom: clamp(4rem, 8vw, 7rem); }
.home-evidence .source-box { border-radius: 0; border-left-color: var(--champagne); background: #ece7de; }
.site-header { backdrop-filter: blur(16px); }
.guide-card, .decision-nav, details, .source-box, .download-box { border-radius: 2px; }
.decision-nav { background: #f2eee6; }
.decision-nav h2 { font-family: Didot, "Bodoni 72", Baskerville, Georgia, serif; font-weight: 400; }
.decision-cta { background: var(--charcoal); }
.site-footer { background: #0d0d0c; }

@media (min-width: 1001px) {
  .site-header { padding-inline: max(1rem, calc((100vw - 1360px) / 2)); gap: 1rem; }
  .site-nav { flex-wrap: nowrap; gap: .4rem; }
  .site-nav a { white-space: nowrap; font-size: .77rem; }
}

@media (max-width: 980px) {
  .home-lifestyle-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .home-feature-band, .home-relocation { grid-template-columns: 1fr; align-items: start; }
}
@media (max-width: 700px) {
  .home-hero { min-height: 690px; padding: 5rem 1rem 4rem; }
  .home-architecture--left { left: -18vw; width: 62vw; height: 43%; opacity: .75; }
  .home-architecture--right { right: -22vw; width: 60vw; height: 36%; opacity: .72; }
  .home-hero__title span { font-size: clamp(3.7rem, 21vw, 6rem); letter-spacing: .1em; margin-right: -.1em; }
  .home-hero__title small { letter-spacing: .3em; }
  .home-hero__descriptor { letter-spacing: .22em; line-height: 1.8; }
  .home-hero__intro { font-size: 1rem; }
  .home-signature { grid-template-columns: 1fr; }
  .home-advisor { width: min(320px, calc(100% - 1.5rem)); margin: 0 auto; }
  .home-lifestyle-grid { grid-template-columns: 1fr; }
  .home-lifestyle-grid .guide-card { min-height: 220px; }
  .home-relocation { padding: 2rem 1.25rem; }
}
@media (max-width: 420px) {
  .home-hero__actions { align-items: stretch; flex-direction: column; }
  .home-hero__actions .button, .home-hero__link { width: 100%; justify-content: center; }
  .home-hero__kicker { letter-spacing: .28em; }
}

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

.home-videos { padding: clamp(3.5rem, 7vw, 6rem) clamp(1.25rem, 5vw, 5rem); background: var(--ivory); }
.home-videos > h2 { max-width: 780px; font-family: Didot, "Bodoni 72", Baskerville, Georgia, serif; font-size: clamp(2rem, 4vw, 3.7rem); font-weight: 400; line-height: 1.05; }
.home-video-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1.25rem; margin: 2rem 0; }
.video-feature { min-width: 0; border-top: 1px solid var(--champagne); padding-top: 1rem; }
.video-feature__frame { position: relative; aspect-ratio: 16 / 9; overflow: hidden; background: var(--obsidian); }
.video-feature__frame iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }
.video-feature h3 { margin: 1rem 0 .65rem; font-family: Didot, "Bodoni 72", Baskerville, Georgia, serif; font-size: 1.35rem; font-weight: 400; line-height: 1.2; }
.video-feature a { font-size: .76rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }

@media (max-width: 900px) {
  .home-video-grid { grid-template-columns: 1fr; gap: 2rem; }
}

.event-calendar { margin: 2rem 0 4rem; }
.calendar-heading { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 2rem; align-items: end; padding-bottom: 1.5rem; border-bottom: 1px solid #bdb2a3; }
.calendar-heading h2 { margin-bottom: 0; }
.calendar-updated { max-width: 340px; margin: 0; color: var(--muted); font-size: .92rem; }
.event-month { margin-top: 3rem; }
.event-month > h3 { margin-bottom: 1rem; font-family: Didot, "Bodoni 72", Baskerville, Georgia, serif; font-size: clamp(1.8rem, 3vw, 2.7rem); font-weight: 400; }
.event-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); border-top: 1px solid #c9c0b3; border-left: 1px solid #c9c0b3; }
.event-card { min-width: 0; padding: 1.5rem; border-right: 1px solid #c9c0b3; border-bottom: 1px solid #c9c0b3; background: #f7f3eb; }
.event-card h3 { margin: .4rem 0 .55rem; font-family: Didot, "Bodoni 72", Baskerville, Georgia, serif; font-size: 1.45rem; font-weight: 400; line-height: 1.2; }
.event-card p { line-height: 1.6; }
.event-date { margin: 0; color: #66543d; font-size: .78rem; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; }
.event-location { margin: 0 0 .8rem; color: var(--muted); font-weight: 700; }
.event-source { color: var(--muted); font-size: .82rem; }
.event-card .text-link { min-height: 44px; display: inline-flex; align-items: center; }
.calendar-empty { padding: 2rem; border: 1px solid #c9c0b3; background: #f7f3eb; }

@media (max-width: 720px) {
  .calendar-heading { grid-template-columns: 1fr; align-items: start; }
  .event-grid { grid-template-columns: 1fr; }
}
