:root {
  --bg: #f6f6f8;
  --panel: #ffffff;
  --panel-soft: #fbfbfc;
  --panel-border: #ececef;
  --text: #171717;
  --muted: #72767f;
  --muted-soft: #a4a8b1;
  --accent: #4050d2;
  --accent-soft: #e9ecff;
  --warning: #ffb800;
  --shadow: 0 20px 50px rgba(17, 17, 17, 0.07);
  --radius-xl: 28px;
  --radius-lg: 24px;
  --radius-md: 20px;
  --radius-sm: 14px;
  --container: 1400px;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: 'Inter', sans-serif;
  color: var(--text);
  background: #fff;
}

body.cookie-lock {
  overflow: hidden;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  display: block;
  max-width: 100%;
}

button,
input,
select,
textarea {
  font: inherit;
}

input,
select,
textarea,
button {
  appearance: none;
}

.site-shell {
  min-height: 100vh;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(14px);
}

.home-container,
.site-header__inner,
.site-footer__inner,
.site-footer__meta,
.content-band__inner,
.page-shell,
.contact-grid {
  width: min(var(--container), calc(100% - 32px));
  margin: 0 auto;
}

.site-header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  min-height: 90px;
}

.brand {
  display: grid;
  gap: 2px;
}

.brand__eyebrow {
  font-size: 0.68rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--muted);
}

.brand__name {
  font-size: 1.15rem;
  font-weight: 700;
  letter-spacing: -0.03em;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 28px;
}

.site-nav a {
  position: relative;
  font-size: 0.8rem;
  font-weight: 500;
  color: var(--muted);
}

.site-nav a.is-active,
.site-nav a:hover {
  color: var(--text);
}

.site-nav a.is-active::after,
.site-nav a:hover::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -10px;
  height: 2px;
  background: var(--text);
}

.header-action,
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 11px 18px;
  border-radius: 10px;
  border: 1px solid transparent;
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  transition: transform 0.2s ease, background 0.2s ease, border-color 0.2s ease;
  cursor: pointer;
}

.header-action,
.button-primary {
  background: var(--text);
  color: var(--panel);
}

.home-modern {
  background: #fff;
}

.hero-minimal {
  padding: 22px 0 72px;
}

.hero-grid-minimal {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(240px, 0.65fr);
  gap: 48px;
  align-items: start;
  padding-top: 34px;
}

.hero-copy-minimal h1 {
  margin: 0;
  max-width: 760px;
  font-size: clamp(3.5rem, 8vw, 7rem);
  line-height: 1.02;
  letter-spacing: -0.055em;
  font-weight: 500;
}

.hero-aside-minimal {
  padding-top: 12px;
  border-top: 1px solid #eef1f5;
}

.hero-aside-minimal p {
  margin: 0;
  max-width: 260px;
  color: #7e8795;
  font-size: 0.92rem;
  line-height: 1.8;
}

.search-recent-grid {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(320px, 0.85fr);
  gap: 0;
  margin-top: 72px;
  align-items: stretch;
}

.search-card-minimal {
  position: relative;
  min-height: 320px;
  background: #dbeafe;
  overflow: hidden;
  padding: 36px;
}

.search-card-minimal__glow {
  position: absolute;
  right: -60px;
  bottom: -70px;
  width: 240px;
  height: 240px;
  border-radius: 50%;
  background: rgba(255,255,255,0.34);
  filter: blur(10px);
}

.search-bar-minimal {
  position: relative;
  z-index: 1;
  max-width: 420px;
  margin: 72px auto 0;
  padding: 6px;
  display: flex;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 6px 24px rgba(17, 17, 17, 0.06);
}

.search-field-minimal {
  flex: 1;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 0 14px;
}

.search-field-minimal input {
  width: 100%;
  border: 0;
  background: transparent;
  color: #98a0ad;
  min-height: 48px;
}

.search-icon-minimal {
  width: 16px;
  height: 16px;
  border: 2px solid #c3cad4;
  border-radius: 50%;
  position: relative;
}

.search-icon-minimal::after {
  content: "";
  position: absolute;
  width: 7px;
  height: 2px;
  right: -6px;
  bottom: -4px;
  background: #c3cad4;
  transform: rotate(45deg);
}

.search-bar-minimal button {
  min-width: 106px;
  border: 0;
  border-radius: 9px;
  background: #111827;
  color: #fff;
  font-weight: 600;
}

.recent-panel-minimal {
  padding: 28px 0 0 22px;
}

.recent-panel-minimal__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}

.recent-panel-minimal__head h2 {
  margin: 0;
  font-size: 1rem;
  font-weight: 600;
}

.recent-panel-minimal__head a {
  color: #b1b8c4;
  font-size: 1.2rem;
}

.recent-cards-minimal {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}

.recent-card {
  aspect-ratio: 4 / 5;
  border-radius: 14px;
  padding: 18px 14px;
  display: flex;
  flex-direction: column;
  justify-content: end;
  text-align: center;
}

.recent-card strong {
  font-size: 2.15rem;
  font-weight: 300;
}

.recent-card__city,
.recent-card__cond {
  font-size: 0.62rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.recent-card--photo {
  color: #fff;
  background:
    linear-gradient(rgba(12, 16, 26, 0.45), rgba(12, 16, 26, 0.52)),
    url('/assets/img/design-reference.png') center/cover;
}

.recent-card--sky {
  background: #dbeafe;
  color: #274163;
}

.recent-card--night {
  background: #1f2937;
  color: #fff;
}

.scroll-indicator-minimal {
  position: absolute;
  left: 50%;
  bottom: -28px;
  transform: translateX(-50%);
  width: 56px;
  height: 56px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #fff;
  color: #b6bec9;
  box-shadow: 0 10px 28px rgba(17,17,17,0.08);
  border: 1px solid #f1f4f6;
  font-size: 1.2rem;
}

.world-forecast-minimal {
  padding: 96px 0 80px;
  background: #fcfcfc;
  border-top: 1px solid #f3f4f6;
}

.world-forecast-minimal h2 {
  margin: 0 0 58px;
  text-align: center;
  font-size: clamp(2.2rem, 5vw, 3.3rem);
  letter-spacing: -0.04em;
  font-weight: 500;
}

.country-list-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0 72px;
}

.country-row-minimal {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 24px 0;
  border-bottom: 1px solid #edf1f4;
}

.country-row-minimal__meta {
  display: flex;
  align-items: center;
  gap: 16px;
}

.flag-chip {
  width: 20px;
  height: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  background: linear-gradient(180deg, #93c5fd 0%, #2563eb 100%);
  color: #fff;
  font-size: 0.65rem;
  font-weight: 700;
}

.country-code {
  display: block;
  margin-bottom: 4px;
  color: #a4acb8;
  font-size: 0.66rem;
  font-weight: 700;
  letter-spacing: 0.12em;
}

.country-row-minimal h3 {
  margin: 0;
  color: #64748b;
  font-size: 1.02rem;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.01em;
}

.country-arrow {
  width: 42px;
  height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #edf1f4;
  border-radius: 50%;
  color: #c2c8d1;
}

.button-secondary {
  background: var(--panel);
  border-color: var(--panel-border);
  color: var(--text);
}

.button:hover,
.header-action:hover {
  transform: translateY(-1px);
}

.nav-toggle {
  display: none;
  width: 46px;
  height: 46px;
  border: 1px solid var(--panel-border);
  background: var(--panel);
  border-radius: 14px;
  padding: 10px;
  cursor: pointer;
}

.nav-toggle span {
  display: block;
  height: 2px;
  margin: 5px 0;
  background: var(--text);
}

.dashboard-page,
.inner-page {
  padding: 26px 0 0;
}

.dashboard-shell {
  width: min(var(--container), calc(100% - 32px));
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(280px, 340px) 1fr;
  gap: 0;
  background: var(--panel);
  border: 1px solid var(--panel-border);
  border-radius: var(--radius-xl);
  box-shadow: var(--shadow);
  overflow: hidden;
  min-height: 860px;
}

.dashboard-sidebar {
  padding: 34px;
  border-right: 1px solid var(--panel-border);
  display: flex;
  flex-direction: column;
  gap: 26px;
  background: linear-gradient(180deg, #ffffff 0%, #fcfcfd 100%);
}

.sidebar-search {
  position: relative;
}

.sidebar-search__icon {
  position: absolute;
  left: 14px;
  top: 50%;
  width: 16px;
  height: 16px;
  border: 2px solid var(--muted-soft);
  border-radius: 50%;
  transform: translateY(-50%);
}

.sidebar-search__icon::after {
  content: "";
  position: absolute;
  right: -5px;
  bottom: -5px;
  width: 7px;
  height: 2px;
  background: var(--muted-soft);
  transform: rotate(45deg);
  border-radius: 2px;
}

.sidebar-search input {
  width: 100%;
  min-height: 52px;
  border: 1px solid transparent;
  background: var(--panel-soft);
  border-radius: 999px;
  padding: 14px 18px 14px 44px;
  color: var(--muted);
}

.sidebar-hero h1,
.page-hero-card h1,
.cta-panel h2,
.section-heading h2,
.footer-brand h2 {
  margin: 0;
  font-size: clamp(2rem, 5vw, 4rem);
  line-height: 0.95;
  letter-spacing: -0.05em;
}

.sidebar-hero p,
.page-intro,
.section-heading p,
.highlight-card p,
.structure-card p,
.process-card p,
.quote-card p,
.faq-card p,
.footer-brand p,
.footer-links p,
.footer-links a,
.cookie-modal p,
.page-side-note p {
  color: var(--muted);
  line-height: 1.7;
}

.service-mark {
  position: relative;
  width: 180px;
  height: 160px;
  margin-bottom: 12px;
}

.service-mark__sun {
  position: absolute;
  inset: 12px auto auto 12px;
  width: 110px;
  height: 110px;
  border-radius: 50%;
  background: linear-gradient(180deg, #ffcf5c 0%, #ffb800 100%);
  box-shadow: 0 12px 24px rgba(255, 184, 0, 0.25);
}

.service-mark__pipe {
  position: absolute;
  bottom: 8px;
  right: 40px;
  width: 12px;
  height: 76px;
  border-radius: 999px;
  background: linear-gradient(180deg, #5364ff 0%, #2f43d0 100%);
}

.service-mark__pipe.short {
  right: 22px;
  height: 64px;
}

.service-mark__pipe.tall {
  right: 58px;
  height: 92px;
}

.sidebar-stat {
  padding: 8px 0 18px;
  border-bottom: 1px solid var(--panel-border);
}

.sidebar-stat__value {
  margin: 0;
  font-size: clamp(4rem, 8vw, 5.2rem);
  font-weight: 300;
  letter-spacing: -0.07em;
}

.sidebar-stat__value span {
  font-size: 2rem;
  vertical-align: top;
}

.sidebar-stat__caption {
  margin: 12px 0 0;
}

.sidebar-details {
  display: grid;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.sidebar-details li {
  position: relative;
  padding-left: 22px;
  font-size: 0.95rem;
  font-weight: 600;
}

.sidebar-details li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 9px;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--accent);
}

.location-card {
  position: relative;
  display: block;
  margin-top: auto;
  min-height: 120px;
  border-radius: var(--radius-md);
  overflow: hidden;
}

.location-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.location-card span {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 24px;
  font-weight: 700;
  color: var(--panel);
  background: rgba(17, 17, 17, 0.42);
}

.dashboard-main {
  padding: 34px;
  background: var(--bg);
}

.dashboard-topbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 28px;
}

.dashboard-tabs,
.dashboard-topbar__actions {
  display: flex;
  align-items: center;
  gap: 18px;
  flex-wrap: wrap;
}

.dashboard-tabs a {
  color: var(--muted-soft);
  font-size: 1rem;
  padding-bottom: 5px;
}

.dashboard-tabs a.is-active,
.dashboard-tabs a:hover {
  color: var(--text);
  border-bottom: 2px solid var(--text);
}

.unit-chip {
  padding: 10px 16px;
  border-radius: 999px;
  background: var(--panel);
  border: 1px solid var(--panel-border);
  font-size: 0.8rem;
  font-weight: 700;
}

.unit-chip--active {
  background: var(--text);
  color: var(--panel);
}

.service-strip,
.highlight-grid,
.structure-grid,
.sitemap-grid,
.process-grid,
.testimonial-grid,
.faq-grid {
  display: grid;
  gap: 18px;
}

.service-strip {
  grid-template-columns: repeat(7, minmax(0, 1fr));
  margin-bottom: 36px;
}

.service-pill-card,
.highlight-card,
.structure-card,
.process-card,
.quote-card,
.faq-card,
.page-hero-card,
.cta-panel,
.cookie-modal,
.contact-form-card {
  background: var(--panel);
  border: 1px solid var(--panel-border);
  border-radius: var(--radius-xl);
  box-shadow: 0 8px 24px rgba(17, 17, 17, 0.04);
}

.service-pill-card,
.highlight-card,
.structure-card,
.process-card,
.quote-card,
.faq-card {
  padding: 22px;
}

.service-pill-card {
  text-align: center;
  min-height: 168px;
  display: grid;
  align-content: start;
  gap: 12px;
}

.service-pill-card__title,
.highlight-card__label {
  font-size: 0.95rem;
  font-weight: 700;
}

.service-pill-card p {
  margin: 0;
  font-size: 0.84rem;
  color: var(--muted);
  line-height: 1.55;
}

.service-pill-card__icon {
  width: 38px;
  height: 38px;
  margin: 0 auto;
  border-radius: 50%;
  background: var(--accent-soft);
  position: relative;
}

.service-pill-card__icon::before,
.service-pill-card__icon::after {
  content: "";
  position: absolute;
}

.service-pill-card__icon--drop::before {
  inset: 8px 11px 9px;
  border-radius: 50% 50% 50% 50% / 60% 60% 40% 40%;
  background: var(--accent);
  transform: rotate(45deg);
}

.service-pill-card__icon--tile::before,
.service-pill-card__icon--tile::after {
  background: var(--accent);
  border-radius: 2px;
}

.service-pill-card__icon--tile::before {
  inset: 10px 10px auto auto;
  width: 16px;
  height: 16px;
}

.service-pill-card__icon--tile::after {
  inset: auto auto 10px 10px;
  width: 12px;
  height: 12px;
}

.service-pill-card__icon--flow::before,
.service-pill-card__icon--flow::after {
  background: var(--accent);
  border-radius: 999px;
}

.service-pill-card__icon--flow::before {
  width: 5px;
  height: 18px;
  left: 11px;
  top: 10px;
}

.service-pill-card__icon--flow::after {
  width: 5px;
  height: 24px;
  left: 21px;
  top: 7px;
}

.service-pill-card__icon--pump::before {
  left: 10px;
  right: 10px;
  top: 16px;
  height: 8px;
  background: var(--accent);
  border-radius: 999px;
}

.service-pill-card__icon--pump::after {
  width: 12px;
  height: 12px;
  right: 8px;
  top: 9px;
  border: 3px solid var(--accent);
  border-radius: 50%;
}

.service-pill-card__icon--shield::before {
  inset: 8px 10px;
  background: var(--accent);
  clip-path: polygon(50% 0, 100% 18%, 86% 100%, 14% 100%, 0 18%);
}

.service-pill-card__icon--pipe::before {
  left: 9px;
  top: 16px;
  width: 20px;
  height: 8px;
  background: var(--accent);
  border-radius: 999px;
}

.service-pill-card__icon--pipe::after {
  left: 20px;
  top: 8px;
  width: 8px;
  height: 20px;
  background: var(--accent);
  border-radius: 999px;
}

.service-pill-card__icon--calendar::before {
  inset: 9px;
  border: 3px solid var(--accent);
  border-radius: 8px;
}

.service-pill-card__icon--calendar::after {
  left: 12px;
  right: 12px;
  top: 14px;
  height: 3px;
  background: var(--accent);
}

.highlights-panel {
  padding: 12px 0 0;
}

.section-heading {
  margin-bottom: 22px;
}

.section-heading__eyebrow,
.footer-kicker,
.cookie-eyebrow {
  margin: 0 0 12px;
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.highlight-grid,
.process-grid,
.faq-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.structure-grid,
.sitemap-grid,
.testimonial-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.process-grid--wide {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.highlight-card__value {
  margin: 16px 0 12px;
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 700;
  letter-spacing: -0.05em;
}

.highlight-card__value small {
  display: block;
  margin-top: 8px;
  font-size: 0.9rem;
  font-weight: 500;
  letter-spacing: 0;
  color: var(--muted);
}

.content-band {
  padding: 24px 0;
}

.content-band--soft .content-band__inner {
  background: linear-gradient(180deg, #fbfbfc 0%, #f3f4f7 100%);
}

.content-band__inner,
.page-hero-card {
  padding: 34px;
  border-radius: var(--radius-xl);
  border: 1px solid var(--panel-border);
  background: var(--panel);
  box-shadow: var(--shadow);
}

.page-shell {
  padding-bottom: 24px;
}

.page-hero-card {
  display: grid;
  grid-template-columns: 1.45fr 0.75fr;
  gap: 24px;
}

.page-side-note {
  align-self: stretch;
  padding: 24px;
  border-radius: var(--radius-lg);
  background: linear-gradient(180deg, #f9f9fb 0%, #f2f3f6 100%);
}

.detail-list {
  margin: 0;
  padding-left: 20px;
  color: var(--muted);
  line-height: 1.8;
}

.detail-list a {
  color: var(--accent);
}

.cta-panel {
  margin-top: 24px;
  padding: 26px 28px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.cta-panel h2 {
  font-size: clamp(1.8rem, 4vw, 3rem);
}

.site-footer {
  padding: 32px 0 40px;
}

.site-footer__inner {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr 0.8fr 0.9fr;
  gap: 24px;
  padding: 32px 34px;
  border: 1px solid var(--panel-border);
  border-radius: var(--radius-xl);
  background: var(--panel);
  box-shadow: var(--shadow);
}

.footer-links {
  display: grid;
  align-content: start;
  gap: 10px;
}

.footer-links h3 {
  margin: 0 0 6px;
  font-size: 1rem;
}

.site-footer__meta {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding-top: 16px;
  color: var(--muted);
  font-size: 0.9rem;
}

.cookie-overlay {
  position: fixed;
  inset: 0;
  z-index: 40;
  background: rgba(17, 17, 17, 0.55);
}

.cookie-modal {
  position: fixed;
  left: 50%;
  top: 50%;
  z-index: 41;
  width: min(560px, calc(100% - 32px));
  padding: 32px;
  transform: translate(-50%, -50%);
}

.cookie-close {
  position: absolute;
  top: 18px;
  right: 18px;
  width: 38px;
  height: 38px;
  border: 1px solid var(--panel-border);
  background: var(--panel-soft);
  border-radius: 50%;
  color: var(--muted);
  cursor: pointer;
}

.cookie-actions {
  display: flex;
  gap: 12px;
  margin-top: 22px;
}

.contact-grid {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: 24px;
}

.contact-form {
  display: grid;
  gap: 18px;
}

.form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.field {
  display: grid;
  gap: 8px;
}

.field span {
  font-size: 0.9rem;
  font-weight: 600;
}

.field input,
.field select,
.field textarea {
  width: 100%;
  min-height: 52px;
  padding: 14px 16px;
  border: 1px solid var(--panel-border);
  border-radius: 16px;
  background: var(--panel-soft);
  color: var(--text);
}

.field textarea {
  min-height: 160px;
  resize: vertical;
}

.checkbox-field {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  color: var(--muted);
  line-height: 1.6;
}

.checkbox-field input {
  width: 18px;
  height: 18px;
  margin-top: 4px;
  border: 1px solid var(--panel-border);
  border-radius: 4px;
  background: var(--panel);
}

.checkbox-field input:checked {
  background: var(--text);
  box-shadow: inset 0 0 0 4px var(--panel);
}

.notice {
  margin-bottom: 18px;
  padding: 14px 16px;
  border-radius: 16px;
  font-weight: 600;
}

.notice--success {
  background: #edf9f1;
  color: #1b6a3a;
}

.notice--error {
  background: #fff1f1;
  color: #9b1d1d;
}

.honeypot {
  position: absolute;
  left: -9999px;
}

@media (max-width: 1180px) {
  .hero-grid-minimal,
  .search-recent-grid {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .recent-panel-minimal {
    padding: 0;
  }

  .service-strip {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .dashboard-shell,
  .page-hero-card,
  .contact-grid,
  .site-footer__inner {
    grid-template-columns: 1fr;
  }

  .dashboard-sidebar {
    border-right: 0;
    border-bottom: 1px solid var(--panel-border);
  }
}

@media (max-width: 860px) {
  .nav-toggle {
    display: block;
  }

  .site-nav {
    position: absolute;
    left: 16px;
    right: 16px;
    top: calc(100% + 8px);
    display: none;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    padding: 20px;
    border: 1px solid var(--panel-border);
    border-radius: 20px;
    background: var(--panel);
    box-shadow: var(--shadow);
  }

  .site-nav.is-open {
    display: flex;
  }

  .header-action {
    display: none;
  }

  .country-list-grid,
  .recent-cards-minimal {
    grid-template-columns: 1fr;
  }

  .service-strip,
  .highlight-grid,
  .structure-grid,
  .sitemap-grid,
  .process-grid,
  .testimonial-grid,
  .faq-grid,
  .process-grid--wide,
  .form-grid {
    grid-template-columns: 1fr 1fr;
  }

  .cta-panel,
  .site-footer__meta {
    flex-direction: column;
    align-items: flex-start;
  }
}

@media (max-width: 640px) {
  .hero-minimal {
    padding-top: 0;
  }

  .hero-copy-minimal h1 {
    font-size: clamp(3rem, 14vw, 4.5rem);
  }

  .search-card-minimal {
    padding: 24px;
    min-height: 240px;
  }

  .search-bar-minimal {
    margin-top: 48px;
    flex-direction: column;
  }

  .search-bar-minimal button {
    min-height: 46px;
  }

  .dashboard-page,
  .inner-page {
    padding-top: 18px;
  }

  .site-header__inner,
  .dashboard-sidebar,
  .dashboard-main,
  .content-band__inner,
  .page-hero-card,
  .site-footer__inner,
  .cookie-modal {
    padding: 22px;
  }

  .service-strip,
  .highlight-grid,
  .structure-grid,
  .sitemap-grid,
  .process-grid,
  .testimonial-grid,
  .faq-grid,
  .process-grid--wide,
  .form-grid {
    grid-template-columns: 1fr;
  }

  .dashboard-topbar {
    align-items: flex-start;
    flex-direction: column;
  }

  .cookie-actions {
    flex-direction: column;
  }
}
