/* extras.css — additions on top of site.css */

:root { --marquee-dur: 40s; }

/* ====== M1 Identity headline — non-italic, three-color ====== */
.id-line--upright .id-a, .id-line--upright .id-b, .id-line--upright .id-c {
  font-family: var(--display); font-style: normal;
}
.id-line--upright .id-a { color: var(--ink); font-weight: 600; }
.id-line--upright .id-b { color: var(--tomato); font-weight: 900; }
.id-line--upright .id-c { color: var(--ink); font-weight: 600; }

/* ====== M3 Split hover 65/35 expand ====== */
.split--hover { transition: none; }
.split--hover .split-pane { transition: flex-basis 500ms cubic-bezier(0.22,1,0.36,1), opacity 400ms ease, padding 500ms ease; flex: 1 1 50%; min-width: 0; }
.split--hover.split--side { display: flex; }
.split--hover.split--side .split__half { flex: 1 1 50%; }
.split--hover.split--side:hover .split-pane { opacity: 0.7; flex-basis: 35%; }
.split--hover.split--side:hover .split-pane:hover { opacity: 1; flex-basis: 65%; }
.split-pane:hover .h-1, .split-pane:hover .lede { transform: translateY(-8px); transition: transform 450ms cubic-bezier(0.22,1,0.36,1); }
.split-hover-line { font-family: var(--display); font-weight: 600; font-size: 18px; line-height: 1.4; margin-top: 12px; max-width: 36ch; opacity: 0; transform: translateY(8px); transition: opacity 350ms ease 100ms, transform 450ms cubic-bezier(0.22,1,0.36,1) 100ms; }
.split-pane:hover .split-hover-line { opacity: 1; transform: translateY(0); }

/* ====== Origin map (M4) ====== */
.origin__map-wrap { aspect-ratio: 2/1; background: var(--cream); border: 1px solid var(--ink-12); padding: 32px; position: relative; }
.origin-map { width: 100%; height: 100%; display: block; }
.origin-map .route { stroke-dasharray: 1200; stroke-dashoffset: 1200; animation: drawRoute 1.6s cubic-bezier(0.22,1,0.36,1) forwards; }
@keyframes drawRoute { to { stroke-dashoffset: 0; } }
.origin-map .city { opacity: 0; animation: cityIn 600ms ease forwards; }
.origin-map .city circle { transform-box: fill-box; transform-origin: center; }
@keyframes cityIn { 0% { opacity: 0; } 60% { opacity: 1; } 80% { opacity: 0.4; } 100% { opacity: 1; } }

/* Nav, lang */
.nav { mix-blend-mode: normal; color: var(--ink); padding: 20px 48px;
  background: rgba(250,246,236,0.78); backdrop-filter: blur(12px) saturate(140%);
  -webkit-backdrop-filter: blur(12px) saturate(140%);
  border-bottom: 1px solid var(--ink-12); }
.nav__corner { display: flex; align-items: center; gap: 6px; }
.lang-btn { background: transparent; border: 0; padding: 0; cursor: pointer;
  font-family: var(--mono); font-size: 11px; letter-spacing: 0.04em; color: var(--ink);
  opacity: 0.45; transition: opacity 200ms ease; }
.lang-btn.is-on { opacity: 1; border-bottom: 1px solid currentColor; padding-bottom: 1px; }
.lang-btn:hover { opacity: 1; }
.lang-sep { opacity: 0.3; font-family: var(--mono); font-size: 11px; }

main { padding-top: 0; }

/* === Hero === */
.hero-stage { position: absolute; inset: 0; z-index: 0; }
.hero-clip { position: absolute; inset: 0; opacity: 0; transition: opacity 1200ms cubic-bezier(0.22,1,0.36,1); }
.hero-clip.is-on { opacity: 1; }
.hero-clip .frame { animation-duration: 24s; }
.hero-stage--type .ghost-line { position: absolute; left: 0; right: 0; white-space: nowrap; font-family: var(--display); font-weight: 800; font-size: clamp(120px, 20vw, 320px); letter-spacing: -0.04em; color: var(--ink); opacity: 0.06; animation: ghostDrift 60s linear infinite; }
.hero-stage--type .ghost-line { top: 18%; }
.hero-stage--type .ghost-line--2 { top: 50%; opacity: 0.05; animation-duration: 80s; animation-direction: reverse; color: var(--persian); }
.hero-stage--type .ghost-line--3 { top: 78%; opacity: 0.04; animation-duration: 100s; }
@keyframes ghostDrift { from { transform: translateX(0); } to { transform: translateX(-50%); } }
.hero-stage--svg svg { width: 100%; height: 100%; display: block; }
.hero { padding-top: 160px; }
.hero__kickers { display: flex; gap: 12px; flex-wrap: wrap; }
.hero__big { margin: 80px 0 0; font-size: clamp(80px, 13vw, 200px); max-width: 14ch; font-family: var(--display); font-weight: 800; letter-spacing: -0.04em; line-height: 0.92; }
.hero__big .accent { color: var(--persian); font-style: italic; font-family: 'EB Garamond', serif; font-weight: 500; }
.hero__sub { margin-top: 24px; font-family: var(--sans); font-size: 16px; font-weight: 500; line-height: 1.55; color: var(--ink); max-width: 32ch; }
.hero__low { display: flex; justify-content: space-between; align-items: flex-end; gap: 48px; }
.hero__scroll { font-family: var(--mono); font-size: 11px; letter-spacing: 0.18em; text-transform: uppercase; opacity: 0.7; }

/* === Identity === */
.id-line { font-family: var(--display); font-weight: 800; font-size: clamp(56px, 7.5vw, 120px); line-height: 1; letter-spacing: -0.04em; max-width: 18ch; word-break: keep-all; overflow-wrap: break-word; }
.id-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 64px; align-items: end; padding: 4vh 0; }
.id-cta { display: flex; gap: 14px; flex-wrap: wrap; }

/* === Field === */
.field { position: relative; padding: 64px 48px; min-height: 100vh; display: flex; flex-direction: column; justify-content: space-between; }
.field__map { position: absolute; inset: 0; z-index: 0; opacity: 0.3; pointer-events: none; width: 100%; height: 100%; }
.field__words { position: relative; z-index: 2; flex: 1; display: grid; grid-template-columns: repeat(12, 1fr); grid-auto-rows: minmax(80px, auto); padding: 8vh 0; }
.float-word { font-family: var(--display); font-weight: 800; letter-spacing: -0.03em; line-height: 0.95; color: currentColor; animation: floaty 16s ease-in-out infinite alternate; }
.fw-mustard { color: var(--mustard); }
.float-word.fw-1 { grid-column: 1 / span 4; font-size: clamp(40px, 6vw, 96px); animation-duration: 14s; }
.float-word.fw-2 { grid-column: 7 / span 5; font-size: clamp(32px, 5vw, 80px); animation-duration: 18s; }
.float-word.fw-3 { grid-column: 2 / span 6; font-size: clamp(48px, 7vw, 112px); animation-duration: 20s; font-style: italic; font-family: 'EB Garamond', serif; font-weight: 500; }
.float-word.fw-4 { grid-column: 9 / span 4; font-size: clamp(28px, 4vw, 64px); animation-duration: 16s; opacity: 0.85; }
.float-word.fw-5 { grid-column: 1 / span 5; font-size: clamp(36px, 5.5vw, 88px); animation-duration: 22s; }
.float-word.fw-6 { grid-column: 6 / span 6; font-size: clamp(56px, 8vw, 128px); animation-duration: 19s; font-style: italic; font-family: 'EB Garamond', serif; font-weight: 500; }
@keyframes floaty { 0% { transform: translate(0,0); } 50% { transform: translate(8px,-12px); } 100% { transform: translate(-6px,10px); } }

.marquee__track { animation-duration: var(--marquee-dur) !important; }
.marquee__track .dot { color: var(--mustard); }

.logos { display: grid; grid-template-columns: repeat(8, 1fr); gap: 0; border-top: 1px solid var(--ink-12); border-left: 1px solid var(--ink-12); margin-top: 48px; }
.logo-cell { aspect-ratio: 4/3; display: flex; align-items: center; justify-content: center; border-right: 1px solid var(--ink-12); border-bottom: 1px solid var(--ink-12); font-family: var(--display); font-weight: 700; font-size: 14px; letter-spacing: 0.04em; color: var(--ink); transition: background 240ms ease, color 240ms ease; }
.logo-cell:hover { background: var(--persian); color: var(--cream); }

/* Split */
.split { display: grid; min-height: 100vh; }
.split--side { grid-template-columns: 1fr 1fr; }
.split--stack { grid-template-columns: 1fr; }
.split--diag { grid-template-columns: 1.2fr 1fr; }
.split--diag .split__half:first-child { clip-path: polygon(0 0, 100% 0, 92% 100%, 0 100%); }
.split--diag .split__half:last-child { margin-left: -8%; padding-left: 14%; clip-path: polygon(8% 0, 100% 0, 100% 100%, 0 100%); }
.split__half { padding: 96px 64px; display: flex; flex-direction: column; justify-content: space-between; min-height: 60vh; position: relative; overflow: hidden; }
.split__half h2 { max-width: 14ch; }
.split__half p { max-width: 36ch; font-size: 15px; line-height: 1.6; }

/* Origin / CEO */
.origin { display: grid; grid-template-columns: 1fr 1.3fr; gap: 80px; padding: 160px 48px; align-items: center; }
.origin__quote { font-family: var(--display); font-weight: 800; font-size: clamp(40px, 5.5vw, 88px); line-height: 1.05; letter-spacing: -0.035em; }
.ceo { padding: 160px 48px; display: grid; grid-template-columns: 1fr 1.4fr; gap: 80px; align-items: end; }
.ceo__photo { aspect-ratio: 4/5; background: var(--ink); position: relative; }
.ceo__photo::before { content: ''; position: absolute; inset: 0; background: radial-gradient(ellipse 60% 70% at 50% 60%, rgba(219,164,46,0.35), transparent 65%); }
.ceo__photo::after { content: 'CEO · 맥플루'; position: absolute; bottom: 24px; left: 24px; font-family: var(--mono); font-size: 11px; letter-spacing: 0.2em; color: var(--cream); opacity: 0.8; }
.ceo__letter { font-family: var(--display); font-weight: 700; font-size: clamp(28px, 3vw, 44px); line-height: 1.2; letter-spacing: -0.025em; max-width: 22ch; }
.ceo__sign { margin-top: 32px; font-family: 'EB Garamond', serif; font-style: italic; font-weight: 500; font-size: 16px; opacity: 0.7; }
.ceo__cta { display: block; margin-top: 48px; padding: 28px 0; width: 100%; text-align: center; background: var(--tomato); color: var(--cream); font-family: var(--sans); font-weight: 600; font-size: 14px; letter-spacing: 0.18em; text-transform: uppercase; border: 0; cursor: pointer; transition: background 200ms ease; grid-column: 1 / -1; }
.ceo__cta:hover { background: var(--ink); }
.full-cta { grid-column: 1 / -1; }

/* Subpages */
.sub-hero { padding: 200px 48px 120px; min-height: 80vh; display: flex; flex-direction: column; justify-content: space-between; position: relative; overflow: hidden; }
.sub-hero h1 { max-width: 18ch; }

/* References */
.ref-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0; border-top: 1px solid var(--ink-12); border-left: 1px solid var(--ink-12); max-width: 1440px; margin: 0 auto; }
.ref-card { padding: 32px; border-right: 1px solid var(--ink-12); border-bottom: 1px solid var(--ink-12); min-height: 360px; display: flex; flex-direction: column; gap: 16px; transition: background 240ms ease, color 240ms ease; cursor: pointer; }
.ref-card:hover { background: var(--ink); color: var(--cream); }
.ref-card__head { display: flex; justify-content: space-between; align-items: baseline; }
.ref-card .brand { font-family: var(--display); font-weight: 800; font-size: 22px; letter-spacing: 0.02em; }
.ref-card .num { font-family: var(--mono); font-size: 11px; opacity: 0.6; }
.ref-card h3 { font-family: var(--display); font-weight: 700; font-size: 24px; letter-spacing: -0.025em; line-height: 1.2; margin: 0; }
.ref-card p { font-size: 14px; line-height: 1.55; opacity: 0.78; margin: 0; flex: 1; }
.ref-card .result { font-family: var(--mono); font-size: 11px; letter-spacing: 0.12em; color: var(--mustard); border-top: 1px solid currentColor; padding-top: 12px; }
.ref-card:hover .result { color: var(--mustard); }

/* Creators strip — small, expandable */
.creators-strip { display: grid; grid-template-columns: repeat(6, 1fr); gap: 16px; margin-top: 32px; }
.cstrip-item { cursor: pointer; }
.cstrip-img { aspect-ratio: 1/1; background: var(--ink); display: flex; align-items: center; justify-content: center; transition: background 240ms ease; }
.cstrip-img > span { font-family: 'EB Garamond', serif; font-style: italic; font-weight: 500; font-size: 56px; color: var(--cream); opacity: 0.4; }
.cstrip-item:hover .cstrip-img { background: var(--persian); }
.cstrip-item:hover .cstrip-img > span { opacity: 0.95; }
.cstrip-name { display: block; font-family: var(--display); font-weight: 700; font-size: 14px; margin-top: 10px; }
.cstrip-role { display: block; font-family: var(--mono); font-size: 10px; letter-spacing: 0.16em; text-transform: uppercase; opacity: 0.65; margin-top: 2px; }

/* Benefit cards (How) */
.benefit-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0; border-top: 1px solid var(--ink-12); border-left: 1px solid var(--ink-12); }
.benefit-grid--ink { border-color: rgba(250,246,236,0.18); }
.bcard { padding: 32px; border-right: 1px solid var(--ink-12); border-bottom: 1px solid var(--ink-12); min-height: 280px; display: flex; flex-direction: column; gap: 18px; transition: background 240ms ease, color 240ms ease; cursor: pointer; }
.bcard:hover { background: var(--persian); color: var(--cream); }
.bcard--ink { border-right-color: rgba(250,246,236,0.18); border-bottom-color: rgba(250,246,236,0.18); }
.bcard--ink:hover { background: var(--mustard); color: var(--ink); }
.bcard .num { font-family: 'EB Garamond', serif; font-style: italic; font-weight: 500; font-size: 32px; color: var(--mustard); }
.bcard h3 { font-family: var(--display); font-weight: 700; font-size: 22px; letter-spacing: -0.025em; line-height: 1.2; margin: 0; }
.bcard p { font-size: 14px; line-height: 1.55; opacity: 0.85; margin: 0; }
.bcard.is-empty { opacity: 0.45; cursor: default; pointer-events: none; }
.bcard.is-empty .empty-note { font-family: var(--mono); font-size: 11px; letter-spacing: 0.18em; opacity: 0.6; }

/* Services rev/pkg (kept) */
.rev-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 0; border-top: 1px solid var(--ink-12); border-left: 1px solid var(--ink-12); }
.rev-card { padding: 40px 32px; border-right: 1px solid var(--ink-12); border-bottom: 1px solid var(--ink-12); display: flex; flex-direction: column; justify-content: space-between; min-height: 380px; transition: background 240ms ease, color 240ms ease; cursor: pointer; }
.rev-card:hover { background: var(--ink); color: var(--cream); }
.rev-card .num { font-family: var(--mono); font-size: 12px; opacity: 0.6; }
.rev-card h3 { font-family: var(--display); font-weight: 700; font-size: 28px; letter-spacing: -0.025em; line-height: 1.1; margin: 24px 0 0; }
.rev-card p { font-size: 13px; line-height: 1.55; opacity: 0.8; margin: 16px 0 0; }
.global-row { display: grid; grid-template-columns: 1fr 1.5fr; gap: 80px; align-items: center; padding: 120px 48px; }
.pkg-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; padding: 0 48px 120px; }
.pkg { padding: 40px 32px; border: 1px solid var(--ink); border-radius: 4px; min-height: 480px; display: flex; flex-direction: column; }
.pkg.is-feature { background: var(--ink); color: var(--cream); }
.pkg .tier { font-family: var(--mono); font-size: 11px; letter-spacing: 0.18em; text-transform: uppercase; opacity: 0.7; }
.pkg h3 { font-family: var(--display); font-weight: 700; font-size: 40px; letter-spacing: -0.03em; margin: 12px 0 24px; }
.pkg ul { padding: 0; list-style: none; margin: 0 0 32px; flex: 1; }
.pkg li { padding: 12px 0; border-top: 1px solid currentColor; font-size: 14px; opacity: 0.88; }
.pkg li:first-child { border-top: 0; }
.pkg .price { font-family: var(--display); font-weight: 700; font-size: 22px; letter-spacing: -0.02em; }

/* Contact — short single-screen */
.contact-screen { padding: 160px 48px 80px; min-height: 100vh; position: relative; overflow: hidden; background: var(--cream); }
.contact-wrap { max-width: 1280px; margin: 0 auto; }
.contact-head { margin-bottom: 48px; }
.contact-body { display: grid; grid-template-columns: 2fr 1fr; gap: 64px; align-items: start; }
.contact-form .seg-tabs { display: flex; gap: 0; border: 1px solid var(--ink); margin-bottom: 32px; }
.contact-form .seg { flex: 1; padding: 14px; background: transparent; border: 0; cursor: pointer; font-family: var(--mono); font-size: 11px; letter-spacing: 0.18em; text-transform: uppercase; color: var(--ink); border-right: 1px solid var(--ink); transition: background 200ms ease, color 200ms ease; }
.contact-form .seg:last-child { border-right: 0; }
.contact-form .seg.is-on { background: var(--ink); color: var(--cream); }
.contact-form .field { margin-bottom: 20px; padding: 0; min-height: 0; display: block; position: static; }
.contact-form .field label { display: block; font-family: var(--mono); font-size: 11px; letter-spacing: 0.18em; text-transform: uppercase; margin-bottom: 8px; opacity: 0.7; }
.contact-form .m-input { width: 100%; background: transparent; border: 0; border-bottom: 1px solid var(--ink); padding: 8px 0; font-family: var(--sans); font-size: 15px; color: var(--ink); transition: border-color 200ms ease, border-width 200ms ease; }
.contact-form .m-input:focus { outline: 0; border-bottom: 2px solid var(--persian); padding-bottom: 7px; }
.contact-form textarea.m-input { resize: vertical; min-height: 80px; }
.contact-aside { padding: 32px; border: 1px solid var(--ink); border-radius: 4px; display: flex; flex-direction: column; gap: 20px; }
.contact-aside .kicker { display: block; margin-bottom: 8px; }
.contact-kakao { display: block; padding: 18px 20px; border: 1px solid var(--ink); border-radius: 999px; text-align: center; font-family: var(--display); font-weight: 600; font-size: 14px; transition: background 200ms ease, color 200ms ease; }
.contact-kakao:hover { background: var(--mustard); }
.contact-email { font-family: var(--display); font-weight: 700; font-size: 22px; letter-spacing: -0.02em; word-break: break-all; }
.contact-socials { display: flex; gap: 12px; flex-wrap: wrap; }
.contact-socials a { width: 40px; height: 40px; border: 1px solid var(--ink); border-radius: 999px; display: flex; align-items: center; justify-content: center; font-family: var(--mono); font-size: 11px; letter-spacing: 0.04em; transition: background 200ms ease, color 200ms ease; }
.contact-socials a:hover { background: var(--ink); color: var(--cream); }

.h-display { font-family: var(--display); font-weight: 800; letter-spacing: -0.035em; line-height: 0.92; font-size: clamp(64px, 9vw, 144px); }
.h-3 { font-family: var(--display); font-weight: 700; font-size: clamp(36px, 4vw, 56px); letter-spacing: -0.03em; line-height: 1.05; }

/* Mobile */
@media (max-width: 900px) {
  .nav__links { display: none; }
  .logos { grid-template-columns: repeat(4, 1fr); }
  .split--side, .split--diag { grid-template-columns: 1fr; }
  .split--diag .split__half { clip-path: none !important; margin-left: 0 !important; padding-left: 64px !important; }
  .split--hover.split--side:hover .split-pane,
  .split--hover.split--side:hover .split-pane:hover { flex-basis: 50%; opacity: 1; }
  .id-grid, .origin, .ceo, .global-row, .contact-body { grid-template-columns: 1fr; gap: 32px; }
  .rev-grid, .ref-grid, .benefit-grid { grid-template-columns: repeat(2, 1fr); }
  .pkg-grid { grid-template-columns: 1fr; }
  .creators-strip { grid-template-columns: repeat(3, 1fr); }
}

:root { --marquee-dur: 40s; }

/* Nav: fix mix-blend-mode (some sections clash) — make it readable everywhere */
.nav { mix-blend-mode: normal; color: var(--ink); padding: 20px 48px;
  background: rgba(250,246,236,0.78); backdrop-filter: blur(12px) saturate(140%);
  -webkit-backdrop-filter: blur(12px) saturate(140%);
  border-bottom: 1px solid var(--ink-12); }
.nav__corner { display: flex; align-items: center; gap: 6px; }
.lang-btn { background: transparent; border: 0; padding: 0; cursor: pointer;
  font-family: var(--mono); font-size: 11px; letter-spacing: 0.04em; color: var(--ink);
  opacity: 0.45; transition: opacity 200ms ease; }
.lang-btn.is-on { opacity: 1; border-bottom: 1px solid currentColor; padding-bottom: 1px; }
.lang-btn:hover { opacity: 1; }
.lang-sep { opacity: 0.3; font-family: var(--mono); font-size: 11px; }

/* Push body content below fixed nav */
main { padding-top: 0; }

/* === Hero === */
.hero-stage { position: absolute; inset: 0; z-index: 0; }
.hero-clip { position: absolute; inset: 0; opacity: 0; transition: opacity 1200ms cubic-bezier(0.22,1,0.36,1); }
.hero-clip.is-on { opacity: 1; }
.hero-clip .frame { animation-duration: 24s; }

.hero-stage--type .ghost-line {
  position: absolute; left: 0; right: 0; white-space: nowrap;
  font-family: var(--display); font-weight: 800; font-size: clamp(120px, 20vw, 320px);
  letter-spacing: -0.04em; color: var(--ink); opacity: 0.06;
  animation: ghostDrift 60s linear infinite;
}
.hero-stage--type .ghost-line { top: 18%; }
.hero-stage--type .ghost-line--2 { top: 50%; opacity: 0.05; animation-duration: 80s; animation-direction: reverse; color: var(--persian); }
.hero-stage--type .ghost-line--3 { top: 78%; opacity: 0.04; animation-duration: 100s; }
@keyframes ghostDrift { from { transform: translateX(0); } to { transform: translateX(-50%); } }

.hero-stage--svg svg { width: 100%; height: 100%; display: block; }

.hero { padding-top: 160px; }
.hero__kickers { display: flex; gap: 12px; flex-wrap: wrap; }
.hero__big {
  margin: 80px 0 0;
  font-size: clamp(80px, 13vw, 200px);
  max-width: 14ch;
  font-style: normal;
  font-family: var(--display);
  font-weight: 800;
  letter-spacing: -0.04em;
  line-height: 0.92;
}
.hero__big .accent { color: var(--persian); font-style: italic; font-family: 'EB Garamond', serif; font-weight: 500; }

/* ============ FIXES — Korean line breaks ============ */
h1, h2, h3, .h-mega, .h-display, .h-1, .h-2, .h-3,
.id-line, .hero__big, .footer__big, .field__words .float-word,
.split__half h2, .origin-fullbleed__head, .ceo__letter, .lede {
  word-break: keep-all;
  overflow-wrap: break-word;
}

/* ============ FIXES — Origin section full-bleed map + overlay ============ */
.origin-fullbleed {
  position: relative;
  min-height: 100vh;
  padding: 120px 48px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
.origin-map-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  pointer-events: none;
}
.origin-overlay {
  position: relative;
  z-index: 3;
  max-width: 1100px;
  width: 100%;
  text-align: left;
  padding: 0 24px;
}
.origin-overlay .kicker {
  display: block;
  margin-bottom: 24px;
  color: var(--ink);
  opacity: 0.7;
}
.origin-fullbleed__head {
  font-family: var(--display);
  font-weight: 800;
  font-size: clamp(48px, 7vw, 112px);
  line-height: 1.0;
  letter-spacing: -0.035em;
  color: var(--ink);
  margin: 0 0 32px;
  max-width: 18ch;
}
.origin-fullbleed__lede {
  font-family: var(--sans);
  font-size: clamp(15px, 1.4vw, 18px);
  line-height: 1.6;
  color: var(--ink);
  max-width: 540px;
  margin: 0;
  opacity: 0.85;
}
.origin-italic {
  font-family: 'EB Garamond', 'Times New Roman', serif;
  font-style: italic;
  color: var(--persian);
  font-weight: 500;
}
.origin-map-bg .route {
  stroke-dasharray: 1400;
  stroke-dashoffset: 1400;
  animation: drawRouteFB 2s cubic-bezier(0.22,1,0.36,1) forwards;
}
.origin-map-bg .city {
  opacity: 0;
  animation: cityInFB 700ms ease forwards;
}
.origin-map-bg .city-halo {
  animation: cityPulse 2.6s ease-in-out infinite;
}
@keyframes drawRouteFB { to { stroke-dashoffset: 0; } }
@keyframes cityInFB { to { opacity: 1; } }
@keyframes cityPulse {
  0%, 100% { opacity: 0.18; transform: scale(1); }
  50% { opacity: 0.45; transform: scale(1.4); }
}

/* ============ FIXES — Split & Partners headline visibility ============ */
.split__half h2 { color: var(--cream); opacity: 1; }
.split__half .lede { color: var(--cream); opacity: 0.92; }
.split__half .kicker { color: var(--cream); opacity: 0.85; }
.screen--cream .h-2 { color: var(--ink); }

/* ============ FIXES — Services packages new structure ============ */
.pkg-grid { grid-template-columns: repeat(4, 1fr); gap: 16px; }
.pkg { min-height: 380px; }
.pkg-sub {
  font-family: var(--display);
  font-style: italic;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.4;
  margin: 0 0 16px;
  opacity: 0.85;
  word-break: keep-all;
}
.pkg-regions {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin: 0 0 20px;
}
.pkg-region {
  display: inline-flex;
  align-items: center;
  padding: 4px 10px;
  font-family: var(--sans);
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  border-radius: 999px;
  border: 1px solid currentColor;
  opacity: 0.9;
}
.pkg-body {
  font-family: var(--sans);
  font-size: 13px;
  line-height: 1.6;
  margin: 0;
  opacity: 0.85;
  word-break: keep-all;
  flex: 1;
}
.pkg.is-feature .pkg-region { border-color: var(--mustard); color: var(--mustard); }

@media (max-width: 1024px) {
  .pkg-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 640px) {
  .pkg-grid { grid-template-columns: 1fr; }
}

/* ============ FIXES — Contact form select / multi / textarea ============ */
.contact-form select.m-input {
  appearance: none;
  -webkit-appearance: none;
  background-image: linear-gradient(45deg, transparent 50%, currentColor 50%), linear-gradient(135deg, currentColor 50%, transparent 50%);
  background-position: calc(100% - 14px) center, calc(100% - 8px) center;
  background-size: 6px 6px;
  background-repeat: no-repeat;
  padding-right: 28px;
  cursor: pointer;
}
.contact-form textarea.m-input {
  resize: vertical;
  min-height: 80px;
  font-family: var(--sans);
}
.field--multi .multi-options {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 8px;
}
.field--multi .multi-opt {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 8px 14px;
  border: 1px solid currentColor;
  border-radius: 999px;
  font-family: var(--sans);
  font-size: 12px;
  letter-spacing: 0.04em;
  cursor: pointer;
  transition: background 200ms ease, color 200ms ease;
  opacity: 0.85;
}
.field--multi .multi-opt:hover { opacity: 1; }
.field--multi .multi-opt input[type="checkbox"] {
  appearance: none;
  -webkit-appearance: none;
  width: 12px;
  height: 12px;
  border: 1px solid currentColor;
  border-radius: 2px;
  cursor: pointer;
  margin: 0;
  position: relative;
}
.field--multi .multi-opt input[type="checkbox"]:checked {
  background: var(--persian);
  border-color: var(--persian);
}
.field--multi .multi-opt input[type="checkbox"]:checked::after {
  content: "✓";
  position: absolute;
  top: -2px;
  left: 1px;
  color: var(--cream);
  font-size: 10px;
  line-height: 1;
}
.field--multi .multi-opt:has(input[type="checkbox"]:checked) {
  background: var(--ink);
  color: var(--cream);
  border-color: var(--ink);
  opacity: 1;
}
