:root {
  --ink: #111111;
  --muted: #53565b;
  --forest: #202226;
  --forest-2: #202226;
  --lime: #F36B21;
  --paper: #F7F6F3;
  --white: #ffffff;
  --line: #d4d4d2;
  --radius: 12px;
  --soft: #ECECEA;
  --tint: #FFF3EC;
  --shadow: 0 22px 60px rgba(17,17,17,.08);
  --wrap: 1180px;
  --space: clamp(40px, 5vw, 64px);
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 112px; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: Arial, Helvetica, sans-serif; font-size: 16px; line-height: 1.65; -webkit-font-smoothing: antialiased; }
img, svg { display: block; max-width: 100%; }
a { color: inherit; text-decoration-thickness: 1px; text-underline-offset: 3px; }
button, input { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { line-height: 1.08; letter-spacing: -.035em; }
h1 { font-size: clamp(2.55rem, 5.4vw, 5.35rem); margin-bottom: 24px; }
h2 { font-size: clamp(2rem, 3.4vw, 3.35rem); margin-bottom: 24px; }
h3 { font-size: clamp(1.25rem, 1.8vw, 1.6rem); margin-bottom: 12px; }
p { margin-bottom: 20px; }
em { font-style: normal; color: var(--forest-2); }
ul, ol { margin-top: 0; }

.sd-wrap { width: min(var(--wrap), calc(100% - 40px)); margin-inline: auto; }
.sd-skip { position: fixed; z-index: 1000; left: 16px; top: 12px; padding: 12px 16px; background: var(--lime); color: var(--ink); font-weight: 700; border-radius: 10px; transform: translateY(-160%); }
.sd-skip:focus { transform: none; }
.sd-topbar { background: var(--forest); color: var(--white); font-size: .83rem; }
.sd-topbar .sd-wrap { min-height: 36px; display: flex; align-items: center; justify-content: flex-end; gap: 24px; }
.sd-topbar span:first-child { margin-right: auto; }
.sd-topbar a { color: var(--lime); font-weight: 700; text-decoration: none; }

.sd-site-header { position: sticky; z-index: 100; top: 0; background: var(--white); border-bottom: 1px solid var(--line); backdrop-filter: blur(14px); }
.sd-navrow { min-height: 82px; display: flex; align-items: center; gap: 28px; }
.sd-brand { display: flex; align-items: center; gap: 14px; color: var(--ink); text-decoration: none; flex: 0 0 auto; }
.sd-brand img { width: 126px; height: auto; aspect-ratio: 543 / 214; object-fit: contain; }
.sd-subbrand { display: grid; line-height: 1.06; font-size: .62rem; letter-spacing: .06em; }
.sd-subbrand strong { margin-top: 4px; color: var(--forest-2); font-size: .82rem; letter-spacing: .13em; }
.sd-nav { margin-left: auto; }
.sd-navlist { display: flex; align-items: center; gap: 4px; margin: 0; padding: 0; list-style: none; }
.sd-navlist > li > a, .sd-menu-group > button { min-height: 44px; display: inline-flex; align-items: center; gap: 6px; padding: 0 12px; border: 0; border-radius: 10px; background: transparent; color: var(--ink); font-weight: 650; font-size: .91rem; text-decoration: none; cursor: pointer; }
.sd-navlist > li > a:hover, .sd-menu-group > button:hover, .sd-navlist a[aria-current="page"], .sd-menu-group > button[data-current="true"] { background: var(--paper); color: var(--forest-2); }
.sd-menu-group { position: relative; }
.sd-submenu { position: absolute; z-index: 20; left: 0; top: calc(100% + 8px); width: 280px; display: none; margin: 0; padding: 10px; list-style: none; background: var(--white); border: 1px solid var(--line); border-radius: 14px; box-shadow: var(--shadow); }
.sd-menu-group.is-open > .sd-submenu { display: block; }
.sd-submenu a { min-height: 44px; display: flex; align-items: center; padding: 9px 12px; border-radius: 9px; font-weight: 600; text-decoration: none; }
.sd-submenu a:hover, .sd-submenu a[aria-current="page"] { background: var(--paper); color: var(--forest-2); }
.sd-call { min-height: 46px; display: inline-flex; align-items: center; gap: 9px; padding: 0 16px; background: var(--lime); color: var(--ink); border-radius: 12px; font-weight: 800; text-decoration: none; white-space: nowrap; }
.sd-icon { width: 18px; height: 18px; fill: currentColor; }
.sd-mobile-toggle { display: none; min-width: 50px; min-height: 48px; padding: 8px 10px; border: 1px solid var(--line); border-radius: 10px; background: var(--white); color: var(--ink); cursor: pointer; }
.sd-mobile-toggle span { width: 22px; height: 2px; margin: 3px auto; display: block; background: currentColor; }
.sd-mobile-toggle b { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); }

.sd-section { padding-block: var(--space); }
.sd-soft { background: var(--soft); }
.sd-kicker { margin-bottom: 14px; color: var(--forest-2); font-size: .79rem; line-height: 1.3; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.sd-lead { max-width: 780px; color: var(--muted); font-size: clamp(1.08rem, 1.7vw, 1.32rem); line-height: 1.55; }
.sd-section-head { max-width: 780px; margin-bottom: 42px; }
.sd-section-head > p:last-child { max-width: 680px; color: var(--muted); font-size: 1.08rem; }
.sd-btn { min-height: 48px; display: inline-flex; align-items: center; justify-content: center; gap: 8px; padding: 12px 20px; border: 1px solid transparent; border-radius: 12px; font-weight: 750; text-decoration: none; cursor: pointer; }
.sd-btn-primary { background: var(--lime); color: var(--ink); }
.sd-btn-primary:hover { background: var(--tint); border-color: var(--ink); }
.sd-btn-black { background: var(--forest); color: var(--white); }
.sd-btn-outline, .sd-btn-neutral { border-color: var(--line); background: var(--white); color: var(--ink); }
.sd-btn-text { padding-inline: 4px; color: var(--white); }
.sd-text-link { min-height: 44px; display: inline-flex; align-items: center; gap: 8px; color: var(--forest-2); font-weight: 800; }
.sd-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 30px; }

.sd-hero { padding: 28px 0 0; background: var(--paper); }
.sd-hero-grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); align-items: stretch; overflow: hidden; background: var(--forest); color: var(--white); border-radius: 24px; box-shadow: var(--shadow); }
.sd-hero-copy { align-self: center; padding: clamp(24px, 3vw, 36px); }
.sd-hero-copy h1 {font-size:clamp(2.2rem,3.25vw,3rem);}
.sd-hero-team {padding:28px 24px 22px; display:flex; flex-direction:column; justify-content:flex-start; background:var(--soft); color:var(--forest); min-width:0;}
.sd-team-intro {display:flex;justify-content:space-between;align-items:center;gap:12px;margin-bottom:16px;font-size:.85rem;font-weight:700;}
.sd-team-intro a {min-height:44px;display:inline-flex;align-items:center;}
.sd-hero-portraits {display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;}
.sd-hero-portraits figure {margin:0;min-width:0;}
.sd-hero-portraits img {width:100%;height:auto;aspect-ratio:1122/1402;object-fit:contain;object-position:bottom;background:var(--soft);border-radius:12px;}
.sd-hero-portraits figcaption {padding-top:12px;display:grid;gap:4px;}
.sd-hero-portraits figcaption strong {font-size:1.1rem;}
.sd-hero-portraits figcaption span {font-size:.8rem;line-height:1.45;}
.sd-hero-team > p {margin:14px 0 0;padding-top:14px;border-top:1px solid var(--line);font-size:.92rem;line-height:1.4;font-weight:650;}
.sd-hero-copy .sd-kicker { color: var(--lime); }
.sd-hero-copy h1 { max-width: 700px; }
.sd-hero-copy h1 em { color: var(--lime); }
.sd-hero-copy .sd-lead { color: #ECECEA; }
.sd-hero-note { margin: 28px 0 0; color: #ECECEA; font-size: .92rem; }
.sd-hero-note span { color: var(--lime); }
.sd-hero-photo { position: relative; min-width: 0; margin: 0; overflow: hidden; background: var(--soft); }
.sd-hero-photo::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(17,17,17,.46), transparent 26%); pointer-events: none; }
.sd-hero-photo img { width: 100%; height: 100%; object-fit: cover; object-position: 72% center; }
.sd-hero-photo figcaption { position: absolute; z-index: 2; right: 24px; bottom: 24px; max-width: 300px; padding: 14px 18px; display: grid; background: rgba(255,255,255,.95); color: var(--ink); border-radius: 12px; box-shadow: 0 12px 30px rgba(0,0,0,.18); }
.sd-hero-photo figcaption strong { font-size: .96rem; }
.sd-hero-photo figcaption span { color: var(--muted); font-size: .82rem; }

.sd-hero-proof {display:grid;grid-template-columns:repeat(3,minmax(0,1fr));margin-top:16px;padding-top:16px;border-top:1px solid var(--line);}
.sd-hero-proof > div {min-width:0;padding:0 12px;display:grid;gap:2px;border-left:1px solid var(--line);color:var(--forest-2);font-size:.76rem;font-weight:800;}
.sd-hero-proof > div:first-child {padding-left:0;border-left:0;}
.sd-hero-proof > div:last-child {padding-right:0;}
.sd-hero-proof strong {color:var(--ink);font-size:.82rem;}
.sd-hero-proof small {color:var(--muted);font-size:.7rem;font-weight:500;line-height:1.35;}

.sd-grid { display: grid; gap: 18px; }
.sd-services-eight { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.sd-service-box { min-height: 0; padding: 24px; gap: 24px; display: flex; flex-direction: column; justify-content: space-between; background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); color: var(--ink); text-decoration: none; transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease; }
.sd-service-box:hover { transform: translateY(-4px); border-color: var(--forest-2); box-shadow: var(--shadow); }
.sd-card-index { color: var(--forest-2); font-size: .82rem; font-weight: 800; }
.sd-card-content {display:flex;flex:1;flex-direction:column;}
.sd-card-content p { color: var(--muted); }
.sd-card-cta {margin-top:auto;padding-top:18px;color:var(--forest-2);font-weight:800;}

.sd-industries { background: var(--forest); color: var(--white); }
.sd-industries .sd-kicker { color: var(--lime); }
.sd-industries .sd-section-head > p:last-child { color: #ECECEA; }
.sd-industry-grid { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 14px; }
.sd-industry-grid > a { min-height: 260px; padding: 22px; display: grid; grid-template-rows:auto auto 1fr auto; border: 1px solid rgba(255,255,255,.2); border-radius: var(--radius); color: var(--white); text-decoration: none; }
.sd-industry-grid span { color: var(--lime); font-size: .82rem; font-weight: 800; }
.sd-industry-grid h3 { margin-top: 34px; }
.sd-industry-grid p { color: #ECECEA; }
.sd-industry-grid b {align-self:end;color:var(--lime);font-size:.9rem;}
.sd-industry-grid > a:hover { background: var(--forest-2); border-color: var(--lime); }

.sd-team-home { background: var(--white); }
.sd-team-cards { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 18px; margin-bottom: 28px; }
.sd-team-cards article { padding: 16px 16px 24px; background: var(--paper); border: 1px solid var(--line); border-radius: var(--radius); }
.sd-team-cards .sd-portrait { height: 360px; margin-bottom: 22px; overflow: hidden; background: var(--soft); border-radius: 12px; }
.sd-team-cards img { width: 100%; height: 100%; object-fit: contain; object-position: center bottom; }
.sd-team-cards p { margin-bottom: 6px; color: var(--forest-2); font-size: .82rem; font-weight: 800; letter-spacing: .05em; text-transform: uppercase; }
.sd-team-cards h3 { margin: 0; }

.sd-philosophy { padding-block: var(--space); background: var(--tint); color: var(--ink); }
.sd-philosophy-grid {display:grid;gap:28px;}
.sd-philosophy-body {display:grid;grid-template-columns:1.35fr 1fr;gap:18px;}
.sd-philosophy-feature,.sd-philosophy-side {min-width:0;}
.sd-philosophy-side {display:grid;gap:18px;}
.sd-philosophy-item {height:100%;padding:28px;background:var(--white);border:1px solid var(--line);border-radius:var(--radius);}
.sd-philosophy-main {max-width:900px;}
.sd-philosophy-main h2 {margin:0;}
.sd-philosophy-main em { color: var(--forest); text-decoration: underline; text-decoration-thickness: 3px; text-underline-offset: 8px; }
.sd-philosophy-item p { margin: 0 0 16px; color: var(--muted); }

.sd-process { background: var(--paper); }
.sd-process-grid { display: grid; grid-template-columns: repeat(4, minmax(0,1fr)); gap: 16px; margin: 0; padding: 0; list-style: none; counter-reset: step; }
.sd-process-grid li { min-height: 0; padding: 22px; background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); color: var(--forest-2); font-weight: 800; }
.sd-process-grid h3 { margin-top: 16px; color: var(--ink); }
.sd-process-grid p { margin: 0; color: var(--muted); font-weight: 400; }

.sd-local { background: var(--white); }
.sd-local-grid { display: grid; grid-template-columns: .75fr 1.25fr; gap: clamp(36px, 8vw, 100px); align-items: start; }
.sd-local-grid > div:last-child { padding-left: 34px; border-left: 3px solid var(--lime); }
.sd-local-label { color: var(--forest-2); font-weight: 800; }

.sd-reviews { background: var(--soft); }
.sd-review-summary { display: grid; grid-template-columns: 280px 1fr; gap: 18px; }
.sd-rating-card, .sd-review-card { padding: 28px; background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); }
.sd-rating-value { font-size: 4.5rem; line-height: 1; font-weight: 800; letter-spacing: -.06em; }
.sd-stars { color: #874010; letter-spacing: .09em; }
.sd-rating-card strong { display: block; margin: 18px 0 10px; }
.sd-review-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.sd-review-card {display:flex;flex-direction:column;}
.sd-review-card blockquote {margin:22px 0; font-size: 1.04rem; }
.sd-review-card cite {margin-top:auto;color:var(--muted); font-style: normal; font-size: .9rem; }

.sd-contact-faq { padding-block: var(--space); background: var(--tint); color: var(--ink); }
.sd-contact-faq-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: clamp(36px, 7vw, 90px); }
.sd-contact-cta { position: sticky; top: 130px; align-self: start; }
.sd-contact-cta .sd-kicker { color: var(--forest); }
.sd-faq details { border-top: 1px solid rgba(17,17,17,.25); }
.sd-faq details:last-child { border-bottom: 1px solid rgba(17,17,17,.25); }
.sd-faq summary { min-height: 58px; padding: 16px 38px 16px 0; display: flex; align-items: center; position: relative; font-weight: 800; cursor: pointer; }
.sd-faq summary::after { content: "+"; position: absolute; right: 4px; font-size: 1.5rem; }
.sd-faq details[open] summary::after { content: "−"; }
.sd-faq details p { padding-right: 28px; color: var(--muted); }

.sd-subhero { padding: clamp(40px, 5vw, 64px) 0; background: var(--forest); color: var(--white); }
.sd-subhero .sd-kicker { color: var(--lime); }
.sd-subhero h1 { max-width: 960px; font-size: clamp(2.6rem, 5vw, 4.9rem); }
.sd-subhero .sd-lead { color: #ECECEA; }
.sd-breadcrumbs {display:flex;flex-wrap:wrap;gap:10px;margin-bottom:24px;color:#ECECEA;font-size:.85rem;}
.sd-breadcrumbs a {min-height:24px;}
.sd-detail-layout {display:grid;grid-template-columns:minmax(0,1fr) 290px;gap:40px;padding-block:48px;align-items:start;}
.sd-detail-content {min-width:0;}
.sd-detail-content .sd-section {padding:0 0 40px;background:transparent;}
.sd-detail-content .sd-wrap {width:100%;max-width:none;}
.sd-detail-content h2 {font-size:clamp(1.6rem,2.5vw,2.25rem);}
.sd-detail-content .sd-three {grid-template-columns:1fr;}
.sd-detail-content .sd-three > * {min-width:0;padding:22px;}
.sd-detail-content .sd-three h3 {font-size:1.3rem;}
.sd-detail-sidebar {position:sticky;top:106px;min-width:0;}
.sd-sidebar-inner {padding:24px;background:var(--white);border:1px solid var(--line);border-radius:var(--radius);}
.sd-sidebar-inner nav {display:grid;gap:4px;margin-bottom:24px;}
.sd-sidebar-inner nav a {padding:8px 0;line-height:1.45;font-size:.9rem;}
.sd-adviser {border-top:1px solid var(--line);padding-top:24px;}
.sd-adviser img {width:72px;height:90px;object-fit:contain;border-radius:8px;margin-bottom:14px;}
.sd-adviser p {color:var(--muted);font-size:.85rem;margin:10px 0;}
.sd-adviser a {display:inline-flex;align-items:center;min-height:44px;font-size:1.2rem;font-weight:750;}
.sd-prose {max-width:900px;}
.sd-industry-image {margin:30px 0 36px;overflow:hidden;border-radius:var(--radius);box-shadow:var(--shadow);}
.sd-industry-image img {width:100%;height:auto;aspect-ratio:3/2;object-fit:cover;}
.sd-prose > h2 { margin-top: clamp(32px, 4vw, 48px); font-size: clamp(1.75rem, 3vw, 2.55rem); }
.sd-prose > h2:first-child { margin-top: 0; }
.sd-prose > h3 { margin-top: 32px; }
.sd-prose > p, .sd-prose > ul, .sd-prose > ol { max-width: 760px; color: var(--muted); font-size: 1.06rem; }
.sd-prose li { margin-bottom: 10px; padding-left: 5px; }
.sd-prose a { color: var(--forest-2); font-weight: 700; }
.sd-prose a.sd-btn-black,.sd-prose a.sd-btn-primary {color:var(--white);background:var(--forest);}
.sd-prose a.sd-cross-site-link {color:var(--lime);}
.sd-inline-cta { margin-top: 32px; padding: 28px; display: flex; align-items: center; justify-content: space-between; gap: 24px; background: var(--lime); color: var(--ink); border-radius: var(--radius); }
.sd-inline-cta strong { max-width: 580px; font-size: 1.18rem; }
.sd-inline-cta .sd-btn-primary { background: var(--forest); color: var(--white); }

.sd-three { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 18px; }
.sd-mini-card, .sd-card, .sd-note { padding: 26px; background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); }
.sd-mini-card p, .sd-card p, .sd-note p { color: var(--muted); }
.sd-split { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 34px; }
.sd-cross-site { margin-top: 48px; padding: 32px; display: grid; grid-template-columns: 1fr auto; gap: 28px; align-items: center; background: var(--forest); color: var(--white); border-radius: var(--radius); }
.sd-cross-site p { color: #ECECEA; }
.sd-cross-site-kicker { color: var(--lime) !important; font-weight: 800; }
.sd-cross-site-link { color: var(--lime); font-weight: 800; }

.sd-team { display: grid; gap: 22px; }
.sd-person { display: grid; grid-template-columns: 280px 1fr; overflow: hidden; background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); }
.sd-person > img { width: 100%; height: 100%; min-height: 360px; object-fit: contain; object-position: center bottom; background: var(--soft); }
.sd-person > div { padding: clamp(28px, 5vw, 54px); }
.sd-person .sd-role { color: var(--forest-2); font-size: .82rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.sd-person p { color: var(--muted); }

.sd-contact-layout {display:grid;grid-template-columns:minmax(0,1.12fr) minmax(380px,.88fr);gap:24px;align-items:start;}
.sd-contact-people,.sd-contact-location {min-width:0;}
.sd-contact-people-head {margin-bottom:18px;}
.sd-contact-people-head > p:last-child {color:var(--muted);}
.sd-contact-cards {display:grid;gap:16px;}
.sd-contact-card {padding:0;display:grid;grid-template-columns:150px minmax(0,1fr); overflow: hidden; background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); }
.sd-contact-card > img {width:100%;height:100%;min-height:220px;object-fit:contain;object-position:center bottom;background:var(--soft);}
.sd-contact-card > div { min-width: 0; padding: 24px 20px; display: flex; flex-direction: column; align-items: flex-start; }
.sd-contact-card h3 {margin-bottom:12px;font-size:1.32rem;}
.sd-contact-card .sd-role {font-size:.8rem;color:var(--forest-2);margin-bottom:8px;font-weight:700;}
.sd-contact-card a { min-height: 44px; display: flex; align-items: center; max-width: 100%; overflow-wrap: anywhere; color: var(--forest-2); font-weight: 700; }
.sd-contact-location {margin:0;display:grid;grid-template-columns:1fr; overflow: hidden; background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); }
.sd-contact-office {padding:clamp(26px,4vw,42px);}
.sd-map { min-height: 330px; background: var(--soft); }
.sd-map iframe { width: 100%; height: 100%; min-height: 330px; border: 0; }
.sd-map-gate { height: 100%; min-height: 330px; padding: 36px; display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; }
.sd-map-gate p { max-width: 420px; color: var(--muted); }

.sd-table-wrap { max-width: 100%; overflow-x: auto; border: 1px solid var(--line); border-radius: 12px; background: var(--white); }
.sd-table-wrap table { width: 100%; border-collapse: collapse; }
.sd-table-wrap th, .sd-table-wrap td { padding: 14px 16px; text-align: left; vertical-align: top; border-bottom: 1px solid var(--line); }
.sd-table-wrap th { background: var(--soft); }

.sd-footer { padding: 56px 0 24px; background: var(--white); color: var(--ink); border-top: 1px solid var(--line); }
.sd-footer-grid { display: grid; grid-template-columns: 1.45fr repeat(4, 1fr); gap: 34px; }
.sd-footer-logo, .sd-footer-brand img { width: 142px; height: auto; aspect-ratio: 543 / 214; object-fit: contain; filter: none; mix-blend-mode: normal; }
.sd-footer-brand p { max-width: 300px; margin: 22px 0; color: var(--muted); }
.sd-footer h2 { margin-bottom: 18px; color: var(--ink); font-size: .9rem; letter-spacing: .09em; text-transform: uppercase; }
.sd-footer ul { margin: 0; padding: 0; list-style: none; }
.sd-footer li { margin-bottom: 6px; }
.sd-footer a, .sd-footer button { min-height: 44px; display: inline-flex; align-items: center; border: 0; padding: 4px 0; background: transparent; color: var(--ink); font-weight: 550; text-align: left; cursor: pointer; }
.sd-footer a:hover, .sd-footer button:hover { color: #ad410b; text-decoration: underline; }
.sd-footer-contact li { color: var(--muted); }
.sd-footer-bottom { margin-top: 50px; padding-top: 22px; display: flex; justify-content: space-between; align-items: center; gap: 24px; border-top: 1px solid var(--line); color: var(--muted); font-size: .88rem; }
.sd-footer-bottom > div { display: flex; flex-wrap: wrap; gap: 22px; }

.sd-cookie { position: fixed; z-index: 300; right: 20px; bottom: 20px; width: min(620px, calc(100% - 40px)); padding: 24px; background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); box-shadow: 0 24px 80px rgba(0,0,0,.24); }
.sd-cookie[hidden] { display: none; }
.sd-cookie h2 { margin-bottom: 10px; font-size: 1.5rem; }
.sd-cookie p { margin-bottom: 10px; color: var(--muted); font-size: .92rem; }
.sd-cookie-inner { display: grid; gap: 18px; }
.sd-cookie-actions { display: flex; flex-wrap: wrap; gap: 10px; }
.sd-privacy-dialog { width: min(680px, calc(100% - 32px)); max-height: calc(100vh - 32px); padding: 0; border: 0; border-radius: var(--radius); box-shadow: 0 24px 80px rgba(0,0,0,.3); }
.sd-privacy-dialog::backdrop { background: rgba(17,17,17,.72); }
.sd-dialog-body { padding: clamp(22px, 4vw, 34px); }
.sd-dialog-head { display: flex; justify-content: space-between; gap: 20px; }
.sd-dialog-head h2 { font-size: 2rem; }
.sd-dialog-close { width: 48px; height: 48px; flex: 0 0 auto; border: 1px solid var(--line); border-radius: 50%; background: var(--white); font-size: 1.8rem; cursor: pointer; }
.sd-consent-row { min-height: 86px; padding: 16px 0; display: flex; justify-content: space-between; align-items: center; gap: 22px; border-top: 1px solid var(--line); }
.sd-consent-row p { margin: 5px 0 0; color: var(--muted); font-size: .9rem; }
.sd-switch { flex: 0 0 auto; }
.sd-switch {position:relative;}
.sd-switch input { position: absolute; opacity: 0; width:100%;height:100%;margin:0; }
.sd-switch input:focus-visible + span {outline:3px solid #ad410b;outline-offset:4px;}
.sd-switch span { width: 52px; height: 30px; display: block; padding: 3px; border-radius: 99px; background: #72757a; cursor: pointer; }
.sd-switch span::after { content: ""; width: 24px; height: 24px; display: block; border-radius: 50%; background: var(--white); transition: transform .2s ease; }
.sd-switch input:checked + span { background: var(--forest-2); }
.sd-switch input:checked + span::after { transform: translateX(22px); }
.sd-switch input:disabled + span { opacity: .65; cursor: default; }
.sd-dialog-actions { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 10px; margin-top: 22px; }

:focus-visible { outline: 3px solid #ad410b; outline-offset: 3px; }

@media (max-width: 1120px) {
  .sd-navrow { gap: 16px; }
  .sd-brand img { width: 112px; }
  .sd-subbrand { display: none; }
  .sd-navlist > li > a, .sd-menu-group > button { padding-inline: 9px; font-size: .86rem; }
  .sd-hero-grid {grid-template-columns:repeat(2,minmax(0,1fr));}
  .sd-services-eight { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .sd-service-box { min-height: 0; }
  .sd-industry-grid { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .sd-industry-grid > a { min-height: 0; }
  .sd-industry-grid > a:last-child { grid-column: 1 / -1; min-height: 180px; }
  .sd-philosophy-body { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .sd-philosophy-main { grid-column: 1 / -1; }
  .sd-footer-grid { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .sd-footer-brand { grid-column: 1 / -1; }
}

@media (max-width: 920px) {
  .sd-detail-layout {grid-template-columns:1fr;gap:32px;padding-block:48px;}
  .sd-detail-sidebar {position:static;}
  .sd-sidebar-inner nav {display:grid;grid-template-columns:repeat(2,minmax(0,1fr));column-gap:24px;}
  .sd-process-grid {grid-template-columns:repeat(2,minmax(0,1fr));}
  .sd-cross-site {grid-template-columns:1fr;}
  .sd-topbar .sd-wrap span:not(:first-child) { display: none; }
  .sd-mobile-toggle { display: block; margin-left: auto; }
  .sd-call span { display: none; }
  .sd-call { min-width: 48px; padding-inline: 14px; }
  .sd-nav { position: absolute; left: 0; right: 0; top: 100%; display: none; max-height: calc(100vh - 118px); overflow-y: auto; padding: 14px 20px 24px; background: var(--white); border-bottom: 1px solid var(--line); box-shadow: var(--shadow); }
  .sd-nav.is-open { display: block; }
  .sd-navlist { display: grid; gap: 4px; }
  .sd-navlist > li > a, .sd-menu-group > button { width: 100%; min-height: 48px; justify-content: space-between; padding-inline: 14px; font-size: 1rem; }
  .sd-submenu { position: static; width: auto; margin: 2px 0 8px 12px; padding: 4px 0 4px 12px; border: 0; border-left: 2px solid var(--lime); border-radius: 0; box-shadow: none; }
  .sd-menu-group:hover > .sd-submenu { display: none; }
  .sd-menu-group.is-open > .sd-submenu { display: block; }
  .sd-hero-grid { min-height: 0; grid-template-columns: 1fr; }
  .sd-hero-copy { padding: 54px 42px; }
  .sd-hero-photo { min-height: 460px; }
  .sd-hero-photo::after { display: none; }
  .sd-proof-band .sd-wrap > div { padding-inline: 20px; }
  .sd-team-cards .sd-portrait { height: 300px; }
  .sd-review-summary { grid-template-columns: 1fr; }
  .sd-review-grid { grid-template-columns: repeat(3, minmax(0,1fr)); }
  .sd-contact-faq-grid { grid-template-columns: 1fr; }
  .sd-contact-cta { position: static; }
  .sd-contact-layout {grid-template-columns:1fr;}
  .sd-contact-card {display:grid;grid-template-columns:160px minmax(0,1fr);}
  .sd-contact-card > img {height:100%;min-height:220px;}
}

@media (max-width: 720px) {
  :root { --space: 44px; }
  .sd-wrap { width: min(100% - 28px, var(--wrap)); }
  .sd-topbar .sd-wrap { min-height: 32px; font-size: .75rem; }
  .sd-topbar .sd-wrap span:first-child { display: none; }
  .sd-topbar .sd-wrap a { margin-left: auto; }
  .sd-navrow { min-height: 72px; }
  .sd-brand img { width: 104px; height: auto; }
  .sd-hero { padding-top: 14px; }
  .sd-hero-grid { border-radius: 20px; }
  .sd-hero-copy { padding: 40px 24px; }
  .sd-hero-copy h1 { font-size: clamp(2rem, 8vw, 2.7rem); }
  .sd-hero-team {padding:20px 16px 18px;}
  .sd-hero-portraits {gap:8px;}
.sd-hero-proof > div {padding-inline:8px;}
  .sd-hero-portraits figcaption span {font-size:.75rem;}
  .sd-hero-photo { min-height: 330px; }
  .sd-hero-photo img { object-position: 72% center; }
  .sd-hero-photo figcaption { left: 14px; right: 14px; bottom: 14px; max-width: none; }
  .sd-proof-band .sd-wrap { grid-template-columns: 1fr; }
  .sd-proof-band .sd-wrap > div { min-height: 72px; border-left: 0; border-top: 1px solid var(--line); }
  .sd-proof-band .sd-wrap > div:first-child { border-top: 0; }
  .sd-services-eight, .sd-industry-grid, .sd-team-cards, .sd-process-grid, .sd-review-grid, .sd-three, .sd-split {grid-template-columns:1fr;}
.sd-hero-proof small {display:none;}
  .sd-service-box { min-height: 0; }
  .sd-industry-grid > a, .sd-industry-grid > a:last-child { grid-column: auto; min-height: 190px; }
  .sd-team-cards .sd-portrait { height: 370px; }
  .sd-philosophy-body {grid-template-columns:1fr;}
  .sd-philosophy-main { grid-column: auto; }
  .sd-process-grid li { min-height: 0; }
  .sd-process-grid h3 { margin-top: 20px; }
  .sd-local-grid { grid-template-columns: 1fr; gap: 20px; }
  .sd-local-grid > div:last-child { padding: 24px 0 0; border-left: 0; border-top: 3px solid var(--lime); }
  .sd-inline-cta, .sd-cross-site { grid-template-columns: 1fr; flex-direction: column; align-items: flex-start; }
  .sd-person { grid-template-columns: 1fr; }
  .sd-person > img { height: 420px; min-height: 0; }
  .sd-contact-card { grid-template-columns: 120px 1fr; min-height: 220px; }
  .sd-contact-card > div { padding: 20px 16px; }
  .sd-contact-card h2 { font-size: 1.2rem; }
  .sd-contact-location {grid-template-columns:1fr;}
  .sd-map { min-height: 360px; }
  .sd-map-gate { min-height: 360px; }
  .sd-table-wrap table {min-width:0;}
  .sd-table-wrap thead {position:absolute;clip-path:inset(50%);width:1px;height:1px;overflow:hidden;}
  .sd-table-wrap tbody,.sd-table-wrap tr,.sd-table-wrap td {display:block;}
  .sd-table-wrap tr {padding:12px;border-bottom:2px solid var(--line);}
  .sd-table-wrap td {padding:10px 4px;overflow-wrap:anywhere;}
  .sd-table-wrap td::before {content:attr(data-label);display:block;font-size:.8rem;font-weight:750;color:var(--forest-2);margin-bottom:4px;}
  .sd-sidebar-inner nav {grid-template-columns:1fr;}
  .sd-footer { padding-top: 58px; }
  .sd-footer-grid { grid-template-columns: repeat(2,minmax(0,1fr)); gap: 24px; }
  .sd-footer-brand { grid-column: 1 / -1; }
  .sd-footer-bottom { align-items: flex-start; flex-direction: column; }
  .sd-footer-bottom > div { display: grid; gap: 4px; }
  .sd-cookie { right: 14px; bottom: 14px; width: calc(100% - 28px); padding: 20px; }
  .sd-cookie-actions, .sd-dialog-actions { display: grid; grid-template-columns: 1fr; }
  .sd-cookie-actions .sd-btn, .sd-dialog-actions .sd-btn { width: 100%; }
  .sd-consent-row { align-items: flex-start; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition: none !important; }
}

@media (max-width: 420px) {
  .sd-footer-grid { grid-template-columns: 1fr; }
  .sd-footer-brand { grid-column: auto; }
  .sd-footer a, .sd-footer button { max-width: 100%; overflow-wrap: anywhere; word-break: break-word; }
}
[hidden] { display: none !important; }
