/*
Theme Name: MONI Interiors
Author: Interior Design Moni
Description: Mobile-first editorial WordPress theme for a premium interior design studio.
Version: 4.0.0
Text Domain: moni-interiors
*/
:root {
  --ivory: #f4f0e8;
  --paper: #faf9f6;
  --stone: #d8d0c5;
  --charcoal: #171717;
  --black: #101010;
  --taupe: #9a8878;
  --bronze: #a47e58;
  --white: #fff;
  --line: rgba(23, 23, 23, .16);
  --line-light: rgba(255, 255, 255, .22);
  --serif: "Newsreader", Georgia, serif;
  --sans: "DM Sans", Arial, sans-serif;
  --shell: 1280px;
  --gutter: clamp(20px, 4vw, 64px);
  --section: clamp(76px, 10vw, 148px);
  --radius: 2px;
  --header-h: 82px;
  --z-header: 100;
  --z-menu: 101;
  --z-control: 102;
  --z-mobile-actions: 98;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: calc(var(--header-h) + 20px); }
body { margin: 0; overflow-x: hidden; background: var(--paper); color: var(--charcoal); font-family: var(--sans); font-size: 16px; line-height: 1.65; text-rendering: optimizeLegibility; }
body.nav-open { overflow: hidden; }
img { display: block; width: 100%; max-width: 100%; height: auto; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
p { margin: 0 0 1.15rem; }
h1, h2, h3 { margin: 0 0 .85em; font-family: var(--serif); font-weight: 400; line-height: .98; letter-spacing: -.035em; text-wrap: balance; }
h1 { font-size: clamp(3.2rem, 8vw, 8rem); }
h2 { font-size: clamp(2.55rem, 5.4vw, 5.6rem); }
h3 { font-size: clamp(1.45rem, 2.4vw, 2.25rem); }
em { color: var(--bronze); font-weight: 400; }
.shell { width: min(var(--shell), calc(100% - (var(--gutter) * 2))); margin-inline: auto; }
.section { padding-block: var(--section); }
.section--stone { background: var(--ivory); }
.eyebrow { display: flex; align-items: center; gap: 12px; margin-bottom: 24px; color: #69584b; font-size: .7rem; font-weight: 600; letter-spacing: .16em; line-height: 1.3; text-transform: uppercase; }
.eyebrow::before { width: 30px; height: 1px; background: currentColor; content: ""; }
.eyebrow--light { color: rgba(255,255,255,.82); }
.lead { max-width: 760px; font-family: var(--serif); font-size: clamp(1.35rem, 2.4vw, 2rem); line-height: 1.42; }
.index-mark { color: var(--taupe); font: 400 clamp(3rem, 6vw, 6rem)/1 var(--serif); }
.button-row { display: flex; flex-wrap: wrap; align-items: center; gap: 28px; }
.button { display: inline-flex; min-height: 50px; align-items: center; justify-content: center; padding: 14px 24px; border: 1px solid currentColor; border-radius: 999px; background: transparent; font-size: .72rem; font-weight: 600; letter-spacing: .09em; text-transform: uppercase; transition: color .25s, background .25s, border-color .25s, transform .25s, box-shadow .25s; will-change: transform; }
.button:hover { transform: translateY(-2px); }
.button--light { border-color: var(--white); background: var(--white); color: var(--black); }
.button--light:hover { border-color: var(--bronze); background: var(--bronze); color: var(--white); box-shadow: 0 14px 34px rgba(164,126,88,.28); }
.button--dark { border-color: var(--charcoal); background: var(--charcoal); color: var(--white); cursor: pointer; }
.button--dark:hover { border-color: var(--bronze); background: var(--bronze); }
.text-link { display: inline-flex; align-items: center; gap: 12px; padding-bottom: 6px; border-bottom: 1px solid currentColor; font-size: .72rem; font-weight: 600; letter-spacing: .1em; text-transform: uppercase; }
.text-link span { transition: transform .2s; }
.text-link:hover span { transform: translate(3px, -3px); }
.text-link--light { color: var(--white); }
.skip-link { position: fixed; z-index: 1000; top: 10px; left: 10px; padding: 10px 14px; transform: translateY(-150%); background: var(--white); color: var(--black); font-weight: 600; }
.skip-link:focus { transform: none; }
:focus-visible { outline: 3px solid var(--bronze); outline-offset: 4px; }

.site-header { position: fixed; z-index: var(--z-header); inset: 0 0 auto; height: var(--header-h); color: var(--white); isolation: isolate; transition: color .3s, background .3s, box-shadow .3s; }
.admin-bar .site-header { top: 32px; }
.site-header.scrolled, body:not(.home) .site-header { background: rgba(250,249,246,.96); color: var(--charcoal); box-shadow: 0 1px 0 var(--line); backdrop-filter: blur(14px); }
.header-inner { width: min(1440px, calc(100% - (var(--gutter) * 2))); height: 100%; margin-inline: auto; display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.brand-link { position: relative; z-index: var(--z-control); }
.moni-logo { display: inline-flex; align-items: center; gap: 12px; color: currentColor; }
.moni-logo__mark { width: 45px; height: 45px; overflow: visible; }
.moni-logo__mark path { fill: none; stroke: currentColor; stroke-linecap: square; stroke-linejoin: miter; }
.mark-room { stroke-width: 2.2; }
.mark-ceiling { stroke-width: 1.6; }
.mark-sofa { stroke-width: 2; }
.mark-cushion { stroke-width: 1.35; opacity: .72; }
.moni-logo__type strong { display: block; font-family: var(--serif); font-size: 1.32rem; font-weight: 500; letter-spacing: .12em; line-height: .88; }
.moni-logo__type small { display: block; margin-top: 7px; font-size: .47rem; font-weight: 600; letter-spacing: .18em; text-transform: uppercase; }
.moni-logo--compact .moni-logo__type strong { font-size: 1.35rem; }
.primary-nav { display: flex; align-items: center; gap: 26px; }
.nav-list { display: flex; align-items: center; gap: clamp(16px, 2vw, 30px); margin: 0; padding: 0; list-style: none; }
.nav-list a { position: relative; padding-block: 9px; font-size: .69rem; font-weight: 600; letter-spacing: .08em; text-transform: uppercase; }
.nav-list a::after { position: absolute; right: 0; bottom: 2px; left: 0; height: 1px; transform: scaleX(0); transform-origin: right; background: currentColor; content: ""; transition: transform .25s; }
.nav-list a:hover::after, .current-menu-item > a::after, .current_page_item > a::after { transform: scaleX(1); transform-origin: left; }
.button--header { min-height: 42px; padding: 11px 16px; }
.scrolled .button--header, body:not(.home) .button--header { background: var(--charcoal); color: var(--white); }
.menu-toggle, .mobile-nav-brand, .mobile-nav-note { display: none; }

.hero { position: relative; min-height: max(620px, 92svh); display: flex; align-items: flex-end; overflow: hidden; color: var(--white); isolation: isolate; }
.hero-media, .hero-shade { position: absolute; inset: 0; }
.hero-media { z-index: -2; transform: scale(1.045); background: url("assets/images/home/hero.webp") 50% center / cover no-repeat; animation: heroReveal 1.6s cubic-bezier(.2,.75,.25,1) forwards; will-change: transform; }
.hero-shade { z-index: -1; background: linear-gradient(90deg, rgba(10,10,10,.76) 0%, rgba(10,10,10,.4) 50%, rgba(10,10,10,.1) 100%), linear-gradient(0deg, rgba(10,10,10,.56), transparent 50%); }
.hero-content { padding-block: clamp(140px, 18vh, 205px) clamp(54px, 8vh, 86px); }
.hero h1 { max-width: 880px; margin-bottom: 24px; font-size: clamp(4rem, 8.2vw, 8.1rem); animation: heroText .9s .18s both cubic-bezier(.2,.75,.25,1); }
.hero h1 em { color: #e9dfd2; }
.hero-copy { max-width: 540px; margin-bottom: 30px; font-size: clamp(.98rem, 1.35vw, 1.14rem); animation: heroText .9s .32s both cubic-bezier(.2,.75,.25,1); }
.hero .button-row { animation: heroButton .6s .18s both cubic-bezier(.2,.75,.25,1); }
.scroll-cue { display: inline-flex; align-items: center; gap: 14px; margin-top: 40px; color: rgba(255,255,255,.72); font-size: .62rem; font-weight: 600; letter-spacing: .12em; text-transform: uppercase; }
.scroll-cue i { position: relative; width: 44px; height: 1px; overflow: hidden; background: rgba(255,255,255,.35); }
.scroll-cue i::after { position: absolute; inset: 0; transform: translateX(-100%); background: var(--white); content: ""; animation: scrollLine 2s infinite ease-in-out; }
@keyframes heroReveal { to { transform: scale(1); } }
@keyframes heroText { from { opacity: 0; transform: translateY(25px); } to { opacity: 1; transform: none; } }
@keyframes heroButton { from { transform: translateY(14px); } to { transform: none; } }
@keyframes scrollLine { 50%,100% { transform: translateX(100%); } }
.trust-strip { border-bottom: 1px solid var(--line); background: var(--ivory); }
.trust-list { min-height: 76px; display: flex; align-items: center; justify-content: space-between; gap: 20px; overflow: hidden; }
.trust-list span { white-space: nowrap; color: #51463e; font-size: .67rem; font-weight: 600; letter-spacing: .1em; text-transform: uppercase; }
.trust-list span + span::before { margin-right: clamp(20px, 3vw, 52px); color: var(--bronze); content: "·"; }

.intro-layout { display: grid; grid-template-columns: .5fr 1.15fr .85fr; gap: clamp(34px, 6vw, 90px); align-items: start; }
.intro-copy h2 { max-width: 760px; }
.intro-copy > p:not(.lead) { max-width: 620px; }
.intro-image { margin: 76px 0 0; }
.intro-image img { aspect-ratio: 4 / 5; object-fit: cover; }
.intro-image figcaption { margin-top: 12px; color: #76675d; font-size: .7rem; }
.services-section { background: var(--ivory); }
.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 40px; margin-bottom: clamp(46px, 7vw, 86px); }
.section-heading h2 { max-width: 900px; margin: 0; }
.section-heading > p { max-width: 420px; }
.service-cards { border-top: 1px solid var(--line); }
.service-card { display: grid; grid-template-columns: 72px 1fr 30px; gap: clamp(20px, 4vw, 70px); align-items: center; padding: clamp(28px, 4vw, 48px) 0; border-bottom: 1px solid var(--line); transition: padding .25s, background .25s; }
.service-card:hover { padding-inline: 18px; background: rgba(255,255,255,.55); }
.service-card > span { color: var(--bronze); font-size: .72rem; }
.service-card h3 { margin-bottom: 8px; }
.service-card p { max-width: 680px; margin: 0; }
.service-card b { font-weight: 400; }
.projects-section { background: var(--charcoal); color: var(--white); }
.section-heading--light .eyebrow { color: rgba(255,255,255,.72); }
.section-heading--light > p { color: rgba(255,255,255,.68); }
.project-editorial { display: grid; grid-template-columns: 1.3fr .7fr; gap: clamp(28px, 5vw, 70px); }
.project-card { margin-bottom: 40px; }
.project-card--large { grid-row: span 2; }
.project-card { border-radius: 16px; }
.project-card img { aspect-ratio: 4 / 5; border-radius: 16px; object-fit: cover; transition: transform .65s cubic-bezier(.2,.75,.25,1), filter .4s; }
.project-card--large img { aspect-ratio: 4 / 5.2; }
.project-card a { display: block; overflow: hidden; border-radius: 16px; }
.project-card a:hover img { transform: scale(1.025); }
.project-card div { position: relative; z-index: 2; margin: -82px 18px 0; padding: 22px; border: 1px solid rgba(255,255,255,.16); border-radius: 12px; background: rgba(20,20,20,.74); color: var(--white); box-shadow: 0 18px 50px rgba(0,0,0,.22); backdrop-filter: blur(14px); }
.project-card div p, .project-card div span { margin: 0; font-size: .68rem; letter-spacing: .1em; text-transform: uppercase; }
.project-card div h3 { margin: 9px 0 18px; }
.project-card--wide { grid-column: 1 / -1; }
.project-card--wide img { aspect-ratio: 16 / 7; }
.image-reveal { position: relative; }
.image-reveal::after { position: absolute; z-index: 5; inset: 0; transform: scaleY(1); transform-origin: bottom; border-radius: 16px; background: #25211e; content: ""; pointer-events: none; transition: transform .9s cubic-bezier(.2,.75,.25,1); }
.image-reveal.in-view::after { transform: scaleY(0); transform-origin: top; }
.difference-layout { display: grid; grid-template-columns: .85fr 1.15fr; gap: clamp(50px, 9vw, 130px); }
.difference-copy { position: sticky; top: 130px; align-self: start; }
.difference-copy h2 { max-width: 600px; }
.difference-list { margin: 0; padding: 0; border-top: 1px solid var(--line); list-style: none; }
.difference-list li { display: grid; grid-template-columns: 55px 1fr; gap: 24px; padding: 30px 0; border-bottom: 1px solid var(--line); }
.difference-list li > span { color: var(--bronze); font-size: .72rem; }
.difference-list h3 { margin-bottom: 8px; }
.difference-list p { margin: 0; }
.process-preview { background: var(--ivory); }
.process-track { display: grid; grid-template-columns: repeat(5, 1fr); margin: 0; padding: 0; border: 1px solid var(--line); list-style: none; }
.process-track li { min-height: 300px; padding: 28px 22px; border-right: 1px solid var(--line); }
.process-track li:last-child { border: 0; }
.process-track li > span { color: var(--bronze); font-size: .72rem; }
.process-track h3 { margin-top: 90px; }
.process-track p { margin: 0; font-size: .9rem; }
.consultation-section { padding-block: var(--section); background: linear-gradient(100deg, rgba(16,16,16,.94), rgba(16,16,16,.76)), url("assets/images/services/modular-kitchen.webp") center / cover; color: var(--white); }
.consultation-layout { display: grid; grid-template-columns: .85fr 1.15fr; gap: clamp(50px, 9vw, 120px); align-items: start; }
.consultation-copy h2 { max-width: 600px; }
.consultation-copy > p:last-child { max-width: 500px; color: rgba(255,255,255,.72); }
.consultation-form { padding: clamp(24px, 4vw, 48px); background: var(--ivory); color: var(--charcoal); }

.moni-form { display: grid; grid-template-columns: 1fr 1fr; gap: 22px 26px; }
.field label { display: block; margin-bottom: 6px; font-size: .68rem; font-weight: 600; letter-spacing: .06em; }
.field input, .field select, .field textarea { width: 100%; min-height: 48px; padding: 10px 0; border: 0; border-bottom: 1px solid #82766d; border-radius: 0; outline: 0; background: transparent; color: var(--charcoal); }
.field textarea { resize: vertical; }
.field input:focus, .field select:focus, .field textarea:focus { border-color: var(--bronze); box-shadow: 0 1px 0 var(--bronze); }
.field--wide { grid-column: 1 / -1; }
.form-submit { display: flex; align-items: center; gap: 20px; margin-top: 10px; }
.form-submit p { max-width: 240px; margin: 0; color: #675c54; font-size: .72rem; }
.form-status { margin: 0; font-weight: 600; }
.form-status.is-success, .form-status.is-error { padding: 12px 14px; }
.form-status.is-success { background: #e5ecdf; color: #30452c; }
.form-status.is-error { background: #f3dfda; color: #732c20; }
.moni-hp { position: absolute !important; left: -9999px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }

.page-hero { padding-block: clamp(150px, 18vw, 230px) clamp(70px, 9vw, 120px); background: var(--charcoal); color: var(--white); }
.page-hero--editorial { position: relative; min-height: min(760px, 78svh); display: flex; align-items: flex-end; overflow: hidden; isolation: isolate; }
.page-hero__media, .page-hero__shade { position: absolute; inset: 0; pointer-events: none; }
.page-hero__media { z-index: -2; transform: scale(1.055); background: var(--page-hero-image) var(--page-hero-position, 50% 50%) / cover no-repeat; will-change: transform; transition: transform .1s linear; }
.page-hero__shade { z-index: -1; background: linear-gradient(90deg, rgba(13,12,11,.82) 0%, rgba(13,12,11,.48) 55%, rgba(13,12,11,.22) 100%), linear-gradient(0deg, rgba(13,12,11,.62), transparent 58%); }
.page-hero--editorial .shell { position: relative; width: 100%; }
.page-hero--editorial .lead { max-width: 610px; margin-top: 28px; margin-left: 0; }
.page-hero h1 { max-width: 1080px; font-size: clamp(3.2rem, 7.5vw, 7.5rem); }
.page-hero .lead { margin-left: auto; color: rgba(255,255,255,.74); }
.breadcrumbs { display: flex; gap: 10px; margin-bottom: 54px; color: rgba(255,255,255,.55); font-size: .68rem; letter-spacing: .08em; text-transform: uppercase; }
.split-layout { display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(50px, 9vw, 130px); }
.prose { max-width: 700px; }
.principle-grid { display: grid; grid-template-columns: repeat(3, 1fr); border: 1px solid var(--line); }
.principle-grid article { min-height: 360px; padding: clamp(24px, 4vw, 48px); border-right: 1px solid var(--line); }
.principle-grid article:last-child { border: 0; }
.principle-grid span { color: var(--bronze); font-size: .72rem; }
.principle-grid h3 { margin-top: 110px; }
.image-break { min-height: min(72vw, 760px); background: url("assets/images/about/studio-discussion.webp") center 58% / cover; }
.content-notice { padding: 24px 26px; border-left: 3px solid var(--bronze); background: var(--ivory); }
.content-notice p:last-child, .content-notice ul:last-child { margin-bottom: 0; }
.content-notice li { margin-bottom: 8px; }
.service-detail-list { border-top: 1px solid var(--line); }
.service-detail { display: grid; grid-template-columns: 50px minmax(260px,.8fr) 1fr; grid-template-areas: "num image copy" ". image list" ". image link"; gap: 18px clamp(24px, 5vw, 74px); align-items: start; padding: clamp(40px, 6vw, 78px) 0; border-bottom: 1px solid var(--line); }
.service-detail > span { color: var(--bronze); font-size: .72rem; }
.service-detail > span { grid-area: num; }
.service-detail figure { grid-area: image; margin: 0; overflow: hidden; border-radius: 14px; }
.service-detail figure img { aspect-ratio: 4 / 5; object-fit: cover; transition: transform .6s cubic-bezier(.2,.75,.25,1); }
.service-detail:hover figure img { transform: scale(1.025); }
.service-detail > div { grid-area: copy; }
.service-detail h2 { font-size: clamp(2rem, 3.8vw, 4rem); }
.service-detail ul { grid-area: list; margin: 0; padding-left: 18px; columns: 2; }
.service-detail li { margin-bottom: 8px; }
.service-detail > .text-link { grid-area: link; justify-self: start; margin-top: 14px; }
.about-studio-visuals { padding-bottom: var(--section); }
.about-visual-grid { display: grid; grid-template-columns: 1.15fr .85fr; gap: clamp(24px, 5vw, 70px); align-items: end; }
.about-visual-grid figure { margin: 0; }
.about-visual-grid figure:last-child { margin-bottom: -80px; }
.about-visual-grid img { aspect-ratio: 4 / 3; object-fit: cover; border-radius: 14px; }
.about-visual-grid figure:last-child img { aspect-ratio: 4 / 5; }
.about-visual-grid figcaption { margin-top: 10px; color: #76675d; font-size: .68rem; letter-spacing: .08em; text-transform: uppercase; }
.projects-page { background: var(--ivory); }
.projects-page .content-notice { max-width: 900px; margin-bottom: 70px; background: var(--paper); }
.portfolio-grid { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(30px, 5vw, 70px); }
.portfolio-item { margin: 0; }
.portfolio-item--wide { grid-column: 1 / -1; }
.portfolio-item img { aspect-ratio: 4 / 5; object-fit: cover; }
.portfolio-item--wide img { aspect-ratio: 16 / 8; }
.portfolio-item figcaption { display: flex; justify-content: space-between; gap: 20px; padding-top: 16px; }
.portfolio-item figcaption span { color: var(--bronze); font-size: .68rem; font-weight: 600; letter-spacing: .1em; }
.portfolio-item figcaption p { margin: 0; }
.portfolio-request { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; margin-top: 90px; padding: clamp(30px, 5vw, 70px); background: var(--paper); }
.cms-project-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: clamp(28px,5vw,72px); }
.cms-project-card { border-radius: 16px; overflow: hidden; }
.cms-project-card > a { position: relative; display: block; min-height: 560px; overflow: hidden; border-radius: 16px; }
.cms-project-card img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: transform .65s cubic-bezier(.2,.75,.25,1); }
.cms-project-card:hover img { transform: scale(1.035); }
.cms-project-card__overlay { position: absolute; inset: auto 18px 18px; padding: 22px; border: 1px solid rgba(255,255,255,.2); border-radius: 12px; background: rgba(16,16,16,.72); color: var(--white); backdrop-filter: blur(14px); }
.cms-project-card__overlay p,.cms-project-card__overlay span { margin: 0; font-size: .68rem; letter-spacing: .09em; text-transform: uppercase; }
.cms-project-card__overlay h3 { margin: 8px 0 18px; }
.live-projects-section { background: var(--charcoal); color: var(--white); }
.live-projects-section .section-heading > p { color: rgba(255,255,255,.65); }
.live-project-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: clamp(26px,4vw,54px); }
.live-project-card { overflow: hidden; border: 1px solid var(--line-light); border-radius: 16px; background: #202020; }
.live-project-card__image { position: relative; display: block; overflow: hidden; }
.live-project-card__image img { aspect-ratio: 16 / 10; object-fit: cover; transition: transform .6s cubic-bezier(.2,.75,.25,1); }
.live-project-card:hover .live-project-card__image img { transform: scale(1.03); }
.live-project-card__image > span { position: absolute; top: 16px; left: 16px; padding: 8px 12px; border-radius: 999px; background: rgba(16,16,16,.74); font-size: .64rem; letter-spacing: .09em; text-transform: uppercase; backdrop-filter: blur(10px); }
.live-project-card__body { padding: clamp(22px,3vw,36px); }
.live-project-card__body > p,.live-project-card__body footer { color: rgba(255,255,255,.62); font-size: .7rem; letter-spacing: .07em; text-transform: uppercase; }
.live-stage,.progress-heading { display: flex; justify-content: space-between; gap: 18px; margin-top: 28px; }
.progress-track { height: 5px; overflow: hidden; border-radius: 99px; background: rgba(255,255,255,.14); }
.progress-track i { display: block; height: 100%; border-radius: inherit; background: var(--bronze); }
.live-project-card__body footer { display: flex; justify-content: space-between; gap: 16px; margin-top: 22px; }
.live-project-empty { max-width: 850px; padding: clamp(30px,5vw,66px); border: 1px solid var(--line-light); border-radius: 18px; background: rgba(255,255,255,.045); }
.live-project-empty > span { color: var(--bronze); font-size: .68rem; letter-spacing: .1em; text-transform: uppercase; }
.live-project-empty h3 { margin-top: 44px; }
.live-project-empty p { max-width: 650px; color: rgba(255,255,255,.65); }
.process-page { border-top: 1px solid var(--line); }
.process-row { display: grid; grid-template-columns: 60px 1fr .8fr; gap: clamp(20px, 5vw, 80px); padding: clamp(34px, 5vw, 62px) 0; border-bottom: 1px solid var(--line); }
.process-row > span { color: var(--bronze); }
.process-row h2 { font-size: clamp(2rem, 3.8vw, 4rem); }
.process-manifesto { background: var(--paper); }
.process-manifesto__grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(44px, 9vw, 130px); align-items: start; }
.process-manifesto__grid h2 { max-width: 760px; }
.process-map { position: sticky; z-index: 40; top: var(--header-h); border-block: 1px solid var(--line); background: rgba(250,249,246,.94); backdrop-filter: blur(15px); }
.admin-bar .process-map { top: calc(var(--header-h) + 32px); }
.process-map__inner { position: relative; display: grid; grid-template-columns: auto 1fr; gap: 42px; align-items: center; min-height: 82px; }
.process-map__inner > p { margin: 0; color: #705f52; font-size: .62rem; font-weight: 600; letter-spacing: .12em; text-transform: uppercase; }
.process-map ol { display: grid; grid-template-columns: repeat(6, 1fr); gap: 18px; margin: 0; padding: 0; list-style: none; }
.process-map a { display: flex; align-items: center; gap: 9px; padding-block: 10px; color: #6d625a; font-size: .66rem; font-weight: 600; letter-spacing: .05em; text-transform: uppercase; transition: color .25s; }
.process-map a span { color: var(--bronze); }
.process-map a.is-active { color: var(--charcoal); }
.process-map__line { position: absolute; right: 0; bottom: -1px; left: 0; height: 2px; overflow: hidden; background: transparent; }
.process-map__line i { display: block; width: 0; height: 100%; background: var(--bronze); transition: width .45s ease; }
.process-chapter { padding-block: var(--section); scroll-margin-top: calc(var(--header-h) + 90px); background: var(--paper); }
.process-chapter:nth-of-type(even) { background: var(--ivory); }
.process-chapter__grid { display: grid; grid-template-columns: .92fr 1.08fr; gap: clamp(44px, 8vw, 120px); align-items: center; }
.process-chapter--reverse .process-chapter__visual { grid-column: 2; }
.process-chapter--reverse .process-chapter__content { grid-column: 1; grid-row: 1; }
.process-chapter__visual { position: relative; margin: 0; overflow: hidden; }
.process-chapter__visual::after { position: absolute; inset: 0; border: 1px solid rgba(255,255,255,.24); content: ""; pointer-events: none; }
.process-chapter__visual img { width: 100%; aspect-ratio: 4 / 5; object-fit: cover; filter: saturate(.82); transition: transform 1s cubic-bezier(.2,.75,.25,1), filter .45s; }
.process-chapter.in-view .process-chapter__visual img, .process-chapter:hover .process-chapter__visual img { transform: scale(1.025); filter: saturate(1); }
.process-chapter__visual figcaption { position: absolute; right: 18px; bottom: 18px; left: 18px; display: flex; justify-content: space-between; gap: 20px; padding: 18px; background: rgba(18,17,16,.72); color: var(--white); font-size: .67rem; letter-spacing: .08em; text-transform: uppercase; backdrop-filter: blur(12px); }
.process-chapter__visual figcaption span { color: #ddc4a9; }
.process-chapter__heading { display: grid; grid-template-columns: 58px 1fr; gap: 22px; margin-bottom: 30px; }
.process-chapter__heading > span { color: var(--bronze); font: 400 2.2rem/1 var(--serif); }
.process-chapter__heading h2 { max-width: 720px; margin-bottom: 0; font-size: clamp(2.7rem, 5vw, 5.4rem); }
.process-chapter__content > .lead { max-width: 780px; margin-bottom: 38px; font-size: clamp(1.22rem, 1.8vw, 1.65rem); }
.process-detail-grid { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(25px, 4vw, 54px); padding-block: 30px; border-block: 1px solid var(--line); }
.process-detail-grid h3 { margin-bottom: 22px; font-family: var(--sans); font-size: .68rem; font-weight: 600; letter-spacing: .11em; text-transform: uppercase; }
.process-detail-grid ul { margin: 0; padding: 0; list-style: none; }
.process-detail-grid li { position: relative; margin-bottom: 13px; padding-left: 18px; color: #61574f; font-size: .88rem; line-height: 1.55; }
.process-detail-grid li::before { position: absolute; top: .68em; left: 0; width: 6px; height: 1px; background: var(--bronze); content: ""; }
.process-client-note { display: grid; grid-template-columns: 92px 1fr; gap: 22px; margin-top: 28px; }
.process-client-note span { color: var(--bronze); font-size: .64rem; font-weight: 600; letter-spacing: .11em; text-transform: uppercase; }
.process-client-note p { margin: 0; color: #5d534c; }
.process-principles { background: var(--charcoal); color: var(--white); }
.process-principles .section-heading > p { color: rgba(255,255,255,.62); }
.process-principles__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: rgba(255,255,255,.16); }
.process-principles__grid article { min-height: 370px; padding: clamp(28px, 4vw, 52px); background: #1c1c1c; }
.process-principles__grid article > span { color: var(--bronze); font-size: .72rem; }
.process-principles__grid h3 { margin-top: 105px; }
.process-principles__grid p { color: rgba(255,255,255,.64); }
.process-final-cta { padding-block: var(--section); background: linear-gradient(105deg, rgba(20,18,16,.94), rgba(20,18,16,.66)), url("assets/images/services/modular-kitchen.webp") 50% 55% / cover; color: var(--white); }
.process-final-cta__inner { display: flex; align-items: end; justify-content: space-between; gap: 60px; }
.process-final-cta__inner h2 { max-width: 900px; margin-bottom: 22px; }
.process-final-cta__inner p:not(.eyebrow) { max-width: 620px; color: rgba(255,255,255,.7); }
.empty-proof { max-width: 920px; }
.empty-proof .content-notice { margin: 36px 0; }

/* Projects, portfolio and client stories */
.project-index-intro { padding-block: var(--section); background: var(--paper); }
.project-index-intro__grid, .testimonial-intro__grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(44px, 9vw, 130px); align-items: start; }
.project-index-intro__grid h2, .testimonial-intro__grid h2 { max-width: 760px; }
.project-page-cta { padding-block: var(--section); background: linear-gradient(110deg, rgba(20,18,16,.95), rgba(20,18,16,.72)), url("assets/images/services/luxury-home.webp") 50% 55% / cover; color: var(--white); }
.project-page-cta__inner { display: grid; grid-template-columns: 1.05fr .95fr; gap: clamp(44px, 9vw, 130px); align-items: end; }
.project-page-cta__inner h2 { max-width: 780px; margin-bottom: 0; }
.project-page-cta__inner > div p { max-width: 540px; color: rgba(255,255,255,.72); }

.portfolio-intro { background: var(--paper); }
.portfolio-showcase { padding-block: 0 var(--section); background: var(--paper); }
.portfolio-showcase__grid { display: grid; grid-template-columns: repeat(12, 1fr); gap: clamp(20px, 3vw, 42px); align-items: start; }
.portfolio-showcase__item { margin: 0; }
.portfolio-showcase__item--tall { grid-column: 1 / 7; }
.portfolio-showcase__item--landscape { grid-column: 8 / 13; margin-top: 110px; }
.portfolio-showcase__item--square { grid-column: 2 / 6; margin-top: 40px; }
.portfolio-showcase__item--wide { grid-column: 7 / 13; margin-top: -80px; }
.portfolio-showcase__item--portrait { grid-column: 1 / 7; margin-top: 40px; }
.portfolio-showcase__item--detail { grid-column: 8 / 13; margin-top: 140px; }
.portfolio-showcase__media { overflow: hidden; border-radius: 2px; background: var(--ivory); }
.portfolio-showcase__media img { width: 100%; aspect-ratio: 4 / 5; object-fit: cover; filter: saturate(.82); transition: transform .8s cubic-bezier(.2,.75,.25,1), filter .45s; }
.portfolio-showcase__item--landscape img, .portfolio-showcase__item--wide img { aspect-ratio: 16 / 10; }
.portfolio-showcase__item--square img { aspect-ratio: 1; }
.portfolio-showcase__item:hover img { transform: scale(1.035); filter: saturate(1); }
.portfolio-showcase__item figcaption { display: grid; grid-template-columns: 1fr auto; padding-top: 18px; border-top: 1px solid var(--line); }
.portfolio-showcase__item figcaption span, .portfolio-showcase__item figcaption small { color: #766456; font-size: .64rem; font-weight: 600; letter-spacing: .1em; text-transform: uppercase; }
.portfolio-showcase__item figcaption h3 { grid-column: 1; margin: 10px 0 0; font-size: clamp(1.7rem, 2.5vw, 2.55rem); }
.portfolio-showcase__item figcaption small { grid-column: 2; grid-row: 1 / 3; align-self: end; padding-bottom: 4px; }
.portfolio-paths { background: var(--ivory); }
.portfolio-paths__grid { border-top: 1px solid var(--line); }
.portfolio-path { display: grid; grid-template-columns: 70px 1fr 36px; gap: 26px; align-items: center; min-height: 150px; border-bottom: 1px solid var(--line); transition: padding .3s, color .3s; }
.portfolio-path:hover { padding-inline: 18px; color: var(--bronze); }
.portfolio-path > span, .portfolio-path p { margin: 0; font-size: .65rem; font-weight: 600; letter-spacing: .1em; text-transform: uppercase; }
.portfolio-path h3 { margin: 8px 0 0; }
.portfolio-path b { font-size: 1.35rem; font-weight: 400; }

.testimonial-intro { background: #eee8df; }
.testimonial-gallery { padding-bottom: var(--section); background: #eee8df; }
.testimonial-gallery__grid { display: grid; grid-template-columns: 1.2fr .8fr; gap: clamp(24px, 4vw, 58px); align-items: end; }
.testimonial-gallery figure { margin: 0; }
.testimonial-gallery img { object-fit: cover; filter: saturate(.72); }
.testimonial-gallery__feature img { aspect-ratio: 16 / 11; }
.testimonial-gallery__secondary { margin-bottom: -80px !important; }
.testimonial-gallery__secondary img { aspect-ratio: 4 / 5; }
.testimonial-gallery figcaption { padding-top: 14px; color: #706155; font-family: var(--serif); font-size: 1.05rem; }
.testimonial-slots { background: var(--charcoal); color: var(--white); }
.testimonial-slots .section-heading > p { color: rgba(255,255,255,.65); }
.testimonial-slot-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: rgba(255,255,255,.18); }
.testimonial-slot { min-height: 460px; padding: clamp(26px, 3.2vw, 46px); background: #1d1d1d; transition: background .35s, transform .35s; }
.testimonial-slot:hover { z-index: 1; transform: translateY(-8px); background: #25221f; }
.testimonial-slot > span, .testimonial-slot small, .testimonial-slot > p { color: rgba(255,255,255,.52); font-size: .64rem; font-weight: 600; letter-spacing: .1em; text-transform: uppercase; }
.testimonial-slot blockquote { min-height: 180px; margin: 72px 0 40px; color: rgba(255,255,255,.82); font-family: var(--serif); font-size: clamp(1.5rem, 2.2vw, 2.25rem); line-height: 1.25; }
.testimonial-slot strong, .testimonial-slot small { display: block; }
.testimonial-slot > p { margin-top: 34px; }
.testimonial-cta { padding-block: var(--section); background: linear-gradient(105deg, rgba(24,20,17,.94), rgba(24,20,17,.68)), url("assets/images/services/bedroom.webp") 50% 55% / cover; color: var(--white); }
.testimonial-cta__inner { display: flex; align-items: end; justify-content: space-between; gap: 50px; }
.testimonial-cta h2 { max-width: 850px; margin-bottom: 0; }
.contact-layout { display: grid; grid-template-columns: .78fr 1.22fr; gap: clamp(50px, 9vw, 120px); }
.contact-aside h2 { font-size: clamp(2.5rem, 4.7vw, 4.7rem); }
.contact-details { margin-top: 50px; }
.contact-details a, .contact-details span { display: block; padding: 12px 0; border-bottom: 1px solid var(--line); }
.contact-form-panel { padding: clamp(24px, 4vw, 50px); background: var(--ivory); }
.legal-content { max-width: 820px; }
.legal-content h2 { margin-top: 1.4em; font-size: clamp(2rem, 4vw, 3.8rem); }
.project-detail-hero { position: relative; min-height: 72svh; display: flex; align-items: end; overflow: hidden; background: var(--charcoal); color: var(--white); isolation: isolate; }
.project-detail-hero.has-image { background: var(--project-hero) center / cover no-repeat; }
.project-detail-shade { position: absolute; z-index: -1; inset: 0; background: linear-gradient(0deg,rgba(10,10,10,.8),rgba(10,10,10,.18) 70%); }
.project-detail-heading { padding-block: 170px 80px; }
.project-detail-heading h1 { max-width: 1050px; }
.project-detail-heading .lead { color: rgba(255,255,255,.76); }
.project-facts { background: var(--ivory); }
.project-facts-grid { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); }
.project-facts-grid div { min-height: 130px; display: flex; justify-content: center; flex-direction: column; padding: 24px; border-right: 1px solid var(--line); }
.project-facts-grid div:last-child { border: 0; }
.project-facts-grid span { color: #6f6259; font-size: .66rem; letter-spacing: .09em; text-transform: uppercase; }
.project-facts-grid strong { margin-top: 7px; font: 400 1.35rem var(--serif); }
.project-progress-section { background: var(--charcoal); color: var(--white); }
.project-progress-layout { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(50px,9vw,130px); align-items: end; }
.progress-panel { padding: clamp(24px,4vw,44px); border: 1px solid var(--line-light); border-radius: 16px; }
.progress-heading { margin: 0 0 16px; }
.progress-heading strong { font: 400 2.5rem var(--serif); color: var(--bronze); }
.progress-panel p { margin: 16px 0 0; color: rgba(255,255,255,.62); }
.project-story-grid { display: grid; grid-template-columns: .45fr 1.55fr; gap: clamp(40px,8vw,120px); }
.project-story-index span { color: var(--bronze); font: 400 4rem var(--serif); }
.project-story-copy > div { padding-bottom: 48px; margin-bottom: 48px; border-bottom: 1px solid var(--line); }
.project-story-copy h2 { font-size: clamp(2.2rem,4.4vw,4.6rem); }
.milestone-list { margin: 0; padding: 0; border-top: 1px solid var(--line); list-style: none; }
.milestone-list li { display: grid; grid-template-columns: 80px 1fr; gap: 24px; padding: 26px 0; border-bottom: 1px solid var(--line); }
.milestone-list span { color: var(--bronze); }
.milestone-list p { margin: 0; }
.project-gallery { display: grid; grid-template-columns: repeat(12,1fr); gap: clamp(16px,3vw,38px); }
.project-gallery figure { grid-column: span 7; margin: 0; }
.project-gallery figure:nth-child(even) { grid-column: 6 / span 7; }
.project-gallery img { aspect-ratio: 4 / 3; object-fit: cover; border-radius: 14px; }
.project-detail-cta { padding-block: var(--section); background: var(--charcoal); color: var(--white); }
.project-detail-cta h2 { max-width: 820px; }

.site-footer { padding: clamp(70px, 10vw, 130px) 0 30px; background: var(--black); color: var(--white); }
.footer-grid { display: grid; grid-template-columns: 1.7fr .6fr 1fr; gap: clamp(40px, 8vw, 110px); padding-bottom: 80px; }
.footer-intro > p { max-width: 520px; margin: 34px 0; color: rgba(255,255,255,.64); }
.site-footer a, .site-footer span { display: block; margin-bottom: 10px; color: rgba(255,255,255,.68); font-size: .86rem; }
.site-footer a:hover { color: var(--white); }
.footer-label { color: var(--bronze); font-size: .68rem; font-weight: 600; letter-spacing: .12em; text-transform: uppercase; }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; padding-top: 24px; border-top: 1px solid var(--line-light); }
.footer-bottom span, .footer-bottom a { margin: 0; font-size: .65rem; letter-spacing: .08em; text-transform: uppercase; }
.footer-bottom div { display: flex; gap: 20px; }
.mobile-actions { display: none; }
.reveal { opacity: 0; transform: translateY(22px); transition: opacity .65s ease var(--reveal-delay, 0ms), transform .65s ease var(--reveal-delay, 0ms); }
.reveal.in-view { opacity: 1; transform: none; }
.client-stories { background: #ede7de; }
.client-stories-layout { display: grid; grid-template-columns: .35fr 1fr .85fr; gap: clamp(34px, 7vw, 96px); align-items: center; }
.client-stories-mark { align-self: start; color: var(--bronze); font: 400 clamp(8rem, 18vw, 18rem)/.65 var(--serif); }
.client-stories-copy h2 { max-width: 650px; }
.client-proof-card { padding: clamp(28px, 4vw, 48px); border: 1px solid rgba(255,255,255,.6); border-radius: 18px; background: rgba(255,255,255,.54); box-shadow: 0 24px 70px rgba(35,28,22,.1); backdrop-filter: blur(12px); }
.client-proof-card > span, .client-proof-card small { color: #6d5c4e; font-size: .66rem; font-weight: 600; letter-spacing: .1em; text-transform: uppercase; }
.client-proof-card h3 { margin-top: 68px; }
.client-proof-card small { display: block; margin-top: 30px; }
.faq-section { background: var(--paper); }
.faq-layout { display: grid; grid-template-columns: .7fr 1.3fr; gap: clamp(50px, 9vw, 130px); align-items: start; }
.faq-intro { position: sticky; top: 130px; }
.faq-list { border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { min-height: 76px; display: flex; align-items: center; justify-content: space-between; gap: 20px; cursor: pointer; font-family: var(--serif); font-size: clamp(1.25rem, 2vw, 1.75rem); list-style: none; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary span { font-family: var(--sans); font-size: 1rem; transition: transform .25s; }
.faq-list details[open] summary span { transform: rotate(45deg); }
.faq-list details p { max-width: 680px; padding: 0 50px 24px 0; color: #62574f; }

@media (max-width: 1100px) {
  .nav-list { gap: 14px; }
  .primary-nav { gap: 16px; }
  .button--header { display: none; }
  .intro-layout { grid-template-columns: .5fr 1.5fr; }
  .intro-image { grid-column: 2; width: 72%; margin-top: 20px; }
  .process-track { grid-template-columns: repeat(3, 1fr); }
  .process-track li { border-bottom: 1px solid var(--line); }
  .service-detail { grid-template-columns: 44px minmax(230px,.8fr) 1fr; }
}

@media (max-width: 820px) {
  :root { --header-h: 74px; --section: clamp(68px, 13vw, 100px); }
  .menu-toggle { position: relative; z-index: 102; display: grid; width: 48px; min-height: 48px; place-content: center; gap: 7px; border: 0; background: transparent; color: currentColor; cursor: pointer; }
  .menu-toggle span { width: 28px; height: 1px; background: currentColor; transition: transform .25s; }
  .menu-toggle em { font-size: .48rem; font-style: normal; font-weight: 600; letter-spacing: .13em; text-transform: uppercase; }
  .menu-toggle[aria-expanded="true"] span:first-child { transform: translateY(4px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] span:nth-child(2) { transform: translateY(-4px) rotate(-45deg); }
  .primary-nav { position: fixed; z-index: 101; inset: 0; display: flex; overflow-y: auto; align-items: flex-start; flex-direction: column; justify-content: flex-start; gap: 22px; padding: calc(var(--header-h) + 30px) var(--gutter) max(34px, env(safe-area-inset-bottom)); transform: translateX(100%); background: var(--charcoal); color: var(--white); visibility: hidden; overscroll-behavior: contain; transition: transform .35s ease, visibility .35s; }
  .primary-nav.open { transform: none; visibility: visible; }
  .mobile-nav-note { display: block; }
  .mobile-nav-note { margin-top: auto; color: rgba(255,255,255,.55); font-family: var(--serif); font-size: 1.1rem; }
  body.nav-open .site-header { background: transparent; color: var(--white); box-shadow: none; backdrop-filter: none; }
  .nav-list { display: block; width: 100%; }
  .nav-list li { border-bottom: 1px solid var(--line-light); }
  .nav-list a { display: block; padding: 13px 0; font-family: var(--serif); font-size: clamp(1.55rem, 5vw, 2.2rem); font-weight: 400; letter-spacing: -.02em; text-transform: none; }
  .primary-nav .button--header { display: inline-flex; color: var(--white); }
  .hero { min-height: max(620px, 84svh); }
  .hero-media { background-position: 67% center; }
  .hero h1 em { display: inline; }
  .trust-list { justify-content: flex-start; overflow-x: auto; scrollbar-width: none; }
  .intro-layout, .difference-layout, .consultation-layout, .split-layout, .contact-layout { grid-template-columns: 1fr; }
  .intro-image { grid-column: auto; width: 78%; margin: 10px 0 0 auto; }
  .section-kicker { display: flex; align-items: start; justify-content: space-between; }
  .difference-copy { position: static; }
  .process-track { grid-template-columns: 1fr 1fr; }
  .project-editorial { grid-template-columns: 1fr 1fr; }
  .project-card--large { grid-column: 1 / -1; grid-row: auto; }
  .project-card--large img { aspect-ratio: 16 / 10; }
  .principle-grid { grid-template-columns: 1fr; }
  .principle-grid article { min-height: 240px; border-right: 0; border-bottom: 1px solid var(--line); }
  .principle-grid h3 { margin-top: 65px; }
  .client-stories-layout, .faq-layout { grid-template-columns: 1fr; }
  .client-stories-mark { display: none; }
  .faq-intro { position: static; }
  .service-detail { grid-template-columns: 36px 1fr; grid-template-areas: "num copy" ". image" ". list" ". link"; }
  .service-detail figure img { aspect-ratio: 16 / 10; }
  .about-visual-grid { grid-template-columns: 1fr 1fr; }
  .about-visual-grid figure:last-child { margin-bottom: -35px; }
  .cms-project-grid,.live-project-grid { grid-template-columns: 1fr; }
  .project-facts-grid { grid-template-columns: 1fr 1fr; }
  .project-facts-grid div:nth-child(2) { border-right: 0; }
  .project-facts-grid div:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .project-progress-layout,.project-story-grid { grid-template-columns: 1fr; }
  .project-gallery figure,.project-gallery figure:nth-child(even) { grid-column: 1 / -1; }
  .portfolio-request { grid-template-columns: 1fr; }
  .project-index-intro__grid, .testimonial-intro__grid, .project-page-cta__inner { grid-template-columns: 1fr; }
  .portfolio-showcase__item--tall { grid-column: 1 / 8; }
  .portfolio-showcase__item--landscape { grid-column: 8 / 13; margin-top: 80px; }
  .portfolio-showcase__item--square { grid-column: 1 / 6; }
  .portfolio-showcase__item--wide { grid-column: 6 / 13; margin-top: 10px; }
  .portfolio-showcase__item--portrait { grid-column: 1 / 8; }
  .portfolio-showcase__item--detail { grid-column: 8 / 13; margin-top: 100px; }
  .testimonial-slot-grid { grid-template-columns: 1fr; gap: 1px; }
  .testimonial-slot { min-height: 380px; }
  .testimonial-slot blockquote { min-height: auto; margin-top: 48px; }
  .testimonial-cta__inner { align-items: flex-start; flex-direction: column; }
  .process-row { grid-template-columns: 45px 1fr; }
  .process-row p { grid-column: 2; }
  .process-manifesto__grid, .process-chapter__grid { grid-template-columns: 1fr; }
  .process-map__inner { display: block; min-height: 72px; padding-block: 8px; overflow-x: auto; scrollbar-width: none; }
  .process-map__inner > p { display: none; }
  .process-map ol { min-width: 650px; }
  .process-map a { min-height: 54px; justify-content: center; }
  .process-chapter--reverse .process-chapter__visual, .process-chapter--reverse .process-chapter__content { grid-column: auto; grid-row: auto; }
  .process-chapter__visual { width: 82%; }
  .process-chapter--reverse .process-chapter__visual { margin-left: auto; }
  .process-principles__grid { grid-template-columns: 1fr; }
  .process-principles__grid article { min-height: 270px; }
  .process-principles__grid h3 { margin-top: 58px; }
  .process-final-cta__inner { align-items: flex-start; flex-direction: column; }
  .footer-grid { grid-template-columns: 1.5fr 1fr; }
  .footer-intro { grid-column: 1 / -1; }
}

@media (max-width: 560px) {
  :root { --gutter: 20px; }
  body { padding-bottom: calc(62px + env(safe-area-inset-bottom)); }
  h1 { font-size: clamp(3.05rem, 14.5vw, 4.8rem); }
  h2 { font-size: clamp(2.45rem, 11vw, 3.8rem); }
  .moni-logo__mark { width: 39px; height: 39px; }
  .moni-logo__type strong { font-size: .96rem; }
  .moni-logo__type small { display: none; }
  .hero { min-height: max(590px, 84svh); align-items: flex-end; }
  .hero-media { background-position: 56% 68%; background-size: auto 122%; }
  .hero-shade { background: linear-gradient(0deg, rgba(10,10,10,.84) 0%, rgba(10,10,10,.32) 72%, rgba(10,10,10,.28) 100%); }
  .hero-content { padding-block: 120px 42px; }
  .hero h1 { max-width: 350px; margin-bottom: 17px; font-size: clamp(3.1rem, 14vw, 4.25rem); line-height: .94; }
  .hero-copy { max-width: 350px; margin-bottom: 22px; font-size: .91rem; line-height: 1.52; }
  .hero .button-row { align-items: flex-start; flex-direction: column; gap: 20px; }
  .hero .button { width: 100%; }
  .scroll-cue { margin-top: 26px; font-size: .56rem; }
  .trust-list { min-height: 62px; }
  .intro-image { width: 100%; }
  .section-heading { align-items: flex-start; flex-direction: column; margin-bottom: 42px; }
  .service-card { grid-template-columns: 36px 1fr 20px; gap: 12px; }
  .service-card p { font-size: .9rem; }
  .project-editorial, .portfolio-grid { grid-template-columns: 1fr; }
  .project-card, .project-card--large { grid-column: auto; }
  .project-card--wide { grid-column: auto; }
  .project-card img, .project-card--large img, .project-card--wide img { aspect-ratio: 4 / 5; }
  .project-card div { margin: -46px 12px 0; padding: 18px; }
  .client-proof-card h3 { margin-top: 45px; }
  .faq-list summary { min-height: 68px; font-size: 1.25rem; }
  .process-track { grid-template-columns: 1fr; }
  .process-track li { min-height: auto; padding: 24px; border-right: 0; }
  .process-track h3 { margin-top: 45px; }
  .admin-bar .process-map { top: calc(var(--header-h) + 46px); }
  .process-chapter { scroll-margin-top: calc(var(--header-h) + 78px); }
  .process-chapter__visual { width: 100%; }
  .process-chapter__visual img { aspect-ratio: 4 / 5; }
  .process-chapter__visual figcaption { right: 10px; bottom: 10px; left: 10px; align-items: flex-start; flex-direction: column; gap: 5px; padding: 14px; }
  .process-chapter__heading { grid-template-columns: 42px 1fr; gap: 12px; }
  .process-chapter__heading > span { font-size: 1.6rem; }
  .process-detail-grid { grid-template-columns: 1fr; }
  .process-client-note { grid-template-columns: 1fr; gap: 8px; }
  .process-principles__grid article { min-height: 240px; }
  .process-final-cta .button { width: 100%; }
  .moni-form { grid-template-columns: 1fr; }
  .field--wide { grid-column: 1; }
  .form-submit { align-items: stretch; flex-direction: column; }
  .form-submit .button { width: 100%; }
  .page-hero { padding-block: 130px 64px; }
  .page-hero--editorial { min-height: 660px; }
  .page-hero__shade { background: linear-gradient(0deg, rgba(13,12,11,.84) 0%, rgba(13,12,11,.42) 72%, rgba(13,12,11,.34) 100%); }
  .breadcrumbs { margin-bottom: 38px; }
  .portfolio-item--wide { grid-column: auto; }
  .portfolio-item--wide img { aspect-ratio: 4 / 5; }
  .portfolio-item figcaption { flex-direction: column; gap: 4px; }
  .portfolio-showcase__grid { display: block; }
  .portfolio-showcase__item { margin: 0 0 52px; }
  .portfolio-showcase__item--landscape, .portfolio-showcase__item--wide, .portfolio-showcase__item--detail { margin-top: 0; }
  .portfolio-showcase__media img, .portfolio-showcase__item--landscape img, .portfolio-showcase__item--wide img, .portfolio-showcase__item--square img { aspect-ratio: 4 / 5; }
  .portfolio-showcase__item figcaption { grid-template-columns: 1fr; }
  .portfolio-showcase__item figcaption small { grid-column: 1; grid-row: auto; margin-top: 10px; }
  .portfolio-path { grid-template-columns: 42px 1fr 24px; gap: 12px; min-height: 126px; }
  .testimonial-gallery__grid { grid-template-columns: 1fr; }
  .testimonial-gallery__secondary { width: 78%; margin: 0 0 -36px auto !important; }
  .testimonial-slot { min-height: 340px; }
  .project-page-cta__inner .button, .testimonial-cta .button { width: 100%; }
  .service-detail, .process-row { grid-template-columns: 32px 1fr; gap: 14px; }
  .service-detail { grid-template-areas: "num copy" ". image" ". list" ". link"; }
  .service-detail ul { columns: 1; }
  .about-visual-grid { grid-template-columns: 1fr; }
  .about-visual-grid figure:last-child { width: 82%; margin: -20px 0 0 auto; }
  .cms-project-card > a { min-height: 480px; }
  .live-project-card__body footer { align-items: flex-start; flex-direction: column; }
  .project-detail-hero { min-height: 68svh; }
  .project-detail-heading { padding-block: 130px 58px; }
  .project-facts-grid { grid-template-columns: 1fr; }
  .project-facts-grid div { min-height: 100px; border-right: 0; border-bottom: 1px solid var(--line); }
  .project-facts-grid div:nth-child(2) { border-bottom: 1px solid var(--line); }
  .milestone-list li { grid-template-columns: 44px 1fr; }
  .contact-form-panel { padding: 24px 20px; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-intro { grid-column: auto; }
  .footer-bottom { flex-direction: column; }
  .mobile-actions { position: fixed; z-index: 98; inset: auto 0 0; display: grid; grid-template-columns: .6fr .7fr 1.7fr; min-height: calc(62px + env(safe-area-inset-bottom)); padding-bottom: env(safe-area-inset-bottom); border-top: 1px solid rgba(255,255,255,.18); background: var(--black); color: var(--white); opacity: 0; transform: translateY(100%); transition: opacity .25s, transform .25s; }
  .mobile-actions.visible { opacity: 1; transform: none; }
  .mobile-actions a { min-height: 62px; display: grid; place-items: center; border-right: 1px solid rgba(255,255,255,.18); font-size: .63rem; font-weight: 600; letter-spacing: .07em; text-align: center; text-transform: uppercase; }
  .mobile-actions__primary { background: var(--bronze); }
}

@media screen and (max-width: 782px) {
  .admin-bar .site-header { top: 46px; }
  .admin-bar .primary-nav { top: 46px; }
}

@media (max-width: 782px) {
  .admin-bar .site-header { top: 46px; }
}

@media (max-width: 360px) {
  :root { --gutter: 16px; }
  h1 { font-size: 2.85rem; }
  .hero-copy { font-size: .9rem; }
  .service-card { grid-template-columns: 28px 1fr; }
  .service-card b { display: none; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
}
