@font-face{font-family:"Papaelco Segoe";src:local("Segoe UI Semilight"),local("SegoeUI-Semilight");font-style:normal;font-weight:350;font-display:swap}
@font-face{font-family:"Papaelco Segoe";src:local("Segoe UI Semibold"),local("SegoeUI-Semibold");font-style:normal;font-weight:600;font-display:swap}
:root{--font-body:"Papaelco Segoe","Segoe UI",Arial,sans-serif;--font-heading:"Papaelco Segoe","Segoe UI",Arial,sans-serif;--red:#800000;--accent-text:#5e0000;--ink:#28231d;--muted:#302820;--gray:#756653;--line:#88765e;--paper:#b3a18a}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:100px}body{margin:0;background:var(--paper);color:var(--ink);font-family:var(--font-body);font-weight:350;font-size:16px;line-height:1.6}a{color:inherit;text-decoration:none}button{font:inherit}a:focus-visible,button:focus-visible,summary:focus-visible{outline:3px solid var(--accent-text);outline-offset:5px}::selection{background:#800000;color:white}.header{height:102px;margin:0 5%;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--line)}.brand{display:flex;align-items:center;gap:14px}.brand img{width:86px;height:45px;object-fit:contain;mix-blend-mode:multiply;filter:none;background:transparent}.brand>span{font-size:22px;font-weight:700;letter-spacing:2px;line-height:1.2}.brand small{display:block;font-size:10px;letter-spacing:2.3px;margin-top:5px}.header nav{display:flex;gap:36px;font-size:14px}.header nav a{padding:10px 0}.header nav a:hover,footer>a:hover{color:var(--accent-text)}.header nav a:last-child{border-bottom:1px solid var(--red)}.header nav a span{margin-left:20px}.menu{display:none}.hero{padding:43px 5% 0}.hero-top{display:flex;justify-content:space-between;align-items:center}.eyebrow,.technical,.section-label,.image-caption,.hero-bottom,.category-tag,.value-no,.tags,.principles article>span,.footer-bottom{font-family:var(--font-body);font-size:12px;font-weight:600;letter-spacing:1.1px}.eyebrow{display:flex;align-items:center;gap:12px}.square{width:7px;height:7px;background:var(--red)}.technical{color:var(--muted)}.hero-heading{display:grid;grid-template-columns:1.55fr 1fr;align-items:end;gap:7%;padding:19px 0 41px}h1,h2,h3,p{margin-top:0}h1{font-size:clamp(42px,5.4vw,88px);font-weight:500;line-height:1.06;letter-spacing:-3.5px;margin-bottom:0}h1 span{color:var(--accent-text)}.hero-summary{max-width:390px;justify-self:end}.hero-summary p{color:var(--muted);font-size:17px;line-height:1.65;margin-bottom:24px}.button{display:inline-flex;gap:35px;align-items:center;background:var(--red);color:white;padding:13px 19px;font-size:14px}.button:hover{background:#640000}.hero-image{height:440px;position:relative;background:#a99780;overflow:hidden}.hero-image>img{width:100%;height:100%;object-fit:cover;object-position:50% 48%}.image-caption{position:absolute;bottom:0;left:0;right:0;padding:18px 24px;color:white;background:linear-gradient(transparent,#15212bc4);display:flex;justify-content:space-between}.hero-bottom{display:flex;justify-content:space-between;align-items:center;padding:23px 0;border-bottom:1px solid var(--line);color:var(--muted)}.hero-bottom a{color:var(--ink);letter-spacing:0}.hero-bottom a span{padding-left:18px}.section{padding:95px 5%}.section-label{display:flex;align-items:center;gap:26px;color:var(--accent-text);margin-bottom:38px}.section-label i{height:1px;background:var(--line);flex:1}.company{display:grid;grid-template-columns:25% 1fr;gap:3%}.company .section-label{align-items:flex-start;padding-top:9px}.company .section-label i{display:none}h2{font-size:clamp(32px,3.5vw,53px);font-weight:500;line-height:1.13;letter-spacing:-1.7px;margin-bottom:30px}.company-text{display:grid;grid-template-columns:1fr 1fr;gap:0 45px}.company-text p{color:var(--muted);margin-bottom:24px}.company-text .lead{grid-column:1/-1;color:var(--ink);font-size:21px;max-width:820px;line-height:1.6}.principles{display:grid;grid-template-columns:repeat(3,1fr);gap:26px;border-top:1px solid var(--line);padding-top:25px;margin-top:10px}.principles article>span{color:var(--accent-text)}.principles p{margin:12px 0 0;font-size:15px;line-height:1.6}.expertise{background:#a99780;padding-top:75px}.section-heading{display:flex;justify-content:space-between;align-items:flex-end;gap:8%;margin-bottom:40px}.section-heading h2{margin:0;flex:1}.section-heading>p{width:34%;margin:0;color:var(--muted);line-height:1.7}.capabilities{border-top:1px solid #88765e}details{border-bottom:1px solid #88765e}summary{list-style:none;display:flex;align-items:center;gap:28px;padding:25px 0;cursor:pointer}summary::-webkit-details-marker{display:none}.number{font-family:var(--font-body);color:var(--accent-text);font-size:14px;min-width:40px}summary h3{font-weight:500;font-size:clamp(21px,2.1vw,32px);letter-spacing:-.7px;line-height:1.2;margin:0;flex:1}.plus{width:30px;height:30px;position:relative;border:1px solid #77644e;flex-shrink:0}.plus:before,.plus:after{content:'';position:absolute;background:var(--ink);left:8px;right:8px;height:1px;top:14px}.plus:after{transform:rotate(90deg)}details[open] .plus{background:var(--red);border-color:var(--accent-text)}details[open] .plus:before{background:white}details[open] .plus:after{display:none}.detail{padding:0 50px 30px 68px;display:grid;grid-template-columns:1fr 1fr;gap:0 10%;color:var(--muted)}.detail p{margin:0}.detail ul{margin:0;padding-left:20px;line-height:1.9}.detail li::marker{color:var(--accent-text);font-size:11px}.category-tag{grid-column:1/-1;color:var(--accent-text);margin-top:24px;font-size:11px}.approach{background:#a18f79;color:#28231d;padding:75px 5% 85px}.approach .section-label{color:#800000}.approach .section-label i{background:#7a6c5c}.approach .section-heading>p{color:#302820}.value-chain{display:grid;grid-template-columns:repeat(3,1fr);border-top:1px solid #7a6c5c;margin-top:58px}.value-chain article{padding:30px 35px 0 0}.value-chain article+article{padding-left:35px;border-left:1px solid #7a6c5c}.value-no{color:#302820}.value-chain h3{font-size:29px;font-weight:400;margin:34px 0 17px;letter-spacing:-.5px}.value-chain p{color:#302820;font-size:16px;max-width:350px;min-height:80px}.tags{display:flex;gap:8px;flex-wrap:wrap;margin-top:25px;letter-spacing:0;font-size:12px}.tags span{border:1px solid #7a6c5c;padding:4px 10px}.presence-layout{display:grid;grid-template-columns:1fr 1fr;gap:10%}.presence-layout>div>p{color:var(--muted);max-width:400px}.locations{display:grid;grid-template-columns:1fr 1fr;gap:30px}.locations article{border-top:3px solid var(--red);padding-top:23px}.locations h3{font-size:36px;line-height:1.2;font-weight:400;margin:32px 0 8px;letter-spacing:-1px}.locations p{color:var(--muted);font-size:14px}footer{padding:40px 5% 20px;background:#a18f79;display:flex;align-items:center;justify-content:space-between;gap:25px;flex-wrap:wrap}footer>p{font-size:14px;color:var(--muted);margin:0}footer>a:last-of-type{font-size:14px}.footer-bottom{display:flex;justify-content:space-between;width:100%;border-top:1px solid #7a6c5c;padding-top:20px;margin-top:25px;letter-spacing:0;font-weight:400;color:var(--muted)}.mobile-nav[hidden]{display:none}@media(min-width:1700px){body{max-width:1800px;margin:auto}.hero-image{height:530px}}@media(max-width:950px){.header nav{gap:18px}.hero-heading{grid-template-columns:1.5fr 1fr;gap:30px}h1{letter-spacing:-2px}.hero-summary p{font-size:16px}.company{grid-template-columns:1fr}.company .section-label{margin-bottom:16px}.company .section-label i{display:block}.section-heading{align-items:flex-start}.section-heading>p{width:40%}.value-chain article{padding-right:22px}.value-chain article+article{padding-left:22px}.presence-layout{gap:5%}}@media(max-width:680px){html{scroll-padding-top:20px}.header{height:85px}.brand img{width:65px;height:36px}.brand>span{font-size:18px}.brand small{font-size:8px;letter-spacing:1.9px}.header nav{display:none}.menu{display:flex;border:0;background:transparent;gap:13px;padding:10px 0;font-size:14px}.menu span{color:var(--accent-text)}.mobile-nav{padding:15px 5% 22px;background:#a18f79;display:flex;flex-direction:column;gap:14px;border-bottom:1px solid var(--line)}.hero{padding-top:25px}.hero-top .technical{display:none}.hero-heading{display:block;padding:18px 0 30px}h1{font-size:clamp(38px,8.8vw,59px);letter-spacing:-1.7px}.hero-summary{margin-top:26px;max-width:100%}.hero-summary p{max-width:450px}.hero-image{height:330px}.hero-image>img{object-position:65% center}.image-caption{font-size:10px;padding:18px 13px}.image-caption span:last-child{display:none}.hero-bottom{flex-wrap:wrap;gap:13px;font-size:10px;justify-content:flex-start}.hero-bottom>span{padding-right:12px}.hero-bottom a{display:none}.section{padding:60px 5%}.section-label{font-size:11px;margin-bottom:26px}.company-text{display:block}.company-text .lead{font-size:19px}.principles{gap:18px;grid-template-columns:1fr}.principles article{display:grid;grid-template-columns:85px 1fr;gap:15px}.principles p{margin:0}.section-heading{display:block}.section-heading>p{width:100%;margin-top:24px}.section-heading h2{font-size:35px}.detail{display:block;padding:0 8px 25px 36px}.detail ul{margin-top:20px}.category-tag{display:block;margin-top:22px}summary{gap:10px;padding:24px 0}.number{min-width:26px}summary h3{font-size:21px;letter-spacing:-.4px}.plus{width:26px;height:26px}.plus:before,.plus:after{left:6px;right:6px;top:12px}.approach{padding:60px 5%}.value-chain{display:block;margin-top:35px}.value-chain article,.value-chain article+article{padding:27px 0;border-left:0;border-bottom:1px solid #7a6c5c}.value-chain h3{margin-top:17px}.value-chain p{min-height:0;max-width:100%}.tags{margin-top:18px}.presence-layout{display:block}.locations{margin-top:35px}.locations h3{font-size:31px}.footer-bottom{display:block;font-size:11px}.footer-bottom>span{display:block;margin-bottom:8px}footer>p{width:100%}footer{gap:18px}.eyebrow{font-size:10px}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}}
.relationship{font-family:var(--font-body);text-transform:uppercase;font-size:11px;letter-spacing:.4px;color:var(--muted);text-align:right;max-width:190px;margin-right:20px}h1{font-size:clamp(39px,5vw,80px)}@media(max-width:680px){summary{flex-wrap:wrap}summary h3{flex-basis:calc(100% - 72px)}.relationship{order:4;margin:0 0 0 36px;text-align:left;max-width:none;font-size:10px}h1{font-size:clamp(34px,7.9vw,53px);letter-spacing:-1.7px}.hero-top .eyebrow{font-size:9px;letter-spacing:.7px}}

.portfolio-imagery{display:grid;grid-template-columns:1fr 1fr;gap:28px;margin-top:55px}.portfolio-imagery figure{margin:0}.portfolio-imagery img{display:block;width:100%;height:300px;object-fit:cover;filter:none}.portfolio-imagery figcaption{display:flex;justify-content:space-between;gap:15px;padding:15px 0;border-bottom:1px solid #88765e;font-size:14px}.portfolio-imagery figcaption span:first-child{font-family:var(--font-body);font-size:11px;letter-spacing:.6px;color:var(--muted)}.hero-image>img{filter:none}@media(max-width:680px){.portfolio-imagery{grid-template-columns:1fr;gap:25px;margin-top:35px}.portfolio-imagery img{height:240px}}

.image-caption{background:rgba(169,151,128,.97);color:var(--ink);border-top:1px solid #88765e}.hero-image{background:#a99780}.portfolio-imagery img{border:1px solid #88765e}.hero-top .eyebrow{max-width:100%;flex-wrap:wrap}

/* Segoe typography: semibold headings and quiet supporting text. */
h1,h2,h3,.brand>span{font-family:var(--font-heading);font-weight:600}
h1{letter-spacing:-.035em;line-height:1.08}
h2{letter-spacing:-.025em;line-height:1.15}
summary h3{font-family:var(--font-heading);font-weight:600;letter-spacing:-.02em;line-height:1.22}
.value-chain h3,.locations h3{font-weight:600;letter-spacing:-.02em}
.brand small{font-family:var(--font-body);font-weight:350;color:var(--accent-text)}
.hero-summary p,.company-text .lead{font-weight:350}
.eyebrow,.technical,.section-label,.image-caption,.hero-bottom,.category-tag,.value-no,.tags,.principles article>span,.footer-bottom,.number,.relationship{letter-spacing:.055em}
.relationship{font-size:12px;line-height:1.5;flex-shrink:0}
.hero-bottom{font-size:14px;font-weight:350}
.portfolio-imagery figcaption span:first-child{font-size:12px}
@media(max-width:950px) and (min-width:681px){.hero-heading{grid-template-columns:1.7fr 1fr;gap:24px}h1{font-size:clamp(36px,4.7vw,48px)}}
@media(max-width:680px){h1{font-size:clamp(32px,7.6vw,51px);letter-spacing:-.035em}summary h3{font-size:21px}.relationship{font-size:12px}.hero-bottom{font-size:12px}.hero-top .eyebrow{font-size:11px}.section-label{font-size:12px}}

/* Maroon accents on dark sand and taupe surfaces. */
:root{color-scheme:light}
.menu{color:var(--ink)}
.square{background:var(--accent-text)}
.header nav a:last-child{border-bottom-color:var(--accent-text)}
.button{border:1px solid #800000}
.button:hover{border-color:var(--accent-text)}
details[open] .plus{border-color:#800000}
.locations article{border-top-color:#800000}

.approach{--ink:#28231d;--muted:#302820;--accent-text:#5e0000;color:var(--ink)}
.approach .section-label{color:var(--accent-text)}
.approach .section-heading>p,.approach .value-no,.approach .value-chain p{color:var(--muted)}
.approach .section-label i{background:#91806c}
.approach .value-chain,.approach .value-chain article,.approach .tags span{border-color:#91806c}

/* Blend the architectural illustrations into their sand section surfaces. */
.hero-image{background:var(--paper);isolation:isolate}
.portfolio-imagery figure{background:#a99780;isolation:isolate}
.hero-image>img,.portfolio-imagery img{filter:url(#maroon-illustration);mix-blend-mode:multiply}
.portfolio-imagery img{border:0}
.image-caption{background:rgba(179,161,138,.97)}

/* Carry maroon through the imagery and key section details. */
.hero-image{border-top:3px solid var(--red)}
.section-label i,.approach .section-label i{background:var(--red);opacity:.45}
.value-chain h3,.locations h3,.portfolio-imagery figcaption span:first-child{color:var(--accent-text)}
.image-caption{border-top-color:var(--red)}
.portfolio-imagery figcaption{border-bottom-color:var(--red)}

/* Feather illustration edges into the surrounding sand, keeping centers crisp. */
.hero-image{border-top:0}
.hero-image>img,.portfolio-imagery img{
 -webkit-mask-image:linear-gradient(to right,transparent,#000 8%,#000 92%,transparent),linear-gradient(to bottom,transparent,#000 9%,#000 86%,transparent);
 -webkit-mask-composite:source-in;
 mask-image:linear-gradient(to right,transparent,#000 8%,#000 92%,transparent),linear-gradient(to bottom,transparent,#000 9%,#000 86%,transparent);
 mask-composite:intersect;
 -webkit-mask-repeat:no-repeat;
 mask-repeat:no-repeat;
}
.image-caption{background:transparent;border-top:0}
@media(max-width:680px){
 .hero-image>img,.portfolio-imagery img{
  -webkit-mask-image:linear-gradient(to right,transparent,#000 6%,#000 94%,transparent),linear-gradient(to bottom,transparent,#000 7%,#000 86%,transparent);
  mask-image:linear-gradient(to right,transparent,#000 6%,#000 94%,transparent),linear-gradient(to bottom,transparent,#000 7%,#000 86%,transparent);
 }
}

/* Left-aligned relationship labels and expanded portfolio descriptions. */
.image-color-filter{position:absolute;overflow:hidden;pointer-events:none}
.capabilities summary{display:grid;grid-template-columns:40px minmax(0,1fr) 30px;column-gap:28px;row-gap:8px}
.capabilities summary .number{grid-column:1;grid-row:1/3;align-self:center}
.capabilities summary .relationship{grid-column:2;grid-row:1;order:initial;text-align:left;max-width:none;margin:0;color:var(--accent-text);font-size:12px}
.capabilities summary h3{grid-column:2;grid-row:2}
.capabilities summary .plus{grid-column:3;grid-row:1/3;align-self:center}
.domain-description p+p{margin-top:18px}
.domain-focus h4{margin:0 0 10px;color:var(--accent-text);font-size:14px;font-weight:600}
.domain-focus li+li{margin-top:5px}
@media(max-width:680px){
 .capabilities summary{grid-template-columns:26px minmax(0,1fr) 26px;column-gap:10px}
 .capabilities summary .relationship{font-size:12px;line-height:1.45}
 .domain-focus{margin-top:24px}
 .domain-focus ul{margin-top:0}
}
