:root {
  --navy: #07284b;
  --navy-2: #0c3968;
  --navy-3: #051a30;
  --red: #e2262d;
  --red-dark: #b71820;
  --ink: #152030;
  --muted: #66717f;
  --paper: #ffffff;
  --soft: #f3f6f8;
  --line: #dce3e9;
  --charcoal: #25282d;
  --max: 1180px;
  --shadow: 0 22px 65px rgba(7, 40, 75, .13);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button { cursor: pointer; }
img { max-width: 100%; height: auto; }
.container { width: min(calc(100% - 40px), var(--max)); margin-inline: auto; }

.site-header { position: sticky; top: 0; z-index: 80; background: rgba(255,255,255,.96); border-bottom: 1px solid rgba(7,40,75,.09); backdrop-filter: blur(16px); }
.nav-shell { min-height: 86px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.logo-brand { width: 88px; height: 70px; display: flex; align-items: center; overflow: hidden; }
.logo-brand img { width: 82px; height: 82px; object-fit: contain; }
.desktop-nav { display: flex; align-items: center; gap: 24px; font-size: 14px; font-weight: 800; }
.desktop-nav > a:not(.button):hover { color: var(--red); }
.cart-link { display: inline-flex; gap: 8px; align-items: center; }
.cart-link span, .mobile-cart { min-width: 24px; height: 24px; border-radius: 999px; display: inline-grid; place-items: center; background: var(--navy); color: white; font-size: 12px; }
.mobile-actions { display: none; align-items: center; gap: 10px; }
.mobile-cart { min-width: 30px; height: 30px; }
.menu-button { display: none; border: 0; background: transparent; padding: 8px; }
.menu-button span { width: 25px; height: 2px; display: block; margin: 5px 0; background: var(--ink); }
.mobile-nav { display: none; }

.button { min-height: 50px; padding: 0 22px; border: 1px solid var(--red); background: var(--red); color: white; display: inline-flex; align-items: center; justify-content: center; font-size: 13px; font-weight: 900; text-transform: uppercase; letter-spacing: .055em; transition: transform .2s ease, background .2s ease, border-color .2s ease; }
.button:hover { transform: translateY(-1px); background: var(--red-dark); border-color: var(--red-dark); }
.button:disabled { cursor: not-allowed; opacity: .55; transform: none; }
.button-small { min-height: 44px; padding-inline: 17px; }
.button-dark { background: var(--navy); border-color: var(--navy); }
.button-dark:hover { background: var(--navy-3); border-color: var(--navy-3); }
.button-ghost { background: transparent; border-color: rgba(255,255,255,.52); }
.button-ghost:hover { background: white; color: var(--navy); border-color: white; }
.button-wide { width: 100%; }
.text-link, .view-cart-link { color: var(--navy); font-weight: 900; }
.text-link:hover, .view-cart-link:hover { color: var(--red); }

.eyebrow { color: var(--red); font-size: 11px; font-weight: 950; text-transform: uppercase; letter-spacing: .18em; }
.eyebrow.light { color: #ff747a; }

.hero { position: relative; overflow: hidden; color: white; background:
  radial-gradient(circle at 78% 12%, rgba(255,255,255,.14), transparent 26%),
  linear-gradient(125deg, var(--navy-3) 0%, var(--navy) 55%, #0a4377 100%); }
.hero::before { content: ""; position: absolute; inset: auto -10% -170px 44%; height: 320px; background: rgba(255,255,255,.045); transform: skewY(-9deg); }
.hero-grid { min-height: 700px; padding: 72px 0; display: grid; grid-template-columns: 1.04fr .96fr; gap: 56px; align-items: center; position: relative; z-index: 2; }
.hero-copy h1, .page-hero h1 { margin: 14px 0 20px; font-size: clamp(50px, 7vw, 90px); line-height: .96; letter-spacing: -.06em; }
.hero-copy p { max-width: 680px; margin: 0; color: rgba(255,255,255,.79); font-size: 19px; line-height: 1.7; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 32px; }
.trust-row { display: flex; gap: 26px; flex-wrap: wrap; margin-top: 48px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.2); color: rgba(255,255,255,.78); font-size: 11px; font-weight: 900; text-transform: uppercase; letter-spacing: .11em; }
.hero-brand-card { position: relative; width: min(100%, 510px); justify-self: end; padding: 34px 30px 26px; background: white; color: var(--ink); border: 1px solid rgba(255,255,255,.35); box-shadow: 0 32px 90px rgba(0,0,0,.25); }
.hero-brand-card > img { display: block; width: 100%; aspect-ratio: 1; object-fit: contain; }
.roof-ridge { position: absolute; top: -23px; left: 9%; width: 82%; height: 48px; border-top: 8px solid var(--navy-3); transform: skewY(-6deg); pointer-events: none; }
.hero-brand-stats { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin-top: 8px; border-top: 1px solid var(--line); padding-top: 20px; }
.hero-brand-stats span { color: var(--muted); font-size: 12px; line-height: 1.45; }
.hero-brand-stats b { display: block; color: var(--navy); font-size: 15px; }

.section { padding: 100px 0; }
.section-tight { padding-top: 86px; }
.section-muted { background: var(--soft); }
.section-heading { max-width: 790px; margin-bottom: 42px; }
.section-heading h2, .family-layout h2, .review-layout h2, .cta-card h2, .estimate-layout h2, .store-note h2, .contact-grid h2 { margin: 10px 0 0; font-size: clamp(36px, 5vw, 58px); line-height: 1.02; letter-spacing: -.05em; }
.row-heading { max-width: none; display: flex; justify-content: space-between; align-items: end; gap: 32px; }
.lead { color: #354253; font-size: 19px; line-height: 1.72; }

.service-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.large-grid { grid-template-columns: repeat(3, 1fr); }
.service-card { min-height: 285px; padding: 26px; border: 1px solid var(--line); background: white; display: flex; flex-direction: column; transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease; }
.service-card:hover { transform: translateY(-4px); border-color: #c4d2de; box-shadow: var(--shadow); }
.service-number { color: var(--red); font-size: 11px; font-weight: 950; letter-spacing: .12em; }
.service-card h3, .service-card h2 { margin: auto 0 12px; color: var(--navy); font-size: 23px; letter-spacing: -.035em; }
.service-card p { margin: 0; color: var(--muted); line-height: 1.62; }

.project-grid { display: grid; grid-template-columns: 1.2fr .8fr .8fr; gap: 15px; }
.project-image, .gallery-tile { position: relative; overflow: hidden; min-height: 360px; padding: 25px; color: white; display: flex; flex-direction: column; justify-content: end; background:
  linear-gradient(180deg, transparent 28%, rgba(2,17,31,.9)),
  linear-gradient(145deg, #6a8195, #182d3f); }
.project-b { background: linear-gradient(180deg, transparent 28%, rgba(2,17,31,.92)), linear-gradient(145deg, #8f795f, #2f3c49); }
.project-c { background: linear-gradient(180deg, transparent 28%, rgba(2,17,31,.92)), linear-gradient(145deg, #506579, #1f2a34); }
.project-image::before, .gallery-tile::before { content: ""; position: absolute; inset: 20% -10% auto; height: 45%; background: rgba(255,255,255,.08); transform: skewY(-14deg); border-top: 2px solid rgba(255,255,255,.2); }
.project-image span, .gallery-tile > span { align-self: flex-start; position: absolute; top: 20px; left: 20px; padding: 6px 9px; border: 1px solid rgba(255,255,255,.35); font-size: 10px; text-transform: uppercase; letter-spacing: .12em; }
.project-image strong { position: relative; font-size: 22px; }
.project-image small { position: relative; margin-top: 6px; color: rgba(255,255,255,.72); }
.project-note { margin: 18px 0 0; color: var(--muted); font-size: 13px; }

.family-layout { display: grid; grid-template-columns: .86fr 1.14fr; gap: 70px; align-items: center; }
.family-logo-card, .about-logo { background: var(--soft); border: 1px solid var(--line); padding: 30px; box-shadow: var(--shadow); }
.family-logo-card img, .about-logo img { display: block; width: 100%; }
.family-layout p:not(.lead), .about-split p:not(.lead) { color: var(--muted); line-height: 1.75; }

.review-band { color: white; background: var(--navy); }
.review-layout { display: grid; grid-template-columns: .9fr 1.1fr; gap: 72px; align-items: center; }
.review-layout blockquote { margin: 0; padding: 30px 0 30px 34px; border-left: 4px solid var(--red); color: rgba(255,255,255,.86); font-size: 22px; line-height: 1.6; }
.review-layout cite { display: block; margin-top: 14px; color: rgba(255,255,255,.55); font-size: 12px; font-style: normal; text-transform: uppercase; letter-spacing: .09em; }

.product-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.product-grid-preview { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.product-card { border: 1px solid var(--line); background: white; box-shadow: 0 10px 30px rgba(7,40,75,.07); overflow: hidden; }
.shirt-art { min-height: 350px; display: grid; place-items: center; background: linear-gradient(145deg, #eef2f5, #dfe6eb); }
.shirt-shape { position: relative; width: 195px; height: 240px; display: grid; place-items: center; background: #132d49; clip-path: polygon(20% 0, 34% 0, 39% 8%, 61% 8%, 66% 0, 80% 0, 100% 18%, 87% 37%, 78% 31%, 78% 100%, 22% 100%, 22% 31%, 13% 37%, 0 18%); filter: drop-shadow(0 18px 18px rgba(0,0,0,.22)); }
.shirt-logo { width: 84px; height: 84px; object-fit: contain; border-radius: 4px; }
.product-copy { padding: 23px; }
.product-title-line { display: flex; justify-content: space-between; align-items: start; gap: 18px; }
.product-title-line h3 { margin: 0; font-size: 20px; color: var(--navy); }
.product-title-line strong { color: var(--red); }
.product-copy p { min-height: 50px; color: var(--muted); line-height: 1.55; }
.product-options { display: grid; grid-template-columns: .7fr 1.3fr; gap: 10px; margin: 18px 0 12px; }
.product-options label { font-size: 10px; font-weight: 900; text-transform: uppercase; letter-spacing: .09em; }
.product-options select { width: 100%; height: 43px; margin-top: 7px; padding: 0 10px; border: 1px solid var(--line); background: white; }
.view-cart-link { display: inline-block; margin-top: 12px; font-size: 13px; }
.shop-cart-cta { display: flex; justify-content: center; margin-top: 34px; }

.cta-section { padding: 0 0 100px; }
.cta-card { padding: 48px; background: var(--red); color: white; display: flex; justify-content: space-between; align-items: center; gap: 34px; }
.cta-card p { margin-bottom: 0; color: rgba(255,255,255,.8); }
.cta-card .button { flex: 0 0 auto; background: white; color: var(--navy); border-color: white; }
.cta-card .button:hover { background: var(--navy-3); color: white; border-color: var(--navy-3); }

.page-hero { padding: 115px 0 100px; color: white; background: linear-gradient(125deg, var(--navy-3), var(--navy) 62%, #0b497d); }
.page-hero h1 { max-width: 920px; font-size: clamp(48px, 6vw, 76px); }
.page-hero p { max-width: 720px; color: rgba(255,255,255,.75); font-size: 19px; line-height: 1.66; }
.shop-hero { background: linear-gradient(125deg, #1b2230, var(--navy) 58%, #7c1a22); }
.estimate-hero { background: linear-gradient(125deg, #111d2b, var(--navy) 70%, #522026); }

.project-gallery-wrap { position: relative; }
.project-gallery { display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; }
.gallery-tile { min-height: 340px; }
.gallery-1 { background: linear-gradient(180deg, transparent 25%, rgba(2,17,31,.92)), linear-gradient(145deg, #72899e, #20394d); }
.gallery-2 { background: linear-gradient(180deg, transparent 25%, rgba(2,17,31,.92)), linear-gradient(145deg, #977d61, #2b3944); }
.gallery-3 { background: linear-gradient(180deg, transparent 25%, rgba(2,17,31,.92)), linear-gradient(145deg, #596f80, #1d2d39); }
.gallery-tile > div { position: relative; z-index: 2; }
.gallery-tile strong, .gallery-tile small { display: block; }
.gallery-tile small { margin-top: 6px; color: rgba(255,255,255,.65); }

.split { display: grid; grid-template-columns: 1fr 1fr; gap: 70px; align-items: center; }
.about-split h2 { margin: 10px 0; font-size: clamp(36px, 5vw, 58px); letter-spacing: -.05em; line-height: 1.03; }
.store-note { max-width: 820px; }
.store-note p { color: var(--muted); font-size: 18px; line-height: 1.7; }

.estimate-layout { display: grid; grid-template-columns: .85fr 1.15fr; gap: 65px; align-items: start; }
.estimate-benefits { display: grid; gap: 13px; margin-top: 30px; color: var(--navy); font-size: 14px; font-weight: 900; }
.estimate-form, .success-card { padding: 32px; background: var(--soft); border: 1px solid var(--line); box-shadow: var(--shadow); }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 15px; }
.estimate-form label { display: block; margin-bottom: 15px; color: #344150; font-size: 12px; font-weight: 900; }
.estimate-form input, .estimate-form select, .estimate-form textarea { width: 100%; margin-top: 7px; padding: 13px 14px; border: 1px solid #c8d1d9; background: white; outline: none; }
.estimate-form input:focus, .estimate-form select:focus, .estimate-form textarea:focus { border-color: var(--navy); box-shadow: 0 0 0 3px rgba(7,40,75,.09); }
.file-field span { color: var(--muted); font-weight: 500; }
.form-note { margin-bottom: 0; text-align: center; color: var(--muted); font-size: 11px; }
.success-card h2 { font-size: 34px; letter-spacing: -.04em; }
.success-card p { color: var(--muted); line-height: 1.7; }

.contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.contact-grid article { min-height: 330px; padding: 34px; border: 1px solid var(--line); background: var(--soft); display: flex; flex-direction: column; align-items: flex-start; }
.contact-grid article p { color: var(--muted); line-height: 1.7; }
.contact-grid .button { margin-top: auto; }

.cart-layout { display: grid; grid-template-columns: 1.4fr .6fr; gap: 35px; align-items: start; }
.cart-items { display: grid; gap: 12px; }
.cart-row { padding: 24px; border: 1px solid var(--line); display: grid; grid-template-columns: 1fr auto auto; gap: 24px; align-items: center; }
.cart-row h2 { margin: 0; color: var(--navy); font-size: 21px; }
.cart-row p { margin: 5px 0 8px; color: var(--muted); }
.cart-row label { font-size: 10px; font-weight: 900; text-transform: uppercase; letter-spacing: .08em; }
.cart-row input { display: block; width: 70px; height: 42px; margin-top: 6px; border: 1px solid var(--line); padding-inline: 10px; }
.link-button { padding: 0; border: 0; background: none; color: var(--red); font-weight: 900; }
.cart-summary { position: sticky; top: 110px; padding: 28px; background: var(--soft); border: 1px solid var(--line); }
.summary-line { margin: 20px 0; padding: 18px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); display: flex; justify-content: space-between; gap: 20px; font-size: 20px; }
.cart-summary p { color: var(--muted); line-height: 1.6; font-size: 13px; }
.clear-cart { margin-top: 15px; }
.empty-cart { padding: 48px; background: var(--soft); border: 1px solid var(--line); }
.empty-cart h2 { margin-top: 0; font-size: 34px; }
.empty-cart p { color: var(--muted); }

.site-footer { padding: 66px 0 24px; color: white; background: var(--navy-3); }
.footer-grid { display: grid; grid-template-columns: 1.35fr .7fr .95fr; gap: 65px; }
.footer-logo { width: 130px; height: 130px; display: block; overflow: hidden; background: white; }
.footer-logo img { display: block; width: 100%; height: 100%; object-fit: contain; }
.footer-grid p, .footer-grid small { color: rgba(255,255,255,.58); line-height: 1.72; }
.footer-grid > div:first-child p { max-width: 450px; }
.footer-grid h3 { font-size: 11px; text-transform: uppercase; letter-spacing: .13em; }
.footer-grid > div:not(:first-child) a { display: block; margin: 10px 0; color: rgba(255,255,255,.74); }
.footer-grid > div:not(:first-child) a:hover { color: white; }
.placeholder-copy { font-size: 12px; }
.copyright { margin-top: 54px; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.12); color: rgba(255,255,255,.4); font-size: 11px; }

/* Tiny web-native Easter eggs: intentionally subtle and decorative. */
.mascot-easter-egg { position: absolute; z-index: 4; width: 58px; height: 82px; pointer-events: none; filter: drop-shadow(0 5px 5px rgba(0,0,0,.15)); }
.mascot-head { position: absolute; left: 18px; top: 5px; width: 25px; height: 25px; border-radius: 50%; background: #f3b36d; border: 2px solid #2b1a13; }
.mascot-hair { position: absolute; inset: -4px 2px auto -3px; height: 10px; border-radius: 70% 50% 40% 20%; background: #2e211c; transform: rotate(-9deg); }
.mascot-body { position: absolute; left: 16px; top: 30px; width: 29px; height: 31px; border-radius: 7px 7px 3px 3px; background: var(--red); border: 2px solid #44171a; }
.mascot-arm, .mascot-leg { position: absolute; width: 7px; border-radius: 999px; background: #f3b36d; border: 1px solid #5d351f; transform-origin: top center; }
.mascot-arm { top: 35px; height: 29px; }
.arm-left { left: 12px; transform: rotate(25deg); }
.arm-right { left: 42px; transform: rotate(-28deg); }
.mascot-leg { top: 58px; height: 28px; background: #17395c; border-color: #0c2035; }
.leg-left { left: 20px; transform: rotate(19deg); }
.leg-right { left: 34px; transform: rotate(-19deg); }
.mascot-note { position: absolute; left: 54px; top: 0; width: max-content; max-width: 130px; padding: 5px 7px; border-radius: 8px; background: white; color: var(--navy); border: 1px solid var(--line); font-size: 9px; font-weight: 800; transform: rotate(-3deg); }
.hero-brand-card .mascot-easter-egg { top: -62px; right: 58px; transform: scale(.8); }
.mascot-hammer { right: -8px; bottom: -27px; transform: scale(.82) rotate(-2deg); }
.tiny-hammer { position: absolute; right: -5px; top: 31px; width: 5px; height: 35px; background: #8b5a2b; transform: rotate(37deg); transform-origin: bottom; }
.tiny-hammer::before { content: ""; position: absolute; left: -8px; top: -3px; width: 20px; height: 8px; border-radius: 2px; background: #6e747b; }
.tiny-shingle { position: absolute; right: -23px; bottom: 0; width: 34px; height: 16px; border-radius: 2px; background: #53616d; border: 1px solid #263746; transform: rotate(-7deg); }

@media (max-width: 960px) {
  .desktop-nav { display: none; }
  .mobile-actions { display: flex; }
  .menu-button { display: block; }
  .mobile-nav { display: grid; padding: 8px 20px 20px; background: white; border-top: 1px solid var(--line); }
  .mobile-nav > a:not(.button) { padding: 14px 4px; border-bottom: 1px solid var(--line); font-weight: 850; }
  .mobile-nav .button { margin-top: 15px; }
  .hero-grid { grid-template-columns: 1fr; min-height: auto; padding: 80px 0 90px; }
  .hero-copy { max-width: 790px; }
  .hero-brand-card { justify-self: start; width: min(100%, 480px); }
  .service-grid, .large-grid { grid-template-columns: repeat(2, 1fr); }
  .project-grid { grid-template-columns: 1fr 1fr; }
  .project-a { grid-column: 1 / -1; }
  .family-layout, .review-layout, .split, .estimate-layout, .cart-layout { grid-template-columns: 1fr; gap: 40px; }
  .product-grid { grid-template-columns: repeat(2, 1fr); }
  .project-gallery { grid-template-columns: repeat(2, 1fr); }
  .cart-summary { position: static; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-grid > div:first-child { grid-column: 1 / -1; }
}

@media (max-width: 650px) {
  .container { width: min(calc(100% - 28px), var(--max)); }
  .nav-shell { min-height: 72px; }
  .logo-brand { width: 70px; height: 60px; }
  .logo-brand img { width: 66px; height: 66px; }
  .hero-grid { padding: 58px 0 78px; gap: 50px; }
  .hero-copy h1 { font-size: 50px; }
  .hero-copy p { font-size: 17px; }
  .trust-row { margin-top: 38px; gap: 15px 22px; }
  .hero-brand-card { padding: 22px 18px 20px; }
  .hero-brand-card .mascot-easter-egg { top: -56px; right: 38px; transform: scale(.68); }
  .hero-brand-stats { grid-template-columns: 1fr; }
  .section { padding: 72px 0; }
  .section-tight { padding-top: 68px; }
  .section-heading h2, .family-layout h2, .review-layout h2, .cta-card h2, .estimate-layout h2, .store-note h2, .contact-grid h2 { font-size: 38px; }
  .row-heading { display: block; }
  .row-heading .text-link { display: inline-block; margin-top: 12px; }
  .service-grid, .large-grid, .project-grid, .product-grid, .product-grid-preview, .project-gallery, .form-grid, .contact-grid { grid-template-columns: 1fr; }
  .project-a { grid-column: auto; }
  .service-card { min-height: 235px; }
  .project-image, .gallery-tile { min-height: 330px; }
  .review-layout blockquote { padding-left: 22px; font-size: 18px; }
  .shirt-art { min-height: 300px; }
  .cta-section { padding-bottom: 72px; }
  .cta-card { padding: 34px 25px; align-items: flex-start; flex-direction: column; }
  .page-hero { padding: 82px 0 72px; }
  .page-hero h1 { font-size: 47px; }
  .estimate-form, .success-card { padding: 22px 18px; }
  .cart-row { grid-template-columns: 1fr auto; }
  .cart-row > strong { grid-column: 2; grid-row: 1; }
  .footer-grid { grid-template-columns: 1fr; gap: 34px; }
  .footer-grid > div:first-child { grid-column: auto; }
}

/* V3: real Fournier project photography + Gorham contact details */
.top-contact-bar { background: var(--navy-3); color: white; font-size: 11px; font-weight: 800; letter-spacing: .04em; }
.top-contact-inner { min-height: 34px; display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.top-contact-inner span { color: rgba(255,255,255,.68); }
.top-contact-inner a { color: white; }
.top-contact-inner a:hover { color: #ff747a; }
.header-phone { color: var(--navy); font-size: 12px; white-space: nowrap; }
.header-phone:hover { color: var(--red); }
.mobile-call { min-height: 30px; padding: 0 11px; border: 1px solid var(--navy); color: var(--navy); display: inline-grid; place-items: center; font-size: 11px; font-weight: 900; text-transform: uppercase; letter-spacing: .06em; }

.hero-photo-layout .hero-grid { grid-template-columns: .94fr 1.06fr; gap: 52px; }
.hero-project-photo { position: relative; min-height: 555px; overflow: visible; border: 1px solid rgba(255,255,255,.28); box-shadow: 0 32px 90px rgba(0,0,0,.28); background: #15202a; }
.hero-project-photo > img { display: block; width: 100%; height: 555px; object-fit: cover; object-position: center; }
.hero-project-photo::after { content: ""; position: absolute; inset: 0; pointer-events: none; box-shadow: inset 0 0 0 1px rgba(255,255,255,.08); }
.hero-project-badge { position: absolute; left: 18px; bottom: 18px; z-index: 3; min-width: 230px; padding: 11px 15px 11px 10px; display: flex; align-items: center; gap: 12px; background: rgba(255,255,255,.95); color: var(--ink); box-shadow: 0 14px 35px rgba(0,0,0,.22); }
.hero-project-badge img { width: 58px; height: 58px; object-fit: contain; }
.hero-project-badge strong, .hero-project-badge span { display: block; }
.hero-project-badge strong { color: var(--navy); font-size: 12px; text-transform: uppercase; letter-spacing: .06em; }
.hero-project-badge span { margin-top: 4px; color: var(--muted); font-size: 11px; }
.hero-project-photo .mascot-easter-egg { top: -55px; right: 45px; transform: scale(.76); }

.home-photo-grid { display: grid; grid-template-columns: 1.2fr .8fr .8fr; gap: 15px; }
.home-photo-card { position: relative; min-height: 390px; overflow: hidden; display: block; background: #172737; }
.home-photo-card > img { width: 100%; height: 100%; min-height: 390px; object-fit: cover; position: absolute; inset: 0; transition: transform .35s ease; }
.home-photo-card::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(4,20,34,.05) 25%, rgba(4,20,34,.9) 100%); }
.home-photo-card:hover > img { transform: scale(1.025); }
.home-photo-overlay { position: absolute; inset: auto 22px 22px; z-index: 2; color: white; }
.home-photo-overlay span { display: inline-block; margin-bottom: 8px; color: #ff7b80; font-size: 10px; font-weight: 950; text-transform: uppercase; letter-spacing: .12em; }
.home-photo-overlay strong, .home-photo-overlay small { display: block; }
.home-photo-overlay strong { font-size: 22px; letter-spacing: -.025em; }
.home-photo-overlay small { margin-top: 6px; color: rgba(255,255,255,.68); }

.inline-actions { margin-top: 26px; display: flex; flex-wrap: wrap; align-items: center; gap: 20px; }
.contact-band { color: white; background: var(--navy); }
.contact-band-layout { display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 50px; }
.contact-band-layout h2 { margin: 10px 0 12px; font-size: clamp(38px, 5vw, 58px); line-height: 1.02; letter-spacing: -.05em; }
.contact-band-layout p { margin: 0; color: rgba(255,255,255,.68); font-size: 17px; line-height: 1.65; }
.contact-band-actions { display: flex; align-items: center; gap: 16px; }
.phone-cta { min-width: 205px; padding: 13px 17px; border-left: 3px solid var(--red); font-size: 20px; font-weight: 900; }
.phone-cta small { display: block; margin-top: 3px; color: rgba(255,255,255,.55); font-size: 10px; text-transform: uppercase; letter-spacing: .11em; }
.cta-actions { display: flex; flex-wrap: wrap; gap: 12px; }

.project-page-hero { position: relative; overflow: hidden; }
.project-page-hero-inner { position: relative; display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 45px; align-items: end; }
.project-page-hero-inner > div:first-child { max-width: 850px; }
.project-count-card { min-width: 170px; padding: 20px; border: 1px solid rgba(255,255,255,.22); background: rgba(255,255,255,.08); }
.project-count-card strong, .project-count-card span { display: block; }
.project-count-card strong { font-size: 48px; line-height: 1; color: white; }
.project-count-card span { margin-top: 7px; color: rgba(255,255,255,.67); font-size: 11px; font-weight: 900; text-transform: uppercase; letter-spacing: .1em; }
.project-page-hero-inner .mascot-hammer { right: 160px; bottom: -61px; }
.gallery-heading { margin-bottom: 28px; }
.gallery-heading p { max-width: 700px; margin-bottom: 0; }
.gallery-filter { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 28px; }
.gallery-filter-button { min-height: 38px; padding: 0 14px; border: 1px solid var(--line); background: white; color: var(--navy); font-size: 11px; font-weight: 900; }
.gallery-filter-button:hover, .gallery-filter-button.active { background: var(--navy); color: white; border-color: var(--navy); }
.real-project-gallery { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.real-project-card { padding: 0; border: 1px solid var(--line); background: white; color: inherit; text-align: left; overflow: hidden; box-shadow: 0 10px 35px rgba(7,40,75,.06); transition: transform .2s ease, box-shadow .2s ease; }
.real-project-card:hover { transform: translateY(-3px); box-shadow: var(--shadow); }
.real-project-card-featured { grid-column: span 2; }
.real-project-media { height: 300px; overflow: hidden; background: #dfe5ea; }
.real-project-card-featured .real-project-media { height: 430px; }
.real-project-media img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform .3s ease; }
.real-project-card:hover .real-project-media img { transform: scale(1.02); }
.real-project-copy { padding: 18px; min-height: 148px; }
.real-project-copy span { display: block; margin-bottom: 7px; color: var(--red); font-size: 9px; font-weight: 950; text-transform: uppercase; letter-spacing: .12em; }
.real-project-copy strong { display: block; color: var(--navy); font-size: 18px; letter-spacing: -.025em; }
.real-project-copy small { display: block; margin-top: 7px; color: var(--muted); font-size: 12px; line-height: 1.55; }
.photo-lightbox { position: fixed; inset: 0; z-index: 200; padding: 24px; display: grid; place-items: center; background: rgba(3,11,19,.88); backdrop-filter: blur(8px); }
.photo-lightbox-panel { position: relative; width: min(1180px, 100%); max-height: calc(100vh - 48px); overflow: auto; display: grid; grid-template-columns: minmax(0, 1fr) 320px; background: white; box-shadow: 0 35px 100px rgba(0,0,0,.45); }
.photo-lightbox-close { position: absolute; z-index: 5; top: 10px; right: 10px; width: 42px; height: 42px; border: 0; background: rgba(5,26,48,.92); color: white; font-size: 28px; line-height: 1; }
.photo-lightbox-image-wrap { min-height: 560px; display: grid; place-items: center; background: #0d1720; }
.photo-lightbox-image { display: block; max-width: 100%; width: auto; max-height: calc(100vh - 48px); height: auto; object-fit: contain; }
.photo-lightbox-caption { padding: 35px 28px; align-self: center; }
.photo-lightbox-caption span { color: var(--red); font-size: 10px; font-weight: 950; text-transform: uppercase; letter-spacing: .12em; }
.photo-lightbox-caption h2 { margin: 8px 0 12px; color: var(--navy); font-size: 29px; letter-spacing: -.04em; }
.photo-lightbox-caption p { color: var(--muted); line-height: 1.65; }
.photo-lightbox-caption small { display: block; margin-top: 24px; padding-top: 16px; border-top: 1px solid var(--line); color: #89929b; line-height: 1.5; }
.footer-phone { color: white !important; font-size: 20px; font-weight: 900; }
.success-card a:not(.button) { color: var(--navy); font-weight: 900; }

@media (max-width: 1120px) {
  .desktop-nav { gap: 17px; }
  .header-phone { display: none; }
}

@media (max-width: 960px) {
  .top-contact-bar { display: none; }
  .hero-photo-layout .hero-grid { grid-template-columns: 1fr; }
  .hero-project-photo { width: min(100%, 760px); min-height: 480px; }
  .hero-project-photo > img { height: 480px; }
  .home-photo-grid { grid-template-columns: 1fr 1fr; }
  .home-photo-card-wide { grid-column: 1 / -1; }
  .contact-band-layout { grid-template-columns: 1fr; }
  .contact-band-actions { justify-content: flex-start; }
  .real-project-gallery { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .real-project-card-featured { grid-column: span 2; }
  .photo-lightbox-panel { grid-template-columns: 1fr; }
  .photo-lightbox-image-wrap { min-height: 420px; }
  .photo-lightbox-image { max-height: 65vh; }
}

@media (max-width: 650px) {
  .hero-project-photo { min-height: 360px; }
  .hero-project-photo > img { height: 360px; }
  .hero-project-badge { left: 10px; bottom: 10px; min-width: 0; padding: 8px 10px 8px 7px; }
  .hero-project-badge img { width: 44px; height: 44px; }
  .hero-project-photo .mascot-easter-egg { top: -52px; right: 28px; transform: scale(.62); }
  .home-photo-grid { grid-template-columns: 1fr; }
  .home-photo-card-wide { grid-column: auto; }
  .home-photo-card, .home-photo-card > img { min-height: 330px; }
  .contact-band-actions { align-items: stretch; flex-direction: column; }
  .phone-cta { min-width: 0; }
  .project-page-hero-inner { grid-template-columns: 1fr; }
  .project-count-card { justify-self: start; }
  .project-page-hero-inner .mascot-hammer { right: 18px; bottom: -80px; transform: scale(.64); }
  .real-project-gallery { grid-template-columns: 1fr; }
  .real-project-card-featured { grid-column: auto; }
  .real-project-card-featured .real-project-media, .real-project-media { height: 330px; }
  .photo-lightbox { padding: 10px; }
  .photo-lightbox-panel { max-height: calc(100vh - 20px); }
  .photo-lightbox-image-wrap { min-height: 0; }
  .photo-lightbox-image { max-height: 62vh; }
  .photo-lightbox-caption { padding: 24px 18px; }
}

/* V4: local SEO, service-area, and production lead-form additions. */
.top-contact-links { display: flex; align-items: center; gap: 22px; }
.contact-grid-three { grid-template-columns: repeat(3, 1fr); }
.contact-grid-three article .text-link { margin-bottom: 18px; }
.local-seo-layout { display: grid; grid-template-columns: 1fr .8fr; gap: 60px; align-items: center; }
.local-seo-layout h2, .seo-copy-block h2, .gorham-grid h2, .service-area-layout h2 { margin: 10px 0 14px; font-size: clamp(38px, 5vw, 58px); line-height: 1.02; letter-spacing: -.05em; }
.local-seo-layout p, .seo-copy-block p, .gorham-grid p, .service-area-layout p { color: var(--muted); line-height: 1.72; }
.local-seo-facts { display: grid; grid-template-columns: repeat(3, 1fr); border: 1px solid var(--line); background: white; box-shadow: var(--shadow); }
.local-seo-facts div { min-height: 150px; padding: 24px 18px; display: flex; flex-direction: column; justify-content: flex-end; border-right: 1px solid var(--line); }
.local-seo-facts div:last-child { border-right: 0; }
.local-seo-facts strong, .local-seo-facts span { display: block; }
.local-seo-facts strong { color: var(--navy); font-size: 18px; }
.local-seo-facts span { margin-top: 6px; color: var(--muted); font-size: 10px; font-weight: 900; text-transform: uppercase; letter-spacing: .08em; }
.seo-copy-block { max-width: 920px; }
.faq-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; }
.faq-grid article { padding: 28px; border: 1px solid var(--line); background: var(--soft); }
.faq-grid h3 { margin: 0 0 10px; color: var(--navy); font-size: 20px; }
.faq-grid p { margin: 0; color: var(--muted); line-height: 1.65; }
.gorham-hero { background: linear-gradient(125deg, #081d33, var(--navy) 70%, #421d23); }
.gorham-grid { display: grid; grid-template-columns: 1fr .9fr; gap: 60px; align-items: center; }
.gorham-photo-card { min-height: 520px; overflow: hidden; border: 1px solid var(--line); box-shadow: var(--shadow); background: #dfe5ea; }
.gorham-photo-card img { width: 100%; height: 520px; display: block; object-fit: cover; }
.service-area-layout { display: grid; grid-template-columns: 1fr .9fr; gap: 55px; align-items: start; }
.town-chip-grid { margin-top: 26px; display: flex; flex-wrap: wrap; gap: 9px; }
.town-chip-grid span { padding: 10px 13px; border: 1px solid var(--line); background: white; color: var(--navy); font-size: 12px; font-weight: 850; }
.county-card { padding: 32px; border: 1px solid var(--line); background: var(--soft); box-shadow: var(--shadow); }
.county-list { margin-top: 24px; display: grid; grid-template-columns: repeat(2, 1fr); gap: 8px 20px; }
.county-list span { padding: 9px 0; border-bottom: 1px solid var(--line); color: #455260; font-size: 12px; }
.honeypot { position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; opacity: 0 !important; pointer-events: none !important; }
.form-status { margin: 12px 0 0; padding: 11px 13px; font-size: 12px; line-height: 1.5; }
.form-status.error { background: #fff0f0; color: #8a1820; border: 1px solid #efc0c3; }
.form-status.fallback { background: #fff8e8; color: #72520d; border: 1px solid #ead7a8; }
.form-note a { color: var(--navy); font-weight: 900; }

@media (max-width: 960px) {
  .contact-grid-three { grid-template-columns: 1fr 1fr; }
  .local-seo-layout, .gorham-grid, .service-area-layout { grid-template-columns: 1fr; }
}

@media (max-width: 650px) {
  .top-contact-links { gap: 12px; }
  .contact-grid-three, .faq-grid { grid-template-columns: 1fr; }
  .local-seo-facts { grid-template-columns: 1fr; }
  .local-seo-facts div { min-height: 105px; border-right: 0; border-bottom: 1px solid var(--line); }
  .local-seo-facts div:last-child { border-bottom: 0; }
  .gorham-photo-card { min-height: 360px; }
  .gorham-photo-card img { height: 360px; }
  .county-list { grid-template-columns: 1fr; }
}

/* V7: business facts, service SEO pages, accessibility, privacy, and pre-launch store safety. */
.skip-link {
  position: fixed;
  top: 10px;
  left: 10px;
  z-index: 500;
  padding: 10px 14px;
  background: #fff;
  color: var(--navy);
  border: 2px solid var(--red);
  font-weight: 900;
  transform: translateY(-160%);
  transition: transform .15s ease;
}
.skip-link:focus { transform: translateY(0); }

a:focus-visible, button:focus-visible, input:focus-visible, select:focus-visible, textarea:focus-visible {
  outline: 3px solid rgba(226, 38, 45, .9);
  outline-offset: 3px;
}

.business-facts-strip { padding-block: 34px; background: #fff; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.business-facts-grid { display: grid; grid-template-columns: repeat(4, 1fr); border: 1px solid var(--line); background: var(--soft); }
.business-facts-grid > div { min-height: 112px; padding: 22px; display: flex; flex-direction: column; justify-content: center; border-right: 1px solid var(--line); }
.business-facts-grid > div:last-child { border-right: 0; }
.business-facts-grid strong { color: var(--navy); font-size: 17px; line-height: 1.25; }
.business-facts-grid span { margin-top: 7px; color: var(--muted); font-size: 10px; font-weight: 900; text-transform: uppercase; letter-spacing: .09em; }
.business-hours-note { margin-top: 12px; margin-bottom: 0; color: var(--muted); font-size: 12px; line-height: 1.6; }

.company-fact-list { margin-top: 26px; display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.company-fact-list > div { padding: 16px 18px; border: 1px solid var(--line); background: var(--soft); }
.company-fact-list strong, .company-fact-list span { display: block; }
.company-fact-list strong { color: var(--navy); font-size: 15px; }
.company-fact-list span { margin-top: 5px; color: var(--muted); font-size: 11px; line-height: 1.45; }
.small-note { margin-top: 20px; color: var(--muted); font-size: 12px; line-height: 1.65; }

.service-card-linked { display: flex; flex-direction: column; }
.service-card-linked .text-link { margin-top: auto; padding-top: 16px; }
.secondary-service-grid { grid-template-columns: minmax(0, 1fr); max-width: 780px; }

.breadcrumbs { padding-top: 18px; padding-bottom: 0; display: flex; flex-wrap: wrap; gap: 8px; color: var(--muted); font-size: 12px; }
.breadcrumbs > span { display: inline-flex; align-items: center; gap: 8px; }
.breadcrumbs a { color: var(--navy); font-weight: 800; }
.breadcrumbs i { color: #9ca6af; font-style: normal; }

.service-detail-grid { display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(300px, .7fr); gap: 56px; align-items: start; }
.service-detail-grid h2, .weather-callout h2 { margin: 10px 0 16px; font-size: clamp(36px, 5vw, 56px); line-height: 1.03; letter-spacing: -.05em; color: var(--navy); }
.service-detail-list { margin-top: 28px; display: grid; gap: 10px; }
.service-detail-list > div { padding: 15px 17px; display: grid; grid-template-columns: 24px 1fr; gap: 10px; align-items: start; border: 1px solid var(--line); background: #fff; }
.service-detail-list > div > span { color: var(--red); font-weight: 950; }
.service-detail-list p { margin: 0; color: #455260; line-height: 1.55; }
.trust-panel { position: sticky; top: 126px; padding: 30px; border: 1px solid var(--line); background: var(--soft); box-shadow: var(--shadow); }
.trust-panel h2 { margin: 8px 0 12px; color: var(--navy); font-size: 30px; letter-spacing: -.04em; }
.trust-panel > p { color: var(--muted); line-height: 1.6; }
.trust-panel dl { margin: 22px 0; }
.trust-panel dl > div { padding: 11px 0; display: grid; grid-template-columns: 120px 1fr; gap: 14px; border-bottom: 1px solid var(--line); }
.trust-panel dt { color: var(--muted); font-size: 11px; font-weight: 900; text-transform: uppercase; letter-spacing: .07em; }
.trust-panel dd { margin: 0; color: var(--navy); font-weight: 850; overflow-wrap: anywhere; }
.trust-panel small { display: block; color: var(--muted); line-height: 1.55; }
.weather-callout .container { max-width: 900px; }
.weather-callout .lead { color: #455260; line-height: 1.75; }

.draft-store-banner { margin-bottom: 24px; padding: 16px 18px; display: grid; grid-template-columns: auto 1fr; gap: 14px; align-items: center; border: 1px solid #e7ca89; background: #fff8e8; color: #5f460c; }
.draft-store-banner strong { text-transform: uppercase; letter-spacing: .08em; font-size: 11px; }
.draft-store-banner span { font-size: 12px; line-height: 1.5; }

.policy-copy { max-width: 850px; }
.policy-copy h2 { margin: 34px 0 10px; color: var(--navy); font-size: 28px; letter-spacing: -.03em; }
.policy-copy h2:first-child { margin-top: 0; }
.policy-copy p { color: #455260; line-height: 1.75; }
.policy-copy a { color: var(--navy); font-weight: 900; overflow-wrap: anywhere; }

.footer-bottom { padding-block: 18px 28px; display: flex; align-items: center; justify-content: space-between; gap: 20px; border-top: 1px solid rgba(255,255,255,.12); color: rgba(255,255,255,.58); font-size: 11px; }
.footer-bottom div { display: flex; gap: 18px; }
.footer-bottom a:hover { color: white; }
.not-found-page { min-height: 62vh; display: grid; align-items: center; }

@media (max-width: 960px) {
  .business-facts-grid { grid-template-columns: 1fr 1fr; }
  .business-facts-grid > div:nth-child(2) { border-right: 0; }
  .business-facts-grid > div:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .service-detail-grid { grid-template-columns: 1fr; }
  .trust-panel { position: static; }
}

@media (max-width: 650px) {
  .business-facts-grid, .company-fact-list { grid-template-columns: 1fr; }
  .business-facts-grid > div { min-height: 88px; border-right: 0; border-bottom: 1px solid var(--line); }
  .business-facts-grid > div:last-child { border-bottom: 0; }
  .draft-store-banner { grid-template-columns: 1fr; gap: 6px; }
  .trust-panel { padding: 22px; }
  .trust-panel dl > div { grid-template-columns: 1fr; gap: 4px; }
  .footer-bottom { align-items: flex-start; flex-direction: column; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
}

/* Static no-install preview helpers */
html { scroll-behavior: smooth; }
body { min-height:100vh; }
.preview-banner { background:#fff3cd; color:#533f03; border-bottom:1px solid #ead38a; padding:10px 16px; text-align:center; font-size:12px; font-weight:800; }
.preview-banner strong { color:#2f2600; }
.preview-static .desktop-nav a.active { color:var(--red); }
.preview-static .mobile-nav { display:none; }
.preview-static .mobile-nav.open { display:grid; }
.static-hero-photo { width:100%; height:555px; object-fit:cover; display:block; }
.static-logo { object-fit:contain; }
.static-project-img { width:100%; height:100%; object-fit:cover; display:block; }
.static-photo-grid { display:grid; grid-template-columns:1.2fr .8fr .8fr; gap:15px; }
.static-photo-card { position:relative; min-height:390px; overflow:hidden; background:#172737; }
.static-photo-card img { position:absolute; inset:0; width:100%; height:100%; object-fit:cover; }
.static-photo-card:after { content:""; position:absolute; inset:0; background:linear-gradient(180deg, rgba(4,20,34,.05) 25%, rgba(4,20,34,.9) 100%); }
.static-photo-card .home-photo-overlay { z-index:2; }
.static-gallery { display:grid; grid-template-columns:repeat(3,1fr); gap:18px; }
.static-gallery-card { border:0; background:white; padding:0; cursor:pointer; text-align:left; box-shadow:0 12px 35px rgba(7,40,75,.08); }
.static-gallery-card[hidden] { display:none !important; }
.static-gallery-card img { width:100%; height:260px; object-fit:cover; display:block; }
.static-gallery-copy { padding:18px; }
.static-gallery-copy span { color:var(--red); font-size:10px; font-weight:950; text-transform:uppercase; letter-spacing:.1em; }
.static-gallery-copy strong { display:block; margin-top:6px; color:var(--navy); font-size:18px; }
.static-gallery-copy small { display:block; margin-top:7px; color:var(--muted); line-height:1.5; }
.static-filter { display:flex; flex-wrap:wrap; gap:8px; margin-bottom:26px; }
.static-filter button { border:1px solid var(--line); background:white; color:var(--navy); padding:10px 13px; font-weight:850; cursor:pointer; }
.static-filter button.active { background:var(--navy); color:white; border-color:var(--navy); }
.static-lightbox { position:fixed; inset:0; z-index:9999; display:none; place-items:center; padding:22px; background:rgba(3,15,28,.88); }
.static-lightbox.open { display:grid; }
.static-lightbox-panel { position:relative; width:min(1050px,96vw); max-height:92vh; overflow:auto; background:white; }
.static-lightbox-panel img { width:100%; max-height:72vh; object-fit:contain; background:#111; display:block; }
.static-lightbox-copy { padding:20px 24px 25px; }
.static-lightbox-close { position:absolute; right:12px; top:12px; z-index:3; width:42px; height:42px; border:0; background:white; color:var(--navy); font-size:28px; cursor:pointer; box-shadow:0 8px 20px rgba(0,0,0,.2); }
.static-product-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:22px; }
.static-product-card { background:white; border:1px solid var(--line); box-shadow:0 12px 35px rgba(7,40,75,.08); }
.static-shirt { min-height:280px; display:grid; place-items:center; background:linear-gradient(145deg,#e9eef3,#fff); }
.static-shirt .shirt-shape { width:190px; height:205px; display:grid; place-items:center; background:var(--navy); clip-path:polygon(25% 9%,38% 0,62% 0,75% 9%,100% 23%,88% 42%,78% 34%,78% 100%,22% 100%,22% 34%,12% 42%,0 23%); }
.static-shirt img { width:94px; height:94px; object-fit:contain; }
.static-product-copy { padding:20px; }
.static-product-copy h3 { margin:0; color:var(--navy); }
.static-product-copy .price { font-weight:950; color:var(--red); }
.static-options { display:grid; grid-template-columns:1fr 1fr; gap:10px; margin:16px 0; }
.static-options label { font-size:11px; font-weight:900; color:var(--navy); text-transform:uppercase; letter-spacing:.06em; }
.static-options select { width:100%; margin-top:6px; padding:10px; border:1px solid var(--line); background:white; }
.static-cart-status { margin-top:12px; color:var(--navy); font-size:12px; font-weight:850; }
.preview-form { background:white; border:1px solid var(--line); box-shadow:var(--shadow); padding:28px; }
.preview-form label { display:block; margin-bottom:14px; color:var(--navy); font-size:11px; font-weight:900; text-transform:uppercase; letter-spacing:.07em; }
.preview-form input,.preview-form textarea,.preview-form select { width:100%; margin-top:7px; padding:13px; border:1px solid var(--line); font:inherit; }
.preview-form textarea { min-height:130px; resize:vertical; }
.preview-success { display:none; margin-top:15px; padding:14px; background:#eef9f0; border:1px solid #b9ddbe; color:#245b2d; font-weight:750; }
.preview-success.show { display:block; }
.preview-card-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:20px; }
.preview-info-card { padding:26px; border:1px solid var(--line); background:white; }
.preview-info-card h3 { color:var(--navy); }
.preview-list { display:grid; gap:12px; margin-top:20px; }
.preview-list div { padding:14px 0; border-bottom:1px solid var(--line); }
.preview-list strong,.preview-list span { display:block; }
.preview-list span { margin-top:4px; color:var(--muted); }
.preview-note { padding:16px 18px; border-left:4px solid var(--red); background:#fff4f4; color:#5d2630; }
.preview-static .mascot-easter-egg { pointer-events:none; }
@media(max-width:960px){ .static-photo-grid,.static-product-grid,.static-gallery,.preview-card-grid { grid-template-columns:repeat(2,1fr); } }
@media(max-width:650px){ .static-photo-grid,.static-product-grid,.static-gallery,.preview-card-grid { grid-template-columns:1fr; } .static-photo-card{min-height:320px}.static-gallery-card img{height:310px}.preview-banner{font-size:11px}.static-options{grid-template-columns:1fr}.static-hero-photo{height:420px} }

/* V7.3 visual refresh: stronger color, better readability, higher contrast */
:root {
  --navy: #0b3760;
  --navy-2: #15548f;
  --navy-3: #082541;
  --red: #e63946;
  --red-dark: #c82131;
  --ink: #0f1f31;
  --muted: #4c5c6d;
  --paper: #ffffff;
  --soft: #f4f8fc;
  --line: #d7e3ee;
  --warm: #fff7f2;
  --blue-soft: #edf5ff;
  --shadow: 0 24px 60px rgba(8, 37, 65, .12);
}

body {
  background:
    radial-gradient(circle at top left, rgba(230,57,70,.055), transparent 28%),
    linear-gradient(180deg, #fbfdff 0%, #f5f9fd 100%);
  font-size: 16px;
}

.preview-banner {
  background: linear-gradient(90deg, #fff7d6, #fff1bf);
  color: #513b02;
  border-bottom: 1px solid #ebd27a;
  padding: 12px 18px;
  font-size: 13px;
  line-height: 1.5;
}

.site-header {
  background: rgba(255,255,255,.985);
  border-bottom: 1px solid rgba(11,55,96,.09);
  box-shadow: 0 14px 38px rgba(8, 37, 65, .08);
}

.top-contact-bar {
  background: linear-gradient(90deg, var(--navy-3) 0%, var(--navy) 55%, var(--navy-2) 100%);
  color: #fff;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .035em;
}

.top-contact-inner {
  min-height: 42px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}

.top-contact-links a,
.top-contact-links span,
.top-contact-inner > span:first-child { color: rgba(255,255,255,.96); }
.top-contact-links a:hover { color: #ffd1d5; }

.nav-shell { min-height: 98px; gap: 30px; }
.logo-brand { width: 116px; height: 86px; }
.logo-brand img { width: 104px; height: 104px; }

.desktop-nav {
  gap: 18px;
  font-size: 15px;
  font-weight: 900;
}

.desktop-nav > a:not(.button) {
  position: relative;
  padding: 8px 0;
  color: var(--ink);
}

.desktop-nav > a.active,
.desktop-nav > a:not(.button):hover {
  color: var(--red);
}

.desktop-nav > a.active::after,
.desktop-nav > a:not(.button):hover::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -4px;
  height: 3px;
  border-radius: 999px;
  background: var(--red);
}

.cart-link span,
.mobile-cart {
  min-width: 26px;
  height: 26px;
  background: var(--red);
  box-shadow: 0 8px 18px rgba(230,57,70,.26);
}

.button {
  min-height: 54px;
  padding: 0 24px;
  border-radius: 14px;
  border-width: 0;
  background: linear-gradient(180deg, #f14a57 0%, var(--red) 100%);
  box-shadow: 0 14px 30px rgba(230,57,70,.23);
  font-size: 13px;
  letter-spacing: .07em;
}

.button:hover {
  background: linear-gradient(180deg, #ef3c4a 0%, var(--red-dark) 100%);
  box-shadow: 0 18px 36px rgba(230,57,70,.27);
}

.button-dark {
  background: linear-gradient(180deg, #164f87 0%, var(--navy) 100%);
  box-shadow: 0 14px 30px rgba(11,55,96,.2);
}

.button-dark:hover {
  background: linear-gradient(180deg, #123f6c 0%, var(--navy-3) 100%);
}

.button-ghost {
  border: 1px solid rgba(255,255,255,.34);
  background: rgba(255,255,255,.08);
  color: white;
  backdrop-filter: blur(12px);
  box-shadow: none;
}

.button-ghost:hover {
  background: white;
  color: var(--navy);
}

.text-link,
.view-cart-link {
  font-size: 15px;
  letter-spacing: -.01em;
}

.eyebrow {
  font-size: 12px;
  letter-spacing: .2em;
}

.hero {
  background:
    radial-gradient(circle at 15% 18%, rgba(255,255,255,.18), transparent 22%),
    radial-gradient(circle at 86% 14%, rgba(255,255,255,.12), transparent 24%),
    linear-gradient(125deg, #071f35 0%, #0b3760 50%, #1461a6 100%);
}

.hero::before {
  inset: auto -8% -145px 40%;
  height: 290px;
  background: rgba(255,255,255,.08);
}

.hero-grid {
  min-height: 760px;
  padding: 86px 0 94px;
  gap: 64px;
}

.hero-copy {
  max-width: 620px;
}

.hero-copy h1,
.page-hero h1 {
  margin: 16px 0 22px;
  font-size: clamp(58px, 7vw, 96px);
  line-height: .95;
}

.hero-copy p {
  max-width: 700px;
  color: rgba(255,255,255,.88);
  font-size: 21px;
  line-height: 1.78;
}

.hero-actions { gap: 14px; margin-top: 34px; }

.trust-row {
  gap: 12px;
  margin-top: 38px;
  padding-top: 0;
  border-top: 0;
}

.trust-row span {
  padding: 12px 16px;
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 999px;
  background: rgba(255,255,255,.09);
  color: rgba(255,255,255,.96);
  font-size: 11px;
}

.hero-project-photo {
  min-height: 610px;
  border: 1px solid rgba(255,255,255,.34);
  border-radius: 30px;
  overflow: hidden;
  box-shadow: 0 34px 90px rgba(0,0,0,.24);
  background: #122031;
}

.hero-project-photo > img,
.static-hero-photo {
  height: 610px;
  object-position: center center;
}

.hero-project-photo::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(7,31,53,.02) 5%, rgba(7,31,53,.14) 55%, rgba(7,31,53,.18) 100%);
  z-index: 1;
  pointer-events: none;
}

.hero-project-badge {
  left: 18px;
  bottom: 18px;
  min-width: 250px;
  padding: 12px 14px 12px 12px;
  border-radius: 18px;
  border: 1px solid rgba(255,255,255,.82);
  box-shadow: 0 18px 40px rgba(0,0,0,.15);
}

.hero-project-badge strong { font-size: 14px; color: var(--navy); }
.hero-project-badge span { color: var(--muted); font-size: 12px; }

.section { padding: 110px 0; }
.section-tight { padding-top: 92px; }
.section-muted {
  background: linear-gradient(180deg, #eff6fc 0%, #f7fbff 100%);
}
.section-heading { margin-bottom: 48px; }
.section-heading h2,
.family-layout h2,
.review-layout h2,
.cta-card h2,
.estimate-layout h2,
.store-note h2,
.contact-grid h2,
.local-seo-layout h2,
.seo-copy-block h2,
.gorham-grid h2,
.service-area-layout h2,
.about-split h2,
.contact-band-layout h2 {
  color: var(--navy-3);
  font-size: clamp(40px, 5vw, 62px);
}

.lead,
.page-hero p,
.local-seo-layout p,
.seo-copy-block p,
.gorham-grid p,
.service-area-layout p,
.store-note p {
  color: #31465c;
  font-size: 19px;
  line-height: 1.82;
}

.service-grid { gap: 20px; }
.service-card {
  min-height: 310px;
  padding: 30px;
  border: 1px solid #dbe7f0;
  border-radius: 24px;
  background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
  box-shadow: 0 14px 34px rgba(8,37,65,.06);
}

.service-card::before {
  content: "";
  display: block;
  width: 54px;
  height: 6px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--red), #ff8a77);
  margin-bottom: 22px;
}

.service-card:hover {
  transform: translateY(-6px);
  border-color: #bfd4e5;
  box-shadow: 0 24px 48px rgba(8,37,65,.11);
}

.service-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 48px;
  height: 28px;
  padding: 0 10px;
  border-radius: 999px;
  background: var(--warm);
  color: var(--red);
  font-size: 10px;
  margin-bottom: 14px;
}

.service-card h3,
.service-card h2 {
  margin: 0 0 12px;
  color: var(--navy-3);
  font-size: 26px;
  line-height: 1.15;
}

.service-card p {
  color: var(--muted);
  font-size: 16px;
  line-height: 1.72;
}

.static-photo-grid,
.static-product-grid,
.real-project-gallery { gap: 20px; }

.static-photo-card,
.real-project-card,
.static-product-card,
.product-card,
.contact-grid article,
.estimate-form,
.success-card,
.empty-cart,
.cart-summary,
.cart-row,
.faq-grid article,
.preview-card,
.local-seo-facts,
.family-logo-card,
.about-logo,
.gorham-photo-card {
  border-radius: 24px;
  overflow: hidden;
  border-color: #dbe7f0;
  box-shadow: 0 18px 42px rgba(8,37,65,.08);
}

.static-photo-card {
  min-height: 420px;
  position: relative;
  overflow: hidden;
}

.static-photo-card::after,
.real-project-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(5,20,34,.02) 18%, rgba(5,20,34,.84) 100%);
  pointer-events: none;
}

.static-photo-card > img,
.real-project-media img {
  transition: transform .35s ease;
}

.static-photo-card:hover > img,
.real-project-card:hover .real-project-media img {
  transform: scale(1.04);
}

.home-photo-overlay {
  inset: auto 22px 22px;
}

.home-photo-overlay span {
  padding: 6px 10px;
  border-radius: 999px;
  background: rgba(230,57,70,.92);
  color: #fff;
  font-size: 10px;
  margin-bottom: 12px;
}

.home-photo-overlay strong {
  font-size: 24px;
  text-shadow: 0 2px 12px rgba(0,0,0,.22);
}

.home-photo-overlay small {
  font-size: 14px;
  color: rgba(255,255,255,.82);
}

.family-logo-card,
.about-logo {
  padding: 36px;
  background: linear-gradient(180deg, #ffffff 0%, #f7fbff 100%);
}

.local-seo-facts {
  gap: 0;
  background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
}

.local-seo-facts div {
  min-height: 170px;
  padding: 28px 20px;
}

.local-seo-facts strong {
  color: var(--navy-3);
  font-size: 21px;
}

.local-seo-facts span {
  font-size: 11px;
  color: #546372;
}

.business-facts-strip {
  padding-block: 46px;
  background: linear-gradient(180deg, #ffffff 0%, #f7fbff 100%);
  border-top: 1px solid #dce8f2;
  border-bottom: 1px solid #dce8f2;
}

.business-facts-grid {
  gap: 18px;
}

.business-facts-grid > div {
  padding: 26px 22px;
  border: 1px solid #dbe7f0;
  border-radius: 22px;
  background: #fff;
  box-shadow: 0 14px 32px rgba(8,37,65,.06);
}

.business-facts-grid strong {
  color: var(--navy-3);
  font-size: 21px;
}

.business-facts-grid span,
.business-hours-note {
  color: var(--muted);
  font-size: 14px;
}

.contact-band {
  background: linear-gradient(125deg, #082541 0%, #0b3760 48%, #1562a8 100%);
}

.contact-band-layout p { color: rgba(255,255,255,.84); font-size: 18px; }
.contact-band-actions { gap: 18px; }

.phone-cta {
  min-width: 232px;
  padding: 15px 18px;
  border-left: 0;
  border-radius: 18px;
  background: rgba(255,255,255,.12);
  border: 1px solid rgba(255,255,255,.18);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.08);
  font-size: 24px;
}

.phone-cta small {
  color: rgba(255,255,255,.74);
  font-size: 11px;
}

.static-product-card,
.product-card {
  background: linear-gradient(180deg, #ffffff 0%, #f9fbff 100%);
}

.static-shirt,
.shirt-art {
  min-height: 340px;
  background: radial-gradient(circle at top, #ffffff 0%, #eef5fd 56%, #dfeaf6 100%);
}

.static-product-copy,
.product-copy { padding: 24px; }
.static-product-copy h3,
.product-title-line h3 { font-size: 22px; color: var(--navy-3); }
.static-product-copy p,
.product-copy p { color: var(--muted); font-size: 15px; line-height: 1.66; }
.price,
.product-title-line strong { font-size: 22px; color: var(--red); }

.cta-section {
  padding: 0 0 110px;
}

.cta-card {
  border-radius: 30px;
  background: linear-gradient(135deg, #082541 0%, #0d416f 54%, #e63946 140%);
  box-shadow: 0 26px 60px rgba(8,37,65,.16);
}

.cta-card p { color: rgba(255,255,255,.84); font-size: 18px; line-height: 1.7; }

.estimate-form label,
.contact-grid article p,
.faq-grid p,
.success-card p,
.cart-summary p,
.cart-row p,
.footer-grid p,
.footer-grid small {
  font-size: 15px;
  line-height: 1.7;
}

.estimate-form input,
.estimate-form select,
.estimate-form textarea,
.cart-row input {
  border-radius: 12px;
  border: 1px solid #cbd9e5;
  padding: 14px 15px;
  font-size: 15px;
}

.contact-grid article {
  min-height: 350px;
  padding: 36px;
  background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
}

.site-footer {
  padding: 76px 0 24px;
  background: linear-gradient(180deg, #071f35 0%, #06192c 100%);
}

.footer-grid h3 {
  color: #fff;
  font-size: 12px;
  letter-spacing: .16em;
}

.footer-grid > div:not(:first-child) a,
.footer-grid p,
.footer-grid small,
.footer-bottom {
  color: rgba(255,255,255,.78);
}

.footer-logo {
  border-radius: 20px;
  box-shadow: 0 16px 34px rgba(0,0,0,.22);
}

.footer-bottom {
  padding-block: 22px 8px;
  font-size: 12px;
}

@media (max-width: 1120px) {
  .top-contact-inner {
    flex-direction: column;
    justify-content: center;
    padding: 8px 0;
  }

  .top-contact-links {
    flex-wrap: wrap;
    justify-content: center;
    gap: 14px;
  }

  .desktop-nav { gap: 14px; font-size: 14px; }
}

@media (max-width: 960px) {
  .nav-shell { min-height: 86px; }
  .logo-brand { width: 98px; height: 76px; }
  .logo-brand img { width: 90px; height: 90px; }
  .hero-grid { min-height: auto; padding: 72px 0 82px; gap: 44px; }
  .hero-copy h1 { font-size: 62px; }
  .hero-copy p { font-size: 19px; }
  .hero-project-photo,
  .hero-project-photo > img,
  .static-hero-photo { height: 500px; min-height: 500px; }
  .contact-grid-three,
  .local-seo-layout,
  .service-area-layout,
  .gorham-grid { grid-template-columns: 1fr; }
}

@media (max-width: 650px) {
  .preview-banner { padding: 10px 14px; font-size: 12px; }
  .nav-shell { min-height: 78px; }
  .logo-brand { width: 82px; height: 64px; }
  .logo-brand img { width: 76px; height: 76px; }
  .hero-grid { padding: 56px 0 72px; gap: 34px; }
  .hero-copy h1 { font-size: 48px; }
  .hero-copy p { font-size: 18px; }
  .trust-row { gap: 10px; }
  .trust-row span { width: 100%; justify-content: center; text-align: center; }
  .hero-project-photo,
  .hero-project-photo > img,
  .static-hero-photo { height: 380px; min-height: 380px; }
  .hero-project-badge { inset: auto 10px 10px 10px; min-width: 0; }
  .section { padding: 82px 0; }
  .section-heading h2,
  .family-layout h2,
  .review-layout h2,
  .cta-card h2,
  .estimate-layout h2,
  .store-note h2,
  .contact-grid h2,
  .local-seo-layout h2,
  .seo-copy-block h2,
  .gorham-grid h2,
  .service-area-layout h2,
  .about-split h2,
  .contact-band-layout h2 { font-size: 38px; }
  .service-card { min-height: 0; padding: 24px; }
  .static-photo-card { min-height: 340px; }
  .home-photo-overlay strong { font-size: 22px; }
  .phone-cta { width: 100%; min-width: 0; }
  .cta-card { padding: 32px 24px; }
}


/* V7.5 mascot visibility and support pages */
.page-mascot-host { position: relative; }
.page-mascot-wrap { position: absolute; z-index: 5; pointer-events: none; }
.page-mascot-right { top: 18px; right: 18px; }
.page-mascot-left { top: 18px; left: 18px; }
.page-mascot-anchor { transform: scale(.88); }
.page-mascot-anchor .mascot-note { font-size: 10px; max-width: 150px; }
.faq-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; }
.faq-grid article { padding: 28px; background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%); }
.faq-grid h3 { margin: 0 0 10px; color: var(--navy-3); font-size: 22px; letter-spacing: -.02em; }
.faq-grid p { margin: 0; color: var(--muted); }
.policy-card { padding: 30px; border: 1px solid #dbe7f0; border-radius: 24px; background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%); box-shadow: 0 18px 42px rgba(8,37,65,.08); }
.policy-card + .policy-card { margin-top: 18px; }
.policy-card h2 { margin: 0 0 12px; color: var(--navy-3); font-size: 30px; }
.policy-card p, .policy-card li { color: var(--muted); line-height: 1.75; font-size: 16px; }
.policy-card ul { margin: 0; padding-left: 20px; }
.footer-bottom div { flex-wrap: wrap; }
@media (max-width: 960px) { .faq-grid { grid-template-columns: 1fr; } .page-mascot-anchor { transform: scale(.76); } }
@media (max-width: 650px) { .page-mascot-right { top: 10px; right: 8px; } .page-mascot-left { top: 10px; left: 8px; } .page-mascot-anchor { transform: scale(.64); } .page-mascot-anchor .mascot-note { max-width: 110px; font-size: 9px; } }

/* V7.7 host admin + testimonials */
.host-admin-bar {
  margin: 0 0 24px;
  padding: 16px 18px;
  border: 1px solid #b9d4e8;
  border-radius: 18px;
  background: linear-gradient(135deg, #eef8ff 0%, #ffffff 100%);
  display: flex;
  align-items: center;
  gap: 14px;
  flex-wrap: wrap;
  box-shadow: 0 12px 30px rgba(8,37,65,.06);
}
.host-admin-bar strong { color: var(--navy-3); font-size: 15px; }
.host-admin-bar span { color: var(--muted); font-size: 14px; flex: 1 1 240px; }
.host-admin-bar .button { margin-left: auto; }
.host-added-project { outline: 2px solid rgba(21,84,143,.08); outline-offset: -2px; }
.testimonial-hero { background: linear-gradient(125deg, #082541 0%, #0b3760 55%, #6f2530 135%); }
.testimonial-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 20px; }
.testimonial-card,
.home-testimonial-card,
.testimonial-empty {
  border: 1px solid #dbe7f0;
  border-radius: 24px;
  background: linear-gradient(180deg,#ffffff 0%,#f8fbff 100%);
  box-shadow: 0 18px 42px rgba(8,37,65,.08);
}
.testimonial-card { padding: 30px; min-height: 260px; display: flex; flex-direction: column; }
.testimonial-card blockquote,
.home-testimonial-card blockquote { margin: 14px 0 22px; color: #25394d; font-size: 19px; line-height: 1.75; }
.testimonial-stars { color: #d99a13; letter-spacing: .09em; font-size: 18px; }
.testimonial-person { margin-top: auto; padding-top: 18px; border-top: 1px solid var(--line); }
.testimonial-person strong,
.testimonial-person span { display: block; }
.testimonial-person strong { color: var(--navy-3); font-size: 16px; }
.testimonial-person span { margin-top: 5px; color: var(--muted); font-size: 13px; }
.testimonial-empty { grid-column: 1/-1; padding: 38px; }
.testimonial-empty h2 { margin: 0 0 8px; color: var(--navy-3); font-size: 30px; }
.testimonial-empty p { margin: 0; color: var(--muted); line-height: 1.7; }
.home-testimonial-section[hidden] { display: none; }
.home-testimonial-card { max-width: 900px; padding: 30px 34px; }
.home-testimonial-card blockquote { font-size: 22px; }
.home-testimonial-card strong,
.home-testimonial-card span { display: block; }
.home-testimonial-card strong { color: var(--navy-3); font-size: 16px; }
.home-testimonial-card span { margin-top: 5px; color: var(--muted); font-size: 13px; }
@media (max-width: 960px) { .testimonial-grid { grid-template-columns: 1fr; } }
@media (max-width: 650px) {
  .host-admin-bar { align-items: stretch; flex-direction: column; }
  .host-admin-bar .button { margin-left: 0; width: 100%; }
  .testimonial-card { padding: 24px; min-height: 0; }
  .testimonial-card blockquote, .home-testimonial-card blockquote { font-size: 18px; }
  .home-testimonial-card { padding: 24px; }
}


/* V7.7.1 readability hotfix */
.page-hero {
  color: #ffffff;
}

.page-hero h1 {
  color: #ffffff;
}

.page-hero p,
.page-hero .lead {
  color: rgba(255,255,255,.92);
}

.page-hero .eyebrow.light,
.cta-card .eyebrow.light {
  color: #ffb8bd;
}

.cta-card {
  color: #ffffff;
}

.cta-card h2 {
  color: #ffffff;
}

.cta-card p,
.cta-card .lead {
  color: rgba(255,255,255,.94);
}

.cta-card .button {
  box-shadow: 0 14px 30px rgba(8,37,65,.18);
}


/* V7.7 regional service-area cards */
.county-list > div { padding: 16px; border: 1px solid var(--line); border-radius: 14px; background: var(--paper); }
.county-list > div strong { display: block; color: var(--navy); font-size: 16px; margin-bottom: 6px; }
.county-list > div span { display: block; padding: 0; border: 0; color: var(--muted); font-size: 13px; line-height: 1.5; }


/* V8 launch-candidate production additions */
.honeypot-field { position:absolute !important; left:-10000px !important; width:1px !important; height:1px !important; opacity:0 !important; pointer-events:none !important; }
.estimate-submit-status { min-height:24px; margin-top:14px; font-size:14px; font-weight:800; line-height:1.5; color:var(--muted); }
.estimate-submit-status.success { color:#176b3a; }
.estimate-submit-status.error { color:#a51d2d; }
.production-estimate-form label > span { color:var(--muted); font-weight:600; font-size:11px; }
.service-detail-list { list-style:none; padding:0; margin:28px 0 0; display:grid; gap:10px; }
.service-detail-list li { position:relative; padding:15px 17px 15px 44px; border:1px solid var(--line); border-radius:14px; background:#fff; color:#455260; line-height:1.55; }
.service-detail-list li::before { content:'✓'; position:absolute; left:17px; top:14px; color:var(--red); font-weight:950; }
.trust-panel .text-link { display:inline-block; margin-top:18px; }
