:root {
  --ink: #2b2924;
  --green: #304238;
  --green-deep: #1d2b23;
  --mint: #aebba5;
  --lime: #d49a55;
  --sand: #e7ddcd;
  --paper: #f6f1e8;
  --white: #fffaf2;
  --line: rgba(61, 53, 43, 0.16);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background:
    radial-gradient(circle at 15% 20%, rgba(122, 101, 70, .035) 0 1px, transparent 1.5px) 0 0 / 18px 18px,
    var(--paper);
  color: var(--ink);
  font-family: "Avenir Next", "Segoe UI", Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
}
button, input, select, textarea { font: inherit; }
a { color: inherit; text-decoration: none; }
svg { width: 1.15em; height: 1.15em; }
.skip-link { position: fixed; z-index: 1000; top: 12px; left: 12px; padding: 10px 14px; background: var(--white); color: var(--ink); transform: translateY(-150%); }
.skip-link:focus { transform: translateY(0); }
.ps-site { width: 100%; overflow: hidden; }

.site-header {
  position: absolute;
  z-index: 20;
  top: 0;
  left: 0;
  width: 100%;
  height: 96px;
  padding: 0 clamp(24px, 5vw, 80px);
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  color: var(--white);
  border-bottom: 1px solid rgba(255, 255, 255, 0.18);
}
.brand { display: inline-flex; align-items: center; gap: 13px; justify-self: start; }
.brand-mark { width: 34px; height: 39px; display: flex; align-items: flex-end; gap: 3px; }
.brand-mark span { display: block; width: 9px; background: var(--lime); clip-path: polygon(50% 0, 100% 18%, 100% 100%, 0 100%, 0 18%); }
.brand-mark span:nth-child(1) { height: 22px; }
.brand-mark span:nth-child(2) { height: 38px; }
.brand-mark span:nth-child(3) { height: 29px; }
.brand-copy { display: flex; flex-direction: column; line-height: 1; }
.brand-copy strong { font-size: 16px; letter-spacing: .035em; text-transform: uppercase; }
.brand-copy small { margin-top: 6px; font-size: 10px; letter-spacing: .16em; opacity: .68; text-transform: uppercase; }
.desktop-nav { display: flex; align-items: center; gap: clamp(18px, 2vw, 31px); font-size: 13px; }
.desktop-nav a { position: relative; padding: 8px 0; color: rgba(255,255,255,.82); }
.desktop-nav a::after { content: ""; position: absolute; left: 0; bottom: 2px; width: 0; height: 1px; background: var(--lime); transition: width .25s ease; }
.desktop-nav a:hover::after, .desktop-nav a:focus-visible::after { width: 100%; }
.header-contact { justify-self: end; display: flex; flex-direction: column; text-align: right; }
.header-contact span { font-size: 10px; text-transform: uppercase; letter-spacing: .16em; opacity: .58; }
.header-contact strong { margin-top: 4px; font-size: 14px; letter-spacing: .025em; }
.mobile-menu { display: none; }

.hero {
  position: relative;
  min-height: 820px;
  height: min(900px, 100svh);
  color: var(--white);
  overflow: hidden;
  background: var(--green-deep);
}
.hero-backdrop {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(115deg, rgba(24,36,29,.08), rgba(24,36,29,0)),
    var(--hero-image);
  background-size: cover;
  background-position: center;
  transform: scale(1.01);
}
.hero-overlay { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(20,31,25,.52) 0%, rgba(24,36,29,.2) 43%, rgba(24,36,29,0) 73%); }
.hero-content {
  position: relative;
  z-index: 2;
  width: min(790px, 80vw);
  margin-left: clamp(24px, 9vw, 142px);
  padding-top: clamp(190px, 23vh, 238px);
}
.eyebrow { display: flex; align-items: center; gap: 12px; margin: 0 0 26px; color: rgba(255,255,255,.68); font-size: 12px; text-transform: uppercase; letter-spacing: .17em; }
.eyebrow span { width: 27px; height: 1px; background: var(--lime); }
h1 { margin: 0; max-width: 780px; font-size: clamp(52px, 6.2vw, 92px); line-height: .98; letter-spacing: -.055em; font-weight: 525; }
h1 em { color: #e6b36d; font-family: Georgia, serif; font-weight: 400; }
.hero-intro { max-width: 620px; margin: 32px 0 0; color: rgba(255,255,255,.72); font-size: clamp(17px, 1.4vw, 21px); line-height: 1.58; }
.hero-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 16px; margin-top: 40px; }
.button { min-height: 54px; padding: 0 24px; display: inline-flex; align-items: center; justify-content: center; gap: 22px; border: 1px solid transparent; font-size: 14px; font-weight: 600; transition: transform .2s ease, background .2s ease, color .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--lime); color: var(--ink); }
.button-primary:hover { background: #e2ad6b; }
.button-ghost { border-color: rgba(255,255,255,.28); color: var(--white); }
.button-ghost:hover { background: rgba(255,255,255,.08); }
.button-brokerage { border-color: #f1e3cd; background: #f1e3cd; color: #25352c; box-shadow: 0 10px 28px rgba(12,22,17,.18); }
.button-brokerage:hover { background: #fff7ea; }
.hero-trust {
  position: absolute;
  z-index: 3;
  left: clamp(24px, 9vw, 142px);
  bottom: 0;
  display: grid;
  grid-template-columns: repeat(4, minmax(150px, 1fr));
  width: min(930px, 80vw);
}
.hero-trust > div { min-height: 120px; padding: 26px 34px 22px 0; display: flex; flex-direction: column; border-right: 1px solid rgba(255,255,255,.14); }
.hero-trust > div + div { padding-left: 34px; }
.hero-trust > div:last-child { border-right: 0; }
.hero-trust strong { font-size: 21px; letter-spacing: -.02em; }
.hero-trust span { max-width: 160px; margin-top: 7px; color: rgba(255,255,255,.55); font-size: 12px; line-height: 1.45; }
.intro-band { min-height: 150px; padding: 40px clamp(24px, 9vw, 142px); display: flex; align-items: center; justify-content: space-between; gap: 30px; background: #d6a15e; color: #2e271f; }
.intro-band p { max-width: 760px; margin: 0; font-size: clamp(21px, 2.2vw, 32px); line-height: 1.25; letter-spacing: -.035em; font-weight: 550; }
.intro-band a { flex: 0 0 auto; min-height: 52px; padding: 0 22px; display: flex; align-items: center; gap: 13px; background: #293b31; color: var(--white); font-size: 13px; font-weight: 650; box-shadow: 0 10px 26px rgba(45,35,24,.18); transition: transform .2s ease, background .2s ease; }
.intro-band a:hover { transform: translateY(-2px); background: #1f3027; }

.regional-film-section {
  padding: clamp(78px, 8vw, 120px) clamp(24px, 9vw, 142px);
  display: grid;
  grid-template-columns: minmax(260px, .62fr) minmax(0, 1.38fr);
  align-items: end;
  gap: clamp(45px, 7vw, 105px);
  background: #213129;
  color: var(--white);
}
.regional-film-heading .kicker { color: rgba(255,255,255,.58); }
.regional-film-heading .kicker::before { background: var(--lime); }
.regional-film-heading h2 { margin-top: 30px; font-size: clamp(40px, 4.2vw, 64px); }
.regional-film-heading h2 em { color: var(--lime); }
.regional-film-heading > p:last-child { max-width: 460px; margin: 30px 0 0; color: rgba(255,255,255,.62); font-size: 15px; line-height: 1.75; }
.regional-film-frame {
  position: relative;
  overflow: hidden;
  aspect-ratio: 16 / 9;
  border: 1px solid rgba(255,255,255,.14);
  box-shadow: 0 28px 70px rgba(6,14,10,.28);
  background: #d9cfbd;
}
.regional-film-video { display: block; width: 100%; height: 100%; object-fit: cover; }

.section { padding: clamp(90px, 10vw, 150px) clamp(24px, 9vw, 142px); }
.section-heading { display: grid; grid-template-columns: minmax(200px, .65fr) 1.3fr 1fr; align-items: start; gap: clamp(28px, 5vw, 80px); }
.kicker { margin: 7px 0 0; color: #6e685c; font-size: 11px; font-weight: 650; text-transform: uppercase; letter-spacing: .19em; }
.kicker::before { content: ""; display: inline-block; width: 25px; height: 1px; margin: 0 12px 3px 0; background: #9a7c58; }
h2 { margin: 0; font-size: clamp(44px, 4.6vw, 70px); line-height: 1.02; letter-spacing: -.055em; font-weight: 520; }
h2 em { color: var(--green); font-family: Georgia, serif; font-weight: 400; }
.section-lead { margin: 8px 0 0; color: #6a655b; font-size: 16px; line-height: 1.75; }
.service-grid { margin-top: clamp(60px, 7vw, 100px); display: grid; grid-template-columns: repeat(3, 1fr); border: 1px solid var(--line); }
.service-card { position: relative; min-height: 530px; padding: 48px 38px 42px; border-right: 1px solid var(--line); background: #fbf6ed; overflow: hidden; }
.service-card:last-child { border-right: 0; }
.service-card-dark { background: var(--green); color: var(--white); }
.service-number { position: absolute; top: 25px; right: 26px; color: #879592; font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace; font-size: 11px; }
.service-card-dark .service-number { color: rgba(255,255,255,.42); }
.line-icon { width: 47px; height: 47px; color: var(--green); }
.service-card-dark .line-icon { color: var(--lime); }
.service-card h3 { margin: 54px 0 20px; font-size: 26px; letter-spacing: -.035em; font-weight: 560; }
.service-card > p { min-height: 82px; margin: 0; color: #716b60; font-size: 14px; line-height: 1.7; }
.service-card-dark > p { color: rgba(255,255,255,.63); }
.service-card ul { margin: 42px 0 0; padding: 28px 0 0; display: grid; gap: 15px; border-top: 1px solid var(--line); list-style: none; }
.service-card-dark ul { border-color: rgba(255,255,255,.16); }
.service-card li { display: flex; align-items: flex-start; gap: 9px; font-size: 12px; line-height: 1.45; }
.check { width: 18px; min-width: 18px; height: 18px; color: #8c754f; }
.service-card-dark .check { color: var(--lime); }
.brokerage-card { scroll-margin-top: 20px; min-height: 340px; margin-top: 46px; padding: 70px 64px 64px; display: grid; grid-template-columns: 100px minmax(300px, 1.25fr) minmax(250px, .95fr); align-items: start; column-gap: clamp(32px, 4.5vw, 70px); row-gap: 40px; border: 1px solid rgba(61,53,43,.2); border-left: 9px solid var(--lime); background: #e4d4bd; box-shadow: 0 22px 60px rgba(63,48,31,.08); }
.brokerage-icon { grid-row: 1 / 3; width: 88px; height: 88px; display: grid; place-items: center; border: 1px solid rgba(61,53,43,.24); border-radius: 50%; background: rgba(255,250,242,.44); color: var(--green); }
.brokerage-icon .line-icon { width: 40px; height: 40px; }
.brokerage-heading .kicker { margin: 0 0 20px; }
.brokerage-heading h2 { margin: 0; font-size: clamp(32px, 3.2vw, 48px); line-height: 1.08; letter-spacing: -.045em; font-weight: 520; }
.brokerage-heading h2 em { color: var(--green); font-family: Georgia, serif; font-weight: 400; }
.brokerage-copy { margin: 5px 0 0; color: #5f594f; font-size: 15px; line-height: 1.75; }
.brokerage-card ul { grid-column: 2 / -1; margin: 0; padding: 30px 0 0; display: grid; grid-template-columns: repeat(3, 1fr); gap: 26px; border-top: 1px solid rgba(61,53,43,.2); list-style: none; }
.brokerage-card li { display: flex; align-items: flex-start; gap: 10px; font-size: 14px; line-height: 1.5; }
.management-heading { scroll-margin-top: 110px; margin-top: clamp(90px, 10vw, 150px); }

.company-section { min-height: 820px; display: grid; grid-template-columns: .85fr 1.15fr; background: var(--sand); }
.company-visual { position: relative; min-height: 640px; display: grid; place-items: center; overflow: hidden; background: #293b31; color: #d7a663; }
.company-visual > span { position: relative; z-index: 2; font-family: Georgia, serif; font-size: clamp(130px, 18vw, 250px); font-style: italic; letter-spacing: -.09em; transform: translate(-.04em, -.03em); }
.company-visual > small { position: absolute; z-index: 3; bottom: 13%; font-family: Georgia, serif; font-size: 18px; letter-spacing: .08em; color: rgba(255,250,242,.72); }
.company-pattern { position: absolute; inset: 0; opacity: .14; background-image: repeating-radial-gradient(ellipse at 60% 60%, transparent 0 38px, rgba(230,179,109,.55) 39px 40px); transform: rotate(-8deg) scale(1.3); }
.ridge-lines { position: absolute; z-index: 1; inset: auto -8% 5% -8%; height: 36%; opacity: .58; }
.ridge-lines i { position: absolute; inset: auto 0 0; height: 100%; border-top: 2px solid rgba(255,250,242,.42); clip-path: polygon(0 70%, 16% 56%, 30% 58%, 45% 37%, 58% 42%, 70% 22%, 83% 39%, 100% 27%, 100% 100%, 0 100%); background: rgba(23,35,28,.22); }
.ridge-lines i:nth-child(2) { transform: translateY(34px) scaleX(1.08); opacity: .55; }
.ridge-lines i:nth-child(3) { transform: translateY(68px) scaleX(1.15); opacity: .3; }
.company-copy { padding: clamp(80px, 9vw, 145px) clamp(40px, 9vw, 150px); }
.company-copy h2 { margin-top: 36px; }
.company-copy .company-lead { max-width: 620px; margin: 35px 0 0; color: #6a6459; font-size: 17px; line-height: 1.75; }
.quality-list { max-width: 640px; margin-top: 48px; padding-top: 12px; border-top: 1px solid rgba(18,37,36,.2); }
.quality-list > div { padding: 25px 0; display: grid; grid-template-columns: 48px 1fr; gap: 22px; border-bottom: 1px solid rgba(18,37,36,.13); }
.quality-list .line-icon { width: 35px; height: 35px; }
.quality-list p { margin: 0; display: flex; flex-direction: column; }
.quality-list strong { font-size: 14px; }
.quality-list span { margin-top: 6px; color: #716b5f; font-size: 12px; line-height: 1.55; }
.text-link { width: fit-content; margin-top: 40px; padding-bottom: 6px; display: flex; align-items: center; gap: 15px; border-bottom: 1px solid var(--ink); font-size: 13px; font-weight: 650; }

.credentials-band { padding: clamp(85px, 9vw, 135px) clamp(24px, 9vw, 142px); display: grid; grid-template-columns: .72fr 1.28fr; gap: clamp(55px, 9vw, 140px); background: #c99454; color: #2c261f; }
.credentials-title h2 { margin-top: 34px; font-size: clamp(42px, 4.3vw, 66px); }
.credentials-title h2 em { color: #3b483d; }
.credentials-band .kicker { color: rgba(44,38,31,.72); }
.credentials-band .kicker::before { background: #3b483d; }
.credentials-grid { border-top: 1px solid rgba(44,38,31,.26); }
.credentials-grid article { padding: 29px 0; display: grid; grid-template-columns: 44px minmax(180px, .75fr) 1.25fr; gap: 24px; align-items: start; border-bottom: 1px solid rgba(44,38,31,.2); }
.credentials-grid article > span { width: 29px; height: 29px; display: grid; place-items: center; border: 1px solid rgba(44,38,31,.32); border-radius: 50%; font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace; font-size: 9px; }
.credentials-grid strong { padding-top: 5px; font-size: 14px; }
.credentials-grid p { margin: 2px 0 0; color: rgba(44,38,31,.72); font-size: 13px; line-height: 1.65; }

.process-section { background: var(--white); }
.process-heading { grid-template-columns: 1fr 2fr; }
.process-grid { margin: 90px 0 0; padding: 0; display: grid; grid-template-columns: repeat(3, 1fr); list-style: none; border-top: 1px solid var(--line); }
.process-grid li { position: relative; min-height: 255px; padding: 35px 42px 25px 0; display: grid; grid-template-columns: 55px 1fr; gap: 20px; border-right: 1px solid var(--line); }
.process-grid li + li { padding-left: 42px; }
.process-grid li:last-child { border-right: 0; }
.process-grid li > span { width: 34px; height: 34px; display: grid; place-items: center; background: var(--lime); border-radius: 50%; font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace; font-size: 11px; }
.process-grid h3 { margin: 4px 0 18px; font-size: 21px; letter-spacing: -.025em; }
.process-grid p { margin: 0; color: #716b60; font-size: 14px; line-height: 1.7; }

.faq-section { padding: clamp(85px, 9vw, 135px) clamp(24px, 9vw, 142px); display: grid; grid-template-columns: .75fr 1.25fr; gap: clamp(50px, 10vw, 160px); background: var(--paper); }
.faq-section h2 { margin-top: 32px; }
.faq-list { border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { padding: 28px 5px; display: flex; align-items: center; justify-content: space-between; gap: 25px; cursor: pointer; list-style: none; font-size: 17px; font-weight: 540; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary span { width: 30px; height: 30px; display: grid; place-items: center; border: 1px solid var(--line); border-radius: 50%; font-size: 18px; font-weight: 300; transition: transform .2s ease; }
.faq-list details[open] summary span { transform: rotate(45deg); }
.faq-list details p { max-width: 650px; margin: -4px 55px 28px 5px; color: #70695d; font-size: 14px; line-height: 1.7; }

.contact-section { padding: clamp(90px, 9vw, 140px) clamp(24px, 9vw, 142px); display: grid; grid-template-columns: 1.15fr .85fr; gap: clamp(65px, 11vw, 170px); background: var(--green); color: var(--white); }
.kicker-light { color: var(--mint); }
.kicker-light::before { background: var(--lime); }
.contact-copy h2 { max-width: 780px; margin-top: 34px; }
.contact-copy h2 em { color: var(--lime); }
.contact-copy > p { max-width: 610px; margin: 34px 0; color: rgba(255,255,255,.66); font-size: 17px; line-height: 1.7; }
.contact-details { align-self: end; font-style: normal; border-top: 1px solid rgba(255,255,255,.2); }
.contact-details > div { padding: 25px 0; display: grid; grid-template-columns: 115px 1fr; gap: 20px; border-bottom: 1px solid rgba(255,255,255,.15); }
.contact-details small { color: rgba(255,255,255,.48); font-size: 10px; text-transform: uppercase; letter-spacing: .13em; }
.contact-details a, .contact-details span { font-size: 15px; line-height: 1.5; }
.contact-details a:hover { color: var(--lime); }
.contact-details .emergency { grid-template-columns: 1fr; gap: 7px; }

footer { padding: 55px clamp(24px, 5vw, 80px) 35px; background: #19231d; color: var(--white); }
.footer-brand { display: flex; align-items: center; gap: 15px; }
.footer-brand > span { display: flex; flex-direction: column; }
.footer-brand strong { font-size: 14px; text-transform: uppercase; letter-spacing: .05em; }
.footer-brand small { margin-top: 5px; color: rgba(255,255,255,.45); font-size: 10px; }
.footer-meta { margin-top: 45px; padding-top: 25px; display: flex; align-items: flex-start; justify-content: space-between; gap: 30px; border-top: 1px solid rgba(255,255,255,.12); color: rgba(255,255,255,.42); font-size: 10px; line-height: 1.6; }
.footer-meta p { margin: 0; max-width: 720px; }
.footer-meta nav { display: flex; gap: 24px; }
.footer-meta a:hover { color: var(--lime); }
.legal-notes { margin-top: 24px; color: rgba(255,255,255,.46); font-size: 10px; line-height: 1.7; }
.legal-notes details { max-width: 900px; margin-top: 10px; }
.legal-notes summary { cursor: pointer; width: fit-content; }
.legal-notes p { max-width: 900px; }
.ps-component { width: min(1180px, calc(100% - 48px)); margin: 0 auto; padding: 70px 0; }
.component-view { background: var(--paper); }
.error-view { min-height: 100svh; background: var(--green-deep); color: var(--white); }
.error-page { min-height: 100svh; width: min(780px, calc(100% - 48px)); margin: 0 auto; padding: 15vh 0 80px; display: flex; flex-direction: column; align-items: flex-start; justify-content: center; }
.error-page h1 { font-size: clamp(52px, 8vw, 92px); }
.error-page h1 em { color: var(--lime); font-family: Georgia, serif; font-weight: 400; }
.error-page > p:not(.kicker) { max-width: 600px; margin: 30px 0; color: rgba(255,255,255,.7); font-size: 18px; line-height: 1.65; }
@media (max-width: 860px) {
  .site-header { height: 82px; grid-template-columns: 1fr auto; }
  .desktop-nav, .header-contact { display: none; }
  .mobile-menu { display: block; justify-self: end; position: relative; }
  .mobile-menu summary { width: 44px; height: 44px; display: grid; place-content: center; gap: 7px; cursor: pointer; list-style: none; border: 1px solid rgba(255,255,255,.28); }
  .mobile-menu summary::-webkit-details-marker { display: none; }
  .mobile-menu summary span { display: block; width: 19px; height: 1px; background: white; }
  .mobile-menu nav { position: absolute; top: 52px; right: 0; width: 220px; padding: 12px; display: flex; flex-direction: column; background: var(--paper); color: var(--ink); box-shadow: 0 18px 50px rgba(0,0,0,.24); }
  .mobile-menu nav a { padding: 12px; border-bottom: 1px solid var(--line); }
  .hero { min-height: 780px; height: 100svh; }
  .hero-backdrop { background-position: 58% center; }
  .hero-content { width: calc(100% - 48px); margin-left: 24px; padding-top: 165px; }
  h1 { font-size: clamp(47px, 12.8vw, 68px); }
  .hero-intro { max-width: 560px; }
  .hero-trust { left: 24px; width: calc(100% - 48px); grid-template-columns: repeat(4, 1fr); }
  .hero-trust > div, .hero-trust > div + div { padding: 22px 18px; }
  .intro-band { align-items: flex-start; flex-direction: column; }
  .regional-film-section { grid-template-columns: 1fr; align-items: start; }
  .regional-film-heading > p:last-child { max-width: 640px; }
  .section-heading { grid-template-columns: 1fr; gap: 28px; }
  .section-lead { max-width: 600px; }
  .service-grid { grid-template-columns: 1fr; }
  .service-card { min-height: 0; border-right: 0; border-bottom: 1px solid var(--line); }
  .service-card:last-child { border-bottom: 0; }
  .service-card > p { min-height: 0; }
  .brokerage-card { min-height: 0; padding: 54px 42px; grid-template-columns: 74px 1fr; column-gap: 30px; row-gap: 30px; }
  .brokerage-icon { grid-row: auto; width: 66px; height: 66px; }
  .brokerage-copy, .brokerage-card ul { grid-column: 2; }
  .brokerage-card ul { grid-template-columns: 1fr; gap: 14px; }
  .company-section { grid-template-columns: 1fr; }
  .company-visual { min-height: 440px; }
  .credentials-band { grid-template-columns: 1fr; }
  .process-heading { grid-template-columns: 1fr; }
  .process-grid { grid-template-columns: 1fr; }
  .process-grid li, .process-grid li + li { min-height: 180px; padding: 32px 0; border-right: 0; border-bottom: 1px solid var(--line); }
  .faq-section, .contact-section { grid-template-columns: 1fr; }
  .faq-list { margin-top: 15px; }
}

@media (max-width: 560px) {
  .brand-copy small { display: none; }
  .hero-content { padding-top: 145px; }
  .eyebrow { font-size: 10px; }
  .hero-intro { margin-top: 24px; font-size: 16px; }
  .hero-actions { margin-top: 30px; align-items: stretch; flex-direction: column; }
  .button { width: 100%; }
  .hero-trust { grid-template-columns: repeat(2, 1fr); }
  .hero-trust > div { min-height: 95px; }
  .hero-trust > div:nth-child(1), .hero-trust > div:nth-child(2) { display: none; }
  .hero-trust strong { font-size: 18px; }
  .intro-band { min-height: 200px; }
  .regional-film-section { padding: 70px 24px; gap: 36px; }
  .section { padding-top: 80px; padding-bottom: 80px; }
  h2 { font-size: 44px; }
  .service-card { padding: 40px 27px; }
  .service-card h3 { margin-top: 42px; }
  .brokerage-card { padding: 40px 25px; grid-template-columns: 1fr; border-left-width: 6px; }
  .brokerage-icon { width: 50px; height: 50px; }
  .brokerage-copy, .brokerage-card ul { grid-column: 1; }
  .company-visual { min-height: 320px; }
  .company-copy { padding: 70px 24px; }
  .quality-list > div { grid-template-columns: 38px 1fr; gap: 14px; }
  .credentials-grid article { grid-template-columns: 38px 1fr; gap: 14px; }
  .credentials-grid article p { grid-column: 2; margin-top: -12px; }
  .process-grid li, .process-grid li + li { grid-template-columns: 45px 1fr; gap: 13px; }
  .faq-section { gap: 45px; }
  .faq-list summary { font-size: 15px; }
  .contact-section { gap: 60px; }
  .contact-details > div { grid-template-columns: 1fr; gap: 8px; }
  .footer-meta { flex-direction: column; }
  .hero-backdrop { background-position: 63% center; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .01ms !important; }
}
