:root {
  --green-1000: #082a25;
  --green-950: #0b332c;
  --green-900: #123f35;
  --green-800: #1a5345;
  --ink: #16372f;
  --paper: #f8f8f4;
  --mist: #e9eee9;
  --line: #cdd7d1;
  --muted: #63756f;
  --serif: "Iowan Old Style", "Palatino Linotype", Palatino, Georgia, serif;
  --sans: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font: 16px/1.65 var(--sans); }
body:has(dialog[open]) { overflow: hidden; }
a { color: inherit; text-decoration: none; }
img { display: block; width: 100%; }
picture { display: block; width: 100%; height: 100%; }
button { color: inherit; font: inherit; }
address { font-style: normal; }
.skip-link { position: fixed; top: .75rem; left: .75rem; z-index: 100; padding: .75rem 1rem; color: #fff; background: var(--green-1000); transform: translateY(-160%); }
.skip-link:focus { transform: translateY(0); }
:focus-visible { outline: 2px solid #6ea28d; outline-offset: 4px; }

.site-header { position: relative; z-index: 20; height: 106px; display: flex; align-items: center; justify-content: space-between; padding: 0 clamp(1.5rem, 5vw, 5.75rem); background: var(--paper); border-bottom: 1px solid rgba(18,63,53,.1); }
.brand { display: inline-flex; align-items: center; gap: .8rem; }
.brand-mark { width: 42px; height: 42px; color: var(--green-900); }
.brand-mark svg { display: block; width: 100%; height: 100%; fill: currentColor; }
.brand-type { display: flex; flex-direction: column; }
.brand-type strong { font: 400 1.9rem/.9 var(--serif); letter-spacing: .055em; }
.brand-type small { margin-top: .45rem; font-size: .48rem; font-weight: 700; letter-spacing: .22em; }
.primary-nav { display: flex; align-items: center; gap: clamp(1.2rem, 2.3vw, 2.8rem); font-size: .83rem; }
.primary-nav > a { position: relative; padding: .5rem 0; }
.primary-nav > a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: 0; height: 1px; background: currentColor; transition: right .25s ease; }
.primary-nav > a:hover::after, .primary-nav > a:focus-visible::after, .primary-nav > a[aria-current="page"]::after { right: 0; }
.menu-button { display: inline-flex; align-items: center; gap: 2rem; padding: .8rem 1rem; border: 1px solid #91a39c; background: transparent; cursor: pointer; }
.mobile-menu-button { display: none; }

.site-menu { width: min(1040px, calc(100% - 2rem)); max-height: min(820px, calc(100% - 2rem)); margin: auto; padding: 0; color: #e9f0ed; background: var(--green-950); border: 0; box-shadow: 0 30px 90px rgba(3,27,22,.38); }
.site-menu::backdrop { background: rgba(4,29,24,.72); backdrop-filter: blur(4px); }
.site-menu[open] { animation: menu-in .28s ease both; }
@keyframes menu-in { from { opacity: 0; transform: translateY(16px) scale(.985); } }
.site-menu__top, .site-menu__foot { display: flex; align-items: center; justify-content: space-between; padding: 1.5rem 2rem; }
.site-menu__top { border-bottom: 1px solid rgba(255,255,255,.15); }
.site-menu__top p, .site-menu__foot { margin: 0; font-size: .66rem; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; }
.site-menu__top button { width: 42px; height: 42px; color: #fff; background: transparent; border: 1px solid rgba(255,255,255,.25); font-size: 1.5rem; cursor: pointer; }
.site-menu__grid { display: grid; grid-template-columns: repeat(3, 1fr); padding: 1rem 2rem 2rem; }
.site-menu__grid a { position: relative; min-height: 82px; display: flex; align-items: end; gap: 1rem; padding: 1.25rem 1rem; border-bottom: 1px solid rgba(255,255,255,.13); font-family: var(--serif); font-size: 1.35rem; transition: background .2s ease, padding .2s ease; }
.site-menu__grid a:hover, .site-menu__grid a:focus-visible { padding-left: 1.3rem; background: rgba(255,255,255,.05); }
.site-menu__grid a span { color: #90aaa0; font: 700 .58rem/1 var(--sans); letter-spacing: .14em; }
.site-menu__foot { color: #8fa89e; border-top: 1px solid rgba(255,255,255,.15); }

.eyebrow { display: flex; align-items: center; gap: 1rem; margin: 0 0 2rem; color: #b9cdc5; font-size: .68rem; font-weight: 700; letter-spacing: .2em; text-transform: uppercase; }
.eyebrow span { width: 30px; height: 1px; background: currentColor; }
.eyebrow--dark { color: #72867e; }
h1, h2, h3 { margin-top: 0; font-family: var(--serif); font-weight: 400; letter-spacing: -.035em; }
.button { min-width: 190px; display: inline-flex; align-items: center; justify-content: space-between; gap: 2rem; padding: 1rem 1.2rem; font-size: .82rem; transition: transform .2s ease, background .2s ease; }
.button:hover, .button:focus-visible { transform: translateY(-2px); }
.button--light { color: var(--green-900); background: var(--paper); }
.button--light:hover, .button--light:focus-visible { background: #dfe8e3; }
.button--green { color: #fff; background: var(--green-900); border: 0; cursor: pointer; }
.button--green:hover, .button--green:focus-visible { background: var(--green-800); }
.line-link { display: inline-flex; align-items: center; justify-content: space-between; gap: 2.5rem; min-width: 150px; padding: .8rem 0 .5rem; font-size: .8rem; border-bottom: 1px solid #8ca199; }
.line-link--dark { border-color: #8ca199; }

.home-hero { min-height: 680px; display: grid; grid-template-columns: 53% 47%; overflow: hidden; color: var(--paper); background: var(--green-900); }
.home-hero__copy { position: relative; z-index: 2; padding: clamp(4rem, 7vw, 7rem) clamp(2rem, 6vw, 6.4rem) 4rem; }
.home-hero h1 { margin-bottom: 2.1rem; font-size: clamp(4rem, 6vw, 7rem); line-height: .89; }
.home-hero h1 em { color: #c8d4cf; font-weight: 400; }
.hero-lead { font-size: 1.08rem; }
.hero-note { max-width: 560px; color: #c4d3cd; }
.hero-actions { display: flex; align-items: center; gap: 2rem; margin-top: 2.4rem; }
.home-hero__visual { position: relative; margin: 0; clip-path: polygon(16% 0,100% 0,100% 100%,0 100%); }
.home-hero__visual img { height: 100%; object-fit: cover; object-position: 68% center; }
.home-hero__visual figcaption { position: absolute; right: 2rem; bottom: 2rem; padding: .8rem 1rem; background: rgba(18,63,53,.92); font-size: .62rem; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; }

.ticker { min-height: 76px; display: grid; grid-template-columns: repeat(4,1fr); align-items: center; border-bottom: 1px solid var(--line); background: var(--paper); }
.ticker span { display: grid; min-height: 22px; place-items: center; padding: .75rem 1rem; font-size: .62rem; font-weight: 700; letter-spacing: .15em; text-align: center; text-transform: uppercase; }
.ticker span + span { border-left: 1px solid var(--line); }

.portfolio-glance { padding: clamp(4.5rem,7vw,7rem) clamp(1.5rem,6vw,6.5rem); background: var(--paper); border-bottom: 1px solid var(--line); }
.portfolio-glance__heading { display: flex; align-items: end; justify-content: space-between; gap: 3rem; margin-bottom: 3.5rem; }
.portfolio-glance__heading h2 { margin-bottom: 0; font-size: clamp(2.8rem,4.3vw,4.8rem); line-height: .98; }
.portfolio-glance__grid { display: grid; grid-template-columns: repeat(4,1fr); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.portfolio-glance article { min-height: 180px; display: flex; flex-direction: column; justify-content: space-between; gap: 2rem; padding: 1.8rem; }
.portfolio-glance article + article { border-left: 1px solid var(--line); }
.portfolio-glance article span { color: var(--muted); font-size: .65rem; font-weight: 700; letter-spacing: .15em; text-transform: uppercase; }
.portfolio-glance article strong { font: 400 1.45rem/1.25 var(--serif); }

.home-intro { display: grid; grid-template-columns: 1fr 1fr; gap: 8vw; padding: clamp(5rem,9vw,9rem) clamp(1.5rem,6vw,6.5rem); }
.home-intro h2, .section-heading h2 { font-size: clamp(3.1rem,4.7vw,5.3rem); line-height: .98; }
.home-intro > div:last-child { padding-top: 2.3rem; }
.large-copy { margin-top: 0; font-size: clamp(1.35rem,2vw,1.8rem); line-height: 1.35; }
.home-intro > div:last-child > p:not(.large-copy) { color: var(--muted); }

.focus-overview { padding: clamp(5rem,8vw,8rem) clamp(1.5rem,6vw,6.5rem); background: var(--mist); }
.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 3rem; margin-bottom: 4rem; }
.section-heading > p { max-width: 290px; color: var(--muted); }
.asset-grid { display: grid; grid-template-columns: repeat(5,1fr); border: 1px solid var(--line); }
.asset-card { min-height: 360px; display: flex; flex-direction: column; padding: 1.7rem; transition: color .25s ease, background .25s ease, transform .25s ease; }
.asset-card + .asset-card { border-left: 1px solid var(--line); }
.asset-card > span { color: #788a83; font-size: .64rem; }
.asset-card h3 { margin: 4.1rem 0 1rem; font-size: clamp(1.55rem,2vw,2rem); line-height: 1.05; }
.asset-card p { margin: 0; color: var(--muted); font-size: .86rem; }
.asset-card i { margin-top: auto; font-style: normal; }
.asset-card:hover, .asset-card:focus-visible { z-index: 1; color: #fff; background: var(--green-900); transform: translateY(-6px); }
.asset-card:hover p, .asset-card:focus-visible p { color: #bfd0c9; }

.image-statement { min-height: 650px; display: grid; grid-template-columns: 1fr 1fr; background: var(--green-950); color: #fff; }
.image-statement figure { margin: 0; overflow: hidden; }
.image-statement img { height: 100%; object-fit: cover; }
.image-statement > div { display: flex; flex-direction: column; justify-content: center; padding: clamp(3rem,7vw,7rem); }
.image-statement h2 { font-size: clamp(3.2rem,5vw,5.7rem); line-height: .98; }
.image-statement p:not(.eyebrow) { color: #b9cac3; }
.image-statement .button { align-self: start; margin-top: 1.5rem; }

.company-band { display: grid; grid-template-columns: 1fr 2fr auto; align-items: center; gap: 2rem; padding: 2.5rem clamp(1.5rem,6vw,6.5rem); border-bottom: 1px solid var(--line); }
.company-band > p { font: 400 1.5rem/1.2 var(--serif); }
.company-band > div { display: flex; gap: 2rem; color: var(--muted); font-size: .75rem; }
.company-band .company-band__actions { gap: .6rem; }
.company-band__actions a { display: flex; justify-content: space-between; gap: 1.5rem; min-width: 145px; padding: .85rem 1rem; color: var(--ink); border: 1px solid #8ca199; font-size: .78rem; }
.company-band__actions a:hover, .company-band__actions a:focus-visible { background: var(--mist); }

.page-hero { min-height: 615px; display: grid; grid-template-columns: 50% 50%; color: #fff; background: var(--green-900); }
.page-hero__copy { display: flex; flex-direction: column; justify-content: center; padding: clamp(4rem,7vw,7rem) clamp(2rem,6vw,6.5rem); }
.page-hero h1 { margin-bottom: 2rem; font-size: clamp(3.9rem,5.8vw,6.8rem); line-height: .9; }
.page-hero__copy > p:last-child { max-width: 620px; color: #c3d2cc; font-size: 1.05rem; }
.page-visual { position: relative; margin: 0; overflow: hidden; }
.page-visual::after { content: ""; position: absolute; inset: 0; box-shadow: inset 20px 0 50px rgba(7,43,36,.12); pointer-events: none; }
.page-visual img { height: 100%; object-fit: cover; }
.page-visual--mark { display: grid; place-items: center; background: #dfe7e2; color: var(--green-900); }
.page-visual--mark .brand-mark { width: clamp(170px,22vw,310px); height: auto; }
.page-visual--mark span { position: absolute; right: 2rem; bottom: 2rem; font-size: .65rem; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; }

.facts-grid { display: grid; grid-template-columns: repeat(4,1fr); border-bottom: 1px solid var(--line); }
.facts-grid > div { min-height: 175px; display: flex; flex-direction: column; gap: 1rem; padding: 2rem; }
.facts-grid > div + div { border-left: 1px solid var(--line); }
.facts-grid span { color: var(--muted); font-size: .63rem; font-weight: 700; letter-spacing: .15em; text-transform: uppercase; }
.facts-grid strong { max-width: 320px; font-family: var(--serif); font-size: 1.35rem; font-weight: 400; line-height: 1.3; }

.content-section { display: grid; grid-template-columns: .7fr 1.3fr; gap: 9vw; padding: clamp(5rem,9vw,9rem) clamp(1.5rem,6vw,6.5rem); }
.content-section > div:first-child { position: relative; }
.section-number { margin: 0 0 2rem; color: #71847c; font-size: .65rem; font-weight: 700; letter-spacing: .18em; }
.content-section h2 { font-size: clamp(3rem,4.8vw,5.2rem); line-height: .98; }
.content-stack { border-top: 1px solid var(--line); }
.content-stack article { display: grid; grid-template-columns: .7fr 1fr; gap: 2rem; padding: 2rem 0; border-bottom: 1px solid var(--line); }
.content-stack h3 { margin: 0; font-size: 1.65rem; line-height: 1.2; }
.content-stack p { margin: 0; color: var(--muted); }

.detail-section { padding: clamp(5rem,8vw,8rem) clamp(1.5rem,6vw,6.5rem); color: #eef4f1; background: var(--green-950); }
.detail-intro { display: grid; grid-template-columns: .8fr 1.35fr; gap: 2rem 8vw; align-items: end; margin-bottom: 4.5rem; }
.detail-intro .mini-label { grid-column: 1 / -1; margin-bottom: 0; color: #8eaaa0; }
.detail-intro h2 { max-width: 650px; margin-bottom: 0; font-size: clamp(3rem,4.8vw,5.2rem); line-height: .98; }
.detail-intro > p:last-child { max-width: 630px; margin: 0; color: #b9cbc4; }
.detail-grid { display: grid; grid-template-columns: repeat(4,1fr); border: 1px solid rgba(255,255,255,.18); }
.detail-card { min-height: 285px; display: flex; flex-direction: column; padding: 2rem; }
.detail-card + .detail-card { border-left: 1px solid rgba(255,255,255,.18); }
.detail-card > span { color: #86a198; font-size: .64rem; font-weight: 700; letter-spacing: .15em; }
.detail-card h3 { margin: 3.6rem 0 1rem; color: #fff; font-size: 1.7rem; line-height: 1.1; }
.detail-card p { margin: 0; color: #b8cac3; font-size: .92rem; line-height: 1.65; }

.verification-panel { display: grid; grid-template-columns: 1.3fr .7fr; gap: 8vw; align-items: end; padding: clamp(4.5rem,7vw,7rem) clamp(1.5rem,6vw,6.5rem); background: var(--mist); border-bottom: 1px solid var(--line); }
.verification-panel h2 { margin-bottom: 1.4rem; font-size: clamp(2.8rem,4.2vw,4.8rem); line-height: .98; }
.verification-panel > div:first-child > p:not(.mini-label) { max-width: 690px; color: var(--muted); }
.verification-panel > div:first-child > span { display: block; margin-top: 1.5rem; color: var(--muted); font-size: .72rem; }
.verification-actions { display: flex; flex-direction: column; align-items: stretch; gap: .8rem; }
.verification-actions .button, .verification-actions .line-link { width: 100%; }

.enquiry-section { padding: clamp(5rem,8vw,8rem) clamp(1.5rem,6vw,6.5rem); background: var(--mist); }
.enquiry-intro { display: grid; grid-template-columns: .8fr 1.2fr; gap: 2rem 8vw; align-items: end; margin-bottom: 4rem; }
.enquiry-intro .mini-label { grid-column: 1 / -1; margin-bottom: 0; }
.enquiry-intro h2 { margin-bottom: 0; font-size: clamp(3rem,4.7vw,5.1rem); line-height: .98; }
.enquiry-intro > p:last-child { max-width: 640px; margin: 0; color: var(--muted); }
.enquiry-form { display: grid; grid-template-columns: repeat(2,1fr); gap: 1.2rem 2rem; padding: clamp(1.5rem,3vw,3rem); background: var(--paper); border: 1px solid var(--line); }
.enquiry-form label { display: flex; flex-direction: column; gap: .55rem; }
.enquiry-form label > span { color: var(--muted); font-size: .68rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.enquiry-form input, .enquiry-form select, .enquiry-form textarea { width: 100%; padding: .95rem 1rem; color: var(--ink); background: #fff; border: 1px solid #aebdb6; border-radius: 0; font: inherit; }
.enquiry-form textarea { resize: vertical; }
.enquiry-form input:focus, .enquiry-form select:focus, .enquiry-form textarea:focus { border-color: var(--green-800); outline: 2px solid rgba(26,83,69,.16); outline-offset: 0; }
.enquiry-form__wide { grid-column: 1 / -1; }
.enquiry-submit { display: flex; align-items: center; justify-content: space-between; gap: 2rem; margin-top: .8rem; }
.enquiry-submit p { max-width: 520px; margin: 0; color: var(--muted); font-size: .78rem; }
.enquiry-result { margin-top: 1.5rem; padding: clamp(1.5rem,3vw,3rem); background: var(--paper); border: 1px solid var(--line); }
.enquiry-result[hidden] { display: none; }
.enquiry-result h3 { margin-bottom: .7rem; font-size: 1.8rem; }
.enquiry-result > div:first-child > p:last-child { color: var(--muted); }
.enquiry-result pre { overflow-x: auto; margin: 2rem 0; padding: 1.5rem; white-space: pre-wrap; color: #dfe9e5; background: var(--green-950); font: .86rem/1.65 var(--sans); }
.enquiry-result__actions { display: flex; align-items: center; gap: 2rem; }

.statement { margin: 0; padding: clamp(5rem,9vw,9rem) clamp(1.5rem,10vw,10rem); color: #fff; background: var(--green-800); }
.statement p { max-width: 1100px; margin: 0; font: 400 clamp(3rem,5vw,6rem)/.98 var(--serif); letter-spacing: -.035em; }
.statement span { display: block; margin-top: 2.5rem; color: #b8cbc3; font-size: .65rem; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; }

.related { padding: 5rem clamp(1.5rem,6vw,6.5rem); background: var(--mist); }
.mini-label { margin: 0 0 2rem; color: #6f827a; font-size: .65rem; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; }
.related > div { display: grid; grid-template-columns: repeat(3,1fr); border-top: 1px solid var(--line); }
.related a { display: flex; justify-content: space-between; padding: 1.5rem 0; border-bottom: 1px solid var(--line); font-family: var(--serif); font-size: 1.6rem; }
.related a + a { margin-left: 2rem; }
.related a:hover, .related a:focus-visible { color: var(--green-800); }

.site-footer { padding: 4.5rem clamp(1.5rem,6vw,6.5rem) 2rem; color: #dce8e3; background: var(--green-1000); }
.footer-grid { display: grid; grid-template-columns: 2fr 1fr 1.25fr; gap: 4rem; padding-bottom: 4rem; }
.brand--footer { color: #fff; }
.brand--footer .brand-mark { color: #fff; }
.footer-grid > div:first-child > p { color: #94aba2; font-size: .78rem; }
.footer-grid nav, .footer-office { display: flex; flex-direction: column; align-items: start; gap: .5rem; font-size: .78rem; }
.footer-grid nav > span, .footer-office > span { margin-bottom: .6rem; color: #7e998f; font-size: .62rem; font-weight: 700; letter-spacing: .17em; text-transform: uppercase; }
.footer-grid nav a:hover, .footer-grid nav a:focus-visible { text-decoration: underline; text-underline-offset: .25rem; }
.footer-office address { color: #a3b8b0; }
.footer-office > a { margin-top: .6rem; color: #d4e0db; }
.footer-disclaimer { max-width: 980px; margin: 0 0 2rem; color: #779087; font-size: .68rem; line-height: 1.6; }
.footer-legal { display: flex; justify-content: space-between; gap: 2rem; padding-top: 1.5rem; color: #728d83; border-top: 1px solid rgba(255,255,255,.14); font-size: .65rem; }

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

@keyframes hero-settle { from { opacity: .72; transform: scale(1.025); } to { opacity: 1; transform: scale(1); } }
.home-hero__visual img, .page-visual img { animation: hero-settle 1.1s cubic-bezier(.2,.7,.2,1) both; }
.detail-card { transition: background .25s ease, transform .25s ease; }
.detail-card:hover { background: rgba(255,255,255,.035); transform: translateY(-3px); }

@view-transition { navigation: auto; }
::view-transition-old(root) { animation: .18s ease both fade-out; }
::view-transition-new(root) { animation: .28s ease both fade-in; }
@keyframes fade-out { to { opacity: 0; } }
@keyframes fade-in { from { opacity: 0; } }

@media (max-width: 1050px) {
  .portfolio-glance__grid { grid-template-columns: repeat(2,1fr); }
  .portfolio-glance article:nth-child(3) { border-top: 1px solid var(--line); border-left: 0; }
  .portfolio-glance article:nth-child(4) { border-top: 1px solid var(--line); }
  .asset-grid { grid-template-columns: repeat(2,1fr); }
  .asset-card { min-height: 300px; border-bottom: 1px solid var(--line); }
  .asset-card + .asset-card { border-left: 0; }
  .asset-card:nth-child(even) { border-left: 1px solid var(--line); }
  .asset-card:last-child { grid-column: 1 / -1; }
  .facts-grid { grid-template-columns: repeat(2,1fr); }
  .facts-grid > div:nth-child(3) { border-left: 0; border-top: 1px solid var(--line); }
  .facts-grid > div:nth-child(4) { border-top: 1px solid var(--line); }
  .detail-grid { grid-template-columns: repeat(2,1fr); }
  .detail-card { min-height: 245px; }
  .detail-card:nth-child(3) { border-top: 1px solid rgba(255,255,255,.18); border-left: 0; }
  .detail-card:nth-child(4) { border-top: 1px solid rgba(255,255,255,.18); }
}

@media (max-width: 860px) {
  .site-header { height: 86px; padding: 0 1.5rem; }
  .brand-mark { width: 36px; height: 36px; }
  .brand-type strong { font-size: 1.65rem; }
  .primary-nav { display: none; }
  .mobile-menu-button { display: inline-grid; grid-template-columns: auto 25px; align-items: center; gap: 3px 1rem; padding: .6rem 0; background: transparent; border: 0; font-size: .72rem; cursor: pointer; }
  .mobile-menu-button span { grid-row: 1 / 3; }
  .mobile-menu-button i { display: block; width: 25px; height: 1px; background: currentColor; }
  .site-menu__grid { grid-template-columns: repeat(2,1fr); }
  .home-hero, .page-hero { display: flex; min-height: 0; flex-direction: column; }
  .home-hero__copy, .page-hero__copy { padding: 4rem 1.5rem; }
  .home-hero h1, .page-hero h1 { font-size: clamp(3.5rem,14vw,5rem); }
  .home-hero__visual, .page-visual { height: min(70vw,560px); min-height: 350px; clip-path: none; }
  .home-intro, .content-section { grid-template-columns: 1fr; }
  .detail-intro { grid-template-columns: 1fr; align-items: start; }
  .verification-panel, .enquiry-intro { grid-template-columns: 1fr; align-items: start; }
  .home-intro > div:last-child { padding-top: 0; }
  .image-statement { grid-template-columns: 1fr; }
  .image-statement figure { height: 54vw; min-height: 350px; }
  .company-band { grid-template-columns: 1fr; }
  .company-band > div { flex-wrap: wrap; }
  .content-stack article { grid-template-columns: 1fr; gap: .8rem; }
  .footer-grid { grid-template-columns: 1.6fr 1fr; }
  .footer-office { grid-column: 1 / -1; }
}

@media (max-width: 600px) {
  .brand-type small { font-size: .42rem; }
  .site-menu { width: 100%; max-height: 100%; height: 100%; }
  .site-menu__top, .site-menu__foot { padding: 1rem 1.25rem; }
  .site-menu__grid { grid-template-columns: 1fr; padding: .5rem 1.25rem 1.25rem; }
  .site-menu__grid a { min-height: 54px; align-items: center; padding: .75rem .5rem; font-size: 1.1rem; }
  .site-menu__foot { align-items: start; flex-direction: column; gap: .4rem; }
  .home-hero__copy, .page-hero__copy { padding-top: 3.4rem; }
  .home-hero h1, .page-hero h1 { font-size: clamp(3.3rem,15vw,4.6rem); }
  .hero-actions { align-items: stretch; flex-direction: column; gap: .4rem; }
  .button { width: 100%; }
  .line-link { align-self: start; }
  .ticker { grid-template-columns: repeat(2,1fr); }
  .ticker span:nth-child(3) { border-top: 1px solid var(--line); border-left: 0; }
  .ticker span:nth-child(4) { border-top: 1px solid var(--line); }
  .home-intro, .focus-overview, .portfolio-glance, .content-section, .detail-section, .verification-panel, .enquiry-section, .related { padding: 5rem 1.5rem; }
  .home-intro h2, .section-heading h2, .portfolio-glance__heading h2, .content-section h2, .detail-intro h2, .verification-panel h2, .enquiry-intro h2 { font-size: clamp(2.8rem,13vw,4rem); }
  .section-heading { align-items: start; flex-direction: column; margin-bottom: 2.7rem; }
  .portfolio-glance__heading { align-items: start; flex-direction: column; margin-bottom: 2.7rem; }
  .portfolio-glance__grid { grid-template-columns: 1fr; }
  .portfolio-glance article, .portfolio-glance article:nth-child(3), .portfolio-glance article:nth-child(4) { min-height: 150px; border-top: 1px solid var(--line); border-left: 0; }
  .portfolio-glance article:first-child { border-top: 0; }
  .asset-grid { grid-template-columns: 1fr; }
  .asset-card, .asset-card:nth-child(even) { border-left: 0; }
  .asset-card:last-child { grid-column: auto; }
  .image-statement figure { min-height: 320px; }
  .image-statement > div { padding: 4.5rem 1.5rem; }
  .company-band { padding: 3rem 1.5rem; }
  .company-band > div { align-items: start; flex-direction: column; gap: .4rem; }
  .company-band .company-band__actions { width: 100%; }
  .company-band__actions a { width: 100%; }
  .facts-grid { grid-template-columns: 1fr; }
  .facts-grid > div, .facts-grid > div:nth-child(3), .facts-grid > div:nth-child(4) { min-height: 140px; border-top: 1px solid var(--line); border-left: 0; }
  .facts-grid > div:first-child { border-top: 0; }
  .detail-intro { margin-bottom: 3rem; }
  .detail-grid { grid-template-columns: 1fr; }
  .detail-card, .detail-card:nth-child(3), .detail-card:nth-child(4) { min-height: 220px; border-top: 1px solid rgba(255,255,255,.18); border-left: 0; }
  .detail-card:first-child { border-top: 0; }
  .detail-card h3 { margin-top: 2.5rem; }
  .enquiry-form { grid-template-columns: 1fr; padding: 1.5rem; }
  .enquiry-form__wide { grid-column: auto; }
  .enquiry-submit, .enquiry-result__actions { align-items: stretch; flex-direction: column; }
  .enquiry-result__actions .button, .enquiry-result__actions .line-link { width: 100%; }
  .statement { padding: 5rem 1.5rem; }
  .statement p { font-size: clamp(2.7rem,13vw,4.1rem); }
  .related > div { grid-template-columns: 1fr; }
  .related a + a { margin-left: 0; }
  .site-footer { padding: 4rem 1.5rem 2rem; }
  .footer-grid { grid-template-columns: 1fr; gap: 2.8rem; }
  .footer-office { grid-column: auto; }
  .footer-legal { align-items: start; flex-direction: column; gap: .7rem; }
}

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