:root {
  --ink: #26312d;
  --ink-2: #43514b;
  --muted: #6e7974;
  --forest: #31594f;
  --forest-deep: #223f38;
  --forest-soft: #dce7df;
  --sage: #9caf9f;
  --paper: #fcfaf6;
  --cream: #f5f0e8;
  --cream-2: #eee5d8;
  --rust: #a6533d;
  --rust-soft: #d4a18f;
  --white: #fffdf9;
  --line: rgba(38,49,45,.13);
  --line-strong: rgba(38,49,45,.22);
  --shadow-soft: 0 22px 70px rgba(35,68,60,.10);
  --shadow-card: 0 16px 44px rgba(35,68,60,.08);
  --radius-xl: 34px;
  --radius-lg: 26px;
  --radius-md: 18px;
  --shell: min(1200px, calc(100vw - 44px));
  --serif: Georgia, 'Times New Roman', serif;
  --sans: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  min-width: 320px;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--sans);
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
body.menu-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; }
button { font: inherit; color: inherit; }

.skip-link {
  position: fixed;
  top: 12px;
  left: 12px;
  z-index: 1000;
  transform: translateY(-160%);
  padding: 10px 14px;
  border-radius: 10px;
  background: var(--forest-deep);
  color: #fff;
  text-decoration: none;
}
.skip-link:focus { transform: translateY(0); }

.shell { width: var(--shell); margin-inline: auto; }
.section-pad { padding: 118px 0; }
.section-kicker,
.eyebrow {
  margin: 0 0 17px;
  color: var(--forest);
  font-size: .75rem;
  font-weight: 800;
  letter-spacing: .16em;
  text-transform: uppercase;
}
.section-heading {
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(280px, .72fr);
  gap: clamp(32px, 7vw, 100px);
  align-items: end;
  margin-bottom: 54px;
}
.section-heading-compact { grid-template-columns: 1fr; }
.section-heading h2,
.about-copy h2,
.contact-intro h2 {
  margin: 0;
  font-family: var(--serif);
  font-weight: 500;
  letter-spacing: -.045em;
  line-height: 1.03;
  font-size: clamp(2.65rem, 5.7vw, 5.1rem);
}
.section-heading > p {
  max-width: 590px;
  margin: 0 0 5px;
  color: var(--ink-2);
  font-size: 1.05rem;
  line-height: 1.8;
}

/* Header */
.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 100;
  padding: 17px 0;
  transition: padding .3s ease, background-color .3s ease, box-shadow .3s ease, backdrop-filter .3s ease;
}
.site-header.is-scrolled {
  padding: 9px 0;
  background: rgba(252,250,246,.88);
  backdrop-filter: blur(18px) saturate(1.1);
  box-shadow: 0 1px 0 rgba(38,49,45,.08);
}
.header-inner { display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { display: inline-flex; align-items: center; gap: 11px; text-decoration: none; }
.brand img { width: 54px; height: 46px; object-fit: contain; }
.brand-copy { display: grid; line-height: 1.05; }
.brand-copy strong { font-family: var(--serif); font-size: 1.32rem; font-weight: 500; letter-spacing: -.02em; }
.brand-copy small { margin-top: 5px; color: var(--muted); font-size: .66rem; font-weight: 700; letter-spacing: .10em; text-transform: uppercase; }
.primary-nav { display: flex; align-items: center; gap: clamp(18px, 2.2vw, 31px); }
.primary-nav a {
  position: relative;
  text-decoration: none;
  font-size: .86rem;
  font-weight: 700;
  letter-spacing: .01em;
}
.primary-nav a::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -7px;
  width: 100%;
  height: 1.5px;
  background: var(--rust);
  transform: scaleX(0);
  transform-origin: right;
  transition: transform .26s ease;
}
.primary-nav a:hover::after,
.primary-nav a:focus-visible::after,
.primary-nav a.is-active::after { transform: scaleX(1); transform-origin: left; }
.menu-toggle { display: none; border: 0; background: transparent; padding: 8px; cursor: pointer; }
.menu-toggle span { display: block; width: 26px; height: 2px; margin: 5px 0; border-radius: 99px; background: var(--ink); transition: transform .25s ease, opacity .25s ease; }

/* Hero */
.hero {
  position: relative;
  min-height: 100svh;
  display: grid;
  align-items: center;
  overflow: hidden;
  padding-top: 150px;
  background:
    radial-gradient(circle at 84% 20%, rgba(156,175,159,.20), transparent 26%),
    radial-gradient(circle at 8% 82%, rgba(166,83,61,.06), transparent 24%),
    linear-gradient(145deg, #fdfbf7 0%, #f6f0e7 56%, #eef3ee 100%);
}
.hero-orb { position: absolute; border-radius: 50%; pointer-events: none; }
.hero-orb-one { width: 430px; height: 430px; right: -250px; top: 27%; border: 1px solid rgba(49,89,79,.15); animation: drift 12s ease-in-out infinite alternate; }
.hero-orb-two { width: 180px; height: 180px; left: -72px; bottom: 8%; background: rgba(166,83,61,.07); animation: drift 9s ease-in-out infinite alternate-reverse; }
.hero-grid { display: grid; grid-template-columns: minmax(0, 1.03fr) minmax(360px, .72fr); gap: clamp(54px, 8vw, 112px); align-items: center; }
.eyebrow { display: flex; align-items: center; gap: 12px; }
.eyebrow > span { width: 38px; height: 1px; background: var(--rust); }
.hero-quote { margin: 0 0 42px; padding: 0; border: 0; }
.hero-quote p {
  margin: 0;
  max-width: 620px;
  font-family: var(--serif);
  font-size: clamp(1.5rem, 2.45vw, 2.25rem);
  line-height: 1.43;
  letter-spacing: -.025em;
  color: #354b43;
}
.hero-quote cite { display: block; margin-top: 12px; color: var(--muted); font-size: .82rem; font-style: normal; font-weight: 700; letter-spacing: .06em; }
.hero h1 { margin: 0; max-width: 760px; font-family: var(--serif); font-size: clamp(3.15rem, 6.4vw, 6rem); line-height: .96; font-weight: 500; letter-spacing: -.055em; }
.hero-role { margin: 19px 0 0; color: var(--rust); font-size: 1.02rem; font-weight: 700; letter-spacing: .025em; }
.hero-role span { padding-inline: 7px; color: var(--sage); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 38px; }
.button { display: inline-flex; min-height: 50px; align-items: center; justify-content: center; padding: 12px 23px; border: 1px solid transparent; border-radius: 999px; text-decoration: none; font-size: .88rem; font-weight: 800; transition: transform .22s ease, box-shadow .22s ease, background-color .22s ease, border-color .22s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: #fff; background: var(--forest); box-shadow: 0 12px 28px rgba(49,89,79,.18); }
.button-primary:hover { background: var(--forest-deep); box-shadow: 0 16px 34px rgba(35,68,60,.22); }
.button-ghost { border-color: rgba(49,89,79,.24); background: rgba(255,255,255,.44); }
.button-ghost:hover { border-color: rgba(49,89,79,.38); background: rgba(255,255,255,.84); }
.hero-image {
  position: relative;
  margin: 0;
  overflow: hidden;
  min-height: 560px;
  border-radius: 26px;
  box-shadow: var(--shadow-soft);
  background: var(--forest-deep);
}
.hero-image img { width: 100%; height: 100%; min-height: 560px; object-fit: cover; object-position: 51% 48%; transition: transform .9s cubic-bezier(.2,.8,.2,1); }
.hero-image::after { content: ''; position: absolute; inset: 0; background: linear-gradient(to top, rgba(21,40,35,.55), transparent 44%); pointer-events: none; }
.hero-image:hover img { transform: scale(1.025); }
.hero-image figcaption { position: absolute; z-index: 2; left: 24px; bottom: 20px; color: rgba(255,255,255,.94); font-family: var(--serif); font-size: 1.08rem; letter-spacing: -.01em; }
.scroll-cue { position: absolute; left: 50%; bottom: 23px; width: 30px; height: 48px; border: 1px solid rgba(49,89,79,.30); border-radius: 999px; transform: translateX(-50%); }
.scroll-cue span { position: absolute; top: 9px; left: 50%; width: 4px; height: 4px; margin-left: -2px; border-radius: 50%; background: var(--forest); animation: scrollDot 1.9s ease-in-out infinite; }

/* About */
.about { background: var(--paper); }
.about-grid { display: grid; grid-template-columns: minmax(0, 1.12fr) minmax(320px, .68fr); gap: clamp(50px, 9vw, 120px); align-items: center; }
.about-copy h2 { max-width: 780px; }
.prose { margin-top: 34px; max-width: 790px; }
.prose p { margin: 0 0 18px; color: var(--ink-2); font-size: clamp(1rem, 1.2vw, 1.11rem); line-height: 1.84; }
.profile-photo { margin: 0; overflow: hidden; border-radius: 22px; background: var(--cream); box-shadow: var(--shadow-card); }
.profile-photo img { width: 100%; height: auto; aspect-ratio: 2 / 3; object-fit: cover; object-position: 50% 34%; transition: transform .8s cubic-bezier(.2,.8,.2,1); }
.profile-photo:hover img { transform: scale(1.018); }

/* Background */
.background { position: relative; overflow: hidden; background: var(--cream); }
.background::before { content: ''; position: absolute; width: 420px; height: 420px; right: -270px; bottom: -150px; border: 1px solid rgba(49,89,79,.12); border-radius: 50%; }
.background-grid { position: relative; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; }
.background-card { min-height: 480px; padding: clamp(25px, 3.2vw, 38px); border: 1px solid rgba(49,89,79,.11); border-radius: var(--radius-lg); background: rgba(255,253,249,.68); box-shadow: inset 0 1px 0 rgba(255,255,255,.7); }
.background-card-accent { background: var(--forest-deep); color: #fff; }
.card-number { display: inline-block; margin-bottom: 52px; color: var(--rust); font-size: .72rem; font-weight: 900; letter-spacing: .12em; }
.background-card-accent .card-number { color: var(--rust-soft); }
.background-card h3 { margin: 0 0 28px; font-family: var(--serif); font-size: clamp(1.55rem, 2.4vw, 2.05rem); line-height: 1.18; font-weight: 500; letter-spacing: -.025em; }
.background-card ul { list-style: none; margin: 0; padding: 0; }
.background-card li { padding: 15px 0; border-top: 1px solid rgba(49,89,79,.12); }
.background-card li:first-child { border-top: 0; padding-top: 0; }
.background-card li strong, .background-card li span { display: block; }
.background-card li strong { font-size: .92rem; line-height: 1.45; }
.background-card li span { margin-top: 4px; color: var(--muted); font-size: .82rem; }
.background-card-accent p { color: rgba(255,255,255,.78); font-size: 1.02rem; line-height: 1.8; }
.text-link { display: inline-flex; gap: 8px; align-items: center; margin-top: 28px; color: inherit; font-size: .86rem; font-weight: 800; text-underline-offset: 5px; }
.text-link span { transition: transform .2s ease; }
.text-link:hover span { transform: translateX(4px); }

/* Help */
.help { background: linear-gradient(180deg, var(--paper) 0%, #f8f5ef 100%); }
.topic-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
.topic-card { display: grid; grid-template-columns: 46px minmax(0, 1fr); gap: 18px; align-items: center; min-height: 112px; padding: 22px 24px; border: 1px solid rgba(49,89,79,.11); border-radius: var(--radius-md); background: rgba(255,255,255,.62); transition: transform .22s ease, border-color .22s ease, box-shadow .22s ease, background-color .22s ease; }
.topic-card:hover { transform: translateY(-3px); border-color: rgba(49,89,79,.24); background: #fff; box-shadow: var(--shadow-card); }
.topic-card > span { display: grid; place-items: center; width: 42px; height: 42px; border-radius: 50%; background: var(--forest-soft); color: var(--forest); font-size: .70rem; font-weight: 900; letter-spacing: .08em; }
.topic-card h3 { margin: 0; font-family: var(--serif); font-size: clamp(1.14rem, 1.7vw, 1.42rem); font-weight: 500; line-height: 1.32; letter-spacing: -.018em; }
.office-photo { position: relative; margin: 70px 0 0; overflow: hidden; border-radius: 24px; box-shadow: var(--shadow-soft); }
.office-photo::after { content: ''; position: absolute; inset: 0; box-shadow: inset 0 0 0 1px rgba(255,255,255,.25); pointer-events: none; }
.office-photo img { width: 100%; aspect-ratio: 16 / 7; object-fit: cover; object-position: center 53%; }

/* Services */
.services { background: #eef3ee; }
.service-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; align-items: stretch; }
.service-card { min-height: 100%; display: flex; flex-direction: column; padding: clamp(26px, 3.3vw, 40px); border: 1px solid rgba(49,89,79,.12); border-radius: var(--radius-lg); background: rgba(255,253,249,.84); box-shadow: inset 0 1px 0 rgba(255,255,255,.75); }
.service-card-dark { background: var(--forest-deep); color: #fff; border-color: transparent; box-shadow: 0 24px 60px rgba(35,68,60,.14); }
.service-top { display: flex; align-items: center; justify-content: space-between; gap: 18px; margin-bottom: 44px; }
.service-index { color: var(--rust); font-size: .72rem; font-weight: 900; letter-spacing: .12em; }
.service-card-dark .service-index { color: var(--rust-soft); }
.price { display: inline-flex; padding: 7px 11px; border-radius: 999px; background: rgba(49,89,79,.08); color: var(--forest-deep); font-size: .74rem; font-weight: 900; white-space: nowrap; }
.service-card-dark .price { background: rgba(255,255,255,.10); color: #fff; }
.service-card h3 { margin: 0 0 24px; font-family: var(--serif); font-size: clamp(1.65rem, 2.7vw, 2.35rem); line-height: 1.14; font-weight: 500; letter-spacing: -.035em; }
.service-card p { margin: 0 0 18px; color: var(--ink-2); font-size: .96rem; line-height: 1.78; }
.service-card-dark p { color: rgba(255,255,255,.76); }

/* Media */
.media-section { position: relative; overflow: hidden; background: linear-gradient(180deg, #f7f3ed 0%, #fdfbf7 100%); }
.media-section::after { content: ''; position: absolute; width: 380px; height: 380px; left: -260px; top: 28%; border: 1px solid rgba(166,83,61,.11); border-radius: 50%; pointer-events: none; }
.media-section > .shell { position: relative; z-index: 1; }
.media-heading { margin-bottom: 44px; }
.media-subhead { display: flex; align-items: end; justify-content: space-between; gap: 28px; padding: 22px 0 17px; border-bottom: 1px solid var(--line-strong); }
.media-subhead > div { display: flex; align-items: center; gap: 12px; }
.media-subhead h3 { margin: 0; font-family: var(--serif); font-size: clamp(1.8rem, 3.2vw, 2.8rem); font-weight: 500; letter-spacing: -.035em; }
.media-subhead p { max-width: 480px; margin: 0; color: var(--muted); font-size: .87rem; }
.media-dot { width: 10px; height: 10px; border-radius: 50%; background: var(--forest); box-shadow: 0 0 0 7px rgba(49,89,79,.08); }
.media-dot-rust { background: var(--rust); box-shadow: 0 0 0 7px rgba(166,83,61,.08); }
.video-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; margin-top: 18px; }
.video-card { overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius-lg); background: #fff; box-shadow: 0 1px 0 rgba(255,255,255,.8) inset; }
.video-card-wide { grid-column: span 2; display: grid; grid-template-columns: minmax(0, 1.2fr) minmax(300px, .8fr); }
.video-player { position: relative; aspect-ratio: 16 / 9; background: #1f312c; overflow: hidden; }
.video-card-wide .video-player { aspect-ratio: auto; min-height: 420px; }
.video-player iframe { width: 100%; height: 100%; border: 0; display: block; background: #1f312c; }
.video-copy { padding: 24px 26px 27px; }
.video-card-wide .video-copy { display: flex; flex-direction: column; justify-content: center; padding: clamp(28px, 4vw, 46px); }
.media-meta { display: flex; align-items: center; justify-content: space-between; gap: 12px; color: var(--muted); font-size: .70rem; font-weight: 900; letter-spacing: .10em; text-transform: uppercase; }
.video-copy h4, .article-card h4 { margin: 24px 0 12px; font-family: var(--serif); font-size: clamp(1.42rem, 2vw, 1.86rem); line-height: 1.22; font-weight: 500; letter-spacing: -.028em; }
.video-card-wide .video-copy h4 { font-size: clamp(2rem, 4vw, 3.35rem); line-height: 1.05; }
.video-copy p { margin: 0; color: var(--ink-2); font-size: .92rem; line-height: 1.7; }
.media-fallback { display: inline-block; margin-top: 18px; color: var(--forest); font-size: .78rem; font-weight: 800; text-underline-offset: 4px; }
.media-subhead-articles { margin-top: 86px; }
.article-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px; margin-top: 18px; }
.article-card { position: relative; min-height: 270px; display: flex; flex-direction: column; padding: 26px; overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius-md); background: rgba(255,253,249,.84); text-decoration: none; transition: transform .25s ease, border-color .25s ease, box-shadow .25s ease, background-color .25s ease; }
.article-card::after { content: ''; position: absolute; right: -55px; bottom: -78px; width: 150px; height: 150px; border: 1px solid rgba(166,83,61,.13); border-radius: 50%; transition: transform .4s ease; }
.article-card:hover, .article-card:focus-visible { transform: translateY(-4px); border-color: rgba(49,89,79,.25); background: #fff; box-shadow: var(--shadow-card); outline: none; }
.article-card:hover::after { transform: scale(1.15); }
.article-card h4 { position: relative; z-index: 1; margin-top: 40px; }
.article-open { position: relative; z-index: 1; margin-top: auto; color: var(--forest); font-size: .81rem; font-weight: 900; }
.article-card-featured { grid-column: span 2; min-height: 325px; background: var(--forest-deep); color: #fff; border-color: transparent; }
.article-card-featured .media-meta { color: rgba(255,255,255,.67); }
.article-card-featured h4 { max-width: 22ch; font-size: clamp(2rem, 4vw, 3.45rem); line-height: 1.06; }
.article-card-featured .article-open { color: #fff; }
.article-card-featured::after { width: 240px; height: 240px; border-color: rgba(255,255,255,.12); }

/* Contact */
.contact { position: relative; overflow: hidden; background: linear-gradient(145deg, #eef3ee 0%, #f4eee6 100%); }
.contact::before { content: ''; position: absolute; inset: 0; background: radial-gradient(circle at 90% 10%, rgba(255,255,255,.72), transparent 32%); pointer-events: none; }
.contact-shell { position: relative; }
.contact-intro { max-width: 800px; }
.contact-intro p:last-child { max-width: 620px; margin: 24px 0 0; color: var(--ink-2); font-size: 1.06rem; }
.contact-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; margin-top: 52px; }
.contact-card { position: relative; min-height: 170px; display: flex; flex-direction: column; justify-content: flex-end; padding: 27px; border: 1px solid rgba(49,89,79,.12); border-radius: var(--radius-md); background: rgba(255,253,249,.72); text-decoration: none; backdrop-filter: blur(8px); transition: transform .22s ease, border-color .22s ease, background-color .22s ease, box-shadow .22s ease; }
a.contact-card:hover { transform: translateY(-3px); border-color: rgba(49,89,79,.26); background: #fff; box-shadow: var(--shadow-card); }
.contact-label { position: absolute; top: 24px; left: 27px; color: var(--muted); font-size: .71rem; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.contact-card strong { font-family: var(--serif); font-size: clamp(1.35rem, 2.4vw, 2rem); line-height: 1.23; font-weight: 500; letter-spacing: -.025em; }
.contact-secondary { margin-top: 7px; color: var(--forest); font-weight: 800; }
.contact-arrow { position: absolute; top: 22px; right: 24px; color: var(--forest); font-size: 1.1rem; transition: transform .2s ease; }
a.contact-card:hover .contact-arrow { transform: translate(3px, -3px); }
.contact-card-location { background: var(--forest-deep); color: #fff; border-color: transparent; }
.contact-card-location .contact-label, .contact-card-location .contact-arrow { color: rgba(255,255,255,.72); }
a.contact-card-location:hover { background: #294d44; border-color: transparent; }
.contact-signoff { display: flex; align-items: center; gap: 18px; margin-top: 58px; }
.contact-signoff img { width: 82px; padding: 5px; border-radius: 14px; background: rgba(255,253,249,.90); }
.contact-signoff p { margin: 0; color: var(--ink-2); font-family: var(--serif); font-size: 1.25rem; }
.contact-signoff p span { color: var(--rust); padding-inline: 5px; }

/* Footer */
.site-footer { padding: 34px 0; background: #1f3933; color: rgba(255,255,255,.72); }
.footer-inner { display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.footer-brand { display: inline-flex; align-items: center; gap: 11px; color: #fff; text-decoration: none; font-family: var(--serif); font-size: 1.12rem; }
.footer-brand img { width: 56px; padding: 4px; border-radius: 10px; background: rgba(255,253,249,.94); }
.site-footer p { margin: 0; font-size: .80rem; }

/* Reveal */
.reveal { opacity: 1; transform: none; }
.js .reveal { opacity: 0; transform: translateY(24px); transition: opacity .76s cubic-bezier(.2,.75,.25,1), transform .76s cubic-bezier(.2,.75,.25,1); }
.js .reveal.revealed { opacity: 1; transform: translateY(0); }
.reveal-delay { transition-delay: .12s; }

@keyframes drift { to { transform: translate3d(-18px, 16px, 0) rotate(4deg); } }
@keyframes scrollDot { 0% { opacity: 0; transform: translateY(0); } 25% { opacity: 1; } 82% { opacity: 0; transform: translateY(22px); } 100% { opacity: 0; } }

@media (max-width: 1120px) {
  :root { --shell: min(100% - 34px, 960px); }
  .primary-nav { gap: 18px; }
  .primary-nav a { font-size: .79rem; }
  .hero-grid { grid-template-columns: minmax(0, 1fr) minmax(330px, .74fr); gap: 52px; }
  .background-grid, .service-grid { grid-template-columns: 1fr 1fr; }
  .background-card:last-child, .service-card:last-child { grid-column: 1 / -1; min-height: auto; }
  .article-grid { grid-template-columns: repeat(2, minmax(0,1fr)); }
}

@media (max-width: 880px) {
  .section-pad { padding: 92px 0; }
  .site-header { padding: 10px 0; }
  .menu-toggle { display: block; position: relative; z-index: 3; }
  .menu-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
  .menu-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
  .primary-nav {
    position: fixed;
    inset: 0;
    z-index: 2;
    display: grid;
    align-content: center;
    justify-items: center;
    gap: 24px;
    background: rgba(247,243,236,.97);
    backdrop-filter: blur(18px);
    opacity: 0;
    pointer-events: none;
    transform: translateY(-10px);
    transition: opacity .25s ease, transform .25s ease;
  }
  .primary-nav.is-open { opacity: 1; pointer-events: auto; transform: translateY(0); }
  .primary-nav a { font-family: var(--serif); font-size: 1.82rem; font-weight: 500; }
  .hero { min-height: auto; padding-top: 125px; }
  .hero-grid, .about-grid, .section-heading { grid-template-columns: 1fr; }
  .hero-grid { gap: 52px; }
  .hero-image { min-height: 440px; }
  .hero-image img { min-height: 440px; }
  .scroll-cue { display: none; }
  .about-grid { gap: 48px; }
  .profile-photo { width: min(78vw, 480px); justify-self: center; }
  .section-heading { gap: 20px; }
  .section-heading > p { max-width: 760px; }
  .video-card-wide { grid-template-columns: 1fr; }
  .video-card-wide .video-player { min-height: 0; aspect-ratio: 16 / 9; }
  .video-card-wide .video-copy h4 { font-size: clamp(1.65rem, 5vw, 2.6rem); }
}

@media (max-width: 700px) {
  :root { --shell: calc(100% - 28px); }
  .brand-copy small { display: none; }
  .brand img { width: 48px; height: 40px; }
  .hero h1 { font-size: clamp(2.8rem, 13vw, 4.55rem); }
  .hero-quote p { font-size: 1.35rem; }
  .hero-image { min-height: 360px; border-radius: 20px; }
  .hero-image img { min-height: 360px; }
  .background-grid, .service-grid, .topic-grid, .video-grid, .article-grid, .contact-grid { grid-template-columns: 1fr; }
  .background-card:last-child, .service-card:last-child, .video-card-wide, .article-card-featured { grid-column: auto; }
  .background-card { min-height: auto; }
  .card-number { margin-bottom: 38px; }
  .office-photo { margin-top: 52px; border-radius: 18px; }
  .office-photo img { aspect-ratio: 4 / 3; }
  .media-subhead { align-items: flex-start; flex-direction: column; gap: 8px; }
  .media-subhead p { max-width: none; }
  .video-copy { padding: 22px; }
  .article-card, .article-card-featured { min-height: 235px; }
  .article-card-featured h4 { font-size: clamp(1.7rem, 7vw, 2.5rem); }
  .contact-card { min-height: 150px; }
  .footer-inner { flex-direction: column; text-align: center; }
}

@media (max-width: 430px) {
  :root { --shell: calc(100% - 22px); }
  .section-pad { padding: 76px 0; }
  .hero { padding-top: 110px; }
  .hero-actions { display: grid; grid-template-columns: 1fr; }
  .hero-image { min-height: 300px; }
  .hero-image img { min-height: 300px; }
  .topic-card { grid-template-columns: 40px 1fr; padding: 19px 18px; }
  .topic-card > span { width: 38px; height: 38px; }
  .service-card, .background-card { padding: 24px 20px; }
  .service-top { align-items: flex-start; flex-direction: column; margin-bottom: 34px; }
  .contact-card { padding: 23px 20px; }
  .contact-label { left: 20px; }
}

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

/* Refinements: unnumbered services + native social/video integrations */
.background-card { position: relative; padding-top: clamp(31px, 3.8vw, 46px); }
.background-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: clamp(25px, 3.2vw, 38px);
  width: 54px;
  height: 3px;
  border-radius: 999px;
  background: var(--rust-soft);
}
.background-card-accent::before { background: rgba(255,255,255,.38); }

.services .section-heading { margin-bottom: 40px; }
.services-topic-grid { margin-top: 0; }
.topic-card {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 104px;
  padding: 22px 26px 22px 42px;
}
.topic-card::before {
  content: '';
  position: absolute;
  left: 22px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--rust-soft);
  box-shadow: 0 0 0 6px rgba(166,83,61,.07);
}
.services-office-photo { margin-top: 54px; }
.services-forms-heading {
  display: grid;
  grid-template-columns: minmax(0, .8fr) minmax(0, 1.2fr);
  gap: clamp(28px, 6vw, 84px);
  align-items: end;
  margin: 92px 0 34px;
  padding-top: 48px;
  border-top: 1px solid rgba(49,89,79,.16);
}
.services-forms-heading .section-kicker { grid-column: 1 / -1; margin-bottom: -8px; }
.services-forms-heading h3 {
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(2.2rem, 4.4vw, 4.2rem);
  line-height: 1.02;
  font-weight: 500;
  letter-spacing: -.045em;
}
.services-forms-copy {
  display: grid;
  gap: 12px;
  align-self: end;
  max-width: 600px;
}
.services-forms-copy p {
  margin: 0;
  color: var(--ink-2);
  font-size: 1.02rem;
  line-height: 1.72;
}
.service-top { justify-content: flex-end; margin-bottom: 34px; }

/* Facebook videos use the native XFBML player, like the original PsziHód media page. */
.video-player .fb-video {
  position: absolute;
  z-index: 2;
  inset: 0;
  width: 100% !important;
  height: 100% !important;
  display: flex !important;
  align-items: center;
  justify-content: center;
  background: #1f312c;
}
.video-player .fb-video > span,
.video-player .fb-video iframe {
  width: 100% !important;
  max-width: 100% !important;
}
.video-player .fb-video iframe { min-height: 100% !important; border: 0 !important; }
.video-loading-note {
  position: absolute;
  z-index: 1;
  inset: 0;
  display: grid;
  place-content: center;
  justify-items: center;
  gap: 12px;
  padding: 28px;
  color: rgba(255,255,255,.82);
  text-align: center;
  background:
    radial-gradient(circle at 30% 25%, rgba(255,255,255,.08), transparent 28%),
    linear-gradient(135deg, #29473f, #1f312c);
  font-size: .82rem;
  font-weight: 700;
}
.video-loading-icon {
  width: 54px;
  height: 54px;
  display: grid;
  place-items: center;
  padding-left: 3px;
  border: 1px solid rgba(255,255,255,.28);
  border-radius: 50%;
  background: rgba(255,255,255,.08);
  font-size: 1rem;
}

/* Social links */
.contact-card-social { justify-content: flex-end; }
.social-links { display: grid; gap: 10px; width: 100%; }
.social-link {
  display: grid;
  grid-template-columns: 42px 1fr auto;
  align-items: center;
  gap: 12px;
  min-height: 54px;
  padding: 8px 13px 8px 8px;
  border: 1px solid rgba(49,89,79,.12);
  border-radius: 15px;
  background: rgba(255,255,255,.52);
  color: var(--forest-deep);
  text-decoration: none;
  font-weight: 800;
  transition: transform .2s ease, border-color .2s ease, background-color .2s ease, box-shadow .2s ease;
}
.social-link:hover,
.social-link:focus-visible {
  transform: translateY(-2px);
  border-color: rgba(49,89,79,.27);
  background: #fff;
  box-shadow: 0 10px 24px rgba(35,68,60,.08);
  outline: none;
}
.social-link svg {
  width: 42px;
  height: 42px;
  padding: 10px;
  border-radius: 12px;
  background: var(--forest-soft);
  fill: var(--forest-deep);
}
.social-link span:not(.social-arrow) { font-family: var(--serif); font-size: 1.18rem; font-weight: 500; }
.social-arrow { color: var(--rust); transition: transform .2s ease; }
.social-link:hover .social-arrow { transform: translate(3px,-3px); }

@media (max-width: 760px) {
  .services-forms-heading { grid-template-columns: 1fr; gap: 16px; margin-top: 68px; padding-top: 38px; }
  .services-forms-heading .section-kicker { grid-column: auto; margin-bottom: 0; }
  .topic-card { min-height: 90px; padding: 19px 20px 19px 38px; }
  .topic-card::before { left: 18px; }
  .services-office-photo { margin-top: 38px; }
  .service-top { align-items: flex-start; flex-direction: row; justify-content: flex-start; margin-bottom: 28px; }
}


/* v3: robust direct Facebook iframe embeds + more breathing room in social card */
.video-player .facebook-video-embed {
  position: absolute;
  inset: 0;
  width: 100% !important;
  height: 100% !important;
  min-height: 100%;
  border: 0;
  display: block;
  background: #1f312c;
}
.video-player:has(.facebook-video-embed) {
  background:
    radial-gradient(circle at 25% 18%, rgba(255,255,255,.07), transparent 26%),
    linear-gradient(135deg, #29473f, #1f312c);
}
/* The old XFBML rules are no longer used, but keep them harmless if cached HTML is opened. */
.video-player .fb-video { display: none !important; }

.contact-card-social {
  justify-content: flex-end;
  min-height: 230px;
  padding-top: 84px;
}
.contact-card-social .contact-label {
  top: 26px;
}
.contact-card-social .social-links {
  margin-top: 8px;
  gap: 12px;
}

@media (max-width: 700px) {
  .contact-card-social {
    min-height: 218px;
    padding-top: 78px;
  }
}
