:root {
  --sig-ink: #0b3b2c;
  --sig-ink-deep: #062b21;
  --sig-paper: #f7f2e8;
  --sig-paper-bright: #fffdf8;
  --sig-lime: #c8f32f;
  --sig-peach: #f2b07c;
  --sig-line: rgba(11, 59, 44, .18);
  --sig-shadow: 0 28px 70px rgba(7, 40, 30, .16);
}

.wl-signature { color: var(--sig-ink); background: var(--sig-paper); }
.wl-signature main { overflow: clip; }
.wl-signature *, .wl-signature *::before, .wl-signature *::after { box-sizing: border-box; }
.sig-frame { width: min(100% - 48px, 1360px); margin-inline: auto; }
.sig-kicker { margin: 0 0 14px; font-size: .76rem; font-weight: 850; letter-spacing: .18em; text-transform: uppercase; }
.sig-button { min-height: 48px; display: inline-flex; align-items: center; justify-content: center; padding: 12px 20px; border: 1px solid var(--sig-ink); border-radius: 7px; color: var(--sig-ink); font-weight: 800; text-decoration: none; transition: transform .2s ease, box-shadow .2s ease; }
.sig-button:hover { transform: translateY(-2px); box-shadow: 0 10px 22px rgba(7, 40, 30, .12); }
.sig-button--lime { border-color: var(--sig-lime); background: var(--sig-lime); }
.sig-button--line { background: rgba(255,255,255,.54); }
.sig-button--ink { border-color: var(--sig-ink); background: var(--sig-ink); color: white; }
.sig-button--light { border-color: white; color: var(--sig-ink); background: white; }
.sig-actions { display: flex; gap: 10px; flex-wrap: wrap; }
.sig-inline-link, .sig-quiet-link { color: inherit; font-weight: 800; text-underline-offset: 4px; }
.sig-handnote { margin: 0; font-family: "Nanum Pen Script", "Nanum Brush Script", cursive; font-size: 1.45rem; line-height: 1.05; transform: rotate(-5deg); }

/* ABOUT — editorial manifesto */
.sig-about { background: var(--sig-paper); }
.sig-about-hero { min-height: 760px; position: relative; display: grid; grid-template-columns: .84fr 1.16fr; align-items: stretch; padding-block: 34px 70px; }
.sig-about-hero__copy { align-self: center; position: relative; z-index: 2; padding: 54px 48px 54px 0; }
.sig-about-hero h1 { margin: 0; max-width: 720px; font-size: clamp(3.25rem, 5.25vw, 5.7rem); line-height: .95; letter-spacing: -.065em; }
.sig-about-hero h1 em { position: relative; color: inherit; font-style: normal; z-index: 0; }
.sig-about-hero h1 em::before { content: ""; position: absolute; inset: 53% -3% -7%; background: var(--sig-lime); transform: rotate(-2deg); z-index: -1; }
.sig-promise { margin: 34px 0 18px; font-size: clamp(1.28rem, 2vw, 1.9rem); line-height: 1.45; font-weight: 850; }
.sig-lead { max-width: 620px; margin: 0 0 28px; color: #34594e; font-size: 1.02rem; line-height: 1.8; }
.sig-about-hero__visual { min-width: 0; position: relative; margin: 0; border-radius: 4px 4px 78px 4px; overflow: visible; isolation: isolate; }
.sig-about-hero__visual picture, .sig-about-hero__visual picture img { display: block; width: 100%; height: 100%; }
.sig-about-hero__visual picture { overflow: hidden; border-radius: inherit; box-shadow: var(--sig-shadow); }
.sig-about-hero__visual img { object-fit: cover; object-position: 57% center; }
.sig-about-hero__visual figcaption { position: absolute; bottom: 18px; left: 18px; z-index: 3; padding: 8px 12px; background: rgba(255,253,248,.9); border-radius: 3px; font-size: .7rem; }
.sig-orb { position: absolute; top: -18px; right: 24px; width: 52px; aspect-ratio: 1; border-radius: 50%; background: var(--sig-lime); z-index: 2; box-shadow: 0 0 0 12px rgba(200,243,47,.18); }
.sig-ui-stack { position: absolute; z-index: 4; right: -28px; top: 17%; display: grid; gap: 10px; width: 235px; }
.sig-ui-stack a { display: flex; gap: 12px; align-items: center; padding: 13px 16px; border-radius: 12px; background: rgba(255,255,255,.94); box-shadow: 0 9px 30px rgba(0,0,0,.14); color: var(--sig-ink); text-decoration: none; font-size: .82rem; font-weight: 800; }
.sig-ui-stack span { display: grid; place-items: center; width: 32px; height: 32px; border-radius: 50%; background: var(--sig-lime); font-size: .66rem; }
.sig-about-hero > .sig-handnote { position: absolute; right: 7%; bottom: 30px; z-index: 5; color: white; text-shadow: 0 2px 14px rgba(0,0,0,.45); }

.sig-why { display: grid; grid-template-columns: .72fr 1.28fr; gap: clamp(40px, 8vw, 120px); padding-block: 110px; align-items: center; }
.sig-section-copy h2, .sig-section-heading h2, .sig-how h2, .sig-audience h2, .sig-trust h2, .sig-vision h2, .sig-manifesto h2 { margin: 0; font-size: clamp(2.35rem, 4vw, 4.8rem); line-height: 1.02; letter-spacing: -.055em; }
.sig-section-copy > p:not(.sig-kicker) { margin: 28px 0 16px; color: #456459; line-height: 1.9; }
.sig-before-after { position: relative; display: grid; grid-template-columns: 1fr 48px 1fr; align-items: center; min-height: 430px; }
.sig-before, .sig-after { min-height: 400px; padding: 34px; border-radius: 28px; }
.sig-before { display: flex; flex-wrap: wrap; align-content: center; gap: 10px; border: 1px solid var(--sig-line); background: #eee8dc; transform: rotate(-2deg); }
.sig-before small, .sig-after small { flex-basis: 100%; margin-bottom: 24px; letter-spacing: .16em; font-weight: 900; }
.sig-before span { padding: 9px 13px; border: 1px solid #b8b1a5; border-radius: 999px; background: #faf7ef; color: #626a65; text-decoration: line-through; }
.sig-path-arrow { font-size: 2rem; text-align: center; position: relative; z-index: 2; }
.sig-after { position: relative; display: flex; flex-direction: column; justify-content: center; overflow: hidden; background: var(--sig-ink); color: white; transform: rotate(2deg); box-shadow: var(--sig-shadow); }
.sig-after strong { font-size: 1.8rem; }
.sig-after ol { display: grid; gap: 8px; margin: 22px 0 0; padding: 0; list-style: none; }
.sig-after li { position: relative; padding-left: 24px; font-weight: 750; }
.sig-after li::before { content: ""; position: absolute; left: 0; top: .5em; width: 9px; height: 9px; border-radius: 50%; background: var(--sig-lime); }
.sig-after__orb { position: absolute; right: -60px; bottom: -70px; width: 190px; height: 190px; border: 32px solid var(--sig-lime); border-radius: 50%; opacity: .92; }

.sig-promises { padding: 110px 0; background: #fffdf8; }
.sig-section-heading { max-width: 790px; margin-bottom: 68px; }
.sig-promise-scene { position: relative; display: grid; grid-template-columns: 1.15fr .85fr; min-height: 520px; margin: 0 0 88px; border: 1px solid var(--sig-line); background: var(--sig-paper); }
.sig-promise-photo { min-width: 0; position: relative; margin: 0; }
.sig-promise-photo > picture, .sig-promise-photo > picture img { display: block; width: 100%; height: 100%; }
.sig-promise-photo > picture { overflow: hidden; }
.sig-promise-photo > picture img { object-fit: cover; }
.sig-promise-copy { display: flex; flex-direction: column; justify-content: center; padding: clamp(36px, 6vw, 86px); }
.sig-promise-copy h3 { margin: 0 0 20px; font-size: clamp(2.9rem, 5vw, 5.8rem); line-height: .95; letter-spacing: -.06em; }
.sig-promise-copy > p:not(.sig-kicker) { max-width: 420px; color: #49685e; font-size: 1.08rem; line-height: 1.8; }
.sig-scene-number { position: absolute; top: 20px; left: 20px; margin: 0; color: white; font-size: 4rem; font-weight: 900; line-height: 1; text-shadow: 0 3px 20px rgba(0,0,0,.26); }
.sig-proof-links { display: grid; gap: 9px; margin-top: 24px; }
.sig-proof-links a { display: flex; justify-content: space-between; padding: 14px 16px; border-radius: 6px; background: white; color: inherit; text-decoration: none; font-weight: 800; }
.sig-promise-scene--time { grid-template-columns: .78fr 1.22fr; margin-left: 8%; background: var(--sig-ink); color: white; }
.sig-promise-scene--time .sig-promise-copy > p:not(.sig-kicker) { color: #d9e6df; }
.sig-promise-scene--time .sig-promise-photo > picture img { opacity: .48; }
.sig-cover-fan { position: absolute; inset: 12% 4% 8% 28%; display: flex; align-items: center; justify-content: center; }
.sig-cover-fan img { position: relative; width: 36%; height: auto; aspect-ratio: 4/5; object-fit: cover; border-radius: 4px; box-shadow: 0 24px 48px rgba(0,0,0,.34); }
.sig-cover-fan img:nth-child(1) { transform: rotate(-10deg) translateX(24%); z-index: 1; }
.sig-cover-fan img:nth-child(2) { transform: translateY(-4%); z-index: 3; }
.sig-cover-fan img:nth-child(3) { transform: rotate(9deg) translateX(-24%); z-index: 2; }
.sig-promise-scene--opportunity { grid-template-columns: 1.35fr .65fr; margin-right: 8%; border-radius: 0 80px 0 0; overflow: hidden; }
.sig-promise-scene--opportunity .sig-promise-photo > picture img { filter: saturate(.88); }
.sig-opportunity-rail { position: absolute; inset: auto 18px 18px 18px; display: grid; grid-template-columns: repeat(4,1fr); gap: 8px; }
.sig-opportunity-rail a { min-width: 0; padding: 14px; border-radius: 8px; background: rgba(255,255,255,.92); color: var(--sig-ink); text-decoration: none; }
.sig-opportunity-rail small, .sig-opportunity-rail strong { display: block; }
.sig-opportunity-rail small { margin-bottom: 4px; color: #5e746c; font-size: .62rem; letter-spacing: .12em; }

.sig-how { padding-block: 110px; }
.sig-how > header { max-width: 700px; margin-bottom: 78px; }
.sig-system-path { position: relative; display: grid; grid-template-columns: repeat(5,1fr); gap: 14px; margin: 0; padding: 44px 0 0; list-style: none; }
.sig-system-path::before { content: ""; position: absolute; top: 12px; left: 8%; right: 8%; height: 3px; background: var(--sig-ink); transform: rotate(-1deg); }
.sig-system-path::after { content: ""; position: absolute; top: -3px; right: 7%; width: 30px; height: 30px; border-radius: 50%; background: var(--sig-lime); box-shadow: 0 0 0 9px rgba(200,243,47,.25); }
.sig-system-path li { min-height: 190px; padding: 22px; border-top: 7px solid var(--sig-lime); background: white; box-shadow: 0 12px 26px rgba(7,40,30,.06); transform: translateY(var(--path-y, 0)); }
.sig-system-path li:nth-child(2), .sig-system-path li:nth-child(4) { --path-y: 24px; }
.sig-system-path span, .sig-system-path strong { display: block; }
.sig-system-path span { margin-bottom: 22px; color: #769084; font-size: .72rem; }
.sig-system-path strong { font-size: 1.05rem; letter-spacing: .08em; }
.sig-system-path p { color: #4e695f; line-height: 1.55; }

.sig-ecosystem { padding: 110px 0; background: var(--sig-ink); color: white; }
.sig-ecosystem > .sig-frame { display: grid; grid-template-columns: .62fr 1.38fr; gap: 72px; align-items: start; }
.sig-ecosystem__copy { position: sticky; top: 80px; }
.sig-ecosystem__copy h2 { margin: 0; font-size: clamp(2.5rem, 4.2vw, 5rem); line-height: 1; letter-spacing: -.06em; }
.sig-ecosystem__copy > p:not(.sig-kicker) { margin-top: 28px; color: #c8d9d2; line-height: 1.85; }
.sig-live-proof { display: inline-flex; align-items: center; gap: 9px; margin-top: 26px !important; font-size: .68rem; font-weight: 850; letter-spacing: .14em; }
.sig-live-proof span { width: 9px; height: 9px; border-radius: 50%; background: var(--sig-lime); box-shadow: 0 0 0 6px rgba(200,243,47,.14); }
.sig-product-wall { display: grid; grid-template-columns: repeat(2,1fr); gap: 12px; }
.sig-product-wall a { min-height: 170px; display: flex; flex-direction: column; justify-content: flex-end; padding: 24px; border: 1px solid rgba(255,255,255,.22); background: rgba(255,255,255,.07); color: white; text-decoration: none; transition: background .2s ease; }
.sig-product-wall a:hover { background: rgba(255,255,255,.14); }
.sig-product-wall small { margin-bottom: auto; color: var(--sig-lime); }
.sig-product-wall strong { font-size: 1.2rem; }
.sig-product-wall span { margin-top: 8px; color: #cadbd4; font-size: .82rem; }
.sig-product-wall__proof { position: relative; min-height: 250px !important; overflow: hidden; isolation: isolate; }
.sig-product-wall__proof::after { content: ""; position: absolute; inset: 0; z-index: -1; background: linear-gradient(180deg, transparent 28%, rgba(5,34,25,.18) 48%, rgba(5,34,25,.96) 100%); }
.sig-product-wall__proof picture, .sig-product-wall__proof picture img { position: absolute; inset: 0; z-index: -2; display: block; width: 100%; height: 100%; object-fit: cover; object-position: top; }
.sig-product-wall__proof small, .sig-product-wall__proof strong, .sig-product-wall__proof span { position: relative; z-index: 1; }
.sig-product-wall__proof small { align-self: flex-start; padding: 6px 8px; border-radius: 999px; background: rgba(5,34,25,.86); color: var(--sig-lime); }

.sig-audience { display: grid; grid-template-columns: 1.1fr .9fr; gap: 90px; padding-block: 110px; }
.sig-audience > div > p:not(.sig-kicker) { max-width: 700px; color: #47675b; line-height: 1.85; }
.sig-audience ul { display: grid; align-content: center; gap: 0; margin: 0; padding: 0; list-style: none; border-top: 1px solid var(--sig-line); }
.sig-audience li { padding: 17px 0; border-bottom: 1px solid var(--sig-line); font-weight: 750; }
.sig-audience li::before { content: "●"; margin-right: 12px; color: var(--sig-lime); }

.sig-partnership { padding: 100px 0; background: #123e31; color: white; }
.sig-partnership__grid { display: grid; grid-template-columns: .86fr 1.14fr; gap: 90px; align-items: center; }
.sig-partnership__lockup { min-height: 470px; display: grid; place-items: center; position: relative; padding: 54px; border-radius: 50% 50% 12px 12px; background: #eff2e5; color: var(--sig-ink); }
.sig-partnership__lockup > div { display: flex; align-items: center; justify-content: center; gap: 25px; width: 100%; }
.sig-partnership__lockup img:first-child { width: 42%; height: auto; }
.sig-partnership__lockup img:last-child { width: 30%; height: auto; object-fit: contain; }
.sig-partnership__lockup b { font-size: 2rem; }
.sig-partner-badge { position: absolute; top: 22px; padding: 8px 14px; border: 1px solid var(--sig-ink); border-radius: 999px; font-size: .68rem; font-weight: 900; letter-spacing: .16em; }
.sig-partnership h2 { margin: 0 0 20px; font-size: clamp(2.5rem, 4.3vw, 5rem); line-height: .96; letter-spacing: -.06em; }
.sig-partnership h3 { font-size: 1.35rem; }
.sig-partnership p { color: #d0dfd9; line-height: 1.8; }
.sig-partnership .sig-button { margin-top: 14px; }

.sig-trust { padding-block: 110px; }
.sig-trust > header { max-width: 700px; margin-bottom: 54px; }
.sig-trust-grid { display: grid; grid-template-columns: repeat(4,1fr); border-top: 1px solid var(--sig-line); border-left: 1px solid var(--sig-line); }
.sig-trust-grid article { min-height: 260px; padding: 28px; border-right: 1px solid var(--sig-line); border-bottom: 1px solid var(--sig-line); }
.sig-trust-grid span { color: #6f897e; font-size: .68rem; font-weight: 850; letter-spacing: .1em; }
.sig-trust-grid h3 { margin-top: 50px; }
.sig-trust-grid p { color: #587067; line-height: 1.6; }
.sig-deep-links { display: flex; gap: 20px; flex-wrap: wrap; padding-top: 24px; }
.sig-deep-links a { color: inherit; font-size: .75rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }

.sig-vision { padding: 110px 0; background: #e5eddb; }
.sig-vision__grid { display: grid; grid-template-columns: .82fr 1.18fr; gap: 90px; align-items: center; }
.sig-vision h2 em { color: var(--sig-ink); font-style: normal; text-decoration: underline var(--sig-lime) 12px; text-underline-offset: -5px; text-decoration-skip-ink: none; }
.sig-vision p { color: #49685d; line-height: 1.85; }
.sig-life-map { position: relative; display: grid; grid-template-columns: repeat(3,1fr); gap: 12px; margin: 0; padding: 48px; border-radius: 50%; background: var(--sig-paper-bright); list-style: none; box-shadow: var(--sig-shadow); }
.sig-life-map::before { content: ""; position: absolute; inset: 17%; border: 2px dashed var(--sig-lime); border-radius: 50%; }
.sig-life-map li { position: relative; z-index: 1; display: grid; place-items: center; aspect-ratio: 1.2; border-radius: 50%; background: var(--sig-ink); color: white; font-size: .72rem; font-weight: 900; letter-spacing: .09em; }
.sig-life-map li:last-child { background: var(--sig-lime); color: var(--sig-ink); }

.sig-manifesto { position: relative; min-height: 740px; display: flex; flex-direction: column; justify-content: center; padding-block: 120px; }
.sig-manifesto h2 { max-width: 950px; }
.sig-manifesto > p:not(.sig-kicker) { margin: 32px 0; font-size: 1.28rem; line-height: 1.65; }
.sig-manifesto > strong { max-width: 650px; margin-bottom: 34px; font-size: 1.08rem; line-height: 1.8; }
.sig-manifesto__closing { position: absolute; right: 0; bottom: 70px; font-size: clamp(2rem, 5vw, 5.8rem); font-weight: 950; letter-spacing: -.06em; color: transparent; -webkit-text-stroke: 1px rgba(11,59,44,.4); }

/* Shared signature page heroes */
.sig-page-hero { width: min(100% - 48px, 1360px); min-height: 660px; margin: 24px auto 92px; color: var(--sig-ink); }
.sig-page-hero h1 { margin: 0; font-size: clamp(3.3rem, 5.6vw, 6.4rem); line-height: .92; letter-spacing: -.065em; }
.sig-page-hero p:not(.sig-kicker) { line-height: 1.75; }
.sig-page-hero figure { margin: 0; }
.sig-page-hero picture, .sig-page-hero picture img { display: block; width: 100%; height: 100%; }
.sig-page-hero picture { overflow: hidden; }
.sig-page-hero picture img { object-fit: cover; }
.sig-page-hero figcaption { position: absolute; left: 18px; bottom: 16px; padding: 7px 10px; background: rgba(255,255,255,.88); font-size: .65rem; }

.wl-signature--jobs .wl2026-jobs-hero:not(.sig-page-hero),
.wl-signature--real-estate .real-estate-renewal-hero,
.wl-signature--services .partner-hero,
.wl-signature--letter .letter-hero,
.wl-signature--resources .resource-hero,
.wl-signature--contact .contact-hero { display: none !important; }

/* JOBS — city motion + search proof */
.sig-jobs-hero { display: grid; grid-template-columns: 1.15fr .85fr; background: var(--sig-ink); color: white; box-shadow: var(--sig-shadow); }
.sig-jobs-hero h1, .sig-services-hero h1 { color: white; }
.sig-page-hero__photo { position: relative; min-width: 0; }
.sig-jobs-hero .sig-page-hero__photo picture img { object-position: center; }
.sig-vertical-word { position: absolute; left: 18px; bottom: 18px; writing-mode: vertical-rl; transform: rotate(180deg); color: white; font-weight: 900; letter-spacing: .18em; }
.sig-page-hero__copy { display: flex; flex-direction: column; justify-content: center; padding: clamp(34px,5vw,78px); }
.sig-jobs-hero .sig-page-hero__copy > p:not(.sig-kicker) { color: #d5e2dc; }
.sig-jobs-search { margin-top: 26px; }
.sig-jobs-search label { display: block; margin-bottom: 8px; color: #d5e2dc; font-size: .76rem; }
.sig-jobs-search > div { display: flex; background: white; border-radius: 7px; overflow: hidden; }
.sig-jobs-search input { min-width: 0; flex: 1; border: 0; padding: 15px; font: inherit; }
.sig-jobs-search button { border: 0; padding: 0 18px; background: var(--sig-lime); color: var(--sig-ink); font-weight: 850; }
.sig-mini-proof { display: flex; gap: 7px; flex-wrap: wrap; margin: 22px 0 0; padding: 0; list-style: none; }
.sig-mini-proof li { padding: 7px 10px; border: 1px solid rgba(255,255,255,.3); border-radius: 999px; font-size: .7rem; }

/* REAL ESTATE — soft arch + listing ticket */
.sig-real-hero { display: grid; grid-template-columns: .7fr 1.3fr; align-items: center; padding: 46px 0 46px 46px; background: #fffdf8; border: 1px solid var(--sig-line); }
.sig-real-hero__copy { position: relative; z-index: 3; padding-right: 34px; }
.sig-real-hero__copy > p:not(.sig-kicker) { color: #4e6c61; }
.sig-real-hero__photo { position: relative; min-height: 570px; overflow: visible; }
.sig-real-hero__photo picture { border-radius: 48% 0 0 48%; box-shadow: var(--sig-shadow); }
.sig-real-hero__photo picture img { object-position: 54% center; }
.sig-listing-ticket { position: absolute; left: -65px; bottom: 30px; width: 290px; display: grid; gap: 6px; padding: 20px; border-radius: 12px; background: white; color: var(--sig-ink); box-shadow: 0 16px 42px rgba(7,40,30,.2); text-decoration: none; }
.sig-listing-ticket small { color: #6e877e; font-size: .62rem; letter-spacing: .1em; }

/* SERVICES — full bleed consultation with UI rail */
.sig-services-hero { position: relative; min-height: 700px; background: var(--sig-ink); color: white; }
.sig-services-hero > figure { position: absolute; inset: 0 42% 0 0; }
.sig-services-hero > figure::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(4,32,24,.06), rgba(4,32,24,.88)); }
.sig-services-hero > figure picture img { object-position: 45% center; }
.sig-services-hero > figure figcaption { z-index: 2; color: var(--sig-ink); }
.sig-services-hero__copy { position: relative; z-index: 3; width: 52%; margin-left: auto; padding: 90px 70px; }
.sig-services-hero__copy > p:not(.sig-kicker) { color: #d4e2dc; }
.sig-service-stack { display: grid; gap: 10px; margin-top: 30px; }
.sig-service-stack a { display: grid; grid-template-columns: 34px 1fr auto; gap: 12px; align-items: center; padding: 15px 17px; border-radius: 9px; background: white; color: var(--sig-ink); text-decoration: none; font-weight: 800; }
.sig-service-stack span { color: #82948d; font-size: .68rem; }

/* LETTER — wide quiet scene + paper sheet */
.sig-letter-hero { position: relative; min-height: 720px; display: grid; grid-template-columns: 1.38fr .72fr; background: #dfe9db; }
.sig-letter-hero > figure { position: relative; min-width: 0; }
.sig-letter-hero > figure picture img { object-position: center; }
.sig-letter-sheet { align-self: center; position: relative; z-index: 3; margin-left: -90px; padding: clamp(42px,6vw,82px); background: #fffdf8; box-shadow: var(--sig-shadow); transform: rotate(-1.2deg); }
.sig-letter-sheet h1 { color: var(--sig-ink); }
.sig-letter-sheet > p:not(.sig-kicker):not(.sig-handnote) { color: #506d62; }
.sig-letter-lines { display: grid; gap: 8px; margin-top: 30px; padding-top: 20px; border-top: 1px solid var(--sig-line); color: #71877f; font-size: .68rem; letter-spacing: .12em; }
.sig-letter-lines strong { color: var(--sig-ink); }
.sig-letter-sheet .sig-handnote { position: absolute; right: 22px; bottom: -70px; color: var(--sig-ink); }

/* RESOURCES — planning desk + real covers */
.sig-resources-hero { display: grid; grid-template-columns: .66fr 1.34fr; min-height: 690px; background: #e7efdb; }
.sig-resources-hero__copy { display: flex; flex-direction: column; justify-content: center; padding: clamp(42px,6vw,86px); }
.sig-resources-hero__copy > p:not(.sig-kicker) { color: #4f6d62; }
.sig-resources-hero__copy .sig-button { align-self: flex-start; margin-top: 20px; }
.sig-resources-desk { position: relative; min-width: 0; overflow: hidden; }
.sig-resources-desk > picture img { filter: saturate(.82); }
.sig-resources-desk::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(231,239,219,.68), transparent 36%); }
.sig-resource-covers { position: absolute; inset: 11% 3% 10% 20%; z-index: 2; display: flex; align-items: center; justify-content: center; }
.sig-resource-covers img { width: 38%; height: auto; aspect-ratio: 4/5; object-fit: cover; border-radius: 4px; box-shadow: 0 20px 45px rgba(30,50,35,.3); }
.sig-resource-covers img:nth-child(1) { transform: rotate(-9deg) translateX(20%); }
.sig-resource-covers img:nth-child(2) { position: relative; z-index: 3; transform: translateY(-3%); }
.sig-resource-covers img:nth-child(3) { transform: rotate(8deg) translateX(-20%); }
.sig-resources-desk figcaption { z-index: 4; }

/* CONTACT — approachable conversation */
.sig-contact-hero { display: grid; grid-template-columns: 1.1fr .9fr; align-items: stretch; border-radius: 70px 0 70px 0; overflow: hidden; background: #fffdf8; box-shadow: var(--sig-shadow); }
.sig-contact-hero > figure { position: relative; min-width: 0; }
.sig-contact-hero > figure picture img { object-position: center; }
.sig-message-bubbles { position: absolute; right: 20px; bottom: 30px; display: grid; gap: 9px; justify-items: end; }
.sig-message-bubbles span, .sig-message-bubbles strong { padding: 11px 15px; border-radius: 18px 18px 4px 18px; background: rgba(255,255,255,.94); box-shadow: 0 8px 24px rgba(0,0,0,.12); font-size: .78rem; }
.sig-message-bubbles strong { background: var(--sig-lime); }
.sig-contact-hero__copy { display: flex; flex-direction: column; justify-content: center; padding: clamp(42px,6vw,82px); }
.sig-contact-hero__copy > p:not(.sig-kicker) { color: #506d62; }
.sig-contact-routes { display: grid; grid-template-columns: repeat(2,1fr); gap: 9px; margin-top: 26px; }
.sig-contact-routes a { display: flex; align-items: center; gap: 10px; padding: 14px; border: 1px solid var(--sig-line); border-radius: 9px; color: inherit; text-decoration: none; font-weight: 800; }
.sig-contact-routes span { color: #7a8f86; font-size: .66rem; }

@media (max-width: 900px) {
  .sig-frame, .sig-page-hero { width: min(100% - 28px, 720px); }
  .sig-about-hero { min-height: auto; grid-template-columns: 1fr; padding-top: 14px; }
  .sig-about-hero__copy { padding: 50px 8px 34px; }
  .sig-about-hero h1, .sig-page-hero h1 { font-size: clamp(3rem, 13vw, 4.4rem); }
  .sig-about-hero__visual { height: 520px; border-radius: 4px 4px 48px 4px; }
  .sig-ui-stack { right: 10px; top: auto; bottom: 52px; width: min(76%, 270px); }
  .sig-about-hero > .sig-handnote { display: none; }
  .sig-why, .sig-audience, .sig-vision__grid, .sig-partnership__grid, .sig-ecosystem > .sig-frame { grid-template-columns: 1fr; gap: 48px; }
  .sig-why, .sig-how, .sig-audience, .sig-trust, .sig-promises, .sig-ecosystem, .sig-vision { padding-block: 76px; }
  .sig-before-after { grid-template-columns: 1fr; gap: 6px; }
  .sig-before, .sig-after { min-height: 300px; }
  .sig-path-arrow { transform: rotate(90deg); }
  .sig-promise-scene, .sig-promise-scene--time, .sig-promise-scene--opportunity { grid-template-columns: 1fr; margin: 0 0 44px; border-radius: 0; }
  .sig-promise-scene--time .sig-promise-copy { order: 2; }
  .sig-promise-photo { min-height: 390px; }
  .sig-promise-copy { padding: 38px 26px; }
  .sig-opportunity-rail { grid-template-columns: repeat(2,1fr); }
  .sig-system-path { grid-template-columns: 1fr; padding-top: 0; }
  .sig-system-path::before { top: 0; bottom: 0; left: 14px; right: auto; width: 3px; height: auto; }
  .sig-system-path::after { top: auto; right: auto; left: 0; bottom: -4px; }
  .sig-system-path li, .sig-system-path li:nth-child(2), .sig-system-path li:nth-child(4) { min-height: 150px; margin-left: 42px; transform: none; }
  .sig-ecosystem__copy { position: static; }
  .sig-product-wall { grid-template-columns: 1fr 1fr; }
  .sig-trust-grid { grid-template-columns: 1fr 1fr; }
  .sig-partnership__lockup { min-height: 350px; }
  .sig-life-map { padding: 30px; }
  .sig-manifesto { min-height: 700px; }
  .sig-manifesto__closing { position: static; margin-top: 60px; }

  .sig-page-hero { min-height: 0; margin-top: 14px; margin-bottom: 64px; }
  .sig-jobs-hero, .sig-real-hero, .sig-resources-hero, .sig-contact-hero { grid-template-columns: 1fr; }
  .sig-jobs-hero .sig-page-hero__photo { min-height: 430px; }
  .sig-jobs-hero .sig-page-hero__copy { padding: 46px 26px; }
  .sig-real-hero { padding: 36px 0 0; }
  .sig-real-hero__copy { padding: 0 26px 38px; }
  .sig-real-hero__photo { min-height: 480px; }
  .sig-real-hero__photo picture { border-radius: 46% 0 0 0; }
  .sig-listing-ticket { left: 20px; right: 20px; width: auto; }
  .sig-services-hero { min-height: 0; display: flex; flex-direction: column; }
  .sig-services-hero > figure { position: relative; inset: auto; min-height: 420px; }
  .sig-services-hero > figure::after { background: linear-gradient(180deg, rgba(4,32,24,.02), rgba(4,32,24,.9)); }
  .sig-services-hero__copy { width: 100%; padding: 42px 26px; }
  .sig-letter-hero { grid-template-columns: 1fr; padding-bottom: 32px; }
  .sig-letter-hero > figure { min-height: 390px; }
  .sig-letter-sheet { margin: -40px 18px 0; padding: 42px 26px; transform: rotate(-.5deg); }
  .sig-letter-sheet .sig-handnote { position: static; margin-top: 26px; }
  .sig-resources-hero__copy { padding: 48px 26px 28px; }
  .sig-resources-desk { min-height: 490px; }
  .sig-contact-hero { border-radius: 42px 0 42px 0; }
  .sig-contact-hero > figure { min-height: 430px; }
  .sig-contact-hero__copy { padding: 46px 26px; }
}

@media (max-width: 520px) {
  .sig-frame, .sig-page-hero { width: min(100% - 20px, 430px); }
  .sig-about-hero__copy { padding-top: 34px; }
  .sig-about-hero h1, .sig-page-hero h1 { font-size: clamp(2.8rem, 13.5vw, 3.55rem); }
  .sig-actions { display: grid; grid-template-columns: 1fr; }
  .sig-button { width: 100%; }
  .sig-about-hero__visual { height: 450px; }
  .sig-about-hero__visual img { object-position: 58% center; }
  .sig-ui-stack { width: calc(100% - 24px); right: 12px; bottom: 48px; }
  .sig-ui-stack a { padding: 10px 12px; }
  .sig-before, .sig-after { padding: 26px; }
  .sig-promise-photo { min-height: 330px; }
  .sig-cover-fan { inset: 13% 0 9% 8%; }
  .sig-opportunity-rail { inset: auto 10px 10px; }
  .sig-product-wall { grid-template-columns: 1fr; }
  .sig-product-wall__proof { min-height: 220px !important; }
  .sig-trust-grid { grid-template-columns: 1fr; }
  .sig-trust-grid article { min-height: 210px; }
  .sig-partnership__lockup { min-height: 290px; padding: 32px; }
  .sig-partnership__lockup > div { gap: 14px; }
  .sig-life-map { grid-template-columns: repeat(2,1fr); }
  .sig-manifesto { min-height: 760px; }
  .sig-jobs-hero .sig-page-hero__photo, .sig-contact-hero > figure { min-height: 330px; }
  .sig-jobs-search > div { display: grid; }
  .sig-jobs-search button { min-height: 46px; }
  .sig-real-hero__photo { min-height: 420px; }
  .sig-services-hero > figure { min-height: 360px; }
  .sig-service-stack a { padding: 12px; }
  .sig-letter-hero > figure { min-height: 320px; }
  .sig-resource-covers { inset: 13% -6% 8% 2%; }
  .sig-contact-routes { grid-template-columns: 1fr; }
}

@media (prefers-reduced-motion: reduce) {
  .sig-button { transition: none; }
  .sig-button:hover { transform: none; }
}
