/**
 * Premium garage-door mother template — technical/product editorial.
 * Clone-safe WordPress and ACF mechanics remain unchanged beneath this layer.
 */

.fd-premium--garage-door {
  --g-night: #08131f;
  --g-night-2: #102337;
  --g-blue: var(--primary-color, #2e6da4);
  --g-blue-bright: #5ab5ee;
  --g-porcelain: #f4f2ec;
  --g-white: #fff;
  --g-steel: #9cacba;
  --g-line: #cdd6dd;
  --g-red: #c93238;
  --g-display: 'Space Grotesk', Arial, sans-serif;
  --g-body: 'DM Sans', Arial, sans-serif;
  font-family: var(--g-body);
  color: var(--g-night);
  background: var(--g-white);
}
.fd-premium--garage-door h1,
.fd-premium--garage-door h2,
.fd-premium--garage-door h3,
.fd-premium--garage-door h4 { font-family: var(--g-display); letter-spacing: -.035em; }
.fd-premium--garage-door a:focus-visible,
.fd-premium--garage-door button:focus-visible,
.fd-premium--garage-door input:focus-visible,
.fd-premium--garage-door textarea:focus-visible,
.fd-premium--garage-door summary:focus-visible { outline: 3px solid var(--g-blue-bright); outline-offset: 4px; }

/* Header: a clear service console, not the paving field-book header. */
.fd-premium--garage-door .fd-t1 { min-height: 38px; padding: 8px clamp(18px,4vw,64px); background: #06101a; color: #c8d3dc; font: 600 11px/1.2 var(--g-body); letter-spacing: .05em; }
.fd-premium--garage-door .fd-t1-phone { margin-left: auto; }
.fd-premium--garage-door .fd-t1-phone a { color: #fff !important; font-size: 14px; }
.fd-premium--garage-door .fd-t1-phone svg { fill: var(--g-blue-bright); }
.fd-premium--garage-door .fd-demo-tag { border: 1px solid #34506a; border-radius: 999px; padding: 3px 9px; color: #aebdca; font-size: 9px; letter-spacing: .11em; }
.fd-premium--garage-door .fd-t2 { min-height: 86px; padding: 0 clamp(18px,4vw,64px); background: var(--g-white); border-bottom: 1px solid var(--g-line); }
.fd-premium--garage-door .fd-t2-logo img { max-height: 58px; filter: none; }
.fd-premium--garage-door .fd-t2-logo .brandtext { color: var(--g-night); font: 700 24px/1 var(--g-display); }
.fd-premium--garage-door .fd-mainnav a { padding: 31px 12px; color: var(--g-night); font: 700 12px/1 var(--g-body); letter-spacing: .025em; }
.fd-premium--garage-door .fd-mainnav a:hover,
.fd-premium--garage-door .fd-mainnav li.current-menu-item > a { color: var(--g-blue); box-shadow: inset 0 -3px 0 var(--g-blue); }
.fd-premium--garage-door .fd-t2 > .fd-btn { border-radius: 999px; padding: 15px 22px; background: var(--g-blue); color: #fff !important; font-family: var(--g-body); }
.fd-premium--garage-door .fd-t3 { justify-content: flex-start; flex-wrap: nowrap; gap: 0; padding: 0 clamp(18px,4vw,64px); overflow-x: auto; background: #eef3f6; border-bottom: 1px solid var(--g-line); }
.fd-premium--garage-door .fd-t3 a { flex: 0 0 auto; padding: 12px 19px 11px 0; margin-right: 20px; color: #405469; font: 700 10px/1.2 var(--g-body); letter-spacing: .035em; }
.fd-premium--garage-door .fd-t3 a:hover { background: transparent; color: var(--g-blue); }

/* New homepage composition. */
.gdp-home { background: #fff; }
.gdp-shell { width: min(1180px, calc(100% - 48px)); margin: 0 auto; }
.gdp-eyebrow { margin: 0 0 18px; color: #5f7283; font: 700 11px/1.2 var(--g-body); letter-spacing: .15em; text-transform: uppercase; }
.gdp-eyebrow::before { content: ''; display: inline-block; width: 26px; height: 2px; margin: 0 10px 3px 0; background: var(--g-blue-bright); }
.gdp-hero { position: relative; padding: clamp(50px,6vw,90px) clamp(24px,5vw,76px) 0; overflow: hidden; background: var(--g-night); color: #fff; }
.gdp-hero::before { content: ''; position: absolute; inset: 0; pointer-events: none; opacity: .24; background: repeating-linear-gradient(90deg,transparent 0,transparent calc(25% - 1px),rgba(111,151,183,.26) 25%); }
.gdp-hero-grid { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(410px,.92fr) minmax(250px,.64fr) minmax(330px,.72fr); gap: clamp(20px,2.4vw,36px); max-width: 1420px; margin: 0 auto; align-items: stretch; }
.gdp-hero-copy { grid-column: 1; grid-row: 1; align-self: end; animation: gdp-rise .62s cubic-bezier(.16,1,.3,1) both; }
.gdp-hero-support { grid-column: 1; grid-row: 2; align-self: start; padding-bottom: clamp(48px,7vw,96px); animation: gdp-rise .62s .06s cubic-bezier(.16,1,.3,1) both; }
.gdp-hero .gdp-eyebrow { color: #9ab0c2; }
.gdp-status { display: inline-flex; align-items: center; gap: 9px; margin: 0 0 20px; padding: 7px 11px; border: 1px solid rgba(255,255,255,.22); border-radius: 999px; color: #dfe8ef; font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: .06em; }
.gdp-status span { width: 8px; height: 8px; border-radius: 50%; background: var(--g-red); box-shadow: 0 0 0 5px rgba(201,50,56,.15); }
.gdp-hero h1 { margin: 0; color: #fff; font-size: clamp(52px,5.2vw,82px); font-weight: 600; line-height: .88; letter-spacing: -.065em; }
.gdp-hero h1 em { color: var(--g-blue-bright); font-style: normal; }
.gdp-lede { max-width: 650px; margin: 28px 0 0; color: #bfd0de; font-size: clamp(16px,1.2vw,19px); line-height: 1.7; }
.gdp-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 30px; }
.gdp-button { display: inline-flex; min-height: 54px; align-items: center; justify-content: center; padding: 15px 22px; border: 1px solid transparent; border-radius: 999px; font: 700 12px/1.2 var(--g-body); letter-spacing: .025em; text-decoration: none !important; transition: transform .18s ease, box-shadow .18s ease, background .18s ease; }
.gdp-button:hover { transform: translateY(-2px); }
.gdp-button--primary { background: var(--g-blue-bright); color: var(--g-night) !important; box-shadow: 0 10px 24px rgba(28,132,201,.25); }
.gdp-button--phone { border-color: #4e6478; color: #fff !important; background: transparent; }
.gdp-button--phone::before { content: 'Call '; margin-right: 4px; color: #9db0c0; }
.gdp-button--dark { background: var(--g-night); color: #fff !important; }
.gdp-hero-visual { position: relative; grid-column: 2; grid-row: 1 / span 2; min-height: 590px; align-self: stretch; margin: 0; overflow: hidden; background: #13283c; animation: gdp-panel .72s .06s cubic-bezier(.16,1,.3,1) both; }
.gdp-hero-visual::before,
.gdp-hero-visual::after { content: ''; position: absolute; z-index: 2; pointer-events: none; }
.gdp-hero-visual::before { inset: 0; border: 1px solid rgba(255,255,255,.18); box-shadow: inset 0 0 0 18px rgba(8,19,31,.12); }
.gdp-hero-visual::after { right: 0; bottom: 0; left: 0; height: 42%; background: linear-gradient(transparent,rgba(3,10,17,.72)); }
.gdp-hero-visual img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.75) contrast(1.05); transition: transform .65s cubic-bezier(.16,1,.3,1); }
.gdp-hero-visual:hover img { transform: scale(1.025); }
.gdp-hero-visual figcaption { position: absolute; z-index: 3; right: 28px; bottom: 26px; left: 28px; display: flex; justify-content: space-between; gap: 20px; align-items: end; }
.gdp-hero-visual figcaption strong { color: #fff; font: 600 18px/1.2 var(--g-display); }
.gdp-hero-visual figcaption span { color: #bdd0df; font-size: 10px; text-transform: uppercase; letter-spacing: .08em; }
.gdp-hero-form { grid-column: 3; grid-row: 1 / span 2; display: flex; align-items: center; min-width: 0; margin-bottom: clamp(48px,7vw,96px); padding: 26px; background: var(--g-white); border: 1px solid var(--g-line); animation: gdp-rise .62s .12s cubic-bezier(.16,1,.3,1) both; }
.gdp-hero-form .fd-formcard { flex: 1 1 auto; min-width: 0; width: 100%; margin: 0; padding: 0; background: transparent; box-shadow: none; }
.gdp-hero-form .fd-formcard-head { justify-content: flex-start; color: var(--g-night); font: 600 27px/1 var(--g-display); text-transform: none; letter-spacing: -.03em; }
.gdp-hero-form .fd-formcard-head svg { display: none; }
.gdp-hero-form .fd-field input,
.gdp-hero-form .fd-field textarea { border: 1px solid var(--g-line); border-radius: 7px; background: #fff; font-family: var(--g-body); }
.gdp-hero-form .fd-field textarea { min-height: 64px; }
.gdp-hero-form .fd-consent { color: #667783; font-size: 8.5px; }
.gdp-hero-form .fd-form-submit { border-radius: 999px; background: var(--g-blue); }
.gdp-symptoms { position: relative; z-index: 3; display: grid; grid-template-columns: repeat(4,1fr); max-width: 1320px; margin: 0 auto; background: #fff; box-shadow: 0 18px 40px rgba(0,0,0,.22); transform: translateY(1px); }
.gdp-symptoms a { min-height: 132px; display: grid; grid-template-columns: 28px 1fr 18px; gap: 12px; align-items: start; padding: 24px 20px; border-right: 1px solid var(--g-line); color: var(--g-night) !important; text-decoration: none !important; transition: background .2s ease, color .2s ease; }
.gdp-symptoms a:hover { background: var(--g-blue); color: #fff !important; }
.gdp-symptoms small { color: var(--g-blue); font: 700 11px/1 var(--g-body); }
.gdp-symptoms a:hover small,
.gdp-symptoms a:hover em { color: #d9e9f5; }
.gdp-symptoms span { display: flex; flex-direction: column; gap: 7px; }
.gdp-symptoms strong { font: 600 16px/1.25 var(--g-display); }
.gdp-symptoms em { color: #718391; font-size: 11px; line-height: 1.45; font-style: normal; }
.gdp-symptoms b { font-weight: 500; }

.gdp-path { padding: clamp(88px,10vw,148px) 0; background: var(--g-porcelain); }
.gdp-path-grid { display: grid; grid-template-columns: minmax(380px,1fr) minmax(380px,1fr); align-items: stretch; }
.gdp-path-copy { padding: clamp(30px,4vw,58px) clamp(30px,5vw,72px) clamp(30px,4vw,58px) 0; }
.gdp-path h2,
.gdp-section-head h2,
.gdp-services h2,
.gdp-commercial h2,
.gdp-area h2,
.gdp-close h2 { margin: 0; color: var(--g-night); font-size: clamp(42px,4.8vw,70px); font-weight: 600; line-height: .98; }
.gdp-path-copy > p:not(.gdp-eyebrow) { margin: 24px 0 0; color: #5b6872; line-height: 1.75; }
.gdp-path ol { list-style: none; margin: 30px 0 0; padding: 0; border-top: 1px solid var(--g-line); }
.gdp-path li { display: grid; grid-template-columns: 34px 1fr; gap: 14px; padding: 19px 0; border-bottom: 1px solid var(--g-line); }
.gdp-path li > span { display: grid; place-items: center; width: 27px; height: 27px; border: 1px solid #9caebb; border-radius: 50%; color: var(--g-blue); font-size: 11px; font-weight: 700; }
.gdp-path li strong { color: var(--g-night); }
.gdp-path li p { margin: 5px 0 0; color: #6a7883; font-size: 13px; line-height: 1.55; }
.gdp-path-image { position: relative; min-height: 650px; overflow: hidden; background: #d6dee4; }
.gdp-path-image img { width: 100%; height: 100%; object-fit: cover; }
.gdp-path-image span { position: absolute; left: 14px; bottom: 14px; padding: 7px 9px; border-radius: 999px; background: rgba(8,19,31,.84); color: #fff; font-size: 9px; font-weight: 700; text-transform: uppercase; letter-spacing: .07em; }
.gdp-decision { padding: clamp(76px,9vw,132px) 0; background: #fff; }
.gdp-section-head { display: flex; justify-content: space-between; align-items: end; gap: 34px; margin-bottom: 44px; }
.gdp-section-head h2 { max-width: 780px; }
.gdp-section-head > a { flex: 0 0 auto; color: var(--g-blue); font-size: 12px; font-weight: 700; text-decoration: none; }
.gdp-decision-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.gdp-decision-card { display: grid; grid-template-rows: 350px 1fr; border: 1px solid var(--g-line); border-radius: 18px; overflow: hidden; color: var(--g-night) !important; text-decoration: none !important; }
.gdp-decision-photo { overflow: hidden; }
.gdp-decision-photo img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s cubic-bezier(.16,1,.3,1); }
.gdp-decision-card:hover img { transform: scale(1.035); }
.gdp-decision-copy { display: flex; flex-direction: column; align-items: flex-start; min-height: 280px; padding: clamp(28px,4vw,48px); }
.gdp-decision-copy small { color: var(--g-blue); font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: .12em; }
.gdp-decision-copy strong { max-width: 500px; margin-top: 14px; font: 600 clamp(28px,3vw,44px)/1 var(--g-display); }
.gdp-decision-copy em { max-width: 500px; margin-top: 15px; color: #647480; font-style: normal; line-height: 1.65; }
.gdp-decision-copy b { margin-top: auto; padding-top: 24px; color: var(--g-blue); font-size: 12px; }
.gdp-decision-card--replace { background: var(--g-night); border-color: var(--g-night); color: #fff !important; }
.gdp-decision-card--replace .gdp-decision-copy strong { color: #fff; }
.gdp-decision-card--replace .gdp-decision-copy em { color: #b6c6d2; }
.gdp-decision-card--replace .gdp-decision-copy b,
.gdp-decision-card--replace .gdp-decision-copy small { color: var(--g-blue-bright); }

.gdp-services { padding: clamp(76px,9vw,132px) 0; background: #eef3f6; }
.gdp-services .gdp-shell { display: grid; grid-template-columns: .55fr 1.45fr; gap: clamp(50px,8vw,120px); }
.gdp-services-title { position: sticky; top: 30px; align-self: start; }
.gdp-service-list { border-top: 1px solid #aebcc7; }
.gdp-service-list a { display: grid; grid-template-columns: 42px minmax(180px,.75fr) minmax(240px,1.25fr) 24px; gap: 20px; align-items: center; min-height: 104px; border-bottom: 1px solid #aebcc7; color: var(--g-night) !important; text-decoration: none !important; }
.gdp-service-list small { color: var(--g-blue); font-weight: 700; }
.gdp-service-list strong { font: 600 23px/1.15 var(--g-display); }
.gdp-service-list span { color: #637580; font-size: 13px; line-height: 1.5; }
.gdp-service-list b { color: var(--g-blue); font-size: 18px; transition: transform .18s; }
.gdp-service-list a:hover b { transform: translate(3px,-3px); }

.gdp-commercial { display: grid; grid-template-columns: 1fr 1fr; min-height: 620px; background: var(--g-night); color: #fff; }
.gdp-commercial-image { overflow: hidden; }
.gdp-commercial-image img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.72); }
.gdp-commercial-copy { align-self: center; max-width: 730px; padding: clamp(54px,8vw,118px); }
.gdp-commercial .gdp-eyebrow { color: #a4bbcd; }
.gdp-commercial h2 { color: #fff; }
.gdp-commercial-copy > p:not(.gdp-eyebrow) { max-width: 580px; color: #bbccd9; line-height: 1.75; }

.gdp-proof { padding: 74px 0; background: var(--g-blue); color: #fff; }
.gdp-proof-grid { display: grid; grid-template-columns: .42fr 1.58fr; gap: 54px; }
.gdp-proof .gdp-eyebrow { color: #d8e8f4; }
.gdp-proof-score { display: flex; flex-direction: column; }
.gdp-proof-score strong { font: 600 86px/.8 var(--g-display); }
.gdp-proof-score > span { margin-top: 12px; font-weight: 700; }
.gdp-proof-score > a { margin-top: auto; color: #fff; font-weight: 700; }
.gdp-proof-cards { display: grid; grid-template-columns: repeat(2,1fr); gap: 16px; }
.gdp-proof blockquote { margin: 0; padding: 28px; border-radius: 12px; background: #fff; color: var(--g-night); }
.gdp-proof blockquote p { margin: 0; font-weight: 500; line-height: 1.7; }
.gdp-proof cite { display: block; margin-top: 18px; color: #60717e; font-size: 12px; font-style: normal; }

.gdp-area { padding: clamp(76px,9vw,132px) 0; background: var(--g-porcelain); }
.gdp-area-grid { display: grid; grid-template-columns: .88fr 1.12fr; gap: clamp(52px,8vw,112px); align-items: center; }
.gdp-area p { color: #5f6e79; line-height: 1.7; }
.gdp-area .hvg-city-related-pages { grid-template-columns: repeat(2,1fr); margin: 28px 0 34px; }
.gdp-area .hvg-city-related-pages a { color: var(--g-night); text-decoration-color: var(--g-blue-bright); }
.gdp-map { overflow: hidden; border: 1px solid var(--g-line); border-radius: 18px; background: #fff; box-shadow: 0 24px 60px rgba(16,35,55,.16); }
.gdp-map iframe { display: block; width: 100%; min-height: 390px; border: 0; filter: saturate(.45) contrast(.95); }
.gdp-map p { margin: 0; padding: 16px 20px 18px; border-top: 1px solid var(--g-line); font-size: 12px; }

.gdp-close { display: grid; grid-template-columns: 1.05fr .95fr; min-height: 540px; background: #fff; }
.gdp-close-copy { align-self: center; max-width: 800px; padding: clamp(54px,8vw,118px); }
.gdp-close-copy > p:not(.gdp-eyebrow) { max-width: 620px; color: #61727e; line-height: 1.7; }
.gdp-close .gdp-button--phone { border-color: var(--g-line); color: var(--g-night) !important; }
.gdp-close .gdp-button--phone::before { color: #657784; }
.gdp-close-image { min-height: 430px; overflow: hidden; }
.gdp-close-image img { width: 100%; height: 100%; object-fit: cover; }

/* Interior pages continue the product-panel language. */
.fd-premium--garage-door .fd-phero,
.fd-premium--garage-door .fd-hero { background: var(--g-night); }
.fd-premium--garage-door .fd-phero-bg,
.fd-premium--garage-door .fd-hero-bg { filter: saturate(.72) contrast(1.06); }
.fd-premium--garage-door .fd-phero-bg::after,
.fd-premium--garage-door .fd-hero-bg::after { background: linear-gradient(90deg,rgba(5,15,25,.9),rgba(5,15,25,.25)); }
.fd-premium--garage-door .fd-phero h1,
.fd-premium--garage-door .fd-hero h1 { max-width: 880px; font-size: clamp(46px,5.8vw,84px); font-weight: 600; line-height: .92; text-transform: none; }
.fd-premium--garage-door .fd-content { max-width: 1020px; font-family: var(--g-body); }
.fd-premium--garage-door .fd-content h2,
.fd-premium--garage-door .fd-citymain h2,
.fd-premium--garage-door .fd-citybottom h2 { font-size: clamp(32px,3.2vw,48px); font-weight: 600; line-height: 1.05; }
.fd-premium--garage-door .fd-faq { border: 1px solid var(--g-line); border-radius: 10px; background: #f6f8fa; }
.fd-premium--garage-door .fd-faq summary { font-family: var(--g-body); }
.fd-premium--garage-door .hvg-accordion-list li { border: 1px solid var(--g-line); border-left: 4px solid var(--g-blue); border-radius: 8px; background: #f6f8fa; }
.fd-premium--garage-door .fd-tile { min-height: 350px; border-radius: 12px; }
.fd-premium--garage-door .fd-tile span { font-family: var(--g-display); font-size: 28px; text-transform: none; }
.fd-premium--garage-door .fd-rely-photo img,
.fd-premium--garage-door .fdemo-contact-map iframe { border-radius: 14px; box-shadow: 0 22px 52px rgba(8,19,31,.16); }
.fd-premium--garage-door .fd-btn,
.fd-premium--garage-door .fd-content .fdemo-cta,
.fd-premium--garage-door .fd-ctaband-actions a { border-radius: 999px; }

/* Premium service pages: symptom-first, decision-ready, and claim-safe. */
.gdp-service-page .fd-phero { min-height: 540px; }
.gdp-service-page .fd-phero-in { max-width: 1180px; padding-bottom: 84px; }
.gdp-service-page .fd-phero h1 { max-width: 900px; }
.gdp-service-hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 28px; }
.gdp-service-hero-actions .gdp-button--primary { background: var(--g-blue); color: #071726 !important; }
.gdp-service-page .fd-servicebody { background: var(--g-cream) !important; }
.gdp-service-page .fd-content { max-width: 1180px; padding-top: clamp(64px,8vw,110px); padding-bottom: clamp(70px,9vw,126px); }
.gdp-service-page .gd-svc-intro { max-width: 920px; margin: 0 0 clamp(58px,7vw,94px); color: var(--g-night); font: 600 clamp(24px,2.5vw,37px)/1.35 var(--g-body); }
.gdp-service-page .gd-svc-block { margin: clamp(62px,8vw,108px) 0 0; }
.gdp-service-page .gd-svc-block > small { display: flex; align-items: center; gap: 10px; color: #5d7485; font: 800 11px/1 var(--g-body); letter-spacing: .13em; text-transform: uppercase; }
.gdp-service-page .gd-svc-block > small::before { width: 32px; height: 2px; background: var(--g-blue); content: ""; }
.gdp-service-page .gd-svc-block > h2 { max-width: 840px; margin: 18px 0 34px; }
.gdp-service-page .gd-svc-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 16px; }
.gdp-service-page .gd-svc-grid article { min-height: 218px; padding: 30px; border: 1px solid #cedce5; border-radius: 8px; background: #fff; box-shadow: 0 14px 36px rgba(8,25,40,.05); }
.gdp-service-page .gd-svc-grid h3 { margin: 0 0 14px; color: var(--g-night); font: 750 25px/1.05 var(--g-display); }
.gdp-service-page .gd-svc-grid p { margin: 0; color: #526979; line-height: 1.65; }
.gdp-service-page .gd-svc-note { display: grid; grid-template-columns: .78fr 1.22fr; gap: 46px; align-items: start; margin-top: clamp(68px,9vw,120px); padding: clamp(40px,5vw,70px); border-left: 6px solid var(--g-blue); background: var(--g-night); color: #fff; }
.gdp-service-page .gd-svc-note h2 { margin: 0; color: #fff; }
.gdp-service-page .gd-svc-note p { margin: 0; color: #c4d0d8; font-size: 18px; line-height: 1.7; }
.gdp-service-page .gd-svc-steps { display: grid; grid-template-columns: repeat(3,1fr); gap: 22px; counter-reset: gd-step; }
.gdp-service-page .gd-svc-steps article { position: relative; padding: 58px 26px 28px; border-top: 1px solid #bdcdd7; background: rgba(255,255,255,.55); counter-increment: gd-step; }
.gdp-service-page .gd-svc-steps article::before { position: absolute; top: 20px; left: 26px; color: var(--g-blue-dark); font: 800 11px/1 var(--g-body); content: "0" counter(gd-step); }
.gdp-service-page .gd-svc-steps h3 { margin: 0 0 12px; font: 750 24px/1.05 var(--g-display); }
.gdp-service-page .gd-svc-steps p { margin: 0; color: #526979; line-height: 1.65; }
.gdp-service-close { display: grid; grid-template-columns: 1.05fr .95fr; min-height: 520px; background: var(--g-night); color: #fff; }
.gdp-service-close-copy { align-self: center; max-width: 760px; margin-left: auto; padding: clamp(52px,7vw,100px); }
.gdp-service-close-copy h2 { color: #fff; }
.gdp-service-close-copy > p:not(.gdp-eyebrow) { color: #c4d0d8; }
.gdp-service-close-image img { width: 100%; height: 100%; object-fit: cover; }

.fd-premium--garage-door .fd-footer { background: #06101a; font-family: var(--g-body); }
.fd-premium--garage-door .fd-footer h4 { color: var(--g-blue-bright); font-family: var(--g-body); }
.fd-premium--garage-door .fd-footer-brand img { filter: invert(1) grayscale(1) brightness(2); }
.fd-premium--garage-door .fd-footer .fd-btn { border-radius: 999px; background: var(--g-blue-bright); color: var(--g-night) !important; }

@keyframes gdp-rise { from { opacity: 0; transform: translateY(20px); } to { opacity: 1; transform: none; } }
@keyframes gdp-panel { from { opacity: 0; transform: translateX(26px); } to { opacity: 1; transform: none; } }

@media (max-width: 1120px) {
  .gdp-hero-grid { grid-template-columns: minmax(0,1fr) minmax(340px,.82fr); }
  .gdp-hero-copy { grid-column: 1; grid-row: 1; }
  .gdp-hero-support { grid-column: 1; grid-row: 2; }
  .gdp-hero-visual { grid-column: 1; grid-row: 3; min-height: 330px; }
  .gdp-hero-form { grid-column: 2; grid-row: 1 / span 3; }
}
@media (max-width: 900px) {
  .fd-premium--garage-door .fd-t2 { min-height: 72px; }
  .fd-premium--garage-door .fd-t2 > .fd-btn { margin-left: auto; }
  .fd-premium--garage-door .fd-burger span { background: var(--g-night); }
  .fd-premium--garage-door .fd-mnav { background: var(--g-night); }
  .gdp-hero-grid { grid-template-columns: 1fr; }
  .gdp-hero-copy { grid-column: auto; grid-row: auto; order: 1; padding-bottom: 24px; }
  .gdp-hero-form { grid-column: auto; grid-row: auto; order: 2; margin-bottom: 0; }
  .gdp-hero-support { grid-column: auto; grid-row: auto; order: 3; padding: 10px 0 28px; }
  .gdp-hero-visual { grid-column: auto; grid-row: auto; order: 4; }
  .gdp-hero-visual { min-height: 470px; }
  .gdp-symptoms { grid-template-columns: repeat(2,1fr); }
  .gdp-path-grid,
  .gdp-decision-grid,
  .gdp-commercial,
  .gdp-area-grid,
  .gdp-close { grid-template-columns: 1fr; }
  .gdp-services .gdp-shell { grid-template-columns: 1fr; }
  .gdp-services-title { position: static; }
  .gdp-commercial-image { min-height: 420px; }
  .gdp-proof-grid { grid-template-columns: 1fr; }
  .gdp-proof-score > a { margin-top: 22px; }
  .gdp-service-page .gd-svc-grid,
  .gdp-service-page .gd-svc-steps { grid-template-columns: 1fr; }
  .gdp-service-page .gd-svc-note,
  .gdp-service-close { grid-template-columns: 1fr; }
  .gdp-service-close-copy { margin-left: 0; }
  .gdp-service-close-image { min-height: 380px; }
}
@media (max-width: 620px) {
  .gdp-shell { width: min(100% - 32px,1180px); }
  .gdp-hero { padding: 32px 16px 0; }
  .gdp-hero h1 { font-size: clamp(46px,13vw,58px); }
  .gdp-lede { margin-top: 18px; font-size: 15px; line-height: 1.55; }
  .gdp-actions { margin-top: 20px; }
  .gdp-hero-form { padding: 24px 18px; }
  .gdp-hero-visual { min-height: 340px; }
  .gdp-hero-visual figcaption { align-items: flex-start; flex-direction: column; }
  .gdp-symptoms { grid-template-columns: 1fr; }
  .gdp-symptoms a { min-height: 102px; border-right: 0; border-bottom: 1px solid var(--g-line); }
  .gdp-path-copy { padding-right: 0; }
  .gdp-path-image { min-height: 360px; }
  .gdp-section-head { align-items: flex-start; flex-direction: column; }
  .gdp-decision-card { grid-template-rows: 260px 1fr; }
  .gdp-service-list a { grid-template-columns: 34px 1fr 20px; gap: 12px; padding: 18px 0; }
  .gdp-service-list span { grid-column: 2 / 4; }
  .gdp-commercial-copy,
  .gdp-close-copy { padding: 52px 20px; }
  .gdp-proof-cards { grid-template-columns: 1fr; }
  .gdp-area .hvg-city-related-pages { grid-template-columns: 1fr; }
}
@media (prefers-reduced-motion: reduce) {
  .fd-premium--garage-door *,
  .fd-premium--garage-door *::before,
  .fd-premium--garage-door *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
}

/* 2026-08-22 showroom correction: customer-site immediacy, with the demo's
 * stronger symptom copy and strict no-invented-proof boundary intact. */
.fd-premium--garage-door .fd-t2 { min-height: 94px; box-shadow: 0 8px 26px rgba(2,13,23,.12); }
.fd-premium--garage-door .fd-t2-logo img { max-height: 68px; }
.fd-premium--garage-door .fd-t2 > .fd-btn { border-radius: 4px; background: var(--g-blue); }
.fd-premium--garage-door .fd-t3 { background: #d4d8dc; border-bottom-color: #a9b2ba; }
.fd-premium--garage-door .fd-t3 a { color: #14283a; }

.gdp-hero { padding: 0; background: var(--g-night); }
.gdp-hero::before {
  z-index: 1;
  opacity: 1;
  background: linear-gradient(90deg,rgba(3,12,20,.95) 0%,rgba(3,12,20,.81) 42%,rgba(3,12,20,.36) 69%,rgba(3,12,20,.68) 100%);
}
.gdp-hero-grid {
  grid-template-columns: minmax(0,1fr) minmax(350px,.46fr);
  grid-template-rows: 1fr auto;
  gap: 0 clamp(34px,5vw,84px);
  width: 100%;
  max-width: none;
  min-height: min(760px,calc(100svh - 124px));
  padding: clamp(66px,8vw,112px) clamp(28px,6vw,92px) 98px;
}
.gdp-hero-copy { z-index: 2; grid-column: 1; grid-row: 1; max-width: 760px; }
.gdp-hero-support { z-index: 2; grid-column: 1; grid-row: 2; max-width: 720px; padding: 0 0 18px; }
.gdp-hero h1 { font-size: clamp(58px,5.8vw,90px); line-height: .89; text-shadow: 0 3px 28px rgba(0,0,0,.32); }
.gdp-lede { color: #ecf4f9; font-weight: 500; text-shadow: 0 2px 18px rgba(0,0,0,.38); }
.gdp-hero-visual { position: absolute; z-index: 0; inset: 0; min-height: 0; margin: 0; animation: none; }
.gdp-hero-visual::before { box-shadow: none; border: 0; }
.gdp-hero-visual::after { inset: 0; height: auto; background: linear-gradient(180deg,rgba(0,0,0,.05),rgba(0,0,0,.3)); }
.gdp-hero-visual img { object-position: center 62%; filter: saturate(.8) contrast(1.05) brightness(.73); }
.gdp-hero-visual figcaption { right: calc(clamp(28px,6vw,92px) + 390px); bottom: 106px; left: auto; max-width: 350px; padding: 11px 13px; background: rgba(4,13,22,.74); }
.gdp-hero-form { z-index: 3; grid-column: 2; grid-row: 1 / span 2; align-self: center; margin: 0; padding: 30px; border-top: 5px solid var(--g-blue-bright); border-radius: 4px; box-shadow: 0 28px 70px rgba(0,0,0,.36); }
.gdp-hero-form .fd-form-submit { border-radius: 4px; }
.gdp-symptoms { z-index: 4; transform: none; }

.gdp-service-list a { grid-template-columns: 36px 132px minmax(180px,.72fr) minmax(220px,1.28fr) 24px; min-height: 132px; }
.gdp-service-thumb { display: block; align-self: stretch; height: 104px; overflow: hidden; border-radius: 5px; background: #cdd7df; }
.gdp-service-thumb img { width: 100%; height: 100%; object-fit: cover; transition: transform .45s cubic-bezier(.16,1,.3,1); }
.gdp-service-list a:hover .gdp-service-thumb img { transform: scale(1.04); }
.gdp-service-summary { color: #637580; font-size: 13px; line-height: 1.5; }

@media (max-width: 900px) {
  .gdp-hero-grid { display: flex; flex-direction: column; min-height: auto; padding: 48px 24px 44px; }
  .gdp-hero-copy { order: 1; padding: 0 0 22px; }
  .gdp-hero-support { order: 2; padding: 0 0 28px; }
  .gdp-hero-form { order: 3; width: min(100%,540px); align-self: flex-start; }
  .gdp-hero-visual { min-height: 0; }
  .gdp-hero-visual figcaption { display: none; }
  .gdp-hero-visual img { object-position: 58% center; }
  .gdp-service-list a { grid-template-columns: 34px 110px 1fr 22px; gap: 14px; padding: 14px 0; }
  .gdp-service-list .gdp-service-thumb { grid-column: 2; grid-row: 1 / span 2; height: 96px; }
  .gdp-service-list strong { grid-column: 3; }
  .gdp-service-list .gdp-service-summary { grid-column: 3 / 5; }
  .gdp-service-list b { grid-column: 4; grid-row: 1; }
}
@media (max-width: 620px) {
  .gdp-hero-grid { padding: 36px 16px 32px; }
  .gdp-hero h1 { font-size: clamp(47px,13.2vw,58px); }
  .gdp-hero::before { background: linear-gradient(180deg,rgba(3,12,20,.9) 0%,rgba(3,12,20,.75) 48%,rgba(3,12,20,.92) 100%); }
  .gdp-hero-visual img { object-position: 62% center; filter: saturate(.76) contrast(1.06) brightness(.58); }
  .gdp-hero-form { padding: 24px 18px; }
  .gdp-service-list a { grid-template-columns: 28px 84px 1fr 18px; gap: 10px; }
  .gdp-service-list .gdp-service-thumb { height: 82px; }
  .gdp-service-list strong { font-size: 19px; }
}
