:root {
  --black: #050706;
  --black-soft: #0c100d;
  --white: #f7f8f4;
  --muted: rgba(247, 248, 244, 0.72);
  --line: rgba(255, 255, 255, 0.16);
  --green: #00c82d;
  --green-soft: #54f15d;
  --glass: rgba(255, 255, 255, 0.1);
  --shadow: 0 32px 90px rgba(0, 0, 0, 0.42);
  --grid-size: 87.5px;
  --grid-line: rgba(0, 205, 55, 0.2);
  --page-bg:
    linear-gradient(var(--grid-line) 1.5px, transparent 1.5px),
    linear-gradient(90deg, var(--grid-line) 1.5px, transparent 1.5px),
    radial-gradient(circle at 74% 8%, rgba(0, 132, 28, 0.48), transparent 31rem),
    radial-gradient(circle at 12% 42%, rgba(255, 255, 255, 0.06), transparent 22rem),
    linear-gradient(90deg, #010201 0%, #010201 45%, #062d0d 100%);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  background: #010201;
}

body {
  margin: 0;
  font-family: "Inter", Arial, sans-serif;
  color: var(--white);
  background: var(--page-bg);
  background-size: var(--grid-size) var(--grid-size), var(--grid-size) var(--grid-size), auto, auto, auto;
  background-position: 0 0;
  background-attachment: fixed;
  min-height: 100vh;
  overflow-x: hidden;
}

body::before {
  content: none;
}

body::after {
  content: none;
}

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

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

.site-header {
  position: fixed;
  inset: 18px 24px auto;
  z-index: 30;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 0 18px 0 22px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(5, 7, 6, 0.72);
  box-shadow: 0 18px 60px rgba(0, 0, 0, 0.24);
  backdrop-filter: blur(22px);
}

.brand,
.main-nav,
.header-cta,
.btn,
.hero-strip span {
  display: inline-flex;
  align-items: center;
}

.brand {
  width: 168px;
  height: 46px;
  justify-content: center;
  padding: 7px 13px;
  border-radius: 999px;
  background: rgba(247, 248, 244, 0.96);
  box-shadow: 0 0 28px rgba(84, 241, 93, 0.18);
}

.brand img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.main-nav {
  gap: clamp(16px, 3vw, 42px);
  color: rgba(247, 248, 244, 0.76);
  font-size: 0.86rem;
  font-weight: 700;
}

.main-nav a:hover,
.contact-card a:hover {
  color: var(--green-soft);
}

.header-cta {
  min-height: 42px;
  padding: 0 18px;
  border-radius: 999px;
  color: var(--black);
  background: var(--green-soft);
  font-size: 0.86rem;
  font-weight: 900;
}

.hero {
  position: relative;
  height: 100svh;
  min-height: 0;
  padding: 88px 24px 18px;
  display: grid;
  grid-template-rows: minmax(0, 1fr) auto;
  align-items: end;
}

.hero-bg {
  position: absolute;
  inset: 0;
  z-index: -1;
  overflow: hidden;
}

.hero-bg img {
  display: none;
}

.hero-bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 76% 28%, rgba(0, 200, 45, 0.18), transparent 24rem),
    linear-gradient(90deg, rgba(2, 3, 2, 0.84) 0%, rgba(2, 3, 2, 0.48) 54%, rgba(2, 3, 2, 0.2) 100%),
    linear-gradient(to top, rgba(2, 3, 2, 0.7), transparent 55%);
}

.hero-panel {
  width: min(100%, 1440px);
  margin: 0 auto;
  min-height: 0;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(310px, 440px);
  align-items: center;
  gap: clamp(28px, 6vw, 92px);
}

.hero-copy {
  max-width: 830px;
}

.eyebrow,
.section-kicker {
  margin: 0 0 18px;
  color: var(--green-soft);
  font-size: 0.82rem;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1,
h2 {
  letter-spacing: 0;
  text-wrap: balance;
}

h1 {
  margin-bottom: 14px;
  max-width: 720px;
  font-size: clamp(3rem, 5.75vw, 5.45rem);
  line-height: 0.88;
  font-weight: 900;
  text-transform: uppercase;
  text-shadow: 0 8px 34px rgba(0, 0, 0, 0.5);
}

.hero-text {
  max-width: 580px;
  margin-bottom: 20px;
  color: var(--muted);
  font-size: clamp(1rem, 1.6vw, 1.26rem);
  line-height: 1.55;
  font-weight: 500;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.proof-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 14px;
}

.proof-row span {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 0 12px;
  border: 1px solid rgba(84, 241, 93, 0.28);
  border-radius: 999px;
  background: rgba(84, 241, 93, 0.08);
  color: rgba(247, 248, 244, 0.84);
  font-size: 0.76rem;
  font-weight: 900;
}

.btn {
  min-height: 60px;
  justify-content: center;
  padding: 0 30px;
  border-radius: 999px;
  font-weight: 900;
  font-size: 1rem;
}

.btn-primary {
  color: var(--black);
  background: var(--green-soft);
  box-shadow: 0 0 0 6px rgba(84, 241, 93, 0.1), 0 18px 44px rgba(0, 200, 45, 0.34);
}

.btn-primary::after,
.btn-secondary::after {
  content: "->";
  margin-left: 12px;
}

.btn-secondary {
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(16px);
}

.hero-card {
  position: relative;
  align-self: stretch;
  min-height: 0;
  height: min(56vh, 440px);
  border-radius: 34px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  background:
    radial-gradient(circle at 80% 18%, rgba(84, 241, 93, 0.28), transparent 16rem),
    linear-gradient(150deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0.04));
  box-shadow: var(--shadow);
  overflow: hidden;
  backdrop-filter: blur(20px);
}

.food-photo {
  position: absolute;
  inset: 18px 18px 118px;
  border-radius: 26px;
  overflow: hidden;
  background: #071009;
}

.food-photo::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 74% 24%, rgba(84, 241, 93, 0.24), transparent 14rem),
    linear-gradient(to top, rgba(3, 5, 4, 0.62), transparent 52%);
  pointer-events: none;
}

.food-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  filter: saturate(1.08) contrast(1.04);
}

.visual-badge {
  position: absolute;
  top: 30px;
  left: 30px;
  z-index: 3;
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 13px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 999px;
  color: var(--black);
  background: var(--green-soft);
  box-shadow: 0 0 24px rgba(84, 241, 93, 0.38);
  font-size: 0.72rem;
  font-weight: 900;
  text-transform: uppercase;
}

.menu-preview {
  position: absolute;
  left: 34px;
  right: 34px;
  bottom: 108px;
  z-index: 2;
  padding: 16px 18px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 22px;
  background: rgba(5, 7, 6, 0.7);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.36);
  backdrop-filter: blur(16px);
}

.menu-preview span,
.menu-preview small {
  display: block;
  color: rgba(247, 248, 244, 0.66);
  font-size: 0.74rem;
  font-weight: 800;
}

.menu-preview strong {
  display: block;
  margin: 4px 0;
  color: var(--white);
  font-size: clamp(1.15rem, 2vw, 1.55rem);
  line-height: 1;
  text-transform: uppercase;
}

.result-card {
  position: absolute;
  left: 18px;
  right: 18px;
  bottom: 18px;
  min-height: 78px;
  display: flex;
  align-items: center;
  gap: 15px;
  padding: 16px;
  border-radius: 24px;
  color: var(--black);
  background: rgba(247, 248, 244, 0.92);
  box-shadow: 0 24px 54px rgba(0, 0, 0, 0.32);
}

.result-card strong,
.result-card span {
  display: block;
}

.result-card strong {
  margin-bottom: 4px;
  font-size: 0.98rem;
}

.result-card span {
  color: rgba(5, 7, 6, 0.68);
  font-size: 0.82rem;
  line-height: 1.35;
}

.spark {
  flex: 0 0 auto;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background:
    radial-gradient(circle at 50% 50%, var(--green-soft) 0 30%, transparent 31%),
    conic-gradient(from 45deg, transparent 0 18%, var(--green) 19% 31%, transparent 32% 68%, var(--green) 69% 81%, transparent 82%);
  box-shadow: 0 0 34px rgba(0, 200, 45, 0.7);
}

.hero-strip {
  width: min(100%, 1440px);
  margin: 8px auto 0;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: var(--line);
}

.hero-strip span {
  justify-content: center;
  min-height: 42px;
  padding: 0 16px;
  background: rgba(5, 7, 6, 0.78);
  color: rgba(247, 248, 244, 0.8);
  font-weight: 800;
  font-size: 0.8rem;
  text-align: center;
}

.intro,
.services,
.showcase,
.process,
.contact {
  width: min(100% - 48px, 1440px);
  margin: 0 auto;
}

.intro {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(300px, 0.75fr);
  gap: clamp(28px, 6vw, 96px);
  padding: clamp(72px, 9vw, 124px) 0;
}

.intro h2,
.showcase h2,
.process h2,
.contact h2 {
  margin-bottom: 0;
  font-size: clamp(2.2rem, 5vw, 5.6rem);
  line-height: 0.92;
  font-weight: 900;
  text-transform: uppercase;
}

.intro > p,
.showcase-copy p {
  align-self: end;
  margin-bottom: 8px;
  color: var(--muted);
  font-size: clamp(1rem, 1.35vw, 1.18rem);
  line-height: 1.75;
}

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

.service-card,
.metric-card,
.steps article,
.contact-card {
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.08);
  box-shadow: 0 20px 80px rgba(0, 0, 0, 0.18);
  backdrop-filter: blur(18px);
  transform: translate3d(var(--inlay-x, 0), var(--inlay-y, 0), 0);
  transition: transform 180ms ease-out;
  will-change: transform;
}

.service-card {
  min-height: 270px;
  padding: 26px;
  border-radius: 28px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.service-card.is-bright {
  color: var(--black);
  background: linear-gradient(145deg, var(--white), #dffff0);
}

.service-index {
  color: var(--green-soft);
  font-weight: 900;
}

.is-bright .service-index {
  color: var(--green);
}

.service-card h3 {
  margin: auto 0 18px;
  font-size: clamp(1.8rem, 3.2vw, 3.1rem);
  line-height: 0.95;
  font-weight: 900;
  text-transform: uppercase;
}

.service-card p,
.steps p {
  margin-bottom: 0;
  color: var(--muted);
  line-height: 1.65;
}

.is-bright p {
  color: rgba(5, 7, 6, 0.68);
}

.showcase {
  display: grid;
  grid-template-columns: minmax(300px, 0.62fr) minmax(0, 1fr);
  gap: 28px;
  padding: clamp(72px, 9vw, 128px) 0;
  align-items: center;
}

.showcase-copy {
  position: sticky;
  top: 118px;
}

.showcase-copy h2 {
  margin-bottom: 28px;
}

.showcase-grid {
  display: grid;
  grid-template-columns: 0.9fr 1fr;
  gap: 16px;
}

.wide-media,
.logo-media {
  position: relative;
  margin: 0;
  overflow: hidden;
  border: 1px solid var(--line);
  background: #060806;
  box-shadow: var(--shadow);
  transform: translate3d(var(--inlay-x, 0), var(--inlay-y, 0), 0);
  transition: transform 180ms ease-out;
  will-change: transform;
}

.wide-media {
  grid-column: 1 / -1;
  border-radius: 34px;
  aspect-ratio: 16 / 8.7;
}

.logo-media {
  border-radius: 28px;
  aspect-ratio: 1.35;
}

.wide-media img,
.logo-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(1.08) contrast(1.05);
}

.food-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(2, 3, 2, 0.68), transparent 48%);
  pointer-events: none;
}

.food-media figcaption {
  position: absolute;
  left: 18px;
  right: 18px;
  bottom: 18px;
  z-index: 2;
  color: var(--white);
  font-weight: 900;
  line-height: 1.15;
  text-transform: uppercase;
  text-shadow: 0 6px 24px rgba(0, 0, 0, 0.65);
}

.metric-card {
  min-height: 230px;
  padding: 24px;
  border-radius: 28px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.metric-card strong {
  color: var(--green-soft);
  font-size: clamp(4rem, 9vw, 8rem);
  line-height: 0.8;
  font-weight: 900;
  text-shadow: 0 0 28px rgba(0, 200, 45, 0.48);
}

.metric-card span {
  color: var(--muted);
  max-width: 280px;
  line-height: 1.55;
}

.process {
  padding: 0 0 clamp(72px, 9vw, 120px);
}

.process h2 {
  max-width: 980px;
  margin-bottom: 28px;
}

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

.steps article {
  min-height: 230px;
  padding: 24px;
  border-radius: 28px;
}

.steps span {
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  margin-bottom: 36px;
  border-radius: 50%;
  color: var(--black);
  background: var(--green-soft);
  font-weight: 900;
}

.steps h3 {
  margin-bottom: 14px;
  font-size: 1.35rem;
  text-transform: uppercase;
}

.contact {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 440px);
  gap: 28px;
  align-items: end;
  padding: clamp(62px, 8vw, 98px) clamp(18px, 4vw, 54px);
  margin-bottom: 24px;
  border-radius: 36px;
  background:
    radial-gradient(circle at 82% 20%, rgba(84, 241, 93, 0.42), transparent 24rem),
    rgba(255, 255, 255, 0.06);
  border: 1px solid var(--line);
}

.contact-card {
  display: grid;
  gap: 14px;
  padding: 22px;
  border-radius: 26px;
  font-size: 1.05rem;
  font-weight: 800;
}

.contact-card a {
  padding: 14px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.contact-card a:last-child {
  border-bottom: 0;
}

@media (max-width: 980px) {
  .site-header {
    inset: 12px;
  }

  .main-nav {
    display: none;
  }

  .hero-panel,
  .intro,
  .showcase,
  .contact {
    grid-template-columns: 1fr;
  }

  .hero-card {
    height: min(44vh, 460px);
  }

  .services,
  .steps {
    grid-template-columns: 1fr;
  }

  .showcase-copy {
    position: static;
  }
}

@media (max-height: 760px) and (min-width: 681px) {
  .site-header {
    inset: 12px 24px auto;
    height: 64px;
  }

  .hero {
    padding-top: 90px;
  }

  .eyebrow {
    margin-bottom: 10px;
    font-size: 0.74rem;
  }

  h1 {
    max-width: 680px;
    margin-bottom: 10px;
    font-size: clamp(2.6rem, 5vw, 4.6rem);
    line-height: 0.88;
  }

  .hero-text {
    max-width: 560px;
    margin-bottom: 14px;
    font-size: 1rem;
    line-height: 1.42;
  }

  .btn {
    min-height: 54px;
  }

  .proof-row {
    margin-top: 10px;
  }

  .hero-card {
    height: min(52vh, 360px);
  }

  .food-photo {
    inset: 16px 16px 104px;
  }

  .menu-preview {
    bottom: 96px;
    padding: 12px 16px;
  }

  .result-card {
    min-height: 66px;
    padding: 12px 16px;
  }

  .hero-strip span {
    min-height: 40px;
  }
}

@media (max-width: 680px) {
  .site-header {
    height: 62px;
    padding-left: 14px;
  }

  .brand {
    width: 96px;
    height: 38px;
    padding: 6px 10px;
  }

  .brand img {
    width: 100%;
    max-width: 100%;
    object-position: center;
  }

  .header-cta {
    min-height: 38px;
    padding: 0 14px;
    font-size: 0.78rem;
  }

  .hero {
    min-height: 760px;
    padding: 82px 14px 16px;
  }

  h1 {
    max-width: 360px;
    margin-bottom: 12px;
    font-size: clamp(2.2rem, 10vw, 3.35rem);
    line-height: 0.92;
  }

  .hero-text {
    max-width: 340px;
    margin-bottom: 14px;
    font-size: 0.92rem;
    line-height: 1.42;
  }

  .btn {
    width: 100%;
    min-height: 50px;
  }

  .proof-row {
    margin-top: 10px;
  }

  .proof-row span {
    min-height: 26px;
    padding: 0 10px;
    font-size: 0.66rem;
  }

  .eyebrow,
  .section-kicker {
    margin-bottom: 10px;
    font-size: 0.7rem;
  }

  .hero-panel {
    min-height: auto;
    gap: 14px;
  }

  .hero-card {
    height: 220px;
    border-radius: 26px;
  }

  .food-photo {
    inset: 10px 10px 72px;
    border-radius: 20px;
  }

  .menu-preview {
    left: 18px;
    right: 18px;
    bottom: 66px;
    padding: 10px 12px;
    border-radius: 16px;
  }

  .menu-preview span,
  .menu-preview small {
    font-size: 0.58rem;
  }

  .menu-preview strong {
    font-size: 0.9rem;
  }

  .result-card {
    left: 10px;
    right: 10px;
    bottom: 10px;
    min-height: 54px;
    gap: 10px;
    padding: 10px;
    border-radius: 18px;
  }

  .visual-badge {
    top: 18px;
    left: 18px;
    min-height: 28px;
    padding: 0 10px;
    font-size: 0.62rem;
  }

  .result-card strong {
    margin-bottom: 2px;
    font-size: 0.78rem;
  }

  .result-card span {
    font-size: 0.66rem;
  }

  .spark {
    width: 32px;
    height: 32px;
  }

  .hero-strip {
    grid-template-columns: 1fr 1fr;
    border-radius: 24px;
  }

  .intro,
  .services,
  .showcase,
  .process,
  .contact {
    width: min(100% - 28px, 1440px);
  }

  .intro h2,
  .showcase h2,
  .process h2,
  .contact h2 {
    font-size: clamp(2rem, 11vw, 3.4rem);
  }

  .showcase-grid {
    grid-template-columns: 1fr;
  }

  .wide-media,
  .logo-media {
    border-radius: 24px;
  }
}

section.hero.hero-web > .hero-stage,
section.hero.hero-web > .hero-hotspots {
  display: none !important;
}

/* Ajustement final en toute fin de cascade : assets fournis dans AJUSTATION. */
section.hero.hero-web .hero-logo {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: flex-start !important;
  gap: 8px !important;
  width: 116px !important;
  height: 31px !important;
  padding: 0 !important;
  overflow: visible !important;
  background: transparent !important;
}

section.hero.hero-web .hero-logo::before,
section.hero.hero-web .hero-logo::after {
  content: none !important;
}

section.hero.hero-web .hero-logo img,
section.hero.hero-web .hero-logo .hero-logo-icon,
section.hero.hero-web .hero-logo .hero-logo-text {
  display: block !important;
  max-width: none !important;
  mix-blend-mode: normal !important;
  object-fit: contain !important;
  object-position: center !important;
  transform: none !important;
}

section.hero.hero-web .hero-logo .hero-logo-icon {
  width: 28px !important;
  height: 28px !important;
}

section.hero.hero-web .hero-logo .hero-logo-text {
  width: 48px !important;
  height: auto !important;
}

section.hero.hero-web .sr-only {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

section.hero.hero-web .hero-title-image {
  display: block !important;
  width: min(70vw, 760px) !important;
  max-width: 100% !important;
  height: auto !important;
  filter: drop-shadow(0 10px 34px rgba(0, 0, 0, 0.5));
}

section.hero.hero-web .hero-web-copy {
  left: 4.1% !important;
  top: 25.5% !important;
  width: 68% !important;
}

section.hero.hero-web .hero-web-copy h1 {
  margin: 0 !important;
}

section.hero.hero-web .hero-web-actions {
  margin-top: clamp(14px, 1.8vw, 20px) !important;
  padding-left: 6.2% !important;
}

@media (max-width: 680px) {
  section.hero.hero-web .hero-logo {
    width: 96px !important;
    gap: 6px !important;
  }

  section.hero.hero-web .hero-logo .hero-logo-icon {
    width: 24px !important;
    height: 24px !important;
  }

  section.hero.hero-web .hero-logo .hero-logo-text {
    width: 42px !important;
  }

  section.hero.hero-web .hero-title-image {
    width: 92vw !important;
  }

  section.hero.hero-web .hero-web-copy {
    left: 4% !important;
    top: 14% !important;
    width: 92% !important;
  }
}

/* Final Canva hero lock. Keep this block last so older experiments cannot override it. */
section.hero.hero-web {
  height: min(100svh, 768px) !important;
  min-height: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
}

section.hero.hero-web .hero-nav {
  left: 9.9% !important;
  right: auto !important;
  top: 5.05% !important;
  width: 78.85% !important;
  height: 50px !important;
  display: flex !important;
  align-items: center !important;
  padding: 0 18px 0 24px !important;
  border: 1.5px solid rgba(247, 248, 244, 0.94) !important;
  border-radius: 999px !important;
  background: rgba(2, 3, 2, 0.74) !important;
  backdrop-filter: blur(12px) !important;
}

section.hero.hero-web .hero-nav::after {
  content: "=" !important;
  position: absolute !important;
  right: 127px !important;
  top: 8px !important;
  color: #f7f8f4 !important;
  font-size: 30px !important;
  line-height: 1 !important;
  font-weight: 800 !important;
  transform: rotate(90deg) scaleX(0.78) !important;
}

section.hero.hero-web .hero-logo {
  width: 104px !important;
  height: 34px !important;
  gap: 7px !important;
}

section.hero.hero-web .hero-logo .hero-logo-icon {
  width: 34px !important;
  height: 34px !important;
}

section.hero.hero-web .hero-logo .hero-logo-text {
  width: 58px !important;
}

section.hero.hero-web .hero-links {
  position: absolute !important;
  left: 40.3% !important;
  top: 0 !important;
  height: 100% !important;
  display: flex !important;
  align-items: center !important;
  gap: 31px !important;
  margin: 0 !important;
  color: #f7f8f4 !important;
  font-size: 8px !important;
  font-weight: 900 !important;
  line-height: 1 !important;
}

section.hero.hero-web .hero-contact {
  position: absolute !important;
  right: 14px !important;
  top: 7px !important;
  width: 117px !important;
  height: 36px !important;
  min-height: 36px !important;
  padding: 0 !important;
  color: #050706 !important;
  background: #f7f8f4 !important;
  border: 0 !important;
  border-radius: 999px !important;
  font-size: 11px !important;
  font-weight: 900 !important;
}

section.hero.hero-web .hero-web-copy {
  left: 6.15% !important;
  top: 27.55% !important;
  width: 64% !important;
  z-index: 5 !important;
}

section.hero.hero-web .hero-title-image {
  width: min(58vw, 820px) !important;
  max-width: none !important;
}

section.hero.hero-web .hero-web-actions {
  display: flex !important;
  gap: 14px !important;
  margin-top: 42px !important;
  padding-left: 5.55% !important;
}

section.hero.hero-web .hero-web-btn {
  height: 43px !important;
  min-height: 43px !important;
  padding: 0 18px !important;
  border-radius: 999px !important;
  font-size: 18px !important;
  line-height: 1 !important;
  font-weight: 900 !important;
}

section.hero.hero-web .hero-web-btn::after {
  margin-left: 12px !important;
  font-size: 21px !important;
  font-weight: 500 !important;
}

section.hero.hero-web .burger-card-tall {
  display: block !important;
  right: 6.65% !important;
  top: 23.65% !important;
  width: 21.95% !important;
  height: 63.9% !important;
  border-radius: 30px !important;
}

section.hero.hero-web .burger-card-left {
  left: 8.95% !important;
  top: 66.75% !important;
  bottom: auto !important;
  width: 16.35% !important;
  height: 31.6% !important;
  border-radius: 28px 28px 0 0 !important;
}

section.hero.hero-web .burger-card-center {
  left: 28.25% !important;
  top: 72.25% !important;
  bottom: auto !important;
  width: 16.35% !important;
  height: 27.6% !important;
  border-radius: 28px 28px 0 0 !important;
}

section.hero.hero-web .hero-glass-card {
  left: 49.72% !important;
  right: auto !important;
  top: 74.85% !important;
  bottom: auto !important;
  width: 36.45% !important;
  height: 18.1% !important;
  border-radius: 24px !important;
}

@media (max-width: 680px) {
  section.hero.hero-web {
    height: 220px !important;
    background-size: 56px 56px, 56px 56px, auto, auto, auto !important;
  }

  section.hero.hero-web .hero-nav {
    left: 7.75% !important;
    top: 5.45% !important;
    width: 83.85% !important;
    height: 14px !important;
    padding: 0 4px 0 5px !important;
    border-width: 0.6px !important;
  }

  section.hero.hero-web .hero-nav::after {
    right: 32px !important;
    top: 2px !important;
    font-size: 8px !important;
  }

  section.hero.hero-web .hero-logo {
    width: 29px !important;
    height: 10px !important;
    gap: 2px !important;
  }

  section.hero.hero-web .hero-logo .hero-logo-icon {
    width: 8px !important;
    height: 8px !important;
  }

  section.hero.hero-web .hero-logo .hero-logo-text {
    width: 15px !important;
  }

  section.hero.hero-web .hero-links {
    left: 40.1% !important;
    gap: 8px !important;
    font-size: 2.4px !important;
  }

  section.hero.hero-web .hero-contact {
    right: 3px !important;
    top: 2px !important;
    width: 32px !important;
    height: 9px !important;
    min-height: 9px !important;
    font-size: 3px !important;
  }

  section.hero.hero-web .hero-web-copy {
    left: 3.8% !important;
    top: 27.2% !important;
    width: 68% !important;
  }

  section.hero.hero-web .hero-title-image {
    width: 58vw !important;
  }

  section.hero.hero-web .hero-web-actions {
    gap: 4px !important;
    margin-top: 13px !important;
    padding-left: 5.7% !important;
  }

  section.hero.hero-web .hero-web-btn {
    height: 12px !important;
    min-height: 12px !important;
    padding: 0 5px !important;
    font-size: 5px !important;
  }

  section.hero.hero-web .hero-web-btn::after {
    margin-left: 3px !important;
    font-size: 6px !important;
  }

  section.hero.hero-web .burger-card-tall {
    right: 4.75% !important;
    top: 22.65% !important;
    width: 23.2% !important;
    height: 62.8% !important;
    border-radius: 8px !important;
  }

  section.hero.hero-web .burger-card-left {
    left: 6.65% !important;
    top: 67.75% !important;
    width: 17.2% !important;
    height: 31.5% !important;
    border-radius: 7px 7px 0 0 !important;
  }

  section.hero.hero-web .burger-card-center {
    left: 28.6% !important;
    top: 71.85% !important;
    width: 17.2% !important;
    height: 28.2% !important;
    border-radius: 7px 7px 0 0 !important;
  }

  section.hero.hero-web .hero-glass-card {
    left: 49.5% !important;
    top: 74% !important;
    width: 39% !important;
    height: 17.5% !important;
    border-radius: 7px !important;
  }
}

section.hero.hero-web .hero-nav::after {
  content: "" !important;
  right: 127px !important;
  top: 17px !important;
  width: 16px !important;
  height: 14px !important;
  background:
    linear-gradient(#f7f8f4, #f7f8f4) 0 0 / 16px 2px no-repeat,
    linear-gradient(#f7f8f4, #f7f8f4) 0 6px / 16px 2px no-repeat,
    linear-gradient(#f7f8f4, #f7f8f4) 0 12px / 16px 2px no-repeat !important;
  transform: none !important;
}

@media (max-width: 680px) {
  section.hero.hero-web .hero-nav::after {
    right: 32px !important;
    top: 5px !important;
    width: 5px !important;
    height: 4px !important;
    background:
      linear-gradient(#f7f8f4, #f7f8f4) 0 0 / 5px 0.6px no-repeat,
      linear-gradient(#f7f8f4, #f7f8f4) 0 1.7px / 5px 0.6px no-repeat,
      linear-gradient(#f7f8f4, #f7f8f4) 0 3.4px / 5px 0.6px no-repeat !important;
  }
}

/* Rebuilt top service bar. */
section.hero.hero-web .hero-nav {
  left: 9.9% !important;
  top: 5.05% !important;
  width: 78.85% !important;
  height: 50px !important;
  display: grid !important;
  grid-template-columns: 210px 1fr 34px 118px !important;
  column-gap: 10px !important;
  align-items: center !important;
  padding: 0 15px 0 28px !important;
  border: 1.5px solid rgba(247, 248, 244, 0.96) !important;
  border-radius: 999px !important;
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.88), rgba(3, 19, 6, 0.8) 62%, rgba(5, 42, 12, 0.76)) !important;
  box-shadow: 0 18px 50px rgba(0, 0, 0, 0.28) !important;
  backdrop-filter: blur(14px) !important;
}

section.hero.hero-web .hero-nav::after {
  content: none !important;
}

section.hero.hero-web .hero-logo {
  grid-column: 1 !important;
  width: 104px !important;
  height: 38px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: flex-start !important;
  gap: 8px !important;
  padding: 0 !important;
}

section.hero.hero-web .hero-logo .hero-logo-icon {
  width: 34px !important;
  height: 34px !important;
  flex: 0 0 auto !important;
}

section.hero.hero-web .hero-logo .hero-logo-text {
  width: 58px !important;
  height: auto !important;
  flex: 0 0 auto !important;
}

section.hero.hero-web .hero-links {
  grid-column: 2 !important;
  position: static !important;
  height: auto !important;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  gap: 31px !important;
  margin: 0 !important;
  color: #f7f8f4 !important;
  font-size: 8px !important;
  font-weight: 900 !important;
  line-height: 1 !important;
}

section.hero.hero-web .hero-menu-button {
  grid-column: 3 !important;
  width: 22px !important;
  height: 22px !important;
  display: inline-grid !important;
  align-content: center !important;
  justify-items: center !important;
  gap: 4px !important;
}

section.hero.hero-web .hero-menu-button span {
  width: 16px !important;
  height: 2px !important;
  display: block !important;
  border-radius: 999px !important;
  background: #f7f8f4 !important;
}

section.hero.hero-web .hero-contact {
  grid-column: 4 !important;
  position: static !important;
  width: 118px !important;
  height: 36px !important;
  min-height: 36px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 0 !important;
  border-radius: 999px !important;
  color: #050706 !important;
  background: #f7f8f4 !important;
  font-size: 11px !important;
  font-weight: 900 !important;
  box-shadow: 0 0 30px rgba(247, 248, 244, 0.2) !important;
}

@media (max-width: 680px) {
  section.hero.hero-web .hero-nav {
    left: 7.75% !important;
    top: 5.45% !important;
    width: 83.85% !important;
    height: 14px !important;
    grid-template-columns: 56px 1fr 9px 32px !important;
    column-gap: 3px !important;
    padding: 0 3px 0 5px !important;
    border-width: 0.6px !important;
  }

  section.hero.hero-web .hero-logo {
    width: 30px !important;
    height: 10px !important;
    gap: 2px !important;
  }

  section.hero.hero-web .hero-logo .hero-logo-icon {
    width: 8px !important;
    height: 8px !important;
  }

  section.hero.hero-web .hero-logo .hero-logo-text {
    width: 15px !important;
  }

  section.hero.hero-web .hero-links {
    gap: 8px !important;
    font-size: 2.4px !important;
  }

  section.hero.hero-web .hero-menu-button {
    width: 6px !important;
    height: 6px !important;
    gap: 1px !important;
  }

  section.hero.hero-web .hero-menu-button span {
    width: 5px !important;
    height: 0.6px !important;
  }

  section.hero.hero-web .hero-contact {
    width: 32px !important;
    height: 9px !important;
    min-height: 9px !important;
    font-size: 3px !important;
  }
}

/* Canva reference alignment: https://testfafe.my.canva.site/pretty */
section.hero.hero-web {
  height: min(100svh, 768px) !important;
  min-height: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
}

section.hero.hero-web::before {
  content: none !important;
}

section.hero.hero-web .hero-nav {
  position: absolute !important;
  left: 9.9% !important;
  right: auto !important;
  top: 5.05% !important;
  width: 78.85% !important;
  height: 50px !important;
  z-index: 8 !important;
  display: flex !important;
  align-items: center !important;
  padding: 0 18px 0 24px !important;
  border: 1.5px solid rgba(247, 248, 244, 0.94) !important;
  border-radius: 999px !important;
  background: rgba(2, 3, 2, 0.74) !important;
  box-shadow: 0 16px 54px rgba(0, 0, 0, 0.3) !important;
  backdrop-filter: blur(12px) !important;
}

section.hero.hero-web .hero-nav::after {
  content: "=" !important;
  position: absolute !important;
  right: 127px !important;
  top: 8px !important;
  color: #f7f8f4 !important;
  font-size: 30px !important;
  line-height: 1 !important;
  font-weight: 800 !important;
  transform: rotate(90deg) scaleX(0.78) !important;
}

section.hero.hero-web .hero-logo {
  width: 104px !important;
  height: 34px !important;
  gap: 7px !important;
}

section.hero.hero-web .hero-logo .hero-logo-icon {
  width: 34px !important;
  height: 34px !important;
}

section.hero.hero-web .hero-logo .hero-logo-text {
  width: 58px !important;
}

section.hero.hero-web .hero-links {
  position: absolute !important;
  left: 40.3% !important;
  top: 0 !important;
  height: 100% !important;
  display: flex !important;
  align-items: center !important;
  gap: 31px !important;
  margin: 0 !important;
  color: #f7f8f4 !important;
  font-size: 8px !important;
  font-weight: 900 !important;
  line-height: 1 !important;
}

section.hero.hero-web .hero-contact {
  position: absolute !important;
  right: 14px !important;
  top: 7px !important;
  width: 117px !important;
  min-height: 36px !important;
  height: 36px !important;
  padding: 0 !important;
  color: #050706 !important;
  background: #f7f8f4 !important;
  border: 0 !important;
  border-radius: 999px !important;
  font-size: 11px !important;
  font-weight: 900 !important;
  box-shadow: 0 0 32px rgba(247, 248, 244, 0.22) !important;
}

section.hero.hero-web .hero-web-copy {
  left: 6.15% !important;
  top: 27.55% !important;
  width: 64% !important;
  z-index: 5 !important;
}

section.hero.hero-web .hero-title-image {
  width: min(58vw, 820px) !important;
  max-width: none !important;
  filter: drop-shadow(0 10px 34px rgba(0, 0, 0, 0.52)) !important;
}

section.hero.hero-web .hero-web-actions {
  display: flex !important;
  align-items: center !important;
  gap: 14px !important;
  margin-top: 42px !important;
  padding-left: 5.55% !important;
}

section.hero.hero-web .hero-web-btn {
  min-height: 43px !important;
  height: 43px !important;
  padding: 0 18px !important;
  border-radius: 999px !important;
  font-size: 18px !important;
  line-height: 1 !important;
  font-weight: 900 !important;
}

section.hero.hero-web .hero-web-btn::after {
  margin-left: 12px !important;
  font-size: 21px !important;
  font-weight: 500 !important;
}

section.hero.hero-web .hero-web-btn.primary {
  box-shadow: 0 0 44px rgba(247, 248, 244, 0.32) !important;
}

section.hero.hero-web .hero-web-btn.secondary {
  border: 1.5px solid rgba(247, 248, 244, 0.86) !important;
}

section.hero.hero-web .burger-card {
  overflow: hidden !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  transform: translate3d(var(--inlay-x, 0), var(--inlay-y, 0), 0) !important;
}

section.hero.hero-web .burger-card-tall {
  right: 6.65% !important;
  top: 23.65% !important;
  width: 21.95% !important;
  height: 63.9% !important;
  border-radius: 30px !important;
}

section.hero.hero-web .burger-card-left {
  left: 8.95% !important;
  top: 66.75% !important;
  bottom: auto !important;
  width: 16.35% !important;
  height: 31.6% !important;
  border-radius: 28px 28px 0 0 !important;
}

section.hero.hero-web .burger-card-center {
  left: 28.25% !important;
  top: 72.25% !important;
  bottom: auto !important;
  width: 16.35% !important;
  height: 27.6% !important;
  border-radius: 28px 28px 0 0 !important;
}

section.hero.hero-web .hero-glass-card {
  left: 49.72% !important;
  right: auto !important;
  top: 74.85% !important;
  bottom: auto !important;
  width: 36.45% !important;
  height: 18.1% !important;
  border: 1.5px solid rgba(247, 248, 244, 0.92) !important;
  border-radius: 24px !important;
  background: rgba(247, 248, 244, 0.045) !important;
  box-shadow: inset -120px 0 140px rgba(247, 248, 244, 0.18), 0 22px 70px rgba(0, 0, 0, 0.34) !important;
  backdrop-filter: blur(13px) !important;
}

@media (max-width: 680px) {
  section.hero.hero-web {
    height: 220px !important;
    background-size: 56px 56px, 56px 56px, auto, auto, auto !important;
  }

  section.hero.hero-web .hero-nav {
    left: 7.75% !important;
    top: 5.45% !important;
    width: 83.85% !important;
    height: 14px !important;
    padding: 0 4px 0 5px !important;
    border-width: 0.6px !important;
  }

  section.hero.hero-web .hero-nav::after {
    right: 32px !important;
    top: 2px !important;
    font-size: 8px !important;
  }

  section.hero.hero-web .hero-logo {
    width: 29px !important;
    height: 10px !important;
    gap: 2px !important;
  }

  section.hero.hero-web .hero-logo .hero-logo-icon {
    width: 8px !important;
    height: 8px !important;
  }

  section.hero.hero-web .hero-logo .hero-logo-text {
    width: 15px !important;
  }

  section.hero.hero-web .hero-links {
    left: 40.1% !important;
    gap: 8px !important;
    font-size: 2.4px !important;
  }

  section.hero.hero-web .hero-contact {
    right: 3px !important;
    top: 2px !important;
    width: 32px !important;
    min-height: 9px !important;
    height: 9px !important;
    font-size: 3px !important;
  }

  section.hero.hero-web .hero-web-copy {
    left: 3.8% !important;
    top: 27.2% !important;
    width: 68% !important;
  }

  section.hero.hero-web .hero-title-image {
    width: 58vw !important;
  }

  section.hero.hero-web .hero-web-actions {
    gap: 4px !important;
    margin-top: 13px !important;
    padding-left: 5.7% !important;
  }

  section.hero.hero-web .hero-web-btn {
    min-height: 12px !important;
    height: 12px !important;
    padding: 0 5px !important;
    font-size: 5px !important;
  }

  section.hero.hero-web .hero-web-btn::after {
    margin-left: 3px !important;
    font-size: 6px !important;
  }

  section.hero.hero-web .burger-card-tall {
    display: block !important;
    right: 4.75% !important;
    top: 22.65% !important;
    width: 23.2% !important;
    height: 62.8% !important;
    border-radius: 8px !important;
  }

  section.hero.hero-web .burger-card-left {
    left: 6.65% !important;
    top: 67.75% !important;
    width: 17.2% !important;
    height: 31.5% !important;
    border-radius: 7px 7px 0 0 !important;
  }

  section.hero.hero-web .burger-card-center {
    left: 28.6% !important;
    top: 71.85% !important;
    width: 17.2% !important;
    height: 28.2% !important;
    border-radius: 7px 7px 0 0 !important;
  }

  section.hero.hero-web .hero-glass-card {
    left: 49.5% !important;
    top: 74% !important;
    width: 39% !important;
    height: 17.5% !important;
    border-radius: 7px !important;
  }
}

/* Ajustement final des nouveaux assets fournis : logo + titre hero. */
section.hero.hero-web .hero-logo {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: flex-start !important;
  gap: 8px !important;
  width: 116px !important;
  height: 31px !important;
  padding: 0 !important;
  overflow: visible !important;
  background: transparent !important;
}

section.hero.hero-web .hero-logo::before,
section.hero.hero-web .hero-logo::after {
  content: none !important;
}

section.hero.hero-web .hero-logo img {
  display: block !important;
  max-width: none !important;
  mix-blend-mode: normal !important;
  object-fit: contain !important;
  object-position: center !important;
  transform: none !important;
}

section.hero.hero-web .hero-logo-icon {
  width: 28px !important;
  height: 28px !important;
}

section.hero.hero-web .hero-logo-text {
  width: 48px !important;
  height: auto !important;
}

section.hero.hero-web .sr-only {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

section.hero.hero-web .hero-title-image {
  display: block !important;
  width: min(70vw, 760px) !important;
  max-width: 100% !important;
  height: auto !important;
  filter: drop-shadow(0 10px 34px rgba(0, 0, 0, 0.5));
}

section.hero.hero-web .hero-web-copy {
  left: 4.1% !important;
  top: 25.5% !important;
  width: 68% !important;
}

section.hero.hero-web .hero-web-copy h1 {
  margin: 0 !important;
}

section.hero.hero-web .hero-web-actions {
  margin-top: clamp(14px, 1.8vw, 20px) !important;
  padding-left: 6.2% !important;
}

@media (max-width: 680px) {
  section.hero.hero-web .hero-logo {
    width: 96px !important;
    gap: 6px !important;
  }

  section.hero.hero-web .hero-logo-icon {
    width: 24px !important;
    height: 24px !important;
  }

  section.hero.hero-web .hero-logo-text {
    width: 42px !important;
  }

  section.hero.hero-web .hero-title-image {
    width: 116vw !important;
  }

  section.hero.hero-web .hero-web-copy {
    left: 7% !important;
    top: 14% !important;
    width: 112% !important;
  }
}

/* Last-pass hero comp for asset planning. */
section.hero.hero-web {
  height: clamp(500px, 52vw, 760px) !important;
  min-height: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
  background: transparent !important;
}

section.hero.hero-web > .hero-nav,
section.hero.hero-web > .hero-web-content {
  display: block !important;
}

section.hero.hero-web > .hero-web-content {
  height: 100% !important;
  min-height: 0 !important;
}

section.hero.hero-web .hero-nav {
  left: 7.6% !important;
  right: 9% !important;
  top: 4.35% !important;
  width: auto !important;
  height: 38px !important;
}

section.hero.hero-web .hero-web-copy {
  left: 4.1% !important;
  top: 25.5% !important;
  width: 64% !important;
}

section.hero.hero-web h1 {
  font-size: clamp(3.8rem, 8.35vw, 7.9rem) !important;
  line-height: 0.82 !important;
}

section.hero.hero-web .hero-web-actions {
  display: flex !important;
  gap: 18px !important;
  margin-top: clamp(14px, 1.8vw, 22px) !important;
  padding-left: 6.2% !important;
}

section.hero.hero-web .hero-logo img {
  display: none !important;
}

section.hero.hero-web .hero-logo::before {
  content: "";
  width: 26px;
  height: 26px;
  margin-right: 8px;
  border: 1.5px solid rgba(247, 248, 244, 0.96);
  border-radius: 50%;
  background:
    linear-gradient(#f7f8f4 0 0) center 55% / 16px 2px no-repeat,
    radial-gradient(circle at 50% 42%, transparent 8px, #f7f8f4 8.5px 9.5px, transparent 10px),
    #061008;
  box-shadow: 0 0 22px rgba(247, 248, 244, 0.22);
}

section.hero.hero-web .hero-logo::after {
  content: "pretty\A food";
  white-space: pre;
  color: #f7f8f4;
  font-size: 0.82rem;
  line-height: 0.75;
  font-weight: 900;
}

section.hero.hero-web .hero-web-btn {
  width: auto !important;
  min-height: clamp(32px, 3.15vw, 46px) !important;
  font-size: clamp(0.85rem, 1.25vw, 1.22rem) !important;
}

section.hero.hero-web .hero-web-visuals {
  display: block !important;
}

section.hero.hero-web .burger-card {
  display: block !important;
}

section.hero.hero-web .burger-card-tall {
  right: 4.35% !important;
  top: 23.3% !important;
  width: 23.2% !important;
  height: 62.8% !important;
}

section.hero.hero-web .burger-card-left {
  left: 6.6% !important;
  top: 62% !important;
  bottom: auto !important;
  width: 17.35% !important;
  height: 31.8% !important;
}

section.hero.hero-web .burger-card-center {
  left: 27.1% !important;
  top: 67% !important;
  bottom: auto !important;
  width: 17.35% !important;
  height: 26.2% !important;
}

section.hero.hero-web .hero-glass-card {
  display: block !important;
  right: 12.2% !important;
  bottom: 6.9% !important;
  width: 38.8% !important;
  height: 17.3% !important;
}

@media (max-width: 680px) {
  section.hero.hero-web {
    height: 700px !important;
  }

  section.hero.hero-web .hero-nav {
    left: 6.5% !important;
    right: 6.5% !important;
    top: 2.3% !important;
    height: 34px !important;
  }

  section.hero.hero-web .hero-links,
  section.hero.hero-web .hero-contact {
    display: none !important;
  }

  section.hero.hero-web .hero-web-copy {
    left: 7% !important;
    top: 14% !important;
    width: 108% !important;
  }

  section.hero.hero-web h1 {
    font-size: clamp(3rem, 15vw, 4.3rem) !important;
  }

  section.hero.hero-web .hero-web-actions {
    gap: 10px !important;
    margin-top: 16px !important;
    padding-left: 11% !important;
  }

  section.hero.hero-web .burger-card-tall {
    display: none !important;
  }

  section.hero.hero-web .burger-card-left {
    left: 12% !important;
    top: 41% !important;
    bottom: auto !important;
    width: 34% !important;
    height: 24% !important;
  }

  section.hero.hero-web .burger-card-center {
    left: 51% !important;
    top: 46% !important;
    bottom: auto !important;
    width: 34% !important;
    height: 22% !important;
  }
}

@media (min-width: 681px) and (max-width: 980px) {
  .intro {
    grid-template-columns: minmax(0, 0.95fr) minmax(300px, 0.75fr);
    padding-top: clamp(30px, 4vw, 56px);
  }

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

  .showcase,
  .contact {
    grid-template-columns: minmax(0, 0.75fr) minmax(320px, 1.1fr);
  }
}

/* Composited hero prototype: real layout, coherent with the full site grid. */
.hero.hero-web {
  position: relative;
  display: block;
  height: clamp(500px, 52vw, 760px);
  min-height: 0;
  padding: 0;
  overflow: hidden;
  background: transparent;
}

.hero.hero-web::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  width: 50%;
  height: 100%;
  pointer-events: none;
  background:
    radial-gradient(circle at 20% 52%, rgba(255, 255, 255, 0.14), transparent 16rem),
    linear-gradient(90deg, rgba(0, 0, 0, 0.6), transparent);
}

.hero.hero-web > .hero-stage,
.hero.hero-web > .hero-hotspots {
  display: none !important;
}

.hero.hero-web > .hero-nav,
.hero.hero-web > .hero-web-content {
  display: block !important;
}

.hero-nav {
  position: absolute;
  left: 7.6%;
  right: 9%;
  top: 4.35%;
  z-index: 8;
  width: auto;
  height: 38px;
  display: flex !important;
  align-items: center;
  justify-content: space-between;
  gap: clamp(16px, 3vw, 34px);
  padding: 0 8px 0 18px;
  border: 1.5px solid rgba(247, 248, 244, 0.96);
  border-radius: 999px;
  background: rgba(2, 3, 2, 0.72);
  box-shadow: 0 16px 56px rgba(0, 0, 0, 0.3);
  backdrop-filter: blur(12px);
}

.hero-logo {
  width: 112px;
  height: 31px;
  overflow: hidden;
  display: inline-flex;
  align-items: center;
}

.hero-logo img {
  width: 118px;
  height: 52px;
  object-fit: contain;
  transform: translate(-4px, -1px);
}

.hero-links {
  display: flex;
  align-items: center;
  gap: clamp(16px, 2.4vw, 28px);
  margin-left: auto;
  font-size: clamp(0.52rem, 0.68vw, 0.7rem);
  font-weight: 900;
}

.hero-contact {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 27px;
  padding: 0 16px;
  border-radius: 999px;
  color: #050706;
  background: #f7f8f4;
  font-size: clamp(0.58rem, 0.74vw, 0.78rem);
  font-weight: 900;
  box-shadow: 0 0 22px rgba(255, 255, 255, 0.22);
}

.hero-web-content {
  position: absolute;
  inset: 0;
  z-index: 2;
}

.hero-web-copy {
  position: absolute;
  left: 4.1%;
  top: 26%;
  z-index: 4;
  width: 64%;
}

.hero-web h1 {
  margin: 0;
  max-width: none;
  color: #f7f8f4;
  font-family: "Arial Black", "Inter", sans-serif;
  font-size: clamp(3.8rem, 8.35vw, 7.9rem);
  line-height: 0.82;
  letter-spacing: 0;
  text-transform: uppercase;
  text-shadow: 0 11px 34px rgba(0, 0, 0, 0.5);
}

.hero-web h1 span {
  display: block;
  white-space: nowrap;
}

.hero-web h1 em {
  display: inline-block;
  margin-left: 0.05em;
  color: #00c82d;
  font-family: "Playfair Display", Georgia, serif;
  font-size: 0.76em;
  font-weight: 700;
  line-height: 0.7;
  text-transform: lowercase;
  text-shadow: 0 0 20px rgba(0, 200, 45, 0.9), 0 0 46px rgba(0, 200, 45, 0.55);
  transform: translateY(0.05em);
}

.hero-web-actions {
  display: flex;
  align-items: center;
  gap: 18px;
  margin-top: clamp(14px, 1.8vw, 22px);
  padding-left: 6.2%;
}

.hero-web-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: clamp(32px, 3.15vw, 46px);
  padding: 0 clamp(14px, 2vw, 24px);
  border-radius: 999px;
  font-size: clamp(0.85rem, 1.25vw, 1.22rem);
  font-weight: 900;
  white-space: nowrap;
}

.hero-web-btn::after {
  content: ">";
  margin-left: 10px;
  font-weight: 600;
}

.hero-web-btn.primary {
  color: #050706;
  background: #f7f8f4;
  box-shadow: 0 0 42px rgba(247, 248, 244, 0.24);
}

.hero-web-btn.secondary {
  border: 1.5px solid rgba(247, 248, 244, 0.88);
  background: rgba(255, 255, 255, 0.04);
}

.hero-web-visuals {
  position: absolute;
  inset: 0;
  z-index: 3;
  pointer-events: none;
}

.burger-card {
  position: absolute;
  margin: 0;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.03);
  box-shadow: 0 34px 84px rgba(0, 0, 0, 0.34);
}

.burger-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
}

.burger-card-left img {
  object-position: center 72%;
}

.burger-card-center img {
  object-position: center 50%;
}

.burger-card-tall {
  right: 4.35%;
  top: 23.3%;
  width: 23.2%;
  height: 62.8%;
  border-radius: 18px;
}

.burger-card-left {
  left: 6.6%;
  bottom: 0;
  width: 17.35%;
  height: 31.8%;
  border-radius: 16px 16px 0 0;
}

.burger-card-center {
  left: 27.1%;
  bottom: 0;
  width: 17.35%;
  height: 26.2%;
  border-radius: 16px 16px 0 0;
}

.hero-glass-card {
  position: absolute;
  right: 12.2%;
  bottom: 6.9%;
  width: 38.8%;
  height: 17.3%;
  border: 1.5px solid rgba(247, 248, 244, 0.92);
  border-radius: 16px;
  background: rgba(247, 248, 244, 0.04);
  box-shadow: inset -110px 0 135px rgba(247, 248, 244, 0.2), 0 22px 70px rgba(0, 0, 0, 0.34);
  backdrop-filter: blur(13px);
}

@media (max-width: 680px) {
  .hero.hero-web {
    height: 700px;
  }

  .hero-nav {
    left: 6.5%;
    right: 6.5%;
    top: 2.3%;
    height: 34px;
    padding-left: 12px;
  }

  .hero-logo {
    width: 92px;
  }

  .hero-logo img {
    width: 96px;
  }

  .hero-links,
  .hero-contact {
    display: none;
  }

  .hero-web-copy {
    left: 7%;
    top: 14%;
    width: 108%;
  }

  .hero-web h1 {
    font-size: clamp(3rem, 15vw, 4.3rem);
  }

  .hero-web h1 em {
    margin-left: 0;
    transform: translate(0.12em, 0.05em);
  }

  .hero-web-actions {
    gap: 10px;
    margin-top: 16px;
    padding-left: 11%;
  }

  .hero-web-btn {
    min-height: 30px;
    padding: 0 13px;
    font-size: 0.78rem;
  }

  .burger-card-tall {
    display: none;
  }

  .burger-card-left {
    left: 12%;
    top: 41%;
    bottom: auto;
    width: 34%;
    height: 24%;
    border-radius: 14px;
  }

  .burger-card-center {
    left: 51%;
    top: 46%;
    bottom: auto;
    width: 34%;
    height: 22%;
    border-radius: 14px;
  }

  .hero-glass-card {
    right: -38%;
    bottom: 51%;
    width: 52%;
    height: 10%;
    border-radius: 12px;
  }
}

/* Coded hero adapted from the provided SVG */
.site-header {
  display: none;
}

.hero.hero-web {
  position: relative;
  display: block;
  height: 100svh;
  min-height: 0;
  padding: 0;
  align-items: initial;
  overflow: hidden;
  background: transparent;
}

.hero.hero-web::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background:
    radial-gradient(circle at 74% 21%, rgba(0, 132, 28, 0.5), transparent 29rem),
    radial-gradient(circle at 18% 58%, rgba(255, 255, 255, 0.08), transparent 18rem),
    linear-gradient(90deg, rgba(1, 2, 1, 0.22) 0%, rgba(1, 2, 1, 0.06) 45%, rgba(6, 45, 13, 0.18) 100%);
}

.hero-nav {
  position: absolute;
  left: 8%;
  top: 3.55%;
  width: 77%;
  height: 7.6%;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  padding: 0 4.1% 0 2.1%;
  border: 2.5px solid rgba(247, 248, 244, 0.96);
  border-radius: 999px;
  background: rgba(2, 3, 2, 0.72);
  box-shadow: 0 18px 58px rgba(0, 0, 0, 0.28);
}

.hero-logo {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 150px;
  height: 54px;
  padding: 0;
  border-radius: 999px;
  background: transparent;
  overflow: hidden;
}

.hero-logo img {
  width: 142px;
  height: 57px;
  object-fit: contain;
  object-position: left center;
  mix-blend-mode: screen;
}

.hero-links {
  display: flex;
  align-items: center;
  gap: clamp(24px, 3.2vw, 46px);
  font-size: 0.86rem;
  font-weight: 900;
}

.hero-contact {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0 24px;
  border-radius: 999px;
  color: var(--black);
  background: var(--white);
  font-weight: 900;
  font-size: 1.02rem;
  box-shadow: 0 0 32px rgba(255, 255, 255, 0.24);
}

.hero-web-content {
  position: relative;
  height: 100%;
}

.hero-web-copy {
  position: absolute;
  z-index: 4;
  left: 2.45%;
  top: 23.7%;
  width: 70%;
}

.hero-web h1 {
  margin: 0 0 57px;
  max-width: none;
  color: var(--white);
  font-family: "Arial Black", "Inter", sans-serif;
  font-size: clamp(5.25rem, 7.95vw, 8.55rem);
  line-height: 0.82;
  letter-spacing: 0;
  text-transform: uppercase;
  text-shadow: 0 10px 36px rgba(0, 0, 0, 0.55);
}

.hero-web h1 span {
  display: block;
  white-space: nowrap;
}

.hero-web h1 em {
  display: inline-block;
  margin-left: 0.08em;
  color: var(--green);
  font-family: "Playfair Display", Georgia, serif;
  font-size: 0.84em;
  font-weight: 700;
  line-height: 0.7;
  text-transform: lowercase;
  text-shadow: 0 0 24px rgba(0, 200, 45, 0.82), 0 0 52px rgba(0, 200, 45, 0.52);
  transform: translateY(0.04em);
}

.hero-web-actions {
  display: flex;
  align-items: center;
  gap: 18px;
  padding-left: 8.8%;
}

.hero-web-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 66px;
  padding: 0 25px 0 29px;
  border-radius: 999px;
  font-size: 1.62rem;
  font-weight: 900;
  white-space: nowrap;
}

.hero-web-btn::after {
  content: ">";
  margin-left: 12px;
  font-size: 1.45rem;
  font-weight: 500;
}

.hero-web-btn.primary {
  color: var(--black);
  background: var(--white);
  box-shadow: 0 0 44px rgba(247, 248, 244, 0.3);
}

.hero-web-btn.secondary {
  border: 2px solid rgba(247, 248, 244, 0.92);
  background: rgba(255, 255, 255, 0.02);
}

.hero-web-visuals {
  position: absolute;
  inset: 0;
  z-index: 2;
}

.burger-card {
  position: absolute;
  margin: 0;
  overflow: hidden;
  box-shadow: 0 34px 84px rgba(0, 0, 0, 0.36);
  transform: translate3d(var(--inlay-x, 0), var(--inlay-y, 0), 0);
  transition: transform 180ms ease-out;
  will-change: transform;
}

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

.burger-card-tall {
  right: 4.4%;
  top: 23.55%;
  width: 23.05%;
  height: 63.8%;
  border-radius: 32px;
}

.burger-card-left {
  left: 6.8%;
  bottom: 0;
  width: 17.1%;
  height: 33.2%;
  border-radius: 42px 42px 0 0;
}

.burger-card-center {
  left: 29.1%;
  bottom: 0;
  width: 17.2%;
  height: 28.5%;
  border-radius: 30px 30px 0 0;
}

.hero-glass-card {
  position: absolute;
  right: 12%;
  bottom: 9%;
  width: 38.5%;
  height: 15.9%;
  border: 3px solid rgba(247, 248, 244, 0.95);
  border-radius: 28px;
  background: rgba(247, 248, 244, 0.05);
  box-shadow: inset -100px 0 140px rgba(247, 248, 244, 0.22), 0 24px 80px rgba(0, 0, 0, 0.35);
  backdrop-filter: blur(13px);
  transform: translate3d(var(--inlay-x, 0), var(--inlay-y, 0), 0);
  transition: transform 180ms ease-out;
  will-change: transform;
}

@media (prefers-reduced-motion: reduce) {
  .burger-card,
  .hero-glass-card,
  .service-card,
  .metric-card,
  .steps article,
  .contact-card,
  .wide-media,
  .logo-media {
    transform: none;
    transition: none;
  }
}

@media (max-width: 980px) {
  .hero.hero-web {
    height: auto;
    min-height: 0;
    padding: 14px;
  }

  .hero-nav {
    height: 58px;
    padding: 0 9px 0 12px;
    border-width: 1.5px;
  }

  .hero-logo {
    width: 92px;
    height: 40px;
  }

  .hero-links {
    display: none;
  }

  .hero-contact {
    min-height: 38px;
    padding: 0 16px;
    font-size: 0.82rem;
  }

  .hero-web-content {
    height: auto;
    min-height: 730px;
  }

  .hero-web-copy {
    left: 0;
    top: 58px;
    width: 100%;
  }

  .hero-web h1 {
    font-size: clamp(3rem, 13.5vw, 4.25rem);
    line-height: 0.84;
    margin-bottom: 18px;
  }

  .hero-web h1 em {
    margin-left: 0;
  }

  .hero-web-actions {
    display: grid;
    gap: 10px;
    padding-left: 0;
  }

  .hero-web-btn {
    width: min(100%, 360px);
    min-height: 48px;
    font-size: 1rem;
  }

  .burger-card-tall {
    right: 0;
    top: 365px;
    width: 58%;
    height: 245px;
    border-radius: 24px;
  }

  .burger-card-left {
    left: 0;
    bottom: 0;
    width: 46%;
    height: 190px;
    border-radius: 28px 28px 0 0;
  }

  .burger-card-center {
    left: 38%;
    bottom: 0;
    width: 42%;
    height: 165px;
    border-radius: 24px 24px 0 0;
  }

  .hero-glass-card {
    right: 0;
    bottom: 170px;
    width: 72%;
    height: 80px;
    border-width: 1.5px;
    border-radius: 20px;
  }
}

/* Exact hero render from SITE_ELEMENT/Design_Site_Web_Hero.svg */
.hero.hero-web {
  height: 100svh;
  min-height: 0;
  padding: 0;
  overflow: hidden;
  background: #010201;
}

.hero.hero-web::before {
  content: none;
}

.hero.hero-web > :not(.hero-reference):not(.hero-hotspots):not(.hero-stage):not(.hero-nav):not(.hero-web-content) {
  display: none !important;
}

.hero-reference {
  position: absolute;
  inset: 0 auto auto 0;
  z-index: 1;
  display: block;
  width: 100%;
  height: auto;
  max-width: none;
  user-select: none;
  pointer-events: none;
}

.hero-hotspots {
  position: absolute;
  inset: 0;
  z-index: 5;
}

.hero-hotspot {
  position: absolute;
  display: block;
}

.hero-hotspot:focus-visible {
  outline: 2px solid var(--green-soft);
  outline-offset: 4px;
  border-radius: 999px;
}

.hero-hotspot-logo {
  left: 9%;
  top: 4.1%;
  width: 10%;
  height: 5.2%;
}

.hero-hotspot-services {
  left: 41.5%;
  top: 5.1%;
  width: 4.8%;
  height: 3.4%;
}

.hero-hotspot-studio {
  left: 46.1%;
  top: 5.1%;
  width: 4.2%;
  height: 3.4%;
}

.hero-hotspot-pricing {
  left: 50.3%;
  top: 5.1%;
  width: 4.5%;
  height: 3.4%;
}

.hero-hotspot-contact {
  left: 54.7%;
  top: 5.1%;
  width: 4.6%;
  height: 3.4%;
}

.hero-hotspot-nav-cta {
  right: 8.8%;
  top: 3.8%;
  width: 9.6%;
  height: 5.1%;
}

.hero-hotspot-main-cta {
  left: 9.3%;
  top: 54%;
  width: 15.7%;
  height: 6%;
}

.hero-hotspot-examples {
  left: 26%;
  top: 54%;
  width: 14.3%;
  height: 6%;
}

@media (max-width: 980px) {
  .hero.hero-web {
    height: min(100svh, 760px);
    padding: 0;
  }

  .hero-reference {
    width: auto;
    height: 100%;
    object-fit: cover;
    object-position: 13% top;
  }
}

/* Rebuilt hero: every visible SVG element is layered independently. */
.hero.hero-web {
  isolation: isolate;
  height: 100svh;
  min-height: 720px;
  background:
    radial-gradient(circle at 79% 30%, rgba(0, 155, 35, 0.38), transparent 26rem),
    radial-gradient(circle at 17% 57%, rgba(255, 255, 255, 0.13), transparent 13rem),
    linear-gradient(90deg, #010201 0%, #030804 48%, #06320d 100%);
}

section.hero.hero-web > .hero-stage,
section.hero.hero-web > .hero-hotspots {
  display: block !important;
}

.hero.hero-web > .hero-reference {
  display: none !important;
}

.hero-stage {
  position: absolute;
  inset: 0;
  z-index: 1;
  overflow: hidden;
}

.hero-stage::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(rgba(0, 205, 55, 0.22) 1.4px, transparent 1.4px),
    linear-gradient(90deg, rgba(0, 205, 55, 0.22) 1.4px, transparent 1.4px);
  background-size: 87.5px 87.5px;
  opacity: 0.74;
}

.hero-grid {
  position: absolute;
  border: 1.5px solid rgba(0, 205, 55, 0.17);
  background:
    linear-gradient(rgba(0, 205, 55, 0.22) 1.4px, transparent 1.4px),
    linear-gradient(90deg, rgba(0, 205, 55, 0.22) 1.4px, transparent 1.4px);
  background-size: 87.5px 87.5px;
  pointer-events: none;
}

.hero-grid-left {
  left: 0;
  top: 0;
  width: 41.8%;
  height: 60.5%;
}

.hero-grid-center {
  left: 41.8%;
  top: 0;
  width: 18.2%;
  height: 60.5%;
}

.hero-grid-right {
  right: 0;
  top: 0;
  width: 44.5%;
  height: 60.3%;
  background-color: rgba(0, 72, 13, 0.34);
}

.hero-grid-bottom {
  left: 0;
  bottom: -1px;
  width: 100%;
  height: 19.5%;
  background-color: rgba(0, 68, 14, 0.32);
}

.hero-nav-shell {
  position: absolute;
  left: 7.6%;
  top: 4.7%;
  width: 83.5%;
  height: 6.5%;
  border: 1.6px solid rgba(247, 248, 244, 0.95);
  border-radius: 999px;
  background: rgba(2, 3, 2, 0.72);
  box-shadow: 0 16px 54px rgba(0, 0, 0, 0.28);
}

.hero-glass-panel {
  position: absolute;
  right: 11.9%;
  top: 74.6%;
  width: 38.5%;
  height: 18.3%;
  border: 1.5px solid rgba(247, 248, 244, 0.92);
  border-radius: 18px;
  background: rgba(247, 248, 244, 0.04);
  box-shadow: inset -110px 0 135px rgba(247, 248, 244, 0.2), 0 22px 70px rgba(0, 0, 0, 0.34);
  backdrop-filter: blur(13px);
}

.hero-layer {
  position: absolute;
  inset: auto;
  z-index: 3;
  width: auto;
  height: auto;
  max-width: none;
  pointer-events: none;
  user-select: none;
}

.hero-photo-left,
.hero-photo-center,
.hero-photo-tall {
  z-index: 2;
}

.hero-photo-tall {
  z-index: 2;
}

.hero-glass-panel {
  z-index: 4;
}

.hero-logo-mark,
.hero-menu-services,
.hero-menu-studio,
.hero-menu-pricing,
.hero-menu-contact,
.hero-menu-icon,
.hero-nav-button,
.hero-title-art,
.hero-regard-art,
.hero-cta-primary-art,
.hero-cta-secondary-art {
  z-index: 5;
}

.hero-hotspots {
  z-index: 8;
}

.hero-logo-mark {
  left: 9.35%;
  top: 5.75%;
  width: 7.35%;
}

.hero-menu-services {
  left: 41.55%;
  top: 7.4%;
  width: 3.15%;
}

.hero-menu-studio {
  left: 46.3%;
  top: 7.38%;
  width: 2.72%;
}

.hero-menu-pricing {
  left: 50.3%;
  top: 7.35%;
  width: 2.96%;
}

.hero-menu-contact {
  left: 54.8%;
  top: 7.36%;
  width: 3.06%;
}

.hero-menu-icon {
  right: 19%;
  top: 6.64%;
  width: 1.55%;
}

.hero-nav-button {
  right: 9.2%;
  top: 6.1%;
  width: 8.1%;
}

.hero-title-art {
  left: 3.78%;
  top: 27.55%;
  width: 44.65%;
}

.hero-regard-art {
  left: 40.6%;
  top: 33.65%;
  width: 23.1%;
}

.hero-cta-primary-art {
  left: 9.5%;
  top: 54.05%;
  width: 15.55%;
}

.hero-cta-secondary-art {
  left: 25.95%;
  top: 50.75%;
  width: 14.65%;
}

.hero-photo-tall {
  right: 4.35%;
  top: 23.45%;
  width: 23.15%;
  border-radius: 19px;
}

.hero-photo-left {
  left: 6.65%;
  top: 66.65%;
  width: 17.25%;
  border-radius: 17px 17px 0 0;
}

.hero-photo-center {
  left: 27%;
  top: 72.25%;
  width: 17.35%;
  border-radius: 17px 17px 0 0;
}

@media (max-width: 980px) {
  .hero.hero-web {
    height: 760px;
    min-height: 760px;
  }

  .hero-stage {
    width: 100%;
    transform: none;
    transform-origin: top left;
  }

  .hero-stage::before,
  .hero-grid {
    background-size: 47px 47px;
  }

  .hero-nav-shell {
    left: 14.4%;
    top: 2.1%;
    width: 84%;
    height: 3.7%;
  }

  .hero-glass-panel {
    left: 96%;
    top: 34.6%;
    width: 42%;
    height: 9.2%;
    border-radius: 10px;
  }

  .hero-logo-mark {
    left: 18.2%;
    top: 5.3%;
    width: 13.2%;
  }

  .hero-menu-services {
    left: 79%;
    top: 5.9%;
    width: 7%;
  }

  .hero-menu-studio {
    left: 88%;
    top: 5.9%;
    width: 6%;
  }

  .hero-menu-pricing,
  .hero-menu-contact,
  .hero-menu-icon,
  .hero-nav-button,
  .hero-photo-tall {
    display: none;
  }

  .hero-title-art {
    left: 7.2%;
    top: 12.8%;
    width: 84.8%;
  }

  .hero-regard-art {
    left: 72%;
    top: 21.6%;
    width: 46%;
  }

  .hero-cta-primary-art {
    left: 18%;
    top: 24.95%;
    width: 28.8%;
  }

  .hero-cta-secondary-art {
    left: 49.5%;
    top: 23.2%;
    width: 28%;
  }

  .hero-photo-left {
    left: 12.2%;
    top: 31%;
    width: 33%;
  }

  .hero-photo-center {
    left: 51%;
    top: 36%;
    width: 33%;
  }

  .hero-hotspots {
    transform: none;
    width: 100%;
    height: 760px;
  }
}

/* Final hero composition aligned to Design_Site_Web_Hero without an isolated background. */
.hero.hero-web {
  height: clamp(430px, 52vw, 760px);
  min-height: 0;
  background: transparent;
}

.hero-stage {
  overflow: visible;
}

.hero-stage::before,
.hero-grid {
  content: none;
  display: none;
}

.hero-menu-services,
.hero-menu-studio,
.hero-menu-pricing,
.hero-menu-contact,
.hero-menu-icon,
.hero-nav-button,
.hero-photo-tall {
  display: block;
}

.hero-nav-shell {
  left: 7.55%;
  top: 4.45%;
  width: 83.45%;
  height: 6.35%;
}

.hero-logo-mark {
  left: 9.275%;
  top: 3.398%;
  width: 8.435%;
}

.hero-menu-services {
  left: 39.427%;
  top: 4.169%;
  width: 7.436%;
}

.hero-menu-studio {
  left: 43.995%;
  top: 3.882%;
  width: 8.073%;
}

.hero-menu-pricing {
  left: 47.887%;
  top: 3.669%;
  width: 8.45%;
}

.hero-menu-contact {
  left: 52.666%;
  top: 4.075%;
  width: 7.561%;
}

.hero-menu-icon {
  right: 17.287%;
  top: 4.925%;
  width: 4.978%;
}

.hero-nav-button {
  right: 7.306%;
  top: 1.918%;
  width: 10.942%;
}

.hero-title-art {
  left: 2.281%;
  top: -7.5%;
  width: 48.169%;
}

.hero-regard-art {
  left: 37.81%;
  top: 25.188%;
  width: 27.897%;
}

.hero-cta-primary-art {
  left: 8.02%;
  top: 36.7%;
  width: 18.506%;
}

.hero-cta-secondary-art {
  left: 22.677%;
  top: 34%;
  width: 21.189%;
}

.hero-photo-tall {
  right: -8.531%;
  top: 23.45%;
  width: 36.031%;
  border-radius: 0;
}

.hero-photo-left {
  left: 3.755%;
  top: 62.1%;
  width: 23.06%;
  border-radius: 0;
}

.hero-photo-center {
  left: 27%;
  top: 67.5%;
  width: 18.673%;
  border-radius: 0;
}

.hero-glass-panel {
  left: auto;
  right: 12.15%;
  top: 70.1%;
  width: 38.7%;
  height: 17.15%;
}

@media (max-width: 680px) {
  .hero.hero-web {
    height: 700px;
  }

  .hero-nav-shell {
    left: 7%;
    top: 3%;
    width: 86%;
    height: 5.4%;
  }

  .hero-logo-mark {
    left: 8.4%;
    top: 1.05%;
    width: 21%;
  }

  .hero-menu-services,
  .hero-menu-studio,
  .hero-menu-pricing,
  .hero-menu-contact,
  .hero-menu-icon,
  .hero-nav-button,
  .hero-photo-tall {
    display: none;
  }

  .hero-title-art {
    left: -7.5%;
    top: 12.5%;
    width: 91%;
  }

  .hero-regard-art {
    left: 54%;
    top: 23.5%;
    width: 66%;
  }

  .hero-cta-primary-art {
    left: 3%;
    top: 31%;
    width: 43%;
  }

  .hero-cta-secondary-art {
    left: 37%;
    top: 27.3%;
    width: 46%;
  }

  .hero-photo-left {
    left: -12%;
    top: 43%;
    width: 55%;
  }

  .hero-photo-center {
    left: 36%;
    top: 47%;
    width: 45%;
  }

  .hero-glass-panel {
    left: 88%;
    right: auto;
    top: 40%;
    width: 54%;
    height: 10%;
  }
}

section.hero.hero-web > .hero-stage,
section.hero.hero-web > .hero-hotspots {
  display: none !important;
}

/* Ajustement final en toute fin de cascade : assets fournis dans AJUSTATION. */
section.hero.hero-web .hero-logo {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: flex-start !important;
  gap: 8px !important;
  width: 116px !important;
  height: 31px !important;
  padding: 0 !important;
  overflow: visible !important;
  background: transparent !important;
}

section.hero.hero-web .hero-logo::before,
section.hero.hero-web .hero-logo::after {
  content: none !important;
}

section.hero.hero-web .hero-logo img,
section.hero.hero-web .hero-logo .hero-logo-icon,
section.hero.hero-web .hero-logo .hero-logo-text {
  display: block !important;
  max-width: none !important;
  mix-blend-mode: normal !important;
  object-fit: contain !important;
  object-position: center !important;
  transform: none !important;
}

section.hero.hero-web .hero-logo .hero-logo-icon {
  width: 28px !important;
  height: 28px !important;
}

section.hero.hero-web .hero-logo .hero-logo-text {
  width: 48px !important;
  height: auto !important;
}

section.hero.hero-web .sr-only {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

section.hero.hero-web .hero-title-image {
  display: block !important;
  width: min(70vw, 760px) !important;
  max-width: 100% !important;
  height: auto !important;
  filter: drop-shadow(0 10px 34px rgba(0, 0, 0, 0.5));
}

section.hero.hero-web .hero-web-copy {
  left: 4.1% !important;
  top: 25.5% !important;
  width: 68% !important;
}

section.hero.hero-web .hero-web-copy h1 {
  margin: 0 !important;
}

section.hero.hero-web .hero-web-actions {
  margin-top: clamp(14px, 1.8vw, 20px) !important;
  padding-left: 6.2% !important;
}

@media (max-width: 680px) {
  section.hero.hero-web .hero-logo {
    width: 96px !important;
    gap: 6px !important;
  }

  section.hero.hero-web .hero-logo .hero-logo-icon {
    width: 24px !important;
    height: 24px !important;
  }

  section.hero.hero-web .hero-logo .hero-logo-text {
    width: 42px !important;
  }

  section.hero.hero-web .hero-title-image {
    width: 92vw !important;
  }

  section.hero.hero-web .hero-web-copy {
    left: 4% !important;
    top: 14% !important;
    width: 92% !important;
  }
}

/* Final Canva hero lock. Keep this block last so older experiments cannot override it. */
section.hero.hero-web {
  height: min(100svh, 768px) !important;
  min-height: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
}

section.hero.hero-web .hero-nav {
  left: 9.9% !important;
  right: auto !important;
  top: 5.05% !important;
  width: 78.85% !important;
  height: 50px !important;
  display: flex !important;
  align-items: center !important;
  padding: 0 18px 0 24px !important;
  border: 1.5px solid rgba(247, 248, 244, 0.94) !important;
  border-radius: 999px !important;
  background: rgba(2, 3, 2, 0.74) !important;
  backdrop-filter: blur(12px) !important;
}

section.hero.hero-web .hero-nav::after {
  content: "=" !important;
  position: absolute !important;
  right: 127px !important;
  top: 8px !important;
  color: #f7f8f4 !important;
  font-size: 30px !important;
  line-height: 1 !important;
  font-weight: 800 !important;
  transform: rotate(90deg) scaleX(0.78) !important;
}

section.hero.hero-web .hero-logo {
  width: 104px !important;
  height: 34px !important;
  gap: 7px !important;
}

section.hero.hero-web .hero-logo .hero-logo-icon {
  width: 34px !important;
  height: 34px !important;
}

section.hero.hero-web .hero-logo .hero-logo-text {
  width: 58px !important;
}

section.hero.hero-web .hero-links {
  position: absolute !important;
  left: 40.3% !important;
  top: 0 !important;
  height: 100% !important;
  display: flex !important;
  align-items: center !important;
  gap: 31px !important;
  margin: 0 !important;
  color: #f7f8f4 !important;
  font-size: 8px !important;
  font-weight: 900 !important;
  line-height: 1 !important;
}

section.hero.hero-web .hero-contact {
  position: absolute !important;
  right: 14px !important;
  top: 7px !important;
  width: 117px !important;
  height: 36px !important;
  min-height: 36px !important;
  padding: 0 !important;
  color: #050706 !important;
  background: #f7f8f4 !important;
  border: 0 !important;
  border-radius: 999px !important;
  font-size: 11px !important;
  font-weight: 900 !important;
}

section.hero.hero-web .hero-web-copy {
  left: 6.15% !important;
  top: 27.55% !important;
  width: 64% !important;
  z-index: 5 !important;
}

section.hero.hero-web .hero-title-image {
  width: min(58vw, 820px) !important;
  max-width: none !important;
}

section.hero.hero-web .hero-web-actions {
  display: flex !important;
  gap: 14px !important;
  margin-top: 42px !important;
  padding-left: 5.55% !important;
}

section.hero.hero-web .hero-web-btn {
  height: 43px !important;
  min-height: 43px !important;
  padding: 0 18px !important;
  border-radius: 999px !important;
  font-size: 18px !important;
  line-height: 1 !important;
  font-weight: 900 !important;
}

section.hero.hero-web .hero-web-btn::after {
  margin-left: 12px !important;
  font-size: 21px !important;
  font-weight: 500 !important;
}

section.hero.hero-web .burger-card-tall {
  display: block !important;
  right: 6.65% !important;
  top: 23.65% !important;
  width: 21.95% !important;
  height: 63.9% !important;
  border-radius: 30px !important;
}

section.hero.hero-web .burger-card-left {
  left: 8.95% !important;
  top: 66.75% !important;
  bottom: auto !important;
  width: 16.35% !important;
  height: 31.6% !important;
  border-radius: 28px 28px 0 0 !important;
}

section.hero.hero-web .burger-card-center {
  left: 28.25% !important;
  top: 72.25% !important;
  bottom: auto !important;
  width: 16.35% !important;
  height: 27.6% !important;
  border-radius: 28px 28px 0 0 !important;
}

section.hero.hero-web .hero-glass-card {
  left: 49.72% !important;
  right: auto !important;
  top: 74.85% !important;
  bottom: auto !important;
  width: 36.45% !important;
  height: 18.1% !important;
  border-radius: 24px !important;
}

@media (max-width: 680px) {
  section.hero.hero-web {
    height: 220px !important;
    background-size: 56px 56px, 56px 56px, auto, auto, auto !important;
  }

  section.hero.hero-web .hero-nav {
    left: 7.75% !important;
    top: 5.45% !important;
    width: 83.85% !important;
    height: 14px !important;
    padding: 0 4px 0 5px !important;
    border-width: 0.6px !important;
  }

  section.hero.hero-web .hero-nav::after {
    right: 32px !important;
    top: 2px !important;
    font-size: 8px !important;
  }

  section.hero.hero-web .hero-logo {
    width: 29px !important;
    height: 10px !important;
    gap: 2px !important;
  }

  section.hero.hero-web .hero-logo .hero-logo-icon {
    width: 8px !important;
    height: 8px !important;
  }

  section.hero.hero-web .hero-logo .hero-logo-text {
    width: 15px !important;
  }

  section.hero.hero-web .hero-links {
    left: 40.1% !important;
    gap: 8px !important;
    font-size: 2.4px !important;
  }

  section.hero.hero-web .hero-contact {
    right: 3px !important;
    top: 2px !important;
    width: 32px !important;
    height: 9px !important;
    min-height: 9px !important;
    font-size: 3px !important;
  }

  section.hero.hero-web .hero-web-copy {
    left: 3.8% !important;
    top: 27.2% !important;
    width: 68% !important;
  }

  section.hero.hero-web .hero-title-image {
    width: 58vw !important;
  }

  section.hero.hero-web .hero-web-actions {
    gap: 4px !important;
    margin-top: 13px !important;
    padding-left: 5.7% !important;
  }

  section.hero.hero-web .hero-web-btn {
    height: 12px !important;
    min-height: 12px !important;
    padding: 0 5px !important;
    font-size: 5px !important;
  }

  section.hero.hero-web .hero-web-btn::after {
    margin-left: 3px !important;
    font-size: 6px !important;
  }

  section.hero.hero-web .burger-card-tall {
    right: 4.75% !important;
    top: 22.65% !important;
    width: 23.2% !important;
    height: 62.8% !important;
    border-radius: 8px !important;
  }

  section.hero.hero-web .burger-card-left {
    left: 6.65% !important;
    top: 67.75% !important;
    width: 17.2% !important;
    height: 31.5% !important;
    border-radius: 7px 7px 0 0 !important;
  }

  section.hero.hero-web .burger-card-center {
    left: 28.6% !important;
    top: 71.85% !important;
    width: 17.2% !important;
    height: 28.2% !important;
    border-radius: 7px 7px 0 0 !important;
  }

  section.hero.hero-web .hero-glass-card {
    left: 49.5% !important;
    top: 74% !important;
    width: 39% !important;
    height: 17.5% !important;
    border-radius: 7px !important;
  }
}

/* HOME_SERVICES_POSITIONING_SECTION */
.home-services,
.design-preview {
  width: min(100% - 48px, 1180px);
  margin-inline: auto;
}

.home-services {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(320px, 0.72fr);
  gap: clamp(24px, 4vw, 58px);
  align-items: start;
  padding: clamp(70px, 8vw, 118px) 0 clamp(42px, 5vw, 74px);
}

.home-services-copy h2,
.design-preview h2,
.competitor-note h3 {
  font-family: "Code Pro Black", "Arial Black", Inter, Arial, sans-serif;
  text-transform: uppercase;
}

.home-services-copy h2 {
  max-width: 790px;
  margin: 0;
  font-size: clamp(44px, 5.4vw, 86px);
  line-height: 0.82;
  text-shadow: 0 16px 48px rgba(0, 0, 0, 0.48);
}

.home-services-copy > p {
  max-width: 680px;
  margin: 24px 0 0;
  color: rgba(247, 248, 244, 0.72);
  font-size: clamp(15px, 1.16vw, 18px);
  line-height: 1.56;
  font-weight: 620;
}

.offer-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-top: clamp(24px, 3vw, 42px);
}

.offer-list article,
.positioning-card,
.competitor-note,
.design-placeholder-grid article {
  border: 1px solid rgba(247, 248, 244, 0.16);
  background: rgba(247, 248, 244, 0.07);
  box-shadow: 0 22px 70px rgba(0, 0, 0, 0.24);
  backdrop-filter: blur(14px);
}

.offer-list article {
  min-height: 206px;
  padding: 20px;
  border-radius: 20px;
}

.offer-list span,
.design-placeholder-grid span {
  color: #54f15d;
  font-size: 0.72rem;
  font-weight: 950;
  text-transform: uppercase;
}

.offer-list h3 {
  margin: 18px 0 10px;
  font-family: "Code Pro Black", "Arial Black", Inter, Arial, sans-serif;
  font-size: clamp(20px, 1.75vw, 30px);
  line-height: 0.9;
  text-transform: uppercase;
}

.offer-list p,
.competitor-note p {
  margin: 0;
  color: rgba(247, 248, 244, 0.67);
  line-height: 1.45;
  font-weight: 650;
}

.positioning-panel {
  display: grid;
  gap: 12px;
  position: sticky;
  top: 112px;
}

.positioning-card {
  min-height: 126px;
  display: grid;
  align-content: center;
  gap: 8px;
  padding: 18px;
  border-radius: 22px;
}

.positioning-card.is-bright {
  color: #061008;
  background: linear-gradient(135deg, #f7f8f4, #dffff0);
}

.positioning-card strong {
  display: block;
  color: #54f15d;
  font-size: clamp(42px, 4.2vw, 68px);
  font-weight: 950;
  line-height: 0.82;
  text-transform: uppercase;
  text-shadow: 0 0 28px rgba(84, 241, 93, 0.36);
}

.positioning-card.is-bright strong {
  color: #18d63d;
  text-shadow: none;
}

.positioning-card span {
  color: rgba(247, 248, 244, 0.72);
  font-weight: 850;
  line-height: 1.28;
}

.positioning-card.is-bright span {
  color: rgba(5, 7, 6, 0.76);
}

.competitor-note {
  padding: 22px;
  border-radius: 24px;
  background: radial-gradient(circle at 100% 0%, rgba(84, 241, 93, 0.14), transparent 38%), rgba(247, 248, 244, 0.065);
}

.competitor-note .section-kicker {
  margin-bottom: 12px;
}

.competitor-note h3 {
  margin: 0 0 12px;
  font-size: clamp(24px, 2.4vw, 38px);
  line-height: 0.88;
}

.design-preview {
  display: grid;
  grid-template-columns: minmax(0, 0.74fr) minmax(0, 1fr);
  gap: clamp(20px, 4vw, 54px);
  align-items: stretch;
  padding: 0 0 clamp(64px, 8vw, 118px);
}

.design-preview h2 {
  max-width: 680px;
  margin: 0;
  font-size: clamp(38px, 4.9vw, 74px);
  line-height: 0.84;
}

.design-placeholder-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.design-placeholder-grid article {
  min-height: 230px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 18px;
  border-radius: 22px;
  background: radial-gradient(circle at 50% 38%, rgba(247, 248, 244, 0.14), transparent 26%), linear-gradient(150deg, rgba(247, 248, 244, 0.07), rgba(4, 22, 8, 0.82));
}

.design-placeholder-grid article::before {
  content: "";
  display: block;
  height: 118px;
  border: 1px dashed rgba(247, 248, 244, 0.22);
  border-radius: 16px;
}

.design-placeholder-grid strong {
  display: block;
  margin-top: 14px;
  font-family: "Code Pro Black", "Arial Black", Inter, Arial, sans-serif;
  font-size: clamp(18px, 1.7vw, 28px);
  line-height: 0.9;
  text-transform: uppercase;
}

@media (max-width: 980px) {
  .home-services,
  .design-preview {
    grid-template-columns: 1fr;
  }

  .positioning-panel {
    position: static;
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .competitor-note {
    grid-column: 1 / -1;
  }
}

@media (max-width: 680px) {
  .home-services,
  .design-preview {
    width: calc(100% - 32px);
  }

  .home-services {
    padding-top: 56px;
  }

  .offer-list,
  .positioning-panel,
  .design-placeholder-grid {
    grid-template-columns: 1fr;
  }

  .offer-list article,
  .positioning-card,
  .design-placeholder-grid article {
    min-height: auto;
  }
}

/* HOME_SERVICES_COPY_DESIGN_REBALANCE */
.home-services {
  grid-template-columns: minmax(0, 0.9fr) minmax(300px, 0.52fr) !important;
  gap: clamp(46px, 6vw, 96px) !important;
  padding-top: clamp(104px, 8.8vw, 138px) !important;
  padding-bottom: clamp(72px, 6.5vw, 108px) !important;
}

.home-services-copy h2 {
  max-width: 660px !important;
  font-size: clamp(56px, 6vw, 92px) !important;
  line-height: 0.84 !important;
}

.home-services-copy > p,
.why-lead {
  max-width: 700px !important;
  margin-top: 34px !important;
  color: rgba(247, 248, 244, 0.76) !important;
  font-size: clamp(17px, 1.25vw, 21px) !important;
  line-height: 1.72 !important;
}

.why-proof {
  max-width: 720px !important;
  margin-top: 34px !important;
}

.why-lead {
  max-width: 650px !important;
  margin: 0 !important;
  color: #f7f8f4 !important;
  font-family: "Code Pro Black", "Arial Black", Inter, Arial, sans-serif !important;
  font-size: clamp(22px, 2.05vw, 34px) !important;
  line-height: 0.96 !important;
  text-transform: uppercase !important;
  text-shadow: 0 16px 42px rgba(0, 0, 0, 0.42) !important;
}

.why-proof-grid {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 10px !important;
  margin-top: 24px !important;
}

.why-proof-grid span {
  min-height: 106px !important;
  display: flex !important;
  flex-direction: column !important;
  justify-content: space-between !important;
  gap: 12px !important;
  padding: 16px !important;
  border: 1px solid rgba(247, 248, 244, 0.14) !important;
  border-radius: 16px !important;
  color: rgba(247, 248, 244, 0.66) !important;
  background: linear-gradient(145deg, rgba(247, 248, 244, 0.07), rgba(8, 48, 18, 0.32)) !important;
  box-shadow: 0 22px 60px rgba(0, 0, 0, 0.18) !important;
  backdrop-filter: blur(12px) !important;
  font-size: clamp(12px, 0.92vw, 14px) !important;
  font-weight: 760 !important;
  line-height: 1.28 !important;
}

.why-proof-grid strong {
  display: block !important;
  color: #54f15d !important;
  font-family: "Code Pro Black", "Arial Black", Inter, Arial, sans-serif !important;
  font-size: clamp(16px, 1.25vw, 21px) !important;
  line-height: 0.9 !important;
  text-transform: uppercase !important;
}

.offer-list {
  grid-template-columns: 1fr !important;
  gap: 16px !important;
  max-width: 650px !important;
  margin-top: clamp(34px, 3.2vw, 52px) !important;
}

.offer-list article {
  min-height: 0 !important;
  display: grid !important;
  grid-template-columns: 42px minmax(0, 1fr) !important;
  align-items: start !important;
  column-gap: 14px !important;
  row-gap: 6px !important;
  padding: 20px 22px !important;
  border-radius: 18px !important;
  background: linear-gradient(120deg, rgba(247, 248, 244, 0.085), rgba(7, 43, 17, 0.28)) !important;
}

.offer-list span {
  grid-row: 1 / span 2 !important;
  padding-top: 2px !important;
}

.offer-list h3 {
  margin: 0 !important;
  font-size: clamp(18px, 1.5vw, 26px) !important;
  line-height: 0.9 !important;
}

.offer-list p {
  font-size: clamp(13px, 0.92vw, 15px) !important;
  line-height: 1.38 !important;
}

.positioning-panel {
  gap: 14px !important;
  align-self: start !important;
  margin-top: clamp(20px, 2.2vw, 34px) !important;
}

.positioning-card {
  min-height: 122px !important;
  padding: 20px 22px !important;
  border-radius: 20px !important;
  background: linear-gradient(135deg, rgba(247, 248, 244, 0.075), rgba(6, 42, 15, 0.42)) !important;
}

.positioning-card.is-bright {
  background: linear-gradient(135deg, #f7f8f4, #dffff0) !important;
}

.positioning-card strong {
  font-size: clamp(46px, 4.4vw, 68px) !important;
}

.positioning-card span {
  max-width: 92% !important;
  font-size: clamp(14px, 1vw, 16px) !important;
  line-height: 1.24 !important;
}

.competitor-note {
  padding: 24px !important;
  border-radius: 20px !important;
}

.competitor-note h3 {
  font-size: clamp(22px, 2vw, 32px) !important;
  line-height: 0.9 !important;
}

.competitor-note p:not(.section-kicker) {
  font-size: clamp(13px, 0.94vw, 15px) !important;
}

.design-preview {
  display: block !important;
  width: min(100% - 48px, 980px) !important;
  padding: clamp(4px, 1vw, 12px) 0 clamp(82px, 8vw, 124px) !important;
}

.design-preview h2 {
  max-width: 560px !important;
  font-size: clamp(34px, 4vw, 62px) !important;
  line-height: 0.86 !important;
}

.design-placeholder-grid article {
  min-height: 220px !important;
  border-radius: 18px !important;
}

.design-placeholder-grid article::before {
  height: 96px !important;
  background: radial-gradient(circle at 50% 45%, rgba(84, 241, 93, 0.12), transparent 42%) !important;
}

.design-placeholder-grid strong {
  font-size: clamp(17px, 1.42vw, 24px) !important;
}

@media (max-width: 980px) {
  .home-services,
  .design-preview {
    grid-template-columns: 1fr !important;
  }

  .positioning-panel {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 680px) {
  .home-services-copy h2 {
    font-size: clamp(42px, 13vw, 54px) !important;
  }

  .home-services-copy > p {
    font-size: 21px !important;
    line-height: 1.55 !important;
  }

  .why-proof {
    margin-top: 28px !important;
  }

  .why-lead {
    max-width: 92% !important;
    font-size: clamp(21px, 6.3vw, 27px) !important;
    line-height: 1 !important;
  }

  .why-proof-grid {
    grid-template-columns: 1fr !important;
    gap: 10px !important;
    margin-top: 18px !important;
  }

  .why-proof-grid span {
    min-height: 82px !important;
    padding: 14px !important;
    border-radius: 16px !important;
    font-size: 13px !important;
  }

  .why-proof-grid strong {
    font-size: 18px !important;
  }

  .offer-list article {
    grid-template-columns: 30px minmax(0, 1fr) !important;
    column-gap: 10px !important;
    row-gap: 5px !important;
    padding: 15px !important;
    border-radius: 18px !important;
  }

  .offer-list span {
    grid-row: 1 / span 2 !important;
  }

  .offer-list h3 {
    font-size: clamp(19px, 6.2vw, 25px) !important;
    line-height: 0.88 !important;
  }

  .offer-list p {
    font-size: 13.5px !important;
    line-height: 1.38 !important;
  }

  .positioning-panel,
  .design-placeholder-grid {
    grid-template-columns: 1fr !important;
  }

  .positioning-card,
  .competitor-note {
    border-radius: 18px !important;
  }

  .positioning-card {
    min-height: 112px !important;
    padding: 17px 18px !important;
  }

  .positioning-card strong {
    font-size: clamp(42px, 14vw, 58px) !important;
  }

  .positioning-card span,
  .competitor-note p:not(.section-kicker) {
    font-size: 14px !important;
  }

  .design-preview h2 {
    font-size: clamp(34px, 10vw, 46px) !important;
  }
}

/* POSITIONING_PANEL_MINIMAL_IMPACT */
.positioning-panel {
  min-height: clamp(500px, 42vw, 620px) !important;
  display: grid !important;
  align-content: center !important;
  gap: 18px !important;
  margin-top: 0 !important;
  padding: clamp(18px, 2vw, 28px) !important;
  border: 1px solid rgba(247, 248, 244, 0.12) !important;
  border-radius: 28px !important;
  background:
    radial-gradient(circle at 84% 18%, rgba(84, 241, 93, 0.14), transparent 34%),
    linear-gradient(145deg, rgba(247, 248, 244, 0.045), rgba(2, 18, 7, 0.46)) !important;
  box-shadow: 0 28px 90px rgba(0, 0, 0, 0.22) !important;
  backdrop-filter: blur(12px) !important;
}

.positioning-card {
  min-height: clamp(126px, 11vw, 158px) !important;
  display: grid !important;
  grid-template-columns: minmax(108px, 0.36fr) minmax(0, 1fr) !important;
  align-items: center !important;
  gap: clamp(16px, 2vw, 24px) !important;
  padding: clamp(18px, 1.8vw, 24px) !important;
  border: 1px solid rgba(247, 248, 244, 0.12) !important;
  border-radius: 22px !important;
  background: rgba(3, 16, 7, 0.5) !important;
  box-shadow: none !important;
}

.positioning-card.is-bright {
  background: linear-gradient(135deg, #f7f8f4, #e4fff1) !important;
}

.positioning-card strong {
  font-size: clamp(54px, 5.2vw, 82px) !important;
  line-height: 0.82 !important;
  letter-spacing: 0 !important;
}

.positioning-card span {
  max-width: 260px !important;
  color: rgba(247, 248, 244, 0.76) !important;
  font-size: clamp(15px, 1.08vw, 18px) !important;
  line-height: 1.22 !important;
  font-weight: 900 !important;
}

.positioning-card.is-bright span {
  color: rgba(5, 7, 6, 0.74) !important;
}

@media (max-width: 980px) {
  .positioning-panel {
    min-height: auto !important;
    padding: 18px !important;
    border-radius: 24px !important;
  }
}

@media (max-width: 680px) {
  .positioning-panel {
    gap: 12px !important;
    padding: 14px !important;
    border-radius: 22px !important;
  }

  .positioning-card {
    min-height: 148px !important;
    grid-template-columns: 1fr !important;
    align-content: center !important;
    gap: 10px !important;
    padding: 20px !important;
    border-radius: 18px !important;
  }

  .positioning-card strong {
    font-size: clamp(46px, 15vw, 62px) !important;
  }

  .positioning-card span {
    max-width: none !important;
    font-size: 15px !important;
    line-height: 1.22 !important;
  }
}

/* WHY_SECTION_LIGHT_REFOCUS */
.home-services {
  grid-template-columns: minmax(0, 1fr) minmax(260px, 0.44fr) !important;
  gap: clamp(34px, 5vw, 72px) !important;
}

.why-proof-grid {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 10px 14px !important;
  margin-top: 22px !important;
}

.why-proof-grid span {
  min-height: 0 !important;
  width: auto !important;
  display: inline-flex !important;
  align-items: center !important;
  gap: 10px !important;
  padding: 0 0 10px !important;
  border: 0 !important;
  border-bottom: 1px solid rgba(84, 241, 93, 0.34) !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  backdrop-filter: none !important;
  color: rgba(247, 248, 244, 0.66) !important;
  font-size: clamp(12px, 0.86vw, 14px) !important;
  line-height: 1.2 !important;
}

.why-proof-grid strong {
  color: #54f15d !important;
  font-size: clamp(14px, 1vw, 17px) !important;
  white-space: nowrap !important;
}

.positioning-panel {
  min-height: 0 !important;
  align-self: center !important;
  display: grid !important;
  align-content: center !important;
  gap: 10px !important;
  margin-top: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  backdrop-filter: none !important;
}

.positioning-card {
  min-height: 86px !important;
  display: grid !important;
  grid-template-columns: 86px minmax(0, 1fr) !important;
  align-items: center !important;
  gap: 14px !important;
  padding: 14px 16px !important;
  border: 1px solid rgba(247, 248, 244, 0.13) !important;
  border-radius: 16px !important;
  background: rgba(3, 16, 7, 0.5) !important;
  box-shadow: 0 18px 48px rgba(0, 0, 0, 0.16) !important;
}

.positioning-card.is-bright {
  background: linear-gradient(135deg, #f7f8f4, #e8fff2) !important;
}

.positioning-card strong {
  font-size: clamp(36px, 3.3vw, 52px) !important;
  line-height: 0.82 !important;
}

.positioning-card span {
  max-width: 150px !important;
  color: rgba(247, 248, 244, 0.84) !important;
  font-size: clamp(14px, 1vw, 17px) !important;
  line-height: 1 !important;
  text-transform: uppercase !important;
  font-weight: 900 !important;
}

@media (max-width: 680px) {
  .home-services {
    display: grid !important;
    grid-template-columns: 1fr !important;
    width: calc(100% - 32px) !important;
    gap: 38px !important;
    overflow: visible !important;
  }

  .home-services-copy,
  .home-services {
    min-width: 0 !important;
  }

  .why-proof-grid {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 12px !important;
  }

  .why-proof-grid span {
    display: grid !important;
    grid-template-columns: 118px minmax(0, 1fr) !important;
    padding-bottom: 12px !important;
    font-size: 13px !important;
  }

  .why-proof-grid strong {
    font-size: 15px !important;
  }

  .positioning-card {
    min-height: 78px !important;
    grid-template-columns: 74px minmax(0, 1fr) !important;
    gap: 10px !important;
    padding: 12px 14px !important;
    border-radius: 15px !important;
  }

  .positioning-card strong {
    font-size: clamp(34px, 11vw, 44px) !important;
  }

  .positioning-card span {
    max-width: none !important;
    font-size: 12.5px !important;
  }
}

/* WHY_SECTION_MOBILE_STACK_FIX */
@media (max-width: 680px) {
  .why-proof-grid {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 12px !important;
  }

  .why-proof-grid span {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 6px !important;
    width: 100% !important;
    padding: 0 0 13px !important;
    white-space: normal !important;
  }

  .why-proof-grid strong {
    white-space: normal !important;
  }

  .positioning-panel {
    width: 100% !important;
    min-height: 0 !important;
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 10px !important;
    align-self: stretch !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  .positioning-card {
    width: 100% !important;
    min-height: 108px !important;
    grid-template-columns: 1fr !important;
    align-content: center !important;
    gap: 7px !important;
    padding: 14px 16px !important;
  }

  .positioning-card strong {
    font-size: clamp(38px, 12vw, 50px) !important;
  }

  .positioning-card span {
    font-size: 14px !important;
    line-height: 1 !important;
  }
}

/* PRETTY_FOOD_SHOP_SECTION */
.shop-strip {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  width: min(100% - 48px, 1240px);
  margin: clamp(26px, 4vw, 54px) auto clamp(62px, 7vw, 104px);
  padding: clamp(34px, 5vw, 66px);
  border: 1px solid rgba(84, 241, 93, 0.28);
  border-radius: 34px;
  background:
    radial-gradient(circle at 12% 8%, rgba(84, 241, 93, 0.5), transparent 24%),
    radial-gradient(circle at 80% 24%, rgba(255, 247, 112, 0.22), transparent 26%),
    linear-gradient(135deg, #041307 0%, #07591f 48%, #0bff58 132%);
  box-shadow:
    0 42px 130px rgba(0, 0, 0, 0.38),
    inset 0 1px 0 rgba(247, 248, 244, 0.24);
}

.shop-strip::before,
.shop-strip::after {
  content: "";
  position: absolute;
  z-index: -1;
  pointer-events: none;
}

.shop-strip::before {
  inset: 0;
  background:
    linear-gradient(rgba(247, 248, 244, 0.055) 1px, transparent 1px),
    linear-gradient(90deg, rgba(247, 248, 244, 0.055) 1px, transparent 1px);
  background-size: 86px 86px;
  mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.82), transparent 86%);
}

.shop-strip::after {
  width: 520px;
  height: 520px;
  right: -210px;
  bottom: -260px;
  border-radius: 50%;
  background: rgba(247, 248, 244, 0.16);
  filter: blur(8px);
}

.shop-head {
  max-width: 820px;
  margin: 0 auto clamp(28px, 4vw, 46px);
  text-align: center;
}

.shop-head h2 {
  margin: 0;
  color: #f7f8f4;
  font-family: "Code Pro Black", "Arial Black", Inter, Arial, sans-serif;
  font-size: clamp(38px, 5.2vw, 86px);
  line-height: 0.82;
  text-transform: uppercase;
  text-shadow: 0 18px 56px rgba(0, 0, 0, 0.36);
}

.shop-head p:not(.section-kicker) {
  max-width: 720px;
  margin: 20px auto 0;
  color: rgba(247, 248, 244, 0.78);
  font-size: clamp(15px, 1.25vw, 19px);
  line-height: 1.55;
  font-weight: 720;
}

.shop-offers {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(14px, 2vw, 22px);
}

.shop-card {
  position: relative;
  min-height: 520px;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid rgba(247, 248, 244, 0.28);
  border-radius: 26px;
  background:
    linear-gradient(to bottom, rgba(247, 248, 244, 0.08), rgba(3, 17, 7, 0.82)),
    rgba(4, 20, 8, 0.64);
  box-shadow: 0 26px 80px rgba(0, 0, 0, 0.28);
  transform: translateY(0);
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.shop-card:hover {
  transform: translateY(-8px);
  border-color: rgba(247, 248, 244, 0.62);
  box-shadow: 0 34px 100px rgba(0, 0, 0, 0.38), 0 0 46px rgba(84, 241, 93, 0.22);
}

.shop-card.is-featured {
  background:
    radial-gradient(circle at 58% 18%, rgba(84, 241, 93, 0.34), transparent 32%),
    linear-gradient(to bottom, rgba(247, 248, 244, 0.12), rgba(3, 17, 7, 0.9));
}

.shop-card-media {
  position: relative;
  height: 238px;
  overflow: hidden;
}

.shop-card-media::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 62%;
  background: linear-gradient(to top, rgba(3, 17, 7, 0.88), transparent);
}

.shop-card-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.02);
}

.shop-badge,
.shop-level {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  font-size: 0.7rem;
  font-weight: 950;
  text-transform: uppercase;
}

.shop-badge {
  position: absolute;
  top: 14px;
  left: 14px;
  z-index: 2;
  padding: 8px 12px;
  color: #041307;
  background: #54f15d;
  box-shadow: 0 12px 34px rgba(0, 0, 0, 0.28);
}

.shop-card-body {
  flex: 1;
  display: flex;
  flex-direction: column;
  padding: 22px;
}

.shop-level {
  align-self: flex-start;
  padding: 7px 10px;
  color: #54f15d;
  background: rgba(84, 241, 93, 0.12);
  border: 1px solid rgba(84, 241, 93, 0.24);
}

.shop-card h3 {
  margin: 16px 0 10px;
  color: #f7f8f4;
  font-family: "Code Pro Black", "Arial Black", Inter, Arial, sans-serif;
  font-size: clamp(24px, 2.15vw, 37px);
  line-height: 0.86;
  text-transform: uppercase;
}

.shop-card p {
  margin: 0;
  color: rgba(247, 248, 244, 0.72);
  font-size: 0.95rem;
  line-height: 1.42;
  font-weight: 720;
}

.shop-meta {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 12px;
  margin-top: auto;
  padding-top: 22px;
}

.shop-meta strong {
  color: #54f15d;
  font-size: clamp(30px, 2.6vw, 44px);
  font-weight: 950;
  line-height: 0.85;
  text-shadow: 0 0 28px rgba(84, 241, 93, 0.38);
}

.shop-meta span {
  color: rgba(247, 248, 244, 0.72);
  font-size: 0.78rem;
  font-weight: 950;
  text-align: right;
  text-transform: uppercase;
}

.shop-cta {
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 18px;
  padding: 0 18px;
  border-radius: 999px;
  color: #041307;
  background: #f7f8f4;
  font-weight: 950;
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.24);
}

.shop-cta::after {
  content: ">";
  margin-left: 10px;
}

.shop-card-mini {
  min-height: 520px;
  justify-content: flex-end;
  background:
    radial-gradient(circle at 50% 22%, rgba(247, 248, 244, 0.2), transparent 25%),
    radial-gradient(circle at 74% 18%, rgba(84, 241, 93, 0.34), transparent 25%),
    linear-gradient(145deg, rgba(5, 80, 28, 0.86), rgba(2, 16, 6, 0.92));
}

.shop-card-mini::before {
  content: "PF";
  position: absolute;
  top: 32px;
  left: 24px;
  color: rgba(247, 248, 244, 0.12);
  font-family: "Code Pro Black", "Arial Black", Inter, Arial, sans-serif;
  font-size: 9rem;
  line-height: 0.78;
}

.shop-footer {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: clamp(22px, 3vw, 34px);
}

.shop-footer span,
.shop-footer a {
  min-height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 16px;
  border: 1px solid rgba(247, 248, 244, 0.26);
  border-radius: 999px;
  color: rgba(247, 248, 244, 0.86);
  background: rgba(1, 8, 3, 0.26);
  font-size: 0.78rem;
  font-weight: 950;
  text-transform: uppercase;
}

.shop-footer a {
  color: #041307;
  background: #54f15d;
  border-color: #54f15d;
}

.shop-process {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin-top: clamp(20px, 3vw, 32px);
  padding: 12px;
  border: 1px solid rgba(247, 248, 244, 0.16);
  border-radius: 22px;
  background: rgba(1, 10, 4, 0.28);
}

.shop-process::before {
  content: "";
  position: absolute;
  top: 42px;
  left: 9%;
  right: 9%;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(84, 241, 93, 0.68), transparent);
}

.shop-process article {
  position: relative;
  display: grid;
  gap: 8px;
  padding: 16px;
  border-radius: 16px;
  background: rgba(247, 248, 244, 0.055);
}

.shop-process article::after {
  content: "";
  position: absolute;
  top: 26px;
  right: 16px;
  width: 28px;
  height: 28px;
  border: 1px solid rgba(84, 241, 93, 0.52);
  border-radius: 50%;
  background:
    radial-gradient(circle at 50% 50%, #54f15d 0 4px, transparent 5px),
    rgba(3, 18, 7, 0.86);
  box-shadow: 0 0 22px rgba(84, 241, 93, 0.22);
}

.shop-process span {
  color: #54f15d;
  font-size: 0.7rem;
  font-weight: 950;
}

.shop-process strong {
  color: #f7f8f4;
  font-family: "Code Pro Black", "Arial Black", Inter, Arial, sans-serif;
  font-size: clamp(18px, 1.35vw, 24px);
  line-height: 0.92;
  text-transform: uppercase;
}

.shop-process p {
  max-width: 280px;
  margin: 0;
  color: rgba(247, 248, 244, 0.7);
  font-size: 0.82rem;
  line-height: 1.35;
  font-weight: 720;
}

@media (max-width: 1120px) {
  .shop-offers {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 680px) {
  .shop-strip {
    width: calc(100% - 28px);
    margin-top: 22px;
    padding: 26px 16px;
    border-radius: 26px;
  }

  .shop-head {
    text-align: left;
  }

  .shop-head h2 {
    font-size: clamp(36px, 12vw, 52px);
    line-height: 0.84;
  }

  .shop-offers {
    grid-template-columns: 1fr;
  }

  .shop-card,
  .shop-card-mini {
    min-height: 0;
  }

  .shop-card-media {
    height: 218px;
  }

  .shop-card-body {
    padding: 20px;
  }

  .shop-card h3 {
    font-size: clamp(25px, 8vw, 34px);
  }

  .shop-meta {
    align-items: flex-start;
    flex-direction: column;
  }

  .shop-meta span {
    text-align: left;
  }

  .shop-footer {
    justify-content: flex-start;
  }

  .shop-process {
    grid-template-columns: 1fr;
  }

  .shop-process::before {
    top: 30px;
    bottom: 30px;
    left: 30px;
    right: auto;
    width: 1px;
    height: auto;
    background: linear-gradient(180deg, transparent, rgba(84, 241, 93, 0.68), transparent);
  }

  .shop-process article {
    padding-right: 54px;
  }
}

/* SHOP_PIXEL_POLISH_BUY_MODE */
.shop-strip {
  padding: clamp(32px, 4.4vw, 56px) clamp(18px, 3.8vw, 52px) !important;
  border-color: rgba(143, 255, 119, 0.34) !important;
  border-radius: 30px !important;
  background:
    radial-gradient(circle at 14% 0%, rgba(84, 241, 93, 0.38), transparent 24%),
    radial-gradient(circle at 82% 18%, rgba(247, 248, 244, 0.12), transparent 20%),
    radial-gradient(circle at 50% 112%, rgba(48, 112, 58, 0.22), transparent 24%),
    linear-gradient(135deg, #030b05 0%, #073b17 52%, #0cff57 150%) !important;
}

.shop-head {
  max-width: 760px !important;
  margin-bottom: 18px !important;
}

.shop-head .section-kicker {
  display: inline-flex !important;
  align-items: center !important;
  min-height: 30px !important;
  padding: 0 12px !important;
  border: 1px solid rgba(84, 241, 93, 0.34) !important;
  border-radius: 999px !important;
  background: rgba(1, 9, 4, 0.34) !important;
}

.shop-head h2 {
  max-width: 760px !important;
  margin-inline: auto !important;
  font-size: clamp(38px, 4.55vw, 72px) !important;
  line-height: 0.88 !important;
}

.shop-head p:not(.section-kicker) {
  max-width: 620px !important;
  margin-top: 16px !important;
  font-size: clamp(14px, 1.08vw, 17px) !important;
  line-height: 1.5 !important;
}

.shop-buy-rail {
  max-width: 790px;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 8px;
  margin: 0 auto clamp(22px, 3vw, 34px);
}

.shop-buy-rail span {
  min-height: 38px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 12px;
  border: 1px solid rgba(247, 248, 244, 0.18);
  border-radius: 999px;
  color: rgba(247, 248, 244, 0.86);
  background: rgba(1, 10, 4, 0.32);
  box-shadow: inset 0 1px 0 rgba(247, 248, 244, 0.1);
  font-size: 0.72rem;
  font-weight: 950;
  text-transform: uppercase;
}

.shop-offers {
  align-items: stretch !important;
  gap: clamp(12px, 1.6vw, 18px) !important;
}

.shop-card {
  min-height: 492px !important;
  border-radius: 22px !important;
  border-color: rgba(247, 248, 244, 0.2) !important;
  background:
    linear-gradient(to bottom, rgba(247, 248, 244, 0.08), rgba(2, 13, 5, 0.88)),
    rgba(4, 20, 8, 0.68) !important;
}

.shop-card::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background: linear-gradient(135deg, var(--shop-accent, rgba(84, 241, 93, 0.22)), transparent 38%);
  opacity: 0.55;
}

.shop-card > * {
  position: relative;
  z-index: 2;
}

.shop-accent-lime { --shop-accent: rgba(84, 241, 93, 0.34); --shop-button: #54f15d; }
.shop-accent-cream { --shop-accent: rgba(247, 248, 244, 0.18); --shop-button: #e8fff2; }
.shop-accent-olive { --shop-accent: rgba(84, 132, 72, 0.3); --shop-button: #8cff75; }
.shop-accent-deep { --shop-accent: rgba(16, 88, 36, 0.34); --shop-button: #54f15d; }

.shop-card:hover {
  transform: translateY(-6px) !important;
  box-shadow: 0 30px 86px rgba(0, 0, 0, 0.34), 0 0 38px color-mix(in srgb, var(--shop-button, #54f15d) 22%, transparent) !important;
}

.shop-card-media {
  height: 222px !important;
  border-bottom: 1px solid rgba(247, 248, 244, 0.1);
}

.shop-card-media img {
  filter: saturate(1.08) contrast(1.02);
  object-position: center 62%;
}

.shop-badge {
  min-height: 30px !important;
  padding: 0 11px !important;
  color: #061008 !important;
  background: var(--shop-button, #54f15d) !important;
  font-size: 0.66rem !important;
}

.shop-card-body {
  padding: 18px !important;
}

.shop-level {
  min-height: 27px !important;
  padding: 0 9px !important;
  color: var(--shop-button, #54f15d) !important;
  border-color: color-mix(in srgb, var(--shop-button, #54f15d) 38%, transparent) !important;
  background: color-mix(in srgb, var(--shop-button, #54f15d) 12%, transparent) !important;
  font-size: 0.64rem !important;
}

.shop-card h3 {
  margin-top: 13px !important;
  margin-bottom: 9px !important;
  font-size: clamp(22px, 1.58vw, 29px) !important;
  line-height: 0.92 !important;
}

.shop-card p {
  color: rgba(247, 248, 244, 0.72) !important;
  font-size: 0.88rem !important;
  line-height: 1.38 !important;
}

.shop-meta {
  align-items: center !important;
  margin-top: auto !important;
  padding-top: 20px !important;
}

.shop-meta strong {
  color: var(--shop-button, #54f15d) !important;
  font-size: clamp(28px, 2.15vw, 38px) !important;
  letter-spacing: 0 !important;
}

.shop-meta span {
  max-width: 94px !important;
  font-size: 0.68rem !important;
  line-height: 1.08 !important;
}

.shop-cta {
  min-height: 50px !important;
  width: 100% !important;
  margin-top: 16px !important;
  color: #061008 !important;
  background: linear-gradient(135deg, #f8fff8, var(--shop-button, #54f15d)) !important;
  border: 1px solid rgba(247, 248, 244, 0.72) !important;
  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.22), inset 0 1px 0 rgba(255, 255, 255, 0.72) !important;
  font-size: 0.88rem !important;
  text-transform: uppercase !important;
}

.shop-cta:hover {
  filter: brightness(1.05);
}

.shop-cta::after {
  content: "->" !important;
  margin-left: 10px !important;
}

.shop-card-mini::before {
  top: 28px !important;
  left: 18px !important;
  font-size: 7.8rem !important;
}

.shop-footer {
  margin-top: 24px !important;
}

.shop-footer span,
.shop-footer a {
  min-height: 38px !important;
  font-size: 0.68rem !important;
}

@media (max-width: 1120px) {
  .shop-card {
    min-height: 470px !important;
  }
}

@media (max-width: 680px) {
  .shop-strip {
    padding: 24px 14px !important;
    border-radius: 24px !important;
  }

  .shop-head {
    margin-bottom: 16px !important;
  }

  .shop-head h2 {
    font-size: clamp(34px, 10.8vw, 46px) !important;
    line-height: 0.88 !important;
  }

  .shop-buy-rail {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 7px;
  }

  .shop-buy-rail span {
    min-height: 34px;
    font-size: 0.64rem;
  }

  .shop-card {
    min-height: 0 !important;
  }

  .shop-card-media {
    height: 200px !important;
  }

  .shop-meta {
    align-items: flex-start !important;
  }

  .shop-meta span {
    max-width: none !important;
  }
}

/* GLOBAL_DETAIL_PASS_SPACING_AND_OVERLAP_FIX */
html,
body {
  overflow-x: hidden;
}

.shop-strip {
  margin-top: clamp(36px, 4vw, 58px) !important;
  margin-bottom: clamp(70px, 7vw, 104px) !important;
}

.shop-offers {
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
}

.shop-card {
  min-height: 420px !important;
  border-radius: 22px !important;
}

.shop-card-media {
  height: 154px !important;
}

.shop-card-body {
  padding: 18px !important;
}

.shop-card h3 {
  min-height: 54px;
  display: flex;
  align-items: flex-end;
  margin-top: 12px !important;
  font-size: clamp(21px, 1.45vw, 26px) !important;
  line-height: 0.94 !important;
}

.shop-card p {
  min-height: 58px;
  font-size: 0.84rem !important;
}

.shop-meta {
  padding-top: 16px !important;
}

.shop-cta {
  min-height: 46px !important;
  margin-top: 14px !important;
  font-size: 0.78rem !important;
}

.shop-process {
  margin-top: 20px !important;
}

.home-services {
  padding-top: clamp(78px, 7vw, 118px) !important;
}

@media (min-width: 681px) and (max-width: 1180px) {
  .shop-offers {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  .shop-card {
    min-height: 440px !important;
  }
}

@media (max-width: 680px) {
  section.hero.hero-web {
    height: 1080px !important;
    min-height: 1080px !important;
    overflow: hidden !important;
  }

  section.hero.hero-web .hero-web-copy {
    top: 112px !important;
    left: 20px !important;
    width: calc(100% - 40px) !important;
  }

  section.hero.hero-web .hero-heading {
    max-width: 350px !important;
    font-size: clamp(48px, 15vw, 70px) !important;
    line-height: 0.86 !important;
  }

  section.hero.hero-web .hero-web-actions {
    gap: 10px !important;
    margin-top: 22px !important;
  }

  section.hero.hero-web .hero-web-btn {
    min-height: 44px !important;
    padding: 0 15px !important;
    font-size: 0.76rem !important;
  }

  section.hero.hero-web .burger-card-tall,
  section.hero.hero-web .burger-card-center {
    display: none !important;
  }

  section.hero.hero-web .burger-card-left {
    left: 22px !important;
    top: 430px !important;
    width: 44% !important;
    height: 230px !important;
    border-radius: 18px !important;
  }

  section.hero.hero-web .hero-glass-card {
    left: 20px !important;
    top: 690px !important;
    width: calc(100% - 40px) !important;
    min-height: 330px !important;
    max-height: 360px !important;
    overflow: hidden !important;
    padding: 18px !important;
    border-radius: 24px !important;
  }

  section.hero.hero-web .roi-step-welcome h2 {
    font-size: clamp(25px, 7vw, 31px) !important;
    line-height: 0.9 !important;
  }

  section.hero.hero-web .roi-note {
    max-width: 300px !important;
    font-size: 0.84rem !important;
  }

  .shop-strip {
    width: calc(100% - 24px) !important;
    margin-top: 20px !important;
    padding: 24px 14px !important;
    border-radius: 22px !important;
  }

  .shop-head {
    max-width: 100% !important;
  }

  .shop-head h2 {
    max-width: 318px !important;
    font-size: clamp(28px, 8.5vw, 35px) !important;
    line-height: 0.92 !important;
    overflow-wrap: break-word !important;
  }

  .shop-head p:not(.section-kicker) {
    max-width: 330px !important;
    font-size: 0.9rem !important;
  }

  .shop-buy-rail {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    width: 100%;
  }

  .shop-offers {
    grid-template-columns: 1fr !important;
    gap: 14px !important;
  }

  .shop-card {
    min-height: auto !important;
  }

  .shop-card-media {
    height: 176px !important;
  }

  .shop-card h3 {
    min-height: auto !important;
    font-size: clamp(25px, 7.4vw, 31px) !important;
  }

  .shop-card p {
    min-height: auto !important;
  }

  .shop-process {
    padding: 10px !important;
  }

  .home-services {
    padding-top: 62px !important;
  }
}

/* CHECKOUT_PLACEHOLDER */
.checkout-focus {
  width: min(100% - 48px, 940px);
  margin: 0 auto clamp(72px, 8vw, 118px);
  padding: clamp(28px, 4vw, 46px);
  border: 1px solid rgba(84, 241, 93, 0.24);
  border-radius: 26px;
  background: linear-gradient(135deg, rgba(247, 248, 244, 0.075), rgba(4, 48, 17, 0.34));
  text-align: center;
}

.checkout-focus h2 {
  max-width: 720px;
  margin: 0 auto 22px;
  color: #f7f8f4;
  font-family: "Code Pro Black", "Arial Black", Inter, Arial, sans-serif;
  font-size: clamp(30px, 4vw, 58px);
  line-height: 0.9;
  text-transform: uppercase;
}

.payment-overlay {
  position: fixed;
  inset: 0;
  z-index: 90;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 20px;
  background: rgba(0, 0, 0, 0.72);
  backdrop-filter: blur(18px);
}

.payment-overlay.is-open {
  display: flex;
}

.payment-panel {
  width: min(100%, 560px);
  overflow: hidden;
  border: 1px solid rgba(247, 248, 244, 0.22);
  border-radius: 26px;
  background:
    radial-gradient(circle at 80% 0%, rgba(84, 241, 93, 0.18), transparent 30%),
    linear-gradient(145deg, #061008, #0b2a12);
  box-shadow: 0 34px 120px rgba(0, 0, 0, 0.46);
}

.payment-head,
.payment-body,
.payment-actions {
  padding: 22px;
}

.payment-head {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  border-bottom: 1px solid rgba(247, 248, 244, 0.12);
}

.payment-head span {
  color: #54f15d;
  font-size: 0.72rem;
  font-weight: 950;
  text-transform: uppercase;
}

.payment-head h2 {
  margin: 8px 0 0;
  color: #f7f8f4;
  font-family: "Code Pro Black", "Arial Black", Inter, Arial, sans-serif;
  font-size: clamp(26px, 4vw, 42px);
  line-height: 0.9;
  text-transform: uppercase;
}

.payment-close {
  width: 40px;
  height: 40px;
  border: 1px solid rgba(247, 248, 244, 0.18);
  border-radius: 50%;
  color: #f7f8f4;
  background: rgba(247, 248, 244, 0.06);
  font-size: 1.3rem;
  cursor: pointer;
}

.payment-summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 16px;
  border-radius: 18px;
  background: rgba(247, 248, 244, 0.08);
}

.payment-summary strong {
  display: block;
  color: #f7f8f4;
  font-size: 1.05rem;
}

.payment-summary span {
  color: rgba(247, 248, 244, 0.68);
  font-size: 0.8rem;
  font-weight: 850;
  text-transform: uppercase;
}

.payment-summary b {
  color: #54f15d;
  font-size: clamp(30px, 5vw, 48px);
  line-height: 0.9;
}

.payment-steps {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
  margin-top: 14px;
}

.payment-steps span {
  min-height: 44px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(84, 241, 93, 0.2);
  border-radius: 14px;
  color: rgba(247, 248, 244, 0.76);
  background: rgba(84, 241, 93, 0.075);
  font-size: 0.72rem;
  font-weight: 950;
  text-align: center;
  text-transform: uppercase;
}

.payment-placeholder {
  margin-top: 14px;
  padding: 18px;
  border: 1px dashed rgba(247, 248, 244, 0.22);
  border-radius: 18px;
  color: rgba(247, 248, 244, 0.72);
  background: rgba(0, 0, 0, 0.18);
  font-weight: 760;
  line-height: 1.45;
}

.payment-actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  border-top: 1px solid rgba(247, 248, 244, 0.12);
}

.payment-actions a,
.payment-actions button {
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  font-weight: 950;
  cursor: pointer;
}

.payment-actions a {
  color: #061008;
  background: linear-gradient(135deg, #f8fff8, #54f15d);
}

.payment-actions button {
  border: 1px solid rgba(247, 248, 244, 0.18);
  color: #f7f8f4;
  background: rgba(247, 248, 244, 0.06);
}

@media (max-width: 680px) {
  .checkout-focus {
    width: calc(100% - 24px);
    padding: 24px 16px;
  }

  .payment-steps,
  .payment-actions {
    grid-template-columns: 1fr;
  }
}

/* BUY_FLOW_RESTORE_BALANCE */
.shop-strip {
  margin-top: clamp(24px, 3vw, 46px) !important;
  padding: clamp(32px, 4.4vw, 56px) clamp(18px, 3.8vw, 52px) !important;
}

.shop-head {
  margin-bottom: clamp(20px, 3vw, 34px) !important;
}

.shop-buy-rail {
  margin-bottom: clamp(22px, 3vw, 34px) !important;
}

.shop-offers {
  gap: clamp(14px, 1.8vw, 22px) !important;
}

.shop-card {
  min-height: 440px !important;
}

.shop-card-media {
  height: 178px !important;
}

.shop-card-body {
  padding: 20px !important;
}

@media (max-width: 680px) {
  .shop-strip {
    margin-top: 24px !important;
    padding: 24px 16px 30px !important;
  }

  .shop-card {
    min-height: auto !important;
  }

  .shop-card-media {
    height: 190px !important;
  }

  .shop-card-body {
    padding: 20px !important;
  }
}

/* SHOP_PIXEL_BALANCE_PASS */
.shop-strip {
  width: min(100% - 48px, 1298px) !important;
  margin-top: clamp(34px, 4vw, 58px) !important;
  border-radius: 30px !important;
  overflow: hidden !important;
}

.shop-head {
  max-width: 760px !important;
  margin-inline: auto !important;
  text-align: center !important;
}

.shop-head h2 {
  max-width: 720px !important;
  margin-inline: auto !important;
  font-size: clamp(44px, 5.9vw, 86px) !important;
  line-height: 0.9 !important;
}

.shop-head p:not(.section-kicker) {
  max-width: 680px !important;
  margin-inline: auto !important;
}

.shop-buy-rail {
  width: min(100%, 760px) !important;
  margin-inline: auto !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
}

.shop-offers {
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: clamp(18px, 2vw, 28px) !important;
}

.shop-card {
  min-height: 0 !important;
  display: grid !important;
  grid-template-columns: minmax(190px, 38%) 1fr !important;
  overflow: hidden !important;
}

.shop-card-mini {
  grid-template-columns: 1fr !important;
}

.shop-card-media {
  height: 100% !important;
  min-height: 286px !important;
}

.shop-card-media img {
  object-position: 8% center !important;
  filter: saturate(1.12) contrast(1.04) brightness(1.06) !important;
}

.shop-card-body {
  min-height: 286px !important;
  display: flex !important;
  flex-direction: column !important;
  padding: clamp(22px, 2.4vw, 32px) !important;
}

.shop-card h3 {
  min-height: 0 !important;
  margin-bottom: 12px !important;
  font-size: clamp(29px, 3.1vw, 44px) !important;
}

.shop-card p {
  min-height: 0 !important;
  max-width: 430px !important;
}

.shop-meta {
  margin-top: auto !important;
  padding-top: 18px !important;
}

.shop-cta {
  width: 100% !important;
  min-height: 50px !important;
  margin-top: 16px !important;
}

.shop-process {
  margin-top: clamp(24px, 3vw, 38px) !important;
  gap: 12px !important;
}

.shop-footer {
  margin-top: clamp(18px, 2.4vw, 30px) !important;
}

@media (max-width: 920px) {
  .shop-offers {
    grid-template-columns: 1fr !important;
  }
}

@media (max-width: 680px) {
  html,
  body {
    overflow-x: hidden !important;
  }

  .shop-strip {
    width: calc(100% - 24px) !important;
    margin-top: 26px !important;
    padding: 26px 14px 32px !important;
    border-radius: 24px !important;
  }

  .shop-head {
    text-align: left !important;
  }

  .shop-head h2 {
    max-width: 340px !important;
    margin-inline: 0 !important;
    font-size: clamp(34px, 10vw, 42px) !important;
  }

  .shop-head p:not(.section-kicker) {
    max-width: 320px !important;
    margin-inline: 0 !important;
    line-height: 1.35 !important;
  }

  .shop-buy-rail {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  .shop-card {
    grid-template-columns: 1fr !important;
    border-radius: 24px !important;
  }

  .shop-card-media {
    min-height: 184px !important;
    height: 184px !important;
  }

  .shop-card-body {
    min-height: auto !important;
    padding: 20px !important;
  }

  .shop-card h3 {
    font-size: clamp(27px, 8vw, 34px) !important;
  }

  .shop-process {
    grid-template-columns: 1fr !important;
  }
}
