/* TAUR Frigo — industrial cold-store, Chișinău
   Pairing: Oswald (condensed grotesque) + Source Serif 4
   Accent: frost cyan on near-black / cold navy. No rounded SaaS chrome. */

:root {
  --void: #080c10;
  --navy: #0c141b;
  --panel: #10181f;
  --ice: #eef3f5;
  --mist: #8b9aa4;
  --line: #1c2a33;
  --line-strong: #2a3d48;
  --frost: #7ec9ce;
  --frost-dim: #1c3d41;
  --ink: #080c10;
  --wrap: 1120px;
  --gutter: clamp(20px, 4vw, 48px);
  --header-h: 64px;
  --taur-red: #c41218;
  --cherish: #9b1b30;
  --display: "Oswald", "Arial Narrow", "Nimbus Sans Narrow", sans-serif;
  --serif: "Source Serif 4", "Iowan Old Style", "Georgia", "Liberation Serif", serif;
}

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

html {
  color-scheme: dark;
  scroll-behavior: smooth;
  overflow-x: clip;
}

@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;
  }
}

body {
  margin: 0;
  min-height: 100vh;
  overflow-x: clip;
  font-family: var(--serif);
  font-size: 1.0625rem;
  font-weight: 400;
  line-height: 1.55;
  color: var(--ice);
  background: var(--void);
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

/* warehouse floor joints + cold vignette */
body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background:
    radial-gradient(1200px 700px at 80% -10%, rgba(126, 201, 206, 0.07), transparent 55%),
    radial-gradient(900px 500px at 0% 100%, rgba(126, 201, 206, 0.04), transparent 50%),
    linear-gradient(rgba(126, 201, 206, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(126, 201, 206, 0.035) 1px, transparent 1px);
  background-size: auto, auto, 80px 80px, 80px 80px;
}

/* grain */
body::after {
  content: "";
  position: fixed;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  opacity: 0.045;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='160' height='160'><filter id='n'><feTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='2' stitchTiles='stitch'/></filter><rect width='100%' height='100%' filter='url(%23n)' opacity='0.9'/></svg>");
  mix-blend-mode: overlay;
}

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

a {
  color: var(--frost);
  text-decoration-thickness: 1px;
  text-underline-offset: 0.18em;
}

a:hover { color: var(--ice); }

:focus-visible {
  outline: 1px solid var(--frost);
  outline-offset: 3px;
}

.wrap {
  width: min(var(--wrap), calc(100% - 2 * var(--gutter)));
  margin-inline: auto;
  position: relative;
  z-index: 2;
}

.kicker {
  margin: 0 0 0.85rem;
  font-family: var(--display);
  font-size: 0.72rem;
  font-weight: 500;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: var(--frost);
}

/* ——— i18n: text nodes, html[lang] switches visibility ——— */
[data-lang="ru"],
[data-lang="en"] { display: none; }

html[lang="ro"] [data-lang="ru"],
html[lang="ro"] [data-lang="en"] { display: none; }

html[lang="ru"] [data-lang="ro"],
html[lang="ru"] [data-lang="en"] { display: none; }
html[lang="ru"] span[data-lang="ru"] { display: inline; }
html[lang="ru"] p[data-lang="ru"],
html[lang="ru"] h1[data-lang="ru"],
html[lang="ru"] h2[data-lang="ru"],
html[lang="ru"] h3[data-lang="ru"],
html[lang="ru"] li[data-lang="ru"],
html[lang="ru"] div[data-lang="ru"],
html[lang="ru"] address[data-lang="ru"] { display: block; }
html[lang="ru"] a[data-lang="ru"] { display: inline; }

html[lang="en"] [data-lang="ro"],
html[lang="en"] [data-lang="ru"] { display: none; }
html[lang="en"] span[data-lang="en"] { display: inline; }
html[lang="en"] p[data-lang="en"],
html[lang="en"] h1[data-lang="en"],
html[lang="en"] h2[data-lang="en"],
html[lang="en"] h3[data-lang="en"],
html[lang="en"] li[data-lang="en"],
html[lang="en"] div[data-lang="en"],
html[lang="en"] address[data-lang="en"] { display: block; }
html[lang="en"] a[data-lang="en"] { display: inline; }

span[data-lang="ro"] { display: inline; }
p[data-lang="ro"],
h1[data-lang="ro"],
h2[data-lang="ro"],
h3[data-lang="ro"],
div[data-lang="ro"],
address[data-lang="ro"] { display: block; }

h1 span[data-lang="ro"] { display: block; }
h1 span[data-lang="ru"],
h1 span[data-lang="en"] { display: none; }
html[lang="ru"] h1 span[data-lang="ro"],
html[lang="ru"] h1 span[data-lang="en"] { display: none; }
html[lang="ru"] h1 span[data-lang="ru"] { display: block; }
html[lang="en"] h1 span[data-lang="ro"],
html[lang="en"] h1 span[data-lang="ru"] { display: none; }
html[lang="en"] h1 span[data-lang="en"] { display: block; }

/* ——— header ——— */
.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  overflow: hidden;
  height: var(--header-h);
  border-bottom: 1px solid var(--line);
  background: color-mix(in srgb, var(--void) 88%, transparent);
  backdrop-filter: blur(10px);
}

.site-header .wrap {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 0.85rem 1rem;
}

.est {
  font-family: var(--display);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.32em;
  color: var(--taur-red);
  white-space: nowrap;
  flex: 0 0 auto;
  display: inline-block;
}

.site-header .lang {
  margin-left: auto;
}

.brand {
  display: flex;
  align-items: center;
  gap: 0.7rem;
  color: var(--ice);
  text-decoration: none;
}

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

.brand .lockup {
  height: 36px;
  width: auto;
  flex: 0 0 auto;
}

.frigo-tag {
  font-family: var(--display);
  font-weight: 400;
  font-size: 0.62rem;
  letter-spacing: 0.38em;
  color: var(--mist);
  margin-left: 0.15rem;
}

.wordmark {
  display: flex;
  flex-direction: column;
  line-height: 0.92;
}

.wordmark b {
  font-family: var(--display);
  font-weight: 600;
  font-size: 1.05rem;
  letter-spacing: 0.18em;
  font-style: normal;
}

.wordmark span {
  font-family: var(--display);
  font-weight: 400;
  font-size: 0.62rem;
  letter-spacing: 0.38em;
  color: var(--mist);
}

.lang {
  display: flex;
  align-items: stretch;
  border: 1px solid var(--line-strong);
}

.lang button {
  appearance: none;
  background: transparent;
  color: var(--mist);
  border: 0;
  margin: 0;
  padding: 0.4rem 0.55rem;
  font-family: var(--display);
  font-size: 0.72rem;
  font-weight: 500;
  letter-spacing: 0.16em;
  cursor: pointer;
}

.lang button + button {
  border-left: 1px solid var(--line-strong);
}

.lang button[aria-pressed="true"] {
  background: var(--ice);
  color: var(--ink);
}

.lang button:hover:not([aria-pressed="true"]) {
  color: var(--ice);
}

/* ——— hero ——— */
.hero {
  position: relative;
  z-index: 2;
  padding: 2.4rem 0 3.2rem;
  border: 0;
  min-height: 0;
}

#hero {
  display: grid;
  gap: 1.5rem;
  align-items: start;
  grid-template-columns: 1fr;
}

.hero-lead {
  min-width: 0;
}

.hero-pin,
.hero-steps,
.hero-step {
  display: none;
}

.hero-grid {
  display: grid;
  gap: 2.2rem;
  align-items: center;
}

.hero h1 {
  margin: 0 0 0.85rem;
  font-family: var(--display);
  font-weight: 500;
  font-size: clamp(2.1rem, 6.4vw, 3.6rem);
  line-height: 1.02;
  letter-spacing: -0.02em;
  text-wrap: balance;
  color: var(--ink);
}

.hero-sub {
  margin: 0 0 0.55rem;
  font-size: 1.05rem;
  color: var(--ice);
}

.hero-copy[data-hero-copy="price"] .hero-sub {
  font-family: var(--display);
  font-size: clamp(1.15rem, 2.4vw, 1.55rem);
  font-weight: 600;
  color: var(--ink);
}

.hero-copy[data-hero-copy="price"] .hero-quiet {
  margin: 0 0 0.55rem;
  font-size: 1.05rem;
  color: var(--mist);
}

.heritage {
  margin: 0 0 1rem;
  font-family: var(--display);
  font-style: normal;
  font-size: clamp(1.15rem, 2.5vw, 1.48rem);
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 1.25;
  color: var(--ink);
}

.heritage strong {
  font-weight: 600;
  color: var(--frost);
}

.heritage .years {
  font-weight: 600;
  letter-spacing: 0.08em;
  color: var(--frost);
}

.heritage .years::before {
  content: "·";
  margin: 0 0.55em;
  color: var(--frost);
}

.hero-check {
  margin: 0 0 1.35rem;
  font-size: 1.05rem;
  color: var(--ice);
}

.cta {
  display: inline-flex;
  align-items: center;
  gap: 0.65rem;
  padding: 0.85rem 1.15rem;
  background: var(--ice);
  color: var(--ink);
  text-decoration: none;
  font-family: var(--display);
  font-size: 0.82rem;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  border: 1px solid var(--ice);
}

.cta:hover {
  background: var(--frost);
  border-color: var(--frost);
  color: var(--ink);
}

.cta svg {
  width: 14px;
  height: 14px;
}

.hero-copy {
  display: none;
}

.hero-copy.is-on {
  display: block;
}

.hero-bars {
  display: flex;
  gap: 5px;
  margin: 0 0 1.7rem;
}

.hero-bar {
  flex: 1;
  height: 3px;
  background: color-mix(in srgb, var(--ink) 18%, transparent);
  overflow: hidden;
}

.hero-bar i {
  display: block;
  width: 0;
  height: 100%;
  background: var(--ink);
}

.hero-bar.is-done i {
  width: 100%;
  animation: none;
}

.hero-bar.is-on i {
  width: 0;
  animation: hero-bar-fill 2s linear forwards;
}

@keyframes hero-bar-fill {
  from { width: 0; }
  to { width: 100%; }
}

.hero-stage {
  justify-self: stretch;
  align-self: start;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  height: auto;
  position: relative;
  overflow: hidden;
  background: #1a1a1a;
  cursor: default;
  user-select: none;
}
.hero-stage video {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  background: #1a1a1a;
}
.hero-stage.is-dragging {
  cursor: grabbing;
}

.hero-slide {
  position: absolute;
  inset: 0;
  overflow: visible;
  opacity: 0;
  transform: scale(0.98);
  transition: opacity 1s ease-in-out, transform 1s ease-in-out;
}

.hero-slide.is-on {
  opacity: 1;
  transform: scale(1);
}

.hero-slide img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}

.hero-slide[data-slide="bull"] img {
  object-fit: contain;
  padding: 0;
  filter: drop-shadow(0 0 28px rgba(200, 30, 30, 0.18));
}

.hero-slide:not([data-slide="bull"]) img {
  filter: none;
}
.hero-slide[data-slide="building"] img,
.hero-slide[data-slide="compressors"] img {
  object-fit: cover;
  object-position: center;
}

@keyframes frost-breathe {
  0%, 100% { filter: drop-shadow(0 0 0 transparent); }
  50% { filter: drop-shadow(0 0 18px rgba(126, 201, 206, 0.18)); }
}

/* ——— specs plate (inside hero, under banner) ——— */
.hero .specs-grid {
  margin-top: 1.6rem;
  padding-top: 0.15rem;
  border-top: 1px solid var(--line);
}

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

.spec {
  padding: 0.85rem 0;
  border-bottom: 1px solid var(--line);
}

.spec:nth-child(odd) { padding-right: 1rem; }
.spec:nth-child(even) {
  padding-left: 1rem;
  border-left: 1px solid var(--line);
}

.spec:nth-last-child(-n + 2) { border-bottom: 0; }

.spec .label {
  display: block;
  font-family: var(--display);
  font-size: 0.68rem;
  font-weight: 500;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--mist);
  margin-bottom: 0.4rem;
}

.spec .value {
  display: block;
  font-family: var(--display);
  font-weight: 500;
  font-size: clamp(1.15rem, 3.4vw, 1.65rem);
  line-height: 1.15;
  letter-spacing: 0.01em;
}

.spec .note {
  display: block;
  margin-top: 0.28rem;
  font-family: var(--serif);
  font-size: 0.85rem;
  color: var(--mist);
}

/* ——— sections ——— */
.section {
  padding: 0;
  border: 0;
}



.section h2 {
  margin: 0 0 1.6rem;
  font-family: var(--display);
  font-weight: 500;
  font-size: clamp(1.6rem, 4.2vw, 2.35rem);
  line-height: 1.12;
  letter-spacing: -0.01em;
  max-width: 24ch;
  text-wrap: balance;
}

.who-grid {
  display: grid;
  gap: 0;
  border-top: 1px solid var(--line);
}

.who {
  padding: 1.4rem 0 1.5rem;
  border-bottom: 1px solid var(--line);
}

.who .bay {
  font-family: var(--display);
  font-size: 0.7rem;
  letter-spacing: 0.22em;
  color: var(--frost);
  margin-bottom: 0.55rem;
}

.who h3 {
  margin: 0 0 0.45rem;
  font-family: var(--display);
  font-weight: 500;
  font-size: 1.2rem;
  letter-spacing: 0.02em;
}

.who p {
  margin: 0;
  max-width: 36em;
  color: color-mix(in srgb, var(--ice) 82%, var(--mist));
}


.plant-thumbs {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem 1rem;
  margin-top: 1.4rem;
}

.plant-thumbs figure {
  margin: 0;
  width: 300px;
  flex: 0 0 300px;
}

.plant-thumbs img {
  display: block;
  width: 300px;
  height: 210px;
  max-width: 300px;
  max-height: 210px;
  object-fit: cover;
  object-position: center 30%;
  border: 1px solid var(--line);
  background: #ddd;
}

.plant-thumbs figcaption {
  margin: 0.4rem 0 0;
  font-family: var(--display);
  font-size: 0.72rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 1.3;
  color: var(--mist);
}

.place-copy {
  max-width: 34em;
  font-size: 1.18rem;
  line-height: 1.6;
  margin: 0;
}

/* ——— contact ——— */
.contact-panel {
  display: grid;
  gap: 1.6rem;
}

.rows {
  display: grid;
  gap: 0;
  border-top: 1px solid var(--line);
}

.row {
  display: grid;
  grid-template-columns: 7.5rem 1fr;
  gap: 0.8rem;
  padding: 0.85rem 0;
  border-bottom: 1px solid var(--line);
  align-items: baseline;
}

.row .k {
  font-family: var(--display);
  font-size: 0.68rem;
  font-weight: 500;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--mist);
}

.row .v {
  margin: 0;
  font-style: normal;
}

.row .v.slot {
  color: var(--mist);
  letter-spacing: 0.12em;
}

.contact-map {
  min-width: 0;
}

.contact-map .map-label {
  margin: 0 0 0.45rem;
  font-family: var(--display);
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--ice);
}

.contact-map iframe {
  display: block;
  width: 100%;
  height: 320px;
  border: 1px solid var(--line);
  background: #ddd;
}

.contact-map .map-open {
  display: inline-block;
  margin-top: 0.7rem;
  font-family: var(--display);
  font-size: 0.72rem;
  font-weight: 500;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--ice);
  text-decoration: none;
}

.contact-map .map-open:hover {
  color: var(--frost);
}

/* ——— footer ——— */
.site-footer {
  padding: 1.4rem 0 2.2rem;
  position: relative;
  z-index: 2;
}

.site-footer::before {
  content: "";
  display: block;
  height: 4px;
  background: var(--frost);
  margin-bottom: 1.4rem;
  width: 100%;
}

.site-footer .wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: baseline;
  gap: 0.6rem 1.5rem;
}

.site-footer .meta {
  font-family: var(--display);
  font-size: 0.75rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--mist);
}

.site-footer .tag {
  font-family: var(--serif);
  font-style: italic;
  font-size: 0.95rem;
  color: var(--mist);
}

.site-footer a {
  color: var(--mist);
  text-decoration: none;
}

.site-footer a:hover { color: var(--frost); }
.site-footer .cta,
.site-footer a.cta {
  color: #f4f4f4;
  background: #161a1e;
  border-color: #161a1e;
}
.site-footer .cta:hover,
.site-footer a.cta:hover {
  color: #f4f4f4;
  background: #000;
}

/* ——— desktop ——— */
@media (min-width: 800px) {
  #hero {
    grid-template-columns: 1fr minmax(240px, 400px);
    align-items: center;
  }
  #hero .hero-bull {
    grid-column: 2;
    grid-row: 1;
  }
  #hero .hero-lead {
    grid-column: 1;
    grid-row: 1;
  }

  #hero .specs-grid {
    grid-column: 1 / -1;
  }

  .hero-grid {
    display: grid;
    grid-template-columns: 1fr minmax(240px, 440px);
    align-items: center;
  }

  .hero-stage {
    width: 100%;
    margin-bottom: 0;
  }

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

  .hero .spec,
  .spec {
    padding: 0.95rem 1.2rem 0.95rem 0;
    border-bottom: 0;
    border-left: 0;
    border-right: 1px solid var(--line);
  }

  .spec:nth-child(odd),
  .spec:nth-child(even) {
    padding-left: 0;
    padding-right: 1.4rem;
    border-left: 0;
  }

  .spec:last-child {
    border-right: 0;
    padding-right: 0;
  }

  .who-grid {
    grid-template-columns: repeat(3, 1fr);
    border-top: 0;
    gap: 0;
  }

  .who {
    padding: 0 1.6rem 0 0;
    border-bottom: 0;
    border-right: 1px solid var(--line);
  }

  .who:last-child {
    border-right: 0;
    padding-right: 0;
  }




  .contact-panel {
    grid-template-columns: 1fr;
    align-items: stretch;
    gap: 2rem;
  }

  .contact-map iframe {
    height: 100%;
    min-height: 280px;
  }
}

@media (min-width: 1280px) {
  .hero h1 {
    font-size: 3.6rem;
  }
}


/* ——— SATIN TEST (light gray fold background) ——— */
html { color-scheme: light; }

:root {
  --void: #ececec;
  --navy: rgba(255, 255, 255, 0.42);
  --panel: rgba(255, 255, 255, 0.58);
  --ice: #161a1e;
  --mist: #5c676e;
  --line: rgba(22, 26, 30, 0.12);
  --line-strong: rgba(22, 26, 30, 0.22);
  --frost: #1f5f64;
  --frost-dim: #d5e6e7;
  --ink: #161a1e;
}

body {
  color: var(--ice);
  background-color: #e8e8e8;
  background-image: url("img/bg-satin.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

body::before,
body::after {
  display: none;
}

.site-header {
  background: color-mix(in srgb, #f3f3f3 72%, transparent);
  border-bottom-color: var(--line);
}

.brand .lockup {
  filter: invert(1);
}

.lang button:hover:not([aria-pressed="true"]) {
  color: var(--ice);
}

.lang button[aria-pressed="true"] {
  background: var(--ice);
  color: #f4f4f4;
}

a:hover { color: var(--ink); }

.cta {
  background: #161a1e;
  color: #f4f4f4;
  border-color: #161a1e;
}
.cta:hover {
  background: var(--frost);
  border-color: var(--frost);
  color: #f4f4f4;
}


.mgmt-form {
  display: flex;
  flex-direction: column;
  gap: 0.85rem;
  margin-top: 1.6rem;
  max-width: 100%;
}

.mgmt-form .mgmt-line {
  margin: 0;
  color: var(--ice);
}

.mgmt-form label {
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
  font-family: var(--display);
  font-size: 0.68rem;
  font-weight: 500;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--mist);
}

.mgmt-form input,
.mgmt-form textarea {
  width: 100%;
  padding: 0.7rem 0.75rem;
  border: 1px solid var(--line-strong);
  border-radius: 0;
  background: transparent;
  color: var(--ink);
  font-family: var(--serif);
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: 0;
  text-transform: none;
  appearance: none;
}

.mgmt-form textarea {
  min-height: 6.5rem;
  resize: vertical;
}

.mgmt-form input:focus,
.mgmt-form textarea:focus {
  outline: 1px solid var(--frost);
  outline-offset: 2px;
}

button.cta {
  appearance: none;
  cursor: pointer;
}

.mgmt-form button.cta {
  align-self: flex-start;
  margin-top: 0.2rem;
}

@media (max-width: 520px) {
  :root { --header-h: 52px; }
  .site-header {
    height: 52px;
    min-height: 52px;
    padding: 0;
  }
  .site-header .wrap {
    flex-wrap: nowrap;
    align-items: center;
    gap: 0.4rem;
  }
  .est {
    display: none;
  }
  .brand {
    order: 1;
    min-width: 0;
    gap: 0.35rem;
  }
  .brand .lockup {
    height: 26px;
  }
  .frigo-tag {
    display: none;
  }
  .site-header .lang {
    order: 2;
    margin-left: auto;
  }
  .lang button {
    padding: 0.28rem 0.42rem;
    font-size: 0.64rem;
  }
}


/* ——— liquid page ——— */
.liquid-progress {
  position: absolute;
  top: auto;
  bottom: 0;
  left: 0;
  z-index: 21;
  height: 2px;
  width: 0%;
  background: var(--ink);
  pointer-events: none;
}

.liquid-shell {
  display: grid;
  gap: 1.5rem;
  align-items: start;
  padding-bottom: 2rem;
}

.liquid-flow {
  min-width: 0;
}

.chapter {
  padding: 2.8rem 0 3.2rem;
  margin: 0;
  background: transparent;
  border: 0;
  min-height: 0;
  scroll-margin-top: calc(var(--header-h) + 0.5rem);
  opacity: 0.35;
  transform: translateY(18px);
  transition: opacity 0.7s ease, transform 0.7s ease;
}

.chapter + .chapter {
  margin-top: -2vh;
}

.chapter.is-in {
  opacity: 1;
  transform: translateY(0);
}

.chapter h2 {
  margin: 0 0 1.6rem;
  font-family: var(--display);
  font-weight: 500;
  font-size: clamp(1.6rem, 4.2vw, 2.35rem);
  line-height: 1.12;
  letter-spacing: -0.01em;
  max-width: 24ch;
  text-wrap: balance;
}

.hero h1.ledger,
.hero-copy h1.ledger {
  color: var(--cherish);
  font-weight: 700;
}

.liquid-stage {
  position: static;
  display: none;
}


.hero-slide img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}

.lockup-wrap {
  position: relative;
  display: block;
  height: 36px;
}

.lockup-wrap .lockup {
  height: 36px;
  width: auto;
  display: block;
}

.bull-eyes {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.bull-eye {
  position: absolute;
  background: #111;
  clip-path: polygon(0 6%, 100% 6%, 50% 100%);
  overflow: hidden;
}

.bull-eye i {
  display: block;
  width: 100%;
  height: 100%;
  background: var(--taur-red);
  box-shadow: 0 0 8px 2px rgba(196, 18, 24, 0.65);
  transform-origin: 50% 12%;
  animation: cosmic-blink 6.2s ease-in-out infinite;
}

.lockup-eyes .bull-eye-l {
  left: 93.05%;
  top: 30.5%;
  width: 3.5px;
  height: 4.5px;
}

.lockup-eyes .bull-eye-r {
  left: 95.3%;
  top: 30%;
  width: 3.5px;
  height: 4.5px;
}

.stage-eyes .bull-eye-l {
  left: 70.2%;
  top: 29.59%;
  width: 4.21%;
  height: 4.7%;
}

.stage-eyes .bull-eye-r {
  left: 80.21%;
  top: 29.59%;
  width: 3.98%;
  height: 4.7%;
}

@keyframes cosmic-blink {
  0%, 76% {
    transform: scaleY(1);
    filter: brightness(1.18);
    opacity: 1;
  }
  79% {
    transform: scaleY(0.08);
    filter: brightness(0.35);
    opacity: 0.3;
  }
  80.3% {
    transform: scaleY(0.06);
    filter: brightness(0.25);
    opacity: 0.2;
  }
  83.8% {
    transform: scaleY(1);
    filter: brightness(1.18);
    opacity: 1;
  }
  87% {
    transform: scaleY(1);
    opacity: 1;
  }
  90% {
    transform: scaleY(0.08);
    filter: brightness(0.35);
    opacity: 0.3;
  }
  91.3% {
    transform: scaleY(0.06);
    opacity: 0.2;
  }
  95% {
    transform: scaleY(1);
    filter: brightness(1.18);
    opacity: 1;
  }
  100% {
    transform: scaleY(1);
    filter: brightness(1.18);
    opacity: 1;
  }
}

.client-marquee {
  margin-top: 2.2rem;
}

.client-kicker {
  margin-bottom: 0;
}

.client-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  margin-bottom: 0.9rem;
}

.client-viewport {
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  touch-action: pan-x;
  overscroll-behavior-x: contain;
  scrollbar-width: none;
  cursor: grab;
  padding: 12px 0;
  min-height: 102px;
  user-select: none;
}
.client-viewport.is-dragging {
  cursor: grabbing;
}
.client-viewport::-webkit-scrollbar { display: none; }
.client-track {
  display: flex;
  width: max-content;
  min-width: max-content;
  animation: none;
  transform: none !important;
  transition: none;
}
.client-set, .client-item, .client-logo {
  flex-shrink: 0;
}
.client-set {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  gap: 2.4rem;
  margin: 0;
  padding: 0.4rem 2.4rem 0.4rem 0;
  list-style: none;
}

.client-set li {
  display: flex;
  align-items: center;
  gap: 0.55rem;
  white-space: nowrap;
}

.client-set b,
.client-mark {
  display: inline-block;
  font-family: var(--display);
  font-size: 1.05rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #000;
  white-space: nowrap;
  line-height: 1;
}

.client-set img,
.client-logo {
  display: block;
  height: 56px;
  max-height: 56px;
  width: auto;
  object-fit: contain;
  -webkit-user-drag: none;
  user-select: none;
  pointer-events: none;
}

.client-item--named {
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.22rem;
}

.client-item--named b {
  font-size: 0.58rem;
  letter-spacing: 0.1em;
  line-height: 1.1;
}



#clienti {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 1.8rem;
  align-items: center;
  min-width: 0;
  max-width: 100%;
}
.client-marquee,
.client-viewport,
.clienti-copy,
.who-grid,
.who,
.liquid-shell,
.liquid-flow {
  min-width: 0;
  max-width: 100%;
}
.client-marquee,
.client-viewport {
  width: 100%;
  overflow-x: auto;
}
.who h3,
.who p {
  overflow-wrap: break-word;
  word-wrap: break-word;
  max-width: 100%;
}

.clienti-copy {
  min-width: 0;
}

.client-stage {
  position: relative;
  width: 100%;
  height: min(38vw, 168px);
  background: transparent;
  border-radius: 0;
  overflow: hidden;
}

.client-slide {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  z-index: 0;
  pointer-events: none;
  transition: opacity 0.45s ease;
}
.client-slide.is-on {
  opacity: 1;
  z-index: 1;
}


.client-slide img {
  width: auto;
  height: auto;
  max-width: 70%;
  max-height: 78%;
  object-fit: contain;
  object-position: center;
}

.client-slide--named {
  flex-direction: column;
  gap: 0.35rem;
}

.client-slide--named img {
  max-height: 64%;
}

.client-slide--named b {
  font-family: var(--display);
  font-size: clamp(0.68rem, 1.8vw, 0.88rem);
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #000;
  line-height: 1;
  white-space: nowrap;
}

.client-stage-mark {
  font-family: var(--display);
  font-size: clamp(1.4rem, 5vw, 2.1rem);
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #000;
  text-align: center;
  line-height: 1;
}

@keyframes client-stage-cycle {
  0% { opacity: 0; }
  1.56% { opacity: 1; }
  6.25% { opacity: 1; }
  7.81% { opacity: 0; }
  100% { opacity: 0; }
}

@media (min-width: 800px) {
  #clienti:has(.client-marquee:hover) .client-slide,
  #clienti:has(.client-stage:hover) .client-slide {
    animation-play-state: paused;
  }

  .liquid-shell {
    grid-template-columns: 1fr;
    gap: 3rem;
    align-items: start;
  }

  #clienti {
    grid-template-columns: minmax(0, 1fr) minmax(220px, 300px);
    gap: 2rem 2.4rem;
    align-items: start;
  }
  .clienti-copy { grid-column: 1; grid-row: 1; }
  .client-stage {
    grid-column: 2;
    grid-row: 1;
    width: 100%;
    max-width: none;
    height: 260px;
    min-height: 220px;
    justify-self: stretch;
    align-self: stretch;
    background: rgba(255,255,255,0.35);
  }
  .client-marquee {
    grid-column: 1 / -1;
    grid-row: 2;
    margin-top: 0.4rem;
  }

  .liquid-stage {
    position: static;
    display: none;
  }

  .chapter {
    padding: 3.2rem 0 3.6rem;
  }
}

@media (max-width: 799px) {
  .liquid-stage {
    position: static;
    display: none;
  }

  .hero-stage {
    width: 100%;
    margin: 0.4rem 0 0;
    justify-self: stretch;
  }

  .client-stage {
    display: none !important;
    height: 0;
    margin: 0;
  }
}

@media (prefers-reduced-motion: reduce) {
  .bull-eye i {
    animation: none !important;
    transform: scaleY(1);
    opacity: 1;
    filter: none;
  }
  .client-track {
    animation: none;
  }
  .client-slide {
    animation: none;
  }
  .client-slide:first-child {
    opacity: 1;
  }
  .chapter {
    opacity: 1;
    transform: none;
  }
}

/* ——— history lap ——— */
.history-lap {
  overflow: visible;
}

.history-lap h2 {
  max-width: 22ch;
}

.history-line {
  max-width: 38em;
  margin: 0 0 1.6rem;
  font-size: 1.12rem;
  line-height: 1.55;
  color: var(--ice);
}

.history-reel {
  margin: 0 0 0.2rem;
}

.history-film {
  margin: 0 0 0.85rem;
  background: #d8d8d8;
  border: 1px solid var(--line);
}

.history-film video {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  background: #d8d8d8;
  vertical-align: middle;
}

.history-skins {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.55rem;
  margin: 0 0 1.15rem;
  align-items: stretch;
}

.history-skins figure {
  margin: 0;
  background: var(--panel);
  border: 1px solid var(--line);
}

.history-skins img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  object-position: center 42%;
  background: #d8d8d8;
}

.history-skins figcaption {
  margin: 0;
  padding: 0.32rem 0.45rem 0.38rem;
  font-family: var(--display);
  font-size: 0.68rem;
  font-weight: 500;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--mist);
}

@media (max-width: 640px) {
  .history-skins {
    gap: 0.4rem;
  }
  .history-skins figcaption {
    letter-spacing: 0.12em;
    font-size: 0.62rem;
  }
}



/* ——— territory strip (grounds / tower / court) ——— */
.history-now {
  max-width: 38em;
  margin: 0.35rem 0 1.05rem;
  font-size: 1.12rem;
  line-height: 1.55;
  color: var(--ice);
}

.territory-strip {
  margin: 0 0 0.4rem;
}

.territory-cap {
  margin: 0 0 0.75rem;
  font-family: var(--display);
  font-size: 0.78rem;
  font-weight: 500;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--mist);
}

.territory-strip .history-skins {
  margin-bottom: 0.4rem;
}

.territory-strip .still-tower {
  object-position: center 28%;
}

.territory-strip .still-grounds {
  object-position: center 55%;
}

.territory-strip .still-court {
  object-position: center 42%;
}

#hero .specs-grid {
  margin-top: 1.35rem;
}

#hero .hero-check {
  margin: 0 0 1.35rem;
  color: var(--ice);
}

#hero .cta {
  margin-bottom: 0.2rem;
}

.history-court {
  margin: 0 0 1.4rem;
}
.history-court img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  object-position: center 58%;
  background: #d8d8d8;
}
.history-court figcaption {
  margin: 0;
  padding: 0.4rem 0.55rem 0.5rem;
  font-family: var(--display);
  font-size: 0.72rem;
  font-weight: 500;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--mist);
}


/* ——— historic chapter (after commercial hero, tight) ——— */
#istoric {
  padding-top: 8vh;
  padding-bottom: 8vh;
}
#istoric .history-line {
  margin-bottom: 1.25rem;
}
@media (min-width: 800px) {
  #istoric {
    padding-top: 10vh;
    padding-bottom: 10vh;
  }
}

.hero .history-line {
  margin: 0 0 1.1rem;
  font-size: 1.02rem;
  line-height: 1.45;
  max-width: 36em;
  color: var(--ice);
}

.hero-stage video::-webkit-media-controls,
.hero-stage video::-webkit-media-controls-start-playback-button,
.hero-stage video::-webkit-media-controls-overlay-play-button {
  display: none !important;
  -webkit-appearance: none;
}

@media (max-width: 799px) {
  #hero.chapter {
    padding: 0 0 1.4rem;
  }
  .hero-stage:has(video) {
    width: 100vw;
    max-width: 100vw;
    margin: 0 calc(50% - 50vw) 1rem;
    overflow: hidden;
    aspect-ratio: 16 / 10;
    height: auto;
  }
  .hero-stage video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center 22%;
    transform: scale(1.22);
    transform-origin: center top;
  }
  .hero-extra {
    display: none !important;
  }
  .hero h1 {
    font-size: clamp(2rem, 11vw, 2.6rem);
    margin: 0 0 0.55rem;
  }
  .hero .heritage {
    font-size: 1.05rem;
    margin: 0 0 0.9rem;
    letter-spacing: 0.02em;
  }
  .hero .heritage .years {
    display: none;
  }
  .hero .heritage .years::before {
    margin: 0 0.4em;
  }
  .hero .cta {
    width: 100%;
    justify-content: center;
  }
  .hero .specs-grid {
    margin-top: 1.1rem;
  }
}

#hero .hero-bull {
  background: transparent;
  width: min(100%, 400px);
  max-width: 400px;
  margin: 0;
  aspect-ratio: auto;
  overflow: visible;
}
#hero .hero-bull img {
  width: 100%;
  height: auto;
  aspect-ratio: auto;
  object-fit: contain;
  transform: none;
  filter: drop-shadow(0 0 28px rgba(200, 30, 30, 0.18));
}
.footer-hist {
  padding: 0.4rem 0 1.1rem;
}
@media (max-width: 799px) {
  #hero .hero-bull {
    display: none !important;
  }
  #hero.chapter {
    padding: 1.15rem 0 1.4rem;
  }
}

.hero-sub {
  font-family: var(--display);
  font-size: clamp(1.08rem, 2.6vw, 1.4rem);
  font-weight: 500;
  letter-spacing: 0.02em;
  color: var(--ink);
  max-width: 28em;
  margin: 0 0 1.15rem;
}
.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
  margin: 0 0 0.4rem;
}
.cta-ghost {
  background: transparent;
  color: var(--ink);
  border-color: var(--ink);
}
.cta-ghost:hover {
  background: var(--ink);
  color: #f4f4f4;
  border-color: var(--ink);
}
@media (max-width: 799px) {
  .hero-actions {
    flex-direction: column;
  }
  .hero-actions .cta {
    width: 100%;
    justify-content: center;
  }
  .mgmt-form button.cta {
    width: 100%;
    justify-content: center;
    align-self: stretch;
  }
  .mgmt-form textarea {
    resize: vertical;
    max-width: 100%;
  }
  .brand .lockup {
    height: 22px;
  }
}

.contact-actions {
  margin: 0 0 1.2rem;
}
.form-or-call {
  margin: 0.35rem 0 0;
  font-size: 0.95rem;
  color: var(--mist);
}
.footer-hist .history-line {
  margin: 0 0 0.85rem;
  max-width: 34em;
  font-size: 1.02rem;
  line-height: 1.45;
  color: var(--ink);
}

/* ——— phone: no page-wide slop ——— */
@media (max-width: 799px) {
  html, body {
    overflow-x: hidden;
    max-width: 100%;
  }
  body {
    background-attachment: scroll;
    background-size: cover;
  }
  .chapter:not(#hero) {
    padding: 1.55rem 0 1.7rem;
  }
  .chapter + .chapter {
    margin-top: 0;
  }
  #hero {
    gap: 1.1rem;
  }
  #hero .hero-stage,
  #hero .hero-bull {
    display: none !important;
    height: 0 !important;
    margin: 0 !important;
    background: transparent !important;
  }
  .hero-sub {
    font-size: 1.05rem;
    line-height: 1.35;
    margin: 0 0 0.95rem;
    max-width: none;
  }
  .specs-grid {
    grid-template-columns: 1fr;
  }
  .spec,
  .spec:nth-child(odd),
  .spec:nth-child(even) {
    padding: 0.7rem 0;
    border-left: 0;
    padding-left: 0;
    padding-right: 0;
  }
  .spec:nth-last-child(-n + 2) { border-bottom: 1px solid var(--line); }
  .spec:last-child { border-bottom: 0; }
  .spec .value {
    font-size: 1.25rem;
  }
  .spec .note {
    font-size: 0.82rem;
  }
  #clienti {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: 0;
    overflow-x: clip;
  }
  .client-marquee {
    margin-top: 1.1rem;
  }
  .client-viewport {
    min-height: 88px;
    padding: 8px 0;
  }
  .client-set img,
  .client-logo {
    height: 44px;
    max-height: 44px;
  }
  .plant-thumbs {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0.85rem;
    margin-top: 1.1rem;
  }
  .plant-thumbs figure {
    width: 100%;
    flex: none;
    max-width: 100%;
  }
  .plant-thumbs img {
    width: 100%;
    max-width: 100%;
    height: auto;
    aspect-ratio: 10 / 7;
    max-height: none;
  }
  .place-copy {
    font-size: 1.05rem;
  }
  .row {
    grid-template-columns: 1fr;
    gap: 0.2rem;
    padding: 0.7rem 0;
  }
  .contact-map iframe {
    height: 240px;
  }
  #istoric {
    padding-top: 1.2rem;
    padding-bottom: 1.1rem;
  }
  .site-footer .wrap {
    flex-direction: column;
    align-items: flex-start;
  }
  .footer-hist .cta {
    width: 100%;
    justify-content: center;
  }
}
