:root{--wine:#590101;--deep:#450b0d;--yellow:#ffcb05;--ink:#241c20;--muted:#716970;--line:#e4dfe2;--bg:#590101}*{box-sizing:border-box}body{margin:0;background:var(--bg);color:var(--ink);font-family:Arial,Helvetica,sans-serif;font-size:16px;line-height:1.55}button,a,summary{touch-action:manipulation}button{font:inherit;cursor:pointer}a{color:var(--wine)}button:focus-visible,a:focus-visible,summary:focus-visible{outline:3px solid #bd7b00;outline-offset:4px}header{background:var(--wine);color:white;min-height:92px;padding:20px max(24px,calc((100vw - 1160px)/2));display:flex;align-items:center;justify-content:space-between;gap:16px}.brand{display:flex;align-items:center;gap:13px;font-weight:800;letter-spacing:2px;font-size:20px;line-height:1.15}.brand span:not(.monogram){display:block;font-size:12px;letter-spacing:3.8px;margin-top:6px}.monogram{background:var(--yellow);color:var(--wine);font-family:Georgia,serif;font-weight:bold;font-size:34px;width:46px;height:46px;display:grid;place-items:center;border-radius:7px}.preview{font-size:12px;letter-spacing:1.4px;border:1px solid #966273;padding:7px 12px;border-radius:30px}main{max-width:1160px;margin:auto;padding:36px 24px 32px}.intro{position:relative;padding-bottom:28px}.eyebrow{color:var(--wine);font-size:12px;font-weight:800;letter-spacing:1.8px}h1{font-family:Georgia,'Times New Roman',serif;font-weight:normal;font-size:clamp(36px,4.3vw,54px);line-height:1.06;letter-spacing:-1.5px;margin:12px 0 14px}h1 br{display:none}.intro p{color:var(--muted);max-width:650px;margin:0;font-size:17px}.stages{display:flex;border-top:1px solid var(--line);border-bottom:1px solid var(--line);margin-bottom:25px;gap:36px;padding:16px 0;font-size:14px;color:#827980}.stages span{display:flex;gap:10px;align-items:center}.stages .active{color:var(--wine)}.stages .active b{border-bottom:3px solid var(--yellow)}.stages b{font-weight:600}.workspace{display:grid;grid-template-columns:minmax(0,1fr) 280px;gap:25px;align-items:start}.panel{background:white;border:1px solid var(--line);border-radius:16px;padding:29px;box-shadow:0 8px 30px #350c1b05;min-height:430px}h2{font-size:26px;line-height:1.2;letter-spacing:-.5px;margin:8px 0 10px}h3{font-size:17px;margin:22px 0 8px}.help{color:var(--muted);margin:0 0 24px}.choices{display:grid;grid-template-columns:1fr 1fr;gap:12px}.choice{min-width:0;display:flex;text-align:left;align-items:center;gap:13px;padding:18px 16px;background:#fff;border:1px solid var(--line);border-radius:10px;color:var(--ink);transition:border-color .15s,background .15s;min-height:84px}.choice:hover{background:#fbf6f8;border-color:#87516a}.choice .num{font-size:13px;color:#8d6171;background:#f5edf0;min-width:30px;height:30px;display:grid;place-items:center;border-radius:8px}.choice strong{font-size:16px;display:block;line-height:1.3}.choice small{display:block;font-size:13px;color:var(--muted);margin-top:4px}.choice .arrow{margin-left:auto;color:#997482;font-size:20px}.choices .choice:last-child:nth-child(odd){grid-column:1/-1}.choices.answers{grid-template-columns:1fr}.answers .choice{min-height:65px}.toolbar{display:flex;justify-content:space-between;gap:16px;align-items:center;margin-bottom:22px}.text-link{background:none;border:0;padding:4px 0;color:var(--wine);text-decoration:underline;text-underline-offset:4px;font-size:14px}.step-label{font-size:12px;font-weight:bold;letter-spacing:1px;color:var(--muted)}aside{background:var(--wine);color:white;border-radius:16px;overflow:hidden;padding:27px 24px}aside .eyebrow{color:var(--yellow);font-size:11px}aside h2{font-family:Georgia,serif;font-weight:normal;font-size:30px;margin-top:16px}aside p{font-size:14px;color:#e0cad3}#trail{padding:0;list-style:none;margin:24px 0}#trail li{border-top:1px solid #784457;padding:12px 0;font-size:14px}#trail li span{display:block;color:#d5b6c3;font-size:12px;margin-bottom:3px}.owner{border-top:1px solid #784457;padding-top:20px;display:flex;gap:11px;align-items:center}.owner-badge{width:36px;height:36px;display:grid;place-items:center;flex-shrink:0;border-radius:50%;background:#744052;color:var(--yellow);font-family:Georgia,serif}.owner b{font-size:13px}.owner p{font-size:12px;margin:0}.aside-note{font-size:12px!important;margin-bottom:0}.note{background:#faf6eb;border-left:3px solid #d7ad45;padding:13px 15px;margin:20px 0;color:#61502c;font-size:14px}.result-label{display:inline-block;background:#eef3ef;color:#365743;padding:5px 10px;border-radius:6px;font-size:12px;font-weight:bold;letter-spacing:.7px}.urgent{color:#8b2638;background:#fff0f2}.result-title{font-family:Georgia,serif;font-size:34px;font-weight:normal;margin:17px 0}.result-body{font-size:17px}.check{padding:17px 20px;background:#f5f5f6;border-radius:10px;margin:22px 0}.check h3{margin:0 0 7px}.check p{margin:0}.actions{display:flex;gap:10px;flex-wrap:wrap;margin-top:24px}.primary,.secondary{border-radius:8px;padding:13px 18px;text-decoration:none;font-size:15px;font-weight:bold;display:inline-block}.primary{color:var(--wine);background:var(--yellow);border:1px solid var(--yellow)}.secondary{color:var(--wine);background:#fff;border:1px solid var(--line)}details{border-top:1px solid var(--line);margin-top:22px;padding-top:14px;font-size:14px}summary{cursor:pointer;color:var(--wine);font-weight:bold}details p{color:var(--muted)}.source-links{display:grid;gap:7px;font-size:14px}.repair{border:1px solid var(--line);border-radius:10px;padding:18px;margin-top:18px}.repair h3{margin-top:0}.repair p{font-size:14px}.status{font-size:14px;color:#365743}.summary-box{width:100%;min-height:140px;font:inherit;font-size:14px;margin-top:10px}footer{display:flex;justify-content:space-between;gap:20px;margin-top:24px;color:var(--muted);font-size:12px;align-items:center}#sources{background:white;border:1px solid var(--line);border-radius:12px;padding:24px;margin-top:20px}#sources p{color:var(--muted);font-size:14px}#source-list{display:grid;gap:10px;font-size:14px}#app{animation:enter .18s ease}@keyframes enter{from{opacity:.6;transform:translateY(4px)}to{opacity:1;transform:translateY(0)}}[hidden]{display:none!important}@media(max-width:800px){.workspace{grid-template-columns:1fr}aside{padding:22px}.aside-top h2{display:none}#aside-copy{margin:8px 0}#trail{margin:10px 0}.owner{margin-top:15px}.stages{gap:22px}.intro{padding-bottom:22px}main{padding-top:25px}h1 br{display:initial}}@media(max-width:480px){header{padding:17px 18px;min-height:78px}.brand{font-size:17px;gap:10px}.brand span:not(.monogram){font-size:10px;letter-spacing:2.8px}.preview{font-size:10px;padding:5px 8px;letter-spacing:.6px}.monogram{width:38px;height:40px;font-size:30px}main{padding:24px 16px}.intro p{font-size:16px}.panel{padding:21px 17px}.choices{grid-template-columns:1fr;gap:9px}.choice{min-height:66px;padding:13px}.choice small{font-size:13px}.stages{gap:14px;font-size:12px;justify-content:space-between}.stages span{gap:6px}.stages b{max-width:75px;line-height:1.3}h2{font-size:24px}.result-title{font-size:29px}footer{align-items:flex-start;flex-direction:column;gap:5px}.actions>*{text-align:center;flex:1 1 auto}}@media(prefers-reduced-motion:reduce){*{animation:none!important;transition:none!important}}

/* Brand palette and assets sourced from trinitrongaragedoors.com. */
body{background:var(--bg)}header{background:radial-gradient(circle at 52% 57%,#590101 0%,#000 100%);padding-top:8px;padding-bottom:8px}.brand-logo{width:86px;height:86px;object-fit:contain;flex-shrink:0}.brand{letter-spacing:1.8px}.intro h1{font-family:Arial,Helvetica,sans-serif;color:#fff;font-size:clamp(32px,4vw,46px);font-weight:750;letter-spacing:-1.3px}.intro .eyebrow{color:var(--yellow)}.intro p{color:#f0dedf}.stages{border-color:#945859;color:#d6b3b5}.stages .active{color:#fff}.panel{color:var(--ink);border-color:#fff;box-shadow:0 10px 35px #22000030}aside{background:#450b0d;border:1px solid #925859}.aside-top h2{font-family:Arial,Helvetica,sans-serif;font-size:27px;font-weight:700}#brand-mascot{display:block;width:190px;height:190px;object-fit:cover;margin:-8px auto 22px;border-radius:12px}.owner,#trail li{border-color:#895354}aside p{color:#eedcdc}#trail li span{color:#ddbbbb}.owner-badge{background:#783131}.result-title{font-family:Arial,Helvetica,sans-serif;font-size:30px;font-weight:700;line-height:1.2}.choice .num{background:#faeeee;color:#7e3232}.choice:hover{background:#fff8ee;border-color:#590101}.choice .arrow{color:#9e6767}.edit-answer{border:0;background:none;padding:6px 0;color:var(--yellow);font-size:12px;text-decoration:underline;margin-left:6px}.check ol{margin:0;padding-left:21px}.check li+li{margin-top:10px}.alternatives{padding-left:21px}.followup{margin-top:24px;border-top:1px solid var(--line);padding-top:4px}.followup .help{font-size:14px;margin-bottom:14px}.followup .choice{min-height:56px}footer{color:#ead2d2}footer .text-link{color:#ffdf6e}#sources{color:var(--ink)}.check{background:#faf5f1}#app h2:focus{outline:none}.preview{border-color:#a26565}.source-links a{overflow-wrap:anywhere}.brand span:not(.monogram){margin-top:7px}@media(max-width:480px){.brand-logo{width:64px;height:64px}.brand{font-size:15px}.brand span:not(.monogram){font-size:10px;letter-spacing:2px}header{padding:9px 14px}.preview{font-size:9px;padding:4px 6px}.result-title{font-size:26px}.intro h1{font-size:32px;line-height:1.1}#brand-mascot{display:none}.actions a{white-space:normal}}

/* Field-identification photos stay fully visible at every screen width. */
.reference-photo{margin:0 0 12px}.reference-photo img{display:block;width:100%;height:auto;object-fit:contain;border-radius:8px;background:#eee}.reference-photo figcaption{font-size:14px;line-height:1.45;margin-top:8px;color:var(--muted)}.reference-photo figcaption a{display:block;font-size:12px;margin-top:4px}.spring-choices{gap:22px}.spring-choice{min-width:0;border:1px solid var(--line);border-radius:12px;padding:12px}.spring-choice .choice{width:100%}.spring-choice:last-child{border:0;padding:0}.pulley-photo{max-width:300px;margin:20px auto}.pulley-photo img{max-width:250px;margin:auto}.repair .actions{margin-top:16px}.repair:has(.primary[href*="repair-pricing"]){border:2px solid var(--wine)}

.choices.answers.spring-choices{grid-template-columns:repeat(2,minmax(0,1fr))}.spring-choice:last-child{grid-column:1/-1}@media(max-width:600px){.choices.answers.spring-choices{grid-template-columns:1fr}.spring-choice .reference-photo img{max-height:240px}.spring-choice .reference-photo{max-width:400px;margin-left:auto;margin-right:auto}}

/* Safety notices are prominent and in normal document flow, never a sticky overlay. */
.safety-start{padding:20px;border:2px solid #9b2323;border-top:7px solid #9b2323;background:#fff7ee;border-radius:10px;margin:22px 0}.safety-start h3{margin:0 0 10px;font-size:20px;color:#7d1515}.safety-start p,.safety-start li{font-size:16px}.safety-start ul{padding-left:22px}.safety-start li+li{margin-top:10px}.safety-ack{display:flex;align-items:flex-start;gap:12px;padding:15px;border:1px solid #bfa89c;background:#fff;cursor:pointer;font-size:16px}.safety-ack input{width:22px;height:22px;min-width:22px;margin-top:3px;accent-color:var(--wine)}.safety-ack:focus-within{outline:3px solid var(--yellow);outline-offset:3px}.choice:disabled{cursor:not-allowed;opacity:.5}.choice:disabled:hover{background:#fff;border-color:var(--line)}.safety-reminder{border-left:5px solid #a12a23;border-radius:6px;background:#fff3e2;padding:15px 17px;margin:20px 0}.safety-reminder strong{color:#721818;font-size:16px}.safety-reminder p{font-size:15px;margin:7px 0 0}.result-notice{background:#f6f2ed;border:1px solid #cdbdaf;padding:15px 17px;border-radius:8px;margin:18px 0}.result-notice p{font-size:15px;margin:7px 0 0}.result-notice strong{font-size:16px}.estimate-link{display:block;margin-top:20px}.full-notice{background:#fff;color:var(--ink);border:2px solid #d5ad64;border-radius:10px;padding:18px 22px;margin-top:24px}.full-notice>summary{font-size:17px}.notice-content{max-width:850px;margin-top:22px}.notice-content p{font-size:16px;color:var(--ink)}.notice-content h3{font-size:19px}.notice-content .notice-date{font-size:14px;color:var(--muted)}.estimate-card{border:2px solid var(--wine)}@media(max-width:480px){.safety-start{padding:16px}.safety-ack{padding:12px}.full-notice{padding:17px}.safety-reminder{padding:13px}.estimate-card .primary{overflow-wrap:anywhere}}

.spring-references{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;margin:20px 0}.spring-references .reference-photo{min-width:0}@media(max-width:600px){.spring-references{grid-template-columns:1fr}.spring-references .reference-photo{max-width:400px;margin-left:auto;margin-right:auto}}

/* The Wix host sizes this document from its actual content. */
html.wix-embedded,html.wix-embedded body{overflow:hidden;height:auto;min-height:0}
.wix-embedded body>header{display:none}
.wix-embedded main{padding-top:24px}
@media(max-width:480px){.wix-embedded .intro h1{font-size:30px}.wix-embedded .stages{gap:10px}}

/* A compact acknowledgment screen leads into the symptom questions. */
.intro{padding-bottom:16px}.intro .eyebrow,.intro>p{display:none}
.intro h1{font-size:30px;letter-spacing:-.7px;margin:0;line-height:1.2}
.warning-screen .workspace{display:block;max-width:860px;margin:auto}
.warning-screen .workspace>aside,.warning-screen .stages{display:none}
.warning-screen .panel{min-height:0;padding:0;background:transparent;border:0;box-shadow:none}
.warning-screen .safety-start{margin:0}
.safety-start h2{font-size:22px;color:#7d1515;margin:0 0 12px;line-height:1.25}
.safety-start p{margin:12px 0}.safety-start li+li{margin-top:6px}
.safety-start .actions{margin-top:16px}.primary:disabled{opacity:.5;cursor:not-allowed}
@media(max-width:480px){.intro h1,.wix-embedded .intro h1{font-size:25px}.safety-start h2{font-size:21px}.safety-start .actions{flex-direction:column}.safety-start .actions>button{width:100%}}

/* Compact questions and identification photos, with full images preserved. */
main{padding:20px 20px 24px}.wix-embedded main{padding-top:16px}
.intro{padding-bottom:12px}.stages{padding:10px 0;margin-bottom:16px}
.workspace{gap:18px;grid-template-columns:minmax(0,1fr) 230px}
.panel{padding:20px;min-height:0}aside{padding:18px}
#brand-mascot{width:90px;height:90px;margin:0 auto 12px;object-fit:contain}
aside h2{margin-top:10px}.aside-top h2{font-size:23px}
.toolbar{margin-bottom:12px}.help{margin-bottom:14px}
h2{font-size:24px;margin:6px 0 10px}
.choices{gap:9px}.choice{padding:12px;min-height:64px}
.choices.answers{grid-template-columns:repeat(2,minmax(0,1fr))}
.answers .choice{min-height:54px}.choice strong{font-size:16px}
.check{padding:12px 16px;margin:14px 0}.check li+li{margin-top:6px}
.safety-reminder{padding:11px 14px;margin:12px 0}
.result-notice{padding:12px 14px;margin:12px 0}
.actions{margin-top:16px}.estimate-link{margin-top:12px}
.reference-photo{margin:0 0 8px}.reference-photo img{height:130px;max-height:130px;object-fit:contain;background:transparent}
.reference-photo figcaption{margin-top:5px;font-size:14px;line-height:1.35}
.pulley-photo{max-width:260px;margin:12px auto}.pulley-photo img{height:115px;max-height:115px}
.spring-choices{gap:12px}.spring-choice{padding:9px}
.spring-references{gap:12px;margin:12px 0}
.spring-choice .reference-photo img{max-height:130px}
footer{margin-top:16px}.full-notice{margin-top:16px;padding:14px 18px}
@media(max-width:800px){.workspace{grid-template-columns:1fr}aside{padding:16px}}
@media(max-width:600px){.choices.answers{grid-template-columns:1fr}.spring-references{grid-template-columns:1fr}.reference-photo img,.spring-choice .reference-photo img{height:110px;max-height:110px}}
@media(max-width:480px){main{padding:16px 12px 20px}.panel{padding:16px 13px}.stages{font-size:12px;gap:8px}.choice{padding:11px;min-height:56px}.reference-photo{max-width:280px;margin-left:auto;margin-right:auto}}

/* Owner trust and service handoff for the public tool. */
.header-call{color:#fff;text-decoration:none;font-size:14px;text-align:right;line-height:1.5}.header-call strong{display:block;font-size:18px;color:#ffdf6e}.tool-trust{display:flex;justify-content:space-between;flex-wrap:wrap;gap:6px 20px;color:#f3dddd;font-size:14px;margin-bottom:14px}.owner-photo{width:60px;height:60px;border-radius:50%;object-fit:cover;object-position:50% 34%;flex-shrink:0}.owner a{color:#ffdf6e}.tool-shortcuts{display:flex;flex-wrap:wrap;gap:10px 24px;border-top:1px solid #945859;padding-top:18px;margin-top:22px}.tool-shortcuts a{color:#ffdf6e;font-size:16px;line-height:1.5;text-underline-offset:4px}@media(max-width:480px){.tool-trust{font-size:14px;line-height:1.5}.header-call strong{font-size:16px}.tool-shortcuts{flex-direction:column}.brand{font-size:14px;gap:6px}.brand-logo{width:52px;height:52px}}
