/* =========================================================
   LemonTalks — Inner pages (services, work, about, insights, legal…)
   Loads after style.css (uses the same :root tokens).
   ========================================================= */

.nav__list a[aria-current="page"]::after { transform: scaleX(1); background: var(--red); height: 2px; }

/* ---------- Breadcrumb ---------- */
.breadcrumb ol { display: flex; gap: .6rem; list-style: none; font-size: .8rem; font-weight: 500; color: rgba(12,12,12,.6); }
.breadcrumb li + li::before { content: "/"; margin-right: .6rem; }
.breadcrumb a:hover { color: var(--red); }

/* =========================================================
   HERO
   ========================================================= */
.s-hero { padding: calc(var(--header-h) + clamp(1.5rem, 3vw, 3rem)) 0 clamp(3rem, 5vw, 5rem); }
.s-hero__title { margin-top: clamp(2rem, 5vw, 4.5rem); font-weight: 400; }
.s-hero__kicker { display: block; font-size: clamp(.85rem, 1vw, 1rem); font-weight: 600; color: var(--red); margin-bottom: 1.2rem; }
.s-hero__display {
  display: block; font-family: var(--f-display); text-transform: uppercase;
  font-size: clamp(3.6rem, 12.5vw, 15rem); line-height: .86; letter-spacing: -.012em;
}
.s-hero__display .line { white-space: nowrap; }
.s-hero__foot { display: flex; justify-content: space-between; align-items: flex-end; gap: 2rem; margin-top: clamp(1.6rem, 3vw, 3rem); }
.s-hero__lede { max-width: 44ch; font-size: clamp(1rem, 1.45vw, 1.3rem); font-weight: 500; line-height: 1.4; }
.round-btn--static { position: relative; right: auto; bottom: auto; flex: none; }
.round-btn--static:hover svg { transform: translateY(6px); }
.round-btn--static svg { width: 10px; height: 36px; }

/* =========================================================
   INTRO
   ========================================================= */
.s-intro { background: var(--ink); color: var(--paper); padding: clamp(4rem, 8vw, 8rem) 0; }
.s-intro__grid { display: grid; grid-template-columns: 1fr 3fr; gap: 2rem; }
.s-intro .eyebrow { margin: .6rem 0 0; }
.s-intro__text { font-size: clamp(1.5rem, 3vw, 3rem); font-weight: 500; line-height: 1.18; letter-spacing: -.025em; max-width: 30ch; }

/* =========================================================
   SERVICE INDEX
   ========================================================= */
.s-index { position: relative; padding: clamp(4rem, 7vw, 7rem) 0; }
.s-index__head { display: flex; justify-content: space-between; align-items: flex-end; gap: 2rem; margin-bottom: clamp(1.5rem, 3vw, 3rem); }
.s-index__note { font-size: .9rem; max-width: 26ch; text-align: right; }
.s-index__list { list-style: none; border-top: 1px solid var(--ink); }
.s-index__list li { border-bottom: 1px solid var(--ink); }

.s-row {
  position: relative; display: grid; align-items: center;
  grid-template-columns: 4rem 1fr auto 3rem; gap: 1.5rem;
  padding: clamp(1rem, 2vw, 1.8rem) 0; isolation: isolate;
  transition: color .5s var(--ease), padding .6s var(--ease);
}
.s-row::before {
  content: ""; position: absolute; inset: 0 calc(-1 * var(--gutter)); z-index: -1;
  background: var(--red); transform: scaleY(0); transform-origin: bottom;
  transition: transform .6s var(--ease);
}
.s-row:hover::before, .s-row:focus-visible::before { transform: scaleY(1); transform-origin: top; }
.s-row:hover, .s-row:focus-visible { color: var(--white); padding-left: 1rem; }
.s-row:focus-visible { outline: none; }
.s-row__num { font-size: .85rem; font-weight: 600; }
.s-row__name { font-family: var(--f-display); text-transform: uppercase; font-size: clamp(1.8rem, 4.4vw, 4.6rem); line-height: 1; }
.s-row__tags { font-size: .85rem; font-weight: 500; opacity: .75; }
.s-row__arrow { width: 32px; justify-self: end; fill: none; stroke: currentColor; stroke-width: 1.6; transition: transform .6s var(--ease); }
.s-row:hover .s-row__arrow { transform: rotate(90deg); }

.s-preview {
  position: fixed; top: 0; left: 0; z-index: 30; pointer-events: none;
  width: clamp(240px, 22vw, 360px); aspect-ratio: 4 / 3; overflow: hidden;
  opacity: 0; scale: .7; transition: opacity .4s ease, scale .6s var(--ease);
}
.s-preview.is-on { opacity: 1; scale: 1; }
.s-preview img { width: 100%; height: 100%; object-fit: cover; }

/* =========================================================
   SERVICE DETAIL
   ========================================================= */
.svc { padding: clamp(4rem, 8vw, 8rem) 0; }
.svc--paper { background: var(--paper); color: var(--ink); }
.svc--ink { background: var(--ink); color: var(--paper); }

.svc__grid { display: grid; grid-template-columns: minmax(0, 5fr) minmax(0, 7fr); gap: clamp(2rem, 5vw, 6rem); align-items: start; }
.svc--flip .svc__text { order: 2; }
.svc--flip .svc__media { order: 1; }

.svc__text { position: sticky; top: calc(var(--header-h) + 2rem); }
.svc__num { font-size: .8rem; font-weight: 600; color: var(--red); margin-bottom: 1rem; }
.svc__title { font-family: var(--f-display); font-weight: 400; text-transform: uppercase; font-size: clamp(2.6rem, 5.4vw, 6.2rem); line-height: .9; }
.svc__lede { margin-top: 1.6rem; font-size: clamp(1.05rem, 1.35vw, 1.25rem); line-height: 1.45; max-width: 40ch; }
.svc__label { margin-top: 2.4rem; font-size: .8rem; font-weight: 600; opacity: .6; }
.svc__list { list-style: none; margin-top: .8rem; display: grid; grid-template-columns: 1fr 1fr; column-gap: 1.5rem; }
.svc__list li { padding: .7rem 0; border-top: 1px solid currentColor; border-color: color-mix(in srgb, currentColor 22%, transparent); font-size: .95rem; font-weight: 500; }
.svc .line-link { margin-top: 2.2rem; border-color: currentColor; }

.svc__media { position: relative; overflow: hidden; aspect-ratio: 5 / 4; background: #1a1a1a; }
.svc__media > img { position: absolute; left: 0; top: -6%; width: 100%; height: 112%; object-fit: cover; object-position: var(--pos, 50% 50%); will-change: transform; }

/* Browser mock (Websites) */
.svc__media--browser { background: var(--ink); display: grid; place-items: center; padding: 8%; }
.browser { position: relative; z-index: 1; width: 100%; background: #1d1d1d; box-shadow: 0 40px 80px -30px rgba(0,0,0,.6); }
.browser__bar { display: flex; align-items: center; gap: 6px; height: 30px; padding: 0 12px; background: #2a2a2a; }
.browser__bar i { width: 9px; height: 9px; border-radius: 50%; background: #555; }
.browser__bar i:first-child { background: var(--red); }
.browser__bar span { margin-left: 12px; font-size: .7rem; color: #999; background: #1d1d1d; padding: 3px 14px; }
.browser__screen { position: relative; aspect-ratio: 16 / 10; overflow: hidden; }
.browser__screen img { width: 100%; height: 100%; object-fit: cover; object-position: var(--pos, 50% 50%); }
.browser__ui { position: absolute; inset: 0; display: flex; justify-content: space-between; align-items: flex-start; padding: 5%; color: var(--white); font-size: clamp(.55rem, .75vw, .75rem); font-weight: 600; letter-spacing: .2em; background: linear-gradient(180deg, rgba(0,0,0,.45), transparent 35%); }
.browser__links { display: flex; gap: 10px; margin-left: auto; margin-right: 16px; padding-top: 4px; }
.browser__links b { width: 26px; height: 2px; background: rgba(255,255,255,.7); }
.browser__cta { background: var(--red); padding: .5em 1em; letter-spacing: .05em; }
.svc__globe { position: absolute; right: -14%; bottom: -24%; width: 62%; fill: none; stroke: rgba(255,255,255,.35); stroke-width: .5; animation: spin 60s linear infinite; }
@keyframes spin { to { transform: rotate(360deg); } }

/* Graph panel (Performance) */
.svc__media--graph { background: var(--grey); }
.graph { position: absolute; left: 8%; right: 8%; bottom: 0; top: 18%; display: flex; align-items: flex-end; gap: 3%; }
.graph span { flex: 1; height: var(--h); background: var(--ink); transform: scaleY(0); transform-origin: bottom; transition: transform 1.4s var(--ease); }
.graph span.is-red { background: var(--red); }
.graph span:nth-child(1) { transition-delay: .1s } .graph span:nth-child(2) { transition-delay: .16s }
.graph span:nth-child(3) { transition-delay: .22s } .graph span:nth-child(4) { transition-delay: .28s }
.graph span:nth-child(5) { transition-delay: .34s } .graph span:nth-child(6) { transition-delay: .4s }
.graph span:nth-child(7) { transition-delay: .46s } .graph span:nth-child(8) { transition-delay: .52s }
.svc__media--graph.is-in .graph span, html:not(.js) .graph span { transform: none; }
.graph__arrow { position: absolute; top: 7%; right: 7%; width: 18%; fill: none; stroke: var(--ink); stroke-width: 12; stroke-linecap: square; }

/* =========================================================
   MARQUEE
   ========================================================= */
.marquee { background: var(--red); color: var(--ink); overflow: hidden; padding: clamp(1rem, 2vw, 1.6rem) 0; }
.marquee__track { display: flex; align-items: center; gap: clamp(1.5rem, 3vw, 3rem); width: max-content; animation: marquee 38s linear infinite; }
.marquee__track span { font-family: var(--f-display); text-transform: uppercase; font-size: clamp(2rem, 5vw, 5rem); line-height: 1; white-space: nowrap; }
.marquee__track i { width: .5em; height: .5em; font-size: clamp(2rem, 5vw, 5rem); background: var(--ink); flex: none; }
.marquee:hover .marquee__track { animation-play-state: paused; }
@keyframes marquee { to { transform: translateX(-50%); } }

/* =========================================================
   FAQ
   ========================================================= */
.faq { padding: clamp(4rem, 8vw, 8rem) 0; }
.faq__grid { display: grid; grid-template-columns: minmax(0, 4fr) minmax(0, 7fr); gap: clamp(2rem, 5vw, 6rem); align-items: start; }
.faq__list { border-top: 1px solid var(--ink); }
.faq details { border-bottom: 1px solid var(--ink); }
.faq summary { list-style: none; cursor: pointer; display: flex; justify-content: space-between; align-items: center; gap: 1.5rem; padding: 1.4rem 0; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary h3 { font-size: clamp(1.05rem, 1.6vw, 1.45rem); font-weight: 600; letter-spacing: -.015em; transition: color .3s; }
.faq summary:hover h3 { color: var(--red); }
.faq__icon { position: relative; width: 18px; height: 18px; flex: none; }
.faq__icon::before, .faq__icon::after { content: ""; position: absolute; left: 0; top: 50%; width: 100%; height: 2px; background: currentColor; transition: transform .5s var(--ease); }
.faq__icon::after { transform: rotate(90deg); }
.faq details[open] .faq__icon::after { transform: rotate(0deg); }
.faq__body { overflow: hidden; }
.faq__body p { padding: 0 3rem 1.6rem 0; max-width: 62ch; line-height: 1.55; }
.faq__body a { border-bottom: 1px solid currentColor; }

/* =========================================================
   RESPONSIVE
   ========================================================= */
@media (max-width: 900px) {
  .s-intro__grid, .svc__grid, .faq__grid { grid-template-columns: 1fr; }
  .svc__text { position: static; }
  .svc--flip .svc__text { order: 0; }
  .svc__media { aspect-ratio: 4 / 3; }
  .s-row { grid-template-columns: 2.4rem 1fr 2rem; }
  .s-row__tags { display: none; }
  .s-index__head { flex-direction: column; align-items: flex-start; }
  .s-index__note { text-align: left; }
}
@media (max-width: 640px) {
  .s-hero__foot { flex-direction: column; align-items: flex-start; }
  .svc__list { grid-template-columns: 1fr; }
  .s-hero__display .line { white-space: normal; }
}
@media (prefers-reduced-motion: reduce) {
  .marquee__track, .svc__globe { animation: none; }
}

/* =========================================================
   SHARED INNER-PAGE COMPONENTS
   ========================================================= */

/* Full-bleed image band with parallax */
.p-banner { position: relative; overflow: hidden; height: clamp(320px, 46vw, 760px); }
.p-banner img { position: absolute; left: 0; top: -8%; width: 100%; height: 116%; object-fit: cover; object-position: var(--pos, 50% 50%); will-change: transform; }

/* Section heading row */
.p-head { display: flex; justify-content: space-between; align-items: flex-end; gap: 2rem; margin-bottom: clamp(2rem, 4vw, 3.5rem); }
.p-head p { max-width: 36ch; font-size: .95rem; }
.p-section { padding: clamp(4rem, 8vw, 8rem) 0; }
.p-section--ink { background: var(--ink); color: var(--paper); }
.p-section--ink .display--ink { color: var(--paper); }

/* Principles / values */
.principles { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: clamp(.8rem, 1.4vw, 1.2rem); list-style: none; }
.principle { position: relative; overflow: hidden; min-height: clamp(260px, 26vw, 380px); padding: clamp(1.2rem, 2vw, 1.8rem); display: flex; flex-direction: column; justify-content: space-between; background: var(--paper-2); }
.principle:nth-child(1) { background: var(--red); color: var(--white); }
.principle:nth-child(2) { background: var(--ink); color: var(--paper); }
.principle:nth-child(4) { background: var(--grey); }
.principle__num { font-family: var(--f-display); font-size: clamp(3rem, 6vw, 6rem); line-height: .8; opacity: .9; }
.principle h3 { font-size: clamp(1.1rem, 1.5vw, 1.4rem); font-weight: 700; letter-spacing: -.02em; margin-bottom: .6rem; }
.principle p { font-size: .92rem; line-height: 1.45; opacity: .85; }

/* Process steps */
.steps { list-style: none; display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); border-top: 1px solid currentColor; }
.steps li { padding: 1.4rem 1.4rem 0 0; border-right: 1px solid color-mix(in srgb, currentColor 20%, transparent); }
.steps li:last-child { border-right: 0; }
.steps li + li { padding-left: 1.4rem; }
.steps__num { display: block; font-size: .8rem; font-weight: 600; color: var(--red); margin-bottom: 2.5rem; }
.steps h3 { font-family: var(--f-display); font-weight: 400; text-transform: uppercase; font-size: clamp(1.8rem, 3vw, 3rem); line-height: 1; margin-bottom: .8rem; }
.steps p { font-size: .92rem; line-height: 1.5; opacity: .8; }

/* Client / partner names */
.clients { list-style: none; display: flex; flex-wrap: wrap; align-items: center; gap: .4rem 1.4rem; }
.clients li { display: inline-flex; align-items: center; gap: 1.4rem; font-family: var(--f-display); text-transform: uppercase; font-size: clamp(2rem, 4.6vw, 4.8rem); line-height: 1.05; }
.clients li:not(:last-child)::after { content: ""; width: .28em; height: .28em; background: var(--red); flex: none; }

/* Work page tweaks (reuses .work / .case from style.css) */
.work--page { padding-top: clamp(2rem, 4vw, 3rem); }
.case__cta { grid-column: 1 / -1; }
.case-next { display: grid; place-items: center; text-align: center; min-height: clamp(260px, 27vw, 520px); border: 1px dashed rgba(255,255,255,.3); padding: 2rem; margin-top: clamp(1rem, 1.6vw, 1.5rem); }
.case-next h3 { font-family: var(--f-display); font-weight: 400; text-transform: uppercase; font-size: clamp(2.2rem, 5vw, 5rem); line-height: .95; }
.case-next p { margin-top: 1rem; color: var(--muted); }
.case-next .pill-btn { margin-top: 1.6rem; }

/* Insight cards */
.cards { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: clamp(1.5rem, 3vw, 3rem) clamp(1rem, 2vw, 2rem); }
.card { display: flex; flex-direction: column; gap: 1rem; }
.card--feature { grid-column: 1 / -1; display: grid; grid-template-columns: minmax(0, 7fr) minmax(0, 5fr); gap: clamp(1.5rem, 3vw, 3rem); align-items: end; }
.card.is-dimmed { display: none; }
.card__media { position: relative; overflow: hidden; aspect-ratio: 16 / 9; background: #ddd; }
.card__media img { width: 100%; height: 100%; object-fit: cover; transition: transform 1.2s var(--ease); }
.card:hover .card__media img { transform: scale(1.04); }
.card__cat { font-size: .78rem; font-weight: 600; color: var(--red); }
.card__title { font-size: clamp(1.3rem, 2vw, 1.9rem); font-weight: 700; line-height: 1.15; letter-spacing: -.025em; }
.card--feature .card__title { font-family: var(--f-display); font-weight: 400; text-transform: uppercase; font-size: clamp(2.2rem, 4vw, 4.2rem); line-height: .95; letter-spacing: 0; }
.card__title a { background: linear-gradient(currentColor, currentColor) 0 100% / 0 1px no-repeat; transition: background-size .6s var(--ease); }
.card:hover .card__title a { background-size: 100% 1px; }
.card__title a::after { content: ""; position: absolute; inset: 0; }
.card { position: relative; }
.card__excerpt { font-size: .98rem; line-height: 1.5; opacity: .8; max-width: 52ch; }
.card__meta { font-size: .8rem; opacity: .6; }
.filters--light { color: rgba(12,12,12,.55); border-color: rgba(12,12,12,.2); }
.filters--light .filters__btn { color: rgba(12,12,12,.55); }
.filters--light .filters__btn:hover, .filters--light .filters__btn[aria-pressed="true"] { color: var(--ink); }

/* Article */
.article-hero { padding: calc(var(--header-h) + clamp(1.5rem, 3vw, 3rem)) 0 clamp(2rem, 4vw, 3.5rem); }
.article-hero__cat { display: inline-block; margin-top: clamp(2rem, 4vw, 3.5rem); font-size: .8rem; font-weight: 600; color: var(--red); }
.article-hero h1 { margin-top: 1rem; max-width: 18ch; font-family: var(--f-display); font-weight: 400; text-transform: uppercase; font-size: clamp(2.6rem, 6.4vw, 7rem); line-height: .92; }
.article-hero__meta { margin-top: 1.6rem; display: flex; gap: 1.4rem; font-size: .85rem; opacity: .7; }
.article-cover { margin-bottom: clamp(2.5rem, 5vw, 4.5rem); }
.article-cover .p-banner { height: auto; aspect-ratio: 16 / 9; max-height: 80vh; }
.article-cover .p-banner img { top: 0; height: 100%; }
.prose { max-width: 68ch; margin-inline: auto; font-size: clamp(1.02rem, 1.2vw, 1.14rem); line-height: 1.7; }
.prose > * + * { margin-top: 1.2em; }
.prose h2 { margin-top: 2.2em; font-size: clamp(1.5rem, 2.4vw, 2.1rem); font-weight: 800; line-height: 1.15; letter-spacing: -.03em; }
.prose h3 { margin-top: 1.8em; font-size: 1.2rem; font-weight: 700; }
.prose ul, .prose ol { padding-left: 1.2em; }
.prose li + li { margin-top: .4em; }
.prose li::marker { color: var(--red); }
.prose a { border-bottom: 1px solid var(--red); }
.prose a:hover { color: var(--red); }
.prose blockquote { margin: 2em 0; padding-left: 1.2em; border-left: 4px solid var(--red); font-size: 1.35em; font-weight: 600; line-height: 1.35; letter-spacing: -.02em; }
.prose .lead { font-size: 1.25em; line-height: 1.5; font-weight: 500; }
.article-end { max-width: 68ch; margin: clamp(3rem, 5vw, 4rem) auto 0; padding-top: 1.4rem; border-top: 1px solid var(--ink); display: flex; justify-content: space-between; gap: 1rem; flex-wrap: wrap; font-size: .9rem; }

/* Contact page */
.contact-page { display: grid; grid-template-columns: minmax(0, 4fr) minmax(0, 7fr); gap: clamp(2rem, 5vw, 6rem); align-items: start; }
.contact-info { display: grid; gap: 2rem; font-size: .95rem; line-height: 1.55; }
.contact-info h2 { font-size: .8rem; font-weight: 600; color: var(--red); margin-bottom: .4rem; }
.contact-info a { border-bottom: 1px solid currentColor; }
.contact-info .big { font-size: clamp(1.3rem, 2vw, 1.8rem); font-weight: 700; letter-spacing: -.02em; border: 0; }
.form { display: grid; grid-template-columns: 1fr 1fr; gap: 1.8rem 1.6rem; }
.form .full { grid-column: 1 / -1; }
.field label { display: block; font-size: .8rem; font-weight: 600; margin-bottom: .5rem; }
.field input, .field select, .field textarea {
  width: 100%; font: inherit; font-size: 1.05rem; color: var(--ink);
  background: transparent; border: 0; border-bottom: 1px solid var(--ink);
  padding: .6rem 0; border-radius: 0; transition: border-color .3s;
}
.field textarea { min-height: 140px; resize: vertical; }
.field select { appearance: none; background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M6 9l6 6 6-6' fill='none' stroke='%230c0c0c' stroke-width='1.6'/%3E%3C/svg%3E") no-repeat right center / 18px; }
.field input:focus, .field select:focus, .field textarea:focus { outline: none; border-bottom: 2px solid var(--red); }
.form .hp { position: absolute; left: -9999px; }
.form__foot { display: flex; align-items: center; justify-content: space-between; gap: 1.5rem; flex-wrap: wrap; }
.form__foot p { font-size: .8rem; opacity: .7; max-width: 44ch; }
.form__foot .pill-btn { margin: 0; background: var(--ink); color: var(--white); border: 0; cursor: pointer; }
.form__foot .pill-btn:hover { background: var(--red); }
.form-msg { grid-column: 1 / -1; padding: 1rem 1.2rem; font-weight: 600; display: none; }
.form-msg.is-ok { display: block; background: var(--ink); color: var(--paper); }
.form-msg.is-err { display: block; background: var(--red); color: var(--white); }

/* Careers roles (non-link rows reuse .s-row look) */
.roles { list-style: none; border-top: 1px solid currentColor; }
.roles li { border-bottom: 1px solid currentColor; }
.roles .s-row { cursor: default; }
.roles .s-row::before { display: none; }
.roles .s-row:hover { color: inherit; padding-left: 0; }

/* Legal */
.legal { display: grid; grid-template-columns: minmax(0, 3fr) minmax(0, 8fr); gap: clamp(2rem, 5vw, 6rem); align-items: start; }
.legal__toc { position: sticky; top: calc(var(--header-h) + 2rem); font-size: .88rem; }
.legal__toc p { font-weight: 600; color: var(--red); font-size: .8rem; margin-bottom: 1rem; }
.legal__toc ol { list-style: none; counter-reset: toc; display: grid; gap: .55rem; }
.legal__toc li { counter-increment: toc; }
.legal__toc a { opacity: .7; transition: opacity .3s, color .3s; }
.legal__toc a::before { content: counter(toc, decimal-leading-zero) "  "; color: var(--red); }
.legal__toc a:hover { opacity: 1; }
.legal .prose { margin: 0; max-width: 72ch; }
.legal .prose h2 { scroll-margin-top: calc(var(--header-h) + 1.5rem); }
.legal__note { font-size: .85rem; padding: 1rem 1.2rem; background: var(--paper-2); border-left: 4px solid var(--red); }

/* Studio info strip */
.info-strip { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); border-top: 1px solid currentColor; }
.info-strip > div { padding: 1.6rem 1.6rem 0 0; }
.info-strip > div + div { padding-left: 1.6rem; border-left: 1px solid color-mix(in srgb, currentColor 20%, transparent); }
.info-strip h3 { font-size: .8rem; font-weight: 600; color: var(--red); margin-bottom: .8rem; }
.info-strip p { font-size: 1.05rem; line-height: 1.5; }
.info-strip a { border-bottom: 1px solid currentColor; }

@media (max-width: 900px) {
  .principles { grid-template-columns: 1fr 1fr; }
  .steps { grid-template-columns: 1fr 1fr; }
  .steps li { border-right: 0; padding: 1.4rem 0 1.4rem 0 !important; border-bottom: 1px solid color-mix(in srgb, currentColor 20%, transparent); }
  .steps li:nth-child(odd) { padding-right: 1rem !important; }
  .card--feature { grid-template-columns: 1fr; }
  .contact-page, .legal { grid-template-columns: 1fr; }
  .legal__toc { position: static; }
  .info-strip { grid-template-columns: 1fr; }
  .info-strip > div + div { padding-left: 0; border-left: 0; border-top: 1px solid color-mix(in srgb, currentColor 20%, transparent); margin-top: 1.4rem; }
  .p-head { flex-direction: column; align-items: flex-start; }
}
@media (max-width: 640px) {
  .principles, .steps, .cards, .form { grid-template-columns: 1fr; }
  .form .full { grid-column: auto; }
}

/* Six-up variant (Gurugram micro-markets) */
.principles--six { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.principles--six .principle { min-height: clamp(220px, 20vw, 300px); }

/* Google Map embed */
.map { margin-top: clamp(2rem, 4vw, 3rem); aspect-ratio: 21 / 9; background: #1a1a1a; overflow: hidden; }
.map iframe { width: 100%; height: 100%; border: 0; filter: grayscale(1) contrast(1.1); transition: filter .6s ease; }
.map:hover iframe { filter: none; }

@media (max-width: 900px) {
  .principles--six { grid-template-columns: 1fr 1fr; }
  .map { aspect-ratio: 4 / 3; }
}
@media (max-width: 640px) { .principles--six { grid-template-columns: 1fr; } }
