:root {
  --ink: #171717;
  --green: #171717;
  --lime: #f36b21;
  --sand: #f5f2ee;
  --muted: #646464;
  --line: #dedbd6;
}

.brand, .main-nav a, .menu-toggle, .text-link { color: #171717; }
.brand > span:last-child > span, .eyebrow, .service-grid span, .check-list li:before { color: #e85d14; }
.brand-mark i, .button-primary, .contact { background: #f36b21; }
.nav-cta, .projects, footer, .hero { background: #171717; }
.nav-cta { color: #fff !important; }
.hero:before { background: linear-gradient(110deg, #111 35%, #2a2a2a); }
.hero-shape { background: #f36b21; }
.hero .eyebrow, h1 em, .projects .eyebrow, .project-grid p { color: #f36b21; }
.purpose-band, .safety { background: #f5f2ee; }
.project-grid article { background: #2b2b2b; }
.project-grid .project-feature { background: linear-gradient(135deg, #d85516, #1c1c1c); }
.contact .eyebrow { color: #9b370b; }
.contact p:not(.eyebrow) { color: #5f250b; }
.contact-details a { color: #171717; }
.button-primary { color: #171717; }

/* NtsakoMak identity and homepage refinements. */
.brand-logo { display: block; width: 150px; height: 52px; object-fit: contain; object-position: left center; }
.footer-brand .brand-logo { width: 150px; }
.site-header { box-shadow: 0 4px 18px rgba(0,0,0,.035); }
.hero:before { background: linear-gradient(110deg, #111 20%, rgba(17,17,17,.89) 50%, rgba(17,17,17,.45)); }
.hero-content { position: relative; z-index: 1; }
.hero-logo-panel { position: absolute; z-index: 1; right: max(7%, calc((100% - 1120px) / 2)); bottom: 54px; width: 212px; padding: 20px; background: #fff; box-shadow: 0 24px 70px rgba(0,0,0,.25); color: #171717; }
.hero-logo-panel img { display: block; width: 100%; aspect-ratio: 1; object-fit: cover; margin-bottom: 15px; }
.hero-logo-panel span { display: block; border-top: 2px solid #f36b21; padding-top: 12px; font: 700 12px/1.5 var(--body); letter-spacing: .05em; text-transform: uppercase; }
.project-note { display: flex; align-items: center; gap: 18px; max-width: 540px; margin-top: 35px; color: #d2ddd5; }
.project-note span { display: grid; flex: 0 0 42px; width: 42px; height: 42px; place-items: center; border: 1px solid #f36b21; color: #f36b21; font-weight: 700; }
.project-note p { margin: 0; font-size: 14px; }
.project-note .project-link { margin: 0 0 0 auto; color: #fff; white-space: nowrap; }
.project-hero { min-height: 470px; }
.project-intro { padding-bottom: 70px; }
.project-showcase { padding-top: 45px; background: #f5f2ee; }
.project-list { border-top: 1px solid #dedbd6; }
.project-case { display: grid; grid-template-columns: minmax(0, 1fr) minmax(280px, .85fr); gap: 3rem; padding: 42px 0; border-bottom: 1px solid #dedbd6; }
.project-case h3 { margin-top: 8px; font-size: clamp(26px, 3vw, 38px); }
.project-case p { margin: 0; color: #606060; }
.project-case > div:first-child > p { color: #e85d14; font-size: 11px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.project-case > div:last-child > p { margin-top: 16px; }
.project-tag { display: inline-block; padding: 5px 9px; background: #171717; color: #fff; font-size: 11px; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; }
.project-case-feature { border-left: 4px solid #f36b21; padding-left: 26px; }
.button, .nav-cta { transition: transform .2s ease, box-shadow .2s ease, background-color .2s ease; }
.button-primary:hover, .nav-cta:hover { transform: translateY(-2px); box-shadow: 0 8px 18px rgba(0,0,0,.15); }
@media (max-width: 760px) { .hero-logo-panel { display: none; } .brand-logo { width: 134px; height: 48px; } .footer-brand .brand-logo { width: 134px; } }
@media (max-width: 760px) { .project-note { align-items: flex-start; flex-wrap: wrap; } .project-note .project-link { width: 100%; margin-left: 0; } .project-case { grid-template-columns: 1fr; gap: 1.35rem; padding: 30px 0; } }

/* Keep the footer identity legible on the dark background. */
.footer-brand { color: #fff; }
.footer-brand > span:last-child > span { color: #f36b21; }
.footer-brand small { color: #d6d6d6; }

/* Prevent the contact details and top navigation from creating horizontal overflow. */
.contact-wrap { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 3rem; }
.contact-details { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 3rem; }
.contact-details a { white-space: nowrap; }

@media (max-width: 760px) {
  .site-header { height: auto; min-height: 70px; }
  .nav-wrap { flex-wrap: wrap; gap: .65rem 1rem; padding: .65rem 0; }
  .main-nav { width: 100%; justify-content: flex-start !important; gap: .2rem .7rem; }
  .main-nav a { padding: .2rem 0; }
  .contact-wrap, .contact-details { grid-template-columns: 1fr; gap: 1.5rem; }
}

.inquiry-form { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.inquiry-form label { display: grid; gap: 7px; color: #313131; font-size: 13px; font-weight: 700; }
.inquiry-form input, .inquiry-form select, .inquiry-form textarea { width: 100%; border: 1px solid #d4d0ca; border-radius: 0; padding: 12px; background: #fff; color: #171717; font: 400 16px var(--body); }
.inquiry-form input:focus, .inquiry-form select:focus, .inquiry-form textarea:focus { outline: 2px solid #f36b21; outline-offset: 1px; }
.form-full { grid-column: 1 / -1; }.inquiry-form button { justify-self: start; border: 0; cursor: pointer; }.form-status { align-self: center; margin: 0; color: #9b370b; font-weight: 700; }
.admin-page { background: #f5f2ee; }.admin-main { padding: 75px 0; }.admin-heading { display: flex; align-items: end; justify-content: space-between; gap: 2rem; }.admin-heading h1 { font-size: clamp(35px, 5vw, 58px); }.admin-heading p { margin: 10px 0 0; color: #606060; }.admin-clear { border: 1px solid #171717; padding: 11px 17px; background: transparent; color: #171717; cursor: pointer; }.admin-summary { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; margin: 42px 0; }.admin-summary article, .admin-list-section { padding: 27px; background: #fff; border: 1px solid #dedbd6; }.admin-summary small { display: block; color: #6a6a6a; font-weight: 700; text-transform: uppercase; letter-spacing: .1em; }.admin-summary strong { display: block; margin-top: 9px; font: 700 30px var(--display); }.admin-list-title { display: flex; justify-content: space-between; align-items: center; border-bottom: 1px solid #dedbd6; padding-bottom: 18px; }.admin-list-title h2 { font-size: 24px; }.admin-list-title span { color: #676767; font-size: 14px; }.inquiry-list { display: grid; gap: 15px; margin-top: 18px; }.inquiry-card { display: grid; grid-template-columns: 1fr auto; gap: 6px 20px; padding: 18px; background: #f5f2ee; }.inquiry-card p { margin: 0; }.inquiry-card h3 { font-size: 18px; }.inquiry-card a { color: #9b370b; }.inquiry-date { color: #737373; font-size: 12px; }.inquiry-card > span { align-self: start; padding: 4px 8px; color: #9b370b; background: #fbd7c4; font-size: 12px; font-weight: 700; }.inquiry-message { grid-column: 1 / -1; color: #484848; }.empty-state { margin: 20px 0 2px; color: #6a6a6a; }
@media (max-width: 600px) { .inquiry-form, .admin-summary { grid-template-columns: 1fr; }.admin-heading { align-items: start; flex-direction: column; }.inquiry-card { grid-template-columns: 1fr; }.inquiry-card > span { justify-self: start; }.inquiry-message { grid-column: auto; } }

.login-panel { max-width: 520px; padding: 40px; background: #fff; border: 1px solid var(--rule); }
.staff-login { display: grid; gap: 16px; margin-top: 28px; }
.staff-login label { display: grid; gap: 7px; color: #313131; font-size: 13px; font-weight: 700; }
.staff-login input { width: 100%; border: 1px solid #d4d0ca; padding: 12px; background: #fff; color: #171717; font: 400 16px var(--body); }
.inquiry-card.is-answered { background: #f4f8f4; border-color: #c7d9c8; }
.inquiry-status { align-self: start; padding: 5px 9px; color: #9b370b; background: #fbd7c4; font-size: 11px; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; }
.inquiry-status.answered { color: #176433; background: #dceee0; }
.inquiry-actions { grid-column: 1 / -1; display: flex; gap: 10px; margin-top: 7px; }
.button.small { border: 0; padding: 9px 13px; cursor: pointer; font-size: 11px; }
.button.danger { background: #fff0f2; color: #a31d33; border: 1px solid #f1c3cb; }

/* 2026 visual direction — a more editorial, site-plan inspired identity. */
:root { --paper: #f3f0ea; --charcoal: #171715; --orange: #f15a24; --signal: #ffc247; --rule: rgba(23,23,21,.14); }
body { background: var(--paper); letter-spacing: -.01em; }
.container { width: min(1240px, 91.5%); }
.site-header { height: 96px; background: rgba(243,240,234,.96); border-bottom: 1px solid var(--rule); box-shadow: none; backdrop-filter: blur(12px); }
.nav-wrap { height: 100%; }
.brand-logo { width: 82px; height: 72px; object-position: center; }
.main-nav { gap: 8px; }
.main-nav a { position: relative; padding: 9px 11px; font-size: 12px; letter-spacing: .025em; text-transform: uppercase; }
.main-nav a:not(.nav-cta):after { content: ""; position: absolute; right: 11px; bottom: 4px; left: 11px; height: 2px; background: var(--orange); transform: scaleX(0); transform-origin: left; transition: transform .24s ease; }
.main-nav a:not(.nav-cta):hover:after, .main-nav a[aria-current="page"]:after { transform: scaleX(1); }
.nav-cta { padding: 12px 17px !important; border-radius: 999px; background: var(--charcoal); }
.nav-cta:hover { background: var(--orange); box-shadow: none; }
.hero { min-height: min(720px, calc(100vh - 88px)); background: var(--charcoal); }
.hero:before { background: linear-gradient(90deg, #171715 0%, #171715 42%, rgba(23,23,21,.87) 62%, rgba(23,23,21,.45) 100%), repeating-linear-gradient(90deg, transparent 0 7.9%, rgba(255,255,255,.07) 8% 8.08%); }
.hero:after { content: ""; position: absolute; inset: 0; pointer-events: none; opacity: .42; background-image: linear-gradient(rgba(255,255,255,.08) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.08) 1px, transparent 1px); background-size: 92px 92px; mask-image: linear-gradient(to right, #000 0 58%, transparent 91%); }
.hero-content { padding: 120px 0 108px; }
.hero .eyebrow, .eyebrow { display: flex; align-items: center; gap: 10px; font-size: 10px; letter-spacing: .18em; }
.hero .eyebrow:before, .eyebrow:before { content: ""; display: inline-block; width: 22px; height: 2px; background: currentColor; }
h1 { max-width: 870px; font-size: clamp(52px, 7.25vw, 105px); line-height: .98; letter-spacing: -.075em; }
h1 em { display: block; color: var(--orange); }
h2 { max-width: 760px; font-size: clamp(37px, 5vw, 66px); line-height: 1.02; letter-spacing: -.065em; }
h3 { letter-spacing: -.045em; }
.hero-copy { max-width: 540px; margin-top: 31px; color: #dad8d1; font-size: 17px; line-height: 1.75; }
.hero-actions { margin-top: 38px; gap: 17px; }
.button { padding: 15px 21px; border-radius: 0; font-size: 12px; letter-spacing: .05em; text-transform: uppercase; }
.button-primary { background: var(--orange); color: #fff; }
.button-primary:hover { background: var(--signal); color: var(--charcoal); box-shadow: none; transform: translateY(-3px); }
.button-plain { display: inline-flex; align-items: center; border-bottom: 1px solid rgba(255,255,255,.4); padding: 10px 0; }
.hero-shape { right: -23vw; bottom: -30vw; width: 62vw; height: 62vw; opacity: 1; background: var(--orange); clip-path: polygon(50% 0, 100% 50%, 50% 100%, 0 50%); transform: rotate(11deg); }
.hero-logo-panel { right: max(5.5%, calc((100% - 1240px)/2)); bottom: 0; width: 238px; padding: 16px; border-top: 6px solid var(--orange); box-shadow: none; }
.hero-logo-panel:before { content: "NM / 01"; display: block; margin-bottom: 12px; color: var(--orange); font: 800 10px var(--body); letter-spacing: .14em; }
.hero-logo-panel img { margin-bottom: 11px; }
.section { padding: 132px 0; }
.about { position: relative; overflow: hidden; background: var(--paper); }
.about:before { content: "01"; position: absolute; z-index: 0; top: 33px; right: 5%; color: rgba(23,23,21,.07); font: 800 clamp(100px,18vw,260px)/1 var(--display); letter-spacing: -.1em; pointer-events: none; }
.about .container { position: relative; z-index: 1; }
.two-column { grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr); gap: 12%; }
.body-copy { max-width: 610px; color: #53514c; font-size: 18px; line-height: 1.76; }
.text-link { gap: 8px; border-bottom: 2px solid var(--orange); padding-bottom: 3px; color: var(--charcoal); font-size: 13px; letter-spacing: .04em; text-transform: uppercase; }
.purpose-band { position: relative; padding: 100px 0; background: var(--charcoal); color: #fff; overflow: hidden; }
.purpose-band:before { content: "BUILD WITH PURPOSE"; position: absolute; top: 50%; left: -1%; color: rgba(255,255,255,.045); font: 800 clamp(52px,9.3vw,140px)/.8 var(--display); white-space: nowrap; transform: translateY(-50%); }
.purpose-grid { position: relative; gap: 8%; }
.purpose-grid article + article { border-color: rgba(255,255,255,.17); }
.purpose-grid .eyebrow { color: var(--signal); }
.purpose-grid p:last-child { color: #bcbcb5; }
.services { background: #fff; }
.services .container > .eyebrow { color: var(--orange); }
.service-grid { border-color: var(--rule); }
.service-grid article { position: relative; min-height: 246px; padding: 29px; border-color: var(--rule); transition: background .25s ease, color .25s ease; }
.service-grid article:after { content: "↗"; position: absolute; right: 22px; bottom: 18px; color: var(--orange); font-size: 22px; opacity: 0; transform: translate(-8px,8px); transition: .25s ease; }
.service-grid article:hover { background: var(--charcoal); color: #fff; }
.service-grid article:hover p { color: #c9c8c2; }
.service-grid article:hover:after { opacity: 1; transform: translate(0,0); }
.service-card-link { display: block; color: inherit; text-decoration: none; }
.service-card-link:focus-visible { position: relative; z-index: 2; outline: 3px solid var(--signal); outline-offset: -3px; }
.service-intro { max-width: 430px; margin: -22px 0 35px; color: #62605b; font-size: 14px; }
.service-grid span { color: var(--orange); font-size: 11px; letter-spacing: .12em; }
.service-grid h3 { margin-top: 43px; font-size: 22px; }
.service-grid p { font-size: 14px; }
.projects { position: relative; padding-top: 132px; background: var(--charcoal); }
.projects:before { content: "PROJECTS"; position: absolute; top: 50px; left: 4%; color: rgba(255,255,255,.04); font: 800 clamp(86px,16vw,220px)/1 var(--display); letter-spacing: -.09em; }
.section-heading { position: relative; margin-bottom: 54px; }
.project-grid { position: relative; gap: 2px; grid-template-columns: 1.6fr 1fr 1fr; }
.project-grid article { min-height: 360px; padding: 31px; background: #282825; transition: transform .25s ease, background .25s ease; }
.project-grid article:hover { z-index: 1; background: #34342f; transform: translateY(-10px); }
.project-grid .project-feature { background: linear-gradient(25deg, rgba(22,22,20,.97) 7%, rgba(22,22,20,.1)), linear-gradient(135deg, #f15a24, #1b1b19 65%); }
.project-grid p { color: var(--signal); }
.project-grid h3 { font-size: 28px; }
.project-note { max-width: none; margin-top: 34px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.2); }
.project-note span { border-color: var(--orange); color: var(--orange); }
.project-note .project-link { color: #fff; }
.safety { position: relative; background: var(--paper); }
.safety:after { content: "QUALITY / SAFETY / DELIVERY"; position: absolute; right: -12px; bottom: 20px; color: #d8d4cc; font: 800 11px var(--body); letter-spacing: .13em; writing-mode: vertical-rl; }
.check-list li { border-bottom: 1px solid var(--rule); padding: 12px 0; }
.values { padding: 100px 0; background: var(--orange); }
.values .eyebrow { color: #752009; }
.values-row h2 { max-width: 590px; }
.values-row p { color: #58200f; font-weight: 600; }
.contact { position: relative; overflow: hidden; padding: 112px 0; background: #fff; border-top: 1px solid var(--rule); }
.contact:after { content: "START"; position: absolute; right: -11px; bottom: -55px; color: #f0ece5; font: 800 clamp(110px,19vw,280px)/1 var(--display); letter-spacing: -.1em; }
.contact-wrap { position: relative; z-index: 1; }
.contact .eyebrow { color: var(--orange); }
.contact p:not(.eyebrow) { color: #57554f; }
.contact-details { gap: 45px; }
.contact-details a { padding-bottom: 8px; border-bottom: 2px solid var(--orange); }
footer { padding: 52px 0; background: var(--charcoal); }
.footer-brand .brand-logo { background: transparent; }
.footer-wrap > p { color: #a8a69f; }
.project-hero { min-height: 570px; }
.project-showcase { background: #fff; }
.project-list { border-color: var(--rule); }
.project-case { gap: 8%; padding: 52px 0; border-color: var(--rule); }
.project-case h3 { font-size: clamp(31px, 3.5vw, 52px); }
.project-case-feature { border-left-color: var(--orange); }
.project-tag { background: var(--charcoal); }

@media (max-width: 760px) {
  .site-header { height: auto; min-height: 76px; }
  .brand-logo { width: 68px; height: 60px; object-position: center; }
  .main-nav { padding: 15px !important; background: var(--paper) !important; }
  .main-nav a { padding: 10px 4px; }
  .main-nav a:not(.nav-cta):after { right: 4px; left: 4px; }
  .nav-cta { display: inline-block; width: max-content; margin-top: 5px; padding: 9px 15px !important; }
  .hero { min-height: 620px; }
  .hero:after { background-size: 52px 52px; mask-image: none; opacity: .24; }
  .hero-content { padding: 94px 0 80px; }
  h1 { font-size: clamp(48px, 13vw, 76px); }
  h2 { font-size: clamp(36px, 10vw, 54px); }
  .hero-shape { right: -49vw; bottom: -39vw; width: 105vw; height: 105vw; }
  .section { padding: 88px 0; }
  .two-column { grid-template-columns: 1fr; gap: 2.25rem; }
  .safety .body-copy { font-size: 17px; }
  .safety h2 { max-width: 11ch; }
  .about:before, .projects:before { display: none; }
  .purpose-band { padding: 78px 0; }
  .service-grid article { min-height: 215px; padding: 22px; }
  .service-grid h3 { margin-top: 32px; }
  .project-grid { grid-template-columns: 1fr; }
  .project-grid article { min-height: 260px; }
  .project-note { gap: 13px; }
  .values { padding: 76px 0; }
  .safety:after { display: none; }
  .contact { padding: 82px 0; }
  .contact:after { font-size: 145px; bottom: -28px; }
  .footer-brand .brand-logo { width: 78px; height: 68px; }
  footer { padding: 42px 0; }
  .footer-wrap { gap: 20px; }
  .project-case { gap: 1.5rem; }
}
