@font-face {
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(assets/fonts/font-0.ttf) format('truetype');
}
@font-face {
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(assets/fonts/font-1.ttf) format('truetype');
}
@font-face {
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(assets/fonts/font-2.ttf) format('truetype');
}
@font-face {
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(assets/fonts/font-3.ttf) format('truetype');
}
@font-face {
  font-family: 'Libre Caslon Display';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(assets/fonts/font-4.ttf) format('truetype');
}

:root{--ink:#161b18;--muted:#56625f;--accent:#ff5500;--paper:#f8f8ec;--line:#d8ded9;--font:'DM Sans',Arial,sans-serif;--serif:'Libre Caslon Display',Georgia,serif}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:110px}body{margin:0;color:var(--ink);background:var(--paper);font-family:var(--font);font-size:16px;line-height:1.6}a{color:inherit;text-decoration:none}button{font:inherit}a,button,summary{-webkit-tap-highlight-color:transparent}a:focus-visible,button:focus-visible,summary:focus-visible{outline:3px solid var(--accent);outline-offset:6px}.skip{position:absolute;top:-100px;left:20px;z-index:30;background:var(--ink);color:white;padding:10px}.skip:focus{top:10px}.header{min-height:106px;padding:20px 5.5%;display:flex;align-items:center;justify-content:space-between;background:var(--paper);border-bottom:1px solid var(--line);gap:28px;position:sticky;top:0;z-index:20}.brand{display:flex;align-items:center;gap:12px}.brand-mark{font-size:48px;font-weight:700;letter-spacing:-8px;line-height:1;padding-right:7px}.brand-mark span{color:var(--accent)}.brand-name{font-size:22px;letter-spacing:2px;font-weight:650;line-height:1.25}.brand-name>span{display:block;font-size:12px;letter-spacing:3.7px;font-weight:500;margin-top:4px}nav{display:flex;gap:38px;align-items:center}nav>a{font-weight:500;font-size:15px}nav>a:hover{color:var(--accent)}.nav-contact{border-left:1px solid #c7d0ca;padding-left:34px}.nav-contact span{margin-left:18px;font-size:21px}.menu-toggle{display:none}.hero{display:grid;grid-template-columns:53% 47%;min-height:680px}.hero-copy{padding:56px 8% 26px 10.4%;display:flex;flex-direction:column;align-items:flex-start}.eyebrow{font-size:12px;letter-spacing:2.1px;font-weight:650;margin:0 0 22px}.hero .eyebrow{display:flex;align-items:center;gap:11px}.eyebrow>span{display:inline-block;width:22px;height:3px;background:var(--accent)}h1,h2,h3,p{margin-top:0}h1,h2{font-family:var(--serif);font-weight:400;letter-spacing:-1.8px}h1{font-size:clamp(64px,6.8vw,106px);line-height:.98;margin-bottom:26px}h1 em{font-style:normal;color:var(--accent)}.hero-description{max-width:430px;font-size:17px;line-height:1.75;color:var(--muted);margin-bottom:28px}.button{display:inline-flex;align-items:center;gap:35px;background:var(--ink);color:white;padding:14px 22px;font-size:15px;font-weight:500;transition:background .2s}.button:hover{background:#284840}.button span{font-size:22px;line-height:1}.hero-caption{font-size:12px;letter-spacing:1.5px;width:100%;margin:40px 0 0;padding-top:20px;border-top:1px solid var(--line);display:flex;justify-content:space-between;gap:15px;flex-wrap:wrap}.hero-caption span{color:var(--muted)}.hero-visual{position:relative;min-height:580px;overflow:hidden;background:#17384b}.hero-visual>img{width:100%;height:100%;position:absolute;object-fit:cover;object-position:48% center}.hero-visual:after{content:'';position:absolute;inset:0;background:linear-gradient(180deg,transparent 45%,#071d29d9 100%)}.image-note{position:absolute;bottom:44px;left:42px;z-index:2;color:white;display:grid;line-height:1.5;font-size:22px;font-weight:400}.image-note strong{font-weight:500}.image-corner{position:absolute;right:0;bottom:0;width:110px;height:110px;border-right:18px solid var(--accent);border-bottom:18px solid var(--accent);z-index:3}.section-wrap{padding:90px 7%}.section-heading{display:grid;grid-template-columns:1.1fr 1fr;gap:70px;align-items:start;margin-bottom:38px}.section-heading h2{font-size:57px;line-height:1.1;margin:0}.section-heading p{max-width:470px;color:var(--muted);font-size:17px;margin:8px 0 0}.service-list{border-top:1px solid var(--line)}footer{display:flex;align-items:center;justify-content:space-between;gap:30px;padding:32px 5.5%;background:#10231f;color:#c9d4cf;font-size:13px}footer p{margin:0}.footer-brand{color:white;font-size:13px;letter-spacing:1px;font-weight:600}footer>a:last-child{font-size:14px}::selection{background:#ffd2b8;color:#161b18}@media(min-width:1600px){.hero{min-height:760px}.hero-copy{padding-top:70px}}@media(max-width:1000px){nav{gap:24px}.hero-copy{padding-top:42px}.hero-caption{font-size:12px}.section-heading{gap:35px}.section-heading h2{font-size:48px}h1{font-size:clamp(56px,7vw,76px)}.hero{min-height:650px}.hero-description{font-size:16px}.image-note{left:25px;font-size:18px}footer{flex-wrap:wrap}}@media(max-width:760px){html{scroll-padding-top:90px}.header{min-height:83px;padding:17px 6%}.brand-name{font-size:19px}.brand-name>span{font-size:12px}.brand-mark{font-size:42px}.menu-toggle{display:flex;gap:10px;border:0;background:transparent;padding:7px 0;color:var(--ink);font-size:14px}nav{display:none;position:absolute;top:100%;left:0;right:0;background:var(--paper);padding:18px 6% 24px;border-bottom:1px solid var(--line);flex-direction:column;align-items:stretch;gap:0}nav.open{display:flex}nav>a{padding:12px 0}.nav-contact{border-left:0;border-top:1px solid var(--line);margin-top:7px}.hero{grid-template-columns:1fr}.hero-copy{padding:39px 7% 28px}h1{font-size:clamp(62px,13vw,90px);line-height:1.02}.eyebrow{font-size:12px;letter-spacing:1.6px}.hero-description{font-size:16px;max-width:490px}.hero-caption{margin-top:30px}.hero-visual{min-height:360px}.image-note{bottom:25px;left:7%;font-size:20px}.image-corner{width:85px;height:85px;border-width:13px}.section-wrap{padding:60px 7%}.section-heading{grid-template-columns:1fr;gap:18px;margin-bottom:30px}.section-heading h2{font-size:46px}.section-heading p{font-size:16px;margin:0}footer{padding:32px 7%;align-items:flex-start;flex-direction:column;gap:14px}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*{transition:none!important}}
details{border-bottom:1px solid var(--line)}summary{display:flex;align-items:center;gap:25px;cursor:pointer;list-style:none;padding:25px 0}summary::-webkit-details-marker{display:none}summary h3{font-size:23px;font-weight:450;line-height:1.35;margin:0;flex:1}summary:hover h3{color:var(--accent)}.service-number{font-size:13px;color:var(--muted);min-width:35px}.service-tag{font-size:12px;letter-spacing:1.3px;color:var(--muted);text-align:right}.plus{width:32px;height:32px;margin-left:18px;border:1px solid #abb8b0;border-radius:50%;position:relative;flex-shrink:0}.plus:before,.plus:after{content:'';position:absolute;background:var(--ink);width:10px;height:1px;left:10px;top:15px}.plus:after{transform:rotate(90deg)}details[open] .plus{background:var(--accent);border-color:var(--accent)}details[open] .plus:before{background:white}details[open] .plus:after{display:none}.service-body{padding:0 65px 30px 60px;display:grid;grid-template-columns:1fr 1fr;column-gap:55px;font-size:16px;color:var(--muted)}.service-body p{margin-bottom:16px;max-width:560px}.service-body ul{padding:0 0 0 18px;margin:0 0 15px}.service-body li{padding:0 0 6px 4px}.service-body li::marker{color:var(--accent)}.text-link{font-weight:600;font-size:14px;color:var(--ink);text-decoration:underline;text-underline-offset:5px}.text-link span{display:inline-block;margin-left:12px}.industries{background:var(--ink);color:#fff}.industries .section-heading p{color:#bdcdc4}.industries>.eyebrow{color:#fc9065}.industry-grid{display:grid;grid-template-columns:repeat(3,1fr);margin-top:45px}.industry-grid article{border-top:1px solid #44605a;padding:28px 30px 25px 0}.industry-grid article:not(:nth-child(3n+1)){padding-left:30px;border-left:1px solid #44605a}.industry-grid article>span{font-size:12px;letter-spacing:1px;color:#91a89d}.industry-grid h3{font-size:22px;line-height:1.35;font-weight:450;margin:25px 0 15px}.industry-grid p{color:#bdcdc4;font-size:15px;margin-bottom:0;max-width:290px}.about{display:grid;grid-template-columns:1fr 1fr;gap:12%;padding-top:100px;padding-bottom:100px}.about h2{font-size:64px;line-height:1.07;margin-bottom:28px}.about-lead>p:not(.eyebrow){color:var(--muted);font-size:16px}.about-lead .about-statement{color:var(--ink)!important;font-size:22px!important;line-height:1.5}.approach{padding-top:9px}.approach>.eyebrow{padding-bottom:15px;border-bottom:1px solid var(--line);margin-bottom:0}.approach article{display:flex;gap:22px;padding:27px 0;border-bottom:1px solid var(--line)}.approach article>span{color:var(--accent);font-size:13px;padding-top:3px}.approach h3{font-size:22px;line-height:1.4;font-weight:500;margin-bottom:10px}.approach p{font-size:16px;color:var(--muted);margin-bottom:0}.contact{background:#f0efe9;display:grid;grid-template-columns:1.2fr 1fr;gap:10%;border-top:1px solid var(--line)}.contact h2{font-size:68px;line-height:1.03;margin-bottom:25px}.contact h2 em{font-style:normal;color:var(--accent)}.contact>div>p:not(.eyebrow){color:var(--muted)}.contact-details{padding-top:6px}.contact-company{font-size:15px;letter-spacing:1px;font-weight:600;margin-bottom:30px;color:var(--ink)!important}.contact-row{display:grid;grid-template-columns:85px 1fr;gap:24px;border-top:1px solid #cdd3ca;padding:23px 0}.contact-row .eyebrow{font-size:12px;margin:4px 0 0;letter-spacing:1.5px}.contact-row p{margin:0;font-size:18px}.contact-row address{font-style:normal;font-size:18px;line-height:1.6}.email-placeholder{color:var(--muted);font-style:italic;font-size:16px!important}@media(max-width:1000px){.service-tag{display:none}.about{gap:7%}.about h2{font-size:54px}.contact h2{font-size:59px}.contact{gap:5%}.contact-row{grid-template-columns:65px 1fr;gap:15px}}@media(max-width:760px){summary{gap:10px;padding:20px 0}summary h3{font-size:20px}.service-number{min-width:25px;font-size:12px}.plus{margin-left:5px;width:28px;height:28px}.plus:before,.plus:after{left:8px;top:13px}.service-body{padding:0 0 25px 35px;grid-template-columns:1fr;gap:0;font-size:16px}.service-body ul{margin-bottom:18px}.industry-grid{grid-template-columns:1fr 1fr;margin-top:30px}.industry-grid article{padding:24px 20px 25px 0!important;border-left:0!important}.industry-grid article:nth-child(even){padding-left:20px!important;border-left:1px solid #44605a!important}.industry-grid h3{font-size:20px;margin-top:18px}.industry-grid p{font-size:15px}.about{grid-template-columns:1fr;gap:38px}.about h2{font-size:52px}.about-lead .about-statement{font-size:20px!important}.approach h3{font-size:20px}.contact{grid-template-columns:1fr;gap:32px}.contact h2{font-size:57px}.contact-row{grid-template-columns:75px 1fr}.contact-row p,.contact-row address{font-size:16px}}@media(max-width:360px){.industry-grid{grid-template-columns:1fr}.industry-grid article:nth-child(even){padding-left:0!important;border-left:0!important}.contact h2{font-size:49px}}


.inquiry{display:grid;grid-template-columns:.8fr 1.3fr;gap:10%;border-top:1px solid var(--line);background:#fff}.inquiry h2{font-size:62px;line-height:1.07;margin-bottom:28px}.inquiry>div>p:not(.eyebrow){color:var(--muted);font-size:17px;max-width:340px}.inquiry .form-privacy{font-size:14px!important;margin-top:38px;line-height:1.7}.required-note{font-size:13px;color:var(--muted);margin-bottom:20px}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:20px}.field{margin-bottom:22px;min-width:0}.field>label{display:block;font-size:14px;font-weight:550;margin-bottom:8px}.field>label>span{font-weight:400;color:var(--muted)}input,textarea,select{font:inherit;color:var(--ink)}.field>input,.field>textarea,.field>select{display:block;width:100%;border:1px solid #a6b5ac;border-radius:0;background:#fff;padding:12px 13px;min-height:49px;box-shadow:none;font-size:16px}.field>textarea{resize:vertical;min-height:150px}.field>select{padding-right:25px;text-overflow:ellipsis}.field input:focus,.field textarea:focus,.field select:focus{outline:2px solid var(--accent);outline-offset:2px}.field [aria-invalid=true]{border-color:#b33419}.field-hint{font-size:12px;color:var(--muted);margin:7px 0 0}.consent{display:flex;align-items:flex-start;gap:11px;font-size:14px;line-height:1.5;cursor:pointer;margin:4px 0 23px}.consent>input{width:18px;height:18px;flex-shrink:0;accent-color:var(--ink);margin-top:2px}.submit-button{border:0;cursor:pointer;min-width:180px;justify-content:space-between}.submit-button:disabled{opacity:.6;cursor:wait}.form-status{font-size:15px;margin:20px 0 0;padding:0}.form-status:empty{display:none}.form-status.success{padding:15px 18px;background:#edf5ef;color:#214b36;border-left:3px solid #347147}.form-status.error{padding:15px 18px;background:#fff0eb;color:#95331a;border-left:3px solid #c34c2b}.honey{position:absolute;left:-10000px;width:1px;height:1px;overflow:hidden}@media(max-width:1000px){.inquiry{gap:6%;grid-template-columns:.7fr 1fr}.form-grid{grid-template-columns:1fr;gap:0}.inquiry h2{font-size:54px}}@media(max-width:760px){.inquiry{grid-template-columns:1fr;gap:28px}.inquiry h2{font-size:50px}.inquiry .form-privacy{margin-top:22px;max-width:100%}.form-grid{grid-template-columns:1fr}.submit-button{min-height:50px}}

@media(max-width:480px){.industry-grid{grid-template-columns:1fr}.industry-grid article:nth-child(even){padding-left:0!important;border-left:0!important}.industry-grid article{padding-right:0!important}}#contact-form{scroll-margin-top:110px}

/* Supplied artwork is preserved byte for byte; the header hides only empty image margins. */
.brand{display:flex;flex-direction:column;align-items:flex-start;gap:5px;flex-shrink:0}.logo-window{display:block;position:relative;width:235px;height:79px;overflow:hidden}.logo-window img{position:absolute;width:333px;height:333px;max-width:none;left:-46px;top:-124px}.brand-motto{font-size:11px;font-weight:650;letter-spacing:3.3px;margin-left:4px}.header{min-height:128px;padding-top:12px;padding-bottom:12px}.brand-hero{background:#f8f8ec;border-left:1px solid #e1e2d5;min-height:650px}.brand-hero>img{object-fit:contain;object-position:center;width:100%;height:100%}.brand-hero:after{display:none}.brand-hero .image-note{color:#181b16;font-size:24px;left:8%;bottom:35px}.brand-hero .image-note>span{font-size:11px;letter-spacing:2px;font-weight:600;margin-bottom:6px}.brand-hero .image-note strong{font-family:var(--serif);font-size:37px;font-weight:400}.about-architecture{display:block;width:100%;height:245px;object-fit:cover;object-position:center 45%;margin:0 0 35px}.contact-email{overflow-wrap:anywhere;text-decoration:underline;text-underline-offset:4px}.footer-motto{font-family:var(--serif);font-size:21px;margin-top:6px;color:#ff8040}.contact-row{min-width:0}.contact-details{min-width:0}@media(max-width:1000px){nav{gap:22px}.nav-contact{padding-left:20px}.logo-window{width:208px;height:68px}.logo-window img{width:294px;height:294px;left:-41px;top:-110px}.brand-motto{font-size:10px;letter-spacing:2.8px}.brand-hero{min-height:610px}.brand-hero .image-note strong{font-size:32px}}@media(max-width:760px){.header{min-height:102px;padding-top:9px;padding-bottom:9px}.logo-window{width:193px;height:64px}.logo-window img{width:272px;height:272px;left:-38px;top:-102px}.brand-motto{font-size:10px;letter-spacing:2.3px}.brand-hero{min-height:430px;border-left:0;border-top:1px solid #e1e2d5}.brand-hero>img{object-fit:contain}.brand-hero .image-note{bottom:23px}.brand-hero .image-note strong{font-size:31px}.brand-hero .image-note>span{font-size:10px}.about-architecture{height:230px}html{scroll-padding-top:110px}#contact-form{scroll-margin-top:120px}}

.consulting-showcase{background:#0d1715;padding:0 5.5% 88px}.consulting-slider{position:relative;max-width:1500px;margin:0 auto;aspect-ratio:2/1;min-height:420px;overflow:hidden;background:#111}.consulting-slide{position:absolute;inset:0;opacity:0;visibility:hidden;transition:opacity .65s ease,visibility .65s ease}.consulting-slide.is-active{opacity:1;visibility:visible}.consulting-slide img{width:100%;height:100%;object-fit:cover}.consulting-slide:after{content:'';position:absolute;inset:0;background:linear-gradient(90deg,#07100ee8 0%,#07100e8a 38%,transparent 72%),linear-gradient(0deg,#07100eaa,transparent 48%)}.slide-copy{position:absolute;z-index:2;left:6%;bottom:12%;max-width:630px;color:white}.slide-copy span{display:block;color:#ff8b55;font-size:12px;font-weight:650;letter-spacing:2px;margin-bottom:14px}.slide-copy h2{font-size:clamp(36px,4vw,64px);line-height:1.06;margin:0}.slider-controls{position:absolute;z-index:4;right:3%;bottom:6%;display:flex;align-items:center;gap:13px}.slider-controls>button{width:45px;height:45px;border:1px solid #ffffff80;background:#0c1716d9;color:white;cursor:pointer;font-size:20px}.slider-dots{display:flex;gap:8px}.slider-dots button{width:34px;height:4px;border:0;background:#ffffff70;padding:0;cursor:pointer}.slider-dots button.is-active{background:var(--accent)}.footer-links{display:flex;align-items:center;gap:28px}.admin-link{display:inline-flex;align-items:center;gap:9px;color:#fff}.admin-link:hover{color:#ff8040}.admin-logo{position:relative;display:inline-block;width:31px;height:31px;overflow:hidden;border-radius:50%;background:var(--paper)}.admin-logo img{position:absolute;width:72px;height:72px;max-width:none;left:-17px;top:-20px}@media(max-width:760px){.consulting-showcase{padding:0 0 60px}.consulting-slider{aspect-ratio:auto;min-height:520px}.consulting-slide:after{background:linear-gradient(0deg,#07100ef5 0%,#07100e70 70%,transparent)}.slide-copy{left:7%;right:7%;bottom:17%}.slide-copy h2{font-size:40px}.slider-controls{left:7%;right:auto;bottom:5%}.footer-links{width:100%;justify-content:space-between;gap:18px;flex-wrap:wrap}}@media(prefers-reduced-motion:reduce){.consulting-slide{transition:none}}
