/* DESIGN SYSTEM: primary #1e3a2b, secondary #b0552e, accent #84b46a, fonts 'Manrope', 'Segoe UI', Arial, sans-serif; radii 14/24/34px; shadows layered glass + editorial depth */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

:root {
    --os-primary: #1e3a2b;
    --os-secondary: #b0552e;
    --os-accent: #84b46a;
    --os-accent-soft: #eaf6de;
    --os-ink: #1e2c22;
    --os-muted: #6d7d70;
    --os-line: #d5e0d1;
    --os-paper: #fdfffb;
    --os-surface: #eef5ea;
    --os-surface-deep: #e5eee0;
    --os-dark: #101a13;
    --os-white: #ffffff;
    --os-radius-sm: 14px;
    --os-radius-md: 24px;
    --os-radius-lg: 34px;
    --os-shadow-soft: 0 18px 44px rgba(23, 35, 27, .08);
    --os-shadow-strong: 0 28px 72px rgba(23, 35, 27, .16);
    --os-font: 'Manrope', 'Segoe UI', Arial, sans-serif;
}

html { scroll-behavior: smooth; }
body {
    font-family: var(--os-font);
    color: var(--os-ink);
    background:
        radial-gradient(circle at 12% 0%, rgba(132,180,106,.18), transparent 22%),
        radial-gradient(circle at 100% 10%, rgba(176,85,46,.14), transparent 25%),
        linear-gradient(180deg, #f6fbf3 0%, #ecf4e7 100%);
    line-height: 1.72;
    font-size: 16px;
}
a { color: var(--os-secondary); text-decoration: none; }
a:hover { text-decoration: underline; }

.holdWrap_os { width: min(1120px, calc(100% - 32px)); margin: 0 auto; }

.capBar_os {
    position: sticky;
    top: 0;
    z-index: 99;
    background: rgba(16, 28, 21, .9);
    backdrop-filter: blur(14px);
    border-bottom: 1px solid rgba(255,255,255,.06);
}
.capBar_os__inner {
    min-height: 76px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.capBar_os__brand {
    color: #fff;
    text-transform: uppercase;
    letter-spacing: .18em;
    font-weight: 800;
    font-size: 19px;
}

.leadStage_os {
    position: relative;
    overflow: hidden;
    padding: 88px 0 64px;
    background:
        linear-gradient(135deg, rgba(30,58,43,.95) 0%, rgba(18,30,22,.93) 52%, rgba(176,85,46,.88) 100%);
    color: #fff;
}
.leadStage_os::before,
.leadStage_os::after {
    content: "";
    position: absolute;
    border-radius: 999px;
    pointer-events: none;
    filter: blur(6px);
}
.leadStage_os::before {
    width: 280px;
    height: 280px;
    top: -110px;
    right: -30px;
    background: rgba(132,180,106,.18);
}
.leadStage_os::after {
    width: 220px;
    height: 220px;
    left: -60px;
    bottom: -90px;
    background: rgba(255,255,255,.08);
}
.leadStage_os__eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 9px 16px;
    border-radius: 999px;
    border: 1px solid rgba(255,255,255,.16);
    background: rgba(255,255,255,.08);
    letter-spacing: .18em;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 800;
    margin-bottom: 20px;
}
.leadStage_os__title {
    max-width: 800px;
    font-size: clamp(34px, 5vw, 62px);
    line-height: 1.04;
    font-weight: 900;
    margin-bottom: 16px;
}
.leadStage_os__subtitle {
    max-width: 700px;
    color: rgba(255,255,255,.82);
    font-size: 17px;
}
.leadStage_os__subtitle + .leadStage_os__subtitle { margin-top: 12px; }

.bodyFlow_os {
    padding: 56px 0 88px;
}
.sheetBox_os {
    background: rgba(253,255,251,.94);
    border: 1px solid rgba(30,58,43,.08);
    border-radius: var(--os-radius-lg);
    box-shadow: var(--os-shadow-soft);
    padding: 42px 42px 46px;
}
@media (max-width: 760px) {
    .bodyFlow_os { padding-top: 34px; }
    .sheetBox_os { padding: 26px 20px 30px; border-radius: 24px; }
}

.sheetBox_os h2 {
    font-size: clamp(24px, 3vw, 32px);
    line-height: 1.14;
    margin: 30px 0 14px;
    color: var(--os-primary);
}
.sheetBox_os h2:first-child { margin-top: 0; }
.sheetBox_os h3 {
    font-size: 19px;
    margin: 20px 0 8px;
    color: var(--os-ink);
}
.sheetBox_os p,
.sheetBox_os li,
.sheetBox_os ul,
.sheetBox_os ol { color: var(--os-muted); }
.sheetBox_os p { margin-bottom: 14px; }
.sheetBox_os ul,
.sheetBox_os ol { padding-left: 22px; margin-bottom: 16px; }
.sheetBox_os li { margin-bottom: 7px; }
.sheetBox_os strong { color: var(--os-ink); }
.sheetBox_os em {
    color: var(--os-secondary);
    font-style: normal;
    font-weight: 800;
}

.chipTag_os {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    min-height: 30px;
    padding: 5px 12px;
    border-radius: 999px;
    background: var(--os-accent-soft);
    color: #6a4a20;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .05em;
}
.chipTag_os--mint {
    background: #f0fbe9;
    color: #b0552e;
}
.chipTag_os--violet {
    background: #e5f1e0;
    color: #3c6b46;
}

.factGrid_os {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(210px, 1fr));
    gap: 18px;
    margin: 24px 0 28px;
}
.factCard_os {
    background: linear-gradient(180deg, rgba(255,255,255,.95) 0%, rgba(243,250,240,.95) 100%);
    border: 1px solid rgba(30,58,43,.08);
    border-radius: 26px;
    padding: 24px 22px;
    box-shadow: 0 16px 34px rgba(23, 35, 27, .06);
}
.factCard_os__icon {
    width: 52px;
    height: 52px;
    border-radius: 18px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 14px;
    background: linear-gradient(135deg, rgba(30,58,43,.12), rgba(176,85,46,.18));
    font-size: 24px;
}
.factCard_os__title {
    font-size: 17px;
    font-weight: 800;
    color: var(--os-primary);
    margin-bottom: 8px;
}
.factCard_os__text {
    font-size: 14px;
    color: var(--os-muted);
}

.citeBox_os {
    margin: 28px 0;
    padding: 30px 28px;
    border-radius: 28px;
    background:
        linear-gradient(160deg, rgba(30,58,43,.96) 0%, rgba(176,85,46,.92) 100%);
    color: #fff;
    box-shadow: var(--os-shadow-strong);
}
.citeBox_os__text {
    font-size: clamp(22px, 3vw, 30px);
    line-height: 1.4;
    font-weight: 800;
    margin-bottom: 10px;
}
.citeBox_os__meta {
    color: rgba(255,255,255,.76);
    font-size: 14px;
}

.statRow_os {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
    gap: 14px;
    margin: 30px 0;
}
.statCell_os {
    padding: 22px 18px;
    text-align: center;
    border-radius: 22px;
    background: linear-gradient(180deg, #ffffff 0%, #eaf2e3 100%);
    border: 1px solid rgba(30,58,43,.08);
}
.statCell_os__value {
    display: block;
    font-size: 36px;
    line-height: 1;
    font-weight: 900;
    color: var(--os-primary);
    margin-bottom: 8px;
}
.statCell_os__label {
    font-size: 13px;
    color: var(--os-muted);
}

.pathList_os {
    margin: 24px 0;
    counter-reset: pathItem_os;
}
.pathItem_os {
    display: grid;
    grid-template-columns: 58px 1fr;
    gap: 16px;
    align-items: start;
    padding: 18px 0;
    border-bottom: 1px solid var(--os-line);
}
.pathItem_os:last-child { border-bottom: none; }
.pathItem_os__num {
    width: 48px;
    height: 48px;
    border-radius: 18px;
    background: linear-gradient(135deg, var(--os-primary) 0%, var(--os-secondary) 100%);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 12px 26px rgba(30,58,43,.18);
}
.pathItem_os__num::before {
    counter-increment: pathItem_os;
    content: counter(pathItem_os);
    font-weight: 900;
}
.pathItem_os__title {
    font-weight: 800;
    color: var(--os-primary);
    margin-bottom: 5px;
}
.pathItem_os__text {
    color: var(--os-muted);
}

.markNote_os {
    margin: 24px 0;
    padding: 20px 22px;
    border-radius: 24px;
    background: linear-gradient(135deg, #f3faea 0%, #f9fdf5 100%);
    border: 1px solid rgba(132,180,106,.42);
    box-shadow: inset 0 0 0 1px rgba(255,255,255,.75);
}
.markNote_os p { color: var(--os-ink); margin: 0; }

.dataTable_os {
    width: 100%;
    border-collapse: collapse;
    margin: 24px 0;
    overflow: hidden;
    border-radius: 24px;
    box-shadow: 0 16px 34px rgba(23, 35, 27, .06);
}
.dataTable_os th {
    background: linear-gradient(135deg, var(--os-primary) 0%, #2b5a3c 100%);
    color: #fff;
    text-align: left;
    padding: 14px 16px;
    font-size: 14px;
    font-weight: 800;
}
.dataTable_os td {
    background: rgba(255,255,255,.94);
    padding: 13px 16px;
    border-bottom: 1px solid var(--os-line);
    color: var(--os-muted);
    font-size: 14px;
}
.dataTable_os tr:last-child td { border-bottom: none; }

.reachGrid_os {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(210px, 1fr));
    gap: 16px;
    margin-bottom: 28px;
}
.reachCard_os {
    padding: 22px 20px;
    border-radius: 24px;
    background: linear-gradient(180deg, rgba(255,255,255,.95) 0%, rgba(238,246,234,.95) 100%);
    border: 1px solid rgba(30,58,43,.08);
    box-shadow: 0 14px 30px rgba(23,35,27,.06);
}
.reachCard_os__icon {
    font-size: 26px;
    margin-bottom: 12px;
}
.reachCard_os__label {
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: .12em;
    color: var(--os-muted);
    margin-bottom: 8px;
    font-weight: 800;
}
.reachCard_os__value {
    font-weight: 700;
    color: var(--os-primary);
}
.reachCard_os__value a { color: var(--os-secondary); }

.inpForm_os {
    margin-top: 10px;
}
.inpField_os { margin-bottom: 18px; }
.inpLabel_os {
    display: block;
    margin-bottom: 8px;
    font-size: 14px;
    font-weight: 700;
    color: var(--os-primary);
}
.inpBox_os,
.inpSelect_os,
.inpArea_os {
    width: 100%;
    border-radius: 18px;
    border: 1px solid var(--os-line);
    background: rgba(255,255,255,.9);
    padding: 13px 15px;
    font-family: var(--os-font);
    font-size: 15px;
    color: var(--os-ink);
    outline: none;
    transition: border-color .2s, box-shadow .2s, transform .15s;
}
.inpBox_os:focus,
.inpSelect_os:focus,
.inpArea_os:focus {
    border-color: rgba(176,85,46,.55);
    box-shadow: 0 0 0 5px rgba(176,85,46,.12);
    transform: translateY(-1px);
}
.inpArea_os {
    min-height: 150px;
    resize: vertical;
}
.inpHint_os {
    display: block;
    margin-top: 7px;
    font-size: 12px;
    color: var(--os-muted);
}
.actBtn_os {
    width: 100%;
    border: none;
    border-radius: 20px;
    padding: 15px 18px;
    background: linear-gradient(135deg, var(--os-primary) 0%, var(--os-secondary) 100%);
    color: #fff;
    font-size: 15px;
    font-weight: 800;
    letter-spacing: .05em;
    cursor: pointer;
    box-shadow: 0 18px 34px rgba(30,58,43,.18);
}
.actBtn_os:hover { filter: brightness(1.04); }

.openHours_os {
    width: 100%;
    border-collapse: collapse;
    margin-top: 12px;
    box-shadow: 0 14px 30px rgba(23,35,27,.06);
    border-radius: 22px;
    overflow: hidden;
}
.openHours_os td {
    padding: 12px 14px;
    background: rgba(255,255,255,.94);
    border-bottom: 1px solid var(--os-line);
}
.openHours_os td:first-child {
    color: var(--os-primary);
    font-weight: 700;
}
.openHours_os tr:last-child td { border-bottom: none; }
.openHours_os__open {
    color: #b0552e;
    font-weight: 800;
}

.geoMap_os {
    margin: 26px 0;
    border-radius: 26px;
    overflow: hidden;
    border: 1px solid rgba(30,58,43,.08);
    box-shadow: 0 16px 36px rgba(23,35,27,.08);
}

.baseFoot_os {
    position: relative;
    overflow: hidden;
    margin-top: 34px;
    padding: 70px 0 30px;
    background:
        linear-gradient(180deg, #101c15 0%, #18291e 54%, #1a2c21 100%);
    color: #bfd0c2;
}
.baseFoot_os__shell {
    width: min(1120px, calc(100% - 32px));
    margin: 0 auto;
    position: relative;
    z-index: 1;
}
.baseFoot_os__grid {
    display: grid;
    grid-template-columns: 1.7fr 1fr 1fr 1fr;
    gap: 28px;
    margin-bottom: 30px;
}
@media (max-width: 940px) {
    .baseFoot_os__grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 620px) {
    .baseFoot_os__grid { grid-template-columns: 1fr; gap: 22px; }
}
.baseFoot_os__brand h3,
.baseFoot_os__col h4 {
    color: #fff;
}
.baseFoot_os__brand h3 {
    font-size: 22px;
    font-weight: 900;
    letter-spacing: .14em;
    text-transform: uppercase;
    margin-bottom: 12px;
}
.baseFoot_os__brand p,
.baseFoot_os__contact p {
    font-size: 14px;
    line-height: 1.76;
}
.baseFoot_os__col {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.baseFoot_os__col h4 {
    font-size: 12px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: .18em;
}
.baseFoot_os__nav,
.baseFoot_os__legal {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.baseFoot_os__nav a,
.baseFoot_os__legal a {
    color: #cfdcd0;
    font-size: 14px;
}
.baseFoot_os__nav a:hover,
.baseFoot_os__legal a:hover { color: #fff; }
.baseFoot_os__contact strong { color: #fff; }

.baseFoot_os__notice {
    padding: 20px 22px;
    border-radius: 24px;
    background: rgba(255,255,255,.04);
    border: 1px solid rgba(255,255,255,.08);
}
.baseFoot_os__notice p {
    font-size: 12px;
    line-height: 1.82;
    color: #b3c3b6;
}
.baseFoot_os__notice strong { color: #fff; }
.baseFoot_os__line {
    height: 1px;
    background: rgba(255,255,255,.08);
    margin: 24px 0 20px;
}
.baseFoot_os__bottom {
    text-align: center;
    color: #93a595;
    font-size: 13px;
}
.baseFoot_os__orb {
    position: absolute;
    border-radius: 999px;
    pointer-events: none;
}
.baseFoot_os__orb--one {
    width: 320px;
    height: 320px;
    right: -100px;
    top: -70px;
    background: radial-gradient(circle, rgba(132,180,106,.18) 0%, transparent 68%);
}
.baseFoot_os__orb--two {
    width: 260px;
    height: 260px;
    left: -60px;
    bottom: -90px;
    background: radial-gradient(circle, rgba(176,85,46,.22) 0%, transparent 68%);
}
