/*
Theme Name: SOLARIS AERIAL Web HTTPS v23
Theme URI: https://www.solaris-aerial.com/
Author: SOLARIS AERIAL
Description: SOLARIS AERIAL website theme with Web production and HTTPS support service pages.
Version: 1.12.4
Text Domain: solaris-aerial
*/

:root {
  color-scheme: light;
  --ink: #173f57;
  --muted: #49677a;
  --brand-orange: #e8871a;
  --green: #167052;
  --green-dark: #0d503b;
  --sky: #dff3f6;
  --leaf: #edf7ee;
  --sun: #f5bd47;
  --sun-soft: #fff4d6;
  --paper: #ffffff;
  --wash: #f7faf8;
  --line: #d8e6df;
  --shadow: 0 16px 44px rgba(23, 63, 87, .10);
  --radius: 8px;
  --content: 1180px;
  --font-body: 20px;
  --font-subheading: 28px;
  --font-heading: 38px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: "Meiryo UI", Meiryo, "Hiragino Kaku Gothic ProN", sans-serif;
  font-size: var(--font-body);
  line-height: 1.85;
}
body.admin-bar .site-header { top: 32px; }
a { color: inherit; }
img { display: block; max-width: 100%; height: auto; }
p { margin: 0; color: var(--muted); }
h1, h2, h3 { margin: 0; line-height: 1.45; letter-spacing: 0; text-wrap: balance; }
h2 { font-size: var(--font-heading); }
h3 { font-size: var(--font-subheading); }
.screen-reader-text { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0,0,0,0); }

.site-header {
  position: sticky;
  top: 0;
  z-index: 30;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  min-height: 78px;
  padding: 10px max(24px, calc((100vw - var(--content)) / 2));
  background: rgba(255,255,255,.96);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(12px);
}
.site-brand { display: flex; align-items: center; gap: 12px; text-decoration: none; }
.site-brand img { width: 48px; height: 48px; object-fit: contain; }
.site-brand strong { display: block; font-size: 22px; line-height: 1.2; }
.brand-name { color: var(--ink); }
.brand-name .brand-solaris { color: var(--brand-orange); }
.brand-name .brand-aerial { color: var(--ink); }
.brand-heading { white-space: nowrap; }
.brand-heading .brand-solaris { color: var(--brand-orange); }
.brand-heading .brand-aerial { color: var(--ink); }
.site-brand small { display: block; color: var(--muted); font-size: 13px; }
.site-nav { display: flex; align-items: center; gap: 28px; }
.site-nav a { font-size: 16px; font-weight: 700; text-decoration: none; }
.site-nav .nav-contact { padding: 10px 18px; color: #fff; background: var(--green); border-radius: 6px; }
.nav-toggle {
  display: none;
  width: 46px;
  height: 46px;
  padding: 10px;
  border: 0;
  background: none;
}

.home .site-header {
  position: absolute;
  inset: 0 0 auto;
  background: linear-gradient(180deg, rgba(255,255,255,.76) 0%, rgba(255,255,255,.34) 72%, rgba(255,255,255,0) 100%);
  border-bottom: 0;
  backdrop-filter: none;
}
.home.admin-bar .site-header { top: 32px; }
.hero-overlay-page .site-header {
  position: absolute;
  inset: 0 0 auto;
  background: linear-gradient(180deg, rgba(255,255,255,.78) 0%, rgba(255,255,255,.38) 72%, rgba(255,255,255,0) 100%);
  border-bottom: 0;
  backdrop-filter: none;
}
.hero-overlay-page.admin-bar .site-header { top: 32px; }
.menu-icon,
.menu-icon::before,
.menu-icon::after {
  display: block;
  width: 26px;
  height: 3px;
  background: var(--ink);
  border-radius: 2px;
}
.menu-icon { position: relative; margin: auto; }
.menu-icon::before,
.menu-icon::after { content: ""; position: absolute; left: 0; }
.menu-icon::before { top: -8px; }
.menu-icon::after { top: 8px; }

.hero {
  position: relative;
  min-height: 100vh;
  display: grid;
  align-items: center;
  overflow: hidden;
  background: #fff;
}
.hero-video { position: absolute; inset: 0; z-index: 0; width: 100%; height: 100%; object-fit: cover; object-position: center; opacity: 1; }
.hero::before { content: ""; position: absolute; inset: 0; z-index: 1; background: linear-gradient(90deg, rgba(255,255,255,.80) 0%, rgba(255,255,255,.68) 42%, rgba(255,255,255,.42) 72%, rgba(255,255,255,.28) 100%); pointer-events: none; }
.hero-inner { position: relative; z-index: 2; width: min(var(--content), calc(100% - 48px)); margin: auto; padding: 132px 0 104px; }
.hero-copy { max-width: 660px; }
.eyebrow { margin-bottom: 12px; color: var(--green); font-size: 16px; font-weight: 700; text-wrap: balance; }
.hero h1 { font-size: clamp(38px, 5vw, 62px); }
.hero h1 span { display: block; }
.hero-lead { max-width: 620px; margin-top: 22px; }
.actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 34px; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 52px; padding: 12px 24px; border-radius: 6px; font-weight: 700; text-decoration: none; }
.button-primary { color: #fff; background: var(--green); box-shadow: 0 12px 25px rgba(22,112,82,.22); }
.button-secondary { color: var(--green-dark); background: #fff; border: 1px solid #a8ccbd; }
.button:hover { transform: translateY(-1px); }

.coverage-band {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  width: min(var(--content), calc(100% - 48px));
  margin: -50px auto 0;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}
.coverage-band div { padding: 24px 26px; }
.coverage-band div + div { border-left: 1px solid var(--line); }
.coverage-band strong { display: block; color: var(--green-dark); font-size: 22px; }
.coverage-band span { display: block; margin-top: 4px; color: var(--muted); font-size: 17px; }

.section { padding: 104px 24px; }
.section-inner { width: min(var(--content), 100%); margin: auto; }
.section-heading { max-width: 760px; margin-bottom: 46px; }
.section-heading p:last-child { margin-top: 14px; }
.section-soft { background: var(--wash); }
.section-sky { background: var(--sky); }

.problem-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.problem-card { padding: 30px; background: #fff; border: 1px solid var(--line); border-radius: var(--radius); }
.problem-card .number { color: var(--sun); font-size: 24px; font-weight: 700; }
.problem-card h3 { margin-top: 8px; }
.problem-card p { margin-top: 12px; }
.problem-card a { display: inline-block; margin-top: 18px; color: var(--green); font-weight: 700; }

.service-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.service-item { min-height: 250px; padding: 28px 22px; background: #fff; border-top: 4px solid var(--green); border-radius: 0 0 var(--radius) var(--radius); box-shadow: var(--shadow); }
.service-item:nth-child(2) { border-color: #3996a3; }
.service-item:nth-child(3) { border-color: var(--sun); }
.service-item:nth-child(4) { border-color: #6c8d5a; }
.service-item p { margin-top: 12px; font-size: 18px; }

.case-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.case-card { overflow: hidden; background: #fff; border: 1px solid var(--line); border-radius: var(--radius); }
.case-card img { width: 100%; aspect-ratio: 4/3; object-fit: cover; }
.case-card-content { padding: 24px; }
.case-card .tag { color: var(--green); font-size: 16px; font-weight: 700; }
.case-card h3 { margin-top: 8px; }
.case-card p:not(.tag) { margin-top: 12px; font-size: 18px; }

.area-layout { display: grid; grid-template-columns: .85fr 1.15fr; gap: 56px; align-items: start; }
.area-list { display: grid; gap: 1px; background: var(--line); border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; }
.area-list div { padding: 20px 24px; background: #fff; }
.area-list strong { display: block; }
.area-list span { color: var(--muted); font-size: 18px; }

.flow-list { counter-reset: flow; display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; padding: 0; list-style: none; }
.flow-list li { position: relative; padding: 30px 22px; background: #fff; border: 1px solid var(--line); border-radius: var(--radius); }
.flow-list li::before { counter-increment: flow; content: "0" counter(flow); display: block; margin-bottom: 10px; color: var(--brand-orange); font-size: 22px; font-weight: 700; }
.flow-list p { margin-top: 8px; font-size: 18px; }

.cta {
  padding: 76px 24px;
  background: linear-gradient(135deg, var(--leaf), var(--sky));
  color: var(--ink);
  text-align: center;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.cta p { max-width: 720px; margin: 14px auto 0; color: var(--muted); }
.cta .actions { justify-content: center; }
.cta .button-primary { color: #fff; background: var(--green); box-shadow: 0 12px 25px rgba(22,112,82,.18); }
.cta .button-secondary { color: var(--green-dark); background: #fff; border-color: #a8ccbd; }

.site-footer { padding: 42px 24px 24px; background: #fff; }
.footer-inner { width: min(var(--content), 100%); margin: auto; display: grid; grid-template-columns: 1fr auto; gap: 36px; }
.footer-brand { display: flex; gap: 12px; align-items: center; }
.footer-brand img { width: 46px; }
.footer-nav { display: flex; flex-wrap: wrap; gap: 14px 24px; }
.footer-nav a { font-size: 16px; }
.copyright { width: min(var(--content), 100%); margin: 32px auto 0; padding-top: 20px; border-top: 1px solid var(--line); color: var(--muted); font-size: 14px; }

.page-main { width: min(920px, calc(100% - 48px)); margin: auto; padding: 80px 0 100px; }
.page-main h1 { font-size: clamp(34px, 5vw, 48px); margin-bottom: 36px; }
.page-content > * + * { margin-top: 1.4em; }

.subpage-hero {
  position: relative;
  display: grid;
  align-items: center;
  min-height: 100vh;
  overflow: hidden;
  background: #fff;
  border-bottom: 1px solid var(--line);
}
.subpage-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(90deg, rgba(255,255,255,.92) 0%, rgba(255,255,255,.78) 43%, rgba(255,255,255,.30) 72%, rgba(255,255,255,.12) 100%);
  pointer-events: none;
}
.subpage-hero-copy {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: min(var(--content), calc(100% - 48px));
  margin: auto;
  padding: 132px 0 104px;
}
.subpage-hero h1 { font-size: clamp(38px, 4.5vw, 56px); }
.subpage-hero-copy > p:last-child { margin-top: 20px; max-width: 680px; }
.subpage-hero-media { position: absolute; inset: 0; z-index: 0; min-height: 0; }
.subpage-hero-media img { width: 100%; height: 100%; object-fit: cover; }

.consult-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.consult-item { padding: 30px; background: #fff; border: 1px solid var(--line); border-radius: var(--radius); }
.consult-item h3 { margin-top: 8px; }
.consult-item p { margin-top: 10px; }
.consult-item .label { color: var(--green); font-size: 16px; font-weight: 700; }

.consult-summary {
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: 60px;
  align-items: start;
}
.consult-summary-list { display: grid; gap: 1px; background: var(--line); border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; }
.consult-summary-list div { padding: 22px 24px; background: #fff; }
.consult-summary-list strong { display: block; }
.consult-summary-list span { display: block; margin-top: 4px; color: var(--muted); font-size: 18px; }

.deliverable-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.deliverable-item { padding: 26px; background: #fff; border-left: 4px solid var(--green); box-shadow: var(--shadow); }
.deliverable-item:nth-child(2) { border-color: #3996a3; }
.deliverable-item:nth-child(3) { border-color: var(--sun); }
.deliverable-item p { margin-top: 10px; font-size: 18px; }

.honesty-note { padding: 34px; background: var(--sun-soft); border: 1px solid #eed48d; border-radius: var(--radius); }
.honesty-note p { margin-top: 10px; color: #665936; }

.case-page-hero {
  position: relative;
  display: grid;
  align-items: center;
  min-height: 100vh;
  background:
    linear-gradient(90deg, rgba(255,255,255,.98) 0%, rgba(255,255,255,.94) 38%, rgba(255,255,255,.38) 68%, rgba(255,255,255,.05) 100%),
    url("assets/images/hero-brand.png") center/cover no-repeat;
}
.case-page-hero-inner { width: min(var(--content), calc(100% - 48px)); margin: auto; }
.case-page-hero-copy { max-width: 650px; padding: 132px 0 104px; }
.case-page-hero h1 { font-size: clamp(40px, 5vw, 60px); }
.case-page-hero h1 span { display: block; }
.case-page-hero p:last-child { margin-top: 20px; }

.case-type-nav { display: grid; grid-template-columns: repeat(4, 1fr); border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; }
.case-type-nav a { padding: 22px; background: #fff; color: var(--green-dark); font-weight: 700; text-align: center; text-decoration: none; }
.case-type-nav a + a { border-left: 1px solid var(--line); }

.model-cases { display: grid; gap: 1px; background: var(--line); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.model-case { display: grid; grid-template-columns: 1fr 1fr; background: #fff; }
.model-case:nth-child(even) .model-case-media { order: 2; }
.model-case-media { min-height: 440px; }
.model-case-media img { width: 100%; height: 100%; object-fit: cover; }
.model-case-content { display: flex; flex-direction: column; justify-content: center; padding: clamp(42px, 6vw, 86px); }
.model-case-content .tag { color: var(--green); font-size: 16px; font-weight: 700; }
.model-case-content h2 { margin-top: 10px; }
.model-case-content > p { margin-top: 16px; }
.case-points { display: grid; gap: 10px; margin: 24px 0 0; padding: 0; list-style: none; }
.case-points li { position: relative; padding-left: 22px; color: var(--muted); font-size: 18px; }
.case-points li::before { content: ""; position: absolute; left: 0; top: .8em; width: 8px; height: 8px; background: var(--sun); border-radius: 50%; }

.published-cases { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.published-case { overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; }
.published-case img { width: 100%; aspect-ratio: 16/10; object-fit: cover; }
.published-case-content { padding: 24px; }
.published-case h3 a { text-decoration: none; }
.published-case p { margin-top: 10px; font-size: 18px; }

.company-hero {
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  min-height: 100vh;
  background: var(--wash);
  border-bottom: 1px solid var(--line);
}
.company-hero-copy { display: flex; flex-direction: column; justify-content: center; padding: 132px max(40px, calc((100vw - var(--content)) / 2)) 72px; padding-right: 60px; }
.company-hero h1 { font-size: clamp(38px, 3.5vw, 52px); }
.company-hero-copy > p:last-child { margin-top: 20px; }
.company-hero-media { min-height: 100vh; }
.company-hero-media img { width: 100%; height: 100%; object-fit: cover; object-position: center; }

.philosophy-layout { display: grid; grid-template-columns: .8fr 1.2fr; gap: 70px; align-items: start; }
.credo { padding: 38px; background: var(--sun-soft); border-left: 5px solid var(--sun); }
.credo blockquote { margin: 0; font-size: clamp(26px, 3vw, 38px); font-weight: 700; line-height: 1.6; }
.credo cite { display: block; margin-top: 14px; color: var(--muted); font-size: 18px; font-style: normal; }
.philosophy-copy p + p { margin-top: 18px; }

.principle-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.principle-item { padding: 30px; background: #fff; border: 1px solid var(--line); border-radius: var(--radius); }
.principle-item .number { color: var(--brand-orange); font-size: 22px; font-weight: 700; }
.principle-item h3 { margin-top: 8px; }
.principle-item p { margin-top: 12px; font-size: 18px; }

.name-story { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: var(--line); border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; }
.name-story div { padding: 30px; background: #fff; }
.name-story strong { display: block; font-size: 26px; }
.name-story p { margin-top: 8px; font-size: 18px; }

.equipment-list { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; }
.equipment-item { display: grid; grid-template-columns: 120px 1fr; gap: 22px; align-items: center; padding: 24px; background: #fff; border: 1px solid var(--line); border-radius: var(--radius); }
.equipment-item .equipment-mark { display: grid; place-items: center; width: 120px; height: 86px; color: var(--green-dark); background: var(--leaf); font-size: 15px; font-weight: 700; text-align: center; }
.equipment-item p { margin-top: 5px; font-size: 18px; }

.company-table { width: 100%; border-collapse: collapse; background: #fff; border-top: 1px solid var(--line); }
.company-table th, .company-table td { padding: 22px 24px; border-bottom: 1px solid var(--line); text-align: left; vertical-align: top; }
.company-table th { width: 220px; color: var(--green-dark); background: var(--wash); }
.company-table a { color: var(--ink); text-decoration-thickness: 1px; text-underline-offset: 4px; }
.company-table a:hover { color: var(--green); }

.contact-hero { display: flex; min-height: 100vh; padding: 132px 24px 72px; background: linear-gradient(135deg, var(--leaf), var(--sky)); border-bottom: 1px solid var(--line); }
.contact-hero-inner { width: min(900px, 100%); margin: auto; text-align: center; }
.contact-hero h1 { font-size: clamp(40px, 5vw, 58px); }
.contact-hero p:last-child { max-width: 720px; margin: 18px auto 0; }

.contact-layout { display: grid; grid-template-columns: 340px minmax(0, 1fr); gap: 54px; align-items: start; }
.contact-aside { position: sticky; top: 110px; }
.contact-aside h2 { font-size: 27px; }
.contact-aside > p { margin-top: 12px; }
.contact-steps { display: grid; gap: 1px; margin-top: 28px; padding: 0; background: var(--line); border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; list-style: none; counter-reset: contact-step; }
.contact-steps li { padding: 18px 20px; background: #fff; color: var(--muted); font-size: 16px; }
.contact-steps li::before { counter-increment: contact-step; content: "0" counter(contact-step); display: block; color: var(--green); font-size: 18px; font-weight: 700; }
.contact-note { margin-top: 22px; padding: 20px; background: var(--sun-soft); border: 1px solid #eed48d; border-radius: var(--radius); color: #665936; font-size: 16px; }

.contact-form { padding: 38px; background: #fff; border: 1px solid var(--line); border-radius: var(--radius); box-shadow: var(--shadow); }
.form-status { margin-bottom: 26px; padding: 18px 20px; border-radius: 6px; font-weight: 700; }
.form-status-success { color: #0d503b; background: var(--leaf); border: 1px solid #a8ccbd; }
.form-status-error { color: #7a3c30; background: #fff0eb; border: 1px solid #e3b4a8; }
.form-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px; }
.form-field { min-width: 0; }
.form-field input, .form-field select, .form-field textarea { scroll-margin-top: 120px; }
.form-field-full { grid-column: 1 / -1; }
.form-field label, .form-label { display: block; margin-bottom: 8px; color: var(--ink); font-weight: 700; }
.required { margin-left: 6px; color: #b94a34; font-size: 12px; }
.optional { margin-left: 6px; color: var(--muted); font-size: 12px; font-weight: 400; }
.form-field input[type="text"],
.form-field input[type="email"],
.form-field input[type="tel"],
.form-field select,
.form-field textarea {
  width: 100%;
  min-height: 52px;
  padding: 12px 14px;
  color: var(--ink);
  background: #fff;
  border: 1px solid #aebfb7;
  border-radius: 5px;
  font: inherit;
  font-size: 18px;
}
.form-field textarea { min-height: 190px; resize: vertical; }
.form-field input:focus, .form-field select:focus, .form-field textarea:focus { outline: 3px solid rgba(57,150,163,.18); border-color: #3996a3; }
.form-field .is-invalid { border-color: #b94a34 !important; background: #fff8f6 !important; }
.checkbox-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 10px; }
.checkbox-option { display: flex; align-items: center; gap: 9px; min-height: 46px; padding: 9px 12px; background: var(--wash); border: 1px solid var(--line); border-radius: 5px; }
.checkbox-option input { width: 18px; height: 18px; accent-color: var(--green); }
.privacy-consent { display: flex; align-items: flex-start; gap: 10px; }
.privacy-consent input { flex: 0 0 auto; width: 18px; height: 18px; margin-top: 5px; accent-color: var(--green); }
.privacy-consent label { margin: 0; font-weight: 400; }
.form-submit { min-height: 56px; padding: 14px 32px; color: #fff; background: var(--green); border: 0; border-radius: 6px; font: inherit; font-weight: 700; cursor: pointer; }
.form-submit:hover { background: var(--green-dark); }
.form-help { margin-top: 12px; font-size: 15px; }
.form-honeypot { position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden; }
.contact-client-status[hidden] { display: none; }

/* Web production and HTTPS support */
.web-support-page .container { width: min(var(--content), 100%); margin-inline: auto; }
.web-support-hero .subpage-hero-media { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: 68% center; }
.web-support-hero::before { background: linear-gradient(90deg, rgba(255,255,255,.96) 0%, rgba(255,255,255,.88) 46%, rgba(255,255,255,.20) 78%, rgba(255,255,255,.08) 100%); }
.web-support-hero .subpage-hero-shade { position: absolute; inset: 0; z-index: 1; background: linear-gradient(180deg, rgba(23,63,87,.04), transparent 35%); }
.web-support-hero .subpage-hero-content { position: relative; z-index: 2; padding: 132px 0 82px; }
.web-support-hero .subpage-lead { max-width: 720px; margin-top: 20px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 30px; }
.button-ghost { color: var(--green-dark); background: rgba(255,255,255,.86); border: 1px solid #a8ccbd; }

.web-value-flow { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.web-value-step { min-height: 230px; padding: 30px; background: #fff; border: 1px solid var(--line); border-radius: var(--radius); box-shadow: var(--shadow); }
.web-value-step > span { display: inline-grid; place-items: center; width: 46px; height: 46px; color: #fff; background: var(--green); border-radius: 50%; font-weight: 700; }
.web-value-step h3 { margin-top: 20px; }
.web-value-step p { margin-top: 12px; font-size: 18px; }
.web-bridge-note { margin-top: 24px; padding: 26px 30px; background: var(--leaf); border-left: 5px solid var(--green); border-radius: 0 var(--radius) var(--radius) 0; }
.web-bridge-note strong { color: var(--green-dark); font-size: 21px; }
.web-bridge-note p { margin-top: 8px; }

.web-service-grid .service-card { min-height: 260px; padding: 28px 22px; background: #fff; border-top: 4px solid var(--green); border-radius: 0 0 var(--radius) var(--radius); box-shadow: var(--shadow); }
.web-service-grid .service-card:nth-child(2) { border-color: #3996a3; }
.web-service-grid .service-card:nth-child(3) { border-color: var(--sun); }
.web-service-grid .service-card:nth-child(4) { border-color: #6c8d5a; }
.web-service-grid .service-number { color: var(--brand-orange); font-weight: 700; }
.web-service-grid h3 { margin-top: 10px; }
.web-service-grid .service-card > p:last-child { margin-top: 12px; font-size: 18px; }

.https-section { color: #fff; background: linear-gradient(135deg, var(--ink), #225f67); }
.https-section .eyebrow { color: #9ed8c4; }
.https-section p { color: rgba(255,255,255,.82); }
.https-section p + p { margin-top: 18px; }
.https-layout { display: grid; grid-template-columns: 1.05fr .95fr; gap: 64px; align-items: center; }
.https-check-card { padding: 34px; color: var(--ink); background: #fff; border-radius: var(--radius); box-shadow: 0 20px 48px rgba(0,0,0,.18); }
.check-list { display: grid; gap: 13px; margin-top: 20px; padding: 0; list-style: none; }
.check-list li { position: relative; padding-left: 30px; color: var(--muted); }
.check-list li::before { content: "✓"; position: absolute; left: 0; color: var(--green); font-weight: 700; }

.pricing-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; align-items: stretch; }
.pricing-card { position: relative; padding: 30px 24px; background: #fff; border: 1px solid var(--line); border-radius: var(--radius); box-shadow: var(--shadow); }
.pricing-card.is-featured { border: 2px solid var(--green); transform: translateY(-8px); box-shadow: 0 18px 44px rgba(22,112,82,.17); }
.pricing-badge { position: absolute; top: -15px; right: 18px; padding: 6px 12px; color: #fff; background: var(--green); border-radius: 999px; font-size: 13px; font-weight: 700; }
.pricing-label { color: var(--green-dark); font-size: 21px; font-weight: 700; }
.pricing-price { margin-top: 8px; color: var(--ink); font-weight: 700; white-space: nowrap; }
.pricing-price strong { font-size: 48px; line-height: 1; }
.pricing-price-monthly span { font-size: 16px; }
.pricing-summary { min-height: 58px; margin-top: 16px; font-size: 16px; }
.pricing-card ul { display: grid; gap: 9px; margin: 18px 0 0; padding: 18px 0 0; border-top: 1px solid var(--line); list-style: none; }
.pricing-card li { position: relative; padding-left: 20px; color: var(--muted); font-size: 16px; }
.pricing-card li::before { content: ""; position: absolute; top: .7em; left: 0; width: 8px; height: 8px; background: var(--green); border-radius: 50%; }

.repair-pricing-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 14px; }
.repair-price-card { padding: 25px 20px; background: #fff; border: 1px solid var(--line); border-radius: var(--radius); }
.repair-price-card h3 { min-height: 58px; font-size: 19px; }
.repair-price-card > p:last-child { margin-top: 12px; font-size: 15px; }
.repair-price { margin-top: 14px; color: var(--green-dark); font-size: 27px; font-weight: 700; }
.scope-note, .web-security-note { margin-top: 26px; padding: 26px 30px; background: var(--sun-soft); border: 1px solid #eed48d; border-radius: var(--radius); }
.scope-note p, .web-security-note p { margin-top: 9px; font-size: 16px; }
.web-support-page .flow-list { grid-template-columns: repeat(5, 1fr); }
.web-support-page .flow-list li { padding: 28px 20px; }
.web-support-page .flow-list li > span { display: none; }
.web-support-page .flow-list h3 { font-size: 20px; }

.web-support-page .cta-inner { display: flex; align-items: center; justify-content: space-between; gap: 40px; text-align: left; }
.web-support-page .cta h2 { max-width: 760px; }
.web-support-page .cta p { margin-inline: 0; }
.button-light { flex: 0 0 auto; color: #fff; background: var(--green); box-shadow: 0 12px 25px rgba(22,112,82,.18); }

.home-web-bridge { color: #fff; background: linear-gradient(135deg, var(--ink), #225f67); }
.home-web-bridge .eyebrow { color: #9ed8c4; }
.home-web-bridge h2 { color: #fff; }
.home-web-bridge p { margin-top: 16px; color: rgba(255,255,255,.82); }
.home-web-bridge-inner { display: grid; grid-template-columns: 1.2fr .8fr; gap: 64px; align-items: center; }
.home-web-link { display: inline-block; margin-top: 24px; color: #fff; font-weight: 700; text-decoration: none; border-bottom: 1px solid rgba(255,255,255,.55); }
.home-web-bridge-points { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; }
.home-web-bridge-points span { padding: 18px 14px; color: var(--ink); background: #fff; border-radius: 6px; font-weight: 700; text-align: center; }

@media (max-width: 900px) {
  body.admin-bar .site-header { top: 46px; }
  .home.admin-bar .site-header { top: 46px; }
  .hero-overlay-page.admin-bar .site-header { top: 46px; }
  .nav-toggle { display: block; }
  .site-nav { display: none; position: absolute; inset: 78px 0 auto; padding: 20px 24px; background: #fff; border-bottom: 1px solid var(--line); }
  .site-nav.is-open { display: grid; }
  .hero { min-height: 100vh; }
  .coverage-band, .service-grid, .flow-list { grid-template-columns: repeat(2, 1fr); }
  .coverage-band div:nth-child(3) { grid-column: 1 / -1; border-left: 0; border-top: 1px solid var(--line); }
  .case-grid { grid-template-columns: 1fr; }
  .case-card { display: grid; grid-template-columns: 260px 1fr; }
  .case-card img { height: 100%; }
  .area-layout { grid-template-columns: 1fr; }
  .subpage-hero { min-height: 100vh; }
  .consult-summary { grid-template-columns: 1fr; gap: 36px; }
  .case-type-nav { grid-template-columns: repeat(2, 1fr); }
  .case-type-nav a:nth-child(3) { border-left: 0; border-top: 1px solid var(--line); }
  .case-type-nav a:nth-child(4) { border-top: 1px solid var(--line); }
  .model-case { grid-template-columns: 1fr; }
  .model-case:nth-child(even) .model-case-media { order: 0; }
  .published-cases { grid-template-columns: 1fr; }
  .company-hero { grid-template-columns: 1fr; min-height: 100vh; }
  .company-hero-copy { min-height: 56vh; padding: 132px 24px 64px; }
  .company-hero-media { min-height: 44vh; }
  .philosophy-layout { grid-template-columns: 1fr; gap: 36px; }
  .principle-grid { grid-template-columns: 1fr; }
  .equipment-list { grid-template-columns: 1fr; }
  .contact-layout { grid-template-columns: 1fr; }
  .contact-aside { position: static; }
  .pricing-grid { grid-template-columns: repeat(2, 1fr); }
  .pricing-card.is-featured { transform: none; }
  .repair-pricing-grid { grid-template-columns: repeat(2, 1fr); }
  .web-support-page .flow-list { grid-template-columns: repeat(2, 1fr); }
  .web-support-page .flow-list li:last-child { grid-column: 1 / -1; }
  .https-layout, .home-web-bridge-inner { grid-template-columns: 1fr; gap: 38px; }
  .web-support-page .cta-inner { display: grid; text-align: center; }
  .web-support-page .cta p { margin-inline: auto; }
  .button-light { justify-self: center; }
}

@media (max-width: 700px) {
  :root { --font-body: 18px; --font-subheading: 24px; --font-heading: 32px; }
  .site-header { min-height: 70px; padding-inline: 18px; }
  .site-brand { gap: 9px; min-width: 0; }
  .site-brand img { width: 40px; height: 40px; flex: 0 0 auto; }
  .site-brand strong { font-size: 19px; white-space: nowrap; }
  .site-brand small { display: none; }
  .nav-toggle { flex: 0 0 46px; }
  .site-nav { inset-block-start: 70px; }
  .hero { min-height: 100svh; align-items: start; }
  .hero-video { object-position: 65% center; }
  .hero::before { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(255,255,255,.78) 0%, rgba(255,255,255,.68) 58%, rgba(255,255,255,.58) 100%); }
  .hero-inner { width: calc(100% - 36px); padding: 132px 0 72px; }
  .hero h1 { font-size: 32px; line-height: 1.5; }
  .hero h1 span, .case-page-hero h1 span { display: inline; }
  .hero-lead { margin-top: 18px; line-height: 1.75; }
  .actions { display: grid; }
  .coverage-band { margin-top: -24px; }
  .coverage-band, .problem-grid, .service-grid, .flow-list { grid-template-columns: 1fr; }
  .coverage-band div + div { border-left: 0; border-top: 1px solid var(--line); }
  .coverage-band div:nth-child(3) { grid-column: auto; }
  .section { padding: 76px 18px; }
  .section-heading { margin-bottom: 34px; }
  .problem-card { padding: 24px; }
  .service-item { min-height: 0; padding: 24px; }
  .case-card { display: block; }
  .cta { padding: 64px 18px; }
  .cta h2 { font-size: 26px; }
  .footer-inner { grid-template-columns: 1fr; }
  .subpage-hero { min-height: 100svh; align-items: start; }
  .subpage-hero::before { background: linear-gradient(180deg, rgba(255,255,255,.82) 0%, rgba(255,255,255,.70) 62%, rgba(255,255,255,.58) 100%); }
  .subpage-hero-copy { width: calc(100% - 36px); padding: 132px 0 72px; }
  .subpage-hero h1 { font-size: 32px; }
  .subpage-hero-media img { object-position: 66% center; }
  .consult-grid, .deliverable-grid { grid-template-columns: 1fr; }
  .consult-item, .deliverable-item { padding: 24px; }
  .honesty-note { padding: 26px 22px; }
  .case-page-hero { min-height: 100svh; background-position: 62% center; }
  .case-page-hero::before { content: ""; position: absolute; inset: 0; background: rgba(255,255,255,.34); }
  .case-page-hero-inner { position: relative; width: calc(100% - 36px); }
  .case-page-hero-copy { padding: 132px 0 72px; }
  .case-page-hero h1 { font-size: 32px; line-height: 1.5; }
  .case-type-nav { grid-template-columns: 1fr; }
  .case-type-nav a + a { border-left: 0; border-top: 1px solid var(--line); }
  .model-case-media { min-height: 270px; }
  .model-case-content { padding: 38px 24px 46px; }
  .company-hero { min-height: 100svh; }
  .company-hero-copy { min-height: 62svh; padding: 132px 18px 54px; }
  .company-hero h1 { font-size: clamp(24px, 7.2vw, 34px); }
  .company-hero-media { min-height: 38svh; }
  .credo { padding: 28px 22px; }
  .name-story { grid-template-columns: 1fr; }
  .equipment-item { grid-template-columns: 82px 1fr; gap: 16px; padding: 20px; }
  .equipment-item .equipment-mark { width: 82px; height: 72px; }
  .company-table th, .company-table td { display: block; width: 100%; padding: 16px 18px; }
  .company-table th { border-bottom: 0; padding-bottom: 6px; }
  .company-table td { padding-top: 6px; }
  .contact-hero { min-height: 100svh; padding: 132px 18px 64px; }
  .contact-hero h1 { font-size: 34px; }
  .contact-form { padding: 26px 20px; }
  .form-grid, .checkbox-grid { grid-template-columns: 1fr; }
  .form-field-full { grid-column: auto; }
  .form-submit { width: 100%; }
  .web-support-hero .subpage-hero-content { width: calc(100% - 36px); padding: 132px 0 72px; }
  .web-support-hero::before { background: linear-gradient(180deg, rgba(255,255,255,.92) 0%, rgba(255,255,255,.82) 68%, rgba(255,255,255,.64) 100%); }
  .web-support-hero .subpage-hero-media { object-position: 68% center; }
  .hero-actions { display: grid; }
  .web-value-flow, .pricing-grid, .repair-pricing-grid, .web-support-page .flow-list { grid-template-columns: 1fr; }
  .web-value-step { min-height: 0; padding: 24px; }
  .web-support-page .flow-list li:last-child { grid-column: auto; }
  .https-check-card { padding: 26px 22px; }
  .pricing-card { padding: 28px 22px; }
  .repair-price-card h3 { min-height: 0; }
  .home-web-bridge-points { grid-template-columns: 1fr; }
}

@media (prefers-reduced-motion: reduce) {
  .hero { background: url("assets/images/hero-consultation.png") center/cover no-repeat; }
  .hero-video { display: none; }
}
