@import url('https://fonts.googleapis.com/css2?family=DM+Mono:wght@400;500&family=Syne:wght@500;600;700;800&display=swap');

:root {
  --paper: #f2efe6;
  --paper-deep: #e6e0d2;
  --ink: #171b18;
  --ink-soft: #515650;
  --acid: #d8ff3e;
  --orange: #ef6a3a;
  --white: #fffdf7;
  --line-dark: rgba(23, 27, 24, 0.22);
  --shadow: 12px 12px 0 #171b18;
}

html { scroll-padding-top: 32px; }

body {
  background: var(--paper) !important;
  color: var(--ink) !important;
  font-family: 'Syne', sans-serif !important;
  font-size: 16px;
  line-height: 1.6;
}

body::before {
  content: '';
  position: fixed;
  inset: 0;
  z-index: 900;
  pointer-events: none;
  opacity: .055;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.7'/%3E%3C/svg%3E");
}

h1, h2, h3, h4,
.price-card .price {
  font-family: 'Syne', sans-serif !important;
  color: inherit !important;
  letter-spacing: -.045em;
}

p { color: inherit; }

.page-reveal {
  display: flex;
  flex-direction: column;
  margin-left: 92px;
  opacity: 1 !important;
  transform: none !important;
  filter: none !important;
  animation: none !important;
}

.page-reveal > header { order: 0; }
.page-reveal > .hero { order: 1; }
.page-reveal > #servicii,
.page-reveal > #leistungen { order: 2; }
.page-reveal > #portofoliu,
.page-reveal > #portfolio { order: 3; }
.page-reveal > section:not(.hero):not(.cta-final):not([id]) { order: 4; }
.page-reveal > #preturi,
.page-reveal > #preise { order: 5; }
.page-reveal > #despre,
.page-reveal > #ueber-mich,
.page-reveal > #obo-mne { order: 6; }
.page-reveal > #contact,
.page-reveal > #kontakt { order: 7; }
.page-reveal > .cta-final { order: 8; }
.page-reveal > footer { order: 9; }

.wrap {
  width: min(100%, 1320px) !important;
  max-width: none !important;
  padding-inline: clamp(24px, 5vw, 82px) !important;
}

#introOverlay { display: none !important; }

header {
  position: fixed !important;
  z-index: 800;
  inset: 0 auto 0 0;
  width: 92px;
  background: var(--ink) !important;
  border: 0 !important;
}

header nav {
  width: 100% !important;
  height: 100%;
  padding: 18px 12px !important;
  display: flex !important;
  flex-direction: column;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 20px;
}

.brand-link { width: 54px; overflow: hidden; flex: 0 0 54px; }
.brand-logo { width: 216px !important; max-width: none !important; height: 54px !important; object-fit: cover; object-position: left; filter: none; }

.nav-links {
  display: flex !important;
  flex-direction: column;
  align-items: center;
  gap: 22px !important;
}

.nav-links a {
  color: var(--white) !important;
  font-family: 'DM Mono', monospace;
  font-size: 10px !important;
  letter-spacing: .1em;
  text-transform: uppercase;
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  opacity: .68;
}

.nav-links a:hover,
.nav-links a:focus-visible { color: var(--acid) !important; opacity: 1; }
.nav-links a[href*="servicii"], .nav-links a[href*="leistungen"] { order: 1; }
.nav-links a[href*="portof"] { order: 2; }
.nav-links a[href*="preturi"], .nav-links a[href*="preise"] { order: 3; }
.nav-links a[href*="despre"], .nav-links a[href*="ueber"], .nav-links a[href*="obo"] { order: 4; }
.nav-links a[href*="contact"], .nav-links a[href*="kontakt"] { order: 5; }

.lang-switch {
  display: grid !important;
  gap: 5px !important;
  padding: 0 !important;
  background: transparent !important;
}

.lang-switch a {
  width: 30px;
  height: 25px;
  display: grid;
  place-items: center;
  color: #abaea8 !important;
  font-family: 'DM Mono', monospace;
  font-size: 10px !important;
  border: 1px solid #3d413d;
  border-radius: 0 !important;
}

.lang-switch a.active { background: var(--acid) !important; color: var(--ink) !important; border-color: var(--acid); }
.nav-cta { display: none !important; }

section { padding: clamp(82px, 10vw, 148px) 0 !important; }

.eyebrow,
.tag {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--ink) !important;
  font-family: 'DM Mono', monospace !important;
  font-size: 11px !important;
  font-weight: 500;
  letter-spacing: .1em !important;
  text-transform: uppercase;
}

.eyebrow::before { content: ''; width: 34px; height: 2px; background: currentColor; }

.hero {
  min-height: 94vh;
  display: grid;
  align-items: center;
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding-block: 70px 110px !important;
  background: var(--paper) !important;
  border-bottom: 1px solid var(--ink) !important;
}

.hero::before {
  content: 'WEB / COPY / SALES';
  position: absolute;
  top: 7%;
  right: -2%;
  z-index: -1;
  color: transparent;
  -webkit-text-stroke: 1px rgba(23, 27, 24, .12);
  font-size: clamp(72px, 13vw, 220px);
  font-weight: 800;
  line-height: .78;
  writing-mode: vertical-rl;
}

.hero-grid {
  display: grid !important;
  grid-template-columns: repeat(12, 1fr) !important;
  align-items: end !important;
  gap: 22px !important;
}

.hero-grid > div:first-child { grid-column: 1 / 11; }
.hero .eyebrow { margin-bottom: clamp(34px, 6vw, 72px); }

.hero h1 {
  max-width: 1050px;
  font-size: clamp(54px, 9.1vw, 146px) !important;
  font-weight: 700 !important;
  line-height: .84 !important;
  text-transform: uppercase;
}

.hero h1 em {
  display: block;
  width: max-content;
  max-width: 100%;
  margin: .12em 0 0 auto;
  padding: .06em .12em .1em;
  color: var(--ink) !important;
  background: var(--acid);
  font-style: normal !important;
  transform: rotate(-1.4deg);
}

.hero-sub {
  width: min(100%, 650px) !important;
  margin: clamp(40px, 5vw, 68px) 0 0 auto !important;
  color: var(--ink-soft) !important;
  font-size: clamp(17px, 1.6vw, 22px) !important;
  line-height: 1.5;
}

.hero-actions { margin: 30px 0 0 auto !important; width: min(100%, 650px); display: flex !important; gap: 12px !important; }

.btn,
.submit-btn {
  min-height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border: 1px solid var(--ink) !important;
  border-radius: 0 !important;
  padding: 13px 20px !important;
  font-family: 'DM Mono', monospace !important;
  font-size: 12px !important;
  font-weight: 500 !important;
  letter-spacing: .06em;
  text-transform: uppercase;
  box-shadow: none;
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease !important;
}

.btn::after { content: '↗'; font-size: 17px; }
.btn:hover, .submit-btn:hover { transform: translate(-4px, -4px); box-shadow: 6px 6px 0 var(--ink); }
.btn-primary, .submit-btn { background: var(--ink) !important; color: var(--white) !important; }
.btn-primary:hover, .submit-btn:hover { background: var(--orange) !important; }
.btn-secondary { background: transparent !important; color: var(--ink) !important; }

.hero-trust {
  width: min(100%, 650px);
  margin: 45px 0 0 auto !important;
  padding: 17px 0 0 !important;
  display: grid !important;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px !important;
  border-top: 1px solid var(--ink) !important;
}

.hero-trust div { color: var(--ink-soft) !important; font-family: 'DM Mono', monospace; font-size: 11px !important; }
.hero-trust span { display: block; color: var(--ink) !important; font-weight: 500; text-transform: uppercase; }

.proof-card {
  grid-column: 10 / 13;
  margin: 0 0 -70px !important;
  padding: 24px !important;
  background: var(--orange) !important;
  color: var(--ink) !important;
  border: 1px solid var(--ink) !important;
  border-radius: 50% 50% 4px 4px !important;
  box-shadow: none !important;
  transform: rotate(5deg);
  text-align: center;
}

.proof-number { color: var(--ink) !important; font-size: clamp(60px, 8vw, 104px) !important; line-height: 1 !important; font-weight: 800; }
.proof-label { color: var(--ink) !important; font-family: 'DM Mono', monospace !important; text-transform: uppercase; }
.proof-divider { background: var(--ink) !important; }
.proof-sub { color: var(--ink) !important; font-size: 12px !important; }

.section-head {
  display: grid;
  grid-template-columns: minmax(180px, 1fr) minmax(0, 2.4fr);
  gap: 24px 50px;
  align-items: start;
  max-width: none !important;
  margin-bottom: clamp(48px, 7vw, 92px) !important;
}

.section-head .eyebrow { grid-column: 1; }
.section-head h2 {
  grid-column: 2;
  font-size: clamp(42px, 6vw, 88px) !important;
  font-weight: 650 !important;
  line-height: .96 !important;
}
.section-head > p,
.section-head .trust-line { grid-column: 2; max-width: 650px; color: var(--ink-soft) !important; font-size: 17px !important; }

#servicii, #leistungen { background: var(--ink) !important; color: var(--white) !important; }
#servicii .eyebrow, #leistungen .eyebrow { color: var(--acid) !important; }
#servicii .section-head > p, #leistungen .section-head > p { color: #b7bbb4 !important; }

.services-grid {
  display: grid !important;
  grid-template-columns: 1fr !important;
  gap: 0 !important;
  border-top: 1px solid #454944;
}

.service-card {
  position: relative;
  display: grid;
  grid-template-columns: 160px minmax(240px, .9fr) minmax(280px, 1.15fr);
  gap: 34px;
  align-items: baseline;
  padding: 38px 0 !important;
  background: transparent !important;
  border: 0 !important;
  border-bottom: 1px solid #454944 !important;
  border-radius: 0 !important;
}

.service-card::after { content: '↘'; position: absolute; right: 0; top: 34px; color: var(--acid); font-size: 28px; }
.service-card .tag { color: var(--acid) !important; }
.service-card h3 { color: var(--white) !important; font-size: clamp(24px, 3vw, 40px) !important; }
.service-card p { max-width: 620px; padding-right: 45px; color: #b7bbb4 !important; }

#portofoliu, #portfolio { background: var(--paper-deep) !important; border-bottom: 1px solid var(--ink); }
.trust-line { display: flex; align-items: center; gap: 14px; }
.trust-num { display: grid; place-items: center; width: 48px; height: 48px; border-radius: 50%; background: var(--orange); color: var(--ink) !important; font-weight: 800; }

.case-study {
  display: grid !important;
  grid-template-columns: .85fr 1.4fr !important;
  gap: clamp(30px, 6vw, 90px) !important;
  align-items: center !important;
  padding: 0 !important;
  background: transparent !important;
  border: 0 !important;
  border-radius: 0 !important;
}

.case-study h3 { margin: 20px 0 26px !important; font-size: clamp(30px, 4.2vw, 58px) !important; line-height: 1 !important; }
.case-study p { color: var(--ink-soft) !important; }
.stats { display: flex !important; flex-wrap: wrap; gap: 8px !important; margin-top: 28px !important; }
.stats div { padding: 8px 10px !important; background: var(--acid) !important; color: var(--ink) !important; border: 1px solid var(--ink) !important; font-family: 'DM Mono', monospace; font-size: 10px !important; text-transform: uppercase; }

.browser-frame {
  border: 1px solid var(--ink) !important;
  border-radius: 0 !important;
  box-shadow: var(--shadow) !important;
  transform: rotate(1.5deg);
}
.browser-bar { background: var(--ink) !important; border: 0 !important; }
.browser-bar span { background: var(--acid) !important; }

.mini-portfolio-grid {
  display: grid !important;
  grid-template-columns: repeat(12, 1fr) !important;
  gap: clamp(22px, 4vw, 52px) !important;
  margin-top: clamp(90px, 12vw, 160px) !important;
}

.mini-portfolio-card {
  position: relative;
  overflow: visible !important;
  background: transparent !important;
  border: 0 !important;
  border-radius: 0 !important;
}
.mini-portfolio-card:nth-child(1) { grid-column: 1 / 7; }
.mini-portfolio-card:nth-child(2) { grid-column: 8 / 13; margin-top: 100px; }
.mini-portfolio-card:nth-child(3) { grid-column: 2 / 6; margin-top: 30px; }
.mini-portfolio-card:nth-child(4) { grid-column: 7 / 13; margin-top: 150px; }
.mini-portfolio-card img { aspect-ratio: 16 / 10; object-fit: cover; border: 1px solid var(--ink); filter: saturate(.7) contrast(1.03); transition: filter .3s, transform .3s; }
.mini-portfolio-card:hover img { filter: saturate(1); transform: rotate(-1deg); }
.mpc-body { padding: 20px 0 0 !important; }
.mpc-body h4 { font-size: clamp(22px, 2.7vw, 34px) !important; }
.mpc-body p { color: var(--ink-soft) !important; }
.concept-badge { top: -13px !important; left: auto !important; right: -10px; z-index: 2; padding: 7px 12px !important; background: var(--orange) !important; color: var(--ink) !important; border: 1px solid var(--ink); border-radius: 0 !important; transform: rotate(4deg); }

.page-reveal > section:not(.hero):not(.cta-final):not([id]) { background: var(--acid) !important; border-bottom: 1px solid var(--ink); }
.process-grid { display: grid !important; grid-template-columns: repeat(4, 1fr) !important; gap: 0 !important; border: 1px solid var(--ink); }
.process-step { min-height: 280px; padding: 26px !important; background: transparent !important; border: 0 !important; border-right: 1px solid var(--ink) !important; border-radius: 0 !important; }
.process-step:last-child { border-right: 0 !important; }
.process-step:nth-child(even) { background: rgba(255,255,255,.28) !important; }
.step-num { color: var(--ink) !important; font-size: 54px !important; font-weight: 800; letter-spacing: -.08em; }
.process-step h4 { margin: 44px 0 12px !important; font-size: 22px !important; }
.process-step p { color: var(--ink-soft) !important; }

#preturi, #preise { background: var(--paper) !important; }
.pricing-grid { display: grid !important; grid-template-columns: repeat(12, 1fr) !important; gap: 22px !important; align-items: start; }
.price-card {
  grid-column: span 4;
  min-height: 520px;
  padding: 30px !important;
  background: var(--white) !important;
  border: 1px solid var(--ink) !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}
.price-card:nth-child(1) { margin-top: 75px; }
.price-card:nth-child(3) { margin-top: 145px; }
.price-card.featured { background: var(--ink) !important; color: var(--white) !important; transform: none !important; }
.price-card.featured::before { background: var(--acid) !important; color: var(--ink) !important; border: 1px solid var(--ink); border-radius: 0 !important; }
.price-card h3 { font-size: 25px !important; }
.price-card .price { color: var(--orange) !important; font-size: clamp(32px, 3vw, 45px) !important; }
.price-card .price span { color: inherit !important; opacity: .68; }
.price-card li { color: inherit !important; border-color: currentColor !important; opacity: .78; }
.price-card.featured .btn-primary { background: var(--acid) !important; color: var(--ink) !important; border-color: var(--acid) !important; }

#despre, #ueber-mich, #obo-mne { position: relative; overflow: hidden; background: var(--orange) !important; color: var(--ink) !important; }
#despre::after, #ueber-mich::after, #obo-mne::after { content: '12+'; position: absolute; right: -1vw; bottom: -9vw; font-size: clamp(180px, 32vw, 520px); font-weight: 800; line-height: 1; opacity: .09; }
.about-panel {
  position: relative;
  z-index: 1;
  max-width: 880px !important;
  margin-left: auto !important;
  padding: 0 0 0 clamp(26px, 5vw, 72px) !important;
  background: transparent !important;
  border: 0 !important;
  border-left: 4px solid var(--ink) !important;
  border-radius: 0 !important;
}
.about-panel p { color: var(--ink) !important; font-size: clamp(17px, 1.6vw, 21px) !important; }

#contact, #kontakt { background: var(--ink) !important; color: var(--white) !important; }
#contact .wrap, #kontakt .wrap { display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(40px, 8vw, 120px); align-items: start; }
#contact .section-head, #kontakt .section-head { display: block; position: sticky; top: 70px; margin: 0 !important; }
#contact .section-head .eyebrow, #kontakt .section-head .eyebrow { color: var(--acid) !important; }
#contact .section-head h2, #kontakt .section-head h2 { margin: 30px 0 !important; }
#contact .section-head p, #kontakt .section-head p { color: #b7bbb4 !important; }
.form-box { max-width: none !important; padding: 0 !important; background: transparent !important; border: 0 !important; border-radius: 0 !important; }
.field { margin-bottom: 24px !important; }
.field label { color: #c9cdc6 !important; font-family: 'DM Mono', monospace; font-size: 10px !important; letter-spacing: .08em; text-transform: uppercase; }
.field input, .field select, .field textarea {
  padding: 14px 0 !important;
  background: transparent !important;
  color: var(--white) !important;
  border: 0 !important;
  border-bottom: 1px solid #575c56 !important;
  border-radius: 0 !important;
  font-family: 'Syne', sans-serif !important;
}
.field input:focus, .field select:focus, .field textarea:focus { border-color: var(--acid) !important; }
.field select option { background: var(--ink); }
.submit-btn { width: auto !important; background: var(--acid) !important; color: var(--ink) !important; border-color: var(--acid) !important; }
.form-note { margin-top: 18px !important; color: #aeb2ac !important; text-align: left !important; line-height: 1.6; }
.form-note a { color: var(--acid); text-decoration: underline; text-underline-offset: 3px; }

.cta-final { background: var(--white) !important; color: var(--ink) !important; border: 0 !important; text-align: left !important; }
.cta-final .wrap { display: grid; grid-template-columns: .7fr 1.5fr .8fr; gap: 40px; align-items: center; }
.cta-final h2 { font-size: clamp(36px, 5vw, 72px) !important; }
.cta-final p { margin: 0 !important; color: var(--ink-soft) !important; }

footer { background: var(--paper-deep) !important; color: var(--ink-soft) !important; border: 0 !important; padding: 40px 0 !important; }
.footer-row { align-items: center; }
.footer-logo { width: min(100%, 330px); height: auto; }
.footer-legal { display: flex; align-items: flex-start; justify-content: space-between; gap: 28px; border-color: var(--line-dark) !important; }
.footer-legal-copy { display: flex; flex-wrap: wrap; gap: 8px 18px; }
.footer-legal-copy span { flex-basis: 100%; }
.footer-legal a { color: var(--ink); text-decoration: underline; text-underline-offset: 3px; }
.anpc-sal-link { flex: 0 0 auto; display: inline-grid; gap: 8px; width: 250px; color: var(--ink-soft) !important; text-decoration: none !important; }
.anpc-sal-link img { width: 250px; height: 62px; object-fit: contain; border-radius: 16px; transition: transform .2s ease, filter .2s ease; }
.anpc-sal-link span { font-family: 'DM Mono', monospace; font-size: 9px; line-height: 1.45; letter-spacing: .04em; text-transform: uppercase; }
.anpc-sal-link:hover img { transform: translateY(-2px); filter: contrast(1.06); }
.anpc-sal-link:focus-visible { outline: 2px solid var(--ink); outline-offset: 5px; }

.whatsapp-float {
  position: fixed;
  z-index: 850;
  right: 22px;
  bottom: 22px;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 13px 16px;
  background: var(--acid);
  color: var(--ink);
  border: 1px solid var(--ink);
  box-shadow: 5px 5px 0 var(--ink);
  font-family: 'DM Mono', monospace;
  font-size: 11px;
  font-weight: 500;
  text-transform: uppercase;
  transition: transform .2s ease, box-shadow .2s ease;
}
.whatsapp-float:hover { transform: translate(3px, 3px); box-shadow: 2px 2px 0 var(--ink); }
.whatsapp-float svg { width: 20px; height: 20px; fill: currentColor; }

.reveal { transform: translateY(28px) !important; opacity: 0 !important; transition: opacity .7s ease, transform .7s cubic-bezier(.2,.7,.2,1) !important; }
.reveal.in { transform: none !important; opacity: 1 !important; }

@media (max-width: 1000px) {
  .page-reveal { margin-left: 0; padding-top: 68px; }
  header { inset: 0 0 auto; width: 100%; height: 68px; }
  header nav { flex-direction: row; padding: 8px 18px !important; }
  .brand-link { width: 48px; flex-basis: 48px; }
  .brand-logo { height: 48px !important; }
  .nav-links { flex-direction: row; gap: 14px !important; margin-left: auto; }
  .nav-links a { writing-mode: initial; transform: none; font-size: 9px !important; }
  .lang-switch { display: flex !important; }
  .hero { min-height: calc(100vh - 68px); }
  .hero-grid > div:first-child { grid-column: 1 / 12; }
  .proof-card { grid-column: 9 / 13; }
  .service-card { grid-template-columns: 110px minmax(220px, .8fr) 1.2fr; }
  .cta-final .wrap { grid-template-columns: 1fr 1.6fr; }
  .cta-final p { display: none; }
}

@media (max-width: 760px) {
  .page-reveal { padding-top: 60px; }
  header { height: 60px; overflow-x: auto; }
  header nav { min-width: 620px; justify-content: flex-start !important; gap: 16px; }
  .nav-links { margin-left: 8px; gap: 13px !important; }
  .lang-switch { margin-left: auto; }
  .wrap { padding-inline: 20px !important; }
  section { padding: 76px 0 !important; }
  .hero { min-height: auto; padding: 74px 0 96px !important; }
  .hero::before { display: none; }
  .hero-grid { display: block !important; }
  .hero h1 { font-size: clamp(48px, 15vw, 76px) !important; }
  .hero h1 em { width: auto; margin-left: 0; }
  .hero-sub, .hero-actions, .hero-trust { margin-left: 0 !important; }
  .hero-actions { align-items: stretch; }
  .hero-actions .btn { flex: 1; }
  .hero-trust { grid-template-columns: 1fr; gap: 10px !important; }
  .hero-trust div { display: grid; grid-template-columns: 100px 1fr; }
  .proof-card { width: 190px; margin: 48px 10px -135px auto !important; }
  .proof-sub { display: none; }
  .section-head { display: block; }
  .section-head h2 { margin: 28px 0 22px !important; font-size: clamp(38px, 12vw, 60px) !important; }
  .service-card { display: block; padding: 30px 38px 30px 0 !important; }
  .service-card h3 { margin: 14px 0 !important; }
  .case-study { grid-template-columns: 1fr !important; }
  .browser-frame { order: -1; box-shadow: 7px 7px 0 var(--ink) !important; }
  .mini-portfolio-grid { display: block !important; }
  .mini-portfolio-card { margin: 0 0 68px !important; }
  .process-grid { grid-template-columns: 1fr 1fr !important; }
  .process-step { min-height: 235px; border-bottom: 1px solid var(--ink) !important; }
  .process-step:nth-child(2) { border-right: 0 !important; }
  .process-step:nth-child(3), .process-step:nth-child(4) { border-bottom: 0 !important; }
  .pricing-grid { display: block !important; }
  .price-card { min-height: auto; margin: 0 0 22px !important; }
  #contact .wrap, #kontakt .wrap { grid-template-columns: 1fr; }
  #contact .section-head, #kontakt .section-head { position: static; }
  .cta-final .wrap { display: block; }
  .cta-final h2 { margin: 24px 0 30px !important; }
  .whatsapp-float span { display: none; }
  .whatsapp-float { width: 54px; height: 54px; justify-content: center; padding: 0; border-radius: 50%; }
}

@media (max-width: 460px) {
  .hero-actions { flex-direction: column; }
  .process-grid { grid-template-columns: 1fr !important; }
  .process-step { min-height: 0; border-right: 0 !important; border-bottom: 1px solid var(--ink) !important; }
  .process-step:last-child { border-bottom: 0 !important; }
  .step-num { font-size: 42px !important; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; animation: none !important; transition: none !important; }
  .reveal { opacity: 1 !important; transform: none !important; }
}

.legal-page {
  min-height: 100vh;
  padding: clamp(28px, 6vw, 76px);
  background: var(--paper);
}
.legal-shell { width: min(100%, 920px); margin: 0 auto; }
.legal-back { margin-bottom: 64px; }
.legal-header { padding-bottom: 44px; border-bottom: 1px solid var(--ink); }
.legal-header h1 { margin: 22px 0; font-size: clamp(48px, 9vw, 104px); line-height: .9; text-transform: uppercase; }
.legal-header p { max-width: 680px; color: var(--ink-soft); font-size: 18px; }
.legal-nav { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 28px; }
.legal-nav a { padding: 9px 13px; border: 1px solid var(--line-dark); color: var(--ink); font-family: 'DM Mono', monospace; font-size: 10px; letter-spacing: .05em; text-transform: uppercase; text-decoration: none; }
.legal-nav a:hover, .legal-nav a:focus-visible { background: var(--ink); color: var(--white); }
.legal-content { display: grid; gap: 0; }
.legal-block { display: grid; grid-template-columns: 200px 1fr; gap: 42px; padding: 40px 0; border-bottom: 1px solid var(--line-dark); }
.legal-block h2 { font-size: 23px; }
.legal-block p, .legal-block li { color: var(--ink-soft); }
.legal-block ul { padding-left: 20px; }
.legal-block a { color: var(--ink); text-decoration: underline; text-underline-offset: 3px; }
.legal-section-title { padding: 76px 0 26px; border-bottom: 1px solid var(--ink); }
.legal-section-title .eyebrow { display: block; margin-bottom: 14px; }
.legal-section-title h2 { max-width: 780px; font-size: clamp(38px, 7vw, 72px); line-height: .95; text-transform: uppercase; }
.legal-note { padding: 20px 22px; border-left: 4px solid var(--acid); background: rgba(210, 255, 70, .12); color: var(--ink) !important; }
@media (max-width: 650px) {
  .legal-block { grid-template-columns: 1fr; gap: 14px; }
  .legal-back { margin-bottom: 42px; }
  .footer-legal { flex-direction: column; }
  .anpc-sal-link { width: min(250px, 100%); }
  .anpc-sal-link img { width: 100%; height: auto; }
}
