:root {
  --navy: #0b2539;
  --navy-deep: #061923;
  --blue: #0f709f;
  --blue-light: #dff2f8;
  --gold: #d6a94d;
  --gold-soft: #f5e6bd;
  --ink: #172b3a;
  --muted: #607181;
  --paper: #f4f7f8;
  --white: #ffffff;
  --line: #dbe4e8;
  --shadow: 0 24px 70px rgba(4, 29, 43, .13);
  --radius: 22px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--white); font-family: Inter, Aptos, "Segoe UI", Arial, sans-serif; line-height: 1.6; -webkit-font-smoothing: antialiased; }
body.nav-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button { color: inherit; }
img { display: block; max-width: 100%; }
.container { width: min(1180px, calc(100% - 48px)); margin-inline: auto; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; left: 18px; top: 14px; z-index: 9999; transform: translateY(-150%); padding: 10px 14px; border-radius: 8px; background: var(--white); color: var(--navy); font-weight: 800; box-shadow: var(--shadow); }
.skip-link:focus { transform: translateY(0); }

.site-header { position: fixed; inset: 0 0 auto; z-index: 1000; color: var(--white); transition: background .25s ease, box-shadow .25s ease; }
.site-header.is-scrolled { background: rgba(7, 27, 39, .94); box-shadow: 0 8px 30px rgba(0, 0, 0, .14); backdrop-filter: blur(16px); }
.nav-shell { height: 84px; display: flex; align-items: center; justify-content: space-between; }
.brand { display: inline-flex; align-items: center; gap: 11px; font-size: 20px; letter-spacing: -.02em; font-weight: 500; }
.brand img { width: 36px; height: 52px; object-fit: contain; filter: drop-shadow(0 3px 6px rgba(0, 0, 0, .1)); }
.brand strong { font-weight: 850; }
.site-nav { display: flex; align-items: center; gap: 31px; font-size: 14px; font-weight: 700; }
.site-nav > a:not(.nav-cta) { color: rgba(255, 255, 255, .77); }
.site-nav > a:not(.nav-cta):hover { color: var(--white); }
.nav-cta { display: inline-flex; align-items: center; gap: 10px; border: 1px solid rgba(255,255,255,.33); border-radius: 999px; padding: 10px 16px; transition: background .2s, color .2s; }
.nav-cta:hover { background: var(--white); color: var(--navy); }
.menu-toggle { display: none; background: transparent; border: 0; padding: 9px; cursor: pointer; }
.menu-toggle > span:not(.sr-only) { display: block; width: 24px; height: 2px; margin: 5px 0; border-radius: 2px; background: var(--white); transition: transform .2s, opacity .2s; }

.eyebrow { display: flex; align-items: center; gap: 10px; margin: 0 0 20px; color: var(--blue); font-size: 12px; font-weight: 850; letter-spacing: .14em; text-transform: uppercase; }
.eyebrow > span { width: 24px; height: 2px; background: currentColor; }
.button { min-height: 50px; display: inline-flex; align-items: center; justify-content: center; gap: 13px; padding: 12px 20px; border: 1px solid transparent; border-radius: 10px; font-weight: 800; font-size: 14px; cursor: pointer; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: var(--white); background: var(--blue); box-shadow: 0 12px 26px rgba(15, 112, 159, .24); }
.button-primary:hover { background: #0b648e; box-shadow: 0 15px 30px rgba(15, 112, 159, .32); }
.button-quiet { color: var(--white); border-color: rgba(255, 255, 255, .34); background: rgba(255,255,255,.04); }
.button-quiet:hover { background: rgba(255, 255, 255, .1); }
.button-gold { width: 100%; color: var(--navy-deep); background: var(--gold); }
.button-light { width: 100%; color: var(--navy); background: var(--white); }
.button-outline { color: var(--navy); background: transparent; border-color: var(--line); }
.button-wide { width: 100%; }
.text-button { border: 0; padding: 8px; color: inherit; background: transparent; font-weight: 750; font-size: 13px; text-decoration: underline; text-underline-offset: 4px; cursor: pointer; }

.hero { min-height: 820px; position: relative; overflow: hidden; padding: 164px 0 0; color: var(--white); background: linear-gradient(135deg, #071d2a 0%, #0b2c41 58%, #0e405b 100%); }
.hero::before { content: ""; position: absolute; inset: 0; opacity: .08; background-image: linear-gradient(rgba(255,255,255,.4) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.4) 1px, transparent 1px); background-size: 74px 74px; mask-image: linear-gradient(to right, #000, transparent 74%); }
.hero-glow { position: absolute; border-radius: 50%; filter: blur(1px); pointer-events: none; }
.hero-glow-one { width: 480px; height: 480px; right: -190px; top: 60px; background: radial-gradient(circle, rgba(27, 140, 188, .35), transparent 68%); }
.hero-glow-two { width: 340px; height: 340px; left: 43%; bottom: 20px; background: radial-gradient(circle, rgba(214, 169, 77, .13), transparent 68%); }
.hero-grid { position: relative; z-index: 1; display: grid; grid-template-columns: 1.05fr .95fr; gap: 86px; align-items: center; }
.hero .eyebrow { color: #7dcae9; }
.hero h1 { max-width: 730px; margin: 0; font-family: Georgia, "Times New Roman", serif; font-size: clamp(52px, 5.5vw, 76px); line-height: 1.04; letter-spacing: -.045em; font-weight: 500; }
.hero h1 em { color: var(--gold-soft); font-weight: 500; }
.hero-lead { max-width: 660px; margin: 27px 0 31px; color: #c6d5dd; font-size: 18px; line-height: 1.75; }
.hero-actions { display: flex; gap: 12px; flex-wrap: wrap; }
.market-line { display: flex; align-items: center; flex-wrap: wrap; gap: 13px; margin-top: 32px; color: rgba(255,255,255,.58); font-size: 11px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.market-line span:not(:last-child)::after { content: "•"; margin-left: 13px; color: var(--gold); }
.hero-visual { position: relative; min-height: 460px; display: grid; place-items: center; }
.report-card { position: relative; width: min(100%, 468px); padding: 27px; border: 1px solid rgba(255,255,255,.18); border-radius: 24px; background: rgba(255,255,255,.94); color: var(--ink); box-shadow: 0 38px 90px rgba(0,0,0,.31); transform: rotate(1.4deg); }
.report-card::after { content: ""; position: absolute; inset: 10px -11px -12px 10px; z-index: -1; border: 1px solid rgba(255,255,255,.12); border-radius: 24px; background: rgba(255,255,255,.06); }
.report-top { display: flex; align-items: center; justify-content: space-between; gap: 15px; padding-bottom: 18px; border-bottom: 1px solid var(--line); }
.mini-brand { display: flex; align-items: center; gap: 9px; font-size: 12px; font-weight: 850; }
.mini-brand img { width: 22px; height: 31px; object-fit: contain; }
.status-dot { display: flex; align-items: center; gap: 6px; color: #257451; font-size: 10px; font-weight: 800; text-transform: uppercase; }
.status-dot::before { content: ""; width: 7px; height: 7px; border-radius: 50%; background: #2fa66f; box-shadow: 0 0 0 4px #dff5ea; }
.report-label { margin: 23px 0 13px; color: var(--muted); font-size: 12px; }
.signal-row { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.signal-row > div { padding: 13px; border-radius: 12px; background: var(--paper); }
.signal-row small { display: block; color: var(--muted); font-size: 10px; text-transform: uppercase; letter-spacing: .08em; }
.signal-row strong { display: block; margin-top: 3px; color: var(--navy); font-size: 14px; }
.chart { height: 152px; display: flex; align-items: flex-end; gap: 11px; padding: 24px 8px 0; border-bottom: 1px solid var(--line); }
.chart span { flex: 1; height: var(--h); border-radius: 5px 5px 0 0; background: linear-gradient(to top, var(--blue), #55add0); }
.chart span:nth-child(6), .chart span:nth-child(7) { background: linear-gradient(to top, #b3832d, var(--gold)); }
.report-bottom { display: flex; justify-content: space-between; gap: 14px; padding-top: 16px; color: var(--muted); font-size: 10px; }
.report-bottom span { display: flex; align-items: center; gap: 6px; }
.report-bottom i { width: 8px; height: 8px; border-radius: 2px; background: var(--blue); }
.report-bottom b { color: var(--navy); }
.floating-card { position: absolute; display: flex; align-items: center; gap: 10px; max-width: 200px; padding: 12px 15px; border: 1px solid rgba(255,255,255,.25); border-radius: 12px; background: rgba(7, 29, 42, .89); box-shadow: 0 14px 38px rgba(0,0,0,.24); backdrop-filter: blur(12px); color: #dce9ee; font-size: 11px; font-weight: 700; }
.floating-card span { color: var(--gold-soft); font-size: 18px; font-weight: 850; }
.floating-card-top { right: -15px; top: 7px; }
.floating-card-bottom { left: -24px; bottom: 24px; }
.proof-bar { position: relative; z-index: 2; margin-top: 93px; min-height: 103px; display: flex; align-items: center; justify-content: space-between; gap: 38px; border-top: 1px solid rgba(255,255,255,.13); }
.proof-bar p { margin: 0; color: rgba(255,255,255,.55); font-size: 11px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.platforms { display: flex; align-items: center; flex-wrap: wrap; justify-content: flex-end; gap: 24px; color: rgba(255,255,255,.76); font-size: 12px; font-weight: 800; }

.services-section { padding: 112px 0 100px; background: var(--white); scroll-margin-top: 60px; }
.section-intro { display: grid; grid-template-columns: 1.12fr .88fr; gap: 90px; align-items: end; margin-bottom: 60px; }
.section-intro h2, .contact-copy h2 { margin: 0; color: var(--navy); font-family: Georgia, "Times New Roman", serif; font-size: clamp(40px, 5vw, 61px); line-height: 1.08; letter-spacing: -.035em; font-weight: 500; }
.section-intro > p { max-width: 500px; margin: 0 0 8px; color: var(--muted); font-size: 16px; }
.service-layout { display: grid; grid-template-columns: 1.08fr .92fr; gap: 46px; align-items: start; }
.service-list { border-top: 1px solid var(--line); }
.service-item { border-bottom: 1px solid var(--line); }
.service-item > button { width: 100%; display: grid; grid-template-columns: 44px 1fr 36px; gap: 14px; align-items: center; padding: 23px 3px; border: 0; background: transparent; text-align: left; cursor: pointer; }
.service-number { color: #9aa7ae; font-size: 11px; font-weight: 850; }
.service-title strong { display: block; color: var(--navy); font-family: Georgia, "Times New Roman", serif; font-size: 22px; font-weight: 600; }
.service-title small { display: block; margin-top: 2px; color: var(--muted); font-size: 12px; }
.service-plus { position: relative; width: 28px; height: 28px; border: 1px solid var(--line); border-radius: 50%; }
.service-plus::before, .service-plus::after { content: ""; position: absolute; inset: 50% auto auto 50%; width: 10px; height: 1px; background: var(--navy); transform: translate(-50%, -50%); }
.service-plus::after { transform: translate(-50%, -50%) rotate(90deg); transition: transform .2s; }
.service-item.is-active .service-plus { border-color: var(--blue); background: var(--blue); }
.service-item.is-active .service-plus::before, .service-item.is-active .service-plus::after { background: var(--white); }
.service-item.is-active .service-plus::after { transform: translate(-50%, -50%) rotate(0); }
.service-detail { max-height: 0; overflow: hidden; opacity: 0; transition: max-height .34s ease, opacity .3s ease; }
.service-detail p { margin: 0 0 14px 58px; color: var(--muted); font-size: 14px; }
.service-detail ul { margin: 0 0 24px 58px; padding: 0; list-style: none; color: var(--ink); font-size: 13px; font-weight: 650; }
.service-detail li { position: relative; padding: 5px 0 5px 18px; }
.service-detail li::before { content: "✓"; position: absolute; left: 0; color: var(--blue); font-weight: 900; }
.service-item.is-active .service-detail { max-height: 320px; opacity: 1; }
.matcher-card { position: sticky; top: 110px; overflow: hidden; padding: 33px; border-radius: var(--radius); color: var(--white); background: linear-gradient(145deg, var(--navy) 0%, #103c56 100%); box-shadow: var(--shadow); }
.matcher-card::after { content: ""; position: absolute; width: 240px; height: 240px; right: -110px; top: -100px; border-radius: 50%; background: rgba(53, 153, 194, .19); pointer-events: none; }
.matcher-head { position: relative; z-index: 1; }
.matcher-badge { display: inline-block; margin-bottom: 20px; padding: 5px 9px; border: 1px solid rgba(255,255,255,.18); border-radius: 999px; color: #8ed0e9; font-size: 9px; font-weight: 850; letter-spacing: .1em; text-transform: uppercase; }
.matcher-head h3 { margin: 0; font-family: Georgia, "Times New Roman", serif; font-size: 32px; font-weight: 500; }
.matcher-head p { margin: 8px 0 24px; color: #b8ccd7; font-size: 13px; }
.matcher-card fieldset { padding: 0; margin: 0 0 22px; border: 0; }
.matcher-card legend { margin-bottom: 10px; color: #e8f0f3; font-size: 12px; font-weight: 750; }
.choice-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; }
.choice-grid label { cursor: pointer; }
.choice-grid input { position: absolute; opacity: 0; pointer-events: none; }
.choice-grid span { min-height: 48px; display: flex; align-items: center; padding: 9px 12px; border: 1px solid rgba(255,255,255,.15); border-radius: 8px; color: #cad9e1; background: rgba(255,255,255,.04); font-size: 11px; font-weight: 700; transition: border-color .2s, background .2s; }
.choice-grid input:checked + span { border-color: #72c2e1; color: var(--white); background: rgba(45, 142, 183, .25); }
.choice-grid input:focus-visible + span { outline: 2px solid var(--gold); outline-offset: 2px; }
.matcher-card select { width: 100%; min-height: 48px; padding: 9px 38px 9px 12px; border: 1px solid rgba(255,255,255,.15); border-radius: 8px; color: var(--white); background: #153e55; }
.matcher-card select:focus { outline: 2px solid var(--gold); outline-offset: 2px; }
.match-result { position: relative; z-index: 1; }
.result-kicker { margin: 0 0 8px; color: #8ed0e9; font-size: 10px; font-weight: 850; letter-spacing: .12em; text-transform: uppercase; }
.match-result h4 { margin: 0 0 12px; color: var(--white); font-family: Georgia, "Times New Roman", serif; font-size: 31px; line-height: 1.13; font-weight: 500; }
.match-result > p:not(.result-kicker) { color: #bed0da; font-size: 13px; }
.result-tags { display: flex; flex-wrap: wrap; gap: 7px; margin: 20px 0 23px; }
.result-tags span { padding: 6px 9px; border-radius: 6px; color: #e9f4f7; background: rgba(255,255,255,.1); font-size: 10px; font-weight: 700; }
.match-result .text-button { display: block; margin: 10px auto -7px; color: #b9cad3; }
.industry-note { margin-top: 53px; padding: 21px 26px; border-left: 3px solid var(--gold); background: #f6f8f8; }
.industry-note p { margin: 0; color: var(--muted); font-size: 14px; }
.industry-note strong { color: var(--navy); }

.tax-section { padding: 112px 0; background: var(--paper); scroll-margin-top: 72px; }
.tax-intro { margin-bottom: 46px; }
.tax-tool { overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); background: var(--white); box-shadow: var(--shadow); }
.tax-year-control { display: flex; align-items: center; gap: 14px; padding: 18px 24px; color: var(--navy); background: #f9fbfb; border-bottom: 1px solid var(--line); }
.tax-year-control label { font-size: 14px; font-weight: 800; }
.tax-year-control select { min-height: 42px; padding: 8px 38px 8px 12px; border: 1px solid var(--line); border-radius: 8px; color: var(--ink); background: var(--white); font-size: 15px; font-weight: 700; }
.tax-year-control span { margin-left: auto; color: var(--muted); font-size: 13px; }
.tax-tabs { display: grid; grid-template-columns: repeat(3, 1fr); padding: 8px; border-bottom: 1px solid var(--line); background: #edf3f5; }
.tax-tab { min-height: 52px; padding: 10px 15px; border: 0; border-radius: 9px; color: var(--muted); background: transparent; font-size: 14px; font-weight: 800; cursor: pointer; }
.tax-tab:hover { color: var(--navy); }
.tax-tab.is-active { color: var(--white); background: var(--blue); box-shadow: 0 8px 20px rgba(15,112,159,.2); }
.tax-tab:focus-visible { outline: 3px solid rgba(15,112,159,.28); outline-offset: 2px; }
.tax-panel { display: grid; grid-template-columns: .92fr 1.08fr; min-height: 420px; }
.tax-inputs { padding: 42px; border-right: 1px solid var(--line); }
.tax-kicker { margin: 0 0 8px; color: var(--blue); font-size: 12px; font-weight: 850; letter-spacing: .1em; text-transform: uppercase; }
.tax-inputs h3 { margin: 0 0 28px; color: var(--navy); font-family: Georgia, "Times New Roman", serif; font-size: 32px; line-height: 1.15; }
.tax-inputs label { display: block; margin-bottom: 18px; color: var(--navy); font-size: 14px; font-weight: 800; }
.tax-inputs input, .tax-inputs select { width: 100%; min-height: 52px; display: block; margin-top: 8px; padding: 11px 13px; border: 1px solid var(--line); border-radius: 9px; color: var(--ink); background: #fbfcfc; font-size: 16px; }
.tax-inputs input:focus, .tax-inputs select:focus { outline: 0; border-color: var(--blue); box-shadow: 0 0 0 3px rgba(15,112,159,.12); }
.field-help { margin: -5px 0 0; color: var(--muted); font-size: 13px; }
.tax-result { display: flex; flex-direction: column; justify-content: center; padding: 42px; color: var(--white); background: linear-gradient(145deg, var(--navy) 0%, #103c56 100%); }
.tax-result > p:first-child { margin: 0 0 4px; color: #9bcfe3; font-size: 13px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.tax-result > strong { color: var(--white); font-family: Georgia, "Times New Roman", serif; font-size: clamp(38px, 5vw, 58px); font-weight: 500; line-height: 1.1; }
.result-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; margin-top: 31px; }
.result-grid span { min-height: 86px; display: flex; flex-direction: column; justify-content: center; padding: 13px; border: 1px solid rgba(255,255,255,.13); border-radius: 10px; color: #abc0ca; font-size: 12px; }
.result-grid b { display: block; margin-top: 4px; color: var(--white); font-size: 14px; }
.calculation-note { min-height: 42px; margin: 22px 0 0; color: #b9cbd4; font-size: 13px; }
.tax-disclaimer { padding: 18px 24px; border-top: 1px solid var(--line); color: var(--muted); background: #f9fbfb; font-size: 12px; }
.tax-disclaimer strong { color: var(--navy); }

.contact-section { padding: 105px 0; color: var(--white); background: var(--navy-deep); scroll-margin-top: 50px; }
.contact-shell { display: grid; grid-template-columns: .88fr 1.12fr; gap: 92px; align-items: center; }
.eyebrow-light { color: #6fc1df; }
.contact-copy h2 { color: var(--white); }
.contact-copy > p:not(.eyebrow) { max-width: 540px; margin: 24px 0 35px; color: #afc2cc; font-size: 16px; }
.steps { border-top: 1px solid rgba(255,255,255,.12); }
.steps > div { display: flex; align-items: flex-start; gap: 14px; padding: 18px 0; border-bottom: 1px solid rgba(255,255,255,.12); }
.steps > div > span { width: 27px; height: 27px; display: grid; flex: 0 0 27px; place-items: center; border-radius: 50%; color: var(--gold-soft); background: rgba(214, 169, 77, .14); font-size: 10px; font-weight: 900; }
.steps p { margin: 0; }
.steps strong { display: block; font-size: 13px; }
.steps small { display: block; color: #93aab6; font-size: 12px; }
.direct-email { display: inline-block; margin-top: 28px; color: #eef6f8; font-weight: 800; font-size: 14px; }
.direct-email span { display: block; color: #7894a2; font-size: 10px; letter-spacing: .1em; text-transform: uppercase; }
.enquiry-card { min-height: 560px; padding: 35px; border-radius: var(--radius); color: var(--ink); background: var(--white); box-shadow: 0 32px 80px rgba(0,0,0,.27); }
.form-heading { display: flex; align-items: center; justify-content: space-between; gap: 20px; margin-bottom: 25px; }
.form-heading p { margin: 0; color: var(--navy); font-family: Georgia, "Times New Roman", serif; font-size: 26px; font-weight: 600; }
.form-heading span { padding: 5px 9px; border-radius: 999px; color: #24714e; background: #e7f5ed; font-size: 9px; font-weight: 850; letter-spacing: .08em; text-transform: uppercase; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.enquiry-card label { display: block; margin-bottom: 15px; color: var(--navy); font-size: 11px; font-weight: 800; }
.enquiry-card input, .enquiry-card select, .enquiry-card textarea { width: 100%; min-height: 47px; display: block; margin-top: 7px; padding: 11px 12px; border: 1px solid var(--line); border-radius: 8px; color: var(--ink); background: #fbfcfc; font-size: 13px; transition: border-color .2s, box-shadow .2s; }
.enquiry-card textarea { resize: vertical; }
.enquiry-card input:focus, .enquiry-card select:focus, .enquiry-card textarea:focus { outline: 0; border-color: var(--blue); box-shadow: 0 0 0 3px rgba(15,112,159,.12); }
.form-note { margin: 12px 0 0; color: #89969e; font-size: 10px; text-align: center; }
.enquiry-ready { padding: 42px 12px 20px; text-align: center; }
.ready-icon { width: 50px; height: 50px; display: grid; place-items: center; margin: 0 auto 18px; border-radius: 50%; color: #1f7651; background: #e5f5ed; font-weight: 900; font-size: 20px; }
.enquiry-ready h3 { margin: 0; color: var(--navy); font-family: Georgia, "Times New Roman", serif; font-size: 30px; }
.enquiry-ready p { max-width: 390px; margin: 12px auto 25px; color: var(--muted); font-size: 13px; }
.enquiry-ready .button + .button { margin-top: 10px; }
.enquiry-ready .text-button { margin-top: 10px; color: var(--muted); }

.site-footer { padding: 28px 0; color: #859ba7; background: #04131b; }
.footer-grid { display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 25px; }
.brand-footer { color: var(--white); font-size: 16px; }
.brand-footer img { width: 28px; height: 40px; }
.site-footer p { margin: 0; font-size: 10px; }
.site-footer p:nth-child(2) { color: #a9bbc4; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; }
.site-footer p:last-child { text-align: right; }
.site-footer i { color: var(--gold); font-style: normal; margin: 0 5px; }

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

@media (max-width: 980px) {
  .hero { padding-top: 135px; }
  .hero-grid { grid-template-columns: 1fr; gap: 58px; }
  .hero-copy { max-width: 780px; }
  .hero-visual { width: min(100%, 590px); margin-inline: auto; }
  .proof-bar { margin-top: 68px; }
  .section-intro { grid-template-columns: 1fr; gap: 20px; }
  .service-layout { grid-template-columns: 1fr; }
  .matcher-card { position: relative; top: auto; }
  .contact-shell { grid-template-columns: 1fr; gap: 55px; }
  .tax-panel { grid-template-columns: 1fr; }
  .tax-inputs { border-right: 0; border-bottom: 1px solid var(--line); }
  .contact-copy { max-width: 680px; }
}

@media (max-width: 760px) {
  .container { width: min(100% - 32px, 1180px); }
  .nav-shell { height: 72px; }
  .site-header { background: rgba(7, 27, 39, .94); backdrop-filter: blur(14px); }
  .menu-toggle { display: block; position: relative; z-index: 3; }
  .menu-toggle[aria-expanded="true"] > span:nth-child(2) { transform: translateY(7px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] > span:nth-child(3) { opacity: 0; }
  .menu-toggle[aria-expanded="true"] > span:nth-child(4) { transform: translateY(-7px) rotate(-45deg); }
  .site-nav { position: fixed; inset: 0; z-index: 2; display: flex; flex-direction: column; align-items: stretch; justify-content: center; gap: 0; padding: 94px 25px 40px; background: var(--navy-deep); opacity: 0; visibility: hidden; transform: translateY(-10px); transition: opacity .2s, visibility .2s, transform .2s; }
  .site-nav.is-open { opacity: 1; visibility: visible; transform: translateY(0); }
  .site-nav > a { padding: 18px 5px; border-bottom: 1px solid rgba(255,255,255,.12); font-family: Georgia, "Times New Roman", serif; font-size: 28px; }
  .site-nav .nav-cta { justify-content: space-between; margin-top: 20px; padding-inline: 18px; border: 0; border-radius: 10px; color: var(--navy); background: var(--gold); font-family: Inter, Aptos, sans-serif; font-size: 14px; }
  .hero { min-height: 0; padding-top: 121px; }
  .hero h1 { font-size: clamp(45px, 13vw, 61px); }
  .hero-lead { font-size: 16px; }
  .hero-visual { min-height: 395px; }
  .report-card { padding: 20px; }
  .floating-card-top { right: -5px; }
  .floating-card-bottom { left: -5px; bottom: 0; }
  .proof-bar { min-height: 145px; flex-direction: column; align-items: flex-start; justify-content: center; gap: 14px; }
  .platforms { justify-content: flex-start; gap: 13px 20px; }
  .services-section, .tax-section, .contact-section { padding: 78px 0; }
  .section-intro { margin-bottom: 42px; }
  .section-intro h2, .contact-copy h2 { font-size: 42px; }
  .service-title strong { font-size: 20px; }
  .industry-note { margin-top: 38px; }
  .footer-grid { grid-template-columns: 1fr; justify-items: start; }
  .site-footer p:last-child { text-align: left; }
}

@media (max-width: 520px) {
  .hero-actions { flex-direction: column; }
  .hero-actions .button { width: 100%; }
  .hero-visual { min-height: 356px; }
  .report-card { transform: none; }
  .report-label { margin-top: 18px; }
  .signal-row { grid-template-columns: 1fr; }
  .signal-row > div:last-child { display: none; }
  .chart { height: 125px; }
  .floating-card-top { display: none; }
  .floating-card-bottom { left: 8px; right: 8px; max-width: none; justify-content: center; bottom: -1px; }
  .service-item > button { grid-template-columns: 34px 1fr 30px; gap: 8px; }
  .service-detail p, .service-detail ul { margin-left: 42px; }
  .matcher-card, .enquiry-card { padding: 25px 20px; border-radius: 17px; }
  .choice-grid, .form-row { grid-template-columns: 1fr; }
  .tax-tabs { grid-template-columns: 1fr; gap: 6px; }
  .tax-year-control { align-items: flex-start; flex-direction: column; gap: 8px; }
  .tax-year-control span { margin-left: 0; }
  .tax-panel { min-height: 0; }
  .tax-inputs, .tax-result { padding: 27px 20px; }
  .result-grid { grid-template-columns: 1fr; }
  .form-row { gap: 0; }
  .enquiry-card { min-height: 0; }
}

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