/*
 Theme Name:   Treecare Child
 Theme URI:    https://www.treecare.co.kr
 Description:  Hansung Treecare Astra child theme
 Author:       Hansung Treecare
 Author URI:   https://www.treecare.co.kr
 Template:     astra
 Version:      1.3.1
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Text Domain:  treecare-child
*/

:root {
    --tc-forest: #123c2d;
    --tc-forest-2: #0b241c;
    --tc-leaf: #4fae68;
    --tc-teal: #39bfb2;
    --tc-amber: #f2a93b;
    --tc-cream: #f7f8f4;
    --tc-ink: #17211b;
    --tc-muted: #65736b;
    --tc-line: rgba(18, 60, 45, 0.14);
}

/* Treecare application shell */
body.tc-app-shell {
    --tc-shell-rail: 76px;
    --tc-shell-topbar: 68px;
    --tc-shell-panel: 304px;
    overflow-x: hidden;
}

.tc-app-shell .site-header,
.tc-app-shell #colophon {
    display: none !important;
}

.tc-app-shell .site-content {
    width: calc(100% - var(--tc-shell-rail));
    min-width: 0;
    margin-left: var(--tc-shell-rail);
    padding-top: var(--tc-shell-topbar);
    transition: filter 180ms ease;
}

.tc-app-shell .treecare-footer {
    width: calc(100% - var(--tc-shell-rail));
    margin-left: var(--tc-shell-rail);
}

.tc-icon {
    display: block;
    width: 22px;
    height: 22px;
    flex: 0 0 auto;
}

.tc-skip-link {
    position: fixed;
    z-index: 100005;
    top: 8px;
    left: 90px;
    padding: 10px 14px;
    transform: translateY(-140%);
    background: #fff;
    color: #10251d;
    font-weight: 700;
}

.tc-skip-link:focus {
    transform: translateY(0);
}

.tc-topbar {
    position: fixed;
    z-index: 9990;
    top: 0;
    right: 0;
    left: var(--tc-shell-rail);
    display: flex;
    height: var(--tc-shell-topbar);
    align-items: center;
    gap: 20px;
    padding: 0 clamp(18px, 2.4vw, 38px);
    border-bottom: 1px solid rgba(18, 48, 38, 0.13);
    background: rgba(255, 255, 255, 0.94);
    box-shadow: 0 1px 14px rgba(8, 30, 23, 0.04);
    backdrop-filter: blur(18px);
    font-family: "Noto Sans KR", sans-serif;
}

.tc-topbar button,
.tc-sidebar button,
.tc-command button {
    margin: 0;
    border: 0;
    border-radius: 2px;
    box-shadow: none;
    cursor: pointer;
}

.tc-topbar__menu,
.tc-topbar__brand {
    display: none;
}

.tc-topbar__context {
    display: flex;
    min-width: 0;
    align-items: baseline;
    gap: 12px;
}

.tc-topbar__context span {
    color: #6a7a73;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 0.08em;
}

.tc-topbar__context strong {
    overflow: hidden;
    color: #16382d;
    font-size: 15px;
    letter-spacing: 0;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.tc-topbar__actions {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-left: auto;
}

.tc-topbar__search,
.tc-topbar__request {
    display: inline-flex;
    min-height: 40px;
    align-items: center;
    gap: 9px;
    padding: 0 14px;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0;
    text-decoration: none !important;
}

.tc-topbar__search {
    border: 1px solid #d8e0db !important;
    background: #f7f9f7;
    color: #40544c;
}

.tc-topbar__search:hover,
.tc-topbar__search:focus-visible {
    border-color: #7ca797 !important;
    background: #fff;
    color: #123c2d;
}

.tc-topbar__search kbd,
.tc-command kbd {
    padding: 2px 6px;
    border: 1px solid #d4ddd7;
    border-bottom-width: 2px;
    border-radius: 3px;
    background: #fff;
    color: #6b7c74;
    font-family: inherit;
    font-size: 10px;
    font-weight: 700;
}

.tc-topbar__request {
    background: #176b55;
    color: #fff !important;
}

.tc-topbar__request:hover,
.tc-topbar__request:focus-visible {
    background: #f0b542;
    color: #10251d !important;
}

.tc-topbar__request .tc-icon {
    width: 18px;
    height: 18px;
}

.tc-sidebar {
    position: fixed;
    z-index: 10000;
    top: 0;
    bottom: 0;
    left: 0;
    display: flex;
    width: var(--tc-shell-rail);
    min-width: 0;
    flex-direction: column;
    overflow: hidden;
    border-right: 1px solid rgba(255, 255, 255, 0.1);
    background: #071d16;
    box-shadow: 12px 0 40px rgba(5, 29, 21, 0);
    color: #fff;
    font-family: "Noto Sans KR", sans-serif;
    transition: width 220ms cubic-bezier(.2, .7, .2, 1), box-shadow 220ms ease;
}

.tc-sidebar-open .tc-sidebar {
    width: var(--tc-shell-panel);
    box-shadow: 20px 0 56px rgba(5, 29, 21, 0.2);
}

.tc-sidebar__head {
    display: flex;
    min-height: 122px;
    flex: 0 0 122px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 12px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.tc-sidebar__head > a {
    display: flex;
    min-width: 0;
    align-items: center;
    gap: 12px;
    color: #fff;
    text-decoration: none !important;
}

.tc-sidebar__head img {
    width: 42px;
    height: 42px;
    flex: 0 0 42px;
    object-fit: contain;
}

.tc-sidebar__head a > span {
    display: none;
    min-width: 172px;
    font-size: 16px;
    font-weight: 800;
    letter-spacing: 0;
    white-space: nowrap;
}

.tc-sidebar__head a small {
    display: block;
    margin-top: 3px;
    color: #42c7b4;
    font-size: 9px;
    letter-spacing: 0.08em;
}

.tc-sidebar__head button {
    display: grid;
    width: 34px;
    height: 34px;
    place-items: center;
    padding: 0;
    background: rgba(255, 255, 255, 0.08);
    color: rgba(255, 255, 255, 0.76);
}

.tc-sidebar__head button:hover,
.tc-sidebar__head button:focus-visible {
    background: #39bfb2;
    color: #071d16;
}

.tc-sidebar__head button .tc-icon {
    width: 18px;
    height: 18px;
}

.tc-sidebar__nav {
    min-height: 0;
    flex: 1;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 14px 10px 22px;
    scrollbar-color: rgba(255, 255, 255, 0.24) transparent;
    scrollbar-width: thin;
}

.tc-sidebar__group-label {
    display: none;
    margin: 13px 12px 7px;
    color: #57cabb;
    font-size: 9px;
    font-weight: 800;
    letter-spacing: 0.1em;
}

.tc-sidebar__link {
    position: relative;
    display: flex;
    width: 56px;
    min-height: 50px;
    align-items: center;
    gap: 12px;
    margin: 2px 0;
    padding: 0 17px;
    border-radius: 4px;
    color: rgba(255, 255, 255, 0.68);
    text-decoration: none !important;
    transition: width 180ms ease, background 160ms ease, color 160ms ease;
}

.tc-sidebar__link::before {
    position: absolute;
    top: 9px;
    bottom: 9px;
    left: -10px;
    width: 3px;
    background: #f0b542;
    content: "";
    opacity: 0;
}

.tc-sidebar__link:hover,
.tc-sidebar__link:focus-visible {
    background: rgba(255, 255, 255, 0.08);
    color: #fff;
}

.tc-sidebar__link.is-active {
    background: #e7f4ef;
    color: #0d4535;
}

.tc-sidebar__link.is-active::before {
    opacity: 1;
}

.tc-sidebar__icon {
    display: grid;
    width: 22px;
    height: 22px;
    flex: 0 0 22px;
    place-items: center;
}

.tc-sidebar__text,
.tc-sidebar__external {
    display: none;
}

.tc-sidebar__text {
    min-width: 0;
    flex: 1;
}

.tc-sidebar__text strong,
.tc-sidebar__text small {
    display: block;
    overflow: hidden;
    letter-spacing: 0;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.tc-sidebar__text strong {
    font-size: 13px;
    font-weight: 700;
}

.tc-sidebar__text small {
    margin-top: 2px;
    color: rgba(255, 255, 255, 0.45);
    font-size: 10px;
}

.tc-sidebar__link.is-active .tc-sidebar__text small {
    color: #5c776d;
}

.tc-sidebar__external .tc-icon {
    width: 14px;
    height: 14px;
}

.tc-sidebar__projects {
    display: none;
}

.tc-sidebar__foot {
    display: flex;
    min-height: 64px;
    flex: 0 0 64px;
    align-items: center;
    justify-content: center;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.tc-sidebar__foot > span {
    color: #f0b542;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 0.08em;
}

.tc-sidebar__foot p {
    display: none;
    margin: 0;
}

.tc-sidebar__foot strong,
.tc-sidebar__foot small {
    display: block;
}

.tc-sidebar__foot strong {
    color: #fff;
    font-size: 13px;
}

.tc-sidebar__foot small {
    color: rgba(255, 255, 255, 0.48);
    font-size: 10px;
}

.tc-sidebar-open .tc-sidebar__head {
    min-height: 82px;
    flex-basis: 82px;
    flex-direction: row;
    justify-content: space-between;
    padding: 0 18px;
}

.tc-sidebar-open .tc-sidebar__head a > span,
.tc-sidebar-open .tc-sidebar__group-label,
.tc-sidebar-open .tc-sidebar__text,
.tc-sidebar-open .tc-sidebar__external {
    display: block;
}

.tc-sidebar-open .tc-sidebar__link {
    width: 282px;
    padding-right: 14px;
    padding-left: 15px;
}

.tc-sidebar-open .tc-sidebar__projects {
    display: block;
}

.tc-sidebar-open .tc-sidebar__projects-shortcut {
    display: none;
}

.tc-sidebar-open .tc-sidebar__foot {
    justify-content: flex-start;
    gap: 14px;
    padding: 0 24px;
}

.tc-sidebar-open .tc-sidebar__foot p {
    display: block;
}

.tc-shell-backdrop {
    position: fixed;
    z-index: 9995;
    inset: 0;
    display: none;
    width: 100%;
    height: 100%;
    padding: 0;
    background: rgba(5, 24, 18, 0.44) !important;
    opacity: 0;
}

.tc-shell-backdrop:hover,
.tc-shell-backdrop:focus {
    background: rgba(5, 24, 18, 0.44) !important;
}

.tc-command[hidden] {
    display: none;
}

.tc-command {
    position: fixed;
    z-index: 100020;
    inset: 0;
    display: grid;
    place-items: start center;
    padding: min(12vh, 110px) 20px 30px;
    font-family: "Noto Sans KR", sans-serif;
}

.tc-command__backdrop {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    padding: 0;
    background: rgba(4, 22, 16, 0.66) !important;
    backdrop-filter: blur(6px);
}

.tc-command__backdrop:hover,
.tc-command__backdrop:focus {
    background: rgba(4, 22, 16, 0.66) !important;
}

.tc-command__panel {
    position: relative;
    display: flex;
    width: min(680px, 100%);
    max-height: min(720px, 78vh);
    flex-direction: column;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.26);
    border-radius: 6px;
    background: #fff;
    box-shadow: 0 32px 100px rgba(0, 0, 0, 0.34);
}

.tc-command__panel > header {
    display: flex;
    min-height: 72px;
    align-items: center;
    gap: 10px;
    padding: 12px 14px 12px 22px;
    border-bottom: 1px solid #dde5df;
}

.tc-command__panel > header > div {
    display: flex;
    min-width: 0;
    flex: 1;
    align-items: center;
    gap: 14px;
}

.tc-command__panel input {
    width: 100%;
    min-height: 46px;
    padding: 0;
    border: 0;
    outline: 0;
    background: transparent;
    box-shadow: none;
    color: #15372c;
    font-size: 18px;
}

.tc-command__panel > header button {
    display: grid;
    width: 38px;
    height: 38px;
    place-items: center;
    padding: 0;
    background: #eef3ef;
    color: #41554d;
}

.tc-command__panel > p {
    margin: 0;
    padding: 16px 22px 8px;
    color: #6b7c74;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 0.08em;
}

.tc-command__results {
    min-height: 0;
    overflow-y: auto;
    padding: 0 10px 12px;
}

.tc-command__results a {
    display: grid;
    min-height: 58px;
    grid-template-columns: 38px 1fr 20px;
    gap: 10px;
    align-items: center;
    padding: 8px 12px;
    border-radius: 4px;
    color: #24463a;
    text-decoration: none !important;
}

.tc-command__results a[hidden] {
    display: none;
}

.tc-command__results a:hover,
.tc-command__results a:focus-visible,
.tc-command__results a.is-selected {
    background: #e8f2ed;
    color: #0b5b45;
}

.tc-command__results a > span {
    display: grid;
    width: 36px;
    height: 36px;
    place-items: center;
    background: #f1f5f2;
}

.tc-command__results strong,
.tc-command__results small {
    display: block;
    letter-spacing: 0;
}

.tc-command__results strong {
    font-size: 13px;
}

.tc-command__results small {
    margin-top: 2px;
    color: #718078;
    font-size: 11px;
    font-weight: 400;
}

.tc-command__results a > .tc-icon {
    width: 15px;
    height: 15px;
    color: #839089;
}

.tc-command__empty {
    padding: 44px 22px;
    color: #6b7c74;
    text-align: center;
}

.tc-command__panel > footer {
    display: flex;
    min-height: 46px;
    align-items: center;
    gap: 18px;
    padding: 8px 20px;
    border-top: 1px solid #dde5df;
    background: #f7f9f7;
    color: #718078;
    font-size: 10px;
}

.tc-command__panel > footer span {
    display: flex;
    align-items: center;
    gap: 4px;
}

body.tc-command-open {
    overflow: hidden;
}

body.admin-bar .tc-topbar,
body.admin-bar .tc-sidebar {
    top: 32px;
}

body.admin-bar .tc-sidebar {
    height: calc(100% - 32px);
}

@media (max-width: 1199px) {
    body.tc-app-shell {
        --tc-shell-rail: 68px;
        --tc-shell-panel: 300px;
    }

    .tc-sidebar__nav {
        padding-right: 6px;
        padding-left: 6px;
    }

    .tc-sidebar__link {
        width: 56px;
    }

    .tc-sidebar-open .tc-shell-backdrop {
        display: block;
        opacity: 1;
    }
}

@media (max-width: 767px) {
    body.tc-app-shell {
        --tc-shell-rail: 0px;
        --tc-shell-topbar: 64px;
        --tc-shell-panel: min(88vw, 340px);
    }

    .tc-app-shell .site-content,
    .tc-app-shell .treecare-footer {
        width: 100%;
        margin-left: 0;
    }

    .tc-topbar {
        left: 0;
        gap: 12px;
        padding: 0 14px;
    }

    .tc-topbar__menu {
        display: grid;
        width: 40px;
        height: 40px;
        flex: 0 0 40px;
        place-items: center;
        padding: 0;
        background: #edf3ef;
        color: #15372c;
    }

    .tc-topbar__brand {
        display: flex;
        min-width: 0;
        align-items: center;
    }

    .tc-topbar__brand img {
        width: min(42vw, 170px);
        height: auto;
        max-height: 42px;
        object-fit: contain;
    }

    .tc-topbar__context {
        display: none;
    }

    .tc-topbar__actions {
        gap: 7px;
    }

    .tc-topbar__search {
        width: 40px;
        padding: 0;
        justify-content: center;
    }

    .tc-topbar__search span,
    .tc-topbar__search kbd {
        display: none;
    }

    .tc-topbar__request {
        min-height: 40px;
        padding: 0 12px;
    }

    .tc-sidebar {
        width: var(--tc-shell-panel);
        max-width: 340px;
        transform: translateX(-102%);
        box-shadow: 20px 0 56px rgba(5, 29, 21, 0.24);
        transition: transform 220ms cubic-bezier(.2, .7, .2, 1);
    }

    .tc-sidebar-open .tc-sidebar {
        width: var(--tc-shell-panel);
        transform: translateX(0);
    }

    .tc-sidebar__head,
    .tc-sidebar-open .tc-sidebar__head {
        min-height: 78px;
        flex-basis: 78px;
        flex-direction: row;
        justify-content: space-between;
        padding: 0 18px;
    }

    .tc-sidebar__head a > span,
    .tc-sidebar__group-label,
    .tc-sidebar__text,
    .tc-sidebar__external {
        display: block;
    }

    .tc-sidebar__nav {
        padding: 12px 8px 22px;
    }

    .tc-sidebar__link,
    .tc-sidebar-open .tc-sidebar__link {
        width: calc(var(--tc-shell-panel) - 16px);
        padding-right: 14px;
        padding-left: 15px;
    }

    .tc-sidebar__projects {
        display: block;
    }

    .tc-sidebar__projects-shortcut {
        display: none;
    }

    .tc-sidebar__foot,
    .tc-sidebar-open .tc-sidebar__foot {
        justify-content: flex-start;
        gap: 14px;
        padding: 0 24px;
    }

    .tc-sidebar__foot p {
        display: block;
    }

    .tc-sidebar-open .tc-shell-backdrop {
        display: block;
        opacity: 1;
    }

    .tc-sidebar-open {
        overflow: hidden;
    }

    body.admin-bar .tc-topbar,
    body.admin-bar .tc-sidebar {
        top: 46px;
    }

    body.admin-bar .tc-sidebar {
        height: calc(100% - 46px);
    }

    .tc-command {
        padding: 72px 12px 12px;
    }

    .tc-command__panel {
        max-height: calc(100vh - 84px);
    }

    .tc-command__panel > footer {
        display: none;
    }
}

@media (max-width: 430px) {
    .tc-topbar__request {
        width: 40px;
        padding: 0;
        justify-content: center;
    }

    .tc-topbar__request span {
        display: none;
    }

    .tc-topbar__brand img {
        width: min(48vw, 164px);
    }
}

@media (prefers-reduced-motion: reduce) {
    .tc-sidebar,
    .tc-sidebar__link,
    .tc-app-shell .site-content {
        transition: none;
    }
}

html {
    scroll-behavior: smooth;
}

.treecare-portal {
    background: var(--tc-cream);
    color: var(--tc-ink);
    font-family: "Noto Sans KR", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    letter-spacing: 0;
}

.portal-shell {
    width: min(1180px, calc(100% - 32px));
    margin: 0 auto;
}

.portal-hero {
    position: relative;
    min-height: 760px;
    overflow: hidden;
    isolation: isolate;
    color: #fff;
}

.portal-hero__media,
.portal-hero__overlay {
    position: absolute;
    inset: 0;
}

.portal-hero__media {
    background-image: url("https://wiki.treecare.co.kr/wp-content/uploads/2025/07/pexels-photo-8980968.jpeg");
    background-size: cover;
    background-position: center;
    transform: scale(1.03);
    z-index: -3;
}

.portal-hero__overlay {
    background:
        linear-gradient(90deg, rgba(9, 28, 22, 0.92), rgba(9, 28, 22, 0.68) 48%, rgba(9, 28, 22, 0.25)),
        radial-gradient(circle at 72% 26%, rgba(57, 191, 178, 0.28), transparent 30%),
        linear-gradient(180deg, rgba(9, 28, 22, 0.1), rgba(9, 28, 22, 0.92));
    z-index: -2;
}

.portal-hero__grid {
    min-height: 760px;
    display: grid;
    grid-template-columns: minmax(0, 1.02fr) minmax(360px, 0.72fr);
    gap: 56px;
    align-items: center;
    padding: 72px 0 96px;
}

.portal-kicker,
.panel-label {
    display: inline-flex;
    align-items: center;
    width: fit-content;
    color: var(--tc-teal);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.portal-hero h1,
.section-heading h2,
.insight-grid h2,
.portal-cta h2 {
    margin: 0;
    letter-spacing: 0;
}

.portal-hero h1 {
    max-width: 780px;
    margin-top: 18px;
    font-size: clamp(44px, 6vw, 76px);
    line-height: 1.05;
    font-weight: 900;
}

.portal-hero__copy p {
    max-width: 720px;
    margin-top: 26px;
    color: rgba(255, 255, 255, 0.82);
    font-size: 18px;
    line-height: 1.8;
}

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

.hero-stats {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
    max-width: 640px;
    margin-top: 38px;
}

.hero-stats div {
    min-height: 86px;
    padding: 16px;
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(12px);
}

.hero-stats strong,
.hero-stats span {
    display: block;
}

.hero-stats strong {
    color: var(--tc-teal);
    font-size: 13px;
    font-weight: 900;
}

.hero-stats span {
    margin-top: 10px;
    color: rgba(255, 255, 255, 0.86);
    font-weight: 800;
}

.portal-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 46px;
    padding: 0 18px;
    border-radius: 8px;
    border: 1px solid transparent;
    font-weight: 800;
    text-decoration: none;
    transition: transform 0.18s ease, border-color 0.18s ease, background 0.18s ease;
}

.portal-button:hover {
    transform: translateY(-2px);
    text-decoration: none;
}

.portal-button--primary {
    background: var(--tc-leaf);
    color: #071611;
}

.portal-button--light {
    background: rgba(255, 255, 255, 0.92);
    color: var(--tc-forest);
}

.portal-button--ghost {
    border-color: rgba(255, 255, 255, 0.42);
    color: #fff;
    background: rgba(255, 255, 255, 0.08);
}

.diagnosis-panel {
    border: 1px solid rgba(255, 255, 255, 0.24);
    border-radius: 8px;
    padding: 22px;
    background: rgba(8, 29, 23, 0.7);
    box-shadow: 0 24px 70px rgba(0, 0, 0, 0.34);
    backdrop-filter: blur(20px);
}

.diagnosis-panel__top,
.risk-meter,
.risk-meter__meta p,
.signal-grid,
.quick-launch__grid,
.insight-grid,
.portal-cta__inner {
    display: grid;
}

.diagnosis-panel__top {
    grid-template-columns: 1fr auto;
    align-items: start;
    gap: 16px;
}

.diagnosis-panel__top strong {
    display: block;
    margin-top: 8px;
    font-size: 22px;
}

.status-pill {
    padding: 7px 10px;
    border-radius: 999px;
    background: rgba(79, 174, 104, 0.16);
    color: #a9f0ba;
    font-size: 12px;
    font-weight: 800;
}

.risk-meter {
    grid-template-columns: 170px 1fr;
    gap: 20px;
    align-items: center;
    margin-top: 28px;
}

.risk-meter__ring {
    width: 154px;
    aspect-ratio: 1;
    display: grid;
    place-items: center;
    border-radius: 999px;
    background:
        radial-gradient(circle at center, rgba(8, 29, 23, 0.95) 0 55%, transparent 57%),
        conic-gradient(var(--tc-amber) 0 72%, rgba(255, 255, 255, 0.16) 72% 100%);
}

.risk-meter__ring span {
    font-size: 44px;
    font-weight: 900;
    color: #fff;
}

.risk-meter__ring small {
    margin-top: -34px;
    color: var(--tc-amber);
    font-weight: 800;
}

.risk-meter__meta {
    display: grid;
    gap: 10px;
}

.risk-meter__meta p {
    grid-template-columns: 58px 1fr;
    gap: 10px;
    margin: 0;
    color: rgba(255, 255, 255, 0.76);
}

.risk-meter__meta strong {
    color: #fff;
}

.signal-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
    margin-top: 22px;
}

.signal-grid div {
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 8px;
    padding: 12px;
    background: rgba(255, 255, 255, 0.08);
}

.signal-grid span,
.signal-grid strong {
    display: block;
}

.signal-grid span {
    color: rgba(255, 255, 255, 0.64);
    font-size: 12px;
}

.signal-grid strong {
    margin-top: 4px;
    color: #fff;
}

.mini-map {
    position: relative;
    height: 150px;
    margin-top: 20px;
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 8px;
    background:
        linear-gradient(rgba(255, 255, 255, 0.08) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.08) 1px, transparent 1px),
        linear-gradient(135deg, rgba(57, 191, 178, 0.16), rgba(79, 174, 104, 0.08));
    background-size: 34px 34px, 34px 34px, 100% 100%;
}

.map-pin {
    position: absolute;
    width: 12px;
    aspect-ratio: 1;
    border-radius: 999px;
    background: var(--tc-teal);
    box-shadow: 0 0 0 8px rgba(57, 191, 178, 0.18);
}

.map-pin--one { left: 22%; top: 38%; }
.map-pin--two { left: 58%; top: 28%; background: var(--tc-amber); box-shadow: 0 0 0 8px rgba(242, 169, 59, 0.2); }
.map-pin--three { left: 72%; top: 62%; background: var(--tc-leaf); box-shadow: 0 0 0 8px rgba(79, 174, 104, 0.18); }

.quick-launch {
    position: relative;
    z-index: 3;
    margin-top: -58px;
}

.quick-launch__grid {
    grid-template-columns: repeat(5, 1fr);
    border: 1px solid var(--tc-line);
    border-radius: 8px;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 18px 46px rgba(18, 60, 45, 0.12);
}

.launch-item {
    min-height: 128px;
    padding: 22px;
    border-right: 1px solid var(--tc-line);
    color: var(--tc-ink);
    text-decoration: none;
    transition: background 0.18s ease, transform 0.18s ease;
}

.launch-item:last-child {
    border-right: 0;
}

.launch-item:hover {
    background: #f1fbf5;
    transform: translateY(-3px);
    text-decoration: none;
}

.launch-item span,
.launch-item small {
    display: block;
}

.launch-item span {
    color: var(--tc-teal);
    font-weight: 900;
}

.launch-item strong {
    display: block;
    margin-top: 14px;
    font-size: 18px;
}

.launch-item small {
    margin-top: 6px;
    color: var(--tc-muted);
}

.portal-section {
    padding: 110px 0;
}

.portal-section--light {
    background: #fff;
}

.section-heading {
    max-width: 760px;
    margin: 0 auto 44px;
    text-align: center;
}

.section-heading--left {
    margin: 0;
    text-align: left;
}

.section-heading h2,
.insight-grid h2,
.portal-cta h2 {
    margin-top: 12px;
    color: var(--tc-forest-2);
    font-size: clamp(32px, 4vw, 52px);
    line-height: 1.14;
    font-weight: 900;
}

.section-heading p,
.insight-grid p {
    margin-top: 16px;
    color: var(--tc-muted);
    font-size: 17px;
    line-height: 1.8;
}

.service-grid,
.project-grid {
    display: grid;
    gap: 16px;
}

.service-grid {
    grid-template-columns: repeat(3, 1fr);
}

.service-card,
.project-card,
.check-card,
.score-card {
    border: 1px solid var(--tc-line);
    border-radius: 8px;
    background: #fff;
}

.service-card {
    min-height: 238px;
    padding: 24px;
    transition: transform 0.18s ease, box-shadow 0.18s ease;
}

.service-card:hover,
.project-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 20px 44px rgba(18, 60, 45, 0.1);
}

.service-card__code {
    color: var(--tc-teal);
    font-size: 12px;
    font-weight: 900;
    letter-spacing: 0.12em;
}

.service-card h3,
.project-card h3,
.score-card h3 {
    margin: 16px 0 0;
    color: var(--tc-forest);
    font-size: 22px;
    font-weight: 900;
}

.service-card p,
.project-card p,
.score-card p {
    margin: 12px 0 0;
    color: var(--tc-muted);
    line-height: 1.72;
}

.webzine-section {
    background:
        linear-gradient(135deg, rgba(18, 60, 45, 0.05), rgba(57, 191, 178, 0.08)),
        var(--tc-cream);
}

.webzine-head {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 28px;
    align-items: end;
    margin-bottom: 34px;
}

.webzine-head .section-heading {
    max-width: 760px;
}

.webzine-head__button {
    border: 1px solid var(--tc-line);
    background: #fff;
}

.webzine-issue {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto;
    gap: 18px;
    align-items: center;
    margin-bottom: 18px;
    padding: 16px 18px;
    border: 1px solid rgba(18, 60, 45, 0.18);
    border-radius: 8px;
    background:
        linear-gradient(90deg, rgba(57, 191, 178, 0.12), rgba(242, 169, 59, 0.1)),
        #fff;
}

.webzine-issue span,
.webzine-issue small {
    color: var(--tc-muted);
}

.webzine-issue span {
    font-size: 12px;
    font-weight: 900;
    letter-spacing: 0.12em;
}

.webzine-issue strong {
    color: var(--tc-forest);
    font-size: 18px;
    font-weight: 900;
}

.webzine-issue small {
    line-height: 1.55;
}

.webzine-grid {
    display: grid;
    grid-template-columns: minmax(0, 0.95fr) minmax(360px, 1.05fr);
    gap: 18px;
}

.webzine-feature,
.webzine-item {
    border: 1px solid var(--tc-line);
    border-radius: 8px;
    background: #fff;
}

.webzine-feature {
    min-height: 420px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 28px;
    color: #fff;
    background:
        linear-gradient(180deg, rgba(8, 29, 23, 0.08), rgba(8, 29, 23, 0.88)),
        url("https://wiki.treecare.co.kr/wp-content/uploads/2025/07/pexels-photo-8980968.jpeg");
    background-size: cover;
    background-position: center;
    overflow: hidden;
}

.webzine-tag {
    width: fit-content;
    padding: 7px 10px;
    border-radius: 999px;
    background: rgba(57, 191, 178, 0.18);
    color: #c7fff8;
    font-size: 12px;
    font-weight: 900;
}

.webzine-feature h3 {
    max-width: 560px;
    margin: 18px 0 0;
    color: #fff;
    font-size: clamp(28px, 4vw, 44px);
    line-height: 1.15;
    font-weight: 900;
}

.webzine-feature p {
    max-width: 560px;
    margin: 16px 0 0;
    color: rgba(255, 255, 255, 0.78);
    line-height: 1.75;
}

.text-link {
    width: fit-content;
    margin-top: 22px;
    color: #fff;
    font-weight: 900;
    text-decoration: none;
    border-bottom: 2px solid var(--tc-teal);
}

.webzine-list {
    display: grid;
    gap: 14px;
}

.webzine-item {
    min-height: 130px;
    display: block;
    padding: 22px;
    color: var(--tc-ink);
    text-decoration: none;
    transition: transform 0.18s ease, box-shadow 0.18s ease, background 0.18s ease;
    position: relative;
    overflow: hidden;
}

.webzine-item::after {
    content: "";
    position: absolute;
    top: 18px;
    right: 18px;
    width: 42px;
    aspect-ratio: 1;
    border-radius: 999px;
    background: rgba(57, 191, 178, 0.12);
}

.webzine-item--materials::after {
    background: rgba(242, 169, 59, 0.16);
}

.webzine-item--case::after,
.webzine-item--case-note::after {
    background: rgba(79, 174, 104, 0.16);
}

.webzine-item:hover {
    transform: translateY(-3px);
    background: #fbfefc;
    box-shadow: 0 18px 42px rgba(18, 60, 45, 0.1);
    text-decoration: none;
}

.webzine-item span,
.webzine-item small {
    display: block;
}

.webzine-item span {
    color: var(--tc-amber);
    font-size: 12px;
    font-weight: 900;
    letter-spacing: 0.08em;
}

.webzine-item strong {
    display: block;
    margin-top: 9px;
    color: var(--tc-forest);
    font-size: 20px;
    font-weight: 900;
}

.webzine-item small {
    margin-top: 8px;
    color: var(--tc-muted);
    line-height: 1.55;
}

.webzine-item--empty {
    cursor: default;
}

.webzine-archive,
.webzine-single {
    min-height: 70vh;
    background: #f7faf8;
    color: var(--tc-ink);
    font-family: "Noto Sans KR", sans-serif;
}

.webzine-archive__hero,
.webzine-single__header {
    padding: 96px 0 72px;
    background:
        linear-gradient(120deg, rgba(57, 191, 178, 0.1), rgba(242, 169, 59, 0.08)),
        #102f27;
    color: #fff;
}

.webzine-archive__hero h1,
.webzine-single__header h1 {
    max-width: 920px;
    margin: 14px 0 18px;
    color: #fff;
    font-size: clamp(38px, 6vw, 72px);
    line-height: 1.08;
    letter-spacing: 0;
}

.webzine-archive__hero > .portal-shell > p:last-child,
.webzine-single__lead {
    max-width: 760px;
    margin: 0;
    color: rgba(255, 255, 255, 0.72);
    font-size: 18px;
    line-height: 1.7;
}

.webzine-archive__body {
    padding-top: 42px;
    padding-bottom: 96px;
}

.webzine-filter {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 28px;
}

.webzine-filter a {
    padding: 10px 15px;
    border: 1px solid var(--tc-line);
    border-radius: 4px;
    background: #fff;
    color: var(--tc-muted);
    font-size: 14px;
    font-weight: 800;
    text-decoration: none;
}

.webzine-filter a:hover,
.webzine-filter a.is-active {
    border-color: var(--tc-forest);
    background: var(--tc-forest);
    color: #fff;
}

.webzine-archive__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px;
}

.webzine-archive-card {
    overflow: hidden;
    border: 1px solid var(--tc-line);
    border-radius: 6px;
    background: #fff;
    transition: box-shadow 180ms ease, transform 180ms ease;
}

.webzine-archive-card:hover {
    box-shadow: 0 18px 42px rgba(18, 60, 45, 0.1);
    transform: translateY(-3px);
}

.webzine-archive-card__media {
    display: flex;
    aspect-ratio: 16 / 10;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    background: #dfece6;
    color: var(--tc-forest);
    font-weight: 900;
    text-decoration: none;
}

.webzine-archive-card__media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 280ms ease;
}

.webzine-archive-card:hover .webzine-archive-card__media img {
    transform: scale(1.035);
}

.webzine-archive-card__body {
    padding: 22px;
}

.webzine-archive-card__body > span {
    color: var(--tc-amber);
    font-size: 12px;
    font-weight: 900;
}

.webzine-archive-card h2 {
    margin: 9px 0 10px;
    font-size: 23px;
    line-height: 1.35;
    letter-spacing: 0;
}

.webzine-archive-card h2 a {
    color: var(--tc-forest);
    text-decoration: none;
}

.webzine-archive-card p {
    margin: 0 0 18px;
    color: var(--tc-muted);
    line-height: 1.65;
}

.webzine-archive-card time,
.webzine-single__meta {
    color: #718078;
    font-size: 13px;
}

.webzine-pagination {
    margin-top: 40px;
}

.webzine-pagination .nav-links {
    display: flex;
    gap: 8px;
    justify-content: center;
}

.webzine-pagination .page-numbers {
    min-width: 40px;
    padding: 9px 12px;
    border: 1px solid var(--tc-line);
    background: #fff;
    color: var(--tc-forest);
    text-align: center;
    text-decoration: none;
}

.webzine-pagination .current {
    border-color: var(--tc-forest);
    background: var(--tc-forest);
    color: #fff;
}

.webzine-single__back {
    display: inline-block;
    margin-bottom: 28px;
    color: #9fe5d4;
    font-weight: 800;
}

.webzine-single__meta {
    display: flex;
    gap: 16px;
    margin-top: 24px;
    color: rgba(255, 255, 255, 0.62);
}

.webzine-single__image {
    padding-top: 48px;
}

.webzine-single__image img {
    width: 100%;
    max-height: 680px;
    border-radius: 6px;
    object-fit: cover;
}

.webzine-single__layout {
    display: grid;
    grid-template-columns: minmax(0, 780px) minmax(220px, 300px);
    gap: 64px;
    justify-content: space-between;
    padding-top: 56px;
    padding-bottom: 104px;
}

.webzine-single__content {
    color: #30463e;
    font-size: 18px;
    line-height: 1.9;
}

.webzine-single__content h2,
.webzine-single__content h3 {
    margin: 2em 0 0.7em;
    color: var(--tc-forest);
    letter-spacing: 0;
}

.webzine-single__aside {
    align-self: start;
    display: grid;
    gap: 12px;
    padding: 22px;
    border-top: 3px solid var(--tc-teal);
    background: #fff;
    color: var(--tc-muted);
    font-size: 14px;
}

.webzine-single__aside strong {
    color: var(--tc-forest);
    font-size: 18px;
}

.webzine-single__aside .portal-button {
    margin-top: 10px;
    color: #fff;
    text-align: center;
}

@media (max-width: 900px) {
    .webzine-archive__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .webzine-single__layout {
        grid-template-columns: 1fr;
        gap: 36px;
    }
}

@media (max-width: 620px) {
    .webzine-archive__hero,
    .webzine-single__header {
        padding: 72px 0 56px;
    }

    .webzine-archive__grid {
        grid-template-columns: 1fr;
    }

    .webzine-filter {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .webzine-filter a {
        text-align: center;
    }
}

.diagnosis-lab {
    background:
        linear-gradient(180deg, rgba(18, 60, 45, 0.04), rgba(57, 191, 178, 0.04)),
        var(--tc-cream);
}

.diagnosis-lab__grid {
    display: grid;
    grid-template-columns: 0.82fr 0.72fr 0.56fr;
    gap: 22px;
    align-items: start;
}

.check-card,
.score-card {
    padding: 22px;
    box-shadow: 0 18px 42px rgba(18, 60, 45, 0.08);
}

.check-card {
    display: grid;
    gap: 16px;
}

.check-card label {
    display: grid;
    gap: 8px;
    color: var(--tc-forest);
    font-weight: 800;
}

.check-card select {
    width: 100%;
    min-height: 44px;
    border: 1px solid var(--tc-line);
    border-radius: 8px;
    color: var(--tc-ink);
}

.score-card strong {
    display: block;
    margin-top: 16px;
    color: var(--tc-forest);
    font-size: 68px;
    line-height: 1;
    font-weight: 900;
}

.score-bar {
    height: 10px;
    margin-top: 18px;
    border-radius: 999px;
    background: #e7ece8;
    overflow: hidden;
}

.score-bar span {
    display: block;
    height: 100%;
    border-radius: 999px;
    background: linear-gradient(90deg, var(--tc-teal), var(--tc-leaf));
    transition: width 0.25s ease, background 0.25s ease;
}

.score-card .portal-button {
    width: 100%;
    margin-top: 22px;
}

.project-grid {
    grid-template-columns: repeat(3, 1fr);
}

.project-card {
    min-height: 188px;
    padding: 24px;
    color: var(--tc-ink);
    text-decoration: none;
    background:
        linear-gradient(135deg, rgba(57, 191, 178, 0.08), transparent 38%),
        #fff;
    position: relative;
    overflow: hidden;
}

.project-card span {
    color: var(--tc-amber);
    font-size: 12px;
    font-weight: 900;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.project-card::after {
    content: "";
    position: absolute;
    right: -28px;
    bottom: -28px;
    width: 108px;
    aspect-ratio: 1;
    border-radius: 999px;
    background: rgba(57, 191, 178, 0.12);
    transition: transform 0.18s ease;
}

.project-card:hover::after {
    transform: scale(1.18);
}

.project-card--official::after { background: rgba(79, 174, 104, 0.16); }
.project-card--diagnosis::after { background: rgba(242, 169, 59, 0.17); }
.project-card--ai::after { background: rgba(57, 191, 178, 0.16); }
.project-card--beta::after { background: rgba(56, 110, 190, 0.13); }
.project-card--db::after { background: rgba(18, 60, 45, 0.13); }
.project-card--land::after { background: rgba(169, 119, 52, 0.15); }

.project-card__meta {
    display: inline-flex;
    width: fit-content;
    margin-top: 18px;
    padding: 6px 9px;
    border-radius: 999px;
    background: rgba(18, 60, 45, 0.07);
    color: var(--tc-forest);
    font-size: 12px;
    font-weight: 900;
}

.insight-section {
    background: var(--tc-forest-2);
    color: #fff;
}

.insight-grid {
    grid-template-columns: 0.85fr 1fr;
    gap: 52px;
    align-items: center;
}

.insight-grid h2,
.portal-cta h2 {
    color: #fff;
}

.insight-grid p {
    color: rgba(255, 255, 255, 0.72);
}

.signal-list {
    display: grid;
    gap: 12px;
}

.signal-list div {
    display: grid;
    grid-template-columns: 110px 1fr;
    gap: 14px;
    align-items: center;
    padding: 18px;
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.07);
}

.signal-list strong {
    color: var(--tc-teal);
}

.signal-list span {
    color: rgba(255, 255, 255, 0.82);
}

.portal-cta {
    padding: 86px 0;
    background:
        linear-gradient(120deg, rgba(18, 60, 45, 0.94), rgba(18, 60, 45, 0.84)),
        url("https://wiki.treecare.co.kr/wp-content/uploads/2025/07/pexels-photo-8980968.jpeg");
    background-size: cover;
    background-position: center;
}

.portal-cta__inner {
    grid-template-columns: 1fr auto;
    gap: 32px;
    align-items: center;
}

.portal-cta .portal-actions {
    margin-top: 0;
}

.reveal-item {
    opacity: 0;
    transform: translateY(16px);
    transition: opacity 0.45s ease, transform 0.45s ease;
}

.reveal-item.is-visible {
    opacity: 1;
    transform: translateY(0);
}

@media (max-width: 1024px) {
    .portal-hero__grid,
    .diagnosis-lab__grid,
    .webzine-head,
    .webzine-issue,
    .webzine-grid,
    .insight-grid,
    .portal-cta__inner {
        grid-template-columns: 1fr;
    }

    .quick-launch__grid,
    .service-grid,
    .project-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .portal-hero {
        min-height: auto;
    }

    .portal-hero__grid {
        padding-top: 96px;
    }
}

@media (max-width: 720px) {
    .portal-shell {
        width: min(100% - 24px, 1180px);
    }

    .portal-hero__grid {
        gap: 32px;
        padding: 72px 0 84px;
    }

    .portal-hero h1 {
        font-size: 42px;
    }

    .portal-hero__copy p {
        font-size: 16px;
    }

    .risk-meter,
    .hero-stats,
    .quick-launch__grid,
    .service-grid,
    .project-grid,
    .signal-grid {
        grid-template-columns: 1fr;
    }

    .launch-item {
        min-height: auto;
        border-right: 0;
        border-bottom: 1px solid var(--tc-line);
    }

    .launch-item:last-child {
        border-bottom: 0;
    }

    .portal-section {
        padding: 72px 0;
    }

    .webzine-feature {
        min-height: 360px;
    }

    .signal-list div {
        grid-template-columns: 1fr;
    }

    .portal-actions,
    .portal-button {
        width: 100%;
    }

    .portal-button {
        min-height: 48px;
    }
}

/* Portal-wide structure */
#colophon {
    display: none;
}

.site-header .main-header-menu > .menu-item > .menu-link {
    padding-right: 12px;
    padding-left: 12px;
    font-size: 14px;
}

body.post-type-archive-webzine .site-content > .ast-container,
body.single-webzine .site-content > .ast-container,
body.page-template-page-request-hub .site-content > .ast-container,
body.page-template-page-school-quote .site-content > .ast-container {
    width: 100%;
    max-width: none;
    margin: 0;
    padding: 0;
}

body.post-type-archive-webzine .webzine-archive,
body.single-webzine .webzine-single,
body.page-template-page-landscape-construction .lc-page,
body.page-template-page-landscape-quote .lc-page,
body.page-template-page-apartment-treecare .apt-page,
body.page-template-page-apartment-quote .apt-page,
body.page-template-page-request-hub .request-hub,
body.page-template-page-school-quote .school-quote-page {
    width: 100%;
    min-width: 0;
    max-width: 100%;
    flex: 1 0 100%;
}

body.page-id-13 .entry-header {
    display: none;
}

body.page-id-13 #primary,
body.page-id-13 #main {
    margin-top: 0;
}

.treecare-empty {
    display: flex;
    min-height: 190px;
    flex-direction: column;
    gap: 10px;
    align-items: center;
    justify-content: center;
}

.treecare-empty strong {
    color: #17382d;
    font-size: 20px;
}

.treecare-empty span {
    color: #60746a;
}

.treecare-empty a {
    margin-top: 8px;
    border-bottom: 1px solid currentColor;
    color: #1f684e;
    font-weight: 700;
    text-decoration: none !important;
}

/* Request router */
.request-hub {
    --request-pad: clamp(24px, 6vw, 96px);
    overflow-x: clip;
    background: #eef3ef;
    color: #15372c;
    font-family: "Noto Sans KR", sans-serif;
}

.request-hub *,
.request-hub *::before,
.request-hub *::after {
    box-sizing: border-box;
}

.request-hub__hero {
    display: flex;
    min-height: 560px;
    align-items: center;
    padding: 86px var(--request-pad);
    background: #061d16;
    color: #fff;
}

.request-hub__hero > div {
    width: min(100%, 1180px);
    min-width: 0;
    max-width: 100%;
    margin: 0 auto;
}

.request-hub__hero p,
.school-quote-hero p,
.school-quote-layout aside > p {
    margin: 0;
    color: #45c6b4;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.06em;
}

.request-hub__hero h1 {
    margin: 20px 0 24px;
    color: #fff;
    font-size: 76px;
    font-weight: 800;
    line-height: 1.08;
    letter-spacing: 0;
}

.request-hub__hero span {
    color: rgba(255, 255, 255, 0.7);
    font-size: 18px;
}

.request-hub__list {
    width: min(100%, 1440px);
    margin: 0 auto;
}

.request-hub__list > a {
    display: grid;
    min-height: 190px;
    grid-template-columns: 160px minmax(220px, 0.8fr) minmax(280px, 1fr) 180px;
    gap: 24px;
    align-items: center;
    padding: 34px var(--request-pad);
    border-bottom: 1px solid #b8c8be;
    color: #15372c;
    text-decoration: none !important;
    transition: background 180ms ease, color 180ms ease;
}

.request-hub__list > a:hover,
.request-hub__list > a:focus-visible {
    background: #123c2d;
    color: #fff;
}

.request-hub__list span {
    color: #278b76;
    font-size: 11px;
    font-weight: 800;
}

.request-hub__list h2 {
    margin: 0;
    color: inherit;
    font-size: 30px;
    letter-spacing: 0;
}

.request-hub__list p {
    margin: 0;
    color: #5f736a;
    line-height: 1.75;
}

.request-hub__list > a:hover p,
.request-hub__list > a:focus-visible p {
    color: rgba(255, 255, 255, 0.7);
}

.request-hub__list strong {
    justify-self: end;
    font-size: 14px;
}

.request-hub__list i {
    display: inline-block;
    width: 28px;
    height: 10px;
    margin-left: 12px;
    border-top: 1px solid currentColor;
    transform: translateY(4px);
}

/* School request */
.school-quote-page {
    --school-pad: clamp(22px, 6vw, 90px);
    overflow: hidden;
    background: #edf2ee;
    color: #15372c;
    font-family: "Noto Sans KR", sans-serif;
}

.school-quote-page *,
.school-quote-page *::before,
.school-quote-page *::after {
    box-sizing: border-box;
}

.school-quote-shell {
    width: min(100%, 1360px);
    min-width: 0;
    max-width: 100%;
    margin: 0 auto;
    padding-right: var(--school-pad);
    padding-left: var(--school-pad);
}

.school-quote-hero {
    display: flex;
    min-height: 520px;
    align-items: center;
    background: #08241c;
    color: #fff;
}

.school-quote-hero h1 {
    margin: 20px 0 26px;
    color: #fff;
    font-size: 68px;
    line-height: 1.08;
    letter-spacing: 0;
}

.school-quote-hero span {
    color: rgba(255, 255, 255, 0.7);
    font-size: 18px;
}

.school-quote-layout {
    display: grid;
    grid-template-columns: 310px minmax(0, 1fr);
    gap: clamp(42px, 7vw, 104px);
    align-items: start;
    padding-top: 96px;
    padding-bottom: 120px;
}

.school-quote-layout aside {
    position: sticky;
    top: 110px;
}

.school-quote-layout aside h2 {
    margin: 18px 0 32px;
    color: #15372c;
    font-size: 34px;
    line-height: 1.28;
    letter-spacing: 0;
}

.school-quote-layout aside ol {
    margin: 0;
    padding: 0;
    list-style: none;
}

.school-quote-layout aside li {
    display: grid;
    grid-template-columns: 38px 1fr;
    padding: 18px 0;
    border-top: 1px solid #b9c8bf;
}

.school-quote-layout aside li > span {
    grid-row: 1 / 3;
    color: #2d8f7a;
    font-size: 12px;
    font-weight: 800;
}

.school-quote-layout aside li strong,
.school-quote-layout aside li small {
    grid-column: 2;
}

.school-quote-layout aside li small {
    margin-top: 5px;
    color: #6b7c74;
}

.school-quote-layout aside > a {
    display: inline-block;
    margin-top: 28px;
    border-bottom: 1px solid currentColor;
    color: #176b55;
    font-weight: 700;
    text-decoration: none !important;
}

.school-form-panel,
.school-confirmation {
    background: #fff;
    box-shadow: 0 16px 50px rgba(20, 55, 44, 0.08);
}

.school-form-header {
    padding: 36px 42px;
    border-bottom: 1px solid #d9e1dc;
}

.school-form-header > span {
    color: #2b8e79;
    font-size: 11px;
    font-weight: 800;
}

.school-form-header h2 {
    margin: 8px 0 12px;
    color: #15372c;
    font-size: 28px;
    letter-spacing: 0;
}

.school-form-header p {
    margin: 0;
    color: #64766d;
}

#school-pest-form {
    padding: 36px 42px 42px;
}

#school-pest-form .hidden,
.school-confirmation.hidden {
    display: none;
}

.school-form-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px 18px;
}

.school-form-grid > [class*="md:col-span-2"] {
    grid-column: 1 / -1;
}

.school-form-grid label {
    display: block;
    margin-bottom: 7px;
    color: #24463a;
    font-size: 13px;
    font-weight: 700;
}

.school-form-grid input,
.school-form-grid textarea {
    width: 100%;
    border: 1px solid #c9d5ce;
    border-radius: 2px;
    box-shadow: none;
}

.school-form-grid input:focus,
.school-form-grid textarea:focus {
    border-color: #2b8e79;
    outline: 2px solid rgba(43, 142, 121, 0.15);
}

.school-address-row {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 110px;
    gap: 8px;
}

.school-address-row button,
.school-form-actions button {
    min-height: 44px;
    border: 0;
    border-radius: 2px;
    font-weight: 700;
}

.school-address-row button {
    background: #445f55;
    color: #fff;
}

.school-form-actions {
    display: flex;
    gap: 10px;
    justify-content: flex-end;
    margin-top: 32px;
}

.school-form-actions button {
    padding: 0 24px;
}

.school-form-actions button[type="reset"] {
    border: 1px solid #c9d5ce;
    background: #fff;
    color: #425c52;
}

.school-form-actions button[type="submit"] {
    background: #176b55;
    color: #fff;
}

.school-confirmation {
    padding: 70px 42px;
    text-align: center;
}

/* Shared portal footer */
.treecare-footer {
    position: relative;
    z-index: 2;
    background: #071c15;
    color: #fff;
    font-family: "Noto Sans KR", sans-serif;
}

.treecare-footer__main {
    display: grid;
    grid-template-columns: minmax(300px, 1.5fr) minmax(180px, 0.6fr) minmax(180px, 0.6fr);
    gap: 72px;
    width: min(100% - 64px, 1200px);
    margin: 0 auto;
    padding: 76px 0 64px;
}

.treecare-footer__brand > a {
    display: flex;
    gap: 14px;
    align-items: center;
    color: #fff;
    text-decoration: none !important;
}

.treecare-footer__brand img {
    width: 58px;
    height: 58px;
}

.treecare-footer__brand span,
.treecare-footer nav {
    display: flex;
    flex-direction: column;
}

.treecare-footer__brand strong {
    font-size: 21px;
}

.treecare-footer__brand small {
    margin-top: 3px;
    color: #45c6b4;
    font-size: 9px;
    font-weight: 800;
}

.treecare-footer__brand p {
    max-width: 500px;
    margin: 24px 0 0;
    color: rgba(255, 255, 255, 0.6);
    line-height: 1.75;
}

.treecare-footer nav strong {
    margin-bottom: 18px;
    color: #45c6b4;
    font-size: 12px;
}

.treecare-footer nav a {
    margin: 5px 0;
    color: rgba(255, 255, 255, 0.7);
    font-size: 14px;
    text-decoration: none !important;
}

.treecare-footer nav a:hover,
.treecare-footer nav a:focus-visible {
    color: #fff;
}

.treecare-footer__bottom {
    display: flex;
    justify-content: space-between;
    width: min(100% - 64px, 1200px);
    margin: 0 auto;
    padding: 22px 0 28px;
    border-top: 1px solid rgba(255, 255, 255, 0.14);
    color: rgba(255, 255, 255, 0.46);
    font-size: 12px;
}

@media (max-width: 980px) {
    .request-hub__list > a {
        grid-template-columns: 110px minmax(180px, 0.8fr) 1fr;
    }

    .request-hub__list strong {
        grid-column: 2 / 4;
        justify-self: start;
    }

    .school-quote-layout {
        grid-template-columns: 1fr;
    }

    .school-quote-layout aside {
        position: static;
    }

    .treecare-footer__main {
        grid-template-columns: 1fr 1fr;
    }

    .treecare-footer__brand {
        grid-column: 1 / -1;
    }
}

@media (max-width: 640px) {
    .request-hub {
        --request-pad: 20px;
    }

    .request-hub__hero {
        min-height: 500px;
        padding-top: 68px;
        padding-bottom: 68px;
    }

    .request-hub__hero h1,
    .school-quote-hero h1 {
        max-width: 100%;
        font-size: 40px;
        overflow-wrap: anywhere;
        word-break: normal;
    }

    .request-hub__hero h1 br,
    .school-quote-hero h1 br {
        display: none;
    }

    .request-hub__hero span,
    .school-quote-hero span {
        display: block;
        max-width: 100%;
        font-size: 15px;
        line-height: 1.7;
        overflow-wrap: anywhere;
        word-break: normal;
    }

    .request-hub__list > a {
        min-height: 240px;
        grid-template-columns: 1fr;
        gap: 10px;
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .request-hub__list h2,
    .request-hub__list p,
    .request-hub__list strong {
        min-width: 0;
        max-width: 100%;
        overflow-wrap: anywhere;
        word-break: normal;
    }

    .request-hub__list strong {
        grid-column: 1;
        margin-top: 12px;
    }

    .school-quote-page {
        --school-pad: 18px;
    }

    .school-quote-hero {
        min-height: 480px;
    }

    .school-quote-layout {
        min-width: 0;
        gap: 48px;
        padding-top: 64px;
        padding-bottom: 80px;
    }

    .school-quote-layout > *,
    .school-form-panel,
    .school-confirmation {
        min-width: 0;
        max-width: 100%;
    }

    .school-form-header,
    #school-pest-form {
        padding: 26px 20px;
    }

    .school-form-grid {
        grid-template-columns: 1fr;
    }

    .school-form-grid > [class*="md:col-span-2"] {
        grid-column: 1;
    }

    .school-address-row {
        grid-template-columns: 1fr;
    }

    .school-form-actions {
        display: grid;
        grid-template-columns: 1fr 1fr;
    }

    .treecare-footer__main {
        grid-template-columns: 1fr;
        gap: 42px;
        width: min(100% - 36px, 1200px);
        padding-top: 58px;
    }

    .treecare-footer__brand {
        grid-column: auto;
    }

    .treecare-footer__bottom {
        flex-direction: column;
        gap: 8px;
        width: min(100% - 36px, 1200px);
    }
}

/* Hansung Treecare CI */
.treecare-brand {
    display: inline-flex;
    align-items: center;
    color: #12271f;
    text-decoration: none !important;
}

.treecare-brand__lockup {
    display: block;
    width: 290px;
    height: auto;
    max-height: 48px;
    object-fit: contain;
}

.site-header .ast-site-identity {
    padding-top: 10px;
    padding-bottom: 10px;
}

.hub-hero__brand {
    display: flex;
    gap: 14px;
    align-items: center;
}

.hub-hero__brand img {
    width: 54px;
    height: 54px;
    object-fit: contain;
}

.hub-orbit__core img {
    width: 58px;
    height: 58px;
    object-fit: contain;
}

@media (max-width: 640px) {
    .treecare-brand__lockup {
        width: min(220px, 62vw);
        max-height: 38px;
    }

    .hub-hero__brand {
        gap: 10px;
    }

    .hub-hero__brand img {
        width: 42px;
        height: 42px;
    }

    .hub-orbit__core img {
        width: 46px;
        height: 46px;
    }
}

/* Full-screen portal hub */
body.home .site-content > .ast-container {
    display: block;
    max-width: none;
    padding: 0;
}

body.home .content-area,
body.home .site-main {
    width: 100%;
    margin: 0;
}

.hub-home {
    --hub-pad: 64px;
    overflow: clip;
    background: #f4f7f3;
    color: #16241f;
    font-family: "Noto Sans KR", system-ui, sans-serif;
    letter-spacing: 0;
}

.hub-home *,
.hub-home *::before,
.hub-home *::after {
    box-sizing: border-box;
}

.hub-progress {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1000;
    height: 3px;
    pointer-events: none;
}

.hub-progress span {
    display: block;
    width: 100%;
    height: 100%;
    background: #39bfb2;
    transform: scaleX(0);
    transform-origin: left center;
}

.hub-overline {
    margin: 0;
    color: #39bfb2;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0;
    text-transform: uppercase;
}

.hub-hero {
    position: relative;
    display: grid;
    min-height: calc(100svh - 108px);
    overflow: hidden;
    isolation: isolate;
    background: #081d17;
    color: #fff;
}

.hub-hero__photo,
.hub-hero__shade {
    position: absolute;
    inset: 0;
}

.hub-hero__photo {
    z-index: -3;
    background-image: url("./assets/webzine/risk-assessment.webp");
    background-position: center;
    background-size: cover;
    transform: scale(1.04) translate3d(var(--hero-x, 0), var(--hero-y, 0), 0);
    transition: transform 240ms ease-out;
}

.hub-hero__shade {
    z-index: -2;
    background:
        linear-gradient(90deg, rgba(4, 20, 15, 0.96) 0%, rgba(4, 20, 15, 0.86) 40%, rgba(4, 20, 15, 0.36) 72%, rgba(4, 20, 15, 0.58) 100%),
        linear-gradient(180deg, rgba(4, 20, 15, 0.08), rgba(4, 20, 15, 0.76));
}

.hub-hero__content {
    display: grid;
    grid-template-columns: minmax(0, 0.95fr) minmax(500px, 0.75fr);
    gap: 48px;
    align-items: center;
    width: 100%;
    padding: 72px var(--hub-pad) 132px;
}

.hub-hero__copy {
    position: relative;
    z-index: 2;
    max-width: 820px;
}

.hub-hero h1 {
    margin: 20px 0 0;
    color: #fff;
    font-size: 112px;
    font-weight: 900;
    line-height: 0.98;
    letter-spacing: 0;
}

.hub-hero__lead {
    max-width: 660px;
    margin: 30px 0 0;
    color: rgba(255, 255, 255, 0.76);
    font-size: 19px;
    line-height: 1.75;
}

.hub-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 34px;
}

.hub-button {
    display: inline-flex;
    min-height: 52px;
    align-items: center;
    justify-content: center;
    padding: 0 22px;
    border: 1px solid rgba(255, 255, 255, 0.42);
    border-radius: 2px;
    color: #fff;
    font-size: 14px;
    font-weight: 800;
    text-decoration: none !important;
    transition: background 160ms ease, border-color 160ms ease, color 160ms ease;
}

.hub-button--solid {
    border-color: #39bfb2;
    background: #39bfb2;
    color: #082018;
}

.hub-button:hover,
.hub-button:focus-visible {
    border-color: #f2a93b;
    background: #f2a93b;
    color: #10241d;
}

.hub-orbit {
    position: relative;
    width: min(520px, 42vw);
    aspect-ratio: 1;
    justify-self: end;
    transform: translate3d(var(--orbit-x, 0), var(--orbit-y, 0), 0);
    transition: transform 240ms ease-out;
}

.hub-orbit__ring {
    position: absolute;
    border: 1px solid rgba(255, 255, 255, 0.24);
    border-radius: 50%;
}

.hub-orbit__ring--outer {
    inset: 2%;
    animation: hub-spin 36s linear infinite;
}

.hub-orbit__ring--outer::before,
.hub-orbit__ring--inner::before {
    position: absolute;
    width: 9px;
    aspect-ratio: 1;
    border-radius: 50%;
    background: #f2a93b;
    content: "";
}

.hub-orbit__ring--outer::before {
    top: 8%;
    left: 20%;
}

.hub-orbit__ring--inner {
    inset: 23%;
    border-color: rgba(57, 191, 178, 0.56);
    animation: hub-spin-reverse 24s linear infinite;
}

.hub-orbit__ring--inner::before {
    right: -5px;
    bottom: 48%;
    background: #39bfb2;
}

.hub-orbit__core {
    position: absolute;
    inset: 36%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(255, 255, 255, 0.48);
    border-radius: 50%;
    background: rgba(5, 27, 20, 0.72);
    box-shadow: 0 0 60px rgba(57, 191, 178, 0.24);
    backdrop-filter: blur(10px);
}

.hub-orbit__core strong {
    font-size: 27px;
}

.hub-orbit__core span,
.hub-orbit__node span {
    margin-top: 3px;
    color: rgba(255, 255, 255, 0.58);
    font-size: 10px;
    text-transform: uppercase;
}

.hub-orbit__node {
    position: absolute;
    display: flex;
    min-width: 112px;
    flex-direction: column;
    padding: 12px 14px;
    border-left: 2px solid #39bfb2;
    background: rgba(5, 27, 20, 0.74);
    color: #fff;
    text-decoration: none !important;
    backdrop-filter: blur(8px);
    transition: background 160ms ease, transform 160ms ease;
}

.hub-orbit__node:hover {
    background: #f2a93b;
    color: #10241d;
    transform: translateY(-4px);
}

.hub-orbit__node:hover span {
    color: rgba(16, 36, 29, 0.66);
}

.hub-orbit__node--one { top: 5%; left: 13%; }
.hub-orbit__node--two { top: 17%; right: -2%; }
.hub-orbit__node--three { right: 5%; bottom: 9%; }
.hub-orbit__node--four { bottom: 3%; left: 6%; }

.hub-hero__footer {
    position: absolute;
    right: var(--hub-pad);
    bottom: 0;
    left: var(--hub-pad);
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr)) 64px;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.hub-hero__footer > div {
    display: flex;
    min-height: 84px;
    flex-direction: column;
    justify-content: center;
    padding: 0 20px;
    border-right: 1px solid rgba(255, 255, 255, 0.18);
}

.hub-hero__footer > div:first-child {
    padding-left: 0;
}

.hub-hero__footer span {
    color: #39bfb2;
    font-size: 10px;
    font-weight: 800;
    text-transform: uppercase;
}

.hub-hero__footer strong {
    margin-top: 5px;
    font-size: 13px;
}

.hub-hero__footer > a {
    position: relative;
    display: grid;
    place-items: center;
}

.hub-hero__footer > a i,
.hub-hero__footer > a i::after {
    display: block;
    width: 1px;
    height: 24px;
    background: #fff;
    content: "";
}

.hub-hero__footer > a i::after {
    height: 8px;
    transform: translate(3px, 15px) rotate(45deg);
    transform-origin: bottom;
}

.hub-navigator {
    position: sticky;
    top: 0;
    z-index: 40;
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    min-height: 92px;
    border-bottom: 1px solid #cfdbd4;
    background: rgba(247, 250, 247, 0.96);
    backdrop-filter: blur(16px);
}

.hub-navigator a {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 0 24px;
    border-right: 1px solid #cfdbd4;
    color: #29443a;
    text-decoration: none !important;
    transition: background 160ms ease, color 160ms ease;
}

.hub-navigator a:last-child {
    border-right: 0;
}

.hub-navigator a:hover,
.hub-navigator a.is-active {
    background: #123c2d;
    color: #fff;
}

.hub-navigator span {
    color: #39bfb2;
    font-size: 11px;
    font-weight: 800;
}

.hub-navigator strong {
    font-size: 15px;
}

.hub-services {
    display: grid;
    grid-template-columns: 42% 58%;
    min-height: 900px;
    background: #f4f7f3;
}

.hub-services__intro {
    position: relative;
    background: #123c2d;
    color: #fff;
}

.hub-services__sticky {
    position: sticky;
    top: 92px;
    min-height: calc(100svh - 92px);
    padding: 86px var(--hub-pad);
}

.hub-services__number {
    display: block;
    margin-top: 84px;
    color: rgba(255, 255, 255, 0.16);
    font-size: 150px;
    font-weight: 900;
    line-height: 0.8;
}

.hub-services h2 {
    max-width: 520px;
    margin: 34px 0 0;
    color: #fff;
    font-size: 58px;
    line-height: 1.1;
    letter-spacing: 0;
}

.hub-services__sticky > p:not(.hub-overline) {
    max-width: 520px;
    margin: 24px 0 0;
    color: rgba(255, 255, 255, 0.68);
    font-size: 17px;
    line-height: 1.8;
}

.hub-services__pulse {
    position: absolute;
    right: 52px;
    bottom: 70px;
    width: 88px;
    aspect-ratio: 1;
    border: 1px solid rgba(57, 191, 178, 0.45);
    border-radius: 50%;
}

.hub-services__pulse span,
.hub-services__pulse i {
    position: absolute;
    inset: 18%;
    border: 1px solid rgba(57, 191, 178, 0.54);
    border-radius: 50%;
    animation: hub-pulse 2.4s ease-out infinite;
}

.hub-services__pulse i {
    animation-delay: 1.2s;
}

.hub-services__list {
    padding: 46px var(--hub-pad) 90px;
}

.hub-service-row {
    position: relative;
    display: grid;
    grid-template-columns: 150px minmax(220px, 1fr) minmax(160px, 0.7fr) 36px;
    gap: 24px;
    align-items: center;
    min-height: 156px;
    border-bottom: 1px solid #cad7cf;
    color: #18342a;
    text-decoration: none !important;
    transition: padding 180ms ease, background 180ms ease;
}

.hub-service-row:first-child {
    border-top: 1px solid #cad7cf;
}

.hub-service-row:hover,
.hub-service-row:focus-visible,
.hub-service-row.is-active {
    padding-right: 18px;
    padding-left: 18px;
    background: #e6eee9;
}

.hub-service-row > span {
    color: #477063;
    font-size: 11px;
    font-weight: 800;
    text-transform: uppercase;
}

.hub-service-row h3 {
    margin: 0;
    font-size: 29px;
    letter-spacing: 0;
}

.hub-service-row p {
    margin: 0;
    color: #687b73;
    font-size: 14px;
}

.hub-service-row i,
.hub-editorial__stream i,
.hub-project footer i {
    position: relative;
    display: block;
    width: 28px;
    height: 1px;
    background: currentColor;
}

.hub-service-row i::after,
.hub-editorial__stream i::after,
.hub-project footer i::after {
    position: absolute;
    top: -3px;
    right: 0;
    width: 8px;
    height: 8px;
    border-top: 1px solid currentColor;
    border-right: 1px solid currentColor;
    content: "";
    transform: rotate(45deg);
}

.hub-knowledge {
    padding: 112px var(--hub-pad) 128px;
    background: #f7f5ef;
}

.hub-section-head {
    display: grid;
    grid-template-columns: minmax(0, 1.1fr) minmax(320px, 0.55fr);
    gap: 72px;
    align-items: end;
    margin-bottom: 58px;
}

.hub-section-head h2,
.hub-audiences h2,
.hub-closing h2,
.hub-diagnosis h2 {
    margin: 16px 0 0;
    color: #123c2d;
    font-size: 64px;
    line-height: 1.08;
    letter-spacing: 0;
}

.hub-section-head > div:last-child > p {
    margin: 0;
    color: #687b73;
    font-size: 16px;
    line-height: 1.8;
}

.hub-section-head > div:last-child > a,
.hub-text-link {
    display: inline-block;
    margin-top: 20px;
    border-bottom: 1px solid currentColor;
    color: #123c2d;
    font-weight: 800;
    text-decoration: none !important;
}

.hub-editorial {
    display: grid;
    grid-template-columns: minmax(0, 1.1fr) minmax(420px, 0.9fr);
    min-height: 680px;
    border-top: 1px solid #c9d4cd;
}

.hub-editorial__feature {
    position: relative;
    min-height: 680px;
    overflow: hidden;
    border-right: 1px solid #c9d4cd;
    color: #fff;
    text-decoration: none !important;
}

.hub-editorial__feature::after {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, transparent 24%, rgba(5, 24, 18, 0.9));
    content: "";
}

.hub-editorial__feature img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 500ms ease;
}

.hub-editorial__feature:hover img {
    transform: scale(1.035);
}

.hub-editorial__feature > div {
    position: absolute;
    right: 46px;
    bottom: 44px;
    left: 46px;
    z-index: 2;
}

.hub-editorial__feature span,
.hub-editorial__stream small {
    color: #f2a93b;
    font-size: 11px;
    font-weight: 800;
}

.hub-editorial__feature h3 {
    max-width: 720px;
    margin: 14px 0 0;
    color: #fff;
    font-size: 38px;
    line-height: 1.22;
    letter-spacing: 0;
}

.hub-editorial__feature p {
    max-width: 620px;
    margin: 16px 0 0;
    color: rgba(255, 255, 255, 0.74);
    line-height: 1.72;
}

.hub-editorial__stream {
    display: grid;
    grid-template-rows: repeat(4, minmax(0, 1fr));
}

.hub-editorial__stream > a {
    display: grid;
    grid-template-columns: 48px minmax(0, 1fr) 32px;
    gap: 20px;
    align-items: center;
    padding: 24px 34px;
    border-bottom: 1px solid #c9d4cd;
    color: #17382d;
    text-decoration: none !important;
    transition: background 160ms ease;
}

.hub-editorial__stream > a:hover {
    background: #e7eee9;
}

.hub-editorial__stream > a > span {
    color: #88a097;
    font-size: 12px;
}

.hub-editorial__stream h3 {
    margin: 6px 0 0;
    font-size: 20px;
    line-height: 1.35;
    letter-spacing: 0;
}

.hub-editorial__stream p {
    margin: 8px 0 0;
    color: #6a7d75;
    font-size: 13px;
    line-height: 1.55;
}

.hub-editorial__library {
    background: #e2ebe5;
}

.hub-diagnosis {
    display: grid;
    grid-template-columns: minmax(0, 0.9fr) minmax(520px, 1.1fr);
    min-height: 860px;
    background: #0b241c;
}

.hub-diagnosis__visual {
    position: relative;
    min-height: 720px;
    overflow: hidden;
    background:
        linear-gradient(180deg, rgba(6, 27, 20, 0.08), rgba(6, 27, 20, 0.72)),
        url("./assets/webzine/monthly-pest.webp") center / cover;
}

.hub-diagnosis__visual > p {
    position: absolute;
    bottom: 30px;
    left: var(--hub-pad);
    margin: 0;
    color: rgba(255, 255, 255, 0.64);
    font-size: 11px;
    font-weight: 800;
}

.hub-scan {
    position: absolute;
    top: 18%;
    left: 18%;
    width: 64%;
    aspect-ratio: 1;
    border: 1px solid rgba(57, 191, 178, 0.72);
    border-radius: 50%;
}

.hub-scan::before,
.hub-scan::after {
    position: absolute;
    background: rgba(57, 191, 178, 0.52);
    content: "";
}

.hub-scan::before { top: 50%; right: -12%; left: -12%; height: 1px; }
.hub-scan::after { top: -12%; bottom: -12%; left: 50%; width: 1px; }

.hub-scan span {
    position: absolute;
    inset: 16%;
    border: 1px dashed rgba(255, 255, 255, 0.5);
    border-radius: 50%;
    animation: hub-spin 20s linear infinite;
}

.hub-scan i,
.hub-scan b {
    position: absolute;
    width: 10px;
    aspect-ratio: 1;
    border-radius: 50%;
    background: #f2a93b;
    box-shadow: 0 0 24px #f2a93b;
}

.hub-scan i { top: 13%; right: 14%; }
.hub-scan b { bottom: 19%; left: 9%; background: #39bfb2; box-shadow: 0 0 24px #39bfb2; }

.hub-diagnosis__tool {
    padding: 94px var(--hub-pad);
    background: #edf2ee;
}

.hub-diagnosis h2 {
    font-size: 56px;
}

.hub-diagnosis__tool header > p:last-child {
    max-width: 620px;
    margin: 22px 0 0;
    color: #687b73;
    line-height: 1.75;
}

.hub-check-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1px;
    margin-top: 40px;
    border: 1px solid #c8d5cd;
    background: #c8d5cd;
}

.hub-check-grid label {
    display: grid;
    gap: 10px;
    padding: 20px;
    background: #f8faf8;
    color: #29493e;
    font-size: 12px;
    font-weight: 800;
}

.hub-check-grid select {
    width: 100%;
    min-height: 44px;
    margin: 0;
    padding: 0 10px;
    border: 0;
    border-bottom: 1px solid #9eb1a7;
    border-radius: 0;
    background: transparent;
    color: #17382d;
    font: inherit;
    font-size: 14px;
}

.hub-score {
    display: grid;
    grid-template-columns: 150px minmax(0, 1fr);
    gap: 32px;
    margin-top: 36px;
    padding-top: 30px;
    border-top: 1px solid #c8d5cd;
}

.hub-score > div:first-child {
    display: flex;
    flex-direction: column;
}

.hub-score > div:first-child span {
    color: #527166;
    font-size: 10px;
    font-weight: 800;
}

.hub-score > div:first-child strong {
    color: #123c2d;
    font-size: 76px;
    line-height: 1;
}

.hub-score h3 {
    margin: 0;
    color: #123c2d;
    font-size: 25px;
}

.hub-score p {
    margin: 10px 0 0;
    color: #687b73;
    line-height: 1.65;
}

.hub-score__bar {
    grid-column: 1 / -1;
    height: 4px;
    overflow: hidden;
    background: #c8d5cd;
}

.hub-score__bar span {
    display: block;
    height: 100%;
    background: #39bfb2;
    transition: width 300ms ease, background 300ms ease;
}

.hub-ecosystem {
    padding: 112px 0 126px;
    overflow: hidden;
    background: #071a14;
    color: #fff;
}

.hub-ecosystem .hub-section-head {
    padding: 0 var(--hub-pad);
}

.hub-section-head--dark h2 {
    color: #fff;
}

.hub-section-head--dark > div:last-child > p {
    color: rgba(255, 255, 255, 0.62);
}

.hub-rail-controls {
    display: flex;
    gap: 8px;
    margin-top: 24px;
}

.hub-rail-controls button {
    position: relative;
    width: 46px;
    aspect-ratio: 1;
    padding: 0;
    border: 1px solid rgba(255, 255, 255, 0.38);
    border-radius: 50%;
    background: transparent;
    cursor: pointer;
}

.hub-rail-controls button::before,
.hub-rail-controls button::after {
    position: absolute;
    top: 50%;
    left: 50%;
    content: "";
}

.hub-rail-controls button::before {
    width: 16px;
    height: 1px;
    background: #fff;
    transform: translate(-50%, -50%);
}

.hub-rail-controls button::after {
    width: 7px;
    height: 7px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    transform: translate(-35%, -50%) rotate(45deg);
}

.hub-rail-controls button:first-child {
    transform: rotate(180deg);
}

.hub-project-rail {
    display: grid;
    grid-auto-columns: minmax(340px, 29vw);
    grid-auto-flow: column;
    gap: 1px;
    overflow-x: auto;
    padding: 0 var(--hub-pad) 22px;
    scroll-behavior: smooth;
    scroll-snap-type: x mandatory;
    scrollbar-color: #39bfb2 rgba(255, 255, 255, 0.12);
}

.hub-project {
    display: flex;
    min-height: 480px;
    flex-direction: column;
    padding: 34px;
    border: 1px solid rgba(255, 255, 255, 0.17);
    color: #fff;
    text-decoration: none !important;
    scroll-snap-align: start;
    transition: background 180ms ease, color 180ms ease;
}

.hub-project:hover {
    background: #f2a93b;
    color: #10241d;
}

.hub-project > div:first-child,
.hub-project footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.hub-project > div:first-child span {
    color: #39bfb2;
    font-size: 12px;
    font-weight: 800;
}

.hub-project:hover > div:first-child span {
    color: #123c2d;
}

.hub-project small {
    color: rgba(255, 255, 255, 0.48);
    font-size: 10px;
    font-weight: 800;
    text-transform: uppercase;
}

.hub-project:hover small {
    color: rgba(16, 36, 29, 0.6);
}

.hub-project h3 {
    margin: auto 0 0;
    color: inherit;
    font-size: 42px;
    letter-spacing: 0;
}

.hub-project > p {
    min-height: 54px;
    margin: 18px 0 0;
    color: rgba(255, 255, 255, 0.64);
    line-height: 1.7;
}

.hub-project:hover > p {
    color: rgba(16, 36, 29, 0.72);
}

.hub-project footer {
    margin-top: 42px;
    padding-top: 20px;
    border-top: 1px solid currentColor;
    font-size: 12px;
}

.hub-audiences {
    display: grid;
    grid-template-columns: 38% 62%;
    min-height: 660px;
    background: #e8eee9;
}

.hub-audiences > header {
    padding: 104px var(--hub-pad);
    border-right: 1px solid #c4d1c9;
}

.hub-audiences h2 {
    font-size: 54px;
}

.hub-audiences > div {
    display: grid;
    grid-template-rows: repeat(5, minmax(0, 1fr));
}

.hub-audiences > div a {
    display: grid;
    grid-template-columns: 64px minmax(180px, 1fr) minmax(140px, 0.6fr);
    gap: 22px;
    align-items: center;
    padding: 0 var(--hub-pad);
    border-bottom: 1px solid #c4d1c9;
    color: #17382d;
    text-decoration: none !important;
    transition: background 160ms ease, color 160ms ease;
}

.hub-audiences > div a:hover {
    background: #123c2d;
    color: #fff;
}

.hub-audiences > div span {
    color: #39bfb2;
    font-size: 11px;
    font-weight: 800;
}

.hub-audiences > div strong {
    font-size: 22px;
}

.hub-audiences > div small {
    color: #687b73;
}

.hub-audiences > div a:hover small {
    color: rgba(255, 255, 255, 0.62);
}

.hub-closing {
    display: flex;
    min-height: 76svh;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 110px var(--hub-pad);
    background:
        linear-gradient(rgba(4, 24, 18, 0.78), rgba(4, 24, 18, 0.86)),
        url("./assets/webzine/risk-assessment.webp") center / cover;
    color: #fff;
    text-align: center;
}

.hub-closing h2 {
    max-width: 980px;
    color: #fff;
    font-size: 68px;
}

.hub-closing__links {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 44px;
    border: 1px solid rgba(255, 255, 255, 0.36);
}

.hub-closing__links a {
    min-width: 150px;
    padding: 17px 22px;
    border-right: 1px solid rgba(255, 255, 255, 0.36);
    color: #fff;
    font-weight: 800;
    text-decoration: none !important;
    transition: background 160ms ease, color 160ms ease;
}

.hub-closing__links a:last-child {
    border-right: 0;
}

.hub-closing__links a:hover {
    background: #f2a93b;
    color: #10241d;
}

[data-reveal] {
    opacity: 0;
    transform: translateY(22px);
    transition: opacity 560ms ease, transform 560ms ease;
}

[data-reveal].is-visible {
    opacity: 1;
    transform: translateY(0);
}

@keyframes hub-spin {
    to { transform: rotate(360deg); }
}

@keyframes hub-spin-reverse {
    to { transform: rotate(-360deg); }
}

@keyframes hub-pulse {
    0% { opacity: 0.8; transform: scale(0.6); }
    100% { opacity: 0; transform: scale(1.8); }
}

@media (max-width: 1180px) {
    .hub-home { --hub-pad: 38px; }
    .hub-hero h1 { font-size: 82px; }
    .hub-hero__content { grid-template-columns: minmax(0, 1fr) 440px; }
    .hub-orbit { width: 430px; }
    .hub-service-row { grid-template-columns: 110px minmax(190px, 1fr) 32px; }
    .hub-service-row p { display: none; }
    .hub-services__number { font-size: 120px; }
    .hub-services h2 { font-size: 46px; }
    .hub-editorial { grid-template-columns: 1fr 1fr; }
    .hub-section-head h2,
    .hub-closing h2 { font-size: 54px; }
}

@media (max-width: 900px) {
    .hub-home { --hub-pad: 24px; }
    .hub-hero { min-height: auto; }
    .hub-hero__content {
        grid-template-columns: 1fr;
        min-height: 820px;
        padding-top: 86px;
        padding-bottom: 148px;
    }
    .hub-hero__copy { max-width: 680px; }
    .hub-orbit { position: absolute; right: -70px; bottom: 118px; width: 390px; opacity: 0.76; }
    .hub-hero__footer { grid-template-columns: repeat(3, 1fr) 48px; }
    .hub-hero__footer > div { padding: 0 10px; }
    .hub-hero__footer strong { font-size: 11px; }
    .hub-navigator { overflow-x: auto; grid-template-columns: repeat(5, minmax(150px, 1fr)); }
    .hub-services { grid-template-columns: 1fr; min-height: auto; }
    .hub-services__sticky { position: relative; top: auto; min-height: 480px; padding-top: 70px; }
    .hub-services__number { margin-top: 54px; }
    .hub-services__list { padding-top: 0; }
    .hub-section-head { grid-template-columns: 1fr; gap: 28px; }
    .hub-editorial { grid-template-columns: 1fr; }
    .hub-editorial__feature { min-height: 560px; border-right: 0; }
    .hub-editorial__stream { grid-template-rows: none; }
    .hub-editorial__stream > a { min-height: 150px; }
    .hub-diagnosis { grid-template-columns: 1fr; }
    .hub-diagnosis__visual { min-height: 540px; }
    .hub-audiences { grid-template-columns: 1fr; }
    .hub-audiences > header { border-right: 0; border-bottom: 1px solid #c4d1c9; }
    .hub-audiences > div a { min-height: 112px; }
}

@media (max-width: 640px) {
    .hub-home { --hub-pad: 18px; }
    .hub-hero__content { min-height: 720px; padding-top: 62px; }
    .hub-hero h1 { font-size: 54px; line-height: 1.02; }
    .hub-hero__lead { max-width: 92%; font-size: 16px; }
    .hub-orbit { right: -125px; bottom: 108px; width: 340px; opacity: 0.58; }
    .hub-orbit__node { min-width: 94px; padding: 9px; font-size: 11px; }
    .hub-hero__footer { right: 0; left: 0; grid-template-columns: repeat(3, 1fr); }
    .hub-hero__footer > div { min-height: 76px; padding: 0 8px; }
    .hub-hero__footer > div:first-child { padding-left: 8px; }
    .hub-hero__footer > a { display: none; }
    .hub-hero__footer span { font-size: 8px; }
    .hub-hero__footer strong { font-size: 9px; line-height: 1.35; }
    .hub-navigator { min-height: 74px; grid-template-columns: repeat(5, minmax(126px, 1fr)); }
    .hub-navigator a { gap: 9px; padding: 0 14px; }
    .hub-services__sticky { min-height: 430px; padding-top: 58px; }
    .hub-services__number { margin-top: 42px; font-size: 92px; }
    .hub-services h2 { margin-top: 26px; font-size: 38px; }
    .hub-services__sticky > p:not(.hub-overline) { font-size: 15px; }
    .hub-services__list { padding-right: 0; padding-left: 0; }
    .hub-service-row { grid-template-columns: 1fr 28px; gap: 8px; min-height: 132px; padding: 18px; }
    .hub-service-row > span { grid-column: 1; }
    .hub-service-row h3 { grid-column: 1; font-size: 23px; }
    .hub-service-row i { grid-column: 2; grid-row: 1 / 3; }
    .hub-knowledge,
    .hub-ecosystem { padding-top: 78px; padding-bottom: 86px; }
    .hub-section-head h2,
    .hub-closing h2,
    .hub-audiences h2,
    .hub-diagnosis h2 { font-size: 40px; }
    .hub-editorial { min-height: auto; }
    .hub-editorial__feature { min-height: 500px; }
    .hub-editorial__feature > div { right: 22px; bottom: 24px; left: 22px; }
    .hub-editorial__feature h3 { font-size: 28px; }
    .hub-editorial__stream > a { grid-template-columns: 34px minmax(0, 1fr) 24px; gap: 10px; padding: 20px 12px; }
    .hub-editorial__stream p { display: none; }
    .hub-diagnosis__visual { min-height: 420px; }
    .hub-diagnosis__tool { padding-top: 68px; padding-bottom: 74px; }
    .hub-check-grid { grid-template-columns: 1fr; }
    .hub-score { grid-template-columns: 110px 1fr; gap: 18px; }
    .hub-score > div:first-child strong { font-size: 58px; }
    .hub-project-rail { grid-auto-columns: calc(100vw - 56px); }
    .hub-project { min-height: 420px; padding: 26px; }
    .hub-project h3 { font-size: 34px; }
    .hub-audiences > header { padding-top: 74px; padding-bottom: 74px; }
    .hub-audiences > div a { grid-template-columns: 36px 1fr; gap: 10px; padding: 16px 18px; }
    .hub-audiences > div small { grid-column: 2; }
    .hub-closing { min-height: 680px; padding-right: 18px; padding-left: 18px; }
    .hub-closing__links { display: grid; width: 100%; grid-template-columns: repeat(2, 1fr); }
    .hub-closing__links a { min-width: 0; border-right: 1px solid rgba(255, 255, 255, 0.36); border-bottom: 1px solid rgba(255, 255, 255, 0.36); }
}

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

/* Landscape construction */
body.page-template-page-landscape-construction .site-content,
body.page-template-page-landscape-quote .site-content,
body.page-template-page-landscape-construction .site-content > .ast-container,
body.page-template-page-landscape-quote .site-content > .ast-container {
    width: 100%;
    max-width: none;
    margin: 0;
    padding: 0;
}

.lc-page {
    --lc-green: #123c2d;
    --lc-deep: #071c15;
    --lc-mint: #39bfb2;
    --lc-gold: #f2a93b;
    --lc-paper: #f4f5f0;
    --lc-line: #c6d1ca;
    --lc-pad: clamp(26px, 5.6vw, 92px);
    overflow: hidden;
    color: #17382d;
    font-family: "Noto Sans KR", sans-serif;
}

.lc-page *,
.lc-page *::before,
.lc-page *::after {
    box-sizing: border-box;
}

.lc-page h1,
.lc-page h2,
.lc-page h3,
.lc-page p {
    letter-spacing: 0;
}

.lc-shell {
    width: 100%;
    max-width: 1600px;
    margin: 0 auto;
    padding-right: var(--lc-pad);
    padding-left: var(--lc-pad);
}

.lc-eyebrow {
    margin: 0;
    color: var(--lc-mint);
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.08em !important;
    text-transform: uppercase;
}

.lc-hero {
    position: relative;
    min-height: calc(100svh - 78px);
    overflow: hidden;
    background: var(--lc-deep);
    color: #fff;
}

.lc-hero__image,
.lc-hero__overlay {
    position: absolute;
    inset: 0;
}

.lc-hero__image {
    background: url("./assets/construction/tree-pruning-work.jpg") center 32% / cover;
    transform: scale(1.02);
}

.lc-hero__overlay {
    background:
        linear-gradient(90deg, rgba(4, 25, 18, 0.94) 0%, rgba(4, 25, 18, 0.72) 42%, rgba(4, 25, 18, 0.12) 78%),
        linear-gradient(180deg, rgba(4, 25, 18, 0.06), rgba(4, 25, 18, 0.72));
}

.lc-hero__content {
    position: relative;
    z-index: 2;
    display: flex;
    min-height: calc(100svh - 78px);
    flex-direction: column;
    justify-content: center;
    padding-top: 86px;
    padding-bottom: 150px;
}

.lc-hero h1 {
    max-width: 920px;
    margin: 22px 0 0;
    color: #fff;
    font-size: 96px;
    font-weight: 800;
    line-height: 1.03;
}

.lc-hero__lead {
    max-width: 660px;
    margin: 28px 0 0;
    color: rgba(255, 255, 255, 0.78);
    font-size: 18px;
    line-height: 1.85;
}

.lc-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 34px;
}

.lc-button {
    display: inline-flex;
    min-height: 54px;
    align-items: center;
    justify-content: center;
    padding: 0 26px;
    border: 1px solid transparent;
    color: inherit;
    font-size: 14px;
    font-weight: 800;
    text-decoration: none !important;
    transition: background 160ms ease, border-color 160ms ease, color 160ms ease;
}

.lc-button--accent {
    background: var(--lc-mint);
    color: #09251c;
}

.lc-button--accent:hover {
    background: var(--lc-gold);
    color: #14261f;
}

.lc-button--ghost {
    border-color: rgba(255, 255, 255, 0.48);
    color: #fff;
}

.lc-button--ghost:hover {
    border-color: #fff;
    background: #fff;
    color: var(--lc-deep);
}

.lc-hero__facts {
    position: absolute;
    z-index: 3;
    right: 0;
    bottom: 0;
    left: 0;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    border-top: 1px solid rgba(255, 255, 255, 0.24);
    background: rgba(4, 25, 18, 0.62);
    backdrop-filter: blur(12px);
}

.lc-hero__facts > div {
    display: flex;
    min-height: 96px;
    flex-direction: column;
    justify-content: center;
    padding: 0 28px;
    border-right: 1px solid rgba(255, 255, 255, 0.18);
}

.lc-hero__facts span {
    color: var(--lc-mint);
    font-size: 9px;
    font-weight: 800;
}

.lc-hero__facts strong {
    margin-top: 7px;
    color: #fff;
    font-size: 14px;
}

.lc-local-nav {
    position: sticky;
    z-index: 10;
    top: 0;
    display: grid;
    min-height: 72px;
    grid-template-columns: repeat(5, 1fr);
    border-bottom: 1px solid var(--lc-line);
    background: rgba(255, 255, 255, 0.94);
    backdrop-filter: blur(12px);
}

.lc-local-nav a {
    display: grid;
    place-items: center;
    border-right: 1px solid var(--lc-line);
    color: #315246;
    font-size: 13px;
    font-weight: 800;
    text-decoration: none !important;
}

.lc-local-nav a:hover,
.lc-local-nav a:last-child {
    background: var(--lc-green);
    color: #fff;
}

.lc-intro {
    display: grid;
    grid-template-columns: minmax(0, 0.9fr) minmax(460px, 1.1fr);
    gap: 10vw;
    padding-top: 132px;
    padding-bottom: 140px;
}

.lc-intro h2,
.lc-section-head h2,
.lc-process h2,
.lc-final-cta h2,
.lc-quote-aside h2,
.lc-form-success h2 {
    margin: 18px 0 0;
    color: var(--lc-green);
    font-size: 58px;
    line-height: 1.14;
}

.lc-intro__lead {
    margin: 0;
    color: #17382d;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.65;
}

.lc-intro__copy > p:nth-child(2) {
    margin: 24px 0 48px;
    color: #64786f;
    line-height: 1.85;
}

.lc-cert-line {
    display: grid;
    grid-template-columns: 44px 150px 1fr;
    gap: 18px;
    align-items: center;
    min-height: 76px;
    border-top: 1px solid var(--lc-line);
}

.lc-cert-line:last-child {
    border-bottom: 1px solid var(--lc-line);
}

.lc-cert-line span {
    color: var(--lc-mint);
    font-size: 11px;
    font-weight: 800;
}

.lc-cert-line strong {
    font-size: 14px;
}

.lc-cert-line p {
    margin: 0;
    color: #6d7f77;
    font-size: 13px;
}

.lc-scope {
    padding: 124px 0 136px;
    background: #e9efea;
}

.lc-section-head {
    display: grid;
    grid-template-columns: minmax(0, 1.2fr) minmax(300px, 0.5fr);
    gap: 60px;
    align-items: end;
    margin-bottom: 58px;
}

.lc-section-head > p {
    margin: 0;
    color: #65786f;
    line-height: 1.8;
}

.lc-scope__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    border-top: 1px solid #b9c8bf;
    border-left: 1px solid #b9c8bf;
}

.lc-scope__grid article {
    display: flex;
    min-height: 290px;
    flex-direction: column;
    padding: 30px;
    border-right: 1px solid #b9c8bf;
    border-bottom: 1px solid #b9c8bf;
    transition: background 180ms ease, color 180ms ease;
}

.lc-scope__grid article:hover {
    background: var(--lc-green);
    color: #fff;
}

.lc-scope__grid span {
    color: var(--lc-mint);
    font-size: 11px;
    font-weight: 800;
}

.lc-scope__grid h3 {
    margin: auto 0 0;
    color: inherit;
    font-size: 28px;
}

.lc-scope__grid p {
    margin: 18px 0 0;
    color: #65786f;
    font-size: 14px;
    line-height: 1.7;
}

.lc-scope__grid article:hover p {
    color: rgba(255, 255, 255, 0.68);
}

.lc-field-gallery {
    display: grid;
    min-height: 760px;
    grid-template-columns: 1.35fr 0.65fr;
    grid-template-rows: repeat(2, 1fr);
    gap: 1px;
    background: #fff;
}

.lc-field-gallery figure {
    position: relative;
    min-width: 0;
    margin: 0;
    overflow: hidden;
}

.lc-field-gallery__main {
    grid-row: 1 / 3;
}

.lc-field-gallery img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 500ms ease;
}

.lc-field-gallery figure:hover img {
    transform: scale(1.025);
}

.lc-field-gallery figure::after {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, transparent 56%, rgba(5, 27, 20, 0.8));
    content: "";
}

.lc-field-gallery figcaption {
    position: absolute;
    z-index: 2;
    right: 32px;
    bottom: 28px;
    left: 32px;
    display: flex;
    align-items: end;
    justify-content: space-between;
    color: #fff;
}

.lc-field-gallery figcaption span {
    color: var(--lc-mint);
    font-size: 10px;
    font-weight: 800;
}

.lc-field-gallery figcaption strong {
    font-size: 19px;
}

.lc-performance {
    padding: 124px 0 140px;
    background: var(--lc-deep);
    color: #fff;
}

.lc-section-head--light h2 {
    color: #fff;
}

.lc-section-head--light > p {
    color: rgba(255, 255, 255, 0.58);
}

.lc-performance__list {
    border-top: 1px solid rgba(255, 255, 255, 0.24);
}

.lc-performance__list article {
    display: grid;
    min-height: 104px;
    grid-template-columns: 70px minmax(0, 1.4fr) minmax(180px, 0.5fr) 70px;
    gap: 24px;
    align-items: center;
    border-bottom: 1px solid rgba(255, 255, 255, 0.18);
    transition: padding 160ms ease, background 160ms ease;
}

.lc-performance__list article:hover {
    padding-right: 18px;
    padding-left: 18px;
    background: rgba(57, 191, 178, 0.1);
}

.lc-performance__list article > span,
.lc-performance__list small {
    color: var(--lc-mint);
    font-size: 10px;
    font-weight: 800;
}

.lc-performance__list h3 {
    margin: 6px 0 0;
    color: #fff;
    font-size: 19px;
}

.lc-performance__list p {
    margin: 0;
    color: rgba(255, 255, 255, 0.58);
    font-size: 13px;
}

.lc-performance__list article > strong {
    justify-self: end;
    color: var(--lc-gold);
    font-size: 13px;
}

.lc-process {
    display: grid;
    grid-template-columns: minmax(0, 0.9fr) minmax(540px, 1.1fr);
    min-height: 860px;
    background: var(--lc-paper);
}

.lc-process__visual img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.lc-process__content {
    padding: 112px var(--lc-pad);
}

.lc-process ol {
    margin: 54px 0 0;
    padding: 0;
    border-top: 1px solid var(--lc-line);
    list-style: none;
}

.lc-process li {
    display: grid;
    grid-template-columns: 50px 1fr;
    gap: 20px;
    padding: 22px 0;
    border-bottom: 1px solid var(--lc-line);
}

.lc-process li > span {
    color: var(--lc-mint);
    font-size: 10px;
    font-weight: 800;
}

.lc-process li strong {
    font-size: 18px;
}

.lc-process li p {
    margin: 7px 0 0;
    color: #6c7e76;
    font-size: 13px;
}

.lc-final-cta {
    display: grid;
    min-height: 68svh;
    place-items: center;
    background:
        linear-gradient(rgba(5, 27, 20, 0.78), rgba(5, 27, 20, 0.84)),
        url("./assets/construction/tree-treatment-work.jpg") center / cover;
    color: #fff;
    text-align: center;
}

.lc-final-cta h2 {
    max-width: 1040px;
    margin-right: auto;
    margin-left: auto;
    color: #fff;
    font-size: 64px;
}

.lc-final-cta .lc-button {
    margin-top: 38px;
}

/* Landscape request */
.lc-quote-page {
    background: #edf1ed;
}

.lc-quote-hero {
    padding: 116px 0 92px;
    background: var(--lc-deep);
    color: #fff;
}

.lc-quote-hero h1 {
    margin: 20px 0 0;
    color: #fff;
    font-size: 78px;
    line-height: 1.06;
}

.lc-quote-hero p:last-child {
    max-width: 620px;
    margin: 26px 0 0;
    color: rgba(255, 255, 255, 0.68);
    font-size: 17px;
    line-height: 1.8;
}

.lc-quote-layout {
    display: grid;
    grid-template-columns: minmax(300px, 0.55fr) minmax(600px, 1.15fr);
    gap: 8vw;
    align-items: start;
    padding-top: 104px;
    padding-bottom: 132px;
}

.lc-quote-aside {
    position: sticky;
    top: 100px;
}

.lc-quote-aside h2 {
    font-size: 42px;
}

.lc-quote-aside ol {
    margin: 40px 0 0;
    padding: 0;
    border-top: 1px solid var(--lc-line);
    list-style: none;
}

.lc-quote-aside li {
    display: grid;
    grid-template-columns: 38px 1fr;
    gap: 16px;
    padding: 20px 0;
    border-bottom: 1px solid var(--lc-line);
}

.lc-quote-aside li > span {
    color: var(--lc-mint);
    font-size: 10px;
    font-weight: 800;
}

.lc-quote-aside li p {
    margin: 0;
    color: #6b7d75;
    font-size: 13px;
}

.lc-quote-aside li strong {
    display: block;
    margin-bottom: 5px;
    color: #17382d;
    font-size: 15px;
}

.lc-quote-aside__note {
    margin-top: 28px;
    padding: 22px;
    border-left: 3px solid var(--lc-gold);
    background: #fff;
}

.lc-quote-aside__note span {
    color: var(--lc-green);
    font-size: 11px;
    font-weight: 800;
}

.lc-quote-aside__note p {
    margin: 8px 0 0;
    color: #697b73;
    font-size: 13px;
    line-height: 1.65;
}

.lc-quote-aside > a {
    display: inline-block;
    margin-top: 26px;
    border-bottom: 1px solid currentColor;
    color: var(--lc-green);
    font-weight: 800;
    text-decoration: none !important;
}

.lc-form-wrap {
    background: #fff;
}

.lc-form-wrap > header {
    padding: 38px 42px;
    border-bottom: 1px solid var(--lc-line);
}

.lc-form-wrap > header > span {
    color: var(--lc-mint);
    font-size: 10px;
    font-weight: 800;
}

.lc-form-wrap > header h2 {
    margin: 8px 0 0;
    color: var(--lc-green);
    font-size: 30px;
}

.lc-form-wrap > header p {
    margin: 10px 0 0;
    color: #77877f;
    font-size: 12px;
}

.lc-form-wrap b {
    color: #c9543e;
}

#landscape-quote-form {
    padding: 0 42px 46px;
}

#landscape-quote-form fieldset {
    margin: 0;
    padding: 38px 0;
    border: 0;
    border-bottom: 1px solid var(--lc-line);
}

#landscape-quote-form legend {
    display: flex;
    gap: 12px;
    align-items: center;
    width: 100%;
    margin-bottom: 24px;
    color: var(--lc-green);
    font-size: 18px;
    font-weight: 800;
}

#landscape-quote-form legend span {
    color: var(--lc-mint);
    font-size: 10px;
}

.lc-choice-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1px;
    border: 1px solid var(--lc-line);
    background: var(--lc-line);
}

.lc-choice-grid label {
    position: relative;
    margin: 0;
    cursor: pointer;
}

.lc-choice-grid input {
    position: absolute;
    opacity: 0;
}

.lc-choice-grid span {
    display: grid;
    min-height: 60px;
    place-items: center;
    padding: 10px;
    background: #f7f9f7;
    color: #49655b;
    font-size: 13px;
    font-weight: 700;
    text-align: center;
    transition: background 150ms ease, color 150ms ease;
}

.lc-choice-grid input:checked + span {
    background: var(--lc-green);
    color: #fff;
}

.lc-choice-grid input:focus-visible + span {
    outline: 3px solid var(--lc-gold);
    outline-offset: -3px;
}

.lc-form-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
}

.lc-form-grid__full {
    grid-column: 1 / -1;
}

.lc-form-grid label,
.lc-textarea-label {
    display: grid;
    gap: 9px;
    margin: 0;
    color: #3d5a50;
    font-size: 12px;
    font-weight: 700;
}

.lc-form-grid input,
.lc-form-grid select,
.lc-textarea-label textarea {
    width: 100%;
    min-height: 48px;
    margin: 0;
    padding: 10px 12px;
    border: 1px solid #bccbc2;
    border-radius: 0;
    background: #fff;
    color: #17382d;
    font: inherit;
    font-size: 14px;
    font-weight: 400;
}

.lc-form-grid input:focus,
.lc-form-grid select:focus,
.lc-textarea-label textarea:focus {
    border-color: var(--lc-mint);
    outline: 2px solid rgba(57, 191, 178, 0.22);
}

.lc-form-grid input[readonly] {
    background: #f1f4f1;
}

.lc-address-row {
    display: grid;
    grid-template-columns: 1fr 104px;
    gap: 8px;
}

.lc-address-row button {
    min-height: 48px;
    padding: 0 14px;
    border: 0;
    border-radius: 0;
    background: #45685b;
    color: #fff;
    font-size: 12px;
    font-weight: 800;
    cursor: pointer;
}

.lc-textarea-label textarea {
    min-height: 170px;
    resize: vertical;
}

.lc-consent {
    display: grid;
    grid-template-columns: 22px 1fr;
    gap: 12px;
    margin: 28px 0 0;
    color: #728279;
    font-size: 11px;
    line-height: 1.6;
    cursor: pointer;
}

.lc-consent input {
    width: 18px;
    height: 18px;
    margin-top: 2px;
    accent-color: var(--lc-green);
}

.lc-consent strong {
    display: block;
    color: #29493e;
    font-size: 13px;
}

.lc-form-status {
    min-height: 24px;
    margin-top: 18px;
    font-size: 13px;
}

.lc-form-status.is-error {
    color: #b23e31;
}

.lc-submit {
    position: relative;
    display: flex;
    width: 100%;
    min-height: 62px;
    align-items: center;
    justify-content: space-between;
    margin-top: 8px;
    padding: 0 22px;
    border: 0;
    border-radius: 0;
    background: var(--lc-green);
    color: #fff;
    font-weight: 800;
    cursor: pointer;
}

.lc-submit:disabled {
    cursor: wait;
    opacity: 0.62;
}

.lc-submit i {
    position: relative;
    width: 26px;
    height: 1px;
    background: currentColor;
}

.lc-submit i::after {
    position: absolute;
    top: -3px;
    right: 0;
    width: 8px;
    height: 8px;
    border-top: 1px solid currentColor;
    border-right: 1px solid currentColor;
    content: "";
    transform: rotate(45deg);
}

.lc-honeypot {
    position: absolute !important;
    left: -9999px !important;
}

.lc-form-success {
    grid-column: 2;
    min-height: 520px;
    padding: 70px;
    background: var(--lc-green);
    color: #fff;
}

.lc-form-success > span {
    color: var(--lc-mint);
    font-size: 10px;
    font-weight: 800;
}

.lc-form-success h2 {
    color: #fff;
    font-size: 44px;
}

.lc-form-success p {
    color: rgba(255, 255, 255, 0.68);
}

.lc-form-success strong {
    display: block;
    margin-top: 30px;
    color: var(--lc-gold);
    font-size: 20px;
}

.lc-form-success a {
    display: inline-block;
    margin-top: 60px;
    border-bottom: 1px solid currentColor;
    color: #fff;
    text-decoration: none !important;
}

@media (max-width: 1050px) {
    .lc-hero h1 { font-size: 76px; }
    .lc-intro { gap: 6vw; }
    .lc-intro h2,
    .lc-section-head h2,
    .lc-process h2 { font-size: 48px; }
    .lc-scope__grid { grid-template-columns: repeat(2, 1fr); }
    .lc-process { grid-template-columns: 0.8fr 1.2fr; }
    .lc-quote-layout { grid-template-columns: 300px 1fr; gap: 48px; }
}

@media (max-width: 820px) {
    .lc-page { --lc-pad: 24px; }
    .lc-hero__facts { grid-template-columns: repeat(2, 1fr); }
    .lc-hero__facts > div { min-height: 72px; }
    .lc-local-nav { overflow-x: auto; grid-template-columns: repeat(5, minmax(140px, 1fr)); }
    .lc-intro { grid-template-columns: 1fr; gap: 44px; }
    .lc-section-head { grid-template-columns: 1fr; gap: 24px; }
    .lc-field-gallery { min-height: 980px; grid-template-columns: 1fr; grid-template-rows: 1.2fr 0.8fr 0.8fr; }
    .lc-field-gallery__main { grid-row: auto; }
    .lc-process { grid-template-columns: 1fr; }
    .lc-process__visual { min-height: 520px; }
    .lc-quote-layout { grid-template-columns: 1fr; }
    .lc-quote-aside { position: static; }
    .lc-form-success { grid-column: 1; }
}

@media (max-width: 600px) {
    .lc-page { --lc-pad: 18px; }
    .lc-hero { min-height: 760px; }
    .lc-hero__content { min-height: 760px; padding-top: 64px; padding-bottom: 182px; }
    .lc-hero__image { background-position: 57% center; }
    .lc-hero h1 { font-size: 52px; }
    .lc-hero__lead { font-size: 15px; }
    .lc-hero__facts strong { font-size: 11px; }
    .lc-hero__facts > div { padding: 0 12px; }
    .lc-intro,
    .lc-scope,
    .lc-performance { padding-top: 82px; padding-bottom: 88px; }
    .lc-intro h2,
    .lc-section-head h2,
    .lc-process h2,
    .lc-final-cta h2 { font-size: 38px; }
    .lc-intro__lead { font-size: 20px; }
    .lc-cert-line { grid-template-columns: 36px 1fr; gap: 8px; padding: 14px 0; }
    .lc-cert-line p { grid-column: 2; }
    .lc-scope__grid { grid-template-columns: 1fr; }
    .lc-scope__grid article { min-height: 220px; }
    .lc-field-gallery { min-height: 1180px; }
    .lc-performance__list article { min-height: 126px; grid-template-columns: 34px 1fr 48px; gap: 8px; padding: 12px 0; }
    .lc-performance__list article > p { grid-column: 2; }
    .lc-performance__list article > strong { grid-column: 3; grid-row: 1 / 3; }
    .lc-process__visual { min-height: 410px; }
    .lc-process__content { padding-top: 76px; padding-bottom: 84px; }
    .lc-final-cta { min-height: 620px; }
    .lc-quote-hero { padding-top: 84px; padding-bottom: 72px; }
    .lc-quote-hero h1 { font-size: 52px; }
    .lc-quote-layout { gap: 60px; padding-top: 70px; padding-bottom: 86px; }
    .lc-quote-aside h2 { font-size: 36px; }
    .lc-form-wrap > header { padding: 28px 20px; }
    .lc-form-wrap > header h2 { font-size: 25px; }
    #landscape-quote-form { padding: 0 20px 28px; }
    #landscape-quote-form fieldset { padding: 30px 0; }
    .lc-choice-grid { grid-template-columns: repeat(2, 1fr); }
    .lc-form-grid { grid-template-columns: 1fr; }
    .lc-form-grid__full { grid-column: 1; }
    .lc-address-row { grid-template-columns: 1fr; }
    .lc-form-success { min-height: 500px; padding: 44px 26px; }
}

@media (prefers-reduced-motion: reduce) {
    .lc-page *,
    .lc-page *::before,
    .lc-page *::after {
        scroll-behavior: auto !important;
        transition-duration: 0.01ms !important;
    }
}

/* Apartment treecare */
body.page-template-page-apartment-treecare .site-content,
body.page-template-page-apartment-quote .site-content,
body.page-template-page-apartment-treecare .site-content > .ast-container,
body.page-template-page-apartment-quote .site-content > .ast-container {
    width: 100%;
    max-width: none;
    margin: 0;
    padding: 0;
}

.apt-page {
    --apt-ink: #102f26;
    --apt-deep: #061b15;
    --apt-green: #164b3a;
    --apt-mint: #45c6b4;
    --apt-yellow: #f0c647;
    --apt-paper: #f3f5f1;
    --apt-line: #bdccc3;
    --apt-pad: 88px;
    overflow: hidden;
    color: var(--apt-ink);
    font-family: "Noto Sans KR", sans-serif;
}

.apt-page *,
.apt-page *::before,
.apt-page *::after {
    box-sizing: border-box;
}

.apt-page h1,
.apt-page h2,
.apt-page h3,
.apt-page p {
    letter-spacing: 0;
}

.apt-shell {
    width: 100%;
    max-width: 1600px;
    margin: 0 auto;
    padding-right: var(--apt-pad);
    padding-left: var(--apt-pad);
}

.apt-kicker {
    margin: 0;
    color: var(--apt-mint);
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.08em !important;
}

.apt-hero {
    position: relative;
    min-height: calc(100svh - 78px);
    overflow: hidden;
    background: var(--apt-deep);
    color: #fff;
}

.apt-hero__image,
.apt-hero__shade {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
}

.apt-hero__image {
    object-fit: cover;
    object-position: center 54%;
    transform: scale(1.015);
}

.apt-hero__shade {
    background:
        linear-gradient(90deg, rgba(4, 26, 19, 0.95) 0%, rgba(4, 26, 19, 0.72) 38%, rgba(4, 26, 19, 0.08) 75%),
        linear-gradient(180deg, rgba(4, 26, 19, 0.04) 54%, rgba(4, 26, 19, 0.86) 100%);
}

.apt-hero__content {
    position: relative;
    z-index: 2;
    display: flex;
    min-height: calc(100svh - 78px);
    flex-direction: column;
    justify-content: center;
    padding-top: 70px;
    padding-bottom: 160px;
}

.apt-hero h1 {
    max-width: 800px;
    margin: 22px 0 0;
    color: #fff;
    font-size: 96px;
    font-weight: 800;
    line-height: 1.04;
}

.apt-hero__content > p:last-of-type {
    max-width: 620px;
    margin: 30px 0 0;
    color: rgba(255, 255, 255, 0.78);
    font-size: 18px;
    line-height: 1.85;
}

.apt-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 36px;
}

.apt-button {
    display: inline-flex;
    min-height: 56px;
    align-items: center;
    justify-content: center;
    padding: 0 27px;
    border: 1px solid transparent;
    color: inherit;
    font-size: 14px;
    font-weight: 800;
    text-decoration: none !important;
    transition: background 180ms ease, border-color 180ms ease, color 180ms ease;
}

.apt-button--accent {
    background: var(--apt-mint);
    color: #08241c;
}

.apt-button--accent:hover {
    background: var(--apt-yellow);
    color: #12271f;
}

.apt-button--line {
    border-color: rgba(255, 255, 255, 0.5);
    color: #fff;
}

.apt-button--line:hover {
    border-color: #fff;
    background: #fff;
    color: var(--apt-deep);
}

.apt-hero__facts {
    position: absolute;
    z-index: 3;
    right: 0;
    bottom: 0;
    left: 0;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    border-top: 1px solid rgba(255, 255, 255, 0.24);
    background: rgba(4, 25, 18, 0.64);
    backdrop-filter: blur(12px);
}

.apt-hero__facts > div {
    display: flex;
    min-height: 96px;
    flex-direction: column;
    justify-content: center;
    padding: 0 32px;
    border-right: 1px solid rgba(255, 255, 255, 0.18);
}

.apt-hero__facts span {
    color: var(--apt-mint);
    font-size: 9px;
    font-weight: 800;
}

.apt-hero__facts strong {
    margin-top: 7px;
    color: #fff;
    font-size: 15px;
}

.apt-local-nav {
    position: sticky;
    z-index: 15;
    top: 0;
    display: grid;
    min-height: 70px;
    grid-template-columns: repeat(5, 1fr);
    border-bottom: 1px solid var(--apt-line);
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(12px);
}

.apt-local-nav a {
    display: grid;
    place-items: center;
    border-right: 1px solid var(--apt-line);
    color: #315247;
    font-size: 13px;
    font-weight: 800;
    text-decoration: none !important;
}

.apt-local-nav a:hover,
.apt-local-nav a:last-child {
    background: var(--apt-green);
    color: #fff;
}

.apt-approach {
    display: grid;
    grid-template-columns: minmax(0, 0.92fr) minmax(500px, 1.08fr);
    gap: 9vw;
    padding-top: 136px;
    padding-bottom: 144px;
}

.apt-approach h2,
.apt-section-head h2,
.apt-field__header h2,
.apt-final h2,
.apt-quote-aside h2,
.apt-form-success h2 {
    margin: 18px 0 0;
    color: var(--apt-green);
    font-size: 58px;
    line-height: 1.14;
}

.apt-lead {
    margin: 0;
    color: var(--apt-ink);
    font-size: 24px;
    font-weight: 700;
    line-height: 1.65;
}

.apt-approach__body > p:nth-child(2) {
    margin: 24px 0 48px;
    color: #62776e;
    line-height: 1.85;
}

.apt-process {
    margin: 0;
    padding: 0;
    border-top: 1px solid var(--apt-line);
    list-style: none;
}

.apt-process li {
    display: grid;
    grid-template-columns: 48px 1fr;
    gap: 18px;
    padding: 21px 0;
    border-bottom: 1px solid var(--apt-line);
}

.apt-process li > span {
    color: var(--apt-mint);
    font-size: 10px;
    font-weight: 800;
}

.apt-process strong {
    font-size: 17px;
}

.apt-process p {
    margin: 7px 0 0;
    color: #6b7e75;
    font-size: 13px;
}

.apt-program {
    padding: 126px 0 140px;
    background: #e7eee9;
}

.apt-section-head {
    display: grid;
    grid-template-columns: minmax(0, 1.2fr) minmax(300px, 0.52fr);
    gap: 64px;
    align-items: end;
    margin-bottom: 60px;
}

.apt-section-head > p {
    margin: 0;
    color: #64786f;
    line-height: 1.8;
}

.apt-service-list {
    border-top: 1px solid #afc2b6;
}

.apt-service-list article {
    position: relative;
    display: grid;
    min-height: 128px;
    grid-template-columns: 70px minmax(230px, 0.7fr) minmax(0, 1fr) 42px;
    gap: 24px;
    align-items: center;
    border-bottom: 1px solid #afc2b6;
    transition: padding 180ms ease, background 180ms ease, color 180ms ease;
}

.apt-service-list article:hover {
    padding-right: 24px;
    padding-left: 24px;
    background: var(--apt-green);
    color: #fff;
}

.apt-service-list article > span {
    color: #199a89;
    font-size: 11px;
    font-weight: 800;
}

.apt-service-list h3 {
    margin: 0;
    color: inherit;
    font-size: 27px;
}

.apt-service-list p {
    margin: 0;
    color: #61766d;
    font-size: 14px;
    line-height: 1.75;
}

.apt-service-list article:hover p {
    color: rgba(255, 255, 255, 0.7);
}

.apt-service-list i,
.apt-submit i {
    position: relative;
    width: 28px;
    height: 1px;
    background: currentColor;
}

.apt-service-list i::after,
.apt-submit i::after {
    position: absolute;
    top: -3px;
    right: 0;
    width: 8px;
    height: 8px;
    border-top: 1px solid currentColor;
    border-right: 1px solid currentColor;
    content: "";
    transform: rotate(45deg);
}

.apt-calendar {
    padding: 126px 0 136px;
    background: var(--apt-deep);
    color: #fff;
}

.apt-section-head--light h2 {
    color: #fff;
}

.apt-section-head--light > p {
    color: rgba(255, 255, 255, 0.6);
}

.apt-calendar__months {
    display: grid;
    grid-template-columns: repeat(12, minmax(74px, 1fr));
    overflow-x: auto;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.apt-calendar__months button {
    min-width: 74px;
    min-height: 86px;
    padding: 0;
    border: 0;
    border-right: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 0;
    background: transparent;
    color: rgba(255, 255, 255, 0.52);
    font-size: 12px;
    font-weight: 700;
    cursor: pointer;
}

.apt-calendar__months button span {
    font-size: 18px;
}

.apt-calendar__months button:hover,
.apt-calendar__months button[aria-selected="true"] {
    background: var(--apt-mint);
    color: var(--apt-deep);
}

.apt-calendar__months button:focus-visible {
    outline: 3px solid var(--apt-yellow);
    outline-offset: -3px;
}

.apt-calendar__detail {
    display: grid;
    min-height: 270px;
    grid-template-columns: 160px minmax(260px, 0.7fr) minmax(300px, 1fr) 210px;
    gap: 34px;
    align-items: center;
}

.apt-calendar__detail > span {
    color: var(--apt-mint);
    font-size: 11px;
    font-weight: 800;
}

.apt-calendar__detail h3 {
    margin: 0;
    color: #fff;
    font-size: 34px;
}

.apt-calendar__detail p {
    margin: 0;
    color: rgba(255, 255, 255, 0.64);
    font-size: 15px;
    line-height: 1.8;
}

.apt-calendar__detail a {
    justify-self: end;
    border-bottom: 1px solid currentColor;
    color: var(--apt-yellow);
    font-size: 13px;
    font-weight: 800;
    text-decoration: none !important;
}

.apt-field {
    padding-top: 124px;
    background: var(--apt-paper);
}

.apt-field__header {
    padding-bottom: 58px;
}

.apt-field__grid {
    display: grid;
    min-height: 980px;
    grid-template-columns: 1.2fr 0.8fr 0.8fr;
    grid-template-rows: repeat(2, 1fr);
    gap: 1px;
    background: #fff;
}

.apt-field__grid figure {
    position: relative;
    min-width: 0;
    margin: 0;
    overflow: hidden;
}

.apt-field__wide {
    grid-row: 1 / 3;
}

.apt-field__grid img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 500ms ease;
}

.apt-field__grid figure:hover img {
    transform: scale(1.025);
}

.apt-field__grid figure::after {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, transparent 55%, rgba(3, 23, 17, 0.84));
    content: "";
}

.apt-field__grid figcaption {
    position: absolute;
    z-index: 2;
    right: 26px;
    bottom: 25px;
    left: 26px;
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 20px;
    color: #fff;
}

.apt-field__grid figcaption span {
    color: var(--apt-mint);
    font-size: 9px;
    font-weight: 800;
}

.apt-field__grid figcaption strong {
    font-size: 17px;
    text-align: right;
}

.apt-trust {
    padding: 120px 0 132px;
    background: #fff;
}

.apt-trust header {
    display: grid;
    grid-template-columns: 180px minmax(260px, 0.8fr) minmax(300px, 0.7fr);
    gap: 50px;
    align-items: end;
    margin-bottom: 48px;
}

.apt-trust h2 {
    margin: 0;
    color: var(--apt-green);
    font-size: 42px;
}

.apt-trust header > p:last-child {
    margin: 0;
    color: #687b73;
    line-height: 1.75;
}

.apt-logo-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    border-top: 1px solid #d2dbd6;
    border-left: 1px solid #d2dbd6;
}

.apt-logo-grid > div {
    display: grid;
    min-height: 126px;
    place-items: center;
    padding: 10px;
    border-right: 1px solid #d2dbd6;
    border-bottom: 1px solid #d2dbd6;
}

.apt-logo-grid img {
    width: 100%;
    max-width: 250px;
    height: auto;
    filter: grayscale(1);
    opacity: 0.76;
    transition: filter 180ms ease, opacity 180ms ease, transform 180ms ease;
}

.apt-logo-grid > div:hover img {
    filter: grayscale(0);
    opacity: 1;
    transform: translateY(-2px);
}

.apt-final {
    position: relative;
    display: grid;
    min-height: 72svh;
    place-items: center;
    overflow: hidden;
    color: #fff;
    text-align: center;
}

.apt-final > img,
.apt-final__shade {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
}

.apt-final > img {
    object-fit: cover;
}

.apt-final__shade {
    background: rgba(4, 27, 19, 0.8);
}

.apt-final .apt-shell {
    position: relative;
    z-index: 2;
}

.apt-final h2 {
    color: #fff;
    font-size: 64px;
}

.apt-final .apt-button {
    margin-top: 38px;
}

.apt-js [data-apt-reveal] {
    opacity: 0;
    transform: translateY(28px);
    transition: opacity 600ms ease, transform 600ms ease;
}

.apt-js [data-apt-reveal].is-visible {
    opacity: 1;
    transform: none;
}

/* Apartment request */
.apt-quote-page {
    background: #edf1ed;
}

.apt-quote-hero {
    padding: 116px 0 94px;
    background: var(--apt-deep);
    color: #fff;
}

.apt-quote-hero h1 {
    margin: 20px 0 0;
    color: #fff;
    font-size: 74px;
    line-height: 1.08;
}

.apt-quote-hero p:last-child {
    max-width: 660px;
    margin: 27px 0 0;
    color: rgba(255, 255, 255, 0.68);
    font-size: 17px;
    line-height: 1.8;
}

.apt-quote-layout {
    display: grid;
    grid-template-columns: minmax(300px, 0.54fr) minmax(620px, 1.16fr);
    gap: 8vw;
    align-items: start;
    padding-top: 104px;
    padding-bottom: 132px;
}

.apt-quote-aside {
    position: sticky;
    top: 96px;
}

.apt-quote-aside h2 {
    font-size: 41px;
}

.apt-quote-aside ol {
    margin: 40px 0 0;
    padding: 0;
    border-top: 1px solid var(--apt-line);
    list-style: none;
}

.apt-quote-aside li {
    display: grid;
    grid-template-columns: 38px 1fr;
    gap: 16px;
    padding: 20px 0;
    border-bottom: 1px solid var(--apt-line);
}

.apt-quote-aside li > span {
    color: #159b88;
    font-size: 10px;
    font-weight: 800;
}

.apt-quote-aside li p {
    margin: 0;
    color: #697c74;
    font-size: 13px;
}

.apt-quote-aside li strong {
    display: block;
    margin-bottom: 5px;
    color: var(--apt-ink);
    font-size: 15px;
}

.apt-quote-note {
    margin-top: 28px;
    padding: 22px;
    border-left: 3px solid var(--apt-yellow);
    background: #fff;
}

.apt-quote-note span {
    color: var(--apt-green);
    font-size: 11px;
    font-weight: 800;
}

.apt-quote-note p {
    margin: 8px 0 0;
    color: #687a72;
    font-size: 13px;
    line-height: 1.65;
}

.apt-quote-aside > a {
    display: inline-block;
    margin-top: 26px;
    border-bottom: 1px solid currentColor;
    color: var(--apt-green);
    font-weight: 800;
    text-decoration: none !important;
}

.apt-form-wrap {
    background: #fff;
}

.apt-form-wrap > header {
    padding: 38px 42px;
    border-bottom: 1px solid var(--apt-line);
}

.apt-form-wrap > header > span {
    color: #159b88;
    font-size: 10px;
    font-weight: 800;
}

.apt-form-wrap > header h2 {
    margin: 8px 0 0;
    color: var(--apt-green);
    font-size: 30px;
}

.apt-form-wrap > header p {
    margin: 10px 0 0;
    color: #77877f;
    font-size: 12px;
}

.apt-form-wrap b {
    color: #bd4938;
}

#apartment-quote-form {
    padding: 0 42px 46px;
}

#apartment-quote-form fieldset {
    margin: 0;
    padding: 38px 0;
    border: 0;
    border-bottom: 1px solid var(--apt-line);
}

#apartment-quote-form legend {
    display: flex;
    gap: 12px;
    align-items: center;
    width: 100%;
    margin-bottom: 24px;
    color: var(--apt-green);
    font-size: 18px;
    font-weight: 800;
}

#apartment-quote-form legend span {
    color: #159b88;
    font-size: 10px;
}

.apt-choice-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1px;
    border: 1px solid var(--apt-line);
    background: var(--apt-line);
}

.apt-choice-grid label {
    position: relative;
    margin: 0;
    cursor: pointer;
}

.apt-choice-grid input {
    position: absolute;
    opacity: 0;
}

.apt-choice-grid span {
    display: grid;
    min-height: 60px;
    place-items: center;
    padding: 10px;
    background: #f7f9f7;
    color: #47645a;
    font-size: 13px;
    font-weight: 700;
    text-align: center;
}

.apt-choice-grid input:checked + span {
    background: var(--apt-green);
    color: #fff;
}

.apt-choice-grid input:focus-visible + span {
    outline: 3px solid var(--apt-yellow);
    outline-offset: -3px;
}

.apt-form-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
}

.apt-form-grid__full {
    grid-column: 1 / -1;
}

.apt-form-grid label,
.apt-textarea-label {
    display: grid;
    gap: 9px;
    margin: 0;
    color: #3c5a50;
    font-size: 12px;
    font-weight: 700;
}

.apt-textarea-label + .apt-textarea-label {
    margin-top: 20px;
}

.apt-form-grid input,
.apt-form-grid select,
.apt-textarea-label textarea {
    width: 100%;
    min-height: 48px;
    margin: 0;
    padding: 10px 12px;
    border: 1px solid #b9c9c0;
    border-radius: 0;
    background: #fff;
    color: var(--apt-ink);
    font: inherit;
    font-size: 14px;
    font-weight: 400;
}

.apt-form-grid input:focus,
.apt-form-grid select:focus,
.apt-textarea-label textarea:focus {
    border-color: var(--apt-mint);
    outline: 2px solid rgba(69, 198, 180, 0.22);
}

.apt-form-grid input[readonly] {
    background: #f0f4f1;
}

.apt-address-row {
    display: grid;
    grid-template-columns: 1fr 104px;
    gap: 8px;
}

.apt-address-row button {
    min-height: 48px;
    padding: 0 14px;
    border: 0;
    border-radius: 0;
    background: #44685b;
    color: #fff;
    font-size: 12px;
    font-weight: 800;
    cursor: pointer;
}

.apt-textarea-label textarea {
    min-height: 150px;
    resize: vertical;
}

.apt-consent {
    display: grid;
    grid-template-columns: 22px 1fr;
    gap: 12px;
    margin: 28px 0 0;
    color: #708178;
    font-size: 11px;
    line-height: 1.6;
    cursor: pointer;
}

.apt-consent input {
    width: 18px;
    height: 18px;
    margin-top: 2px;
    accent-color: var(--apt-green);
}

.apt-consent strong {
    display: block;
    color: #29483d;
    font-size: 13px;
}

.apt-form-status {
    min-height: 24px;
    margin-top: 18px;
    font-size: 13px;
}

.apt-form-status.is-error {
    color: #ad3d30;
}

.apt-submit {
    display: flex;
    width: 100%;
    min-height: 62px;
    align-items: center;
    justify-content: space-between;
    margin-top: 8px;
    padding: 0 22px;
    border: 0;
    border-radius: 0;
    background: var(--apt-green);
    color: #fff;
    font-weight: 800;
    cursor: pointer;
}

.apt-submit:disabled {
    cursor: wait;
    opacity: 0.62;
}

.apt-honeypot {
    position: absolute !important;
    left: -9999px !important;
}

.apt-form-success {
    grid-column: 2;
    min-height: 520px;
    padding: 70px;
    background: var(--apt-green);
    color: #fff;
}

.apt-form-success > span {
    color: var(--apt-mint);
    font-size: 10px;
    font-weight: 800;
}

.apt-form-success h2 {
    color: #fff;
    font-size: 44px;
}

.apt-form-success p {
    color: rgba(255, 255, 255, 0.68);
}

.apt-form-success strong {
    display: block;
    margin-top: 30px;
    color: var(--apt-yellow);
    font-size: 20px;
}

.apt-form-success a {
    display: inline-block;
    margin-top: 60px;
    border-bottom: 1px solid currentColor;
    color: #fff;
    text-decoration: none !important;
}

@media (max-width: 1200px) {
    .apt-page { --apt-pad: 56px; }
    .apt-hero h1 { font-size: 82px; }
    .apt-approach h2,
    .apt-section-head h2,
    .apt-field__header h2 { font-size: 50px; }
    .apt-calendar__detail { grid-template-columns: 110px minmax(220px, 0.7fr) minmax(260px, 1fr); }
    .apt-calendar__detail a { grid-column: 2 / 4; justify-self: start; }
    .apt-logo-grid { grid-template-columns: repeat(4, 1fr); }
    .apt-quote-layout { grid-template-columns: 300px 1fr; gap: 48px; }
}

@media (max-width: 860px) {
    .apt-page { --apt-pad: 26px; }
    .apt-hero__facts { grid-template-columns: repeat(3, minmax(0, 1fr)); }
    .apt-local-nav { overflow-x: auto; grid-template-columns: repeat(5, minmax(140px, 1fr)); }
    .apt-approach { grid-template-columns: 1fr; gap: 46px; }
    .apt-section-head { grid-template-columns: 1fr; gap: 24px; }
    .apt-service-list article { grid-template-columns: 52px minmax(190px, 0.7fr) 1fr 34px; }
    .apt-calendar__detail { min-height: 330px; grid-template-columns: 100px 1fr; }
    .apt-calendar__detail p { grid-column: 2; }
    .apt-calendar__detail a { grid-column: 2; }
    .apt-field__grid { min-height: 1500px; grid-template-columns: repeat(2, 1fr); grid-template-rows: 1.2fr repeat(2, 0.8fr); }
    .apt-field__wide { grid-column: 1 / 3; grid-row: auto; }
    .apt-trust header { grid-template-columns: 1fr; gap: 14px; }
    .apt-logo-grid { grid-template-columns: repeat(3, 1fr); }
    .apt-quote-layout { grid-template-columns: 1fr; }
    .apt-quote-aside { position: static; }
    .apt-form-success { grid-column: 1; }
}

@media (max-width: 600px) {
    .apt-page { --apt-pad: 18px; }
    .apt-hero { min-height: 760px; }
    .apt-hero__content { min-height: 760px; padding-top: 56px; padding-bottom: 186px; }
    .apt-hero__image { object-position: 58% center; }
    .apt-hero__shade { background: linear-gradient(90deg, rgba(4, 26, 19, 0.91), rgba(4, 26, 19, 0.36)), linear-gradient(180deg, transparent 42%, rgba(4, 26, 19, 0.9)); }
    .apt-hero h1 { font-size: 52px; }
    .apt-hero__content > p:last-of-type { font-size: 15px; }
    .apt-actions { display: grid; grid-template-columns: 1fr; width: 100%; }
    .apt-hero__facts > div { min-height: 78px; padding: 0 10px; }
    .apt-hero__facts strong { font-size: 11px; }
    .apt-approach,
    .apt-program,
    .apt-calendar,
    .apt-trust { padding-top: 82px; padding-bottom: 88px; }
    .apt-approach h2,
    .apt-section-head h2,
    .apt-field__header h2,
    .apt-final h2 { font-size: 38px; }
    .apt-lead { font-size: 20px; }
    .apt-service-list article { min-height: 160px; grid-template-columns: 42px 1fr 28px; gap: 10px; padding: 18px 0; }
    .apt-service-list h3 { font-size: 22px; }
    .apt-service-list p { grid-column: 2 / 4; }
    .apt-calendar__months { grid-template-columns: repeat(12, 76px); }
    .apt-calendar__detail { min-height: 360px; grid-template-columns: 1fr; gap: 14px; align-content: center; }
    .apt-calendar__detail p,
    .apt-calendar__detail a { grid-column: 1; }
    .apt-calendar__detail h3 { font-size: 30px; }
    .apt-field { padding-top: 82px; }
    .apt-field__header { padding-bottom: 42px; }
    .apt-field__grid { min-height: 2100px; grid-template-columns: 1fr; grid-template-rows: repeat(5, 1fr); }
    .apt-field__wide { grid-column: auto; }
    .apt-field__grid figcaption { right: 18px; bottom: 18px; left: 18px; }
    .apt-logo-grid { grid-template-columns: repeat(2, 1fr); }
    .apt-logo-grid > div { min-height: 100px; padding: 4px; }
    .apt-final { min-height: 620px; }
    .apt-quote-hero { padding-top: 82px; padding-bottom: 72px; }
    .apt-quote-hero h1 { font-size: 48px; }
    .apt-quote-layout { gap: 58px; padding-top: 70px; padding-bottom: 86px; }
    .apt-quote-aside h2 { font-size: 36px; }
    .apt-form-wrap > header { padding: 28px 20px; }
    .apt-form-wrap > header h2 { font-size: 25px; }
    #apartment-quote-form { padding: 0 20px 28px; }
    #apartment-quote-form fieldset { padding: 30px 0; }
    .apt-choice-grid { grid-template-columns: repeat(2, 1fr); }
    .apt-form-grid { grid-template-columns: 1fr; }
    .apt-form-grid__full { grid-column: 1; }
    .apt-address-row { grid-template-columns: 1fr; }
    .apt-form-success { min-height: 500px; padding: 44px 26px; }
}

@media (prefers-reduced-motion: reduce) {
    .apt-page *,
    .apt-page *::before,
    .apt-page *::after {
        scroll-behavior: auto !important;
        transition-duration: 0.01ms !important;
    }
}

/* Tree guide */
.treecare-tree-guide,
.treecare-tree-detail {
    width: min(1180px, calc(100% - 40px));
    margin: 0 auto;
    padding: 72px 0 96px;
    color: #18312b;
    font-family: "Noto Sans KR", sans-serif;
}

.treecare-tree-guide__header {
    max-width: 720px;
    margin-bottom: 32px;
}

.treecare-tree-guide__header h1,
.treecare-tree-detail h1 {
    margin: 8px 0 12px;
    color: #102721;
    font-size: clamp(36px, 5vw, 64px);
    line-height: 1.08;
    letter-spacing: 0;
}

.treecare-eyebrow {
    margin: 0;
    color: #257a5a;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0;
}

.treecare-tree-guide__filters {
    display: grid;
    grid-template-columns: minmax(240px, 1fr) minmax(180px, 260px) auto;
    gap: 10px;
    margin-bottom: 28px;
    padding: 16px;
    border: 1px solid #dbe7e1;
    background: #f6faf7;
}

.treecare-tree-guide__filters input,
.treecare-tree-guide__filters select,
.treecare-tree-guide__filters button {
    width: 100%;
    min-height: 48px;
    margin: 0;
    border: 1px solid #c9d8d0;
    border-radius: 4px;
    background: #fff;
    font: inherit;
}

.treecare-tree-guide__filters input,
.treecare-tree-guide__filters select {
    padding: 0 14px;
}

.treecare-tree-guide__filters button {
    width: 96px;
    border-color: #1f684e;
    background: #1f684e;
    color: #fff;
    cursor: pointer;
    font-weight: 700;
}

.treecare-tree-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 18px;
}

.treecare-tree-card {
    overflow: hidden;
    border: 1px solid #dbe7e1;
    border-radius: 6px;
    background: #fff;
    color: inherit;
    text-decoration: none !important;
    transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.treecare-tree-card:hover {
    border-color: #88ae9c;
    box-shadow: 0 16px 34px rgba(24, 49, 43, 0.11);
    transform: translateY(-3px);
}

.treecare-tree-card__media {
    display: flex;
    aspect-ratio: 4 / 3;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    background: #e9f0eb;
    color: #70837a;
    font-size: 13px;
}

.treecare-tree-card__media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 300ms ease;
}

.treecare-tree-card:hover .treecare-tree-card__media img {
    transform: scale(1.035);
}

.treecare-tree-card__body {
    min-height: 132px;
    padding: 18px;
}

.treecare-tree-card__body span {
    color: #257a5a;
    font-size: 12px;
    font-weight: 700;
}

.treecare-tree-card__body h2 {
    margin: 6px 0 4px;
    color: #142f27;
    font-size: 20px;
    letter-spacing: 0;
}

.treecare-tree-card__body p,
.treecare-scientific-name {
    margin: 0;
    color: #66786f;
    font-style: italic;
}

.treecare-back-link {
    display: inline-block;
    margin-bottom: 40px;
    color: #1f684e;
    font-weight: 700;
}

.treecare-tree-detail header {
    margin-bottom: 32px;
}

.treecare-tree-detail__image {
    width: 100%;
    max-height: 640px;
    margin-bottom: 40px;
    border-radius: 6px;
    object-fit: cover;
}

.treecare-tree-detail__content {
    max-width: 820px;
    color: #30463e;
    font-size: 17px;
    line-height: 1.85;
}

.treecare-empty {
    grid-column: 1 / -1;
    padding: 48px 20px;
    border: 1px dashed #b8cbc1;
    color: #60746a;
    text-align: center;
}

@media (max-width: 980px) {
    .treecare-tree-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 720px) {
    .treecare-tree-guide,
    .treecare-tree-detail {
        width: min(100% - 24px, 1180px);
        padding: 48px 0 72px;
    }

    .treecare-tree-guide__filters,
    .treecare-tree-grid {
        grid-template-columns: 1fr;
    }

    .treecare-tree-guide__filters button {
        width: 100%;
    }

    .treecare-tree-card {
        display: grid;
        grid-template-columns: 124px minmax(0, 1fr);
    }

    .treecare-tree-card__media {
        aspect-ratio: auto;
        min-height: 132px;
    }
}
