/* EuroProTech — Premium Technical Craft */

:root {
  --ept-obsidian: #0b0f14;
  --ept-graphite: #171c23;
  --ept-graphite-soft: #222933;
  --ept-ivory: #f4f0e8;
  --ept-paper: #fbf9f5;
  --ept-white: #ffffff;
  --ept-silver: #b9c0c8;
  --ept-silver-dark: #69737e;
  --ept-champagne: #c5a36a;
  --ept-champagne-light: #ddc795;
  --ept-blue: #165dcc;
  --ept-blue-hover: #0d4eaf;
  --ept-focus: #4d95ff;
  --ept-ink: #171c23;
  --ept-muted: #5f6974;
  --ept-line: rgba(23, 28, 35, 0.14);
  --ept-line-dark: rgba(255, 255, 255, 0.15);
  --ept-shadow-sm: 0 12px 30px rgba(11, 15, 20, 0.08);
  --ept-shadow-lg: 0 28px 70px rgba(11, 15, 20, 0.17);
  --ept-radius-sm: 0.4rem;
  --ept-radius-md: 0.75rem;
  --ept-radius-lg: 1.1rem;
  --ept-container: 76rem;
  --ept-reading: 48rem;
  --ept-section: clamp(4.5rem, 8vw, 8rem);
  --ept-display: Manrope, "Avenir Next", Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --ept-body: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

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

html {
  scroll-behavior: smooth;
  scroll-padding-top: 8rem;
}

body.europrotech-site {
  margin: 0;
  overflow-x: clip;
  background: var(--ept-paper);
  color: var(--ept-ink);
  font-family: var(--ept-body);
  font-size: 1rem;
  line-height: 1.68;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

body.europrotech-site.ept-menu-open {
  overflow: hidden;
}

.europrotech-site img {
  display: block;
  max-width: 100%;
  height: auto;
}

.europrotech-site a {
  color: inherit;
  text-decoration-thickness: 0.08em;
  text-underline-offset: 0.18em;
}

.europrotech-site button,
.europrotech-site input,
.europrotech-site select,
.europrotech-site textarea {
  font: inherit;
}

.europrotech-site :where(a, button, input, select, textarea, summary):focus-visible {
  outline: 3px solid var(--ept-focus);
  outline-offset: 3px;
}

.ept-site-shell {
  min-height: 100vh;
  background: var(--ept-paper);
}

.ept-container {
  width: min(calc(100% - clamp(2rem, 6vw, 5rem)), var(--ept-container));
  margin-inline: auto;
}

.ept-skip-link {
  position: fixed;
  top: 0.75rem;
  left: 0.75rem;
  z-index: 99999;
  padding: 0.8rem 1rem;
  transform: translateY(-180%);
  border-radius: var(--ept-radius-sm);
  background: var(--ept-white);
  color: var(--ept-obsidian);
  font-weight: 800;
  box-shadow: var(--ept-shadow-sm);
}

.ept-skip-link:focus {
  transform: translateY(0);
}

/* Buttons and shared typography */

.ept-button,
.europrotech-site .ept-button {
  display: inline-flex;
  min-height: 3.25rem;
  align-items: center;
  justify-content: center;
  padding: 0.86rem 1.3rem;
  border: 1px solid var(--ept-blue);
  border-radius: var(--ept-radius-sm);
  background: var(--ept-blue);
  color: var(--ept-white);
  font-family: var(--ept-display);
  font-size: 0.84rem;
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: 0.055em;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  transition: background-color 180ms ease, border-color 180ms ease, color 180ms ease, transform 180ms ease;
}

.ept-button:hover,
.ept-button:focus-visible {
  border-color: var(--ept-blue-hover);
  background: var(--ept-blue-hover);
  color: var(--ept-white);
  transform: translateY(-1px);
}

.ept-button--small {
  min-height: 2.8rem;
  padding: 0.72rem 1rem;
  font-size: 0.75rem;
}

.ept-button--outline-light {
  border-color: rgba(255, 255, 255, 0.55);
  background: transparent;
  color: var(--ept-white);
}

.ept-button--outline-light:hover,
.ept-button--outline-light:focus-visible {
  border-color: var(--ept-white);
  background: var(--ept-white);
  color: var(--ept-obsidian);
}

.ept-button--dark-outline {
  border-color: var(--ept-obsidian);
  background: transparent;
  color: var(--ept-obsidian);
}

.ept-button--dark-outline:hover,
.ept-button--dark-outline:focus-visible {
  border-color: var(--ept-obsidian);
  background: var(--ept-obsidian);
  color: var(--ept-white);
}

.ept-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}

.ept-eyebrow {
  margin: 0 0 1rem;
  color: var(--ept-champagne-light);
  font-family: var(--ept-display);
  font-size: 0.74rem;
  font-weight: 800;
  letter-spacing: 0.17em;
  line-height: 1.4;
  text-transform: uppercase;
}

.ept-eyebrow--dark {
  color: #7b5e2e;
}

.ept-section {
  padding-block: var(--ept-section);
}

.ept-section-heading {
  max-width: 50rem;
  margin-bottom: clamp(2rem, 4vw, 3.5rem);
}

.ept-section-heading--split {
  display: grid;
  max-width: none;
  grid-template-columns: minmax(0, 1.25fr) minmax(17rem, 0.75fr);
  gap: clamp(2rem, 6vw, 6rem);
  align-items: end;
}

.ept-section-heading h2,
.ept-page-hero h1,
.ept-repair-hero h1,
.ept-final-cta h2 {
  margin: 0;
  color: var(--ept-obsidian);
  font-family: var(--ept-display);
  font-size: clamp(2.15rem, 5vw, 4.5rem);
  font-weight: 720;
  letter-spacing: -0.045em;
  line-height: 1.02;
}

.ept-section-heading > p,
.ept-section-heading--split > p {
  max-width: 38rem;
  margin: 0;
  color: var(--ept-muted);
  font-size: clamp(1rem, 1.6vw, 1.15rem);
}

.ept-text-link,
.ept-service-card > a,
.ept-capability-panel > a,
.ept-repair-card__link,
.ept-back-link {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  color: var(--ept-blue);
  font-family: var(--ept-display);
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.055em;
  text-decoration: none;
  text-transform: uppercase;
}

.ept-text-link:hover,
.ept-service-card > a:hover,
.ept-capability-panel > a:hover,
.ept-repair-card__link:hover,
.ept-back-link:hover {
  text-decoration: underline;
}

/* Header */

.ept-header {
  position: sticky;
  top: 0;
  z-index: 1000;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  background: var(--ept-obsidian);
  color: var(--ept-white);
  box-shadow: 0 10px 30px rgba(5, 8, 12, 0.12);
}

.admin-bar .ept-header {
  top: 32px;
}

.ept-utility {
  border-bottom: 1px solid var(--ept-line-dark);
  background: #070a0e;
}

.ept-utility__inner {
  display: flex;
  min-height: 2.35rem;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
}

.ept-utility__item {
  color: var(--ept-silver);
  font-size: 0.72rem;
  font-weight: 650;
  letter-spacing: 0.055em;
  line-height: 1.25;
  text-decoration: none;
  text-transform: uppercase;
}

.ept-utility__item:hover {
  color: var(--ept-white);
}

.ept-utility__phone {
  display: flex;
  gap: 0.55rem;
  color: var(--ept-white);
}

.ept-utility__phone > span {
  color: var(--ept-champagne-light);
}

.ept-header__main {
  background: rgba(11, 15, 20, 0.97);
}

.ept-header__inner {
  display: flex;
  min-height: 5rem;
  align-items: center;
  gap: clamp(1rem, 3vw, 2.5rem);
}

.ept-brand {
  display: inline-flex;
  flex: 0 0 auto;
  flex-direction: column;
  justify-content: center;
  color: var(--ept-white);
  text-decoration: none;
}

.ept-brand:hover {
  color: var(--ept-white);
}

.ept-brand__wordmark {
  font-family: var(--ept-display);
  font-size: clamp(1.2rem, 2vw, 1.55rem);
  font-weight: 780;
  letter-spacing: -0.035em;
  line-height: 1;
}

.ept-brand__wordmark::after {
  display: inline-block;
  width: 0.3em;
  height: 0.3em;
  margin-left: 0.18em;
  border-radius: 50%;
  background: var(--ept-blue);
  content: "";
  vertical-align: 0.05em;
}

.ept-brand__descriptor {
  margin-top: 0.35rem;
  color: var(--ept-silver);
  font-size: 0.55rem;
  font-weight: 750;
  letter-spacing: 0.16em;
  line-height: 1;
  text-transform: uppercase;
}

.ept-brand__logo img,
.ept-brand__logo .custom-logo {
  width: auto;
  max-width: min(13rem, 38vw);
  max-height: 3.3rem;
  object-fit: contain;
}

.ept-nav {
  margin-left: auto;
}

.ept-nav__list,
.ept-nav ul {
  display: flex;
  margin: 0;
  padding: 0;
  align-items: center;
  gap: clamp(0.8rem, 1.6vw, 1.5rem);
  list-style: none;
}

.ept-nav li {
  position: relative;
  margin: 0;
}

.ept-nav a {
  display: block;
  padding-block: 1.55rem;
  color: #e9edf1;
  font-family: var(--ept-display);
  font-size: 0.74rem;
  font-weight: 750;
  letter-spacing: 0.055em;
  line-height: 1.2;
  text-decoration: none;
  text-transform: uppercase;
}

.ept-nav a:hover,
.ept-nav .current-menu-item > a,
.ept-nav .current-menu-ancestor > a {
  color: var(--ept-champagne-light);
}

.ept-nav .sub-menu {
  position: absolute;
  top: calc(100% - 0.35rem);
  left: -1rem;
  display: block;
  visibility: hidden;
  min-width: 15rem;
  padding: 0.55rem;
  transform: translateY(0.5rem);
  border: 1px solid var(--ept-line-dark);
  border-radius: var(--ept-radius-sm);
  opacity: 0;
  background: var(--ept-graphite);
  box-shadow: var(--ept-shadow-lg);
  transition: opacity 160ms ease, transform 160ms ease, visibility 160ms ease;
}

.ept-nav .sub-menu a {
  padding: 0.75rem 0.8rem;
  border-radius: 0.25rem;
  font-size: 0.7rem;
}

.ept-nav .sub-menu a:hover,
.ept-nav .sub-menu a:focus-visible {
  background: rgba(255, 255, 255, 0.08);
}

.ept-nav li:hover > .sub-menu,
.ept-nav li:focus-within > .sub-menu {
  visibility: visible;
  transform: translateY(0);
  opacity: 1;
}

.ept-menu-toggle {
  display: none;
  min-width: 3rem;
  min-height: 3rem;
  align-items: center;
  justify-content: center;
  gap: 0.6rem;
  padding: 0.55rem 0.7rem;
  border: 1px solid var(--ept-line-dark);
  border-radius: var(--ept-radius-sm);
  background: transparent;
  color: var(--ept-white);
  cursor: pointer;
}

.ept-menu-toggle__label {
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.ept-menu-toggle__icon {
  display: grid;
  width: 1.2rem;
  gap: 0.23rem;
}

.ept-menu-toggle__icon span {
  display: block;
  height: 2px;
  border-radius: 2px;
  background: currentColor;
  transition: transform 160ms ease, opacity 160ms ease;
}

.ept-menu-toggle[aria-expanded="true"] .ept-menu-toggle__icon span:nth-child(1) {
  transform: translateY(5px) rotate(45deg);
}

.ept-menu-toggle[aria-expanded="true"] .ept-menu-toggle__icon span:nth-child(2) {
  opacity: 0;
}

.ept-menu-toggle[aria-expanded="true"] .ept-menu-toggle__icon span:nth-child(3) {
  transform: translateY(-5px) rotate(-45deg);
}

/* Hero */

.ept-hero {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 70% 10%, rgba(22, 93, 204, 0.18), transparent 32%),
    linear-gradient(135deg, #090d12 0%, #141a22 63%, #0b0f14 100%);
  color: var(--ept-white);
}

.ept-hero::before {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px);
  background-size: 5rem 5rem;
  content: "";
  mask-image: linear-gradient(to right, transparent 3%, black 70%);
  pointer-events: none;
}

.ept-hero__grid {
  position: relative;
  z-index: 1;
  display: grid;
  min-height: clamp(38rem, 76vh, 52rem);
	grid-template-columns: minmax(0, 1.12fr) minmax(22rem, 0.82fr);
	gap: clamp(2.5rem, 5vw, 5rem);
	align-items: center;
	padding-block: clamp(3.75rem, 6vw, 5.5rem);
}

.ept-hero__content {
  max-width: 47rem;
}

.ept-hero h1 {
  margin: 0;
  color: var(--ept-white);
  font-family: var(--ept-display);
	font-size: clamp(3rem, 5.2vw, 5.3rem);
  font-weight: 680;
  letter-spacing: -0.055em;
  line-height: 0.96;
}

.ept-hero h1 em {
  color: var(--ept-champagne-light);
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 400;
}

.ept-hero__lead {
  max-width: 43rem;
  margin: 1.7rem 0 2rem;
  color: #d1d7dd;
  font-size: clamp(1.05rem, 1.8vw, 1.3rem);
  line-height: 1.62;
}

.ept-hero__capabilities {
  display: flex;
  flex-wrap: wrap;
  margin: 2.4rem 0 0;
  padding: 1.15rem 0 0;
  border-top: 1px solid var(--ept-line-dark);
  gap: 0.7rem 1.4rem;
  list-style: none;
}

.ept-hero__capabilities li {
  margin: 0;
  color: var(--ept-silver);
  font-size: 0.7rem;
  font-weight: 750;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.ept-hero__visual {
  position: relative;
  min-height: 31rem;
  border: 1px solid var(--ept-line-dark);
  border-radius: var(--ept-radius-lg);
  background: linear-gradient(150deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.018));
  box-shadow: var(--ept-shadow-lg);
}

.ept-hero__visual--image {
  overflow: hidden;
}

.ept-hero__photo {
  width: 100%;
  height: 100%;
  min-height: 31rem;
  object-fit: cover;
}

.ept-hero__visual picture {
  display: block;
  width: 100%;
  height: 100%;
}

.ept-hero__visual--image::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(9, 13, 18, 0.58), transparent 55%);
  content: "";
  pointer-events: none;
}

.ept-technical-panel {
  position: absolute;
  inset: 1.3rem;
  display: flex;
  overflow: hidden;
  flex-direction: column;
  justify-content: space-between;
  padding: clamp(1.4rem, 4vw, 2.5rem);
  border: 1px solid rgba(197, 163, 106, 0.35);
  border-radius: calc(var(--ept-radius-lg) - 0.25rem);
  background:
    linear-gradient(90deg, transparent 49.8%, rgba(255, 255, 255, 0.06) 50%, transparent 50.2%),
    radial-gradient(circle at 60% 35%, rgba(22, 93, 204, 0.22), transparent 34%);
}

.ept-technical-panel::before,
.ept-technical-panel::after {
  position: absolute;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 50%;
  content: "";
}

.ept-technical-panel::before {
  top: 20%;
  right: -18%;
  width: 21rem;
  height: 21rem;
}

.ept-technical-panel::after {
  top: 31%;
  right: -6%;
  width: 13rem;
  height: 13rem;
}

.ept-technical-panel__index {
  color: var(--ept-champagne-light);
  font: 750 0.68rem/1.3 var(--ept-display);
  letter-spacing: 0.15em;
}

.ept-technical-panel__line {
  width: 42%;
  height: 2px;
  background: var(--ept-blue);
}

.ept-technical-panel__readout {
  display: grid;
  position: relative;
  z-index: 1;
  grid-template-columns: 1fr 1fr;
  gap: 0.5rem;
}

.ept-technical-panel__readout span {
  padding: 0.65rem;
  border: 1px solid var(--ept-line-dark);
  color: var(--ept-silver);
  font: 700 0.62rem/1.2 var(--ept-display);
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.ept-technical-panel__mark {
  position: relative;
  z-index: 1;
  color: var(--ept-white);
  font-family: var(--ept-display);
  font-size: clamp(2.2rem, 4.5vw, 4rem);
  font-weight: 680;
  letter-spacing: -0.05em;
  line-height: 0.92;
}

/* Trust strip */

.ept-trust {
  border-bottom: 1px solid var(--ept-line);
  background: var(--ept-ivory);
}

.ept-trust__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

.ept-trust__grid > div {
  min-width: 0;
  padding: 1.5rem clamp(1rem, 2.5vw, 2rem);
  border-left: 1px solid var(--ept-line);
}

.ept-trust__grid > div:last-child {
  border-right: 1px solid var(--ept-line);
}

.ept-trust strong,
.ept-trust span {
  display: block;
}

.ept-trust strong {
  color: var(--ept-obsidian);
  font-family: var(--ept-display);
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.045em;
  text-transform: uppercase;
}

.ept-trust span {
  margin-top: 0.25rem;
  color: var(--ept-muted);
  font-size: 0.78rem;
  line-height: 1.45;
}

/* Service cards */

.ept-services {
  background: var(--ept-paper);
}

.ept-service-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-top: 1px solid var(--ept-line);
  border-left: 1px solid var(--ept-line);
}

.ept-service-card {
  position: relative;
  display: flex;
  min-height: 22rem;
  flex-direction: column;
  padding: clamp(1.4rem, 2.5vw, 2.1rem);
  border-right: 1px solid var(--ept-line);
  border-bottom: 1px solid var(--ept-line);
  background: transparent;
  transition: background-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.ept-service-card:hover,
.ept-service-card:focus-within {
  z-index: 1;
  transform: translateY(-0.25rem);
  background: var(--ept-white);
  box-shadow: var(--ept-shadow-sm);
}

.ept-service-card::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 3px;
  background: var(--ept-blue);
  content: "";
  transition: width 220ms ease;
}

.ept-service-card:hover::before,
.ept-service-card:focus-within::before {
  width: 100%;
}

.ept-service-card__number {
  display: block;
  margin-bottom: clamp(3rem, 6vw, 5.5rem);
  color: #7b5e2e;
  font-family: var(--ept-display);
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.15em;
}

.ept-service-card h3 {
  min-height: 3.7rem;
  margin: 0 0 0.9rem;
  color: var(--ept-obsidian);
  font-family: var(--ept-display);
  font-size: clamp(1.2rem, 1.8vw, 1.5rem);
  font-weight: 720;
  letter-spacing: -0.035em;
  line-height: 1.16;
}

.ept-service-card p {
  margin: 0 0 1.5rem;
  color: var(--ept-muted);
  font-size: 0.92rem;
  line-height: 1.62;
}

.ept-service-card > a {
  margin-top: auto;
}

/* Spotlight and dual capability */

.ept-spotlight {
  position: relative;
  overflow: hidden;
  background: var(--ept-obsidian);
  color: var(--ept-white);
}

.ept-spotlight::after {
  position: absolute;
  right: -9rem;
  bottom: -12rem;
  width: 32rem;
  height: 32rem;
  border: 1px solid rgba(197, 163, 106, 0.22);
  border-radius: 50%;
  content: "";
}

.ept-spotlight__grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(18rem, 0.75fr);
  gap: clamp(3rem, 8vw, 8rem);
  align-items: end;
}

.ept-spotlight h2 {
  max-width: 50rem;
  margin: 0;
  color: var(--ept-white);
  font-family: var(--ept-display);
  font-size: clamp(2.4rem, 5vw, 4.8rem);
  font-weight: 680;
  letter-spacing: -0.05em;
  line-height: 1;
}

.ept-spotlight__content p {
  margin: 0 0 1.6rem;
  color: #cbd2d9;
  font-size: 1.05rem;
}

.ept-spotlight .ept-text-link {
  color: var(--ept-champagne-light);
}

.ept-inside-out {
  background: var(--ept-ivory);
}

.ept-dual-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
}

.ept-capability-panel {
  min-height: 28rem;
  padding: clamp(2rem, 5vw, 4rem);
  border-radius: var(--ept-radius-lg);
}

.ept-capability-panel--technical {
  background:
    linear-gradient(rgba(255, 255, 255, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px),
    var(--ept-graphite);
  background-size: 3rem 3rem;
  color: var(--ept-white);
}

.ept-capability-panel--craft {
  border: 1px solid rgba(197, 163, 106, 0.35);
  background: linear-gradient(145deg, #efe5d2, #fbf8f1);
  color: var(--ept-obsidian);
}

.ept-capability-panel__label {
  display: block;
  margin-bottom: clamp(6rem, 12vw, 10rem);
  color: var(--ept-champagne-light);
  font: 800 0.68rem/1.3 var(--ept-display);
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.ept-capability-panel--craft .ept-capability-panel__label {
  color: #745526;
}

.ept-capability-panel h3 {
  margin: 0 0 1rem;
  color: inherit;
  font-family: var(--ept-display);
  font-size: clamp(2rem, 4vw, 3.5rem);
  font-weight: 690;
  letter-spacing: -0.05em;
  line-height: 1;
}

.ept-capability-panel p {
  max-width: 35rem;
  margin: 0 0 1.8rem;
  color: inherit;
  opacity: 0.78;
  font-size: 1rem;
}

.ept-capability-panel--technical > a {
  color: var(--ept-champagne-light);
}

/* Process */

.ept-process {
  background: var(--ept-graphite);
  color: var(--ept-white);
}

.ept-process .ept-section-heading h2 {
  color: var(--ept-white);
}

.ept-process .ept-section-heading > p {
  color: var(--ept-silver);
}

.ept-process__list {
  display: grid;
  margin: 0;
  padding: 0;
  border-top: 1px solid var(--ept-line-dark);
  grid-template-columns: repeat(7, minmax(0, 1fr));
  list-style: none;
}

.ept-process__list li {
  position: relative;
  min-width: 0;
  min-height: 15rem;
  margin: 0;
  padding: 1.3rem 1rem 1.5rem;
  border-right: 1px solid var(--ept-line-dark);
}

.ept-process__list li:first-child {
  border-left: 1px solid var(--ept-line-dark);
}

.ept-process__step {
  display: block;
  margin-bottom: 4.5rem;
  color: var(--ept-champagne-light);
  font: 800 0.67rem/1 var(--ept-display);
  letter-spacing: 0.14em;
}

.ept-process__list h3 {
  margin: 0 0 0.55rem;
  color: var(--ept-white);
  font-family: var(--ept-display);
  font-size: 1.13rem;
  font-weight: 730;
}

.ept-process__list p {
  margin: 0;
  color: var(--ept-silver);
  font-size: 0.82rem;
  line-height: 1.52;
}

/* Repair cards */

.ept-latest-repairs,
.ept-repairs-archive,
.ept-repair-gallery {
  background: var(--ept-paper);
}

.ept-repair-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(1rem, 2.3vw, 1.8rem);
}

.ept-repair-card {
  overflow: hidden;
  margin: 0;
  border: 1px solid var(--ept-line);
  border-radius: var(--ept-radius-md);
  background: var(--ept-white);
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.ept-repair-card:hover,
.ept-repair-card:focus-within {
  transform: translateY(-0.25rem);
  box-shadow: var(--ept-shadow-sm);
}

.ept-repair-card__media {
  display: block;
  overflow: hidden;
  aspect-ratio: 3 / 2;
  background: var(--ept-graphite);
}

.ept-repair-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 420ms ease;
}

.ept-repair-card:hover .ept-repair-card__media img {
  transform: scale(1.025);
}

.ept-repair-card__body {
  padding: clamp(1.25rem, 3vw, 2rem);
}

.ept-repair-card__meta {
  display: flex;
  margin-bottom: 1rem;
  justify-content: space-between;
  gap: 1rem;
  color: var(--ept-silver-dark);
  font-size: 0.68rem;
  font-weight: 750;
  letter-spacing: 0.08em;
  line-height: 1.3;
  text-transform: uppercase;
}

.ept-repair-card h3 {
  margin: 0 0 0.8rem;
  color: var(--ept-obsidian);
  font-family: var(--ept-display);
  font-size: clamp(1.25rem, 2vw, 1.65rem);
  font-weight: 720;
  letter-spacing: -0.035em;
  line-height: 1.16;
}

.ept-repair-card h3 a {
  color: inherit;
  text-decoration: none;
}

.ept-repair-card h3 a:hover {
  color: var(--ept-blue);
}

.ept-repair-card__body > p {
  margin: 0 0 1.4rem;
  color: var(--ept-muted);
  font-size: 0.92rem;
}

.ept-empty-state {
  padding: clamp(2rem, 5vw, 4rem);
  border: 1px dashed rgba(23, 28, 35, 0.28);
  border-radius: var(--ept-radius-md);
  background: var(--ept-ivory);
  text-align: center;
}

.ept-empty-state h2 {
  margin: 0 0 0.75rem;
  color: var(--ept-obsidian);
  font-family: var(--ept-display);
  font-size: clamp(1.8rem, 4vw, 2.8rem);
  letter-spacing: -0.04em;
}

.ept-empty-state p {
  max-width: 38rem;
  margin: 0 auto 1.5rem;
  color: var(--ept-muted);
}

/* Interior feature */

.ept-interior-feature {
  overflow: hidden;
  background: linear-gradient(140deg, #1a1510 0%, #271e15 50%, #11161d 100%);
  color: var(--ept-white);
}

.ept-interior-feature__grid {
  display: grid;
  grid-template-columns: minmax(19rem, 0.8fr) minmax(0, 1fr);
  gap: clamp(3rem, 8vw, 8rem);
  align-items: center;
}

.ept-interior-feature__visual {
  display: grid;
  position: relative;
  min-height: 31rem;
  padding: 1rem;
  border: 1px solid rgba(221, 199, 149, 0.33);
  border-radius: 48% 48% 1rem 1rem;
  grid-template-columns: 1fr 1fr;
  gap: 0.5rem;
  align-content: end;
  background:
    radial-gradient(ellipse at 50% 30%, rgba(197, 163, 106, 0.24), transparent 42%),
    rgba(255, 255, 255, 0.025);
}

.ept-interior-feature__visual::before {
  position: absolute;
  top: 14%;
  right: 22%;
  left: 22%;
  height: 48%;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 48% 48% 0 0;
  content: "";
}

.ept-interior-feature__visual span {
  position: relative;
  z-index: 1;
  padding: 0.8rem;
  border: 1px solid rgba(255, 255, 255, 0.12);
  color: var(--ept-champagne-light);
  font: 800 0.65rem/1.2 var(--ept-display);
  letter-spacing: 0.12em;
  text-align: center;
  text-transform: uppercase;
}

.ept-interior-feature h2 {
  margin: 0 0 1.4rem;
  color: var(--ept-white);
  font-family: var(--ept-display);
  font-size: clamp(2.4rem, 5vw, 4.6rem);
  font-weight: 680;
  letter-spacing: -0.05em;
  line-height: 1;
}

.ept-interior-feature__content > p:not(.ept-eyebrow) {
  max-width: 42rem;
  margin: 0 0 2rem;
  color: #d2d5d9;
  font-size: 1.05rem;
}

/* Reviews */

.ept-reviews {
  background: var(--ept-ivory);
}

.ept-review-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.ept-review-card {
  margin: 0;
  padding: 2rem;
  border: 1px solid var(--ept-line);
  border-radius: var(--ept-radius-md);
  background: var(--ept-paper);
}

.ept-review-card blockquote {
  margin: 0;
}

.ept-review-card blockquote p {
  margin: 0 0 1.6rem;
  color: var(--ept-obsidian);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.15rem;
  line-height: 1.6;
}

.ept-review-card figcaption strong,
.ept-review-card figcaption span {
  display: block;
}

.ept-review-card figcaption strong {
  font-size: 0.85rem;
}

.ept-review-card figcaption span {
  color: var(--ept-muted);
  font-size: 0.75rem;
}

/* FAQ */

.ept-faq {
  background: var(--ept-paper);
}

.ept-faq__grid {
  display: grid;
  grid-template-columns: minmax(17rem, 0.55fr) minmax(0, 1fr);
  gap: clamp(3rem, 8vw, 8rem);
  align-items: start;
}

.ept-faq__intro {
  position: sticky;
  top: 10rem;
}

.ept-faq__intro h2 {
  margin: 0 0 1.25rem;
  color: var(--ept-obsidian);
  font-family: var(--ept-display);
  font-size: clamp(2.2rem, 4.2vw, 3.8rem);
  font-weight: 700;
  letter-spacing: -0.05em;
  line-height: 1.03;
}

.ept-faq__intro > p:not(.ept-eyebrow) {
  margin: 0 0 1.5rem;
  color: var(--ept-muted);
}

.ept-faq-item {
  border-top: 1px solid var(--ept-line);
}

.ept-faq-item:last-child {
  border-bottom: 1px solid var(--ept-line);
}

.ept-faq-item summary {
  display: flex;
  min-height: 5rem;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  padding-block: 1.25rem;
  color: var(--ept-obsidian);
  font-family: var(--ept-display);
  font-size: clamp(1rem, 1.8vw, 1.22rem);
  font-weight: 720;
  line-height: 1.3;
  list-style: none;
  cursor: pointer;
}

.ept-faq-item summary::-webkit-details-marker {
  display: none;
}

.ept-faq-item summary span {
  position: relative;
  flex: 0 0 1.5rem;
  width: 1.5rem;
  height: 1.5rem;
}

.ept-faq-item summary span::before,
.ept-faq-item summary span::after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0.9rem;
  height: 2px;
  transform: translate(-50%, -50%);
  background: var(--ept-blue);
  content: "";
}

.ept-faq-item summary span::after {
  transform: translate(-50%, -50%) rotate(90deg);
  transition: transform 160ms ease;
}

.ept-faq-item[open] summary span::after {
  transform: translate(-50%, -50%) rotate(0deg);
}

.ept-faq-item > div {
  max-width: 45rem;
  padding: 0 3.5rem 1.7rem 0;
  color: var(--ept-muted);
}

.ept-faq-item > div p {
  margin: 0;
}

/* Contact and final CTA */

.ept-contact {
  background: var(--ept-graphite);
  color: var(--ept-white);
}

.ept-contact__grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(19rem, 0.72fr);
  gap: clamp(3rem, 8vw, 8rem);
  align-items: center;
}

.ept-contact h2 {
  margin: 0 0 1.3rem;
  color: var(--ept-white);
  font-family: var(--ept-display);
  font-size: clamp(2.4rem, 5vw, 4.7rem);
  font-weight: 680;
  letter-spacing: -0.05em;
  line-height: 1;
}

.ept-contact__content > p:not(.ept-eyebrow) {
  max-width: 42rem;
  margin: 0 0 2rem;
  color: #cbd2d9;
  font-size: 1.05rem;
}

.ept-contact-card {
  overflow: hidden;
  border: 1px solid var(--ept-line-dark);
  border-radius: var(--ept-radius-md);
  background: rgba(255, 255, 255, 0.035);
}

.ept-contact-card > div {
  display: grid;
  padding: 1.2rem 1.4rem;
  border-bottom: 1px solid var(--ept-line-dark);
  grid-template-columns: 5.5rem 1fr;
  gap: 1rem;
}

.ept-contact-card > div:last-child {
  border-bottom: 0;
}

.ept-contact-card span {
  color: var(--ept-champagne-light);
  font: 750 0.64rem/1.5 var(--ept-display);
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.ept-contact-card a,
.ept-contact-card p {
  margin: 0;
  color: var(--ept-white);
  font-size: 0.9rem;
  line-height: 1.55;
  text-decoration: none;
}

.ept-contact-card a:hover {
  text-decoration: underline;
}

.ept-appointment-form {
  margin-top: 2rem;
  padding: clamp(1.25rem, 3vw, 2rem);
  border: 1px solid var(--ept-line-dark);
  border-radius: var(--ept-radius-md);
  background: rgba(255, 255, 255, 0.045);
}

.ept-appointment-form :where(label, legend) {
  display: block;
  margin-bottom: 0.45rem;
  color: var(--ept-white);
  font-size: 0.82rem;
  font-weight: 750;
}

.ept-appointment-form :where(input:not([type="checkbox"]):not([type="radio"]), select, textarea) {
  width: 100%;
  min-height: 3rem;
  padding: 0.72rem 0.85rem;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: var(--ept-radius-sm);
  background: var(--ept-white);
  color: var(--ept-obsidian);
}

.ept-appointment-form textarea {
  min-height: 8rem;
  resize: vertical;
}

.ept-appointment-form :where(button, input[type="submit"]) {
  min-height: 3.2rem;
  padding: 0.8rem 1.2rem;
  border: 1px solid var(--ept-blue);
  border-radius: var(--ept-radius-sm);
  background: var(--ept-blue);
  color: var(--ept-white);
  font-weight: 800;
  cursor: pointer;
}

.ept-page-content {
  border-top: 1px solid var(--ept-line);
  background: var(--ept-paper);
}

.ept-page-body,
.ept-not-found__actions {
  background: var(--ept-paper);
}

.ept-page-prose {
  width: 100%;
  max-width: 64rem;
  margin-inline: auto;
}

.privacy-policy .ept-page-prose {
  max-width: var(--ept-reading);
}

.ept-page-prose > :where(h2, h3, h4):first-child {
  margin-top: 0;
}

.ept-content-pagination {
  display: flex;
  margin-top: 2.5rem;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.ept-content-pagination .post-page-numbers {
  display: inline-flex;
  min-width: 2.7rem;
  min-height: 2.7rem;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--ept-line);
  border-radius: var(--ept-radius-sm);
  background: var(--ept-white);
  font-weight: 750;
  text-decoration: none;
}

.ept-content-pagination .post-page-numbers.current {
  border-color: var(--ept-blue);
  background: var(--ept-blue);
  color: var(--ept-white);
}

.ept-final-cta {
  padding-block: clamp(3.5rem, 7vw, 6rem) 2rem;
  background:
    radial-gradient(circle at 85% 0%, rgba(22, 93, 204, 0.22), transparent 28%),
    var(--ept-obsidian);
  color: var(--ept-white);
}

.ept-final-cta__inner {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 2rem;
}

.ept-final-cta h2 {
  max-width: 52rem;
  color: var(--ept-white);
  font-size: clamp(2.2rem, 4.5vw, 4.2rem);
}

.ept-final-cta__disclaimer {
  margin-top: clamp(2.5rem, 5vw, 5rem);
  padding-top: 1.25rem;
  border-top: 1px solid var(--ept-line-dark);
}

.ept-final-cta__disclaimer p {
  max-width: 66rem;
  margin: 0;
  color: var(--ept-silver);
  font-size: 0.72rem;
  line-height: 1.6;
}

/* Footer */

.ept-footer {
  padding-block: clamp(4rem, 7vw, 6rem) 2rem;
  border-top: 1px solid var(--ept-line-dark);
  background: #070a0e;
  color: var(--ept-silver);
}

.ept-footer__grid {
  display: grid;
  grid-template-columns: minmax(15rem, 1.2fr) repeat(3, minmax(10rem, 0.65fr));
  gap: clamp(2rem, 5vw, 5rem);
}

.ept-brand--footer {
  margin-bottom: 1.3rem;
}

.ept-footer__brand > p {
  max-width: 24rem;
  margin: 0;
  font-size: 0.88rem;
}

.ept-footer h2 {
  margin: 0 0 1.1rem;
  color: var(--ept-white);
  font-family: var(--ept-display);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.13em;
  line-height: 1.2;
  text-transform: uppercase;
}

.ept-footer address {
  color: var(--ept-silver);
  font-size: 0.82rem;
  font-style: normal;
  line-height: 1.8;
}

.ept-footer address a {
  color: var(--ept-white);
  text-decoration: none;
}

.ept-footer__links,
.ept-footer__column .menu {
  margin: 0;
  padding: 0;
  list-style: none;
}

.ept-footer__links li,
.ept-footer__column .menu li {
  margin: 0 0 0.5rem;
}

.ept-footer__links a,
.ept-footer__column .menu a {
  color: var(--ept-silver);
  font-size: 0.82rem;
  text-decoration: none;
}

.ept-footer__links a:hover,
.ept-footer__column .menu a:hover {
  color: var(--ept-white);
  text-decoration: underline;
}

.ept-footer__legal {
  display: flex;
  margin-top: clamp(3rem, 6vw, 5rem);
  padding-top: 1.25rem;
  border-top: 1px solid var(--ept-line-dark);
  justify-content: space-between;
  gap: 2rem;
}

.ept-footer__legal p {
  max-width: 52rem;
  margin: 0;
  color: #8e98a2;
  font-size: 0.67rem;
  line-height: 1.6;
}

.ept-footer__legal p:last-child {
  flex: 0 0 auto;
  text-align: right;
}

.ept-mobile-actions {
  display: none;
}

/* Generic page and Completed Repairs */

.ept-page-hero {
  padding-block: clamp(4.5rem, 9vw, 8rem);
  background:
    radial-gradient(circle at 78% 20%, rgba(22, 93, 204, 0.2), transparent 27%),
    var(--ept-obsidian);
  color: var(--ept-white);
}

.ept-page-hero__inner {
  max-width: var(--ept-container);
}

.ept-page-hero h1 {
  color: var(--ept-white);
}

.ept-page-hero p:not(.ept-eyebrow) {
  max-width: 45rem;
  margin: 1.5rem 0 0;
  color: var(--ept-silver);
  font-size: 1.08rem;
}

.ept-archive-description {
  max-width: var(--ept-reading);
  margin-bottom: 3rem;
}

.ept-pagination {
  margin-top: 3rem;
}

.ept-pagination .nav-links {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.ept-pagination .page-numbers {
  display: inline-flex;
  min-width: 2.8rem;
  min-height: 2.8rem;
  align-items: center;
  justify-content: center;
  padding: 0.55rem 0.8rem;
  border: 1px solid var(--ept-line);
  border-radius: var(--ept-radius-sm);
  background: var(--ept-white);
  color: var(--ept-ink);
  font-weight: 750;
  text-decoration: none;
}

.ept-pagination .page-numbers.current,
.ept-pagination a.page-numbers:hover {
  border-color: var(--ept-blue);
  background: var(--ept-blue);
  color: var(--ept-white);
}

.ept-repair-hero {
  padding-block: clamp(3.5rem, 7vw, 6.5rem);
  background: var(--ept-obsidian);
  color: var(--ept-white);
}

.ept-back-link {
  margin-bottom: 2.5rem;
  color: var(--ept-champagne-light);
}

.ept-repair-hero__grid {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(22rem, 1.15fr);
  gap: clamp(2.5rem, 6vw, 6rem);
  align-items: center;
}

.ept-repair-hero h1 {
  color: var(--ept-white);
}

.ept-repair-hero__meta {
  display: flex;
  flex-wrap: wrap;
  margin-top: 1.8rem;
  gap: 0.65rem 1.4rem;
  color: var(--ept-silver);
  font-size: 0.72rem;
  font-weight: 750;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.ept-repair-hero__media {
  overflow: hidden;
  margin: 0;
  border: 1px solid var(--ept-line-dark);
  border-radius: var(--ept-radius-md);
  aspect-ratio: 8 / 5;
  background: var(--ept-graphite);
}

.ept-repair-hero__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.ept-repair-story {
  background: var(--ept-paper);
}

.ept-repair-story__layout {
  display: grid;
  grid-template-columns: minmax(14rem, 0.32fr) minmax(0, 0.68fr);
  gap: clamp(3rem, 8vw, 8rem);
  align-items: start;
}

.ept-repair-facts {
  position: sticky;
  top: 10rem;
  overflow: hidden;
  border: 1px solid var(--ept-line);
  border-radius: var(--ept-radius-md);
  background: var(--ept-ivory);
}

.ept-repair-facts h2 {
  margin: 0;
  padding: 1.2rem 1.4rem;
  border-bottom: 1px solid var(--ept-line);
  color: var(--ept-obsidian);
  font-family: var(--ept-display);
  font-size: 1.1rem;
  font-weight: 760;
}

.ept-repair-facts dl {
  margin: 0;
}

.ept-repair-facts dl > div {
  display: grid;
  padding: 0.85rem 1.4rem;
  border-bottom: 1px solid var(--ept-line);
  grid-template-columns: 5rem 1fr;
  gap: 0.8rem;
}

.ept-repair-facts dt {
  color: var(--ept-muted);
  font-size: 0.68rem;
  font-weight: 750;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.ept-repair-facts dd {
  margin: 0;
  color: var(--ept-obsidian);
  font-weight: 700;
}

.ept-repair-facts__privacy {
  margin: 0;
  padding: 1.1rem 1.4rem;
  color: var(--ept-muted);
  font-size: 0.72rem;
  line-height: 1.5;
}

.ept-repair-story__content {
  max-width: var(--ept-reading);
}

.ept-repair-introduction {
  margin-bottom: 3rem;
  padding-bottom: 3rem;
  border-bottom: 1px solid var(--ept-line);
  font-size: 1.08rem;
}

.ept-repair-section {
  margin-bottom: 3rem;
}

.ept-repair-section:last-child {
  margin-bottom: 0;
}

.ept-repair-section h2 {
  margin: 0 0 1rem;
  color: var(--ept-obsidian);
  font-family: var(--ept-display);
  font-size: clamp(1.7rem, 3vw, 2.35rem);
  font-weight: 720;
  letter-spacing: -0.04em;
}

.ept-prose {
  color: var(--ept-ink);
  overflow-wrap: anywhere;
}

.ept-prose > *:first-child {
  margin-top: 0;
}

.ept-prose > *:last-child {
  margin-bottom: 0;
}

.ept-prose h2,
.ept-prose h3,
.ept-prose h4 {
  color: var(--ept-obsidian);
  font-family: var(--ept-display);
  letter-spacing: -0.03em;
}

.ept-prose a {
  color: var(--ept-blue);
}

.ept-prose blockquote {
  margin: 2rem 0;
  padding: 1.5rem 1.75rem;
  border-left: 3px solid var(--ept-champagne);
  background: var(--ept-ivory);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.15rem;
}

.ept-repair-gallery {
  border-top: 1px solid var(--ept-line);
}

.ept-repair-gallery__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

.ept-repair-gallery__grid figure {
  overflow: hidden;
  margin: 0;
  border-radius: var(--ept-radius-md);
  aspect-ratio: 3 / 2;
  background: var(--ept-graphite);
}

.ept-repair-gallery__grid img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Parent generic-page integration */

.europrotech-site .page-header {
  padding-block: clamp(3.5rem, 7vw, 6rem);
  background: var(--ept-obsidian);
  color: var(--ept-white);
}

.europrotech-site .page-header .page-title {
  color: var(--ept-white);
  font-family: var(--ept-display);
  font-size: clamp(2.4rem, 5vw, 4.5rem);
  font-weight: 700;
  letter-spacing: -0.05em;
  line-height: 1;
}

.europrotech-site .page-header .page-subtitle {
  color: var(--ept-champagne-light);
}

.europrotech-site .site-content {
  padding-block: var(--ept-section);
  background: var(--ept-paper);
}

.europrotech-site .site-content .container {
  width: min(calc(100% - clamp(2rem, 6vw, 5rem)), var(--ept-container));
  max-width: none;
}

.europrotech-site .site-content .site-main {
  color: var(--ept-ink);
}

/* Responsive */

@media (max-width: 74rem) {
  .ept-header__cta {
    display: none;
  }

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

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

  .ept-process__list li {
    border-bottom: 1px solid var(--ept-line-dark);
  }
}

@media (max-width: 61.99rem) {
  .ept-utility__address {
    display: none;
  }

  .ept-header__inner {
    min-height: 4.5rem;
  }

  .ept-menu-toggle {
    display: inline-flex;
    margin-left: auto;
  }

  .ept-nav {
    position: absolute;
    top: 100%;
    right: 0;
    left: 0;
    visibility: hidden;
    max-height: calc(100vh - 7rem);
    overflow-y: auto;
    transform: translateY(-0.5rem);
    border-top: 1px solid var(--ept-line-dark);
    opacity: 0;
    background: var(--ept-obsidian);
    box-shadow: var(--ept-shadow-lg);
    transition: opacity 160ms ease, transform 160ms ease, visibility 160ms ease;
  }

  .ept-nav[data-open="true"] {
    visibility: visible;
    transform: translateY(0);
    opacity: 1;
  }

  .ept-nav__list,
  .ept-nav ul {
    display: block;
    width: min(calc(100% - 2rem), var(--ept-container));
    margin-inline: auto;
    padding-block: 0.8rem 1.2rem;
  }

  .ept-nav a {
    padding: 0.9rem 0;
    border-bottom: 1px solid var(--ept-line-dark);
  }

  .ept-nav .sub-menu {
    position: static;
    display: block;
    visibility: visible;
    min-width: 0;
    padding: 0 0 0 1rem;
    transform: none;
    border: 0;
    opacity: 1;
    background: transparent;
    box-shadow: none;
  }

  .ept-nav .sub-menu a {
    padding: 0.75rem 0;
  }

  .ept-hero__grid,
  .ept-spotlight__grid,
  .ept-interior-feature__grid,
  .ept-contact__grid,
  .ept-repair-hero__grid {
    grid-template-columns: 1fr;
  }

  .ept-hero__grid {
    min-height: 0;
  }

  .ept-hero__visual,
  .ept-hero__photo {
    min-height: 24rem;
  }

  .ept-section-heading--split {
    grid-template-columns: 1fr;
    gap: 1.25rem;
    align-items: start;
  }

  .ept-trust__grid {
    grid-template-columns: 1fr 1fr;
  }

  .ept-trust__grid > div:nth-child(3) {
    border-top: 1px solid var(--ept-line);
  }

  .ept-trust__grid > div:nth-child(4) {
    border-top: 1px solid var(--ept-line);
  }

  .ept-dual-grid,
  .ept-faq__grid,
  .ept-repair-story__layout {
    grid-template-columns: 1fr;
  }

  .ept-faq__intro,
  .ept-repair-facts {
    position: static;
  }

  .ept-repair-grid,
  .ept-review-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .ept-footer__grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 48rem) {
  html {
    scroll-padding-top: 7rem;
  }

  body.europrotech-site {
    padding-bottom: calc(4.45rem + env(safe-area-inset-bottom, 0px));
  }

  .admin-bar .ept-header {
    top: 46px;
  }

  .ept-utility__inner {
    min-height: 2.25rem;
  }

  .ept-utility__hours {
    overflow: hidden;
    max-width: 47vw;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .ept-utility__phone > span {
    display: none;
  }

  .ept-header__inner {
    min-height: 4rem;
  }

  .ept-menu-toggle__label {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    clip-path: inset(50%);
    white-space: nowrap;
  }

  .ept-hero__grid {
    padding-block: 3.8rem 2.5rem;
  }

  .ept-hero h1 {
    font-size: clamp(2.75rem, 13vw, 4.4rem);
  }

  .ept-hero__lead {
    font-size: 1.02rem;
  }

  .ept-actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .ept-actions .ept-button {
    width: 100%;
  }

  .ept-hero__visual,
  .ept-hero__photo {
    min-height: 20rem;
  }

  .ept-technical-panel {
    inset: 0.8rem;
  }

  .ept-trust__grid {
    width: 100%;
  }

  .ept-trust__grid > div {
    padding: 1.1rem 1rem;
  }

  .ept-trust__grid > div:nth-child(odd) {
    border-left: 0;
  }

  .ept-trust__grid > div:last-child {
    border-right: 0;
  }

  .ept-service-grid,
  .ept-dual-grid,
  .ept-repair-grid,
  .ept-review-grid,
  .ept-repair-gallery__grid {
    grid-template-columns: 1fr;
  }

  .ept-service-card {
    min-height: 0;
  }

  .ept-service-card__number {
    margin-bottom: 2.5rem;
  }

  .ept-service-card h3 {
    min-height: 0;
  }

  .ept-capability-panel {
    min-height: 24rem;
  }

  .ept-capability-panel__label {
    margin-bottom: 6rem;
  }

  .ept-process__list {
    grid-template-columns: 1fr 1fr;
  }

  .ept-process__list li {
    min-height: 12.5rem;
  }

  .ept-process__step {
    margin-bottom: 2.5rem;
  }

  .ept-interior-feature__visual {
    min-height: 24rem;
  }

  .ept-contact-card > div {
    grid-template-columns: 4.5rem 1fr;
  }

  .ept-final-cta__inner,
  .ept-footer__legal {
    display: grid;
    align-items: start;
  }

  .ept-final-cta__inner .ept-button {
    width: 100%;
  }

  .ept-footer__grid {
    grid-template-columns: 1fr;
  }

  .ept-footer__legal p:last-child {
    text-align: left;
  }

  .ept-mobile-actions {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1200;
    display: grid;
    min-height: calc(4.45rem + env(safe-area-inset-bottom, 0px));
    padding-bottom: env(safe-area-inset-bottom, 0px);
    border-top: 1px solid rgba(255, 255, 255, 0.17);
    grid-template-columns: repeat(3, 1fr);
    background: rgba(7, 10, 14, 0.98);
    box-shadow: 0 -12px 30px rgba(5, 8, 12, 0.22);
    backdrop-filter: blur(12px);
  }

  .ept-mobile-actions a {
    display: flex;
    min-width: 0;
    min-height: 4.45rem;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 0.2rem;
    border-right: 1px solid rgba(255, 255, 255, 0.12);
    color: var(--ept-white);
    font: 750 0.63rem/1.2 var(--ept-display);
    letter-spacing: 0.07em;
    text-decoration: none;
    text-transform: uppercase;
  }

  .ept-mobile-actions a:last-child {
    border-right: 0;
    background: var(--ept-blue);
  }

  .ept-mobile-actions__icon {
    color: var(--ept-champagne-light);
    font-size: 1.05rem;
    line-height: 1;
  }

  .ept-mobile-actions a:last-child .ept-mobile-actions__icon {
    color: var(--ept-white);
  }

  .ept-repair-hero__grid {
    gap: 2rem;
  }

  .ept-repair-hero__media {
    order: -1;
  }
}

@media (max-width: 28rem) {
  .ept-brand__descriptor {
    display: none;
  }

  .ept-utility__item {
    font-size: 0.63rem;
  }

  .ept-process__list {
    grid-template-columns: 1fr;
  }

  .ept-process__list li {
    min-height: 0;
  }

  .ept-process__step {
    margin-bottom: 1.5rem;
  }
}

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

  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }
}

@media (forced-colors: active) {
  .ept-button,
  .ept-service-card,
  .ept-capability-panel,
  .ept-repair-card,
  .ept-contact-card {
    border: 1px solid ButtonText;
  }
}

@media print {
  .ept-header,
  .ept-footer,
  .ept-mobile-actions,
  .ept-final-cta,
  .ept-actions {
    display: none !important;
  }

  body.europrotech-site {
    padding: 0;
    background: #fff;
    color: #000;
  }

  .ept-section,
  .ept-repair-hero {
    padding-block: 1.5rem;
    background: #fff;
    color: #000;
  }
}
