:root {
  --ink: #183a37;
  --ink-2: #2d4f4b;
  --cream: #f7f3e9;
  --sand: #e9dfcf;
  --peach: #f0ad3e;
  --yellow: #f6ae32;
  --ochre: #a96617;
  --mint: #c9dfd4;
  --white: #fffdf8;
  --line: rgba(24,58,55,.14);
  --shadow: 0 24px 70px rgba(24,58,55,.12);
  --radius: 28px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--white);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; }
img, svg { display: block; max-width: 100%; }
.container { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }
.skip-link { position: fixed; left: 16px; top: -60px; background: var(--ink); color: white; padding: 12px 16px; z-index: 100; border-radius: 10px; }
.skip-link:focus { top: 16px; }

.site-header {
  position: sticky; top: 0; z-index: 50;
  background: rgba(255,253,248,.88);
  border-bottom: 1px solid rgba(24,58,55,.07);
  backdrop-filter: blur(14px);
}
.nav-wrap { min-height: 88px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: inline-flex; align-items: center; gap: 10px; }
.brand-logo { display:block; width:210px; height:auto; }
.primary-nav { display: flex; align-items: center; gap: 22px; font-size: 14px; font-weight: 750; }
.primary-nav > a:not(.button):hover { color: var(--ochre); }
.menu-toggle { display: none; background: none; border: 0; padding: 8px; }
.menu-toggle span { display: block; width: 24px; height: 2px; margin: 5px 0; background: var(--ink); }

.button {
  display: inline-flex; justify-content: center; align-items: center;
  min-height: 52px; padding: 0 22px; border: 0; border-radius: 999px;
  background: var(--ink); color: white; font-weight: 800; cursor: pointer;
  transition: transform .18s ease, background .18s ease;
}
.button:hover { transform: translateY(-2px); background: #214d48; }
.button-small { min-height: 42px; padding: 0 17px; font-size: 13px; }
.text-link { display: inline-flex; align-items: center; gap: 8px; font-weight: 850; border-bottom: 1px solid var(--ink); padding-bottom: 3px; }
.text-link span { transition: transform .18s ease; }
.text-link:hover span { transform: translateX(4px); }

.hero {
  overflow: hidden;
  background:
    radial-gradient(circle at 8% 7%, rgba(241,201,95,.24), transparent 28%),
    var(--cream);
}
.hero-grid { min-height: 690px; display: grid; grid-template-columns: 1.02fr .98fr; align-items: center; gap: 70px; padding-block: 64px 70px; }
.eyebrow { margin: 0 0 16px; color: var(--ochre); font-weight: 850; font-size: 12px; text-transform: uppercase; letter-spacing: .18em; }
.hero h1, h2 { letter-spacing: -.055em; line-height: .98; margin: 0; }
.hero h1 { max-width: 720px; font-family: Georgia, "Times New Roman", serif; font-size: clamp(59px, 7vw, 102px); font-weight: 500; }
.hero h1 em { color: #b76f1a; font-weight: 500; }
.hero-text { max-width: 650px; margin: 28px 0 30px; font-size: clamp(18px, 1.6vw, 21px); color: var(--ink-2); }
.hero-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 22px; }
.contact-alternative { font-size:13px; color:var(--ink-2); opacity:.78; }
.trust-row { margin-top: 30px; display: flex; gap: 20px; flex-wrap: wrap; font-size: 13px; font-weight: 750; color: var(--ink-2); }

.hero-art { min-height: 520px; position: relative; }
.hero-image img {
  position:absolute; inset:3% 2% 0 4%; width:94%; height:97%; object-fit:cover; object-position:72% center;
  border-radius:220px 220px 40px 40px; box-shadow:var(--shadow);
}
.arch {
  position: absolute; inset: 7% 3% 0 9%; border-radius: 220px 220px 40px 40px;
  background: var(--mint); box-shadow: var(--shadow);
  overflow: hidden;
}
.arch::before { content:""; position:absolute; width:340px; height:340px; border-radius:50%; background:#f2cf75; right:-105px; top:-100px; opacity:.85; }
.arch::after { content:""; position:absolute; width:280px; height:100px; border-radius:50%; background:rgba(255,255,255,.32); left:55px; bottom:28px; }
.sun { position:absolute; width:85px; height:85px; border-radius:50%; background:var(--peach); right:1%; top:0; }
.pet-card { position:absolute; z-index:2; background:#fff9ed; border:7px solid var(--ink); box-shadow:0 16px 35px rgba(24,58,55,.15); }
.dog-card { width:230px; height:270px; left:46px; bottom:52px; border-radius:48% 48% 44% 44%; transform:rotate(-4deg); }
.cat-card { width:185px; height:215px; right:42px; bottom:71px; border-radius:50% 50% 44% 44%; transform:rotate(5deg); background:#efb08e; }
.dog-ears i, .cat-ears i { position:absolute; z-index:-1; top:-36px; width:76px; height:90px; border:7px solid var(--ink); background:#b9835e; }
.dog-ears i:first-child { left:10px; border-radius:65% 35% 15% 70%; transform:rotate(-25deg); }
.dog-ears i:last-child { right:10px; border-radius:35% 65% 70% 15%; transform:rotate(25deg); }
.cat-ears i { top:-33px; width:64px; height:68px; background:#efb08e; }
.cat-ears i:first-child { left:12px; clip-path:polygon(50% 0,100% 100%,0 100%); }
.cat-ears i:last-child { right:12px; clip-path:polygon(50% 0,100% 100%,0 100%); }
.dog-face, .cat-face { position:absolute; inset:0; }
.eye { position:absolute; top:95px; width:13px; height:18px; border-radius:50%; background:var(--ink); }
.dog-face .e1 { left:64px; }.dog-face .e2 { right:64px; }
.cat-face .eye { top:72px; width:11px; height:16px; }
.cat-face .e1 { left:49px; }.cat-face .e2 { right:49px; }
.nose { position:absolute; left:50%; transform:translateX(-50%); top:133px; width:31px; height:23px; border-radius:50% 50% 60% 60%; background:var(--ink); }
.cat-face .nose { top:105px; width:18px; height:13px; }
.smile { position:absolute; left:50%; top:158px; width:46px; height:24px; border-bottom:5px solid var(--ink); border-radius:0 0 50% 50%; transform:translateX(-50%); }
.whiskers { position:absolute; top:114px; width:58px; height:1px; background:var(--ink); }
.w1 { left:4px; transform:rotate(9deg); }.w2 { right:4px; transform:rotate(-9deg); }
.tag { position:absolute; bottom:20px; left:50%; transform:translateX(-50%); padding:6px 12px; border-radius:999px; background:var(--ink); color:white; font-size:10px; font-weight:900; letter-spacing:.14em; }
.plant { position:absolute; left:23px; bottom:26px; width:74px; height:110px; z-index:1; }
.plant i { position:absolute; bottom:0; left:32px; width:12px; height:100px; background:var(--ink); border-radius:999px; transform-origin:bottom; }
.plant i:first-child { transform:rotate(-35deg); }.plant i:nth-child(2) { transform:rotate(0); }.plant i:nth-child(3) { transform:rotate(35deg); }
.floating-note { position:absolute; z-index:4; right:-5px; bottom:24px; background:var(--white); border:1px solid var(--line); box-shadow:var(--shadow); padding:15px 18px; border-radius:18px; font-size:13px; line-height:1.3; transform:rotate(-3deg); }
.floating-note strong { font-size:15px; }

.trust-strip { background:var(--ink); color:white; }
.trust-strip-grid { display:grid; grid-template-columns:repeat(4,1fr); }
.trust-strip-grid div { padding:27px 20px; border-right:1px solid rgba(255,255,255,.13); }
.trust-strip-grid div:last-child { border-right:0; }
.trust-strip strong, .trust-strip span { display:block; }
.trust-strip strong { font-family:Georgia,serif; font-size:20px; font-weight:500; }
.trust-strip span { color:rgba(255,255,255,.72); font-size:12px; margin-top:3px; }

.section { padding:105px 0; }
.section-heading { display:flex; justify-content:space-between; align-items:flex-end; gap:50px; margin-bottom:48px; }
.section-heading h2, .why h2, .faq h2, .contact-section h2 { font-family:Georgia,serif; font-size:clamp(44px,5vw,67px); font-weight:500; }
.section-heading > p { max-width:460px; margin:0 0 5px; color:#56706d; font-size:17px; }
.compact { margin-bottom:40px; }

.services { background:var(--white); }
.service-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:16px; }
.service-card { min-height:275px; padding:28px; border:1px solid var(--line); border-radius:var(--radius); background:#fff; display:flex; flex-direction:column; transition:transform .2s ease, box-shadow .2s ease, background .2s ease, border-color .2s ease; }
.service-card:hover { background:#f3ead9; border-color:rgba(169,102,23,.3); transform:translateY(-4px); box-shadow:0 20px 40px rgba(24,58,55,.08); }
.service-icon { font-size:34px; }
.service-card h3 { margin:25px 0 10px; font-family:Georgia,serif; font-size:28px; font-weight:500; }
.service-card p { margin:0; color:#59716e; }
.service-meta { margin-top:auto; padding-top:20px; font-size:11px; font-weight:850; text-transform:uppercase; letter-spacing:.12em; color:var(--ochre); }
.heat-note { margin:20px 0 0; color:#6b7e7b; font-size:13px; }

.why { background:var(--cream); overflow:hidden; }
.why-grid { display:grid; grid-template-columns:.9fr 1.1fr; align-items:center; gap:90px; }
.why-visual { min-height:520px; position:relative; }
.why-image { position:absolute; inset:0; width:100%; height:100%; object-fit:contain; filter:drop-shadow(0 24px 35px rgba(24,58,55,.12)); }
.why-copy .lead { font-size:19px; color:#526d69; margin:26px 0 34px; max-width:650px; }
.check-list { border-top:1px solid var(--line); margin-bottom:28px; }
.check-list > div { display:grid; grid-template-columns:48px 1fr; gap:18px; padding:20px 0; border-bottom:1px solid var(--line); }
.check-list span { font-weight:900; color:var(--ochre); font-size:12px; }
.check-list p { margin:0; color:#58706d; }
.check-list strong { color:var(--ink); }

.about-home { background:var(--white); }
.about-grid { display:grid; grid-template-columns:.9fr 1.1fr; align-items:center; gap:90px; }
.about-photo-wrap { position:relative; width:min(470px,100%); margin-inline:auto; }
.about-photo { width:100%; aspect-ratio:1/1.05; object-fit:cover; object-position:center 28%; border-radius:220px 220px 34px 34px; box-shadow:var(--shadow); }
.about-badge { position:absolute; right:-18px; bottom:24px; padding:16px 20px; border:1px solid var(--line); border-radius:18px; background:var(--white); box-shadow:0 15px 35px rgba(24,58,55,.14); }
.about-badge strong, .about-badge span { display:block; }
.about-badge strong { font-family:Georgia,serif; font-size:22px; font-weight:500; }
.about-badge span { color:#657975; font-size:11px; }
.about-copy h2 { margin:0; font-family:Georgia,serif; font-size:clamp(44px,5vw,67px); font-weight:500; }
.about-copy .lead { margin:26px 0 18px; color:#425f5b; font-size:19px; }
.about-copy > p:not(.eyebrow):not(.lead) { color:#5b716e; }
.credential-row { display:flex; flex-wrap:wrap; gap:9px; margin:28px 0; }
.credential-row span { padding:8px 12px; border:1px solid rgba(24,58,55,.18); border-radius:999px; background:var(--cream); font-size:11px; font-weight:850; }

.process { background:var(--ink); color:white; }
.process .eyebrow { color:#f4c46d; }
.steps { display:grid; grid-template-columns:repeat(3,1fr); gap:14px; }
.steps article { padding:30px; border:1px solid rgba(255,255,255,.15); border-radius:24px; background:rgba(255,255,255,.045); }
.steps span { display:inline-flex; width:42px; height:42px; align-items:center; justify-content:center; border-radius:50%; background:var(--yellow); color:var(--ink); font-weight:900; }
.steps h3 { font-family:Georgia,serif; font-size:28px; font-weight:500; margin:28px 0 8px; }
.steps p { margin:0; color:rgba(255,255,255,.7); }

.reviews { background:#e7efe9; }
.review-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:16px; }
.review-card { min-height:285px; margin:0; padding:30px; border:1px solid rgba(24,58,55,.12); border-radius:var(--radius); background:var(--white); display:flex; flex-direction:column; box-shadow:0 14px 38px rgba(24,58,55,.06); }
.review-stars { color:var(--ochre); font-size:16px; letter-spacing:.13em; }
.review-card blockquote { margin:34px 0; font-family:Georgia,serif; font-size:27px; line-height:1.2; }
.review-card figcaption { display:flex; flex-direction:column; gap:3px; margin-top:auto; }
.review-card figcaption strong { font-size:14px; }
.review-card figcaption span { color:#697d79; font-size:11px; }
.reviews-action { margin-top:28px; text-align:center; }

.faq { background:#fff; }
.faq-grid { display:grid; grid-template-columns:.75fr 1.25fr; gap:80px; }
.faq-intro { position:sticky; top:120px; align-self:start; }
.faq-intro > p:not(.eyebrow) { color:#607773; max-width:360px; margin:24px 0; }
.accordion details { border-top:1px solid var(--line); }
.accordion details:last-child { border-bottom:1px solid var(--line); }
.accordion summary { list-style:none; cursor:pointer; padding:24px 44px 24px 0; font-size:18px; font-weight:800; position:relative; }
.accordion summary::-webkit-details-marker { display:none; }
.accordion summary::after { content:"+"; position:absolute; right:4px; top:20px; font-size:30px; font-weight:300; }
.accordion details[open] summary::after { content:"–"; }
.accordion details p { margin:0; padding:0 45px 23px 0; color:#5e7673; max-width:720px; }

.contact-section { background:#f0c977; }
.contact-grid { display:grid; grid-template-columns:.85fr 1.15fr; gap:70px; align-items:start; }
.contact-copy > p:not(.eyebrow) { font-size:18px; max-width:470px; }
.contact-details { margin:34px 0 28px; border-top:1px solid rgba(24,58,55,.22); }
.contact-details > * { display:flex; justify-content:space-between; gap:20px; padding:15px 0; border-bottom:1px solid rgba(24,58,55,.22); }
.contact-details span { font-size:12px; font-weight:800; text-transform:uppercase; letter-spacing:.1em; }
.contact-details strong { text-align:right; font-size:14px; }
.client-login { font-weight:800; font-size:14px; }
.contact-form { background:var(--white); border-radius:30px; padding:32px; box-shadow:0 22px 60px rgba(91,65,24,.13); }
.field-row { display:grid; grid-template-columns:1fr 1fr; gap:15px; }
.contact-form label { display:block; font-size:12px; font-weight:850; letter-spacing:.02em; margin-bottom:15px; }
.contact-form input, .contact-form select, .contact-form textarea {
  width:100%; margin-top:7px; border:1px solid #d7d9d1; border-radius:12px; background:white; color:var(--ink);
  padding:13px 14px; outline:none; transition:border .15s ease, box-shadow .15s ease;
}
.contact-form textarea { resize:vertical; }
.contact-form input:focus, .contact-form select:focus, .contact-form textarea:focus { border-color:var(--ink); box-shadow:0 0 0 3px rgba(24,58,55,.1); }
.submit-button { width:100%; margin-top:2px; }
.field-help { margin:-3px 0 18px!important; color:#667b77; font-size:12px!important; line-height:1.55; }
.field-help a { color:var(--ink); font-weight:850; text-decoration:underline; text-underline-offset:3px; }
.hidden { position:absolute!important; width:1px!important; height:1px!important; overflow:hidden!important; clip:rect(1px,1px,1px,1px)!important; }

.site-footer { background:#102e2c; color:white; padding:65px 0 24px; }
.footer-grid { display:grid; grid-template-columns:1.4fr .7fr 1fr; gap:70px; }
.footer-brand { width:max-content; max-width:100%; padding:9px 13px; border-radius:14px; background:#fff; }
.footer-brand .brand-logo { width:220px; max-width:100%; }
.footer-grid > div:first-child > p { color:rgba(255,255,255,.62); max-width:300px; }
.footer-links, .footer-contact { display:flex; flex-direction:column; gap:11px; font-size:14px; color:rgba(255,255,255,.76); }
.footer-links a:hover, .footer-contact a:hover { color:white; }
.footer-bottom { margin-top:46px; padding-top:20px; border-top:1px solid rgba(255,255,255,.12); display:flex; justify-content:space-between; gap:20px; color:rgba(255,255,255,.46); font-size:11px; text-transform:uppercase; letter-spacing:.1em; }

.area-page { background:var(--cream); }
.area-header { position:sticky; top:0; z-index:20; background:rgba(255,253,248,.94); border-bottom:1px solid var(--line); backdrop-filter:blur(14px); }
.area-header-inner { min-height:88px; display:flex; align-items:center; justify-content:space-between; gap:24px; }
.area-main { padding:72px 0 90px; }
.area-intro { max-width:880px; text-align:center; }
.area-intro h1 { margin:0; font-family:Georgia,serif; font-size:clamp(52px,7vw,86px); font-weight:500; letter-spacing:-.055em; line-height:1; }
.area-intro > p:last-child { max-width:720px; margin:24px auto 0; color:#56706d; font-size:18px; }
.area-grid { display:grid; grid-template-columns:1fr 1fr; gap:24px; margin-top:54px; }
.area-card { overflow:hidden; border:1px solid var(--line); border-radius:var(--radius); background:var(--white); box-shadow:0 18px 48px rgba(24,58,55,.08); }
.area-card-copy { padding:30px 30px 22px; }
.area-card-copy h2 { margin:0; font-family:Georgia,serif; font-size:42px; font-weight:500; }
.area-card-copy > p:last-child { margin:14px 0 0; color:#5c716e; }
.area-map-frame { aspect-ratio:2214/1894; margin:0 18px 18px; overflow:hidden; border:1px solid var(--line); border-radius:18px; background:#fff; }
.area-map-frame img { width:100%; height:100%; object-fit:cover; }
.area-source { margin:14px 20px 22px; color:#6b7e7b; font-size:12px; }
.area-source a { color:var(--ink); font-weight:800; text-decoration:underline; text-underline-offset:3px; }
.area-note { margin-top:28px; padding:22px 26px; border:1px solid rgba(169,102,23,.22); border-radius:18px; background:#fff7e6; color:#5b6f6c; }
.area-note strong { color:var(--ink); }
.return-actions { margin-top:36px; text-align:center; }
.return-actions p { margin:10px 0 0; color:#6b7e7b; font-size:12px; }

.subpage-body { background:var(--white); }
.subpage-hero { overflow:hidden; padding:88px 0 78px; background:radial-gradient(circle at 90% 5%,rgba(240,173,62,.2),transparent 30%),var(--cream); }
.subpage-hero-grid { display:grid; grid-template-columns:1.1fr .9fr; align-items:center; gap:72px; }
.breadcrumb { display:flex; flex-wrap:wrap; gap:8px; margin:0 0 24px; color:#6a7e7a; font-size:12px; }
.breadcrumb a { font-weight:800; }
.subpage-hero h1 { margin:0; max-width:850px; font-family:Georgia,serif; font-size:clamp(54px,7vw,88px); font-weight:500; letter-spacing:-.055em; line-height:.98; }
.subpage-lead { max-width:720px; margin:26px 0 30px; color:#46625e; font-size:20px; }
.subpage-visual { min-height:430px; position:relative; }
.subpage-visual img { position:absolute; inset:0; width:100%; height:100%; object-fit:cover; border-radius:200px 200px 32px 32px; box-shadow:var(--shadow); }
.subpage-section { padding:92px 0; }
.subpage-section.alt { background:var(--cream); }
.content-grid { display:grid; grid-template-columns:1.2fr .8fr; gap:75px; align-items:start; }
.prose h2, .service-overview h2 { margin:0 0 24px; font-family:Georgia,serif; font-size:clamp(40px,5vw,62px); font-weight:500; }
.prose h3 { margin:32px 0 10px; font-family:Georgia,serif; font-size:28px; font-weight:500; }
.prose p { color:#526b67; font-size:17px; }
.prose p:first-of-type { font-size:19px; }
.side-card { padding:28px; border:1px solid var(--line); border-radius:var(--radius); background:var(--white); box-shadow:0 18px 45px rgba(24,58,55,.07); }
.side-card h2, .side-card h3 { margin:0 0 18px; font-family:Georgia,serif; font-size:30px; font-weight:500; }
.side-card p { color:#5c716e; }
.side-card .button { width:100%; margin-top:10px; }
.fact-list { margin:0; padding:0; list-style:none; }
.fact-list li { padding:13px 0; border-bottom:1px solid var(--line); color:#526b67; }
.fact-list li:last-child { border-bottom:0; }
.fact-list strong { color:var(--ink); }
.detail-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:16px; }
.detail-card { padding:28px; border:1px solid var(--line); border-radius:var(--radius); background:var(--white); }
.detail-card h2, .detail-card h3 { margin:0 0 13px; font-family:Georgia,serif; font-size:29px; font-weight:500; }
.detail-card p { margin:0; color:#5b716e; }
.page-cta { padding:74px 0; background:var(--ink); color:white; text-align:center; }
.page-cta h2 { margin:0 auto 22px; max-width:800px; font-family:Georgia,serif; font-size:clamp(42px,5vw,65px); font-weight:500; }
.page-cta p { margin:0 auto 28px; max-width:650px; color:rgba(255,255,255,.72); font-size:17px; }
.page-cta .button { background:var(--yellow); color:var(--ink); }
.page-cta .button:hover { background:#ffd071; }
.inline-links { display:flex; flex-wrap:wrap; gap:18px; align-items:center; }
.service-nav { display:flex; flex-wrap:wrap; gap:10px; margin-top:28px; }
.service-nav a { padding:9px 13px; border:1px solid var(--line); border-radius:999px; background:var(--cream); font-size:12px; font-weight:800; }
.service-nav a:hover { background:var(--sand); }
.local-note { padding:24px 26px; border-left:4px solid var(--yellow); border-radius:0 16px 16px 0; background:#fff7e6; color:#536c68; }

@media (max-width: 900px) {
  .menu-toggle { display:block; }
  .primary-nav { display:none; position:absolute; left:20px; right:20px; top:70px; padding:20px; flex-direction:column; align-items:stretch; gap:8px; background:var(--white); border:1px solid var(--line); border-radius:20px; box-shadow:var(--shadow); }
  .primary-nav.open { display:flex; }
  .primary-nav a { padding:10px 8px; }
  .hero-grid, .why-grid, .about-grid, .contact-grid, .faq-grid, .subpage-hero-grid, .content-grid { grid-template-columns:1fr; }
  .hero-grid { gap:15px; padding-top:55px; }
  .hero-art { min-height:500px; max-width:620px; width:100%; margin-inline:auto; }
  .trust-strip-grid { grid-template-columns:1fr 1fr; }
  .trust-strip-grid div:nth-child(2) { border-right:0; }
  .trust-strip-grid div:nth-child(-n+2) { border-bottom:1px solid rgba(255,255,255,.13); }
  .service-grid { grid-template-columns:1fr 1fr; }
  .why-grid { gap:40px; }
  .why-visual { order:2; min-height:470px; }
  .about-grid { gap:50px; }
  .review-grid, .detail-grid { grid-template-columns:1fr; }
  .subpage-visual { min-height:500px; max-width:620px; width:100%; margin-inline:auto; }
  .faq-grid { gap:40px; }
  .faq-intro { position:static; }
  .footer-grid { grid-template-columns:1fr 1fr; }
  .footer-grid > div:first-child { grid-column:1/-1; }
  .area-grid { grid-template-columns:1fr; }
}

@media (max-width: 620px) {
  .container { width:min(100% - 28px,1180px); }
  .nav-wrap { min-height:72px; }
  .brand-logo { width:165px; }
  .hero-grid { min-height:unset; padding:48px 0 55px; }
  .hero h1 { font-size:clamp(52px,16vw,72px); }
  .hero-text { font-size:17px; margin-top:22px; }
  .hero-actions { align-items:flex-start; flex-direction:column; }
  .hero-art { min-height:390px; margin-top:20px; }
  .arch { inset:8% 2% 0 2%; }
  .dog-card { width:165px; height:205px; left:25px; bottom:40px; border-width:5px; }
  .cat-card { width:135px; height:165px; right:24px; bottom:54px; border-width:5px; }
  .dog-ears i { width:53px; height:65px; border-width:5px; top:-28px; }
  .cat-ears i { width:46px; height:50px; border-width:5px; top:-24px; }
  .eye { top:71px; width:10px; height:14px; }
  .dog-face .e1 { left:45px; }.dog-face .e2 { right:45px; }
  .dog-face .nose { top:100px; width:24px; height:18px; }
  .smile { top:118px; width:35px; height:19px; border-width:4px; }
  .cat-face .eye { top:54px; width:8px; height:12px; }
  .cat-face .e1 { left:34px; }.cat-face .e2 { right:34px; }
  .cat-face .nose { top:79px; }
  .whiskers { top:88px; width:41px; }
  .floating-note { right:4px; bottom:6px; }
  .plant { display:none; }
  .trust-row { gap:10px 14px; }
  .trust-strip-grid { grid-template-columns:1fr; }
  .trust-strip-grid div { border-right:0; border-bottom:1px solid rgba(255,255,255,.13); }
  .section { padding:76px 0; }
  .section-heading { display:block; }
  .section-heading > p { margin-top:20px; }
  .service-grid, .steps, .field-row, .footer-grid { grid-template-columns:1fr; }
  .service-card { min-height:245px; }
  .why-visual { min-height:380px; }
  .about-badge { right:4px; bottom:12px; }
  .faq h2, .why h2, .about-copy h2, .contact-section h2, .section-heading h2 { font-size:48px; }
  .review-card { min-height:240px; }
  .subpage-hero { padding:55px 0 58px; }
  .subpage-hero h1 { font-size:52px; }
  .subpage-visual { min-height:390px; }
  .subpage-section { padding:72px 0; }
  .contact-form { padding:23px; border-radius:24px; }
  .contact-details > * { display:block; }
  .contact-details strong { display:block; text-align:left; margin-top:4px; overflow-wrap:anywhere; }
  .footer-grid { gap:30px; }
  .footer-grid > div:first-child { grid-column:auto; }
  .footer-bottom { display:block; }
  .footer-bottom span { display:block; margin-top:6px; }
  .area-header-inner { min-height:72px; }
  .area-header .button { min-height:40px; padding-inline:14px; font-size:12px; }
  .area-main { padding:52px 0 70px; }
  .area-intro { text-align:left; }
  .area-intro h1 { font-size:52px; }
  .area-intro > p:last-child { margin-top:20px; font-size:16px; }
  .area-grid { margin-top:36px; }
  .area-card-copy { padding:24px 22px 18px; }
  .area-card-copy h2 { font-size:36px; }
  .area-map-frame { margin:0 10px 10px; }
}
