:root{--ink:#1A1A1A;--ink-soft:#263038;--muted:#4A5560;--faint:#7A8590;--yellow:#FFE512;--yellow-dark:#F0D400;--page:#F4F4F4;--card:#FFFFFF;--line:#E2E2E2;--field:#B9C2C7;
--f-body:'Roboto',system-ui,-apple-system,'Segoe UI',sans-serif;--f-head:'Poppins',system-ui,sans-serif;--f-disp:'Oswald',system-ui,sans-serif;}
*,*::before,*::after{box-sizing:border-box}
html{-webkit-text-size-adjust:100%}
body{margin:0;background:var(--page);color:var(--ink);font-family:var(--f-body);font-weight:300;letter-spacing:.025em;overflow-x:hidden}
img{display:block;max-width:100%}
a{color:var(--ink);text-decoration:none}
a:hover{color:#000}
h1,h2{margin:0}
p{margin:0}
input,textarea,select,button{font:inherit;letter-spacing:.025em}
:focus-visible{outline:2px solid var(--ink);outline-offset:2px}

.pad{padding:clamp(48px,7vw,100px) clamp(24px,5vw,80px)}
.wrap{max-width:1200px;margin:0 auto}
.eyebrow{font-family:var(--f-disp);text-transform:uppercase;letter-spacing:.16em;font-size:14px;color:var(--ink)}
.h2{font-family:var(--f-head);font-weight:500;font-size:clamp(28px,3.2vw,42px);line-height:1.2;letter-spacing:.025em}
.lead{font-size:17px;line-height:1.65;color:var(--muted)}
.rule{width:52px;height:5px;background:var(--yellow);display:block}
.split{display:grid;grid-template-columns:repeat(auto-fit,minmax(340px,1fr))}
.split>*{min-width:0}
.media{position:relative;min-height:clamp(300px,44vw,640px)}
.media img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}

.topbar{background:var(--ink);color:#fff;display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:12px;padding:14px clamp(20px,5vw,80px)}
.topbar a{color:var(--yellow);font-family:var(--f-head);font-weight:500;font-size:14px;letter-spacing:.05em}
.topbar .label{display:flex;align-items:center;gap:12px;font-family:var(--f-disp);text-transform:uppercase;letter-spacing:.18em;font-size:14px}
.dot{width:9px;height:9px;background:var(--yellow);display:block;flex:none}

.hero{background:var(--card)}
.hero .copy{padding:clamp(40px,6vw,88px) clamp(24px,5vw,72px);display:flex;flex-direction:column;justify-content:center;gap:26px}
.hero h1{font-family:var(--f-disp);text-transform:uppercase;font-weight:400;font-size:clamp(40px,5.4vw,74px);line-height:1.03;letter-spacing:.02em}
.hero .intro{font-size:clamp(17px,1.4vw,20px);line-height:1.6;color:var(--ink-soft);max-width:34em}
.facts{display:flex;flex-wrap:wrap;align-items:baseline;gap:10px 20px}
.price{font-family:var(--f-head);font-weight:700;font-size:clamp(26px,2.6vw,34px);letter-spacing:.02em}
.spec{font-size:16px;color:var(--muted)}
.actions{display:flex;flex-wrap:wrap;gap:14px;align-items:center}
.note{font-size:14px;color:var(--faint)}

.btn{font-family:var(--f-head);font-weight:600;font-size:16px;letter-spacing:.03em;padding:16px 32px;border-radius:999px;border:none;cursor:pointer;transition:background 140ms ease-out,color 140ms ease-out}
.btn-primary{background:var(--yellow);color:var(--ink)}
.btn-primary:hover{background:var(--yellow-dark);color:var(--ink)}
.btn-outline{border:1px solid var(--ink);color:var(--ink);font-weight:500;padding:15px 30px}
.btn-outline:hover{background:var(--ink);color:var(--page)}
.btn-dark{background:var(--ink);color:var(--yellow);font-size:15px;padding:13px 26px;align-self:flex-start}
.btn-dark:hover{background:#000;color:var(--yellow)}

.cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:clamp(20px,2.6vw,36px)}
.card{background:var(--card);padding:36px 32px;display:flex;flex-direction:column;gap:14px;border-radius:8px;box-shadow:0 2px 6px rgba(0,0,0,.08);min-width:0}
.card h3{margin:0;font-family:var(--f-head);font-weight:600;font-size:22px;line-height:1.3;letter-spacing:.025em}
.card p{font-size:16px;line-height:1.6;color:var(--muted)}

.section-white{background:var(--card)}
.stack{display:flex;flex-direction:column;gap:clamp(32px,4vw,52px)}
.intro-block{display:flex;flex-direction:column;gap:14px;max-width:46em}
.gallery{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:clamp(16px,2vw,26px)}
.gallery figure{margin:0;display:flex;flex-direction:column;gap:12px;min-width:0}
.gallery img{width:100%;aspect-ratio:3/2;object-fit:cover;border-radius:4px;background:#e8e8e8}
figcaption{font-size:14px;color:var(--faint)}
.fineprint{font-size:14px;line-height:1.6;color:var(--faint);max-width:46em}

.specs{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:0 clamp(24px,4vw,56px)}
.specs div{display:flex;justify-content:space-between;gap:16px;padding:15px 0;border-bottom:1px solid var(--line)}
.specs dt,.specs .k{font-size:15px;color:var(--faint)}
.specs .v{font-family:var(--f-head);font-weight:500;font-size:15px;text-align:right}

.dark{background:var(--ink);color:var(--page)}
.dark .copy{padding:clamp(44px,6vw,92px) clamp(24px,5vw,72px);display:flex;flex-direction:column;gap:26px;justify-content:center}
.dark .eyebrow{color:var(--yellow)}
.dark .h2{color:#fff}
.dark p{font-size:17px;line-height:1.65;color:var(--page);max-width:34em}
.dark .media{min-height:clamp(260px,36vw,520px)}
.chips{display:flex;flex-wrap:wrap;gap:10px}
.chips span{border:1px solid rgba(255,255,255,.35);border-radius:999px;padding:9px 18px;font-size:15px}

.enquire{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:clamp(28px,4vw,56px);align-items:start}
.enquire>*{min-width:0}
.col{display:flex;flex-direction:column;gap:22px}
.agent{background:var(--card);border-radius:8px;padding:28px 30px;display:flex;flex-direction:column;gap:16px;box-shadow:0 2px 6px rgba(0,0,0,.08)}
.agent .name{font-family:var(--f-head);font-weight:600;font-size:20px;letter-spacing:.025em}
.agent .role{font-size:15px;color:var(--faint)}
.agent .lines{display:flex;flex-direction:column;gap:10px}
.agent .lines a{color:#333;font-size:16px}
.agent .lines a.tel{font-family:var(--f-head);font-weight:500;font-size:18px}

.formcard{background:var(--card);border-radius:8px;padding:clamp(26px,3vw,40px);box-shadow:0 8px 24px rgba(0,0,0,.10)}
form{display:flex;flex-direction:column;gap:20px}
.form-title{font-family:var(--f-head);font-weight:600;font-size:22px;letter-spacing:.025em}
.field{display:flex;flex-direction:column;gap:7px;min-width:0}
.pair{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:16px}
label{font-family:var(--f-disp);text-transform:uppercase;letter-spacing:.14em;font-size:12px;color:var(--ink)}
label .opt{text-transform:none;letter-spacing:.025em;color:var(--faint)}
input,select,textarea{border:1px solid var(--field);border-radius:4px;padding:14px 16px;font-size:17px;color:var(--ink-soft);background:#fff;min-width:0;width:100%}
textarea{resize:vertical;font-family:var(--f-body);font-weight:300}
button[type=submit]{font-size:17px;padding:17px 32px;align-self:flex-start}
.consent{font-size:13px;line-height:1.55;color:var(--faint)}
.hp{position:absolute;left:-9999px;width:1px;height:1px;overflow:hidden}
.thanks{display:flex;flex-direction:column;gap:16px;padding:12px 0}
.thanks h2{font-family:var(--f-head);font-weight:600;font-size:24px;letter-spacing:.025em}
.thanks p{font-size:16px;line-height:1.6;color:var(--muted)}
[hidden]{display:none!important}
.err{font-size:14px;color:#76232F}

footer{background:var(--ink);color:var(--page);padding:clamp(32px,4vw,56px) clamp(24px,5vw,80px)}
footer .wrap{display:flex;flex-wrap:wrap;gap:20px 40px;justify-content:space-between;align-items:flex-end}
footer .addr{display:flex;flex-direction:column;gap:8px}
footer .street{font-family:var(--f-disp);text-transform:uppercase;letter-spacing:.18em;font-size:15px;color:#fff}
footer .contact{font-size:15px}
footer .legal{font-size:13px;line-height:1.6;color:rgba(255,255,255,.8);max-width:40em}
