@charset "utf-8";

.home-redesign { background: var(--brand-cream); }
.home-redesign .brand-home { overflow: hidden; background: var(--brand-cream); }

.brand-eyebrow {
    margin: 0 0 18px;
    color: var(--brand-orange-dark);
    font-size: 12px;
    font-weight: 850;
    line-height: 1.4;
    letter-spacing: .18em;
}

.brand-hero {
    position: relative;
    min-height: 670px;
    display: flex;
    align-items: center;
    background:
        linear-gradient(rgba(24, 36, 33, .045) 1px, transparent 1px),
        linear-gradient(90deg, rgba(24, 36, 33, .045) 1px, transparent 1px),
        var(--brand-cream);
    background-size: 58px 58px;
    isolation: isolate;
}

.brand-hero:after {
    content: "";
    position: absolute;
    inset: auto 0 0;
    height: 1px;
    background: var(--brand-line);
}

.brand-hero-glow {
    position: absolute;
    z-index: -1;
    border-radius: 50%;
    filter: blur(1px);
    opacity: .75;
}

.brand-hero-glow-a {
    top: -180px;
    right: 4%;
    width: 520px;
    height: 520px;
    background: radial-gradient(circle, rgba(185, 225, 206, .72), rgba(185, 225, 206, 0) 70%);
}

.brand-hero-glow-b {
    bottom: -230px;
    left: -120px;
    width: 480px;
    height: 480px;
    background: radial-gradient(circle, rgba(240, 100, 63, .18), rgba(240, 100, 63, 0) 70%);
}

.brand-hero-grid {
    position: relative;
    max-width: 1320px;
    padding-top: 76px;
    padding-bottom: 76px;
    display: grid;
    grid-template-columns: minmax(0, 1.02fr) minmax(440px, .98fr);
    gap: 82px;
    align-items: center;
}

.brand-hero-copy h1 {
    max-width: 720px;
    margin: 0;
    color: var(--brand-ink);
    font-size: clamp(42px, 4.5vw, 66px);
    font-weight: 850;
    line-height: 1.14;
    letter-spacing: -.045em;
}

.brand-hero-copy h1 .hero-line { white-space: nowrap; }

.brand-hero-copy h1 em { color: var(--brand-orange); font-style: normal; }

.brand-hero-lead {
    max-width: 650px;
    margin: 28px 0 0;
    color: var(--brand-ink-soft);
    font-size: 18px;
    line-height: 1.9;
    letter-spacing: .01em;
}

.brand-hero-actions { margin-top: 38px; display: flex; flex-wrap: wrap; gap: 12px; }

.brand-button {
    min-height: 54px;
    padding: 0 24px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
    border: 1px solid transparent;
    border-radius: 999px;
    font-size: 15px;
    font-weight: 800;
    letter-spacing: .04em;
    transition: transform .25s ease, background .25s ease, border-color .25s ease, color .25s ease;
}

.brand-button:hover { transform: translateY(-3px); }
.brand-button-primary { background: var(--brand-orange); color: #fff; box-shadow: 0 14px 32px rgba(217, 79, 44, .2); }
.brand-button-primary:hover { background: var(--brand-orange-dark); color: #fff; }
.brand-button-ghost { border-color: rgba(24, 36, 33, .25); color: var(--brand-ink); background: rgba(255, 255, 255, .42); }
.brand-button-ghost:hover { border-color: var(--brand-ink); background: #fff; color: var(--brand-ink); }
.brand-button-light { border-color: rgba(255, 255, 255, .34); color: #fff; background: rgba(255, 255, 255, .06); }
.brand-button-light:hover { border-color: #fff; background: #fff; color: var(--brand-ink); }

.brand-hero-points {
    margin: 28px 0 0;
    display: flex;
    flex-wrap: wrap;
    gap: 12px 24px;
    color: #5f6c68;
    font-size: 13px;
    font-weight: 700;
}

.brand-hero-points li:before {
    content: "";
    width: 7px;
    height: 7px;
    margin: 0 9px 2px 0;
    display: inline-block;
    border-radius: 50%;
    background: var(--brand-orange);
}

.search-signal {
    position: relative;
    padding: 22px;
    border: 1px solid rgba(24, 36, 33, .13);
    border-radius: 26px;
    background: rgba(255, 255, 255, .74);
    box-shadow: var(--brand-shadow);
    overflow: hidden;
    transform: rotate(1.2deg);
}

.search-signal:before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(255,255,255,.66), transparent 55%);
    pointer-events: none;
}

.signal-head,
.signal-chart-label {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.signal-head {
    padding-bottom: 18px;
    border-bottom: 1px solid rgba(24, 36, 33, .1);
    color: #66736f;
    font-size: 11px;
    font-weight: 750;
    letter-spacing: .1em;
    text-transform: uppercase;
}

.signal-status i {
    width: 8px;
    height: 8px;
    margin: 0 7px 1px 0;
    display: inline-block;
    border-radius: 50%;
    background: #49ad7c;
    box-shadow: 0 0 0 5px rgba(73, 173, 124, .12);
}

.signal-period { padding: 7px 10px; border-radius: 999px; background: var(--brand-cream); color: var(--brand-ink); }

.signal-core { position: relative; height: 330px; }

.signal-brand {
    position: absolute;
    z-index: 4;
    inset: 50% auto auto 50%;
    width: 132px;
    height: 132px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: var(--brand-ink);
    color: #fff;
    box-shadow: 0 18px 40px rgba(24, 36, 33, .22);
    transform: translate(-50%, -50%);
}

.signal-brand span { color: var(--brand-mint); font-size: 10px; font-weight: 800; letter-spacing: .22em; }
.signal-brand strong { margin-top: 4px; font-size: 22px; letter-spacing: .04em; }

.signal-ring {
    position: absolute;
    inset: 50% auto auto 50%;
    border: 1px solid rgba(24, 36, 33, .16);
    border-radius: 50%;
    transform: translate(-50%, -50%);
}

.signal-ring-one { width: 230px; height: 230px; }
.signal-ring-two { width: 320px; height: 320px; border-style: dashed; }

.signal-node {
    position: absolute;
    z-index: 5;
    padding: 9px 13px;
    border: 1px solid rgba(24, 36, 33, .12);
    border-radius: 999px;
    background: #fff;
    color: var(--brand-ink);
    box-shadow: 0 10px 24px rgba(24, 36, 33, .1);
    font-size: 11px;
    font-weight: 800;
    white-space: nowrap;
}

.signal-node:before { content: ""; width: 7px; height: 7px; margin-right: 7px; display: inline-block; border-radius: 50%; background: var(--brand-orange); }
.signal-node-google { top: 50px; left: 28px; }
.signal-node-ai { top: 85px; right: 20px; }
.signal-node-ai:before { background: #54b68a; }
.signal-node-content { bottom: 38px; left: 40px; }
.signal-node-content:before { background: #e2b04a; }

.signal-chart {
    position: relative;
    z-index: 2;
    margin-top: 2px;
    padding: 18px 18px 6px;
    border-radius: 18px;
    background: var(--brand-ink);
    color: #fff;
}

.signal-chart-label span { color: rgba(255,255,255,.66); font-size: 12px; }
.signal-chart-label strong { color: var(--brand-mint); font-size: 12px; }
.signal-chart svg { width: 100%; height: auto; margin-top: 12px; overflow: visible; }
.signal-area { fill: url(#brand-chart-fill); }
.signal-line { fill: none; stroke: var(--brand-orange); stroke-width: 4; stroke-linecap: round; }

.brand-trust { border-bottom: 1px solid var(--brand-line); background: #fff; }

.brand-trust-grid {
    max-width: 1320px;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.brand-trust-grid > div { min-height: 126px; padding: 24px 28px; display: grid; grid-template-columns: auto 1fr; gap: 2px 14px; align-content: center; border-left: 1px solid var(--brand-line); box-sizing: border-box; }
.brand-trust-grid > div:last-child { border-right: 1px solid var(--brand-line); }
.brand-trust-grid span { grid-row: 1 / 3; color: var(--brand-orange); font-size: 11px; font-weight: 850; letter-spacing: .12em; }
.brand-trust-grid strong { color: var(--brand-ink); font-size: 15px; line-height: 1.45; }
.brand-trust-grid small { color: #75807d; font-size: 12px; line-height: 1.5; }

.brand-services,
.brand-insights,
.brand-faq { padding: 120px 0; }

.brand-services { background: #fff; }

.brand-services > .container,
.brand-insights > .container,
.brand-faq > .container,
.brand-method > .container,
.brand-final-cta > .container { max-width: 1320px; }

.brand-section-head {
    margin-bottom: 58px;
    display: grid;
    grid-template-columns: minmax(0, 1.1fr) minmax(340px, .68fr);
    gap: 90px;
    align-items: end;
}

.brand-section-head h2,
.brand-method h2,
.brand-faq h2,
.brand-final-cta h2 {
    margin: 0;
    color: var(--brand-ink);
    font-size: clamp(38px, 4vw, 58px);
    font-weight: 840;
    line-height: 1.2;
    letter-spacing: -.04em;
}

.brand-section-head > p {
    margin: 0 0 4px;
    color: var(--brand-ink-soft);
    font-size: 16px;
    line-height: 1.9;
}

.brand-service-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); border: 1px solid var(--brand-line); border-radius: 24px; overflow: hidden; }

.brand-service-card {
    position: relative;
    min-height: 515px;
    padding: 34px 32px 32px;
    display: flex;
    flex-direction: column;
    background: #fff;
    border-left: 1px solid var(--brand-line);
    transition: .3s ease;
    box-sizing: border-box;
}

.brand-service-card:first-child { border-left: 0; }
.brand-service-card:hover { z-index: 2; background: var(--brand-cream); box-shadow: 0 22px 50px rgba(24,36,33,.11); transform: translateY(-7px); }
.brand-service-featured { background: var(--brand-ink); color: #fff; }
.brand-service-featured:hover { background: #22332f; }

.brand-service-number { align-self: flex-end; color: #a3aca9; font-size: 13px; font-weight: 850; letter-spacing: .14em; }
.brand-service-label { margin: 44px 0 13px; color: var(--brand-orange); font-size: 10px; font-weight: 850; letter-spacing: .16em; }
.brand-service-featured .brand-service-label { color: var(--brand-mint); }
.brand-service-card h3 { margin: 0 0 20px; color: var(--brand-ink); font-size: 28px; font-weight: 820; line-height: 1.35; }
.brand-service-featured h3 { color: #fff; }
.brand-service-card > p:not(.brand-service-label) { margin: 0 0 22px; color: #5b6763; font-size: 15px; line-height: 1.85; }
.brand-service-featured > p:not(.brand-service-label) { color: rgba(255,255,255,.7); }
.brand-service-card ul { margin: 0 0 28px; color: #52605b; font-size: 14px; line-height: 1.65; }
.brand-service-featured ul { color: rgba(255,255,255,.72); }
.brand-service-card li { position: relative; padding: 8px 0 8px 20px; border-bottom: 1px solid rgba(24,36,33,.08); }
.brand-service-featured li { border-color: rgba(255,255,255,.1); }
.brand-service-card li:before { content: ""; position: absolute; top: 15px; left: 0; width: 7px; height: 7px; border-radius: 50%; background: var(--brand-orange); }
.brand-service-featured li:before { background: var(--brand-mint); }
.brand-service-card > a { margin-top: auto; color: var(--brand-ink); font-size: 14px; font-weight: 800; }
.brand-service-featured > a { color: var(--brand-mint); }
.brand-service-card > a span { float: right; }

.brand-proof-panel {
    margin-top: 30px;
    padding: 48px;
    display: grid;
    grid-template-columns: .9fr 1.3fr auto;
    gap: 50px;
    align-items: center;
    border-radius: 24px;
    background: var(--brand-cream);
}

.brand-proof-copy h3 { margin: 0; color: var(--brand-ink); font-size: 31px; font-weight: 820; line-height: 1.35; }
.brand-proof-points { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.brand-proof-points span { color: var(--brand-orange-dark); font-size: 12px; font-weight: 850; letter-spacing: .12em; }
.brand-proof-points p { margin: 9px 0 0; color: #5f6b67; font-size: 13px; line-height: 1.7; }

.brand-text-link,
.brand-card-link { color: var(--brand-ink); font-size: 14px; font-weight: 800; }
.brand-text-link:hover,
.brand-card-link:hover { color: var(--brand-orange-dark); }

.brand-method { padding: 120px 0; background: var(--brand-ink); color: #fff; }

.brand-method-grid { display: grid; grid-template-columns: minmax(320px, .86fr) minmax(520px, 1.14fr); gap: 100px; align-items: start; }
.brand-method .brand-eyebrow { color: var(--brand-mint); }
.brand-method h2 { color: #fff; }
.brand-method-copy > p:not(.brand-eyebrow) { margin: 26px 0; color: rgba(255,255,255,.68); font-size: 16px; line-height: 1.95; }
.brand-method blockquote { margin: 34px 0; padding: 20px 0 20px 24px; border-left: 2px solid var(--brand-orange); color: rgba(255,255,255,.9); font-size: 17px; font-weight: 650; line-height: 1.85; }

.brand-method-list { margin: 0; border-top: 1px solid rgba(255,255,255,.16); }
.brand-method-list li { padding: 25px 0; display: grid; grid-template-columns: 62px 1fr; gap: 20px; border-bottom: 1px solid rgba(255,255,255,.16); }
.brand-method-list > li > span { color: var(--brand-orange); font-size: 12px; font-weight: 850; letter-spacing: .14em; }
.brand-method-list strong { display: block; color: #fff; font-size: 19px; font-weight: 750; }
.brand-method-list p { margin: 7px 0 0; color: rgba(255,255,255,.55); font-size: 14px; line-height: 1.75; }

.brand-difference { margin-top: 120px; padding-top: 76px; display: grid; grid-template-columns: .75fr 2.25fr; gap: 80px; border-top: 1px solid rgba(255,255,255,.16); }
.brand-difference-title h2 { color: #fff; font-size: 38px; }
.brand-difference-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 42px; }
.brand-difference-grid article > span { color: var(--brand-mint); font-size: 11px; font-weight: 850; letter-spacing: .14em; }
.brand-difference-grid h3 { margin: 14px 0 12px; color: #fff; font-size: 19px; line-height: 1.5; }
.brand-difference-grid p { margin: 0; color: rgba(255,255,255,.57); font-size: 14px; line-height: 1.8; }

.brand-insights { background: var(--brand-cream); }
.brand-section-head-compact { align-items: end; }
.brand-section-head-compact > .brand-text-link { justify-self: end; margin-bottom: 9px; }
.brand-insight-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 24px; }

.brand-insight-card {
    padding: 14px 14px 26px;
    border: 1px solid var(--brand-line);
    border-radius: 20px;
    background: #fff;
    transition: .3s ease;
}

.brand-insight-card:hover { box-shadow: 0 20px 50px rgba(24,36,33,.1); transform: translateY(-7px); }
.brand-insight-image { aspect-ratio: 16 / 10; display: block; border-radius: 14px; background: #e9e6df; overflow: hidden; }
.brand-insight-image img { width: 100%; height: 100%; display: block; object-fit: cover; transition: transform .5s ease; }
.brand-insight-card:hover .brand-insight-image img { transform: scale(1.045); }
.brand-insight-meta { margin: 19px 5px 12px; display: flex; justify-content: space-between; gap: 12px; color: #7b8582; font-size: 11px; font-weight: 750; letter-spacing: .08em; }
.brand-insight-meta span { color: var(--brand-orange-dark); }
.brand-insight-card h3 { margin: 0 5px 12px; color: var(--brand-ink); font-size: 21px; font-weight: 800; line-height: 1.55; }
.brand-insight-card h3 a { color: inherit; }
.brand-insight-card > p { margin: 0 5px 22px; color: #66716e; font-size: 14px; line-height: 1.75; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 3; overflow: hidden; }
.brand-insight-card .brand-card-link { margin: auto 5px 0; }

.brand-faq { background: #fff; }
.brand-faq-grid { display: grid; grid-template-columns: minmax(300px, .75fr) minmax(560px, 1.25fr); gap: 100px; align-items: start; }
.brand-faq-heading { position: sticky; top: 140px; }
.brand-faq-heading > p:not(.brand-eyebrow) { margin: 24px 0 0; max-width: 420px; color: #66716e; font-size: 15px; line-height: 1.85; }
.brand-faq-list { border-top: 1px solid var(--brand-line); }
.brand-faq-list details { border-bottom: 1px solid var(--brand-line); }
.brand-faq-list summary { position: relative; padding: 27px 48px 27px 0; color: var(--brand-ink); font-size: 18px; font-weight: 780; line-height: 1.55; cursor: pointer; list-style: none; }
.brand-faq-list summary::-webkit-details-marker { display: none; }
.brand-faq-list summary:after { content: "+"; position: absolute; top: 24px; right: 4px; width: 30px; height: 30px; display: grid; place-items: center; border: 1px solid var(--brand-line); border-radius: 50%; color: var(--brand-orange-dark); font-size: 20px; font-weight: 400; }
.brand-faq-list details[open] summary:after { content: "−"; background: var(--brand-ink); border-color: var(--brand-ink); color: #fff; }
.brand-faq-list details p { margin: -5px 48px 26px 0; color: #65716d; font-size: 14px; line-height: 1.9; }

.brand-final-cta { padding: 86px 0; background: var(--brand-mint); }
.brand-final-cta-inner { display: grid; grid-template-columns: 1.15fr .85fr; gap: 100px; align-items: center; }
.brand-final-cta .brand-eyebrow { color: #47755f; }
.brand-final-cta-copy p { margin: 0 0 25px; color: #395148; font-size: 16px; line-height: 1.85; }

.brand-contact-form.contact-sect { padding: 90px 0; background: var(--brand-cream); }
.brand-contact-form > .container { max-width: 1040px; }
.brand-contact-form > .container > .reminder { display: none; }
.brand-contact-form .form-wrap { padding: 48px; border: 1px solid var(--brand-line); border-radius: 24px; background: #fff; box-shadow: var(--brand-shadow); }
.brand-contact-form .contact-title { margin-bottom: 28px; color: var(--brand-ink); font-size: 28px; font-weight: 800; }
.brand-contact-form .form-box { max-width: none; padding: 0; background: #fff; }
.brand-contact-form .form-control { border-radius: 10px; border-color: rgba(24,36,33,.16); }
.brand-contact-form .btn.style01 { border-radius: 999px; }

@media screen and (max-width: 1120px) {
    .brand-hero-grid { gap: 42px; grid-template-columns: minmax(0, 1fr) minmax(390px, .86fr); }
    .brand-service-card { padding-inline: 24px; }
    .brand-proof-panel { grid-template-columns: 1fr; gap: 28px; }
    .brand-proof-panel .brand-text-link { justify-self: start; }
    .brand-method-grid { gap: 60px; }
    .brand-difference { grid-template-columns: 1fr; gap: 40px; }
}

@media screen and (max-width: 900px) {
    .brand-hero { min-height: 0; }
    .brand-hero-grid { padding-top: 60px; padding-bottom: 70px; grid-template-columns: 1fr; }
    .brand-hero-copy { max-width: 720px; }
    .search-signal { max-width: 620px; width: 100%; margin: 0 auto; box-sizing: border-box; transform: none; }
    .brand-trust-grid { grid-template-columns: repeat(2, 1fr); }
    .brand-trust-grid > div:nth-child(3) { border-top: 1px solid var(--brand-line); }
    .brand-trust-grid > div:nth-child(4) { border-top: 1px solid var(--brand-line); border-right: 1px solid var(--brand-line); }
    .brand-section-head,
    .brand-faq-grid,
    .brand-final-cta-inner { grid-template-columns: 1fr; gap: 28px; }
    .brand-section-head-compact > .brand-text-link { justify-self: start; }
    .brand-service-grid { grid-template-columns: 1fr; }
    .brand-service-card { min-height: 0; border-left: 0; border-top: 1px solid var(--brand-line); }
    .brand-service-card:first-child { border-top: 0; }
    .brand-service-card:hover { transform: none; }
    .brand-service-label { margin-top: 18px; }
    .brand-method-grid { grid-template-columns: 1fr; }
    .brand-difference-grid { gap: 28px; }
    .brand-faq-heading { position: static; }
}

@media screen and (max-width: 720px) {
    .brand-services,
    .brand-insights,
    .brand-faq,
    .brand-method { padding: 78px 0; }
    .brand-hero-grid { padding-top: 46px; padding-bottom: 54px; }
    .brand-hero-copy h1 { font-size: clamp(30px, 8.6vw, 52px); }
    .brand-hero-lead { font-size: 16px; }
    .brand-hero-actions { align-items: stretch; flex-direction: column; }
    .brand-button { width: 100%; box-sizing: border-box; }
    .signal-core { height: 280px; transform: scale(.9); margin: -10px -10px; }
    .brand-trust-grid { grid-template-columns: 1fr; }
    .brand-trust-grid > div,
    .brand-trust-grid > div:nth-child(n) { min-height: 100px; border: 0; border-bottom: 1px solid var(--brand-line); }
    .brand-section-head h2,
    .brand-method h2,
    .brand-faq h2,
    .brand-final-cta h2 { font-size: 38px; }
    .brand-service-card { padding: 28px 24px; }
    .brand-service-card h3 { font-size: 25px; }
    .brand-proof-panel { padding: 32px 24px; }
    .brand-proof-points { grid-template-columns: 1fr; }
    .brand-method-list li { grid-template-columns: 42px 1fr; }
    .brand-difference { margin-top: 78px; padding-top: 54px; }
    .brand-difference-grid,
    .brand-insight-grid { grid-template-columns: 1fr; }
    .brand-insight-card { max-width: 520px; }
    .brand-final-cta { padding: 70px 0; }
    .brand-contact-form .form-wrap { padding: 28px 18px; }
}

@media screen and (max-width: 470px) {
    .brand-hero-copy h1 br { display: none; }
    .brand-hero-points { display: grid; gap: 10px; }
    .search-signal { padding: 14px; border-radius: 20px; }
    .signal-core { height: 245px; transform: scale(.78); margin: -22px -42px; }
    .signal-chart { padding-inline: 12px; }
    .brand-service-grid,
    .brand-proof-panel,
    .brand-insight-card { border-radius: 16px; }
}

/* ------- Hero 視覺動態（純 CSS，僅動 transform/opacity） ------- */

@keyframes signal-rotate {
    from { transform: translate(-50%, -50%) rotate(0deg); }
    to { transform: translate(-50%, -50%) rotate(360deg); }
}

@keyframes signal-breathe {
    0%, 100% { transform: translate(-50%, -50%) scale(1); opacity: 1; }
    50% { transform: translate(-50%, -50%) scale(1.09); opacity: .5; }
}

@keyframes signal-bob {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-16px); }
}

@keyframes signal-ripple {
    0% { transform: scale(1); opacity: .7; }
    100% { transform: scale(1.9); opacity: 0; }
}

@keyframes signal-draw {
    to { stroke-dashoffset: 0; }
}

@keyframes signal-fade {
    to { opacity: 1; }
}

@keyframes signal-blink {
    0%, 100% { opacity: 1; }
    50% { opacity: .2; }
}

.signal-ring-two { animation: signal-rotate 26s linear infinite; }
.signal-ring-one { animation: signal-breathe 4.2s ease-in-out infinite; }

.signal-node { animation: signal-bob 4.2s ease-in-out infinite; }
.signal-node-ai { animation-duration: 5s; animation-delay: .9s; }
.signal-node-content { animation-duration: 5.6s; animation-delay: 1.6s; }

.signal-brand:after {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 50%;
    border: 2px solid rgba(185, 225, 206, .85);
    animation: signal-ripple 2.6s ease-out infinite;
}

.signal-status i { animation: signal-blink 2.4s ease-in-out infinite; }

.signal-line {
    stroke-dasharray: 1;
    stroke-dashoffset: 1;
    animation: signal-draw 2.4s cubic-bezier(.33, 0, .2, 1) .5s forwards;
}

.signal-area {
    opacity: 0;
    animation: signal-fade 1.1s ease-out 2s forwards;
}

@media (prefers-reduced-motion: reduce) {
    .signal-ring-one,
    .signal-ring-two,
    .signal-node,
    .signal-brand:after,
    .signal-status i,
    .signal-line,
    .signal-area { animation: none; }
    .signal-brand:after { content: none; }
    .signal-line { stroke-dasharray: none; stroke-dashoffset: 0; }
    .signal-area { opacity: 1; }
}
