@font-face {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 400 800;
  font-display: swap;
  src: url("assets/fonts/manrope-latin-ext-v20.woff2") format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 400 800;
  font-display: swap;
  src: url("assets/fonts/manrope-latin-v20.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

:root {
  --black: #090a09;
  --black-soft: #111310;
  --paper: #f2f0ea;
  --paper-deep: #e5e2da;
  --ink: #10120f;
  --muted-dark: #4f534c;
  --muted-light: #c6cac2;
  --green: #82ed8d;
  --green-strong: #a2ffab;
  --copper: #c9915d;
  --line-dark: rgba(255, 255, 255, 0.16);
  --line-light: rgba(16, 18, 15, 0.18);
  --shell: 1320px;
  --radius: 26px;
  --font: "Manrope", ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --display: "Manrope", ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color-scheme: dark;
}

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

html {
  scroll-behavior: smooth;
  scroll-padding-top: 110px;
  background: var(--black);
}

body {
  min-width: 320px;
  margin: 0;
  overflow-x: hidden;
  background: var(--black);
  color: #f7f6f1;
  font-family: var(--font);
  font-size: 16px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}

body.menu-open {
  overflow: hidden;
}

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

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

button {
  color: inherit;
  font: inherit;
}

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

h1,
h2,
h3 {
  text-wrap: balance;
}

p,
small,
figcaption {
  text-wrap: pretty;
}

:focus-visible {
  outline: 2px solid var(--green);
  outline-offset: 4px;
}

.skip-link {
  position: fixed;
  top: 10px;
  left: 12px;
  z-index: 100;
  padding: 10px 15px;
  background: var(--green);
  color: var(--ink);
  font-weight: 800;
  transform: translateY(-150%);
  transition: transform 160ms ease;
}

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

.section-shell {
  width: min(calc(100% - 48px), var(--shell));
  margin-inline: auto;
}

.topbar {
  position: fixed;
  top: 18px;
  right: 50%;
  z-index: 50;
  width: min(calc(100% - 36px), var(--shell));
  min-height: 70px;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 28px;
  padding: 10px 12px 10px 20px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 999px;
  background: rgba(9, 10, 9, 0.8);
  box-shadow: 0 18px 55px rgba(0, 0, 0, 0.27);
  backdrop-filter: blur(18px);
  transform: translateX(50%);
}

.wordmark {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  width: max-content;
}

.wordmark > span:last-child {
  display: grid;
  gap: 2px;
  line-height: 1;
}

.wordmark strong {
  font-size: 1rem;
  letter-spacing: 0.055em;
}

.wordmark small {
  color: var(--muted-light);
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.e-mark {
  width: 30px;
  height: 30px;
  display: grid;
  align-content: center;
  gap: 4px;
}

.e-mark i {
  display: block;
  height: 4px;
  background: var(--green);
  border-radius: 1px;
}

.e-mark i:nth-child(2) {
  width: 72%;
  margin-left: auto;
  background: var(--copper);
}

.nav {
  display: flex;
  justify-content: center;
  gap: clamp(18px, 2.5vw, 34px);
}

.nav a {
  position: relative;
  padding: 9px 0;
  color: #b8bbb5;
  font-size: 0.82rem;
  font-weight: 650;
  transition: color 180ms ease;
}

.nav a::after {
  position: absolute;
  right: 0;
  bottom: 3px;
  left: 0;
  height: 1px;
  content: "";
  background: var(--green);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 180ms ease;
}

.nav a:hover {
  color: #fff;
}

.nav a:hover::after {
  transform: scaleX(1);
}

.top-actions {
  display: flex;
  align-items: center;
  gap: 8px;
}

.top-hours {
  display: grid;
  gap: 2px;
  margin: 0 7px 0 0;
  color: var(--muted-light);
  font-size: 0.67rem;
  line-height: 1.3;
  text-align: right;
  text-transform: uppercase;
}

.top-hours strong {
  color: #f0f0eb;
  font-size: 0.72rem;
  letter-spacing: 0.03em;
}

.language {
  display: flex;
  gap: 2px;
}

.language button {
  width: 36px;
  height: 36px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: transparent;
  color: #aaa;
  cursor: pointer;
  font-size: 0.82rem;
  font-weight: 750;
}

.language button.active {
  background: var(--green);
  color: var(--ink);
}

.phone-pill {
  min-height: 46px;
  display: inline-flex;
  align-items: center;
  padding: 0 18px;
  border-radius: 999px;
  background: #f3f2ed;
  color: var(--ink);
  font-size: 0.84rem;
  font-weight: 750;
}

.menu-button {
  display: none;
  width: 44px;
  height: 44px;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 6px;
  border: 1px solid var(--line-dark);
  border-radius: 50%;
  background: transparent;
  cursor: pointer;
}

.menu-button span {
  width: 18px;
  height: 2px;
  background: #fff;
  transition: transform 180ms ease;
}

.menu-button[aria-expanded="true"] span:first-child {
  transform: translateY(4px) rotate(45deg);
}

.menu-button[aria-expanded="true"] span:last-child {
  transform: translateY(-4px) rotate(-45deg);
}

.hero {
  position: relative;
  min-height: 920px;
  height: 100svh;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  overflow: hidden;
  isolation: isolate;
}

.hero-media,
.hero-shade {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.hero-media {
  z-index: -3;
  overflow: hidden;
}

.hero-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 54%;
  animation: heroIn 1.4s cubic-bezier(0.22, 0.7, 0.2, 1) both;
}

.hero-shade {
  z-index: -2;
  background:
    linear-gradient(90deg, rgba(4, 6, 5, 0.95) 0%, rgba(4, 6, 5, 0.82) 34%, rgba(4, 6, 5, 0.18) 68%, rgba(4, 6, 5, 0.2) 100%),
    linear-gradient(0deg, rgba(4, 5, 4, 0.82) 0%, transparent 45%),
    linear-gradient(180deg, rgba(4, 5, 4, 0.35) 0%, transparent 25%);
}

@keyframes heroIn {
  from { opacity: 0.6; transform: scale(1.035); }
  to { opacity: 1; transform: scale(1); }
}

.hero-grid {
  width: min(calc(100% - 64px), var(--shell));
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(280px, 0.43fr);
  align-items: end;
  gap: clamp(50px, 8vw, 120px);
  margin: auto auto 72px;
  padding-top: 130px;
}

.concept-label,
.micro-label {
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.055em;
  text-transform: none;
}

.concept-label {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 24px;
  color: #d1d3ce;
}

.concept-label > span:first-child {
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.62);
  border-radius: 50%;
  background: radial-gradient(circle at 34% 28%, #f0eee6 0 7%, #9d9b92 33%, #4b4e49 65%, #171917 100%);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.42), inset 0 0 0 3px rgba(5, 6, 5, 0.32);
  color: var(--green-strong);
  font-size: 0.57rem;
  letter-spacing: 0.04em;
  text-shadow: 0 1px 2px #000;
}

.hero h1,
.statement h2,
.gallery-heading h2,
.editorial-heading h2,
.standard-copy h2,
.contact h2 {
  margin-bottom: 0;
  font-family: var(--display);
  font-weight: 680;
  letter-spacing: -0.035em;
  line-height: 1.04;
  text-wrap: balance;
}

.hero h1 {
  max-width: 920px;
  font-size: clamp(3.4rem, 5.2vw, 5.7rem);
}

.hero-lead {
  max-width: 680px;
  margin: 30px 0 0;
  color: #e0e3dc;
  font-size: clamp(1.08rem, 1.3vw, 1.24rem);
  font-weight: 500;
  line-height: 1.72;
}

.hero-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 32px;
}

.cta {
  min-width: 172px;
  min-height: 54px;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 0 20px;
  border: 1px solid transparent;
  border-radius: 999px;
  font-size: 0.84rem;
  font-weight: 750;
  transition: transform 180ms ease, background 180ms ease;
}

.cta:hover {
  transform: translateY(-2px);
}

.cta i {
  font-style: normal;
}

.cta-light {
  background: var(--green);
  color: var(--ink);
}

.cta-light:hover {
  background: var(--green-strong);
}

.cta-ghost {
  border-color: rgba(255, 255, 255, 0.28);
  background: rgba(255, 255, 255, 0.045);
}

.cta-ghost:hover {
  background: rgba(255, 255, 255, 0.1);
}

.hero-note {
  max-width: 350px;
  padding-bottom: 12px;
}

.note-line {
  width: 80px;
  height: 1px;
  display: block;
  margin-bottom: 22px;
  background: var(--green);
}

.hero-note p {
  margin: 0;
  color: #d2d4cf;
  font-size: 0.92rem;
  line-height: 1.7;
}

.hero-stats {
  width: min(calc(100% - 64px), var(--shell));
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin: 0 auto;
  border-top: 1px solid rgba(255, 255, 255, 0.22);
}

.hero-stats article {
  min-height: 124px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 7px;
  padding: 20px clamp(18px, 2.5vw, 34px);
  border-right: 1px solid rgba(255, 255, 255, 0.18);
}

.hero-stats article:first-child {
  border-left: 1px solid rgba(255, 255, 255, 0.18);
}

.hero-stats strong {
  font-family: var(--display);
  font-size: 2.2rem;
  font-weight: 720;
  letter-spacing: -0.025em;
}

.hero-stats span {
  color: #d0d3cc;
  font-size: 0.8rem;
  line-height: 1.45;
}

.light-section {
  background: var(--paper);
  color: var(--ink);
}

.quick-solutions {
  padding: clamp(86px, 10vw, 126px) 0;
  border-bottom: 1px solid var(--line-light);
}

.quick-heading {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
  max-width: 940px;
  margin-bottom: clamp(44px, 5vw, 62px);
}

.quick-heading h2 {
  max-width: 900px;
  margin-bottom: 0;
  font-family: var(--display);
  font-size: clamp(2.6rem, 4.1vw, 4.2rem);
  font-weight: 680;
  letter-spacing: -0.03em;
  line-height: 1.08;
  text-wrap: balance;
}

.quick-heading > div > p {
  max-width: 68ch;
  margin: 20px 0 0;
  color: var(--muted-dark);
  font-size: 1.08rem;
  line-height: 1.75;
}

.solution-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  perspective: 1200px;
}

.solution-grid a {
  --wood-a: #c08a55;
  --wood-b: #9f683d;
  --wood-c: #51331f;
  position: relative;
  min-height: 240px;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
  isolation: isolate;
  padding: 22px;
  border: 1px solid rgba(60, 37, 21, 0.58);
  border-radius: 18px;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.11), transparent 22%, rgba(56, 31, 16, 0.13) 68%, transparent),
    repeating-linear-gradient(90deg, var(--wood-a) 0, var(--wood-b) calc(20% - 7px), var(--wood-c) calc(20% - 7px), #2f1d12 20%);
  box-shadow: 0 18px 34px rgba(43, 30, 19, 0.16), inset 0 0 0 4px rgba(255, 255, 255, 0.045);
  transform: perspective(900px) rotateX(0.8deg) rotateY(-1.6deg);
  transform-origin: center bottom;
  transition: transform 220ms ease, box-shadow 220ms ease, filter 220ms ease;
}

.solution-grid a:hover {
  color: var(--ink);
  filter: saturate(1.06) brightness(1.04);
  box-shadow: 0 30px 58px rgba(43, 30, 19, 0.25), inset 0 0 0 4px rgba(255, 255, 255, 0.06);
  transform: perspective(900px) translateY(-8px) rotateX(0) rotateY(0);
}

.solution-grid a:nth-child(even) {
  --wood-a: #b67b48;
  --wood-b: #946037;
  transform: perspective(900px) rotateX(0.8deg) rotateY(1.6deg);
}

.solution-grid a:nth-child(even):hover {
  transform: perspective(900px) translateY(-8px) rotateX(0) rotateY(0);
}

.solution-grid a::before {
  position: absolute;
  z-index: 0;
  inset: 11px -3px;
  content: "";
  background:
    linear-gradient(to bottom,
      transparent 0 10%,
      rgba(80, 46, 25, 0.92) 10% 22%,
      transparent 22% 44%,
      rgba(80, 46, 25, 0.92) 44% 56%,
      transparent 56% 78%,
      rgba(80, 46, 25, 0.92) 78% 90%,
      transparent 90% 100%);
  box-shadow: inset 0 0 18px rgba(21, 13, 8, 0.2);
}

.solution-grid a::after {
  position: absolute;
  z-index: 1;
  inset: 0;
  content: "";
  pointer-events: none;
  background:
    radial-gradient(circle at 10% 16%, #e0ddd4 0 2px, #595c57 2.5px 4px, transparent 4.5px),
    radial-gradient(circle at 30% 16%, #e0ddd4 0 2px, #595c57 2.5px 4px, transparent 4.5px),
    radial-gradient(circle at 50% 16%, #e0ddd4 0 2px, #595c57 2.5px 4px, transparent 4.5px),
    radial-gradient(circle at 70% 16%, #e0ddd4 0 2px, #595c57 2.5px 4px, transparent 4.5px),
    radial-gradient(circle at 90% 16%, #e0ddd4 0 2px, #595c57 2.5px 4px, transparent 4.5px),
    radial-gradient(circle at 10% 50%, #e0ddd4 0 2px, #595c57 2.5px 4px, transparent 4.5px),
    radial-gradient(circle at 30% 50%, #e0ddd4 0 2px, #595c57 2.5px 4px, transparent 4.5px),
    radial-gradient(circle at 50% 50%, #e0ddd4 0 2px, #595c57 2.5px 4px, transparent 4.5px),
    radial-gradient(circle at 70% 50%, #e0ddd4 0 2px, #595c57 2.5px 4px, transparent 4.5px),
    radial-gradient(circle at 90% 50%, #e0ddd4 0 2px, #595c57 2.5px 4px, transparent 4.5px),
    radial-gradient(circle at 10% 84%, #e0ddd4 0 2px, #595c57 2.5px 4px, transparent 4.5px),
    radial-gradient(circle at 30% 84%, #e0ddd4 0 2px, #595c57 2.5px 4px, transparent 4.5px),
    radial-gradient(circle at 50% 84%, #e0ddd4 0 2px, #595c57 2.5px 4px, transparent 4.5px),
    radial-gradient(circle at 70% 84%, #e0ddd4 0 2px, #595c57 2.5px 4px, transparent 4.5px),
    radial-gradient(circle at 90% 84%, #e0ddd4 0 2px, #595c57 2.5px 4px, transparent 4.5px);
}

.solution-grid a > span {
  position: absolute;
  z-index: 3;
  top: 20px;
  left: 20px;
  width: 36px;
  height: 36px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(244, 241, 231, 0.58);
  border-radius: 50%;
  background: radial-gradient(circle at 34% 28%, #f1eee4 0 8%, #a7a49a 35%, #555852 68%, #20221f 100%);
  box-shadow: 0 4px 10px rgba(20, 13, 8, 0.42), inset 0 0 0 3px rgba(20, 22, 19, 0.22);
  color: #f1f4ed;
  font-size: 0.58rem;
  font-weight: 900;
  letter-spacing: 0.04em;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.65);
}

.solution-grid a > div {
  position: relative;
  z-index: 2;
  width: 100%;
  display: grid;
  gap: 9px;
  padding: 22px 60px 22px 23px;
  border: 1px solid rgba(16, 18, 15, 0.2);
  border-radius: 14px;
  background: rgba(249, 247, 241, 0.96);
  color: var(--ink);
  box-shadow: 0 12px 30px rgba(20, 12, 7, 0.24);
  backdrop-filter: blur(16px);
}

.solution-grid strong {
  font-family: var(--display);
  font-size: clamp(1.5rem, 1.8vw, 1.9rem);
  font-weight: 680;
  letter-spacing: -0.02em;
  line-height: 1.16;
}

.solution-grid small {
  color: #3f433c;
  font-size: 0.9rem;
  font-weight: 600;
  line-height: 1.5;
}

.solution-grid a:hover small {
  color: #282c26;
}

.solution-grid i {
  position: absolute;
  z-index: 3;
  right: 38px;
  bottom: 43px;
  color: #16892d;
  font-size: 1rem;
  font-weight: 750;
  font-style: normal;
  transition: transform 180ms ease;
}

.solution-grid a:hover i {
  transform: translate(4px, -4px);
}

.statement {
  padding: clamp(100px, 13vw, 180px) 0;
}

.statement-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
  max-width: 1080px;
}

.micro-label {
  color: #6a6d65;
  font-size: 0.82rem;
}

.statement h2 {
  max-width: 980px;
  font-size: clamp(2.8rem, 4.5vw, 4.7rem);
  line-height: 1.08;
}

.statement-grid > div > p {
  max-width: 68ch;
  margin: 26px 0 0;
  color: var(--muted-dark);
  font-size: 1.1rem;
  line-height: 1.76;
}

.container-gallery {
  padding: 0 0 clamp(110px, 13vw, 180px);
}

.gallery-heading {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
  max-width: 940px;
  margin-bottom: clamp(42px, 6vw, 70px);
}

.gallery-heading h2 {
  max-width: 900px;
  margin-bottom: 0;
  font-size: clamp(2.7rem, 4.2vw, 4.4rem);
  line-height: 1.08;
}

.gallery-heading > div > p {
  max-width: 68ch;
  margin: 20px 0 0;
  color: var(--muted-dark);
  font-size: 1.06rem;
  line-height: 1.74;
}

.gallery-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.18fr) minmax(280px, 0.82fr);
  grid-template-rows: repeat(2, minmax(270px, 320px));
  gap: 14px;
}

.gallery-grid figure {
  position: relative;
  min-height: 270px;
  overflow: hidden;
  margin: 0;
  border: 1px solid var(--line-light);
  border-radius: var(--radius);
  background: #d8d5cd;
}

.gallery-featured {
  grid-row: 1 / 3;
}

.gallery-grid img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 450ms cubic-bezier(0.2, 0.72, 0.2, 1);
}

.gallery-grid figure:hover img {
  transform: scale(1.025);
}

.gallery-grid figcaption {
  position: absolute;
  right: 18px;
  bottom: 18px;
  left: 18px;
  width: max-content;
  max-width: calc(100% - 36px);
  padding: 10px 13px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 999px;
  background: rgba(9, 10, 9, 0.72);
  color: #f5f4ef;
  font-size: 0.82rem;
  font-weight: 650;
  backdrop-filter: blur(10px);
}

.offer,
.process,
.locations {
  padding: 0 0 clamp(110px, 13vw, 180px);
}

.editorial-heading {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
  max-width: 940px;
  margin-bottom: clamp(44px, 6vw, 66px);
  padding-top: clamp(80px, 10vw, 130px);
  border-top: 1px solid var(--line-light);
}

.editorial-heading h2 {
  max-width: 900px;
  font-size: clamp(2.7rem, 4.2vw, 4.4rem);
  line-height: 1.08;
}

.bento {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  grid-auto-rows: minmax(285px, auto);
  gap: 14px;
}

.bento-card {
  position: relative;
  grid-column: span 5;
  min-height: 285px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  overflow: hidden;
  isolation: isolate;
  padding: clamp(26px, 3vw, 40px);
  border: 1px solid var(--line-light);
  border-radius: var(--radius);
  background: var(--black-soft);
  color: #f5f4ef;
  transition: transform 220ms ease, box-shadow 220ms ease;
}

.bento-card::after {
  position: absolute;
  z-index: 1;
  inset: 0;
  content: "";
  background: linear-gradient(180deg, rgba(5, 6, 5, 0.02) 18%, rgba(5, 6, 5, 0.44) 56%, rgba(5, 6, 5, 0.96) 100%);
}

.bento-card:hover {
  z-index: 1;
  transform: translateY(-5px);
  box-shadow: 0 26px 60px rgba(26, 28, 24, 0.12);
}

.bento-lead {
  grid-column: span 7;
  grid-row: span 2;
  min-height: 584px;
  background: var(--black-soft);
}

.bento-card:nth-child(4),
.bento-card:nth-child(5),
.bento-card:nth-child(6) {
  grid-column: span 4;
}

.accent-card {
  background: var(--green);
}

.dark-card {
  background: var(--black-soft);
  color: #f5f4ef;
}

.card-media {
  position: absolute;
  z-index: 0;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 450ms cubic-bezier(0.2, 0.72, 0.2, 1);
}

.bento-card:hover .card-media {
  transform: scale(1.035);
}

.card-copy {
  position: relative;
  z-index: 2;
  width: min(100%, 560px);
  padding: clamp(18px, 2vw, 24px);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 16px;
  background: rgba(7, 8, 7, 0.9);
  box-shadow: 0 16px 36px rgba(0, 0, 0, 0.3);
  backdrop-filter: blur(14px);
}

.bento-card h3 {
  margin-bottom: 0;
  font-family: var(--display);
  font-size: clamp(1.85rem, 2.6vw, 2.8rem);
  font-weight: 680;
  letter-spacing: -0.025em;
  line-height: 1.12;
}

.bento-card p {
  max-width: 48ch;
  margin: 11px 0 0;
  color: #f0f2ec;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.68;
}

.card-arrow {
  position: absolute;
  z-index: 2;
  top: 30px;
  right: 30px;
  font-style: normal;
}

.pallet-art {
  position: absolute;
  top: 13%;
  right: 9%;
  width: 58%;
  aspect-ratio: 1.25;
  transform: perspective(800px) rotateX(60deg) rotateZ(-30deg);
  transform-style: preserve-3d;
}

.pallet-art span {
  position: absolute;
  right: 0;
  left: 0;
  height: 17%;
  border: 2px solid rgba(18, 16, 12, 0.48);
  background: rgba(255, 255, 255, 0.12);
  box-shadow: 0 14px 0 rgba(26, 20, 14, 0.12);
}

.pallet-art span:nth-child(1) { top: 0; }
.pallet-art span:nth-child(2) { top: 21%; }
.pallet-art span:nth-child(3) { top: 42%; }
.pallet-art span:nth-child(4) { top: 63%; }
.pallet-art span:nth-child(5) { top: 84%; }

.ticker {
  position: relative;
  overflow: hidden;
  padding: 31px 0 27px;
  border-top: 1px solid var(--line-dark);
  border-bottom: 1px solid var(--line-dark);
  background: var(--black);
}

.ticker-track {
  width: max-content;
  display: flex;
  align-items: center;
  animation: tickerMove 27s linear infinite;
  will-change: transform;
}

.ticker-set {
  display: flex;
  align-items: center;
  gap: 30px;
  padding-right: 30px;
}

.ticker span {
  font-family: var(--display);
  font-size: clamp(2.5rem, 5vw, 5.2rem);
  font-weight: 760;
  letter-spacing: -0.055em;
  line-height: 1;
  white-space: nowrap;
}

.ticker i {
  position: relative;
  width: 18px;
  height: 18px;
  flex: 0 0 18px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.55);
  border-radius: 50%;
  background: radial-gradient(circle at 34% 28%, #e6e4dc 0 8%, #91938d 36%, #454843 68%, #181a18 100%);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.55), inset 0 0 0 2px rgba(7, 8, 7, 0.3);
  color: transparent;
  font-size: 0;
  font-style: normal;
}

.ticker i::before,
.ticker i::after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 9px;
  height: 1px;
  content: "";
  background: rgba(17, 19, 17, 0.78);
  transform: translate(-50%, -50%) rotate(45deg);
}

.ticker i::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.ticker-toggle {
  position: absolute;
  z-index: 3;
  top: 12px;
  right: 14px;
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  background: radial-gradient(circle at 34% 28%, #ece9df 0 7%, #93958f 34%, #454842 68%, #191b19 100%);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.46), inset 0 0 0 3px rgba(6, 7, 6, 0.28);
  color: #f6f6f1;
  cursor: pointer;
  font-size: 0.66rem;
}

.ticker-toggle:hover {
  border-color: var(--green);
  color: var(--green);
}

.ticker.is-paused .ticker-track {
  animation-play-state: paused !important;
}

@keyframes tickerMove {
  to { transform: translate3d(-50%, 0, 0); }
}

.standard {
  padding: clamp(100px, 13vw, 180px) 0;
  background: var(--black);
}

.standard-grid {
  display: grid;
  grid-template-columns: minmax(380px, 0.85fr) minmax(0, 1fr);
  align-items: center;
  gap: clamp(60px, 10vw, 140px);
}

.standard-visual {
  aspect-ratio: 1;
  display: grid;
  place-items: center;
  overflow: hidden;
  padding: 0;
  border: 1px solid var(--line-dark);
  border-radius: 34px;
  background: #050505;
  box-shadow: 0 35px 90px rgba(0, 0, 0, 0.38);
}

.standard-visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  outline: 1px solid rgba(255, 255, 255, 0.1);
  outline-offset: -1px;
}

.standard-copy .micro-label {
  color: var(--green);
}

.standard-copy h2 {
  max-width: 13ch;
  margin-top: 22px;
  font-size: clamp(2.8rem, 4.4vw, 4.6rem);
  line-height: 1.08;
  text-wrap: balance;
}

.standard-copy > p:not(.micro-label) {
  max-width: 66ch;
  margin: 28px 0 0;
  color: #d7dad3;
  font-size: 1.08rem;
  line-height: 1.76;
}

.standard-proof {
  display: grid;
  grid-template-columns: 72px minmax(0, 1fr);
  align-items: center;
  gap: 24px;
  margin-top: 48px;
  padding-top: 30px;
  border-top: 1px solid var(--line-dark);
}

.equipment-mark {
  width: 72px;
  height: 72px;
  display: block;
  overflow: hidden;
  border: 1px solid rgba(111, 255, 132, 0.82);
  border-radius: 50%;
  background: #10130f;
  box-shadow:
    0 14px 30px rgba(0, 0, 0, 0.32),
    0 0 0 4px rgba(111, 255, 132, 0.07);
}

.equipment-mark img {
  width: 100%;
  height: 100%;
  display: block;
  border-radius: inherit;
  object-fit: cover;
  outline: 1px solid rgba(255, 255, 255, 0.1);
  outline-offset: -1px;
  filter: saturate(0.92) contrast(1.06);
  transform: scale(1.03);
  transition:
    transform 280ms cubic-bezier(0.2, 0, 0, 1),
    filter 280ms cubic-bezier(0.2, 0, 0, 1);
}

.equipment-proof:hover .equipment-mark img {
  filter: saturate(1) contrast(1.1);
  transform: scale(1.08);
}

.standard-proof-copy strong {
  display: block;
  color: #fff;
  font-family: var(--display);
  font-size: clamp(1.25rem, 1.7vw, 1.55rem);
  letter-spacing: -0.02em;
  line-height: 1.2;
  text-wrap: balance;
}

.standard-proof-copy p {
  max-width: 60ch;
  margin: 10px 0 0;
  color: #d7dad3;
  font-size: 1.02rem;
  line-height: 1.74;
  text-wrap: pretty;
}

.advantages {
  padding-bottom: clamp(110px, 13vw, 180px);
}

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

.advantage-grid article {
  min-height: 420px;
  display: flex;
  flex-direction: column;
  padding: clamp(24px, 2.5vw, 34px);
  border-right: 1px solid var(--line-light);
  border-bottom: 1px solid var(--line-light);
}

.advantage-visual {
  width: min(100%, 164px);
  aspect-ratio: 1;
  display: grid;
  place-items: center;
  overflow: hidden;
  margin: 0 0 25px;
  border-radius: 24px;
  background: var(--paper);
}

.advantage-visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  mix-blend-mode: multiply;
  transform: scale(1.04);
  transition: transform 320ms cubic-bezier(0.2, 0.72, 0.2, 1), filter 320ms ease;
}

.advantage-grid article:hover .advantage-visual img {
  filter: saturate(1.06) contrast(1.02);
  transform: scale(1.09) translateY(-2px);
}

.advantage-grid article:nth-child(2) .advantage-visual {
  width: min(100%, 150px);
  margin-left: 7px;
}

.advantage-grid article:nth-child(4) .advantage-visual {
  width: min(100%, 172px);
  margin-left: -5px;
}

.advantage-grid article:nth-child(5) .advantage-visual {
  width: min(100%, 156px);
  margin-left: 5px;
}

.advantage-grid h3 {
  margin-bottom: 0;
  font-family: var(--display);
  font-size: clamp(1.5rem, 1.65vw, 1.78rem);
  font-weight: 680;
  letter-spacing: -0.018em;
  line-height: 1.18;
}

.advantage-grid p {
  margin: 14px 0 0;
  color: var(--muted-dark);
  font-size: 1rem;
  line-height: 1.72;
}

.compact-heading {
  padding-top: clamp(100px, 12vw, 160px);
}

.steps {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  padding: 0;
  margin: 0;
  border-top: 1px solid var(--line-light);
  border-left: 1px solid var(--line-light);
  list-style: none;
}

.steps li {
  min-height: 270px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: clamp(26px, 3vw, 40px);
  border-right: 1px solid var(--line-light);
  border-bottom: 1px solid var(--line-light);
}

.steps > li > span {
  color: var(--copper);
  font-size: 0.68rem;
  font-weight: 900;
}

.steps h3 {
  margin-bottom: 0;
  font-family: var(--display);
  font-size: clamp(1.65rem, 2vw, 2.15rem);
  font-weight: 680;
  letter-spacing: -0.02em;
  line-height: 1.16;
}

.steps p {
  max-width: 46ch;
  margin: 14px 0 0;
  color: var(--muted-dark);
  font-size: 1rem;
  line-height: 1.72;
}

.quote-prep {
  padding: 0 0 clamp(110px, 13vw, 180px);
}

.quote-panel {
  display: grid;
  grid-template-columns: minmax(0, 0.88fr) minmax(420px, 1.12fr);
  gap: clamp(54px, 8vw, 110px);
  padding: clamp(38px, 6vw, 76px);
  border-radius: clamp(24px, 3vw, 38px);
  background:
    radial-gradient(circle at 12% 2%, rgba(130, 237, 141, 0.12), transparent 31%),
    var(--black-soft);
  color: #f5f4ef;
  box-shadow: 0 34px 90px rgba(24, 27, 22, 0.13);
}

.quote-intro .micro-label {
  color: var(--green);
}

.quote-intro h2 {
  max-width: 650px;
  margin: 22px 0 28px;
  font-size: clamp(2.6rem, 3.9vw, 4.1rem);
  line-height: 1.1;
}

.quote-intro > p:not(.micro-label) {
  max-width: 590px;
  margin-bottom: 0;
  color: var(--muted-light);
  color: #d8dbd4;
  font-size: 1.06rem;
  line-height: 1.76;
}

.quote-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
  margin-top: 34px;
}

.quote-primary,
.quote-secondary {
  min-height: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 22px;
  padding: 14px 20px;
  border: 1px solid var(--line-dark);
  border-radius: 999px;
  font-size: 0.84rem;
  font-weight: 750;
  transition: border-color 180ms ease, background 180ms ease, color 180ms ease, transform 180ms ease;
}

.quote-primary {
  border-color: var(--green);
  background: var(--green);
  color: var(--ink);
}

.quote-primary i {
  font-style: normal;
}

.quote-primary:hover {
  background: var(--green-strong);
  transform: translateY(-2px);
}

.quote-secondary:hover {
  border-color: var(--green);
  color: var(--green);
}

.contact-form {
  margin-top: 34px;
}

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

.form-field {
  display: grid;
  gap: 7px;
  color: #f5f4ef;
  font-size: 0.84rem;
  font-weight: 700;
  line-height: 1.45;
}

.form-field--full {
  grid-column: 1 / -1;
}

.form-field input,
.form-field select,
.form-field textarea {
  width: 100%;
  min-height: 48px;
  padding: 12px 13px;
  border: 1px solid rgba(245, 244, 239, 0.46);
  border-radius: 10px;
  background: #f5f4ef;
  color: #171914;
  font: inherit;
  font-weight: 550;
  transition: border-color 180ms ease, box-shadow 180ms ease, background-color 180ms ease;
}

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

.form-field input:focus,
.form-field select:focus,
.form-field textarea:focus {
  border-color: var(--green-strong);
  background: #fff;
  box-shadow: 0 0 0 3px rgba(130, 237, 141, 0.35);
}

.form-field input[aria-invalid="true"],
.form-field select[aria-invalid="true"],
.form-field textarea[aria-invalid="true"] {
  border-color: #bf402b;
  box-shadow: 0 0 0 3px rgba(191, 64, 43, 0.38);
}

.form-check {
  position: relative;
  display: grid;
  grid-template-columns: 22px minmax(0, 1fr);
  align-items: start;
  gap: 10px;
}

.form-consent {
  display: grid;
  min-height: 44px;
  align-items: center;
  cursor: pointer;
}

.form-check input {
  width: 22px;
  min-height: 22px;
  margin-top: 1px;
  accent-color: var(--green);
}

.form-consent input {
  margin-top: 0;
}

.form-check .field-error {
  grid-column: 2;
}

.field-error {
  min-height: 1.25em;
  color: #ffd5c9;
  font-size: 0.78rem;
  font-weight: 650;
  line-height: 1.4;
}

.field-error:empty {
  visibility: hidden;
}

.form-note {
  margin: 16px 0 0;
  color: #d8dbd4;
  font-size: 0.84rem;
  line-height: 1.6;
}

.form-status {
  min-height: 1.5em;
  margin: 14px 0 0;
  color: #bdf5c3;
  font-size: 0.88rem;
  font-weight: 700;
  line-height: 1.55;
}

.form-status a {
  color: inherit;
  text-decoration: underline;
  text-underline-offset: 0.16em;
}

.form-trap {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip-path: inset(50%);
  white-space: nowrap;
}

@media (max-width: 620px) {
  .contact-form__grid {
    grid-template-columns: 1fr;
  }

  .form-field--full {
    grid-column: auto;
  }
}

.quote-checklist {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-content: stretch;
  padding: 0;
  margin: 0;
  border-top: 1px solid var(--line-dark);
  border-left: 1px solid var(--line-dark);
  list-style: none;
}

.quote-checklist li {
  min-height: 210px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: clamp(24px, 3vw, 34px);
  border-right: 1px solid var(--line-dark);
  border-bottom: 1px solid var(--line-dark);
}

.quote-checklist > li > span {
  color: var(--copper);
  font-size: 0.67rem;
  font-weight: 900;
}

.quote-checklist h3 {
  margin-bottom: 0;
  font-family: var(--display);
  font-size: clamp(1.55rem, 1.75vw, 1.9rem);
  font-weight: 680;
  letter-spacing: -0.018em;
  line-height: 1.16;
}

.quote-checklist p {
  margin: 10px 0 0;
  color: #d4d8d0;
  font-size: 0.98rem;
  line-height: 1.7;
}

.steps > li > span,
.quote-checklist > li > span {
  position: relative;
  width: 20px;
  height: 20px;
  flex: 0 0 20px;
  overflow: hidden;
  border: 1px solid rgba(82, 84, 79, 0.72);
  border-radius: 50%;
  background: radial-gradient(circle at 34% 28%, #f0ede4 0 8%, #a3a49e 34%, #565953 67%, #20221f 100%);
  box-shadow: 0 3px 8px rgba(27, 24, 19, 0.26), inset 0 0 0 2px rgba(18, 20, 17, 0.22);
  color: transparent;
  font-size: 0;
}

.steps > li > span::before,
.steps > li > span::after,
.quote-checklist > li > span::before,
.quote-checklist > li > span::after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 10px;
  height: 1px;
  content: "";
  background: rgba(20, 22, 19, 0.78);
  transform: translate(-50%, -50%) rotate(45deg);
}

.steps > li > span::after,
.quote-checklist > li > span::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.quote-checklist > li > span {
  border-color: rgba(255, 255, 255, 0.48);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.44), inset 0 0 0 2px rgba(5, 7, 5, 0.3);
}

.location-list > a > span {
  position: relative;
  width: 20px;
  height: 20px;
  display: grid;
  flex: 0 0 20px;
  place-items: center;
  overflow: hidden;
  border: 1px solid rgba(228, 226, 216, 0.68);
  border-radius: 50%;
  background: radial-gradient(circle at 34% 28%, #f0ede4 0 8%, #a3a49e 34%, #565953 67%, #20221f 100%);
  box-shadow: 0 3px 8px rgba(20, 18, 15, 0.34), inset 0 0 0 2px rgba(18, 20, 17, 0.22);
}

.concept-label > span:first-child,
.solution-grid a > span,
.steps > li > span,
.quote-checklist > li > span,
.location-list > a > span {
  --torx-size: 9px;
  color: transparent !important;
  font-size: 0 !important;
  text-shadow: none;
}

.concept-label > span:first-child,
.solution-grid a > span {
  --torx-size: 12px;
}

.concept-label > span:first-child::before,
.solution-grid a > span::before,
.steps > li > span::before,
.quote-checklist > li > span::before,
.location-list > a > span::before,
.ticker i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  width: var(--torx-size, 9px);
  height: var(--torx-size, 9px);
  content: "";
  background: rgba(18, 20, 17, 0.86);
  clip-path: polygon(50% 0, 61% 29%, 91% 23%, 72% 50%, 91% 77%, 61% 71%, 50% 100%, 39% 71%, 9% 77%, 28% 50%, 9% 23%, 39% 29%);
  transform: translate(-50%, -50%);
}

.concept-label > span:first-child::after,
.solution-grid a > span::after,
.steps > li > span::after,
.quote-checklist > li > span::after,
.location-list > a > span::after,
.ticker i::after {
  display: none;
}

.mobile-contact-bar {
  display: none;
}

.location-list {
  border-top: 1px solid var(--line-light);
}

.location-list a {
  display: grid;
  grid-template-columns: 70px minmax(0, 1fr) auto 42px;
  align-items: center;
  gap: 28px;
  min-height: 190px;
  padding: 28px 22px;
  border-bottom: 1px solid var(--line-light);
  transition: padding 180ms ease, background 180ms ease;
}

.location-list a:hover {
  padding-right: 32px;
  padding-left: 32px;
  background: var(--paper-deep);
}

.location-list > a > span {
  color: var(--copper);
  font-size: 0.68rem;
  font-weight: 900;
}

.location-list small {
  color: var(--muted-dark);
  font-size: 0.82rem;
  font-weight: 750;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.location-list h3 {
  margin: 13px 0 0;
  font-family: var(--display);
  font-size: clamp(1.8rem, 2.65vw, 2.8rem);
  font-weight: 700;
  letter-spacing: -0.025em;
  line-height: 1.1;
}

.location-list > a > strong {
  font-size: 0.96rem;
}

.location-list > a > i {
  font-style: normal;
}

.opening-note {
  margin: 18px 0 0;
  color: var(--muted-dark);
  font-size: 0.86rem;
  text-align: right;
}

.contact {
  padding: clamp(100px, 13vw, 180px) 0;
  background: var(--green);
  color: var(--ink);
}

.contact-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(360px, 0.56fr);
  align-items: end;
  gap: clamp(60px, 10vw, 140px);
}

.contact .micro-label {
  color: rgba(16, 18, 15, 0.64);
}

.contact h2 {
  max-width: 860px;
  margin-top: 22px;
  font-size: clamp(2.8rem, 4.7vw, 5rem);
  line-height: 1.08;
}

.contact-actions {
  display: grid;
}

.contact-topics {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin-bottom: 22px;
}

.contact-topics span {
  padding: 8px 12px;
  border: 1px solid rgba(16, 18, 15, 0.34);
  border-radius: 999px;
  color: rgba(16, 18, 15, 0.78);
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: none;
}

.contact-actions a {
  position: relative;
  display: grid;
  gap: 5px;
  padding: 24px 46px 24px 0;
  border-bottom: 1px solid rgba(16, 18, 15, 0.34);
}

.contact-actions a:first-child {
  border-top: 1px solid rgba(16, 18, 15, 0.34);
}

.contact-actions span {
  color: rgba(16, 18, 15, 0.62);
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: none;
}

.contact-actions strong {
  font-size: clamp(1.25rem, 2.2vw, 1.8rem);
}

.contact-actions i {
  position: absolute;
  top: 50%;
  right: 4px;
  font-style: normal;
  transform: translateY(-50%);
  transition: transform 180ms ease;
}

.contact-actions a:hover i {
  transform: translate(5px, -5px);
}

footer {
  padding: clamp(68px, 8vw, 104px) 0 28px;
  background: var(--black);
}

.consent-banner,
.consent-dialog {
  z-index: 20;
  border: 1px solid var(--line-dark);
  box-shadow: 0 22px 58px rgba(0, 0, 0, 0.38);
}

.consent-banner {
  position: fixed;
  right: 20px;
  bottom: 20px;
  left: 20px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 20px;
  max-width: 900px;
  min-height: 44px;
  padding: 20px;
  margin-inline: auto;
  color: #f7f6f1;
  background: var(--black-soft);
  border-radius: 18px;
}

.consent-banner strong,
.consent-dialog h2 {
  display: block;
  margin: 0 0 4px;
  font-size: 1rem;
}

.consent-banner p,
.consent-dialog p {
  max-width: 62ch;
  margin: 0;
  color: var(--muted-light);
  font-size: 0.88rem;
}

.consent-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
}

.consent-button,
.consent-link,
.consent-close {
  min-height: 44px;
  border: 1px solid var(--line-dark);
  border-radius: 999px;
  color: #f7f6f1;
  background: transparent;
  font: inherit;
  font-size: 0.82rem;
  font-weight: 750;
  cursor: pointer;
}

.consent-button {
  padding: 10px 16px;
}

.consent-button:hover,
.consent-button:focus-visible {
  color: var(--ink);
  background: var(--green);
  border-color: var(--green);
}

.consent-link {
  padding: 10px 8px;
  border-color: transparent;
  text-decoration: underline;
  text-underline-offset: 0.18em;
}

.consent-dialog {
  position: fixed;
  right: 20px;
  bottom: 20px;
  left: 20px;
  width: min(620px, calc(100% - 40px));
  min-height: 44px;
  padding: 24px;
  margin-inline: auto;
  color: #f7f6f1;
  background: var(--black);
  border-radius: var(--radius);
}

.consent-dialog__header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
}

.consent-close {
  display: grid;
  width: 44px;
  padding: 0;
  place-items: center;
  font-size: 1.4rem;
}

.consent-dialog .consent-actions {
  margin-top: 20px;
}

@media (max-width: 680px) {
  .consent-banner {
    grid-template-columns: 1fr;
    right: 12px;
    bottom: 12px;
    left: 12px;
  }

  .consent-actions > * {
    flex: 1 1 100%;
  }
}

.footer-main {
  display: grid;
  grid-template-columns: minmax(240px, 1.35fr) repeat(3, minmax(150px, 0.65fr));
  gap: clamp(38px, 6vw, 88px);
  padding-bottom: clamp(55px, 7vw, 82px);
}

.footer-intro p {
  max-width: 260px;
  margin: 27px 0 0;
  color: var(--muted-light);
  font-size: 0.96rem;
  line-height: 1.72;
}

.footer-column {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  gap: 12px;
}

.footer-column > strong {
  margin-bottom: 8px;
  color: #f5f4ef;
  font-size: 0.82rem;
  letter-spacing: 0.04em;
  text-transform: none;
}

.footer-column a,
.footer-column p {
  margin: 0;
  color: var(--muted-light);
  font-size: 0.92rem;
  line-height: 1.72;
}

.footer-column a {
  transition: color 170ms ease;
}

.footer-column a:hover {
  color: var(--green);
}

.footer-cookie-settings {
  min-height: 44px;
  padding: 8px 0;
  border: 0;
  color: var(--muted-light);
  background: transparent;
  font: inherit;
  font-size: 0.92rem;
  text-decoration: underline;
  text-underline-offset: 0.18em;
  cursor: pointer;
}

.footer-direct a {
  color: #f5f4ef;
  font-size: 0.94rem;
  font-weight: 700;
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  padding-top: 26px;
  border-top: 1px solid var(--line-dark);
}

.footer-bottom p {
  margin: 0;
  color: var(--muted-light);
  font-size: 0.82rem;
}

.reveal-ready {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 650ms ease, transform 650ms cubic-bezier(0.2, 0.72, 0.2, 1);
}

.reveal-ready.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 1280px) {
  .advantage-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .advantage-grid article {
    min-height: 390px;
  }
}

@media (max-width: 1060px) {
  .topbar {
    grid-template-columns: auto auto 1fr;
  }

  .menu-button {
    display: inline-flex;
  }

  .nav {
    position: fixed;
    top: 99px;
    right: 18px;
    left: 18px;
    display: grid;
    gap: 0;
    padding: 12px 24px 24px;
    border: 1px solid var(--line-dark);
    border-radius: 25px;
    background: rgba(9, 10, 9, 0.97);
    box-shadow: 0 30px 70px rgba(0, 0, 0, 0.42);
    transform: translateY(-135%);
    visibility: hidden;
    transition: transform 210ms ease, visibility 210ms ease;
  }

  .nav.open {
    transform: translateY(0);
    visibility: visible;
  }

  .nav a {
    padding: 17px 0;
    border-bottom: 1px solid var(--line-dark);
    color: #fff;
    font-size: 1rem;
  }

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

  .top-actions {
    justify-self: end;
  }

  .hero-grid {
    grid-template-columns: minmax(0, 1fr) minmax(230px, 0.35fr);
  }

  .standard-grid {
    grid-template-columns: minmax(320px, 0.7fr) minmax(0, 1fr);
    gap: 60px;
  }

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

  .footer-main {
    grid-template-columns: minmax(240px, 1fr) repeat(3, minmax(130px, 0.6fr));
    gap: 34px;
  }
}

@media (max-width: 800px) {
  html {
    scroll-padding-bottom: calc(90px + env(safe-area-inset-bottom));
  }

  .section-shell {
    width: min(calc(100% - 34px), var(--shell));
  }

  .phone-pill {
    display: none;
  }

  .top-hours {
    display: none;
  }

  .hero {
    min-height: 850px;
    height: auto;
  }

  .hero-image {
    object-position: center;
  }

  .hero-shade {
    background:
      linear-gradient(90deg, rgba(4, 6, 5, 0.91), rgba(4, 6, 5, 0.4)),
      linear-gradient(0deg, rgba(4, 5, 4, 0.88) 0%, transparent 65%);
  }

  .hero-grid {
    width: min(calc(100% - 34px), var(--shell));
    grid-template-columns: 1fr;
    margin-top: 170px;
    margin-bottom: 54px;
  }

  .hero-note {
    display: none;
  }

  .hero-stats {
    width: min(calc(100% - 34px), var(--shell));
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .hero-stats article:nth-child(3) {
    border-left: 1px solid rgba(255, 255, 255, 0.18);
  }

  .statement-grid,
  .quick-heading,
  .gallery-heading,
  .editorial-heading,
  .standard-grid,
  .quote-panel,
  .contact-grid {
    grid-template-columns: 1fr;
  }

  .statement-grid,
  .quick-heading,
  .gallery-heading,
  .editorial-heading,
  .contact-grid {
    gap: 30px;
  }

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

  .statement-grid > div > p {
    margin-left: 0;
  }

  .gallery-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-rows: auto;
  }

  .gallery-featured {
    grid-row: auto;
    grid-column: 1 / -1;
    min-height: 440px !important;
  }

  .bento-card,
  .bento-card:nth-child(4),
  .bento-card:nth-child(5),
  .bento-card:nth-child(6) {
    grid-column: span 6;
  }

  .bento-lead {
    grid-column: 1 / -1;
    grid-row: auto;
    min-height: 500px;
  }

  .standard-visual {
    width: min(100%, 590px);
  }

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

  .steps li {
    min-height: 210px;
  }

  .quote-panel {
    gap: 48px;
  }

  .mobile-contact-bar {
    position: fixed;
    z-index: 70;
    right: 10px;
    bottom: calc(10px + env(safe-area-inset-bottom));
    left: 10px;
    display: grid;
    grid-template-columns: 0.85fr 1.15fr;
    gap: 6px;
    padding: 6px;
    border: 1px solid rgba(255, 255, 255, 0.17);
    border-radius: 999px;
    background: rgba(9, 10, 9, 0.91);
    box-shadow: 0 16px 50px rgba(0, 0, 0, 0.35);
    backdrop-filter: blur(18px);
  }

  .mobile-contact-bar a {
    min-height: 48px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 18px;
    padding: 10px 17px;
    border-radius: 999px;
    color: #f5f4ef;
    font-size: 0.82rem;
    font-weight: 750;
  }

  .mobile-contact-bar a:last-child {
    background: var(--green);
    color: var(--ink);
  }

  .mobile-contact-bar i {
    font-style: normal;
  }

  body {
    padding-bottom: calc(76px + env(safe-area-inset-bottom));
  }

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

  .footer-main {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 560px) {
  .topbar {
    top: 10px;
    width: calc(100% - 20px);
    min-height: 62px;
    grid-template-columns: auto 1fr auto;
    gap: 9px;
    padding: 8px 10px 8px 15px;
  }

  .wordmark {
    gap: 8px;
  }

  .wordmark strong {
    font-size: 0.84rem;
  }

  .wordmark small {
    font-size: 0.64rem;
    letter-spacing: 0.09em;
  }

  .e-mark {
    width: 25px;
    height: 26px;
  }

  .e-mark i {
    height: 3px;
  }

  .top-actions {
    gap: 1px;
  }

  .language button {
    width: 30px;
    height: 30px;
  }

  .menu-button {
    width: 40px;
    height: 40px;
  }

  .nav {
    top: 82px;
    right: 10px;
    left: 10px;
  }

  .hero {
    min-height: 890px;
  }

  .hero-grid {
    margin-top: 135px;
    padding-top: 0;
  }

  .hero h1 {
    font-size: clamp(2.7rem, 10.5vw, 3.5rem);
    line-height: 1.08;
  }

  .hero-lead {
    max-width: 330px;
  }

  .hero-buttons {
    display: grid;
  }

  .cta {
    width: 100%;
  }

  .hero-stats article {
    min-height: 100px;
    padding: 16px;
  }

  .hero-stats strong {
    font-size: 1.6rem;
  }

  .statement h2,
  .quick-heading h2,
  .gallery-heading h2,
  .editorial-heading h2,
  .standard-copy h2,
  .contact h2 {
    font-size: clamp(2.3rem, 8.8vw, 3.1rem);
    line-height: 1.12;
  }

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

  .bento-card,
  .bento-card:nth-child(4),
  .bento-card:nth-child(5),
  .bento-card:nth-child(6),
  .bento-lead {
    grid-column: auto;
    min-height: 270px;
  }

  .bento-lead {
    min-height: 440px;
  }

  .quote-panel {
    padding: 28px 20px;
  }

  .quote-intro h2 {
    font-size: clamp(2.25rem, 8.4vw, 2.9rem);
    line-height: 1.12;
  }

  .quote-actions {
    display: grid;
  }

  .quote-primary,
  .quote-secondary {
    width: 100%;
  }

  .quote-checklist {
    grid-template-columns: 1fr;
  }

  .quote-checklist li {
    min-height: 180px;
  }

  .pallet-art {
    top: 11%;
    width: 67%;
  }

  .standard-grid {
    gap: 48px;
  }

  .standard-proof {
    grid-template-columns: 64px minmax(0, 1fr);
    gap: 18px;
  }

  .equipment-mark {
    width: 64px;
    height: 64px;
  }

  .location-list a {
    grid-template-columns: 32px 1fr 28px;
    gap: 14px;
    min-height: 170px;
    padding: 24px 5px;
  }

  .location-list > a > strong {
    display: none;
  }

  .location-list h3 {
    font-size: 1.72rem;
  }

  .opening-note {
    text-align: left;
  }

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

  .gallery-featured {
    grid-column: auto;
    min-height: 310px !important;
  }

  .gallery-grid figure {
    min-height: 260px;
  }

  .solution-grid,
  .advantage-grid,
  .footer-main {
    grid-template-columns: 1fr;
  }

  .solution-grid a {
    min-height: 235px;
    padding: 22px;
  }

  .advantage-grid article {
    min-height: 315px;
  }

  .fact-visual {
    width: min(100%, 184px);
    border-radius: 22px;
  }

  .footer-bottom {
    align-items: flex-start;
    flex-direction: column;
    gap: 8px;
  }
}

.service-facts article {
  justify-content: flex-end;
  min-height: 390px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(16, 18, 15, 0.035) 100%);
}

.fact-visual {
  width: min(100%, 164px);
  aspect-ratio: 1;
  overflow: hidden;
  margin: 0 0 auto;
  border-radius: 24px;
  background: #ece9e1;
  box-shadow:
    0 18px 38px rgba(16, 18, 15, 0.08),
    inset 0 1px 0 rgba(255, 255, 255, 0.8);
}

.fact-visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  outline: 1px solid rgba(0, 0, 0, 0.1);
  outline-offset: -1px;
  transition: transform 320ms cubic-bezier(0.2, 0.72, 0.2, 1), filter 320ms ease;
}

.service-facts article:hover .fact-visual img {
  filter: saturate(1.04) contrast(1.02);
  transform: scale(1.045);
}

.service-token {
  display: grid;
  width: fit-content;
  min-width: 76px;
  min-height: 76px;
  place-items: center;
  margin: 0 0 auto;
  padding: 12px;
  border: 1px solid rgba(16, 18, 15, 0.18);
  border-radius: 22px;
  color: var(--green-dark);
  font-family: var(--display);
  font-size: clamp(1.45rem, 2vw, 2rem);
  font-variant-numeric: tabular-nums;
  line-height: 1;
  box-shadow:
    0 16px 34px rgba(16, 18, 15, 0.06),
    inset 0 1px 0 rgba(255, 255, 255, 0.7);
}

.faq-section {
  padding-bottom: clamp(100px, 12vw, 160px);
}

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

.faq-grid details {
  min-height: 210px;
  padding: clamp(24px, 3vw, 38px);
  border-right: 1px solid var(--line-light);
  border-bottom: 1px solid var(--line-light);
  background: rgba(255, 255, 255, 0.18);
}

.faq-grid summary {
  position: relative;
  min-height: 44px;
  padding-right: 54px;
  cursor: pointer;
  font-family: var(--display);
  font-size: clamp(1.25rem, 2vw, 1.75rem);
  font-weight: 680;
  letter-spacing: -0.025em;
  line-height: 1.2;
  list-style: none;
  text-wrap: balance;
}

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

.faq-grid summary::after {
  position: absolute;
  top: 0;
  right: 0;
  display: grid;
  width: 40px;
  height: 40px;
  place-items: center;
  border: 1px solid rgba(16, 18, 15, 0.18);
  border-radius: 50%;
  content: "+";
  font-size: 1.3rem;
  transition: rotate 180ms cubic-bezier(0.2, 0.72, 0.2, 1), background-color 180ms ease;
}

.faq-grid details[open] summary::after {
  background: var(--green);
  rotate: 45deg;
}

.faq-grid details p {
  max-width: 52ch;
  margin: 24px 0 0;
  color: var(--muted-dark);
  line-height: 1.72;
  text-wrap: pretty;
}

.footer-operator {
  color: rgba(255, 255, 255, 0.56) !important;
  font-size: 0.82rem !important;
}

.cta:active,
.solution-grid a:active,
.bento-card:active,
.quote-primary:active,
.quote-secondary:active,
.location-list a:active,
.contact-actions a:active,
.mobile-contact-bar a:active {
  scale: 0.96;
}

@media (max-width: 800px) {
  .faq-grid {
    grid-template-columns: 1fr;
  }

  .faq-grid details {
    min-height: auto;
  }
}

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

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

  .reveal-ready {
    opacity: 1;
    transform: none;
  }

  .ticker-track {
    animation-duration: 40s !important;
    animation-iteration-count: infinite !important;
  }
}

/* Consent: atrybut hidden musi miec pierwszenstwo przed display z komponentu */
[data-consent-banner][hidden],
[data-consent-dialog][hidden] {
  display: none !important;
}


/* Consent hotfix 2026-08-05: hidden zawsze wygrywa z display komponentu */
[data-consent-banner][hidden],
[data-consent-dialog][hidden] {
  display: none !important;
}
