:root {
    --background:#f4f1eb;
    --foreground:#202321;
    --card:#fff;
    --card-foreground:#202321;
    --popover:#fff;
    --popover-foreground:#202321;
    --primary:#202321;
    --primary-foreground:#fff;
    --secondary:#e9e6df;
    --secondary-foreground:#202321;
    --muted:#e9e6df;
    --muted-foreground:#646760;
    --accent:#e9e6df;
    --accent-foreground:#202321;
    --destructive:#b42318;
    --border:#d8d8d4;
    --input:#c6c6bf;
    --ring:#a77a4e;
    --radius:0rem;
    --bronze:#a77a4e;
    --stone:#f4f1eb;
    --dark:#202321
}
* {
    box-sizing: border-box;
}
html {
    scroll-behavior: smooth;
    scroll-padding-top: 105px;
}
body {
    margin: 0;
    background: var(--stone);
    color: var(--dark);
    font-family: 'Manrope',Arial,Helvetica,sans-serif;
    font-size: 16px;
    line-height: 1.7;
}
button,input,textarea {
    font: inherit;
}
a {
    text-decoration: none;
    color: inherit;
}
button,a,input,textarea {
    -webkit-tap-highlight-color: transparent;
}
button {
    cursor: pointer;
}
button:disabled {
    cursor: not-allowed;
}
button:focus-visible,a:focus-visible {
    outline: 2px solid #a77a4e;
    outline-offset: 5px;
}
img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
p,h1,h2,h3,figure {
    margin: 0;
}
p {
    color: #646760;
}
h1,h2,h3 {
    line-height: 1.16;
    font-weight: 500;
}
h2 {
    font-size: clamp(34px,3.35vw,51px);
    letter-spacing: -1.8px;
}
h3 {
    font-size: 21px;
    letter-spacing: -.5px;
}
.serif {
    font-family: Georgia,'Times New Roman',serif;
    font-weight: 400;
    font-style: italic;
}
svg {
    flex-shrink: 0;
}
.wrap {
    width: calc(100% - 112px);
    max-width: 1280px;
    margin-inline: auto;
}
.section {
    padding-block: 112px;
}
.eyebrow {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 12px;
    letter-spacing: 2px;
    font-weight: 700;
    color: #735237;
    margin-bottom: 26px;
}
.eyebrow span {
    height: 6px;
    width: 6px;
    background: #a77a4e;
}
.eyebrow.light {
    color: #c3a482;
}
.button {
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    gap: 28px;
    padding: 17px 22px;
    background: #ad8157;
    color: white;
    font-size: 13px;
    font-weight: 600;
    border: 1px solid #ad8157;
    min-height: 54px;
    transition: background .3s;
}
.button:hover {
    background: #90663f;
}
.button.outline {
    background: transparent;
    color: inherit;
    border-color: #bbb;
}
.underlink {
    display: inline-flex;
    align-items: center;
    gap: 25px;
    padding: 8px 0;
    border-bottom: 1px solid #a9aaa2;
    font-weight: 600;
    font-size: 14px;
}
.text-link {
    display: inline-flex;
    align-items: center;
    gap: 18px;
    font-size: 13px;
}
.header {
    height: 94px;
    position: sticky;
    top: 0;
    z-index: 40;
    background: #f4f1ebf5;
    backdrop-filter: blur(16px);
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 40px;
    gap: 24px;
    border-bottom: 1px solid #dadbd3;
}
.brand {
    display: flex;
    align-items: center;
    gap: 13px;
    flex-shrink: 0;
}
.brand-mark {
    font-size: 28px;
    letter-spacing: -3px;
    font-weight: 800;
    position: relative;
    border: 1.5px solid #202321;
    line-height: 1.5;
    padding: 0 8px 0 5px;
}
.brand-mark>span {
    position: absolute;
    right: 2px;
    bottom: -9px;
    background: #f4f1eb;
    color: #a77a4e;
    line-height: 1;
    font-size: 20px;
    padding-inline: 3px;
}
.brand-name {
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 1.6px;
    line-height: 1.35;
}
.brand-name>span {
    display: block;
    font-size: 12px;
    letter-spacing: 1px;
    margin-top: 7px;
}
.desktop-nav {
    display: flex;
    align-items: center;
    gap: 23px;
}
.desktop-nav a {
    font-size: 12px;
    white-space: nowrap;
}
.desktop-nav a:hover {
    color: #8c603b;
}
.header-cta {
    display: flex;
    align-items: center;
    gap: 20px;
    background: #202321;
    color: #fff;
    padding: 13px 17px;
    font-size: 12px;
    white-space: nowrap;
}
.menu-toggle {
    display: none;
    background: none;
    border: 0;
}
.mobile-nav {
    display: none;
}
.hero {
    background: #202321;
    color: #f4f1eb;
}
.hero-main {
    display: grid;
    grid-template-columns: 1.05fr 1fr;
    min-height: 650px;
}
.hero-copy {
    padding: 82px 40px 0 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.hero .eyebrow {
    font-size: 12px;
    letter-spacing: 2px;
    margin-bottom: 35px;
}
.hero h1 {
    font-size: clamp(42px,4.55vw,68px);
    letter-spacing: -2.6px;
    line-height: 1.11;
}
.hero h1>span {
    font-family: Georgia,serif;
    font-style: italic;
    color: #c2a482;
    font-weight: 400;
}
.hero-copy>p:not(.eyebrow) {
    font-size: 15px;
    color: #bcbeb7;
    line-height: 1.8;
    margin-top: 25px;
}
.hero-actions {
    display: flex;
    align-items: center;
    gap: 28px;
    margin-top: 33px;
    flex-wrap: wrap;
}
.hero-footnote {
    display: flex;
    gap: 20px;
    justify-content: space-between;
    width: 100%;
    font-size: 12px;
    color: #959990;
    letter-spacing: 1.7px;
    border-top: 1px solid #4b4d47;
    margin-top: auto;
    padding-block: 24px;
    padding-right: 10px;
}
.hero-image {
    position: relative;
    min-height: 650px;
    overflow: hidden;
}
.hero-image>img {
    position: absolute;
    inset: 0;
    object-position: 50% 48%;
    filter: brightness(.8);
}
.image-shade {
    position: absolute;
    inset: 0;
    background: linear-gradient(0deg,#10150ecc,transparent 55%);
}
.hero-image figcaption {
    position: absolute;
    bottom: 42px;
    left: 38px;
}
.hero-image figcaption>span {
    font-size: 12px;
    letter-spacing: 2px;
    color: #e3d5c1;
}
.hero-image strong {
    font-weight: 400;
    display: block;
    font-size: 34px;
    line-height: 1.2;
    margin-top: 15px;
    letter-spacing: -1px;
}
.hero-image small {
    display: block;
    color: #d4d5cd;
    font-size: 12px;
    margin-top: 20px;
}
.corner-cross {
    position: absolute;
    right: 24px;
    top: 20px;
    font-size: 25px;
    color: #ebdccb;
    font-weight: 200;
}
.hero-strip {
    min-height: 108px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 25px;
    border-top: 1px solid #42463e;
}
.hero-strip p {
    font-size: 12px;
    color: #a7aca2;
    line-height: 1.8;
}
.hero-strip strong {
    font-weight: 400;
    color: #e6e8e2;
}
.hero-strip>div {
    display: flex;
    align-items: center;
    gap: 20px;
    font-size: 12px;
    color: #ad8157;
}
.hero-strip>div span {
    font-size: 14px;
    color: #daddd3;
}
.hero-strip>a {
    border: 1px solid #51554c;
    border-radius: 50%;
    padding: 11px;
}
.about-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
}
.about-copy .lead {
    font-size: 21px;
    color: #202321;
    line-height: 1.5;
    margin-bottom: 22px;
}
.about-copy>p {
    font-size: 15px;
    margin-bottom: 16px;
}
.about-copy .underlink {
    margin-top: 10px;
}
.about-bottom {
    margin-top: 67px;
    padding-top: 27px;
    border-top: 1px solid #d3d3ca;
    display: flex;
    justify-content: space-between;
    gap: 25px;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 3px;
    color: #6b6e63;
}
.services {
    background: #eae7e0;
}
.section-heading {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 70px;
    margin-bottom: 54px;
}
.section-heading>p {
    max-width: 370px;
    font-size: 14px;
    line-height: 1.9;
}
.services-grid {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    border-top: 1px solid #c8c9bf;
    border-left: 1px solid #c8c9bf;
}
.service {
    padding: 32px;
    border-bottom: 1px solid #c8c9bf;
    border-right: 1px solid #c8c9bf;
    transition: background .3s;
}
.service:hover {
    background: #f4f1eb;
}
.service-top {
    display: flex;
    justify-content: space-between;
    color: #7f654c;
    margin-bottom: 36px;
    font-size: 12px;
}
.service-top svg {
    transition: transform .3s;
}
.service:hover svg {
    transform: translate(3px,-3px);
}
.service h3 {
    font-size: 23px;
    margin-bottom: 18px;
}
.service p {
    font-size: 14px;
    line-height: 1.8;
    max-width: 305px;
}
.service small {
    display: block;
    font-size: 12px;
    color: #76786f;
    margin-top: 28px;
    letter-spacing: .4px;
}
.sector-tabs {
    border-bottom: 1px solid #cecec5!important;
    display: flex!important;
    width: 100%!important;
    border-radius: 0!important;
    padding: 0!important;
    height: auto!important;
    justify-content: flex-start!important;
    gap: 38px!important;
}
.sector-tabs button {
    font-size: 15px!important;
    padding: 16px 0!important;
    flex: none!important;
    height: auto!important;
    line-height: 1.8!important;
}
.sector-tabs button:after {
    bottom: -1px!important;
}
.sector-panel {
    padding-top: 45px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
}
.sector-word {
    font-size: clamp(60px,7vw,105px);
    color: #b7baae;
    line-height: 1.1;
    letter-spacing: -5px;
}
.sector-panel h3 {
    margin: 8px 0 15px;
    font-size: 25px;
}
.sector-panel p {
    font-size: 15px;
}
.sector-panel .underlink {
    margin-top: 18px;
}
.dark {
    background: #202321;
    color: #f4f1eb;
}
.dark p {
    color: #acb0a7;
}
.dark .serif {
    color: #c2a482;
}
.capabilities-grid {
    display: grid;
    grid-template-columns: repeat(3,1fr);
}
.capabilities-grid article {
    border-top: 1px solid #4a4e44;
    padding: 32px 35px 32px 0;
    margin-right: 35px;
}
.capabilities-grid svg {
    color: #be9971;
    margin-bottom: 30px;
}
.capabilities-grid h3 {
    font-size: 20px;
    margin-bottom: 12px;
}
.capabilities-grid p {
    font-size: 14px;
    max-width: 310px;
}
.craftsmanship {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 90px;
    align-items: center;
}
.craft-image {
    position: relative;
    height: 620px;
    overflow: hidden;
}
.photo-note {
    position: absolute;
    left: 20px;
    bottom: 18px;
    right: 20px;
    font-size: 12px;
    letter-spacing: 1px;
    color: #fff;
    text-shadow: 0 1px 5px #000;
    background: #202321bb;
    padding: 6px 10px;
    width: fit-content;
}
.craft-copy>p:not(.eyebrow) {
    margin: 24px 0 28px;
    font-size: 15px;
}
.detail-line {
    display: flex;
    gap: 24px;
    padding: 18px 0;
    border-top: 1px solid #d0d1c7;
}
.detail-line>span {
    font-size: 12px;
    color: #926844;
    margin-top: 4px;
}
.detail-line h3 {
    font-size: 17px;
    margin-bottom: 8px;
}
.detail-line p {
    font-size: 13px;
}
.craft-copy .underlink {
    margin-top: 20px;
}
.workflow {
    background: #e9e6df;
}
.workflow-grid {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    column-gap: 55px;
    row-gap: 42px;
}
.step-number {
    display: flex;
    align-items: center;
    gap: 20px;
    color: #977249;
    font-size: 30px;
    font-weight: 300;
    margin-bottom: 19px;
}
.step-number span {
    height: 1px;
    flex: 1;
    background: #c5c6bd;
}
.workflow-grid h3 {
    font-size: 20px;
    margin-bottom: 12px;
}
.workflow-grid p {
    font-size: 14px;
    max-width: 300px;
}
.materials {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
}
.materials>div>p:not(.eyebrow) {
    max-width: 400px;
    margin-top: 25px;
    font-size: 15px;
}
.subtle {
    font-size: 12px!important;
    color: #75796f;
}
.material-item {
    border-top: 1px solid #c9ccbf;
}
.material-item:last-child {
    border-bottom: 1px solid #c9ccbf;
}
.material-item button {
    display: flex;
    align-items: center;
    gap: 23px;
    width: 100%;
    text-align: left;
    padding: 20px 0;
    background: none;
    border: 0;
}
.material-number {
    font-size: 12px;
    color: #977249;
}
.material-item button>span:nth-child(2) {
    flex: 1;
    font-size: 18px;
}
.material-item small {
    display: block;
    font-size: 12px;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #767b70;
    margin-bottom: 5px;
}
.material-item>p {
    font-size: 14px;
    padding: 0 0 22px 38px;
}
.projects {
    background: #eae7e0;
}
.project-filters {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    margin-bottom: 35px;
}
.project-filters button {
    border: 1px solid #c6c9be;
    background: transparent;
    padding: 10px 20px;
    font-size: 13px;
}
.project-filters button[aria-pressed=true] {
    background: #202321;
    border-color: #202321;
    color: #fff;
}
.project-empty {
    padding: 56px 40px;
    border: 1px solid #bec2b4;
    background: linear-gradient(135deg,#e5e3dc,#f4f1eb);
    position: relative;
    min-height: 280px;
}
.empty-label {
    font-size: 12px;
    letter-spacing: 2px;
    color: #7b5c3d;
    margin-bottom: 20px;
}
.project-empty h3 {
    font-size: 30px;
    margin-bottom: 16px;
}
.project-empty p {
    font-size: 14px;
}
.project-empty .underlink {
    margin-top: 22px;
}
.project-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
}
.project-grid img {
    aspect-ratio: 4/3;
    height: auto;
}
.quality-grid {
    display: grid;
    grid-template-columns: repeat(5,1fr);
    gap: 24px;
}
.quality-grid article {
    border-top: 1px solid #c9cebf;
    padding-top: 28px;
}
.quality-check {
    display: flex;
    width: 36px;
    height: 36px;
    border: 1px solid #a77a4e;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    color: #8f663f;
    margin-bottom: 24px;
}
.quality-grid small {
    font-size: 12px;
    letter-spacing: 1.5px;
    color: #7c806e;
}
.quality-grid h3 {
    font-size: 19px;
    margin: 15px 0;
}
.quality-grid p {
    font-size: 13px;
}
.partnership {
    display: grid;
    grid-template-columns: 1fr 1fr;
}
.partnership-image {
    position: relative;
    min-height: 650px;
    overflow: hidden;
}
.partnership-image img {
    position: absolute;
    inset: 0;
    filter: brightness(.8);
}
.partnership-copy {
    padding: 85px 10%;
}
.partnership-copy h2 {
    font-size: clamp(39px,4vw,59px);
}
.partnership-copy>p:not(.eyebrow) {
    font-size: 14px;
    margin-top: 27px;
    max-width: 450px;
}
.partner-types {
    font-size: 12px;
    line-height: 2;
    color: #c1c4b9;
    margin: 26px 0 30px;
}
.strength-grid {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 35px 50px;
    margin-top: 50px;
}
.strength-grid article {
    border-top: 1px solid #ccd0c3;
    padding-top: 24px;
}
.strength-grid h3 {
    font-size: 20px;
    margin-bottom: 14px;
}
.strength-grid p {
    font-size: 14px;
}
.vision {
    background: #eae7e0;
}
.vision-grid {
    display: grid;
    grid-template-columns: .8fr 1.2fr;
    gap: 80px;
}
.vision h3 {
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #8a6643;
    margin-bottom: 20px;
}
.vision-statement {
    font-size: 25px;
    color: #30352c;
    line-height: 1.6;
    margin-bottom: 40px;
}
.vision ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.vision li {
    font-size: 14px;
    padding: 13px 0 13px 24px;
    position: relative;
    border-bottom: 1px solid #ccd0c3;
    color: #5a6151;
}
.vision li:before {
    content: '—';
    position: absolute;
    left: 0;
    color: #9a7145;
}
.vision .subtle {
    margin-top: 28px;
}
.cta-band {
    padding: 90px 0;
    background: #d7c5ae;
}
.cta-band .wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 70px;
}
.cta-band p {
    color: #574d3e;
    font-size: 14px;
    margin-bottom: 22px;
}
.cta-band .eyebrow {
    font-size: 12px;
}
.cta-band .button {
    background: #202321;
    border-color: #202321;
}
.cta-band .underlink {
    display: flex;
    width: fit-content;
    font-size: 12px;
    margin-top: 15px;
    border-color: #8c806e;
}
.contact {
    display: grid;
    grid-template-columns: .9fr 1.1fr;
    gap: 85px;
}
.contact-info>p:not(.eyebrow) {
    font-size: 15px;
    margin: 25px 0 40px;
    max-width: 390px;
}
.contact-info>h3 {
    font-size: 14px;
    margin-bottom: 25px;
    letter-spacing: .3px;
}
.contact-line {
    display: flex;
    gap: 17px;
    margin: 24px 0;
    color: #7d6750;
}
.contact-line>div {
    display: flex;
    flex-direction: column;
}
.contact-line small {
    font-size: 12px;
    letter-spacing: 1.4px;
    color: #757b6d;
    margin-bottom: 5px;
}
.contact-line span,.contact-line a {
    font-size: 13px;
    color: #545d49;
}
.contact-form {
    padding: 35px;
    background: #eae7e0;
    border: 1px solid #d1d3c8;
}
.form-top {
    display: flex;
    justify-content: space-between;
    color: #98734b;
    align-items: center;
    font-size: 12px;
    letter-spacing: 2px;
    margin-bottom: 22px;
}
.contact-form>h3 {
    font-size: 26px;
    margin-bottom: 32px;
}
.form-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}
.form-grid label {
    display: block;
    font-size: 12px;
    font-weight: 500;
    color: #414936;
}
.form-grid label>span {
    color: #8f6842;
}
.form-grid input,.form-grid textarea,.project-select {
    width: 100%;
    border: 0;
    border-bottom: 1px solid #bfc5b3;
    border-radius: 0;
    background: transparent;
    padding: 12px 0;
    outline: none;
    box-shadow: none!important;
    font-size: 13px;
    height: auto!important;
    color: #202321;
    line-height: 1.7;
}
.form-grid input:focus,.form-grid textarea:focus {
    border-color: #896138;
    box-shadow: 0 1px #896138;
}
.form-grid input::placeholder,.form-grid textarea::placeholder {
    color: #7c8273;
}
.full {
    grid-column: 1/-1;
}
.form-grid textarea {
    resize: vertical;
}
.form-note {
    font-size: 12px;
    line-height: 1.7;
    margin: 25px 0 20px;
}
.form-actions {
    display: flex;
    gap: 22px;
    align-items: center;
    flex-wrap: wrap;
}
.button:disabled {
    background: #8b8c82;
    border-color: #8b8c82;
    color: #fff;
    opacity: .7;
}
.download-brief {
    display: flex;
    align-items: center;
    gap: 9px;
    font-size: 12px;
    border: 0;
    background: none;
    color: #333b2b;
}
.form-status {
    font-size: 12px;
    margin-top: 15px;
    color: #4c6239;
}
footer {
    padding-top: 70px;
}
.footer-main {
    display: grid;
    grid-template-columns: 1.5fr .7fr 1fr 1fr;
    gap: 60px;
    padding-bottom: 65px;
}
.footer-brand {
    font-size: 23px;
    letter-spacing: 2px;
    line-height: 1.25;
    font-weight: 600;
    display: inline-block;
}
.footer-brand>span {
    display: block;
    font-size: 12px;
    letter-spacing: 1.3px;
    margin-top: 15px;
}
.footer-main p {
    font-size: 12px;
    margin-top: 20px;
    line-height: 1.9;
}
.footer-main h3 {
    font-size: 12px;
    margin-bottom: 25px;
}
.footer-main>div:not(:first-child)>a {
    display: block;
    font-size: 12px;
    color: #a8aea0;
    margin: 10px 0;
}
.footer-main .footer-contact {
    display: flex!important;
    color: #f4f1eb!important;
    gap: 18px;
    padding-block: 13px;
    border-bottom: 1px solid #666e5b;
    margin-top: 15px!important;
    font-size: 12px!important;
}
.footer-bottom {
    border-top: 1px solid #464c3d;
    display: flex;
    gap: 25px;
    justify-content: space-between;
    padding: 23px 0;
    font-size: 12px;
    color: #a0a695;
}
.skip-link {
    position: fixed;
    top: -80px;
    left: 15px;
    background: white;
    padding: 15px;
    z-index: 100;
}
.skip-link:focus {
    top: 10px;
}
@media(min-width:1600px) {
    .header {
        padding-inline: max(40px,calc((100vw - 1400px)/2));
    }
    .hero-main {
        min-height: 730px;
    }
    .hero-image {
        min-height: 730px;
    }
    .hero-copy {
        padding-top: 100px;
    }
    .hero h1 {
        font-size: 72px;
    }
}
@media(max-width:1200px) {
    .header {
        padding-inline: 28px;
    }
    .desktop-nav {
        gap: 15px;
    }
    .desktop-nav a {
        font-size: 12px;
    }
    .brand-name {
        font-size: 12px;
    }
    .brand-mark {
        font-size: 24px;
    }
    .header-cta {
        font-size: 12px;
        padding: 12px;
    }
    .wrap {
        width: calc(100% - 72px);
    }
    .hero-actions {
        gap: 20px;
    }
    .hero-actions .button {
        padding: 14px;
        font-size: 12px;
        gap: 15px;
    }
    .hero-actions .text-link {
        font-size: 12px;
    }
    .hero h1 {
        font-size: 52px;
    }
    .hero-copy {
        padding-top: 65px;
    }
    .hero-main,.hero-image {
        min-height: 600px;
    }
    .craftsmanship {
        gap: 55px;
    }
    .contact {
        gap: 50px;
    }
    .partnership-copy {
        padding: 70px 9%;
    }
    .footer-main {
        gap: 35px;
    }
}
@media(max-width:1023px) {
    .desktop-nav {
        display: none;
    }
    .header-cta {
        margin-left: auto;
    }
    .menu-toggle {
        display: block;
        padding: 10px;
    }
    .header {
        height: 80px;
    }
    .mobile-nav {
        display: block;
        position: absolute;
        top: 80px;
        left: 0;
        right: 0;
        padding: 20px 35px 30px;
        background: #f4f1eb;
        border-bottom: 1px solid #bbb;
        box-shadow: 0 20px 25px #0001;
    }
    .mobile-nav a {
        padding: 12px 0;
        display: flex;
        justify-content: space-between;
        border-bottom: 1px solid #dedfd6;
        font-size: 15px;
    }
    .section {
        padding-block: 80px;
    }
    .hero h1 {
        font-size: 44px;
        letter-spacing: -1.6px;
    }
    .hero .eyebrow {
        font-size: 12px;
        letter-spacing: 1.5px;
    }
    .hero-copy>p:not(.eyebrow) {
        font-size: 13px;
    }
    .hero-actions {
        align-items: flex-start;
        flex-direction: column;
    }
    .hero-footnote {
        font-size: 12px;
        gap: 10px;
    }
    .hero-image strong {
        font-size: 30px;
    }
    .hero-strip>div {
        gap: 10px;
    }
    .hero-strip>div span {
        font-size: 12px;
    }
    .about-grid {
        gap: 45px;
    }
    .about-copy .lead {
        font-size: 18px;
    }
    .about-bottom {
        font-size: 12px;
        letter-spacing: 2px;
    }
    .section-heading {
        gap: 35px;
    }
    .section-heading>p {
        max-width: 280px;
        font-size: 13px;
    }
    .service {
        padding: 25px;
    }
    .service h3 {
        font-size: 21px;
    }
    .service small {
        font-size: 12px;
    }
    .capabilities-grid article {
        margin-right: 20px;
        padding-right: 15px;
    }
    .craftsmanship {
        gap: 40px;
    }
    .craft-image {
        height: 570px;
    }
    .craft-copy>p:not(.eyebrow) {
        font-size: 14px;
    }
    .materials {
        gap: 45px;
    }
    .quality-grid {
        gap: 20px;
        grid-template-columns: repeat(3,1fr);
    }
    .quality-grid article {
        padding-bottom: 15px;
    }
    .partnership-image {
        min-height: 620px;
    }
    .partnership-copy h2 {
        font-size: 39px;
    }
    .partnership-copy {
        padding: 65px 9%;
    }
    .partner-types {
        font-size: 12px;
    }
    .partnership-copy .button {
        font-size: 12px;
        gap: 10px;
        padding: 14px;
    }
    .contact {
        grid-template-columns: 1fr;
        gap: 45px;
    }
    .contact-info {
        max-width: 650px;
    }
    .contact-info>p:not(.eyebrow) {
        max-width: 550px;
    }
    .contact-line {
        display: inline-flex;
        width: 48%;
        vertical-align: top;
    }
    .contact-form {
        max-width: 850px;
    }
    .footer-main {
        grid-template-columns: 1.3fr 1fr;
        gap: 45px 60px;
    }
    .vision-grid {
        gap: 45px;
    }
    .vision-statement {
        font-size: 22px;
    }
}
@media(max-width:767px) {
    .wrap {
        width: calc(100% - 40px);
    }
    .section {
        padding-block: 65px;
    }
    .header {
        height: 74px;
        padding-inline: 20px;
        gap: 12px;
    }
    .brand-name {
        font-size: 12px;
    }
    .brand-name>span {
        font-size: 12px;
    }
    .brand-mark {
        font-size: 24px;
    }
    .header-cta {
        display: none;
    }
    .menu-toggle {
        margin-left: auto;
    }
    .mobile-nav {
        top: 74px;
        padding: 10px 23px 25px;
    }
    .hero-main {
        grid-template-columns: 1fr;
    }
    .hero-copy {
        padding: 52px 0 0;
    }
    .hero .eyebrow {
        font-size: 12px;
        letter-spacing: 1.5px;
        margin-bottom: 27px;
    }
    .hero h1 {
        font-size: clamp(41px,7.9vw,58px);
        letter-spacing: -1.7px;
    }
    .hero-copy>p:not(.eyebrow) {
        font-size: 14px;
        margin-top: 23px;
    }
    .hero-actions {
        flex-direction: row;
        align-items: center;
        gap: 22px;
        margin-top: 26px;
        margin-bottom: 35px;
    }
    .hero-actions .button {
        padding: 14px 15px;
        font-size: 12px;
    }
    .hero-actions .text-link {
        font-size: 12px;
        gap: 8px;
    }
    .hero-footnote {
        padding: 19px 0;
        font-size: 12px;
    }
    .hero-image {
        min-height: 400px;
    }
    .hero-image>img {
        object-position: 50% 42%;
    }
    .hero-image figcaption {
        left: 25px;
        bottom: 28px;
    }
    .hero-image strong {
        font-size: 30px;
    }
    .hero-image small {
        font-size: 12px;
        margin-top: 12px;
    }
    .hero-strip {
        padding: 23px 0;
        flex-wrap: wrap;
        justify-content: flex-start;
        gap: 18px 30px;
        min-height: 0;
    }
    .hero-strip p {
        width: 100%;
        font-size: 12px;
    }
    .hero-strip>div {
        font-size: 12px;
        gap: 9px;
    }
    .hero-strip>div span {
        font-size: 12px;
    }
    .hero-strip>a {
        display: none;
    }
    .eyebrow {
        font-size: 12px;
        letter-spacing: 1.6px;
        margin-bottom: 22px;
    }
    h2 {
        font-size: 36px;
        letter-spacing: -1.3px;
    }
    .about-grid {
        grid-template-columns: 1fr;
        gap: 30px;
    }
    .about-copy .lead {
        font-size: 19px;
    }
    .about-copy>p {
        font-size: 14px;
    }
    .about-bottom {
        margin-top: 40px;
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 18px;
        font-size: 12px;
        letter-spacing: 2px;
    }
    .section-heading {
        display: block;
        margin-bottom: 35px;
    }
    .section-heading>p {
        margin-top: 24px;
        max-width: 460px;
        font-size: 14px;
    }
    .services-grid {
        grid-template-columns: 1fr 1fr;
    }
    .service {
        padding: 22px 17px;
    }
    .service-top {
        margin-bottom: 26px;
    }
    .service h3 {
        font-size: 19px;
    }
    .service p {
        font-size: 12px;
    }
    .service small {
        font-size: 12px;
        line-height: 1.6;
        margin-top: 20px;
    }
    .sector-tabs {
        gap: 23px!important;
        overflow-x: auto;
        padding-bottom: 2px!important;
    }
    .sector-tabs button {
        font-size: 13px!important;
    }
    .sector-panel {
        grid-template-columns: 1fr;
        gap: 20px;
        padding-top: 30px;
    }
    .sector-word {
        font-size: 65px;
        letter-spacing: -3px;
    }
    .sector-panel h3 {
        font-size: 24px;
    }
    .capabilities-grid {
        grid-template-columns: 1fr 1fr;
        gap: 0 23px;
    }
    .capabilities-grid article {
        margin: 0;
        padding: 27px 0;
    }
    .capabilities-grid svg {
        width: 27px;
        height: 27px;
        margin-bottom: 23px;
    }
    .capabilities-grid h3 {
        font-size: 18px;
    }
    .capabilities-grid p {
        font-size: 12px;
    }
    .craftsmanship {
        grid-template-columns: 1fr;
        gap: 36px;
    }
    .craft-image {
        height: 420px;
    }
    .photo-note {
        font-size: 12px;
        left: 12px;
        right: 12px;
    }
    .craft-copy>p:not(.eyebrow) {
        font-size: 14px;
    }
    .workflow-grid {
        grid-template-columns: 1fr;
        gap: 0;
    }
    .workflow-grid article {
        position: relative;
        display: grid;
        grid-template-columns: 55px 1fr;
        padding: 0 0 30px 0;
        gap: 8px 20px;
    }
    .step-number {
        grid-row: 1/3;
        margin: 0;
        align-items: flex-start;
        font-size: 26px;
        line-height: 1.2;
    }
    .step-number span {
        position: absolute;
        width: 1px;
        top: 42px;
        left: 17px;
        bottom: 8px;
        height: auto;
    }
    .workflow-grid article:last-child .step-number span {
        display: none;
    }
    .workflow-grid h3 {
        font-size: 19px;
        margin: 0;
    }
    .workflow-grid p {
        font-size: 13px;
        max-width: none;
    }
    .materials {
        grid-template-columns: 1fr;
        gap: 35px;
    }
    .material-item button>span:nth-child(2) {
        font-size: 17px;
    }
    .project-filters {
        gap: 8px;
    }
    .project-filters button {
        font-size: 12px;
        padding: 8px 14px;
    }
    .project-empty {
        padding: 30px 24px;
    }
    .project-empty h3 {
        font-size: 25px;
    }
    .project-empty p {
        font-size: 13px;
    }
    .project-empty .underlink {
        font-size: 12px;
        gap: 12px;
    }
    .quality-grid {
        grid-template-columns: 1fr 1fr;
        gap: 20px;
    }
    .quality-grid h3 {
        font-size: 19px;
    }
    .quality-grid p {
        font-size: 12px;
    }
    .partnership {
        grid-template-columns: 1fr;
    }
    .partnership-image {
        min-height: 400px;
    }
    .partnership-copy {
        padding: 55px 25px 60px;
    }
    .partnership-copy h2 {
        font-size: 45px;
    }
    .partnership-copy .button {
        font-size: 13px;
        padding: 17px;
    }
    .strength-grid {
        grid-template-columns: 1fr 1fr;
        gap: 26px;
        margin-top: 35px;
    }
    .strength-grid h3 {
        font-size: 18px;
    }
    .strength-grid p {
        font-size: 12px;
    }
    .vision-grid {
        grid-template-columns: 1fr;
        gap: 35px;
    }
    .vision-statement {
        font-size: 23px;
    }
    .vision .subtle {
        margin-top: 16px;
    }
    .cta-band {
        padding: 60px 0;
    }
    .cta-band .wrap {
        display: block;
    }
    .cta-band .wrap>div+div {
        margin-top: 30px;
    }
    .cta-band h2 {
        font-size: 36px;
    }
    .contact {
        gap: 35px;
    }
    .contact-info>p:not(.eyebrow) {
        font-size: 14px;
        margin-bottom: 30px;
    }
    .contact-line {
        display: flex;
        width: 100%;
        margin: 22px 0;
    }
    .contact-form {
        padding: 24px 20px;
    }
    .contact-form>h3 {
        font-size: 24px;
    }
    .form-grid {
        grid-template-columns: 1fr;
        gap: 23px;
    }
    .full {
        grid-column: auto;
    }
    .form-grid input,.form-grid textarea,.project-select {
        font-size: 16px;
    }
    .form-grid label {
        font-size: 13px;
    }
    .form-actions {
        gap: 18px;
    }
    .form-actions .button {
        padding: 14px 16px;
        font-size: 12px;
        gap: 14px;
    }
    .form-note {
        font-size: 12px;
    }
    .download-brief {
        font-size: 12px;
    }
    .footer-main {
        grid-template-columns: 1fr 1fr;
        gap: 38px 28px;
        padding-bottom: 40px;
    }
    .footer-main>div:first-child {
        grid-column: 1/-1;
    }
    .footer-main>div:last-child {
        grid-column: 1/-1;
    }
    .footer-brand {
        font-size: 24px;
    }
    .footer-main h3 {
        font-size: 13px;
        margin-bottom: 20px;
    }
    .footer-main>div:not(:first-child)>a {
        font-size: 12px;
    }
    .footer-main .footer-contact {
        width: fit-content;
    }
    .footer-bottom {
        flex-direction: column;
        gap: 6px;
        font-size: 12px;
        padding: 24px 0;
    }
    .footer-bottom>a {
        margin-top: 12px;
    }
    .desktop-break {
        display: none;
    }
}
@media(prefers-reduced-motion:reduce) {
    html {
        scroll-behavior: auto;
    }
    *,*:before,*:after {
        transition: none!important;
        animation: none!important;
    }
}
/* Readable body copy and touch targets across viewports. */.about-copy>p,.section-heading>p,.service p,.sector-panel p,.capabilities-grid p,.craft-copy>p:not(.eyebrow),.detail-line p,.workflow-grid p,.materials>div>p:not(.eyebrow),.material-item>p,.project-empty p,.quality-grid p,.partnership-copy>p:not(.eyebrow),.strength-grid p,.vision li,.contact-info>p:not(.eyebrow) {
    font-size: 16px;
}
.hero-copy>p:not(.eyebrow) {
    font-size: 16px;
}
.desktop-nav a,.header-cta,.button,.text-link,.hero-actions .button,.hero-actions .text-link,.sector-tabs button,.project-filters button,.form-grid label,.download-brief,.contact-line span,.contact-line a,.footer-main>div:not(:first-child)>a,.footer-main p,.footer-main h3 {
    font-size: 14px;
}
.form-grid input,.form-grid textarea,.project-select {
    font-size: 16px;
}
.service small,.partner-types,.hero-footnote,.hero-image small,.form-note,.form-status,.subtle,.footer-bottom {
    font-size: 12px;
}
.brand-name {
    font-size: 10px;
}
.brand-name>span {
    font-size: 6px;
}
.brand-mark {
    font-size: 28px;
}
.project-filters button,.sector-tabs button {
    min-height: 44px;
}
@media(max-width:1279px) {
    .desktop-nav {
        display: none;
    }
    .header-cta {
        margin-left: auto;
    }
    .menu-toggle {
        display: block;
        padding: 10px;
    }
    .mobile-nav {
        display: block;
        position: absolute;
        top: 94px;
        left: 0;
        right: 0;
        background: #f4f1eb;
        padding: 20px 35px 30px;
        border-bottom: 1px solid #bbb;
    }
    .mobile-nav a {
        padding: 12px 0;
        display: flex;
        justify-content: space-between;
        border-bottom: 1px solid #dedfd6;
        font-size: 15px;
    }
}
@media(max-width:1023px) {
    .mobile-nav {
        top: 80px;
    }
    .hero .eyebrow {
        font-size: 12px;
    }
    .hero-footnote {
        font-size: 10px;
        letter-spacing: 1px;
    }
    .hero-copy {
        padding-right: 25px;
    }
    .service {
        padding: 25px 22px;
    }
    .services-grid {
        grid-template-columns: repeat(2,1fr);
    }
}
@media(max-width:767px) {
    .mobile-nav {
        top: 74px;
    }
    .hero-actions {
        flex-direction: column;
        align-items: flex-start;
    }
    .hero-actions .button {
        padding: 17px 20px;
    }
    .hero-footnote {
        font-size: 9px;
    }
    .services-grid {
        grid-template-columns: 1fr;
    }
    .service {
        padding: 28px;
    }
    .service h3 {
        font-size: 24px;
    }
    .service p {
        max-width: none;
    }
    .service-top {
        margin-bottom: 25px;
    }
    .capabilities-grid {
        grid-template-columns: 1fr 1fr;
    }
    .capabilities-grid p,.quality-grid p,.strength-grid p {
        font-size: 14px;
    }
    .hero .eyebrow {
        font-size: 11px;
    }
    .brand-name {
        font-size: 9px;
    }
    .brand-name>span {
        font-size: 5px;
    }
    .header-cta {
        display: none;
    }
    .partner-types {
        font-size: 12px;
    }
    .footer-main .footer-contact {
        font-size: 14px!important;
    }
    .hero h1 {
        font-size: clamp(40px,7.9vw,58px);
    }
    .photo-note {
        font-size: 10px;
    }
}
@font-face {
    font-family: Manrope;
    src: url('../../fonts/manrope-regular.ttf') format('truetype');
    font-style: normal;
    font-weight: 400;
    font-display: swap;
}
/* Standalone controls */
.mobile-nav[hidden], .sector-panel[hidden], .material-item p[hidden] {
    display: none !important;
}
.sector-tabs .sector-tab[aria-selected="true"] {
    color: #202321;
    border-bottom: 2px solid #a77a4e;
}
.project-select {
    appearance: auto;
    min-height: 44px !important;
}
@media (max-width: 1279px) {
    .mobile-nav:not([hidden]) {
        display: block;
    }
}
@media (max-width: 767px) {
    .sector-word {
        font-size: clamp(39px, 11vw, 55px);
        overflow-wrap: anywhere;
    }
}

.project-grid[hidden], .project-empty[hidden] {
    display: none !important;
}
