:root {
  --navy: #0a2b4e;
  --navy-2: #143d66;
  --orange: #f36b21;
  --orange-dark: #d9510a;
  --cream: #fff8ef;
  --cream-2: #fff1e4;
  --white: #ffffff;
  --ink: #142235;
  --muted: #5f6f82;
  --line: #dfe7ef;
  --soft-blue: #eff6fb;
  --success: #16794a;
  --error: #b42318;
  --shadow-sm: 0 8px 24px rgba(10,43,78,.08);
  --shadow: 0 22px 60px rgba(10,43,78,.14);
  --radius: 24px;
  --container: 1160px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 96px; }
section[id] { scroll-margin-top: 96px; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--cream);
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; display: block; }
a { color: inherit; }
button, input, select, textarea { font: inherit; }
button { cursor: pointer; }
.container { width: min(var(--container), calc(100% - 40px)); margin-inline: auto; }
.skip-link { position: fixed; top: 8px; left: 8px; z-index: 999; transform: translateY(-160%); background: var(--navy); color: white; padding: 10px 14px; border-radius: 10px; }
.skip-link:focus { transform: none; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(255,248,239,.94);
  border-bottom: 1px solid rgba(10,43,78,.08);
  box-shadow: 0 7px 24px rgba(10,43,78,.045);
  backdrop-filter: blur(14px);
}
.header-inner { min-height: 78px; display: flex; align-items: center; gap: 22px; }
.brand { display: inline-flex; align-items: center; gap: 11px; text-decoration: none; min-width: 210px; }
.brand-mark { width: 54px; height: 54px; object-fit: cover; border-radius: 50%; border: 1px solid rgba(10,43,78,.08); }
.brand-copy { display: grid; line-height: 1.05; }
.brand-name { color: var(--navy); font-family: Georgia, "Times New Roman", serif; font-size: 20px; font-weight: 800; letter-spacing: -.02em; }
.brand-sub { color: var(--orange); font-size: 11px; font-weight: 900; letter-spacing: .13em; text-transform: uppercase; margin-top: 5px; }
.desktop-nav { margin-left: auto; display: flex; align-items: center; gap: 24px; }
.desktop-nav a { color: var(--navy); text-decoration: none; font-size: 14px; font-weight: 750; }
.desktop-nav a:not(.button):hover { color: var(--orange-dark); }
.mobile-menu-button { display: none; margin-left: auto; width: 46px; height: 46px; border-radius: 14px; border: 1px solid var(--line); background: white; color: var(--navy); align-items: center; justify-content: center; }
.mobile-menu-button svg { width: 23px; height: 23px; }
.mobile-nav { display: none; padding: 0 20px 18px; }
.mobile-nav.is-open { display: grid; gap: 6px; }
.mobile-nav a { padding: 13px 14px; border-radius: 12px; text-decoration: none; color: var(--navy); font-weight: 800; }
.mobile-nav a:hover { background: white; }
.mobile-nav .button { margin-top: 6px; }

.button {
  min-height: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  padding: 0 22px;
  border: 0;
  border-radius: 999px;
  text-decoration: none;
  font-weight: 850;
  line-height: 1.15;
  transition: transform .16s ease, box-shadow .16s ease, background .16s ease;
}
.button:hover { transform: translateY(-2px); }
.button:focus-visible, .desktop-nav a:focus-visible, .mobile-nav a:focus-visible, .review-link:focus-visible, summary:focus-visible, .text-link:focus-visible { outline: 3px solid rgba(243,107,33,.32); outline-offset: 4px; }
.button-primary { color: white; background: var(--orange); box-shadow: 0 13px 25px rgba(243,107,33,.25); }
.button-primary:hover { background: var(--orange-dark); }
.button-secondary { color: var(--navy); background: white; border: 2px solid var(--navy); }
.button-small { min-height: 44px; padding-inline: 18px; font-size: 14px; }
.text-link { color: var(--navy); text-decoration-thickness: 2px; text-underline-offset: 4px; font-weight: 850; }
.text-link:hover { color: var(--orange-dark); }

.hero {
  position: relative;
  overflow: hidden;
  padding: 76px 0 82px;
  background: radial-gradient(circle at 10% 0%, rgba(243,107,33,.18), transparent 30%), linear-gradient(135deg, #fff 0%, var(--cream) 52%, #edf7ff 100%);
}
.hero::after { content:""; position:absolute; width:310px; height:310px; border:54px solid rgba(10,43,78,.035); border-radius:50%; right:-125px; top:-145px; }
.hero-grid { position: relative; z-index: 1; display: grid; grid-template-columns: 1.03fr .97fr; gap: 58px; align-items: center; }
.eyebrow { display: inline-flex; align-items:center; gap:8px; width:fit-content; padding: 9px 13px; border: 1px solid rgba(243,107,33,.19); border-radius:999px; background:#fff0e5; color:var(--orange-dark); font-size:12px; font-weight:900; letter-spacing:.07em; text-transform:uppercase; }
h1, h2, h3 { color: var(--navy); margin-top: 0; text-wrap: balance; }
h1, h2 { font-family: Georgia, "Times New Roman", serif; }
.hero h1 { max-width: 690px; margin: 20px 0 0; font-size: clamp(40px, 4.25vw, 58px); line-height: 1.06; letter-spacing: -.038em; text-wrap: balance; overflow-wrap: normal; hyphens: none; }
.hero-copy { max-width: 670px; margin: 23px 0 0; color: var(--muted); font-size: 19px; line-height: 1.58; }
.hero-actions { display:flex; flex-wrap:wrap; gap:13px; margin-top:29px; }
.trust-list { list-style:none; padding:0; margin:25px 0 0; display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:10px; max-width:610px; }
.trust-list li { display:flex; align-items:center; gap:8px; color:var(--navy); font-weight:800; font-size:14px; }
.check-dot { position:relative; width:22px; height:22px; flex:0 0 auto; border-radius:50%; display:block; color:transparent; background:var(--orange); font-size:0; line-height:0; }
.check-dot::before { content:""; position:absolute; left:50%; top:50%; width:5px; height:9px; border:solid white; border-width:0 2px 2px 0; transform:translate(-50%,-60%) rotate(45deg); }
.hero-visual { position: relative; }
.hero-image-frame { position:relative; padding:12px; border-radius:34px; background:white; box-shadow:var(--shadow); }
.hero-image { width:100%; height:590px; border-radius:25px; object-fit:cover; object-position:50% 35%; }
.hero-badge { position:absolute; left:-26px; bottom:35px; width:min(300px,80%); padding:18px 19px; border-radius:18px; background:rgba(10,43,78,.94); color:white; box-shadow:0 18px 38px rgba(10,43,78,.28); }
.hero-badge strong { display:block; font-size:18px; }
.hero-badge span { display:block; margin-top:3px; color:rgba(255,255,255,.8); font-size:13px; }

.section { padding: 86px 0; }
.section-white { background: white; }
.section-blue { background: var(--soft-blue); }
.section-navy { background: var(--navy); color: white; }
.section-heading { max-width:760px; margin:0 auto 39px; text-align:center; }
.section-heading.left { text-align:left; margin-inline:0; }
.section-kicker { color:var(--orange-dark); font-size:12px; letter-spacing:.12em; font-weight:900; text-transform:uppercase; }
.section-heading h2 { margin:8px 0 0; font-size:clamp(32px,3.55vw,46px); line-height:1.08; letter-spacing:-.032em; }
.section-heading p { margin:14px auto 0; color:var(--muted); font-size:18px; line-height:1.58; }
.section-heading.left p { margin-left:0; }
.section-navy .section-heading h2, .section-navy .section-heading p, .section-navy h3 { color:white; }
.section-navy .section-heading p { color:rgba(255,255,255,.75); }

.quick-proof { padding:22px 0; background:var(--navy); color:white; }
.quick-proof-grid { display:grid; grid-template-columns:repeat(4,1fr); gap:20px; }
.quick-proof-item { display:flex; align-items:center; justify-content:center; gap:10px; font-size:14px; font-weight:800; text-align:center; }
.quick-proof-item svg { width:23px; height:23px; color:#ff8a3d; flex:0 0 auto; }

.steps { display:grid; grid-template-columns:repeat(3,1fr); gap:20px; }
.step-card { background:white; border:1px solid var(--line); border-radius:var(--radius); padding:27px; box-shadow:var(--shadow-sm); transition:transform .18s ease, box-shadow .18s ease, border-color .18s ease; }
.step-card:hover { transform:translateY(-3px); border-color:rgba(243,107,33,.28); box-shadow:0 18px 40px rgba(10,43,78,.10); }
.step-number { width:42px; height:42px; display:grid; place-items:center; border-radius:50%; background:var(--navy); color:white; font-weight:900; }
.step-icon { width:58px; height:58px; margin:24px 0 18px; display:grid; place-items:center; border-radius:18px; background:var(--cream-2); font-size:27px; }
.step-card h3 { margin:0 0 10px; font-size:23px; letter-spacing:-.02em; }
.step-card p { margin:0; color:var(--muted); }
.step-note { margin-top:14px; color:var(--navy); font-size:13px; font-weight:800; }
.center-actions { display:flex; justify-content:center; margin-top:30px; }

.services { display:grid; grid-template-columns:repeat(3,1fr); gap:18px; }
.service-card { display:flex; flex-direction:column; min-height:275px; padding:25px; border:1px solid var(--line); border-radius:22px; background:white; box-shadow:0 10px 32px rgba(10,43,78,.06); transition:transform .18s ease, box-shadow .18s ease, border-color .18s ease; }
.service-card:hover { transform:translateY(-3px); border-color:rgba(243,107,33,.28); box-shadow:0 18px 42px rgba(10,43,78,.10); }
.service-icon { width:50px; height:50px; display:grid; place-items:center; border-radius:16px; background:var(--navy); color:white; font-size:24px; }
.service-card h3 { margin:18px 0 8px; font-size:21px; }
.service-card p { margin:0; color:var(--muted); font-size:15px; flex:1; }
.service-price { margin-top:18px; color:var(--navy); font-weight:900; }
.service-extra { margin-top:2px; color:var(--muted); font-size:12px; font-weight:700; }
.pricing-note { max-width:780px; margin:24px auto 0; color:var(--muted); text-align:center; font-size:14px; }

.difference-grid { display:grid; grid-template-columns:.95fr 1.05fr; gap:54px; align-items:center; }
.photo-mosaic { display:grid; grid-template-columns:1.05fr .95fr; grid-template-rows:220px 220px; gap:12px; }
.photo-mosaic img { width:100%; height:100%; object-fit:cover; border-radius:22px; }
.photo-mosaic .tall { grid-row:span 2; object-position:center 55%; }
.owner-card { position:relative; overflow:hidden; display:grid; grid-template-columns:160px 1fr; gap:18px; align-items:center; margin:24px 0 22px; padding:18px; border:1px solid var(--line); border-radius:24px; background:white; box-shadow:0 14px 36px rgba(10,43,78,.07); }
.owner-card::before { content:""; position:absolute; inset:0 auto 0 0; width:4px; background:linear-gradient(180deg,var(--orange),var(--orange-dark)); }
.owner-photo { width:160px; height:160px; object-fit:cover; border-radius:22px; display:block; }
.owner-label { display:inline-flex; align-items:center; gap:8px; padding:7px 11px; border-radius:999px; background:var(--cream-2); color:var(--orange-dark); font-size:11px; font-weight:900; letter-spacing:.08em; text-transform:uppercase; }
.owner-copy h3 { margin:12px 0 8px; font-size:21px; line-height:1.2; color:var(--navy); }
.owner-copy p { margin:0; color:var(--muted); font-size:15px; line-height:1.55; }
.benefit-list { list-style:none; padding:0; margin:24px 0 0; display:grid; gap:16px; }
.benefit-list li { display:grid; grid-template-columns:20px 1fr; gap:12px; align-items:start; }
.benefit-icon { width:20px; height:20px; display:block; margin-top:2px; color:var(--orange-dark); overflow:visible; }
.benefit-icon path { fill:none; stroke:currentColor; stroke-width:2.5; stroke-linecap:round; stroke-linejoin:round; }
.benefit-list strong { display:block; color:var(--navy); }
.benefit-list li > div > span { display:block; color:var(--muted); margin-top:2px; font-size:14px; }

.reviews-grid { display:grid; grid-template-columns:1.2fr .8fr; gap:20px; }
.review-card { padding:30px; border-radius:25px; background:white; color:var(--ink); box-shadow:var(--shadow-sm); }
.review-stars { color:var(--orange); letter-spacing:3px; font-size:20px; }
.review-quote { margin:16px 0 0; font-family:Georgia,"Times New Roman",serif; color:var(--navy); font-size:22px; line-height:1.45; }
.review-author { margin-top:16px; color:var(--muted); font-weight:800; }
.review-links { display:grid; gap:10px; margin-top:18px; }
.review-link { min-height:52px; display:flex; align-items:center; justify-content:space-between; gap:12px; padding:12px 15px; border:1px solid var(--line); border-radius:15px; text-decoration:none; color:var(--navy); font-weight:850; background:var(--cream); }
.review-link { transition:transform .16s ease, border-color .16s ease, box-shadow .16s ease, background .16s ease; }
.review-link:hover { transform:translateY(-1px); border-color:var(--orange); background:white; box-shadow:0 10px 24px rgba(10,43,78,.07); }
.review-link span:last-child { color:var(--orange-dark); }

.faq-list { max-width:860px; margin:0 auto; display:grid; gap:12px; }
details { background:white; border:1px solid var(--line); border-radius:17px; padding:0 20px; transition:border-color .16s ease, box-shadow .16s ease; }
details[open] { border-color:rgba(243,107,33,.30); box-shadow:0 10px 26px rgba(10,43,78,.06); }
summary { list-style:none; padding:19px 36px 19px 0; color:var(--navy); font-weight:850; cursor:pointer; position:relative; }
summary::-webkit-details-marker { display:none; }
summary::after { content:"+"; position:absolute; right:0; top:14px; font-size:27px; color:var(--orange); font-weight:500; }
details[open] summary::after { content:"–"; }
details p { margin:0; padding:0 0 20px; color:var(--muted); }

.cta-box { display:grid; grid-template-columns:1fr auto; gap:28px; align-items:center; padding:45px; border-radius:30px; background:linear-gradient(135deg,var(--navy),var(--navy-2)); color:white; box-shadow:var(--shadow); }
.cta-box h2 { color:white; margin:0; font-size:clamp(32px,4vw,49px); line-height:1.03; letter-spacing:-.04em; }
.cta-box p { max-width:680px; margin:12px 0 0; color:rgba(255,255,255,.78); font-size:17px; }

.site-footer { padding:50px 0 92px; background:#061d35; color:white; }
.footer-grid { display:grid; grid-template-columns:1.2fr .8fr .8fr; gap:40px; }
.footer-brand { display:flex; align-items:center; gap:12px; }
.footer-brand img { width:60px; height:60px; border-radius:50%; }
.footer-brand strong { font-family:Georgia,"Times New Roman",serif; font-size:23px; }
.footer-copy { max-width:430px; margin:15px 0 0; color:rgba(255,255,255,.65); font-size:14px; }
.footer-title { font-size:13px; letter-spacing:.1em; text-transform:uppercase; color:#ff9a5f; font-weight:900; margin-bottom:13px; }
.footer-links { display:grid; gap:9px; }
.footer-links a { color:rgba(255,255,255,.8); text-decoration:none; }
.footer-links a:hover { color:white; text-decoration:underline; }
.footer-bottom { display:flex; justify-content:space-between; gap:18px; border-top:1px solid rgba(255,255,255,.12); margin-top:38px; padding-top:20px; color:rgba(255,255,255,.55); font-size:12px; }

.mobile-book-bar { display:none; }

/* Consultation page */
.form-page { min-height:100vh; background:radial-gradient(circle at 8% 0%,rgba(243,107,33,.16),transparent 28%),linear-gradient(135deg,#fff,var(--cream) 56%,#eef7ff); }
.form-main { padding:58px 0 82px; }
.form-intro { max-width:760px; margin:0 auto 28px; text-align:center; }
.form-intro h1 { margin:16px 0 11px; font-size:clamp(38px,6vw,58px); line-height:1; letter-spacing:-.045em; }
.form-intro p { color:var(--muted); font-size:17px; margin:0; }
.request-note { max-width:760px; margin:20px auto 0; display:flex; gap:10px; align-items:flex-start; padding:14px 16px; border:1px solid rgba(10,43,78,.12); border-radius:15px; background:rgba(255,255,255,.8); color:var(--navy); font-size:14px; font-weight:750; text-align:left; }
.form-card { width:min(920px,100%); margin:0 auto; padding:34px; background:white; border:1px solid rgba(10,43,78,.10); border-radius:28px; box-shadow:var(--shadow); }
.form-section-title { margin:0 0 18px; color:var(--navy); font-size:19px; }
.form-section-title:not(:first-of-type) { margin-top:30px; padding-top:28px; border-top:1px solid var(--line); }
.form-grid { display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:18px; }
.field-full { grid-column:1/-1; }
.field label { display:block; margin:0 0 7px; color:var(--navy); font-size:14px; font-weight:850; }
.required { color:var(--orange-dark); }
.field input,.field select,.field textarea { width:100%; min-height:51px; padding:13px 14px; border:1.5px solid var(--line); border-radius:13px; outline:none; background:#fcfdff; color:var(--ink); font-size:16px; transition:border-color .16s ease,box-shadow .16s ease,background .16s ease; }
.field textarea { min-height:112px; resize:vertical; line-height:1.45; }
.field input:focus,.field select:focus,.field textarea:focus { border-color:var(--orange); background:white; box-shadow:0 0 0 4px rgba(243,107,33,.12); }
.field-help { margin:7px 0 0; color:var(--muted); font-size:12px; }
.form-submit-row { margin-top:28px; text-align:center; }
.form-submit-row .button { width:min(100%,390px); }
.form-submit-row .button:disabled { opacity:.7; cursor:wait; transform:none; }
.form-privacy { max-width:620px; margin:12px auto 0; color:var(--muted); font-size:12px; }
.form-status { display:none; margin-top:20px; padding:14px 16px; border-radius:14px; text-align:center; font-size:14px; font-weight:800; }
.form-status.is-visible { display:block; }
.form-status.is-success { background:#eaf8f0; border:1px solid rgba(22,121,74,.22); color:var(--success); }
.form-status.is-error { background:#fff0ee; border:1px solid rgba(180,35,24,.18); color:var(--error); }
.honeypot { position:absolute!important; left:-9999px!important; width:1px!important; height:1px!important; overflow:hidden!important; }
.form-side-proof { width:min(920px,100%); margin:22px auto 0; display:grid; grid-template-columns:repeat(3,1fr); gap:12px; }
.form-side-proof div { padding:15px; border-radius:16px; background:rgba(255,255,255,.78); border:1px solid rgba(10,43,78,.09); color:var(--navy); text-align:center; font-size:13px; font-weight:800; }

.not-found { min-height:72vh; display:grid; place-items:center; text-align:center; padding:70px 20px; }
.not-found h1 { font-size:clamp(55px,10vw,110px); margin:0; }
.not-found p { color:var(--muted); max-width:560px; }

@media (max-width: 960px) {
  .desktop-nav { display:none; }
  .mobile-menu-button { display:inline-flex; }
  .hero { padding-top:58px; }
  .hero-grid { grid-template-columns:1fr; gap:40px; }
  .hero-copy,.hero h1 { max-width:760px; }
  .hero-visual { width:min(700px,100%); margin-inline:auto; }
  .hero-image { height:620px; }
  .hero-badge { left:24px; }
  .quick-proof-grid { grid-template-columns:repeat(2,1fr); }
  .steps { grid-template-columns:1fr; }
  .step-card { display:grid; grid-template-columns:45px 65px 1fr; align-items:start; gap:15px; }
  .step-icon { margin:0; }
  .step-note { grid-column:3; }
  .services { grid-template-columns:repeat(2,1fr); }
  .difference-grid { grid-template-columns:1fr; }
  .photo-mosaic { order:2; }
  .owner-card { grid-template-columns:180px 1fr; }
  .reviews-grid { grid-template-columns:1fr; }
  .cta-box { grid-template-columns:1fr; text-align:center; }
  .cta-box p { margin-inline:auto; }
  .footer-grid { grid-template-columns:1fr 1fr; }
  .footer-grid > :first-child { grid-column:1/-1; }
}

@media (max-width: 640px) {
  html { scroll-padding-top:74px; }
  body { padding-bottom:72px; }
  body.form-page { padding-bottom:0; }
  .container { width:calc(100% - 24px); }
  .header-inner { min-height:68px; }
  .brand { min-width:0; }
  .brand-mark { width:47px; height:47px; }
  .brand-name { font-size:18px; }
  .brand-sub { font-size:9px; }
  .mobile-menu-button { width:43px; height:43px; }
  .hero { padding:38px 0 48px; }
  .hero-grid { gap:27px; }
  .hero-text { text-align:center; }
  .eyebrow { margin-inline:auto; font-size:10px; padding:8px 10px; letter-spacing:.04em; }
  .hero h1 { max-width:390px; margin:15px auto 0; font-size:clamp(32px,8.7vw,39px); line-height:1.08; letter-spacing:-.03em; text-wrap:balance; }
  .hero-copy { margin-top:16px; font-size:16px; line-height:1.5; }
  .hero-actions { flex-direction:column; margin-top:22px; }
  .hero-actions .button { width:100%; }
  .trust-list { gap:8px; text-align:left; }
  .trust-list li { font-size:12px; }
  .check-dot { width:20px; height:20px; }
  .hero-image-frame { padding:8px; border-radius:24px; }
  .hero-image { height:430px; border-radius:18px; }
  .hero-badge { position:relative; left:auto; bottom:auto; width:100%; margin-top:8px; text-align:center; border-radius:16px; }
  .quick-proof { padding:18px 0; }
  .quick-proof-grid { grid-template-columns:1fr 1fr; gap:13px 8px; }
  .quick-proof-item { flex-direction:column; gap:5px; font-size:11.5px; line-height:1.25; }
  .section { padding:58px 0; }
  .section-heading { margin-bottom:28px; }
  .section-heading.left { text-align:center; }
  .section-heading h2 { font-size:clamp(29px,7.8vw,36px); line-height:1.1; }
  .section-heading p { font-size:15.5px; line-height:1.5; }
  .step-card { display:block; padding:21px 18px; text-align:center; }
  .step-number,.step-icon { margin-inline:auto; }
  .step-icon { margin-top:13px; }
  .step-card h3 { margin-top:14px; }
  .step-note { margin-top:12px; }
  .services { grid-template-columns:1fr; gap:13px; }
  .service-card { min-height:0; padding:21px; text-align:center; }
  .service-icon { margin-inline:auto; }
  .photo-mosaic { grid-template-rows:160px 160px; gap:8px; }
  .photo-mosaic img { border-radius:17px; }
  .owner-card { grid-template-columns:1fr; text-align:center; padding:16px; }
  .owner-photo { width:100%; max-width:320px; height:auto; aspect-ratio:1 / 1; margin-inline:auto; }
  .owner-copy h3 { font-size:20px; }
  .benefit-list { text-align:left; }
  .review-card { padding:22px 18px; }
  .review-quote { font-size:19px; }
  details { padding-inline:16px; }
  summary { font-size:15px; }
  .cta-box { padding:34px 18px; border-radius:24px; }
  .cta-box .button { width:100%; }
  .footer-grid { grid-template-columns:1fr; gap:28px; }
  .footer-grid > :first-child { grid-column:auto; }
  .footer-bottom { flex-direction:column; }
  .mobile-book-bar { position:fixed; z-index:60; left:0; right:0; bottom:0; display:block; padding:9px 12px max(9px,env(safe-area-inset-bottom)); background:rgba(255,255,255,.96); border-top:1px solid var(--line); backdrop-filter:blur(12px); }
  .mobile-book-bar .button { width:100%; min-height:51px; }
  .form-main { padding:38px 0 58px; }
  .form-intro h1 { font-size:39px; }
  .form-intro p { font-size:15.5px; }
  .form-card { padding:23px 17px; border-radius:21px; }
  .form-grid { grid-template-columns:1fr; gap:15px; }
  .field-full { grid-column:auto; }
  .form-side-proof { grid-template-columns:1fr; }
}

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

/* V6 POLISH */
body { text-rendering:optimizeLegibility; }
.desktop-nav a:not(.button) { position:relative; padding:9px 0; transition:color .16s ease; }
.desktop-nav a:not(.button)::after { content:""; position:absolute; left:0; right:0; bottom:3px; height:2px; border-radius:999px; background:var(--orange); transform:scaleX(0); transform-origin:center; transition:transform .16s ease; }
.desktop-nav a:not(.button):hover::after, .desktop-nav a:not(.button):focus-visible::after { transform:scaleX(1); }
.section-white { border-top:1px solid rgba(10,43,78,.045); border-bottom:1px solid rgba(10,43,78,.045); }
.owner-card { transition:border-color .18s ease, box-shadow .18s ease; }
.owner-card:hover { border-color:rgba(243,107,33,.24); box-shadow:0 18px 42px rgba(10,43,78,.09); }
.photo-mosaic img { transition:filter .2s ease; }
.photo-mosaic img:hover { filter:saturate(1.04) contrast(1.02); }
@media (max-width:960px) {
  .desktop-nav a:not(.button)::after { display:none; }
}
