:root {
  --cream: #f7f1e7;
  --cream-deep: #eee3d3;
  --paper: #fffdf9;
  --ink: #2b2020;
  --muted: #6f6461;
  --line: #e3d8c9;
  --burgundy: #7b071d;
  --burgundy-bright: #991f36;
  --burgundy-dark: #51000f;
  --gold: #c68b20;
  --gold-light: #e2b24d;
  --radius: 24px;
  --shadow: 0 28px 80px rgba(64, 15, 22, .13);
  --max: 1200px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Manrope, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
img { display: block; width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button { color: inherit; }
section { scroll-margin-top: 84px; }
.container { width: min(calc(100% - 48px), var(--max)); margin-inline: auto; }
.skip-link { position: fixed; z-index: 1000; top: 12px; left: 12px; padding: 10px 14px; color: #fff; background: var(--burgundy); transform: translateY(-180%); transition: transform .2s ease; }
.skip-link:focus { transform: translateY(0); }

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 100;
  background: rgba(255, 253, 249, .94);
  border-top: 4px solid var(--gold);
  border-bottom: 1px solid rgba(123, 7, 29, .11);
  backdrop-filter: blur(18px);
  transition: box-shadow .2s ease, background .2s ease;
}
.site-header.is-scrolled { background: rgba(255, 253, 249, .98); box-shadow: 0 9px 30px rgba(81, 0, 15, .08); }
.nav-wrap { min-height: 82px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { display: flex; align-items: center; gap: 12px; min-width: max-content; }
.brand img { width: 54px; height: 54px; border-radius: 50%; object-fit: cover; }
.brand-copy { display: block; line-height: 1.25; }
.brand strong { display: block; color: var(--burgundy); font-size: .86rem; font-weight: 800; letter-spacing: .075em; text-transform: uppercase; }
.brand small { display: block; margin-top: 4px; color: var(--muted); font-size: .66rem; font-weight: 600; letter-spacing: .055em; text-transform: uppercase; }
.main-nav { display: flex; align-items: center; gap: 28px; color: #5a4b4a; font-size: .83rem; font-weight: 700; }
.main-nav > a:not(.nav-cta) { position: relative; }
.main-nav > a:not(.nav-cta)::after { content: ""; position: absolute; inset: auto 0 -8px; height: 2px; background: var(--gold); transform: scaleX(0); transform-origin: left; transition: transform .2s ease; }
.main-nav > a:not(.nav-cta):hover { color: var(--burgundy); }
.main-nav > a:not(.nav-cta):hover::after { transform: scaleX(1); }
.nav-cta { padding: 11px 17px; color: #fff; background: var(--burgundy); border: 1px solid var(--burgundy); border-radius: 999px; box-shadow: 0 8px 20px rgba(123, 7, 29, .14); }
.nav-cta:hover { background: var(--burgundy-dark); border-color: var(--burgundy-dark); }
.nav-toggle { display: none; width: 44px; height: 44px; padding: 10px; border: 1px solid var(--line); border-radius: 50%; background: var(--paper); }
.nav-toggle span { display: block; width: 20px; height: 2px; margin: 4px auto; background: var(--burgundy); transition: transform .2s ease, opacity .2s ease; }
.nav-toggle[aria-expanded="true"] span:first-child { transform: translateY(6px) rotate(45deg); }
.nav-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.nav-toggle[aria-expanded="true"] span:last-child { transform: translateY(-6px) rotate(-45deg); }

.hero { position: relative; overflow: hidden; padding: 86px 0 0; background: var(--cream); }
.hero::before { content: ""; position: absolute; width: 640px; height: 640px; left: -330px; top: 120px; border: 1px solid rgba(198, 139, 32, .14); border-radius: 50%; box-shadow: 0 0 0 80px rgba(198, 139, 32, .035), 0 0 0 160px rgba(198, 139, 32, .025); }
.hero-contours { position: absolute; width: 720px; height: 720px; left: -250px; top: 70px; color: var(--gold); opacity: .11; }
.hero-contours svg { width: 100%; height: 100%; }
.hero-contours path { fill: none; stroke: currentColor; stroke-width: 1.35; }
.hero-layout { position: relative; z-index: 2; display: grid; grid-template-columns: minmax(0, 1.08fr) minmax(390px, .92fr); gap: clamp(48px, 7vw, 90px); align-items: center; min-height: 700px; padding-block: 66px; }
.eyebrow { display: flex; align-items: center; gap: 10px; margin: 0 0 19px; color: var(--burgundy); font-size: .72rem; font-weight: 800; letter-spacing: .14em; line-height: 1.4; text-transform: uppercase; }
.eyebrow > span { width: 28px; height: 2px; flex: 0 0 auto; background: var(--gold); }
.hero h1 { max-width: 700px; margin: 0; font-size: clamp(3.7rem, 6.4vw, 6.8rem); font-weight: 800; letter-spacing: -.067em; line-height: .95; }
.hero h1 span { color: var(--burgundy); }
.hero-lead { max-width: 670px; margin: 30px 0 0; color: var(--muted); font-size: clamp(1.03rem, 1.6vw, 1.2rem); line-height: 1.7; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 34px; }
.btn { min-height: 52px; display: inline-flex; align-items: center; justify-content: center; padding: 0 22px; border: 1px solid transparent; border-radius: 999px; font-size: .84rem; font-weight: 800; cursor: pointer; transition: transform .2s ease, background .2s ease, color .2s ease, box-shadow .2s ease; }
.btn:hover { transform: translateY(-2px); }
.btn-primary { color: #fff; background: var(--burgundy); box-shadow: 0 12px 28px rgba(123, 7, 29, .20); }
.btn-primary:hover { background: var(--burgundy-dark); box-shadow: 0 16px 32px rgba(81, 0, 15, .25); }
.btn-secondary { color: var(--burgundy); border-color: rgba(123, 7, 29, .25); background: rgba(255, 253, 249, .54); }
.btn-secondary:hover { background: var(--paper); border-color: var(--burgundy); }
.hero-proof { display: grid; grid-template-columns: repeat(3, 1fr); max-width: 710px; margin-top: 50px; padding-top: 22px; border-top: 1px solid rgba(123, 7, 29, .16); }
.hero-proof div { padding-right: 18px; }
.hero-proof strong, .hero-proof span { display: block; }
.hero-proof strong { color: var(--burgundy); font-size: .79rem; }
.hero-proof span { margin-top: 3px; color: #8a7d78; font-size: .69rem; }
.hero-visual { position: relative; min-height: 590px; overflow: visible; color: #fff; background: linear-gradient(145deg, var(--burgundy-bright), var(--burgundy-dark)); border-radius: 40px 40px 12px 40px; box-shadow: 0 34px 80px rgba(81, 0, 15, .24); isolation: isolate; }
.hero-visual::before { content: ""; position: absolute; inset: 18px; z-index: -1; border: 1px solid rgba(226, 178, 77, .35); border-radius: 29px 29px 7px 29px; }
.hero-visual::after { content: ""; position: absolute; z-index: -2; width: 100px; height: 100px; right: -20px; top: -20px; background-image: radial-gradient(var(--gold) 1.3px, transparent 1.3px); background-size: 11px 11px; opacity: .45; }
.visual-topo { position: absolute; inset: auto 0 0; width: 100%; height: 70%; opacity: .34; }
.visual-topo path { fill: none; stroke: var(--gold-light); stroke-width: 2; }
.seal-frame { position: absolute; width: min(78%, 430px); aspect-ratio: 1; left: 50%; top: 50px; padding: 10px; transform: translateX(-50%); background: #fff; border: 2px solid var(--gold-light); border-radius: 50%; box-shadow: 0 22px 50px rgba(39, 0, 8, .27); }
.seal-frame img { height: 100%; object-fit: cover; border-radius: 50%; }
.location-badge { position: absolute; left: -30px; bottom: 75px; display: flex; align-items: center; gap: 12px; min-width: 245px; padding: 15px 18px; color: var(--ink); background: var(--paper); border: 1px solid rgba(198, 139, 32, .4); border-radius: 15px; box-shadow: 0 16px 40px rgba(45, 5, 13, .20); }
.location-badge .pin { position: relative; width: 33px; height: 33px; flex: 0 0 auto; background: var(--gold); border-radius: 50% 50% 50% 0; transform: rotate(-45deg) scale(.72); }
.location-badge .pin::after { content: ""; position: absolute; width: 11px; height: 11px; left: 11px; top: 11px; background: var(--paper); border-radius: 50%; }
.location-badge small, .location-badge strong { display: block; }
.location-badge small { color: #8a7974; font-size: .61rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.location-badge strong { margin-top: 2px; color: var(--burgundy); font-size: .77rem; }
.visual-note { position: absolute; right: 36px; bottom: 24px; margin: 0; color: rgba(255, 255, 255, .65); font-size: .62rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.service-ribbon { position: relative; z-index: 3; display: grid; grid-template-columns: repeat(4, 1fr); overflow: hidden; color: #fff; background: var(--burgundy-dark); border-radius: 22px 22px 0 0; }
.service-ribbon span { position: relative; padding: 22px 24px 22px 42px; font-size: .71rem; font-weight: 700; letter-spacing: .04em; }
.service-ribbon span::before { content: ""; position: absolute; width: 6px; height: 6px; left: 24px; top: 50%; background: var(--gold-light); border-radius: 50%; transform: translateY(-50%); }
.service-ribbon span + span { border-left: 1px solid rgba(255, 255, 255, .10); }

.section { padding: 112px 0; }
.services-section { background: var(--paper); }
.section-heading { display: grid; grid-template-columns: minmax(0, 1.35fr) minmax(260px, .65fr); gap: 80px; align-items: end; margin-bottom: 50px; }
.section-heading h2, .approach-copy h2, .contact-copy h2 { max-width: 780px; margin: 0; font-size: clamp(2.35rem, 4.4vw, 4.35rem); font-weight: 750; letter-spacing: -.055em; line-height: 1.06; }
.section-heading > p { margin: 0 0 4px; color: var(--muted); font-size: .95rem; }
.service-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.service-card { position: relative; overflow: hidden; min-height: 385px; padding: 34px; background: #fff; border: 1px solid var(--line); border-radius: var(--radius); transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease; }
.service-card::after { content: ""; position: absolute; width: 230px; height: 230px; right: -150px; bottom: -150px; border: 1px solid rgba(198, 139, 32, .24); border-radius: 50%; box-shadow: 0 0 0 35px rgba(198, 139, 32, .035), 0 0 0 70px rgba(198, 139, 32, .02); }
.service-card:hover { transform: translateY(-4px); border-color: rgba(123, 7, 29, .28); box-shadow: var(--shadow); }
.service-card.featured { background: linear-gradient(155deg, #fffdf9 0%, #fbf4e9 100%); border-color: rgba(123, 7, 29, .3); }
.service-card.featured::before { content: ""; position: absolute; inset: 0 auto 0 0; width: 4px; background: linear-gradient(var(--gold-light), var(--burgundy)); }
.card-topline { display: flex; align-items: start; justify-content: space-between; color: var(--burgundy); }
.card-topline > span { color: var(--gold); font-size: .7rem; font-weight: 800; letter-spacing: .16em; }
.card-topline svg { width: 46px; height: 46px; padding: 9px; color: var(--burgundy); background: var(--cream); border: 1px solid var(--line); border-radius: 14px; }
.card-topline path { fill: none; stroke: currentColor; stroke-width: 1.6; stroke-linecap: round; stroke-linejoin: round; }
.service-card h3 { margin: 31px 0 12px; color: var(--burgundy); font-size: 1.48rem; line-height: 1.25; }
.service-card p { max-width: 560px; margin: 0; color: var(--muted); font-size: .92rem; }
.service-card ul { list-style: none; margin: 28px 0 0; padding: 20px 0 0; border-top: 1px solid var(--line); }
.service-card li { position: relative; margin: 7px 0; padding-left: 18px; color: #554946; font-size: .82rem; }
.service-card li::before { content: ""; position: absolute; width: 7px; height: 2px; left: 0; top: .77em; background: var(--gold); }

.deliverables-section { position: relative; overflow: hidden; color: #fff; background: radial-gradient(circle at 86% 5%, rgba(198, 139, 32, .20), transparent 25%), linear-gradient(135deg, var(--burgundy), var(--burgundy-dark)); }
.deliverables-section::before { content: ""; position: absolute; width: 540px; height: 540px; right: -280px; bottom: -310px; border: 1px solid rgba(226, 178, 77, .22); border-radius: 50%; box-shadow: 0 0 0 72px rgba(226, 178, 77, .028), 0 0 0 144px rgba(226, 178, 77, .018); }
.light-heading { position: relative; z-index: 2; }
.light-heading h2 { color: #fff; }
.light-heading > p { color: rgba(255, 255, 255, .62); }
.eyebrow.light { color: var(--gold-light); }
.eyebrow.light > span { background: var(--gold-light); }
.portfolio-grid { position: relative; z-index: 2; display: grid; grid-template-columns: repeat(12, 1fr); gap: 16px; }
.portfolio-card { position: relative; grid-column: span 5; min-height: 294px; overflow: hidden; margin: 0; background: #27050c; border: 1px solid rgba(255, 255, 255, .12); border-radius: 18px; }
.portfolio-card.portfolio-lead { grid-column: span 7; grid-row: span 2; min-height: 604px; }
.portfolio-card:nth-child(n+4) { grid-column: span 4; }
.portfolio-card::after { content: ""; position: absolute; inset: 0; z-index: 1; background: rgba(123, 7, 29, .28); mix-blend-mode: color; pointer-events: none; }
.portfolio-card img { height: 100%; min-height: 294px; object-fit: cover; transition: transform .45s ease, filter .45s ease; }
.portfolio-card.portfolio-lead img { min-height: 604px; }
.portfolio-card:hover img { transform: scale(1.025); filter: contrast(1.05); }
.portfolio-card figcaption { position: absolute; inset: auto 0 0; z-index: 2; padding: 80px 24px 22px; background: linear-gradient(transparent, rgba(40, 0, 9, .92)); }
.portfolio-card figcaption span, .portfolio-card figcaption small { display: block; }
.portfolio-card figcaption span { font-size: .92rem; font-weight: 800; }
.portfolio-card figcaption small { margin-top: 3px; color: rgba(255, 255, 255, .60); font-size: .72rem; }

.approach-section { background: var(--cream); }
.approach-grid { display: grid; grid-template-columns: minmax(0, 1.12fr) minmax(390px, .88fr); gap: clamp(50px, 7vw, 90px); align-items: start; }
.approach-copy > p:not(.eyebrow) { max-width: 700px; margin: 25px 0 0; color: var(--muted); }
.credential-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1px; margin-top: 48px; overflow: hidden; background: var(--line); border: 1px solid var(--line); border-radius: 18px; }
.credential-grid > div { min-height: 182px; padding: 25px; background: rgba(255, 253, 249, .82); }
.credential-grid span, .credential-grid strong, .credential-grid small { display: block; }
.credential-grid span { color: var(--gold); font-size: .65rem; font-weight: 800; letter-spacing: .14em; }
.credential-grid strong { margin-top: 14px; color: var(--burgundy); font-size: .91rem; }
.credential-grid small { margin-top: 7px; color: var(--muted); font-size: .75rem; line-height: 1.55; }
.process-card { position: sticky; top: 116px; overflow: hidden; padding: 42px; color: #fff; background: linear-gradient(145deg, var(--burgundy-bright), var(--burgundy-dark)); border-radius: 30px 30px 8px 30px; box-shadow: 0 26px 70px rgba(81, 0, 15, .20); }
.process-card::after { content: ""; position: absolute; inset: 14px; border: 1px solid rgba(226, 178, 77, .24); border-radius: 21px 21px 4px 21px; pointer-events: none; }
.process-card > *:not(.process-mark) { position: relative; z-index: 2; }
.process-mark { position: absolute; width: 230px; height: 230px; right: -84px; top: -76px; opacity: .07; border-radius: 50%; overflow: hidden; }
.process-mark img { height: 100%; object-fit: cover; }
.process-list { list-style: none; margin: 23px 0 0; padding: 0; }
.process-list li { display: grid; grid-template-columns: 38px 1fr; gap: 14px; align-items: start; padding: 19px 0; border-top: 1px solid rgba(255, 255, 255, .14); }
.process-list li > span { width: 32px; height: 32px; display: grid; place-items: center; color: var(--burgundy-dark); background: var(--gold-light); border-radius: 50%; font-size: .68rem; font-weight: 800; }
.process-list strong, .process-list small { display: block; }
.process-list strong { font-size: .88rem; }
.process-list small { margin-top: 3px; color: rgba(255, 255, 255, .59); font-size: .72rem; line-height: 1.55; }
.text-link { display: inline-flex; align-items: center; gap: 10px; margin-top: 20px; color: var(--gold-light); font-size: .82rem; font-weight: 800; }
.text-link span { transition: transform .2s ease; }
.text-link:hover span { transform: translateX(4px); }

.contact-section { padding: 110px 0; background: var(--paper); }
.contact-shell { position: relative; overflow: hidden; display: grid; grid-template-columns: minmax(0, .78fr) minmax(480px, 1.22fr); gap: 70px; padding: 68px; color: #fff; background: radial-gradient(circle at 10% 90%, rgba(198, 139, 32, .19), transparent 28%), linear-gradient(135deg, var(--burgundy), var(--burgundy-dark)); border-radius: 36px; box-shadow: 0 30px 80px rgba(81, 0, 15, .16); }
.contact-shell::before { content: ""; position: absolute; width: 370px; height: 370px; left: -220px; bottom: -230px; border: 1px solid rgba(226, 178, 77, .28); border-radius: 50%; box-shadow: 0 0 0 50px rgba(226, 178, 77, .03), 0 0 0 100px rgba(226, 178, 77, .02); }
.contact-copy, .quote-form { position: relative; z-index: 2; }
.contact-copy h2 { color: #fff; }
.contact-copy > p:not(.eyebrow) { max-width: 500px; margin: 24px 0 0; color: rgba(255, 255, 255, .66); }
.contact-details { display: grid; gap: 14px; margin-top: 42px; }
.contact-details div { padding-top: 14px; border-top: 1px solid rgba(255, 255, 255, .16); }
.contact-details small, .contact-details strong { display: block; }
.contact-details small { color: var(--gold-light); font-size: .61rem; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.contact-details strong { margin-top: 4px; font-size: .86rem; }
.quote-form { padding: 34px; color: var(--ink); background: var(--paper); border-radius: 22px; box-shadow: 0 22px 60px rgba(38, 0, 7, .22); }
.form-intro { display: flex; align-items: baseline; justify-content: space-between; gap: 20px; margin-bottom: 24px; padding-bottom: 18px; border-bottom: 1px solid var(--line); }
.form-intro strong { color: var(--burgundy); font-size: 1.05rem; }
.form-intro span { color: #8a7d78; font-size: .68rem; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.quote-form label { display: grid; gap: 7px; margin-bottom: 14px; color: #594b48; font-size: .72rem; font-weight: 800; }
.quote-form input, .quote-form select, .quote-form textarea { width: 100%; padding: 13px 14px; color: var(--ink); background: #fbf8f3; border: 1px solid #ded3c5; border-radius: 10px; outline: none; }
.quote-form textarea { resize: vertical; }
.quote-form input:focus, .quote-form select:focus, .quote-form textarea:focus { border-color: var(--gold); box-shadow: 0 0 0 3px rgba(198, 139, 32, .14); }
.btn-full { width: 100%; border: 0; }
.form-note { margin: 12px 0 0; color: #887b77; font-size: .67rem; text-align: center; }

.site-footer { padding: 58px 0 28px; color: #fff; background: #2b050d; border-top: 4px solid var(--gold); }
.footer-main { display: flex; justify-content: space-between; gap: 30px; align-items: center; }
.footer-brand { display: flex; align-items: center; gap: 13px; }
.footer-brand img { width: 58px; height: 58px; object-fit: cover; border-radius: 50%; }
.footer-brand span, .footer-brand strong, .footer-brand small { display: block; }
.footer-brand strong { font-size: .82rem; letter-spacing: .07em; text-transform: uppercase; }
.footer-brand small { margin-top: 4px; color: rgba(255, 255, 255, .46); font-size: .62rem; letter-spacing: .06em; text-transform: uppercase; }
.footer-links { display: flex; flex-wrap: wrap; gap: 24px; color: rgba(255, 255, 255, .62); font-size: .75rem; font-weight: 700; }
.footer-links a:hover { color: var(--gold-light); }
.footer-bottom { display: flex; justify-content: space-between; gap: 30px; margin-top: 44px; padding-top: 20px; color: rgba(255, 255, 255, .36); border-top: 1px solid rgba(255, 255, 255, .1); }
.footer-bottom small { font-size: .65rem; }
.footer-bottom small:last-child { max-width: 640px; text-align: right; }

@media (max-width: 1040px) {
  .hero-layout { grid-template-columns: minmax(0, 1fr) minmax(360px, .8fr); gap: 46px; }
  .hero h1 { font-size: clamp(3.4rem, 6.6vw, 5.6rem); }
  .hero-visual { min-height: 520px; }
  .location-badge { left: -16px; bottom: 62px; }
  .approach-grid { grid-template-columns: 1fr 390px; gap: 46px; }
  .contact-shell { gap: 46px; padding: 52px; }
}

@media (max-width: 900px) {
  .nav-toggle { display: block; }
  .main-nav { display: none; position: absolute; top: 82px; left: 24px; right: 24px; flex-direction: column; align-items: stretch; gap: 4px; padding: 18px; color: #fff; background: var(--burgundy-dark); border: 1px solid rgba(255, 255, 255, .13); border-radius: 17px; box-shadow: var(--shadow); }
  .main-nav.is-open { display: flex; }
  .main-nav a { padding: 10px 12px; }
  .main-nav > a:not(.nav-cta)::after { display: none; }
  .main-nav > a:not(.nav-cta):hover { color: var(--gold-light); }
  .nav-cta { margin-top: 5px; color: var(--burgundy-dark); background: var(--gold-light); border-color: var(--gold-light); text-align: center; }
  .nav-cta:hover { color: var(--burgundy-dark); background: var(--gold); border-color: var(--gold); }
  .hero-layout { grid-template-columns: 1fr; min-height: 0; padding-block: 80px; }
  .hero-copy { max-width: 760px; }
  .hero h1 { max-width: 720px; }
  .hero-visual { width: min(100%, 620px); min-height: 590px; margin-inline: auto; }
  .section-heading, .approach-grid, .contact-shell { grid-template-columns: 1fr; }
  .section-heading { gap: 22px; }
  .section-heading > p { max-width: 660px; }
  .approach-grid { gap: 38px; }
  .process-card { position: relative; top: auto; }
  .contact-shell { gap: 42px; }
  .contact-copy { max-width: 650px; }
}

@media (max-width: 680px) {
  .container { width: min(calc(100% - 28px), var(--max)); }
  .site-header { border-top-width: 3px; }
  .nav-wrap { min-height: 72px; }
  .brand img { width: 46px; height: 46px; }
  .brand strong { font-size: .76rem; }
  .brand small { display: none; }
  .main-nav { top: 72px; left: 14px; right: 14px; }
  .hero { padding-top: 75px; }
  .hero-layout { gap: 52px; padding-block: 62px; }
  .hero h1 { font-size: clamp(3.15rem, 15vw, 4.7rem); }
  .hero-lead { margin-top: 23px; }
  .hero-actions { flex-direction: column; align-items: stretch; }
  .btn { width: 100%; }
  .hero-proof { grid-template-columns: 1fr; gap: 13px; }
  .hero-proof div { padding-top: 12px; border-top: 1px solid rgba(123, 7, 29, .10); }
  .hero-proof div:first-child { padding-top: 0; border-top: 0; }
  .hero-visual { min-height: 440px; border-radius: 30px 30px 8px 30px; }
  .seal-frame { width: min(76%, 320px); top: 39px; padding: 7px; }
  .location-badge { left: 18px; right: 18px; bottom: 50px; min-width: 0; }
  .visual-note { display: none; }
  .service-ribbon { grid-template-columns: 1fr 1fr; border-radius: 17px 17px 0 0; }
  .service-ribbon span { padding: 17px 12px 17px 29px; font-size: .62rem; }
  .service-ribbon span::before { left: 14px; }
  .service-ribbon span:nth-child(3) { border-left: 0; border-top: 1px solid rgba(255, 255, 255, .10); }
  .service-ribbon span:nth-child(4) { border-top: 1px solid rgba(255, 255, 255, .10); }
  .section { padding: 82px 0; }
  .section-heading { margin-bottom: 36px; }
  .section-heading h2, .approach-copy h2, .contact-copy h2 { font-size: clamp(2.2rem, 10vw, 3.35rem); }
  .service-grid { grid-template-columns: 1fr; }
  .service-card { min-height: 0; padding: 27px; }
  .portfolio-grid { grid-template-columns: 1fr; }
  .portfolio-card, .portfolio-card.portfolio-lead, .portfolio-card:nth-child(n+4) { grid-column: auto; grid-row: auto; min-height: 310px; }
  .portfolio-card img, .portfolio-card.portfolio-lead img { min-height: 310px; }
  .credential-grid { grid-template-columns: 1fr; }
  .credential-grid > div { min-height: 0; }
  .process-card { padding: 31px 27px; }
  .contact-section { padding: 72px 0; }
  .contact-shell { width: calc(100% - 20px); padding: 40px 22px; border-radius: 26px; }
  .quote-form { padding: 24px 19px; }
  .form-intro { display: block; }
  .form-intro span { display: block; margin-top: 3px; }
  .form-row { grid-template-columns: 1fr; gap: 0; }
  .footer-main, .footer-bottom { flex-direction: column; align-items: flex-start; }
  .footer-links { gap: 16px 20px; }
  .footer-bottom { gap: 12px; }
  .footer-bottom small:last-child { text-align: left; }
}

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

.slideshow .slides { position: absolute; inset: 0; }
.slideshow .slide { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: 0; transition: opacity 0.6s ease; }
.slideshow .slide.is-active { opacity: 1; }
.slide-control { position: absolute; z-index: 4; top: 50%; width: 44px; height: 44px; padding: 0; color: white; background: rgba(81, 0, 15, 0.75); border: 1px solid rgba(255, 255, 255, 0.35); border-radius: 50%; cursor: pointer; transform: translateY(-50%); }
.slide-control:hover { background: #7b071d; }
.slide-prev { left: 18px; }
.slide-next { right: 18px; }
.slide-dots { position: absolute; z-index: 4; right: 22px; bottom: 84px; display: flex; gap: 7px; }
.slide-dot { width: 9px; height: 9px; padding: 0; background: rgba(255, 255, 255, 0.45); border: 0; border-radius: 50%; cursor: pointer; }
.slide-dot.is-active { background: #e2b24d; }