/*
Theme Name: Tonya Kowch Signature
Theme URI: https://tonyakowch.com/
Author: Northern Web Development
Description: A warm, editorial, performance-focused WordPress theme created for Tonya Kowch, REALTOR®.
Version: 4.2.0
Requires at least: 6.6
Requires PHP: 8.0
Text Domain: tonya-signature
*/

:root {
    --ink: #272322;
    --ink-soft: #554d4a;
    --paper: #fdfbf9;
    --cream: #f6f0ec;
    --blush: #ead9d7;
    --rose: #ae6d73;
    --rose-dark: #704348;
    --rose-deep: #4c3033;
    --copper: #b7836f;
    --white: #ffffff;
    --line: rgba(39, 35, 34, .14);
    --line-light: rgba(255, 255, 255, .22);
    --shadow: 0 26px 80px rgba(66, 44, 40, .11);
    --serif: "Iowan Old Style", "Palatino Linotype", Palatino, Baskerville, Georgia, serif;
    --sans: Avenir, "Avenir Next", "Segoe UI", Helvetica, Arial, sans-serif;
    --script: "Segoe Script", "Bradley Hand", "Brush Script MT", cursive;
    --shell: min(1320px, calc(100vw - 96px));
    --narrow: min(940px, calc(100vw - 96px));
    --prose: min(760px, calc(100vw - 64px));
    --section: clamp(88px, 10vw, 156px);
    --radius: 3px;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 120px; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: var(--sans); font-size: 17px; line-height: 1.7; text-rendering: optimizeLegibility; -webkit-font-smoothing: antialiased; }
body.menu-open { overflow: hidden; }
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; }
button { cursor: pointer; }
::selection { color: var(--white); background: var(--rose); }
:focus-visible { outline: 3px solid var(--copper); outline-offset: 4px; }

.shell { width: var(--shell); margin-inline: auto; }
.shell--narrow { width: var(--narrow); }
.shell--prose { width: var(--prose); }
.site-main { overflow: clip; }
.section { padding-block: var(--section); position: relative; }
.section--tint { background: var(--cream); }
.section--services { background: linear-gradient(180deg, var(--paper), #faf5f2); }
.section--resources { background: var(--paper); }
.skip-link { position: fixed; z-index: 99999; left: 20px; top: -100px; padding: 12px 18px; color: var(--white); background: var(--ink); }
.skip-link:focus { top: 20px; }

h1, h2, h3, h4, p { margin-top: 0; }
h1, h2, h3 { font-family: var(--serif); font-weight: 400; letter-spacing: -.035em; line-height: .99; }
h1 { font-size: clamp(58px, 7.5vw, 122px); }
h2 { font-size: clamp(44px, 5.2vw, 78px); }
h3 { font-size: clamp(27px, 2.3vw, 37px); }
h1 em, h2 em { color: var(--rose); font-weight: 400; }
.lead { color: var(--ink); font-family: var(--serif); font-size: clamp(23px, 2.1vw, 32px); line-height: 1.38; letter-spacing: -.018em; }
.eyebrow { display: flex; align-items: center; gap: 12px; margin-bottom: 28px; color: var(--rose-dark); font-size: 11px; font-weight: 700; letter-spacing: .19em; line-height: 1.2; text-transform: uppercase; }
.eyebrow::before { width: 34px; height: 1px; background: currentColor; content: ""; }
.eyebrow--light { color: #ead2cf; }
.section-heading { margin-bottom: clamp(52px, 7vw, 92px); }
.section-heading h2 { max-width: 830px; margin-bottom: 0; }
.section-heading--split { display: grid; grid-template-columns: minmax(0, 1.55fr) minmax(260px, .6fr); align-items: end; gap: 72px; }
.section-heading--split > p { max-width: 430px; margin-bottom: 6px; color: var(--ink-soft); }
.section-heading--center { max-width: 900px; margin-inline: auto; text-align: center; }
.section-heading--center .eyebrow { justify-content: center; }
.section-heading--center > p { max-width: 700px; margin: 28px auto 0; color: var(--ink-soft); }
.section-action { margin-top: 52px; text-align: center; }

.button-row { display: flex; flex-wrap: wrap; align-items: center; gap: 13px; }
.button { display: inline-flex; align-items: center; justify-content: space-between; gap: 30px; min-height: 54px; padding: 15px 22px; border: 1px solid transparent; border-radius: var(--radius); font-size: 11px; font-weight: 700; letter-spacing: .12em; line-height: 1.2; text-transform: uppercase; transition: color .25s ease, background .25s ease, border-color .25s ease, transform .25s ease; }
.button span { font-size: 17px; font-weight: 400; line-height: 1; }
.button:hover { transform: translateY(-2px); }
.button--primary { color: var(--white); background: var(--rose-deep); border-color: var(--rose-deep); }
.button--primary:hover { background: var(--rose); border-color: var(--rose); }
.button--outline { color: var(--ink); background: transparent; border-color: var(--line); }
.button--outline:hover { color: var(--white); background: var(--ink); border-color: var(--ink); }
.button--light { color: var(--rose-deep); background: var(--white); border-color: var(--white); }
.button--light:hover { color: var(--white); background: var(--rose); border-color: var(--rose); }
.button--text { min-height: auto; padding: 12px 0 8px; border: 0; border-bottom: 1px solid var(--ink); }
.button--text:hover { color: var(--rose-dark); border-color: var(--rose-dark); }
.text-link { display: inline-flex; align-items: center; gap: 12px; font-size: 12px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.text-link span { transition: transform .2s ease; }
.text-link:hover span { transform: translateX(5px); }

/* Header */
.service-ribbon { color: #f9eeec; background: var(--rose-deep); font-size: 10px; font-weight: 650; letter-spacing: .14em; text-transform: uppercase; }
.service-ribbon__inner { display: flex; align-items: center; min-height: 34px; gap: 11px; }
.service-ribbon i { width: 3px; height: 3px; border-radius: 50%; background: var(--copper); }
.service-ribbon__promise { margin-left: auto; color: #d6b9b6; letter-spacing: .09em; text-transform: none; }
.site-header { position: sticky; z-index: 100; top: 0; background: rgba(253, 251, 249, .96); border-bottom: 1px solid var(--line); backdrop-filter: blur(18px); transition: box-shadow .25s ease; }
.admin-bar .site-header { top: 32px; }
.site-header.is-scrolled { box-shadow: 0 10px 35px rgba(50, 35, 33, .08); }
.site-header__inner { display: grid; grid-template-columns: 190px minmax(0, 1fr); align-items: center; min-height: 92px; gap: 36px; }
.wordmark { display: inline-flex; flex-direction: column; align-items: flex-start; justify-self: start; color: var(--ink); line-height: 1; }
.wordmark__name { font-family: var(--serif); font-size: 24px; letter-spacing: .04em; text-transform: uppercase; white-space: nowrap; }
.wordmark__name em { color: var(--rose); font-family: var(--script); font-size: 1.15em; font-weight: 400; letter-spacing: -.08em; text-transform: none; }
.wordmark__role { margin-top: 7px; font-size: 8px; font-weight: 650; letter-spacing: .37em; }
.site-navigation { display: flex; align-items: center; justify-content: flex-end; min-width: 0; gap: clamp(22px, 3vw, 46px); }
.primary-nav .menu { display: flex; align-items: center; gap: clamp(17px, 2vw, 31px); margin: 0; padding: 0; list-style: none; }
.primary-nav a { position: relative; display: block; padding: 35px 0; font-size: 10px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; white-space: nowrap; }
.primary-nav a::after { position: absolute; right: 0; bottom: 26px; left: 0; height: 1px; background: var(--rose); transform: scaleX(0); transform-origin: right; transition: transform .25s ease; content: ""; }
.primary-nav a:hover::after, .primary-nav .current-menu-item > a::after { transform: scaleX(1); transform-origin: left; }
.site-navigation__actions { display: flex; align-items: center; gap: 9px; }
.nav-search, .nav-talk { display: inline-flex; align-items: center; justify-content: center; min-height: 42px; padding: 11px 15px; border: 1px solid var(--line); font-size: 9px; font-weight: 750; letter-spacing: .11em; text-transform: uppercase; white-space: nowrap; }
.nav-search { gap: 12px; }
.nav-search:hover { color: var(--white); background: var(--ink); }
.nav-talk { color: var(--white); background: var(--rose-deep); border-color: var(--rose-deep); }
.nav-talk:hover { background: var(--rose); border-color: var(--rose); }
.menu-toggle { display: none; align-items: center; gap: 12px; padding: 10px 0; border: 0; color: var(--ink); background: none; }
.menu-toggle__label { font-size: 10px; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; }
.menu-toggle__lines { display: grid; gap: 5px; width: 25px; }
.menu-toggle__lines i { width: 100%; height: 1px; background: currentColor; transition: transform .25s ease; }

/* Homepage hero */
.hero { position: relative; min-height: min(850px, calc(100vh - 126px)); padding: clamp(65px, 7vw, 108px) 0 clamp(72px, 8vw, 120px); background: radial-gradient(circle at 18% 10%, #fff 0, transparent 30%), linear-gradient(135deg, var(--paper) 0%, #f8f0ed 100%); }
.hero::before { position: absolute; top: 0; bottom: 0; left: 50%; width: 1px; background: rgba(174, 109, 115, .1); content: ""; }
.hero__grid { display: grid; grid-template-columns: minmax(0, .94fr) minmax(480px, .82fr); align-items: center; gap: clamp(60px, 9vw, 150px); }
.hero__copy { position: relative; z-index: 2; max-width: 700px; padding-left: clamp(0px, 2vw, 30px); }
.hero h1 { margin-bottom: 34px; }
.hero__intro { max-width: 650px; margin-bottom: 38px; color: var(--ink-soft); font-size: clamp(18px, 1.4vw, 21px); }
.hero__search-link { display: flex; align-items: center; justify-content: space-between; max-width: 485px; margin-top: 31px; padding: 16px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); font-size: 12px; }
.hero__search-link span { color: var(--ink-soft); }
.hero__search-link strong { font-size: 10px; letter-spacing: .1em; text-transform: uppercase; }
.hero__visual { position: relative; max-width: 600px; padding: 0 44px 44px 0; }
.hero__visual::before { position: absolute; z-index: 0; top: 8%; right: 0; bottom: 0; left: 20%; background: var(--blush); content: ""; }
.hero__photo { position: relative; z-index: 1; aspect-ratio: 3 / 4; overflow: hidden; box-shadow: var(--shadow); }
.hero__portrait { width: 100%; height: 100%; object-fit: cover; object-position: 50% 35%; }
.hero__note { position: absolute; z-index: 3; right: -30px; bottom: 74px; display: grid; grid-template-columns: auto 1fr; align-items: start; width: 280px; padding: 22px 24px; color: var(--white); background: var(--rose-deep); box-shadow: 0 18px 50px rgba(60, 37, 39, .22); gap: 18px; }
.hero__note > span { color: #d9b5b0; font-family: var(--serif); font-size: 22px; }
.hero__note p { margin: 0; font-size: 12px; line-height: 1.55; }
.hero__note strong { font-family: var(--serif); font-size: 18px; font-weight: 400; }
.hero__signature { position: absolute; z-index: 2; top: -35px; right: -8px; color: var(--rose); font-family: var(--script); font-size: clamp(62px, 7vw, 106px); opacity: .72; transform: rotate(-6deg); }
.trust-line { border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); background: var(--white); }
.trust-line__inner { display: flex; align-items: center; justify-content: center; min-height: 72px; gap: clamp(20px, 4vw, 62px); color: var(--ink-soft); font-size: 10px; font-weight: 700; letter-spacing: .15em; text-transform: uppercase; }
.trust-line i { width: 4px; height: 4px; border-radius: 50%; background: var(--rose); }

/* Homepage sections */
.split-feature { display: grid; grid-template-columns: minmax(380px, .86fr) minmax(0, 1fr); align-items: center; gap: clamp(70px, 10vw, 160px); }
.split-feature__visual { position: relative; max-width: 560px; padding-left: 42px; }
.split-feature__visual::before { position: absolute; top: 40px; right: 18%; bottom: -30px; left: 0; border: 1px solid rgba(174, 109, 115, .45); content: ""; }
.split-feature__photo { position: relative; z-index: 1; aspect-ratio: 4 / 5; overflow: hidden; }
.split-feature__image { width: 100%; height: 100%; object-fit: cover; object-position: center 25%; }
.split-feature__caption { position: absolute; z-index: 2; right: -18px; bottom: 30px; padding: 16px 19px; color: var(--white); background: var(--ink); font-family: var(--serif); font-size: 19px; line-height: 1.35; }
.split-feature__copy h2 { margin-bottom: 35px; }
.split-feature__copy > p:not(.eyebrow) { max-width: 660px; color: var(--ink-soft); }
.split-feature__copy .lead { color: var(--ink); }
.split-feature__copy .button { margin-top: 22px; }
.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.service-card { position: relative; display: flex; flex-direction: column; justify-content: space-between; min-height: 330px; padding: clamp(29px, 3.4vw, 48px); border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); background: rgba(255, 255, 255, .5); transition: background .28s ease, color .28s ease, transform .28s ease; }
.service-card--wide { grid-column: span 2; }
.service-card__number { color: var(--rose); font-family: var(--serif); font-size: 18px; }
.service-card h3 { margin: 0 0 15px; }
.service-card p { max-width: 400px; margin: 0; color: var(--ink-soft); font-size: 15px; }
.service-card__arrow { position: absolute; top: 35px; right: 36px; font-size: 22px; transition: transform .25s ease; }
.service-card:hover { z-index: 2; color: var(--white); background: var(--rose-deep); transform: translateY(-5px); }
.service-card:hover p, .service-card:hover .service-card__number { color: #ead2cf; }
.service-card:hover .service-card__arrow { transform: translate(3px, -3px); }
.service-card--rose { color: var(--white); background: var(--rose); }
.service-card--rose p, .service-card--rose .service-card__number { color: #fff1ef; }
.local-feature { color: var(--white); background: var(--rose-deep); }
.local-feature::after { position: absolute; right: -100px; bottom: -160px; width: 480px; height: 480px; border: 1px solid rgba(255,255,255,.08); border-radius: 50%; content: ""; }
.local-feature__grid { display: grid; grid-template-columns: minmax(0, .75fr) minmax(450px, .95fr); align-items: start; gap: clamp(70px, 10vw, 150px); }
.local-feature__intro { position: sticky; top: 130px; }
.local-feature__intro h2 { margin-bottom: 32px; }
.local-feature__intro h2 em { color: #e3bab7; }
.local-feature__intro p:not(.eyebrow) { max-width: 600px; color: #d7c4c1; }
.local-feature__intro .button { margin-top: 25px; }
.community-list { border-top: 1px solid var(--line-light); }
.community-list a { display: grid; grid-template-columns: 54px 1fr auto; align-items: center; min-height: 82px; border-bottom: 1px solid var(--line-light); font-family: var(--serif); font-size: clamp(26px, 2.3vw, 35px); transition: padding .2s ease, color .2s ease; }
.community-list a:hover { padding-inline: 12px; color: #f2cbc7; }
.community-list span { color: #c9a09d; font-family: var(--sans); font-size: 10px; letter-spacing: .13em; }
.community-list i { font-family: var(--sans); font-size: 17px; font-style: normal; }
.resource-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.resource-card { position: relative; min-height: 350px; padding: clamp(34px, 4vw, 58px); border: 1px solid var(--line); background: var(--white); transition: border-color .25s ease, transform .25s ease, box-shadow .25s ease; }
.resource-card:hover { border-color: var(--rose); box-shadow: var(--shadow); transform: translateY(-5px); }
.resource-card > span { color: var(--rose-dark); font-size: 10px; font-weight: 750; letter-spacing: .16em; text-transform: uppercase; }
.resource-card h3 { max-width: 460px; margin: 52px 0 18px; }
.resource-card p { max-width: 470px; color: var(--ink-soft); font-size: 15px; }
.resource-card i { position: absolute; right: 45px; bottom: 36px; left: 45px; display: flex; justify-content: space-between; padding-top: 13px; border-top: 1px solid var(--line); font-size: 10px; font-weight: 700; font-style: normal; letter-spacing: .1em; text-transform: uppercase; }
.resource-card--accent { background: var(--blush); border-color: var(--blush); }
.kowch-feature { background: #f2e6e2; }
.kowch-feature__grid { display: grid; grid-template-columns: minmax(450px, 1.05fr) minmax(0, .8fr); align-items: center; gap: clamp(70px, 10vw, 150px); }
.kowch-feature__image-wrap { position: relative; }
.kowch-feature__image { width: 100%; aspect-ratio: 5 / 4; object-fit: cover; }
.kowch-feature__stamp { position: absolute; right: -42px; bottom: -30px; display: flex; flex-direction: column; align-items: center; justify-content: center; width: 150px; height: 150px; border-radius: 50%; color: var(--white); background: var(--rose-deep); transform: rotate(-9deg); }
.kowch-feature__stamp span { font-family: var(--script); font-size: 25px; }
.kowch-feature__stamp strong { font-family: var(--serif); font-size: 22px; font-weight: 400; }
.kowch-feature__copy h2 { margin-bottom: 30px; }
.kowch-feature__copy > p:not(.eyebrow) { color: var(--ink-soft); }
.category-links { margin: 34px 0; border-top: 1px solid var(--line); }
.category-links a { display: flex; align-items: center; justify-content: space-between; padding: 13px 0; border-bottom: 1px solid var(--line); font-size: 12px; font-weight: 650; letter-spacing: .05em; }
.category-links a:hover { color: var(--rose-dark); }
.testimonial-grid { display: grid; grid-template-columns: repeat(2, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.testimonial-card { min-height: 370px; padding: clamp(35px, 4vw, 60px); border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); background: var(--white); }
.testimonial-card__stars { margin-bottom: 30px; color: var(--copper); font-size: 13px; letter-spacing: .22em; }
.testimonial-card blockquote { margin: 0; }
.testimonial-card blockquote p { font-family: var(--serif); font-size: clamp(21px, 2vw, 29px); line-height: 1.45; }
.testimonial-card footer { display: flex; flex-direction: column; margin-top: 30px; font-size: 11px; letter-spacing: .07em; text-transform: uppercase; }
.testimonial-card footer span { color: var(--ink-soft); }
.personal-note { padding-top: 70px; background: var(--paper); }
.personal-note__grid { display: grid; grid-template-columns: minmax(0, .75fr) minmax(520px, 1fr); align-items: center; gap: clamp(60px, 9vw, 140px); }
.personal-note__copy p:not(.eyebrow) { color: var(--ink-soft); }
.personal-note__images { display: grid; grid-template-columns: .72fr 1fr; align-items: end; gap: 18px; }
.personal-note__images > div:first-child { margin-bottom: 70px; }
.personal-note__portrait { width: 100%; aspect-ratio: 3 / 4; object-fit: cover; }
.personal-note__landscape { width: 100%; aspect-ratio: 1 / 1; object-fit: cover; }
.home-contact { background: var(--blush); }
.home-contact__grid { display: grid; grid-template-columns: minmax(0, .68fr) minmax(500px, 1fr); gap: clamp(70px, 10vw, 150px); }
.home-contact__intro h2 { margin-bottom: 28px; }
.home-contact__intro > p:not(.eyebrow) { max-width: 540px; color: var(--ink-soft); }
.home-contact__aside { display: flex; flex-direction: column; margin-top: 65px; padding-top: 20px; border-top: 1px solid rgba(39,35,34,.25); }
.home-contact__aside span { color: var(--rose-dark); font-family: var(--script); font-size: 26px; }
.home-contact__aside strong { max-width: 380px; margin-top: 8px; font-family: var(--serif); font-size: 24px; font-weight: 400; line-height: 1.3; }
.home-contact__form { padding: clamp(30px, 4vw, 55px); background: var(--white); box-shadow: var(--shadow); }

/* Forms */
.contact-form__row { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.field { margin-bottom: 20px; }
.field label { display: block; margin-bottom: 8px; color: var(--ink-soft); font-size: 10px; font-weight: 750; letter-spacing: .12em; text-transform: uppercase; }
.field input, .field textarea, .field select { width: 100%; min-height: 52px; padding: 12px 0; border: 0; border-bottom: 1px solid rgba(39,35,34,.28); border-radius: 0; color: var(--ink); background: transparent; outline: 0; }
.field textarea { resize: vertical; }
.field input:focus, .field textarea:focus, .field select:focus { border-color: var(--rose-dark); box-shadow: 0 1px 0 var(--rose-dark); }
.contact-form__submit { display: flex; align-items: center; gap: 25px; margin-top: 9px; }
.contact-form__submit p { max-width: 300px; margin: 0; color: var(--ink-soft); font-size: 11px; line-height: 1.5; }
.honey-field { position: absolute !important; overflow: hidden; width: 1px; height: 1px; clip: rect(1px, 1px, 1px, 1px); }
.form-notice { display: flex; flex-direction: column; margin-bottom: 25px; padding: 15px 18px; border-left: 3px solid; font-size: 13px; }
.form-notice--success { border-color: #59765f; background: #edf5ee; }
.form-notice--error { border-color: #9d4f53; background: #faeded; }

/* Shared inner-page elements */
.inner-hero { padding: clamp(70px, 8vw, 125px) 0; background: linear-gradient(135deg, var(--paper), var(--cream)); }
.inner-hero__grid { display: grid; grid-template-columns: minmax(0, .9fr) minmax(440px, .8fr); align-items: center; gap: clamp(70px, 10vw, 150px); }
.inner-hero__copy h1 { margin-bottom: 35px; }
.inner-hero__copy .lead { max-width: 690px; }
.inner-hero__copy .button-row { margin-top: 42px; }
.inner-hero__visual { position: relative; }
.inner-hero__visual::before { position: absolute; top: -28px; right: -28px; bottom: 28px; left: 25%; border: 1px solid rgba(174,109,115,.4); content: ""; }
.inner-hero__visual--portrait { max-width: 520px; }
.inner-hero__visual--portrait .inner-hero__image { width: 100%; aspect-ratio: 3 / 4; object-fit: cover; object-position: center top; }
.inner-hero__visual--landscape .inner-hero__image { width: 100%; aspect-ratio: 5 / 4; object-fit: cover; }
.inner-hero__image { position: relative; z-index: 1; box-shadow: var(--shadow); }
.inner-hero__tag { position: absolute; z-index: 2; right: -42px; bottom: -28px; padding: 20px 23px; color: var(--white); background: var(--rose-deep); font-family: var(--serif); font-size: 18px; line-height: 1.35; }
.page-jump { border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); background: var(--white); }
.page-jump__inner { display: flex; align-items: center; justify-content: center; min-height: 66px; gap: clamp(20px, 4vw, 55px); font-size: 10px; font-weight: 700; letter-spacing: .11em; text-transform: uppercase; }
.page-jump__inner > span { color: var(--rose-dark); }
.page-jump a { position: relative; }
.page-jump a::after { position: absolute; right: 0; bottom: -7px; left: 0; height: 1px; background: var(--rose); transform: scaleX(0); transition: transform .2s ease; content: ""; }
.page-jump a:hover::after { transform: scaleX(1); }
.content-intro__grid { display: grid; grid-template-columns: minmax(180px, .42fr) minmax(0, 1fr); gap: clamp(50px, 10vw, 150px); }
.content-intro__grid h2 { max-width: 850px; margin-bottom: 35px; }
.content-intro__grid > div > p { max-width: 780px; color: var(--ink-soft); }
.content-intro__grid .lead { color: var(--ink); }
.process-list { margin: 0; padding: 0; border-top: 1px solid var(--line); list-style: none; }
.process-list li { display: grid; grid-template-columns: 120px 1fr; padding: 39px 0; border-bottom: 1px solid var(--line); gap: 25px; }
.process-list li > span { color: var(--rose); font-family: var(--serif); font-size: 24px; }
.process-list h3 { margin: 0 0 12px; font-size: clamp(26px, 2.5vw, 38px); }
.process-list p { max-width: 730px; margin: 0; color: var(--ink-soft); }
.editorial-split__grid { display: grid; grid-template-columns: minmax(280px, .55fr) minmax(0, 1fr); gap: clamp(60px, 10vw, 150px); }
.editorial-split__aside { align-self: start; display: flex; flex-direction: column; min-height: 360px; padding: 40px; color: var(--white); background: var(--rose); }
.editorial-split__aside span { font-size: 10px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.editorial-split__aside strong { margin-top: auto; font-family: var(--serif); font-size: clamp(28px, 3vw, 42px); font-weight: 400; line-height: 1.12; }
.editorial-split__copy h2 { margin-bottom: 30px; }
.check-grid { display: grid; grid-template-columns: repeat(2, 1fr); margin-top: 55px; border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.check-grid > div { padding: 30px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.check-grid h3 { margin-bottom: 13px; font-size: 25px; }
.check-grid p { margin: 0; color: var(--ink-soft); font-size: 14px; }
.finance-panel { color: var(--white); background: var(--rose-deep); }
.finance-panel__grid { display: grid; grid-template-columns: minmax(0, .85fr) minmax(380px, .75fr); gap: clamp(70px, 10vw, 150px); }
.finance-panel h2 em { color: #e3b8b4; }
.finance-panel__grid > div:last-child > p { color: #dbc8c5; }
.lined-list { margin: 35px 0 40px; padding: 0; border-top: 1px solid var(--line-light); list-style: none; }
.lined-list li { padding: 14px 0; border-bottom: 1px solid var(--line-light); font-size: 13px; letter-spacing: .04em; }
.faq-section__grid { display: grid; grid-template-columns: minmax(280px, .65fr) minmax(0, 1fr); align-items: start; gap: clamp(60px, 9vw, 130px); }
.faq-section__grid > div:first-child { position: sticky; top: 140px; }
.faq-list { border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { display: flex; align-items: center; justify-content: space-between; gap: 30px; padding: 26px 0; font-family: var(--serif); font-size: clamp(21px, 2vw, 29px); line-height: 1.25; cursor: pointer; list-style: none; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary span { color: var(--rose); font-family: var(--sans); font-size: 22px; font-weight: 300; transition: transform .2s ease; }
.faq-list details[open] summary span { transform: rotate(45deg); }
.faq-list details p { max-width: 750px; padding: 0 50px 25px 0; color: var(--ink-soft); }
.search-cta { background: var(--blush); }
.search-cta__inner { display: flex; align-items: end; justify-content: space-between; gap: 60px; }
.search-cta__inner > div { max-width: 850px; }
.search-cta h2 { margin-bottom: 22px; }
.search-cta p:not(.eyebrow) { max-width: 660px; color: var(--ink-soft); }
.feature-steps { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.feature-steps article { min-height: 310px; padding: 36px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.feature-steps span { color: var(--rose); font-family: var(--serif); }
.feature-steps h3 { margin: 80px 0 14px; font-size: 27px; }
.feature-steps p { margin: 0; color: var(--ink-soft); font-size: 14px; }
.pricing-story { color: var(--white); background: var(--rose-deep); }
.pricing-story__grid { display: grid; grid-template-columns: .6fr 1fr; align-items: center; gap: clamp(70px, 10vw, 160px); }
.pricing-story__number { display: grid; place-items: center; aspect-ratio: 1; border: 1px solid var(--line-light); border-radius: 50%; font-family: var(--serif); font-size: clamp(30px, 4vw, 54px); line-height: 1; }
.pricing-story__number strong { color: #ddb4b0; font-size: 90px; font-weight: 400; }
.pricing-story__grid h2 em { color: #e3b8b4; }
.pricing-story__grid > div:last-child > p:not(.eyebrow) { color: #dbc8c5; }
.marketing-grid { display: grid; grid-template-columns: repeat(2, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.marketing-grid article { min-height: 310px; padding: clamp(32px, 4vw, 55px); border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.marketing-grid span { color: var(--rose-dark); font-size: 10px; font-weight: 750; letter-spacing: .15em; text-transform: uppercase; }
.marketing-grid h3 { margin: 60px 0 15px; }
.marketing-grid p { color: var(--ink-soft); }
.process-list--compact { display: grid; grid-template-columns: repeat(2, 1fr); border-left: 1px solid var(--line); }
.process-list--compact li { grid-template-columns: 65px 1fr; padding: 35px; border-right: 1px solid var(--line); }
.consultation-cta, .local-contact { color: var(--white); background: var(--rose); }
.consultation-cta__inner, .local-contact__inner { display: flex; align-items: end; justify-content: space-between; gap: 60px; }
.consultation-cta__inner > div, .local-contact__inner > div { max-width: 890px; }
.consultation-cta h2 em, .local-contact h2 em { color: var(--white); }
.consultation-cta p:not(.eyebrow), .local-contact p:not(.eyebrow) { max-width: 670px; color: #f9e8e6; }

/* About */
.about-hero { padding: clamp(70px, 8vw, 120px) 0; background: var(--cream); }
.about-hero__grid { display: grid; grid-template-columns: minmax(440px, .82fr) minmax(0, 1fr); align-items: center; gap: clamp(70px, 10vw, 150px); }
.about-hero__visual { position: relative; max-width: 560px; padding-left: 45px; }
.about-hero__visual::before { position: absolute; top: 45px; right: 20%; bottom: -28px; left: 0; background: var(--blush); content: ""; }
.about-hero__image { position: relative; z-index: 1; width: 100%; aspect-ratio: 4 / 5; object-fit: cover; }
.about-hero__year { position: absolute; z-index: 2; right: -45px; bottom: 25px; display: flex; align-items: center; gap: 15px; padding: 18px 22px; color: var(--white); background: var(--rose-deep); font-family: var(--serif); font-size: 36px; }
.about-hero__year small { font-family: var(--sans); font-size: 9px; font-weight: 700; letter-spacing: .09em; line-height: 1.5; text-transform: uppercase; }
.about-hero h1 { margin-bottom: 34px; }
.about-hero__copy > p:not(.eyebrow) { max-width: 690px; color: var(--ink-soft); }
.about-hero__copy .lead { color: var(--ink); }
.about-hero__copy .button { margin-top: 24px; }
.story-section__grid { display: grid; grid-template-columns: minmax(280px, .72fr) minmax(0, 1fr); gap: clamp(70px, 10vw, 150px); }
.story-section__copy p { color: var(--ink-soft); }
.story-section__copy .lead { color: var(--ink); }
.values-section { background: var(--paper); }
.values-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.values-grid article { min-height: 330px; padding: 35px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.values-grid span { color: var(--rose); font-family: var(--serif); }
.values-grid h3 { margin: 90px 0 14px; font-size: 27px; }
.values-grid p { margin: 0; color: var(--ink-soft); font-size: 14px; }
.why-section { color: var(--white); background: var(--rose-deep); }
.why-section__grid { display: grid; grid-template-columns: minmax(380px, .75fr) minmax(0, 1fr); align-items: center; gap: clamp(70px, 10vw, 150px); }
.why-section__photo { max-width: 530px; }
.why-section__image { width: 100%; aspect-ratio: 4 / 5; object-fit: cover; object-position: center top; }
.why-section h2 em { color: #e2b7b3; }
.why-section__copy p:not(.eyebrow) { color: #dbc8c5; }
.why-section__copy .lead { color: var(--white); }
.life-section__grid { display: grid; grid-template-columns: minmax(0, .8fr) minmax(470px, 1fr); align-items: center; gap: clamp(70px, 10vw, 150px); }
.life-section__copy p:not(.eyebrow) { color: var(--ink-soft); }
.life-section__visual { position: relative; }
.life-section__image { width: 100%; aspect-ratio: 5 / 4; object-fit: cover; }
.life-section__visual span { position: absolute; right: -20px; bottom: -25px; padding: 20px 25px; color: var(--white); background: var(--rose); font-family: var(--serif); font-size: 22px; line-height: 1.25; }

/* Local */
.local-hero { padding: clamp(95px, 12vw, 180px) 0; color: var(--white); background: linear-gradient(135deg, rgba(76,48,51,.96), rgba(112,67,72,.91)); }
.local-hero__inner { text-align: center; }
.local-hero .eyebrow { justify-content: center; }
.local-hero h1 { max-width: 1100px; margin: 0 auto 35px; }
.local-hero h1 em { color: #e6c0bd; }
.local-hero p:not(.eyebrow) { max-width: 780px; margin-inline: auto; color: #dcc8c5; font-size: 20px; }
.local-hero__route { display: flex; align-items: center; justify-content: center; gap: 18px; margin-top: 50px; font-size: 10px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.local-hero__route i { width: 70px; height: 1px; background: rgba(255,255,255,.3); }
.community-cards { display: grid; grid-template-columns: repeat(2, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.community-card { position: relative; min-height: 420px; padding: clamp(35px, 4vw, 55px); border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); background: rgba(255,255,255,.45); }
.community-card__index { color: var(--rose); font-family: var(--serif); }
.community-card h3 { margin: 48px 0 16px; }
.community-card > p { max-width: 500px; color: var(--ink-soft); }
.community-card ul { display: flex; flex-wrap: wrap; gap: 7px; margin: 30px 0 45px; padding: 0; list-style: none; }
.community-card li { padding: 6px 9px; border: 1px solid var(--line); font-size: 9px; font-weight: 700; letter-spacing: .07em; text-transform: uppercase; }
.community-card > a { position: absolute; right: 50px; bottom: 35px; left: 50px; display: flex; justify-content: space-between; padding-top: 13px; border-top: 1px solid var(--line); font-size: 10px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.community-card > a:hover { color: var(--rose-dark); }
.local-value__grid { display: grid; grid-template-columns: .72fr 1fr; gap: clamp(70px, 10vw, 150px); }
.local-value__items { border-top: 1px solid var(--line); }
.local-value__items article { padding: 29px 0; border-bottom: 1px solid var(--line); }
.local-value__items h3 { margin-bottom: 10px; font-size: 30px; }
.local-value__items p { margin: 0; color: var(--ink-soft); }

/* Blog */
.kowch-hero { padding: clamp(70px, 8vw, 120px) 0; background: var(--blush); }
.kowch-hero__grid { display: grid; grid-template-columns: minmax(0, .9fr) minmax(470px, .9fr); align-items: center; gap: clamp(70px, 10vw, 150px); }
.kowch-hero h1 { margin-bottom: 30px; }
.kowch-hero__copy > p:not(.eyebrow) { max-width: 690px; color: var(--ink-soft); font-size: 19px; }
.kowch-hero__visual { position: relative; }
.kowch-hero__image { width: 100%; aspect-ratio: 5 / 4; object-fit: cover; }
.kowch-hero__visual span { position: absolute; right: -28px; bottom: -28px; display: flex; align-items: center; justify-content: center; width: 145px; height: 145px; border-radius: 50%; color: var(--white); background: var(--rose-deep); font-family: var(--serif); font-size: 22px; line-height: 1.2; text-align: center; transform: rotate(-7deg); }
.category-directory__grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.category-tile { position: relative; min-height: 310px; padding: 35px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); transition: color .25s ease, background .25s ease; }
.category-tile:hover { color: var(--white); background: var(--rose-deep); }
.category-tile > span { color: var(--rose); font-family: var(--serif); }
.category-tile:hover > span, .category-tile:hover p { color: #e6cbc8; }
.category-tile h3 { margin: 50px 0 14px; font-size: 29px; }
.category-tile p { color: var(--ink-soft); font-size: 14px; }
.category-tile i { position: absolute; bottom: 28px; left: 35px; font-size: 9px; font-weight: 700; font-style: normal; letter-spacing: .1em; text-transform: uppercase; }
.post-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.post-card { background: var(--white); border: 1px solid var(--line); transition: transform .25s ease, box-shadow .25s ease; }
.post-card:hover { box-shadow: var(--shadow); transform: translateY(-5px); }
.post-card__image { display: block; overflow: hidden; aspect-ratio: 4 / 3; background: var(--blush); }
.post-card__image img { width: 100%; height: 100%; object-fit: cover; transition: transform .4s ease; }
.post-card:hover .post-card__image img { transform: scale(1.025); }
.post-card__placeholder { display: flex; flex-direction: column; align-items: center; justify-content: center; width: 100%; height: 100%; color: var(--rose-deep); }
.post-card__placeholder i { font-family: var(--script); font-size: 32px; font-style: normal; }
.post-card__placeholder strong { font-family: var(--serif); font-size: 31px; font-weight: 400; }
.post-card__body { padding: 28px; }
.post-card__meta { display: flex; justify-content: space-between; margin-bottom: 25px; color: var(--rose-dark); font-size: 8px; font-weight: 750; letter-spacing: .09em; text-transform: uppercase; }
.post-card__meta a { color: inherit; }
.post-card h2, .post-card h3 { margin-bottom: 15px; font-size: 31px; line-height: 1.08; }
.post-card__body > p { color: var(--ink-soft); font-size: 14px; }
.post-card .text-link { margin-top: 10px; }
.empty-editorial { display: grid; grid-template-columns: .55fr 1fr auto; align-items: center; padding: clamp(35px, 5vw, 70px); border: 1px solid var(--line); background: var(--white); gap: 45px; }
.empty-editorial__mark { color: var(--rose); font-family: var(--script); font-size: 31px; }
.empty-editorial h3 { margin-bottom: 10px; }
.empty-editorial p { margin: 0; color: var(--ink-soft); }
.pagination { margin-top: 55px; }
.nav-links { display: flex; align-items: center; justify-content: center; gap: 10px; }
.page-numbers { padding: 8px 13px; border: 1px solid var(--line); font-size: 12px; }
.page-numbers.current { color: var(--white); background: var(--rose-deep); border-color: var(--rose-deep); }

/* Contact */
.contact-page { padding: clamp(80px, 10vw, 150px) 0; color: var(--white); background: var(--rose-deep); }
.contact-page__grid { display: grid; grid-template-columns: minmax(0, .8fr) minmax(520px, 1fr); gap: clamp(70px, 10vw, 150px); }
.contact-page__intro { position: sticky; top: 130px; align-self: start; }
.contact-page h1 { margin-bottom: 34px; }
.contact-page h1 em { color: #e4bbb7; }
.contact-page__intro .lead { color: #f4e9e7; }
.contact-page__details { margin-top: 55px; border-top: 1px solid var(--line-light); }
.contact-page__details > * { display: grid; grid-template-columns: 85px 1fr; padding: 14px 0; border-bottom: 1px solid var(--line-light); }
.contact-page__details span { color: #caa7a3; font-size: 9px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.contact-page__details strong { font-size: 13px; font-weight: 500; }
.contact-page__note { display: flex; flex-direction: column; margin-top: 45px; color: #e5cac7; }
.contact-page__note strong { font-family: var(--serif); font-size: 24px; font-weight: 400; }
.contact-page__note span { font-family: var(--script); font-size: 25px; }
.contact-page__form { padding: clamp(35px, 5vw, 70px); color: var(--ink); background: var(--white); }
.contact-page__form h2 { margin-bottom: 42px; font-size: clamp(40px, 4vw, 60px); }

/* Generic content */
.standard-page__header, .archive-header { padding: clamp(75px, 9vw, 130px) 0; background: var(--blush); }
.standard-page__header h1, .archive-header h1 { max-width: 1000px; margin-bottom: 0; }
.standard-page__content { padding-block: var(--section); }
.archive-header__description { max-width: 700px; margin-top: 25px; color: var(--ink-soft); }
.article-page__header { padding: clamp(80px, 10vw, 150px) 0 70px; text-align: center; }
.article-page__category { margin-bottom: 28px; color: var(--rose-dark); font-size: 10px; font-weight: 750; letter-spacing: .13em; text-transform: uppercase; }
.article-page__category a { color: inherit; }
.article-page__header h1 { margin-bottom: 30px; font-size: clamp(52px, 7vw, 104px); }
.article-page__meta { color: var(--ink-soft); font-size: 11px; letter-spacing: .06em; text-transform: uppercase; }
.article-page__meta span { margin-inline: 8px; color: var(--rose); }
.article-page__featured img { width: 100%; max-height: 760px; object-fit: cover; }
.article-page__content { padding-block: clamp(65px, 8vw, 110px); }
.article-page__footer { display: flex; align-items: center; justify-content: space-between; margin-bottom: var(--section); padding: 35px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); gap: 40px; }
.article-page__footer > div { display: flex; flex-direction: column; }
.article-page__footer > div span { color: var(--rose-dark); font-size: 9px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.article-page__footer > div strong { font-family: var(--serif); font-size: 25px; font-weight: 400; }
.article-page__footer p { margin: 0; color: var(--ink-soft); font-size: 13px; }
.prose { font-size: 18px; }
.prose > * { max-width: 760px; margin-right: auto; margin-left: auto; }
.prose h2 { margin-top: 2em; font-size: clamp(37px, 4vw, 58px); }
.prose h3 { margin-top: 1.8em; font-size: clamp(28px, 3vw, 38px); }
.prose p, .prose li { color: #463f3c; }
.prose a { color: var(--rose-dark); text-decoration: underline; text-decoration-thickness: 1px; text-underline-offset: 3px; }
.prose blockquote { margin-block: 50px; padding: 30px 0 30px 35px; border-left: 3px solid var(--rose); }
.prose blockquote p { font-family: var(--serif); font-size: 28px; line-height: 1.4; }
.prose img, .prose .alignwide { max-width: min(1040px, var(--shell)); }
.search-results article { padding: 35px 0; border-bottom: 1px solid var(--line); }
.search-results article > span { color: var(--rose-dark); font-size: 9px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.search-results h2 { margin: 15px 0; font-size: 37px; }
.not-found { display: grid; min-height: 70vh; place-items: center; padding-block: 90px; background: var(--cream); text-align: center; }
.not-found__inner > span { color: var(--blush); font-family: var(--serif); font-size: clamp(100px, 18vw, 260px); line-height: .7; }
.not-found .eyebrow { justify-content: center; margin-top: 30px; }
.not-found h1 { margin-bottom: 25px; }
.not-found p:not(.eyebrow) { max-width: 620px; margin-inline: auto; color: var(--ink-soft); }
.not-found .button-row { justify-content: center; margin-top: 35px; }

/* Footer */
.footer-invitation { padding: 70px 0; color: var(--white); background: var(--rose); }
.footer-invitation__inner { display: flex; align-items: end; justify-content: space-between; gap: 60px; }
.footer-invitation h2 { margin: 0; font-size: clamp(42px, 5vw, 68px); }
.site-footer { padding: 90px 0 28px; color: #eadedb; background: #211d1c; }
.site-footer__grid { display: grid; grid-template-columns: 1.2fr .55fr .7fr; gap: clamp(55px, 9vw, 140px); padding-bottom: 70px; }
.wordmark--footer { color: var(--white); }
.wordmark--footer .wordmark__name { font-size: 29px; }
.site-footer__brand > p { max-width: 430px; margin: 32px 0 0; color: #aa9d99; font-size: 14px; }
.site-footer__brand .site-footer__areas { color: #d9beb9; font-size: 10px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.footer-heading { margin-bottom: 23px; color: #c39894; font-size: 9px; font-weight: 750; letter-spacing: .16em; text-transform: uppercase; }
.footer-menu { margin: 0; padding: 0; list-style: none; }
.footer-menu li { margin-bottom: 9px; }
.footer-menu a, .site-footer__connect > a { display: block; margin-bottom: 9px; color: #eee4e1; font-family: var(--serif); font-size: 18px; }
.footer-menu a:hover, .site-footer__connect > a:hover { color: #dcaeaa; }
.social-links { display: flex; flex-wrap: wrap; gap: 15px; margin-top: 28px; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.12); }
.social-links a { color: #cbbdb9; font-size: 9px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.site-footer__legal { display: flex; align-items: end; justify-content: space-between; padding-top: 24px; border-top: 1px solid rgba(255,255,255,.12); color: #887c79; font-size: 9px; letter-spacing: .07em; text-transform: uppercase; }
.site-footer__legal > div { display: flex; flex-direction: column; }
.site-footer__legal > div:last-child { align-items: flex-end; gap: 5px; }
.site-footer__legal strong { color: #c8b9b5; font-weight: 600; }

.image-placeholder { display: block; width: 100%; height: 100%; min-height: 420px; background: linear-gradient(135deg, var(--blush), var(--cream)); }

@media (max-width: 1180px) {
    :root { --shell: min(100% - 56px, 1180px); }
    .site-header__inner { grid-template-columns: 170px minmax(0, 1fr); gap: 20px; }
    .primary-nav .menu { gap: 17px; }
    .primary-nav a { font-size: 9px; }
    .nav-search { display: none; }
    .hero__grid, .inner-hero__grid { gap: 70px; }
    .hero__note { right: -8px; }
    .feature-steps, .values-grid { grid-template-columns: repeat(2, 1fr); }
    .category-directory__grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 1080px) {
    :root { --section: 92px; }
    .service-ribbon__promise { display: none; }
    .site-header { backdrop-filter: none; }
    .site-header__inner { grid-template-columns: 1fr auto; min-height: 78px; }
    .menu-toggle { display: flex; }
    .menu-toggle[aria-expanded="true"] .menu-toggle__lines i:first-child { transform: translateY(3px) rotate(45deg); }
    .menu-toggle[aria-expanded="true"] .menu-toggle__lines i:last-child { transform: translateY(-3px) rotate(-45deg); }
    .site-navigation { position: fixed; z-index: 999; top: var(--mobile-menu-top, 112px); right: 0; bottom: auto; left: 0; display: flex; flex-direction: column; align-items: stretch; justify-content: flex-start; height: calc(100dvh - var(--mobile-menu-top, 112px)); padding: 35px 28px; overflow-y: auto; overscroll-behavior: contain; background: #fdfbf9; box-shadow: 0 24px 50px rgba(39,35,34,.18); opacity: 0; pointer-events: none; transform: translateY(-12px); transition: opacity .2s ease, transform .2s ease; }
    .site-navigation.is-open { opacity: 1; pointer-events: auto; transform: translateY(0); }
    .primary-nav .menu { display: block; }
    .primary-nav a { padding: 16px 0; border-bottom: 1px solid var(--line); font-family: var(--serif); font-size: 28px; font-weight: 400; letter-spacing: -.02em; text-transform: none; }
    .primary-nav a::after { display: none; }
    .site-navigation__actions { display: grid; grid-template-columns: 1fr 1fr; margin-top: 30px; }
    .nav-search { display: inline-flex; }
    .hero { min-height: auto; }
    .hero::before { display: none; }
    .hero__grid { grid-template-columns: 1fr; }
    .hero__copy { padding-left: 0; }
    .hero__visual { width: min(100%, 600px); margin-left: auto; }
    .section-heading--split, .split-feature, .local-feature__grid, .kowch-feature__grid, .personal-note__grid, .home-contact__grid, .inner-hero__grid, .finance-panel__grid, .faq-section__grid, .pricing-story__grid, .about-hero__grid, .story-section__grid, .why-section__grid, .life-section__grid, .local-value__grid, .kowch-hero__grid, .contact-page__grid { grid-template-columns: 1fr; gap: 60px; }
    .section-heading--split { gap: 25px; }
    .local-feature__intro, .faq-section__grid > div:first-child, .contact-page__intro { position: static; }
    .service-grid { grid-template-columns: repeat(2, 1fr); }
    .service-card--wide { grid-column: span 1; }
    .personal-note__images { max-width: 700px; margin-left: auto; }
    .home-contact__intro { max-width: 700px; }
    .editorial-split__grid { grid-template-columns: 1fr; gap: 45px; }
    .editorial-split__aside { min-height: 240px; }
    .search-cta__inner, .consultation-cta__inner, .local-contact__inner, .footer-invitation__inner { align-items: flex-start; flex-direction: column; }
    .about-hero__visual, .inner-hero__visual--portrait { width: min(100%, 580px); }
    .contact-page__intro { max-width: 750px; }
    .post-grid { grid-template-columns: repeat(2, 1fr); }
    .site-footer__grid { grid-template-columns: 1fr 1fr; }
    .site-footer__brand { grid-column: 1 / -1; }
}

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

@media (max-width: 680px) {
    :root { --shell: calc(100% - 36px); --narrow: calc(100% - 36px); --prose: calc(100% - 36px); --section: 72px; }
    body { font-size: 16px; }
    h1 { font-size: clamp(48px, 16vw, 72px); }
    h2 { font-size: clamp(38px, 12vw, 56px); }
    .service-ribbon__inner { justify-content: center; gap: 8px; }
    .service-ribbon { font-size: 8px; }
    .wordmark__name { font-size: 21px; }
    .site-navigation { top: 112px; }
    .site-navigation__actions { grid-template-columns: 1fr; }
    .hero { padding-top: 58px; }
    .hero__grid { gap: 70px; }
    .hero__intro { font-size: 17px; }
    .hero__visual { padding: 0 22px 28px 0; }
    .hero__signature { right: 0; top: -30px; font-size: 66px; }
    .hero__note { right: 0; bottom: 45px; width: 230px; padding: 17px; }
    .hero__note > span { font-size: 17px; }
    .trust-line__inner { flex-wrap: wrap; min-height: 80px; padding-block: 17px; gap: 11px 18px; font-size: 8px; text-align: center; }
    .split-feature { gap: 75px; }
    .split-feature__visual { padding-left: 20px; }
    .split-feature__caption { right: -3px; bottom: 18px; font-size: 16px; }
    .service-grid, .resource-grid, .testimonial-grid, .check-grid, .marketing-grid, .community-cards, .category-directory__grid, .post-grid, .feature-steps, .values-grid, .process-list--compact { grid-template-columns: 1fr; }
    .service-card { min-height: 270px; }
    .local-feature__grid { gap: 50px; }
    .community-list a { grid-template-columns: 42px 1fr auto; min-height: 68px; }
    .resource-card { min-height: 330px; }
    .resource-card i { right: 30px; left: 30px; }
    .kowch-feature__grid { gap: 75px; }
    .kowch-feature__image-wrap { margin-right: 14px; }
    .kowch-feature__stamp { right: -18px; width: 118px; height: 118px; }
    .testimonial-card { min-height: auto; }
    .personal-note__images { gap: 10px; }
    .personal-note__images > div:first-child { margin-bottom: 35px; }
    .home-contact__form { padding: 28px 20px; }
    .contact-form__row { grid-template-columns: 1fr; gap: 0; }
    .contact-form__submit { align-items: stretch; flex-direction: column; }
    .contact-form__submit .button { width: 100%; }
    .inner-hero__visual { margin-right: 18px; }
    .inner-hero__tag { right: -18px; bottom: -20px; font-size: 15px; }
    .page-jump { overflow-x: auto; }
    .page-jump__inner { width: max-content; min-width: 100%; justify-content: flex-start; padding-inline: 18px; }
    .content-intro__grid { grid-template-columns: 1fr; gap: 20px; }
    .process-list li { grid-template-columns: 52px 1fr; padding: 28px 0; }
    .check-grid > div { padding: 24px; }
    .feature-steps article, .values-grid article { min-height: 250px; }
    .feature-steps h3, .values-grid h3 { margin-top: 50px; }
    .pricing-story__number { max-width: 340px; margin-inline: auto; }
    .about-hero__visual { padding-left: 20px; margin-right: 25px; }
    .about-hero__year { right: -25px; bottom: 18px; font-size: 28px; }
    .why-section__photo { width: 100%; }
    .life-section__visual { margin-right: 15px; }
    .local-hero__route { flex-wrap: wrap; }
    .local-hero__route i { width: 25px; }
    .community-card { min-height: 430px; padding: 30px; }
    .community-card > a { right: 30px; left: 30px; }
    .kowch-hero__visual { margin-right: 15px; }
    .kowch-hero__visual span { right: -15px; bottom: -23px; width: 116px; height: 116px; font-size: 18px; }
    .category-tile { min-height: 290px; }
    .empty-editorial { grid-template-columns: 1fr; gap: 25px; }
    .contact-page__form { padding: 35px 20px; }
    .article-page__footer { align-items: flex-start; flex-direction: column; }
    .footer-invitation { padding: 58px 0; }
    .site-footer { padding-top: 70px; }
    .site-footer__grid { grid-template-columns: 1fr; gap: 45px; }
    .site-footer__brand { grid-column: auto; }
    .site-footer__legal { align-items: flex-start; flex-direction: column; gap: 20px; }
    .site-footer__legal > div:last-child { align-items: flex-start; }
}

/* ================================================================
   Signature v4 — bolder, warmer, more human editorial direction
   ================================================================ */
:root {
    --ink: #181515;
    --ink-soft: #514946;
    --paper: #f8f4ef;
    --cream: #eee6de;
    --blush: #e6d0cd;
    --rose: #bd7d84;
    --rose-dark: #713e45;
    --rose-deep: #4b252b;
    --copper: #c79778;
    --line: rgba(24, 21, 21, .16);
    --shadow: 0 35px 100px rgba(33, 23, 21, .18);
}

body { background: var(--paper); }
.section { isolation: isolate; }
.service-ribbon { color: #e8dcd5; background: #181515; }
.service-ribbon__promise { color: #bdaca4; }
.site-header { background: rgba(248, 244, 239, .96); border-color: rgba(24, 21, 21, .13); }
.site-header__inner { min-height: 86px; }
.wordmark__name { font-size: 27px; }
.nav-talk { background: var(--rose-deep); border-color: var(--rose-deep); }
.nav-talk:hover { background: var(--ink); border-color: var(--ink); }
.button--ghost-light { color: #f7f0e9; border-color: rgba(255, 255, 255, .34); }
.button--ghost-light:hover { color: var(--ink); background: var(--white); border-color: var(--white); }

.js [data-reveal] { opacity: 0; transform: translateY(26px); transition: opacity .75s ease, transform .75s cubic-bezier(.22, .7, .25, 1); }
.js [data-reveal].is-revealed { opacity: 1; transform: none; }

/* Hero */
.editorial-hero { position: relative; overflow: hidden; color: #f8f1ea; background: #181515; }
.editorial-hero::before { position: absolute; top: -25%; left: -14%; width: 62vw; height: 62vw; border: 1px solid rgba(255,255,255,.055); border-radius: 50%; content: ""; }
.editorial-hero::after { position: absolute; right: 0; bottom: 0; width: 46%; height: 1px; background: linear-gradient(90deg, transparent, rgba(255,255,255,.25)); content: ""; }
.editorial-hero__grid { position: relative; z-index: 2; display: grid; grid-template-columns: minmax(0, .88fr) minmax(520px, 1.02fr); align-items: center; min-height: min(820px, calc(100vh - 120px)); padding: clamp(58px, 5.5vw, 86px) 0 clamp(88px, 7vw, 112px); gap: clamp(70px, 8vw, 135px); }
.editorial-hero__copy { max-width: 690px; }
.editorial-hero h1 { max-width: 760px; margin-bottom: 27px; font-size: clamp(55px, 5.35vw, 88px); line-height: .92; }
.editorial-hero h1 em { display: block; margin-top: 10px; color: #d9aaa8; font-size: .66em; line-height: 1.03; }
.editorial-hero__lead { max-width: 650px; margin-bottom: 18px; color: #f3e8df; font-family: var(--serif); font-size: clamp(20px, 1.75vw, 28px); line-height: 1.38; letter-spacing: -.018em; }
.editorial-hero__body { max-width: 590px; margin: 26px 0 0; color: #bfb1a9; font-size: 15px; }
.editorial-hero__aside { margin: 24px 0 0; color: #ad9c94; font-size: 12px; }
.editorial-hero__aside span { color: #dfb7b3; font-family: var(--serif); font-size: 17px; }
.editorial-hero__visual { position: relative; min-height: 620px; }
.editorial-hero__house { position: absolute; top: 0; right: 0; width: 88%; height: 84%; margin: 0; overflow: hidden; box-shadow: 0 45px 120px rgba(0,0,0,.42); }
.editorial-hero__house::after { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(18,14,13,.03), rgba(18,14,13,.22)); content: ""; }
.editorial-hero__house-image { width: 100%; height: 100%; object-fit: cover; object-position: center 18%; filter: saturate(.82) contrast(1.04); }
.editorial-hero__portrait { position: absolute; z-index: 2; bottom: 0; left: 0; width: 36%; min-width: 230px; margin: 0; padding: 9px; color: var(--ink); background: #f4eee7; box-shadow: 0 30px 90px rgba(0,0,0,.38); transform: rotate(-2.2deg); }
.editorial-hero__portrait-image { width: 100%; aspect-ratio: 3 / 4; object-fit: cover; object-position: 50% 34%; filter: saturate(.9) contrast(1.02); }
.editorial-hero__portrait figcaption { padding: 14px 8px 7px; font-family: var(--serif); font-size: 18px; line-height: 1.15; }
.editorial-hero__portrait figcaption span { color: var(--ink-soft); font-family: var(--sans); font-size: 8px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.editorial-hero__seal { position: absolute; z-index: 3; right: -34px; bottom: 34px; display: flex; align-items: center; width: 210px; padding: 17px 0 17px 25px; color: #f8ebe6; background: var(--rose-deep); gap: 15px; }
.editorial-hero__seal > span { padding-right: 15px; border-right: 1px solid rgba(255,255,255,.25); font-family: var(--serif); font-size: 34px; letter-spacing: -.08em; }
.editorial-hero__seal small { font-size: 8px; font-weight: 700; letter-spacing: .1em; line-height: 1.55; text-transform: uppercase; }
.editorial-hero__folio { position: absolute; z-index: 3; right: 5vw; bottom: 26px; display: flex; align-items: center; gap: 15px; color: #8e7e77; font-size: 8px; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; }
.editorial-hero__folio i { width: 22px; height: 1px; background: #725f58; }

/* Opening note */
.opening-note { background: #f8f4ef; }
.opening-note::after { position: absolute; top: 0; right: 8%; width: 1px; height: 42%; background: var(--line); content: ""; }
.opening-note__grid { display: grid; grid-template-columns: .34fr 1fr; gap: clamp(60px, 10vw, 165px); }
.opening-note__label { display: flex; align-items: flex-start; gap: 22px; }
.opening-note__label span { color: var(--rose-dark); font-family: var(--serif); font-size: 44px; line-height: 1; }
.opening-note__label p { max-width: 100px; margin: 5px 0 0; font-size: 9px; font-weight: 700; letter-spacing: .15em; line-height: 1.5; text-transform: uppercase; }
.opening-note__copy { max-width: 920px; }
.opening-note h2 { margin-bottom: 35px; font-size: clamp(48px, 6vw, 88px); }
.opening-note h2 em { display: inline; color: var(--rose-dark); }
.opening-note__copy > p:not(.lead) { max-width: 660px; color: var(--ink-soft); }
.opening-note__copy .button { margin-top: 20px; }

/* Service conversations */
.conversation-index { overflow: hidden; color: #f5ece6; background: #211c1b; }
.conversation-index::after { position: absolute; right: -12vw; bottom: -25vw; width: 55vw; height: 55vw; border: 1px solid rgba(255,255,255,.05); border-radius: 50%; content: ""; }
.conversation-index__heading { display: grid; grid-template-columns: minmax(0, 1.25fr) minmax(270px, .45fr); align-items: end; margin-bottom: clamp(70px, 9vw, 120px); gap: 80px; }
.conversation-index__heading h2 { margin: 0; }
.conversation-index__heading h2 em { color: #d4a4a2; }
.conversation-index__heading > p { max-width: 420px; margin: 0 0 8px; color: #b7a8a1; }
.conversation-list { position: relative; z-index: 2; border-top: 1px solid rgba(255,255,255,.18); }
.conversation-list a { display: grid; grid-template-columns: 80px minmax(280px, .85fr) 1fr auto; align-items: center; min-height: 128px; padding: 25px 8px; border-bottom: 1px solid rgba(255,255,255,.18); gap: 35px; transition: color .25s ease, padding .25s ease, background .25s ease; }
.conversation-list a > span { color: #c69a91; font-family: var(--serif); font-size: 18px; }
.conversation-list h3 { margin: 0; font-size: clamp(31px, 3vw, 48px); }
.conversation-list p { max-width: 430px; margin: 0; color: #a99b94; font-size: 14px; }
.conversation-list i { color: #d4bab1; font-size: 9px; font-style: normal; font-weight: 700; letter-spacing: .11em; text-transform: uppercase; }
.conversation-list a:hover { padding-inline: 24px; color: #fff; background: var(--rose-deep); }
.conversation-list a:hover p { color: #ddcac3; }

/* Rooted story */
.rooted-story { background: var(--cream); }
.rooted-story__grid { display: grid; grid-template-columns: minmax(430px, .88fr) minmax(0, 1fr); align-items: center; gap: clamp(80px, 11vw, 175px); }
.rooted-story__pullquote { position: relative; display: flex; justify-content: flex-end; flex-direction: column; min-height: 610px; max-width: 600px; padding: clamp(45px, 6vw, 78px); overflow: hidden; color: #f7ece6; background: var(--rose-deep); box-shadow: var(--shadow); }
.rooted-story__pullquote::before { position: absolute; top: 22px; right: 22px; bottom: 22px; left: 22px; border: 1px solid rgba(255,255,255,.17); content: ""; }
.rooted-story__monogram { position: absolute; top: -55px; right: -25px; color: rgba(255,255,255,.065); font-family: var(--serif); font-size: 270px; letter-spacing: -.13em; line-height: 1; }
.rooted-story__pullquote blockquote { position: relative; z-index: 1; max-width: 430px; margin: 0 0 72px; font-family: var(--serif); font-size: clamp(32px, 3.25vw, 51px); line-height: 1.08; letter-spacing: -.035em; }
.rooted-story__pullquote > p { position: relative; z-index: 1; display: flex; align-items: center; margin: 0; padding-top: 23px; border-top: 1px solid rgba(255,255,255,.24); gap: 18px; }
.rooted-story__pullquote > p strong { color: #e0b0aa; font-family: var(--serif); font-size: 44px; font-weight: 400; line-height: 1; }
.rooted-story__pullquote > p span { color: #d3beb7; padding-left: 18px; border-left: 1px solid rgba(255,255,255,.25); font-size: 8px; font-weight: 700; letter-spacing: .1em; line-height: 1.5; text-transform: uppercase; }
.rooted-story__copy h2 { margin-bottom: 32px; }
.rooted-story__copy > p:not(.eyebrow) { max-width: 690px; color: var(--ink-soft); }
.rooted-story__copy .lead { color: var(--ink); }
.rooted-story__links { display: flex; flex-wrap: wrap; align-items: center; gap: 25px; margin-top: 35px; }

/* Full-bleed sense of place */
.place-story { position: relative; display: flex; min-height: 790px; overflow: hidden; color: #fff; background: #6b3941; }
.place-story::before { position: absolute; inset: 0; background: linear-gradient(115deg, rgba(41,18,23,.72), transparent 65%); content: ""; }
.place-story__graphic { position: absolute; top: 0; right: 0; width: 58%; height: 100%; overflow: hidden; }
.place-story__graphic i { position: absolute; border: 1px solid rgba(255,255,255,.13); border-radius: 50%; }
.place-story__graphic i:nth-child(1) { top: -17%; right: -13%; width: 720px; height: 720px; }
.place-story__graphic i:nth-child(2) { top: 13%; right: 4%; width: 520px; height: 520px; }
.place-story__graphic i:nth-child(3) { top: 30%; right: 18%; width: 320px; height: 320px; }
.place-story__graphic span { position: absolute; right: -35px; bottom: 8%; color: rgba(255,255,255,.055); font-family: var(--serif); font-size: clamp(160px, 24vw, 390px); letter-spacing: -.09em; line-height: .7; }
.place-story__inner { position: relative; z-index: 2; display: flex; align-items: flex-start; justify-content: center; flex-direction: column; padding-block: 110px 150px; }
.place-story__inner h2 { max-width: 790px; margin-bottom: 34px; font-size: clamp(55px, 7vw, 106px); }
.place-story__inner h2 em { color: #ddb1ad; }
.place-story__inner > p:not(.eyebrow) { max-width: 610px; color: #d1c3bc; font-size: clamp(18px, 1.5vw, 22px); }
.place-story__inner .button { margin-top: 26px; }
.place-story__places { position: absolute; z-index: 2; right: 0; bottom: 0; left: 0; display: flex; align-items: center; justify-content: center; min-height: 72px; border-top: 1px solid rgba(255,255,255,.24); background: rgba(17,13,12,.45); backdrop-filter: blur(12px); gap: clamp(22px, 5vw, 80px); }
.place-story__places span { color: #dfd1ca; font-size: 9px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }

/* From the Kowch */
.kowch-journal { background: #f8f4ef; }
.kowch-journal__grid { display: grid; grid-template-columns: minmax(520px, 1.05fr) minmax(0, .75fr); align-items: center; gap: clamp(75px, 10vw, 155px); }
.kowch-journal__visual { position: relative; padding: 0 45px 45px 0; }
.kowch-journal__visual::after { position: absolute; z-index: -1; top: 45px; right: 0; bottom: 0; left: 45px; background: var(--blush); content: ""; }
.kowch-journal__image { width: 100%; aspect-ratio: 5 / 4; object-fit: cover; filter: saturate(.86); }
.kowch-journal__issue { position: absolute; right: -22px; bottom: 73px; display: flex; flex-direction: column; width: 175px; padding: 24px; color: #f8eee9; background: var(--rose-deep); transform: rotate(3deg); }
.kowch-journal__issue span { color: #dcb6b1; font-size: 8px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.kowch-journal__issue strong { margin: 2px 0 11px; font-family: var(--serif); font-size: 27px; font-weight: 400; }
.kowch-journal__issue small { padding-top: 10px; border-top: 1px solid rgba(255,255,255,.25); font-size: 7px; letter-spacing: .11em; text-transform: uppercase; }
.kowch-journal__copy h2 { margin-bottom: 30px; }
.kowch-journal__copy > p:not(.eyebrow) { color: var(--ink-soft); }
.kowch-journal__topics { margin: 38px 0 30px; border-top: 1px solid var(--line); }
.kowch-journal__topics a { display: flex; align-items: center; justify-content: space-between; padding: 13px 0; border-bottom: 1px solid var(--line); font-family: var(--serif); font-size: 18px; }
.kowch-journal__topics a span { font-family: var(--sans); font-size: 14px; transition: transform .2s ease; }
.kowch-journal__topics a:hover span { transform: translate(3px, -3px); }

/* Testimonials as letters, not cards */
.client-letters { overflow: hidden; color: #f8efea; background: var(--rose-deep); }
.client-letters::before { position: absolute; top: -220px; right: -120px; width: 600px; height: 600px; border: 1px solid rgba(255,255,255,.07); border-radius: 50%; content: ""; }
.client-letters__heading { display: grid; grid-template-columns: .3fr 1fr; align-items: end; margin-bottom: 80px; gap: 55px; }
.client-letters__heading .eyebrow { margin: 0 0 12px; }
.client-letters__heading h2 { max-width: 850px; margin: 0; }
.client-letters__heading h2 em { color: #dcaaa7; }
.client-letters__grid { display: grid; grid-template-columns: 1.15fr .9fr .9fr; border-top: 1px solid rgba(255,255,255,.2); border-left: 1px solid rgba(255,255,255,.2); }
.client-letter { min-height: 460px; padding: clamp(30px, 3.5vw, 52px); border-right: 1px solid rgba(255,255,255,.2); border-bottom: 1px solid rgba(255,255,255,.2); }
.client-letter__number { display: block; color: #b78584; font-family: var(--serif); font-size: 17px; }
.client-letter__stars { margin: 60px 0 25px; color: #e1b9ae; font-size: 9px; letter-spacing: .16em; }
.client-letter blockquote { margin: 0; }
.client-letter blockquote p { color: #f0e3de; font-family: var(--serif); font-size: clamp(20px, 1.8vw, 28px); line-height: 1.43; letter-spacing: -.015em; }
.client-letter footer { display: flex; flex-direction: column; margin-top: 36px; }
.client-letter footer strong { font-size: 10px; letter-spacing: .12em; text-transform: uppercase; }
.client-letter footer span { color: #b99e99; font-size: 11px; }

/* Contact */
.kitchen-table { background: #e5cfca; }
.kitchen-table__grid { display: grid; grid-template-columns: minmax(0, .8fr) minmax(520px, 1fr); gap: clamp(75px, 10vw, 155px); }
.kitchen-table__intro h2 { margin-bottom: 30px; }
.kitchen-table__intro > p:not(.eyebrow) { max-width: 580px; color: var(--ink-soft); }
.kitchen-table__note { display: flex; flex-direction: column; margin-top: 70px; padding: 22px 0 0; border-top: 1px solid rgba(24,21,21,.28); }
.kitchen-table__note span { color: var(--rose-dark); font-family: var(--serif); font-size: 27px; font-style: italic; }
.kitchen-table__note strong { max-width: 400px; margin-top: 7px; font-size: 11px; letter-spacing: .08em; line-height: 1.5; text-transform: uppercase; }
.kitchen-table__form { position: relative; padding: clamp(32px, 4.5vw, 64px); background: #fffdfa; box-shadow: var(--shadow); }
.kitchen-table__form::before { position: absolute; top: 18px; right: 18px; bottom: 18px; left: 18px; border: 1px solid rgba(24,21,21,.1); pointer-events: none; content: ""; }
.kitchen-table__form > * { position: relative; z-index: 1; }

/* Keep the rest of the site in the same richer visual world. */
.inner-hero, .about-hero, .kowch-hero { background: linear-gradient(135deg, #f8f4ef, #eaded5); }
.local-hero { background: linear-gradient(135deg, #3f2025, #6a3840); }
.finance-panel, .pricing-story, .why-section, .contact-page, .consultation-cta, .local-contact { background-color: var(--rose-deep); }
.footer-invitation { background: #6b3941; }
.site-footer { background: #181515; }

@media (max-width: 1180px) {
    .editorial-hero__grid { grid-template-columns: minmax(0, .85fr) minmax(430px, .9fr); gap: 55px; }
    .editorial-hero__visual { min-height: 600px; }
    .editorial-hero__portrait { min-width: 200px; }
    .editorial-hero__seal { right: -12px; }
    .conversation-list a { grid-template-columns: 55px minmax(250px, .8fr) 1fr auto; gap: 25px; }
    .client-letters__grid { grid-template-columns: 1fr 1fr; }
    .client-letter:first-child { grid-column: 1 / -1; min-height: 360px; }
}

@media (max-width: 1320px) and (min-width: 1081px) {
    .site-header__inner { grid-template-columns: 165px minmax(0, 1fr); gap: 12px; }
    .site-navigation { gap: 12px; }
    .primary-nav .menu { gap: 12px; }
    .primary-nav a { font-size: 9px; letter-spacing: .08em; }
    .nav-search, .nav-talk { padding-inline: 12px; }
}

@media (max-width: 1080px) {
    .editorial-hero__grid, .rooted-story__grid, .kowch-journal__grid, .kitchen-table__grid { grid-template-columns: 1fr; }
    .editorial-hero__grid { min-height: auto; padding-top: 80px; }
    .editorial-hero__copy { max-width: 760px; }
    .editorial-hero__visual { width: min(100%, 720px); min-height: 650px; margin-left: auto; }
    .editorial-hero__house { width: 84%; }
    .editorial-hero__portrait { width: 34%; }
    .editorial-hero__folio { left: 5vw; right: auto; }
    .opening-note__grid { grid-template-columns: 150px 1fr; gap: 40px; }
    .conversation-index__heading { grid-template-columns: 1fr; align-items: start; gap: 30px; }
    .conversation-list a { grid-template-columns: 45px 1fr auto; min-height: 145px; }
    .conversation-list a p { grid-column: 2; }
    .conversation-list a i { grid-row: 1; grid-column: 3; }
    .rooted-story__pullquote { width: min(100%, 650px); }
    .rooted-story__copy { max-width: 760px; }
    .place-story { min-height: 720px; }
    .place-story__graphic { width: 70%; opacity: .8; }
    .kowch-journal__visual { width: min(100%, 760px); }
    .kowch-journal__copy { max-width: 760px; }
    .client-letters__heading { grid-template-columns: 1fr; gap: 25px; }
    .kitchen-table__intro { max-width: 760px; }
}

@media (max-width: 680px) {
    .editorial-hero__grid { padding: 62px 0 105px; gap: 58px; }
    .editorial-hero h1 { font-size: clamp(49px, 15vw, 72px); }
    .editorial-hero h1 em { font-size: .68em; }
    .editorial-hero__lead { font-size: 21px; }
    .editorial-hero__visual { min-height: 470px; }
    .editorial-hero__house { right: -18px; width: 94%; height: 82%; }
    .editorial-hero__portrait { left: -4px; width: 39%; min-width: 145px; padding: 6px; }
    .editorial-hero__portrait figcaption { padding: 9px 4px 3px; font-size: 13px; }
    .editorial-hero__portrait figcaption span { display: none; }
    .editorial-hero__seal { right: -18px; bottom: 17px; width: 158px; padding: 12px 0 12px 16px; }
    .editorial-hero__seal > span { font-size: 27px; }
    .editorial-hero__seal small { font-size: 6px; }
    .editorial-hero__folio { bottom: 18px; gap: 9px; font-size: 6px; }
    .editorial-hero__folio i { width: 10px; }
    .opening-note__grid { grid-template-columns: 1fr; gap: 38px; }
    .opening-note__label { border-bottom: 1px solid var(--line); padding-bottom: 22px; }
    .opening-note h2 { font-size: clamp(43px, 12vw, 61px); }
    .conversation-index__heading { margin-bottom: 55px; }
    .conversation-list a { grid-template-columns: 32px 1fr; min-height: auto; padding: 30px 0; gap: 12px 14px; }
    .conversation-list h3 { font-size: 31px; }
    .conversation-list a p, .conversation-list a i { grid-column: 2; }
    .conversation-list a i { grid-row: auto; margin-top: 4px; }
    .conversation-list a:hover { padding-inline: 12px; }
    .rooted-story__pullquote { min-height: 510px; padding: 48px 37px; }
    .rooted-story__pullquote::before { inset: 12px; }
    .rooted-story__monogram { font-size: 205px; }
    .place-story { min-height: 690px; }
    .place-story__graphic { right: -45%; width: 115%; opacity: .62; }
    .place-story__inner { padding-bottom: 185px; }
    .place-story__places { align-content: center; flex-wrap: wrap; min-height: 105px; padding: 18px; gap: 10px 24px; }
    .kowch-journal__visual { padding: 0 20px 25px 0; }
    .kowch-journal__issue { right: -8px; bottom: 38px; width: 135px; padding: 16px; }
    .kowch-journal__issue strong { font-size: 21px; }
    .client-letters__grid { grid-template-columns: 1fr; }
    .client-letter:first-child { grid-column: auto; min-height: 0; }
    .client-letter { min-height: 0; }
    .client-letter__stars { margin-top: 40px; }
    .kitchen-table__note { margin-top: 45px; }
    .kitchen-table__form { padding: 38px 22px; }
    .kitchen-table__form::before { inset: 10px; }
}

/* Listing Spotlight */
.spotlight-badge { display: inline-flex; margin-bottom: 22px; padding: 8px 12px; color: #f8efea; background: var(--rose-deep); font-size: 8px; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; }
.spotlight-badge--light { color: var(--rose-deep); background: #f7ebe6; }
.spotlight-facts { display: flex; align-items: center; flex-wrap: wrap; margin: 25px 0 32px; padding: 18px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); gap: 14px 25px; }
.spotlight-facts strong { font-family: var(--serif); font-size: 30px; font-weight: 400; }
.spotlight-facts span { color: var(--ink-soft); font-size: 10px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.spotlight-take { margin: 0 0 35px; padding-left: 24px; border-left: 2px solid var(--rose); }
.spotlight-take > span { display: block; margin-bottom: 8px; color: var(--rose-dark); font-size: 9px; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.spotlight-take p { margin: 0; color: var(--ink-soft); font-family: var(--serif); font-size: clamp(20px, 1.65vw, 27px); line-height: 1.4; }
.spotlight-take--large p { font-size: clamp(23px, 2vw, 31px); }
.spotlight-image-placeholder { display: flex; align-items: center; justify-content: center; flex-direction: column; width: 100%; height: 100%; min-height: 420px; color: #dfbbb5; background: linear-gradient(145deg, #281f1f, #50292f); }
.spotlight-image-placeholder i { font-family: var(--serif); font-size: clamp(80px, 10vw, 150px); font-style: normal; letter-spacing: -.1em; line-height: .9; opacity: .18; }
.spotlight-image-placeholder strong { margin-top: 20px; font-size: 9px; letter-spacing: .18em; text-transform: uppercase; }

.home-spotlight { background: #e6d1cd; }
.home-spotlight__grid { display: grid; grid-template-columns: minmax(540px, 1.12fr) minmax(0, .72fr); align-items: center; gap: clamp(70px, 9vw, 145px); }
.home-spotlight__visual { position: relative; min-height: 650px; overflow: hidden; box-shadow: var(--shadow); }
.home-spotlight__image { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: transform .6s ease; }
.home-spotlight__visual:hover .home-spotlight__image { transform: scale(1.025); }
.home-spotlight__corner { position: absolute; right: 0; bottom: 0; padding: 22px 28px; color: #f9eee9; background: var(--rose-deep); font-family: var(--serif); font-size: 22px; line-height: 1.15; }
.home-spotlight__copy h2 { margin-bottom: 13px; font-size: clamp(45px, 5vw, 73px); }
.home-spotlight__location { margin-bottom: 0; color: var(--rose-dark); font-size: 10px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }

.spotlight-page-hero { position: relative; overflow: hidden; padding: clamp(95px, 11vw, 165px) 0; color: #f7eee9; background: var(--rose-deep); }
.spotlight-page-hero::before, .spotlight-page-hero::after { position: absolute; border: 1px solid rgba(255,255,255,.08); border-radius: 50%; content: ""; }
.spotlight-page-hero::before { top: -260px; right: -170px; width: 720px; height: 720px; }
.spotlight-page-hero::after { top: -70px; right: 30px; width: 390px; height: 390px; }
.spotlight-page-hero__inner { position: relative; z-index: 1; }
.spotlight-page-hero h1 { max-width: 970px; margin-bottom: 35px; }
.spotlight-page-hero h1 em { color: #dfb0ac; }
.spotlight-page-hero__inner > p:not(.eyebrow) { max-width: 720px; margin-bottom: 0; color: #d3c0ba; font-size: 19px; }

.current-spotlight { background: var(--paper); }
.current-spotlight__grid { display: grid; grid-template-columns: minmax(560px, 1.1fr) minmax(0, .72fr); align-items: center; gap: clamp(70px, 9vw, 145px); }
.current-spotlight__visual { position: relative; min-height: 690px; box-shadow: var(--shadow); }
.current-spotlight__image { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.current-spotlight__label { position: absolute; right: -28px; bottom: 38px; padding: 23px 27px; color: #f8eee9; background: var(--rose-deep); font-family: var(--serif); font-size: 21px; line-height: 1.15; transform: rotate(-2deg); }
.current-spotlight__copy h2 { margin-bottom: 14px; }
.current-spotlight__location { margin-bottom: 0; color: var(--rose-dark); font-size: 10px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }

.spotlight-card-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 26px; }
.spotlight-card { background: var(--white); box-shadow: 0 16px 45px rgba(43,29,27,.08); }
.spotlight-card__image { position: relative; display: block; aspect-ratio: 4 / 3; overflow: hidden; background: var(--ink); }
.spotlight-card__image img { width: 100%; height: 100%; object-fit: cover; transition: transform .45s ease; }
.spotlight-card:hover .spotlight-card__image img { transform: scale(1.035); }
.spotlight-card__image > span:not(.spotlight-image-placeholder) { position: absolute; top: 16px; left: 16px; padding: 7px 10px; color: #fff; background: var(--rose-deep); font-size: 7px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.spotlight-card__image .spotlight-image-placeholder { min-height: 100%; }
.spotlight-card__body { padding: 28px 29px 32px; }
.spotlight-card__body > p { margin-bottom: 11px; color: var(--rose-dark); font-size: 8px; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.spotlight-card h3 { margin-bottom: 15px; font-size: 30px; }
.spotlight-card__body > strong { display: block; margin-bottom: 26px; font-family: var(--serif); font-size: 21px; font-weight: 400; }

.empty-spotlight { background: var(--paper); }
.empty-spotlight__inner { display: grid; grid-template-columns: .3fr 1fr .65fr; align-items: center; gap: clamp(45px, 7vw, 100px); }
.empty-spotlight__mark { align-self: stretch; display: flex; align-items: center; justify-content: center; min-height: 260px; padding: 25px; color: #f5e9e4; background: var(--rose-deep); font-family: var(--serif); font-size: 27px; text-align: center; }
.empty-spotlight h2 { margin-bottom: 25px; }
.empty-spotlight__inner > div:nth-child(2) p { color: var(--ink-soft); }
.empty-spotlight .button-row { flex-direction: column; align-items: stretch; }

.spotlight-conversation { padding: clamp(80px, 9vw, 125px) 0; color: #f7ece7; background: #201b1a; }
.spotlight-conversation__inner { display: flex; align-items: center; justify-content: space-between; gap: 70px; }
.spotlight-conversation h2 { max-width: 800px; margin-bottom: 25px; }
.spotlight-conversation h2 em { color: #d9aaa6; }
.spotlight-conversation__inner > div > p:not(.eyebrow) { max-width: 670px; margin: 0; color: #b9aaa3; }

.spotlight-single__hero { padding: clamp(75px, 8vw, 120px) 0; color: #f8efea; background: #1c1817; }
.spotlight-single__grid { display: grid; grid-template-columns: minmax(0, .72fr) minmax(560px, 1.08fr); align-items: center; gap: clamp(70px, 9vw, 145px); }
.spotlight-single__back { display: inline-block; margin-bottom: 45px; color: #cdbbb3; font-size: 9px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.spotlight-single__copy h1 { margin-bottom: 16px; font-size: clamp(50px, 5.8vw, 88px); }
.spotlight-single__location { color: #dcaaa6; font-size: 10px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.spotlight-facts--light { border-color: rgba(255,255,255,.2); }
.spotlight-facts--light span { color: #b8aaa3; }
.spotlight-single__visual { min-height: 680px; }
.spotlight-single__image { width: 100%; height: 680px; object-fit: cover; box-shadow: 0 35px 100px rgba(0,0,0,.35); }
.spotlight-single__story { background: var(--paper); }
.spotlight-single__story-grid { display: grid; grid-template-columns: .36fr 1fr; gap: clamp(60px, 10vw, 160px); }
.spotlight-single__story aside { display: flex; flex-direction: column; padding-top: 20px; border-top: 1px solid var(--line); }
.spotlight-single__story aside span { color: var(--rose-dark); font-size: 9px; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.spotlight-single__story aside strong { margin-top: 12px; font-family: var(--serif); font-size: 25px; font-weight: 400; line-height: 1.25; }
.spotlight-single__story-grid > div { max-width: 800px; }
.spotlight-single__actions { display: flex; align-items: center; flex-wrap: wrap; gap: 15px; margin-top: 48px; }

@media (max-width: 1080px) {
    .home-spotlight__grid, .current-spotlight__grid, .spotlight-single__grid, .spotlight-single__story-grid { grid-template-columns: 1fr; }
    .home-spotlight__visual, .current-spotlight__visual, .spotlight-single__visual { width: min(100%, 820px); }
    .home-spotlight__copy, .current-spotlight__copy, .spotlight-single__copy { max-width: 760px; }
    .spotlight-card-grid { grid-template-columns: repeat(2, 1fr); }
    .empty-spotlight__inner { grid-template-columns: .4fr 1fr; }
    .empty-spotlight .button-row { grid-column: 1 / -1; flex-direction: row; }
}

@media (max-width: 680px) {
    .home-spotlight__visual, .current-spotlight__visual { min-height: 430px; }
    .home-spotlight__corner, .current-spotlight__label { right: 0; bottom: 0; padding: 16px 18px; font-size: 17px; transform: none; }
    .spotlight-page-hero { padding-block: 82px; }
    .spotlight-page-hero__inner > p:not(.eyebrow) { font-size: 17px; }
    .spotlight-card-grid { grid-template-columns: 1fr; }
    .empty-spotlight__inner { grid-template-columns: 1fr; }
    .empty-spotlight__mark { min-height: 180px; }
    .empty-spotlight .button-row { grid-column: auto; flex-direction: column; }
    .spotlight-conversation__inner { align-items: flex-start; flex-direction: column; gap: 35px; }
    .spotlight-single__visual { min-height: auto; }
    .spotlight-single__image { height: auto; aspect-ratio: 4 / 3; }
    .spotlight-single__story-grid { gap: 45px; }
}

/* Visual refinement v4.2 — put the person and the proof closer to the first impression. */
.editorial-hero__hello { display: none; }
.editorial-hero__credentials {
    position: absolute;
    z-index: 4;
    right: 0;
    bottom: 0;
    left: 0;
    display: grid;
    grid-template-columns: 1fr auto 1fr auto 1fr;
    align-items: center;
    min-height: 78px;
    border-top: 1px solid rgba(255,255,255,.16);
    color: #f2e7df;
    gap: clamp(22px, 4vw, 60px);
}
.editorial-hero__credentials > div { display: flex; align-items: baseline; gap: 12px; }
.editorial-hero__credentials strong { font-family: var(--serif); font-size: 18px; font-weight: 400; letter-spacing: -.015em; }
.editorial-hero__credentials span { color: #9f9089; font-size: 8px; font-weight: 750; letter-spacing: .1em; line-height: 1.4; text-transform: uppercase; }
.editorial-hero__credentials i { width: 3px; height: 3px; border-radius: 50%; background: #b98279; }

.spotlight-page-hero { padding: 0; }
.spotlight-page-hero__grid {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: minmax(0, 1.25fr) minmax(320px, .48fr);
    align-items: center;
    min-height: 680px;
    padding: clamp(82px, 8vw, 125px) 0 clamp(88px, 8vw, 122px);
    gap: clamp(65px, 9vw, 140px);
}
.spotlight-page-hero__inner { width: auto; margin: 0; }
.spotlight-page-hero h1 { font-size: clamp(64px, 7vw, 110px); }
.spotlight-curator {
    position: relative;
    margin: 0 12px 0 0;
    color: var(--ink);
    background: #f7f0e9;
    box-shadow: 0 38px 90px rgba(21, 10, 12, .32);
    transform: rotate(1.25deg);
}
.spotlight-curator::before {
    position: absolute;
    z-index: 2;
    top: 12px;
    right: 12px;
    bottom: 12px;
    left: 12px;
    border: 1px solid rgba(75,37,43,.13);
    pointer-events: none;
    content: "";
}
.spotlight-curator figure { margin: 0; aspect-ratio: 1 / .82; overflow: hidden; background: #ded4cc; }
.spotlight-curator__image { width: 100%; height: 100%; object-fit: cover; object-position: 50% 28%; filter: saturate(.86) contrast(1.025); }
.spotlight-curator > div { position: relative; z-index: 3; padding: 28px 30px 34px; }
.spotlight-curator span { display: block; margin-bottom: 10px; color: var(--rose-dark); font-size: 8px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.spotlight-curator strong { display: block; margin-bottom: 10px; font-family: var(--serif); font-size: clamp(25px, 2.2vw, 34px); font-weight: 400; letter-spacing: -.03em; line-height: 1.05; }
.spotlight-curator p { margin: 0; color: var(--ink-soft); font-size: 12px; line-height: 1.6; }
.spotlight-principles {
    position: relative;
    z-index: 3;
    display: flex;
    align-items: center;
    min-height: 78px;
    border-top: 1px solid rgba(255,255,255,.16);
    color: #d7c5be;
    gap: clamp(18px, 3vw, 42px);
}
.spotlight-principles span { font-size: 8px; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; }
.spotlight-principles i { width: 3px; height: 3px; border-radius: 50%; background: #c58b84; }

.empty-spotlight { overflow: hidden; }
.empty-spotlight__inner {
    display: grid;
    grid-template-columns: minmax(430px, 1.05fr) minmax(330px, .82fr);
    align-items: center;
    gap: clamp(60px, 9vw, 140px);
}
.empty-spotlight__visual { position: relative; margin: 0; padding: 0 34px 38px 0; }
.empty-spotlight__visual::after { position: absolute; z-index: -1; top: 38px; right: 0; bottom: 0; left: 38px; background: var(--blush); content: ""; }
.empty-spotlight__image { width: 100%; aspect-ratio: 5 / 4; object-fit: cover; object-position: center 45%; filter: saturate(.82) contrast(1.02); }
.empty-spotlight__visual figcaption {
    position: absolute;
    right: -10px;
    bottom: 70px;
    display: flex;
    flex-direction: column;
    width: min(245px, 58%);
    padding: 20px 22px;
    color: #f8ede8;
    background: var(--rose-deep);
    box-shadow: 0 18px 45px rgba(47,28,28,.2);
    transform: rotate(-1.5deg);
}
.empty-spotlight__visual figcaption span { color: #d9aca8; font-size: 7px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.empty-spotlight__visual figcaption strong { margin-top: 5px; font-family: var(--serif); font-size: 21px; font-weight: 400; line-height: 1.15; }
.empty-spotlight__copy { max-width: 620px; }
.empty-spotlight__copy h2 { font-size: clamp(48px, 5.2vw, 78px); }
.empty-spotlight__copy > p:not(.eyebrow) { color: var(--ink-soft); }
.empty-spotlight__promise { display: grid; grid-template-columns: 130px 1fr; margin: 32px 0; padding: 20px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); gap: 20px; }
.empty-spotlight__promise strong { color: var(--rose-dark); font-family: var(--serif); font-size: 20px; font-weight: 400; line-height: 1.25; }
.empty-spotlight__promise span { color: var(--ink-soft); font-size: 12px; line-height: 1.55; }
.empty-spotlight .button-row { flex-direction: row; align-items: center; }

@media (min-width: 681px) and (max-width: 1080px) {
    .editorial-hero__grid {
        grid-template-columns: minmax(0, 1.05fr) minmax(265px, .72fr);
        align-items: center;
        min-height: 660px;
        padding: 60px 0 118px;
        gap: clamp(28px, 4vw, 48px);
    }
    .editorial-hero__copy { max-width: none; }
    .editorial-hero h1 { font-size: clamp(47px, 6.4vw, 65px); }
    .editorial-hero__lead { font-size: clamp(18px, 2.25vw, 22px); }
    .editorial-hero__body { margin-top: 22px; font-size: 13px; line-height: 1.6; }
    .editorial-hero__aside { margin-top: 16px; }
    .editorial-hero__visual { width: 100%; min-height: 520px; margin: 0; }
    .editorial-hero__house { width: 100%; height: 465px; }
    .editorial-hero__house-image { object-position: 53% 18%; }
    .editorial-hero__portrait { left: -12px; width: 43%; min-width: 128px; padding: 6px; }
    .editorial-hero__portrait figcaption { padding: 9px 5px 4px; font-size: 13px; }
    .editorial-hero__portrait figcaption span { display: none; }
    .editorial-hero__seal { right: -8px; bottom: 18px; width: 164px; padding: 12px 0 12px 15px; }
    .editorial-hero__seal > span { font-size: 27px; }
    .editorial-hero__seal small { font-size: 6px; }
    .editorial-hero__credentials { gap: clamp(14px, 2.4vw, 26px); }
    .editorial-hero__credentials > div { align-items: flex-start; flex-direction: column; gap: 1px; }
    .editorial-hero__credentials strong { font-size: 15px; }

    .spotlight-page-hero__grid { grid-template-columns: minmax(0, 1fr) minmax(245px, .48fr); gap: 42px; }
    .spotlight-page-hero h1 { font-size: clamp(55px, 7.4vw, 76px); }
    .spotlight-curator { margin-right: 0; }
    .spotlight-curator > div { padding: 22px 23px 27px; }
    .spotlight-curator p { font-size: 11px; }
    .empty-spotlight__inner { grid-template-columns: minmax(0, 1fr) minmax(300px, .78fr); gap: 46px; }
    .empty-spotlight__visual { padding-right: 24px; }
    .empty-spotlight__visual figcaption { right: -4px; bottom: 58px; padding: 16px; }
    .empty-spotlight__copy h2 { font-size: clamp(45px, 5.8vw, 60px); }
    .empty-spotlight__promise { grid-template-columns: 1fr; gap: 8px; }
    .empty-spotlight .button-row { align-items: stretch; flex-direction: column; }
}

@media (max-width: 680px) {
    .editorial-hero__hello { display: flex; align-items: center; margin: 0 0 25px; padding: 14px 0; border-top: 1px solid rgba(255,255,255,.15); border-bottom: 1px solid rgba(255,255,255,.15); gap: 14px; }
    .editorial-hero__hello-image { flex: 0 0 54px; width: 54px; height: 54px; border-radius: 50%; object-fit: cover; object-position: center 25%; }
    .editorial-hero__hello p { display: flex; flex-direction: column; margin: 0; }
    .editorial-hero__hello strong { color: #f7ece6; font-family: var(--serif); font-size: 18px; font-weight: 400; }
    .editorial-hero__hello span { color: #ad9f98; font-size: 10px; line-height: 1.45; }
    .editorial-hero__grid { padding-bottom: 58px; }
    .editorial-hero__credentials { position: relative; grid-template-columns: 1fr; min-height: 0; padding: 25px 0; gap: 13px; }
    .editorial-hero__credentials > div { justify-content: space-between; }
    .editorial-hero__credentials strong { font-size: 16px; }
    .editorial-hero__credentials i { width: 100%; height: 1px; border-radius: 0; background: rgba(255,255,255,.11); }

    .spotlight-page-hero__grid { grid-template-columns: 1fr; min-height: 0; padding: 76px 0 64px; gap: 50px; }
    .spotlight-page-hero h1 { font-size: clamp(53px, 15vw, 72px); }
    .spotlight-curator { display: grid; grid-template-columns: 108px 1fr; margin: 0; transform: none; }
    .spotlight-curator figure { height: 100%; min-height: 190px; aspect-ratio: auto; }
    .spotlight-curator__image { object-position: 52% center; }
    .spotlight-curator > div { align-self: center; padding: 24px 22px; }
    .spotlight-curator strong { font-size: 24px; }
    .spotlight-curator p { font-size: 10px; }
    .spotlight-principles { align-content: center; flex-wrap: wrap; min-height: 94px; padding: 20px 0; gap: 9px 17px; }

    .empty-spotlight__inner { grid-template-columns: 1fr; gap: 55px; }
    .empty-spotlight__visual { padding: 0 18px 25px 0; }
    .empty-spotlight__visual figcaption { right: -2px; bottom: 42px; padding: 14px 16px; }
    .empty-spotlight__visual figcaption strong { font-size: 17px; }
    .empty-spotlight__promise { grid-template-columns: 1fr; gap: 8px; }
    .empty-spotlight .button-row { align-items: stretch; flex-direction: column; }
}

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