:root {
  --ink: #1a211d;
  --ink-soft: #3e4942;
  --moss: #264f32;
  --green: #4c8d25;
  --lime: #cfea78;
  --cream: #f5f4ee;
  --sand: #e5e0d3;
  --paper: #fcfcf8;
  --white: #ffffff;
  --line: rgba(26, 33, 29, 0.16);
  --serif: "Playfair Display", Georgia, serif;
  --sans: "DM Sans", Arial, sans-serif;
  --shadow: 0 20px 45px rgba(24, 40, 29, 0.12);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: var(--sans); font-size: 16px; line-height: 1.5; }
body.menu-open { overflow: hidden; }
button, input, select { font: inherit; }
a { color: inherit; text-decoration: none; }
button { cursor: pointer; }
.page-shell { width: min(1180px, calc(100% - 48px)); margin: 0 auto; }
.skip-link { position: fixed; z-index: 99; top: -80px; left: 16px; padding: 10px 14px; color: var(--white); background: var(--ink); border-radius: 0 0 8px 8px; transition: top .2s; }
.skip-link:focus { top: 0; }

.announcement-bar { background: var(--ink); color: rgba(255,255,255,.85); font-size: 12px; letter-spacing: .02em; }
.announcement-inner { min-height: 35px; display: flex; align-items: center; gap: 9px; }
.announcement-inner p { margin: 0; }
.announcement-inner a { margin-left: auto; color: var(--lime); }
.announcement-dot { width: 6px; height: 6px; border-radius: 50%; background: var(--lime); box-shadow: 0 0 0 4px rgba(207,234,120,.14); }

.site-header { position: sticky; top: 0; z-index: 20; background: rgba(252,252,248,.94); backdrop-filter: blur(12px); border-bottom: 1px solid transparent; transition: box-shadow .2s, border-color .2s; }
.site-header:has(+ main) { border-color: rgba(26,33,29,.06); }
.header-inner { height: 83px; display: flex; align-items: center; justify-content: space-between; gap: 32px; }
.brand { display: inline-flex; align-items: center; gap: 8px; min-width: 177px; }
.brand-full { width: 196px; min-width: 196px; height: 60px; }
.brand-full img { display: block; width: 100%; height: 100%; object-fit: contain; object-position: center; }
.brand-logo { display: block; width: 45px; height: 45px; overflow: hidden; border-radius: 50%; background: #f8f8f4; }
.brand-logo img { display: block; width: 164px; max-width: none; height: 164px; object-fit: cover; object-position: 47% 66%; transform: translate(-60px, -70px); }
.brand-copy { line-height: 1; display: grid; gap: 4px; letter-spacing: .12em; }
.brand-copy strong { font-family: Georgia, serif; font-size: 20px; font-weight: 700; letter-spacing: .06em; }
.brand-copy small { font-size: 7.5px; font-weight: 700; letter-spacing: .17em; white-space: nowrap; }
.desktop-nav { display: flex; align-items: center; gap: clamp(16px, 2vw, 29px); font-size: 13px; color: var(--ink-soft); }
.desktop-nav a { position: relative; }
.desktop-nav a::after { content: ""; position: absolute; height: 1px; right: 0; bottom: -5px; left: 0; background: var(--green); transform: scaleX(0); transform-origin: right; transition: transform .25s; }
.desktop-nav a:hover::after { transform: scaleX(1); transform-origin: left; }
.header-actions { display: flex; align-items: center; gap: 18px; }
.text-button { border: 0; background: transparent; padding: 6px 0; color: var(--ink); font-size: 13px; }
.text-button:hover { color: var(--green); }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 11px; padding: 14px 21px; border: 1px solid var(--moss); background: var(--moss); color: var(--white); font-size: 13px; font-weight: 600; transition: background .2s, transform .2s, border-color .2s; }
.button:hover { transform: translateY(-2px); background: #173c24; border-color: #173c24; }
.button span, .button-link span { font-size: 17px; line-height: 1; }
.button-small { padding: 11px 16px; font-size: 12px; }
.button-inverse { color: var(--ink); background: var(--lime); border-color: var(--lime); }
.button-inverse:hover { color: var(--white); background: var(--green); border-color: var(--green); }
.button-link { display: inline-flex; align-items: center; gap: 10px; padding-bottom: 4px; color: var(--moss); border-bottom: 1px solid currentColor; font-size: 13px; font-weight: 700; }
.button-link:hover { color: var(--green); }
.menu-toggle { display: none; width: 42px; height: 42px; padding: 0; border: 1px solid var(--line); background: transparent; }
.menu-toggle span { display: block; width: 16px; height: 1px; margin: 4px auto; background: var(--ink); transition: transform .2s; }
.mobile-nav { display: none; }

.hero { position: relative; min-height: 670px; overflow: hidden; background: var(--cream); }
.hero::before { content: ""; position: absolute; width: 500px; height: 500px; right: -210px; top: -180px; border-radius: 50%; background: rgba(207,234,120,.32); filter: blur(1px); }
.hero-grid { min-height: 670px; display: grid; grid-template-columns: 1.04fr .96fr; align-items: center; gap: 24px; }
.hero-copy { position: relative; z-index: 2; padding: 60px 0 74px; }
.eyebrow { display: flex; align-items: center; gap: 9px; margin: 0 0 21px; color: var(--moss); font-size: 11px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.eyebrow > span { display: inline-block; width: 23px; height: 1px; background: currentColor; }
.eyebrow-light { color: var(--lime); }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { font-weight: 600; line-height: 1.02; }
h1, h2 { font-family: var(--serif); letter-spacing: -.045em; }
h1 { max-width: 650px; margin-bottom: 25px; font-size: clamp(48px, 5.6vw, 78px); }
h1 em, h2 em { color: var(--green); font-weight: 600; }
.hero-intro { max-width: 510px; margin-bottom: 31px; color: var(--ink-soft); font-size: 17px; line-height: 1.65; }
.hero-actions { display: flex; align-items: center; gap: 25px; flex-wrap: wrap; }
.hero-note { display: flex; align-items: center; gap: 8px; margin-top: 68px; color: var(--ink-soft); font-size: 12px; }
.leaf-icon { color: var(--green); font-size: 17px; }

.hero-art { position: relative; align-self: stretch; min-height: 540px; }
.hero-art::after { content: ""; position: absolute; width: 400px; height: 400px; right: -5px; bottom: 38px; background: #d9e7b0; border-radius: 50% 47% 53% 40%; transform: rotate(-18deg); }
.hero-art-ring { position: absolute; z-index: 1; width: 370px; height: 370px; border: 1px solid rgba(38,79,50,.28); border-radius: 50%; }
.ring-one { right: 25px; top: 75px; }
.ring-two { right: 89px; top: 135px; width: 248px; height: 248px; border-color: rgba(76,141,37,.46); }
.hero-art-leaf { position: absolute; z-index: 2; background: linear-gradient(130deg, #cae996, #5c9e2e 72%); border-radius: 100% 0 100% 0; box-shadow: inset 12px 10px 25px rgba(255,255,255,.35); }
.hero-art-leaf::after { content: ""; position: absolute; width: 1px; height: 83%; top: 12%; left: 45%; background: rgba(255,255,255,.7); transform: rotate(-45deg); transform-origin: top; }
.leaf-one { width: 165px; height: 232px; top: 73px; right: 74px; transform: rotate(18deg); }
.leaf-two { width: 125px; height: 187px; top: 201px; right: 244px; transform: rotate(-34deg); background: linear-gradient(130deg, #e6f6bc, #3d7f28 75%); }
.growth-card { position: absolute; z-index: 4; box-shadow: var(--shadow); }
.growth-card-main { right: 3px; bottom: 78px; width: 288px; padding: 22px 22px 19px; color: var(--ink); background: var(--white); }
.card-label { display: block; margin-bottom: 23px; color: var(--ink-soft); font-size: 9px; font-weight: 700; letter-spacing: .14em; }
.path-line { display: flex; align-items: center; justify-content: space-between; height: 20px; margin: 0 4px; border-bottom: 2px solid var(--green); }
.path-line i { display: block; width: 11px; height: 11px; border: 2px solid var(--green); border-radius: 50%; background: var(--white); }
.path-line i:last-child { background: var(--green); box-shadow: 0 0 0 5px rgba(76,141,37,.15); }
.path-captions { display: flex; justify-content: space-between; margin-top: 10px; color: #6c726e; font-size: 9px; }
.growth-card-mini { left: 7px; bottom: 141px; width: 170px; padding: 20px; color: var(--white); background: var(--moss); transform: rotate(-3deg); }
.growth-card-mini strong { display: block; margin-top: 18px; font-family: var(--serif); font-size: 18px; font-weight: 600; line-height: 1.13; }
.sprout { display: grid; place-items: center; width: 28px; height: 28px; border-radius: 50%; background: var(--lime); color: var(--moss); font-weight: 700; }
.art-caption { position: absolute; z-index: 3; right: 17px; bottom: 23px; margin: 0; color: var(--moss); font-family: var(--serif); font-size: 20px; line-height: 1.05; }
.art-caption span { font-family: var(--sans); font-size: 10px; letter-spacing: .05em; }

.trust-strip { background: var(--moss); color: var(--white); }
.trust-inner { min-height: 94px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.trust-inner p { margin: 0; font-family: var(--serif); font-size: 21px; }
.trust-inner > div { display: flex; align-items: center; gap: 14px; color: var(--lime); font-size: 10px; font-weight: 700; letter-spacing: .12em; }
.trust-inner i { width: 4px; height: 4px; border-radius: 50%; background: rgba(255,255,255,.55); }

.section { padding: 118px 0; }
.intro-section { background: var(--paper); }
.intro-grid { display: grid; grid-template-columns: 1fr 2fr; gap: 40px; }
h2 { margin-bottom: 22px; font-size: clamp(38px, 4.2vw, 57px); }
.section-lede { max-width: 655px; margin-bottom: 29px; color: var(--ink-soft); font-size: 18px; line-height: 1.68; }
.section-heading { display: flex; justify-content: space-between; gap: 40px; margin-bottom: 50px; }
.section-heading h2 { margin-bottom: 0; }
.section-heading > p { width: min(100%, 365px); margin: 36px 0 0; color: var(--ink-soft); line-height: 1.65; }

.services-section { background: #e7e1d5; }
.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.service-card { position: relative; display: flex; flex-direction: column; min-height: 393px; padding: 25px; overflow: hidden; transition: transform .25s, box-shadow .25s; }
.service-card:hover { transform: translateY(-7px); box-shadow: var(--shadow); }
.service-card-lime { background: var(--lime); }
.service-card-dark { color: var(--white); background: var(--moss); }
.service-card-stone { background: #f7f5ef; }
.service-number { font-size: 11px; font-weight: 700; letter-spacing: .12em; }
.service-icon { position: absolute; top: 50px; right: 26px; color: currentColor; font-family: var(--serif); font-size: 42px; line-height: 1; }
.service-card h3 { margin: auto 0 14px; font-family: var(--serif); font-size: 35px; letter-spacing: -.04em; }
.service-card p { max-width: 290px; margin-bottom: 0; font-size: 13px; line-height: 1.6; opacity: .84; }
.round-arrow { display: grid; place-items: center; position: absolute; right: 23px; bottom: 23px; width: 38px; height: 38px; border: 1px solid currentColor; border-radius: 50%; font-size: 18px; }

.schemes-section { position: relative; overflow: hidden; padding: 0; color: var(--white); background: var(--ink); }
.schemes-section::before { content: ""; position: absolute; left: -110px; bottom: -240px; width: 570px; height: 570px; border: 1px solid rgba(207,234,120,.24); border-radius: 50%; }
.schemes-grid { position: relative; z-index: 1; display: grid; grid-template-columns: .9fr 1.1fr; gap: 74px; padding: 119px 0; }
.schemes-copy { align-self: center; }
.schemes-copy h2 { max-width: 500px; }
.schemes-copy h2 em { color: var(--lime); }
.schemes-copy > p:not(.eyebrow) { max-width: 405px; margin: 0 0 31px; color: rgba(255,255,255,.68); line-height: 1.68; }
.scheme-slider { min-width: 0; }
.slider-controls { display: flex; align-items: center; justify-content: space-between; margin-bottom: 18px; color: rgba(255,255,255,.62); font-size: 10px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.slider-controls > div { display: flex; gap: 7px; }
.slider-controls button { display: grid; place-items: center; width: 32px; height: 32px; border: 1px solid rgba(255,255,255,.42); border-radius: 50%; background: transparent; color: var(--white); font-size: 16px; transition: color .2s, background .2s; }
.slider-controls button:hover { color: var(--ink); background: var(--lime); border-color: var(--lime); }
.scheme-viewport { overflow: hidden; }
.scheme-track { display: flex; gap: 16px; transition: transform .65s cubic-bezier(.22,.61,.36,1); will-change: transform; }
.scheme-card { display: flex; flex: 0 0 calc(50% - 8px); flex-direction: column; min-height: 265px; padding: 24px; border: 1px solid rgba(255,255,255,.28); background: rgba(255,255,255,.035); transition: background .25s, transform .25s, border-color .25s; }
.scheme-card:hover { transform: translateY(-5px); border-color: var(--lime); background: rgba(207,234,120,.12); }
.scheme-card .scheme-tag { display: block; margin-bottom: auto; }
.scheme-card h3 { margin: 29px 0 10px; font-family: var(--serif); font-size: 27px; line-height: 1.06; letter-spacing: -.035em; }
.scheme-card p { min-height: 40px; margin: 0 0 21px; color: rgba(255,255,255,.66); font-size: 12px; line-height: 1.5; }
.scheme-card > span:last-child { color: var(--lime); font-size: 11px; font-weight: 700; }
.scheme-card b { margin-left: 5px; font-size: 15px; }
.scheme-library-link { display: flex; align-items: center; justify-content: space-between; margin-top: 20px; padding-bottom: 11px; color: var(--lime); border-bottom: 1px solid rgba(255,255,255,.25); font-size: 13px; font-weight: 700; }
.scheme-library-link span { font-size: 19px; }
.scheme-list { border-top: 1px solid rgba(255,255,255,.25); }
.scheme-row { display: grid; grid-template-columns: 120px 1fr 30px; align-items: center; gap: 14px; min-height: 95px; border-bottom: 1px solid rgba(255,255,255,.25); transition: padding .2s, color .2s; }
.scheme-row:hover { padding-left: 8px; color: var(--lime); }
.scheme-tag { color: var(--lime); font-size: 9px; font-weight: 700; letter-spacing: .11em; }
.scheme-row h3 { margin: 0; font-family: var(--serif); font-size: 24px; font-weight: 600; letter-spacing: -.03em; }
.row-arrow { justify-self: end; font-size: 20px; }
.scheme-row-more { display: flex; justify-content: space-between; min-height: 76px; color: var(--lime); font-size: 13px; font-weight: 700; }

.process-section { background: var(--paper); }
.process-list { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0; padding: 0; margin: 0; list-style: none; border-top: 1px solid var(--line); }
.process-list li { min-height: 239px; padding: 24px 33px 25px 0; border-bottom: 1px solid var(--line); }
.process-list li + li { padding-left: 33px; border-left: 1px solid var(--line); }
.process-list > li > span { color: var(--green); font-size: 11px; font-weight: 700; letter-spacing: .11em; }
.process-list h3 { margin: 54px 0 10px; font-family: var(--serif); font-size: 26px; letter-spacing: -.03em; }
.process-list p { max-width: 270px; margin: 0; color: var(--ink-soft); font-size: 13px; line-height: 1.63; }

.testimonial-section { color: var(--white); background: var(--green); }
.testimonial-grid { display: grid; grid-template-columns: .55fr 2fr .85fr; align-items: center; gap: 32px; min-height: 430px; }
.testimonial-marker { display: flex; align-items: center; gap: 15px; color: var(--lime); font-size: 11px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.testimonial-marker i { height: 1px; width: 48px; background: var(--lime); }
blockquote { margin: 0; }
blockquote > p { margin-bottom: 29px; font-family: var(--serif); font-size: clamp(31px, 3.1vw, 46px); line-height: 1.14; letter-spacing: -.04em; }
blockquote em { color: var(--lime); }
blockquote footer { display: grid; gap: 3px; font-size: 12px; }
blockquote footer strong { color: var(--lime); }
blockquote footer span { color: rgba(255,255,255,.65); }
.testimonial-links { display: grid; gap: 13px; }
.testimonial-links a { display: flex; align-items: center; justify-content: space-between; padding-bottom: 10px; border-bottom: 1px solid rgba(255,255,255,.4); font-size: 12px; }
.testimonial-links a:hover { color: var(--lime); }

.insights-section { background: #f1eee5; }
.insights-heading { align-items: end; }
.insights-heading .button-link { margin-bottom: 6px; }
.insights-grid { display: grid; grid-template-columns: 1.45fr 1fr 1fr; gap: 24px; }
.article-visual { position: relative; display: flex; align-items: flex-end; min-height: 235px; padding: 20px; overflow: hidden; }
.article-visual span { position: relative; z-index: 1; color: var(--white); font-family: var(--serif); font-size: 25px; line-height: .95; letter-spacing: -.04em; }
.article-visual::before, .article-visual::after { content: ""; position: absolute; border-radius: 100% 0 100% 0; }
.article-visual-one { background: var(--moss); }
.article-visual-one::before { width: 330px; height: 440px; right: -52px; top: -99px; background: #7cb743; transform: rotate(-21deg); }
.article-visual-one::after { width: 190px; height: 310px; right: 71px; top: 51px; border: 1px solid rgba(255,255,255,.55); transform: rotate(-21deg); }
.article-visual-two { background: #687b57; }
.article-visual-two::before { width: 300px; height: 300px; right: -80px; top: -94px; border-radius: 50%; background: #c6e576; }
.article-visual-two::after { width: 150px; height: 170px; left: -32px; bottom: -63px; background: #284d34; transform: rotate(32deg); }
.article-visual-three { background: #c9b89a; }
.article-visual-three::before { width: 310px; height: 310px; right: -98px; bottom: -122px; background: #5b8234; transform: rotate(-25deg); }
.article-visual-three::after { width: 190px; height: 190px; left: 16px; top: -93px; border-radius: 50%; border: 1px solid rgba(255,255,255,.6); }
.article-card .article-meta { margin: 20px 0 11px; color: var(--green); font-size: 9px; font-weight: 700; letter-spacing: .1em; }
.article-card h3 { min-height: 83px; margin-bottom: 20px; font-family: var(--serif); font-size: 23px; line-height: 1.15; letter-spacing: -.035em; }
.article-card a { padding-bottom: 3px; border-bottom: 1px solid currentColor; color: var(--moss); font-size: 12px; font-weight: 700; }
.article-card a:hover { color: var(--green); }

.contact-section { position: relative; overflow: hidden; padding: 105px 0; color: var(--white); background: var(--moss); }
.contact-section::after { content: ""; position: absolute; width: 560px; height: 560px; right: -190px; top: -270px; border: 1px solid rgba(207,234,120,.3); border-radius: 50%; }
.contact-inner { position: relative; z-index: 1; display: grid; grid-template-columns: 1fr .85fr; align-items: start; gap: 100px; }
.contact-inner h2 { max-width: 500px; }
.contact-inner h2 em { color: var(--lime); }
.contact-inner > div > p:not(.eyebrow) { max-width: 460px; margin-bottom: 0; color: rgba(255,255,255,.68); line-height: 1.65; }
.contact-cta-card { position: relative; min-height: 290px; padding: 34px; overflow: hidden; background: var(--white); color: var(--ink); }
.contact-cta-card::after { content: ""; position: absolute; width: 230px; height: 230px; right: -102px; top: -112px; border: 1px solid rgba(76,141,37,.3); border-radius: 50%; }
.contact-cta-card h3 { position: relative; z-index: 1; max-width: 310px; margin: 33px 0 10px; font-family: var(--serif); font-size: 31px; line-height: 1.07; letter-spacing: -.04em; }
.contact-cta-card p { position: relative; z-index: 1; max-width: 310px; margin-bottom: 25px; color: var(--ink-soft); font-size: 13px; line-height: 1.55; }
.contact-cta-card .button { position: relative; z-index: 1; }
.contact-cta-symbol { display: grid; place-items: center; position: relative; z-index: 1; width: 34px; height: 34px; border-radius: 50%; background: var(--lime); color: var(--moss); font-weight: 700; }
.contact-form { display: grid; gap: 16px; padding: 30px; background: var(--white); color: var(--ink); }
.contact-form label, .login-dialog label { display: grid; gap: 6px; color: var(--ink-soft); font-size: 11px; font-weight: 700; }
.contact-form input, .contact-form select, .login-dialog input { width: 100%; height: 44px; padding: 0 11px; border: 1px solid #d7d6cf; border-radius: 0; outline: none; background: #fff; color: var(--ink); font-size: 13px; font-weight: 400; }
.contact-form input:focus, .contact-form select:focus, .login-dialog input:focus { border-color: var(--green); box-shadow: 0 0 0 3px rgba(76,141,37,.12); }
.contact-form .button { margin-top: 7px; width: 100%; }
.form-note { margin: -1px 0 0; color: #767a75; font-size: 10px; line-height: 1.4; }

.site-footer { padding: 53px 0 21px; background: #eeece3; color: var(--ink); }
.footer-top { display: grid; grid-template-columns: 1fr 1fr auto; align-items: center; gap: 30px; padding-bottom: 43px; border-bottom: 1px solid rgba(255,255,255,.2); }
.footer-top { border-color: var(--line); }
.footer-brand { width: 223px; height: 70px; }
.footer-top > p { margin: 0; color: var(--ink-soft); font-size: 13px; }
.back-top { display: inline-flex; align-items: center; gap: 7px; color: var(--lime); font-size: 12px; font-weight: 700; }
.back-top span { font-size: 17px; }
.footer-bottom { display: flex; align-items: center; justify-content: space-between; gap: 25px; padding-top: 20px; color: var(--ink-soft); font-size: 10px; }
.footer-bottom p { margin: 0; }
.footer-bottom div { display: flex; gap: 18px; }
.footer-bottom a:hover { color: var(--green); }

.login-dialog, .enquiry-dialog { width: min(470px, calc(100% - 32px)); padding: 38px; border: 0; color: var(--ink); box-shadow: 0 28px 80px rgba(0,0,0,.35); }
.login-dialog::backdrop, .enquiry-dialog::backdrop { background: rgba(13,24,17,.65); backdrop-filter: blur(4px); }
.login-dialog h2, .enquiry-dialog h2 { margin: 0 0 12px; font-size: 43px; }
.login-dialog > p:not(.eyebrow):not(.dialog-foot), .enquiry-dialog > div > p:not(.eyebrow) { color: var(--ink-soft); font-size: 14px; }
.login-dialog form, .enquiry-dialog form { display: grid; gap: 17px; margin: 25px 0 17px; }
.login-dialog form .button, .enquiry-dialog form .button { width: 100%; margin-top: 5px; }
.dialog-close { position: absolute; top: 13px; right: 17px; border: 0; background: transparent; color: var(--ink-soft); font-size: 28px; line-height: 1; }
.dialog-foot { margin: 0; color: var(--ink-soft); font-size: 12px; }
.dialog-foot a { color: var(--green); font-weight: 700; }
.enquiry-success { padding: 34px 10px 10px; text-align: center; }
.enquiry-success > span { display: grid; place-items: center; width: 49px; height: 49px; margin: 0 auto 21px; border-radius: 50%; background: var(--lime); color: var(--moss); font-size: 23px; font-weight: 700; }
.enquiry-success p { margin: 0 0 25px; color: var(--ink-soft); }
.enquiry-success .button { width: 100%; }
[hidden] { display: none !important; }
.scroll-reveal { opacity: 0; transform: translateY(22px); transition: opacity .65s ease, transform .65s cubic-bezier(.22,.61,.36,1); }
.scroll-reveal.is-visible { opacity: 1; transform: translateY(0); }

.reveal { animation: rise .75s both; }
.reveal-delay { animation-delay: .12s; }
@keyframes rise { from { opacity: 0; transform: translateY(20px); } to { opacity: 1; transform: translateY(0); } }

@media (max-width: 900px) {
  .desktop-nav { display: none; }
  .header-actions .text-button, .header-actions .button { display: none; }
  .menu-toggle { display: block; }
  .mobile-nav { display: grid; max-height: 0; gap: 0; overflow: hidden; padding: 0 24px; background: var(--paper); border-bottom: 1px solid transparent; transition: max-height .25s, padding .25s, border-color .25s; }
  .mobile-nav.is-open { max-height: 340px; gap: 0; padding: 10px 24px 22px; border-color: var(--line); }
  .mobile-nav a, .mobile-nav button { padding: 12px 0; border: 0; border-bottom: 1px solid var(--line); text-align: left; background: transparent; color: var(--ink); font-size: 14px; }
  .mobile-nav .button { justify-content: center; margin-top: 16px; padding: 12px 15px; border: 0; text-align: center; }
  .hero, .hero-grid { min-height: auto; }
  .hero-grid { grid-template-columns: 1fr; gap: 0; }
  .hero-copy { padding: 75px 0 25px; }
  .hero-art { width: min(530px, 100%); min-height: 450px; margin: 0 auto; }
  .intro-grid { grid-template-columns: 1fr; gap: 0; }
  .section-heading { display: grid; gap: 0; }
  .section-heading > p { width: auto; margin-top: 12px; }
  .service-card { min-height: 352px; }
  .scheme-card { flex-basis: calc(67% - 8px); }
  .schemes-grid { grid-template-columns: 1fr; gap: 48px; }
  .contact-inner { grid-template-columns: 1fr; gap: 42px; }
  .testimonial-grid { grid-template-columns: 1fr; padding: 70px 0; gap: 24px; }
  .testimonial-links { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 620px) {
  .page-shell { width: min(100% - 34px, 1180px); }
  .announcement-inner p { max-width: 222px; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; }
  .brand { min-width: 0; }
  .brand-logo { width: 41px; height: 41px; }
  .brand-full { width: 163px; min-width: 163px; height: 53px; }
  .brand-copy strong { font-size: 18px; }
  .header-inner { height: 74px; }
  .hero-copy { padding-top: 58px; }
  h1 { font-size: 47px; }
  .hero-intro { font-size: 16px; }
  .hero-note { margin-top: 40px; }
  .hero-art { min-height: 370px; transform: scale(.9); transform-origin: top center; margin-bottom: -37px; }
  .hero-art::after { width: 340px; height: 340px; bottom: 15px; }
  .ring-one { right: 0; top: 28px; width: 310px; height: 310px; }
  .ring-two { right: 52px; top: 78px; width: 215px; height: 215px; }
  .leaf-one { top: 32px; right: 39px; }
  .leaf-two { top: 145px; right: 188px; }
  .growth-card-main { right: 0; bottom: 29px; }
  .growth-card-mini { left: 0; bottom: 85px; }
  .art-caption { bottom: -6px; }
  .trust-inner { min-height: 120px; align-items: flex-start; justify-content: center; flex-direction: column; gap: 13px; padding: 22px 0; }
  .trust-inner p { font-size: 18px; }
  .trust-inner > div { gap: 7px; font-size: 8px; }
  .section { padding: 75px 0; }
  h2 { font-size: 39px; }
  .section-lede { font-size: 16px; }
  .service-grid, .insights-grid { grid-template-columns: 1fr; }
  .service-card { min-height: 300px; }
  .service-card h3 { font-size: 33px; }
  .schemes-grid { padding: 77px 0; }
  .scheme-row { grid-template-columns: 90px 1fr 18px; min-height: 107px; gap: 11px; }
  .scheme-card { flex-basis: 86%; min-height: 245px; }
  .scheme-card h3 { font-size: 25px; }
  .scheme-row h3 { font-size: 21px; }
  .scheme-tag { font-size: 8px; }
  .process-list { grid-template-columns: 1fr; }
  .process-list li, .process-list li + li { min-height: 0; padding: 23px 0 25px; border-left: 0; }
  .process-list h3 { margin-top: 28px; }
  .testimonial-links { grid-template-columns: 1fr; }
  blockquote > p { font-size: 33px; }
  .article-card h3 { min-height: 0; }
  .contact-section { padding: 76px 0; }
  .contact-form { padding: 22px; }
  .footer-top { grid-template-columns: 1fr; gap: 20px; }
  .footer-bottom { align-items: flex-start; flex-direction: column; gap: 12px; }
  .login-dialog { padding: 31px 23px 25px; }
  .login-dialog, .enquiry-dialog { padding: 31px 23px 25px; }
}

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