/* November Studio Apps — practical tools within the public editorial system. */
.apps-shell {
    width: min(1200px, calc(100% - 64px));
    margin-inline: auto;
}

.apps-eyebrow {
    margin: 0;
    color: var(--nov-brass-dark);
    font-size: 10px;
    font-weight: 750;
    letter-spacing: 0.18em;
    line-height: 1.4;
}

.apps-hero {
    position: relative;
    overflow: hidden;
    background: #171716;
    color: #fff;
}

.apps-hero::after {
    position: absolute;
    right: -8vw;
    bottom: -0.32em;
    color: rgba(255, 255, 255, 0.025);
    content: "APPS";
    font-size: clamp(180px, 31vw, 520px);
    font-weight: 750;
    letter-spacing: -0.09em;
    line-height: 0.72;
    pointer-events: none;
}

.apps-hero .apps-shell {
    position: relative;
    z-index: 1;
    display: grid;
    min-height: 620px;
    grid-template-columns: minmax(0, 1fr) 220px;
    align-items: end;
    gap: 80px;
    padding-block: 110px 100px;
}

.apps-hero .apps-eyebrow {
    color: #aaa8a0;
}

.apps-hero__copy h1 {
    max-width: 780px;
    margin: 30px 0 0;
    color: #fff;
    font-size: clamp(48px, 7vw, 94px);
    font-weight: 520;
    letter-spacing: -0.07em;
    line-height: 0.98;
}

.apps-hero__copy > p:last-child {
    max-width: 650px;
    margin: 42px 0 0;
    color: #aaa9a3;
    font-size: clamp(15px, 1.4vw, 18px);
    line-height: 1.85;
    word-break: keep-all;
}

.apps-hero__index {
    padding-top: 24px;
    border-top: 1px solid rgba(255, 255, 255, 0.22);
}

.apps-hero__index span {
    color: #fff;
    font-size: 68px;
    font-weight: 300;
    letter-spacing: -0.07em;
    line-height: 1;
}

.apps-hero__index p {
    margin: 20px 0 0;
    color: #77766f;
    font-size: 9px;
    font-weight: 700;
    letter-spacing: 0.16em;
    line-height: 1.7;
}

.apps-library {
    padding: clamp(86px, 9vw, 140px) 0;
    background: #f1f1ed;
}

.apps-section-heading {
    display: grid;
    grid-template-columns: 220px minmax(0, 1fr);
    gap: 80px;
    margin-bottom: clamp(44px, 6vw, 76px);
}

.apps-section-heading h2 {
    max-width: 760px;
    margin: -7px 0 0;
    color: var(--nov-ink);
    font-size: clamp(32px, 4.4vw, 58px);
    font-weight: 520;
    letter-spacing: -0.06em;
    line-height: 1.15;
    word-break: keep-all;
}

.apps-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
}

.apps-card {
    overflow: hidden;
    border: 1px solid #d0d0ca;
    background: #fff;
}

.apps-card > a {
    display: grid;
    min-height: 560px;
    grid-template-columns: minmax(0, 1.1fr) minmax(360px, 0.9fr);
    grid-template-rows: auto 1fr;
    color: var(--nov-ink);
}

.apps-card__topline {
    display: flex;
    grid-column: 1 / -1;
    align-items: center;
    justify-content: space-between;
    padding: 24px 28px;
    border-bottom: 1px solid #d8d8d2;
    color: #74746f;
    font-size: 9px;
    font-weight: 730;
    letter-spacing: 0.16em;
}

.apps-card__status {
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.apps-card__status i {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #547356;
    box-shadow: 0 0 0 4px rgba(84, 115, 86, 0.12);
}

.apps-card__preview {
    display: flex;
    min-height: 460px;
    padding: clamp(38px, 5vw, 74px);
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
    background: #171716;
    color: #fff;
}

.apps-card__preview-label {
    color: #77766f;
    font-size: 9px;
    font-weight: 700;
    letter-spacing: 0.18em;
}

.apps-card__preview-price {
    display: flex;
    margin-top: 34px;
    align-items: baseline;
    gap: clamp(10px, 1.5vw, 22px);
    font-variant-numeric: tabular-nums;
    white-space: nowrap;
}

.apps-card__preview-price strong {
    font-size: clamp(54px, 7vw, 96px);
    font-weight: 400;
    letter-spacing: -0.075em;
    line-height: 1;
}

.apps-card__preview-price span {
    color: #c8c7c0;
    font-size: 32px;
    font-weight: 300;
}

.apps-card__preview-price small {
    color: #aaa9a3;
    font-size: 13px;
    font-weight: 500;
}

.apps-card__preview-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 7px;
    margin-top: 38px;
}

.apps-card__preview-tags span {
    padding: 7px 11px;
    border: 1px solid rgba(255, 255, 255, 0.18);
    color: #aaa9a3;
    font-size: 10px;
}

.apps-card__body {
    display: flex;
    padding: clamp(38px, 5vw, 70px);
    align-items: flex-end;
    justify-content: space-between;
    gap: 40px;
    background: #fff;
}

.apps-card__body p {
    margin: 0;
    color: var(--nov-brass-dark);
    font-size: 9px;
    font-weight: 740;
    letter-spacing: 0.16em;
}

.apps-card__body h3 {
    margin: 20px 0 0;
    color: var(--nov-ink);
    font-size: clamp(34px, 4vw, 54px);
    font-weight: 520;
    letter-spacing: -0.06em;
}

.apps-card__body div > span {
    display: block;
    max-width: 420px;
    margin-top: 24px;
    color: var(--nov-muted);
    line-height: 1.85;
    word-break: keep-all;
}

.apps-card__arrow {
    display: grid;
    width: 56px;
    height: 56px;
    flex: 0 0 auto;
    place-items: center;
    border: 1px solid var(--nov-ink);
    border-radius: 50%;
    font-size: 20px;
    transition: background-color 220ms ease, color 220ms ease, transform 300ms ease;
}

.apps-card > a:hover .apps-card__arrow,
.apps-card > a:focus-visible .apps-card__arrow {
    background: var(--nov-ink);
    color: #fff;
    transform: rotate(45deg);
}

.apps-card > a:focus-visible {
    outline: 3px solid var(--nov-ink);
    outline-offset: -3px;
}

.apps-library__note {
    display: grid;
    grid-template-columns: 220px minmax(0, 600px);
    gap: 80px;
    margin-top: 42px;
    padding-top: 30px;
    border-top: 1px solid #d0d0ca;
}

.apps-library__note span {
    color: #77766f;
    font-size: 9px;
    font-weight: 730;
    letter-spacing: 0.16em;
}

.apps-library__note p {
    margin: 0;
    color: var(--nov-muted);
    line-height: 1.8;
    word-break: keep-all;
}

/* Apps directory: compact, product-first cards that scale as tools are added. */
.app-directory-hero {
    border-bottom: 1px solid #ebeae5;
    background: #fff;
    color: var(--nov-ink);
}

.app-directory-hero__layout {
    max-width: 920px;
    padding-block: clamp(66px, 7vw, 94px);
}

.app-directory-hero__copy h1 {
    margin: 18px 0 0;
    font-size: clamp(48px, 6vw, 74px);
    font-weight: 560;
    letter-spacing: -0.065em;
    line-height: 1;
}

.app-directory-hero__copy > p:last-of-type {
    max-width: 760px;
    margin: 28px 0 0;
    color: #555650;
    font-size: clamp(14px, 1.25vw, 17px);
    line-height: 1.85;
    word-break: keep-all;
}

.app-directory-hero__benefits {
    display: flex;
    margin: 26px 0 0;
    padding: 0;
    flex-wrap: wrap;
    gap: 8px;
    list-style: none;
}

.app-directory-hero__benefits li {
    padding: 7px 10px;
    border: 1px solid #deddd7;
    border-radius: 2px;
    background: #fbfbf9;
    color: #555650;
    font-size: 9px;
    font-weight: 620;
    letter-spacing: -0.01em;
}

.app-tool-card__status i {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #171716;
    box-shadow: 0 0 0 4px rgba(23, 23, 22, 0.1);
}

.app-directory {
    padding: clamp(72px, 8vw, 112px) 0 clamp(90px, 10vw, 150px);
    background: #fbfbfa;
}

.app-directory__inner {
    max-width: 920px;
}

.app-directory__header {
    margin-bottom: 42px;
}

.app-directory__header h2 {
    margin: 13px 0 0;
    color: var(--nov-ink);
    font-size: clamp(32px, 4vw, 48px);
    font-weight: 560;
    letter-spacing: -0.055em;
    line-height: 1.15;
}

.app-directory__header > p {
    max-width: 430px;
    margin: 0 0 4px;
    color: var(--nov-muted);
    font-size: 13px;
    line-height: 1.75;
    word-break: keep-all;
}

.app-directory__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
    align-items: stretch;
}

.app-launch-card {
    min-width: 0;
}

.app-launch-card > a {
    position: relative;
    display: flex;
    min-height: 420px;
    padding: 28px;
    overflow: hidden;
    flex-direction: column;
    border: 1px solid #2d2e2a;
    border-radius: 24px;
    background:
        radial-gradient(circle at 18% 15%, rgba(219, 208, 168, 0.16), transparent 28%),
        linear-gradient(145deg, #272824 0%, #171716 64%);
    box-shadow: 0 18px 48px rgba(23, 23, 22, 0.13);
    color: #fff;
    isolation: isolate;
    transition:
        border-color 260ms ease,
        box-shadow 360ms cubic-bezier(0.16, 1, 0.3, 1),
        transform 360ms cubic-bezier(0.16, 1, 0.3, 1);
}

.app-launch-card > a::before {
    position: absolute;
    z-index: -1;
    top: -28%;
    right: -32%;
    width: 92%;
    aspect-ratio: 1;
    border: 1px solid rgba(229, 218, 179, 0.15);
    border-radius: 42% 58% 58% 42%;
    content: "";
    transform: rotate(18deg);
    transition: border-color 360ms ease, transform 620ms cubic-bezier(0.16, 1, 0.3, 1);
}

.app-launch-card > a::after {
    position: absolute;
    z-index: -1;
    inset: 0;
    background-image:
        linear-gradient(rgba(255, 255, 255, 0.022) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.022) 1px, transparent 1px);
    background-size: 34px 34px;
    content: "";
    mask-image: linear-gradient(to bottom, #000, transparent 72%);
}

.app-launch-card > a:hover,
.app-launch-card > a:focus-visible {
    border-color: #a99f7e;
    box-shadow: 0 28px 70px rgba(23, 23, 22, 0.22);
    transform: translateY(-6px);
}

.app-launch-card > a:focus-visible {
    outline: 3px solid var(--nov-ink);
    outline-offset: 4px;
}

.app-launch-card > a:hover::before,
.app-launch-card > a:focus-visible::before {
    border-color: rgba(229, 218, 179, 0.34);
    transform: translate(-8px, 14px) rotate(34deg) scale(1.08);
}

.app-launch-card__art {
    display: block;
    height: 176px;
    margin: 24px -15px 22px;
    color: #d9d5c7;
}

.app-launch-card__art svg {
    display: block;
    width: 100%;
    height: 100%;
    overflow: visible;
}

.app-launch-card__art path,
.app-launch-card__art circle {
    fill: none;
    stroke: currentColor;
    stroke-width: 1.55;
    stroke-linecap: round;
    stroke-linejoin: round;
    vector-effect: non-scaling-stroke;
}

.app-launch-card__art .app-launch-card__art-fill {
    fill: rgba(255, 255, 255, 0.035);
}

.app-launch-card__art .app-launch-card__art-paper {
    fill: rgba(12, 13, 12, 0.48);
    stroke: #eeeadd;
}

.app-launch-card__art .app-launch-card__art-accent {
    fill: rgba(185, 174, 136, 0.18);
    stroke: #b9ae88;
}

.app-launch-card__art .app-launch-card__art-coin {
    fill: #b9ae88;
    stroke: #e9e2c8;
}

.app-launch-card__art .app-launch-card__art-currency {
    stroke: #171716;
    stroke-width: 1.35;
}

.app-launch-card__art-muted,
.app-launch-card__art-floor {
    opacity: 0.38;
}

.app-launch-card__art-light,
.app-launch-card__art-sheet,
.app-launch-card__art-camera {
    transition: transform 520ms cubic-bezier(0.16, 1, 0.3, 1);
}

.app-launch-card > a:hover .app-launch-card__art-light,
.app-launch-card > a:focus-visible .app-launch-card__art-light {
    transform: translate(-3px, -2px);
}

.app-launch-card > a:hover .app-launch-card__art-sheet,
.app-launch-card > a:focus-visible .app-launch-card__art-sheet {
    transform: translateY(-5px);
}

.app-launch-card > a:hover .app-launch-card__art-camera,
.app-launch-card > a:focus-visible .app-launch-card__art-camera {
    transform: translate(3px, -2px);
}

.app-launch-card__copy {
    position: relative;
    z-index: 1;
    margin-top: auto;
}

.app-launch-card__copy > span {
    color: #b9ae88;
    font-size: 9px;
    font-weight: 740;
    letter-spacing: 0.12em;
}

.app-launch-card__copy h3 {
    margin: 12px 0 0;
    font-size: clamp(34px, 3.3vw, 46px);
    font-weight: 600;
    letter-spacing: -0.06em;
    line-height: 1.04;
}

.app-launch-card__copy p {
    max-width: 280px;
    margin: 18px 0 0;
    color: #aaa9a3;
    font-size: 12px;
    line-height: 1.65;
    word-break: keep-all;
}

.app-launch-card__arrow {
    position: absolute;
    top: 28px;
    right: 28px;
    display: grid;
    width: 48px;
    height: 48px;
    place-items: center;
    border: 1px solid rgba(255, 255, 255, 0.19);
    border-radius: 50%;
    color: #d9d6cb;
    font-size: 20px;
    transition:
        background-color 260ms ease,
        color 260ms ease,
        transform 360ms cubic-bezier(0.16, 1, 0.3, 1);
}

.app-launch-card > a:hover .app-launch-card__arrow,
.app-launch-card > a:focus-visible .app-launch-card__arrow {
    background: #f2f0e8;
    color: #171716;
    transform: rotate(45deg);
}

@media (max-width: 991.98px) {
    .app-directory__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 767.98px) {
    .app-directory__grid {
        grid-template-columns: 1fr;
    }

    .app-launch-card > a {
        min-height: 360px;
        padding: 24px;
    }

    .app-launch-card__art {
        height: 154px;
        margin-top: 20px;
    }

    .app-launch-card__arrow {
        top: 24px;
        right: 24px;
    }
}

.app-tool-card,
.app-tool-upcoming {
    min-width: 0;
    min-height: 660px;
    border-radius: 18px;
}

.app-tool-card {
    border: 1px solid #d6d5cf;
    background: #fff;
    box-shadow: 0 12px 40px rgba(23, 23, 22, 0.045);
    transition: border-color 180ms ease, box-shadow 220ms ease, transform 220ms ease;
}

.app-tool-card:hover {
    border-color: #aaa9a3;
    box-shadow: 0 20px 52px rgba(23, 23, 22, 0.09);
    transform: translateY(-3px);
}

.app-tool-card > a {
    display: flex;
    height: 100%;
    padding: 28px;
    flex-direction: column;
    color: var(--nov-ink);
}

.app-tool-card > a:focus-visible {
    border-radius: 18px;
    outline: 3px solid var(--nov-ink);
    outline-offset: 3px;
}

.app-tool-card__topline,
.app-tool-card__status {
    display: flex;
    align-items: center;
}

.app-tool-card__topline {
    justify-content: space-between;
    color: #888781;
    font-size: 9px;
    font-weight: 730;
    letter-spacing: 0.13em;
}

.app-tool-card__status {
    gap: 9px;
    color: #555650;
    letter-spacing: 0.03em;
}

.app-tool-card__identity {
    display: flex;
    margin-top: 34px;
    align-items: center;
    gap: 18px;
}

.app-tool-card__icon {
    display: grid;
    width: 68px;
    height: 68px;
    flex: 0 0 auto;
    place-items: center;
    border-radius: 16px;
    background: #171716;
    color: #fff;
}

.app-tool-card__icon svg {
    width: 42px;
    height: 42px;
    fill: none;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 1.35;
}

.app-tool-card__identity p {
    margin: 0;
    color: var(--nov-brass-dark);
    font-size: 8px;
    font-weight: 740;
    letter-spacing: 0.14em;
}

.app-tool-card__identity h3 {
    margin: 7px 0 0;
    font-size: clamp(27px, 2.7vw, 38px);
    font-weight: 600;
    letter-spacing: -0.055em;
    line-height: 1.1;
}

.app-tool-card__description {
    max-width: 580px;
    margin: 25px 0 0;
    color: #66655f;
    font-size: 13px;
    line-height: 1.75;
    word-break: keep-all;
}

.app-tool-card__screen {
    margin-top: 28px;
    padding: 24px;
    border-radius: 14px;
    background: #171716;
    color: #fff;
}

.app-tool-card__screen-head {
    display: flex;
    justify-content: space-between;
    color: #888781;
    font-size: 8px;
    font-weight: 700;
    letter-spacing: 0.08em;
}

.app-tool-card__screen-head span:last-child {
    color: #8ca387;
}

.app-tool-card__screen-price {
    display: flex;
    margin-top: 22px;
    align-items: baseline;
    gap: 10px;
    font-variant-numeric: tabular-nums;
    white-space: nowrap;
}

.app-tool-card__screen-price strong {
    font-size: clamp(48px, 5.3vw, 72px);
    font-weight: 410;
    letter-spacing: -0.075em;
    line-height: 1;
}

.app-tool-card__screen-price > span {
    align-self: center;
    color: #c8c7c0;
    font-size: 28px;
    line-height: 1;
    transform: translateY(-0.08em);
}

.app-tool-card__screen-price small {
    color: #aaa9a3;
    font-size: 11px;
}

.app-tool-card__screen-fields {
    display: flex;
    margin-top: 22px;
    flex-wrap: wrap;
    gap: 6px;
}

.app-tool-card__screen-fields span {
    padding: 7px 9px;
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 6px;
    color: #aaa9a3;
    font-size: 9px;
}

.app-tool-card__flow {
    display: grid;
    margin: 20px 0 0;
    padding: 0;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    border: 1px solid #deddd7;
    border-radius: 10px;
    list-style: none;
}

.app-tool-card__flow li {
    display: flex;
    min-width: 0;
    padding: 13px 10px;
    align-items: center;
    justify-content: center;
    gap: 7px;
    border-right: 1px solid #deddd7;
    color: #6c6b65;
    font-size: 10px;
    white-space: nowrap;
}

.app-tool-card__flow li:last-child {
    border-right: 0;
}

.app-tool-card__flow li > span {
    display: grid;
    width: 18px;
    height: 18px;
    place-items: center;
    border-radius: 50%;
    background: #ecebe5;
    color: #66655f;
    font-size: 8px;
    font-weight: 700;
}

.app-tool-card__footer {
    display: flex;
    margin-top: auto;
    padding-top: 25px;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

.app-tool-card__footer > span {
    color: #888781;
    font-size: 10px;
}

.app-tool-card__footer strong {
    display: inline-flex;
    min-height: 46px;
    padding: 0 18px;
    align-items: center;
    gap: 24px;
    border-radius: 8px;
    background: #171716;
    color: #fff;
    font-size: 12px;
    font-weight: 650;
}

.app-tool-card__footer i {
    font-style: normal;
    transition: transform 180ms ease;
}

.app-tool-card:hover .app-tool-card__footer i,
.app-tool-card > a:focus-visible .app-tool-card__footer i {
    transform: translateX(4px);
}

.app-tool-upcoming {
    display: flex;
    padding: 38px;
    justify-content: center;
    flex-direction: column;
    border: 1px dashed #d6d5cf;
    background: #fff;
    box-shadow: 0 12px 40px rgba(23, 23, 22, 0.035);
}

.app-tool-upcoming__icon {
    display: grid;
    width: 58px;
    height: 58px;
    place-items: center;
    border: 1px solid #c4c2b9;
    border-radius: 15px;
    color: #8e8d86;
    font-size: 28px;
    font-weight: 300;
}

.app-tool-upcoming > p {
    margin: 34px 0 0;
    color: #96958e;
    font-size: 8px;
    font-weight: 740;
    letter-spacing: 0.15em;
}

.app-tool-upcoming h3 {
    margin: 13px 0 0;
    color: #52514c;
    font-size: clamp(27px, 3vw, 38px);
    font-weight: 570;
    letter-spacing: -0.055em;
    line-height: 1.18;
}

.app-tool-upcoming > span {
    max-width: 440px;
    margin-top: 24px;
    color: #7a7973;
    font-size: 13px;
    line-height: 1.75;
    word-break: keep-all;
}

.app-tool-upcoming__tags {
    display: flex;
    margin-top: 34px;
    flex-wrap: wrap;
    gap: 7px;
}

.app-tool-upcoming__tags span {
    padding: 7px 10px;
    border: 1px solid #d0cec6;
    border-radius: 999px;
    color: #85847e;
    font-size: 9px;
}

@media (max-width: 991.98px) {
    .app-directory__header {
        align-items: start;
        flex-direction: column;
        gap: 18px;
    }

    .app-directory__header > p {
        max-width: 620px;
    }

    .app-tool-card,
    .app-tool-upcoming {
        min-height: 630px;
    }
}

@media (max-width: 767.98px) {
    .app-directory-hero__layout {
        padding-block: 56px;
    }

    .app-directory-hero__copy h1 {
        font-size: clamp(45px, 14vw, 62px);
    }

    .app-directory__grid {
        grid-template-columns: 1fr;
    }

    .app-tool-card,
    .app-tool-upcoming {
        min-height: 0;
    }

    .app-tool-card > a,
    .app-tool-upcoming {
        padding: 24px 20px;
    }

    .app-tool-card__identity {
        align-items: flex-start;
    }

    .app-tool-card__icon {
        width: 58px;
        height: 58px;
        border-radius: 14px;
    }

    .app-tool-card__identity h3 {
        font-size: 29px;
    }

    .app-tool-card__screen {
        padding: 21px 18px;
    }

    .app-tool-card__screen-price {
        gap: 7px;
    }

    .app-tool-card__screen-price strong {
        font-size: clamp(46px, 15vw, 62px);
    }

    .app-tool-card__screen-price > span {
        font-size: 24px;
    }

    .app-tool-card__flow {
        grid-template-columns: 1fr;
    }

    .app-tool-card__flow li {
        justify-content: flex-start;
        border-right: 0;
        border-bottom: 1px solid #deddd7;
    }

    .app-tool-card__flow li:last-child {
        border-bottom: 0;
    }

    .app-tool-card__footer {
        align-items: stretch;
        flex-direction: column;
    }

    .app-tool-card__footer strong {
        justify-content: space-between;
    }

    .app-tool-upcoming {
        min-height: 440px;
    }
}

/* Estimate app */
.estimate-hero {
    background: #f7f7f5;
    color: var(--nov-ink);
}

.estimate-hero__inner {
    padding-block: 42px 88px;
}

.apps-breadcrumb {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #77766f;
    font-size: 10px;
    font-weight: 650;
    letter-spacing: 0.08em;
}

.apps-breadcrumb a:hover,
.apps-breadcrumb a:focus-visible {
    color: var(--nov-ink);
}

.estimate-hero__copy {
    display: grid;
    grid-template-columns: minmax(0, 1.1fr) minmax(320px, 0.62fr);
    align-items: end;
    gap: 90px;
    margin-top: 76px;
}

.estimate-hero__copy h1 {
    margin: 28px 0 0;
    color: var(--nov-ink);
    font-size: clamp(50px, 7.3vw, 94px);
    font-weight: 510;
    letter-spacing: -0.075em;
    line-height: 0.98;
}

.estimate-hero__copy > p {
    max-width: 480px;
    margin: 0 0 4px;
    color: #5e5d58;
    font-size: clamp(15px, 1.35vw, 18px);
    line-height: 1.85;
    word-break: keep-all;
}

.estimate-hero__privacy {
    display: flex;
    width: fit-content;
    margin-top: 58px;
    padding-top: 18px;
    align-items: flex-start;
    gap: 12px;
    border-top: 1px solid #deddd7;
    color: #6d6c67;
    font-size: 12px;
}

.estimate-hero__privacy > span {
    color: var(--nov-ink);
    font-size: 10px;
}

.estimate-hero__privacy p {
    margin: 0;
}

.estimate-hero__privacy strong {
    color: var(--nov-ink);
    font-weight: 650;
}

.estimate-workspace {
    padding: clamp(72px, 8vw, 120px) 0;
    background: #fff;
}

.estimate-layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 440px;
    align-items: start;
    gap: clamp(40px, 5vw, 72px);
}

.estimate-form {
    min-width: 0;
}

.estimate-form__intro {
    max-width: 700px;
    margin-bottom: 68px;
}

.estimate-form__intro h2 {
    margin: 18px 0 0;
    color: var(--nov-ink);
    font-size: clamp(30px, 3.4vw, 46px);
    font-weight: 530;
    letter-spacing: -0.055em;
    line-height: 1.2;
    word-break: keep-all;
}

.estimate-form__intro > p:last-child {
    margin: 22px 0 0;
    color: var(--nov-muted);
}

.estimate-fieldset {
    min-width: 0;
    margin: 0 0 18px;
    padding: 32px 30px 30px;
    border: 1px solid #d5d4ce;
    border-top: 4px solid var(--nov-ink);
    background: #f5f5f2;
}

.estimate-fieldset[hidden] {
    display: none;
}

.estimate-fieldset + .estimate-fieldset,
.estimate-fieldset-row + .estimate-fieldset,
.estimate-fieldset + .estimate-fieldset-row {
    margin-top: 18px;
    padding-top: 32px;
    border-top: 4px solid var(--nov-ink);
}

.estimate-fieldset legend {
    float: none;
    width: 100%;
    margin: 0 0 26px;
    padding: 0;
    color: var(--nov-ink);
    font-size: 21px;
    font-weight: 680;
    letter-spacing: -0.045em;
    line-height: 1.35;
}

.estimate-fieldset legend > span {
    display: inline-grid;
    width: 38px;
    height: 28px;
    margin-right: 12px;
    place-items: center;
    background: var(--nov-ink);
    color: #fff;
    font-size: 9px;
    font-weight: 760;
    letter-spacing: 0.12em;
    vertical-align: 3px;
}

.estimate-fieldset legend small {
    margin-left: 8px;
    color: var(--nov-muted);
    font-size: 10px;
    font-weight: 550;
}

.estimate-subfield {
    margin-top: 34px;
    padding-top: 34px;
    border-top: 1px solid #cfcfca;
}

.estimate-subfield[hidden] {
    display: none;
}

.estimate-subfield__heading {
    display: grid;
    margin-bottom: 22px;
    grid-template-columns: 112px minmax(0, 1fr);
    gap: 18px;
    align-items: baseline;
}

.estimate-subfield__heading span {
    color: #85857f;
    font-size: 9px;
    font-weight: 700;
    letter-spacing: 0.14em;
}

.estimate-subfield__heading h3 {
    margin: 0;
    color: #171716;
    font-size: 18px;
    font-weight: 650;
    letter-spacing: -0.035em;
    line-height: 1.45;
}

.estimate-field-help {
    margin-top: 16px;
    padding: 18px 20px;
    border: 1px solid #d9d8d2;
    background: #fff;
}

.estimate-field-help > p {
    margin: 0;
    color: #686761;
    font-size: 12px;
    line-height: 1.75;
    word-break: keep-all;
}

.estimate-field-help__project-notes {
    margin-top: 18px;
    padding-top: 18px;
    border-top: 1px solid #d9d9d4;
}

.estimate-field-help__project-notes p {
    display: grid;
    margin: 0;
    grid-template-columns: 132px minmax(0, 1fr);
    gap: 18px;
    color: #62625d;
    font-size: 16px;
    line-height: 1.8;
    word-break: keep-all;
}

.estimate-field-help__project-notes p[hidden] {
    display: none;
}

.estimate-field-help__project-notes strong {
    color: #171716;
    font-weight: 720;
}

.estimate-field-help__guides {
    display: flex;
    margin-top: 14px;
    padding-top: 13px;
    flex-wrap: wrap;
    gap: 8px 18px;
    align-items: baseline;
    border-top: 1px solid #e4e3de;
}

.estimate-field-help__guides > span:first-child {
    color: var(--nov-brass-dark);
    font-size: 9px;
    font-weight: 760;
    letter-spacing: 0.08em;
}

.estimate-field-help__guides a {
    display: inline-flex;
    min-height: 34px;
    padding: 7px 10px;
    align-items: center;
    gap: 6px;
    border: 1px solid #c9c8c1;
    border-radius: 999px;
    background: #f7f7f4;
    color: #292926;
    font-size: 11px;
    font-weight: 620;
    line-height: 1.55;
    transition: border-color 160ms ease, background-color 160ms ease, color 160ms ease;
}

.estimate-field-help__guides a:hover,
.estimate-field-help__guides a:focus-visible {
    border-color: var(--nov-ink);
    background: var(--nov-ink);
    color: #fff;
}

.estimate-fieldset-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 36px;
    padding-bottom: 0;
}

.estimate-fieldset-row .estimate-fieldset {
    padding-top: 0;
    border-top: 0;
}

.estimate-choice-grid {
    display: grid;
    gap: 10px;
}

.estimate-choice-grid--2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.estimate-choice-grid--3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.estimate-choice-grid--projects {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.estimate-choice-grid--extras {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.estimate-choice {
    position: relative;
    display: block;
    min-width: 0;
    cursor: pointer;
}

.estimate-choice input {
    position: absolute;
    width: 1px;
    height: 1px;
    opacity: 0;
}

.estimate-choice__content {
    position: relative;
    display: flex;
    min-height: 116px;
    padding: 22px 20px;
    justify-content: center;
    flex-direction: column;
    border: 1px solid #deddd8;
    background: rgba(255, 255, 255, 0.94);
    box-shadow: 0 10px 28px rgba(20, 20, 19, 0.025);
    color: #85847f;
    transition: border-color 180ms ease, background-color 180ms ease, color 180ms ease, transform 180ms ease;
}

.estimate-choice__content::after {
    position: absolute;
    top: 14px;
    right: 14px;
    width: 13px;
    height: 13px;
    border: 1px solid #c6c5bf;
    border-radius: 50%;
    content: "";
}

.estimate-choice--check .estimate-choice__content::after {
    border-radius: 2px;
}

.estimate-choice__content strong {
    padding-right: 18px;
    font-size: 14px;
    font-weight: 650;
}

.estimate-choice__content small {
    margin-top: 7px;
    color: #aaa9a3;
    font-size: 11px;
    line-height: 1.5;
    transition: color 180ms ease;
    word-break: keep-all;
}

.estimate-choice--project .estimate-choice__content {
    display: grid;
    min-height: 192px;
    padding: 24px;
    overflow: hidden;
    align-items: center;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    gap: 10px;
}

.estimate-choice__text {
    position: relative;
    z-index: 1;
    display: flex;
    min-width: 0;
    flex-direction: column;
}

.estimate-choice__visual {
    display: grid;
    min-width: 0;
    height: 142px;
    place-items: center;
    color: #a5a49e;
    transition: color 180ms ease, transform 220ms ease;
}

.estimate-choice__visual svg {
    display: block;
    width: 100%;
    max-width: 180px;
    height: 100%;
    overflow: visible;
}

.estimate-choice__visual-back {
    fill: rgba(23, 23, 22, 0.035);
}

.estimate-choice__visual-line,
.estimate-choice__visual-fill,
.estimate-choice__visual-accent {
    stroke: currentColor;
    stroke-width: 1.65;
    stroke-linecap: round;
    stroke-linejoin: round;
    vector-effect: non-scaling-stroke;
}

.estimate-choice__visual-line {
    fill: none;
}

.estimate-choice__visual-fill {
    fill: rgba(23, 23, 22, 0.025);
}

.estimate-choice__visual-accent {
    fill: #d8d1b9;
}

.estimate-choice--compact .estimate-choice__content {
    min-height: 94px;
    padding: 18px;
}

.estimate-choice:hover .estimate-choice__content {
    border-color: #77766f;
    color: #4f4e49;
    transform: translateY(-1px);
}

.estimate-choice:hover .estimate-choice__content small {
    color: #74736f;
}

.estimate-choice--project:hover .estimate-choice__visual {
    color: #595853;
    transform: translateY(-2px);
}

.estimate-choice input:focus-visible + .estimate-choice__content {
    outline: 3px solid rgba(23, 23, 22, 0.38);
    outline-offset: 2px;
}

.estimate-choice input:checked + .estimate-choice__content {
    border-color: var(--nov-ink);
    background: var(--nov-ink);
    color: #fff;
}

.estimate-choice input:checked + .estimate-choice__content::after {
    border-color: #fff;
    background: #fff;
    box-shadow: inset 0 0 0 3px var(--nov-ink);
}

.estimate-choice--check input:checked + .estimate-choice__content::after {
    background: #fff;
    box-shadow: none;
}

.estimate-choice--check input:checked + .estimate-choice__content::before {
    position: absolute;
    z-index: 1;
    top: 15px;
    right: 17px;
    color: var(--nov-ink);
    content: "✓";
    font-size: 10px;
    font-weight: 800;
}

.estimate-choice input:checked + .estimate-choice__content small {
    color: #cfcec7;
}

.estimate-choice--project input:checked + .estimate-choice__content .estimate-choice__visual {
    color: #f1f0eb;
}

.estimate-choice--project input:checked + .estimate-choice__content .estimate-choice__visual-back {
    fill: rgba(255, 255, 255, 0.055);
}

.estimate-choice--project input:checked + .estimate-choice__content .estimate-choice__visual-fill {
    fill: rgba(255, 255, 255, 0.035);
}

.estimate-choice--project input:checked + .estimate-choice__content .estimate-choice__visual-accent {
    fill: #c9bf9e;
}

.estimate-form__actions {
    display: flex;
    align-items: center;
    gap: 12px;
    padding-top: 46px;
    border-top: 1px solid var(--nov-line);
}

.estimate-button {
    display: inline-flex;
    min-height: 54px;
    padding: 0 22px;
    align-items: center;
    justify-content: center;
    gap: 14px;
    border: 1px solid transparent;
    border-radius: 0;
    cursor: pointer;
    font-size: 13px;
    font-weight: 650;
    text-align: center;
    transition: border-color 180ms ease, background-color 180ms ease, color 180ms ease, transform 180ms ease;
}

.estimate-button--primary {
    min-width: 230px;
    border-color: var(--nov-ink);
    background: var(--nov-ink);
    color: #fff;
}

.estimate-button--primary:hover,
.estimate-button--primary:focus-visible {
    background: #353533;
    color: #fff;
    transform: translateY(-1px);
}

.estimate-button--danger {
    min-width: 220px;
    border-color: #b42318;
    background: #b42318;
    box-shadow: 0 10px 24px rgba(180, 35, 24, 0.18);
    color: #fff;
}

.estimate-button--danger > span {
    font-size: 19px;
    line-height: 1;
}

.estimate-button--danger:hover,
.estimate-button--danger:focus-visible {
    border-color: #8f1c14;
    background: #8f1c14;
    box-shadow: 0 14px 30px rgba(143, 28, 20, 0.25);
    color: #fff;
    transform: translateY(-2px);
}

.estimate-button--danger:focus-visible {
    outline: 3px solid rgba(180, 35, 24, 0.28);
    outline-offset: 3px;
}

body.estimate-reset-dialog-open {
    overflow: hidden;
}

.estimate-reset-dialog {
    width: min(520px, calc(100% - 32px));
    max-width: none;
    margin: auto;
    padding: 0;
    overflow: visible;
    border: 0;
    background: transparent;
    color: var(--nov-ink);
}

.estimate-reset-dialog::backdrop {
    background: rgba(10, 10, 9, 0.76);
    backdrop-filter: blur(5px);
}

.estimate-reset-dialog[open] {
    animation: estimate-reset-dialog-in 220ms cubic-bezier(0.16, 1, 0.3, 1);
}

.estimate-reset-dialog__panel {
    position: relative;
    padding: 38px;
    overflow: hidden;
    border-top: 7px solid #b42318;
    background: #fff;
    box-shadow: 0 32px 90px rgba(0, 0, 0, 0.36);
}

.estimate-reset-dialog__icon {
    display: grid;
    width: 54px;
    height: 54px;
    margin-bottom: 30px;
    place-items: center;
    background: #b42318;
    color: #fff;
    font-size: 27px;
    line-height: 1;
}

.estimate-reset-dialog__eyebrow {
    margin: 0;
    color: #b42318;
    font-size: 9px;
    font-weight: 780;
    letter-spacing: 0.14em;
}

.estimate-reset-dialog h2 {
    margin: 12px 0 0;
    font-size: clamp(27px, 4vw, 38px);
    font-weight: 650;
    letter-spacing: -0.055em;
    line-height: 1.18;
}

.estimate-reset-dialog__panel > p:last-of-type {
    margin: 18px 0 0;
    color: #66655f;
    font-size: 13px;
    line-height: 1.75;
    word-break: keep-all;
}

.estimate-reset-dialog__actions {
    display: grid;
    margin-top: 30px;
    grid-template-columns: 1fr 1fr;
    gap: 9px;
}

.estimate-reset-dialog__actions button {
    min-height: 52px;
    padding: 0 16px;
    border: 1px solid #cfcec8;
    background: #f7f7f4;
    color: #4d4c48;
    cursor: pointer;
    font-size: 12px;
    font-weight: 680;
    transition: border-color 160ms ease, background-color 160ms ease, color 160ms ease, transform 160ms ease;
}

.estimate-reset-dialog__actions button:hover,
.estimate-reset-dialog__actions button:focus-visible {
    border-color: var(--nov-ink);
    color: var(--nov-ink);
}

.estimate-reset-dialog__actions [data-estimate-reset-confirm] {
    border-color: #b42318;
    background: #b42318;
    color: #fff;
}

.estimate-reset-dialog__actions [data-estimate-reset-confirm]:hover,
.estimate-reset-dialog__actions [data-estimate-reset-confirm]:focus-visible {
    border-color: #8f1c14;
    background: #8f1c14;
    color: #fff;
    transform: translateY(-1px);
}

@keyframes estimate-reset-dialog-in {
    from { opacity: 0; transform: translateY(14px) scale(0.98); }
    to { opacity: 1; transform: translateY(0) scale(1); }
}

.estimate-noscript {
    margin: 16px 0 0;
    color: var(--nov-muted);
    font-size: 12px;
}

.estimate-result-wrap {
    position: sticky;
    top: 104px;
}

.estimate-result {
    padding: 30px;
    background: #171716;
    color: #fff;
}

.estimate-result__topline {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 18px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.14);
    color: #77766f;
    font-size: 8px;
    font-weight: 730;
    letter-spacing: 0.16em;
}

.estimate-visualizer {
    margin: 20px -10px 0;
    border: 1px solid rgba(255, 255, 255, 0.13);
    background: #111210;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.035);
}

.estimate-visualizer__stage {
    position: relative;
    overflow: hidden;
    aspect-ratio: 1.36;
    background:
        radial-gradient(circle at 50% 43%, rgba(205, 194, 153, 0.11), transparent 37%),
        linear-gradient(155deg, #191a18 0%, #0e0f0e 74%);
    isolation: isolate;
}

.estimate-visualizer__stage::before,
.estimate-visualizer__stage::after {
    position: absolute;
    z-index: -1;
    border: 1px solid rgba(221, 211, 177, 0.12);
    border-radius: 50%;
    content: "";
    pointer-events: none;
}

.estimate-visualizer__stage::before {
    top: 14%;
    left: 17%;
    width: 66%;
    aspect-ratio: 1;
}

.estimate-visualizer__stage::after {
    top: 22%;
    left: 25%;
    width: 50%;
    aspect-ratio: 1;
    border-style: dashed;
}

.estimate-visualizer__svg {
    position: relative;
    z-index: 1;
    display: block;
    width: 100%;
    height: 100%;
    filter: drop-shadow(0 20px 20px rgba(0, 0, 0, 0.32));
}

.estimate-visualizer__grid {
    fill: none;
    stroke: rgba(255, 255, 255, 0.035);
    stroke-width: 0.7;
}

.estimate-poly {
    stroke: rgba(242, 239, 226, 0.38);
    stroke-width: 0.75;
    stroke-linecap: round;
    stroke-linejoin: round;
    vector-effect: non-scaling-stroke;
}

.estimate-poly--top { fill: url(#estimate-visual-floor); }
.estimate-poly--left { fill: #191a18; }
.estimate-poly--right { fill: #0d0e0d; }
.estimate-poly--wall-a { fill: #343532; }
.estimate-poly--wall-b { fill: #242522; }
.estimate-poly--glass { fill: rgba(126, 153, 145, 0.23); }
.estimate-poly--dark { fill: #20211f; }
.estimate-poly--mid { fill: #30312e; }
.estimate-poly--light { fill: #d7d5ca; stroke: rgba(255, 255, 255, 0.75); }
.estimate-poly--accent { fill: #a69b78; stroke: rgba(239, 229, 196, 0.62); }
.estimate-poly--brass { fill: url(#estimate-visual-brass); stroke: rgba(255, 255, 255, 0.55); }
.estimate-poly--screen { fill: url(#estimate-visual-screen); stroke: rgba(218, 255, 243, 0.72); }

.estimate-poly-line,
.estimate-visualizer__platform-line {
    fill: none;
    stroke: rgba(241, 239, 227, 0.42);
    stroke-width: 0.8;
    stroke-linecap: round;
    stroke-linejoin: round;
    vector-effect: non-scaling-stroke;
}

.estimate-poly-line--accent {
    stroke: #d9cda7;
}

.estimate-visualizer__platform-line {
    stroke: rgba(219, 205, 161, 0.17);
    stroke-dasharray: 3 5;
}

.estimate-poly-shadow {
    fill: rgba(0, 0, 0, 0.28);
}

.estimate-visual-node,
.estimate-visualizer__usage,
.estimate-visualizer__usage-card {
    opacity: 0;
    transform: translateY(10px) scale(0.94);
    transform-box: fill-box;
    transform-origin: center bottom;
    transition:
        opacity 320ms ease,
        transform 520ms cubic-bezier(0.16, 1, 0.3, 1);
}

.estimate-visual-node.is-visible,
.estimate-visualizer__usage.is-visible,
.estimate-visualizer__usage-card.is-visible {
    opacity: 1;
    transform: translateY(0) scale(1);
}

.estimate-visualizer__interior-furniture {
    transform-box: fill-box;
    transform-origin: center bottom;
    transition: transform 520ms cubic-bezier(0.16, 1, 0.3, 1);
}

.estimate-visualizer[data-interior-scale="small"] .estimate-visualizer__interior-furniture {
    transform: translate(15px, -1px) scale(0.78);
}

.estimate-visualizer[data-interior-scale="medium"] .estimate-visualizer__interior-furniture {
    transform: scale(0.9);
}

.estimate-visualizer[data-interior-scale="large"] .estimate-visualizer__interior-furniture {
    transform: translate(-5px, 2px) scale(1.08);
}

.estimate-visualizer__light-beam {
    fill: rgba(238, 229, 195, 0.065);
    stroke: rgba(238, 229, 195, 0.11);
    stroke-width: 0.6;
}

.estimate-visualizer__beam {
    fill: none;
    stroke: rgba(218, 205, 157, 0.25);
    stroke-width: 1;
    stroke-dasharray: 4 5;
}

.estimate-visualizer__crowd circle {
    fill: #b9b6a7;
    stroke: rgba(255, 255, 255, 0.65);
    stroke-width: 0.7;
}

.estimate-visualizer__crowd path {
    fill: #30312e;
    stroke: rgba(255, 255, 255, 0.44);
    stroke-width: 0.8;
}

.estimate-visualizer__spark,
.estimate-visualizer__sun {
    fill: #e1d29e;
    filter: url(#estimate-visual-glow);
}

.estimate-visualizer__orbit,
.estimate-visualizer__route {
    fill: none;
    stroke: rgba(220, 208, 165, 0.28);
    stroke-width: 0.8;
    stroke-dasharray: 3 5;
}

.estimate-visualizer__moon {
    fill: #86968f;
}

.estimate-visualizer__usage-card path:first-child {
    fill: rgba(158, 184, 176, 0.2);
    stroke: rgba(207, 233, 224, 0.58);
    stroke-width: 0.8;
}

.estimate-visualizer__usage-card path:last-child {
    fill: none;
    stroke: rgba(230, 241, 237, 0.55);
    stroke-width: 0.8;
}

.estimate-visualizer__scan {
    position: absolute;
    z-index: 2;
    right: 0;
    bottom: 0;
    left: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(224, 213, 173, 0.62), transparent);
    opacity: 0;
    pointer-events: none;
}

.estimate-visualizer.is-updating .estimate-visualizer__scan {
    animation: estimate-visual-scan 620ms cubic-bezier(0.2, 0.8, 0.2, 1);
}

.estimate-visualizer.is-updating .estimate-visualizer__platform {
    animation: estimate-visual-platform 520ms cubic-bezier(0.16, 1, 0.3, 1);
    transform-box: fill-box;
    transform-origin: center;
}

@keyframes estimate-visual-scan {
    0% { bottom: 100%; opacity: 0; }
    18% { opacity: 0.9; }
    100% { bottom: 0; opacity: 0; }
}

@keyframes estimate-visual-platform {
    0% { transform: scale(0.985); }
    50% { transform: scale(1.012); }
    100% { transform: scale(1); }
}

.estimate-result__state {
    position: relative;
    padding-left: 12px;
    color: #aaa9a3;
    letter-spacing: 0.04em;
}

.estimate-result__state::before {
    position: absolute;
    top: 50%;
    left: 0;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #d7d6d0;
    content: "";
    transform: translateY(-50%);
}

.estimate-result.is-loading .estimate-result__state::before {
    animation: estimate-pulse 850ms ease-in-out infinite alternate;
}

.estimate-result__label {
    margin: 28px 0 0;
    color: #aaa9a3;
    font-size: 12px;
}

.estimate-result__price {
    display: flex;
    margin-top: 12px;
    align-items: baseline;
    gap: 10px;
    font-variant-numeric: tabular-nums;
    white-space: nowrap;
}

.estimate-result__price strong {
    color: #fff;
    font-size: clamp(42px, 4vw, 58px);
    font-weight: 430;
    letter-spacing: -0.065em;
    line-height: 1;
}

.estimate-result__price > span {
    align-self: center;
    color: #d7d6cf;
    font-size: clamp(28px, 2.7vw, 38px);
    font-weight: 500;
    letter-spacing: -0.08em;
    line-height: 1;
    transform: translateY(-0.08em);
}

.estimate-result__price small {
    color: #aaa9a3;
    font-size: 12px;
}

.estimate-result__notice {
    margin: 28px 0 0;
    color: #aaa9a3;
    font-size: 12px;
    line-height: 1.75;
    word-break: keep-all;
}

.estimate-result__notice strong {
    display: block;
    margin-bottom: 4px;
    color: #fff;
    font-weight: 650;
}

.estimate-result__conditions {
    margin-top: 30px;
    padding: 24px 0;
    border-block: 1px solid rgba(255, 255, 255, 0.14);
}

.estimate-result__conditions span {
    display: block;
    color: #77766f;
    font-size: 8px;
    font-weight: 700;
    letter-spacing: 0.13em;
}

.estimate-result__conditions p {
    margin: 8px 0 20px;
    color: #d3d2cd;
    font-size: 11px;
    line-height: 1.7;
}

.estimate-result__conditions p:last-child {
    margin-bottom: 0;
}

.estimate-request-action {
    margin-top: 24px;
}

.estimate-request-action > p {
    margin: 0 2px 14px;
    color: #aaa9a3;
    font-size: 10px;
    line-height: 1.65;
    word-break: keep-all;
}

.estimate-request-button {
    position: relative;
    display: flex;
    width: 100%;
    min-height: 84px;
    padding: 10px 11px 10px 20px;
    overflow: hidden;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.05);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.06);
    color: #fff;
    text-align: left;
    transition:
        border-color 240ms ease,
        background-color 240ms ease,
        box-shadow 320ms cubic-bezier(0.16, 1, 0.3, 1),
        transform 320ms cubic-bezier(0.16, 1, 0.3, 1);
}

.estimate-request-button__copy {
    display: flex;
    min-width: 0;
    flex-direction: column;
    gap: 5px;
}

.estimate-request-button__copy strong {
    font-size: 15px;
    font-weight: 640;
    letter-spacing: -0.025em;
}

.estimate-request-button__copy small {
    overflow: hidden;
    color: #888781;
    font-size: 9px;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.estimate-request-button__action {
    display: inline-flex;
    min-width: 76px;
    min-height: 60px;
    padding: 0 15px;
    flex: 0 0 auto;
    align-items: center;
    justify-content: center;
    gap: 8px;
    border: 1px solid rgba(255, 255, 255, 0.22);
    border-radius: 999px;
    color: #aaa9a3;
    font-size: 8px;
    font-weight: 730;
    letter-spacing: 0.1em;
    transition:
        border-color 240ms ease,
        background-color 240ms ease,
        color 240ms ease,
        transform 320ms cubic-bezier(0.16, 1, 0.3, 1);
}

.estimate-request-button__action i {
    font-style: normal;
    letter-spacing: 0;
}

.estimate-request-button:hover,
.estimate-request-button:focus-visible {
    border-color: #fff;
    background: rgba(255, 255, 255, 0.085);
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.1),
        0 16px 36px rgba(0, 0, 0, 0.24),
        0 0 0 4px rgba(255, 255, 255, 0.045);
    transform: translateY(-2px);
}

.estimate-request-button:hover .estimate-request-button__action,
.estimate-request-button:focus-visible .estimate-request-button__action,
.estimate-request-button.is-copied .estimate-request-button__action {
    border-color: #fff;
    background: #fff;
    color: #171716;
    transform: translateX(2px);
}

.estimate-request-button:focus-visible {
    outline: 3px solid rgba(255, 255, 255, 0.42);
    outline-offset: 3px;
}

.estimate-request-button:active {
    box-shadow: none;
    transform: translateY(0) scale(0.985);
}

.estimate-request-button:disabled {
    cursor: wait;
}

.estimate-request-button.is-copied {
    border-color: rgba(255, 255, 255, 0.95);
    animation: estimate-request-hit 720ms cubic-bezier(0.16, 1, 0.3, 1) both;
}

.estimate-result__status {
    min-height: 18px;
    margin: 12px 0 0;
    color: #aaa9a3;
    font-size: 10px;
    text-align: center;
}

@keyframes estimate-request-hit {
    0% { transform: scale(0.985); }
    42% { transform: scale(1.018); }
    100% { transform: scale(1); }
}

.estimate-result-note {
    margin-top: 18px;
    padding: 0 6px;
}

.estimate-result-note p {
    margin: 0;
    color: var(--nov-ink);
    font-size: 11px;
    font-weight: 700;
}

.estimate-result-note span {
    display: block;
    margin-top: 8px;
    color: var(--nov-muted);
    font-size: 11px;
    line-height: 1.7;
    word-break: keep-all;
}

.estimate-disclaimer {
    padding: 28px 0;
    border-top: 1px solid #e4e3de;
    background: #f7f7f5;
}

.estimate-disclaimer .apps-shell {
    display: grid;
    gap: 8px;
}

.estimate-disclaimer p {
    max-width: 960px;
    margin: 0;
    color: #66655f;
    font-size: 11px;
    line-height: 1.75;
}

.estimate-disclaimer strong {
    margin-right: 12px;
    color: var(--nov-ink);
    font-weight: 700;
}

@keyframes estimate-pulse {
    from { opacity: 0.35; transform: translateY(-50%) scale(0.7); }
    to { opacity: 1; transform: translateY(-50%) scale(1.2); }
}

@media (max-width: 1099.98px) {
    .estimate-layout {
        grid-template-columns: minmax(0, 1fr) 340px;
        gap: 38px;
    }

    .estimate-choice-grid--extras {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .estimate-result {
        padding: 26px;
    }

    .estimate-visualizer {
        margin-inline: -6px;
    }

    .estimate-result__price {
        gap: 8px;
    }
}

@media (max-width: 991.98px) {
    .apps-shell {
        width: calc(100% - 48px);
    }

    .apps-hero .apps-shell {
        min-height: 540px;
        grid-template-columns: 1fr 150px;
        gap: 50px;
        padding-block: 88px 80px;
    }

    .apps-section-heading,
    .apps-library__note {
        grid-template-columns: 150px minmax(0, 1fr);
        gap: 50px;
    }

    .apps-card > a {
        grid-template-columns: 1fr 1fr;
    }

    .estimate-hero__copy {
        grid-template-columns: 1fr 0.65fr;
        gap: 54px;
    }

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

    .estimate-result-wrap {
        position: static;
    }

    .estimate-result {
        max-width: none;
        padding: 38px;
    }

    .estimate-result__price strong {
        font-size: 64px;
    }

}

@media (max-width: 767.98px) {
    .apps-shell {
        width: calc(100% - 40px);
    }

    .apps-hero .apps-shell {
        min-height: 560px;
        grid-template-columns: 1fr;
        align-content: end;
        gap: 54px;
        padding-block: 72px 66px;
    }

    .apps-hero__copy h1 {
        margin-top: 22px;
        font-size: clamp(46px, 15vw, 66px);
    }

    .apps-hero__copy > p:last-child {
        margin-top: 30px;
        font-size: 14px;
        line-height: 1.8;
    }

    .apps-hero__index {
        width: 140px;
    }

    .apps-hero__index span {
        font-size: 48px;
    }

    .apps-library {
        padding-block: 72px;
    }

    .apps-section-heading,
    .apps-library__note {
        grid-template-columns: 1fr;
        gap: 18px;
    }

    .apps-section-heading {
        margin-bottom: 38px;
    }

    .apps-section-heading h2 {
        margin-top: 0;
        font-size: 34px;
    }

    .apps-card > a {
        min-height: 0;
        grid-template-columns: 1fr;
        grid-template-rows: auto auto auto;
    }

    .apps-card__topline {
        grid-column: 1;
        padding: 18px;
    }

    .apps-card__preview {
        min-height: 280px;
        padding: 34px 24px;
    }

    .apps-card__preview-price {
        gap: 10px;
        margin-top: 24px;
    }

    .apps-card__preview-price strong {
        font-size: clamp(48px, 15vw, 66px);
    }

    .apps-card__preview-tags {
        margin-top: 28px;
    }

    .apps-card__body {
        padding: 32px 24px 36px;
    }

    .apps-card__body h3 {
        margin-top: 14px;
        font-size: 36px;
    }

    .apps-card__body div > span {
        margin-top: 18px;
        font-size: 13px;
    }

    .apps-card__arrow {
        width: 44px;
        height: 44px;
    }

    .estimate-hero__inner {
        padding-block: 30px 62px;
    }

    .estimate-hero__copy {
        grid-template-columns: 1fr;
        gap: 28px;
        margin-top: 56px;
    }

    .estimate-hero__copy h1 {
        margin-top: 22px;
        font-size: clamp(48px, 15vw, 66px);
    }

    .estimate-hero__copy > p {
        font-size: 14px;
        line-height: 1.8;
    }

    .estimate-hero__privacy {
        margin-top: 40px;
        line-height: 1.7;
    }

    .estimate-workspace {
        padding-block: 66px;
    }

    .estimate-layout {
        gap: 58px;
    }

    .estimate-form__intro {
        margin-bottom: 54px;
    }

    .estimate-form__intro h2 {
        font-size: 32px;
    }

    .estimate-fieldset,
    .estimate-fieldset-row .estimate-fieldset {
        padding: 24px 20px 22px;
    }

    .estimate-fieldset + .estimate-fieldset,
    .estimate-fieldset-row + .estimate-fieldset,
    .estimate-fieldset + .estimate-fieldset-row {
        margin-top: 14px;
        padding-top: 24px;
    }

    .estimate-fieldset-row {
        grid-template-columns: 1fr;
        gap: 0;
    }

    .estimate-fieldset-row .estimate-fieldset + .estimate-fieldset {
        margin-top: 14px;
        padding-top: 24px;
        border-top: 4px solid var(--nov-ink);
    }

    .estimate-fieldset legend {
        margin-bottom: 22px;
        font-size: 18px;
    }

    .estimate-fieldset legend > span {
        width: 34px;
        height: 26px;
        margin-right: 9px;
    }

    .estimate-choice-grid--2,
    .estimate-choice-grid--3,
    .estimate-choice-grid--projects,
    .estimate-choice-grid--extras {
        grid-template-columns: 1fr;
    }

    .estimate-choice--project .estimate-choice__content {
        min-height: 156px;
        padding: 18px;
    }

    .estimate-choice__visual {
        height: 120px;
    }

    .estimate-choice__content,
    .estimate-choice--compact .estimate-choice__content {
        min-height: 84px;
        padding: 17px 18px;
    }

    .estimate-choice__content small {
        margin-top: 4px;
    }

    .estimate-field-help {
        padding: 16px;
    }

    .estimate-field-help__guides {
        align-items: flex-start;
        flex-direction: column;
        gap: 9px;
    }

    .estimate-form__actions {
        align-items: stretch;
        flex-direction: column;
    }

    .estimate-button--primary {
        width: 100%;
    }

    .estimate-button--danger {
        width: 100%;
    }

    .estimate-reset-dialog__panel {
        padding: 28px 22px 22px;
    }

    .estimate-reset-dialog__icon {
        margin-bottom: 24px;
    }

    .estimate-reset-dialog__actions {
        grid-template-columns: 1fr;
    }

    .estimate-result {
        padding: 26px 22px;
    }

    .estimate-visualizer {
        margin-inline: -8px;
    }

    .estimate-visualizer__stage {
        min-height: 230px;
        aspect-ratio: 1.35;
    }

    .estimate-result__price {
        gap: 6px;
    }

    .estimate-result__price strong {
        font-size: clamp(42px, 13vw, 56px);
    }

    .estimate-result__price > span {
        font-size: 28px;
    }

    .estimate-disclaimer {
        padding-block: 24px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .apps-card__arrow,
    .estimate-choice__content,
    .estimate-button,
    .estimate-reset-dialog,
    .estimate-reset-dialog__actions button,
    .estimate-request-button,
    .estimate-request-button__action,
    .estimate-visual-node,
    .estimate-visualizer__usage,
    .estimate-visualizer__usage-card,
    .estimate-visualizer__interior-furniture,
    .estimate-result__state::before {
        animation: none !important;
        transition-duration: 0.01ms !important;
    }
}

/* Neutral read-only requirements sheet shared with another studio. */
.template-estimate-share {
    background: #f2f1ed;
    color: #22221f;
    font-family: Pretendard, "Apple SD Gothic Neo", "Noto Sans KR", "Helvetica Neue", Arial, sans-serif;
}

.quote-sheet {
    min-height: 100vh;
    background: #f2f1ed;
}

.quote-sheet__shell {
    width: min(1080px, calc(100% - 64px));
    margin-inline: auto;
}

.quote-sheet__hero {
    padding: clamp(84px, 10vw, 142px) 0 clamp(70px, 8vw, 112px);
    border-bottom: 1px solid #cfcdc5;
    background: #f7f6f2;
}

.quote-sheet__eyebrow,
.quote-sheet__section-label {
    margin: 0;
    color: #77766f;
    font-size: 9px;
    font-weight: 720;
    letter-spacing: 0.18em;
    line-height: 1.5;
}

.quote-sheet__hero h1 {
    margin: 27px 0 0;
    font-size: clamp(48px, 7vw, 82px);
    font-weight: 520;
    letter-spacing: -0.065em;
    line-height: 1;
}

.quote-sheet__hero .quote-sheet__shell > p:last-child {
    max-width: 670px;
    margin: 32px 0 0;
    color: #65645e;
    font-size: clamp(15px, 1.4vw, 18px);
    line-height: 1.85;
    word-break: keep-all;
}

.quote-sheet__main {
    padding: clamp(70px, 8vw, 118px) 0;
}

.quote-sheet__summary,
.quote-sheet__closing {
    display: grid;
    grid-template-columns: minmax(180px, 0.34fr) minmax(0, 1fr);
    gap: clamp(38px, 7vw, 96px);
}

.quote-sheet__summary h2,
.quote-sheet__requests h2,
.quote-sheet__closing h2 {
    margin: 13px 0 0;
    font-size: clamp(26px, 3.2vw, 40px);
    font-weight: 560;
    letter-spacing: -0.05em;
    line-height: 1.2;
}

.quote-sheet__summary-fields {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px 18px;
}

.quote-sheet label {
    display: block;
}

.quote-sheet label > span {
    display: block;
    margin-bottom: 8px;
    color: #696862;
    font-size: 11px;
    font-weight: 620;
}

.quote-sheet input,
.quote-sheet select,
.quote-sheet textarea {
    width: 100%;
    border: 1px solid #cbc9c1;
    border-radius: 0;
    background: #fbfaf7;
    color: #22221f;
    font: inherit;
    transition: border-color 160ms ease, background-color 160ms ease, box-shadow 160ms ease;
}

.quote-sheet input,
.quote-sheet select {
    min-height: 50px;
    padding: 0 14px;
    font-size: 13px;
}

.quote-sheet textarea {
    min-height: 94px;
    padding: 13px 14px;
    resize: vertical;
    font-size: 13px;
    line-height: 1.65;
}

.quote-sheet input:focus,
.quote-sheet select:focus,
.quote-sheet textarea:focus {
    border-color: #22221f;
    outline: 0;
    background: #fff;
    box-shadow: 0 0 0 3px rgba(34, 34, 31, 0.08);
}

.quote-sheet__requests {
    margin-top: 0;
}

.quote-sheet__requests > header {
    display: grid;
    grid-template-columns: minmax(180px, 0.34fr) minmax(0, 1fr);
    gap: clamp(38px, 7vw, 96px);
    align-items: start;
    padding-bottom: 30px;
}

.quote-sheet__guide {
    max-width: 650px;
    margin: 16px 0 0;
    color: #74736d;
    font-size: 12px;
    line-height: 1.75;
    word-break: keep-all;
}

.quote-sheet__items {
    margin: 0;
    padding: 0;
    border-bottom: 1px solid #cbc9c1;
    list-style: none;
}

.quote-sheet__item {
    display: grid;
    grid-template-columns: 46px minmax(0, 1fr);
    gap: clamp(24px, 4vw, 58px);
    padding: 34px 0;
    border-top: 1px solid #cbc9c1;
}

.quote-sheet__item-number {
    padding-top: 3px;
    color: #9a9992;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.12em;
}

.quote-sheet__item-request p {
    margin: 0;
    color: #7d7c75;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.08em;
}

.quote-sheet__item-request h3 {
    margin: 10px 0 0;
    font-size: 20px;
    font-weight: 610;
    letter-spacing: -0.035em;
    line-height: 1.35;
}

.quote-sheet__item-request > span {
    display: block;
    max-width: 760px;
    margin-top: 9px;
    color: #6f6e68;
    font-size: 12px;
    line-height: 1.7;
    word-break: keep-all;
}

.quote-sheet__item-reply {
    display: grid;
    grid-template-columns: minmax(130px, 0.38fr) minmax(0, 0.62fr);
    gap: 14px;
}

.quote-sheet__closing {
    margin-top: clamp(76px, 9vw, 126px);
    align-items: start;
}

.quote-sheet__closing > textarea,
.quote-sheet__closing > button,
.quote-sheet__status {
    grid-column: 2;
}

.quote-sheet__closing > button {
    min-height: 56px;
    border: 1px solid #22221f;
    background: #22221f;
    color: #fff;
    font-size: 13px;
    font-weight: 650;
}

.quote-sheet__closing > button:hover,
.quote-sheet__closing > button:focus-visible {
    background: #3b3b36;
}

.quote-sheet__closing > button:disabled {
    cursor: wait;
    opacity: 0.66;
}

.quote-sheet__status {
    min-height: 20px;
    margin: 0;
    color: #686761;
    font-size: 11px;
}

.quote-sheet__footer {
    padding: 34px 0;
    border-top: 1px solid #cbc9c1;
    background: #e6e4dd;
}

.quote-sheet__footer .quote-sheet__shell {
    display: grid;
    grid-template-columns: 170px minmax(0, 1fr) auto;
    gap: 28px;
    align-items: start;
}

.quote-sheet__footer p {
    margin: 0;
    color: #6f6e68;
    font-size: 10px;
    line-height: 1.7;
}

.quote-sheet__footer strong {
    color: #383833;
    font-size: 11px;
    font-weight: 650;
}

.quote-sheet__footer a {
    color: #383833;
    font-size: 11px;
    font-weight: 650;
    white-space: nowrap;
}

.quote-sheet__footer a:hover,
.quote-sheet__footer a:focus-visible {
    color: #000;
}

@media (max-width: 767.98px) {
    .quote-sheet__shell {
        width: calc(100% - 40px);
    }

    .quote-sheet__hero {
        padding-block: 68px 62px;
    }

    .quote-sheet__hero h1 {
        font-size: clamp(43px, 14vw, 62px);
    }

    .quote-sheet__summary,
    .quote-sheet__closing,
    .quote-sheet__requests > header {
        grid-template-columns: 1fr;
        gap: 28px;
    }

    .quote-sheet__summary-fields {
        grid-template-columns: 1fr;
        gap: 16px;
    }

    .quote-sheet__item {
        grid-template-columns: 30px minmax(0, 1fr);
        gap: 22px 14px;
        padding: 28px 0;
    }

    .quote-sheet__item-request {
        min-width: 0;
    }

    .quote-sheet__item-reply {
        grid-column: 2;
        grid-template-columns: 1fr;
    }

    .quote-sheet__closing > textarea,
    .quote-sheet__closing > button,
    .quote-sheet__status {
        grid-column: 1;
    }

    .quote-sheet__footer .quote-sheet__shell {
        grid-template-columns: 1fr;
        gap: 12px;
    }
}

/*
 * B&W editorial redesign
 * Apps use the same visual grammar as Home, About and the portfolio galleries:
 * white space, black type, quiet hairlines and a single decisive interaction.
 */
.apps-shell {
    width: min(1200px, calc(100% - 64px));
}

.apps-eyebrow {
    color: #60605b;
    font-size: 9px;
    font-weight: 720;
    letter-spacing: 0.2em;
}

/* Apps index */
.app-directory-hero {
    border-bottom: 1px solid #171716;
    background: #fff;
}

.app-directory-hero__layout {
    max-width: none;
    padding-block: clamp(92px, 10vw, 152px) clamp(86px, 9vw, 132px);
}

.app-directory-hero__copy {
    display: grid;
    grid-template-columns: minmax(190px, 0.32fr) minmax(0, 0.68fr);
    column-gap: clamp(52px, 8vw, 118px);
}

.app-directory-hero__copy .apps-eyebrow {
    grid-column: 1;
    padding-top: 10px;
}

.app-directory-hero__copy h1,
.app-directory-hero__copy > p:last-of-type,
.app-directory-hero__benefits {
    grid-column: 2;
}

.app-directory-hero__copy h1 {
    max-width: 760px;
    margin: 0;
    font-size: clamp(52px, 6.3vw, 82px);
    font-weight: 530;
    letter-spacing: -0.07em;
    line-height: 1;
}

.app-directory-hero__copy > p:last-of-type {
    max-width: 720px;
    margin: 38px 0 0;
    color: #555550;
    font-size: clamp(15px, 1.3vw, 17px);
    line-height: 1.9;
}

.app-directory-hero__benefits {
    margin-top: 34px;
    gap: 0;
}

.app-directory-hero__benefits li {
    position: relative;
    padding: 0 16px;
    border: 0;
    border-radius: 0;
    background: transparent;
    color: #70706b;
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 0.02em;
}

.app-directory-hero__benefits li:first-child {
    padding-left: 0;
}

.app-directory-hero__benefits li + li::before {
    position: absolute;
    top: 50%;
    left: 0;
    width: 1px;
    height: 10px;
    background: #c9c9c5;
    content: "";
    transform: translateY(-50%);
}

.app-directory {
    padding: clamp(88px, 9vw, 132px) 0 clamp(110px, 12vw, 180px);
    background: #fff;
}

.app-directory__inner {
    max-width: none;
}

.app-directory__header {
    margin-bottom: clamp(48px, 6vw, 78px);
}

.app-directory__header > div {
    display: grid;
    grid-template-columns: minmax(190px, 0.32fr) minmax(0, 0.68fr);
    column-gap: clamp(52px, 8vw, 118px);
}

.app-directory__header .apps-eyebrow {
    grid-column: 1;
    padding-top: 8px;
}

.app-directory__header h2 {
    grid-column: 2;
    margin: 0;
    font-size: clamp(34px, 4.2vw, 54px);
    font-weight: 520;
    letter-spacing: -0.06em;
}

.app-directory__grid {
    display: block;
}

.app-launch-card {
    border-top: 1px solid #171716;
    border-bottom: 1px solid #171716;
}

.app-launch-card > a {
    position: relative;
    display: grid;
    min-height: 430px;
    padding: 0;
    overflow: hidden;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    border: 0;
    border-radius: 0;
    background: #fff;
    box-shadow: none;
    color: #171716;
    transition: background-color 260ms ease, color 260ms ease;
}

.app-launch-card > a::before,
.app-launch-card > a::after {
    display: none;
}

.app-launch-card > a:hover,
.app-launch-card > a:focus-visible {
    border-color: transparent;
    background: #171716;
    box-shadow: none;
    color: #fff;
    transform: none;
}

.app-launch-card > a:focus-visible {
    outline: 2px solid #171716;
    outline-offset: 4px;
}

.app-launch-card__number {
    position: absolute;
    z-index: 3;
    top: 30px;
    left: 0;
    color: #8a8a84;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.14em;
}

.app-launch-card__copy {
    z-index: 1;
    grid-column: 1;
    grid-row: 1;
    margin: 0;
    padding: 82px clamp(46px, 6vw, 86px) 62px 0;
    align-self: center;
}

.app-launch-card__copy > span {
    color: #777771;
    font-size: 9px;
    font-weight: 700;
    letter-spacing: 0.18em;
}

.app-launch-card__copy h3 {
    max-width: 440px;
    margin: 20px 0 0;
    font-size: clamp(48px, 5.4vw, 72px);
    font-weight: 540;
    letter-spacing: -0.07em;
    line-height: 0.98;
}

.app-launch-card__copy p {
    max-width: 410px;
    margin: 30px 0 0;
    color: #60605b;
    font-size: 14px;
    line-height: 1.8;
}

.app-launch-card__art {
    display: grid;
    height: auto;
    margin: 0;
    padding: 54px 34px 34px clamp(34px, 5vw, 72px);
    grid-column: 2;
    grid-row: 1;
    place-items: center;
    border-left: 1px solid #deded9;
    color: #393934;
}

.app-launch-card__art svg {
    width: 100%;
    max-width: 560px;
    height: auto;
}

.app-launch-card__art .app-launch-card__art-fill,
.app-launch-card__art .app-launch-card__art-paper,
.app-launch-card__art .app-launch-card__art-accent {
    fill: #f3f3f0;
    stroke: currentColor;
}

.app-launch-card__art .app-launch-card__art-coin {
    fill: #171716;
    stroke: #171716;
}

.app-launch-card__art .app-launch-card__art-currency {
    stroke: #fff;
}

.app-launch-card__art-muted,
.app-launch-card__art-floor {
    opacity: 0.3;
}

.app-launch-card__art-light,
.app-launch-card__art-sheet,
.app-launch-card__art-camera,
.app-launch-card > a:hover .app-launch-card__art-light,
.app-launch-card > a:focus-visible .app-launch-card__art-light,
.app-launch-card > a:hover .app-launch-card__art-sheet,
.app-launch-card > a:focus-visible .app-launch-card__art-sheet,
.app-launch-card > a:hover .app-launch-card__art-camera,
.app-launch-card > a:focus-visible .app-launch-card__art-camera {
    transform: none;
    transition: none;
}

.app-launch-card__arrow {
    top: 28px;
    right: 0;
    width: auto;
    height: auto;
    border: 0;
    border-radius: 0;
    color: currentColor;
    font-size: 28px;
    transition: transform 200ms ease;
}

.app-launch-card > a:hover .app-launch-card__copy > span,
.app-launch-card > a:focus-visible .app-launch-card__copy > span,
.app-launch-card > a:hover .app-launch-card__copy p,
.app-launch-card > a:focus-visible .app-launch-card__copy p,
.app-launch-card > a:hover .app-launch-card__number,
.app-launch-card > a:focus-visible .app-launch-card__number {
    color: #bdbdb7;
}

.app-launch-card > a:hover .app-launch-card__art,
.app-launch-card > a:focus-visible .app-launch-card__art {
    border-left-color: rgba(255, 255, 255, 0.2);
    color: #f0f0ec;
}

.app-launch-card > a:hover .app-launch-card__art .app-launch-card__art-fill,
.app-launch-card > a:focus-visible .app-launch-card__art .app-launch-card__art-fill,
.app-launch-card > a:hover .app-launch-card__art .app-launch-card__art-paper,
.app-launch-card > a:focus-visible .app-launch-card__art .app-launch-card__art-paper,
.app-launch-card > a:hover .app-launch-card__art .app-launch-card__art-accent,
.app-launch-card > a:focus-visible .app-launch-card__art .app-launch-card__art-accent {
    fill: rgba(255, 255, 255, 0.04);
}

.app-launch-card > a:hover .app-launch-card__art .app-launch-card__art-coin,
.app-launch-card > a:focus-visible .app-launch-card__art .app-launch-card__art-coin {
    fill: #fff;
    stroke: #fff;
}

.app-launch-card > a:hover .app-launch-card__art .app-launch-card__art-currency,
.app-launch-card > a:focus-visible .app-launch-card__art .app-launch-card__art-currency {
    stroke: #171716;
}

.app-launch-card > a:hover .app-launch-card__arrow,
.app-launch-card > a:focus-visible .app-launch-card__arrow {
    background: transparent;
    color: currentColor;
    transform: translate(3px, -3px);
}

/* Estimate header */
.estimate-hero {
    border-bottom: 1px solid #171716;
    background: #fff;
}

.estimate-hero__inner {
    padding-block: 38px clamp(88px, 9vw, 132px);
}

.apps-breadcrumb {
    color: #85857f;
    font-size: 9px;
    letter-spacing: 0.1em;
}

.estimate-hero__copy {
    grid-template-columns: minmax(0, 1fr) minmax(300px, 0.58fr);
    gap: clamp(58px, 8vw, 120px);
    margin-top: clamp(68px, 8vw, 112px);
}

.estimate-hero__copy h1 {
    margin-top: 24px;
    font-size: clamp(54px, 6.7vw, 84px);
    font-weight: 520;
    letter-spacing: -0.07em;
}

.estimate-hero__copy > p {
    max-width: 460px;
    color: #555550;
    font-size: clamp(15px, 1.25vw, 17px);
    line-height: 1.9;
}

.estimate-hero__privacy {
    width: min(650px, 100%);
    margin-top: 52px;
    padding-top: 18px;
    border-top-color: #cfcfca;
    color: #6d6d68;
}

/* Estimate form */
.estimate-workspace {
    padding: clamp(92px, 9vw, 138px) 0 clamp(110px, 11vw, 168px);
    background: #fff;
}

.estimate-layout {
    grid-template-columns: minmax(0, 1fr) minmax(350px, 400px);
    gap: clamp(64px, 8vw, 112px);
}

.estimate-form__intro {
    max-width: 720px;
    margin-bottom: clamp(76px, 8vw, 112px);
}

.estimate-form__intro h2 {
    margin-top: 20px;
    font-size: clamp(36px, 3.9vw, 52px);
    font-weight: 520;
    letter-spacing: -0.06em;
}

.estimate-form__intro > p:last-child {
    margin-top: 24px;
    color: #666661;
    font-size: 14px;
    line-height: 1.8;
}

.estimate-fieldset,
.estimate-fieldset-row .estimate-fieldset {
    margin: 0;
    padding: 42px 0 64px;
    border: 0;
    border-top: 2px solid #171716;
    background: #fff;
}

.estimate-fieldset + .estimate-fieldset,
.estimate-fieldset-row + .estimate-fieldset,
.estimate-fieldset + .estimate-fieldset-row,
.estimate-fieldset-row .estimate-fieldset + .estimate-fieldset {
    margin-top: 0;
    padding-top: 42px;
    border-top: 2px solid #171716;
}

.estimate-fieldset-row {
    display: block;
    padding: 0;
}

.estimate-fieldset legend {
    display: flex;
    margin-bottom: 30px;
    align-items: flex-start;
    color: #171716;
    font-size: 23px;
    font-weight: 650;
    letter-spacing: -0.045em;
}

.estimate-fieldset legend > span {
    display: inline-block;
    width: 42px;
    height: auto;
    margin: 5px 16px 0 0;
    padding: 0;
    background: transparent;
    color: #8a8a84;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.14em;
    line-height: 1;
    vertical-align: 0;
}

.estimate-fieldset legend small {
    margin: 5px 0 0 10px;
    color: #777771;
}

.estimate-choice-grid {
    gap: 8px;
}

.estimate-choice__content,
.estimate-choice--compact .estimate-choice__content {
    min-height: 106px;
    padding: 20px;
    border-color: #d1d1cc;
    background: #fff;
    box-shadow: none;
    color: #898983;
    transition: border-color 160ms ease, background-color 160ms ease, color 160ms ease;
}

.estimate-choice__content::after {
    border-color: #c2c2bd;
}

.estimate-choice__content strong {
    color: inherit;
    font-size: 14px;
}

.estimate-choice__content small {
    color: #aaa9a3;
}

.estimate-choice:hover .estimate-choice__content,
.estimate-choice--project:hover .estimate-choice__visual {
    border-color: #171716;
    color: #4a4a46;
    transform: none;
}

.estimate-choice:hover .estimate-choice__content small {
    color: #777771;
}

.estimate-choice--project .estimate-choice__content {
    min-height: 190px;
    padding: 24px;
    background: #fff;
}

.estimate-choice__visual {
    color: #adada7;
    transition: color 160ms ease;
}

.estimate-choice__visual-back,
.estimate-choice__visual-fill {
    fill: #f5f5f2;
}

.estimate-choice__visual-accent {
    fill: #d5d5d0;
}

.estimate-choice input:checked + .estimate-choice__content {
    border-color: #171716;
    background: #171716;
    color: #fff;
}

.estimate-choice input:checked + .estimate-choice__content::after {
    border-color: #fff;
    background: #fff;
    box-shadow: inset 0 0 0 3px #171716;
}

.estimate-choice--check input:checked + .estimate-choice__content::before {
    display: none;
}

.estimate-choice input:checked + .estimate-choice__content small {
    color: #bdbdb7;
}

.estimate-choice--project input:checked + .estimate-choice__content .estimate-choice__visual {
    color: #f1f1ed;
}

.estimate-choice--project input:checked + .estimate-choice__content .estimate-choice__visual-back,
.estimate-choice--project input:checked + .estimate-choice__content .estimate-choice__visual-fill {
    fill: rgba(255, 255, 255, 0.04);
}

.estimate-choice--project input:checked + .estimate-choice__content .estimate-choice__visual-accent {
    fill: #8f8f89;
}

.estimate-field-help {
    margin-top: 18px;
    padding: 20px 22px;
    border: 1px solid #d6d6d1;
    background: #f5f5f2;
}

.estimate-field-help > p {
    color: #62625d;
    font-size: 12px;
    line-height: 1.8;
}

.estimate-field-help__guides {
    border-top-color: #d9d9d4;
}

.estimate-field-help__guides > span:first-child {
    color: #555550;
}

.estimate-field-help__guides a {
    border-color: #bfbfba;
    background: #fff;
    color: #292926;
}

.estimate-form__actions {
    padding-top: 38px;
    border-top: 2px solid #171716;
}

.estimate-button--danger {
    min-width: 230px;
    box-shadow: none;
}

.estimate-button--danger:hover,
.estimate-button--danger:focus-visible {
    box-shadow: none;
}

.estimate-reset-dialog::backdrop {
    background: rgba(0, 0, 0, 0.72);
    backdrop-filter: none;
}

.estimate-reset-dialog__panel {
    border-top-width: 5px;
    box-shadow: 0 24px 70px rgba(0, 0, 0, 0.28);
}

/* Estimate result: a white technical sheet, not a dark dashboard. */
.estimate-result-wrap {
    top: 96px;
}

.estimate-result {
    padding: 28px;
    border: 1px solid #cdcdc8;
    border-top: 5px solid #171716;
    background: #fff;
    color: #171716;
}

.estimate-result__topline {
    padding-bottom: 17px;
    border-bottom-color: #d5d5d0;
    color: #6f6f69;
    font-size: 9px;
    letter-spacing: 0.08em;
}

.estimate-result__state {
    color: #777771;
}

.estimate-result__state::before {
    background: #171716;
}

.estimate-visualizer {
    margin: 20px 0 0;
    border-color: #d5d5d0;
    background: #f7f7f4;
    box-shadow: none;
}

.estimate-visualizer__stage {
    background: #f7f7f4;
}

.estimate-visualizer__stage::before {
    border-color: #deded9;
}

.estimate-visualizer__stage::after {
    display: none;
}

.estimate-visualizer__svg {
    filter: none;
}

.estimate-visualizer__grid {
    stroke: #e2e2dd;
}

.estimate-poly {
    stroke: #73736d;
}

.estimate-poly--top { fill: #eeeeea; }
.estimate-poly--left { fill: #d2d2cd; }
.estimate-poly--right { fill: #bdbdb8; }
.estimate-poly--wall-a { fill: #e5e5e1; }
.estimate-poly--wall-b { fill: #d1d1cc; }
.estimate-poly--glass { fill: #f8f8f6; }
.estimate-poly--dark { fill: #555550; }
.estimate-poly--mid { fill: #888882; }
.estimate-poly--light { fill: #fff; stroke: #777771; }
.estimate-poly--accent { fill: #c2c2bd; stroke: #71716c; }
.estimate-poly--brass { fill: #171716; stroke: #171716; }
.estimate-poly--screen { fill: #d7d7d2; stroke: #696964; }

.estimate-poly-line,
.estimate-visualizer__platform-line {
    stroke: #777771;
}

.estimate-poly-line--accent {
    stroke: #4e4e4a;
}

.estimate-visualizer__platform-line {
    stroke: #bdbdb8;
}

.estimate-poly-shadow {
    fill: rgba(23, 23, 22, 0.12);
}

.estimate-visualizer__light-beam {
    fill: rgba(23, 23, 22, 0.035);
    stroke: rgba(23, 23, 22, 0.08);
}

.estimate-visualizer__beam,
.estimate-visualizer__orbit,
.estimate-visualizer__route {
    stroke: #9b9b95;
}

.estimate-visualizer__crowd circle {
    fill: #c6c6c1;
    stroke: #6c6c67;
}

.estimate-visualizer__crowd path {
    fill: #8b8b85;
    stroke: #666661;
}

.estimate-visualizer__spark,
.estimate-visualizer__sun {
    fill: #171716;
    filter: none;
}

.estimate-visualizer__moon {
    fill: #8c8c86;
}

.estimate-visualizer__usage-card path:first-child {
    fill: #e1e1dc;
    stroke: #75756f;
}

.estimate-visualizer__usage-card path:last-child {
    stroke: #777771;
}

.estimate-visualizer__scan {
    display: none;
}

.estimate-visualizer.is-updating .estimate-visualizer__platform {
    animation: none;
}

.estimate-result__label {
    margin-top: 28px;
    color: #70706a;
}

.estimate-result__price {
    margin-top: 11px;
}

.estimate-result__price strong {
    color: #171716;
    font-size: clamp(42px, 4vw, 56px);
    font-weight: 500;
}

.estimate-result__price > span {
    color: #7c7c76;
}

.estimate-result__price small {
    color: #71716b;
}

.estimate-result__notice {
    color: #666661;
}

.estimate-result__notice strong {
    color: #171716;
}

.estimate-result__conditions {
    border-block-color: #d5d5d0;
}

.estimate-result__conditions span {
    color: #85857f;
}

.estimate-result__conditions p {
    color: #4f4f4b;
}

.estimate-request-action > p {
    margin-inline: 0;
    color: #686863;
    font-size: 11px;
}

.estimate-request-button {
    min-height: 94px;
    padding: 0;
    border-color: #171716;
    border-radius: 0;
    background: #171716;
    box-shadow: none;
    color: #fff;
}

.estimate-request-button__copy {
    padding: 19px 20px;
}

.estimate-request-button__copy small {
    color: #a3a39d;
}

.estimate-request-button__action {
    min-width: 92px;
    min-height: 92px;
    padding: 0 16px;
    border: 0;
    border-left: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 0;
    color: #fff;
    letter-spacing: 0.04em;
}

.estimate-request-button:hover,
.estimate-request-button:focus-visible {
    border-color: #171716;
    background: #2f2f2c;
    box-shadow: none;
    transform: none;
}

.estimate-request-button:hover .estimate-request-button__action,
.estimate-request-button:focus-visible .estimate-request-button__action,
.estimate-request-button.is-copied .estimate-request-button__action {
    border-left-color: rgba(255, 255, 255, 0.45);
    background: transparent;
    color: #fff;
    transform: translateX(2px);
}

.estimate-request-button:focus-visible {
    outline: 3px solid rgba(23, 23, 22, 0.22);
}

.estimate-request-button.is-copied {
    border-color: #171716;
    animation: none;
}

.estimate-result-reset {
    display: flex;
    width: 100%;
    min-height: 68px;
    margin-top: 10px;
    padding: 0;
    align-items: stretch;
    justify-content: space-between;
    border: 1px solid #b42318;
    background: #fff;
    color: #a61f16;
    text-align: left;
    transition: background-color 180ms ease, color 180ms ease, transform 120ms ease;
}

.estimate-result-reset__copy {
    display: flex;
    min-width: 0;
    padding: 14px 17px;
    flex-direction: column;
    justify-content: center;
    gap: 3px;
}

.estimate-result-reset__copy strong {
    font-size: 12px;
    font-weight: 700;
    letter-spacing: -0.02em;
}

.estimate-result-reset__copy small {
    overflow: hidden;
    color: #8d5f5a;
    font-size: 9px;
    line-height: 1.45;
    text-overflow: ellipsis;
    white-space: nowrap;
    transition: color 180ms ease;
}

.estimate-result-reset__icon {
    display: grid;
    width: 66px;
    flex: 0 0 66px;
    place-items: center;
    border-left: 1px solid rgba(180, 35, 24, 0.35);
    font-size: 22px;
    line-height: 1;
    transition: border-color 180ms ease, transform 240ms ease;
}

.estimate-result-reset:hover,
.estimate-result-reset:focus-visible {
    background: #b42318;
    color: #fff;
}

.estimate-result-reset:hover .estimate-result-reset__copy small,
.estimate-result-reset:focus-visible .estimate-result-reset__copy small {
    color: rgba(255, 255, 255, 0.72);
}

.estimate-result-reset:hover .estimate-result-reset__icon,
.estimate-result-reset:focus-visible .estimate-result-reset__icon {
    border-left-color: rgba(255, 255, 255, 0.35);
    transform: rotate(-24deg);
}

.estimate-result-reset:focus-visible {
    outline: 3px solid rgba(180, 35, 24, 0.2);
    outline-offset: 3px;
}

.estimate-result-reset:active {
    transform: scale(0.985);
}

.estimate-result__status {
    color: #6f6f69;
}

.estimate-result-note {
    margin-top: 24px;
    padding: 0;
}

.estimate-disclaimer {
    padding-block: 34px;
    border-top: 1px solid #171716;
    background: #fff;
}

@media (max-width: 1099.98px) {
    .app-directory-hero__copy,
    .app-directory__header > div {
        grid-template-columns: 170px minmax(0, 1fr);
        column-gap: 52px;
    }

    .estimate-layout {
        grid-template-columns: minmax(0, 1fr) 340px;
        gap: 48px;
    }
}

@media (max-width: 991.98px) {
    .apps-shell {
        width: calc(100% - 48px);
    }

    .app-launch-card > a {
        min-height: 390px;
    }

    .app-launch-card__copy {
        padding-right: 40px;
    }

    .app-launch-card__copy h3 {
        font-size: clamp(44px, 6vw, 60px);
    }

    .estimate-layout {
        grid-template-columns: 1fr;
        gap: 72px;
    }

    .estimate-result-wrap {
        position: static;
    }

    .estimate-result {
        padding: 34px;
    }
}

@media (max-width: 767.98px) {
    .apps-shell {
        width: calc(100% - 40px);
    }

    .app-directory-hero__layout {
        padding-block: 72px 68px;
    }

    .app-directory-hero__copy,
    .app-directory__header > div {
        grid-template-columns: 1fr;
        row-gap: 28px;
    }

    .app-directory-hero__copy .apps-eyebrow,
    .app-directory-hero__copy h1,
    .app-directory-hero__copy > p:last-of-type,
    .app-directory-hero__benefits,
    .app-directory__header .apps-eyebrow,
    .app-directory__header h2 {
        grid-column: 1;
    }

    .app-directory-hero__copy .apps-eyebrow,
    .app-directory__header .apps-eyebrow {
        padding-top: 0;
    }

    .app-directory-hero__copy h1 {
        font-size: clamp(46px, 14vw, 62px);
    }

    .app-directory-hero__copy > p:last-of-type {
        margin-top: 0;
        font-size: 14px;
    }

    .app-directory-hero__benefits {
        margin-top: 0;
    }

    .app-directory-hero__benefits li {
        padding-inline: 10px;
        font-size: 9px;
    }

    .app-directory {
        padding-block: 70px 100px;
    }

    .app-directory__header {
        margin-bottom: 42px;
    }

    .app-directory__header h2 {
        font-size: 34px;
    }

    .app-launch-card > a {
        min-height: 0;
        grid-template-columns: 1fr;
        grid-template-rows: auto auto;
    }

    .app-launch-card__number {
        top: 22px;
    }

    .app-launch-card__copy {
        grid-column: 1;
        grid-row: 1;
        padding: 70px 48px 44px 0;
    }

    .app-launch-card__copy h3 {
        font-size: clamp(42px, 13vw, 56px);
    }

    .app-launch-card__copy p {
        margin-top: 22px;
        font-size: 13px;
    }

    .app-launch-card__art {
        min-height: 250px;
        padding: 28px 10px;
        grid-column: 1;
        grid-row: 2;
        border-top: 1px solid #deded9;
        border-left: 0;
    }

    .app-launch-card__arrow {
        top: 18px;
    }

    .estimate-hero__inner {
        padding-block: 28px 70px;
    }

    .estimate-hero__copy {
        grid-template-columns: 1fr;
        gap: 34px;
        margin-top: 58px;
    }

    .estimate-hero__copy h1 {
        font-size: clamp(49px, 14vw, 64px);
    }

    .estimate-hero__privacy {
        margin-top: 42px;
    }

    .estimate-workspace {
        padding-block: 72px 100px;
    }

    .estimate-form__intro {
        margin-bottom: 70px;
    }

    .estimate-form__intro h2 {
        font-size: 34px;
    }

    .estimate-fieldset,
    .estimate-fieldset-row .estimate-fieldset,
    .estimate-fieldset + .estimate-fieldset,
    .estimate-fieldset-row + .estimate-fieldset,
    .estimate-fieldset + .estimate-fieldset-row,
    .estimate-fieldset-row .estimate-fieldset + .estimate-fieldset {
        padding: 34px 0 52px;
    }

    .estimate-fieldset legend {
        margin-bottom: 24px;
        font-size: 20px;
    }

    .estimate-fieldset legend > span {
        width: 34px;
        margin-right: 8px;
    }

    .estimate-choice-grid--2,
    .estimate-choice-grid--3,
    .estimate-choice-grid--projects,
    .estimate-choice-grid--extras {
        grid-template-columns: 1fr;
    }

    .estimate-choice--project .estimate-choice__content {
        min-height: 154px;
        padding: 18px;
    }

    .estimate-choice__content,
    .estimate-choice--compact .estimate-choice__content {
        min-height: 82px;
        padding: 17px 18px;
    }

    .estimate-field-help {
        padding: 17px 18px;
    }

    .estimate-subfield {
        margin-top: 28px;
        padding-top: 28px;
    }

    .estimate-subfield__heading {
        grid-template-columns: 1fr;
        gap: 8px;
    }

    .estimate-form__actions {
        padding-top: 30px;
    }

    .estimate-result {
        padding: 24px 20px;
    }

    .estimate-visualizer {
        margin-inline: 0;
    }

    .estimate-result__price strong {
        font-size: clamp(42px, 13vw, 54px);
    }

    .estimate-request-button__copy {
        padding-left: 17px;
    }

    .estimate-request-button__action {
        min-width: 78px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .app-launch-card > a,
    .app-launch-card__arrow {
        transition: none !important;
    }
}

/* B&W editorial quote request: neutral, readable and suitable for sharing. */
body.template-estimate-share {
    background: #fff;
    color: #171716;
    font-family: Pretendard, "Apple SD Gothic Neo", "Noto Sans KR", "Helvetica Neue", Arial, sans-serif;
}

.template-estimate-share .quote-sheet {
    min-height: 100vh;
    background: #fff;
    color: #171716;
}

.template-estimate-share .quote-sheet__shell {
    width: min(1200px, calc(100% - 64px));
    margin-inline: auto;
}

.template-estimate-share .quote-sheet__hero {
    padding: 0;
    border-bottom: 2px solid #171716;
    background: #fff;
}

.quote-sheet__meta {
    display: flex;
    min-height: 82px;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    border-bottom: 1px solid #d5d5d0;
}

.template-estimate-share .quote-sheet__eyebrow,
.template-estimate-share .quote-sheet__section-label,
.quote-sheet__meta > p:last-child {
    margin: 0;
    color: #666661;
    font-size: 10px;
    font-weight: 720;
    letter-spacing: 0.18em;
    line-height: 1.5;
}

.quote-sheet__meta > p:last-child {
    color: #171716;
    letter-spacing: 0.1em;
}

.quote-sheet__hero-grid {
    display: grid;
    grid-template-columns: minmax(0, 0.92fr) minmax(360px, 0.78fr);
    gap: clamp(72px, 11vw, 168px);
    align-items: end;
    padding: clamp(76px, 8vw, 122px) 0 clamp(68px, 7vw, 104px);
}

.template-estimate-share .quote-sheet__hero h1 {
    margin: 0;
    color: #171716;
    font-size: clamp(66px, 8vw, 104px);
    font-weight: 540;
    letter-spacing: -0.075em;
    line-height: 0.96;
}

.quote-sheet__intro > p {
    margin: 0;
    word-break: keep-all;
}

.quote-sheet__intro > p:first-child {
    color: #171716;
    font-size: clamp(21px, 2vw, 28px);
    font-weight: 620;
    letter-spacing: -0.04em;
    line-height: 1.45;
}

.quote-sheet__intro > p:last-child {
    margin-top: 24px;
    color: #555550;
    font-size: 16px;
    line-height: 1.9;
}

.quote-sheet__share-note {
    display: grid;
    grid-template-columns: 180px minmax(0, 1fr);
    gap: 36px;
    padding: 25px 0 27px;
    border-top: 1px solid #d5d5d0;
}

.quote-sheet__share-note strong {
    color: #171716;
    font-size: 12px;
    font-weight: 700;
}

.quote-sheet__share-note p {
    max-width: 880px;
    margin: 0;
    color: #5e5e59;
    font-size: 14px;
    line-height: 1.8;
    word-break: keep-all;
}

.template-estimate-share .quote-sheet__main {
    padding: clamp(94px, 10vw, 148px) 0 clamp(112px, 12vw, 180px);
    background: #fff;
}

.quote-sheet__brief,
.template-estimate-share .quote-sheet__requests > header,
.quote-sheet__response {
    display: grid;
    grid-template-columns: 190px minmax(0, 1fr);
    gap: clamp(44px, 8vw, 116px);
    align-items: start;
}

.quote-sheet__brief {
    padding-bottom: clamp(86px, 9vw, 132px);
    border-bottom: 2px solid #171716;
}

.quote-sheet__brief h2,
.template-estimate-share .quote-sheet__requests h2,
.quote-sheet__response h2 {
    margin: 0;
    color: #171716;
    font-size: clamp(38px, 4.6vw, 58px);
    font-weight: 540;
    letter-spacing: -0.06em;
    line-height: 1.12;
}

.quote-sheet__brief > div > p,
.template-estimate-share .quote-sheet__guide,
.quote-sheet__response > div > p {
    max-width: 780px;
    margin: 24px 0 0;
    color: #565651;
    font-size: 16px;
    line-height: 1.85;
    word-break: keep-all;
}

.quote-sheet__brief ul {
    display: grid;
    margin: 38px 0 0;
    padding: 0;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    border-top: 1px solid #171716;
    list-style: none;
}

.quote-sheet__brief li {
    position: relative;
    padding: 20px 20px 20px 28px;
    border-bottom: 1px solid #d5d5d0;
    color: #262623;
    font-size: 15px;
    font-weight: 620;
}

.quote-sheet__brief li:nth-child(odd) {
    border-right: 1px solid #d5d5d0;
}

.quote-sheet__brief li::before {
    position: absolute;
    top: 27px;
    left: 5px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #171716;
    content: "";
}

.template-estimate-share .quote-sheet__requests {
    margin-top: clamp(104px, 11vw, 162px);
}

.template-estimate-share .quote-sheet__requests > header {
    padding-bottom: 52px;
}

.template-estimate-share .quote-sheet__items {
    margin: 0;
    padding: 0;
    border-block: 2px solid #171716;
    list-style: none;
}

.template-estimate-share .quote-sheet__item {
    display: grid;
    grid-template-columns: 48px 180px minmax(0, 1fr);
    gap: clamp(24px, 4vw, 58px);
    padding: 40px 0 42px;
    border: 0;
    border-bottom: 1px solid #d5d5d0;
}

.template-estimate-share .quote-sheet__item:last-child {
    border-bottom: 0;
}

.template-estimate-share .quote-sheet__item-number {
    padding-top: 5px;
    color: #8a8a84;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.14em;
}

.quote-sheet__item-label {
    margin: 0;
    padding-top: 3px;
    color: #555550;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: -0.015em;
    line-height: 1.5;
}

.template-estimate-share .quote-sheet__item-request h3 {
    margin: 0;
    color: #171716;
    font-size: clamp(23px, 2.3vw, 30px);
    font-weight: 650;
    letter-spacing: -0.045em;
    line-height: 1.35;
}

.template-estimate-share .quote-sheet__item-request > span {
    display: block;
    max-width: 820px;
    margin-top: 12px;
    color: #5f5f5a;
    font-size: 15px;
    line-height: 1.85;
    word-break: keep-all;
}

.quote-sheet__response {
    margin-top: clamp(110px, 12vw, 174px);
    padding-top: 52px;
    border-top: 2px solid #171716;
}

.quote-sheet__copy-button {
    display: flex;
    width: min(100%, 760px);
    min-height: 82px;
    margin-top: 38px;
    padding: 8px 9px 8px 24px;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    border: 1px solid #171716;
    border-radius: 999px;
    background: #171716;
    color: #fff;
    text-align: left;
    box-shadow: none;
    transition: background-color 200ms ease, box-shadow 240ms ease, transform 240ms ease;
}

.quote-sheet__copy-button-copy {
    display: flex;
    min-width: 0;
    flex-direction: column;
    gap: 5px;
}

.quote-sheet__copy-button-copy strong {
    color: #fff;
    font-size: 16px;
    font-weight: 680;
    letter-spacing: -0.025em;
    line-height: 1.35;
}

.quote-sheet__copy-button-copy small {
    color: #aaa9a3;
    font-size: 11px;
    line-height: 1.45;
}

.quote-sheet__copy-button-action {
    display: inline-flex;
    min-width: 88px;
    min-height: 62px;
    padding: 0 17px;
    flex: 0 0 auto;
    align-items: center;
    justify-content: center;
    gap: 8px;
    border: 1px solid rgba(255, 255, 255, 0.26);
    border-radius: 999px;
    color: #d2d2cc;
    font-size: 9px;
    font-weight: 720;
    letter-spacing: 0.1em;
    line-height: 1;
    transition: border-color 200ms ease, background-color 200ms ease, color 200ms ease;
}

.quote-sheet__copy-button-action i {
    font-size: 13px;
    font-style: normal;
    letter-spacing: 0;
}

.quote-sheet__copy-button:hover,
.quote-sheet__copy-button:focus-visible,
.quote-sheet__copy-button.is-copied {
    background: #2a2a28;
    box-shadow: 0 16px 34px rgba(23, 23, 22, 0.16);
    transform: translateY(-2px);
}

.quote-sheet__copy-button:hover .quote-sheet__copy-button-action,
.quote-sheet__copy-button:focus-visible .quote-sheet__copy-button-action,
.quote-sheet__copy-button.is-copied .quote-sheet__copy-button-action {
    border-color: #fff;
    background: #fff;
    color: #171716;
}

.quote-sheet__copy-button:focus-visible {
    outline: 3px solid rgba(23, 23, 22, 0.18);
    outline-offset: 4px;
}

.quote-sheet__copy-button:active {
    box-shadow: none;
    transform: translateY(0) scale(0.99);
}

.quote-sheet__copy-button:disabled {
    cursor: wait;
}

.quote-sheet__copy-button.is-error {
    border-color: #8e302a;
}

.quote-sheet__response > div > .quote-sheet__copy-status {
    min-height: 22px;
    margin: 12px 0 0;
    color: #555550;
    font-size: 12px;
    line-height: 1.7;
}

.template-estimate-share .quote-sheet__footer {
    padding: 46px 0 50px;
    border-top: 0;
    background: #171716;
}

.template-estimate-share .quote-sheet__footer .quote-sheet__shell {
    display: grid;
    grid-template-columns: 190px minmax(0, 1fr) auto;
    gap: 44px;
    align-items: start;
}

.template-estimate-share .quote-sheet__footer p {
    margin: 0;
    color: #a7a7a0;
    font-size: 12px;
    line-height: 1.8;
}

.template-estimate-share .quote-sheet__footer strong {
    color: #fff;
    font-size: 13px;
    font-weight: 680;
}

.template-estimate-share .quote-sheet__footer a {
    display: inline-flex;
    min-height: 48px;
    padding: 0 17px;
    align-items: center;
    gap: 16px;
    border: 1px solid #666660;
    color: #fff;
    font-size: 12px;
    font-weight: 650;
    white-space: nowrap;
    transition: background-color 160ms ease, border-color 160ms ease, color 160ms ease;
}

.template-estimate-share .quote-sheet__footer a:hover,
.template-estimate-share .quote-sheet__footer a:focus-visible {
    border-color: #fff;
    background: #fff;
    color: #171716;
}

@media (max-width: 900px) {
    .quote-sheet__hero-grid {
        grid-template-columns: 1fr;
        gap: 46px;
    }

    .quote-sheet__intro {
        max-width: 720px;
    }

    .template-estimate-share .quote-sheet__item {
        grid-template-columns: 42px 150px minmax(0, 1fr);
        gap: 22px;
    }

    .template-estimate-share .quote-sheet__footer .quote-sheet__shell {
        grid-template-columns: 150px minmax(0, 1fr);
    }

    .template-estimate-share .quote-sheet__footer a {
        grid-column: 2;
        justify-self: start;
    }
}

@media (max-width: 767.98px) {
    .template-estimate-share .quote-sheet__shell {
        width: calc(100% - 40px);
    }

    .quote-sheet__meta {
        min-height: 68px;
        align-items: flex-start;
        flex-direction: column;
        justify-content: center;
        gap: 5px;
    }

    .template-estimate-share .quote-sheet__eyebrow,
    .template-estimate-share .quote-sheet__section-label,
    .quote-sheet__meta > p:last-child {
        font-size: 9px;
    }

    .quote-sheet__hero-grid {
        gap: 38px;
        padding: 58px 0 54px;
    }

    .template-estimate-share .quote-sheet__hero h1 {
        font-size: clamp(52px, 15vw, 66px);
    }

    .quote-sheet__intro > p:first-child {
        font-size: 21px;
    }

    .quote-sheet__intro > p:last-child {
        margin-top: 18px;
        font-size: 15px;
        line-height: 1.82;
    }

    .quote-sheet__share-note {
        grid-template-columns: 1fr;
        gap: 9px;
        padding-block: 22px;
    }

    .quote-sheet__share-note p {
        font-size: 13px;
    }

    .template-estimate-share .quote-sheet__main {
        padding: 72px 0 104px;
    }

    .quote-sheet__brief,
    .template-estimate-share .quote-sheet__requests > header,
    .quote-sheet__response {
        grid-template-columns: 1fr;
        gap: 24px;
    }

    .quote-sheet__brief {
        padding-bottom: 72px;
    }

    .quote-sheet__brief h2,
    .template-estimate-share .quote-sheet__requests h2,
    .quote-sheet__response h2 {
        font-size: 36px;
    }

    .quote-sheet__brief > div > p,
    .template-estimate-share .quote-sheet__guide,
    .quote-sheet__response > div > p {
        margin-top: 18px;
        font-size: 15px;
        line-height: 1.8;
    }

    .quote-sheet__brief ul {
        margin-top: 28px;
        grid-template-columns: 1fr;
    }

    .quote-sheet__brief li,
    .quote-sheet__brief li:nth-child(odd) {
        padding: 17px 12px 17px 24px;
        border-right: 0;
    }

    .quote-sheet__brief li::before {
        top: 24px;
        left: 3px;
    }

    .template-estimate-share .quote-sheet__requests {
        margin-top: 84px;
    }

    .template-estimate-share .quote-sheet__requests > header {
        padding-bottom: 38px;
    }

    .template-estimate-share .quote-sheet__item {
        grid-template-columns: 34px minmax(0, 1fr);
        gap: 8px 12px;
        padding: 30px 0 32px;
    }

    .template-estimate-share .quote-sheet__item-number {
        grid-row: 1 / span 2;
        padding-top: 3px;
    }

    .quote-sheet__item-label,
    .template-estimate-share .quote-sheet__item-request {
        grid-column: 2;
    }

    .quote-sheet__item-label {
        font-size: 12px;
    }

    .template-estimate-share .quote-sheet__item-request h3 {
        font-size: 23px;
    }

    .template-estimate-share .quote-sheet__item-request > span {
        margin-top: 10px;
        font-size: 14px;
        line-height: 1.8;
    }

    .quote-sheet__response {
        margin-top: 88px;
        padding-top: 38px;
    }

    .quote-sheet__copy-button {
        min-height: 74px;
        margin-top: 30px;
        padding: 7px 8px 7px 19px;
    }

    .quote-sheet__copy-button-copy strong {
        font-size: 15px;
    }

    .quote-sheet__copy-button-copy small {
        font-size: 10px;
    }

    .quote-sheet__copy-button-action {
        min-width: 76px;
        min-height: 56px;
        padding-inline: 12px;
    }

    .template-estimate-share .quote-sheet__footer {
        padding: 40px 0 44px;
    }

    .template-estimate-share .quote-sheet__footer .quote-sheet__shell {
        grid-template-columns: 1fr;
        gap: 18px;
    }

    .template-estimate-share .quote-sheet__footer a {
        width: 100%;
        margin-top: 8px;
        grid-column: 1;
        justify-content: space-between;
    }
}

/* Apps directory: rounded cards that remain compact as the list grows. */
.app-directory__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 26px;
}

.app-launch-card {
    min-width: 0;
    border: 0;
}

.app-launch-card > a {
    position: relative;
    display: grid;
    min-height: 520px;
    overflow: hidden;
    grid-template-columns: 1fr;
    grid-template-rows: minmax(0, 1fr) 218px;
    border: 1px solid #d5d5d0;
    border-radius: 28px;
    background: #fff;
    box-shadow: 0 18px 48px rgba(18, 18, 17, 0.06);
    color: #171716;
    transition: border-color 200ms ease, box-shadow 240ms ease, transform 240ms ease;
}

.app-launch-card > a:hover,
.app-launch-card > a:focus-visible {
    border-color: #171716;
    background: #fff;
    box-shadow: 0 26px 62px rgba(18, 18, 17, 0.12);
    color: #171716;
    transform: translateY(-5px);
}

.app-launch-card > a:focus-visible {
    outline: 3px solid rgba(23, 23, 22, 0.2);
    outline-offset: 4px;
}

.app-launch-card__number {
    top: 29px;
    left: 30px;
    color: #7b7b75;
}

.app-launch-card__copy {
    display: flex;
    min-width: 0;
    margin: 0;
    padding: 78px 30px 32px;
    grid-column: 1;
    grid-row: 1;
    align-self: stretch;
    flex-direction: column;
    justify-content: flex-end;
}

.app-launch-card__copy > span {
    color: #696964;
}

.app-launch-card__copy h3 {
    max-width: none;
    margin-top: 15px;
    font-size: clamp(39px, 3.4vw, 49px);
    letter-spacing: -0.065em;
    line-height: 0.98;
}

.app-launch-card__copy p {
    max-width: 310px;
    margin-top: 22px;
    color: #5e5e59;
    font-size: 13px;
    line-height: 1.75;
}

.app-launch-card__art {
    min-height: 0;
    height: 218px;
    margin: 0;
    padding: 20px 20px 14px;
    grid-column: 1;
    grid-row: 2;
    place-items: center;
    border-top: 1px solid #deded9;
    border-left: 0;
    background: #f5f5f2;
    color: #393934;
}

.app-launch-card__art svg {
    width: 100%;
    max-width: 330px;
}

.app-launch-card__arrow {
    display: grid;
    top: 21px;
    right: 21px;
    width: 46px;
    height: 46px;
    place-items: center;
    border: 0;
    border-radius: 50%;
    background: #171716;
    color: #fff;
    font-size: 20px;
    line-height: 1;
    transition: background-color 180ms ease, transform 220ms ease;
}

.app-launch-card > a:hover .app-launch-card__copy > span,
.app-launch-card > a:focus-visible .app-launch-card__copy > span,
.app-launch-card > a:hover .app-launch-card__copy p,
.app-launch-card > a:focus-visible .app-launch-card__copy p,
.app-launch-card > a:hover .app-launch-card__number,
.app-launch-card > a:focus-visible .app-launch-card__number {
    color: #5e5e59;
}

.app-launch-card > a:hover .app-launch-card__art,
.app-launch-card > a:focus-visible .app-launch-card__art {
    border-top-color: #d5d5d0;
    border-left-color: transparent;
    color: #393934;
}

.app-launch-card > a:hover .app-launch-card__art .app-launch-card__art-fill,
.app-launch-card > a:focus-visible .app-launch-card__art .app-launch-card__art-fill,
.app-launch-card > a:hover .app-launch-card__art .app-launch-card__art-paper,
.app-launch-card > a:focus-visible .app-launch-card__art .app-launch-card__art-paper,
.app-launch-card > a:hover .app-launch-card__art .app-launch-card__art-accent,
.app-launch-card > a:focus-visible .app-launch-card__art .app-launch-card__art-accent {
    fill: #f3f3f0;
    stroke: currentColor;
}

.app-launch-card > a:hover .app-launch-card__art .app-launch-card__art-coin,
.app-launch-card > a:focus-visible .app-launch-card__art .app-launch-card__art-coin {
    fill: #171716;
    stroke: #171716;
}

.app-launch-card > a:hover .app-launch-card__art .app-launch-card__art-currency,
.app-launch-card > a:focus-visible .app-launch-card__art .app-launch-card__art-currency {
    stroke: #fff;
}

.app-launch-card > a:hover .app-launch-card__arrow,
.app-launch-card > a:focus-visible .app-launch-card__arrow {
    background: #30302d;
    color: #fff;
    transform: translate(2px, -2px);
}

@media (max-width: 991.98px) {
    .app-directory__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .app-launch-card > a {
        min-height: 500px;
    }
}

@media (max-width: 767.98px) {
    .app-directory__grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .app-launch-card > a {
        min-height: 500px;
        grid-template-rows: minmax(0, 1fr) 220px;
        border-radius: 24px;
    }

    .app-launch-card__number {
        top: 24px;
        left: 24px;
    }

    .app-launch-card__copy {
        padding: 70px 24px 28px;
    }

    .app-launch-card__copy h3 {
        font-size: 44px;
    }

    .app-launch-card__art {
        min-height: 0;
        height: 220px;
        padding: 17px 16px 12px;
    }

    .app-launch-card__arrow {
        top: 16px;
        right: 16px;
        width: 44px;
        height: 44px;
    }
}

/* Estimate actions: use the site's quiet inquiry-control language. */
.estimate-request-button {
    min-height: 72px;
    padding: 7px 8px 7px 20px;
    gap: 12px;
    border: 1px solid #171716;
    border-radius: 999px;
    background: #171716;
    box-shadow: none;
    color: #fff;
    transition: border-color 220ms ease, background-color 220ms ease, box-shadow 280ms ease, transform 280ms ease;
}

.estimate-request-button__copy {
    padding: 0;
}

.estimate-request-button__copy strong {
    font-size: 14px;
    font-weight: 650;
}

.estimate-request-button__copy small {
    color: #9b9b95;
    font-size: 9px;
}

.estimate-request-button__action {
    min-width: 68px;
    min-height: 54px;
    padding: 0 12px;
    border: 1px solid rgba(255, 255, 255, 0.22);
    border-radius: 999px;
    color: #c6c6c0;
    font-size: 8px;
    letter-spacing: 0.08em;
    transition: border-color 220ms ease, background-color 220ms ease, color 220ms ease, transform 280ms ease;
}

.estimate-request-button:hover,
.estimate-request-button:focus-visible {
    border-color: #171716;
    background: #292927;
    box-shadow: 0 14px 30px rgba(23, 23, 22, 0.16);
    transform: translateY(-2px);
}

.estimate-request-button:hover .estimate-request-button__action,
.estimate-request-button:focus-visible .estimate-request-button__action,
.estimate-request-button.is-copied .estimate-request-button__action {
    border-color: #fff;
    background: #fff;
    color: #171716;
    transform: none;
}

.estimate-request-button:focus-visible {
    outline: 3px solid rgba(23, 23, 22, 0.16);
    outline-offset: 3px;
}

.estimate-request-button:active {
    box-shadow: none;
    transform: translateY(0) scale(0.99);
}

.estimate-result-reset {
    display: flex;
    width: auto;
    min-height: 38px;
    margin: 13px auto 0;
    padding: 0 4px;
    align-items: center;
    justify-content: center;
    gap: 9px;
    border: 0;
    border-radius: 0;
    background: transparent;
    color: #a43830;
    text-align: center;
    transition: color 160ms ease;
}

.estimate-result-reset__copy {
    display: flex;
    min-width: 0;
    padding: 0;
    align-items: baseline;
    flex-direction: row;
    gap: 8px;
}

.estimate-result-reset__copy strong {
    font-size: 10px;
    font-weight: 700;
}

.estimate-result-reset__copy small {
    color: #888882;
    font-size: 9px;
    line-height: 1.45;
    white-space: normal;
}

.estimate-result-reset__icon {
    display: inline-block;
    width: auto;
    flex: 0 0 auto;
    border: 0;
    font-size: 14px;
    line-height: 1;
    transition: transform 220ms ease;
}

.estimate-result-reset:hover,
.estimate-result-reset:focus-visible {
    background: transparent;
    color: #7f1f19;
}

.estimate-result-reset:hover .estimate-result-reset__copy small,
.estimate-result-reset:focus-visible .estimate-result-reset__copy small {
    color: #656560;
}

.estimate-result-reset:hover .estimate-result-reset__icon,
.estimate-result-reset:focus-visible .estimate-result-reset__icon {
    border: 0;
    transform: rotate(-28deg);
}

.estimate-result-reset:focus-visible {
    outline: 1px solid #a43830;
    outline-offset: 3px;
}

.estimate-result-reset:active {
    transform: none;
}

@media (max-width: 767.98px) {
    .estimate-request-button {
        min-height: 68px;
        padding-left: 17px;
    }

    .estimate-request-button__copy {
        padding-left: 0;
    }

    .estimate-request-button__action {
        min-width: 64px;
        min-height: 50px;
    }

    .estimate-result-reset__copy small {
        display: none;
    }
}

/* Quote request: one calm reading axis, aligned with the main site. */
.template-estimate-share .quote-sheet {
    overflow: hidden;
    background: #fff;
}

.template-estimate-share .quote-sheet__shell {
    width: min(1120px, calc(100% - 64px));
    margin-inline: auto;
}

.template-estimate-share .quote-sheet__hero {
    padding: 0;
    border-bottom: 0;
    background: #f5f5f2;
}

.template-estimate-share .quote-sheet__meta {
    min-height: 66px;
    border-bottom-color: #cecec8;
}

.template-estimate-share .quote-sheet__hero-copy {
    max-width: 820px;
    padding: clamp(72px, 8vw, 108px) 0 clamp(58px, 7vw, 86px);
}

.template-estimate-share .quote-sheet__hero h1 {
    margin: 0;
    color: #171716;
    font-size: clamp(56px, 6vw, 78px);
    font-weight: 620;
    letter-spacing: -0.065em;
    line-height: 1.04;
    word-break: keep-all;
}

.template-estimate-share .quote-sheet__hero-copy > p {
    max-width: 760px;
    margin: 0;
    color: #555550;
    font-size: 16px;
    line-height: 1.85;
    word-break: keep-all;
}

.template-estimate-share .quote-sheet__hero-copy > .quote-sheet__lead {
    margin-top: 34px;
    color: #171716;
    font-size: clamp(22px, 2.2vw, 28px);
    font-weight: 650;
    letter-spacing: -0.04em;
    line-height: 1.45;
}

.template-estimate-share .quote-sheet__hero-copy > .quote-sheet__lead + p {
    margin-top: 14px;
}

.template-estimate-share .quote-sheet__share-note {
    display: grid;
    grid-template-columns: 150px minmax(0, 1fr);
    gap: 28px;
    padding: 24px 28px;
    border: 1px solid #d8d8d2;
    border-radius: 14px;
    background: #fff;
}

.template-estimate-share .quote-sheet__share-note strong {
    font-size: 13px;
    line-height: 1.7;
}

.template-estimate-share .quote-sheet__share-note p {
    max-width: 800px;
    color: #5a5a55;
    font-size: 14px;
    line-height: 1.75;
}

.template-estimate-share .quote-sheet__main {
    padding: clamp(82px, 9vw, 118px) 0 clamp(104px, 11vw, 148px);
    background: #fff;
}

.template-estimate-share .quote-sheet__brief,
.template-estimate-share .quote-sheet__requests > header,
.template-estimate-share .quote-sheet__response {
    display: block;
}

.template-estimate-share .quote-sheet__brief {
    max-width: 850px;
    padding: 0;
    border: 0;
}

.template-estimate-share .quote-sheet__brief header,
.template-estimate-share .quote-sheet__requests > header {
    max-width: 790px;
    padding: 0;
}

.template-estimate-share .quote-sheet__section-label {
    margin-bottom: 18px;
}

.template-estimate-share .quote-sheet__brief h2,
.template-estimate-share .quote-sheet__requests h2,
.template-estimate-share .quote-sheet__response h2 {
    margin: 0;
    font-size: clamp(38px, 4vw, 52px);
    font-weight: 610;
    letter-spacing: -0.055em;
    line-height: 1.16;
    word-break: keep-all;
}

.template-estimate-share .quote-sheet__brief header > p:last-child,
.template-estimate-share .quote-sheet__guide,
.template-estimate-share .quote-sheet__response-copy > p:last-child {
    max-width: 760px;
    margin: 22px 0 0;
    color: #565651;
    font-size: 16px;
    line-height: 1.85;
    word-break: keep-all;
}

.template-estimate-share .quote-sheet__checklist {
    display: grid;
    max-width: 760px;
    margin: 42px 0 0;
    padding: 0;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
    border: 0;
    list-style: none;
}

.template-estimate-share .quote-sheet__checklist li {
    display: flex;
    min-height: 104px;
    padding: 24px 26px;
    align-items: center;
    border: 1px solid #d5d5d0;
    background: #f7f7f5;
    cursor: default;
}

.template-estimate-share .quote-sheet__checklist strong {
    color: #242421;
    font-size: 16px;
    font-weight: 650;
    letter-spacing: -0.02em;
}

.template-estimate-share .quote-sheet__requests {
    margin-top: clamp(104px, 11vw, 146px);
}

.template-estimate-share .quote-sheet__requests > header {
    margin-bottom: 50px;
}

.template-estimate-share .quote-sheet__items {
    margin: 0;
    padding: 0;
    border-top: 2px solid #171716;
    border-bottom: 2px solid #171716;
    list-style: none;
}

.template-estimate-share .quote-sheet__item {
    display: grid;
    min-height: 148px;
    padding: 30px 0 32px;
    grid-template-columns: 58px minmax(0, 1fr);
    gap: 0;
    align-items: start;
    border-bottom: 1px solid #d5d5d0;
}

.template-estimate-share .quote-sheet__item-number {
    padding-top: 4px;
    color: #85857f;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.12em;
}

.template-estimate-share .quote-sheet__item-request {
    min-width: 0;
}

.template-estimate-share .quote-sheet__item-label {
    margin: 0 0 8px;
    padding: 0;
    color: #666661;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: -0.01em;
    line-height: 1.5;
}

.template-estimate-share .quote-sheet__item-request h3 {
    margin: 0;
    color: #171716;
    font-size: clamp(23px, 2.4vw, 30px);
    font-weight: 650;
    letter-spacing: -0.045em;
    line-height: 1.35;
}

.template-estimate-share .quote-sheet__item-request > span {
    display: block;
    max-width: 860px;
    margin-top: 10px;
    color: #5d5d58;
    font-size: 15px;
    line-height: 1.8;
    word-break: keep-all;
}

.template-estimate-share .quote-sheet__response {
    margin-top: clamp(100px, 11vw, 140px);
    padding: clamp(44px, 5vw, 62px);
    border: 0;
    border-radius: 18px;
    background: #f3f3f0;
}

.template-estimate-share .quote-sheet__response-copy {
    max-width: 790px;
}

.template-estimate-share .quote-sheet__response-action {
    max-width: 700px;
    margin-top: 34px;
}

.template-estimate-share .quote-sheet__copy-button {
    width: 100%;
    max-width: none;
    margin: 0;
}

.template-estimate-share .quote-sheet__response > div > .quote-sheet__copy-status {
    min-height: 22px;
    margin: 12px 0 0;
    color: #555550;
    font-size: 12px;
    line-height: 1.7;
}

.template-estimate-share .quote-sheet__footer {
    padding: 42px 0 44px;
    background: #171716;
}

.template-estimate-share .quote-sheet__footer .quote-sheet__shell {
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 48px;
    align-items: end;
}

.template-estimate-share .quote-sheet__footer-copy {
    max-width: 820px;
}

.template-estimate-share .quote-sheet__footer .quote-sheet__footer-credit {
    margin-top: 18px;
    color: rgba(255, 255, 255, 0.18);
    font-size: 8px;
    font-weight: 650;
    letter-spacing: 0.2em;
    line-height: 1.5;
}

@media (max-width: 900px) {
    .template-estimate-share .quote-sheet__footer .quote-sheet__shell {
        grid-template-columns: minmax(0, 1fr) auto;
    }

    .template-estimate-share .quote-sheet__footer a {
        grid-column: auto;
    }
}

@media (max-width: 767.98px) {
    .template-estimate-share .quote-sheet__shell {
        width: calc(100% - 36px);
    }

    .template-estimate-share .quote-sheet__hero {
        padding-bottom: 0;
    }

    .template-estimate-share .quote-sheet__meta {
        min-height: 62px;
        padding-block: 13px;
        gap: 4px;
    }

    .template-estimate-share .quote-sheet__hero-copy {
        padding: 52px 0 46px;
    }

    .template-estimate-share .quote-sheet__hero h1 {
        font-size: clamp(43px, 13vw, 56px);
        line-height: 1.08;
    }

    .template-estimate-share .quote-sheet__hero-copy > .quote-sheet__lead {
        margin-top: 26px;
        font-size: 21px;
    }

    .template-estimate-share .quote-sheet__hero-copy > p {
        font-size: 15px;
        line-height: 1.8;
    }

    .template-estimate-share .quote-sheet__share-note {
        grid-template-columns: 1fr;
        gap: 7px;
        padding: 20px;
        border-radius: 12px;
    }

    .template-estimate-share .quote-sheet__main {
        padding: 70px 0 96px;
    }

    .template-estimate-share .quote-sheet__section-label {
        margin-bottom: 14px;
    }

    .template-estimate-share .quote-sheet__brief h2,
    .template-estimate-share .quote-sheet__requests h2,
    .template-estimate-share .quote-sheet__response h2 {
        font-size: 34px;
    }

    .template-estimate-share .quote-sheet__brief header > p:last-child,
    .template-estimate-share .quote-sheet__guide,
    .template-estimate-share .quote-sheet__response-copy > p:last-child {
        margin-top: 17px;
        font-size: 15px;
        line-height: 1.8;
    }

    .template-estimate-share .quote-sheet__checklist {
        margin-top: 30px;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 10px;
    }

    .template-estimate-share .quote-sheet__checklist li {
        min-height: 96px;
        padding: 18px;
        border: 1px solid #d5d5d0;
    }

    .template-estimate-share .quote-sheet__checklist strong {
        font-size: 15px;
    }

    .template-estimate-share .quote-sheet__requests {
        margin-top: 82px;
    }

    .template-estimate-share .quote-sheet__requests > header {
        margin-bottom: 34px;
    }

    .template-estimate-share .quote-sheet__item {
        min-height: 0;
        padding: 25px 0 27px;
        grid-template-columns: 38px minmax(0, 1fr);
    }

    .template-estimate-share .quote-sheet__item-label {
        font-size: 11px;
    }

    .template-estimate-share .quote-sheet__item-request h3 {
        font-size: 22px;
    }

    .template-estimate-share .quote-sheet__item-request > span {
        margin-top: 8px;
        font-size: 14px;
        line-height: 1.75;
    }

    .template-estimate-share .quote-sheet__response {
        margin-top: 78px;
        padding: 30px 20px 24px;
        border-radius: 14px;
    }

    .template-estimate-share .quote-sheet__response-action {
        margin-top: 27px;
    }

    .template-estimate-share .quote-sheet__footer .quote-sheet__shell {
        grid-template-columns: 1fr;
        gap: 16px;
    }

    .template-estimate-share .quote-sheet__footer a {
        grid-column: 1;
    }
}

/* GLB scene layer: real low-poly office with SVG option layers above it. */
.estimate-visualizer__model {
    position: absolute;
    inset: 0;
    z-index: 1;
    display: block;
    width: 100%;
    height: 100%;
    opacity: 0;
    pointer-events: none;
    transition: opacity 420ms ease;
}

.estimate-visualizer__svg {
    z-index: 2;
}

.estimate-visualizer.is-model-ready[data-project="corporate"] .estimate-visualizer__model[data-estimate-model="scene-corporate"] {
    opacity: 1;
}

.estimate-visualizer.is-model-ready[data-project="corporate"] .estimate-visualizer__grid,
.estimate-visualizer.is-model-ready[data-project="corporate"] .estimate-visualizer__platform,
.estimate-visualizer.is-model-ready[data-project="corporate"] [data-visual-node="scene-corporate"] {
    opacity: 0;
    visibility: hidden;
}

.estimate-visualizer__battery-outline {
    fill: rgba(255, 255, 255, 0.92);
    stroke: #555550;
    stroke-width: 1.5;
    vector-effect: non-scaling-stroke;
}

.estimate-visualizer__battery-terminal {
    fill: #555550;
}

.estimate-visualizer__battery-segment {
    fill: #deded9;
}

.estimate-visualizer__battery-segment.is-filled {
    fill: #171716;
}

@media (prefers-reduced-motion: reduce) {
    .estimate-visualizer__model {
        transition: none;
    }
}

/* Readability and CTA pass: larger working type and calm, card-shaped actions. */
.apps-eyebrow {
    font-size: 11px;
}

.apps-breadcrumb {
    font-size: 12px;
}

.app-directory-hero__copy > p:last-of-type {
    font-size: clamp(17px, 1.45vw, 19px);
}

.app-directory-hero__benefits li,
.app-launch-card__number,
.app-launch-card__copy > span {
    font-size: 12px;
}

.app-launch-card__copy p {
    font-size: 16px;
}

.estimate-hero__copy > p {
    font-size: clamp(17px, 1.45vw, 19px);
}

.estimate-hero__privacy {
    font-size: 14px;
    line-height: 1.7;
}

.estimate-form__intro > p:last-child {
    font-size: 17px;
    line-height: 1.85;
}

.estimate-fieldset legend {
    font-size: 27px;
    line-height: 1.35;
}

.estimate-fieldset legend > span {
    margin-top: 7px;
    font-size: 12px;
}

.estimate-fieldset legend small {
    margin-top: 7px;
    font-size: 13px;
}

.estimate-choice__content,
.estimate-choice--compact .estimate-choice__content {
    min-height: 116px;
}

.estimate-choice__content strong {
    font-size: 18px;
    line-height: 1.4;
}

.estimate-choice__content small {
    margin-top: 9px;
    font-size: 15px;
    line-height: 1.65;
}

.estimate-choice--project .estimate-choice__content {
    min-height: 214px;
}

.estimate-field-help > p {
    font-size: 16px;
    line-height: 1.8;
}

.estimate-subfield__heading span,
.estimate-field-help__guides > span:first-child {
    font-size: 11px;
}

.estimate-subfield__heading h3 {
    font-size: 22px;
}

.estimate-field-help__guides a {
    min-height: 40px;
    padding: 8px 13px;
    font-size: 14px;
}

.estimate-result__topline {
    font-size: 11px;
}

.estimate-result__label {
    font-size: 15px;
}

.estimate-result__price small {
    font-size: 15px;
}

.estimate-result__notice {
    font-size: 15px;
    line-height: 1.8;
}

.estimate-result__conditions span {
    font-size: 11px;
}

.estimate-result__conditions p {
    font-size: 15px;
    line-height: 1.75;
}

.estimate-request-action > p {
    margin-bottom: 18px;
    font-size: 15px;
    line-height: 1.75;
}

.estimate-request-button {
    min-height: 116px;
    padding: 16px 17px 16px 24px;
    gap: 20px;
    border: 1px solid #171716;
    border-radius: 16px;
    background: #f4f4f1;
    color: #171716;
    box-shadow: none;
    transition: background-color 180ms ease, box-shadow 220ms ease, transform 180ms ease;
}

.estimate-request-button__copy {
    padding: 0;
    gap: 7px;
}

.estimate-request-button__copy strong {
    color: #171716;
    font-size: 20px;
    font-weight: 680;
    line-height: 1.35;
}

.estimate-request-button__copy small {
    color: #656560;
    font-size: 14px;
    line-height: 1.5;
    white-space: normal;
}

.estimate-request-button__action {
    min-width: 88px;
    min-height: 68px;
    padding: 0 16px;
    border: 0;
    border-radius: 11px;
    background: #171716;
    color: #fff;
    font-size: 13px;
    letter-spacing: -0.01em;
}

.estimate-request-button:hover,
.estimate-request-button:focus-visible {
    border-color: #171716;
    background: #fff;
    box-shadow: 0 12px 28px rgba(23, 23, 22, 0.12);
    color: #171716;
    transform: translateY(-2px);
}

.estimate-request-button:hover .estimate-request-button__action,
.estimate-request-button:focus-visible .estimate-request-button__action,
.estimate-request-button.is-copied .estimate-request-button__action {
    border: 0;
    background: #171716;
    color: #fff;
    transform: translateX(3px);
}

.estimate-request-button:active {
    box-shadow: none;
    transform: translateY(0) scale(0.99);
}

.estimate-result-reset {
    display: flex;
    width: 100%;
    min-height: 66px;
    margin-top: 14px;
    padding: 0;
    align-items: stretch;
    justify-content: space-between;
    border: 1px solid #b42318;
    border-radius: 12px;
    background: #fff;
    color: #a61f16;
    text-align: left;
    transition: background-color 180ms ease, color 180ms ease, transform 120ms ease;
}

.estimate-result-reset__copy {
    padding: 13px 17px;
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
    gap: 3px;
}

.estimate-result-reset__copy strong {
    font-size: 16px;
}

.estimate-result-reset__copy small {
    font-size: 13px;
}

.estimate-result-reset__icon {
    display: grid;
    width: 66px;
    flex-basis: 66px;
    place-items: center;
    border-left: 1px solid rgba(180, 35, 24, 0.35);
    font-size: 23px;
}

.estimate-result-reset:hover,
.estimate-result-reset:focus-visible {
    background: #b42318;
    color: #fff;
}

.estimate-result-reset:hover .estimate-result-reset__copy small,
.estimate-result-reset:focus-visible .estimate-result-reset__copy small {
    color: rgba(255, 255, 255, 0.76);
}

.estimate-result-reset:hover .estimate-result-reset__icon,
.estimate-result-reset:focus-visible .estimate-result-reset__icon {
    border-left-color: rgba(255, 255, 255, 0.35);
}

.estimate-result__status {
    font-size: 13px;
}

.estimate-result-note p,
.estimate-result-note span {
    font-size: 15px;
}

.estimate-result-note span {
    line-height: 1.75;
}

.estimate-disclaimer p {
    font-size: 14px;
    line-height: 1.8;
}

.template-estimate-share .quote-sheet__eyebrow,
.template-estimate-share .quote-sheet__section-label,
.template-estimate-share .quote-sheet__meta > p:last-child {
    font-size: 11px;
}

.template-estimate-share .quote-sheet__hero-copy > p {
    font-size: 18px;
    line-height: 1.85;
}

.template-estimate-share .quote-sheet__hero-copy > .quote-sheet__lead {
    font-size: clamp(25px, 2.4vw, 31px);
}

.template-estimate-share .quote-sheet__brief header > p:last-child,
.template-estimate-share .quote-sheet__guide,
.template-estimate-share .quote-sheet__response-copy > p:last-child {
    font-size: 18px;
    line-height: 1.85;
}

.template-estimate-share .quote-sheet__item-number {
    font-size: 12px;
}

.template-estimate-share .quote-sheet__checklist strong {
    font-size: 18px;
}

.template-estimate-share .quote-sheet__checklist li::before {
    display: none;
    content: none;
}

.template-estimate-share .quote-sheet__item-label {
    font-size: 14px;
}

.template-estimate-share .quote-sheet__item-request h3 {
    font-size: clamp(27px, 2.6vw, 34px);
}

.template-estimate-share .quote-sheet__item-request > span {
    font-size: 17px;
    line-height: 1.8;
}

.template-estimate-share .quote-sheet__copy-button {
    display: block;
    min-height: 0;
    padding: 25px 28px 24px;
    border: 1px solid #171716;
    border-radius: 0;
    background: #171716;
    color: #fff;
}

.template-estimate-share .quote-sheet__copy-button-copy strong {
    color: #fff;
    font-size: 20px;
}

.template-estimate-share .quote-sheet__copy-button-copy small {
    color: #bdbdb7;
    font-size: 14px;
}

.template-estimate-share .quote-sheet__copy-button:hover,
.template-estimate-share .quote-sheet__copy-button:focus-visible,
.template-estimate-share .quote-sheet__copy-button.is-copied {
    background: #30302d;
    color: #fff;
    box-shadow: none;
    transform: none;
}

.template-estimate-share .quote-sheet__response > div > .quote-sheet__copy-status {
    font-size: 14px;
}

.template-estimate-share .quote-sheet__footer p,
.template-estimate-share .quote-sheet__footer a {
    font-size: 14px;
}

.template-estimate-share .quote-sheet__footer .quote-sheet__shell {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    column-gap: 48px;
    row-gap: 18px;
    align-items: center;
}

.template-estimate-share .quote-sheet__footer-disclaimer {
    max-width: 820px;
    grid-column: 1;
}

.template-estimate-share .quote-sheet__footer a {
    grid-column: 2;
    align-self: center;
}

.template-estimate-share .quote-sheet__footer .quote-sheet__footer-credit {
    margin: 0;
    grid-column: 1 / -1;
}

@media (max-width: 767.98px) {
    .app-directory-hero__copy > p:last-of-type {
        font-size: 17px;
    }

    .app-directory-hero__benefits li {
        font-size: 11px;
    }

    .app-launch-card__copy p {
        font-size: 16px;
    }

    .estimate-form__intro > p:last-child,
    .estimate-hero__copy > p {
        font-size: 17px;
    }

    .estimate-fieldset legend {
        font-size: 23px;
    }

    .estimate-choice__content,
    .estimate-choice--compact .estimate-choice__content {
        min-height: 98px;
    }

    .estimate-choice__content strong {
        font-size: 18px;
    }

    .estimate-choice__content small {
        font-size: 15px;
    }

    .estimate-choice--project .estimate-choice__content {
        min-height: 174px;
    }

    .estimate-request-button {
        min-height: 110px;
        padding: 14px 14px 14px 18px;
    }

    .estimate-request-button__copy {
        padding: 0;
    }

    .estimate-request-button__copy strong {
        font-size: 18px;
    }

    .estimate-request-button__copy small {
        font-size: 13px;
    }

    .estimate-request-button__action {
        min-width: 74px;
        min-height: 64px;
        padding-inline: 12px;
        font-size: 12px;
    }

    .estimate-result-reset__copy small {
        display: block;
        font-size: 12px;
        white-space: normal;
    }

    .template-estimate-share .quote-sheet__hero-copy > p,
    .template-estimate-share .quote-sheet__brief header > p:last-child,
    .template-estimate-share .quote-sheet__guide,
    .template-estimate-share .quote-sheet__response-copy > p:last-child {
        font-size: 17px;
    }

    .template-estimate-share .quote-sheet__hero-copy > .quote-sheet__lead {
        font-size: 23px;
    }

    .template-estimate-share .quote-sheet__checklist strong {
        font-size: 17px;
    }

    .template-estimate-share .quote-sheet__item-label {
        font-size: 13px;
    }

    .template-estimate-share .quote-sheet__item-request h3 {
        font-size: 25px;
    }

    .template-estimate-share .quote-sheet__item-request > span {
        font-size: 16px;
    }

    .template-estimate-share .quote-sheet__copy-button {
        min-height: 0;
        padding: 22px 20px 21px;
    }

    .template-estimate-share .quote-sheet__copy-button-copy strong {
        font-size: 18px;
    }

    .template-estimate-share .quote-sheet__copy-button-copy small {
        font-size: 13px;
    }

    .template-estimate-share .quote-sheet__footer .quote-sheet__shell {
        grid-template-columns: 1fr;
        row-gap: 16px;
    }

    .template-estimate-share .quote-sheet__footer-disclaimer,
    .template-estimate-share .quote-sheet__footer a,
    .template-estimate-share .quote-sheet__footer .quote-sheet__footer-credit {
        grid-column: 1;
    }

    .template-estimate-share .quote-sheet__footer .quote-sheet__footer-credit {
        margin-top: 2px;
    }
}

/* Estimate form sections: each question reads as one unmistakable panel. */
.estimate-fieldset,
.estimate-fieldset-row .estimate-fieldset,
.estimate-fieldset + .estimate-fieldset,
.estimate-fieldset-row + .estimate-fieldset,
.estimate-fieldset + .estimate-fieldset-row,
.estimate-fieldset-row .estimate-fieldset + .estimate-fieldset {
    margin: 0 0 32px;
    padding: 76px 34px 38px;
    border: 1px solid #cecec9;
    border-radius: 14px;
    background: #f5f5f2;
    box-shadow: none;
}

.estimate-fieldset legend {
    margin-bottom: 12px;
}

.estimate-fieldset legend > span {
    color: #666661;
}

.estimate-fieldset .estimate-choice__content,
.estimate-fieldset .estimate-choice--compact .estimate-choice__content,
.estimate-fieldset .estimate-field-help {
    background: #fff;
}

.estimate-fieldset .estimate-choice__content,
.estimate-fieldset .estimate-choice--compact .estimate-choice__content {
    height: 100%;
}

.estimate-fieldset .estimate-choice--project .estimate-choice__content {
    display: flex;
    min-height: 116px;
    padding: 22px 20px;
    overflow: visible;
    align-items: stretch;
}

.estimate-form .estimate-choice-grid,
.estimate-form .estimate-choice-grid--2,
.estimate-form .estimate-choice-grid--3,
.estimate-form .estimate-choice-grid--projects,
.estimate-form .estimate-choice-grid--extras {
    grid-template-columns: minmax(0, 1fr);
}

.estimate-choice-sprite {
    position: absolute;
    width: 0;
    height: 0;
    overflow: hidden;
}

.estimate-fieldset .estimate-choice__content,
.estimate-fieldset .estimate-choice--compact .estimate-choice__content,
.estimate-fieldset .estimate-choice--project .estimate-choice__content {
    padding-right: 108px;
}

.estimate-choice__icon {
    position: absolute;
    top: 50%;
    right: 30px;
    display: grid;
    width: 50px;
    height: 50px;
    place-items: center;
    color: #aaa9a3;
    opacity: 0.9;
    pointer-events: none;
    transform: translateY(-50%);
    transition: color 160ms ease, opacity 160ms ease;
}

.estimate-choice__icon svg {
    display: block;
    width: 100%;
    height: 100%;
    overflow: visible;
}

.estimate-choice__icon > span {
    position: absolute;
    right: -7px;
    bottom: -4px;
    display: grid;
    min-width: 24px;
    height: 24px;
    padding: 0 5px;
    place-items: center;
    border: 1px solid currentColor;
    border-radius: 50%;
    background: #fff;
    color: inherit;
    font-size: 10px;
    font-weight: 760;
    line-height: 1;
}

.estimate-choice:hover .estimate-choice__icon {
    color: #5f5e59;
    opacity: 1;
}

.estimate-choice input:checked + .estimate-choice__content .estimate-choice__icon {
    color: #fff;
    opacity: 0.92;
}

.estimate-choice input:checked + .estimate-choice__content .estimate-choice__icon > span {
    background: #171716;
}

.estimate-fieldset .estimate-field-help {
    margin-top: 28px;
    padding: 0 20px;
    border: 0;
    background: transparent;
}

@media (max-width: 767.98px) {
    .estimate-field-help__project-notes p {
        display: block;
    }

    .estimate-field-help__project-notes strong {
        display: block;
        margin-bottom: 6px;
    }

    .estimate-fieldset,
    .estimate-fieldset-row .estimate-fieldset,
    .estimate-fieldset + .estimate-fieldset,
    .estimate-fieldset-row + .estimate-fieldset,
    .estimate-fieldset + .estimate-fieldset-row,
    .estimate-fieldset-row .estimate-fieldset + .estimate-fieldset {
        margin-bottom: 24px;
        padding: 60px 18px 24px;
        border-radius: 12px;
    }

    .estimate-fieldset legend {
        margin-bottom: 10px;
    }

    .estimate-fieldset .estimate-choice__content,
    .estimate-fieldset .estimate-choice--compact .estimate-choice__content,
    .estimate-fieldset .estimate-choice--project .estimate-choice__content {
        padding-right: 86px;
    }

    .estimate-choice__icon {
        right: 22px;
        width: 42px;
        height: 42px;
    }
}

/* Estimate result actions: two plain, solid-color buttons. */
.estimate-request-button,
.estimate-result-reset {
    display: block;
    width: 100%;
    min-height: 0;
    padding: 22px 24px;
    border: 0;
    border-radius: 0;
    color: #fff;
    text-align: left;
    box-shadow: none;
    transform: none;
    transition: background-color 160ms ease;
}

.estimate-request-button {
    background: #171716;
}

.estimate-result-reset {
    margin-top: 12px;
    background: #b42318;
}

.estimate-request-button__copy,
.estimate-result-reset__copy {
    display: flex;
    padding: 0;
    flex-direction: column;
    gap: 6px;
}

.estimate-request-button__copy strong,
.estimate-result-reset__copy strong {
    color: #fff;
    font-size: 19px;
    font-weight: 680;
    line-height: 1.35;
}

.estimate-request-button__copy small,
.estimate-result-reset__copy small {
    display: block;
    color: rgba(255, 255, 255, 0.72);
    font-size: 14px;
    line-height: 1.55;
    white-space: normal;
}

.estimate-request-button:hover,
.estimate-request-button:focus-visible,
.estimate-request-button.is-copied {
    border: 0;
    background: #30302d;
    color: #fff;
    box-shadow: none;
    transform: none;
}

.estimate-result-reset:hover,
.estimate-result-reset:focus-visible {
    background: #8f1c14;
    color: #fff;
    transform: none;
}

.estimate-request-button:focus-visible,
.estimate-result-reset:focus-visible {
    outline: 3px solid rgba(23, 23, 22, 0.24);
    outline-offset: 3px;
}

.estimate-request-button:active,
.estimate-result-reset:active {
    box-shadow: none;
    transform: none;
}

/* Apps visual system: share the calm, rounded B&W language of Home and Guide. */
body.template-apps-index,
body.template-app-estimate,
body.template-estimate-share {
    --apps-page: #efefeb;
    --apps-paper: #f7f7f5;
    --apps-card: #fff;
    --apps-ink: #171716;
    --apps-muted: #62625d;
    --apps-line: #d5d5d0;
    --apps-gold: #d4af72;
    --apps-dark: radial-gradient(circle at 15% 10%, rgba(255, 255, 255, 0.09), transparent 30%), radial-gradient(circle at 88% 90%, rgba(195, 155, 90, 0.14), transparent 30%), linear-gradient(145deg, #20201f 0%, #111 76%);
}

.template-apps-index .apps-shell,
.template-app-estimate .apps-shell {
    width: min(1120px, calc(100% - 64px));
}

/* Apps directory */
.template-apps-index .app-directory-hero {
    border: 0;
    background: var(--apps-paper);
}

.template-apps-index .app-directory-hero__layout {
    padding-block: clamp(96px, 10vw, 148px) clamp(88px, 9vw, 124px);
}

.template-apps-index .app-directory-hero__copy {
    display: block;
    max-width: 900px;
}

.template-apps-index .app-directory-hero__copy .apps-eyebrow,
.template-apps-index .app-directory-hero__copy h1,
.template-apps-index .app-directory-hero__copy > p:last-of-type,
.template-apps-index .app-directory-hero__benefits {
    display: flex;
    grid-column: auto;
}

.template-apps-index .app-directory-hero__copy .apps-eyebrow {
    display: block;
    padding: 0;
}

.template-apps-index .app-directory-hero__copy h1 {
    display: block;
    max-width: 820px;
    margin: 22px 0 0;
    font-size: clamp(58px, 7vw, 84px);
    font-weight: 590;
    letter-spacing: -0.065em;
    line-height: 1.04;
}

.template-apps-index .app-directory-hero__copy > p:last-of-type {
    display: block;
    max-width: 820px;
    margin: 34px 0 0;
    color: var(--apps-muted);
    font-size: clamp(16px, 1.45vw, 18px);
    line-height: 1.9;
}

.template-apps-index .app-directory-hero__benefits {
    margin-top: 32px;
}

.template-apps-index .app-directory {
    padding: clamp(84px, 9vw, 124px) 0 clamp(110px, 12vw, 168px);
    background: var(--apps-page);
}

.template-apps-index .app-directory__header {
    max-width: 820px;
    margin-bottom: 46px;
}

.template-apps-index .app-directory__header > div {
    display: block;
}

.template-apps-index .app-directory__header .apps-eyebrow {
    display: block;
    padding: 0;
}

.template-apps-index .app-directory__header h2 {
    display: block;
    margin: 18px 0 0;
    font-size: clamp(40px, 4.6vw, 58px);
    font-weight: 590;
    letter-spacing: -0.055em;
    line-height: 1.12;
}

.template-apps-index .app-directory__grid {
    grid-template-columns: minmax(0, 1fr);
    gap: 28px;
}

.template-apps-index .app-launch-card > a {
    min-height: clamp(500px, 48vw, 590px);
    padding: 0;
    grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
    grid-template-rows: 1fr;
    overflow: hidden;
    border: 1px solid #252524;
    border-radius: 32px;
    background: var(--apps-dark);
    box-shadow: 0 32px 86px rgba(0, 0, 0, 0.16);
    color: #fff;
    transition: border-color 300ms ease, box-shadow 380ms cubic-bezier(0.16, 1, 0.3, 1), transform 380ms cubic-bezier(0.16, 1, 0.3, 1);
}

.template-apps-index .app-launch-card > a::after {
    position: absolute;
    display: block;
    inset: 12px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 22px;
    content: "";
    pointer-events: none;
}

.template-apps-index .app-launch-card > a:hover,
.template-apps-index .app-launch-card > a:focus-visible {
    border-color: #0b0b0b;
    background: var(--apps-dark);
    box-shadow: 0 42px 100px rgba(0, 0, 0, 0.23);
    color: #fff;
    transform: translateY(-6px);
}

.template-apps-index .app-launch-card__number {
    top: 36px;
    left: 42px;
    color: rgba(255, 255, 255, 0.48);
}

.template-apps-index .app-launch-card__copy {
    display: flex;
    padding: 96px 30px 72px 58px;
    grid-column: 1;
    grid-row: 1;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
}

.template-apps-index .app-launch-card__copy > span:first-child {
    color: var(--apps-gold);
    font-size: 10px;
    letter-spacing: 0.2em;
}

.template-apps-index .app-launch-card__copy h3 {
    margin-top: 21px;
    color: #fff;
    font-size: clamp(48px, 5.2vw, 68px);
    font-weight: 590;
    letter-spacing: -0.065em;
    line-height: 1.02;
}

.template-apps-index .app-launch-card__copy p {
    max-width: 390px;
    margin-top: 28px;
    color: rgba(255, 255, 255, 0.68);
    font-size: 16px;
    line-height: 1.82;
}

.template-apps-index .app-launch-card__cta {
    display: inline-flex;
    width: min(280px, 100%);
    min-height: 62px;
    margin-top: 38px;
    padding: 0 24px;
    align-items: center;
    justify-content: center;
    gap: 15px;
    border: 1px solid #fff;
    border-radius: 4px;
    background: #fff;
    color: var(--apps-ink);
    font-size: 14px;
    font-weight: 730;
    letter-spacing: -0.01em;
    transition: background-color 220ms ease, border-color 220ms ease, transform 280ms ease;
}

.template-apps-index .app-launch-card__art {
    height: 100%;
    padding: clamp(58px, 6vw, 86px);
    grid-column: 2;
    grid-row: 1;
    border-top: 0;
    border-left: 1px solid rgba(255, 255, 255, 0.12);
    background: transparent;
    color: rgba(255, 255, 255, 0.86);
}

.template-apps-index .app-launch-card__art svg {
    max-width: 520px;
}

.template-apps-index .app-launch-card__art .app-launch-card__art-fill,
.template-apps-index .app-launch-card__art .app-launch-card__art-paper,
.template-apps-index .app-launch-card__art .app-launch-card__art-accent,
.template-apps-index .app-launch-card > a:hover .app-launch-card__art .app-launch-card__art-fill,
.template-apps-index .app-launch-card > a:hover .app-launch-card__art .app-launch-card__art-paper,
.template-apps-index .app-launch-card > a:hover .app-launch-card__art .app-launch-card__art-accent {
    fill: rgba(255, 255, 255, 0.04);
    stroke: currentColor;
}

.template-apps-index .app-launch-card__art .app-launch-card__art-coin,
.template-apps-index .app-launch-card > a:hover .app-launch-card__art .app-launch-card__art-coin {
    fill: var(--apps-gold);
    stroke: var(--apps-gold);
}

.template-apps-index .app-launch-card__art .app-launch-card__art-currency,
.template-apps-index .app-launch-card > a:hover .app-launch-card__art .app-launch-card__art-currency {
    stroke: #171716;
}

.template-apps-index .app-launch-card__arrow {
    display: none;
}

.template-apps-index .app-launch-card > a:hover .app-launch-card__copy > span:first-child,
.template-apps-index .app-launch-card > a:focus-visible .app-launch-card__copy > span:first-child {
    color: var(--apps-gold);
}

.template-apps-index .app-launch-card > a:hover .app-launch-card__copy p,
.template-apps-index .app-launch-card > a:focus-visible .app-launch-card__copy p,
.template-apps-index .app-launch-card > a:hover .app-launch-card__number,
.template-apps-index .app-launch-card > a:focus-visible .app-launch-card__number {
    color: rgba(255, 255, 255, 0.68);
}

.template-apps-index .app-launch-card > a:hover .app-launch-card__cta,
.template-apps-index .app-launch-card > a:focus-visible .app-launch-card__cta {
    border-color: #f2d071;
    background: #f2d071;
    transform: scale(1.02);
}

/* Estimate app */
.template-app-estimate .estimate-hero {
    border: 0;
    background: var(--apps-paper);
}

.template-app-estimate .estimate-hero__inner {
    padding-block: 38px clamp(92px, 9vw, 132px);
}

.template-app-estimate .estimate-hero__copy {
    display: block;
    max-width: 920px;
    margin-top: clamp(70px, 8vw, 108px);
}

.template-app-estimate .estimate-hero__copy h1 {
    margin-top: 23px;
    font-size: clamp(58px, 7vw, 84px);
    font-weight: 590;
    letter-spacing: -0.065em;
    line-height: 1.04;
}

.template-app-estimate .estimate-hero__copy > p {
    max-width: 820px;
    margin: 34px 0 0;
    color: var(--apps-muted);
    font-size: clamp(16px, 1.45vw, 18px);
    line-height: 1.9;
}

.template-app-estimate .estimate-hero__privacy {
    width: min(820px, 100%);
    margin-top: 34px;
    color: #6d6d68;
}

.template-app-estimate .estimate-workspace {
    padding: clamp(86px, 9vw, 126px) 0 clamp(110px, 11vw, 158px);
    background: var(--apps-page);
}

.template-app-estimate .estimate-layout {
    grid-template-columns: minmax(0, 1fr) minmax(340px, 372px);
    gap: clamp(44px, 5vw, 64px);
}

.template-app-estimate .estimate-form__intro {
    margin-bottom: 54px;
}

.template-app-estimate .estimate-form__intro h2 {
    font-weight: 590;
}

.template-app-estimate .estimate-fieldset,
.template-app-estimate .estimate-fieldset-row .estimate-fieldset,
.template-app-estimate .estimate-fieldset + .estimate-fieldset,
.template-app-estimate .estimate-fieldset-row + .estimate-fieldset,
.template-app-estimate .estimate-fieldset + .estimate-fieldset-row,
.template-app-estimate .estimate-fieldset-row .estimate-fieldset + .estimate-fieldset {
    position: relative;
    margin: 0 0 28px;
    padding: 36px 32px 38px;
    border: 0;
    border-radius: 24px;
    background: var(--apps-card);
    box-shadow: inset 0 0 0 1px var(--apps-line);
}

.template-app-estimate .estimate-fieldset::before {
    content: none;
}

.template-app-estimate .estimate-fieldset legend {
    display: grid;
    float: left;
    width: 100%;
    margin: 0 0 30px;
    padding: 0;
    grid-template-columns: 42px minmax(0, 1fr) auto;
    column-gap: 16px;
    align-items: start;
    transform: none;
}

.template-app-estimate .estimate-fieldset legend + * {
    clear: both;
}

.template-app-estimate .estimate-fieldset legend > .estimate-fieldset__number {
    display: block;
    width: auto;
    height: auto;
    margin: 8px 0 0;
    padding: 0;
    background: transparent;
    color: #74746e;
    font-size: 12px;
    font-weight: 720;
    letter-spacing: 0.14em;
    line-height: 1;
}

.template-app-estimate .estimate-fieldset legend > .estimate-fieldset__title {
    display: block;
    width: auto;
    height: auto;
    margin: 0;
    padding: 0;
    background: transparent;
    color: var(--apps-ink);
    font: inherit;
    letter-spacing: inherit;
    line-height: inherit;
}

.template-app-estimate .estimate-fieldset legend > small {
    margin: 8px 0 0;
    color: #74746e;
    font-size: 13px;
    font-weight: 590;
    letter-spacing: -0.025em;
    line-height: 1.45;
    white-space: nowrap;
}

.template-app-estimate .estimate-fieldset .estimate-choice__content,
.template-app-estimate .estimate-fieldset .estimate-choice--compact .estimate-choice__content {
    border-color: #d8d8d3;
    border-radius: 8px;
    background: var(--apps-paper);
}

.template-app-estimate .estimate-choice input:checked + .estimate-choice__content {
    border-color: var(--apps-ink);
    background: var(--apps-ink);
}

.template-app-estimate .estimate-fieldset .estimate-field-help {
    background: transparent;
}

.template-app-estimate .estimate-result-wrap {
    top: 92px;
}

.template-app-estimate .estimate-result {
    padding: 34px;
    overflow: hidden;
    border: 1px solid #252524;
    border-radius: 28px;
    background: var(--apps-dark);
    box-shadow: 0 28px 76px rgba(0, 0, 0, 0.16);
    color: #fff;
}

.template-app-estimate .estimate-result__topline {
    border-bottom-color: rgba(255, 255, 255, 0.14);
    color: rgba(255, 255, 255, 0.58);
}

.template-app-estimate .estimate-result__label,
.template-app-estimate .estimate-result__price > span,
.template-app-estimate .estimate-result__price small,
.template-app-estimate .estimate-result__notice,
.template-app-estimate .estimate-result__conditions span,
.template-app-estimate .estimate-request-action > p,
.template-app-estimate .estimate-result__status {
    color: rgba(255, 255, 255, 0.62);
}

.template-app-estimate .estimate-result__price strong,
.template-app-estimate .estimate-result__notice strong,
.template-app-estimate .estimate-result__conditions p {
    color: #fff;
}

.template-app-estimate .estimate-result__conditions {
    border-block-color: rgba(255, 255, 255, 0.14);
}

.template-app-estimate .estimate-result .estimate-request-button {
    padding: 22px 24px;
    border: 1px solid #fff;
    border-radius: 4px;
    background: #fff;
    color: var(--apps-ink);
}

.template-app-estimate .estimate-result .estimate-request-button__copy strong {
    color: var(--apps-ink);
}

.template-app-estimate .estimate-result .estimate-request-button__copy small {
    color: #666661;
}

.template-app-estimate .estimate-result .estimate-request-button:hover,
.template-app-estimate .estimate-result .estimate-request-button:focus-visible,
.template-app-estimate .estimate-result .estimate-request-button.is-copied {
    border-color: #f2d071;
    background: #f2d071;
    color: var(--apps-ink);
}

.template-app-estimate .estimate-result .estimate-result-reset {
    border-radius: 4px;
}

.template-app-estimate .estimate-result-note {
    padding: 0 8px;
}

.template-app-estimate .estimate-disclaimer {
    border-top: 1px solid #d1d1cc;
    background: var(--apps-page);
}

/* Shared quote request */
body.template-estimate-share,
.template-estimate-share .quote-sheet {
    background: var(--apps-page);
}

.template-estimate-share .quote-sheet__hero {
    background: var(--apps-paper);
}

.template-estimate-share .quote-sheet__hero-copy {
    max-width: 920px;
    margin-inline: auto;
    padding: clamp(88px, 9vw, 124px) 0 clamp(80px, 8vw, 112px);
    text-align: center;
}

.template-estimate-share .quote-sheet__hero h1 {
    font-size: clamp(60px, 7vw, 84px);
    font-weight: 590;
    letter-spacing: -0.065em;
    line-height: 1.04;
}

.template-estimate-share .quote-sheet__hero-copy > p,
.template-estimate-share .quote-sheet__hero-copy > .quote-sheet__lead {
    margin-inline: auto;
}

.template-estimate-share .quote-sheet__main {
    padding: clamp(42px, 5vw, 68px) 0 clamp(110px, 11vw, 158px);
    background: var(--apps-page);
}

.template-estimate-share .quote-sheet__brief {
    max-width: none;
    padding: clamp(64px, 7vw, 90px);
    overflow: hidden;
    border: 1px solid #252524;
    border-radius: 30px;
    background: var(--apps-dark);
    box-shadow: 0 28px 76px rgba(0, 0, 0, 0.14);
    color: #fff;
}

.template-estimate-share .quote-sheet__brief header {
    max-width: 790px;
    margin-inline: auto;
    text-align: center;
}

.template-estimate-share .quote-sheet__brief .quote-sheet__section-label {
    color: var(--apps-gold);
}

.template-estimate-share .quote-sheet__brief h2 {
    color: #fff;
}

.template-estimate-share .quote-sheet__brief header > p:last-child {
    margin-inline: auto;
    color: rgba(255, 255, 255, 0.68);
}

.template-estimate-share .quote-sheet__brief .quote-sheet__checklist {
    margin: 42px auto 0;
}

.template-estimate-share .quote-sheet__brief .quote-sheet__checklist li {
    border-color: rgba(255, 255, 255, 0.16);
    background: rgba(255, 255, 255, 0.055);
}

.template-estimate-share .quote-sheet__brief .quote-sheet__checklist strong {
    color: #fff;
}

.template-estimate-share .quote-sheet__requests {
    margin-top: clamp(84px, 9vw, 118px);
    padding: clamp(64px, 7vw, 90px);
    border: 1px solid var(--apps-line);
    border-radius: 30px;
    background: #fff;
}

.template-estimate-share .quote-sheet__requests--direct {
    margin-top: 0;
    padding-top: clamp(38px, 4vw, 54px);
}

.template-estimate-share .quote-sheet__requests > header {
    max-width: 820px;
    margin: 0 auto 52px;
    text-align: center;
}

.template-estimate-share .quote-sheet__guide {
    margin-inline: auto;
}

.template-estimate-share .quote-sheet__response {
    margin-top: clamp(84px, 9vw, 118px);
    padding: clamp(64px, 7vw, 90px);
    border: 1px solid #252524;
    border-radius: 30px;
    background: var(--apps-dark);
    color: #fff;
    text-align: center;
}

.template-estimate-share .quote-sheet__response-copy,
.template-estimate-share .quote-sheet__response-action {
    max-width: 760px;
    margin-inline: auto;
}

.template-estimate-share .quote-sheet__response-action {
    width: min(100%, 480px);
}

.template-estimate-share .quote-sheet__response .quote-sheet__section-label {
    color: var(--apps-gold);
}

.template-estimate-share .quote-sheet__response h2 {
    color: #fff;
}

.template-estimate-share .quote-sheet__response-copy > p:last-child {
    margin-inline: auto;
    color: rgba(255, 255, 255, 0.68);
}

.template-estimate-share .quote-sheet__response .quote-sheet__copy-button {
    padding: 18px 22px;
    border: 1px solid #fff;
    border-radius: 4px;
    background: #fff;
    color: var(--apps-ink);
}

.template-estimate-share .quote-sheet__response .quote-sheet__copy-button-copy strong {
    color: var(--apps-ink);
    font-size: 18px;
}

.template-estimate-share .quote-sheet__response .quote-sheet__copy-button-copy small {
    color: #666661;
    font-size: 13px;
}

.template-estimate-share .quote-sheet__response .quote-sheet__copy-button:hover,
.template-estimate-share .quote-sheet__response .quote-sheet__copy-button:focus-visible,
.template-estimate-share .quote-sheet__response .quote-sheet__copy-button.is-copied {
    border-color: #f2d071;
    background: #f2d071;
    color: var(--apps-ink);
}

@media (max-width: 991.98px) {
    .template-app-estimate .estimate-layout {
        grid-template-columns: minmax(0, 1fr);
    }

    .template-app-estimate .estimate-result-wrap {
        position: static;
    }
}

@media (max-width: 767.98px) {
    .template-apps-index .apps-shell,
    .template-app-estimate .apps-shell,
    .template-estimate-share .quote-sheet__shell {
        width: calc(100% - 36px);
    }

    .template-apps-index .app-directory-hero__layout {
        padding-block: 72px 66px;
    }

    .template-apps-index .app-directory-hero__copy h1,
    .template-app-estimate .estimate-hero__copy h1,
    .template-estimate-share .quote-sheet__hero h1 {
        font-size: clamp(46px, 14vw, 58px);
    }

    .template-apps-index .app-directory {
        padding: 68px 0 88px;
    }

    .template-apps-index .app-directory__header h2 {
        font-size: 38px;
    }

    .template-apps-index .app-launch-card > a {
        min-height: 0;
        grid-template-columns: 1fr;
        grid-template-rows: auto 260px;
        border-radius: 22px;
    }

    .template-apps-index .app-launch-card > a::after {
        inset: 8px;
        border-radius: 15px;
    }

    .template-apps-index .app-launch-card__number {
        top: 28px;
        left: 26px;
    }

    .template-apps-index .app-launch-card__copy {
        padding: 76px 24px 46px;
        grid-column: 1;
        grid-row: 1;
    }

    .template-apps-index .app-launch-card__copy h3 {
        font-size: 48px;
    }

    .template-apps-index .app-launch-card__copy p {
        font-size: 15px;
    }

    .template-apps-index .app-launch-card__cta {
        width: 100%;
        margin-top: 30px;
    }

    .template-apps-index .app-launch-card__art {
        height: 260px;
        padding: 28px;
        grid-column: 1;
        grid-row: 2;
        border-top: 1px solid rgba(255, 255, 255, 0.12);
        border-left: 0;
    }

    .template-app-estimate .estimate-hero__inner {
        padding-block: 28px 72px;
    }

    .template-app-estimate .estimate-hero__copy {
        margin-top: 56px;
    }

    .template-app-estimate .estimate-workspace {
        padding: 68px 0 88px;
    }

    .template-app-estimate .estimate-fieldset,
    .template-app-estimate .estimate-fieldset-row .estimate-fieldset,
    .template-app-estimate .estimate-fieldset + .estimate-fieldset,
    .template-app-estimate .estimate-fieldset-row + .estimate-fieldset,
    .template-app-estimate .estimate-fieldset + .estimate-fieldset-row,
    .template-app-estimate .estimate-fieldset-row .estimate-fieldset + .estimate-fieldset {
        padding: 28px 18px 24px;
        border-radius: 18px;
    }

    .template-app-estimate .estimate-fieldset legend {
        margin-bottom: 24px;
        grid-template-columns: 34px minmax(0, 1fr);
        column-gap: 8px;
        row-gap: 8px;
    }

    .template-app-estimate .estimate-fieldset legend > .estimate-fieldset__number {
        grid-column: 1;
        grid-row: 1;
        margin-top: 7px;
    }

    .template-app-estimate .estimate-fieldset legend > .estimate-fieldset__title {
        grid-column: 2;
        grid-row: 1;
    }

    .template-app-estimate .estimate-fieldset legend > small {
        margin: 0;
        grid-column: 2;
        grid-row: 2;
        justify-self: start;
    }

    .template-app-estimate .estimate-result {
        padding: 28px 22px;
        border-radius: 22px;
    }

    .template-estimate-share .quote-sheet__hero-copy {
        padding: 58px 0 54px;
    }

    .template-estimate-share .quote-sheet__main {
        padding: 28px 0 88px;
    }

    .template-estimate-share .quote-sheet__brief,
    .template-estimate-share .quote-sheet__requests,
    .template-estimate-share .quote-sheet__response {
        padding: 54px 18px;
        border-radius: 22px;
    }

    .template-estimate-share .quote-sheet__brief header,
    .template-estimate-share .quote-sheet__requests > header,
    .template-estimate-share .quote-sheet__response-copy {
        text-align: left;
    }

    .template-estimate-share .quote-sheet__brief header > p:last-child,
    .template-estimate-share .quote-sheet__guide,
    .template-estimate-share .quote-sheet__response-copy > p:last-child {
        margin-inline: 0;
    }

    .template-estimate-share .quote-sheet__brief .quote-sheet__checklist {
        margin-top: 30px;
    }

    .template-estimate-share .quote-sheet__requests > header {
        margin-bottom: 34px;
    }

    .template-estimate-share .quote-sheet__requests--direct {
        padding-top: 30px;
    }

    .template-estimate-share .quote-sheet__response-action {
        margin-top: 28px;
    }
}

/* Guide presets stay subordinate to the main request action. */
.template-app-estimate .estimate-preset-notice {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 24px;
    align-items: end;
    margin: 0 0 26px;
    padding: 24px 26px;
    border: 1px solid #d1d1cc;
    border-radius: 8px;
    background: #f5f5f2;
}

.template-app-estimate .estimate-preset-notice span {
    display: block;
    margin-bottom: 8px;
    color: #777771;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.08em;
}

.template-app-estimate .estimate-preset-notice p {
    margin: 0;
    color: #5f5f5a;
    font-size: 14px;
    line-height: 1.72;
    word-break: keep-all;
}

.template-app-estimate .estimate-preset-notice p strong {
    color: var(--apps-ink);
    font-weight: 680;
}

.template-app-estimate .estimate-preset-notice a {
    display: inline-flex;
    padding-bottom: 3px;
    border-bottom: 1px solid #9a9a94;
    color: #666661;
    font-size: 11px;
    font-weight: 650;
    text-decoration: none;
    white-space: nowrap;
    transition: border-color 180ms ease, color 180ms ease;
}

.template-app-estimate .estimate-preset-notice a:hover,
.template-app-estimate .estimate-preset-notice a:focus-visible {
    border-color: var(--apps-ink);
    color: var(--apps-ink);
}

@media (max-width: 767.98px) {
    .template-app-estimate .estimate-preset-notice {
        grid-template-columns: minmax(0, 1fr);
        gap: 16px;
        align-items: start;
        padding: 20px;
    }

    .template-app-estimate .estimate-preset-notice a {
        justify-self: start;
    }
}

/* Photography estimate master image: clear in the directory, subdued beneath hero copy. */
.template-apps-index .app-launch-card__art--photo {
    position: relative;
    padding: 0;
    overflow: hidden;
    background: #252524;
}

.template-apps-index .app-launch-card__art--photo::after {
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(17, 17, 16, 0.14), transparent 36%), linear-gradient(0deg, rgba(17, 17, 16, 0.18), transparent 38%);
    content: "";
    pointer-events: none;
}

.template-apps-index .app-launch-card__art--photo img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 52% center;
    filter: saturate(0.76) contrast(1.03);
    transform: scale(1.002);
    transition: filter 360ms ease, transform 620ms cubic-bezier(0.16, 1, 0.3, 1);
}

.template-apps-index .app-launch-card > a:hover .app-launch-card__art--photo img,
.template-apps-index .app-launch-card > a:focus-visible .app-launch-card__art--photo img {
    filter: saturate(0.9) contrast(1.04);
    transform: scale(1.025);
}

.estimate-hero.estimate-hero--with-media {
    position: relative;
    min-height: clamp(610px, 57vw, 760px);
    overflow: hidden;
    border: 0;
    background: #111;
    color: #fff;
    isolation: isolate;
}

.estimate-hero__media {
    position: absolute;
    z-index: -2;
    inset: 0;
}

.estimate-hero__media::after {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(90deg, rgba(12, 12, 11, 0.9) 0%, rgba(12, 12, 11, 0.76) 50%, rgba(12, 12, 11, 0.48) 100%),
        linear-gradient(0deg, rgba(12, 12, 11, 0.62) 0%, rgba(12, 12, 11, 0.08) 64%);
    content: "";
}

.estimate-hero__media img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center 48%;
    filter: saturate(0.7) contrast(1.05);
}

.estimate-hero--with-media .estimate-hero__inner {
    position: relative;
    z-index: 1;
}

.estimate-hero--with-media .apps-breadcrumb,
.estimate-hero--with-media .apps-breadcrumb a {
    color: rgba(255, 255, 255, 0.64);
}

.estimate-hero--with-media .apps-breadcrumb a:hover,
.estimate-hero--with-media .apps-breadcrumb a:focus-visible {
    color: #fff;
}

.estimate-hero--with-media .apps-eyebrow {
    color: #d4af72;
}

.estimate-hero--with-media .estimate-hero__copy h1 {
    color: #fff;
    text-shadow: 0 2px 34px rgba(0, 0, 0, 0.18);
}

.estimate-hero--with-media .estimate-hero__copy > p {
    color: rgba(255, 255, 255, 0.78);
}

.estimate-hero--with-media .estimate-hero__privacy {
    border-top-color: rgba(255, 255, 255, 0.3);
    color: rgba(255, 255, 255, 0.68);
}

.estimate-hero--with-media .estimate-hero__privacy > span,
.estimate-hero--with-media .estimate-hero__privacy strong {
    color: #fff;
}

@media (max-width: 767.98px) {
    .template-apps-index .app-launch-card__art--photo {
        padding: 0;
    }

    .template-apps-index .app-launch-card__art--photo img {
        object-position: center 44%;
    }

    .estimate-hero.estimate-hero--with-media {
        min-height: 660px;
    }

    .estimate-hero__media img {
        object-position: 60% center;
    }

    .estimate-hero__media::after {
        background: linear-gradient(0deg, rgba(12, 12, 11, 0.93) 0%, rgba(12, 12, 11, 0.72) 62%, rgba(12, 12, 11, 0.52) 100%);
    }
}

@media (prefers-reduced-motion: reduce) {
    .template-apps-index .app-launch-card__art--photo img {
        transition: none;
    }
}

/* Selected estimate imagery carries through to the neutral quote request. */
.template-estimate-share .quote-sheet__hero--with-media {
    position: relative;
    min-height: clamp(580px, 53vw, 720px);
    overflow: hidden;
    background: #111;
    color: #fff;
    isolation: isolate;
}

.template-estimate-share .quote-sheet__hero-media {
    position: absolute;
    z-index: -2;
    inset: 0;
}

.template-estimate-share .quote-sheet__hero-media::after {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(90deg, rgba(12, 12, 11, 0.9) 0%, rgba(12, 12, 11, 0.72) 58%, rgba(12, 12, 11, 0.5) 100%),
        linear-gradient(0deg, rgba(12, 12, 11, 0.74) 0%, rgba(12, 12, 11, 0.08) 66%);
    content: "";
}

.template-estimate-share .quote-sheet__hero-media img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center 48%;
    filter: saturate(0.72) contrast(1.05);
}

.template-estimate-share .quote-sheet__hero--with-media .quote-sheet__shell {
    position: relative;
    z-index: 1;
}

.template-estimate-share .quote-sheet__hero--with-media .quote-sheet__meta,
.template-estimate-share .quote-sheet__hero--with-media .quote-sheet__meta > p:last-child,
.template-estimate-share .quote-sheet__hero--with-media .quote-sheet__hero-copy > p {
    color: rgba(255, 255, 255, 0.7);
}

.template-estimate-share .quote-sheet__hero--with-media .quote-sheet__eyebrow {
    color: #d4af72;
}

.template-estimate-share .quote-sheet__hero--with-media h1,
.template-estimate-share .quote-sheet__hero--with-media .quote-sheet__lead {
    color: #fff;
}

.template-estimate-share .quote-sheet__hero--with-media .quote-sheet__hero-copy {
    max-width: 980px;
    padding: clamp(104px, 11vw, 154px) 0 clamp(94px, 10vw, 140px);
    text-shadow: 0 2px 32px rgba(0, 0, 0, 0.18);
}

.template-estimate-share .quote-sheet__requests--direct {
    padding: clamp(22px, 2.3vw, 34px);
}

.template-estimate-share .quote-sheet__items {
    display: grid;
    gap: 0;
}

.template-estimate-share .quote-sheet__item {
    display: grid;
    padding: clamp(24px, 2.6vw, 38px) 0;
    grid-template-columns: minmax(300px, 0.82fr) minmax(0, 1.18fr);
    gap: clamp(28px, 4vw, 58px);
    align-items: center;
    border-bottom: 1px solid var(--apps-line);
}

.template-estimate-share .quote-sheet__item:last-child {
    border-bottom: 0;
}

.template-estimate-share .quote-sheet__item-media {
    position: relative;
    min-width: 0;
    margin: 0;
    overflow: hidden;
    aspect-ratio: 16 / 9;
    border-radius: 14px;
    background: #e9e9e5;
}

.template-estimate-share .quote-sheet__item-media::after {
    position: absolute;
    inset: 0;
    border: 1px solid rgba(23, 23, 22, 0.12);
    border-radius: inherit;
    content: "";
    pointer-events: none;
}

.template-estimate-share .quote-sheet__item-media img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: saturate(0.8) contrast(1.02);
}

.template-estimate-share .quote-sheet__item-body {
    display: grid;
    min-width: 0;
    grid-template-columns: 48px minmax(0, 1fr);
    gap: clamp(18px, 2.4vw, 34px);
    align-items: start;
}

.template-estimate-share .quote-sheet__item-body .quote-sheet__item-number {
    padding-top: 7px;
}

/* Keep four- and five-digit estimate ranges inside the narrow sticky result card. */
.template-app-estimate .estimate-result {
    container-type: inline-size;
}

.template-app-estimate .estimate-result__price.is-long {
    max-width: 100%;
    gap: 5px;
}

.template-app-estimate .estimate-result__price.is-long strong {
    min-width: 0;
    font-size: 36px;
    font-size: clamp(32px, 10cqi, 44px);
    letter-spacing: -0.075em;
}

.template-app-estimate .estimate-result__price.is-long > span {
    font-size: 26px;
    font-size: clamp(22px, 7cqi, 30px);
}

.template-app-estimate .estimate-result__price.is-long small {
    font-size: 10px;
}

.template-estimate-share .quote-sheet__item-request h3 {
    margin-top: 9px;
}

@media (max-width: 991.98px) {
    .template-estimate-share .quote-sheet__item {
        grid-template-columns: minmax(250px, 0.82fr) minmax(0, 1.18fr);
        gap: 28px;
    }

    .template-estimate-share .quote-sheet__item-body {
        grid-template-columns: 38px minmax(0, 1fr);
        gap: 14px;
    }
}

@media (max-width: 767.98px) {
    .template-estimate-share .quote-sheet__hero--with-media {
        min-height: 590px;
    }

    .template-estimate-share .quote-sheet__hero-media img {
        object-position: 60% center;
    }

    .template-estimate-share .quote-sheet__hero-media::after {
        background: linear-gradient(0deg, rgba(12, 12, 11, 0.94) 0%, rgba(12, 12, 11, 0.74) 62%, rgba(12, 12, 11, 0.52) 100%);
    }

    .template-estimate-share .quote-sheet__hero--with-media .quote-sheet__hero-copy {
        padding: 84px 0 76px;
        text-align: left;
    }

    .template-estimate-share .quote-sheet__requests--direct {
        padding: 16px;
    }

    .template-estimate-share .quote-sheet__item {
        padding: 28px 0 34px;
        grid-template-columns: minmax(0, 1fr);
        gap: 24px;
    }

    .template-estimate-share .quote-sheet__item-media {
        border-radius: 10px;
    }

    .template-estimate-share .quote-sheet__item-body {
        grid-template-columns: 34px minmax(0, 1fr);
        gap: 12px;
    }
}
