
:root{
  --brand:#124E5A; --brand-dark:#0B3C45; --brand-soft:#DDE9E7;
  --ink:#172327; --muted:#667579; --paper:#F7F5F0; --white:#fff;
  --line:#D8DEDB; --warm:#ECE7DD; --max:1180px; --radius:28px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;background:var(--paper);color:var(--ink);font-family:Inter,ui-sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI","Noto Sans",Arial,sans-serif;line-height:1.6}
img{display:block;max-width:100%} a{color:inherit;text-decoration:none}
.wrap{width:min(var(--max),calc(100% - 40px));margin:auto}
.eyebrow{font-size:11px;letter-spacing:.16em;text-transform:uppercase;color:var(--brand);font-weight:850}
header{position:sticky;top:0;z-index:50;background:rgba(247,245,240,.92);backdrop-filter:blur(18px);border-bottom:1px solid rgba(18,78,90,.08)}
.nav{height:78px;display:flex;align-items:center;gap:30px}
.brand{font-weight:950;letter-spacing:.14em;color:var(--brand);font-size:19px}
nav{display:flex;gap:24px;margin-left:auto;font-size:13px;font-weight:750}
.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;border:1px solid var(--brand);border-radius:999px;padding:12px 18px;font-weight:850;font-size:13px}
.btn.primary{background:var(--brand);color:#fff}.btn.ghost{background:transparent}
.hero{padding:76px 0 54px}
.hero-grid{display:grid;grid-template-columns:1.05fr .95fr;gap:56px;align-items:center}
h1{font-size:clamp(52px,7vw,88px);line-height:.97;letter-spacing:-.055em;margin:18px 0 24px;font-weight:680}
h2{font-size:clamp(38px,5vw,62px);line-height:1.03;letter-spacing:-.045em;margin:10px 0 0;font-weight:670}
h3{font-size:25px;line-height:1.16;letter-spacing:-.025em;margin:8px 0 10px}
.lead{font-size:18px;color:var(--muted);max-width:720px}
.actions{display:flex;flex-wrap:wrap;gap:10px;margin-top:28px}
.hero-visual{min-height:510px;border-radius:34px;background:linear-gradient(150deg,#bfcfcb,#70958e 52%,#315e66);position:relative;overflow:hidden}
.hero-visual:before{content:"A";position:absolute;inset:0;display:grid;place-items:center;color:rgba(255,255,255,.82);font-size:170px;font-weight:950;letter-spacing:-.1em}
.hero-visual:after{content:"MELBOURNE · AUSTRALIA";position:absolute;right:24px;bottom:22px;color:#fff;font-size:10px;letter-spacing:.18em;font-weight:850}
.proof{padding:18px 0;border-top:1px solid var(--line);border-bottom:1px solid var(--line)}
.proof-row{display:grid;grid-template-columns:repeat(3,1fr);gap:10px}
.proof-item{padding:12px 18px;border-right:1px solid var(--line)}.proof-item:last-child{border-right:0}
.proof-item b{display:block;color:var(--brand);font-size:13px}.proof-item span{font-size:11px;color:var(--muted)}
.section{padding:92px 0}.section.alt{background:#EDF1EE}.section.dark{background:var(--brand);color:#fff}
.section-head{display:grid;grid-template-columns:1.08fr .92fr;gap:48px;align-items:end;margin-bottom:36px}
.section-head p{color:var(--muted);max-width:560px}.dark .section-head p{color:#C8D8D5}
.choice-grid,.project-grid,.guide-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}
.choice,.project-card,.guide-card{background:#fff;border:1px solid var(--line);border-radius:24px;overflow:hidden}
.choice{padding:26px;min-height:260px;display:flex;flex-direction:column}
.choice .num{font-size:12px;color:var(--brand);font-weight:900}.choice p,.project-card p,.guide-card p{font-size:13px;color:var(--muted)}
.choice a,.project-card a,.guide-card a{margin-top:auto;color:var(--brand);font-size:12px;font-weight:900}
.project-card img{width:100%;height:270px;object-fit:cover}
.project-art{height:270px;background:linear-gradient(145deg,#b9cbc6,#517c76);display:grid;place-items:center;color:white;font-size:66px;font-weight:950}
.project-card .body,.guide-card .body{padding:22px}
.meta{font-size:10px;letter-spacing:.12em;text-transform:uppercase;color:var(--brand);font-weight:900}
.tags{display:flex;flex-wrap:wrap;gap:7px;margin:15px 0}
.tag{font-size:10px;padding:6px 9px;border-radius:999px;background:var(--brand-soft);color:var(--brand);font-weight:850}
.timeline{display:grid;grid-template-columns:1fr 1fr;gap:16px}
.timeline-card{border-radius:28px;padding:30px;background:#fff;border:1px solid var(--line)}
.timeline-card.darkcard{background:var(--brand-dark);color:#fff;border:0}.timeline-card.darkcard p{color:#C8D8D5}
.timeline-card ul{padding-left:18px;color:var(--muted);font-size:13px}.timeline-card.darkcard ul{color:#C8D8D5}
.guide-card{min-height:260px;display:flex;flex-direction:column}.guide-card:first-child{background:var(--brand);color:#fff;border:0}.guide-card:first-child p{color:#C8D8D5}.guide-card:first-child .meta,.guide-card:first-child a{color:#C4D8D4}
.leadbox{display:grid;grid-template-columns:1fr 1fr;gap:50px;align-items:start}.leadbox p{color:#C8D8D5}
form{display:grid;grid-template-columns:1fr 1fr;gap:10px}
input,select,textarea{width:100%;border:0;border-radius:14px;padding:14px 15px;font:inherit;background:#fff;color:var(--ink)}
textarea{grid-column:1/-1;min-height:110px}.submit{grid-column:1/-1;border:1px solid #fff;background:transparent;color:#fff;border-radius:999px;padding:14px;font-weight:900;cursor:pointer}
.form-note{grid-column:1/-1;font-size:10px;color:#C8D8D5}
footer{padding:42px 0 52px;color:var(--muted);font-size:11px}
.footer-row{border-top:1px solid var(--line);padding-top:24px;display:flex;justify-content:space-between;gap:20px;flex-wrap:wrap}
.project-hero{padding:66px 0 38px}
.project-hero-grid{display:grid;grid-template-columns:1fr 1fr;gap:48px;align-items:end}
.project-hero img,.project-hero .art640{width:100%;height:520px;object-fit:cover;border-radius:30px}
.art640{background:linear-gradient(145deg,#c0cfcb,#547f78);display:grid;place-items:center;color:#fff;font-size:76px;font-weight:950}
.facts{display:grid;grid-template-columns:repeat(4,1fr);gap:10px;margin:30px 0}
.fact{background:#fff;border:1px solid var(--line);border-radius:18px;padding:18px}.fact b{display:block;color:var(--brand);font-size:14px}.fact span{font-size:11px;color:var(--muted)}
.story-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}.story{background:#fff;border:1px solid var(--line);border-radius:22px;padding:24px}.story p{font-size:13px;color:var(--muted)}
.gallery{display:grid;grid-template-columns:1.25fr .75fr;gap:14px}.gallery>img{width:100%;height:450px;object-fit:cover;border-radius:24px}.gallery-side{display:grid;gap:14px}.gallery-side img{width:100%;height:218px;object-fit:cover;border-radius:24px}
.price-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:10px}.price{background:#fff;border:1px solid var(--line);border-radius:18px;padding:18px}.price b{display:block;color:var(--brand);font-size:15px}.price span{font-size:11px;color:var(--muted)}
.notice{margin-top:16px;padding:18px 20px;background:#fff;border:1px solid var(--line);border-radius:18px;font-size:11px;color:var(--muted)}
.fit-list{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}.fit{padding:22px;border-radius:22px;background:#fff;border:1px solid var(--line);font-size:13px}
.vr{display:flex;gap:10px;flex-wrap:wrap;margin-top:20px}
.vr a{font-size:12px;font-weight:900;color:var(--brand);border:1px solid var(--brand);padding:10px 14px;border-radius:999px}
@media(max-width:900px){
 nav{display:none}.nav>.btn{margin-left:auto}.hero-grid,.section-head,.project-hero-grid,.leadbox,.gallery{grid-template-columns:1fr}
 .choice-grid,.project-grid,.guide-grid,.story-grid,.fit-list{grid-template-columns:1fr 1fr}.facts,.price-grid{grid-template-columns:1fr 1fr}.hero-visual{min-height:390px}
}
@media(max-width:620px){
 .wrap{width:min(var(--max),calc(100% - 28px))}.section{padding:70px 0}.choice-grid,.project-grid,.guide-grid,.story-grid,.fit-list,.facts,.price-grid,.timeline,form{grid-template-columns:1fr}
 .proof-row{grid-template-columns:1fr}.proof-item{border-right:0;border-bottom:1px solid var(--line)}.proof-item:last-child{border-bottom:0}
 .project-card img,.project-art{height:235px}.project-hero img,.project-hero .art640{height:380px}.gallery-side{grid-template-columns:1fr 1fr}.gallery-side img{height:160px}
}
