:root{--font-display:'Boska',Georgia,serif;--font-body:'Switzer',Arial,sans-serif;--text-xs:.75rem;--text-sm:.875rem;--text-base:1rem;--text-lg:1.125rem;--text-xl:clamp(2rem,2.8vw,2.5rem);--text-hero:clamp(3.5rem,7.3vw,7rem);--space-1:.25rem;--space-2:.5rem;--space-3:.75rem;--space-4:1rem;--space-5:1.25rem;--space-6:1.5rem;--space-8:2rem;--space-10:2.5rem;--space-12:3rem;--space-16:4rem;--space-20:5rem;--space-24:6rem;--space-32:8rem;--bg:oklch(98% .009 85);--surface:oklch(95% .012 85);--ink:oklch(26% .035 233);--muted:oklch(48% .024 233);--navy:oklch(23% .04 235);--border:oklch(26% .035 233 / .16);--white:#fff;--accent:oklch(49% .061 233);--warm:#ebe5da}
[data-theme=dark]{--bg:oklch(22% .022 233);--surface:oklch(26% .023 233);--ink:oklch(94% .009 85);--muted:oklch(75% .015 233);--border:oklch(94% .009 85 / .18);--accent:oklch(79% .045 233)}
body{font-family:var(--font-body);font-size:var(--text-base);font-weight:400;line-height:1.7;color:var(--ink);background:var(--bg)}
.wrap{width:min(1280px,calc(100% - 112px));margin-inline:auto}.section{padding-block:var(--space-24)}.eyebrow{font-size:var(--text-xs);font-weight:500;line-height:1.5;letter-spacing:.16em}.muted-heading{color:var(--muted)}
h1,h2{font-family:var(--font-display);font-weight:400;line-height:1.06;letter-spacing:-.035em}h2{font-size:var(--text-xl)}h3{font-size:var(--text-lg);font-weight:500;line-height:1.4}p{color:var(--muted)}.lead{color:var(--ink)}.skip{position:fixed;top:-90px;left:var(--space-4);padding:var(--space-3);background:var(--bg);z-index:200}.skip:focus{top:var(--space-4)}
.header{position:absolute;inset:0 0 auto;z-index:20;display:flex;align-items:center;gap:var(--space-8);padding:var(--space-6) 4%;color:var(--white);border-bottom:1px solid #ffffff30}.brand{flex-shrink:0;width:190px}.brand img{width:100%;height:auto;object-fit:contain}.header nav{margin-left:auto;display:flex;align-items:center;gap:var(--space-8)}.header nav>a,.nav-enquire{font-size:var(--text-sm);padding-block:var(--space-3)}.header nav>a{position:relative}.header nav>a::after{content:"";position:absolute;height:1px;bottom:4px;left:0;right:100%;background:currentColor;transition:right .2s}.header nav>a:hover::after{right:0}.nav-enquire{border-bottom:1px solid #ffffff90;display:flex;gap:var(--space-6)}.header-controls{display:flex;align-items:center;gap:var(--space-2)}.icon-button{height:44px;width:44px;font-size:var(--text-lg)}.menu-button{display:none}
.hero{height:max(740px,94svh);max-height:1100px;position:relative;color:var(--white);background:var(--navy);isolation:isolate}.hero-image,.hero-shade{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;z-index:-2}.hero-image{object-position:center 48%}.hero-shade{z-index:-1;background:linear-gradient(90deg,rgba(4,21,30,.59),rgba(4,21,30,.08) 75%),linear-gradient(0deg,rgba(4,21,30,.55),transparent 50%,rgba(4,21,30,.38))}.hero-content{padding-top:clamp(210px,26vh,330px)}.hero h1{font-size:var(--text-hero);margin-top:var(--space-6);max-width:800px}.hero-intro{color:#fff;max-width:560px;line-height:1.65;margin-top:var(--space-6);text-shadow:0 1px 10px #0004}.hero .eyebrow{color:#fff}.actions{display:flex;align-items:center;gap:var(--space-8);margin-top:var(--space-8);flex-wrap:wrap}.button{display:inline-flex;align-items:center;justify-content:space-between;gap:var(--space-10);min-height:54px;padding:var(--space-4) var(--space-6);font-size:var(--text-sm);line-height:1.4;transition:background .2s,color .2s}.button.light{background:var(--white);color:#173440}.button.light:hover{background:#e8e3d9}.button.dark{background:var(--ink);color:var(--bg)}.button.dark:hover{background:var(--accent)}.text-button,.text-link{font-size:var(--text-sm);display:inline-flex;align-items:center;justify-content:space-between;gap:var(--space-6);min-height:44px;padding:var(--space-2) 0;border-bottom:1px solid var(--border);line-height:1.5;color:var(--ink)}.text-button.white{color:#fff;border-color:#ffffff70}.text-link:hover,.text-button:hover{border-bottom-color:currentColor}.hero-bottom{position:absolute;bottom:var(--space-8);left:0;right:0;display:flex;justify-content:space-between;align-items:center;font-size:var(--text-xs);letter-spacing:.09em}.hero-bottom a{display:flex;align-items:center;gap:var(--space-8);min-height:44px;letter-spacing:0}
.proof{border-bottom:1px solid var(--border)}.proof-inner{display:grid;grid-template-columns:repeat(3,1fr);padding-block:var(--space-8)}.proof-inner>div{display:flex;justify-content:center;align-items:center;gap:var(--space-4);border-right:1px solid var(--border)}.proof-inner>div:last-child{border:0}.proof strong{font-size:var(--text-lg);font-weight:500;white-space:nowrap}.proof span{color:var(--muted);font-size:var(--text-sm)}
.story{display:grid;grid-template-columns:1fr 1fr;gap:var(--space-20);align-items:center}.story-image{position:relative;align-self:stretch;min-height:620px}.story-image img{height:100%;width:100%;object-fit:cover}.story-image figcaption{position:absolute;bottom:var(--space-5);left:var(--space-5);color:#fff;font-size:var(--text-xs);background:#132c39c9;padding:var(--space-2) var(--space-3)}.story-copy .eyebrow{margin-bottom:var(--space-6)}.story-copy h2{margin-bottom:var(--space-8);line-height:1.14}.story-copy p:not(.eyebrow){margin-bottom:var(--space-5)}.story-copy .text-link{margin-top:var(--space-2)}.range-section{background:var(--surface);padding-bottom:var(--space-12)}.section-heading{display:flex;align-items:flex-end;justify-content:space-between;gap:var(--space-16);margin-bottom:var(--space-12)}.section-heading .eyebrow{margin-bottom:var(--space-5)}.section-heading>p{max-width:400px}.range-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:var(--space-8)}.range-image{display:block;position:relative;overflow:hidden;aspect-ratio:1.2;margin-bottom:var(--space-6);background:var(--navy)}.range-image img{height:100%;width:100%;object-fit:cover;transition:transform .5s}.range-image:hover img{transform:scale(1.04)}.range-image>span{position:absolute;bottom:var(--space-4);right:var(--space-4);width:44px;height:44px;background:#fff;color:#173440;display:grid;place-items:center}.range-card h3{font-family:var(--font-display);font-size:var(--text-xl);font-weight:400;margin:var(--space-2) 0 var(--space-3)}.range-card>.eyebrow{font-size:var(--text-xs);letter-spacing:.09em}.range-card>p:not(.eyebrow){max-width:35ch;min-height:54px}.range-card>.text-link{margin-top:var(--space-4)}.range-end{border-top:1px solid var(--border);margin-top:var(--space-12);padding-top:var(--space-6);display:flex;align-items:center;justify-content:space-between;gap:var(--space-6)}.range-end p{font-size:var(--text-sm)}
.ownership{background:var(--navy);color:#fff;padding-block:var(--space-24) var(--space-16)}.ownership p{color:#c5d1d5}.ownership strong{color:white;font-weight:500}.ownership-top{display:grid;grid-template-columns:1.1fr 1fr;gap:var(--space-20);align-items:center}.ownership-copy h2{margin:var(--space-5) 0 var(--space-6)}.ownership-copy p:not(.eyebrow){margin-bottom:var(--space-5)}.ownership-copy .lead{color:#fff}.inverse{color:#fff;border-color:#ffffff50}.ownership-image{position:relative;height:650px}.ownership-image img{width:100%;height:100%;object-fit:cover}.ownership-image figcaption{background:#102831c9;position:absolute;bottom:var(--space-5);left:var(--space-5);padding:var(--space-2) var(--space-3);font-size:var(--text-xs)}.ownership-steps{margin-top:var(--space-16);border-top:1px solid #ffffff30;padding-top:var(--space-8);display:grid;grid-template-columns:repeat(3,1fr);gap:var(--space-12)}.step-label{font-size:var(--text-xs);letter-spacing:.08em;color:#b7c9d0}.ownership-steps h3{margin-block:var(--space-4) var(--space-3)}.ownership-steps p{font-size:var(--text-sm)}
.quote-grid{display:grid;grid-template-columns:repeat(3,1fr);align-items:start;border-top:1px solid var(--border)}.quote-card{padding:var(--space-8);border-right:1px solid var(--border);display:flex;flex-direction:column;min-height:590px}.quote-card:first-child{padding-left:0}.quote-card:last-child{border:0;padding-right:0}.quote-mark{font-family:var(--font-display);font-size:var(--text-hero);line-height:.8;height:65px;color:var(--accent)}.quote-card h3{font-weight:500;margin-bottom:var(--space-6)}.quote-card blockquote{font-size:var(--text-lg);line-height:1.65;min-height:240px;margin-bottom:var(--space-8)}.attribution{font-size:var(--text-sm);display:flex;flex-direction:column;margin-top:auto}.attribution strong{font-weight:500}.attribution span{color:var(--muted)}details{margin-top:var(--space-5);font-size:var(--text-sm)}summary{list-style:none;cursor:pointer;display:flex;justify-content:space-between;align-items:center;gap:var(--space-2);min-height:48px;border-bottom:1px solid var(--border)}summary::-webkit-details-marker{display:none}summary>span{font-size:var(--text-lg);transition:transform .2s}details[open] summary>span{transform:rotate(45deg)}.full-story{padding-top:var(--space-5)}.full-story p{margin-bottom:var(--space-4);color:var(--ink);font-size:var(--text-base);line-height:1.75}.full-story .full-label{font-size:var(--text-xs);text-transform:uppercase;letter-spacing:.08em;color:var(--muted)}
.contact-band{background:var(--surface);padding-block:var(--space-20);border-top:1px solid var(--border)}.contact-inner{position:relative}.contact-inner h2{margin-block:var(--space-5) var(--space-6)}.contact-inner::after{content:"";position:absolute;right:0;top:0;bottom:0;width:32%;background:url('./assets/hero.webp') center/cover}.contact-inner>p,.contact-inner>.actions{position:relative;z-index:1;max-width:65%}.contact-inner .actions{gap:var(--space-6)}footer{background:var(--navy);color:#fff}.footer-main{display:flex;gap:var(--space-16);align-items:center;padding-block:var(--space-12)}.footer-main p{font-size:var(--text-sm);color:#c5d1d5}.footer-main .text-link{margin-left:auto}.footer-bottom{padding-block:var(--space-5);border-top:1px solid #ffffff30;display:flex;align-items:center;justify-content:space-between;gap:var(--space-5);font-size:var(--text-xs);color:#c5d1d5}.footer-bottom a{min-height:44px;display:flex;align-items:center}
dialog{color:var(--ink);background:var(--bg);border:0;width:min(680px,calc(100% - 32px));max-height:90svh;padding:var(--space-12);overflow:auto}dialog::backdrop{background:#04141dbf;backdrop-filter:blur(5px)}.dialog-close{position:absolute;top:var(--space-3);right:var(--space-3);width:44px;height:44px;font-size:var(--text-xl)}dialog h2{margin-block:var(--space-5)}.demo-note{font-size:var(--text-sm);padding:var(--space-3) var(--space-4);background:var(--surface);margin-block:var(--space-5)}form{display:grid;gap:var(--space-5)}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:var(--space-5)}label{display:grid;gap:var(--space-2);font-size:var(--text-sm)}input,textarea,select{border:1px solid var(--border);background:var(--bg);color:var(--ink);padding:var(--space-3);border-radius:0;width:100%;font-size:var(--text-base);min-height:48px}textarea{resize:vertical}input::placeholder,textarea::placeholder{color:var(--muted);opacity:.8}.optional{color:var(--muted);display:inline}form>.button{justify-self:start}.close-success{margin-top:var(--space-8)}body.modal-open{overflow:hidden}
@media(min-width:1600px){.hero-content{padding-top:30vh}.hero{max-height:1000px}}
@media(max-width:1150px){.wrap{width:calc(100% - 64px)}.header{gap:var(--space-4)}.header nav{gap:var(--space-5)}.brand{width:160px}.story,.ownership-top{gap:var(--space-10)}.proof-inner>div{flex-direction:column;gap:var(--space-1)}.quote-card{padding:var(--space-6)}.quote-card blockquote{min-height:310px}.contact-inner::after{width:27%}.contact-inner>p,.contact-inner>.actions{max-width:70%}.footer-main{gap:var(--space-8)}}
@media(max-width:900px){.header nav{display:none;position:absolute;left:0;right:0;top:100%;padding:var(--space-6) var(--space-8);background:var(--navy);flex-direction:column;align-items:stretch;gap:var(--space-2)}.header nav.open{display:flex}.header-controls{margin-left:auto}.menu-button{display:flex;align-items:center;gap:var(--space-4);min-height:44px;font-size:var(--text-sm)}.header{padding:var(--space-4) var(--space-8)}.hero{height:850px;min-height:85svh}.hero-content{padding-top:240px}.story{gap:var(--space-8)}.story-image{min-height:620px}.section-heading{gap:var(--space-8)}.section-heading>p{max-width:330px}.range-grid{gap:var(--space-5)}.range-card h3{font-size:var(--text-xl)}.range-card>.eyebrow{min-height:36px}.range-card>p:not(.eyebrow){min-height:84px}.ownership-top{grid-template-columns:1fr}.ownership-image{height:450px}.ownership-steps{gap:var(--space-6)}.quote-grid{grid-template-columns:1fr}.quote-card,.quote-card:first-child,.quote-card:last-child{padding:var(--space-8) 0;border-right:0;border-bottom:1px solid var(--border);min-height:0}.quote-card blockquote{min-height:0;max-width:65ch}.quote-card h3 br{display:none}.footer-main{flex-wrap:wrap}.footer-main .text-link{margin-left:0}.footer-bottom{flex-wrap:wrap}}
@media(max-width:600px){.wrap{width:calc(100% - 40px)}.section{padding-block:var(--space-16)}.header{padding:var(--space-4) var(--space-5)}.brand{width:155px}.header-controls{gap:var(--space-1)}.hero{height:820px;min-height:0;max-height:none}.hero-image{object-position:62% center}.hero-shade{background:linear-gradient(90deg,#04151e99,#04151e38),linear-gradient(0deg,#04151eaa,transparent 70%)}.hero-content{padding-top:225px}.hero h1{font-size:var(--text-hero);line-height:1.02}.hero .eyebrow{font-size:var(--text-xs);letter-spacing:.13em}.hero-intro{font-size:var(--text-base);max-width:320px}.desktop-break{display:none}.hero .actions{flex-direction:column;align-items:flex-start;gap:var(--space-3);margin-top:var(--space-6)}.hero-bottom{bottom:var(--space-5)}.hero-bottom>span{max-width:190px;font-size:var(--text-xs);line-height:1.7}.hero-bottom a{gap:var(--space-3)}.proof-inner{padding-block:var(--space-6);width:100%}.proof strong{font-size:var(--text-base)}.proof span{font-size:var(--text-xs);max-width:95px;text-align:center;line-height:1.5}.proof-inner>div{gap:var(--space-2);padding-inline:var(--space-2)}.story{grid-template-columns:1fr;gap:var(--space-8)}.story-image{min-height:0;height:370px}.story-copy h2{line-height:1.13;margin-bottom:var(--space-6)}.section-heading{display:block;margin-bottom:var(--space-8)}.section-heading>p{max-width:none;margin-top:var(--space-6)}.range-grid{grid-template-columns:1fr;gap:var(--space-10)}.range-image{aspect-ratio:1.3;margin-bottom:var(--space-5)}.range-card>.eyebrow,.range-card>p:not(.eyebrow){min-height:0}.range-card h3{font-size:var(--text-xl)}.range-card>.text-link{margin-top:var(--space-3)}.range-end{display:block;margin-top:var(--space-8)}.range-end .text-link{margin-top:var(--space-3)}.ownership{padding-block:var(--space-16) var(--space-10)}.ownership-top{gap:var(--space-8)}.ownership-image{height:420px}.ownership-steps{grid-template-columns:1fr;gap:var(--space-8);margin-top:var(--space-10)}.ownership-steps h3{margin-block:var(--space-3)}.quote-card blockquote{font-size:var(--text-lg)}.contact-band{padding-block:var(--space-16)}.contact-inner::after{position:relative;display:block;width:100%;height:220px;margin-top:var(--space-8)}.contact-inner>p,.contact-inner>.actions{max-width:100%}.contact-inner .actions{align-items:flex-start;flex-direction:column;gap:var(--space-4)}.footer-main{display:block;padding-block:var(--space-10)}.footer-main p{margin-block:var(--space-6)}.footer-main .text-link{font-size:var(--text-sm)}.footer-bottom{display:flex;flex-direction:column;align-items:flex-start;gap:var(--space-2)}dialog{padding:var(--space-8) var(--space-5)}.form-grid{grid-template-columns:1fr}dialog h2{padding-right:var(--space-6)}}
