:root {
  --ink: #10283a;
  --ink-deep: #081924;
  --copper: #b96843;
  --copper-dark: #955033;
  --limestone: #f3ede4;
  --mist: #e6edf0;
  --white: #ffffff;
  --charcoal: #20282d;
  --muted: #5b6870;
  --line: #d6dde0;
  --success: #305e4b;
  --shadow: 0 18px 50px rgba(9, 26, 37, .11);
  --radius: 20px;
  --wrap: 1240px;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--charcoal); background: var(--white); font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; font-size: 17px; line-height: 1.68; -webkit-font-smoothing: antialiased; }
body.menu-open { overflow: hidden; }
img { display: block; max-width: 100%; height: auto; }
a { color: var(--ink); text-decoration-thickness: 1px; text-underline-offset: 3px; }
a:hover { color: var(--copper-dark); }
button, input, select, textarea { font: inherit; }
h1, h2, h3, h4 { margin: 0 0 .6em; color: var(--ink-deep); font-family: Georgia, "Times New Roman", serif; line-height: 1.08; letter-spacing: -.025em; text-wrap: balance; }
h1 { font-size: clamp(2.6rem, 5.2vw, 5.35rem); }
h2 { font-size: clamp(2rem, 3.5vw, 3.65rem); }
h3 { font-size: clamp(1.28rem, 2vw, 1.8rem); }
p { margin: 0 0 1.2em; }
ul, ol { margin: 0 0 1.4em; padding-left: 1.3em; }
li + li { margin-top: .4em; }
.wrap { width: min(calc(100% - 40px), var(--wrap)); margin-inline: auto; }
.narrow { width: min(calc(100% - 40px), 840px); margin-inline: auto; }
.screen-reader-text { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; z-index: 9999; top: 10px; left: 10px; transform: translateY(-150%); padding: 12px 18px; background: var(--white); color: var(--ink); border-radius: 8px; box-shadow: var(--shadow); }
.skip-link:focus { transform: translateY(0); }
.eyebrow { margin: 0 0 14px; color: var(--copper-dark); font-size: .76rem; font-weight: 800; letter-spacing: .15em; line-height: 1.3; text-transform: uppercase; }
.hero-intro { max-width: 780px; color: #44545d; font-size: clamp(1.08rem, 1.6vw, 1.3rem); line-height: 1.6; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 51px; padding: 13px 22px; border: 1px solid transparent; border-radius: 9px; font-size: .92rem; font-weight: 800; line-height: 1.2; text-decoration: none; transition: transform .18s ease, background .18s ease, color .18s ease, border-color .18s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--copper); color: var(--white); box-shadow: 0 10px 28px rgba(185, 104, 67, .24); }
.button-primary:hover { background: var(--copper-dark); color: var(--white); }
.button-ghost { border-color: var(--ink); background: transparent; color: var(--ink); }
.button-ghost:hover { background: var(--ink); color: var(--white); }
.text-link { display: inline-flex; gap: 8px; align-items: center; color: var(--copper-dark); font-weight: 800; text-decoration: none; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 28px; }

/* Header */
.site-header { position: relative; z-index: 100; background: var(--white); }
.topbar { background: var(--ink-deep); color: var(--white); }
.topbar-inner { display: flex; min-height: 44px; align-items: center; justify-content: space-between; gap: 22px; }
.topbar p { margin: 0; color: #d8e2e7; font-size: .78rem; font-weight: 650; letter-spacing: .02em; }
.topbar-phone { display: flex; align-items: center; gap: 10px; color: var(--white); font-size: .78rem; text-decoration: none; }
.topbar-phone span { color: #b8c9d1; }
.topbar-phone strong { color: #ffd7c4; font-size: .92rem; letter-spacing: .02em; }
.nav-shell { border-bottom: 1px solid #e5eaec; background: rgba(255,255,255,.97); }
.nav-inner { display: flex; min-height: 84px; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: flex; flex: 0 0 250px; align-items: center; }
.brand img { display: block; width: 250px; height: auto; }
.primary-nav .menu { display: flex; align-items: center; gap: 2px; margin: 0; padding: 0; list-style: none; }
.primary-nav .menu > li { position: relative; margin: 0; }
.primary-nav .menu > li > a { display: flex; min-height: 84px; align-items: center; padding: 8px 10px; color: #23343d; font-size: .79rem; font-weight: 760; text-decoration: none; white-space: nowrap; }
.primary-nav .menu > .menu-item-has-children > a { padding-right: 25px; }
.primary-nav .menu > .menu-item-has-children > a::after { position: absolute; right: 9px; top: 50%; width: 6px; height: 6px; border-right: 1.5px solid currentColor; border-bottom: 1.5px solid currentColor; content: ""; transform: translateY(-70%) rotate(45deg); }
.primary-nav .sub-menu { position: absolute; z-index: 20; top: 100%; left: 0; visibility: hidden; width: 260px; margin: 0; padding: 10px; list-style: none; border: 1px solid var(--line); border-radius: 0 0 14px 14px; background: var(--white); box-shadow: 0 18px 38px rgba(9,26,37,.15); opacity: 0; transform: translateY(8px); transition: opacity .18s ease, transform .18s ease, visibility .18s; }
.primary-nav li:hover > .sub-menu, .primary-nav li:focus-within > .sub-menu { visibility: visible; opacity: 1; transform: translateY(0); }
.primary-nav .sub-menu li { margin: 0; }
.primary-nav .sub-menu a { display: block; padding: 10px 12px; border-radius: 7px; color: var(--ink); font-size: .86rem; font-weight: 700; line-height: 1.35; text-decoration: none; }
.primary-nav .sub-menu a:hover, .primary-nav .sub-menu a:focus { background: var(--limestone); color: var(--copper-dark); }
.primary-nav .menu-cta { margin-left: 6px !important; }
.primary-nav .menu-cta > a { min-height: auto !important; margin: 16px 0; padding: 13px 16px !important; border-radius: 8px; background: var(--copper); color: var(--white) !important; }
.primary-nav .menu-cta > a:hover { background: var(--copper-dark); }
.menu-toggle, .submenu-toggle { display: none; }
.mobile-call { display: none; }

/* Shared hero */
.breadcrumbs { display: flex; gap: 9px; align-items: center; padding-block: 18px; color: #718089; font-size: .78rem; }
.breadcrumbs a { color: #5d6b73; text-decoration: none; }
.page-hero { padding: 20px 0 74px; background: linear-gradient(135deg, #f7f3ec 0%, #edf3f5 100%); }
.page-hero-grid { display: grid; grid-template-columns: minmax(0, .9fr) minmax(420px, 1.1fr); gap: clamp(36px, 7vw, 90px); align-items: center; }
.page-hero-grid.no-media { grid-template-columns: minmax(0, 860px); }
.page-hero-copy { padding-block: 34px; }
.page-hero-copy h1 { max-width: 820px; font-size: clamp(2.7rem, 5vw, 5rem); }
.page-hero-media img { width: 100%; aspect-ratio: 3 / 2; border-radius: var(--radius); box-shadow: var(--shadow); object-fit: cover; }

/* Front page */
.home-hero { padding: 34px 0 78px; overflow: clip; background: linear-gradient(120deg, #f8f3eb 0%, #e9f0f3 100%); }
.home-hero-grid { display: grid; grid-template-columns: minmax(360px, .92fr) minmax(0, 1.08fr); gap: clamp(34px, 5vw, 70px); align-items: start; }
.home-hero-grid > * { min-width: 0; }
.hero-sticky { position: sticky; top: 118px; padding-top: 25px; }
.home-hero h1 { max-width: 710px; font-size: clamp(2.75rem, 4.7vw, 4.85rem); overflow-wrap: anywhere; }
.path-cues { display: grid; grid-template-columns: 1fr 1fr; gap: 9px; margin-top: 34px; }
.path-cues a { display: flex; align-items: center; justify-content: space-between; padding: 13px 15px; border: 1px solid rgba(16,40,58,.15); border-radius: 8px; background: rgba(255,255,255,.62); color: var(--ink); font-size: .82rem; font-weight: 800; text-decoration: none; backdrop-filter: blur(8px); }
.path-cues a::after { content: "↗"; color: var(--copper); }
.hero-mosaic { position: sticky; top: 118px; align-self: start; display: grid; grid-template-columns: repeat(12, 1fr); grid-auto-rows: 90px; gap: 11px; }
.hero-mosaic figure { margin: 0; overflow: hidden; border-radius: 14px; box-shadow: 0 10px 30px rgba(9,26,37,.12); }
.hero-mosaic figure:nth-child(1) { grid-column: span 7; grid-row: span 2; }
.hero-mosaic figure:nth-child(2) { grid-column: span 5; grid-row: span 2; }
.hero-mosaic figure:nth-child(3) { grid-column: span 5; grid-row: span 2; }
.hero-mosaic figure:nth-child(4) { grid-column: span 7; grid-row: span 2; }
.hero-mosaic figure:nth-child(5) { grid-column: span 7; grid-row: span 2; }
.hero-mosaic figure:nth-child(6) { grid-column: span 5; grid-row: span 2; }
.hero-mosaic figure:nth-child(7) { grid-column: span 5; grid-row: span 2; }
.hero-mosaic figure:nth-child(8) { grid-column: span 7; grid-row: span 2; }
.hero-mosaic img { width: 100%; height: 100%; object-fit: cover; }
.assessment-strip { position: relative; z-index: 3; margin-top: -34px; }
.assessment-panel { display: grid; grid-template-columns: .72fr 1.28fr; gap: 40px; padding: clamp(28px, 5vw, 58px); border-radius: 24px; background: var(--ink); color: var(--white); box-shadow: var(--shadow); }
.assessment-panel h2, .assessment-panel h3 { color: var(--white); }
.assessment-panel .eyebrow { color: #e9a886; }

/* Content system */
.page-content > section, .home-section { padding: clamp(70px, 9vw, 120px) 0; }
.page-content > section:nth-child(even) { background: var(--limestone); }
.section-head { max-width: 820px; margin-bottom: 42px; }
.section-head p:not(.eyebrow) { color: var(--muted); font-size: 1.08rem; }
.split { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(34px, 6vw, 78px); align-items: center; }
.split.align-start { align-items: start; }
.split-copy > :last-child { margin-bottom: 0; }
.split-media { display: grid; align-content: start; gap: 14px; }
.split-media.two { grid-template-columns: repeat(2, minmax(0, 1fr)); align-items: start; gap: 14px; }
.split-media.two .content-photo { min-width: 0; }
.split-media.two .content-photo:only-child { grid-column: 1 / -1; }
.split-media.two .content-photo img { height: auto; aspect-ratio: 3 / 2; }
.content-photo { margin: 0; }
.content-photo img { width: 100%; aspect-ratio: 3/2; border-radius: 16px; object-fit: cover; box-shadow: 0 14px 34px rgba(9,26,37,.1); }
.content-photo figcaption { flex: 1; padding: 10px 3px 0; color: var(--muted); font-size: .82rem; line-height: 1.45; }

@media (min-width: 961px) {
  .split > .split-media { position: sticky; top: 118px; align-self: start; }
}
.card-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.card-grid.two { grid-template-columns: repeat(2, 1fr); }
.card-grid.four { grid-template-columns: repeat(4, 1fr); }
.info-card { padding: 28px; border: 1px solid var(--line); border-radius: 16px; background: var(--white); box-shadow: 0 8px 25px rgba(9,26,37,.04); }
.info-card h3 { margin-bottom: 10px; font-size: 1.42rem; }
.info-card p:last-child { margin-bottom: 0; }
.info-card .number { display: block; margin-bottom: 22px; color: var(--copper); font-family: Georgia, serif; font-size: 2.2rem; line-height: 1; }
.icon-line { width: 44px; height: 3px; margin-bottom: 24px; border-radius: 2px; background: var(--copper); }
.check-list { display: grid; grid-template-columns: 1fr 1fr; gap: 10px 24px; padding: 0; list-style: none; }
.check-list li { position: relative; margin: 0; padding-left: 24px; }
.check-list li::before { position: absolute; top: .62em; left: 0; width: 9px; height: 9px; border-radius: 50%; background: var(--copper); content: ""; }
.comparison { overflow: hidden; border: 1px solid var(--line); border-radius: 18px; background: var(--white); }
.comparison-row { display: grid; grid-template-columns: .7fr 1fr 1fr; }
.comparison-row > div { padding: 18px 22px; border-top: 1px solid var(--line); }
.comparison-row > div + div { border-left: 1px solid var(--line); }
.comparison-row:first-child > div { border-top: 0; background: var(--ink); color: var(--white); font-weight: 800; }
.comparison-row strong { color: var(--ink); }
.process-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; counter-reset: process; }
.process-card { position: relative; min-height: 230px; padding: 30px; border-radius: 16px; background: var(--white); counter-increment: process; }
.process-card::before { display: block; margin-bottom: 26px; color: var(--copper); content: counter(process, decimal-leading-zero); font-family: Georgia, serif; font-size: 2.6rem; }
.notice { padding: 24px 26px; border-left: 5px solid var(--copper); border-radius: 0 12px 12px 0; background: #fff8f2; }
.notice strong { color: var(--ink); }
.source-note { padding: 20px; border: 1px solid #cbd8dd; border-radius: 12px; background: var(--mist); color: #3f515b; font-size: .9rem; }
.source-note a { font-weight: 800; }
.photo-ribbon { display: grid; grid-template-columns: repeat(4, 1fr); gap: 10px; }
.photo-ribbon figure { margin: 0; overflow: hidden; border-radius: 12px; }
.photo-ribbon img { width: 100%; height: 270px; object-fit: cover; }
.cta-band { padding: clamp(38px, 6vw, 72px) !important; background: var(--ink) !important; color: var(--white); }
.cta-band .split { align-items: start; }
.cta-band h2, .cta-band h3 { color: var(--white); }
.cta-band .eyebrow { color: #e9a886; }
.cta-band a { color: #ffd3bd; }
.cta-band .olb-form-shell a { color: var(--copper-dark); }
.dynamic-contact:empty { display: none; }
.related-links { margin-top: 70px; padding: 34px; border-radius: 18px; background: var(--mist); }
.related-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; }
.related-grid a { display: flex; align-items: center; justify-content: space-between; padding: 14px 16px; border-radius: 9px; background: var(--white); font-size: .88rem; font-weight: 800; text-decoration: none; }

/* Forms */
.olb-form-shell { padding: 28px; border-radius: 16px; background: var(--white); color: var(--charcoal); box-shadow: 0 12px 35px rgba(7,20,29,.14); }
.olb-form-shell .wpforms-container { margin: 0; }
.olb-form-shell .wpforms-field { padding: 7px 0 !important; }
.olb-form-shell .wpforms-field-label { margin-bottom: 5px !important; color: var(--ink) !important; font-size: .82rem !important; }
.olb-form-shell input:not([type="checkbox"]):not([type="radio"]), .olb-form-shell select, .olb-form-shell textarea { width: 100% !important; max-width: none !important; min-height: 48px !important; border: 1px solid #bdc9ce !important; border-radius: 7px !important; background: #fbfcfc !important; color: var(--charcoal) !important; }
.olb-form-shell textarea { min-height: 120px !important; }
.olb-form-shell button[type="submit"] { width: 100%; min-height: 52px; border: 0 !important; border-radius: 8px !important; background: var(--copper) !important; color: var(--white) !important; font-weight: 800 !important; }
.olb-form-fallback .button { margin-right: 12px; }
.olb-form-fallback .text-link { display: block; margin-top: 18px; }
.settings-note { color: var(--muted); font-size: .85rem; }

/* FAQs and gallery */
.faq-list { display: grid; gap: 11px; }
.faq-item { border: 1px solid var(--line); border-radius: 12px; background: var(--white); }
.faq-item button { position: relative; width: 100%; padding: 21px 54px 21px 22px; border: 0; background: transparent; color: var(--ink); font-weight: 800; text-align: left; cursor: pointer; }
.faq-item button::before, .faq-item button::after { position: absolute; top: 50%; right: 22px; width: 16px; height: 2px; background: var(--copper); content: ""; }
.faq-item button::after { transform: rotate(90deg); transition: transform .18s ease; }
.faq-item.is-open button::after { transform: rotate(0); }
.faq-answer { display: none; padding: 0 22px 22px; color: var(--muted); }
.faq-item.is-open .faq-answer { display: block; }
.faq-answer > :last-child { margin-bottom: 0; }
.gallery-filters { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 28px; }
.gallery-filters button { padding: 9px 14px; border: 1px solid var(--line); border-radius: 999px; background: var(--white); color: var(--ink); font-size: .8rem; font-weight: 800; cursor: pointer; }
.gallery-filters button.is-active { border-color: var(--ink); background: var(--ink); color: var(--white); }
.project-gallery { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.project-gallery figure { margin: 0; overflow: hidden; border: 1px solid var(--line); border-radius: 14px; background: var(--white); }
.project-gallery a { display: block; overflow: hidden; }
.project-gallery img { width: 100%; aspect-ratio: 4/3; object-fit: cover; transition: transform .3s ease; }
.project-gallery a:hover img { transform: scale(1.025); }
.project-gallery figcaption { display: grid; gap: 3px; padding: 15px 17px 18px; }
.project-gallery figcaption strong { color: var(--ink); }
.project-gallery figcaption span { color: var(--muted); font-size: .82rem; }
.lightbox-dialog { width: min(92vw, 1150px); padding: 0; border: 0; border-radius: 16px; background: #06131b; box-shadow: var(--shadow); }
.lightbox-dialog::backdrop { background: rgba(4,13,18,.86); }
.lightbox-dialog img { width: 100%; max-height: 86vh; object-fit: contain; }
.lightbox-dialog button { position: absolute; z-index: 2; top: 12px; right: 12px; width: 44px; height: 44px; border: 0; border-radius: 50%; background: var(--white); color: var(--ink); font-size: 1.6rem; cursor: pointer; }

/* Articles */
.archive-hero { padding: 72px 0 80px; background: var(--limestone); }
.archive-hero .wrap { max-width: 920px; margin-left: max(20px, calc((100vw - var(--wrap)) / 2)); }
.archive-hero p:not(.eyebrow) { max-width: 720px; color: var(--muted); font-size: 1.15rem; }
.archive-layout { padding-block: 76px 110px; }
.archive-intro { margin-bottom: 64px; }
.archive-afterword { max-width: 860px; margin-top: 72px; padding: 38px; border-radius: 18px; background: var(--limestone); }
.archive-afterword > :last-child { margin-bottom: 0; }
.post-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px; }
.post-card { overflow: hidden; border: 1px solid var(--line); border-radius: 16px; background: var(--white); box-shadow: 0 10px 28px rgba(9,26,37,.05); }
.post-card-image { display: block; overflow: hidden; }
.post-card-image img { width: 100%; aspect-ratio: 3/2; object-fit: cover; }
.post-card > div { padding: 26px; }
.post-card h2 { font-size: 1.65rem; }
.post-card h2 a { text-decoration: none; }
.post-card p { color: var(--muted); }
.article-hero { display: grid; grid-template-columns: .92fr 1.08fr; gap: 60px; align-items: center; padding-block: 36px 72px; }
.article-heading h1 { font-size: clamp(2.7rem, 5vw, 4.9rem); }
.article-meta { color: #718089; font-size: .8rem; font-weight: 700; }
.article-meta span { padding-inline: 7px; }
.article-featured { margin: 0; }
.article-featured img { width: 100%; aspect-ratio: 3/2; border-radius: var(--radius); object-fit: cover; box-shadow: var(--shadow); }
.article-layout { display: grid; grid-template-columns: minmax(0, 1fr) 350px; gap: 70px; align-items: start; padding-bottom: 110px; }
.article-content { max-width: 790px; }
.article-content h2 { margin-top: 1.55em; font-size: clamp(1.8rem, 3vw, 2.65rem); }
.article-content h3 { margin-top: 1.4em; }
.article-content > p:first-child { color: #3e505a; font-size: 1.14rem; }
.article-content .content-photo { margin: 36px 0; }
.article-sidebar { position: static; padding: 28px; border-radius: 17px; background: var(--ink); color: #dbe4e8; }
.article-sidebar h2 { color: var(--white); font-size: 2rem; }
.article-sidebar .eyebrow { color: #e9a886; }
.article-sidebar .olb-form-shell { margin-top: 24px; padding: 20px; }
.toc { margin: 30px 0; padding: 24px 28px; border-radius: 14px; background: var(--mist); }
.toc strong { display: block; margin-bottom: 10px; color: var(--ink); }
.toc ul { margin: 0; }

/* Footer */
.site-footer { padding: 76px 0 24px; background: var(--ink-deep); color: #c9d5db; }
.footer-grid { display: grid; grid-template-columns: 1.35fr repeat(3, 1fr); gap: 46px; }
.footer-brand img { width: 255px; margin-bottom: 24px; padding: 9px; border-radius: 10px; background: var(--white); }
.footer-brand p { max-width: 370px; font-size: .9rem; }
.footer-contact { display: block; width: fit-content; margin-top: 7px; color: #ffd3bd; font-weight: 800; text-decoration: none; }
.site-footer h2 { color: var(--white); font-family: inherit; font-size: .86rem; letter-spacing: .09em; text-transform: uppercase; }
.site-footer ul { margin: 0; padding: 0; list-style: none; }
.site-footer li { margin: 0 0 8px; }
.site-footer li a { color: #c9d5db; font-size: .85rem; text-decoration: none; }
.footer-bottom { display: flex; justify-content: space-between; gap: 30px; margin-top: 58px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.13); font-size: .73rem; }
.footer-bottom p { max-width: 800px; margin: 0; }
.footer-bottom div { display: flex; gap: 16px; }
.footer-bottom a { color: #c9d5db; }
.empty-state, .standard-index { padding-block: 110px; }

@media (max-width: 1160px) {
  .brand { flex-basis: 215px; }
  .brand img { width: 215px; }
  .primary-nav .menu > li > a { padding-inline: 7px; font-size: .73rem; }
  .primary-nav .menu > .menu-item-has-children > a { padding-right: 21px; }
  .primary-nav .menu > .menu-item-has-children > a::after { right: 7px; }
  .footer-grid { grid-template-columns: 1.3fr 1fr 1fr; }
  .footer-grid > div:last-child { grid-column: 2 / 4; }
}

@media (max-width: 980px) {
  body { font-size: 16px; }
  .topbar p { display: none; }
  .topbar-inner { justify-content: flex-end; }
  .nav-inner { min-height: 74px; }
  .brand img { width: 205px; }
  .menu-toggle { display: grid; width: 46px; height: 42px; place-content: center; gap: 5px; border: 1px solid var(--line); border-radius: 8px; background: var(--white); cursor: pointer; }
  .menu-toggle > span:not(.screen-reader-text) { display: block; width: 21px; height: 2px; background: var(--ink); }
  .primary-nav { position: fixed; z-index: 60; top: 118px; right: 0; bottom: 0; visibility: hidden; width: min(88vw, 390px); padding: 18px; overflow-y: auto; background: var(--white); box-shadow: -20px 20px 45px rgba(9,26,37,.18); opacity: 0; transform: translateX(100%); transition: opacity .2s ease, transform .2s ease, visibility .2s; }
  .primary-nav.is-open { visibility: visible; opacity: 1; transform: translateX(0); }
  .primary-nav .menu { display: block; }
  .primary-nav .menu > li > a { min-height: 50px; padding: 9px 44px 9px 10px; border-bottom: 1px solid var(--line); font-size: .91rem; }
  .primary-nav .menu > .menu-item-has-children > a::after { display: none; }
  .submenu-toggle { position: absolute; top: 6px; right: 0; display: grid; width: 40px; height: 40px; place-content: center; border: 0; background: transparent; cursor: pointer; }
  .submenu-toggle span { width: 8px; height: 8px; border-right: 2px solid var(--ink); border-bottom: 2px solid var(--ink); transform: rotate(45deg); }
  .submenu-open .submenu-toggle span { transform: rotate(225deg); }
  .primary-nav .sub-menu { position: static; display: none; visibility: visible; width: auto; padding: 6px 0 6px 16px; border: 0; border-radius: 0; box-shadow: none; opacity: 1; transform: none; }
  .primary-nav .submenu-open > .sub-menu { display: block; }
  .primary-nav .menu-cta { margin: 10px 0 0 !important; }
  .primary-nav .menu-cta > a { justify-content: center; margin: 0; border: 0; }
  .home-hero-grid, .page-hero-grid, .article-hero { grid-template-columns: 1fr; }
  .hero-sticky { position: static; }
  .home-hero h1 { max-width: 820px; }
  .hero-mosaic { position: static; grid-auto-rows: 90px; }
  .assessment-panel { grid-template-columns: 1fr; }
  .card-grid.four { grid-template-columns: repeat(2, 1fr); }
  .split { gap: 40px; }
  .process-grid { grid-template-columns: repeat(2, 1fr); }
  .article-layout { grid-template-columns: 1fr; }
  .article-content { max-width: none; }
  .article-sidebar { max-width: 680px; }
  .footer-grid { grid-template-columns: 1.25fr 1fr 1fr; }
}

@media (max-width: 720px) {
  .wrap, .narrow { width: min(calc(100% - 28px), var(--wrap)); }
  h1 { font-size: clamp(2.45rem, 12vw, 4rem); }
  h2 { font-size: clamp(1.9rem, 9vw, 3rem); }
  .topbar { display: none; }
  .primary-nav { top: 74px; }
  .mobile-call { position: fixed; z-index: 55; right: 12px; bottom: 12px; left: 12px; display: flex; align-items: center; justify-content: space-between; gap: 10px; padding: 11px 16px; border-radius: 10px; background: var(--copper); color: var(--white); box-shadow: 0 10px 30px rgba(9,26,37,.25); text-decoration: none; }
  .mobile-call span { font-size: .72rem; }
  .mobile-call strong { font-size: .9rem; }
  .home-hero { padding: 22px 0 62px; }
  .home-hero-grid { gap: 38px; }
  .hero-sticky { padding-top: 8px; }
  .path-cues { grid-template-columns: 1fr; }
  .hero-mosaic { grid-template-columns: 1fr 1fr; grid-auto-rows: 145px; }
  .hero-mosaic figure:nth-child(n) { grid-column: span 1; grid-row: span 1; }
  .hero-mosaic figure:nth-child(1), .hero-mosaic figure:nth-child(4) { grid-column: span 2; }
  .page-hero { padding-bottom: 54px; }
  .page-hero-grid { gap: 18px; }
  .page-hero-copy { padding: 18px 0; }
  .page-content > section, .home-section { padding: 66px 0; }
  .split, .card-grid, .card-grid.two, .card-grid.four, .process-grid, .project-gallery, .post-grid, .related-grid { grid-template-columns: 1fr; }
  .split-media.two { gap: 9px; }
  .split > .split-media { position: static; }
  .photo-ribbon { grid-template-columns: 1fr 1fr; }
  .photo-ribbon img { height: 190px; }
  .check-list { grid-template-columns: 1fr; }
  .comparison { overflow-x: auto; }
  .comparison-row { min-width: 650px; }
  .article-hero { gap: 32px; padding-bottom: 50px; }
  .article-layout { gap: 45px; padding-bottom: 80px; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-brand { grid-column: 1 / -1; }
  .footer-grid > div:last-child { grid-column: auto; }
  .footer-bottom { flex-direction: column; padding-bottom: 70px; }
}

@media (max-width: 520px) {
  .split-media.two { grid-template-columns: 1fr; gap: 22px; }
}

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