:root {
  --ink: #173b32;
  --ink-soft: #406057;
  --green: #246552;
  --green-deep: #164c3e;
  --sage: #dcebe1;
  --sage-light: #eef5ef;
  --cream: #fcfaf4;
  --paper: #ffffff;
  --coral: #ef8a60;
  --coral-deep: #d96c45;
  --gold: #c89a4b;
  --line: #dce7df;
  --muted: #6c8077;
  --shadow: 0 20px 60px rgba(23, 59, 50, .10);
  --shadow-soft: 0 8px 30px rgba(23, 59, 50, .07);
  --radius-lg: 28px;
  --radius-md: 18px;
  --radius-sm: 12px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--cream);
  font-family: "Inter", "Avenir Next", Avenir, "Segoe UI", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button { cursor: pointer; }
p { margin: 0 0 1rem; }
h1, h2, h3, h4 { margin: 0; font-weight: 700; line-height: 1.12; letter-spacing: -.035em; }
h1 { font-size: clamp(2.65rem, 6vw, 5.1rem); }
h2 { font-size: clamp(2rem, 4vw, 3.35rem); }
h3 { font-size: 1.35rem; }
h4 { font-size: 1.05rem; }
::selection { color: #fff; background: var(--green); }
.visually-hidden { position: absolute !important; width: 1px !important; height: 1px !important; padding: 0 !important; margin: -1px !important; overflow: hidden !important; clip: rect(0, 0, 0, 0) !important; white-space: nowrap !important; border: 0 !important; }

/* A lightweight local grid keeps the Bootstrap column classes usable in the offline preview. */
.container { width: min(calc(100% - 40px), 1180px); margin-inline: auto; }
.row { display: flex; flex-wrap: wrap; margin-inline: -12px; }
[class^="col-"], [class*=" col-"] { padding-inline: 12px; width: 100%; }
.col-12 { width: 100%; }
@media (min-width: 576px) {
  .col-sm-6 { width: 50%; }
}
@media (min-width: 768px) {
  .col-md-6 { width: 50%; }
  .col-md-4 { width: 33.333333%; }
}
@media (min-width: 992px) {
  .col-lg-3 { width: 25%; }
  .col-lg-4 { width: 33.333333%; }
  .col-lg-6 { width: 50%; }
  .col-lg-8 { width: 66.666667%; }
}

.skip-link {
  position: fixed; left: 16px; top: -60px; z-index: 1000; padding: 10px 16px;
  border-radius: 0 0 10px 10px; color: #fff; background: var(--green);
}
.skip-link:focus { top: 0; }

.announcement {
  color: #f6fbf5;
  background: var(--green-deep);
  font-size: .78rem;
  letter-spacing: .08em;
  text-align: center;
  text-transform: uppercase;
  padding: 9px 18px;
}
.announcement a { color: #fff; text-decoration: underline; text-underline-offset: 3px; }

.site-header {
  position: sticky; top: 0; z-index: 50;
  background: rgba(252, 250, 244, .92);
  border-bottom: 1px solid rgba(220, 231, 223, .8);
  backdrop-filter: blur(16px);
}
.nav-shell { min-height: 78px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: inline-flex; align-items: center; gap: 11px; flex-shrink: 0; }
.brand img { width: 250px; }
.brand-name { font-weight: 750; font-size: 1.02rem; line-height: 1.1; letter-spacing: -.03em; }
.brand-name span { display: block; color: var(--coral-deep); font-size: .66rem; font-weight: 700; letter-spacing: .14em; margin-top: 4px; text-transform: uppercase; }
.nav-menu { display: flex; align-items: center; gap: 27px; margin-left: auto; }
.nav-menu a { color: var(--ink-soft); font-size: .9rem; font-weight: 650; position: relative; }
.nav-menu a:not(.btn)::after { content: ""; position: absolute; left: 0; bottom: -7px; width: 0; height: 2px; border-radius: 3px; background: var(--coral); transition: width .2s ease; }
.nav-menu a:not(.btn):hover::after, .nav-menu a[aria-current="page"]:not(.btn)::after { width: 100%; }
.nav-menu a[aria-current="page"] { color: var(--ink); }
.nav-toggle { display: none; border: 0; border-radius: 10px; padding: 8px; color: var(--ink); background: transparent; }
.nav-toggle svg { display: block; width: 25px; height: 25px; }

.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 9px;
  min-height: 46px; border: 1px solid transparent; border-radius: 999px; padding: 11px 20px;
  color: var(--ink); background: transparent; font-size: .9rem; font-weight: 750; line-height: 1.2;
  transition: transform .2s ease, background .2s ease, border-color .2s ease, color .2s ease, box-shadow .2s ease;
}
.btn:hover { transform: translateY(-2px); }
.btn-primary { color: #fff; background: var(--coral); box-shadow: 0 9px 18px rgba(217,108,69,.22); }
.btn-primary:hover { color: #fff; background: var(--coral-deep); }
.btn-secondary { color: var(--green); border-color: var(--green); background: transparent; }
.btn-secondary:hover { color: #fff; background: var(--green); }
.btn-light { color: var(--ink); background: #fff; box-shadow: 0 8px 18px rgba(0,0,0,.08); }
.btn-light:hover { color: var(--green); }
.btn-text { min-height: auto; padding: 0; color: var(--green); border-radius: 0; }
.btn-text span { transition: transform .2s ease; }
.btn-text:hover { color: var(--coral-deep); }
.btn-text:hover span { transform: translateX(4px); }
.btn-small { min-height: 39px; padding: 9px 15px; font-size: .82rem; }

.hero-wrap { padding: 42px 0 0; }
.hero-shell {
  position: relative; overflow: hidden; min-height: 570px; display: grid; grid-template-columns: 1.03fr .97fr;
  border-radius: var(--radius-lg); background: var(--sage); box-shadow: var(--shadow);
}
.hero-copy { position: relative; z-index: 2; align-self: center; padding: 76px 28px 76px 76px; }
.eyebrow { display: inline-flex; align-items: center; gap: 8px; color: var(--coral-deep); font-size: .75rem; font-weight: 800; letter-spacing: .17em; line-height: 1.2; text-transform: uppercase; }
.eyebrow::before { content: ""; display: inline-block; width: 28px; height: 2px; border-radius: 2px; background: currentColor; }
.hero-copy h1 { max-width: 650px; margin: 20px 0 22px; }
.hero-copy h1 em { color: var(--coral-deep); font-style: normal; }
.hero-copy > p { max-width: 525px; color: var(--ink-soft); font-size: 1.08rem; }
.hero-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 14px; margin-top: 28px; }
.hero-trust { display: flex; align-items: center; gap: 13px; margin-top: 40px; color: var(--ink-soft); font-size: .8rem; }
.avatar-stack { display: flex; padding-left: 7px; }
.avatar-stack span { width: 30px; height: 30px; display: grid; place-items: center; margin-left: -7px; border: 2px solid var(--sage); border-radius: 50%; color: #fff; font-size: .64rem; font-weight: 800; }
.avatar-stack span:nth-child(1) { background: #c67c65; }
.avatar-stack span:nth-child(2) { background: #698e7c; }
.avatar-stack span:nth-child(3) { background: #68849d; }
.avatar-stack span:nth-child(4) { background: #bd9b56; }
.hero-visual { position: relative; min-height: 570px; }
.hero-visual img { position: center;  width: 100%; height: 100%; object-fit: cover; object-position: center;}
.hero-visual::after { content: ""; position: absolute; z-index: 3; inset: 0; background: linear-gradient(90deg, var(--sage) 0%, transparent 31%); pointer-events: none; }
.floating-card { position: absolute; z-index: 4; right: 24px; bottom: 26px; display: flex; align-items: center; gap: 12px; max-width: 220px; padding: 13px 15px; border: 1px solid rgba(255,255,255,.55); border-radius: 14px; color: var(--ink); background: rgba(255,255,255,.88); box-shadow: 0 10px 25px rgba(23, 59, 50, .13); font-size: .78rem; line-height: 1.35; backdrop-filter: blur(10px); }
.floating-icon { width: 34px; height: 34px; display: grid; place-items: center; flex-shrink: 0; border-radius: 11px; color: #fff; background: var(--coral); }
.floating-icon svg { width: 17px; }

.section { padding: 104px 0; }
.section-sm { padding: 72px 0; }
.section-header { display: flex; align-items: end; justify-content: space-between; gap: 24px; margin-bottom: 40px; }
.section-header h2 { max-width: 640px; }
.section-header > p { max-width: 410px; color: var(--muted); margin-bottom: 4px; }
.kicker { color: var(--coral-deep); font-size: .76rem; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; margin-bottom: 13px; }
.muted { color: var(--muted); }
.center { text-align: center; }
.center .eyebrow { justify-content: center; }

.about-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 80px; align-items: center; }
.about-visual { position: relative; min-height: 440px; padding: 28px; border-radius: var(--radius-lg); background: #f0eadf; overflow: hidden; }
.about-visual::after { content: ""; position: absolute; right: -44px; top: -46px; width: 180px; height: 180px; border: 1px solid var(--coral); border-radius: 50%; box-shadow: 0 0 0 18px rgba(239,138,96,.12), 0 0 0 36px rgba(239,138,96,.07); }
.about-visual img { width: 140px; height: 140px; position: absolute; right: 32px; top: 32px; opacity: .9; }
.about-visual-art { position: absolute; left: 45px; right: 45px; bottom: 35px; height: 265px; border-radius: 140px 140px 24px 24px; background: linear-gradient(155deg, #bdd9c8, #87b59d); }
.about-visual-art::before { content: ""; position: absolute; width: 150px; height: 150px; left: 50%; top: -45px; transform: translateX(-50%); border-radius: 50%; background: #d89375; box-shadow: 0 136px 0 33px #315f50; }
.about-visual-art::after { content: ""; position: absolute; left: 50%; bottom: 57px; width: 205px; height: 76px; transform: translateX(-50%) rotate(-9deg); border-radius: 60% 60% 10px 10px; background: #fcfaf4; box-shadow: 0 0 0 2px rgba(23,59,50,.04); }
.visual-note { position: absolute; z-index: 3; left: 22px; top: 22px; padding: 10px 13px; border-radius: 10px; color: var(--green); background: #fff; font-size: .73rem; font-weight: 800; letter-spacing: .05em; text-transform: uppercase; box-shadow: var(--shadow-soft); }
.about-copy h2 { margin-bottom: 20px; }
.about-copy > p { max-width: 570px; color: var(--muted); }
.bullet-list { display: grid; gap: 16px; margin: 27px 0 30px; padding: 0; list-style: none; }
.bullet-list li { display: flex; align-items: flex-start; gap: 12px; color: var(--ink-soft); }
.check { width: 21px; height: 21px; display: grid; place-items: center; flex-shrink: 0; margin-top: 2px; border-radius: 50%; color: #fff; background: var(--green); }
.check svg { width: 12px; height: 12px; }

.stat-strip { padding: 25px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.stat { display: flex; align-items: center; gap: 13px; min-height: 55px; }
.stat + .stat { border-left: 1px solid var(--line); }
.stat-number { color: var(--green); font-size: 1.75rem; font-weight: 800; letter-spacing: -.06em; }
.stat-label { color: var(--muted); font-size: .78rem; line-height: 1.35; }

.soft-section { background: var(--sage-light); }
.feature-card { height: 100%; padding: 30px; border: 1px solid rgba(36,101,82,.12); border-radius: var(--radius-md); background: rgba(255,255,255,.72); }
.feature-icon { width: 48px; height: 48px; display: grid; place-items: center; margin-bottom: 24px; border-radius: 15px; color: var(--green); background: #d8ebe0; }
.feature-icon.coral { color: var(--coral-deep); background: #f8e4db; }
.feature-icon.gold { color: #9b7431; background: #f4ead6; }
.feature-icon svg { width: 23px; height: 23px; }
.feature-card h3 { margin-bottom: 11px; }
.feature-card p { color: var(--muted); margin: 0; font-size: .94rem; }

.service-card { height: 100%; overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius-md); background: var(--paper); box-shadow: 0 5px 18px rgba(23,59,50,.025); transition: transform .25s ease, box-shadow .25s ease; }
.service-card:hover { transform: translateY(-6px); box-shadow: var(--shadow); }
.service-image { width: 100%; aspect-ratio: 1.8 / 1; object-fit: cover; }
.service-card-body { display: flex; min-height: 190px; flex-direction: column; align-items: flex-start; padding: 23px 24px 24px; }
.service-card h3 { margin-bottom: 9px; font-size: 1.18rem; }
.service-card p { flex: 1; color: var(--muted); font-size: .88rem; line-height: 1.55; margin-bottom: 17px; }
.services-note { margin-top: 27px; color: var(--muted); font-size: .86rem; }

.quote-grid { align-items: stretch; }
.quote-card { position: relative; height: 100%; padding: 30px; border-radius: var(--radius-md); background: #fff; box-shadow: var(--shadow-soft); }
.quote-mark { position: absolute; top: 21px; right: 27px; color: var(--coral); font-family: Georgia, serif; font-size: 4rem; line-height: 1; }
.stars { color: var(--gold); font-size: .9rem; letter-spacing: 2px; }
.quote-card blockquote { margin: 21px 0 24px; color: var(--ink-soft); font-size: 1rem; line-height: 1.65; }
.person { display: flex; align-items: center; gap: 11px; }
.person-avatar { width: 39px; height: 39px; display: grid; place-items: center; border-radius: 50%; color: #fff; font-size: .75rem; font-weight: 800; }
.person-avatar.one { background: #6b927b; }
.person-avatar.two { background: #c9775c; }
.person-avatar.three { background: #7188a4; }
.person strong { display: block; font-size: .84rem; }
.person small { display: block; color: var(--muted); font-size: .73rem; }

.faq-wrap { max-width: 850px; margin: 0 auto; }
.faq-list { border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { position: relative; padding: 21px 46px 21px 0; color: var(--ink); cursor: pointer; font-size: 1.02rem; font-weight: 700; list-style: none; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { content: "+"; position: absolute; right: 4px; top: 16px; color: var(--coral-deep); font-size: 1.5rem; font-weight: 400; transition: transform .2s ease; }
.faq-list details[open] summary::after { transform: rotate(45deg); }
.faq-list details p { max-width: 760px; padding: 0 40px 21px 0; color: var(--muted); font-size: .93rem; }

.cta-band { position: relative; overflow: hidden; padding: 59px 62px; border-radius: var(--radius-lg); color: #fff; background: var(--green); }
.cta-band::after { content: ""; position: absolute; right: -62px; bottom: -106px; width: 310px; height: 310px; border: 1px solid rgba(255,255,255,.22); border-radius: 50%; box-shadow: 0 0 0 26px rgba(255,255,255,.06), 0 0 0 54px rgba(255,255,255,.04); }
.cta-band h2 { position: relative; z-index: 1; max-width: 630px; margin-bottom: 13px; }
.cta-band p { position: relative; z-index: 1; max-width: 580px; color: rgba(255,255,255,.75); }
.cta-band .btn { position: relative; z-index: 1; margin-top: 13px; }

.page-hero { padding: 71px 0 76px; background: var(--sage-light); border-bottom: 1px solid var(--line); }
.page-hero-inner { max-width: 760px; }
.breadcrumb { display: flex; align-items: center; gap: 9px; margin-bottom: 20px; color: var(--muted); font-size: .78rem; font-weight: 650; }
.breadcrumb span { color: var(--coral); }
.page-hero h1 { font-size: clamp(2.5rem, 5vw, 4.2rem); margin-bottom: 17px; }
.page-hero p { max-width: 620px; color: var(--muted); font-size: 1.05rem; }

.value-list { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; margin-top: 28px; }
.value-item { padding: 21px; border-radius: 15px; background: var(--sage-light); }
.value-item strong { display: block; margin-bottom: 5px; }
.value-item p { color: var(--muted); font-size: .86rem; margin: 0; }
.timeline { display: grid; gap: 20px; margin-top: 32px; }
.timeline-item { display: grid; grid-template-columns: 48px 1fr; gap: 16px; align-items: start; }
.timeline-num { width: 42px; height: 42px; display: grid; place-items: center; border-radius: 50%; color: var(--green); background: var(--sage); font-size: .8rem; font-weight: 800; }
.timeline-item h3 { margin-bottom: 6px; font-size: 1.05rem; }
.timeline-item p { color: var(--muted); font-size: .9rem; margin: 0; }

.service-intro { max-width: 680px; margin-bottom: 44px; }
.service-intro p { color: var(--muted); font-size: 1.03rem; }
.service-grid .col-lg-4 { margin-bottom: 24px; }
.service-grid .service-card { height: 100%; }

.contact-grid { align-items: start; }
.contact-panel { padding: 37px; border-radius: var(--radius-lg); color: #fff; background: var(--green); }
.contact-panel h2 { margin-bottom: 15px; font-size: 2rem; }
.contact-panel > p { color: rgba(255,255,255,.74); font-size: .92rem; }
.contact-details { display: grid; gap: 21px; margin-top: 33px; }
.contact-detail { display: grid; grid-template-columns: 38px 1fr; gap: 12px; align-items: start; }
.contact-detail-icon { width: 38px; height: 38px; display: grid; place-items: center; border-radius: 12px; color: var(--green); background: rgba(255,255,255,.9); }
.contact-detail-icon svg { width: 18px; height: 18px; }
.contact-detail strong { display: block; font-size: .8rem; letter-spacing: .04em; text-transform: uppercase; }
.contact-detail a, .contact-detail span { display: block; color: rgba(255,255,255,.76); font-size: .89rem; line-height: 1.5; }
.contact-hours { margin-top: 33px; padding-top: 23px; border-top: 1px solid rgba(255,255,255,.18); color: rgba(255,255,255,.76); font-size: .83rem; }
.form-card { padding: 37px; border: 1px solid var(--line); border-radius: var(--radius-lg); background: #fff; box-shadow: var(--shadow-soft); }
.form-card h2 { margin-bottom: 8px; font-size: 2rem; }
.form-card > p { color: var(--muted); font-size: .9rem; margin-bottom: 26px; }
.form-row { display: grid; grid-template-columns: repeat(2, 1fr); gap: 17px; }
.form-group { margin-bottom: 17px; }
.form-group label { display: block; margin-bottom: 7px; color: var(--ink-soft); font-size: .78rem; font-weight: 750; }
.form-control { width: 100%; border: 1px solid #d5e1da; border-radius: 11px; padding: 12px 13px; outline: none; color: var(--ink); background: #fbfdfb; font-size: .9rem; transition: border-color .2s ease, box-shadow .2s ease; }
.form-control::placeholder { color: #9aaba2; }
.form-control:focus { border-color: var(--green); box-shadow: 0 0 0 3px rgba(36,101,82,.11); }
textarea.form-control { min-height: 120px; resize: vertical; }
select.form-control { appearance: auto; }
.checkbox-row { display: flex; align-items: flex-start; gap: 9px; margin: 4px 0 21px; color: var(--muted); font-size: .78rem; line-height: 1.4; }
.checkbox-row input { width: 16px; height: 16px; flex-shrink: 0; margin-top: 2px; accent-color: var(--green); }
.checkbox-row a { color: var(--green); text-decoration: underline; text-underline-offset: 2px; }
.form-feedback { display: none; margin-top: 17px; padding: 12px 14px; border-radius: 10px; color: var(--green); background: #e7f4ea; font-size: .84rem; }
.form-feedback.is-visible { display: block; }
.form-feedback.error { color: #a14335; background: #fbe9e4; }
.form-note { margin-top: 15px; color: var(--muted); font-size: .75rem; }

.newsletter-layout { display: grid; grid-template-columns: .9fr 1.1fr; gap: 80px; align-items: center; }
.newsletter-card { padding: 42px; border-radius: var(--radius-lg); background: var(--sage-light); }
.newsletter-card h2 { margin-bottom: 12px; }
.newsletter-card > p { color: var(--muted); }
.preference-list { display: grid; gap: 9px; margin: 22px 0 29px; }
.preference-list label { display: flex; align-items: center; gap: 10px; color: var(--ink-soft); font-size: .86rem; }
.preference-list input { accent-color: var(--green); }
.email-note { display: flex; align-items: center; gap: 8px; color: var(--muted); font-size: .76rem; }
.email-note svg { width: 15px; color: var(--green); }

.legal-layout { display: grid; grid-template-columns: 230px 1fr; gap: 70px; align-items: start; }
.legal-nav { position: sticky; top: 115px; padding: 19px; border: 1px solid var(--line); border-radius: 14px; background: #fff; }
.legal-nav strong { display: block; margin-bottom: 10px; font-size: .75rem; letter-spacing: .12em; text-transform: uppercase; }
.legal-nav a { display: block; padding: 7px 0; color: var(--muted); font-size: .82rem; }
.legal-nav a:hover { color: var(--green); }
.legal-copy { max-width: 780px; }
.legal-copy .updated { color: var(--coral-deep); font-size: .78rem; font-weight: 750; letter-spacing: .08em; text-transform: uppercase; }
.legal-copy h2 { margin: 38px 0 12px; font-size: 1.5rem; }
.legal-copy h2:first-of-type { margin-top: 25px; }
.legal-copy p, .legal-copy li { color: var(--muted); font-size: .92rem; }
.legal-copy ul { padding-left: 21px; }
.legal-copy li { margin: 8px 0; }
.legal-callout { margin: 27px 0; padding: 18px 20px; border-left: 3px solid var(--coral); border-radius: 0 12px 12px 0; background: #fff6ee; color: var(--ink-soft); font-size: .88rem; }

.site-footer { padding: 65px 0 28px; color: rgba(255,255,255,.73); background: var(--ink); }
.footer-grid { display: grid; grid-template-columns: 1.4fr .75fr .75fr 1fr; gap: 38px; padding-bottom: 50px; }
.footer-brand .brand-name { color: #fff; }
.footer-brand .brand-name span { color: #f1a07e; }
.footer-brand p { max-width: 300px; margin-top: 19px; font-size: .84rem; line-height: 1.6; }
.site-footer h3 { margin-bottom: 15px; color: #fff; font-size: .78rem; letter-spacing: .13em; text-transform: uppercase; }
.footer-links { display: grid; gap: 8px; }
.footer-links a { font-size: .83rem; }
.footer-links a:hover { color: #fff; }
.footer-newsletter p { font-size: .82rem; }
.footer-subscribe { display: flex; gap: 7px; margin-top: 17px; }
.footer-subscribe input { min-width: 0; width: 100%; border: 1px solid rgba(255,255,255,.22); border-radius: 9px; padding: 10px 11px; outline: none; color: #fff; background: rgba(255,255,255,.09); font-size: .78rem; }
.footer-subscribe input::placeholder { color: rgba(255,255,255,.53); }
.footer-subscribe button { width: 42px; flex-shrink: 0; border: 0; border-radius: 9px; color: var(--ink); background: var(--coral); }
.footer-subscribe button:hover { background: #f2a17f; }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; padding-top: 23px; border-top: 1px solid rgba(255,255,255,.15); font-size: .75rem; }
.footer-bottom a { color: rgba(255,255,255,.78); }
.footer-bottom a:hover { color: #fff; }
.footer-legal { display: flex; gap: 18px; }

.toast { position: fixed; z-index: 100; right: 22px; bottom: 22px; max-width: 340px; transform: translateY(140%); padding: 15px 18px; border: 1px solid rgba(255,255,255,.35); border-radius: 13px; color: #fff; background: var(--green); box-shadow: var(--shadow); font-size: .84rem; transition: transform .35s ease; }
.toast.is-visible { transform: translateY(0); }

.reveal { opacity: 0; transform: translateY(18px); transition: opacity .6s ease, transform .6s ease; }
.reveal.is-visible { opacity: 1; transform: translateY(0); }

@media (max-width: 991px) {
  .nav-menu { gap: 15px; }
  .nav-menu .btn { padding-inline: 14px; }
  .hero-copy { padding-left: 48px; }
  .about-grid, .newsletter-layout { gap: 44px; }
  .footer-grid { grid-template-columns: 1.3fr 1fr 1fr; }
  .footer-newsletter { grid-column: span 3; max-width: 450px; }
}
@media (max-width: 767px) {
  .container { width: min(calc(100% - 32px), 600px); }
  .announcement { font-size: .67rem; letter-spacing: .06em; }
  .nav-shell { min-height: 70px; }
  .nav-toggle { display: block; }
  .nav-menu { position: absolute; top: 70px; left: 16px; right: 16px; display: none; flex-direction: column; align-items: stretch; gap: 0; padding: 10px; border: 1px solid var(--line); border-radius: 15px; background: rgba(255,255,255,.98); box-shadow: var(--shadow); }
  .nav-menu.is-open { display: flex; }
  .nav-menu a { padding: 11px 12px; }
  .nav-menu a:not(.btn)::after { display: none; }
  .nav-menu .btn { margin: 6px 4px 3px; }
  .hero-wrap { padding-top: 22px; }
  .hero-shell { display: block; min-height: 0; }
  .hero-copy { padding: 46px 28px 38px; }
  .hero-copy h1 { font-size: clamp(2.55rem, 12vw, 4.1rem); }
  .hero-copy > p { font-size: .98rem; }
  .hero-visual { min-height: 330px; }
  .hero-visual::before { width: 230px; height: 230px; top: 30px; left: 16%; }
  .hero-visual img { object-position: center 35%; }
  .floating-card { right: 14px; bottom: 14px; }
  .section { padding: 75px 0; }
  .section-sm { padding: 52px 0; }
  .section-header { display: block; margin-bottom: 27px; }
  .section-header > p { margin-top: 14px; }
  .about-grid, .newsletter-layout, .legal-layout { display: block; }
  .about-visual { min-height: 365px; margin-bottom: 38px; }
  .stat { justify-content: center; margin-bottom: 14px; }
  .stat + .stat { border-left: 0; }
  .stat-strip .row { gap: 5px; }
  .stat-strip [class*="col-"] { width: 50%; }
  .value-list { gap: 11px; }
  .value-item { padding: 16px; }
  .cta-band { padding: 39px 28px; }
  .page-hero { padding: 52px 0 55px; }
  .contact-panel { margin-bottom: 24px; padding: 29px; }
  .form-card { padding: 26px 21px; }
  .form-row { display: block; }
  .newsletter-card { padding: 29px 23px; margin-top: 30px; }
  .legal-nav { position: static; margin-bottom: 35px; }
  .footer-grid { grid-template-columns: repeat(2, 1fr); gap: 30px 22px; }
  .footer-brand, .footer-newsletter { grid-column: span 2; }
  .footer-bottom { display: block; }
  .footer-legal { margin-top: 9px; }
}
@media (max-width: 430px) {
  .hero-actions { align-items: stretch; flex-direction: column; }
  .hero-actions .btn { width: 100%; }
  .hero-trust { align-items: flex-start; }
  .value-list { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
}

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

/* Photo-led editorial panels used on the About and Subscribe pages. */
.about-visual img.about-photo {
  position: absolute;
  z-index: 1;
  inset: 28px;
  width: calc(100% - 56px);
  height: calc(100% - 56px);
  right: auto;
  top: auto;
  object-fit: cover;
  object-position: center;
  border-radius: 20px;
  opacity: 1;
}
.about-visual img.about-stamp {
  position: absolute;
  z-index: 3;
  top: 18px;
  right: 18px;
  width: 82px;
  height: 82px;
  opacity: .96;
}
