/*
Theme Name: Electroadib
Theme URI: https://electroadib.com
Author: Electroadib
Description: Boutique e-commerce sur mesure pour Electroadib — climatisation, électroménager, froid et appareils reconditionnés.
Version: 2.12.2
Requires at least: 6.4
Tested up to: 7.0
Requires PHP: 7.4
Text Domain: electroadib
Tags: custom-logo, custom-menu, featured-images, e-commerce, full-width-template, responsive-layout
*/

:root {
  --ed-purple-950: #10031f;
  --ed-purple-900: #19052f;
  --ed-purple-850: #240744;
  --ed-purple-800: #310a5d;
  --ed-purple-700: #461184;
  --ed-purple-600: #641fc0;
  --ed-violet: #8a4cff;
  --ed-gold: #f2b936;
  --ed-gold-2: #ffd976;
  --ed-white: #ffffff;
  --ed-text: #f7f2ff;
  --ed-muted: #c7bad9;
  --ed-muted-2: #a798ba;
  --ed-line: rgba(255,255,255,.13);
  --ed-card: rgba(255,255,255,.07);
  --ed-card-strong: rgba(255,255,255,.1);
  --ed-shadow: 0 28px 70px rgba(3,0,12,.34);
  --ed-radius: 24px;
  --ed-radius-sm: 15px;
  --ed-container: 1220px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  overflow-x: hidden;
  color: var(--ed-text);
  background: var(--ed-purple-950);
  font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}
body.menu-open { overflow: hidden; }
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
::selection { background: var(--ed-gold); color: var(--ed-purple-950); }
.ed-container { width: min(calc(100% - 44px), var(--ed-container)); margin-inline: auto; }
.ed-section { position: relative; padding: 104px 0; }
.ed-surface-dark,
.ed-section--cream { background: linear-gradient(145deg, var(--ed-purple-900) 0%, var(--ed-purple-850) 52%, #18032f 100%); }
.ed-surface-deep { background: linear-gradient(145deg, #0e021c 0%, #1c0534 58%, #28064a 100%); }
.ed-kicker {
  margin: 0 0 14px;
  color: var(--ed-gold);
  font-size: .76rem;
  font-weight: 900;
  letter-spacing: .15em;
  text-transform: uppercase;
}
.ed-title {
  max-width: 820px;
  margin: 0;
  color: var(--ed-white);
  font-size: clamp(2.15rem, 4.3vw, 4.15rem);
  line-height: 1.03;
  letter-spacing: -.055em;
}
.ed-title--center { margin-inline: auto; text-align: center; }
.ed-lead { max-width: 760px; margin: 20px 0 0; color: var(--ed-muted); font-size: 1rem; }
.ed-section-head { display: flex; align-items: flex-end; justify-content: space-between; gap: 36px; margin-bottom: 46px; }
.ed-section-head .ed-title { font-size: clamp(2rem, 3.5vw, 3.4rem); }
.ed-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  width: fit-content;
  margin-bottom: 22px;
  padding: 9px 14px;
  border: 1px solid rgba(242,185,54,.28);
  border-radius: 999px;
  background: rgba(242,185,54,.08);
  color: var(--ed-gold-2);
  font-size: .73rem;
  font-weight: 800;
  letter-spacing: .04em;
}
.ed-eyebrow::before { content: ""; width: 8px; height: 8px; border-radius: 50%; background: var(--ed-gold); box-shadow: 0 0 0 5px rgba(242,185,54,.12); }

/* Buttons */
.ed-button,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce #respond input#submit {
  display: inline-flex;
  min-height: 52px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 14px 22px;
  border: 1px solid transparent;
  border-radius: 13px;
  background: linear-gradient(135deg, var(--ed-purple-600), var(--ed-violet));
  color: #fff;
  font-size: .82rem;
  font-weight: 850;
  line-height: 1.15;
  box-shadow: 0 14px 34px rgba(98,31,192,.26);
  transition: transform .2s ease, border-color .2s ease, filter .2s ease, background .2s ease;
}
.ed-button:hover,
.ed-button:focus-visible,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover { transform: translateY(-2px); filter: brightness(1.08); color: #fff; }
.ed-button--gold,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt {
  background: linear-gradient(135deg, var(--ed-gold), var(--ed-gold-2));
  color: #21102f;
  box-shadow: 0 14px 34px rgba(242,185,54,.2);
}
.ed-button--gold:hover,
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover { color: #21102f; }
.ed-button--ghost,
.ed-button--outline { border-color: rgba(255,255,255,.25); background: rgba(255,255,255,.055); color: #fff; box-shadow: none; backdrop-filter: blur(12px); }
.ed-button--ghost:hover,
.ed-button--outline:hover { border-color: rgba(255,255,255,.5); background: rgba(255,255,255,.11); }
.ed-button--white { background: #fff; color: var(--ed-purple-800); box-shadow: none; }
.ed-text-link { display: inline-flex; align-items: center; gap: 8px; color: var(--ed-gold-2); font-size: .84rem; font-weight: 850; }
.ed-text-link::after { content: "→"; transition: transform .2s ease; }
.ed-text-link:hover::after { transform: translateX(5px); }

/* Header */
.ed-trustbar { position: relative; z-index: 92; border-bottom: 1px solid rgba(255,255,255,.08); background: #0c0218; color: #e9ddf5; font-size: .7rem; }
.ed-trustbar__inner { min-height: 36px; display: flex; align-items: center; justify-content: center; gap: 18px; text-align: center; }
.ed-trustbar__inner span + span::before { content: "•"; margin-right: 18px; color: var(--ed-gold); }
.ed-trustbar__rating { display: inline-flex; align-items: center; gap: 5px; }
.ed-trustbar__rating .ed-google-icon { width: 15px; height: 15px; flex: 0 0 auto; }
.ed-trustbar__rating strong { color: #fff; }
.ed-site-header {
  position: sticky;
  top: 0;
  z-index: 90;
  border-bottom: 1px solid rgba(255,255,255,.1);
  background: rgba(24,5,45,.88);
  box-shadow: 0 12px 35px rgba(2,0,8,.18);
  backdrop-filter: blur(20px);
}
.admin-bar .ed-site-header { top: 32px; }
.ed-header__inner { min-height: 84px; display: flex; align-items: center; gap: 26px; }
.ed-brand { flex: 0 0 auto; }
.ed-brand img,
.ed-brand .custom-logo { width: 230px; max-height: 48px; object-fit: contain; object-position: left center; }
.ed-fallback-logo { display: inline-flex; }
.ed-nav { margin-left: auto; }
.ed-nav ul { display: flex; align-items: center; gap: 23px; margin: 0; padding: 0; list-style: none; }
.ed-nav a { position: relative; display: block; padding: 30px 0 27px; color: #eee6f6; font-size: .75rem; font-weight: 750; white-space: nowrap; }
.ed-nav a::after { content: ""; position: absolute; right: 0; bottom: 21px; left: 0; height: 2px; border-radius: 5px; background: var(--ed-gold); transform: scaleX(0); transform-origin: right; transition: transform .24s ease; }
.ed-nav a:hover,
.ed-nav .current-menu-item > a { color: #fff; }
.ed-nav a:hover::after,
.ed-nav .current-menu-item > a::after { transform: scaleX(1); transform-origin: left; }
.ed-header__actions { display: flex; align-items: center; gap: 9px; }
.ed-language-selector { position: relative; display: block; }
.ed-language-selector::after { content: "▾"; position: absolute; top: 50%; right: 11px; color: var(--ed-gold-2); font-size: .55rem; pointer-events: none; transform: translateY(-52%); }
.ed-language-selector select { width: 76px; height: 46px; padding: 0 24px 0 12px; border: 1px solid var(--ed-line); border-radius: 13px; outline: 0; appearance: none; background: rgba(255,255,255,.055); color: #fff; font-size: .68rem; font-weight: 850; cursor: pointer; }
.ed-language-selector select:focus { border-color: var(--ed-gold); box-shadow: 0 0 0 3px rgba(242,185,54,.12); }
.ed-language-selector option { color: #19052f; }
.ed-google-translate { position: absolute !important; width: 1px; height: 1px; overflow: hidden; clip: rect(0,0,0,0); }
.goog-te-banner-frame.skiptranslate,
body > .skiptranslate { display: none !important; }
body { top: 0 !important; }
.ed-shop-button { padding: 11px 15px; border: 1px solid rgba(242,185,54,.36); border-radius: 11px; color: var(--ed-gold-2); font-size: .73rem; font-weight: 850; }
.ed-shop-button:hover { background: rgba(242,185,54,.1); }
.ed-cart-button,
.ed-phone-button { position: relative; display: grid; width: 44px; height: 44px; place-items: center; border: 1px solid rgba(255,255,255,.17); border-radius: 11px; color: #fff; transition: background .2s ease, border-color .2s ease; }
.ed-cart-button:hover,
.ed-phone-button:hover { border-color: rgba(255,255,255,.35); background: rgba(255,255,255,.08); }
.ed-cart-button > span { position: absolute; top: -6px; right: -6px; display: grid; min-width: 20px; height: 20px; padding: 0 5px; place-items: center; border: 2px solid var(--ed-purple-900); border-radius: 99px; background: var(--ed-gold); color: #1d0a2c; font-size: .63rem; font-weight: 900; }
.ed-menu-toggle { display: none; width: 44px; height: 44px; padding: 10px; border: 1px solid rgba(255,255,255,.16); border-radius: 11px; background: rgba(255,255,255,.06); color: #fff; }
.ed-menu-toggle span:not(.screen-reader-text) { display: block; height: 2px; margin: 5px 0; border-radius: 3px; background: currentColor; }
.ed-mobile-service-nav { display: none; }

/* Hero */
.ed-hero { position: relative; isolation: isolate; overflow: hidden; background: radial-gradient(circle at 20% 3%, rgba(112,35,190,.48), transparent 31%), radial-gradient(circle at 78% 70%, rgba(242,185,54,.12), transparent 34%), linear-gradient(130deg, #130224 0%, #2c0751 52%, #1a0332 100%); }
.ed-hero::before { content: ""; position: absolute; z-index: -2; inset: 0; opacity: .26; background-image: linear-gradient(rgba(255,255,255,.034) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.034) 1px, transparent 1px); background-size: 62px 62px; -webkit-mask-image: linear-gradient(to bottom, #000, transparent 90%); mask-image: linear-gradient(to bottom, #000, transparent 90%); }
.ed-hero-orb { position: absolute; z-index: -1; border-radius: 50%; pointer-events: none; }
.ed-hero-orb--one { top: 130px; left: -230px; width: 520px; height: 520px; background: radial-gradient(circle, rgba(138,76,255,.25), transparent 69%); }
.ed-hero-orb--two { right: -180px; bottom: -250px; width: 640px; height: 640px; background: radial-gradient(circle, rgba(242,185,54,.13), transparent 67%); }
.ed-hero__grid { min-height: 760px; display: grid; grid-template-columns: 1.06fr .94fr; align-items: center; gap: 58px; padding-block: 62px 70px; }
.ed-hero__copy { position: relative; z-index: 4; min-width: 0; }
.ed-hero h1 { max-width: 760px; margin: 0; color: #fff; font-size: clamp(3.35rem, 5.25vw, 5.45rem); line-height: .96; letter-spacing: -.068em; }
.ed-hero h1 strong { display: block; margin-top: 5px; background: linear-gradient(92deg, var(--ed-gold), #ffe8a8 72%); -webkit-background-clip: text; background-clip: text; color: transparent; font-weight: 880; }
.ed-hero__title-icon { display: inline-grid; width: .65em; height: .65em; margin-left: .1em; vertical-align: .08em; place-items: center; border: 1px solid rgba(242,185,54,.45); border-radius: 50%; background: rgba(242,185,54,.13); color: var(--ed-gold-2); box-shadow: 0 0 0 7px rgba(242,185,54,.055); }
.ed-hero__title-icon svg { width: 55%; height: 55%; }
.ed-hero__copy > p { max-width: 660px; margin: 25px 0 0; color: #ddd1e8; font-size: 1rem; }
.ed-hero-booking { display: flex; max-width: 680px; margin-top: 31px; padding: 7px; border: 1px solid rgba(255,255,255,.38); border-radius: 19px; background: #fff; box-shadow: 0 23px 58px rgba(2,0,9,.32); }
.ed-hero-booking__field { display: flex; min-width: 0; flex: 1; align-items: center; gap: 10px; padding: 0 11px; }
.ed-hero-booking__field > span { display: grid; width: 31px; height: 31px; flex: 0 0 auto; place-items: center; border-radius: 10px; background: #f2eafa; color: var(--ed-purple-700); }
.ed-hero-booking__field svg { width: 18px; height: 18px; }
.ed-hero-booking select { width: 100%; min-width: 0; height: 50px; border: 0; outline: 0; appearance: none; background: transparent; color: #3d3150; font-size: .77rem; font-weight: 700; cursor: pointer; }
.ed-hero-booking .ed-button { min-height: 50px; flex: 0 0 auto; padding-inline: 23px; border-radius: 13px; box-shadow: none; }
.ed-hero__catalog-link { margin-top: 17px; }
.ed-hero__catalog-link .ed-text-link { font-size: .72rem; }
.ed-hero-proof { display: grid; max-width: 720px; margin-top: 30px; padding-top: 22px; grid-template-columns: 1.04fr .9fr 1.18fr; gap: 8px; border-top: 1px solid rgba(255,255,255,.13); }
.ed-hero-proof__item { display: flex; min-width: 0; align-items: center; gap: 10px; padding: 10px 8px; border-radius: 13px; transition: background .2s ease; }
.ed-hero-proof__item:hover { background: rgba(255,255,255,.05); }
.ed-hero-proof__icon { display: grid; width: 35px; height: 35px; flex: 0 0 auto; place-items: center; border: 1px solid rgba(242,185,54,.26); border-radius: 11px; background: rgba(242,185,54,.08); color: var(--ed-gold-2); }
.ed-hero-proof__icon > svg { width: 20px; height: 20px; }
.ed-hero-proof__item--google .ed-hero-proof__icon { border-color: rgba(255,255,255,.17); background: #fff; }
.ed-hero-proof__item--google .ed-google-icon { width: 22px; height: 22px; }
.ed-hero-proof__item > span:last-child { display: block; min-width: 0; }
.ed-hero-proof__item strong,
.ed-hero-proof__item small { display: block; }
.ed-hero-proof__item strong { overflow: hidden; color: #fff; font-size: .68rem; line-height: 1.3; text-overflow: ellipsis; white-space: nowrap; }
.ed-hero-proof__item small { margin-top: 3px; color: var(--ed-muted); font-size: .55rem; line-height: 1.35; }
.ed-hero-socials { display: flex; align-items: center; gap: 13px; margin-top: 17px; color: var(--ed-muted-2); font-size: .61rem; font-weight: 750; }
.ed-hero-socials > div { display: flex; gap: 7px; }
.ed-hero-socials a { display: grid; width: 32px; height: 32px; place-items: center; border: 1px solid rgba(255,255,255,.17); border-radius: 10px; color: #fff; transition: border-color .2s ease, color .2s ease, transform .2s ease, background .2s ease; }
.ed-hero-socials a:hover { transform: translateY(-2px); border-color: var(--ed-gold); background: rgba(242,185,54,.1); color: var(--ed-gold-2); }
.ed-hero-socials svg { width: 17px; height: 17px; }
.ed-hero__media { position: relative; z-index: 2; padding: 30px 0 0 20px; }
.ed-hero__halo { position: absolute; z-index: -1; top: -24px; right: -68px; width: min(46vw, 610px); aspect-ratio: 1; border: 1px solid rgba(242,185,54,.25); border-radius: 50%; background: radial-gradient(circle at 50% 40%, rgba(123,49,203,.38), rgba(242,185,54,.07) 54%, transparent 55%); box-shadow: 0 0 0 32px rgba(255,255,255,.018), 0 0 0 70px rgba(255,255,255,.012); }
.ed-hero__frame { position: relative; min-height: 620px; overflow: hidden; border: 1px solid rgba(255,255,255,.2); border-radius: 220px 220px 56px 56px; background: linear-gradient(150deg, rgba(255,255,255,.12), rgba(255,255,255,.035)); box-shadow: 0 48px 100px rgba(3,0,13,.5); }
.ed-hero__frame::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 47%, rgba(17,3,32,.7)); pointer-events: none; }
.ed-hero__frame img { width: 100%; height: 100%; min-height: 620px; object-fit: cover; object-position: 52% center; }
.ed-hero__frame--cutout { min-height: 650px; overflow: hidden; border: 0; border-radius: 0; background: transparent; box-shadow: none; }
.ed-hero__frame--cutout::before { content: ""; position: absolute; z-index: 0; inset: 7% 1% 0; border: 1px solid rgba(242,185,54,.26); border-radius: 50% 50% 12% 12% / 38% 38% 8% 8%; background: radial-gradient(circle at 50% 38%, rgba(138,76,255,.46), rgba(83,20,137,.54) 52%, rgba(242,185,54,.1) 72%, rgba(26,3,50,.18) 73%); box-shadow: inset 0 0 90px rgba(255,255,255,.045), 0 38px 90px rgba(3,0,13,.28); }
.ed-hero__frame--cutout::after { z-index: 2; background: linear-gradient(180deg, transparent 82%, rgba(20,3,38,.26)); }
.ed-hero__frame--cutout img { position: absolute; z-index: 1; inset: 0; width: 100%; height: 100%; min-height: 0; object-fit: contain; object-position: center bottom; filter: drop-shadow(0 30px 34px rgba(3,0,13,.38)); }
/* Proof */

/* Capacity guide */
.ed-capacity-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.ed-capacity-card { position: relative; min-height: 330px; overflow: hidden; isolation: isolate; border: 1px solid rgba(255,255,255,.13); border-radius: var(--ed-radius); background: #170522; box-shadow: 0 18px 42px rgba(8,0,16,.24); transition: transform .3s ease, border-color .3s ease, box-shadow .3s ease; }
.ed-capacity-card:hover { transform: translateY(-6px); border-color: rgba(242,185,54,.6); box-shadow: 0 24px 58px rgba(8,0,16,.42); }
.ed-capacity-card.is-featured { border-color: rgba(242,185,54,.72); }
.ed-capacity-card__photo { position: absolute; z-index: -3; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: transform .55s cubic-bezier(.2,.7,.2,1); }
.ed-capacity-card:hover .ed-capacity-card__photo { transform: scale(1.045); }
.ed-capacity-card__shade { position: absolute; z-index: -2; inset: 0; background: linear-gradient(180deg, rgba(17,3,29,.04) 18%, rgba(17,3,29,.2) 45%, rgba(17,3,29,.96) 100%); }
.ed-capacity-card__content { display: flex; width: 100%; min-height: 330px; flex-direction: column; align-items: flex-start; justify-content: flex-end; padding: 25px; }
.ed-capacity-card__power { display: inline-flex; align-items: baseline; gap: 7px; margin-bottom: 14px; padding: 9px 12px; border: 1px solid rgba(255,255,255,.18); border-radius: 12px; background: rgba(22,5,38,.76); box-shadow: 0 10px 28px rgba(0,0,0,.22); backdrop-filter: blur(10px); }
.ed-capacity-card__power b { color: #fff; font-size: clamp(1.35rem, 2.3vw, 2rem); font-weight: 900; letter-spacing: -.05em; line-height: 1; }
.ed-capacity-card__power em { color: var(--ed-gold); font-size: .67rem; font-style: normal; font-weight: 900; letter-spacing: .12em; }
.ed-capacity-card__content > strong { color: #fff; font-size: .9rem; font-weight: 850; line-height: 1.25; text-shadow: 0 2px 12px rgba(0,0,0,.45); }
.ed-capacity-card__content > small { margin-top: 5px; color: #e8dff0; font-size: .72rem; }
.ed-capacity-note { display: flex; align-items: center; gap: 14px; margin-top: 22px; padding: 17px 20px; border: 1px solid rgba(242,185,54,.22); border-radius: 14px; background: rgba(242,185,54,.06); color: #dccfe9; }
.ed-capacity-note > span { display: grid; flex: 0 0 auto; width: 30px; height: 30px; place-items: center; border-radius: 50%; background: var(--ed-gold); color: #1d0a2c; font-weight: 900; }
.ed-capacity-note p { margin: 0; font-size: .77rem; }
/* Detailed cards */
.ed-detail-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.ed-detail-grid--compact { grid-template-columns: repeat(4, 1fr); }
.ed-detail-card { position: relative; overflow: hidden; padding: 31px; border: 1px solid var(--ed-line); border-radius: var(--ed-radius); background: var(--ed-card); transition: transform .24s ease, border-color .24s ease, background .24s ease; }
.ed-detail-card:hover { transform: translateY(-5px); border-color: rgba(242,185,54,.34); background: var(--ed-card-strong); }
.ed-detail-card > span { display: inline-flex; min-width: 48px; height: 34px; align-items: center; justify-content: center; padding: 0 10px; border: 1px solid rgba(242,185,54,.25); border-radius: 10px; background: rgba(242,185,54,.08); color: var(--ed-gold); font-size: .72rem; font-weight: 900; }
.ed-detail-card h3 { margin: 24px 0 11px; color: #fff; font-size: 1.17rem; line-height: 1.25; letter-spacing: -.025em; }
.ed-detail-card p { margin: 0; color: var(--ed-muted); font-size: .79rem; }
.ed-detail-card ul { margin: 21px 0 0; padding: 18px 0 0; border-top: 1px solid var(--ed-line); list-style: none; }
.ed-detail-card li { position: relative; padding-left: 17px; color: #ddd2e9; font-size: .72rem; }
.ed-detail-card li + li { margin-top: 8px; }
.ed-detail-card li::before { content: ""; position: absolute; top: .62em; left: 0; width: 6px; height: 6px; border-radius: 50%; background: var(--ed-gold); }

/* Story */
.ed-story__grid { display: grid; grid-template-columns: .72fr 1.28fr; align-items: center; gap: 86px; }
.ed-story__years { position: relative; min-height: 440px; display: flex; align-items: center; flex-direction: column; justify-content: center; overflow: hidden; border: 1px solid rgba(242,185,54,.26); border-radius: 40px 40px 130px 40px; background: radial-gradient(circle at 35% 25%, rgba(242,185,54,.16), transparent 38%), linear-gradient(145deg, rgba(103,27,173,.38), rgba(255,255,255,.035)); }
.ed-story__years::before { content: ""; position: absolute; width: 280px; height: 280px; border: 1px solid rgba(255,255,255,.08); border-radius: 50%; box-shadow: 0 0 0 45px rgba(255,255,255,.025), 0 0 0 90px rgba(255,255,255,.015); }
.ed-story__years > * { position: relative; z-index: 2; }
.ed-story__years span { color: var(--ed-gold); font-size: .68rem; font-weight: 850; letter-spacing: .17em; text-transform: uppercase; }
.ed-story__years strong { margin: 10px 0; color: #fff; font-size: clamp(5rem, 10vw, 8.5rem); line-height: .86; letter-spacing: -.1em; }
.ed-story__years small { color: var(--ed-muted); font-size: .68rem; }
.ed-story__copy .ed-story__intro { margin-top: 25px; color: #fff; font-size: 1.08rem; font-weight: 600; }
.ed-story__copy > p:not(.ed-kicker):not(.ed-story__intro) { color: var(--ed-muted); }
.ed-story__copy .ed-text-link { margin-top: 13px; }
.ed-story-signature { display: inline-flex; margin-top: 18px; padding: 8px 12px; border: 1px solid rgba(242,185,54,.25); border-radius: 9px; color: var(--ed-gold-2); font-size: .7rem; font-weight: 800; }
.ed-story-detail { display: grid; grid-template-columns: .62fr 1.38fr; gap: 80px; }
.ed-story-detail__year { min-height: 330px; display: flex; align-items: center; flex-direction: column; justify-content: center; border: 1px solid rgba(242,185,54,.25); border-radius: 30px; background: linear-gradient(145deg, rgba(242,185,54,.12), rgba(129,49,217,.1)); text-align: center; }
.ed-story-detail__year span { color: var(--ed-gold); font-size: .67rem; font-weight: 850; letter-spacing: .13em; text-transform: uppercase; }
.ed-story-detail__year strong { color: #fff; font-size: clamp(4.8rem, 10vw, 8rem); line-height: 1; letter-spacing: -.09em; }
.ed-story-detail__year small { color: var(--ed-muted); }
.ed-story-detail__copy h2 { margin: 0 0 22px; color: #fff; font-size: clamp(2.1rem, 4vw, 3.7rem); line-height: 1.04; letter-spacing: -.05em; }
.ed-story-detail__copy p { color: var(--ed-muted); }
.ed-story-detail__copy .ed-story-detail__lead { color: #fff; font-size: 1.05rem; font-weight: 600; }
.ed-region-panel { display: grid; grid-template-columns: 1.2fr .8fr; align-items: center; gap: 55px; padding: 52px; border: 1px solid var(--ed-line); border-radius: 28px; background: rgba(255,255,255,.055); }
.ed-region-panel h2 { margin: 0; color: #fff; font-size: clamp(2rem, 4vw, 3.5rem); line-height: 1.04; letter-spacing: -.045em; }
.ed-region-panel p { max-width: 650px; color: var(--ed-muted); }
.ed-region-panel__cities { padding: 30px; border-left: 1px solid var(--ed-line); }
.ed-region-panel__cities span { display: block; color: var(--ed-gold-2); font-size: clamp(1.5rem, 3vw, 2.4rem); font-weight: 850; line-height: 1.15; }
.ed-region-panel__cities small { display: block; margin-top: 10px; color: var(--ed-muted-2); }

/* Services detail */
.ed-service-detail { display: grid; grid-template-columns: .9fr 1.1fr; gap: 80px; align-items: start; }
.ed-service-detail--reverse .ed-service-detail__intro { order: 2; }
.ed-service-detail__intro > span { display: block; margin-bottom: 25px; color: rgba(255,255,255,.12); font-size: 6.2rem; font-weight: 900; line-height: .8; letter-spacing: -.08em; }
.ed-service-detail__intro h2 { margin: 0; color: #fff; font-size: clamp(2.15rem, 4vw, 3.6rem); line-height: 1.04; letter-spacing: -.05em; }
.ed-service-detail__intro > p:not(.ed-kicker) { margin: 22px 0; color: var(--ed-muted); }
.ed-service-detail__list { padding: 34px; border: 1px solid var(--ed-line); border-radius: 24px; background: rgba(255,255,255,.055); }
.ed-service-detail__list h3 { margin: 0 0 23px; color: #fff; font-size: 1.08rem; }
.ed-service-detail__list ul { margin: 0; padding: 0; list-style: none; }
.ed-service-detail__list li { display: grid; grid-template-columns: .72fr 1.28fr; gap: 20px; padding: 18px 0; border-top: 1px solid var(--ed-line); }
.ed-service-detail__list strong { color: var(--ed-gold-2); font-size: .76rem; }
.ed-service-detail__list span { color: var(--ed-muted); font-size: .75rem; }

/* Refurbished */
.ed-refurbished { display: grid; grid-template-columns: 1fr 1fr; overflow: hidden; border: 1px solid var(--ed-line); border-radius: 30px; background: rgba(255,255,255,.055); }
.ed-refurbished__media { position: relative; min-height: 500px; overflow: hidden; }
.ed-refurbished__media::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, transparent 65%, rgba(31,6,56,.42)); }
.ed-refurbished__media img { width: 100%; height: 100%; object-fit: cover; }
.ed-refurbished__copy { display: flex; flex-direction: column; justify-content: center; padding: 60px; }
.ed-refurbished__copy h2 { margin: 0; color: #fff; font-size: clamp(2.1rem, 4vw, 3.75rem); line-height: 1.03; letter-spacing: -.055em; }
.ed-refurbished__copy h2 strong { display: block; color: var(--ed-gold-2); }
.ed-refurbished__copy p { margin: 22px 0 28px; color: var(--ed-muted); }
.ed-refurbished__copy .ed-button { align-self: flex-start; }
.ed-refurbished-checklist { display: grid; grid-template-columns: .9fr 1.1fr; gap: 65px; padding: 48px; border: 1px solid var(--ed-line); border-radius: 28px; background: rgba(255,255,255,.05); }
.ed-refurbished-checklist h2 { margin: 0; color: #fff; font-size: clamp(2rem, 3.7vw, 3.3rem); line-height: 1.04; letter-spacing: -.045em; }
.ed-refurbished-checklist ul { display: grid; grid-template-columns: 1fr 1fr; gap: 13px; margin: 0; padding: 0; list-style: none; }
.ed-refurbished-checklist li { position: relative; padding: 15px 15px 15px 42px; border: 1px solid var(--ed-line); border-radius: 12px; color: #e6ddef; font-size: .75rem; }
.ed-refurbished-checklist li::before { content: "✓"; position: absolute; top: 13px; left: 15px; color: var(--ed-gold); font-weight: 900; }

/* Categories */
.ed-category-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.ed-category-card { position: relative; min-height: 270px; display: flex; align-items: flex-start; flex-direction: column; justify-content: flex-end; overflow: hidden; padding: 26px; border: 1px solid var(--ed-line); border-radius: var(--ed-radius); background: linear-gradient(145deg, rgba(255,255,255,.08), rgba(255,255,255,.025)); transition: transform .24s ease, border-color .24s ease; }
.ed-category-card::before { content: ""; position: absolute; top: -80px; right: -70px; width: 190px; height: 190px; border-radius: 50%; background: radial-gradient(circle, rgba(129,55,219,.38), transparent 68%); }
.ed-category-card:hover { transform: translateY(-5px); border-color: rgba(242,185,54,.38); }
.ed-category-card > span { position: absolute; top: 22px; left: 22px; display: grid; min-width: 38px; height: 38px; padding: 0 9px; place-items: center; border-radius: 11px; background: rgba(242,185,54,.1); color: var(--ed-gold); font-size: .7rem; font-weight: 900; }
.ed-category-card h3 { position: relative; margin: 0 0 9px; color: #fff; font-size: 1.15rem; line-height: 1.2; }
.ed-category-card p { position: relative; margin: 0 0 18px; color: var(--ed-muted); font-size: .74rem; }
.ed-category-card > strong { position: relative; margin-top: auto; color: var(--ed-gold-2); font-size: .7rem; }

/* Catalog empty */
.ed-catalog-empty { display: flex; align-items: center; justify-content: space-between; gap: 40px; padding: 42px; border: 1px dashed rgba(242,185,54,.36); border-radius: 24px; background: rgba(242,185,54,.055); }
.ed-catalog-empty h3 { max-width: 760px; margin: 0; color: #fff; font-size: clamp(1.45rem, 2.7vw, 2.35rem); line-height: 1.17; letter-spacing: -.035em; }
.ed-catalog-empty p:not(.ed-kicker) { max-width: 780px; margin: 14px 0 0; color: var(--ed-muted); }
.ed-home-products { margin-top: 0 !important; }

/* Compact best-sellers: one continuous row, one card per capacity */
.ed-best-sellers__viewport { overflow: hidden; margin-inline: calc(50% - 50vw); padding: 8px 0 10px; -webkit-mask-image: linear-gradient(90deg, transparent, #000 5%, #000 95%, transparent); mask-image: linear-gradient(90deg, transparent, #000 5%, #000 95%, transparent); }
.ed-best-sellers__track { display: flex; width: max-content; gap: 18px; animation: ed-best-sellers-scroll 46s linear infinite; will-change: transform; }
.ed-best-sellers__group { display: flex; flex: 0 0 auto; gap: 18px; }
.ed-best-seller-card { display: grid; width: 250px; flex: 0 0 250px; grid-template-rows: 210px auto; overflow: hidden; border: 1px solid var(--ed-line); border-radius: 22px; background: rgba(255,255,255,.075); box-shadow: 0 22px 55px rgba(3,0,12,.2); transition: border-color .22s ease, transform .22s ease, background .22s ease; }
.ed-best-seller-card:hover { border-color: rgba(242,185,54,.45); background: rgba(255,255,255,.1); transform: translateY(-4px); }
.ed-best-seller-card__media { display: grid; padding: 12px; place-items: center; background: #fff; }
.ed-best-seller-card__media img { width: 100%; height: 186px; object-fit: contain; }
.ed-best-seller-card__body { display: flex; min-height: 124px; flex-direction: column; justify-content: space-between; padding: 18px; }
.ed-best-seller-card__body > strong { color: #fff; font-size: .78rem; line-height: 1.4; }
.ed-best-seller-card__body .price { display: block; margin-top: 14px; color: var(--ed-gold-2); font-size: .86rem; font-weight: 900; }
.ed-best-seller-card__body .price del { color: var(--ed-muted-2); font-size: .68rem; opacity: .72; }
.ed-best-seller-card__body .price ins { text-decoration: none; }
.ed-best-sellers__viewport:hover .ed-best-sellers__track,
.ed-best-sellers__viewport:focus-within .ed-best-sellers__track { animation-play-state: paused; }
@keyframes ed-best-sellers-scroll { to { transform: translate3d(calc(-50% - 9px), 0, 0); } }

/* CTA */
.ed-final-cta { position: relative; overflow: hidden; padding: 68px 0; background: linear-gradient(120deg, #4b1088 0%, #6f27c6 48%, #2b0750 100%); color: #fff; }
.ed-final-cta::before { content: ""; position: absolute; right: -80px; bottom: -230px; width: 520px; height: 520px; border: 1px solid rgba(255,255,255,.12); border-radius: 50%; box-shadow: 0 0 0 55px rgba(255,255,255,.035), 0 0 0 110px rgba(255,255,255,.02); }
.ed-final-cta__inner { position: relative; display: flex; align-items: center; justify-content: space-between; gap: 42px; }
.ed-final-cta h2 { max-width: 810px; margin: 0; font-size: clamp(2rem, 4vw, 3.8rem); line-height: 1.02; letter-spacing: -.05em; }
.ed-final-cta h2 strong { display: block; color: var(--ed-gold-2); }

/* Internal pages */
.ed-page-hero { position: relative; overflow: hidden; padding: 112px 0 88px; background: radial-gradient(circle at 80% 20%, rgba(132,61,245,.3), transparent 30%), linear-gradient(135deg, #120223, #300858 58%, #18032d); }
.ed-page-hero::before { content: ""; position: absolute; inset: 0; opacity: .22; background-image: linear-gradient(rgba(255,255,255,.04) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.04) 1px, transparent 1px); background-size: 62px 62px; }
.ed-page-hero__grid { position: relative; display: grid; grid-template-columns: 1.15fr .85fr; align-items: end; gap: 70px; }
.ed-page-hero p:not(.ed-kicker) { max-width: 720px; margin: 20px 0 0; color: var(--ed-muted); font-size: 1.02rem; }
.ed-page-hero .ed-button { margin-top: 24px; }
.ed-page-content { padding: 90px 0; background: var(--ed-purple-900); }
.ed-content-shell { max-width: 900px; }
.ed-content-shell > *:first-child { margin-top: 0; }
.ed-content-shell h2 { margin-top: 46px; color: #fff; font-size: 2rem; }
.ed-content-shell p,
.ed-content-shell li { color: var(--ed-muted); }
.ed-content-shell a { color: var(--ed-gold-2); text-decoration: underline; }
.ed-process-grid,
.ed-contact-grid,
.ed-about-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.ed-info-card { padding: 30px; border: 1px solid var(--ed-line); border-radius: var(--ed-radius); background: var(--ed-card); }
.ed-info-card__number { display: grid; width: 44px; height: 44px; place-items: center; margin-bottom: 22px; border-radius: 13px; background: rgba(242,185,54,.1); color: var(--ed-gold); font-weight: 850; }
.ed-info-card h3 { margin: 0 0 10px; color: #fff; }
.ed-info-card p { margin: 0; color: var(--ed-muted); font-size: .82rem; }
.ed-contact-grid { grid-template-columns: .85fr 1.15fr; }
.ed-contact-panel { padding: 42px; border: 1px solid rgba(242,185,54,.23); border-radius: 24px; background: linear-gradient(145deg, #421078, #250744); color: #fff; }
.ed-contact-panel h2 { margin: 0; font-size: clamp(2rem, 4vw, 3.2rem); line-height: 1.08; letter-spacing: -.04em; }
.ed-contact-panel a { color: #fff; }
.ed-contact-list { margin: 30px 0 0; padding: 0; list-style: none; }
.ed-contact-list li + li { margin-top: 18px; }
.ed-contact-form { padding: 40px; border: 1px solid var(--ed-line); border-radius: 24px; background: rgba(255,255,255,.065); }
.ed-contact-form h2 { margin: 0 0 28px; color: #fff; }
.ed-contact-form label { display: block; margin-bottom: 16px; color: #f4ecfb; font-size: .75rem; font-weight: 750; }
.ed-contact-form input,
.ed-contact-form textarea,
.ed-contact-form select { width: 100%; margin-top: 7px; padding: 14px 15px; border: 1px solid rgba(255,255,255,.18); border-radius: 11px; outline: 0; background: rgba(9,1,19,.38); color: #fff; }
.ed-contact-form input:focus,
.ed-contact-form textarea:focus { border-color: var(--ed-gold); box-shadow: 0 0 0 3px rgba(242,185,54,.1); }
.ed-contact-form textarea { min-height: 170px; resize: vertical; }
.ed-empty-state { padding: 50px; border: 1px dashed rgba(255,255,255,.22); border-radius: 18px; color: var(--ed-muted); text-align: center; }

/* Footer */
.ed-site-footer { position: relative; overflow: hidden; padding: 82px 0 28px; border-top: 1px solid rgba(255,255,255,.1); background: #0b0115; color: #fff; }
.ed-footer-glow { position: absolute; top: -300px; left: 25%; width: 700px; height: 500px; border-radius: 50%; background: radial-gradient(circle, rgba(101,31,190,.2), transparent 68%); }
.ed-footer-intro { position: relative; display: flex; align-items: flex-end; justify-content: space-between; gap: 40px; padding-bottom: 52px; border-bottom: 1px solid var(--ed-line); }
.ed-footer-intro h2 { max-width: 780px; margin: 0; font-size: clamp(2rem, 4vw, 3.9rem); line-height: 1.02; letter-spacing: -.05em; }
.ed-footer-intro h2 strong { display: block; color: var(--ed-gold-2); }
.ed-footer-grid { position: relative; display: grid; grid-template-columns: 1.45fr .85fr .85fr .85fr; gap: 44px; padding-top: 54px; }
.ed-footer-logo { width: 250px; margin-bottom: 19px; }
.ed-site-footer p,
.ed-site-footer a { color: #b6a9c4; font-size: .74rem; }
.ed-site-footer a:hover { color: #fff; }
.ed-site-footer h3 { margin: 0 0 17px; color: #fff; font-size: .78rem; letter-spacing: .04em; }
.ed-footer-tagline { display: inline-flex; margin-top: 8px; color: var(--ed-gold-2); font-size: .68rem; font-weight: 750; }
.ed-footer-links { margin: 0; padding: 0; list-style: none; }
.ed-footer-links li + li { margin-top: 9px; }
.ed-footer-cities { margin-top: 17px; color: var(--ed-gold-2) !important; }
.ed-footer-bottom { position: relative; display: flex; justify-content: space-between; gap: 20px; margin-top: 48px; padding-top: 23px; border-top: 1px solid rgba(255,255,255,.1); color: #766a83; font-size: .65rem; }

/* WooCommerce product cards */
.screen-reader-text { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.woocommerce .products,
.woocommerce ul.products { display: grid !important; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 20px; margin: 0 !important; padding: 0 !important; }
.woocommerce ul.products::before,
.woocommerce ul.products::after { display: none !important; }
.woocommerce ul.products li.product { position: relative; width: auto !important; min-width: 0; overflow: hidden; margin: 0 !important; padding: 14px 14px 20px !important; border: 1px solid var(--ed-line); border-radius: 22px; background: rgba(255,255,255,.07); transition: transform .24s ease, border-color .24s ease, background .24s ease; }
.woocommerce ul.products li.product:hover { transform: translateY(-6px); border-color: rgba(242,185,54,.36); background: rgba(255,255,255,.1); }
.woocommerce ul.products li.product a img { width: 100%; aspect-ratio: 4 / 5; margin: 0 0 18px !important; padding: 0; border-radius: 15px; background: linear-gradient(150deg, #1b0432, #2c0751); object-fit: contain; }
.woocommerce ul.products li.product .woocommerce-loop-product__title { min-height: 47px; padding: 0 4px !important; color: #fff; font-size: .93rem !important; line-height: 1.35; }
.woocommerce ul.products li.product .price { display: block; margin: 13px 4px !important; color: var(--ed-gold-2) !important; font-size: 1.05rem !important; font-weight: 900 !important; }
.woocommerce ul.products li.product .price del { color: var(--ed-muted-2); font-size: .78rem; opacity: .7; }
.woocommerce ul.products li.product .price ins { text-decoration: none; }
.woocommerce ul.products li.product .button { width: calc(100% - 8px); margin: 15px 4px 0 !important; }
.woocommerce ul.products li.product .added_to_cart { display: block; margin: 11px 4px 0; color: var(--ed-gold-2); font-size: .7rem; font-weight: 800; text-align: center; }
.woocommerce span.onsale { top: 22px !important; right: auto !important; left: 22px !important; z-index: 2; min-width: 0 !important; min-height: 0 !important; padding: 7px 10px !important; border-radius: 9px !important; background: var(--ed-gold) !important; color: #1b0829 !important; font-size: .65rem !important; line-height: 1 !important; }
.ed-loop-specs { margin: 12px 4px 0; padding: 12px 0; border-top: 1px solid var(--ed-line); border-bottom: 1px solid var(--ed-line); list-style: none; }
.ed-loop-specs li { display: flex; justify-content: space-between; gap: 10px; font-size: .65rem; }
.ed-loop-specs li + li { margin-top: 6px; }
.ed-loop-specs span { color: var(--ed-muted-2); }
.ed-loop-specs strong { max-width: 58%; color: #eee5f7; font-weight: 700; text-align: right; }
.ed-stock-line { display: flex; align-items: center; gap: 7px; margin: 10px 4px 0; color: #f5b6ba; font-size: .64rem; font-weight: 800; }
.ed-stock-line > span { width: 7px; height: 7px; border-radius: 50%; background: #ef5962; box-shadow: 0 0 0 4px rgba(239,89,98,.1); }
.ed-stock-line.is-in-stock { color: #9ee6b4; }
.ed-stock-line.is-in-stock > span { background: #4bd17a; box-shadow: 0 0 0 4px rgba(75,209,122,.1); }
.woocommerce .woocommerce-ordering select { padding: 11px 13px; border: 1px solid var(--ed-line); border-radius: 10px; background: #23103a; color: #fff; }
.woocommerce .woocommerce-result-count { color: var(--ed-muted); font-size: .76rem; }
.woocommerce nav.woocommerce-pagination { margin-top: 40px; }
.woocommerce nav.woocommerce-pagination ul { border: 0; }
.woocommerce nav.woocommerce-pagination ul li { border: 0; margin: 3px; }
.woocommerce nav.woocommerce-pagination ul li a,
.woocommerce nav.woocommerce-pagination ul li span { border-radius: 9px; background: rgba(255,255,255,.08); color: #fff; }
.woocommerce nav.woocommerce-pagination ul li span.current { background: var(--ed-gold); color: #1b0829; }

/* WooCommerce single product */
.ed-woocommerce-shell { color: var(--ed-text); }
.woocommerce div.product { display: flow-root; }
.woocommerce div.product div.images .woocommerce-product-gallery__wrapper { overflow: hidden; border-radius: 22px; background: #fff; }
.woocommerce div.product div.images img { padding: 20px; background: #fff; object-fit: contain; }
.woocommerce div.product .summary { padding: 18px 0 0 30px; }
.woocommerce div.product .product_title { color: #fff; font-size: clamp(2rem, 4vw, 3.55rem); line-height: 1.03; letter-spacing: -.05em; }
.woocommerce div.product p.price,
.woocommerce div.product span.price { color: var(--ed-gold-2); font-size: 1.6rem; font-weight: 900; }
.woocommerce div.product .woocommerce-product-details__short-description { color: var(--ed-muted); }
.woocommerce div.product form.cart { display: flex; flex-wrap: wrap; gap: 10px; padding: 22px 0; border-top: 1px solid var(--ed-line); border-bottom: 1px solid var(--ed-line); }
.woocommerce .quantity .qty { min-height: 52px; border: 1px solid var(--ed-line); border-radius: 10px; background: rgba(255,255,255,.08); color: #fff; }
.woocommerce div.product form.cart .variations { color: #fff; }
.woocommerce div.product form.cart .variations th { padding: 10px 12px 10px 0; color: var(--ed-muted); font-size: .75rem; text-align: left; }
.woocommerce div.product form.cart .variations select { min-height: 45px; padding: 9px 12px; border: 1px solid var(--ed-line); border-radius: 9px; background: #24103d; color: #fff; }
.woocommerce div.product form.cart .reset_variations { color: var(--ed-gold-2); font-size: .7rem; }
.woocommerce div.product .stock { color: #9ee6b4; font-weight: 800; }
.woocommerce div.product .out-of-stock { color: #ff9ca2; }
.woocommerce div.product .product_meta { color: var(--ed-muted-2); font-size: .7rem; }
.woocommerce div.product .product_meta a { color: var(--ed-gold-2); }
.ed-single-specs,
.ed-product-features { margin: 21px 0 0; padding: 22px; border: 1px solid var(--ed-line); border-radius: 17px; background: rgba(255,255,255,.055); }
.ed-single-specs h3,
.ed-product-features h3 { margin: 0 0 16px; color: #fff; font-size: .92rem; }
.ed-single-specs dl { display: grid; grid-template-columns: 1fr 1fr; gap: 0 18px; margin: 0; }
.ed-single-specs dl > div { display: flex; justify-content: space-between; gap: 14px; padding: 9px 0; border-top: 1px solid var(--ed-line); font-size: .68rem; }
.ed-single-specs dt { color: var(--ed-muted-2); }
.ed-single-specs dd { margin: 0; color: #fff; font-weight: 750; text-align: right; }
.ed-product-features ul { display: grid; grid-template-columns: 1fr 1fr; gap: 9px; margin: 0; padding: 0; list-style: none; }
.ed-product-features li { position: relative; padding-left: 18px; color: #e4daed; font-size: .69rem; }
.ed-product-features li::before { content: "✓"; position: absolute; left: 0; color: var(--ed-gold); font-weight: 900; }
.woocommerce div.product .woocommerce-tabs { padding-top: 40px; }
.woocommerce div.product .woocommerce-tabs ul.tabs { padding: 0; }
.woocommerce div.product .woocommerce-tabs ul.tabs::before { border-color: var(--ed-line); }
.woocommerce div.product .woocommerce-tabs ul.tabs li { border: 1px solid var(--ed-line); background: rgba(255,255,255,.06); }
.woocommerce div.product .woocommerce-tabs ul.tabs li a { color: var(--ed-muted); }
.woocommerce div.product .woocommerce-tabs ul.tabs li.active { background: rgba(242,185,54,.1); }
.woocommerce div.product .woocommerce-tabs ul.tabs li.active a { color: var(--ed-gold-2); }
.woocommerce div.product .woocommerce-tabs .panel { color: var(--ed-muted); }
.woocommerce div.product .woocommerce-tabs .panel h2 { color: #fff; }
.single-product #jp-relatedposts { display: none !important; }
.ed-product-reassurance { clear: both; display: grid; grid-template-columns: repeat(3,1fr); gap: 1px; overflow: hidden; margin: 55px 0; border: 1px solid var(--ed-line); border-radius: 18px; background: var(--ed-line); }
.ed-product-reassurance > div { padding: 25px; background: #20073a; }
.ed-product-reassurance strong { display: block; color: #fff; font-size: .78rem; }
.ed-product-reassurance span { display: block; margin-top: 6px; color: var(--ed-muted-2); font-size: .67rem; }
.woocommerce .related.products > h2,
.woocommerce .upsells.products > h2 { margin: 70px 0 30px; color: #fff; font-size: clamp(1.8rem,3vw,2.7rem); }

/* Cart, checkout and account */
.woocommerce table.shop_table { overflow: hidden; border: 1px solid var(--ed-line); border-radius: 16px; color: #fff; }
.woocommerce table.shop_table th { color: var(--ed-gold-2); }
.woocommerce table.shop_table td { border-color: var(--ed-line); }
.woocommerce table.shop_table a { color: #fff; }
.woocommerce table.shop_table .product-thumbnail img { border-radius: 9px; background: #fff; }
.woocommerce-cart .cart-collaterals .cart_totals,
.woocommerce-checkout-review-order,
.woocommerce form.checkout_coupon,
.woocommerce form.login,
.woocommerce form.register { padding: 28px; border: 1px solid var(--ed-line); border-radius: 18px; background: rgba(255,255,255,.055); }
.woocommerce form .form-row label { color: var(--ed-muted); font-size: .75rem; }
.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea,
.woocommerce form .form-row select,
.select2-container--default .select2-selection--single { min-height: 45px; padding: 10px 12px; border: 1px solid var(--ed-line); border-radius: 9px; background: #211039; color: #fff; }
.select2-container--default .select2-selection--single .select2-selection__rendered { color: #fff; line-height: 24px; }
.woocommerce-info,
.woocommerce-message,
.woocommerce-error { border-top-color: var(--ed-gold); background: rgba(255,255,255,.08); color: #fff; }
.woocommerce-info::before,
.woocommerce-message::before { color: var(--ed-gold); }
.woocommerce-error::before { color: #ff8289; }
.woocommerce .woocommerce-breadcrumb { color: var(--ed-muted-2); font-size: .72rem; }
.woocommerce .woocommerce-breadcrumb a { color: var(--ed-gold-2); }

/* Checkout Block — clear, reassuring and mobile-first */
body.woocommerce-checkout:not(.woocommerce-order-received) {
  background:
    radial-gradient(circle at 90% 8%, rgba(117,38,171,.32), transparent 32rem),
    linear-gradient(145deg, #160022 0%, #2b0647 56%, #170023 100%);
}
.ed-checkout-intro {
  width: min(1200px, calc(100% - 32px));
  margin: 52px auto 26px;
  padding: clamp(28px,5vw,54px);
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 28px;
  color: #fff;
  background:
    radial-gradient(circle at 92% 10%, rgba(242,185,54,.2), transparent 16rem),
    linear-gradient(130deg, #32104f, #581482);
  box-shadow: 0 30px 80px rgba(8,0,15,.25);
}
.ed-checkout-intro .ed-kicker { margin: 0 0 12px; color: var(--ed-gold-2); }
.ed-checkout-intro h1 { margin: 0; color: #fff; font-size: clamp(2.05rem,5vw,4.35rem); line-height: 1; letter-spacing: -.055em; }
.ed-checkout-intro > p:not(.ed-kicker) { max-width: 700px; margin: 19px 0 0; color: #e6dced; font-size: clamp(.82rem,1.6vw,1rem); }
.ed-checkout-intro__proofs { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 10px; margin-top: 30px; }
.ed-checkout-intro__proofs span { display: flex; align-items: center; gap: 12px; min-height: 68px; padding: 13px 16px; border: 1px solid rgba(255,255,255,.15); border-radius: 15px; background: rgba(255,255,255,.075); color: #fff; font-size: .68rem; font-weight: 750; }
.ed-checkout-intro__proofs strong { display: grid; width: 34px; height: 34px; flex: 0 0 34px; place-items: center; border-radius: 10px; color: #2b0a47; background: var(--ed-gold-2); font-size: .66rem; }
.woocommerce-checkout .wp-block-woocommerce-checkout { width: min(1200px, calc(100% - 32px)); max-width: none; margin: 0 auto 78px; }
.woocommerce-checkout .wc-block-checkout { gap: clamp(22px,3vw,38px); }
.woocommerce-checkout .wc-block-checkout__main,
.woocommerce-checkout .wc-block-checkout__sidebar { border: 1px solid #e8deec; border-radius: 24px; background: #fff; box-shadow: 0 22px 65px rgba(8,0,15,.18); }
.woocommerce-checkout .wc-block-checkout__main { padding: clamp(24px,4vw,44px); color: #2b1735; }
.woocommerce-checkout .wc-block-checkout__main .wc-block-components-checkout-step { margin: 0; padding: 27px 0; border-bottom: 1px solid #eee7f1; }
.woocommerce-checkout .wc-block-checkout__main .wc-block-components-checkout-step:first-child { padding-top: 0; }
.woocommerce-checkout .wc-block-checkout__main .wc-block-components-checkout-step:last-child { padding-bottom: 0; border-bottom: 0; }
.woocommerce-checkout .wc-block-checkout__main .wc-block-components-checkout-step__heading h2,
.woocommerce-checkout .wc-block-checkout__main .wc-block-components-title { color: #281034; font-size: clamp(1rem,2vw,1.36rem); font-weight: 850; letter-spacing: -.025em; }
.woocommerce-checkout .wc-block-checkout__main .wc-block-components-checkout-step__description,
.woocommerce-checkout .wc-block-checkout__main .wc-block-components-address-form__address_2-toggle { color: #76677d; }
.woocommerce-checkout .wc-block-checkout__main .wc-block-components-text-input input,
.woocommerce-checkout .wc-block-checkout__main .wc-block-components-combobox .wc-block-components-combobox-control input.components-combobox-control__input,
.woocommerce-checkout .wc-block-checkout__main .wc-block-components-textarea {
  min-height: 54px;
  border: 1px solid #dcd0e1;
  border-radius: 11px;
  color: #261631;
  background: #fcfafc;
  box-shadow: none;
}
.woocommerce-checkout .wc-block-checkout__main .wc-block-components-text-input label,
.woocommerce-checkout .wc-block-checkout__main .wc-block-components-combobox .wc-block-components-combobox-control label { color: #62536a; }
.woocommerce-checkout .wc-block-checkout__main input:focus,
.woocommerce-checkout .wc-block-checkout__main select:focus,
.woocommerce-checkout .wc-block-checkout__main textarea:focus { border-color: #7527a0; outline: 2px solid rgba(117,39,160,.15); outline-offset: 1px; }
.woocommerce-checkout .wc-block-checkout__sidebar { align-self: start; padding: clamp(22px,3vw,32px); color: #2b1735; }
.woocommerce-checkout .wc-block-checkout__sidebar .wc-block-components-title,
.woocommerce-checkout .wc-block-checkout__sidebar .wc-block-components-product-name,
.woocommerce-checkout .wc-block-checkout__sidebar strong { color: #281034; }
.woocommerce-checkout .wc-block-checkout__sidebar .wc-block-components-product-price,
.woocommerce-checkout .wc-block-checkout__sidebar .wc-block-components-totals-item__value { color: #50126f; font-weight: 850; }
.woocommerce-checkout .wc-block-components-checkout-place-order-button {
  min-height: 58px;
  border: 0;
  border-radius: 13px;
  color: #261032;
  background: linear-gradient(135deg, #ffd86a, #f2b936);
  box-shadow: 0 12px 30px rgba(242,185,54,.27);
  font-weight: 900;
}
.woocommerce-checkout .wc-block-components-checkout-place-order-button:hover { color: #fff; background: linear-gradient(135deg, #7f2daf, #541274); }
.woocommerce-checkout .wc-block-components-validation-error { color: #b42318; font-weight: 700; }

/* Branded order confirmation */
body.woocommerce-order-received .woocommerce { width: min(1080px, calc(100% - 32px)); margin: 55px auto 85px; }
.ed-order-next-steps { margin: 32px 0; padding: clamp(25px,4vw,45px); border: 1px solid rgba(255,255,255,.16); border-radius: 24px; color: #fff; background: linear-gradient(135deg, #33104f, #591484); box-shadow: 0 22px 60px rgba(8,0,15,.2); }
.ed-order-next-steps .ed-kicker { margin: 0 0 10px; color: var(--ed-gold-2); }
.ed-order-next-steps h2 { margin: 0; color: #fff; font-size: clamp(1.8rem,4vw,3rem); }
.ed-order-next-steps > p { color: #e5daeb; }
.ed-order-next-steps ol { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 10px; margin: 25px 0; padding: 0; list-style: none; }
.ed-order-next-steps li { display: flex; align-items: center; gap: 13px; min-height: 86px; padding: 15px; border: 1px solid rgba(255,255,255,.14); border-radius: 14px; background: rgba(255,255,255,.07); }
.ed-order-next-steps li strong { display: grid; width: 34px; height: 34px; flex: 0 0 34px; place-items: center; border-radius: 10px; color: #32104a; background: var(--ed-gold-2); }
.ed-order-next-steps li span { color: #fff; font-size: .68rem; font-weight: 750; }
.ed-order-next-steps__help { margin-bottom: 0; }
.ed-order-next-steps__help a { margin-left: 6px; color: var(--ed-gold-2); font-weight: 900; }

@media (max-width: 780px) {
  .ed-checkout-intro { width: min(100% - 20px,1200px); margin-top: 24px; padding: 25px 20px; border-radius: 20px; }
  .ed-checkout-intro h1 { font-size: clamp(2rem,11vw,3.15rem); }
  .ed-checkout-intro__proofs { grid-template-columns: 1fr; margin-top: 22px; }
  .ed-checkout-intro__proofs span { min-height: 58px; }
  .woocommerce-checkout .wp-block-woocommerce-checkout { width: min(100% - 20px,1200px); margin-bottom: 50px; }
  .woocommerce-checkout .wc-block-checkout__main,
  .woocommerce-checkout .wc-block-checkout__sidebar { padding: 20px; border-radius: 18px; }
  .woocommerce-checkout .wc-block-checkout__sidebar { position: static; }
  body.woocommerce-order-received .woocommerce { width: min(100% - 20px,1080px); margin-top: 28px; }
  .ed-order-next-steps { border-radius: 18px; }
  .ed-order-next-steps ol { grid-template-columns: 1fr; }
}

/* Legacy cards retained for WordPress content */
.ed-service-grid,
.ed-product-grid,
.ed-review-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.ed-service-card,
.ed-product-card,
.ed-review-card { overflow: hidden; border: 1px solid var(--ed-line); border-radius: var(--ed-radius); background: var(--ed-card); }
.ed-service-card__media { aspect-ratio: 1.48; overflow: hidden; }
.ed-service-card__media img { width: 100%; height: 100%; object-fit: cover; }
.ed-service-card__body,
.ed-product-card__body,
.ed-review-card { padding: 24px; }
.ed-service-card h3,
.ed-product-card h3 { margin: 0 0 9px; color: #fff; }
.ed-service-card p,
.ed-review-card p { color: var(--ed-muted); }
.ed-promise { padding: 66px 0; background: linear-gradient(120deg, #4b1088, #2b0750); }
.ed-promise h2 { margin: 0 0 34px; text-align: center; font-size: clamp(1.7rem, 3.4vw, 2.55rem); }
.ed-promise-grid { display: grid; grid-template-columns: repeat(3,1fr); }
.ed-promise-item { display: flex; align-items: center; justify-content: center; gap: 16px; padding: 4px 34px; }
.ed-promise-item + .ed-promise-item { border-left: 1px solid var(--ed-line); }
.ed-promise-item__icon { display: grid; width: 54px; height: 54px; place-items: center; border: 2px solid var(--ed-gold); border-radius: 50%; color: var(--ed-gold); font-weight: 900; }
.ed-promise-item strong { display: block; }
.ed-promise-item span { color: var(--ed-muted); font-size: .75rem; }

/* Official brand row on the home page */
.ed-home-brands { padding: 26px 0 40px; overflow: hidden; border-top: 1px solid var(--ed-line); }
.ed-home-brands__label { margin: 0 0 16px; color: var(--ed-muted-2); font-size: .61rem; font-weight: 800; letter-spacing: .13em; text-align: center; text-transform: uppercase; }
.ed-home-brands__viewport { overflow: hidden; padding: 3px 0 5px; -webkit-mask-image: linear-gradient(90deg, transparent, #000 6%, #000 94%, transparent); mask-image: linear-gradient(90deg, transparent, #000 6%, #000 94%, transparent); }
.ed-home-brands__track { display: flex; width: max-content; gap: 12px; animation: ed-home-brands-scroll 24s linear infinite; will-change: transform; }
.ed-home-brands__group { display: flex; flex: 0 0 auto; gap: 12px; }
.ed-home-brands__group a { display: grid; width: 220px; min-height: 92px; padding: 13px 16px; place-items: center; overflow: hidden; border: 1px solid rgba(255,255,255,.12); border-radius: 15px; background: #fff; transition: transform .22s ease, border-color .22s ease; }
.ed-home-brands__group a:hover { transform: translateY(-3px); border-color: var(--ed-gold); }
.ed-home-brands__group img { display: block; width: 100%; height: 58px; object-fit: contain; }
.ed-home-brands__viewport:hover .ed-home-brands__track,
.ed-home-brands__viewport:focus-within .ed-home-brands__track { animation-play-state: paused; }
@keyframes ed-home-brands-scroll { to { transform: translate3d(calc(-50% - 6px), 0, 0); } }

/* Why repair with Electroadib */
.ed-why-repair { overflow: hidden; border-top: 1px solid var(--ed-line); }
.ed-why-repair__heading { margin-bottom: 46px; }
.ed-why-repair__heading .ed-title { max-width: 980px; }
.ed-why-repair__layout { display: grid; grid-template-columns: .95fr 1.05fr; gap: 32px; align-items: center; }
.ed-why-repair__media { position: relative; aspect-ratio: 4 / 3; min-height: 0; overflow: hidden; margin: 0; border: 1px solid rgba(242,185,54,.2); border-radius: 30px 30px 88px 30px; background: #16032a; box-shadow: var(--ed-shadow); }
.ed-why-repair__media::before { content: ""; position: absolute; z-index: 1; inset: 0; border-radius: inherit; box-shadow: inset 0 0 0 1px rgba(255,255,255,.045); pointer-events: none; }
.ed-why-repair__media::after { content: ""; position: absolute; inset: 53% 0 0; background: linear-gradient(180deg, transparent, rgba(17,3,31,.88)); }
.ed-why-repair__media img { width: 100%; height: 100%; min-height: 0; object-fit: cover; object-position: center; }
.ed-why-repair__media figcaption { position: absolute; z-index: 1; right: 28px; bottom: 25px; left: 28px; }
.ed-why-repair__media figcaption span,
.ed-why-repair__media figcaption strong { display: block; }
.ed-why-repair__media figcaption span { margin-bottom: 5px; color: var(--ed-gold); font-size: .62rem; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.ed-why-repair__media figcaption strong { max-width: 430px; color: #fff; font-size: 1.05rem; line-height: 1.35; }
.ed-why-repair__reasons { position: relative; min-width: 0; padding-top: 56px; }
.ed-repair-controls { position: absolute; top: 0; right: 0; display: flex; gap: 8px; }
.ed-repair-controls button { display: grid; width: 42px; height: 42px; padding: 0; place-items: center; border: 1px solid var(--ed-line); border-radius: 12px; background: rgba(255,255,255,.07); color: #fff; cursor: pointer; }
.ed-repair-controls button:hover,
.ed-repair-controls button:focus-visible { border-color: var(--ed-gold); background: rgba(242,185,54,.12); }
.ed-repair-rail { display: grid; height: 410px; grid-auto-columns: minmax(260px, calc(50% - 8px)); grid-auto-flow: column; gap: 16px; overflow-x: auto; overscroll-behavior-inline: contain; scroll-snap-type: inline mandatory; scrollbar-width: none; }
.ed-repair-rail::-webkit-scrollbar { display: none; }
.ed-repair-card { position: relative; display: flex; min-height: 100%; flex-direction: column; justify-content: center; padding: 34px 28px; overflow: hidden; border: 1px solid rgba(255,255,255,.15); border-radius: 25px; background: linear-gradient(150deg, rgba(255,255,255,.12), rgba(138,76,255,.065)); box-shadow: inset 0 1px 0 rgba(255,255,255,.07); scroll-snap-align: start; }
.ed-repair-card::after { content: ""; position: absolute; right: -80px; bottom: -105px; width: 210px; height: 210px; border: 1px solid rgba(242,185,54,.16); border-radius: 50%; box-shadow: 0 0 0 34px rgba(242,185,54,.035); }
.ed-repair-card__icon { position: relative; isolation: isolate; display: grid; width: 68px; height: 68px; margin-bottom: 28px; overflow: hidden; place-items: center; border: 1px solid rgba(255,255,255,.28); border-radius: 21px; background: radial-gradient(circle at 79% 19%, rgba(255,217,118,.98) 0 12%, transparent 13%), linear-gradient(145deg, rgba(242,185,54,.92), rgba(138,76,255,.72) 62%, rgba(70,17,132,.88)); color: #fff; box-shadow: inset 0 1px 0 rgba(255,255,255,.55), 0 17px 34px rgba(3,0,13,.25); backdrop-filter: blur(12px); }
.ed-repair-card__icon::before { content: ""; position: absolute; z-index: -1; top: -16px; left: -13px; width: 55px; height: 55px; border-radius: 16px; background: rgba(255,255,255,.28); filter: blur(8px); transform: rotate(18deg); }
.ed-repair-card__icon::after { content: ""; position: absolute; z-index: -1; right: -17px; bottom: -18px; width: 54px; height: 54px; border-radius: 50%; background: rgba(43,7,79,.48); filter: blur(4px); }
.ed-repair-card__icon svg { position: relative; z-index: 1; width: 32px; height: 32px; filter: drop-shadow(0 4px 8px rgba(24,4,45,.28)); }
.ed-repair-card h3 { position: relative; z-index: 1; margin: 0; color: #fff; font-size: 1.13rem; line-height: 1.28; }
.ed-repair-card p { position: relative; z-index: 1; margin: 20px 0 0; color: var(--ed-muted); font-size: .77rem; line-height: 1.75; }

/* Partner wall — understated, continuous and brand-led */
.ed-partners { padding: 48px 0 52px; overflow: hidden; border-block: 1px solid rgba(255,255,255,.08); background: radial-gradient(circle at 50% -30%, rgba(138,76,255,.2), transparent 42%), linear-gradient(180deg, #150226 0%, #0d0119 100%); }
.ed-partners__heading { margin-bottom: 30px; text-align: center; }
.ed-partners__heading .ed-kicker { margin-bottom: 8px; }
.ed-partners__heading h2 { margin: 0; color: #fff; font-size: clamp(1.45rem,2.3vw,2rem); line-height: 1.1; letter-spacing: -.035em; }
.ed-partners__viewport { overflow: hidden; -webkit-mask-image: linear-gradient(90deg,transparent,#000 7%,#000 93%,transparent); mask-image: linear-gradient(90deg,transparent,#000 7%,#000 93%,transparent); }
.ed-partners__track { display: flex; width: max-content; gap: 36px; animation: ed-partners-scroll 31s linear infinite; will-change: transform; }
.ed-partners__group { display: flex; flex: 0 0 auto; align-items: center; gap: 36px; }
.ed-partner-logo { position: relative; display: grid; width: 245px; height: 92px; flex: 0 0 245px; place-items: center; }
.ed-partner-logo::after { content: ""; position: absolute; top: 24%; right: -18px; width: 1px; height: 52%; background: rgba(255,255,255,.12); }
.ed-partner-logo img { display: block; width: 100%; max-width: 215px; height: 70px; object-fit: contain; opacity: .7; filter: drop-shadow(0 8px 18px rgba(0,0,0,.16)); transition: opacity .25s ease, transform .25s ease; }
.ed-partner-logo:hover img { opacity: 1; transform: scale(1.035); }
.ed-partners__viewport:hover .ed-partners__track,
.ed-partners__viewport:focus-within .ed-partners__track { animation-play-state: paused; }
@keyframes ed-partners-scroll { to { transform: translate3d(calc(-50% - 18px),0,0); } }

/* Appointment, catalogue types, brands and team */
.ed-appointment__grid { display: grid; grid-template-columns: .9fr 1.1fr; align-items: start; gap: 70px; }
.ed-appointment__intro .ed-title strong { display: block; color: var(--ed-gold-2); }
.ed-appointment__intro > p:not(.ed-kicker) { max-width: 590px; margin: 24px 0; color: var(--ed-muted); }
.ed-appointment__intro ul { margin: 30px 0 0; padding: 0; list-style: none; }
.ed-appointment__intro li { position: relative; padding: 11px 0 11px 30px; border-top: 1px solid var(--ed-line); color: #eee5f7; font-size: .78rem; }
.ed-appointment__intro li::before { content: "✓"; position: absolute; left: 4px; color: var(--ed-gold); font-weight: 900; }
.ed-appointment-form { padding: 34px; border: 1px solid rgba(255,255,255,.16); border-radius: 25px; background: linear-gradient(145deg, rgba(255,255,255,.095), rgba(255,255,255,.045)); box-shadow: var(--ed-shadow); }
.ed-appointment-form label { display: block; color: #f6effc; font-size: .7rem; font-weight: 800; }
.ed-form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.ed-appointment-form .ed-form-row + .ed-form-row,
.ed-appointment-form > label { margin-top: 14px; }
.ed-appointment-form input,
.ed-appointment-form select,
.ed-appointment-form textarea { width: 100%; margin-top: 7px; padding: 13px 14px; border: 1px solid rgba(255,255,255,.18); border-radius: 11px; outline: 0; background: #19082e; color: #fff; color-scheme: dark; }
.ed-appointment-form textarea { resize: vertical; }
.ed-appointment-form input:focus,
.ed-appointment-form select:focus,
.ed-appointment-form textarea:focus { border-color: var(--ed-gold); box-shadow: 0 0 0 3px rgba(242,185,54,.1); }
.ed-appointment-form .ed-button { width: 100%; margin-top: 20px; }
.ed-form-note { margin: 11px 0 0; color: var(--ed-muted-2); font-size: .63rem; text-align: center; }

.ed-catalog-bar { padding: 46px 0; border-bottom: 1px solid var(--ed-line); }
.ed-catalog-bar__inner { display: grid; grid-template-columns: .8fr 1.2fr auto; align-items: center; gap: 32px; }
.ed-catalog-bar h1 { margin: 0; color: #fff; font-size: clamp(1.9rem, 3vw, 2.8rem); line-height: 1.05; letter-spacing: -.045em; }
.ed-catalog-bar p:not(.ed-kicker) { max-width: 590px; margin: 0; color: var(--ed-muted); font-size: .82rem; }
.ed-catalog-products { padding-top: 55px; }
.ed-catalog-note { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; overflow: hidden; margin-bottom: 36px; border: 1px solid var(--ed-line); border-radius: 17px; background: var(--ed-line); }
.ed-catalog-note > div { padding: 19px 21px; background: #20063b; }
.ed-catalog-note span { float: left; display: grid; width: 30px; height: 30px; margin-right: 12px; place-items: center; border-radius: 9px; background: rgba(242,185,54,.12); color: var(--ed-gold); font-size: .6rem; font-weight: 900; }
.ed-catalog-note strong,
.ed-catalog-note small { display: block; }
.ed-catalog-note strong { color: #fff; font-size: .71rem; }
.ed-catalog-note small { margin-top: 3px; color: var(--ed-muted-2); font-size: .61rem; line-height: 1.5; }
.ed-type-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.ed-type-card { position: relative; min-height: 480px; overflow: hidden; border: 1px solid var(--ed-line); border-radius: 25px; background: #18042d; box-shadow: 0 20px 55px rgba(3,0,12,.2); transition: transform .25s ease, border-color .25s ease; }
.ed-type-card:hover { transform: translateY(-6px); border-color: rgba(242,185,54,.4); }
.ed-type-card > img { width: 100%; height: 245px; background: linear-gradient(145deg, #2d0952, #17032b); object-fit: cover; }
.ed-type-card:first-child > img { object-fit: contain; }
.ed-type-card > div { padding: 25px; }
.ed-type-card span { color: var(--ed-gold); font-size: .61rem; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.ed-type-card h3 { margin: 8px 0 10px; color: #fff; font-size: 1.35rem; line-height: 1.15; }
.ed-type-card p { min-height: 72px; margin: 0 0 18px; color: var(--ed-muted); font-size: .72rem; }
.ed-type-card strong { color: var(--ed-gold-2); font-size: .68rem; }
.ed-type-grid--appliances .ed-type-card:first-child > img { object-fit: cover; }
.ed-shop-categories { padding-top: 64px; }
.ed-shop-category-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.ed-shop-products { padding-top: 62px; }
.ed-shop-categories + .ed-shop-products { padding-top: 8px; }
.ed-shop-products--single { padding-top: 64px; }
.ed-brand-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.ed-brand-card { overflow: hidden; padding: 14px 14px 20px; border: 1px solid var(--ed-line); border-radius: 18px; background: rgba(255,255,255,.06); text-align: center; transition: transform .22s ease, border-color .22s ease; }
.ed-brand-card:hover { transform: translateY(-4px); border-color: rgba(242,185,54,.4); }
.ed-brand-card img { width: 100%; height: 122px; padding: 20px 26px; border-radius: 11px; background: #fff; object-fit: contain; }
.ed-brand-card strong { display: block; margin-top: 15px; color: #fff; font-size: .82rem; }
.ed-brand-card span { display: block; margin-top: 5px; color: var(--ed-gold-2); font-size: .62rem; }
.ed-team-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.ed-team-card { overflow: hidden; border: 1px solid var(--ed-line); border-radius: 22px; background: rgba(255,255,255,.065); }
.ed-team-card__media { aspect-ratio: 4 / 4.9; overflow: hidden; background: radial-gradient(circle at 50% 25%, #4b1382, #18032d 70%); }
.ed-team-card__media img { width: 100%; height: 100%; object-fit: cover; }
.ed-team-placeholder { width: 100%; height: 100%; display: grid; place-content: center; gap: 8px; color: var(--ed-muted-2); text-align: center; }
.ed-team-placeholder span { display: grid; width: 54px; height: 54px; margin: auto; place-items: center; border: 1px dashed rgba(255,255,255,.32); border-radius: 50%; color: var(--ed-gold); font-size: 1.5rem; }
.ed-team-placeholder small { font-size: .65rem; }
.ed-team-card__body { padding: 21px; }
.ed-team-card__body > span { color: var(--ed-gold); font-size: .6rem; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.ed-team-card__body h3 { margin: 7px 0 6px; color: #fff; font-size: 1rem; }
.ed-team-card__body p { margin: 0; color: var(--ed-muted); font-size: .67rem; }
.ed-social-links { display: flex; gap: 8px; margin-top: 18px; }
.ed-social-links a { display: grid; width: 38px; height: 38px; place-items: center; border: 1px solid var(--ed-line); border-radius: 11px; color: var(--ed-gold-2); }
.ed-social-links a:hover { border-color: var(--ed-gold); background: rgba(242,185,54,.1); color: #fff; }
.ed-social-links svg { width: 19px; height: 19px; }

.ed-formula-prices { display: grid; grid-template-columns: 1fr 1fr; gap: 7px; margin: 12px 4px 2px; }
.ed-formula-prices > span { padding: 9px; border: 1px solid var(--ed-line); border-radius: 10px; background: rgba(255,255,255,.04); }
.ed-formula-prices .is-installed { border-color: rgba(242,185,54,.34); background: rgba(242,185,54,.08); }
.ed-formula-prices small,
.ed-formula-prices strong { display: block; }
.ed-formula-prices small { color: var(--ed-muted-2); font-size: .52rem; line-height: 1.25; }
.ed-formula-prices strong { margin-top: 4px; color: #fff; font-size: .72rem; }
.ed-formula-prices .is-installed strong { color: var(--ed-gold-2); }
.ed-price-range { font-size: .9rem; }
.ed-formula-guide { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin: 20px 0 4px; }
.ed-formula-guide > div { padding: 16px; border: 1px solid var(--ed-line); border-radius: 13px; background: rgba(255,255,255,.045); }
.ed-formula-guide .is-installed { border-color: rgba(242,185,54,.4); background: rgba(242,185,54,.09); }
.ed-formula-guide span,
.ed-formula-guide strong,
.ed-formula-guide small { display: block; }
.ed-formula-guide span { color: var(--ed-muted); font-size: .65rem; }
.ed-formula-guide strong { margin: 5px 0; color: #fff; font-size: 1.15rem; }
.ed-formula-guide .is-installed strong { color: var(--ed-gold-2); }
.ed-formula-guide small { color: var(--ed-muted-2); font-size: .58rem; }

/* Air-conditioner catalogue — quiet, product-first retail presentation. */
.ed-clim-catalogue { overflow: clip; background: #fff; }
.ed-clim-intro { padding: 34px 0; border-bottom: 1px solid rgba(255,255,255,.1); background: linear-gradient(135deg,#19032f,#3c0867); }
.ed-clim-intro__inner { display: grid; grid-template-columns: minmax(280px,.9fr) minmax(360px,1.2fr) auto; align-items: center; gap: 34px; }
.ed-clim-intro h1 { margin: 0; color: #fff; font-size: clamp(1.85rem,3vw,2.55rem); line-height: 1.04; letter-spacing: -.045em; }
.ed-clim-intro__inner > p { max-width: 570px; margin: 0; color: #ded2e7; font-size: .78rem; line-height: 1.65; }
.ed-clim-intro .ed-button { white-space: nowrap; }

.ed-clim-service-strip { position: relative; z-index: 2; border-bottom: 1px solid #ebe7ed; background: #fff; }
.ed-clim-service-strip__grid { display: grid; grid-template-columns: repeat(5,minmax(0,1fr)); }
.ed-clim-service-item { display: flex; min-height: 96px; align-items: center; justify-content: center; gap: 11px; padding: 16px 13px; border-right: 1px solid #eeeaf0; color: #281333; }
.ed-clim-service-item:last-child { border-right: 0; }
.ed-clim-service-item > span { display: grid; width: 39px; height: 39px; flex: 0 0 auto; place-items: center; border-radius: 50%; background: #f5f1f7; color: #55217b; }
.ed-clim-service-item svg { width: 21px; height: 21px; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.ed-clim-service-item strong { max-width: 130px; font-size: .65rem; line-height: 1.35; }

.ed-clim-products { padding: 68px 0 92px; background: #fff; }
.ed-clim-section-head { display: flex; align-items: flex-end; justify-content: space-between; gap: 36px; margin-bottom: 34px; }
.ed-clim-section-head h2 { margin: 0; color: #211527; font-size: clamp(2rem,3vw,2.85rem); line-height: 1.04; letter-spacing: -.045em; }
.ed-clim-section-head > p { max-width: 520px; margin: 0; color: #786f7d; font-size: .72rem; line-height: 1.65; }
.ed-clim-section-head--products { align-items: center; }

.ed-capacity-filter { margin: -4px 0 30px; padding: 17px 18px 18px; border: 1px solid #ebe6ee; border-radius: 17px; background: #faf9fb; }
.ed-capacity-filter__head { display: flex; align-items: center; justify-content: space-between; gap: 18px; margin-bottom: 13px; }
.ed-capacity-filter__head strong { color: #281333; font-size: .72rem; font-weight: 800; }
.ed-capacity-filter__head span { color: #7a7180; font-size: .62rem; font-weight: 650; }
.ed-capacity-filter__rail { display: grid; grid-template-columns: 1.2fr repeat(4,1fr); gap: 9px; }
.ed-capacity-filter__rail button { display: flex; min-height: 48px; align-items: center; justify-content: center; gap: 6px; padding: 10px 14px; border: 1px solid #dfd8e3; border-radius: 11px; background: #fff; box-shadow: none; color: #3d2a45; font: inherit; font-size: .65rem; font-weight: 760; cursor: pointer; transition: border-color .2s ease, background .2s ease, color .2s ease, transform .2s ease; }
.ed-capacity-filter__rail button strong { font-size: .72rem; font-weight: 850; }
.ed-capacity-filter__rail button span { color: #8a7d90; font-size: .5rem; font-weight: 800; letter-spacing: .08em; }
.ed-capacity-filter__rail button:hover { border-color: #7b4b91; transform: translateY(-1px); }
.ed-capacity-filter__rail button:focus-visible { outline: 3px solid rgba(242,185,54,.38); outline-offset: 2px; }
.ed-capacity-filter__rail button.is-active { border-color: #2f103f; background: #2f103f; color: #fff; }
.ed-capacity-filter__rail button.is-active span { color: #f4c654; }
.ed-capacity-filter__empty { margin: 18px 0 0; padding: 17px; border-radius: 11px; background: #fff; color: #655a6a; font-size: .67rem; text-align: center; }
.ed-capacity-filter__empty[hidden] { display: none !important; }

.ed-clim-products .woocommerce .products,
.ed-clim-products .woocommerce ul.products { gap: 24px; }
.ed-clim-products .woocommerce ul.products li.product { display: flex; min-height: 100%; flex-direction: column; margin: 0 !important; padding: 0 0 18px !important; overflow: hidden; border: 1px solid #eeeaf0; border-radius: 18px; background: #fff; box-shadow: none; transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease; }
.ed-clim-products .woocommerce ul.products li.product.is-capacity-hidden { display: none !important; }
.ed-clim-products .woocommerce ul.products li.product:hover { transform: translateY(-3px); border-color: #d9cfe0; box-shadow: 0 15px 34px rgba(39,17,50,.08); }
.ed-clim-products .woocommerce ul.products li.product > .woocommerce-LoopProduct-link { display: flex; flex: 1; flex-direction: column; }
.ed-clim-products .woocommerce ul.products li.product a img { width: 100%; aspect-ratio: 1 / .8; margin: 0 0 16px !important; padding: 20px; border: 0; border-radius: 0; background: #f6f6f6; object-fit: contain; transition: transform .25s ease; }
.ed-clim-products .woocommerce ul.products li.product:hover a img { transform: scale(1.015); }
.ed-clim-products .woocommerce ul.products li.product .woocommerce-loop-product__title { min-height: 46px; margin: 0; padding: 0 17px !important; color: #211527; font-size: .76rem !important; font-weight: 750; line-height: 1.42; letter-spacing: -.012em; }
.ed-clim-products .woocommerce ul.products li.product .price { min-height: 24px; margin: 9px 17px 0 !important; color: #5a197f !important; font-size: .79rem !important; font-weight: 800; }
.ed-clim-products .ed-formula-prices,
.ed-clim-products .ed-loop-specs,
.ed-clim-products .ed-stock-line { display: none !important; }
.ed-clim-products .woocommerce ul.products li.product .button { width: auto; min-height: 42px; margin: 15px 17px 0 !important; padding: 11px 16px; border: 1px solid #2f103f; border-radius: 10px; background: #2f103f; box-shadow: none; color: #fff; font-size: .61rem; letter-spacing: .015em; }
.ed-clim-products .woocommerce ul.products li.product .button:hover { border-color: #4d1b65; background: #4d1b65; }
.ed-clim-products .woocommerce span.onsale { top: 14px !important; left: 14px !important; }

.ed-technical-table { margin: 16px 0 28px; border-top: 1px solid #e9e3ec; }
.ed-technical-table dl { margin: 0; }
.ed-technical-table dl > div { display: grid; grid-template-columns: minmax(160px,.8fr) 1.2fr; gap: 24px; padding: 12px 0; border-bottom: 1px solid #e9e3ec; }
.ed-technical-table dt { color: #716876; font-size: .68rem; font-weight: 500; }
.ed-technical-table dd { margin: 0; color: #281333; font-size: .68rem; font-weight: 750; }
.ed-manufacturer-source { margin-top: 26px !important; padding: 15px 17px; border-left: 3px solid var(--ed-gold); background: #f7f3f8; color: #655b69; font-size: .66rem; }
.ed-manufacturer-source a { color: #5a197f; font-weight: 750; text-decoration: underline; text-underline-offset: 3px; }

@media (max-width:1180px) {
	.ed-clim-service-strip__grid { grid-template-columns: repeat(3,minmax(0,1fr)); }
	.ed-clim-service-item:nth-child(3) { border-right: 0; }
	.ed-clim-service-item:nth-child(n+4) { border-top: 1px solid #eeeaf0; }
	.ed-clim-products .woocommerce .products,
	.ed-clim-products .woocommerce ul.products { grid-template-columns: repeat(3,minmax(0,1fr)); }
}

@media (max-width:900px) {
	.ed-clim-intro__inner { grid-template-columns: 1fr; gap: 14px; }
	.ed-clim-intro__inner > p { max-width: 680px; }
	.ed-clim-intro .ed-button { width: fit-content; }
	.ed-clim-section-head { align-items: flex-start; flex-direction: column; gap: 12px; }
	.ed-clim-products .woocommerce .products,
	.ed-clim-products .woocommerce ul.products { grid-template-columns: repeat(2,minmax(0,1fr)); }
}

@media (max-width:620px) {
	.ed-clim-intro { padding: 27px 0 29px; }
	.ed-clim-intro__inner { gap: 10px; text-align: center; }
	.ed-clim-intro h1 { font-size: 1.9rem; }
	.ed-clim-intro__inner > p { font-size: .67rem; }
	.ed-clim-intro .ed-button { width: 100%; margin-top: 7px; }
	.ed-clim-service-strip { overflow-x: auto; scrollbar-width: none; }
	.ed-clim-service-strip::-webkit-scrollbar { display: none; }
	.ed-clim-service-strip__grid { width: max-content; grid-template-columns: repeat(5,152px); }
	.ed-clim-service-item { min-height: 79px; justify-content: flex-start; padding: 12px 10px; border-top: 0 !important; border-right: 1px solid #eeeaf0 !important; }
	.ed-clim-service-item > span { width: 34px; height: 34px; }
	.ed-clim-service-item svg { width: 18px; height: 18px; }
	.ed-clim-service-item strong { font-size: .57rem; }
	.ed-clim-products { padding: 48px 0 66px; }
	.ed-clim-section-head { align-items: flex-start; margin-bottom: 23px; text-align: left; }
	.ed-clim-section-head h2 { font-size: 2rem; }
	.ed-clim-section-head > p { font-size: .64rem; }
	.ed-capacity-filter { margin-bottom: 22px; padding: 14px 0 14px 14px; overflow: hidden; border-radius: 14px; }
	.ed-capacity-filter__head { padding-right: 14px; }
	.ed-capacity-filter__head strong { font-size: .65rem; }
	.ed-capacity-filter__head span { font-size: .56rem; }
	.ed-capacity-filter__rail { display: flex; gap: 8px; padding: 1px 14px 5px 0; overflow-x: auto; scroll-snap-type: x proximity; scrollbar-width: none; }
	.ed-capacity-filter__rail::-webkit-scrollbar { display: none; }
	.ed-capacity-filter__rail button { min-width: 100px; min-height: 46px; flex: 0 0 auto; scroll-snap-align: start; }
	.ed-capacity-filter__rail button:first-child { min-width: 92px; }
	.ed-capacity-filter__empty { margin-right: 14px; }
	.ed-clim-products .woocommerce .products,
	.ed-clim-products .woocommerce ul.products { grid-template-columns: repeat(2,minmax(0,1fr)); gap: 11px; }
	.ed-clim-products .woocommerce ul.products li.product { padding-bottom: 12px !important; border-radius: 13px; }
	.ed-clim-products .woocommerce ul.products li.product a img { aspect-ratio: 1/.84; margin-bottom: 11px !important; padding: 10px; }
	.ed-clim-products .woocommerce ul.products li.product .woocommerce-loop-product__title { min-height: 58px; padding-inline: 10px !important; font-size: .62rem !important; line-height: 1.38; }
	.ed-clim-products .woocommerce ul.products li.product .price { margin: 7px 10px 0 !important; font-size: .64rem !important; }
	.ed-clim-products .woocommerce ul.products li.product .button { min-height: 38px; margin: 11px 10px 0 !important; padding: 9px 8px; border-radius: 8px; font-size: .54rem; }
	.ed-technical-table dl > div { grid-template-columns: 1fr; gap: 4px; }
}

@media (max-width:360px) {
	.ed-clim-products .woocommerce .products,
	.ed-clim-products .woocommerce ul.products { grid-template-columns: 1fr; }
	.ed-clim-products .woocommerce ul.products li.product .woocommerce-loop-product__title { min-height: 0; font-size: .72rem !important; }
}

/* Responsive */
@media (max-width: 1120px) {
  .ed-brand img,
  .ed-brand .custom-logo { width: 200px; }
  .ed-nav ul { gap: 16px; }
  .ed-nav a { font-size: .69rem; }
  .ed-shop-button { display: none; }
  .ed-hero__grid { grid-template-columns: 1fr .9fr; gap: 38px; }
  .ed-hero h1 { font-size: clamp(3rem, 5.2vw, 4.55rem); }
  .ed-hero-proof { grid-template-columns: 1fr 1fr; }
  .ed-hero-proof__item:last-child { grid-column: 1 / -1; }
  .ed-detail-grid--compact,
  .ed-category-grid,
  .ed-capacity-grid,
  .woocommerce .products,
  .woocommerce ul.products { grid-template-columns: repeat(2, minmax(0,1fr)); }
	.ed-brand-grid,
	.ed-team-grid { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .ed-footer-grid { grid-template-columns: 1.3fr 1fr 1fr; }
  .ed-footer-grid > :last-child { grid-column: 2 / -1; }
}

@media (max-width: 900px) {
  .admin-bar .ed-site-header { top: 46px; }
  .ed-container { width: min(calc(100% - 30px), var(--ed-container)); }
  .ed-section { padding: 78px 0; }
  .ed-header__inner { min-height: 72px; }
  .ed-brand img,
  .ed-brand .custom-logo { width: 174px; }
  .ed-menu-toggle { display: block; margin-left: auto; }
  .ed-phone-button { display: none; }
  .ed-nav { position: fixed; top: 108px; right: 0; bottom: 0; left: 0; display: none; margin: 0; padding: 28px; overflow-y: auto; background: rgba(15,2,29,.98); backdrop-filter: blur(20px); }
  .admin-bar .ed-nav { top: 118px; }
  .menu-open .ed-nav { display: block; }
  .ed-nav ul { align-items: stretch; flex-direction: column; gap: 0; }
  .ed-nav li { border-bottom: 1px solid var(--ed-line); }
  .ed-nav a { display: block; padding: 18px 0; font-size: .96rem; }
  .ed-nav a::after { display: none; }
  .ed-hero__grid { min-height: 0; grid-template-columns: 1fr; gap: 54px; padding-block: 66px 82px; }
  .ed-hero__copy { max-width: 720px; }
  .ed-hero h1 { font-size: clamp(3.2rem, 8.7vw, 5.4rem); }
  .ed-hero-proof { grid-template-columns: 1.05fr .9fr 1.15fr; }
  .ed-hero-proof__item:last-child { grid-column: auto; }
  .ed-hero__media { width: min(100%, 700px); margin-inline: auto; padding-left: 0; }
  .ed-hero__halo { right: -30px; width: min(82vw, 650px); }
  .ed-hero__frame,
  .ed-hero__frame img { min-height: 570px; }
  .ed-hero__frame--cutout { min-height: 650px; }
  .ed-hero__frame--cutout img { min-height: 0; }
  .ed-detail-grid,
  .ed-process-grid,
  .ed-about-grid { grid-template-columns: 1fr 1fr; }
  .ed-story__grid,
  .ed-story-detail,
  .ed-service-detail,
  .ed-region-panel,
  .ed-refurbished-checklist { grid-template-columns: 1fr; gap: 42px; }
  .ed-story__years { min-height: 390px; }
  .ed-service-detail--reverse .ed-service-detail__intro { order: initial; }
  .ed-region-panel__cities { padding: 26px 0 0; border-top: 1px solid var(--ed-line); border-left: 0; }
  .ed-refurbished { grid-template-columns: 1fr; }
  .ed-refurbished__media { min-height: 400px; }
  .ed-refurbished__media::after { background: linear-gradient(180deg, transparent 70%, rgba(31,6,56,.45)); }
  .ed-page-hero__grid { grid-template-columns: 1fr; gap: 24px; }
	.ed-appointment__grid { grid-template-columns: 1fr; gap: 42px; }
	.ed-why-repair__layout { grid-template-columns: 1fr; }
	.ed-why-repair__media { aspect-ratio: 16 / 9; min-height: 0; }
	.ed-why-repair__media img { min-height: 0; }
	.ed-repair-rail { height: 390px; }
	.ed-catalog-bar__inner { grid-template-columns: 1fr; gap: 18px; }
	.ed-catalog-bar__inner .ed-button { width: fit-content; }
	.ed-catalog-note { grid-template-columns: 1fr; }
	.ed-type-grid { grid-template-columns: 1fr 1fr; }
	.ed-shop-category-grid { grid-template-columns: 1fr 1fr; }
  .ed-contact-grid { grid-template-columns: 1fr; }
  .ed-footer-grid { grid-template-columns: 1fr 1fr; }
  .ed-footer-grid > :last-child { grid-column: auto; }
  .woocommerce div.product .summary { padding-left: 0; }
  .ed-product-reassurance { grid-template-columns: 1fr; }
}

@media (max-width: 620px) {
  .ed-trustbar { display: none; }
  .admin-bar .ed-site-header { top: 46px; }
  .ed-site-header { background: rgba(32,5,57,.97); box-shadow: none; backdrop-filter: blur(18px); }
  .ed-header__inner { width: calc(100% - 24px); min-height: 74px; gap: 5px; }
  .ed-brand { order: 1; }
  .ed-brand img,
  .ed-brand .custom-logo { width: 145px; max-height: 40px; }
  .ed-header__actions { order: 2; gap: 4px; margin-left: auto; }
  .ed-menu-toggle { order: 3; width: 39px; height: 39px; margin-left: 0; padding: 9px; border-color: transparent; background: transparent; }
  .ed-language-selector select { width: 53px; height: 38px; padding: 0 18px 0 8px; border-color: transparent; background: rgba(255,255,255,.055); font-size: .58rem; }
  .ed-language-selector::after { right: 8px; }
  .ed-cart-button { width: 38px; height: 38px; border-color: transparent; background: transparent; }
  .ed-cart-button > span { top: -5px; right: -4px; min-width: 18px; height: 18px; padding-inline: 4px; font-size: .56rem; }
  .ed-nav { top: 74px; }
  .admin-bar .ed-nav { top: 120px; }

  .ed-mobile-service-nav { position: sticky; top: 74px; z-index: 89; display: block; border-bottom: 1px solid rgba(242,185,54,.2); background: #10031f; box-shadow: 0 10px 28px rgba(3,0,12,.2); }
  .admin-bar .ed-mobile-service-nav { top: 120px; }
  .ed-mobile-service-nav__inner { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); }
  .ed-mobile-service-nav a { display: flex; min-width: 0; min-height: 68px; align-items: center; justify-content: center; gap: 2px; padding: 9px 1px; border-right: 1px solid rgba(255,255,255,.08); color: #fff; }
  .ed-mobile-service-nav a:last-child { border-right: 0; }
  .ed-mobile-service-nav a:active { background: rgba(242,185,54,.1); }
  .ed-mobile-service-nav span { display: grid; width: 16px; height: 18px; flex: 0 0 auto; place-items: center; color: var(--ed-gold); }
  .ed-mobile-service-nav svg { width: 16px; height: 16px; }
  .ed-mobile-service-nav strong { overflow: hidden; font-size: clamp(.52rem,2.8vw,.66rem); line-height: 1.1; text-overflow: ellipsis; white-space: nowrap; }

  .ed-section { padding: 64px 0; }
  .ed-kicker { text-align: center; }
  .ed-title { font-size: clamp(2rem,10vw,2.65rem); text-align: center; }
  .ed-section-head { align-items: center; text-align: center; }

  .ed-hero { background: radial-gradient(circle at 80% 92%, rgba(242,185,54,.16), transparent 32%), linear-gradient(150deg, #260645 0%, #431074 52%, #21043d 100%); }
  .ed-hero::before { opacity: .16; background-size: 44px 44px; }
  .ed-hero__grid { width: calc(100% - 30px); gap: 38px; padding-block: 38px 0; }
  .ed-hero__copy { max-width: none; text-align: center; }
  .ed-eyebrow { display: none; }
  .ed-hero h1 { max-width: 100%; font-size: clamp(2.12rem,10.8vw,3rem); line-height: 1.02; letter-spacing: -.055em; text-wrap: balance; }
  .ed-hero h1 strong { margin-top: 4px; }
  .ed-hero__title-icon { display: inline-grid; width: .78em; height: .78em; margin-left: .12em; vertical-align: .02em; box-shadow: 0 0 0 5px rgba(242,185,54,.055); }
  .ed-hero__copy > p { max-width: 33rem; margin: 20px auto 0; color: #e8ddf2; font-size: .83rem; line-height: 1.68; }
  .ed-hero-booking { flex-direction: column; gap: 8px; margin-top: 27px; padding: 10px; border: 0; border-radius: 25px 25px 0 0; background: #fff; box-shadow: 0 22px 48px rgba(3,0,12,.32); }
  .ed-hero-booking__field { min-height: 54px; padding: 0 13px; border-radius: 16px; background: #f3eef7; }
  .ed-hero-booking__field > span { background: #e9def1; color: var(--ed-purple-700); }
  .ed-hero-booking select { height: 54px; color: #403449; font-size: .78rem; }
  .ed-hero-booking .ed-button { width: 100%; min-height: 55px; border-radius: 16px; font-size: .78rem; }
  .ed-hero__catalog-link { display: none; }
  .ed-hero-proof { display: block; margin: 0; padding: 5px 12px 13px; border: 0; border-radius: 0 0 25px 25px; background: #fff; box-shadow: 0 22px 48px rgba(3,0,12,.32); }
  .ed-hero-proof__item:not(:first-child) { display: none; }
  .ed-hero-proof__item:first-child { display: flex; justify-content: center; gap: 8px; padding: 11px 6px 4px; border-top: 1px solid #ece5f1; background: transparent; }
  .ed-hero-proof__item--google .ed-hero-proof__icon { width: 27px; height: 27px; border: 0; }
  .ed-hero-proof__item--google .ed-google-icon { width: 24px; height: 24px; }
  .ed-hero-proof__item > span:last-child { display: flex; align-items: center; gap: 7px; }
  .ed-hero-proof__item strong { color: #2b0a47; font-size: .68rem; white-space: nowrap; }
  .ed-hero-proof__item small { margin: 0; color: #66566f; font-size: .59rem; white-space: nowrap; }
  .ed-hero-proof__item small::before { content: "•"; margin-right: 7px; color: var(--ed-gold); }
  .ed-hero-socials { display: none; }
  .ed-hero__media { width: calc(100% + 30px); margin-inline: -15px; padding-top: 4px; }
  .ed-hero__halo { top: 18px; right: 3%; width: 94%; background: radial-gradient(circle, rgba(242,185,54,.16), rgba(138,76,255,.18) 58%, transparent 59%); }
  .ed-hero__frame,
  .ed-hero__frame img { min-height: 390px; }
  .ed-hero__frame { min-height: 390px; border: 0; border-radius: 48% 48% 0 0 / 30% 30% 0 0; box-shadow: none; }
  .ed-hero__frame img { object-position: 52% 34%; }
  .ed-hero__frame::after { background: linear-gradient(180deg, transparent 68%, rgba(25,4,45,.5)); }
  .ed-hero__frame--cutout { min-height: clamp(430px, 135vw, 540px); overflow: hidden; border-radius: 0; background: transparent; }
  .ed-hero__frame--cutout::before { inset: 10% 3% 0; border-radius: 50% 50% 0 0 / 32% 32% 0 0; background: radial-gradient(circle at 50% 44%, rgba(134,57,210,.46), rgba(79,18,132,.48) 56%, rgba(242,185,54,.13) 72%, transparent 73%); box-shadow: inset 0 0 70px rgba(255,255,255,.04); }
  .ed-hero__frame--cutout::after { background: linear-gradient(180deg, transparent 86%, rgba(25,4,45,.3)); }
  .ed-hero__frame--cutout img { width: 100%; height: 100%; min-height: 0; object-fit: contain; object-position: center bottom; filter: drop-shadow(0 22px 25px rgba(3,0,13,.28)); }
  .ed-home-brands { padding: 34px 0 38px; }
  .ed-home-brands__label { text-align: center; }
  .ed-why-repair__heading { margin-bottom: 30px; text-align: center; }
  .ed-why-repair__media,
  .ed-why-repair__media img { min-height: 0; }
  .ed-why-repair__media { aspect-ratio: 1 / 1; border: 0; border-radius: 30px 30px 80px 30px; }
  .ed-why-repair__media figcaption { right: 22px; bottom: 21px; left: 22px; }
  .ed-why-repair__reasons { padding-top: 52px; }
  .ed-repair-controls button { border-color: rgba(242,185,54,.35); background: rgba(242,185,54,.1); color: var(--ed-gold-2); }
  .ed-repair-rail { grid-auto-columns: 88%; gap: 12px; }
  .ed-repair-card { min-height: 330px; padding: 30px 25px; border: 0; border-radius: 25px; background: #fff; box-shadow: 0 20px 48px rgba(3,0,12,.18); }
  .ed-repair-card__icon { width: 58px; height: 58px; margin-bottom: 25px; border: 1px solid rgba(255,255,255,.45); background: radial-gradient(circle at 79% 19%, rgba(255,217,118,.98) 0 12%, transparent 13%), linear-gradient(145deg, rgba(242,185,54,.96), rgba(138,76,255,.76) 62%, rgba(70,17,132,.9)); color: #fff; }
  .ed-repair-card h3 { color: #2b0a47; }
  .ed-repair-card p { margin-top: 16px; color: #665a6f; font-size: .74rem; }

  .ed-partners { padding: 38px 0 42px; }
  .ed-partners__heading { margin-bottom: 23px; }
  .ed-partners__heading h2 { font-size: 1.55rem; }
  .ed-partners__viewport { -webkit-mask-image: linear-gradient(90deg,transparent,#000 4%,#000 96%,transparent); mask-image: linear-gradient(90deg,transparent,#000 4%,#000 96%,transparent); }
  .ed-partners__group { gap: 22px; }
  .ed-partners__track { animation-duration: 24s; }
  .ed-partner-logo { width: 178px; height: 76px; flex-basis: 178px; }
  .ed-partner-logo::after { right: -11px; }
  .ed-partner-logo img { max-width: 165px; height: 56px; }

  .ed-appointment__intro { text-align: center; }
  .ed-appointment__intro > p:not(.ed-kicker) { margin-inline: auto; }
  .ed-appointment__intro ul { text-align: left; }
  .ed-appointment-form { padding: 22px; border: 0; border-radius: 25px; background: #fff; box-shadow: 0 22px 55px rgba(3,0,12,.25); }
  .ed-appointment-form label { color: #2b0a47; }
  .ed-appointment-form input,
  .ed-appointment-form select,
  .ed-appointment-form textarea { border-color: #e5dce9; background: #f5f0f7; color: #2d2333; color-scheme: light; }

  .ed-detail-card,
  .ed-category-card,
  .ed-service-card,
  .ed-product-card,
  .ed-review-card,
  .ed-type-card { border-color: transparent; background: #fff; box-shadow: 0 18px 45px rgba(3,0,12,.16); }
  .ed-detail-card h3,
  .ed-category-card h3,
  .ed-service-card h3,
  .ed-product-card h3,
  .ed-type-card h3 { color: #2b0a47; }
  .ed-detail-card p,
  .ed-detail-card li,
  .ed-category-card p,
  .ed-service-card p,
  .ed-review-card p,
  .ed-type-card p { color: #665a6f; }
  .ed-detail-card ul { border-top-color: #e7deec; }
  .ed-type-card { border-radius: 25px; }
  .ed-type-card > img { height: 225px; }
  .ed-type-card span,
  .ed-type-card strong { color: var(--ed-purple-700); }
  .ed-service-detail__list { border: 0; background: #fff; box-shadow: 0 18px 45px rgba(3,0,12,.16); }
  .ed-service-detail__list h3 { color: #2b0a47; }
  .ed-service-detail__list li { border-top-color: #e7deec; }
  .ed-service-detail__list strong { color: var(--ed-purple-700); }
  .ed-service-detail__list span { color: #665a6f; }

  .ed-best-seller-card { border: 0; background: #fff; }
  .ed-best-seller-card__body > strong { color: #2b0a47; }
  .ed-best-seller-card__body .price { color: var(--ed-purple-700); }
  .woocommerce ul.products li.product { border: 0; background: #fff; box-shadow: 0 18px 45px rgba(3,0,12,.16); }
  .woocommerce ul.products li.product .woocommerce-loop-product__title { color: #2b0a47; }
  .woocommerce ul.products li.product .price { color: var(--ed-purple-700) !important; }
  .woocommerce ul.products li.product a img { background: #fff; }
  .ed-capacity-grid,
  .ed-detail-grid,
  .ed-detail-grid--compact,
  .ed-category-grid,
  .ed-process-grid,
  .ed-about-grid,
  .ed-service-grid,
  .ed-product-grid,
  .ed-review-grid,
  .woocommerce .products,
  .woocommerce ul.products { grid-template-columns: 1fr; }
  .ed-section-head,
  .ed-final-cta__inner,
  .ed-footer-intro { align-items: flex-start; flex-direction: column; }
  .ed-section-head .ed-button,
  .ed-final-cta .ed-button,
  .ed-footer-intro .ed-button { width: 100%; }
  .ed-capacity-card,
  .ed-capacity-card__content { min-height: 300px; }
  .ed-detail-card { padding: 25px; }
  .ed-story__years { min-height: 330px; border-radius: 30px 30px 90px 30px; }
  .ed-story-detail__year { min-height: 280px; }
  .ed-service-detail__list { padding: 25px; }
  .ed-service-detail__list li { grid-template-columns: 1fr; gap: 5px; }
  .ed-region-panel,
  .ed-refurbished-checklist { padding: 28px; }
  .ed-refurbished__media { min-height: 300px; }
  .ed-refurbished__copy { padding: 38px 25px; }
  .ed-refurbished__copy .ed-button { width: 100%; }
  .ed-refurbished-checklist ul { grid-template-columns: 1fr; }
  .ed-catalog-empty { align-items: flex-start; flex-direction: column; padding: 28px; }
  .ed-catalog-empty .ed-button { width: 100%; }
  .ed-page-hero { padding: 80px 0 62px; }
  .ed-contact-panel,
  .ed-contact-form { padding: 28px; }
	.ed-appointment-form { padding: 24px; }
	.ed-form-row,
	.ed-type-grid,
	.ed-shop-category-grid,
	.ed-brand-grid,
	.ed-team-grid,
	.ed-formula-guide { grid-template-columns: 1fr; }
	.ed-home-brands { padding-bottom: 32px; }
	.ed-home-brands__viewport { margin-inline: -15px; }
	.ed-home-brands__track { animation-duration: 19s; }
	.ed-home-brands__group a { width: 170px; min-height: 76px; padding: 10px 12px; }
	.ed-home-brands__group img { height: 48px; }
	.ed-best-sellers__viewport { margin-inline: -15px; }
	.ed-best-sellers__track { animation-duration: 38s; }
	.ed-best-seller-card { width: 220px; flex-basis: 220px; grid-template-rows: 185px auto; }
	.ed-best-seller-card__media img { height: 162px; }
	.ed-repair-rail { height: auto; grid-auto-columns: 84%; }
	.ed-repair-card { min-height: 360px; }
	.ed-repair-card__icon { width: 56px; height: 56px; border-radius: 17px; }
	.ed-repair-card__icon svg { width: 28px; height: 28px; }
	.ed-type-card { min-height: 0; }
	.ed-type-card p { min-height: 0; }
	.ed-catalog-bar__inner .ed-button { width: 100%; }
  .ed-footer-grid { grid-template-columns: 1fr; }
  .ed-footer-bottom { flex-direction: column; }
  .ed-single-specs dl,
  .ed-product-features ul { grid-template-columns: 1fr; }
  .woocommerce div.product .product_title { font-size: 2.25rem; }
  .woocommerce table.shop_table_responsive tr td::before { color: var(--ed-gold-2); }
  .ed-section-head { align-items: center; text-align: center; }
  .ed-repair-rail { grid-auto-columns: 88%; }
  .ed-repair-card { min-height: 330px; }
}

/* Product-page corrections: readable specifications and a real related-products grid. */
.single-product .woocommerce-tabs .panel,
.single-product .woocommerce-tabs .panel p,
.single-product .woocommerce-tabs .panel li { color: #ddd2e8; }
.single-product .woocommerce-tabs .panel strong { color: #fff; }
.single-product .ed-technical-table { border-top-color: rgba(255,255,255,.24); }
.single-product .ed-technical-table dl > div { border-bottom-color: rgba(255,255,255,.2); }
.single-product .ed-technical-table dt { color: #c9bbd6; font-size: .74rem; }
.single-product .ed-technical-table dd { color: #fff; font-size: .74rem; }
.single-product .ed-manufacturer-source { border-left-color: var(--ed-gold); background: rgba(255,255,255,.075); color: #ddd2e8; }
.single-product .ed-manufacturer-source a { color: var(--ed-gold-2); }

.single-product .related.products,
.single-product .upsells.products { display: block !important; clear: both; width: 100%; margin: 72px 0 0; }
.single-product .related.products > h2,
.single-product .upsells.products > h2 { width: 100%; margin: 0 0 28px; }
.single-product .related.products ul.products,
.single-product .upsells.products ul.products { display: grid !important; width: 100%; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 22px; }
.single-product .related.products ul.products li.product,
.single-product .upsells.products ul.products li.product { display: flex; min-width: 0; min-height: 100%; flex-direction: column; padding: 0 0 18px !important; overflow: hidden; border: 1px solid #ece7ef; border-radius: 18px; background: #fff; box-shadow: 0 16px 36px rgba(3,0,12,.18); }
.single-product .related.products ul.products li.product:hover,
.single-product .upsells.products ul.products li.product:hover { border-color: #d9cfe0; background: #fff; transform: translateY(-3px); }
.single-product .related.products ul.products li.product > .woocommerce-LoopProduct-link,
.single-product .upsells.products ul.products li.product > .woocommerce-LoopProduct-link { display: flex; flex: 1; flex-direction: column; }
.single-product .related.products ul.products li.product a img,
.single-product .upsells.products ul.products li.product a img { width: 100%; aspect-ratio: 4 / 3; margin: 0 0 16px !important; padding: 18px; border-radius: 0; background: #f7f7f7; object-fit: contain; }
.single-product .related.products .woocommerce-loop-product__title,
.single-product .upsells.products .woocommerce-loop-product__title { min-height: 48px; padding: 0 17px !important; color: #24112c !important; font-size: .78rem !important; line-height: 1.4; }
.single-product .related.products .price,
.single-product .upsells.products .price { margin: 9px 17px 0 !important; color: #5a197f !important; font-size: .82rem !important; }
.single-product .related.products .ed-formula-prices,
.single-product .related.products .ed-loop-specs,
.single-product .related.products .ed-stock-line,
.single-product .upsells.products .ed-formula-prices,
.single-product .upsells.products .ed-loop-specs,
.single-product .upsells.products .ed-stock-line { display: none !important; }
.single-product .related.products ul.products li.product .button,
.single-product .upsells.products ul.products li.product .button { width: auto; min-height: 42px; margin: 15px 17px 0 !important; padding: 11px 14px; border-radius: 10px; background: #2f103f; color: #fff; font-size: .61rem; }

@media (max-width: 900px) {
  .single-product .related.products ul.products,
  .single-product .upsells.products ul.products { grid-template-columns: repeat(2,minmax(0,1fr)); gap: 14px; }
}

@media (max-width: 520px) {
  .single-product .related.products ul.products,
  .single-product .upsells.products ul.products { grid-template-columns: 1fr; }
  .single-product .related.products ul.products li.product a img,
  .single-product .upsells.products ul.products li.product a img { aspect-ratio: 16 / 10; }
  .single-product .ed-technical-table dl > div { grid-template-columns: 1fr; gap: 4px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; }
	.ed-home-brands__track { animation: none !important; }
	.ed-best-sellers__track { animation: none !important; }
	.ed-partners__track { animation: none !important; }
}

/* Mobile navigation — full-height panel mounted outside the filtered header. */
.ed-menu-backdrop,
.ed-nav__mobile-footer { display: none; }
.ed-button--dark { background: #241033; color: #fff; box-shadow: 0 14px 34px rgba(35,16,51,.16); }
.ed-button--dark:hover { color: #fff; }

@media (max-width: 900px) {
  .ed-site-header { isolation: isolate; }
  .menu-open .ed-site-header {
    background: #20053d;
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
  }
  .ed-menu-toggle { position: relative; z-index: 131; cursor: pointer; }
  .ed-menu-toggle span:not(.screen-reader-text) { transform-origin: center; transition: transform .22s ease, opacity .18s ease; }
  .menu-open .ed-menu-toggle span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
  .menu-open .ed-menu-toggle span:nth-child(2) { opacity: 0; }
  .menu-open .ed-menu-toggle span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
  .ed-nav {
    position: fixed;
    z-index: 120;
    top: var(--ed-menu-top, 108px);
    right: 0;
    bottom: 0;
    left: 0;
    display: flex !important;
    width: 100%;
    max-width: none;
    margin: 0;
    padding: 20px max(24px, calc((100vw - 560px) / 2)) max(28px, env(safe-area-inset-bottom));
    overflow-y: auto;
    overscroll-behavior: contain;
    visibility: hidden;
    flex-direction: column;
    border-top: 1px solid rgba(242,185,54,.18);
    background: linear-gradient(180deg, #1c0434 0%, #270649 58%, #130224 100%);
    box-shadow: 0 24px 60px rgba(3,0,12,.42);
    opacity: 0;
    transform: translateY(-12px);
    pointer-events: none;
    transition: transform .24s cubic-bezier(.2,.7,.2,1), opacity .2s ease, visibility 0s linear .24s;
  }
  .admin-bar .ed-nav { top: var(--ed-menu-top, 118px); }
  .menu-open .ed-nav { visibility: visible; opacity: 1; transform: translateY(0); pointer-events: auto; transition-delay: 0s; }
  .menu-open .ed-mobile-service-nav { visibility: hidden; opacity: 0; pointer-events: none; }
  .ed-nav ul,
  .ed-nav .ed-menu {
    display: flex !important;
    width: 100%;
    max-width: 560px;
    align-items: stretch !important;
    flex-direction: column !important;
    gap: 0 !important;
    margin: 0 auto !important;
    padding: 0 !important;
    overflow: visible !important;
    list-style: none;
  }
  .ed-nav li { width: 100%; margin: 0; border-bottom: 1px solid rgba(255,255,255,.11); }
  .ed-nav li:first-child { border-top: 1px solid rgba(255,255,255,.11); }
  .ed-nav a {
    display: flex !important;
    width: 100%;
    min-height: 58px;
    align-items: center;
    justify-content: space-between;
    padding: 15px 5px;
    color: #f8f3fc;
    font-size: .9rem;
    font-weight: 760;
    line-height: 1.25;
    white-space: normal;
  }
  .ed-nav .current-menu-item > a { color: var(--ed-gold-2); }
  .ed-nav .ed-menu > li > a::before { content: "›"; order: 2; color: var(--ed-gold); font-size: 1.45rem; font-weight: 500; line-height: 1; transition: transform .2s ease; }
  .ed-nav .ed-menu > li > a:hover::before { transform: translateX(4px); }
  .ed-nav a::after { display: none; }
  .ed-nav__mobile-footer { display: grid; width: 100%; max-width: 560px; margin: auto auto 0; padding-top: 24px; grid-template-columns: 1fr 1fr; gap: 10px; }
  .ed-nav__mobile-footer a { min-height: 50px; justify-content: center; gap: 8px; padding: 11px 8px; border: 1px solid rgba(242,185,54,.3); border-radius: 13px; background: rgba(242,185,54,.09); color: #fff; font-size: .7rem; }
  .ed-nav__mobile-footer a::before { display: none !important; }
  .ed-nav__mobile-footer svg { width: 18px; height: 18px; color: var(--ed-gold-2); }
  .ed-menu-backdrop {
    position: fixed;
    z-index: 89;
    top: var(--ed-menu-top, 108px);
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    padding: 0;
    border: 0;
    background: rgba(5,0,12,.7);
    opacity: 0;
    pointer-events: none;
    cursor: pointer;
    transition: opacity .22s ease;
  }
  .menu-open .ed-menu-backdrop { opacity: 1; pointer-events: auto; }
}

@media (max-width: 620px) {
  .ed-nav { top: var(--ed-menu-top, 74px); width: 100%; padding: 15px 20px max(22px, env(safe-area-inset-bottom)); }
  .admin-bar .ed-nav { top: var(--ed-menu-top, 120px); }
  .ed-menu-backdrop { top: var(--ed-menu-top, 74px); }
  .ed-nav a { min-height: 55px; padding-inline: 4px; font-size: .83rem; }
  .ed-nav__mobile-footer { grid-template-columns: 1fr; gap: 8px; padding-top: 18px; }
}

/* Editorial advice hub. */
.ed-blog-index,
.ed-single-article { color: #2b1835; background: #f7f4f8; }
.ed-blog-hero { position: relative; overflow: hidden; padding: 76px 0 82px; color: #fff; background: radial-gradient(circle at 82% 10%, rgba(242,185,54,.18), transparent 31%), linear-gradient(135deg, #140226, #3c0b6d 68%, #260548); }
.ed-blog-hero::after { content: ""; position: absolute; right: -120px; bottom: -220px; width: 540px; height: 540px; border: 1px solid rgba(242,185,54,.2); border-radius: 50%; box-shadow: 0 0 0 70px rgba(255,255,255,.018), 0 0 0 140px rgba(255,255,255,.014); pointer-events: none; }
.ed-blog-hero__grid { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(0,1.35fr) minmax(270px,.65fr); align-items: end; gap: 64px; }
.ed-breadcrumb { display: flex; align-items: center; gap: 9px; margin-bottom: 32px; color: #d9cde5; font-size: .69rem; font-weight: 700; }
.ed-breadcrumb a:hover { color: #fff; text-decoration: underline; text-underline-offset: 4px; }
.ed-blog-hero h1 { max-width: 900px; margin: 0; color: #fff; font-size: clamp(2.5rem,5vw,4.9rem); line-height: 1.01; letter-spacing: -.06em; }
.ed-blog-hero__grid > div:first-child > p:last-child { max-width: 760px; margin: 24px 0 0; color: #d9cde5; font-size: .95rem; }
.ed-blog-hero__topics { display: grid; gap: 9px; }
.ed-blog-hero__topics span { display: flex; min-height: 54px; align-items: center; gap: 12px; padding: 13px 16px; border: 1px solid rgba(255,255,255,.14); border-radius: 14px; background: rgba(255,255,255,.07); color: #fff; font-size: .73rem; font-weight: 800; backdrop-filter: blur(10px); }
.ed-blog-hero__topics svg { width: 22px; height: 22px; color: var(--ed-gold-2); }
.ed-blog-listing { padding: 90px 0 104px; }
.ed-blog-listing__head,
.ed-blog-preview__head { display: flex; align-items: end; justify-content: space-between; gap: 40px; margin-bottom: 38px; }
.ed-blog-listing__head h2 { margin: 0; color: #271131; font-size: clamp(2rem,3.6vw,3.4rem); line-height: 1.05; letter-spacing: -.05em; }
.ed-blog-listing__head > p { max-width: 430px; margin: 0; color: #72657b; font-size: .82rem; }
.ed-blog-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 22px; }
.ed-blog-card { min-width: 0; overflow: hidden; border: 1px solid #e9e2ed; border-radius: 20px; background: #fff; box-shadow: 0 18px 50px rgba(43,24,53,.07); transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease; }
.ed-blog-card:hover { border-color: #d9c9e2; box-shadow: 0 25px 60px rgba(43,24,53,.12); transform: translateY(-4px); }
.ed-blog-card__media { display: block; overflow: hidden; aspect-ratio: 16 / 10; background: linear-gradient(145deg,#f2edf5,#e8deef); }
.ed-blog-card__media img { width: 100%; height: 100%; object-fit: cover; transition: transform .45s ease; }
.ed-blog-card:hover .ed-blog-card__media img { transform: scale(1.025); }
.ed-blog-card__placeholder { display: grid; width: 100%; height: 100%; place-items: center; color: var(--ed-purple-700); }
.ed-blog-card__placeholder svg { width: 55px; height: 55px; }
.ed-blog-card__body { display: flex; min-height: 286px; flex-direction: column; padding: 23px 23px 20px; }
.ed-blog-card__meta { display: flex; align-items: center; justify-content: space-between; gap: 12px; color: #8a7d91; font-size: .6rem; font-weight: 700; }
.ed-blog-card__meta span { color: #6a238e; font-weight: 850; text-transform: uppercase; }
.ed-blog-card h3 { margin: 14px 0 10px; color: #24102e; font-size: 1.12rem; line-height: 1.35; letter-spacing: -.025em; }
.ed-blog-card h3 a:hover { color: #611e91; }
.ed-blog-card__body > p { margin: 0; color: #716579; font-size: .74rem; line-height: 1.68; }
.ed-blog-card__footer { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-top: auto; padding-top: 21px; border-top: 1px solid #eee8f1; color: #887b90; font-size: .61rem; }
.ed-blog-card__footer a { color: #3f0c60; font-weight: 850; }
.ed-blog-card__footer a span { color: #b47c00; }
.ed-blog-pagination { margin-top: 46px; }
.ed-blog-pagination .nav-links { display: flex; flex-wrap: wrap; justify-content: center; gap: 7px; }
.ed-blog-pagination .page-numbers { display: grid; min-width: 42px; height: 42px; padding: 0 12px; place-items: center; border: 1px solid #e1d7e6; border-radius: 10px; background: #fff; color: #3b1a4a; font-size: .7rem; font-weight: 800; }
.ed-blog-pagination .current { border-color: #4a126f; background: #4a126f; color: #fff; }
.ed-blog-empty { padding: 45px; border: 1px solid #e5dce9; border-radius: 20px; background: #fff; text-align: center; }
.ed-blog-empty h2 { margin-top: 0; }
.ed-blog-cta { padding: 72px 0; color: #fff; background: linear-gradient(135deg,#1b0431,#380962); }
.ed-blog-cta__inner { display: flex; align-items: center; justify-content: space-between; gap: 42px; }
.ed-blog-cta h2 { max-width: 760px; margin: 0; color: #fff; font-size: clamp(1.8rem,3vw,3.1rem); line-height: 1.12; letter-spacing: -.045em; }

/* The latest useful articles are visible from the home page for people and crawlers. */
.ed-blog-preview { color: #2a1734; background: #f8f5f9; }
.ed-blog-preview__head h2 { color: #25102e; }
.ed-blog-preview__head > p { max-width: 420px; margin: 0; color: #76687d; font-size: .78rem; }
.ed-blog-preview__action { display: flex; justify-content: center; margin-top: 38px; }

/* Long-form article template. */
.ed-article-hero { padding: 70px 0 76px; color: #fff; background: radial-gradient(circle at 84% 16%, rgba(242,185,54,.18), transparent 30%), linear-gradient(135deg,#120221,#3b0a69); }
.ed-article-hero__grid { display: grid; grid-template-columns: minmax(0,1.05fr) minmax(360px,.75fr); align-items: center; gap: 62px; }
.ed-article-hero h1 { max-width: 820px; margin: 0; color: #fff; font-size: clamp(2.35rem,4.7vw,4.8rem); line-height: 1.02; letter-spacing: -.058em; }
.ed-article-hero__excerpt { max-width: 760px; margin: 23px 0 0; color: #ddcee9; font-size: .93rem; }
.ed-article-meta { display: flex; flex-wrap: wrap; gap: 8px 18px; margin-top: 25px; color: #d3c5de; font-size: .66rem; font-weight: 700; }
.ed-article-meta span + span,
.ed-article-meta time + span { position: relative; }
.ed-article-meta span + span::before,
.ed-article-meta time + span::before { content: "•"; position: absolute; left: -12px; color: var(--ed-gold); }
.ed-article-hero__media { overflow: hidden; aspect-ratio: 4 / 3; margin: 0; border: 1px solid rgba(255,255,255,.15); border-radius: 22px; background: rgba(255,255,255,.07); box-shadow: var(--ed-shadow); }
.ed-article-hero__media img { width: 100%; height: 100%; object-fit: cover; }
.ed-article-main { padding: 82px 0 100px; background: #f7f4f8; }
.ed-article-layout { display: grid; grid-template-columns: minmax(0,760px) minmax(270px,340px); justify-content: center; align-items: start; gap: 76px; }
.ed-article-content { min-width: 0; color: #3d3044; font-family: Georgia, "Times New Roman", serif; font-size: 1.04rem; line-height: 1.85; }
.ed-article-content > :first-child { margin-top: 0; }
.ed-article-content h2,
.ed-article-content h3 { color: #281130; font-family: "Montserrat", sans-serif; letter-spacing: -.035em; }
.ed-article-content h2 { margin: 52px 0 16px; font-size: clamp(1.65rem,3vw,2.3rem); line-height: 1.18; }
.ed-article-content h3 { margin: 34px 0 10px; font-size: 1.18rem; line-height: 1.32; }
.ed-article-content p,
.ed-article-content li { color: #55485b; }
.ed-article-content a { color: #5a167e; font-weight: 700; text-decoration: underline; text-decoration-color: rgba(90,22,126,.3); text-underline-offset: 4px; }
.ed-article-content .ed-inline-cta { display: inline-flex; margin: 10px 8px 10px 0; padding: 12px 16px; border-radius: 10px; background: #32104a; color: #fff; font-family: "Montserrat", sans-serif; font-size: .72rem; font-weight: 850; text-decoration: none; }
.ed-article-lead { padding-left: 20px; border-left: 4px solid var(--ed-gold); color: #3c2947 !important; font-size: 1.18rem; line-height: 1.7; }
.ed-article-table-wrap { margin: 25px 0; overflow-x: auto; border: 1px solid #e3d9e7; border-radius: 14px; }
.ed-article-content table { width: 100%; min-width: 620px; border-collapse: collapse; background: #fff; font-family: "Montserrat", sans-serif; font-size: .72rem; }
.ed-article-content th,
.ed-article-content td { padding: 15px 17px; border-bottom: 1px solid #eee8f0; text-align: left; }
.ed-article-content th { background: #2b0a43; color: #fff; font-weight: 850; }
.ed-article-updated { display: flex; align-items: center; gap: 14px; margin-top: 54px; padding: 18px; border: 1px solid #e3dae7; border-radius: 14px; background: #fff; font-family: "Montserrat", sans-serif; }
.ed-article-updated > span { display: grid; width: 40px; height: 40px; flex: 0 0 auto; place-items: center; border-radius: 11px; background: #f1e9f6; color: #5b197d; }
.ed-article-updated svg { width: 21px; height: 21px; }
.ed-article-updated p { margin: 0; }
.ed-article-updated strong,
.ed-article-updated small { display: block; color: #33233c; font-size: .68rem; }
.ed-article-updated small { margin-top: 3px; color: #827589; }
.ed-article-aside { position: sticky; top: 125px; }
.ed-article-aside > div { padding: 27px; border: 1px solid #e2d7e7; border-radius: 19px; background: #fff; box-shadow: 0 18px 45px rgba(43,24,53,.08); }
.ed-article-aside h2 { margin: 0; color: #291234; font-size: 1.55rem; line-height: 1.2; letter-spacing: -.04em; }
.ed-article-aside p { color: #74667b; font-size: .74rem; }
.ed-article-aside .ed-button { width: 100%; margin-top: 9px; }
.ed-article-aside small { display: block; margin-top: 17px; color: #897a90; font-size: .6rem; text-align: center; }
.ed-related-posts { padding: 88px 0 102px; color: #2a1734; background: #eee8f1; }
.ed-related-posts .ed-title { color: #25102e; }

@media (max-width: 900px) {
  .ed-blog-hero__grid,
  .ed-article-hero__grid { grid-template-columns: 1fr; gap: 38px; }
  .ed-blog-hero__topics { grid-template-columns: repeat(3,minmax(0,1fr)); }
  .ed-blog-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .ed-blog-listing__head,
  .ed-blog-preview__head { align-items: flex-start; flex-direction: column; gap: 16px; }
  .ed-article-layout { grid-template-columns: minmax(0,760px); gap: 44px; }
  .ed-article-aside { position: static; }
}

@media (max-width: 620px) {
  .ed-blog-hero { padding: 44px 0 52px; }
  .ed-breadcrumb { margin-bottom: 22px; font-size: .6rem; }
  .ed-blog-hero h1,
  .ed-article-hero h1 { font-size: clamp(2.05rem,10vw,3rem); }
  .ed-blog-hero__grid > div:first-child > p:last-child,
  .ed-article-hero__excerpt { font-size: .78rem; }
  .ed-blog-hero__topics { display: flex; gap: 8px; overflow-x: auto; scrollbar-width: none; }
  .ed-blog-hero__topics span { min-width: max-content; min-height: 45px; padding: 10px 13px; }
  .ed-blog-listing { padding: 57px 0 70px; }
  .ed-blog-grid { grid-template-columns: 1fr; gap: 16px; }
  .ed-blog-card { border-radius: 16px; }
  .ed-blog-card__body { min-height: 255px; padding: 20px; }
  .ed-blog-card h3 { font-size: 1rem; }
  .ed-blog-preview__head { text-align: center; }
  .ed-blog-preview__head > p { margin-inline: auto; }
  .ed-blog-cta { padding: 57px 0; text-align: center; }
  .ed-blog-cta__inner { align-items: center; flex-direction: column; }
  .ed-blog-cta .ed-button { width: 100%; }
  .ed-article-hero { padding: 43px 0 50px; }
  .ed-article-hero__grid { gap: 30px; }
  .ed-article-hero__media { aspect-ratio: 16 / 10; border-radius: 16px; }
  .ed-article-meta { gap: 7px 15px; font-size: .57rem; }
  .ed-article-main { padding: 54px 0 66px; }
  .ed-article-content { font-size: .94rem; line-height: 1.78; }
  .ed-article-content h2 { margin-top: 42px; }
  .ed-article-lead { font-size: 1.04rem; }
  .ed-article-aside > div { padding: 22px; }
  .ed-related-posts { padding: 62px 0 72px; }
}

@media (prefers-reduced-motion: reduce) {
  .ed-nav,
  .ed-menu-backdrop,
  .ed-menu-toggle span:not(.screen-reader-text),
  .ed-blog-card,
  .ed-blog-card__media img { transition: none !important; }
}


/* Reconditioned page refinement */

/* =========================================================
   Reconditioned shop — clean retail layout, scoped to page
   ========================================================= */
.ed-reconditioned-page {
  --refurb-ink: #21072f;
  --refurb-copy: #695d6d;
  --refurb-soft: #f6f2f8;
  --refurb-line: #e5dce9;
  --refurb-yellow: #f7bd36;
  --refurb-yellow-light: #ffd768;
  --refurb-purple: #2d0a43;
  color: var(--refurb-ink);
  background: #f9f7fa;
}
.ed-reconditioned-page h1,
.ed-reconditioned-page h2,
.ed-reconditioned-page h3 { color: var(--refurb-ink); }
.ed-reconditioned-page svg { display: block; width: 24px; height: 24px; }
.ed-refurb-eyebrow {
  margin: 0 0 16px;
  color: #701d94;
  font-size: .68rem;
  font-weight: 900;
  letter-spacing: .16em;
  text-transform: uppercase;
}
.ed-refurb-hero {
  position: relative;
  overflow: hidden;
  padding: 30px 0 28px;
  background: linear-gradient(180deg,#1d0630 0%,#25073c 100%);
}
.ed-refurb-hero__panel {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0,.88fr) minmax(480px,1.12fr);
  min-height: 390px;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.2);
  border-radius: 36px;
  background:
    radial-gradient(circle at 79% 27%,rgba(255,255,255,.24),transparent 25%),
    linear-gradient(135deg,var(--refurb-yellow-light) 0%,var(--refurb-yellow) 58%,#eca91f 100%);
  box-shadow: 0 28px 70px rgba(7,0,14,.28);
}
.ed-refurb-hero__panel::before {
  content: "";
  position: absolute;
  right: -145px;
  bottom: -265px;
  width: 700px;
  height: 700px;
  border: 1px solid rgba(45,10,67,.16);
  border-radius: 50%;
  box-shadow: 0 0 0 74px rgba(45,10,67,.035),0 0 0 148px rgba(45,10,67,.026);
}
.ed-refurb-hero__copy {
  position: relative;
  z-index: 3;
  align-self: center;
  padding: 52px 40px 52px 58px;
}
.ed-refurb-hero .ed-refurb-eyebrow { color: #3b0c51; }
.ed-refurb-hero h1 {
  max-width: 570px;
  margin: 0;
  color: var(--refurb-purple);
  font-size: clamp(2.65rem,4.1vw,4.2rem);
  line-height: 1;
  letter-spacing: -.05em;
}
.ed-refurb-hero__lead {
  max-width: 570px;
  margin: 24px 0 0;
  color: rgba(33,7,47,.76);
  font-size: .88rem;
  line-height: 1.65;
}
.ed-refurb-hero__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  min-height: 58px;
  margin-top: 32px;
  padding: 0 27px;
  border: 1px solid rgba(255,255,255,.2);
  border-radius: 999px;
  color: #fff;
  background: var(--refurb-purple);
  box-shadow: 0 14px 30px rgba(45,10,67,.22);
  font-size: .75rem;
  font-weight: 850;
  transition: transform .2s ease,box-shadow .2s ease,background .2s ease;
}
.ed-refurb-hero__button:hover {
  color: #fff;
  background: #42105d;
  box-shadow: 0 18px 36px rgba(45,10,67,.3);
  transform: translateY(-2px);
}
.ed-refurb-hero__button span { font-size: 1.25rem; line-height: 1; }
.ed-refurb-hero__media {
  position: relative;
  z-index: 2;
  height: 430px;
  min-height: 0;
  display: grid;
  align-items: end;
  align-self: stretch;
  padding: 30px 30px 0 18px;
  overflow: hidden;
  background: radial-gradient(circle at 50% 66%,rgba(255,255,255,.43),transparent 58%);
}
.ed-refurb-hero__halo {
  position: absolute;
  right: -8%;
  bottom: -34%;
  width: 610px;
  height: 610px;
  border: 1px solid rgba(45,10,67,.16);
  border-radius: 50%;
  background: rgba(255,255,255,.09);
}
.ed-refurb-hero__media img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 0;
  object-fit: contain;
  object-position: center bottom;
  filter: drop-shadow(0 22px 22px rgba(45,10,67,.2));
}
.ed-refurb-hero__badge {
  position: absolute;
  z-index: 4;
  right: 28px;
  top: 28px;
  display: grid;
  min-width: 132px;
  padding: 13px 16px;
  border: 1px solid rgba(45,10,67,.14);
  border-radius: 15px;
  color: var(--refurb-purple);
  background: rgba(255,255,255,.85);
  box-shadow: 0 14px 30px rgba(45,10,67,.12);
  backdrop-filter: blur(10px);
}
.ed-refurb-hero__badge strong { font-size: .72rem; }
.ed-refurb-hero__badge span { margin-top: 2px; font-size: .55rem; opacity: .68; }

.ed-refurb-categories { margin-top: 25px; }
.ed-refurb-categories__rail {
  display: flex;
  width: 100%;
  gap: 12px;
  overflow-x: auto;
  padding: 2px 2px 6px;
  scroll-snap-type: x proximity;
  scrollbar-width: none;
}
.ed-refurb-categories__rail::-webkit-scrollbar { display: none; }
.ed-refurb-categories__rail a {
  display: inline-flex;
  min-width: max-content;
  align-items: center;
  gap: 11px;
  padding: 8px 16px 8px 9px;
  border: 1px solid rgba(255,255,255,.3);
  border-radius: 999px;
  color: #fff;
  background: rgba(255,255,255,.075);
  scroll-snap-align: start;
  font-size: .65rem;
  font-weight: 780;
  transition: border-color .2s ease,background .2s ease,transform .2s ease;
}
.ed-refurb-categories__rail a:hover {
  border-color: rgba(247,189,54,.85);
  color: #fff;
  background: rgba(247,189,54,.13);
  transform: translateY(-1px);
}
.ed-refurb-categories__rail span {
  display: grid;
  width: 46px;
  height: 46px;
  flex: 0 0 auto;
  place-items: center;
  border-radius: 50%;
  color: var(--refurb-purple);
  background: var(--refurb-yellow);
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.35);
}
.ed-refurb-categories__rail svg { width: 26px; height: 26px; }

.ed-refurb-stock { padding: 92px 0 104px; background: #f8f5f9; }
.ed-refurb-section-head { display: flex; align-items: end; justify-content: space-between; gap: 40px; margin-bottom: 42px; }
.ed-refurb-section-head h2 { max-width: 760px; margin: 0; font-size: clamp(2.2rem,4vw,4rem); line-height: 1.03; letter-spacing: -.055em; }
.ed-refurb-section-head > p { max-width: 430px; margin: 0 0 5px; color: #796c80; font-size: .76rem; line-height: 1.7; }
.ed-refurb-section-head--center { justify-content: center; text-align: center; }
.ed-refurb-section-head--center h2 { max-width: 850px; }
.ed-refurb-empty { display: grid; grid-template-columns: 76px minmax(0,1fr) auto; align-items: center; gap: 28px; padding: 34px; border: 1px solid #dfd2e5; border-radius: 22px; background: #fff; box-shadow: 0 22px 65px rgba(45,23,55,.07); }
.ed-refurb-empty__icon { display: grid; width: 76px; height: 76px; place-items: center; border-radius: 20px; color: #6c208e; background: #f2e7f7; }
.ed-refurb-empty__icon svg { width: 34px; height: 34px; }
.ed-refurb-empty .ed-refurb-eyebrow { margin-bottom: 7px; }
.ed-refurb-empty h3 { margin: 0; font-size: clamp(1.3rem,2.4vw,2rem); line-height: 1.2; letter-spacing: -.035em; }
.ed-refurb-empty p:not(.ed-refurb-eyebrow) { max-width: 720px; margin: 9px 0 0; color: #776a7c; font-size: .72rem; line-height: 1.65; }

/* WooCommerce cards are intentionally quiet here; detail belongs on the product page. */
.ed-reconditioned-page .woocommerce .products,
.ed-reconditioned-page .woocommerce ul.products { gap: 18px; }
.ed-reconditioned-page .woocommerce ul.products li.product { padding: 0 0 19px !important; border: 1px solid #e3dae7; border-radius: 18px; background: #fff; box-shadow: 0 13px 35px rgba(45,25,54,.06); }
.ed-reconditioned-page .woocommerce ul.products li.product:hover { border-color: #cbb6d6; background: #fff; box-shadow: 0 18px 45px rgba(45,25,54,.11); transform: translateY(-4px); }
.ed-reconditioned-page .woocommerce ul.products li.product a img { aspect-ratio: 1/1; margin-bottom: 0 !important; border-radius: 17px 17px 0 0; background: #f5f3f6; }
.ed-reconditioned-page .woocommerce ul.products li.product .woocommerce-loop-product__title { min-height: 0; padding: 19px 18px 0 !important; color: #2d1636; font-size: .82rem !important; line-height: 1.45; }
.ed-reconditioned-page .woocommerce ul.products li.product .price { margin: 11px 18px !important; color: #661a8b !important; font-size: .9rem !important; }
.ed-reconditioned-page .woocommerce ul.products li.product .button { width: calc(100% - 36px); margin: 10px 18px 0 !important; padding: 12px 13px; border-radius: 10px; background: #351047; color: #fff; font-size: .62rem; }
.ed-reconditioned-page .ed-loop-specs { display: none; }
.ed-reconditioned-page .ed-stock-line { margin-inline: 18px; color: #3f9b62; }

.ed-refurb-process { padding: 104px 0; color: #fff; background: radial-gradient(circle at 90% 12%,rgba(242,185,54,.16),transparent 25%),linear-gradient(135deg,#180329,#3b0b61 58%,#21053a); }
.ed-refurb-process .ed-refurb-eyebrow { color: var(--ed-gold-2); }
.ed-refurb-process .ed-refurb-section-head h2 { color: #fff; }
.ed-refurb-process__grid { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 14px; }
.ed-refurb-process__grid article { position: relative; min-height: 265px; padding: 27px; overflow: hidden; border: 1px solid rgba(255,255,255,.13); border-radius: 19px; background: rgba(255,255,255,.07); }
.ed-refurb-process__grid article::after { content: ""; position: absolute; right: -55px; bottom: -70px; width: 145px; height: 145px; border: 1px solid rgba(255,255,255,.08); border-radius: 50%; }
.ed-refurb-process__grid article > span { display: grid; width: 48px; height: 48px; place-items: center; border-radius: 13px; color: #2a0b3a; background: var(--ed-gold); }
.ed-refurb-process__grid article > b { position: absolute; top: 26px; right: 26px; color: rgba(255,255,255,.28); font-size: .65rem; }
.ed-refurb-process__grid h3 { margin: 38px 0 10px; color: #fff; font-size: 1.05rem; }
.ed-refurb-process__grid p { margin: 0; color: #d1c3dc; font-size: .7rem; line-height: 1.7; }

.ed-refurb-difference { padding: 104px 0; background: #fff; }
.ed-refurb-difference__grid { display: grid; grid-template-columns: minmax(0,.9fr) minmax(480px,1.1fr); align-items: center; gap: 88px; }
.ed-refurb-difference h2,
.ed-refurb-faq h2,
.ed-refurb-local h2 { margin: 0; font-size: clamp(2.2rem,4.3vw,4.25rem); line-height: 1.02; letter-spacing: -.06em; }
.ed-refurb-difference p:not(.ed-refurb-eyebrow) { max-width: 630px; margin: 24px 0; color: #736678; font-size: .85rem; line-height: 1.75; }
.ed-refurb-comparison { padding: 14px 28px; border: 1px solid #e2d8e6; border-radius: 22px; background: #f8f4fa; }
.ed-refurb-comparison > div { display: grid; grid-template-columns: 50px 1fr; gap: 3px 16px; align-items: center; padding: 21px 0; }
.ed-refurb-comparison > div + div { border-top: 1px solid #e3d9e7; }
.ed-refurb-comparison span { display: grid; width: 50px; height: 50px; grid-row: 1/3; place-items: center; border-radius: 14px; color: #68208a; background: #eee1f4; }
.ed-refurb-comparison strong { color: #32143d; font-size: .75rem; }
.ed-refurb-comparison small { color: #85788b; font-size: .61rem; }

.ed-refurb-faq { padding: 102px 0; border-top: 1px solid #e7dfeb; background: #f7f3f9; }
.ed-refurb-faq__grid { display: grid; grid-template-columns: minmax(0,.75fr) minmax(520px,1.25fr); align-items: start; gap: 80px; }
.ed-refurb-faq__grid > div:first-child > p:last-child { max-width: 480px; margin: 23px 0 0; color: #77697e; font-size: .78rem; line-height: 1.7; }
.ed-refurb-faq__items { border-top: 1px solid #dcd0e2; }
.ed-refurb-faq details { border-bottom: 1px solid #dcd0e2; }
.ed-refurb-faq summary { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 23px 0; color: #31133e; cursor: pointer; font-size: .78rem; font-weight: 800; list-style: none; }
.ed-refurb-faq summary::-webkit-details-marker { display: none; }
.ed-refurb-faq summary span { display: grid; width: 31px; height: 31px; flex: 0 0 auto; place-items: center; border: 1px solid #d4c3dd; border-radius: 50%; color: #67208a; font-size: 1rem; transition: transform .2s ease; }
.ed-refurb-faq details[open] summary span { transform: rotate(45deg); }
.ed-refurb-faq details p { max-width: 760px; margin: -5px 48px 23px 0; color: #746678; font-size: .72rem; line-height: 1.75; }

.ed-refurb-local { padding: 78px 0; color: #fff; background: linear-gradient(125deg,#25053e,#4b1175); }
.ed-refurb-local .ed-refurb-eyebrow { color: var(--ed-gold-2); }
.ed-refurb-local h2 { max-width: 880px; color: #fff; }
.ed-refurb-local p:not(.ed-refurb-eyebrow) { max-width: 780px; margin: 20px 0 0; color: #d5c7df; font-size: .78rem; line-height: 1.7; }
.ed-refurb-local__inner { display: flex; align-items: center; justify-content: space-between; gap: 55px; }
.ed-refurb-local .ed-button { flex: 0 0 auto; }

@media (max-width: 980px) {
  .ed-refurb-hero__grid { grid-template-columns: 1fr minmax(340px,.8fr); gap: 34px; }
  .ed-refurb-hero h1 { font-size: clamp(2.7rem,6vw,4.2rem); }
  .ed-refurb-hero__visual { min-height: 470px; }
  .ed-refurb-appliance { right: 2%; width: 290px; height: 360px; }
  .ed-refurb-appliance__door { width: 218px; height: 218px; }
  .ed-refurb-trust { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .ed-refurb-trust > div:nth-child(3) { border-left: 0; border-top: 1px solid #e7deeb; }
  .ed-refurb-trust > div:nth-child(4) { border-top: 1px solid #e7deeb; }
  .ed-refurb-process__grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .ed-refurb-difference__grid,
  .ed-refurb-faq__grid { grid-template-columns: 1fr; gap: 48px; }
}

@media (max-width: 720px) {
  .ed-refurb-hero { padding-top: 52px; }
  .ed-refurb-hero__grid { grid-template-columns: 1fr; gap: 0; }
  .ed-refurb-hero__copy { padding-bottom: 48px; text-align: center; }
  .ed-refurb-hero h1 { max-width: 610px; margin-inline: auto; font-size: clamp(2.45rem,11.2vw,4rem); line-height: 1.01; }
  .ed-refurb-hero__lead { margin-inline: auto; font-size: .82rem; line-height: 1.7; }
  .ed-refurb-hero__actions { justify-content: center; }
  .ed-refurb-hero__actions .ed-button { width: 100%; }
  .ed-refurb-hero__visual { width: min(100%,500px); min-height: 445px; margin-inline: auto; border-radius: 30px 30px 0 0; }
  .ed-refurb-appliance { right: 50%; width: 275px; height: 344px; transform: translateX(50%); }
  .ed-refurb-appliance__door { width: 204px; height: 204px; }
  .ed-refurb-quality-card { min-width: 170px; padding: 11px 12px; }
  .ed-refurb-quality-card--top { top: 24px; right: 16px; }
  .ed-refurb-quality-card--bottom { bottom: 22px; left: 14px; }
  .ed-refurb-trust { grid-template-columns: 1fr 1fr; border-radius: 18px 18px 0 0; }
  .ed-refurb-trust > div { grid-template-columns: 38px 1fr; padding: 16px 12px; gap: 1px 9px; }
  .ed-refurb-trust span { width: 38px; height: 38px; border-radius: 10px; }
  .ed-refurb-trust svg { width: 19px; height: 19px; }
  .ed-refurb-trust strong { font-size: .56rem; }
  .ed-refurb-trust small { font-size: .49rem; }
  .ed-refurb-categories { padding: 25px 0 28px; }
  .ed-refurb-categories .ed-container { display: block; }
  .ed-refurb-categories p { margin-bottom: 14px; text-align: center; }
  .ed-refurb-categories__rail { margin-inline: -5px; padding-bottom: 3px; }
  .ed-refurb-stock,
  .ed-refurb-process,
  .ed-refurb-difference,
  .ed-refurb-faq { padding: 68px 0; }
  .ed-refurb-section-head { align-items: flex-start; flex-direction: column; gap: 16px; margin-bottom: 30px; text-align: center; }
  .ed-refurb-section-head h2,
  .ed-refurb-difference h2,
  .ed-refurb-faq h2,
  .ed-refurb-local h2 { font-size: clamp(2rem,9.8vw,3.05rem); }
  .ed-refurb-section-head > p { margin-inline: auto; }
  .ed-refurb-empty { grid-template-columns: 1fr; justify-items: center; gap: 18px; padding: 28px 22px; text-align: center; }
  .ed-refurb-empty .ed-button { width: 100%; }
  .ed-refurb-process__grid { display: flex; gap: 12px; margin-inline: -5px; padding: 5px 5px 15px; overflow-x: auto; scroll-snap-type: x mandatory; scrollbar-width: none; }
  .ed-refurb-process__grid::-webkit-scrollbar { display: none; }
  .ed-refurb-process__grid article { min-width: 82vw; min-height: 245px; scroll-snap-align: center; }
  .ed-refurb-difference__grid,
  .ed-refurb-faq__grid { gap: 36px; }
  .ed-refurb-comparison { padding: 10px 18px; }
  .ed-refurb-faq summary { padding: 20px 0; font-size: .7rem; line-height: 1.45; }
  .ed-refurb-local { padding: 62px 0; text-align: center; }
  .ed-refurb-local__inner { align-items: stretch; flex-direction: column; gap: 30px; }
  .ed-refurb-local .ed-button { width: 100%; }
  .ed-reconditioned-page .woocommerce .products,
  .ed-reconditioned-page .woocommerce ul.products { grid-template-columns: repeat(2,minmax(0,1fr)) !important; gap: 10px; }
  .ed-reconditioned-page .woocommerce ul.products li.product .woocommerce-loop-product__title { padding: 14px 12px 0 !important; font-size: .68rem !important; }
  .ed-reconditioned-page .woocommerce ul.products li.product .price { margin-inline: 12px !important; font-size: .78rem !important; }
  .ed-reconditioned-page .woocommerce ul.products li.product .button { width: calc(100% - 24px); margin-inline: 12px !important; }
}

@media (max-width: 390px) {
  .ed-refurb-hero h1 { font-size: 2.35rem; }
  .ed-refurb-trust { grid-template-columns: 1fr; }
  .ed-refurb-trust > div + div { border-top: 1px solid #e7deeb; border-left: 0; }
  .ed-reconditioned-page .woocommerce .products,
  .ed-reconditioned-page .woocommerce ul.products { grid-template-columns: 1fr !important; }
}

/* Refurbished storefront hero: Electroadib desktop + mobile composition. */
@media (max-width: 1100px) {
  .ed-refurb-hero__panel {
    grid-template-columns: minmax(0,1fr);
    min-height: 0;
  }
  .ed-refurb-hero__copy {
    width: 100%;
    padding: 44px 34px 18px;
    text-align: center;
  }
  .ed-refurb-hero h1 {
    max-width: 680px;
    margin-inline: auto;
    font-size: clamp(2.55rem,7vw,4rem);
  }
  .ed-refurb-hero__lead {
    width: auto;
    max-width: 590px;
    margin-inline: auto;
  }
  .ed-refurb-hero__media {
    width: 100%;
    height: 330px;
    min-height: 0;
    padding: 12px 24px 0;
  }
  .ed-refurb-hero__media img { min-height: 0; }
}

@media (max-width: 720px) {
  .ed-refurb-hero { padding: 18px 0 21px; }
  .ed-refurb-hero__panel {
    grid-template-columns: 1fr;
    min-height: 0;
    border-radius: 25px;
  }
  .ed-refurb-hero__panel::before { right: -290px; bottom: -420px; }
  .ed-refurb-hero__copy {
    padding: 37px 21px 18px;
    text-align: center;
  }
  .ed-refurb-hero .ed-refurb-eyebrow { margin-bottom: 12px; font-size: .6rem; }
  .ed-refurb-hero h1 {
    max-width: 520px;
    margin-inline: auto;
    font-size: clamp(2.05rem,10vw,3rem);
    line-height: .98;
  }
  .ed-refurb-hero__lead { max-width: 470px; margin: 19px auto 0; font-size: .75rem; line-height: 1.55; }
  .ed-refurb-hero__button { width: 100%; min-height: 55px; margin-top: 24px; }
  .ed-refurb-hero__media { height: 245px; min-height: 0; padding: 10px 10px 0; }
  .ed-refurb-hero__media img {
    width: 100%;
    min-height: 0;
    height: 245px;
    object-fit: contain;
    object-position: center bottom;
  }
  .ed-refurb-hero__badge { display: none; }
  .ed-refurb-categories { margin-top: 18px; }
  .ed-refurb-categories__rail { margin-inline: 0; padding: 2px 1px 5px; }
  .ed-refurb-categories__rail a { gap: 9px; padding: 7px 14px 7px 8px; font-size: .59rem; }
  .ed-refurb-categories__rail span { width: 42px; height: 42px; }
  .ed-refurb-categories__rail svg { width: 24px; height: 24px; }
}

@media (max-width: 390px) {
  .ed-refurb-hero h1 { font-size: 2.08rem; }
  .ed-refurb-hero__copy { padding-inline: 17px; }
  .ed-refurb-hero__media,
  .ed-refurb-hero__media img { min-height: 0; height: 220px; }
  .ed-refurb-hero__media { padding: 8px 6px 0; }
  .ed-refurb-categories__rail a { font-size: .56rem; }
}

@media (prefers-reduced-motion: reduce) {
  .ed-refurb-categories__rail a,
  .ed-refurb-faq summary span,
  .ed-reconditioned-page .woocommerce ul.products li.product { transition: none !important; }
}


/* Climate catalogue mobile refinement v2.13 */
@media (max-width:620px) {
  .ed-clim-intro { padding:30px 0 32px; }
  .ed-clim-intro__inner { gap:12px; text-align:center; }
  .ed-clim-intro h1 { max-width:340px; margin-inline:auto; font-size:clamp(2.1rem,10vw,2.75rem); }
  .ed-clim-intro__inner > p { max-width:390px; margin-inline:auto; font-size:.72rem; line-height:1.6; }
  .ed-clim-intro .ed-button { width:100%; max-width:390px; margin:9px auto 0; }
  .ed-clim-service-strip__grid { width:max-content; grid-template-columns:repeat(5,164px); }
  .ed-clim-service-item { min-height:82px; justify-content:flex-start; padding:12px 13px; border-top:0!important; border-right:1px solid #eeeaf0!important; }
  .ed-clim-service-item strong { font-size:.6rem; }
  .ed-clim-products { padding:43px 0 66px; }
  .ed-clim-section-head { align-items:center; margin-bottom:24px; text-align:center; }
  .ed-clim-section-head h2 { font-size:2.15rem; }
  .ed-clim-section-head > p { max-width:390px; margin-inline:auto; font-size:.67rem; }
  .ed-clim-products .woocommerce .products,
  .ed-clim-products .woocommerce ul.products { grid-template-columns:1fr; gap:15px; }
  .ed-clim-products .woocommerce ul.products li.product { display:grid; grid-template-columns:1fr; grid-template-rows:auto auto; min-height:0; padding:0!important; border-radius:16px; }
  .ed-clim-products .woocommerce ul.products li.product > .woocommerce-LoopProduct-link { display:grid; min-height:176px; grid-template-columns:42% 58%; grid-template-rows:1fr 1fr; }
  .ed-clim-products .woocommerce ul.products li.product a img { width:100%; height:176px; grid-column:1; grid-row:1 / 3; align-self:stretch; aspect-ratio:auto; margin:0!important; padding:14px; border-right:1px solid #eeeaf0; object-fit:contain; }
  .ed-clim-products .woocommerce ul.products li.product .woocommerce-loop-product__title { min-height:0; grid-column:2; grid-row:1; align-self:end; padding:20px 15px 0!important; font-size:.76rem!important; line-height:1.36; }
  .ed-clim-products .woocommerce ul.products li.product .price { grid-column:2; grid-row:2; align-self:start; margin:9px 15px 0!important; font-size:.8rem!important; }
  .ed-clim-products .woocommerce ul.products li.product .button { width:auto; min-height:43px; grid-column:1 / -1; margin:0 14px 14px!important; padding:10px 12px; border-radius:9px; font-size:.6rem; }
}

/* Climatisation premium hero v2.14 */
.ed-clim-hero {
  position: relative;
  overflow: hidden;
  padding: 30px 0 28px;
  background: linear-gradient(180deg,#1d0630 0%,#25073c 100%);
}
.ed-clim-hero__panel {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0,.74fr) minmax(620px,1.26fr);
  min-height: 420px;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.2);
  border-radius: 36px;
  background:
    radial-gradient(circle at 77% 21%,rgba(255,255,255,.28),transparent 25%),
    linear-gradient(135deg,#ffe487 0%,#f9c13e 58%,#edaa22 100%);
  box-shadow: 0 28px 70px rgba(7,0,14,.28);
}
.ed-clim-hero__panel::before {
  position: absolute;
  inset: auto -9% -70% 35%;
  height: 128%;
  border: 1px solid rgba(63,14,89,.12);
  border-radius: 50%;
  content: "";
}
.ed-clim-hero__copy {
  position: relative;
  z-index: 3;
  align-self: center;
  padding: 52px 24px 52px 58px;
}
.ed-clim-hero__eyebrow {
  margin: 0 0 17px;
  color: #4b116d;
  font-size: .68rem;
  font-weight: 900;
  letter-spacing: .16em;
  text-transform: uppercase;
}
.ed-clim-hero h1 {
  max-width: 520px;
  margin: 0;
  color: #310a4d;
  font-size: clamp(2.75rem,4.35vw,4.45rem);
  line-height: .98;
  letter-spacing: -.055em;
}
.ed-clim-hero__lead {
  max-width: 510px;
  margin: 22px 0 27px;
  color: #543d4f;
  font-size: .82rem;
  line-height: 1.65;
}
.ed-clim-hero__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  min-height: 56px;
  padding: 14px 24px;
  border-radius: 999px;
  color: #fff;
  background: linear-gradient(135deg,#351050,#5d1888);
  box-shadow: 0 16px 32px rgba(50,9,75,.2);
  font-size: .73rem;
  font-weight: 900;
  text-decoration: none;
  transition: transform .2s ease,box-shadow .2s ease;
}
.ed-clim-hero__button:hover {
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 20px 36px rgba(50,9,75,.28);
}
.ed-clim-hero__button span { font-size: 1.15rem; line-height: 1; }
.ed-clim-hero__media {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(3,minmax(0,1fr));
  align-items: center;
  gap: 13px;
  min-width: 0;
  padding: 34px 28px 34px 0;
}
.ed-clim-set {
  position: relative;
  display: flex;
  min-width: 0;
  height: 326px;
  margin: 0;
  overflow: hidden;
  flex-direction: column;
  border: 1px solid rgba(73,23,88,.11);
  border-radius: 25px;
  background: rgba(255,255,255,.92);
  box-shadow: 0 18px 38px rgba(55,15,74,.14);
}
.ed-clim-set:nth-child(2) { transform: translateY(-11px); }
.ed-clim-set__visual {
  display: grid;
  min-height: 0;
  flex: 1 1 auto;
  place-items: center;
  overflow: hidden;
  padding: 14px 11px 5px;
  background: linear-gradient(180deg,#fff 0%,#faf8fb 100%);
}
.ed-clim-set__visual img {
  width: 100%;
  height: 100%;
  max-height: 245px;
  object-fit: contain;
  object-position: center;
  filter: drop-shadow(0 10px 14px rgba(32,18,38,.11));
}
.ed-clim-set figcaption {
  display: flex;
  min-height: 68px;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  padding: 14px 16px;
  border-top: 1px solid #eee7f0;
  color: #321043;
}
.ed-clim-set figcaption strong {
  font-size: .75rem;
  font-weight: 900;
}
.ed-clim-set figcaption span {
  color: #88768e;
  font-size: .52rem;
  line-height: 1.3;
  text-align: right;
}
.ed-clim-set--megalife .ed-clim-set__visual img { transform: scale(1.04); }
.ed-clim-set--carrier .ed-clim-set__visual img { transform: scale(1.08); }
.ed-clim-set--lg .ed-clim-set__visual img { transform: scale(1.03); }

@media (max-width: 1120px) {
  .ed-clim-hero__panel { grid-template-columns: minmax(0,.72fr) minmax(520px,1.28fr); }
  .ed-clim-hero__copy { padding-left: 40px; }
  .ed-clim-hero__media { gap: 9px; padding-right: 18px; }
  .ed-clim-set { height: 300px; border-radius: 21px; }
  .ed-clim-set figcaption { align-items: flex-start; flex-direction: column; justify-content: center; }
  .ed-clim-set figcaption span { text-align: left; }
}

@media (max-width: 900px) {
  .ed-clim-hero__panel { grid-template-columns: 1fr; }
  .ed-clim-hero__copy { padding: 44px 42px 22px; text-align: center; }
  .ed-clim-hero h1,
  .ed-clim-hero__lead { margin-inline: auto; }
  .ed-clim-hero__media { padding: 12px 28px 36px; }
  .ed-clim-set { height: 290px; }
}

@media (max-width: 620px) {
  .ed-clim-hero { padding: 14px 0 20px; }
  .ed-clim-hero .ed-container { width: calc(100% - 24px); }
  .ed-clim-hero__panel { min-height: 0; border-radius: 28px; }
  .ed-clim-hero__copy { padding: 35px 22px 19px; }
  .ed-clim-hero__eyebrow { margin-bottom: 13px; font-size: .58rem; }
  .ed-clim-hero h1 { max-width: 330px; font-size: clamp(2.35rem,12vw,3.2rem); }
  .ed-clim-hero__lead { max-width: 330px; margin: 17px auto 22px; font-size: .72rem; }
  .ed-clim-hero__button { width: 100%; max-width: 330px; min-height: 54px; }
  .ed-clim-hero__media {
    display: flex;
    gap: 12px;
    overflow-x: auto;
    padding: 10px 18px 28px;
    scroll-padding-inline: 18px;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
  }
  .ed-clim-hero__media::-webkit-scrollbar { display: none; }
  .ed-clim-set {
    height: 270px;
    flex: 0 0 84%;
    border-radius: 22px;
    scroll-snap-align: center;
  }
  .ed-clim-set:nth-child(2) { transform: none; }
  .ed-clim-set figcaption { min-height: 62px; align-items: center; flex-direction: row; justify-content: space-between; }
  .ed-clim-set figcaption span { text-align: right; }
}


/* Climatisation montage hero v2.15 */
.ed-clim-hero {
  padding: 36px 0 24px;
}
.ed-clim-hero__panel {
  grid-template-columns: minmax(0,.86fr) minmax(0,1.14fr);
  min-height: 520px;
  border-radius: 38px;
  background:
    radial-gradient(circle at 76% 38%,rgba(255,255,255,.34),transparent 24%),
    radial-gradient(circle at 72% 90%,rgba(139,73,0,.10),transparent 36%),
    linear-gradient(135deg,#ffe17b 0%,#ffd058 48%,#f2b936 100%);
  box-shadow: 0 30px 80px rgba(3,0,12,.32);
}
.ed-clim-hero__panel::before {
  inset: 7% 3% 7% 46%;
  height: auto;
  border-color: rgba(70,17,132,.16);
  box-shadow: inset 0 0 0 70px rgba(255,255,255,.06);
}
.ed-clim-hero__copy {
  align-self: center;
  max-width: 650px;
  padding: clamp(44px,5vw,78px) clamp(30px,5vw,76px);
}
.ed-clim-hero h1 {
  max-width: 10ch;
  color: #2b064e;
  font-size: clamp(3.2rem,5.2vw,5.6rem);
  line-height: .92;
  letter-spacing: -.06em;
}
.ed-clim-hero__eyebrow {
  color: #461184;
}
.ed-clim-hero__lead {
  max-width: 35rem;
  color: rgba(43,6,78,.72);
}
.ed-clim-hero__button {
  color: #fff;
  background: #310a5d;
  box-shadow: 0 16px 34px rgba(49,10,93,.22);
}
.ed-clim-hero__media.ed-clim-hero__media--montage {
  position: relative;
  z-index: 2;
  display: flex;
  min-width: 0;
  min-height: 520px;
  align-items: flex-end;
  justify-content: center;
  gap: 0;
  overflow: visible;
  padding: 30px 32px 0 0;
}
.ed-clim-hero__media--montage::before {
  position: absolute;
  inset: 8% 6% 7% 0;
  border: 1px solid rgba(70,17,132,.16);
  border-radius: 50%;
  box-shadow: inset 0 0 0 68px rgba(255,255,255,.055);
  content: "";
}
.ed-clim-hero__montage {
  position: relative;
  z-index: 1;
  display: block;
  width: min(100%,820px);
  max-height: 520px;
  height: auto;
  object-fit: contain;
  object-position: center bottom;
  filter: drop-shadow(0 24px 26px rgba(54,23,0,.20));
}

@media (max-width: 900px) {
  .ed-clim-hero__panel {
    grid-template-columns: 1fr;
    min-height: 0;
  }
  .ed-clim-hero__copy {
    max-width: none;
    padding: 42px 36px 12px;
    text-align: center;
  }
  .ed-clim-hero h1 {
    max-width: 11ch;
    margin-inline: auto;
    font-size: clamp(3rem,8vw,4.6rem);
  }
  .ed-clim-hero__lead {
    margin-inline: auto;
  }
  .ed-clim-hero__media.ed-clim-hero__media--montage {
    min-height: 0;
    overflow: visible;
    padding: 4px 18px 0;
  }
  .ed-clim-hero__montage {
    width: min(100%,760px);
    max-height: none;
  }
}

@media (max-width: 620px) {
  .ed-clim-hero {
    padding: 16px 0 20px;
  }
  .ed-clim-hero .ed-container {
    width: calc(100% - 24px);
    padding: 0;
  }
  .ed-clim-hero__panel {
    min-height: 0;
    border-radius: 28px;
  }
  .ed-clim-hero__panel::before {
    inset: 48% -24% -18% 8%;
    box-shadow: inset 0 0 0 44px rgba(255,255,255,.055);
  }
  .ed-clim-hero__copy {
    padding: 31px 22px 9px;
    text-align: left;
  }
  .ed-clim-hero__eyebrow {
    margin-bottom: 12px;
    font-size: .56rem;
  }
  .ed-clim-hero h1 {
    max-width: 9ch;
    margin-inline: 0;
    font-size: clamp(2.6rem,12.7vw,3.55rem);
    line-height: .93;
  }
  .ed-clim-hero__lead {
    max-width: 31rem;
    margin: 18px 0 21px;
    font-size: .72rem;
    line-height: 1.55;
  }
  .ed-clim-hero__button {
    width: 100%;
    max-width: none;
  }
  .ed-clim-hero__media.ed-clim-hero__media--montage {
    display: flex;
    min-height: 0;
    overflow: visible;
    padding: 8px 0 0;
  }
  .ed-clim-hero__media--montage::before {
    inset: 6% 5% 0;
    box-shadow: inset 0 0 0 38px rgba(255,255,255,.05);
  }
  .ed-clim-hero__montage {
    width: 116%;
    max-width: none;
    height: auto;
    margin-left: -8%;
    object-position: center bottom;
  }
}

@media (max-width: 390px) {
  .ed-clim-hero__copy {
    padding: 28px 18px 7px;
  }
  .ed-clim-hero h1 {
    font-size: clamp(2.35rem,12.4vw,3rem);
  }
  .ed-clim-hero__montage {
    width: 122%;
    margin-left: -11%;
  }
}
