:root{--navy:#123746;--navy-deep:#0a2834;--teal:#0b7891;--teal-light:#3aa1b4;--gold:#c3a33a;--ink:#1d2a30;--muted:#687a82;--pale:#edf3f4;--line:#d9e3e5;--white:#fff;--radius:18px;--shadow:0 18px 45px rgba(12,44,55,.12)}
*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:88px}body{margin:0;color:var(--ink);background:#fff;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;font-size:16px;line-height:1.6}img{display:block;max-width:100%}a{color:inherit}.skip-link{position:fixed;left:1rem;top:-5rem;z-index:100;background:#fff;padding:.75rem 1rem;border-radius:8px}.skip-link:focus{top:1rem}.site-header{height:78px;display:flex;align-items:center;gap:2rem;padding:0 clamp(1.25rem,4vw,4.5rem);position:sticky;top:0;z-index:50;background:rgba(255,255,255,.94);backdrop-filter:blur(14px);border-bottom:1px solid rgba(217,227,229,.8)}.brand{display:flex;align-items:center;gap:.8rem;text-decoration:none;margin-right:auto}.brand img{width:46px;height:46px;object-fit:contain}.brand span{display:grid;line-height:1.15}.brand b{font-size:.95rem;text-transform:uppercase;letter-spacing:.04em}.brand small{color:var(--muted);font-size:.76rem}.site-header nav{display:flex;gap:1.5rem}.site-header nav a{text-decoration:none;font-size:.9rem;font-weight:700;color:#42565e}.site-header nav a:hover{color:var(--teal)}.lang-switch{display:flex;padding:3px;background:var(--pale);border-radius:999px}.lang-switch button{border:0;background:transparent;padding:.42rem .7rem;border-radius:999px;font-weight:800;color:var(--muted);cursor:pointer}.lang-switch button[aria-pressed="true"]{background:var(--navy);color:#fff}.hero{min-height:calc(100vh - 78px);display:grid;grid-template-columns:55% 45%}.hero-photo{background:linear-gradient(90deg,transparent 78%,rgba(18,55,70,.2)),url("assets/hero-house.jpg") center/cover no-repeat;min-height:650px}.hero-copy{background:var(--navy);color:#fff;padding:clamp(3rem,7vw,7rem) clamp(2rem,6vw,6rem);display:flex;flex-direction:column;justify-content:center}.hero-mark{width:112px;height:112px;object-fit:contain;margin-bottom:1.6rem}.eyebrow{text-transform:uppercase;letter-spacing:.14em;font-size:.78rem;font-weight:850;color:var(--gold);margin:0 0 .75rem}.hero h1{font-size:clamp(2.8rem,5vw,5.4rem);line-height:.96;margin:0 0 1.2rem;letter-spacing:-.04em}.hero-lead{max-width:680px;color:#c4d5da;font-weight:700;line-height:1.7}.hero-actions{display:flex;flex-wrap:wrap;gap:.8rem;margin:1.6rem 0 2.7rem}.button{display:inline-flex;align-items:center;justify-content:center;text-decoration:none;padding:.88rem 1.2rem;border-radius:10px;font-weight:800;transition:.2s ease;border:1px solid transparent}.button:hover{transform:translateY(-2px)}.button.primary{background:var(--gold);color:var(--navy-deep)}.button.ghost{border-color:#70909b;color:#fff;background:transparent}.button.outline{border-color:var(--teal);color:var(--teal)}.stats{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem;border-top:1px solid #365965;padding-top:1.5rem}.stats div{display:grid}.stats strong{font-size:2rem;color:#fff;line-height:1.1}.stats span{color:#9fbbc4;font-size:.8rem;margin-top:.25rem}.section{padding:clamp(5rem,8vw,8rem) clamp(1.25rem,6vw,6.5rem)}.section-heading{max-width:920px;margin-bottom:3rem}.section-heading h2,.contact h2{font-size:clamp(2rem,4vw,4rem);line-height:1.08;letter-spacing:-.035em;margin:0;color:var(--navy)}.profile{background:#f8fafb}.profile-grid{display:grid;grid-template-columns:1.15fr .85fr;gap:2rem;max-width:1200px}.profile-copy{font-size:1.12rem;max-width:760px}.profile-copy p:first-child{margin-top:0}.competencies{background:var(--navy);color:#fff;padding:2rem;border-radius:var(--radius)}.competencies h3{color:var(--gold);margin-top:0}.competencies ul{padding:0;margin:0;list-style:none;display:grid;gap:.8rem}.competencies li{padding-left:1.2rem;position:relative}.competencies li:before{content:"";position:absolute;left:0;top:.72em;width:5px;height:5px;border-radius:50%;background:var(--gold)}.software{display:flex;flex-wrap:wrap;gap:.7rem;margin-top:2rem}.software span{padding:.65rem 1rem;background:#fff;border:1px solid var(--line);border-radius:999px;font-size:.85rem;font-weight:800;color:var(--navy)}.projects{padding-bottom:2rem}.project{display:grid;grid-template-columns:minmax(280px,.72fr) minmax(0,1.55fr);gap:clamp(2rem,5vw,5rem);align-items:center;padding:4.5rem 0;border-top:1px solid var(--line)}.project.reverse{grid-template-columns:minmax(0,1.55fr) minmax(280px,.72fr)}.project.reverse .project-copy{order:2}.project.reverse .project-gallery{order:1}.project-number{display:block;font-size:4.6rem;line-height:1;color:var(--pale);font-weight:900;margin-bottom:-1rem}.project-type{font-size:.78rem;text-transform:uppercase;letter-spacing:.11em;color:var(--gold);font-weight:850}.project h3{font-size:clamp(1.75rem,3vw,3rem);color:var(--navy);line-height:1.08;margin:.5rem 0 1rem;letter-spacing:-.025em}.project-copy>p:last-of-type{color:#52666e;font-size:1.04rem}.tags{list-style:none;padding:0;display:flex;flex-wrap:wrap;gap:.45rem}.tags li{font-size:.76rem;font-weight:800;background:var(--pale);color:var(--navy);padding:.4rem .7rem;border-radius:999px}.project-gallery{display:grid;gap:.8rem}.project-gallery figure,.build-grid figure{margin:0;overflow:hidden;border-radius:14px;background:#f7f9f9;border:1px solid var(--line)}.project-gallery img{width:100%;height:100%;object-fit:contain;background:#fff;transition:transform .35s ease}.project-gallery figure:hover img{transform:scale(1.02)}.gallery-featured{grid-template-columns:1.4fr 1fr;grid-template-rows:repeat(2,235px)}.gallery-featured .wide{grid-row:1/3}.gallery-featured .wide img{object-fit:cover}.three{grid-template-columns:repeat(3,1fr)}.three figure{aspect-ratio:4/3}.technical figure{aspect-ratio:1.35}.services{grid-template-columns:repeat(2,1fr)}.services figure{aspect-ratio:1.45}.services .house{grid-row:span 2}.services .house img{object-fit:cover}.construction{background:var(--navy);color:#fff}.construction .section-heading h2{color:#fff}.split-heading{display:flex;align-items:end;justify-content:space-between;gap:2rem;max-width:none}.split-heading>p{max-width:520px;color:#abc1c8}.build-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem}.build-grid figure{position:relative;border:0;aspect-ratio:4/3}.build-grid img{width:100%;height:100%;object-fit:cover}.build-grid figcaption{position:absolute;left:1rem;bottom:1rem;background:rgba(10,40,52,.94);color:#fff;font-size:.76rem;font-weight:850;text-transform:uppercase;padding:.55rem .78rem;border-radius:8px}.contact{display:grid;grid-template-columns:1.05fr .95fr;min-height:600px}.contact-brand{background:var(--navy);color:#fff;padding:clamp(3rem,7vw,6.5rem)}.contact-brand img{margin-bottom:3rem}.contact-brand h2{color:#fff}.contact-brand>p:last-child{color:#bdd0d6;max-width:620px;font-size:1.06rem}.contact-details{padding:clamp(3rem,7vw,6.5rem);display:flex;flex-direction:column;justify-content:center;align-items:flex-start;gap:1rem}.contact-details>a{font-size:clamp(1.2rem,2.4vw,2rem);font-weight:850;text-decoration:none;color:var(--navy)}.contact-details>a:nth-child(2){color:var(--teal);font-size:clamp(1rem,2vw,1.4rem)}.contact-details>span{color:var(--muted);font-weight:700;margin-top:1rem}.download-buttons{display:flex;flex-wrap:wrap;gap:.7rem;margin-top:1.5rem}footer{display:flex;justify-content:space-between;padding:1.3rem clamp(1.25rem,6vw,6.5rem);border-top:1px solid var(--line);color:var(--muted);font-size:.82rem}footer a{text-decoration:none;font-weight:800;color:var(--teal)}
@media(max-width:980px){.site-header nav{display:none}.hero{grid-template-columns:1fr}.hero-photo{min-height:52vh}.hero-copy{padding:4rem 2rem}.profile-grid,.project,.project.reverse,.contact{grid-template-columns:1fr}.project.reverse .project-copy,.project.reverse .project-gallery{order:initial}.project{gap:2rem}.split-heading{align-items:flex-start;flex-direction:column}.build-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:620px){.site-header{padding:0 1rem;gap:.7rem}.brand small{display:none}.brand img{width:40px;height:40px}.hero-photo{min-height:42vh}.hero-mark{width:88px;height:88px}.stats{grid-template-columns:1fr 1fr}.stats div:last-child{grid-column:1/-1}.section{padding:4rem 1rem}.gallery-featured,.three,.services,.build-grid{grid-template-columns:1fr}.gallery-featured{grid-template-rows:auto}.gallery-featured .wide,.services .house{grid-row:auto}.project-gallery figure,.gallery-featured figure,.three figure,.services figure{aspect-ratio:4/3}.contact-brand,.contact-details{padding:4rem 1.25rem}.contact-details>a{word-break:break-word}footer{padding:1.2rem 1rem}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}.button,.project-gallery img{transition:none}}

/* Give every project stage the same visual treatment as the PDF captions. */
.projects .project,.projects .project.reverse{display:block;max-width:1320px;margin:auto;padding:4.5rem 0}
.projects .project-copy{max-width:860px;margin-bottom:2rem}
.projects .project-copy>p:last-of-type{max-width:740px}
.projects .project-gallery-full{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem}
.projects .project-gallery-full figure{position:relative;aspect-ratio:1.45;min-width:0;border-radius:12px;background:#fff}
.projects .project-gallery-full figure.showcase{grid-column:span 2}
.projects .project-gallery-full img{width:100%;height:100%;object-fit:contain}
.projects .project-gallery-full .showcase img{object-fit:cover}
.projects .project-gallery-full figcaption{position:absolute;left:.7rem;bottom:.7rem;max-width:calc(100% - 1.4rem);padding:.55rem .8rem;border-radius:5px;background:rgba(10,40,52,.96);color:#fff;font-size:.875rem;line-height:1.35;font-weight:750}
.build-grid figcaption{font-size:.875rem;line-height:1.35;text-transform:none}
@media(max-width:800px){.projects .project-gallery-full{grid-template-columns:repeat(2,minmax(0,1fr))}.projects .project-gallery-full figure{aspect-ratio:1.25}}
@media(max-width:480px){.projects .project-gallery-full{grid-template-columns:1fr}.projects .project-gallery-full figure.showcase{grid-column:auto}.projects .project-gallery-full figure{aspect-ratio:1.45}.projects .project-gallery-full figcaption{font-size:.875rem}}
