/* ORCACHARTS_GARAGE_DOOR_MOVING_CHART_V3 */

:root {
    --bg: #071018;
    --bg2: #0a151f;
    --panel: #0d1923;
    --panel2: #0a151e;
    --line: #203542;
    --line2: #294553;
    --text: #edf7ff;
    --muted: #91a8b8;
    --soft: #bfd0da;
    --green: #72e0bd;
    --blue: #78b8ff;
    --yellow: #f1cf77;
}

* {
    box-sizing: border-box;
}

html {
    background: var(--bg);
    color: var(--text);
    scroll-behavior: smooth;
}

body {
    margin: 0;
    background:
        radial-gradient(
            circle at 18% 0,
            #112d40 0,
            transparent 34rem
        ),
        var(--bg);
    color: var(--text);
    font-family:
        Inter,
        system-ui,
        -apple-system,
        BlinkMacSystemFont,
        "Segoe UI",
        sans-serif;
}

button,
input,
select {
    font: inherit;
}

a {
    color: inherit;
}

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

.site-header {
    position: sticky;
    top: 0;
    z-index: 50;
    border-bottom: 1px solid var(--line);
    background: #071018ed;
    backdrop-filter: blur(12px);
}

.header-inner {
    min-height: 64px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.brand {
    text-decoration: none;
    font-weight: 900;
    letter-spacing: .16em;
}

.method-link {
    color: var(--muted);
    font-size: 12px;
    text-decoration: none;
}

.breadcrumb {
    padding-top: 25px;
    color: var(--muted);
    font-size: 12px;
}

.breadcrumb a {
    color: var(--blue);
    text-decoration: none;
}

.hero {
    padding: 44px 0 27px;
}

.eyebrow,
.section-kicker {
    color: var(--green);
    font-size: 11px;
    font-weight: 850;
    letter-spacing: .14em;
    text-transform: uppercase;
}

.hero h1 {
    max-width: 930px;
    margin: 10px 0 17px;
    font-size:
        clamp(
            40px,
            6.2vw,
            72px
        );
    line-height: .99;
    letter-spacing: -.035em;
}

.lead {
    max-width: 850px;
    margin-bottom: 15px;
    color: #bdccd6;
    font-size: 18px;
    line-height: 1.65;
}

.evidence-note {
    max-width: 910px;
    color: var(--muted);
    font-size: 12px;
    line-height: 1.6;
}

.requirements-panel,
.chart-panel,
.directory-panel,
.method-panel {
    margin: 18px 0;
    padding: 20px;
    border: 1px solid var(--line);
    border-radius: 18px;
    background: #0d1923e8;
}

.preset-row {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin: 14px 0 18px;
}

.preset-button {
    cursor: pointer;
    padding: 9px 13px;
    border: 1px solid var(--line2);
    border-radius: 999px;
    background: #0a1720;
    color: #bad0dd;
    font-size: 12px;
    font-weight: 800;
}

.preset-button:hover,
.preset-button.active {
    border-color: var(--green);
    background: #0d2c24;
    color: #a9f4dc;
}

.preset-clear {
    color: var(--muted);
}

.requirements-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 9px;
}

.requirement-chip {
    cursor: pointer;
    position: relative;
}

.requirement-chip input {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

.requirement-chip span {
    display: inline-flex;
    align-items: center;
    min-height: 38px;
    padding: 8px 12px;
    border: 1px solid var(--line);
    border-radius: 10px;
    background: #09151e;
    color: #afc2cf;
    font-size: 12px;
    font-weight: 720;
    transition:
        border-color .15s ease,
        background .15s ease,
        color .15s ease,
        transform .15s ease;
}

.requirement-chip:hover span {
    transform: translateY(-1px);
    border-color: #416171;
}

.requirement-chip input:checked + span {
    border-color: #3d8f76;
    background: #0c2b23;
    color: #9cf0d5;
}

.moving-section {
    margin-top: 20px;
}

.moving-header,
.chart-title-row,
.directory-heading {
    display: flex;
    gap: 20px;
    align-items: flex-end;
    justify-content: space-between;
}

.moving-header {
    margin: 28px 0 12px;
}

.moving-header h2,
.directory-heading h2,
.method-panel h2 {
    margin: 5px 0;
}

.match-summary {
    color: var(--muted);
    font-size: 12px;
}

.sort-wrap {
    min-width: 190px;
}

.sort-wrap label {
    display: block;
    margin-bottom: 5px;
    color: var(--muted);
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: .07em;
}

.sort-wrap select,
.directory-heading input {
    width: 100%;
    padding: 10px 11px;
    border: 1px solid var(--line);
    border-radius: 9px;
    outline: 0;
    background: #08131b;
    color: var(--text);
}

.chart-title-row {
    align-items: flex-start;
}

.chart-title-row h3 {
    margin: 5px 0 6px;
    font-size: 22px;
}

.chart-title-row p {
    max-width: 680px;
    margin: 0;
    color: var(--muted);
    font-size: 12px;
    line-height: 1.55;
}

.auto-demo {
    cursor: pointer;
    white-space: nowrap;
    padding: 8px 11px;
    border: 1px solid #315261;
    border-radius: 999px;
    background: #0a1720;
    color: #90a9b9;
    font-size: 10px;
    font-weight: 900;
    letter-spacing: .05em;
}

.auto-demo.active {
    border-color: #4c967f;
    background: #0c2c23;
    color: #9df0d6;
}

.chart-frame {
    position: relative;
    overflow: hidden;
    margin-top: 18px;
    border: 1px solid #1b3341;
    border-radius: 15px;
    background:
        linear-gradient(
            180deg,
            #091822,
            #07131c
        );
}

#garageValueChart {
    display: block;
    width: 100%;
    height: auto;
    min-height: 420px;
}

.chart-axis {
    stroke: #36505e;
    stroke-width: 1.4;
}

.chart-grid-line {
    stroke: #17303d;
    stroke-width: 1;
    stroke-dasharray: 4 7;
}

.chart-grid-label,
.chart-axis-label {
    fill: #708a9b;
    font-size: 11px;
    font-weight: 700;
}

.chart-axis-label {
    font-size: 12px;
    letter-spacing: .03em;
}

.garage-point {
    cursor: pointer;
    transition:
        transform .72s
        cubic-bezier(.2,.7,.2,1);
}

.garage-point circle {
    fill: #77b8ff;
    stroke: #d8efff;
    stroke-width: 2;
    transition:
        r .2s ease,
        fill .2s ease,
        opacity .2s ease;
}

.garage-point:hover circle,
.garage-point.is-top circle {
    fill: #72e0bd;
}

.garage-point.is-top circle {
    stroke: #d8fff2;
    stroke-width: 3;
}

.garage-point text {
    pointer-events: none;
    fill: #dcebf4;
    font-size: 11px;
    font-weight: 760;
    paint-order: stroke;
    stroke: #07131c;
    stroke-width: 4;
    stroke-linejoin: round;
}

.chart-tooltip {
    position: absolute;
    z-index: 10;
    width: min(270px, calc(100% - 24px));
    padding: 11px 12px;
    border: 1px solid #355363;
    border-radius: 11px;
    background: #061018f2;
    box-shadow: 0 16px 36px #0008;
    color: var(--text);
    pointer-events: none;
    font-size: 11px;
    line-height: 1.5;
}

.chart-tooltip strong {
    display: block;
    margin-bottom: 4px;
    color: #fff;
    font-size: 12px;
}

.chart-tooltip span {
    color: var(--muted);
}

.watch-note {
    margin: 13px 0 0;
    color: var(--muted);
    font-size: 12px;
}

.watch-note strong {
    color: var(--green);
}

.directory-heading {
    align-items: center;
    margin-bottom: 15px;
}

.directory-heading input {
    max-width: 280px;
}

.table-wrap {
    overflow-x: auto;
    border: 1px solid var(--line);
    border-radius: 13px;
}

.market {
    width: 100%;
    min-width: 1100px;
    border-collapse: collapse;
    background: #09151e;
}

.market th,
.market td {
    padding: 13px 10px;
    border-bottom: 1px solid #172c38;
    text-align: left;
    vertical-align: middle;
}

.market th {
    position: sticky;
    top: 64px;
    z-index: 5;
    background: #0d1d28;
    color: #829bab;
    font-size: 9px;
    font-weight: 850;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.market tbody tr {
    transition:
        opacity .2s ease,
        background .2s ease;
}

.market tbody tr:hover {
    background: #0c1c27;
}

.market tbody tr[data-top="1"] {
    background: #0c211d;
}

.rank-cell {
    width: 38px;
    color: #7992a3;
    font-size: 12px;
    font-weight: 850;
}

.company strong {
    display: block;
}

.sub {
    display: block;
    margin-top: 3px;
    color: var(--muted);
    font-size: 10px;
}

.fit-cell strong {
    display: block;
    color: var(--green);
    font-size: 17px;
}

.fit-cell span {
    display: block;
    color: var(--muted);
    font-size: 9px;
}

.yes,
.no {
    display: inline-flex;
    padding: 4px 7px;
    border-radius: 999px;
    font-size: 9px;
    font-weight: 850;
}

.yes {
    background: #0b2c22;
    color: #93efce;
}

.no {
    background: #271a1d;
    color: #e8a9ae;
}

.contact-actions {
    display: flex;
    gap: 6px;
    align-items: center;
}

.call-button,
.website-button {
    display: inline-flex;
    white-space: nowrap;
    padding: 7px 9px;
    border-radius: 8px;
    font-size: 10px;
    font-weight: 850;
    text-decoration: none;
}

.call-button {
    background: var(--green);
    color: #062019;
}

.website-button {
    border: 1px solid #315061;
    background: #102431;
    color: #dcebf4;
}

.method-panel p {
    max-width: 920px;
    color: #afc3cf;
    line-height: 1.7;
}

footer {
    margin-top: 42px;
    padding: 28px 0 44px;
    border-top: 1px solid var(--line);
    color: var(--muted);
    font-size: 12px;
}

@media (max-width: 800px) {

    .moving-header,
    .chart-title-row,
    .directory-heading {
        align-items: stretch;
        flex-direction: column;
    }

    .sort-wrap,
    .directory-heading input {
        width: 100%;
        max-width: none;
    }

    #garageValueChart {
        min-width: 760px;
    }

    .chart-frame {
        overflow-x: auto;
    }

}

@media (max-width: 520px) {

    .wrap {
        width:
            calc(
                100% - 22px
            );
    }

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

    .requirements-panel,
    .chart-panel,
    .directory-panel,
    .method-panel {
        padding: 14px;
    }

}

/*
 * ORCACHARTS_GARAGE_DOOR_PRICE_RANGE_CHART_V1
 */

.price-range-line {
    stroke: #72e0bd;
    stroke-width: 8;
    stroke-linecap: round;
    opacity: .82;
}

.garage-point.is-top .price-range-line {
    stroke-width: 10;
    opacity: 1;
}

.garage-point .price-range-end {
    fill: #72e0bd;
    stroke: #d8fff2;
    stroke-width: 2;
}

.garage-point .price-range-min {
    fill: #78b8ff;
}

.garage-point .price-range-label {
    fill: #edf7ff;
    font-size: 11px;
    font-weight: 800;
}

.garage-point .price-range-fit {
    fill: #91a8b8;
    font-size: 9px;
    font-weight: 700;
}

.price-range-sub {
    color: #72e0bd;
    font-weight: 720;
}

