:root {
  --orange: #e96618;
  --orange-soft: #b95519;
  --ink: #f3f5f4;
  --surface: #ffffff;
  --surface-2: #e9edef;
  --line: #d6dde0;
  --text: #1b252c;
  --muted: #60707a;
  --paper: #e7ecee;
  --max: 1240px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--text); background: var(--ink); font: 16px/1.6 Inter, "Segoe UI", Arial, sans-serif; }
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { line-height: 1.08; letter-spacing: -.035em; }
h1 { max-width: 820px; margin-bottom: 1.5rem; font-size: clamp(2.8rem, 5.5vw, 5.4rem); font-weight: 650; }
h2 { margin-bottom: 1rem; font-size: clamp(2rem, 3.8vw, 3.6rem); font-weight: 650; }
h3 { margin-bottom: .75rem; font-size: 1.45rem; }

.site-header { position: sticky; z-index: 20; top: 0; display: flex; align-items: center; justify-content: space-between; min-height: 82px; padding: 1rem max(1.5rem, calc((100vw - var(--max)) / 2)); border-bottom: 1px solid rgba(255,255,255,.08); color: #f5f7f8; background: rgba(25,33,39,.96); backdrop-filter: blur(16px); }
.brand img { width: 220px; }
nav { display: flex; align-items: center; gap: 1.5rem; }
nav a { color: #c7d0d5; font-size: .9rem; font-weight: 700; text-decoration: none; }
nav a:hover { color: var(--text); }
.nav-cta { padding: .65rem 1rem; border: 1px solid var(--orange); border-radius: 999px; color: #fff; }

.hero { position: relative; display: grid; grid-template-columns: 1.15fr .85fr; gap: clamp(2rem, 5vw, 5rem); align-items: center; min-height: calc(100vh - 82px); padding: clamp(4rem, 8vw, 7rem) max(1.5rem, calc((100vw - var(--max)) / 2)); overflow: hidden; }
.hero::before { position: absolute; top: 15%; left: 48%; width: 34rem; height: 34rem; border-radius: 50%; background: rgba(39,61,73,.06); filter: blur(35px); content: ""; }
.hero-copy, .hero-visual { position: relative; z-index: 1; }
.eyebrow { margin-bottom: 1rem; color: var(--orange-soft); font-size: .76rem; font-weight: 750; letter-spacing: .14em; text-transform: uppercase; }
.hero-lead { max-width: 720px; color: var(--muted); font-size: clamp(1.1rem, 2vw, 1.35rem); }
.actions { display: flex; flex-wrap: wrap; gap: .8rem; margin: 2rem 0; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 50px; padding: .8rem 1.3rem; border: 1px solid #24323b; border-radius: 4px; color: #fff; background: #24323b; font-weight: 750; text-decoration: none; }
.button:hover { background: #334650; }
.button-ghost { color: var(--text); background: transparent; }
.hero-facts { display: flex; flex-wrap: wrap; gap: .6rem; margin: 0; padding: 0; list-style: none; }
.hero-facts li { padding: .35rem .7rem; border: 1px solid var(--line); color: var(--muted); font-size: .82rem; }
.hero-visual { min-height: 590px; margin: 0; }
.hero-visual > img { width: 100%; height: 590px; object-fit: cover; filter: saturate(.62) contrast(1.03); }
.hero-visual::after { position: absolute; inset: 0; border: 1px solid rgba(27,37,44,.12); content: ""; }
.hero-visual figcaption { position: absolute; right: -1rem; bottom: 2rem; display: grid; width: min(340px, 90%); padding: 1.2rem; border-left: 3px solid var(--orange); color: #f5f7f8; background: rgba(28,37,43,.95); }
.hero-visual figcaption span { color: #b8c2c8; font-size: .85rem; }

.trust-strip { display: grid; grid-template-columns: repeat(3, 1fr); padding: 0 max(1.5rem, calc((100vw - var(--max)) / 2)); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.trust-strip p { display: grid; gap: .25rem; margin: 0; padding: 1.4rem 1.5rem; border-right: 1px solid var(--line); }
.trust-strip p:first-child { border-left: 1px solid var(--line); }
.trust-strip span { color: var(--muted); font-size: .82rem; }

.section { padding: clamp(5rem, 10vw, 9rem) max(1.5rem, calc((100vw - var(--max)) / 2)); }
.section-dark { background: var(--surface-2); }
.section-heading { max-width: 800px; margin-bottom: 3rem; }
.section-heading > p, .split-heading > p { color: var(--muted); }
.split-heading { display: grid; grid-template-columns: 1.15fr .85fr; gap: 3rem; max-width: none; }

.service-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1px; background: var(--line); border: 1px solid var(--line); }
.service-card { position: relative; min-height: 330px; padding: clamp(1.6rem, 4vw, 3rem); background: var(--surface); }
.service-card:hover { background: #f7f8f8; }
.service-featured { background: #f8f4f0; }
.service-card p { max-width: 520px; color: var(--muted); }
.service-card .audience { color: var(--orange-soft); font-size: .78rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.card-number { position: absolute; right: 1.5rem; top: 1.4rem; color: #b9c1c5; font: 600 2rem/1 monospace; }
.service-card a { position: absolute; bottom: 2rem; color: var(--text); font-weight: 800; text-decoration-color: var(--orange); text-underline-offset: .35rem; }

.audience-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1rem; }
.audience-grid article { padding: 1.8rem; border-top: 2px solid #85939b; background: var(--surface); }
.audience-grid p { margin-bottom: 0; color: var(--muted); }

.field-section { display: grid; grid-template-columns: 1.1fr .9fr; gap: clamp(2.5rem, 7vw, 6rem); align-items: center; }
.field-gallery { display: grid; grid-template-columns: repeat(3, 1fr); gap: .7rem; }
.field-gallery img { width: 100%; aspect-ratio: 4 / 3; height: auto; object-fit: cover; filter: saturate(.7); }
.field-gallery .gallery-main { grid-column: 1 / -1; height: 400px; }
.field-copy > p:not(.eyebrow) { color: var(--muted); font-size: 1.08rem; }
.check-list { display: grid; gap: .65rem; padding: 0; list-style: none; }
.check-list li { padding: .6rem 0 .6rem 1.8rem; border-bottom: 1px solid var(--line); }
.check-list li::before { margin-left: -1.8rem; margin-right: .7rem; color: var(--orange); content: "■"; font-size: .65rem; }

.projects-section { border-top: 1px solid var(--line); background: #fff; }
.project-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; margin-top: 2.5rem; border: 1px solid var(--line); background: var(--line); }
.project-card { display: flex; min-height: 340px; flex-direction: column; padding: clamp(1.5rem, 3vw, 2.2rem); background: #f7f8f8; }
.project-card h3 { margin: 1.5rem 0 .75rem; font-size: clamp(1.4rem, 2vw, 1.9rem); }
.project-card > p { margin: 0 0 2rem; color: var(--muted); }
.project-card .text-link { margin-top: auto; }
.project-meta { display: flex; align-items: center; justify-content: space-between; gap: 1rem; }
.project-meta span { color: var(--orange); font-size: .78rem; font-weight: 800; letter-spacing: .1em; }
.project-meta p { margin: 0; color: var(--muted); font-size: .75rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.text-link { color: var(--text); font-weight: 750; text-decoration-color: var(--orange); text-underline-offset: .35rem; }

.contact-section { display: flex; align-items: center; justify-content: space-between; gap: 3rem; padding: clamp(4rem, 8vw, 7rem) max(1.5rem, calc((100vw - var(--max)) / 2)); background: var(--paper); color: var(--text); }
.contact-section div { max-width: 780px; }
.contact-section p:not(.eyebrow) { color: #4b565d; }
footer { display: grid; grid-template-columns: 1.1fr 1fr 1.3fr 1.2fr; align-items: start; gap: clamp(2rem, 4vw, 4rem); padding: 3rem max(1.5rem, calc((100vw - var(--max)) / 2)); color: #aeb8be; background: #192127; }
footer img { width: 180px; }
footer a { color: #c7d0d5; font-size: .88rem; }
.footer-content { display: grid; gap: .6rem; }
.footer-content p { margin: 0; }
.legal-nav { display: flex; flex-wrap: wrap; gap: .5rem 1rem; }
.legal-nav a { color: #c7d0d5; font-size: .78rem; font-weight: 500; text-decoration: underline; text-underline-offset: .2rem; }

@media (max-width: 980px) {
  .site-header .site-header nav a:not(.nav-cta) { display: none; }
  .hero, .field-section, .split-heading { grid-template-columns: 1fr; }
  .hero-visual { min-height: 440px; }
  .hero-visual > img { height: 440px; }
  .audience-grid, .project-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 680px) {
  .site-header { min-height: 70px; }
  .brand img { width: 155px; }
  .nav-cta { padding: .55rem .7rem; font-size: .75rem; }
  .hero { min-height: auto; }
  .hero-visual { min-height: 360px; }
  .hero-visual > img { height: 360px; }
  .trust-strip, .service-grid, .audience-grid, .project-grid { grid-template-columns: 1fr; }
  .trust-strip p { border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
  .service-card { min-height: 310px; }
  .field-gallery { grid-template-columns: 1fr; }
  .field-gallery .gallery-main { height: 300px; }
  .contact-section { align-items: flex-start; flex-direction: column; }
  footer { grid-template-columns: 1fr; }
  .legal-nav { align-items: flex-start; flex-direction: column; }
  .contact-section .button { width: 100%; }
  .hero .actions { display: grid; grid-template-columns: 1fr; }
  .hero .actions .button { box-sizing: border-box; width: 100%; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
}

/* Residential price comparison. */
.article-page .residential-prices { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1rem; margin: 2rem 0; }
.article-page .residential-price { padding: 1.5rem; border: 1px solid #cbd6dc; border-radius: 14px; background: #fff; }
.article-page .residential-price h2 { border: 0; margin: 0; padding: 0; font-size: 1.35rem; line-height: 1.3; }
.article-page .residential-price .residential-amount { color: #192127; font-size: 2.65rem; font-weight: 800; line-height: 1.2; margin: 1rem 0; }
.article-page .residential-amount span { font-size: .9rem; font-weight: 500; white-space: nowrap; }
.article-page .residential-price li, .article-page .residential-price p { font-size: 1rem; line-height: 1.5; }
.article-page .residential-conditions { padding: 1rem 1.25rem; border: 1px solid #cbd6dc; border-radius: 10px; margin: 1.5rem 0; }
.article-page .residential-conditions summary { cursor: pointer; font-weight: 700; line-height: 1.5; }
@media (max-width: 600px) { .article-page .residential-prices { grid-template-columns: 1fr; } }.page-shell:has(.residential-prices) .share-block { display: none; }

/* Residential service pages: short visible sections, optional technical detail. */
.article-page .client-layout > h1 { max-width: 850px; margin: 0 0 1.5rem; font-size: clamp(2.1rem, 5vw, 3.5rem); line-height: 1.08; letter-spacing: -.035em; }
.article-page .client-layout > p { max-width: 760px; }
.article-page .client-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1.25rem; margin: 2rem 0; }
.article-page .client-card { padding: 1.5rem; background: #fff; border: 1px solid #d5dfe4; border-top: 3px solid #f57916; border-radius: 12px; min-width: 0; }
.article-page .client-card-wide { grid-column: 1 / -1; }
.article-page .client-card h2 { border: 0; padding: 0; margin: 0 0 1rem; font-size: 1.4rem; line-height: 1.3; }
.article-page .client-card h3 { font-size: 1.1rem; margin: 1.4rem 0 .5rem; }
.article-page .client-card p, .article-page .client-card li { font-size: 1rem; line-height: 1.65; }
.article-page .client-card > :last-child { margin-bottom: 0; }
.article-page .client-detail { background: #fff; border: 1px solid #d5dfe4; border-radius: 10px; padding: 1.1rem 1.4rem; margin: .8rem 0; }
.article-page .client-detail summary { cursor: pointer; font-weight: 700; line-height: 1.5; }
.article-page .client-detail[open] summary { margin-bottom: 1rem; }
.article-page .client-detail summary:focus-visible { outline: 2px solid #155b86; outline-offset: 5px; }
.article-page .client-detail-heading { font-size: 1.4rem; margin-top: 2rem; }
.page-shell:has(.client-layout) .share-block { display: none; }
.page-shell:has(.client-layout) .page-visual { max-width: 580px; margin: 1.5rem auto 2rem; }
.page-shell:has(.client-layout) .page-visual img { max-height: 280px; object-fit: contain; background: #e6ecef; }
@media (max-width: 650px) { .article-page .client-grid { grid-template-columns: 1fr; } .article-page .client-card { padding: 1.2rem; } }
.article-page .connection-price { display:flex; align-items:center; justify-content:space-between; gap:1.5rem; padding:1.5rem 1.75rem; margin:2rem 0 2.5rem; background:#e6ecef; border-radius:14px; }
.article-page .connection-price > div { display:grid; gap:.5rem; }
.article-page .connection-price strong { font-size:2.8rem; line-height:1.1; color:#192127; }
.article-page .connection-price small { font-size:1rem; font-weight:500; }
.article-page .connection-price span { font-size:.95rem; line-height:1.5; }
.article-page .connection-price a.button { color:white; text-decoration:none; text-align:center; }
.article-page .connection-heading { margin:2rem 0 1rem; padding:0; border:0; font-size:1.5rem; }
.article-page .connection-choices { grid-template-columns:repeat(3,minmax(0,1fr)); margin:1rem 0 2.5rem; }
.article-page .connection-choices h3 { margin:0 0 .8rem; font-size:1.15rem; }
.article-page .connection-choices .client-card { padding:1.25rem; }
.article-page .connection-choices a { font-weight:600; }
.article-page .connection-steps { list-style:none; counter-reset:visit; display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:1.5rem; padding:0; margin:1.5rem 0 2rem; }
.article-page .connection-steps li { counter-increment:visit; display:grid; align-content:start; gap:.6rem; font-size:1rem; }
.article-page .connection-steps li::before { content:counter(visit); width:2rem; height:2rem; display:grid; place-items:center; background:#192127; color:white; border-radius:50%; font-weight:700; }
.article-page .connection-local { padding:1.25rem 0; border-top:1px solid #d5dfe4; }
@media(max-width:700px) { .article-page .connection-choices,.article-page .connection-steps { grid-template-columns:1fr; } .article-page .connection-price { align-items:flex-start; flex-direction:column; padding:1.25rem; } }
/* Order page uses the same quiet price cards as residential tariffs. */
.article-page .residential-order .order-start { display:inline-flex; margin-top:.5rem; color:#fff; text-decoration:none; }
.article-page .residential-order .order-packages { list-style:none; padding:0; margin:1.4rem 0; gap:0; }
.article-page .residential-order .order-packages li { display:flex; justify-content:space-between; gap:1rem; padding:.85rem 0; border-bottom:1px solid #d5dfe4; }
.article-page .residential-order .order-packages strong { font-size:1.3rem; color:#192127; white-space:nowrap; }
.article-page .order-transition { display:flex; align-items:center; gap:1.5rem; margin:1.5rem 0 0; }
.article-page .order-transition img { width:130px; max-width:40%; height:auto; border-radius:8px; }
.article-page .order-transition figcaption { max-width:340px; color:#4b565d; font-size:.95rem; line-height:1.6; }
#order-form-title { scroll-margin-top:110px; }
.page-shell:has(.residential-order) .order-card { border-radius:14px; padding:clamp(1.25rem,4vw,2rem); }
.page-shell:has(.residential-order) .order-card h2 { font-size:clamp(1.6rem,3vw,2.2rem); }
/* Clearly separated visit steps, with a continuous numbered sequence. */
.article-page .connection-steps { gap:1rem; }
.article-page .connection-steps li { position:relative; background:#fff; border:1px solid #cbd6dc; border-radius:14px; padding:1.5rem; gap:1rem; }
.article-page .connection-steps li::before { width:3rem; height:3rem; background:#192127; color:#fff; font-size:1.35rem; border:3px solid #ff7900; }
.article-page .connection-steps strong { color:#192127; font-size:1.15rem; line-height:1.35; }
.article-page .connection-steps span { color:#4b565d; line-height:1.65; }
@media(max-width:700px) { .article-page .connection-steps li { grid-template-columns:3rem minmax(0,1fr); column-gap:1rem; padding:1.25rem; } .article-page .connection-steps li::before { grid-column:1; grid-row:1 / 3; box-sizing:border-box; } .article-page .connection-steps strong,.article-page .connection-steps span { grid-column:2; } }
/* Mobile readability and touch controls. */
@media (max-width: 1050px) {
  body .site-header { flex-wrap:wrap; gap:.75rem; }
  body .site-header .mobile-primary-nav { order:3; width:100%; }
}
@media (max-width: 700px) {
  body .page-main { padding-top:28px; }
  body .site-header { padding:.75rem 1rem; min-height:0; }
  body .site-header .brand img { width:138px; height:auto; }
  body .site-header .header-phone { display:flex; align-items:center; min-height:44px; padding:.6rem .7rem; font-size:.85rem; }
  body .mobile-primary-nav > a, body .mobile-more > button { font-size:.8rem; line-height:1.25; min-height:48px; }
  body .mobile-submenu a { font-size:1rem; padding:.85rem; }
  body .page-shell .breadcrumbs { font-size:.8rem; line-height:1.6; margin-bottom:1.5rem; }
  .article-page .client-layout > h1, .article-page > h1:first-child { font-size:clamp(1.85rem,7.5vw,2.5rem); line-height:1.15; overflow-wrap:break-word; }
  .article-page .residential-price, .article-page .client-card { padding:1.15rem; }
  .article-page .client-card h2, .article-page .residential-price h2 { font-size:1.25rem; }
  .article-page .residential-price .residential-amount { font-size:2.4rem; }
  .article-page details summary { font-size:1rem; line-height:1.5; min-height:28px; }
  .article-page .residential-conditions, .article-page .client-detail { padding:1rem; }
  .article-page .button { width:100%; justify-content:center; text-align:center; min-height:48px; white-space:normal; }
  body .page-shell .contact-card { padding:1.15rem; margin-top:2rem; }
  body .contact-form { grid-template-columns:minmax(0,1fr); gap:1rem; }
  body .contact-form label { font-size:1rem; min-width:0; }
  body .contact-form input, body .contact-form textarea { font-size:16px; min-width:0; }
  body .contact-form fieldset { min-width:0; padding:.85rem; }
  body .contact-form fieldset label { line-height:1.5; padding:.35rem 0; }
  body .contact-form fieldset input { flex:none; width:20px; height:20px; }
  body .contact-form button { width:100%; min-height:48px; white-space:normal; }
  body .page-cta { padding:2rem 1rem; gap:1.25rem; }
  body .page-cta h2 { font-size:1.8rem; line-height:1.15; }
  body .page-cta .actions { width:100%; }
  body .page-cta .button { width:100%; text-align:center; }
}

/* Production pages */
.skip-link { position: fixed; top: .5rem; left: .5rem; z-index: 100; transform: translateY(-150%); padding: .7rem 1rem; color: #111; background: #fff; }
.skip-link:focus { transform: translateY(0); }
.desktop-nav { display: flex; align-items: center; gap: clamp(.8rem, 2vw, 1.6rem); }
.mobile-primary-nav { display: none; align-items: stretch; gap: .4rem; }
.mobile-primary-nav > a { display: grid; min-height: 3.25rem; place-items: center; padding: .5rem .4rem; border: 1px solid rgba(255,255,255,.3); color: #fff; font-size: .7rem; font-weight: 750; line-height: 1.1; text-align: center; }
.mobile-more { position: relative; min-width: 0; }
.mobile-more > button { box-sizing: border-box; display: flex; align-items: center; justify-content: center; gap: .45rem; width: 100%; min-height: 3.25rem; padding: .5rem .4rem; border: 1px solid rgba(255,255,255,.3); border-radius: 0; color: #fff; background: transparent; font: inherit; font-size: .7rem; font-weight: 750; line-height: 1.1; }
.mobile-more > button i { font-size: .65rem; transition: transform .15s ease; }
.mobile-more > button[aria-expanded="true"] { border-color: rgba(255,255,255,.65); background: rgba(255,255,255,.08); }
.mobile-more > button[aria-expanded="true"] i { transform: rotate(180deg); }
.mobile-submenu { position: absolute; top: calc(100% + .45rem); right: 0; z-index: 30; width: min(76vw, 290px); padding: .35rem; border: 1px solid rgba(255,255,255,.4); background: #192127; box-shadow: 0 14px 30px rgba(0,0,0,.32); }
.mobile-submenu[hidden] { display: none; }
.mobile-submenu a { display: block; padding: .78rem .85rem; border-bottom: 1px solid rgba(255,255,255,.12); color: #fff; font-size: .78rem; font-weight: 700; text-align: left; text-decoration: none; }
.mobile-submenu a:last-child { border-bottom: 0; }
.header-phone { padding: .7rem 1rem; border: 1px solid rgba(255,255,255,.35); border-radius: 3px; color: #fff; font-size: .88rem; font-weight: 800; text-decoration: none; white-space: nowrap; }
.brand { flex: 0 0 auto; }
.brand img, footer img { height: auto; object-fit: contain; }
.page-main { min-height: 70vh; padding-top: 90px; }
.page-shell { width: min(100% - 3rem, 920px); margin: 0 auto; padding: clamp(2rem, 6vw, 5rem) 0; }
.breadcrumbs { display: flex; flex-wrap: wrap; gap: .55rem; margin-bottom: 2.5rem; color: var(--muted); font-size: .8rem; }
.breadcrumbs a { color: inherit; }
.article-page > h1:first-child { max-width: 860px; margin-top: 0; font-size: clamp(2.3rem, 6vw, 4.8rem); line-height: .98; letter-spacing: -.045em; }
.article-page h2 { margin-top: 3.2rem; padding-top: 1.5rem; border-top: 1px solid var(--line); font-size: clamp(1.45rem, 3vw, 2.2rem); }
.article-page h3 { margin-top: 2rem; font-size: 1.25rem; }
.article-page p, .article-page li { color: #4b565d; font-size: 1.05rem; line-height: 1.72; }
.article-page ul { display: grid; gap: .45rem; padding-left: 1.25rem; }
.article-page a { color: #155b86; text-underline-offset: .2rem; }
.page-visual { width: 100%; margin: 0 0 clamp(2rem, 5vw, 4rem); overflow: hidden; background: #dce2e5; }
.page-visual img { width: 100%; aspect-ratio: 16 / 7; height: auto; object-fit: cover; object-position: center; }
.page-gallery { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; margin-top: 3rem; }
.page-gallery figure { margin: 0; background: #fff; }
.page-gallery img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; }
.page-gallery figcaption { padding: .8rem; color: #4b565d; font-size: .78rem; line-height: 1.45; }
.page-cta { display: flex; align-items: center; justify-content: space-between; gap: 3rem; padding: clamp(3rem, 7vw, 6rem) max(1.5rem, calc((100vw - var(--max)) / 2)); background: var(--paper); color: var(--text); }
.page-cta h2 { margin: .3rem 0; }
.page-cta p:not(.eyebrow) { color: #4b565d; }
.page-cta .actions { flex-shrink: 0; }
.share-block { display: flex; align-items: center; flex-wrap: wrap; gap: .7rem; margin-top: 3rem; padding-top: 1.5rem; border-top: 1px solid var(--line); }
.share-block > span { margin-right: .3rem; color: var(--muted); font-size: .8rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.share-block a { display: inline-flex; align-items: center; gap: .5rem; padding: .55rem .8rem; border: 1px solid var(--line); color: var(--text); font-size: .82rem; font-weight: 700; text-decoration: none; }
.share-block i { width: 1rem; font-size: 1rem; text-align: center; }
.home-share { padding: 0 max(1.5rem, calc((100vw - var(--max)) / 2)) 3rem; }
.home-share .share-block { margin-top: 0; }
.contact-card { margin-top: 4rem; padding: clamp(1.5rem, 4vw, 3rem); border: 1px solid var(--line); background: #f7f8f8; }
.trust-directory { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; margin: 2.5rem 0 4rem; }
.trust-company { display: flex; min-height: 300px; flex-direction: column; gap: .8rem; padding: 1.5rem; border: 1px solid var(--line); color: var(--text); background: #fff; text-decoration: none; transition: transform .18s ease, border-color .18s ease; }
.trust-company:hover { border-color: var(--orange); transform: translateY(-2px); }
.trust-logo { display: grid; min-height: 92px; place-items: center; padding: 1rem; color: #26323a; background: #f2f4f5; font-size: 1.25rem; font-weight: 900; line-height: 1.05; letter-spacing: .06em; text-align: center; }
.trust-logo img { width: 100%; height: 76px; object-fit: contain; }
.trust-company strong { font-size: 1.15rem; }
.trust-company address { color: var(--muted); font-style: normal; }
.trust-company > span:last-child { margin-top: auto; color: var(--orange-soft); font-weight: 800; }
.operator-directory { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; margin: 2rem 0; }
.operator-directory a { display: grid; gap: .45rem; padding: 1.4rem; border-left: 3px solid var(--orange); color: var(--text); background: #f7f8f8; text-decoration: none; }
.operator-directory span { color: var(--muted); }
.operator-directory img { width: 100%; height: 64px; margin-bottom: .5rem; object-fit: contain; object-position: left center; }
.contact-form { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1.2rem; margin-top: 2rem; }
.contact-form label { display: grid; gap: .45rem; font-size: .85rem; font-weight: 700; }
.contact-form label:last-of-type { grid-column: 1 / -1; }
.contact-form input, .contact-form textarea { width: 100%; padding: .8rem; border: 1px solid #aeb8be; border-radius: 2px; background: #fff; font: inherit; }
.contact-form .full-field, .contact-form fieldset { grid-column: 1 / -1; }
.contact-form fieldset { display: grid; gap: .75rem; margin: 0; padding: 1rem; border: 1px solid #cbd2d6; }
.contact-form fieldset legend { padding: 0 .4rem; font-weight: 800; }
.contact-form fieldset label { display: flex; grid-column: auto; grid-template-columns: none; align-items: flex-start; gap: .65rem; font-weight: 500; }
.contact-form fieldset input { width: auto; margin-top: .15rem; }
.contact-form button { justify-self: start; border: 0; }
.contact-form button:disabled { cursor: wait; opacity: .65; }
.honeypot { position: absolute; left: -10000px; width: 1px; height: 1px; overflow: hidden; }
.form-alert { display: none; margin-top: 1rem; padding: .85rem 1rem; border: 1px solid var(--line); }
.form-alert.success { display: block; border-color: #7ca78a; color: #214f30; background: #e9f4ec; }
.form-alert.error { display: block; border-color: #bb7b7b; color: #6b2020; background: #f8eaea; }
.footer-brand, .footer-contact, .footer-services, .footer-content { display: grid; align-content: start; gap: .55rem; }
.footer-brand { max-width: 240px; }
.footer-brand p { margin: 0; color: #aeb8be; font-size: .82rem; line-height: 1.5; }
.footer-title { margin: 0 0 .3rem; color: #fff; font-size: .78rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.footer-phone { color: #fff; font-size: 1rem; font-weight: 800; }
.footer-contact address { color: #c7d0d5; font-size: .82rem; font-style: normal; line-height: 1.55; }
.footer-services a { font-size: .82rem; }
.footer-links { display: grid; gap: .5rem; margin-top: .35rem; }
.footer-links a:first-child { color: #fff; font-weight: 800; }
@media (max-width: 1050px) { .desktop-nav { display: none; } .mobile-primary-nav { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); } }
@media (max-width: 900px) { .trust-directory { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 680px) { .site-header { flex-wrap: wrap; gap: .65rem; } .brand img { width: 138px; height: auto; } .header-phone { padding: .48rem .55rem; font-size: .7rem; } .mobile-primary-nav { order: 3; width: 100%; } .page-shell { width: min(100% - 2rem, 920px); } .page-visual img { aspect-ratio: 4 / 3; height: auto; } .page-gallery, .trust-directory, .operator-directory { grid-template-columns: 1fr; } .page-cta { align-items: flex-start; flex-direction: column; } .page-cta .actions { width: 100%; } .page-cta .button { width: 100%; } .contact-form { grid-template-columns: 1fr; } .contact-form label:last-of-type { grid-column: auto; } }
