/* When the complete homepage module is placed in the template hero position,
   remove the standard single-hero wrapper so the module can own the full page. */
body.is-home .so-hero:has(.sohome) {
    min-height: 0;
    display: block;
    padding: 0;
    overflow: visible;
    border: 0;
    background: transparent;
}
body.is-home .so-hero:has(.sohome)::before,
body.is-home .so-hero:has(.sohome)::after { display: none; }
body.is-home .so-hero:has(.sohome) > .so-container {
    width: 100%;
    max-width: none;
    margin: 0;
}

.sohome {
    --soh-dark: #061b1c;
    --soh-dark-2: #0b2526;
    --soh-ink: #102729;
    --soh-text: #344c4e;
    --soh-muted: #728789;
    --soh-line: #d5e2e1;
    --soh-soft: #f2f8f7;
    --soh-accent: #20c9bd;
    --soh-accent-deep: #159c94;
    color: var(--soh-ink);
    width: 100%;
    overflow: hidden;
    background: #f4f8f7;
}

.sohome *, .sohome *::before, .sohome *::after { box-sizing: border-box; }
.sohome a { color: inherit; text-decoration: none; }
.sohome img { display: block; max-width: 100%; }
.sohome h1, .sohome h2, .sohome h3, .sohome p { margin-top: 0; }

.sohome-hero {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 1.02fr) minmax(420px, .98fr);
    gap: clamp(38px, 5vw, 86px);
    align-items: center;
    min-height: 720px;
    padding: clamp(72px, 8vw, 128px) max(24px, calc((100vw - 1320px) / 2));
    background: var(--soh-dark);
    color: #eefaf8;
    isolation: isolate;
}

.sohome-hero__grid {
    position: absolute;
    inset: 0;
    z-index: -1;
    opacity: .17;
    background-image:
        linear-gradient(rgba(159, 213, 208, .25) 1px, transparent 1px),
        linear-gradient(90deg, rgba(159, 213, 208, .25) 1px, transparent 1px);
    background-size: 76px 76px;
    mask-image: linear-gradient(90deg, #000 0, transparent 68%);
}

.sohome-hero::after {
    content: "";
    position: absolute;
    width: 520px;
    height: 520px;
    right: -190px;
    top: -220px;
    border: 1px solid rgba(32, 201, 189, .25);
    border-radius: 50%;
    box-shadow: 0 0 0 90px rgba(32, 201, 189, .025), 0 0 0 180px rgba(32, 201, 189, .018);
    z-index: -1;
}

.sohome-kicker {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: var(--soh-accent);
    font-size: 12px;
    line-height: 1.4;
    letter-spacing: .16em;
    font-weight: 600;
}
.sohome-kicker i { width: 7px; height: 7px; border-radius: 50%; background: currentColor; box-shadow: 0 0 0 5px rgba(32,201,189,.1); }
.sohome-kicker--light { color: var(--soh-accent-deep); }

.sohome-hero h1 {
    max-width: 760px;
    margin: 24px 0 26px;
    color: #f4fbfa;
    font-size: clamp(48px, 5.3vw, 82px);
    line-height: .99;
    letter-spacing: -.055em;
    font-weight: 400;
}
.sohome-hero h1 em { display: block; color: var(--soh-accent); font-style: normal; }
.sohome-hero__copy > p { max-width: 700px; margin-bottom: 34px; color: #a9c0c0; font-size: clamp(17px, 1.35vw, 20px); line-height: 1.68; }

.sohome-hero__actions { display: flex; flex-wrap: wrap; gap: 12px; align-items: center; }
.sohome-btn {
    min-height: 54px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 13px;
    padding: 14px 23px;
    border: 1px solid transparent;
    border-radius: 8px;
    font-size: 15px;
    font-weight: 600;
    transition: transform .2s ease, border-color .2s ease, background .2s ease, color .2s ease;
}
.sohome-btn:hover { transform: translateY(-2px); }
.sohome-btn svg { width: 18px; fill: none; stroke: currentColor; stroke-width: 1.5; stroke-linecap: round; stroke-linejoin: round; }
.sohome-btn--accent { background: var(--soh-accent); color: #052423 !important; }
.sohome-btn--accent:hover { background: #40d7cd; }
.sohome-btn--dark { border-color: rgba(215, 239, 236, .2); color: #e7f6f4 !important; background: rgba(255,255,255,.035); }
.sohome-btn--dark:hover { border-color: rgba(32,201,189,.55); background: rgba(32,201,189,.08); }
.sohome-btn--outline { border-color: rgba(229, 246, 243, .35); color: #f0faf8 !important; background: transparent; }
.sohome-btn--outline:hover { border-color: var(--soh-accent); }

.sohome-hero__trust { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-top: 46px; padding-top: 24px; border-top: 1px solid rgba(192, 226, 222, .15); }
.sohome-hero__trust span { display: flex; gap: 10px; color: #8fa9aa; font-size: 12px; line-height: 1.55; }
.sohome-hero__trust b { color: var(--soh-accent); font-size: 10px; letter-spacing: .08em; }

.sohome-hero__visual { position: relative; width: 100%; padding: 22px; border: 1px solid rgba(173, 219, 214, .18); border-radius: 28px; background: rgba(5, 30, 31, .76); backdrop-filter: blur(12px); }
.sohome-visual__top, .sohome-visual__footer { display: flex; align-items: center; justify-content: space-between; color: #779596; font-size: 10px; letter-spacing: .12em; }
.sohome-live { display: inline-flex; align-items: center; gap: 7px; color: #a8cecb; }
.sohome-live i { width: 6px; height: 6px; border-radius: 50%; background: var(--soh-accent); box-shadow: 0 0 0 5px rgba(32,201,189,.1); }
.sohome-route { display: grid; grid-template-columns: 1fr; gap: 0; margin: 20px 0; }
.sohome-route__card { position: relative; min-height: 198px; display: grid; grid-template-columns: 56px 1fr; gap: 19px; padding: 28px; border: 1px solid rgba(181, 219, 215, .14); background: #0b2a2b; }
.sohome-route__card:first-child { border-radius: 18px 18px 6px 6px; }
.sohome-route__card:last-child { border-radius: 6px 6px 18px 18px; }
.sohome-route__card--ready { background: linear-gradient(135deg, rgba(32,201,189,.16), rgba(8,39,40,.88)); }
.sohome-route__number { width: 45px; height: 45px; display: grid; place-items: center; border: 1px solid rgba(32,201,189,.38); border-radius: 50%; color: var(--soh-accent); font-size: 11px; }
.sohome-route__card small { color: #6f9998; font-size: 10px; letter-spacing: .13em; }
.sohome-route__card h2 { margin: 10px 0 10px; color: #edf8f6; font-size: clamp(25px, 2.2vw, 34px); font-weight: 400; letter-spacing: -.03em; }
.sohome-route__card p { max-width: 440px; margin: 0; color: #99b2b1; font-size: 14px; line-height: 1.58; }
.sohome-route__card > strong { position: absolute; right: 24px; top: 24px; color: #b5d0ce; font-size: 11px; font-weight: 500; }
.sohome-route__connector { position: relative; height: 28px; display: grid; place-items: center; z-index: 2; margin: -1px 0; }
.sohome-route__connector::before { content: ""; position: absolute; inset: 0 50%; width: 1px; background: rgba(32,201,189,.45); }
.sohome-route__connector span { position: relative; padding: 5px 10px; border: 1px solid rgba(32,201,189,.25); border-radius: 20px; color: var(--soh-accent); background: var(--soh-dark-2); font-size: 9px; letter-spacing: .12em; }
.sohome-visual__footer { justify-content: flex-start; flex-wrap: wrap; gap: 8px; }
.sohome-visual__footer span { padding: 7px 10px; border: 1px solid rgba(173,219,214,.12); border-radius: 4px; }

.sohome-metrics { display: grid; grid-template-columns: repeat(4, 1fr); max-width: 1320px; margin: 0 auto; padding: 0 24px; transform: translateY(-1px); }
.sohome-metrics > div { min-height: 136px; display: grid; grid-template-columns: auto 1fr; align-items: center; gap: 18px; padding: 30px; border: 1px solid var(--soh-line); border-left: 0; background: #fff; }
.sohome-metrics > div:first-child { border-left: 1px solid var(--soh-line); border-radius: 0 0 0 14px; }
.sohome-metrics > div:last-child { border-radius: 0 0 14px 0; }
.sohome-metrics strong { color: var(--soh-ink); font-size: clamp(26px, 2.2vw, 38px); font-weight: 400; letter-spacing: -.04em; white-space: nowrap; }
.sohome-metrics span { color: var(--soh-muted); font-size: 12px; line-height: 1.55; }

.sohome-section { max-width: 1320px; margin: 0 auto; padding: clamp(88px, 9vw, 140px) 24px; }
.sohome-section__head { display: grid; grid-template-columns: minmax(0, 1.25fr) minmax(280px, .55fr); gap: 70px; align-items: end; margin-bottom: 46px; }
.sohome-section__head--compact { align-items: center; }
.sohome-section__head h2 { max-width: 840px; margin: 16px 0 0; color: var(--soh-ink); font-size: clamp(38px, 4vw, 62px); line-height: 1.05; letter-spacing: -.045em; font-weight: 400; }
.sohome-section__head p, .sohome-section__aside p { color: var(--soh-muted); font-size: 14px; line-height: 1.65; }
.sohome-section__aside { display: flex; flex-direction: column; align-items: flex-start; gap: 12px; }
.sohome-text-link { display: inline-flex; align-items: center; gap: 8px; color: var(--soh-ink) !important; font-size: 14px; font-weight: 600; border-bottom: 1px solid var(--soh-line); padding-bottom: 5px; }
.sohome-text-link span { color: var(--soh-accent-deep); }
.sohome-text-link--dark { color: #eff9f7 !important; border-color: rgba(223,243,240,.22); }

.sohome-project-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 22px; }
.sohome-project-card { min-width: 0; border: 1px solid var(--soh-line); border-radius: 18px; overflow: hidden; background: #fff; }
.sohome-project-card--featured { grid-column: span 2; }
.sohome-project-card__media { position: relative; display: block; aspect-ratio: 1.45 / 1; overflow: hidden; background: #dce9e8; }
.sohome-project-card--featured .sohome-project-card__media { aspect-ratio: 2.13 / 1; }
.sohome-project-card__media img { width: 100%; height: 100%; object-fit: cover; transition: transform .45s ease; }
.sohome-project-card:hover .sohome-project-card__media img { transform: scale(1.025); }
.sohome-project-card__placeholder { width: 100%; height: 100%; display: flex; flex-direction: column; justify-content: space-between; padding: 28px; background: linear-gradient(145deg, #d6e8e6, #eef6f5); color: #294a4b; }
.sohome-project-card__placeholder b { font-size: clamp(35px, 5vw, 76px); font-weight: 400; letter-spacing: -.06em; }
.sohome-project-card__placeholder i { font-size: 10px; font-style: normal; letter-spacing: .15em; }
.sohome-status { position: absolute; left: 18px; top: 18px; display: inline-flex; align-items: center; gap: 7px; padding: 8px 11px; border-radius: 30px; background: rgba(4,27,28,.88); color: #e8f8f5; font-size: 10px; letter-spacing: .08em; backdrop-filter: blur(8px); }
.sohome-status i { width: 6px; height: 6px; border-radius: 50%; background: var(--soh-accent); }
.sohome-project-card__view { position: absolute; right: 18px; bottom: 18px; padding: 9px 12px; border-radius: 6px; color: #eef9f7; background: rgba(4,27,28,.88); font-size: 11px; opacity: 0; transform: translateY(6px); transition: opacity .2s ease, transform .2s ease; }
.sohome-project-card:hover .sohome-project-card__view { opacity: 1; transform: translateY(0); }
.sohome-project-card__body { padding: 23px; }
.sohome-project-card__meta { display: flex; flex-wrap: wrap; gap: 7px; margin-bottom: 14px; }
.sohome-project-card__meta span { padding: 6px 8px; border: 1px solid var(--soh-line); border-radius: 4px; color: var(--soh-muted); font-size: 10px; text-transform: uppercase; letter-spacing: .06em; }
.sohome-project-card h3 { margin: 0 0 24px; font-size: clamp(22px, 2vw, 30px); line-height: 1.2; font-weight: 400; letter-spacing: -.03em; }
.sohome-project-card__bottom { display: flex; align-items: center; justify-content: space-between; gap: 15px; padding-top: 18px; border-top: 1px solid var(--soh-line); }
.sohome-project-card__bottom strong { font-size: 19px; font-weight: 500; }
.sohome-project-card__bottom div { display: flex; gap: 12px; }
.sohome-project-card__bottom a { color: var(--soh-accent-deep); font-size: 12px; font-weight: 600; }
.sohome-empty { display: flex; align-items: center; justify-content: space-between; gap: 30px; padding: 38px; border: 1px solid var(--soh-line); border-radius: 18px; background: var(--soh-soft); }
.sohome-empty span { color: var(--soh-accent-deep); font-size: 10px; letter-spacing: .13em; }
.sohome-empty h3 { margin: 10px 0; font-size: 30px; font-weight: 400; }
.sohome-empty p { margin-bottom: 0; color: var(--soh-muted); }
.sohome-admin-note { margin-top: 16px; color: #8b6c48; font-size: 12px; }

.sohome-custom-banner { position: relative; display: grid; grid-template-columns: minmax(0, 1.2fr) minmax(240px, .52fr) auto; gap: 40px; align-items: center; max-width: 1320px; margin: 0 auto; padding: clamp(44px, 5vw, 70px); border-radius: 24px; overflow: hidden; background: var(--soh-dark); color: #eff9f7; }
.sohome-custom-banner::before { content: ""; position: absolute; inset: 0; opacity: .1; background-image: linear-gradient(rgba(142,199,194,.4) 1px, transparent 1px), linear-gradient(90deg, rgba(142,199,194,.4) 1px, transparent 1px); background-size: 64px 64px; }
.sohome-custom-banner > * { position: relative; z-index: 1; }
.sohome-custom-banner__mark { position: absolute; right: 16%; top: -110px; color: rgba(32,201,189,.08); font-size: 420px; line-height: 1; font-weight: 200; }
.sohome-custom-banner h2 { margin: 15px 0 15px; color: #f2faf9; font-size: clamp(38px, 4vw, 60px); line-height: 1.04; letter-spacing: -.045em; font-weight: 400; }
.sohome-custom-banner p { max-width: 720px; margin: 0; color: #9fb8b7; font-size: 15px; line-height: 1.65; }
.sohome-custom-banner__facts { display: grid; gap: 10px; }
.sohome-custom-banner__facts span { padding: 10px 0; border-bottom: 1px solid rgba(210,238,235,.15); color: #b6cecc; font-size: 12px; }

.sohome-choice__grid { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; }
.sohome-choice-card { position: relative; min-height: 500px; display: flex; flex-direction: column; padding: clamp(32px, 4vw, 56px); border-radius: 22px; overflow: hidden; }
.sohome-choice-card--ready { border: 1px solid var(--soh-line); background: var(--soh-soft); }
.sohome-choice-card--custom { background: #dff6f3; border: 1px solid #b7e8e3; }
.sohome-choice-card__index { position: absolute; right: 32px; top: 20px; color: rgba(17,55,55,.08); font-size: 110px; line-height: 1; letter-spacing: -.08em; }
.sohome-choice-card__label { width: fit-content; padding: 7px 10px; border: 1px solid rgba(26,78,78,.18); border-radius: 4px; color: var(--soh-accent-deep); font-size: 10px; letter-spacing: .12em; }
.sohome-choice-card h3 { max-width: 520px; margin: 38px 0 28px; font-size: clamp(32px, 3.2vw, 48px); line-height: 1.08; letter-spacing: -.04em; font-weight: 400; }
.sohome-choice-card ul { display: grid; gap: 14px; margin: 0 0 35px; padding: 0; list-style: none; }
.sohome-choice-card li { position: relative; padding-left: 23px; color: var(--soh-text); font-size: 14px; }
.sohome-choice-card li::before { content: ""; position: absolute; left: 0; top: .42em; width: 8px; height: 8px; border: 1px solid var(--soh-accent-deep); border-radius: 50%; }
.sohome-choice-card > a { margin-top: auto; display: flex; align-items: center; justify-content: space-between; padding-top: 20px; border-top: 1px solid rgba(32,86,85,.18); font-size: 14px; font-weight: 600; }
.sohome-choice-card > a span { color: var(--soh-accent-deep); }

.sohome-process { display: grid; grid-template-columns: minmax(300px, .72fr) minmax(0, 1.28fr); gap: clamp(50px, 8vw, 120px); max-width: 1320px; margin: 0 auto; padding: clamp(78px, 8vw, 120px); border-radius: 28px; background: var(--soh-dark); color: #eef8f6; }
.sohome-process__intro { align-self: start; position: sticky; top: 100px; }
.sohome-process h2 { margin: 18px 0 20px; color: #f1faf8; font-size: clamp(40px, 4vw, 62px); line-height: 1.05; letter-spacing: -.045em; font-weight: 400; }
.sohome-process__intro p { color: #9bb4b3; line-height: 1.65; }
.sohome-process__steps { margin: 0; padding: 0; list-style: none; }
.sohome-process__steps li { display: grid; grid-template-columns: 52px 1fr; gap: 22px; padding: 30px 0; border-bottom: 1px solid rgba(198,229,225,.14); }
.sohome-process__steps li:first-child { padding-top: 0; }
.sohome-process__steps b { width: 46px; height: 46px; display: grid; place-items: center; border: 1px solid rgba(32,201,189,.36); border-radius: 50%; color: var(--soh-accent); font-size: 10px; }
.sohome-process__steps h3 { margin: 0 0 9px; color: #edf8f6; font-size: 24px; font-weight: 400; }
.sohome-process__steps p { margin: 0; color: #8ea8a7; font-size: 14px; line-height: 1.6; }

.sohome-services__grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--soh-line); border-left: 1px solid var(--soh-line); }
.sohome-services__grid article { min-height: 285px; padding: 30px; border-right: 1px solid var(--soh-line); border-bottom: 1px solid var(--soh-line); }
.sohome-services__grid span { color: var(--soh-accent-deep); font-size: 11px; letter-spacing: .08em; }
.sohome-services__grid h3 { margin: 60px 0 14px; font-size: 24px; font-weight: 400; letter-spacing: -.025em; }
.sohome-services__grid p { color: var(--soh-muted); font-size: 13px; line-height: 1.65; }

.sohome-sold { max-width: 1320px; margin: 0 auto; padding: clamp(70px, 8vw, 110px) clamp(28px, 5vw, 70px); border-radius: 24px; background: var(--soh-soft); }
.sohome-sold > header { display: grid; grid-template-columns: 1fr .55fr; gap: 50px; align-items: end; margin-bottom: 36px; }
.sohome-sold h2 { margin: 14px 0 0; font-size: clamp(38px, 4vw, 58px); line-height: 1.05; letter-spacing: -.04em; font-weight: 400; }
.sohome-sold header p { margin: 0; color: var(--soh-muted); font-size: 14px; line-height: 1.65; }
.sohome-sold__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.sohome-sold__grid article { min-width: 0; }
.sohome-sold__grid article > a { position: relative; display: block; aspect-ratio: 1.45 / 1; overflow: hidden; border-radius: 12px; background: #dce8e7; }
.sohome-sold__grid img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.55) brightness(.82); }
.sohome-sold__grid article > a > span:not(.sohome-sold__placeholder) { position: absolute; left: 14px; top: 14px; padding: 7px 9px; border-radius: 4px; color: #fff; background: rgba(6,27,28,.9); font-size: 9px; letter-spacing: .12em; }
.sohome-sold__placeholder { width: 100%; height: 100%; display: grid; place-items: center; color: #708686; font-size: 35px; }
.sohome-sold__grid article > div { padding: 16px 2px 0; }
.sohome-sold__grid h3 { margin: 0 0 5px; font-size: 20px; font-weight: 400; }
.sohome-sold__grid p { margin: 0; color: var(--soh-muted); font-size: 12px; }

.sohome-faq { padding-bottom: clamp(90px, 10vw, 150px); }
.sohome-faq__grid { border-top: 1px solid var(--soh-line); }
.sohome-faq details { border-bottom: 1px solid var(--soh-line); }
.sohome-faq summary { position: relative; padding: 25px 52px 25px 0; cursor: pointer; list-style: none; color: var(--soh-ink); font-size: clamp(18px, 1.8vw, 24px); font-weight: 400; }
.sohome-faq summary::-webkit-details-marker { display: none; }
.sohome-faq summary::after { content: "+"; position: absolute; right: 5px; top: 20px; width: 32px; height: 32px; display: grid; place-items: center; border: 1px solid var(--soh-line); border-radius: 50%; color: var(--soh-accent-deep); font-size: 19px; font-weight: 300; }
.sohome-faq details[open] summary::after { content: "−"; }
.sohome-faq details p { max-width: 900px; padding: 0 50px 24px 0; color: var(--soh-muted); font-size: 14px; line-height: 1.7; }

.sohome-final { display: grid; grid-template-columns: 1fr auto; gap: 50px; align-items: end; padding: clamp(68px, 8vw, 112px) max(24px, calc((100vw - 1320px) / 2)); background: var(--soh-dark); color: #eef8f6; }
.sohome-final h2 { max-width: 850px; margin: 15px 0 18px; color: #f1faf8; font-size: clamp(44px, 5vw, 72px); line-height: 1.02; letter-spacing: -.05em; font-weight: 400; }
.sohome-final p { max-width: 700px; margin: 0; color: #9cb4b3; font-size: 15px; line-height: 1.65; }
.sohome-final__actions { display: grid; gap: 10px; min-width: 230px; }
.sohome-final__contact { margin-top: 8px; color: #9bb6b4 !important; font-size: 13px; text-align: center; }

@media (max-width: 1100px) {
    .sohome-hero { grid-template-columns: 1fr; min-height: auto; }
    .sohome-hero__visual { max-width: 780px; }
    .sohome-metrics { grid-template-columns: repeat(2, 1fr); }
    .sohome-metrics > div:nth-child(3) { border-left: 1px solid var(--soh-line); }
    .sohome-metrics > div:first-child, .sohome-metrics > div:last-child { border-radius: 0; }
    .sohome-section__head { grid-template-columns: 1fr; gap: 22px; }
    .sohome-project-grid { grid-template-columns: repeat(2, 1fr); }
    .sohome-project-card--featured { grid-column: span 2; }
    .sohome-custom-banner { margin-left: 24px; margin-right: 24px; grid-template-columns: 1fr auto; }
    .sohome-custom-banner__facts { display: none; }
    .sohome-process { margin-left: 24px; margin-right: 24px; grid-template-columns: 1fr; }
    .sohome-process__intro { position: static; }
    .sohome-services__grid { grid-template-columns: repeat(2, 1fr); }
    .sohome-sold { margin-left: 24px; margin-right: 24px; }
    .sohome-final { grid-template-columns: 1fr; align-items: start; }
    .sohome-final__actions { display: flex; flex-wrap: wrap; min-width: 0; }
    .sohome-final__contact { align-self: center; margin: 0 0 0 8px; }
}

@media (max-width: 760px) {
    .sohome-hero { padding: 72px 18px 58px; gap: 44px; }
    .sohome-hero h1 { font-size: clamp(42px, 13vw, 62px); }
    .sohome-hero__actions { align-items: stretch; }
    .sohome-hero__actions .sohome-btn { width: 100%; }
    .sohome-hero__trust { grid-template-columns: 1fr; gap: 12px; }
    .sohome-hero__visual { padding: 14px; border-radius: 18px; }
    .sohome-route__card { min-height: 215px; grid-template-columns: 38px 1fr; gap: 12px; padding: 20px 16px; }
    .sohome-route__number { width: 34px; height: 34px; }
    .sohome-route__card > strong { position: static; grid-column: 2; margin-top: 12px; }
    .sohome-route__card h2 { font-size: 26px; }
    .sohome-route__card p { font-size: 13px; }
    .sohome-metrics { grid-template-columns: 1fr; padding: 0 18px; }
    .sohome-metrics > div { min-height: 112px; border-left: 1px solid var(--soh-line); }
    .sohome-metrics > div:first-child { border-radius: 0; }
    .sohome-metrics > div:last-child { border-radius: 0 0 12px 12px; }
    .sohome-section { padding: 78px 18px; }
    .sohome-section__head { margin-bottom: 30px; }
    .sohome-section__head h2 { font-size: clamp(36px, 10.5vw, 50px); }
    .sohome-project-grid { grid-template-columns: 1fr; }
    .sohome-project-card--featured { grid-column: auto; }
    .sohome-project-card--featured .sohome-project-card__media, .sohome-project-card__media { aspect-ratio: 1.35 / 1; }
    .sohome-project-card__view { opacity: 1; transform: none; }
    .sohome-project-card__bottom { align-items: flex-start; flex-direction: column; }
    .sohome-empty { flex-direction: column; align-items: flex-start; padding: 28px; }
    .sohome-custom-banner { margin: 0 18px; grid-template-columns: 1fr; padding: 42px 24px; border-radius: 18px; }
    .sohome-custom-banner h2 { font-size: 40px; }
    .sohome-custom-banner .sohome-btn { width: 100%; }
    .sohome-choice__grid { grid-template-columns: 1fr; }
    .sohome-choice-card { min-height: 470px; padding: 30px 24px; }
    .sohome-choice-card h3 { font-size: 34px; }
    .sohome-process { margin: 0 18px; padding: 46px 24px; border-radius: 18px; }
    .sohome-process h2 { font-size: 39px; }
    .sohome-process__steps li { grid-template-columns: 40px 1fr; gap: 14px; }
    .sohome-process__steps b { width: 36px; height: 36px; }
    .sohome-process__steps h3 { font-size: 21px; }
    .sohome-services__grid { grid-template-columns: 1fr; }
    .sohome-services__grid article { min-height: 235px; }
    .sohome-services__grid h3 { margin-top: 42px; }
    .sohome-sold { margin: 0 18px; padding: 48px 22px; border-radius: 18px; }
    .sohome-sold > header { grid-template-columns: 1fr; gap: 18px; }
    .sohome-sold h2 { font-size: 39px; }
    .sohome-sold__grid { grid-template-columns: 1fr; }
    .sohome-faq summary { font-size: 18px; }
    .sohome-final { padding: 68px 18px; }
    .sohome-final h2 { font-size: 44px; }
    .sohome-final__actions { display: grid; width: 100%; }
    .sohome-final__contact { margin: 8px 0 0; }
}

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

/* === SITEONE showroom hero restored in v1.0.1 === */
.sohome-showroom-hero {
    position: relative;
    min-height: 760px;
    padding: clamp(78px, 8vw, 128px) max(24px, calc((100vw - 1320px) / 2));
    overflow: hidden;
    isolation: isolate;
    background: var(--soh-dark);
    color: #eefaf8;
}
.sohome-showroom-hero__grid {
    position: absolute;
    inset: 0;
    z-index: -2;
    opacity: .15;
    background-image:
        linear-gradient(rgba(159, 213, 208, .25) 1px, transparent 1px),
        linear-gradient(90deg, rgba(159, 213, 208, .25) 1px, transparent 1px);
    background-size: 76px 76px;
    mask-image: linear-gradient(90deg, #000 0, rgba(0,0,0,.72) 48%, transparent 100%);
}
.sohome-showroom-hero::after {
    position: absolute;
    z-index: -1;
    right: -220px;
    top: -260px;
    width: 620px;
    height: 620px;
    content: "";
    border: 1px solid rgba(32, 201, 189, .16);
    border-radius: 50%;
    box-shadow: 0 0 0 100px rgba(32,201,189,.022), 0 0 0 200px rgba(32,201,189,.014);
}
.sohome-showroom-hero .soh-hero {
    --so-accent: var(--soh-accent);
    --so-accent-strong: #75f2e5;
    --so-text: #f4fbfa;
    --so-text-soft: #a9c0c0;
    --so-muted: #789596;
    --so-line: rgba(192, 226, 222, .15);
    --so-font-display: inherit;
    --so-transition: .2s ease;
    max-width: 1320px;
    margin: 0 auto;
}
.sohome-showroom-hero .soh-title { color: #f4fbfa !important; }
.sohome-showroom-hero .soh-description { color: #a9c0c0; }
.sohome-showroom-hero .soh-note { color: #789596; }
.sohome-showroom-hero .soh-stat strong { color: #f4fbfa; }
.sohome-showroom-hero .soh-stat span { color: #789596; }

/* SITEONE Hero module v1.0.0 */
.soh-hero {
    position: relative;
    width: 100%;
    display: grid;
    grid-template-columns: minmax(0, .92fr) minmax(520px, 1.08fr);
    align-items: center;
    gap: clamp(54px, 7vw, 116px);
}

.soh-hero__copy {
    position: relative;
    z-index: 4;
    min-width: 0;
}

.soh-eyebrow {
    width: max-content;
    max-width: 100%;
    margin-bottom: 24px;
    padding: 8px 12px;
    display: inline-flex;
    align-items: center;
    gap: 9px;
    color: var(--so-accent-strong);
    border: 1px solid rgba(117, 242, 229, .2);
    border-radius: 999px;
    background: rgba(57, 216, 200, .065);
    font-size: 12px;
    font-weight: 600;
    letter-spacing: .075em;
    line-height: 1.2;
    text-transform: uppercase;
}

.soh-eyebrow__dot {
    position: relative;
    width: 6px;
    height: 6px;
    flex: 0 0 auto;
    border-radius: 50%;
    background: var(--so-accent-strong);
    box-shadow: 0 0 0 5px rgba(117, 242, 229, .09), 0 0 24px rgba(117, 242, 229, .55);
}

.soh-title {
    max-width: 780px;
    margin: 0;
    color: var(--so-text) !important;
    font-family: var(--so-font-display);
    font-size: clamp(46px, 5.25vw, 72px);
    font-weight: 500;
    letter-spacing: -.048em;
    line-height: .99;
}

.soh-title span {
    display: block;
    color: transparent;
    background: linear-gradient(105deg, #f0fffd 0%, var(--so-accent-strong) 55%, #39d8c8 100%);
    -webkit-background-clip: text;
    background-clip: text;
}

.soh-description {
    max-width: 660px;
    margin: 28px 0 0;
    color: var(--so-text-soft);
    font-size: clamp(17px, 1.45vw, 20px);
    font-weight: 400;
    line-height: 1.65;
}

.soh-actions {
    margin-top: 34px;
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.soh-btn {
    min-height: 52px;
    padding-inline: 21px;
    border-radius: 14px;
}

.soh-btn--primary svg {
    transition: transform var(--so-transition);
}

.soh-btn--primary:hover svg {
    transform: translateX(3px);
}

.soh-note {
    margin: 20px 0 0;
    display: flex;
    align-items: center;
    gap: 8px;
    color: var(--so-muted);
    font-size: 12px;
}

.soh-note svg {
    flex: 0 0 auto;
    color: var(--so-accent-strong);
}

.soh-stats {
    margin-top: clamp(42px, 5vw, 64px);
    padding-top: 24px;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 16px;
    border-top: 1px solid var(--so-line);
}

.soh-stat {
    min-width: 0;
    padding-right: 12px;
    display: grid;
    gap: 5px;
}

.soh-stat strong {
    color: var(--so-text);
    font-family: var(--so-font-display);
    font-size: clamp(17px, 1.5vw, 22px);
    font-weight: 500;
    letter-spacing: -.025em;
    line-height: 1.15;
}

.soh-stat span {
    color: var(--so-muted);
    font-size: 10px;
    line-height: 1.45;
}

.soh-showcase {
    position: relative;
    min-height: 580px;
    isolation: isolate;
    perspective: 1200px;
}

.soh-showcase::before {
    position: absolute;
    z-index: -3;
    inset: 7% 1% 4% 10%;
    content: "";
    border: 1px solid rgba(117, 242, 229, .09);
    border-radius: 50%;
    background: radial-gradient(circle, rgba(57, 216, 200, .075), transparent 67%);
    transform: rotate(-8deg);
}

.soh-showcase::after {
    position: absolute;
    z-index: -2;
    top: 18%;
    right: 4%;
    width: 70%;
    height: 62%;
    content: "";
    border-radius: 50%;
    background: rgba(57, 216, 200, .08);
    filter: blur(70px);
}

.soh-orbit {
    position: absolute;
    z-index: -1;
    pointer-events: none;
    border: 1px solid rgba(117, 242, 229, .11);
    border-radius: 50%;
}

.soh-orbit--one {
    inset: 13% 4% 8% 13%;
    transform: rotate(18deg);
}

.soh-orbit--two {
    inset: 25% 17% 22% 0;
    transform: rotate(-24deg);
}

.soh-showcase__label {
    position: absolute;
    z-index: 8;
    top: 1%;
    right: 4%;
    display: flex;
    align-items: center;
    gap: 8px;
    color: var(--so-muted);
    font-size: 9px;
    font-weight: 600;
    letter-spacing: .16em;
}

.soh-showcase__label span {
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: var(--so-accent-strong);
    box-shadow: 0 0 14px rgba(117, 242, 229, .65);
}

.soh-browser {
    overflow: hidden;
    color: var(--so-text);
    border: 1px solid rgba(170, 231, 225, .18);
    border-radius: 20px;
    background: rgba(6, 18, 20, .86);
    box-shadow: 0 34px 90px rgba(0, 0, 0, .34);
    backdrop-filter: blur(14px);
}

.soh-browser--main {
    position: absolute;
    z-index: 4;
    top: 10%;
    left: 3%;
    width: 76%;
    transform: rotateY(-5deg) rotateZ(-1.4deg);
}

.soh-browser__chrome {
    min-height: 35px;
    padding: 0 12px;
    display: flex;
    align-items: center;
    gap: 5px;
    border-bottom: 1px solid rgba(170, 231, 225, .1);
    background: rgba(255, 255, 255, .025);
}

.soh-browser__chrome > span {
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: rgba(209, 223, 221, .28);
}

.soh-browser__chrome > span:first-child {
    background: var(--so-accent);
}

.soh-browser__url {
    margin-left: 8px;
    color: rgba(209, 223, 221, .45);
    font-size: 8px;
    letter-spacing: .04em;
}

.soh-browser__screen {
    position: relative;
    min-height: 310px;
    overflow: hidden;
}

.soh-screen--aeris {
    padding: 21px 24px 24px;
    color: #eaf3ec;
    background:
        linear-gradient(90deg, rgba(255,255,255,.05) 1px, transparent 1px),
        linear-gradient(rgba(255,255,255,.05) 1px, transparent 1px),
        linear-gradient(145deg, #15231f, #384b3d 58%, #15221f);
    background-size: 42px 42px, 42px 42px, auto;
}

.soh-screen--aeris::before {
    position: absolute;
    right: -4%;
    bottom: -22%;
    width: 68%;
    height: 90%;
    content: "";
    border: 1px solid rgba(231, 241, 229, .16);
    background:
        linear-gradient(115deg, transparent 28%, rgba(221, 233, 217, .16) 29%, transparent 30%),
        linear-gradient(65deg, transparent 45%, rgba(221, 233, 217, .12) 46%, transparent 47%);
    transform: skewY(-10deg) rotate(-7deg);
}

.soh-screen__nav {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    gap: 13px;
    color: rgba(234, 243, 236, .55);
    font-size: 6px;
    letter-spacing: .12em;
}

.soh-screen__nav b {
    margin-right: auto;
    color: #f5faf5;
    font-family: Georgia, serif;
    font-size: 13px;
    font-weight: 400;
    letter-spacing: .18em;
}

.soh-screen__nav i {
    width: 19px;
    height: 1px;
    display: block;
    background: rgba(234, 243, 236, .44);
}

.soh-screen__hero {
    position: relative;
    z-index: 2;
    margin-top: 53px;
    display: grid;
    gap: 13px;
}

.soh-screen__hero small {
    color: #b7c7b9;
    font-size: 6px;
    letter-spacing: .22em;
}

.soh-screen__hero strong {
    max-width: 310px;
    color: #f0f6ef;
    font-family: Georgia, serif;
    font-size: clamp(24px, 2.3vw, 38px);
    font-weight: 400;
    line-height: 1.02;
}

.soh-screen__hero span {
    width: 62px;
    height: 20px;
    border: 1px solid rgba(237, 245, 236, .28);
    border-radius: 999px;
}

.soh-screen__grid {
    position: absolute;
    z-index: 2;
    right: 20px;
    bottom: 18px;
    display: flex;
    gap: 4px;
}

.soh-screen__grid i {
    width: 28px;
    height: 36px;
    display: block;
    border: 1px solid rgba(234, 243, 236, .14);
    background: rgba(234, 243, 236, .035);
}

.soh-project-meta {
    min-height: 67px;
    padding: 12px 16px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    border-top: 1px solid rgba(170, 231, 225, .1);
}

.soh-project-meta > div {
    min-width: 0;
    display: grid;
    gap: 3px;
}

.soh-project-meta strong {
    overflow: hidden;
    color: var(--so-text);
    font-size: 11px;
    font-weight: 600;
    letter-spacing: .035em;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.soh-project-meta span {
    color: var(--so-muted);
    font-size: 8px;
}

.soh-project-meta > b {
    flex: 0 0 auto;
    color: var(--so-accent-strong);
    font-size: 10px;
    font-weight: 600;
}

.soh-browser--side {
    position: absolute;
    z-index: 6;
    width: 37%;
    border-radius: 16px;
}

.soh-browser--coffee {
    top: 5%;
    right: -2%;
    transform: rotate(4.5deg);
}

.soh-browser--clinic {
    right: 1%;
    bottom: 5%;
    transform: rotate(-3.5deg);
}

.soh-browser--side .soh-browser__screen {
    min-height: 190px;
}

.soh-screen--coffee {
    padding: 22px 18px;
    color: #2c1b13;
    background: #e7cfad;
}

.soh-screen__coffee-mark {
    width: 29px;
    height: 29px;
    margin-bottom: 34px;
    display: grid;
    place-items: center;
    color: #e7cfad;
    border-radius: 50%;
    background: #2c1b13;
    font-family: Georgia, serif;
    font-size: 14px;
}

.soh-screen--coffee small {
    display: block;
    color: rgba(44, 27, 19, .58);
    font-size: 5px;
    font-weight: 600;
    letter-spacing: .16em;
}

.soh-screen--coffee strong {
    margin-top: 8px;
    display: block;
    color: #2c1b13;
    font-family: Georgia, serif;
    font-size: clamp(15px, 1.35vw, 22px);
    font-weight: 400;
    line-height: 1.04;
}

.soh-screen__coffee-line {
    position: absolute;
    right: 15px;
    bottom: 14px;
    width: 36%;
    height: 1px;
    background: rgba(44, 27, 19, .48);
}

.soh-screen--clinic {
    padding: 18px;
    color: #112a33;
    background:
        radial-gradient(circle at 85% 20%, #dce9e6, transparent 38%),
        linear-gradient(140deg, #f5f1eb, #d9e8e6);
}

.soh-screen__clinic-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #143641;
    font-size: 7px;
    font-weight: 600;
    letter-spacing: .12em;
}

.soh-screen__clinic-top i {
    color: #2c9b91;
    font-style: normal;
    font-size: 8px;
}

.soh-screen--clinic > strong {
    margin-top: 34px;
    display: block;
    color: #12333d;
    font-family: var(--so-font-display);
    font-size: clamp(14px, 1.2vw, 20px);
    font-weight: 500;
    line-height: 1.05;
}

.soh-screen__clinic-card {
    position: absolute;
    right: 15px;
    bottom: -14px;
    width: 46%;
    height: 55%;
    border-radius: 60px 60px 0 0;
    background:
        radial-gradient(circle at 50% 31%, #ebd6c8 0 12%, transparent 13%),
        radial-gradient(ellipse at 50% 82%, #a6c6c3 0 36%, transparent 37%),
        linear-gradient(#c5d8d5, #c5d8d5);
}

.soh-project-chip {
    min-height: 47px;
    padding: 9px 11px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    border-top: 1px solid rgba(170, 231, 225, .1);
    background: rgba(6, 18, 20, .94);
}

.soh-project-chip span {
    color: var(--so-accent-strong);
    font-size: 7px;
    font-weight: 600;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.soh-project-chip strong {
    overflow: hidden;
    color: var(--so-text-soft);
    font-size: 8px;
    font-weight: 500;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.soh-project-chip--sold span {
    color: #aab7b5;
}

.soh-unique-card {
    position: absolute;
    z-index: 8;
    left: 0;
    bottom: 1%;
    width: min(360px, 53%);
    padding: 13px 15px;
    display: flex;
    align-items: center;
    gap: 13px;
    color: var(--so-text);
    border: 1px solid rgba(117, 242, 229, .18);
    border-radius: 15px;
    background: rgba(5, 17, 19, .82);
    box-shadow: 0 18px 50px rgba(0, 0, 0, .22);
    backdrop-filter: blur(16px);
}

.soh-unique-card__icon {
    width: 38px;
    height: 38px;
    flex: 0 0 auto;
    display: grid;
    place-items: center;
    color: var(--so-accent-strong);
    border: 1px solid rgba(117, 242, 229, .22);
    border-radius: 12px;
    background: rgba(57, 216, 200, .075);
    font-family: var(--so-font-display);
    font-size: 11px;
    font-weight: 600;
}

.soh-unique-card > div {
    min-width: 0;
    display: grid;
    gap: 3px;
}

.soh-unique-card strong {
    color: var(--so-text);
    font-size: 10px;
    font-weight: 600;
}

.soh-unique-card small {
    color: var(--so-muted);
    font-size: 8px;
    line-height: 1.45;
}

@media (prefers-reduced-motion: no-preference) {
    .soh-browser--main {
        animation: soh-float-main 8s ease-in-out infinite;
    }

    .soh-browser--coffee {
        animation: soh-float-coffee 7s ease-in-out infinite;
    }

    .soh-browser--clinic {
        animation: soh-float-clinic 9s ease-in-out infinite;
    }

    @keyframes soh-float-main {
        0%, 100% { transform: rotateY(-5deg) rotateZ(-1.4deg) translateY(0); }
        50% { transform: rotateY(-5deg) rotateZ(-1.4deg) translateY(-8px); }
    }

    @keyframes soh-float-coffee {
        0%, 100% { transform: rotate(4.5deg) translateY(0); }
        50% { transform: rotate(4.5deg) translateY(7px); }
    }

    @keyframes soh-float-clinic {
        0%, 100% { transform: rotate(-3.5deg) translateY(0); }
        50% { transform: rotate(-3.5deg) translateY(-6px); }
    }
}

@media (max-width: 1180px) {
    .soh-hero {
        grid-template-columns: minmax(0, .9fr) minmax(450px, 1.1fr);
        gap: 42px;
    }

    .soh-showcase {
        min-height: 520px;
    }
}

@media (max-width: 980px) {
    .soh-hero {
        grid-template-columns: 1fr;
        gap: 58px;
    }

    .soh-hero__copy {
        max-width: 780px;
    }

    .soh-title {
        max-width: 850px;
    }

    .soh-showcase {
        width: min(760px, 100%);
        min-height: 550px;
        margin-inline: auto;
    }
}

@media (max-width: 680px) {
    .soh-eyebrow {
        margin-bottom: 18px;
        white-space: normal;
    }

    .soh-title {
        font-size: clamp(38px, 12vw, 60px);
    }

    .soh-description {
        margin-top: 22px;
        font-size: 16px;
    }

    .soh-actions {
        margin-top: 28px;
        display: grid;
        grid-template-columns: 1fr;
    }

    .soh-btn {
        width: 100%;
    }

    .soh-stats {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 20px 14px;
    }

    .soh-showcase {
        min-height: 430px;
    }

    .soh-browser--main {
        top: 11%;
        left: 0;
        width: 88%;
    }

    .soh-browser__screen {
        min-height: 220px;
    }

    .soh-screen--aeris {
        padding: 16px;
    }

    .soh-screen__hero {
        margin-top: 34px;
    }

    .soh-screen__grid {
        display: none;
    }

    .soh-browser--side {
        width: 41%;
    }

    .soh-browser--coffee {
        top: 3%;
        right: 0;
    }

    .soh-browser--clinic {
        right: 2%;
        bottom: 2%;
    }

    .soh-browser--side .soh-browser__screen {
        min-height: 138px;
    }

    .soh-screen__coffee-mark {
        margin-bottom: 18px;
    }

    .soh-screen--clinic > strong {
        margin-top: 18px;
    }

    .soh-project-meta {
        min-height: 56px;
    }

    .soh-project-meta > b {
        display: none;
    }

    .soh-unique-card {
        width: 72%;
        left: 2%;
    }
}

@media (max-width: 440px) {
    .soh-note {
        align-items: flex-start;
    }

    .soh-showcase {
        min-height: 360px;
    }

    .soh-browser--main {
        width: 91%;
    }

    .soh-browser--side {
        width: 43%;
    }

    .soh-browser--side .soh-browser__screen {
        min-height: 112px;
        padding: 13px;
    }

    .soh-screen__coffee-mark {
        width: 21px;
        height: 21px;
        margin-bottom: 10px;
        font-size: 10px;
    }

    .soh-screen--coffee small,
    .soh-screen__clinic-top {
        display: none;
    }

    .soh-screen--coffee strong,
    .soh-screen--clinic > strong {
        font-size: 11px;
    }

    .soh-project-chip {
        min-height: 36px;
        padding: 7px 8px;
    }

    .soh-project-chip strong {
        display: none;
    }

    .soh-unique-card {
        width: 82%;
        padding: 10px 11px;
    }

    .soh-unique-card__icon {
        width: 32px;
        height: 32px;
    }
}

/* Buttons in the restored hero use the homepage button system. */
.sohome-showroom-hero .soh-actions .sohome-btn { min-width: 0; }
.sohome-showroom-hero .soh-actions .sohome-btn--dark {
    border-color: rgba(215,239,236,.23);
    background: rgba(255,255,255,.025);
}
.sohome-showroom-hero .soh-actions .sohome-btn--dark:hover {
    border-color: rgba(32,201,189,.55);
    background: rgba(32,201,189,.08);
}
@media (max-width: 980px) {
    .sohome-showroom-hero { min-height: 0; padding-top: 82px; padding-bottom: 80px; }
}
@media (max-width: 680px) {
    .sohome-showroom-hero { padding: 64px 18px 68px; }
    .sohome-showroom-hero .soh-actions .sohome-btn { width: 100%; }
}


/* === Clean background update v1.0.2 === */
.sohome-hero__grid,
.sohome-showroom-hero__grid {
    display: none !important;
    background-image: none !important;
}

.sohome-showroom-hero {
    background: var(--soh-dark);
}

.sohome-custom-banner::before {
    display: none !important;
    background-image: none !important;
}

.sohome-section,
.sohome-metrics,
.sohome-projects,
.sohome-choice,
.sohome-services,
.sohome-faq {
    background-image: none !important;
}

/* === Readability, compact rhythm and launch block redesign v1.0.3 === */
.sohome {
    --soh-ink: #0d282a;
    --soh-text: #30494b;
    --soh-muted: #607779;
    --soh-line: #cbdad9;
    --soh-soft: #f0f6f5;
}

/* Keep the existing typeface and normal weights; improve visibility through contrast. */
.sohome-section__head h2,
.sohome-project-card h3,
.sohome-project-card h3 a,
.sohome-choice-card h3,
.sohome-sold__grid h3,
.sohome-faq summary {
    color: var(--soh-ink) !important;
    font-weight: 400 !important;
    opacity: 1 !important;
    -webkit-text-fill-color: currentColor !important;
}

.sohome-section__head p,
.sohome-section__aside p,
.sohome-project-card__meta span,
.sohome-choice-card li,
.sohome-faq details p,
.sohome-metrics span {
    color: var(--soh-muted) !important;
    font-weight: 400;
    opacity: 1;
}

.sohome-project-card__body {
    background: #ffffff;
}
.sohome-project-card h3 {
    margin-bottom: 20px;
    line-height: 1.18;
}
.sohome-project-card__meta span {
    border-color: #c7d7d5;
}
.sohome-project-card__bottom strong {
    color: var(--soh-ink) !important;
    font-weight: 500;
}

/* Choice cards: explicit dark headings prevent inherited white template styles. */
.sohome-choice-card {
    min-height: 430px;
}
.sohome-choice-card--ready {
    background: #f7faf9;
}
.sohome-choice-card--custom {
    background: #dff5f2;
}
.sohome-choice-card h3 {
    margin: 32px 0 24px;
    color: #123032 !important;
}
.sohome-choice-card li {
    color: #405a5c !important;
}
.sohome-choice-card > a {
    color: #102a2c !important;
}

/* Tighter vertical rhythm between homepage sections. */
.sohome-section {
    padding-top: clamp(62px, 6vw, 88px);
    padding-bottom: clamp(62px, 6vw, 88px);
}
.sohome-section__head {
    margin-bottom: 34px;
}
.sohome-projects {
    padding-top: clamp(72px, 6.5vw, 96px);
}
.sohome-custom-banner {
    padding-top: clamp(42px, 4.5vw, 62px);
    padding-bottom: clamp(42px, 4.5vw, 62px);
}
.sohome-choice {
    padding-bottom: clamp(56px, 5vw, 76px);
}
.sohome-process {
    padding: clamp(54px, 5.5vw, 78px);
}
.sohome-process + .sohome-launch {
    padding-top: clamp(54px, 5vw, 72px);
}
.sohome-launch + .sohome-faq {
    padding-top: 20px;
}
.sohome-faq {
    padding-bottom: clamp(70px, 7vw, 104px);
}

/* New compact launch-services composition. */
.sohome-launch__layout {
    display: grid;
    grid-template-columns: minmax(300px, .78fr) minmax(0, 1.22fr);
    overflow: hidden;
    border: 1px solid var(--soh-line);
    border-radius: 24px;
    background: #ffffff;
}
.sohome-launch__intro {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    min-height: 430px;
    padding: clamp(38px, 4vw, 58px);
    background: var(--soh-dark);
    color: #eef8f6;
}
.sohome-launch__intro h2 {
    max-width: 520px;
    margin: 18px 0 20px;
    color: #f2faf9 !important;
    font-size: clamp(38px, 3.7vw, 56px);
    line-height: 1.04;
    letter-spacing: -.043em;
    font-weight: 400 !important;
}
.sohome-launch__intro p {
    max-width: 520px;
    margin: 0 0 28px;
    color: #abc0bf !important;
    font-size: 14px;
    line-height: 1.7;
}
.sohome-launch__list {
    display: grid;
    grid-template-columns: 1fr 1fr;
}
.sohome-launch__list article {
    display: grid;
    grid-template-columns: 44px minmax(0, 1fr);
    gap: 20px;
    min-height: 215px;
    padding: clamp(28px, 3vw, 40px);
    border-bottom: 1px solid var(--soh-line);
    border-left: 1px solid var(--soh-line);
    background: #ffffff;
}
.sohome-launch__list article:nth-child(3),
.sohome-launch__list article:nth-child(4) {
    border-bottom: 0;
}
.sohome-launch__number {
    width: 38px;
    height: 38px;
    display: grid;
    place-items: center;
    border: 1px solid #a9d9d5;
    border-radius: 50%;
    color: var(--soh-accent-deep) !important;
    font-size: 10px;
    letter-spacing: .06em;
}
.sohome-launch__list h3 {
    margin: 2px 0 12px;
    color: var(--soh-ink) !important;
    font-size: clamp(21px, 1.65vw, 26px);
    line-height: 1.16;
    letter-spacing: -.025em;
    font-weight: 400 !important;
}
.sohome-launch__list p {
    margin: 0;
    color: var(--soh-muted) !important;
    font-size: 13px;
    line-height: 1.65;
}

@media (max-width: 980px) {
    .sohome-launch__layout {
        grid-template-columns: 1fr;
    }
    .sohome-launch__intro {
        min-height: 0;
    }
    .sohome-launch__list article:nth-child(odd) {
        border-left: 0;
    }
}

@media (max-width: 760px) {
    .sohome-section {
        padding-top: 54px;
        padding-bottom: 54px;
    }
    .sohome-launch + .sohome-faq {
        padding-top: 8px;
    }
    .sohome-choice-card {
        min-height: 0;
    }
    .sohome-choice-card h3 {
        margin-top: 28px;
    }
    .sohome-process {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .sohome-launch__layout {
        border-radius: 18px;
    }
    .sohome-launch__intro {
        padding: 38px 24px;
    }
    .sohome-launch__intro h2 {
        font-size: 38px;
    }
    .sohome-launch__list {
        grid-template-columns: 1fr;
    }
    .sohome-launch__list article,
    .sohome-launch__list article:nth-child(3) {
        min-height: 0;
        border-left: 0;
        border-bottom: 1px solid var(--soh-line);
        padding: 28px 24px;
    }
    .sohome-launch__list article:last-child {
        border-bottom: 0;
    }
}
