@import url("https://fonts.googleapis.com/css2?family=Barlow+Condensed:wght@600;700;800;900&family=Merriweather:wght@400;700&family=Satisfy&display=swap");

:root {
  --color-turquoise: #6eb8b3;
  --color-turquoise-light: #81d8db;
  --color-petrol: #224a49;
  --color-petrol-soft: #4f7b70;
  --title-textured-fill: #4f7b70;
  --color-coral: #da7f58;
  --color-red: #e53e26;
  --color-cream: #f7f2e8;
  --color-cream-deep: #f0e4cf;
  --color-charcoal: #1c1716;
  --color-ink: #333333;
  --color-line: rgba(34, 74, 73, 0.22);
  --shadow-title: 3px 3px 0 rgba(28, 23, 22, 0.16);
  --shadow-title-outline: 8px 9px 0 rgba(20, 62, 60, 0.92);
  --title-white-outline:
    -2px -2px 0 #f7f2e8,
    0 -2px 0 #f7f2e8,
    2px -2px 0 #f7f2e8,
    -2px 0 0 #f7f2e8,
    2px 0 0 #f7f2e8,
    -2px 2px 0 #f7f2e8,
    0 2px 0 #f7f2e8,
    2px 2px 0 #f7f2e8,
    -4px -4px 0 #f7f2e8,
    0 -4px 0 #f7f2e8,
    4px -4px 0 #f7f2e8,
    -4px 0 0 #f7f2e8,
    4px 0 0 #f7f2e8,
    -4px 4px 0 #f7f2e8,
    0 4px 0 #f7f2e8,
    4px 4px 0 #f7f2e8;
  --shadow-button: 4px 4px 0 rgba(34, 74, 73, 0.18);
  --font-title: "Barlow Condensed", Impact, "Arial Narrow", sans-serif;
  --font-body: "Merriweather", Georgia, serif;
  --font-accent: "Satisfy", cursive;
  --container: 1180px;
  --section-pad: clamp(3.6rem, 7vw, 6rem);
  --radius-section: 0 0 42px 42px;
  --radius-card: 8px;
  --ease: 180ms ease;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--color-ink);
  background:
    url("../img/theme-patterns/exclusive-paper.png") 0 0 repeat,
    var(--color-cream);
  font-family: var(--font-body);
  font-size: 18px;
  line-height: 1.65;
  text-rendering: optimizeLegibility;
}

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

a {
  color: inherit;
}

.skip-link {
  position: fixed;
  left: 1rem;
  top: 1rem;
  z-index: 1000;
  transform: translateY(-150%);
  padding: 0.7rem 1rem;
  color: var(--color-cream);
  background: var(--color-petrol);
  font-family: var(--font-title);
  font-weight: 800;
  text-decoration: none;
  text-transform: uppercase;
}

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

:focus-visible {
  outline: 3px solid var(--color-red);
  outline-offset: 4px;
}

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

.container {
  width: min(100% - 2rem, var(--container));
  margin-inline: auto;
}

.section {
  position: relative;
  padding-block: var(--section-pad);
  overflow: hidden;
}

.section > .container {
  position: relative;
  z-index: 1;
}

.section--turquoise {
  color: var(--color-petrol);
  background:
    url("../img/theme-patterns/natural-paper.png") center top repeat,
    radial-gradient(circle, rgba(129, 216, 219, 1), rgba(110, 184, 179, 1)),
    var(--color-turquoise);
  background-blend-mode: multiply, normal, normal;
}

.section--cream {
  background:
    url("../img/theme-patterns/exclusive-paper.png") 0 0 repeat,
    var(--color-cream);
}

.section--coral {
  color: var(--color-cream);
  background:
    url("../img/theme-patterns/asfalt-dark-1-150x150.png") center top repeat,
    var(--color-coral);
}

.section--rounded {
  border-radius: var(--radius-section);
}

.retro-rays {
  position: absolute;
  inset: -32%;
  pointer-events: none;
  opacity: 0.48;
  background:
    repeating-conic-gradient(from -16deg at 50% 50%, rgba(247, 242, 232, 0.34) 0deg 8deg, transparent 8deg 16deg);
  mix-blend-mode: soft-light;
  transform-origin: 50% 50%;
  animation: hero-rays-rotate 80s linear infinite;
}

.print-grain::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: 0.16;
  background:
    radial-gradient(circle at 18% 24%, rgba(28, 23, 22, 0.1) 0 1px, transparent 1.2px),
    radial-gradient(circle at 72% 64%, rgba(247, 242, 232, 0.18) 0 1px, transparent 1.3px);
  background-size: 9px 9px, 13px 13px;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  color: var(--color-red);
  font-family: var(--font-accent);
  font-size: clamp(1.45rem, 3vw, 2rem);
  line-height: 1;
}

.eyebrow::before,
.eyebrow::after {
  content: "";
  width: 42px;
  height: 2px;
  background: currentColor;
}

.title-xl,
.title-lg,
.title-md {
  position: relative;
  z-index: 0;
  margin: 0;
  color: var(--color-petrol);
  font-family: var(--font-title);
  font-weight: 900;
  line-height: 0.9;
  text-transform: uppercase;
  -webkit-text-fill-color: var(--title-textured-fill);
  text-shadow: var(--title-white-outline);
  -webkit-text-stroke: 6px #f7f2e8;
  paint-order: stroke fill;
}

.title-xl::before,
.title-lg::before,
.title-md::before,
.presentation__title::before {
  content: attr(data-title-text);
  position: absolute;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  color: #143e3c;
  -webkit-text-fill-color: #143e3c;
  -webkit-text-stroke: 0;
  text-shadow: none;
  transform: translate(8px, 9px);
}

.title-xl::after,
.title-lg::after,
.title-md::after,
.presentation__title::after {
  content: attr(data-title-text);
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  color: transparent;
  background-image: url("../img/theme-patterns/green-dust-and-scratches.png");
  background-position: center;
  background-size: 640px auto;
  background-repeat: repeat;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke: 0;
  filter: contrast(1.25) brightness(1.08);
  mix-blend-mode: screen;
  opacity: 0.68;
  text-shadow: none;
}

.title-xl {
  max-width: 10ch;
  font-size: clamp(3.45rem, 8.8vw, 8.8rem);
}

.title-lg {
  font-size: clamp(2.55rem, 5.8vw, 5.6rem);
}

.title-md {
  font-size: clamp(2.2rem, 5vw, 4rem);
  line-height: 0.95;
}

.lede {
  max-width: 64ch;
  font-size: clamp(1.05rem, 2vw, 1.25rem);
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0.8rem 1.3rem;
  border: 3px solid var(--color-petrol);
  border-radius: 999px;
  color: var(--color-cream);
  background: var(--color-red);
  box-shadow: var(--shadow-button);
  font-family: var(--font-title);
  font-size: 1.25rem;
  font-weight: 800;
  line-height: 1;
  text-decoration: none;
  text-transform: uppercase;
  animation: button-wiggle 2.6s ease-in-out infinite;
  transition: transform var(--ease), box-shadow var(--ease), background var(--ease);
}

.btn:hover {
  transform: translateY(-2px);
  box-shadow: 6px 6px 0 rgba(34, 74, 73, 0.22);
}

.btn--secondary {
  color: var(--title-textured-fill);
  background:
    url("../img/theme-patterns/exclusive-paper.png") 0 0 repeat,
    var(--color-cream);
}

@keyframes button-pulse {
  0%,
  100% {
    transform: translateY(0);
    box-shadow: var(--shadow-button);
  }

  50% {
    transform: translateY(-1px);
    box-shadow: 6px 6px 0 rgba(34, 74, 73, 0.2);
  }
}

@keyframes button-wiggle {
  0%,
  100% {
    transform: translateY(0) rotate(0);
    box-shadow: 4px 4px 0 rgba(34, 74, 73, 0.18);
  }

  12% {
    transform: translateY(-4px) rotate(-1.8deg) scale(1.035);
    box-shadow: 8px 9px 0 rgba(34, 74, 73, 0.28);
  }

  24% {
    transform: translateY(1px) rotate(1.4deg) scale(1);
    box-shadow: 3px 3px 0 rgba(34, 74, 73, 0.2);
  }

  36% {
    transform: translateY(-2px) rotate(-0.8deg) scale(1.02);
    box-shadow: 7px 8px 0 rgba(34, 74, 73, 0.24);
  }

  48%,
  86% {
    transform: translateY(0) rotate(0);
    box-shadow: 4px 4px 0 rgba(34, 74, 73, 0.18);
  }
}

.btn--disabled {
  cursor: not-allowed;
  opacity: 0.78;
}

.btn:disabled {
  cursor: wait;
  opacity: 0.72;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background:
    url("../img/theme-patterns/exclusive-paper.png") 0 0 repeat,
    #f4f4f0;
  border-bottom: 3px solid rgba(34, 74, 73, 0.2);
  backdrop-filter: blur(10px);
}

.site-header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.9rem;
  min-height: 82px;
  width: min(100% - 1.2rem, 1480px);
}

.brand {
  display: grid;
  color: var(--color-petrol);
  text-decoration: none;
}

.brand__name {
  font-family: var(--font-title);
  font-size: clamp(1.38rem, 2.05vw, 2rem);
  font-weight: 900;
  line-height: 0.9;
  text-transform: uppercase;
}

.brand__tagline {
  color: var(--color-red);
  font-family: var(--font-accent);
  font-size: 1.18rem;
  line-height: 1;
}

.main-nav {
  --nav-gap: clamp(1.22rem, 1.55vw, 1.72rem);
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: var(--nav-gap);
  flex: 1 1 auto;
  min-width: 0;
}

.main-nav a {
  position: relative;
  color: var(--color-petrol);
  font-family: var(--font-title);
  font-size: clamp(1.06rem, 1.2vw, 1.3rem);
  font-weight: 800;
  line-height: 1;
  padding-inline: 0;
  text-decoration: none;
  text-transform: uppercase;
  white-space: nowrap;
}

.main-nav a:not(.btn--nav):not(:has(+ .btn--nav))::after {
  content: "★";
  position: absolute;
  right: calc(var(--nav-gap) / -2);
  top: 50%;
  color: var(--color-turquoise);
  font-size: 0.66rem;
  line-height: 1;
  transform: translate(50%, -50%) rotate(-8deg);
  pointer-events: none;
  text-shadow: 1px 1px 0 rgba(34, 74, 73, 0.12);
}

.main-nav a:hover {
  color: var(--color-red);
}

.btn.btn--nav {
  min-height: 42px;
  margin-left: clamp(0.22rem, 0.55vw, 0.45rem);
  padding: 0.62rem 0.78rem;
  color: var(--color-cream);
  font-size: 0.98rem;
}

.nav-toggle {
  display: none;
  width: 46px;
  height: 46px;
  border: 3px solid var(--color-petrol);
  border-radius: 50%;
  background: var(--color-cream);
  box-shadow: var(--shadow-button);
}

.nav-toggle span {
  display: block;
  width: 22px;
  height: 3px;
  margin: 4px auto;
  background: var(--color-petrol);
}

.hero {
  min-height: calc(100vh - 82px);
  display: grid;
  align-items: center;
  padding-block: clamp(2.15rem, 4.4vw, 4.4rem);
  background:
    url("../img/theme-patterns/natural-paper.png") center top repeat,
    radial-gradient(circle, rgba(129, 216, 219, 1), rgba(110, 184, 179, 1)),
    var(--color-turquoise);
  background-blend-mode: multiply, normal, normal;
}

.hero__grid,
.split,
.location-band__grid,
.contact-preview__grid {
  display: grid;
  grid-template-columns: minmax(0, 0.84fr) minmax(430px, 1.16fr);
  gap: clamp(2rem, 5vw, 5rem);
  align-items: center;
}

.hero__copy,
.hero__visual {
  position: relative;
  z-index: 1;
}

.hero__visual {
  isolation: isolate;
}

.hero__visual::before,
.hero__visual::after {
  content: "";
  position: absolute;
  pointer-events: none;
}

.hero__visual::before {
  left: 50%;
  top: 50%;
  z-index: 0;
  width: min(82vw, 720px);
  aspect-ratio: 1.24;
  border-radius: 52% 48% 47% 53%;
  background:
    radial-gradient(circle at 50% 50%, rgba(247, 242, 232, 0.38), transparent 64%),
    url("../img/theme-patterns/exclusive-paper.png") center repeat,
    rgba(247, 242, 232, 0.24);
  opacity: 0.52;
  transform: translate(-50%, -50%) rotate(-4deg);
  animation: retro-paper-halo 9s ease-in-out infinite;
}

.hero__visual::after {
  right: clamp(-1.8rem, -2vw, -0.6rem);
  top: 18%;
  z-index: 1;
  width: min(34vw, 260px);
  height: min(34vw, 260px);
  border-radius: 50%;
  background:
    radial-gradient(circle, rgba(34, 74, 73, 0.22) 1px, transparent 1.6px);
  background-size: 11px 11px;
  mask-image: radial-gradient(circle, #000 0 58%, transparent 72%);
  -webkit-mask-image: radial-gradient(circle, #000 0 58%, transparent 72%);
  opacity: 0.5;
  animation: retro-halftone-drift 7.5s ease-in-out infinite;
}

.hero__copy {
  display: grid;
  gap: 1.4rem;
  z-index: 3;
}

.hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}

.printer-scene {
  position: relative;
  z-index: 2;
  min-height: clamp(440px, 48vw, 540px);
  display: grid;
  place-items: center;
  margin-left: clamp(1rem, 4vw, 3.5rem);
}

.printer-art {
  position: relative;
  z-index: 2;
  width: min(104%, 710px);
  aspect-ratio: 1071 / 956;
  max-width: none;
  filter:
    drop-shadow(12px 18px 0 rgba(28, 23, 22, 0.13))
    drop-shadow(-5px -4px 0 rgba(247, 242, 232, 0.32));
  transform-origin: 50% 58%;
  animation: retro-printer-float 5.8s ease-in-out infinite;
}

.printer-illustration {
  width: 100%;
  height: auto;
  max-width: none;
}

.printer-head {
  position: absolute;
  left: 43.2%;
  top: 35.1%;
  z-index: 3;
  width: 20.8%;
  height: auto;
  max-width: none;
  transform-origin: 48% 40%;
  animation: retro-print-head-slide 4.8s cubic-bezier(0.42, 0, 0.28, 1) infinite;
  filter: drop-shadow(3px 5px 0 rgba(20, 62, 60, 0.2));
  will-change: transform;
}

.printer-scene__stamp {
  position: absolute;
  right: -1.35rem;
  top: 2.6rem;
  z-index: 5;
  animation: retro-stamp-pulse 3.8s steps(2, end) infinite;
}

.printer-scene__ribbon {
  position: absolute;
  left: 1.6rem;
  bottom: -6.15rem;
  z-index: 5;
  --base-transform: rotate(-3deg);
  transform: var(--base-transform);
  font-size: clamp(1.7rem, 3.2vw, 2.85rem);
  min-height: 64px;
  padding-inline: clamp(2.2rem, 4vw, 4rem);
  animation: retro-ribbon-swing 4.8s ease-in-out infinite;
}

@keyframes retro-printer-float {
  0%,
  100% {
    transform: translateY(0) rotate(-0.55deg) skewX(-0.2deg) scaleX(1.18);
  }

  50% {
    transform: translateY(-9px) rotate(0.45deg) skewX(0.2deg) scaleX(1.18);
  }
}

@keyframes retro-paper-halo {
  0%,
  100% {
    transform: translate(-50%, -50%) rotate(-4deg) scale(1);
  }

  50% {
    transform: translate(-50%, -51%) rotate(2deg) scale(1.03);
  }
}

@keyframes retro-halftone-drift {
  0%,
  100% {
    transform: translate(0, 0) rotate(0deg);
    opacity: 0.42;
  }

  50% {
    transform: translate(-14px, 10px) rotate(5deg);
    opacity: 0.58;
  }
}

@keyframes retro-spark-pop {
  0%,
  100% {
    opacity: 0;
    transform: rotate(12deg) scale(0.5);
  }

  32%,
  62% {
    opacity: 0.82;
    transform: rotate(22deg) scale(0.8);
  }
}

@keyframes retro-speed-lines {
  to {
    background-position: 42px 0, 50px 15px;
  }
}

@keyframes retro-stamp-pulse {
  0%,
  100% {
    transform: rotate(-7deg) scale(1);
  }

  50% {
    transform: rotate(-5deg) scale(1.04);
  }
}

@keyframes retro-ribbon-swing {
  0%,
  100% {
    transform: var(--base-transform) translateY(0);
  }

  50% {
    transform: var(--base-transform) translateY(-5px);
  }
}

@keyframes retro-print-head-slide {
  0% {
    transform: translate3d(-12%, 0, 0) rotate(-0.08deg);
  }

  8% {
    transform: translate3d(-12%, 0, 0) rotate(-0.08deg);
  }

  32% {
    transform: translate3d(14%, 0.6%, 0) rotate(0.08deg);
  }

  46% {
    transform: translate3d(14%, 0.6%, 0) rotate(0.08deg);
  }

  68% {
    transform: translate3d(-2%, 1.2%, 0) rotate(0);
  }

  92% {
    transform: translate3d(-12%, 0, 0) rotate(-0.08deg);
  }

  100% {
    transform: translate3d(-12%, 0, 0) rotate(-0.08deg);
  }
}

@keyframes hero-rays-rotate {
  to {
    transform: rotate(360deg);
  }
}

.split__content {
  display: grid;
  gap: 1.2rem;
}

.presentation {
  display: grid;
  gap: clamp(1.75rem, 4vw, 3.85rem);
  max-width: 1160px;
}

.presentation__header {
  display: grid;
  justify-items: center;
  text-align: center;
}

.presentation__header::after {
  content: "✦";
  order: 1;
  margin-top: 0.35rem;
  color: var(--color-petrol);
  font-size: 1rem;
  line-height: 1;
}

.presentation__kicker {
  position: relative;
  display: flex;
  align-items: center;
  gap: 0.95rem;
  width: min(100%, 840px);
  margin: 0 0 0.55rem;
  color: var(--color-petrol);
  font-family: var(--font-title);
  font-size: clamp(1rem, 1.6vw, 1.42rem);
  font-weight: 900;
  line-height: 1;
  text-transform: uppercase;
}

.presentation__kicker::before,
.presentation__kicker::after {
  content: "";
  height: 2px;
  flex: 1;
  background: var(--color-petrol);
  box-shadow: 0 12px 0 rgba(34, 74, 73, 0.25);
}

.presentation__title {
  position: relative;
  z-index: 0;
  order: 2;
  margin: 0;
  color: var(--color-petrol);
  font-family: var(--font-title);
  font-size: clamp(3rem, 7.8vw, 7rem);
  font-weight: 900;
  line-height: 0.90;
  text-transform: uppercase;
  -webkit-text-fill-color: var(--title-textured-fill);
  text-shadow: var(--title-white-outline);
  -webkit-text-stroke: 6px #f7f2e8;
  paint-order: stroke fill;
}

.presentation__ribbon {
  order: 3;
  position: relative;
  z-index: 1;
  width: min(100%, 820px);
  aspect-ratio: 740 / 80;
  margin-top: -0.08rem;
  color: var(--color-cream);
  background: url("../img/ui/ribbon.png") center / 100% 100% no-repeat;
  font-family: var(--font-accent);
  font-size: clamp(1.24rem, 2.28vw, 2rem);
  line-height: 1;
  white-space: nowrap;
  box-shadow: none;
}

.presentation__ribbon span {
  position: absolute;
  left: 13.5%;
  right: 13.5%;
  top: 60%;
  transform: translateY(-50%);
  display: block;
  text-align: center;
}

.presentation__grid {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(360px, 1.15fr);
  gap: clamp(2rem, 5.4vw, 4.8rem);
  align-items: start;
}

.presentation__copy {
  display: grid;
  gap: 0.88rem;
}

.presentation__copy h3 {
  display: inline;
  width: fit-content;
  margin: 0;
  padding: 0.14rem 0.45rem 0.22rem;
  color: var(--color-cream);
  background: var(--color-petrol-soft);
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
  font-family: var(--font-title);
  font-size: clamp(1.6rem, 3.2vw, 2.72rem);
  font-weight: 900;
  line-height: 1.16;
  text-transform: uppercase;
}

.presentation__copy p {
  margin: 0;
  font-size: clamp(0.92rem, 1.25vw, 1rem);
}

.presentation__bullets {
  display: grid;
  gap: 0;
  padding: 0;
  margin: 0.25rem 0 0;
  list-style: none;
}

.presentation__bullets li {
  position: relative;
  padding: 0.6rem 0 0.6rem 1.65rem;
  border-top: 2px dotted rgba(34, 74, 73, 0.2);
  font-size: 0.86rem;
}

.presentation__bullets li:last-child {
  border-bottom: 2px dotted rgba(34, 74, 73, 0.2);
}

.presentation__bullets li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.82rem;
  width: 0.96rem;
  height: 0.5rem;
  background: var(--color-red);
  clip-path: polygon(0 25%, 58% 25%, 58% 0, 100% 50%, 58% 100%, 58% 75%, 0 75%);
}

.presentation__link {
  justify-self: start;
  margin-top: 0.2rem;
  padding: 0.15rem 0;
  border-top: 4px solid var(--color-red);
  border-bottom: 4px solid var(--color-red);
  color: var(--color-red);
  font-family: var(--font-title);
  font-size: 1.6rem;
  font-weight: 900;
  line-height: 1.35;
  text-decoration: none;
  text-transform: uppercase;
}

.presentation__media {
  position: relative;
  overflow: hidden;
  background: var(--color-cream);
  box-shadow: 8px 8px 0 rgba(34, 74, 73, 0.12);
  align-self: start;
  width: 100%;
  max-width: 520px;
  aspect-ratio: 4 / 3;
  justify-self: end;
}

.presentation__media::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(rgba(247, 242, 232, 0.08), rgba(247, 242, 232, 0.08)),
    url("../img/theme-patterns/asfalt-dark-1-150x150.png") center / 150px 150px repeat;
  mix-blend-mode: soft-light;
}

.presentation__media::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1px;
  z-index: 2;
  height: 22px;
  background: var(--color-cream);
  clip-path: polygon(0 56%, 7% 50%, 13% 62%, 20% 48%, 27% 58%, 34% 46%, 42% 61%, 51% 50%, 59% 60%, 68% 45%, 76% 57%, 84% 49%, 92% 62%, 100% 52%, 100% 100%, 0 100%);
}

.presentation__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  filter: sepia(0.08) saturate(0.95);
}

.presentation-intro {
  position: relative;
  display: grid;
  gap: 1.1rem;
  padding: clamp(1.3rem, 3vw, 2rem);
  border-left: 8px solid var(--color-red);
  background:
    url("../img/theme-patterns/15percent.png") 0 0 repeat,
    url("../img/theme-patterns/exclusive-paper.png") 0 0 repeat;
}

.presentation-intro::before,
.presentation-intro::after {
  content: "";
  position: absolute;
  pointer-events: none;
}

.presentation-intro::before {
  right: 1rem;
  top: 1rem;
  width: 7.5rem;
  height: 7.5rem;
  border: 3px solid rgba(34, 74, 73, 0.22);
  border-radius: 50%;
}

.presentation-intro::after {
  left: -0.35rem;
  bottom: 1.4rem;
  width: 72%;
  border-bottom: 4px solid rgba(229, 62, 38, 0.34);
  transform: rotate(-1.5deg);
}

.notice,
.step-card,
.work-card,
.audience-grid article {
  border: 3px solid var(--color-petrol);
  border-radius: var(--radius-card);
  background:
    url("../img/theme-patterns/portfolio-pattern.png") 0 0 repeat,
    url("../img/theme-patterns/exclusive-paper.png") 0 0 repeat,
    var(--color-cream);
  box-shadow: 7px 7px 0 rgba(34, 74, 73, 0.12);
}

.notice {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 1.1rem;
  align-items: center;
  padding: 1.2rem;
  background:
    url("../img/theme-patterns/portfolio-pattern.png") 0 0 repeat,
    url("../img/theme-patterns/exclusive-paper.png") 0 0 repeat,
    var(--color-cream);
}

.notice p {
  margin: 0;
}

.notice h3 {
  margin: 0 0 0.4rem;
  color: var(--color-petrol);
  font-family: var(--font-title);
  font-size: 1.9rem;
  line-height: 1;
  text-transform: uppercase;
}

.notice__visual {
  position: relative;
  width: 7rem;
  min-height: 7rem;
}

.notice__visual svg {
  position: absolute;
  width: 4.1rem;
  height: 4.1rem;
  filter: drop-shadow(4px 4px 0 rgba(34, 74, 73, 0.12));
}

.notice__visual svg:nth-child(1) {
  left: 0;
  top: 0;
}

.notice__visual svg:nth-child(2) {
  right: 0;
  top: 1.8rem;
}

.notice__visual svg:nth-child(3) {
  left: 1.2rem;
  bottom: 0;
}

.section-heading {
  display: grid;
  gap: 0.7rem;
  max-width: 820px;
  margin-bottom: clamp(2rem, 5vw, 4rem);
}

.section-heading--light .title-lg,
.section-heading--light .eyebrow {
  color: var(--color-cream);
}

.section-heading--light .title-lg {
  background: none;
  text-shadow: 4px 4px 0 rgba(20, 62, 60, 0.24);
  -webkit-text-fill-color: var(--color-cream);
  -webkit-text-stroke: 0;
}

.section-heading--light .title-lg::after {
  content: none;
}

.section-heading--light .title-lg::before {
  content: none;
}

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

.medallion p {
  margin: 0;
}

.medallion a {
  color: var(--color-cream);
  font-family: var(--font-title);
  font-weight: 800;
  text-transform: uppercase;
}

.medallion__media {
  display: grid;
  place-items: center;
  padding: 0;
}

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

.step-card {
  padding: 1.4rem;
}

.step-card .decor-icon {
  animation: method-bob 3.5s ease-in-out infinite;
}

.step-card:nth-child(2) .decor-icon {
  animation-delay: 0.45s;
}

.step-card:nth-child(3) .decor-icon {
  animation-delay: 0.9s;
}

@keyframes method-bob {
  0%,
  100% {
    transform: translateY(0) rotate(0);
  }

  50% {
    transform: translateY(-8px) rotate(-2deg);
  }
}

.step-card span {
  display: block;
  color: var(--color-red);
  font-family: var(--font-title);
  font-size: 3.5rem;
  font-weight: 900;
  line-height: 1;
}

.step-card h3,
.work-card h3,
.audience-grid h3 {
  margin: 0.6rem 0 0.3rem;
  color: var(--color-petrol);
  font-family: var(--font-title);
  font-size: 2rem;
  font-weight: 900;
  line-height: 1;
  text-transform: uppercase;
}

.work-card h3 {
  margin-top: 0.9rem;
  font-size: 1.55rem;
}

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

.work-filters {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
  margin: -1.2rem 0 2rem;
}

.work-filter {
  min-height: 38px;
  border: 2px solid var(--color-petrol);
  border-radius: 999px;
  padding: 0.45rem 0.8rem;
  color: var(--color-petrol);
  background:
    url("../img/theme-patterns/exclusive-paper.png") 0 0 repeat,
    var(--color-cream);
  font-family: var(--font-title);
  font-size: 1rem;
  font-weight: 800;
  line-height: 1;
  text-transform: uppercase;
}

.work-filter.is-active,
.work-filter:hover {
  color: var(--color-cream);
  background: var(--color-red);
}

.work-card,
.audience-grid article {
  padding: 1.2rem;
}

.work-card {
  position: relative;
  padding: 0.9rem 0.9rem 1.25rem;
  border: 0;
  background:
    url("../img/theme-patterns/exclusive-paper.png") 0 0 repeat,
    var(--color-cream);
  box-shadow:
    0 13px 0 rgba(34, 74, 73, 0.08),
    9px 12px 0 rgba(28, 23, 22, 0.15);
  --base-transform: rotate(-1.8deg);
  transform: var(--base-transform);
}

.work-card:nth-child(2n) {
  --base-transform: rotate(1.4deg);
}

.work-card:nth-child(3n) {
  --base-transform: rotate(-0.7deg);
}

.work-card::before {
  content: "";
  position: absolute;
  left: 50%;
  top: -0.8rem;
  width: 5.4rem;
  height: 1.55rem;
  background:
    url("../img/theme-patterns/exclusive-paper.png") 0 0 repeat,
    rgba(247, 242, 232, 0.92);
  border: 1px solid rgba(34, 74, 73, 0.12);
  box-shadow: 2px 2px 0 rgba(28, 23, 22, 0.08);
  transform: translateX(-50%) rotate(-2deg);
}

.work-card[hidden] {
  display: none;
}

.work-card__media {
  display: grid;
  place-items: center;
  aspect-ratio: 1;
  border: 2px solid rgba(34, 74, 73, 0.24);
  border-radius: 2px;
  background:
    url("../img/theme-patterns/portfolio-pattern.png") 0 0 repeat,
    url("../img/theme-patterns/exclusive-paper.png") 0 0 repeat;
  color: var(--color-petrol);
  font-family: var(--font-title);
  font-size: 1.5rem;
  font-weight: 900;
  overflow: hidden;
}

.work-card dl {
  display: grid;
  gap: 0.35rem;
  margin: 0.7rem 0;
  font-size: 0.78rem;
}

.work-card dl div {
  display: flex;
  justify-content: space-between;
  gap: 0.8rem;
  border-bottom: 1px solid rgba(34, 74, 73, 0.22);
}

.work-card dt {
  color: var(--color-petrol);
  font-weight: 700;
}

.work-card dd {
  margin: 0;
  text-align: right;
}

.work-card p {
  font-size: 0.86rem;
  line-height: 1.55;
}

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

.france-map {
  width: min(100%, 360px);
  justify-self: center;
  filter: drop-shadow(9px 12px 0 rgba(28, 23, 22, 0.16));
}

.zone-visual {
  position: relative;
  justify-self: center;
  isolation: isolate;
  width: min(114%, 860px);
  min-height: 430px;
  display: grid;
  place-items: center;
  margin-left: clamp(-7rem, -5.5vw, -2.6rem);
  margin-top: -1.2rem;
  animation: zone-illustration-drift 6s ease-in-out infinite;
}

.zone-visual::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: -1;
  width: 86%;
  aspect-ratio: 1672 / 941;
  background:
    url("../img/theme-patterns/portfolio-pattern.png") 0 0 repeat,
    rgba(247, 242, 232, 0.32);
  clip-path: ellipse(49% 42% at 50% 50%);
  transform: translate(-50%, -50%) rotate(-2deg);
}

.zone-visual::after {
  content: "";
  position: absolute;
  left: 9%;
  right: 8%;
  bottom: 7%;
  z-index: -1;
  height: 18px;
  background: rgba(28, 23, 22, 0.16);
  border-radius: 50%;
  filter: blur(4px);
  transform: rotate(-1deg);
}

.zone-visual img {
  position: relative;
  z-index: 1;
  width: 118%;
  max-width: none;
  max-height: 520px;
  object-fit: contain;
  filter:
    saturate(1.02)
    contrast(1.04)
    drop-shadow(13px 16px 0 rgba(28, 23, 22, 0.18));
  transform: rotate(-1deg);
}

.zone-visual__ribbon {
  position: absolute;
  left: -1.1rem;
  bottom: 3.55rem;
  z-index: 3;
  display: grid;
  place-items: center;
  width: min(86%, 600px);
  aspect-ratio: 740 / 80;
  color: var(--color-cream);
  background: url("../img/ui/ribbon.png") center / 100% 100% no-repeat;
  filter: drop-shadow(8px 8px 0 rgba(28, 23, 22, 0.16));
  transform: rotate(-2deg);
}

.zone-visual__ribbon span {
  position: absolute;
  left: 14%;
  right: 14%;
  top: 49%;
  transform: translateY(-50%);
  display: block;
  font-family: var(--font-title);
  font-size: clamp(1rem, 1.65vw, 1.42rem);
  font-weight: 900;
  line-height: 0.95;
  text-align: center;
  text-transform: uppercase;
}

.zone-visual .france-map {
  position: absolute;
  left: -0.8rem;
  bottom: 0.4rem;
  width: 9rem;
  animation: zone-map-pulse 4s ease-in-out infinite;
}

.zone-visual__parcel {
  position: absolute;
  right: 0.2rem;
  top: 2.1rem;
  width: 6rem;
  height: 6rem;
  animation: zone-parcel-route 4.2s ease-in-out infinite;
  filter: drop-shadow(7px 8px 0 rgba(28, 23, 22, 0.16));
}

@keyframes zone-parcel-route {
  0%,
  100% {
    transform: translate(-18px, 18px) rotate(-5deg);
  }

  50% {
    transform: translate(8px, -10px) rotate(6deg);
  }
}

@keyframes zone-map-pulse {
  0%,
  100% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.04);
  }
}

@keyframes zone-illustration-drift {
  0%,
  100% {
    transform: translateY(0) rotate(-0.3deg);
  }

  50% {
    transform: translateY(-8px) rotate(0.3deg);
  }
}

.location-band .title-lg,
.location-band .eyebrow {
  color: var(--color-cream);
}

.location-band .title-lg {
  background: none;
  text-shadow: 4px 4px 0 rgba(20, 62, 60, 0.24);
  -webkit-text-fill-color: var(--color-cream);
  -webkit-text-stroke: 0;
}

.location-band .title-lg::after {
  content: none;
}

.location-band .title-lg::before {
  content: none;
}

.location-band .lede {
  max-width: 500px;
}

.location-band__grid {
  position: relative;
  grid-template-columns: minmax(0, 0.72fr) minmax(540px, 1.28fr);
  gap: 0;
}

.location-band__grid > div:first-child {
  position: relative;
  z-index: 2;
}

.contact-preview__grid {
  grid-template-columns: minmax(0, 1fr) auto;
}

.contact-preview {
  border-bottom: 12px solid var(--color-turquoise);
}

.contact-ed__grid {
  display: grid;
  grid-template-columns: minmax(0, 0.78fr) minmax(320px, 1fr);
  gap: clamp(2rem, 5vw, 4rem);
  align-items: start;
}

.contact-ed__info {
  position: sticky;
  top: 110px;
}

.contact-ed__form {
  display: grid;
  gap: 1rem;
  padding: clamp(1rem, 3vw, 1.5rem);
  border: 3px solid var(--color-petrol);
  border-radius: var(--radius-card);
  background:
    linear-gradient(rgba(247, 242, 232, 0.86), rgba(247, 242, 232, 0.86)),
    repeating-linear-gradient(45deg, rgba(34, 74, 73, 0.05) 0 2px, transparent 2px 9px);
  box-shadow: 8px 8px 0 rgba(34, 74, 73, 0.14);
}

.contact-ed__form-row {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.8rem;
}

.form-field {
  display: grid;
  gap: 0.35rem;
}

.form-field input::placeholder,
.form-field textarea::placeholder {
  color: rgba(51, 51, 51, 0.62);
}

.form-field__composer {
  position: relative;
}

.form-field--message textarea {
  display: block;
  padding-top: 1.15rem;
}

.form-field__tips-in {
  position: absolute;
  inset: 1rem auto auto 1rem;
  max-width: calc(100% - 2rem);
  pointer-events: none;
  color: rgba(51, 51, 51, 0.62);
}

.form-field__tips-in span {
  display: block;
  margin-top: 0.35rem;
  font-size: 0.86rem;
  line-height: 1.45;
}

.form-field--message.is-typing .form-field__tips-in {
  display: none;
}

.form-field__tips-out {
  margin: 0.45rem 0 0;
  color: var(--color-petrol);
  font-size: 0.88rem;
}

.form-field__file-bar {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
  align-items: center;
}

.form-field__file-add,
.form-field__file-remove {
  border: 2px solid var(--color-petrol);
  border-radius: 999px;
  color: var(--color-petrol);
  background:
    url("../img/theme-patterns/exclusive-paper.png") 0 0 repeat,
    var(--color-cream);
  font-family: var(--font-title);
  font-weight: 800;
  text-transform: uppercase;
}

.form-field__file-add {
  min-height: 42px;
  padding: 0.55rem 0.9rem;
  font-size: 1rem;
}

.form-field__file-add:hover,
.form-field__file-remove:hover {
  color: var(--color-cream);
  background: var(--color-red);
}

.form-field__file-hint {
  flex: 1 1 220px;
  font-size: 0.9rem;
}

.form-field__file-input {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  opacity: 0;
}

.form-field__file-list {
  display: grid;
  gap: 0.45rem;
  padding: 0;
  margin: 0.4rem 0 0;
  list-style: none;
}

.form-field__file-list li {
  display: flex;
  justify-content: space-between;
  gap: 0.7rem;
  align-items: center;
  padding: 0.6rem 0.75rem;
  border: 2px solid rgba(34, 74, 73, 0.25);
  border-radius: var(--radius-card);
  background:
    url("../img/theme-patterns/exclusive-paper.png") 0 0 repeat,
    rgba(247, 242, 232, 0.9);
}

.form-field__file-list li.is-error {
  border-color: var(--color-red);
}

.form-field__file-name {
  min-width: 0;
  overflow-wrap: anywhere;
}

.form-field__file-remove {
  flex: 0 0 auto;
  min-height: 34px;
  padding: 0.35rem 0.65rem;
  font-size: 0.86rem;
}

.form-field--consent {
  grid-template-columns: auto 1fr;
  align-items: start;
  font-size: 0.92rem;
}

.form-field--consent input {
  width: 1.2rem;
  height: 1.2rem;
  margin-top: 0.2rem;
}

.form-privacy-note {
  margin: -0.3rem 0 0;
  color: rgba(247, 242, 232, 0.82);
  font-size: 0.82rem;
  line-height: 1.45;
}

.form-privacy-note a {
  font-weight: 700;
  text-underline-offset: 0.18em;
}

.hp-field {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  opacity: 0;
}

.btn--submit {
  justify-self: start;
}

.faq__list {
  display: grid;
  gap: 0.8rem;
}

.faq details {
  border: 3px solid var(--color-petrol);
  border-radius: var(--radius-card);
  background:
    url("../img/theme-patterns/exclusive-paper.png") 0 0 repeat,
    rgba(247, 242, 232, 0.9);
  box-shadow: 5px 5px 0 rgba(34, 74, 73, 0.1);
}

.faq summary {
  cursor: pointer;
  padding: 1rem 1.2rem;
  color: var(--color-petrol);
  font-family: var(--font-title);
  font-size: 1.5rem;
  font-weight: 900;
  line-height: 1;
  text-transform: uppercase;
}

.faq details p {
  margin: 0;
  padding: 0 1.2rem 1.2rem;
}

.site-footer {
  padding-block: 1.15rem;
  color: var(--color-cream);
  background:
    url("../img/theme-patterns/Footer_bg_220.jpg") center top repeat,
    var(--color-charcoal);
  font-size: 0.82rem;
  line-height: 1.35;
}

.site-footer__grid {
  display: grid;
  grid-template-columns: 1.2fr auto 1fr;
  gap: 1.5rem;
  align-items: center;
}

.site-footer strong {
  font-family: var(--font-title);
  font-size: 1.25rem;
  line-height: 1;
  text-transform: uppercase;
}

.site-footer p {
  margin: 0.25rem 0 0;
}

.site-footer__grid > p:last-child {
  font-size: 0.68rem;
  line-height: 1.25;
  opacity: 0.72;
}

.site-footer__siret {
  display: inline-block;
  margin-top: 0.15rem;
  font-size: 0.62rem;
  letter-spacing: 0.01em;
  opacity: 0.78;
  font-weight: 400;
  text-transform: none;
}

.site-footer nav {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  font-family: var(--font-title);
  font-weight: 800;
  text-transform: uppercase;
  font-size: 0.82rem;
}

.legal-page {
  min-height: 100vh;
}

.legal-page .container {
  display: grid;
  gap: 1rem;
  max-width: 900px;
}

.scroll-effects-ready .scroll-reveal {
  --reveal-delay: 0;
  --reveal-from: translate3d(0, 34px, 0) scale(0.98);
  opacity: 0;
  filter: blur(3px);
  transform: var(--reveal-from) var(--base-transform, rotate(0deg));
  transform-origin: 50% 58%;
  transition:
    opacity 700ms var(--ease),
    filter 700ms var(--ease),
    transform 780ms var(--ease);
  transition-delay: calc(var(--reveal-delay) * 72ms);
  will-change: opacity, filter, transform;
}

.scroll-effects-ready .scroll-reveal--from-left {
  --reveal-from: translate3d(-54px, 0, 0) rotate(-1.4deg);
}

.scroll-effects-ready .scroll-reveal--from-right {
  --reveal-from: translate3d(54px, 0, 0) rotate(1.4deg);
}

.scroll-effects-ready .scroll-reveal--zoom {
  --reveal-from: translate3d(0, 16px, 0) scale(0.86);
}

.scroll-effects-ready .scroll-reveal--stamp {
  --reveal-from: translate3d(0, 28px, 0) rotate(-2.5deg) scale(0.9);
}

.scroll-effects-ready .scroll-reveal--photo,
.scroll-effects-ready .scroll-reveal--photo-left,
.scroll-effects-ready .scroll-reveal--photo-right {
  --reveal-from: translate3d(0, 42px, 0) rotate(-3deg) scale(0.94);
  transform-origin: 50% 12%;
}

.scroll-effects-ready .scroll-reveal--photo-right {
  --reveal-from: translate3d(34px, 38px, 0) rotate(3deg) scale(0.94);
}

.scroll-effects-ready .scroll-reveal--photo-left {
  --reveal-from: translate3d(-34px, 38px, 0) rotate(-3deg) scale(0.94);
}

.scroll-effects-ready .scroll-reveal--ribbon {
  --reveal-from: translate3d(0, 18px, 0) scaleX(0.78) scaleY(0.92);
  transform-origin: 50% 50%;
}

.scroll-effects-ready .scroll-reveal.is-visible {
  opacity: 1;
  filter: blur(0);
  transform: var(--base-transform, rotate(0deg));
}

.scroll-effects-ready .scroll-reveal--ribbon.is-visible {
  animation: reveal-ribbon-pop 900ms var(--ease) both;
  animation-delay: calc(var(--reveal-delay) * 72ms);
}

.scroll-effects-ready .section.is-visible::after {
  animation: section-grain-sweep 1100ms ease-out both;
}

@keyframes reveal-ribbon-pop {
  0% {
    opacity: 0;
    transform: translate3d(0, 18px, 0) scaleX(0.78) scaleY(0.92);
  }

  62% {
    opacity: 1;
    transform: translate3d(0, -3px, 0) scaleX(1.04) scaleY(1);
  }

  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0) scaleX(1) scaleY(1);
  }
}

@keyframes section-grain-sweep {
  0% {
    opacity: 0;
    transform: translateY(18px);
  }

  100% {
    opacity: 0.16;
    transform: translateY(0);
  }
}

.medallion,
.step-card,
.work-card,
.audience-grid article {
  transition:
    opacity 700ms var(--ease),
    filter 700ms var(--ease),
    transform 180ms ease,
    box-shadow 180ms ease;
}

.step-card:hover,
.work-card:hover,
.audience-grid article:hover {
  transform: translateY(-2px);
  box-shadow: 9px 9px 0 rgba(34, 74, 73, 0.14);
}

.work-card:hover {
  transform: translateY(-4px) rotate(0);
  box-shadow:
    0 16px 0 rgba(34, 74, 73, 0.09),
    11px 15px 0 rgba(28, 23, 22, 0.18);
}

.scroll-effects-ready .step-card.scroll-reveal.is-visible:hover,
.scroll-effects-ready .audience-grid article.scroll-reveal.is-visible:hover {
  transform: translateY(-2px);
}

.scroll-effects-ready .work-card.scroll-reveal.is-visible:hover {
  transform: translateY(-4px) rotate(0);
}

.badge-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  padding: 0;
  margin: 0;
  list-style: none;
}

.badge {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  min-height: 40px;
  padding: 0.55rem 0.9rem;
  border: 2px solid var(--color-petrol);
  border-radius: 999px;
  background: var(--color-cream);
  color: var(--color-petrol);
  font-family: var(--font-title);
  font-size: 1.05rem;
  font-weight: 800;
  line-height: 1;
  text-transform: uppercase;
}

.badge svg {
  width: 1.2rem;
  height: 1.2rem;
}

.ribbon {
  display: inline-grid;
  place-items: center;
  min-height: 52px;
  padding: 0.45rem 2rem;
  color: var(--color-cream);
  background: var(--color-red);
  clip-path: polygon(0 0, 100% 0, 91% 50%, 100% 100%, 0 100%, 9% 50%);
  font-family: var(--font-accent);
  font-size: 1.45rem;
  line-height: 1;
  text-align: center;
}

.stamp {
  position: relative;
  display: grid;
  place-items: center;
  width: 10.2rem;
  aspect-ratio: 1;
  color: var(--color-cream);
  background: none;
  clip-path: polygon(
    50% 3%,
    57% 18%,
    70% 8%,
    73% 25%,
    90% 24%,
    82% 39%,
    97% 50%,
    82% 61%,
    90% 76%,
    73% 75%,
    70% 92%,
    57% 82%,
    50% 97%,
    43% 82%,
    30% 92%,
    27% 75%,
    10% 76%,
    18% 61%,
    3% 50%,
    18% 39%,
    10% 24%,
    27% 25%,
    30% 8%,
    43% 18%
  );
  font-family: var(--font-title);
  font-weight: 900;
  font-size: 1.58rem;
  line-height: 0.82;
  text-align: center;
  text-transform: uppercase;
  transform: rotate(-7deg);
  isolation: isolate;
  filter: drop-shadow(8px 9px 0 rgba(20, 62, 60, 0.38));
}

.stamp > span {
  position: relative;
  z-index: 2;
  text-shadow:
    -1px -1px 0 var(--color-petrol),
    1px -1px 0 var(--color-petrol),
    -1px 1px 0 var(--color-petrol),
    1px 1px 0 var(--color-petrol),
    2px 3px 0 rgba(20, 62, 60, 0.46);
}

.stamp::before {
  content: "";
  position: absolute;
  inset: -0.42rem;
  z-index: 0;
  background: var(--color-cream);
  clip-path: inherit;
}

.stamp::after {
  content: "";
  position: absolute;
  inset: 0.18rem;
  z-index: 1;
  background:
    url("../img/theme-patterns/green-dust-and-scratches.png") center / 280px auto repeat,
    var(--color-petrol-soft);
  clip-path: inherit;
}

.printer-scene__ribbon.ribbon {
  bottom: -6.15rem;
  min-height: 68px;
  padding-inline: clamp(2.4rem, 4.2vw, 4.5rem);
  font-size: clamp(1.9rem, 3.8vw, 3.3rem);
}

.medallion {
  position: relative;
  display: grid;
  gap: 1rem;
  text-align: center;
}

.medallion__media {
  position: relative;
  overflow: hidden;
  width: min(100%, 280px);
  aspect-ratio: 1;
  margin-inline: auto;
  border: 7px solid var(--color-cream);
  border-radius: 50%;
  outline: 4px solid var(--color-petrol);
  background: var(--color-turquoise-light);
}

.medallion__media img,
.work-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.medallion__title {
  margin: 0;
  color: var(--color-cream);
  font-family: var(--font-title);
  font-size: clamp(1.7rem, 4vw, 2.4rem);
  font-weight: 900;
  line-height: 0.95;
  text-transform: uppercase;
}

.decor-icon {
  width: 5rem;
  height: 5rem;
  color: var(--color-petrol);
}

.form-field input,
.form-field textarea,
.form-field select {
  width: 100%;
  border: 2px solid rgba(34, 74, 73, 0.35);
  border-radius: var(--radius-card);
  padding: 0.95rem 1rem;
  color: var(--color-ink);
  background:
    url("../img/theme-patterns/exclusive-paper.png") 0 0 repeat,
    rgba(247, 242, 232, 0.92);
  font: inherit;
}

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

.form-message {
  padding: 0.9rem 1rem;
  border-radius: var(--radius-card);
  font-weight: 700;
}

.form-message--ok {
  color: var(--color-petrol);
  background: rgba(110, 184, 179, 0.22);
}

.form-message--err {
  color: #8f1f12;
  background: rgba(229, 62, 38, 0.14);
}

@media (max-width: 760px) {
  body {
    font-size: 16px;
  }

  .container {
    width: min(100% - 1.25rem, var(--container));
  }

  .title-xl {
    max-width: 9ch;
  }

  .eyebrow::before,
  .eyebrow::after {
    width: 24px;
  }

  .btn {
    width: 100%;
  }
}

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

  .main-nav {
    position: fixed;
    inset: 82px 0 auto;
    display: none;
    padding: 1rem;
    background: var(--color-cream);
    border-bottom: 3px solid var(--color-petrol);
  }

  .main-nav.is-open {
    display: grid;
  }

  .main-nav a {
    padding: 0.7rem 0;
    font-size: 1.35rem;
  }

  .main-nav a::after {
    display: none;
  }

  .hero__grid,
  .split,
  .presentation__grid,
  .location-band__grid,
  .contact-preview__grid,
  .contact-ed__grid {
    grid-template-columns: 1fr;
  }

  .location-band__grid {
    gap: 0;
  }

  .zone-visual {
    margin-left: 0;
    margin-top: -0.6rem;
  }

  .contact-ed__info {
    position: static;
  }

  .contact-ed__form-row {
    grid-template-columns: 1fr;
  }

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

  .steps,
  .work-grid,
  .site-footer__grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .site-header__inner {
    min-height: 74px;
  }

  .brand__name {
    max-width: 12ch;
  }

  .main-nav {
    inset: 74px 0 auto;
  }

  .hero {
    min-height: auto;
  }

  .presentation__title {
    max-width: 100%;
    font-size: clamp(2.05rem, 11.5vw, 3.2rem);
    line-height: 0.9;
  }

  .presentation__ribbon {
    width: min(100%, 420px);
    font-size: clamp(0.68rem, 3vw, 1rem);
    white-space: nowrap;
  }

  .presentation__ribbon span {
    left: 14%;
    right: 14%;
    top: 49%;
  }

  .presentation__copy h3 {
    font-size: 1.6rem;
  }

  .printer-scene {
    min-height: 340px;
  }

  .hero .badge-row {
    display: none;
  }

  .printer-art {
    width: min(82%, 320px);
  }

  .printer-scene__stamp {
    width: 7.8rem;
    right: -0.2rem;
    top: 0.2rem;
    font-size: 1.22rem;
  }

  .printer-scene__ribbon {
    left: 0;
    right: 0;
    bottom: 1rem;
  }

  .printer-scene__ribbon.ribbon {
    bottom: -1.8rem;
    min-height: 54px;
    font-size: 1.5rem;
  }

  .medallion-grid,
  .audience-grid {
    grid-template-columns: 1fr;
  }

  .notice {
    align-items: flex-start;
    grid-template-columns: 1fr;
  }

  .zone-visual {
    min-height: 0;
    margin-top: -0.9rem;
  }

  .zone-visual::before {
    width: 92%;
  }

  .zone-visual::after {
    left: 6%;
    right: 5%;
    bottom: 5%;
    height: 12px;
  }

  .zone-visual img {
    width: 112%;
  }

  .zone-visual__ribbon {
    left: 50%;
    bottom: 1.8rem;
    width: min(98%, 390px);
    transform: translateX(-50%) rotate(-2deg);
  }

  .zone-visual__ribbon span {
    left: 13.5%;
    right: 13.5%;
    font-size: clamp(0.72rem, 3.2vw, 0.98rem);
    white-space: nowrap;
  }

  .zone-visual .france-map {
    width: 6.8rem;
  }

  .zone-visual__parcel {
    width: 4.6rem;
    height: 4.6rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    animation-duration: 0.001ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.001ms !important;
  }
}
