@import url("https://fonts.googleapis.com/css2?family=DM+Mono:wght@400;500&family=Manrope:wght@400;500;600;700;800&family=Playfair+Display:ital,wght@0,500;0,600;1,500;1,600&display=swap");

:root {
  --ink: #11141a;
  --muted: #657080;
  --soft: #f3f5f8;
  --paper: #fbfcfd;
  --line: #dce1e8;
  --line-dark: #303640;
  --rose: #b5476a;
  --rose-light: #f2e5ea;
  --night: #171a21;
  --white: #ffffff;
  --shadow: 0 24px 70px rgba(24, 31, 42, 0.12);
  --radius: 24px;
  --shell: min(1180px, calc(100% - 48px));
}

* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: Manrope, Arial, sans-serif;
  line-height: 1.65;
}
body.menu-open {
  overflow: hidden;
}
a {
  color: inherit;
  text-decoration: none;
}
button,
input,
select,
textarea {
  font: inherit;
}
button {
  cursor: pointer;
}
img {
  max-width: 100%;
  display: block;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.shell {
  width: var(--shell);
  margin: 0 auto;
}
.page-content {
  overflow: hidden;
}

.site-header {
  position: relative;
  z-index: 100;
  background: rgba(251, 252, 253, 0.94);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(18px);
}
.header-inner {
  min-height: 96px;
  display: flex;
  align-items: center;
  gap: 28px;
}
.brand {
  display: inline-flex;
  align-items: center;
  flex: 0 0 auto;
}
.brand img {
  width: 58px;
  height: 58px;
  object-fit: contain;
}
.header-info {
  display: flex;
  gap: 18px;
  margin-left: auto;
  color: var(--muted);
  font-size: 0.7rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}
.desktop-nav {
  display: flex;
  align-items: center;
  gap: 14px;
  max-width: min(70vw, 780px);
  overflow-x: auto;
  font-size: 0.78rem;
  font-weight: 700;
  white-space: nowrap;
  scrollbar-width: thin;
}
.desktop-nav a,
.mobile-menu nav a {
  transition: color 0.2s ease;
}
.desktop-nav a:hover,
.mobile-menu nav a:hover,
.footer-column a:hover,
.footer-legal a:hover {
  color: var(--rose);
}
.menu-toggle {
  display: none;
  margin-left: auto;
  width: 48px;
  height: 48px;
  border: 1px solid var(--ink);
  background: transparent;
  color: var(--ink);
}
.mobile-menu {
  border-top: 1px solid var(--line);
  background: var(--paper);
}
.mobile-menu-inner {
  padding: 26px 0 32px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
}
.mobile-menu nav {
  display: grid;
  gap: 12px;
  font-size: 1.25rem;
  font-weight: 700;
}
.mobile-contact-list {
  display: grid;
  align-content: start;
  gap: 10px;
  color: var(--muted);
  font-size: 0.8rem;
}

main > section,
.page-section {
  position: relative;
  padding: 108px 0;
}
main > section:first-child {
  padding-top: 84px;
}
.section-dark {
  background: var(--night);
  color: var(--white);
}
.section-soft {
  background: var(--soft);
}
.section-rose {
  background: var(--rose-light);
}
.section-label,
.eyebrow,
.micro-label {
  display: block;
  color: var(--rose);
  font-family: "DM Mono", monospace;
  font-size: 0.68rem;
  letter-spacing: 0.14em;
  line-height: 1.4;
  text-transform: uppercase;
}
.section-dark .section-label,
.section-dark .eyebrow {
  color: #f3b5c7;
}
.section-heading {
  max-width: 780px;
  margin: 14px 0 22px;
  font-size: clamp(2.35rem, 5vw, 5.7rem);
  line-height: 0.98;
  letter-spacing: -0.07em;
  font-weight: 800;
}
.section-lead {
  max-width: 670px;
  margin: 0;
  color: var(--muted);
  font-size: 1.04rem;
}
.section-dark .section-lead {
  color: #c8ced8;
}
.display {
  font-size: clamp(3.2rem, 9vw, 9.6rem);
  line-height: 0.84;
  letter-spacing: -0.09em;
  font-weight: 800;
}
.serif {
  font-family: "Playfair Display", Georgia, serif;
}
.mono {
  font-family: "DM Mono", monospace;
}
.text-rose {
  color: var(--rose);
}
.muted {
  color: var(--muted);
}

.hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  min-height: 690px;
  align-items: stretch;
}
.hero-copy {
  padding: 20px 7vw 70px max(24px, calc((100vw - 1180px) / 2));
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.hero-copy h1 {
  margin: 20px 0 26px;
  max-width: 690px;
  font-size: clamp(2rem, 8vw, 4rem);
  line-height: 0.86;
  letter-spacing: -0.1em;
}
.hero-copy p {
  max-width: 520px;
  color: var(--muted);
  font-size: 1.05rem;
}
.hero-media {
  min-height: 580px;
  display: flex;
  align-items: flex-end;
  padding: 36px;
  background-position: center;
  background-size: cover;
  color: var(--white);
}
.hero-media > div {
  max-width: 410px;
}
.hero-media h2 {
  margin: 14px 0;
  font-size: clamp(2rem, 4vw, 4.6rem);
  line-height: 0.94;
  letter-spacing: -0.07em;
}
.hero-media p {
  color: rgba(255, 255, 255, 0.8);
}
.hero-footer {
  display: flex;
  grid-column: 1 / -1;
  align-items: center;
  gap: 24px;
  padding: 22px max(24px, calc((100vw - 1180px) / 2));
  border-top: 1px solid var(--line);
  overflow: auto;
  white-space: nowrap;
}
.hero-footer span {
  font-family: "DM Mono", monospace;
  font-size: 0.7rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.hero-footer i {
  color: var(--rose);
}
.hero-portal {
  min-height: 760px;
  display: grid;
  align-items: center;
  padding: 34px 0;
  color: var(--white);
  background-position: center;
  background-size: cover;
}
.portal-inner {
  width: var(--shell);
  margin: 0 auto;
  display: grid;
  gap: 80px;
}
.portal-bar,
.portal-metrics {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}
.portal-title {
  max-width: 850px;
  margin: 0;
  font-size: clamp(4rem, 10vw, 10rem);
  line-height: 0.8;
  letter-spacing: -0.1em;
}
.portal-play {
  width: 78px;
  height: 78px;
  border: 1px solid rgba(255, 255, 255, 0.65);
  border-radius: 50%;
  color: var(--white);
  background: rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(10px);
}
.portal-metrics {
  align-items: stretch;
  border-top: 1px solid rgba(255, 255, 255, 0.34);
}
.portal-metric {
  flex: 1;
  padding: 24px 0;
  border-right: 1px solid rgba(255, 255, 255, 0.34);
}
.portal-metric + .portal-metric {
  padding-left: 24px;
}
.portal-metric:last-child {
  border-right: 0;
}
.portal-metric strong {
  display: block;
  font-size: 2rem;
}
.portal-metric span {
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.78rem;
}

.button-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 32px;
}
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  min-height: 50px;
  padding: 0 20px;
  border: 1px solid var(--ink);
  background: var(--ink);
  color: var(--white);
  font-size: 0.78rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  transition:
    transform 0.2s,
    background 0.2s,
    color 0.2s;
}
.button:hover {
  transform: translateY(-3px);
  background: var(--rose);
  border-color: var(--rose);
}
.button-light {
  border-color: var(--white);
  background: var(--white);
  color: var(--ink);
}
.button-ghost {
  background: transparent;
  color: var(--ink);
}
.button-ghost:hover {
  color: var(--white);
}
.button-rose {
  background: var(--rose);
  border-color: var(--rose);
}

.grid-2 {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 28px;
}
.grid-3 {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}
.grid-4 {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}
.align-end {
  align-items: end;
}
.section-stack {
  margin-top: 34px;
}
.section-toolbar {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 20px;
  margin-bottom: 28px;
}
.flush-bottom {
  margin-bottom: 0;
}
.section-grid {
  margin-top: 28px;
}
.bento {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr 0.8fr;
  grid-template-rows: repeat(2, minmax(220px, 1fr));
  gap: 16px;
}
.bento-card,
.card {
  padding: 30px;
  border: 1px solid var(--line);
  background: var(--white);
}
.bento-card:first-child {
  grid-row: span 2;
}
.bento-card h3,
.card h3 {
  margin: 16px 0 10px;
  font-size: 1.45rem;
  line-height: 1.05;
  letter-spacing: -0.04em;
}
.card p,
.bento-card p {
  color: var(--muted);
  font-size: 0.9rem;
}
.bento-card i,
.card i {
  color: var(--rose);
  font-size: 1.25rem;
}
.media-card {
  min-height: 360px;
  display: flex;
  align-items: flex-end;
  padding: 26px;
  background-position: center;
  background-size: cover;
  color: var(--white);
}
.media-card h3 {
  margin: 8px 0;
  font-size: 2rem;
  line-height: 0.95;
  letter-spacing: -0.06em;
}
.media-card p {
  margin: 0;
  color: rgba(255, 255, 255, 0.8);
  font-size: 0.84rem;
}

.archive-grid {
  display: grid;
  grid-template-columns: 0.7fr 1.5fr 1fr;
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
}
.archive-cell {
  min-height: 190px;
  padding: 24px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.archive-cell h3 {
  margin: 12px 0;
  font-size: clamp(2.2rem, 5vw, 6.6rem);
  line-height: 0.85;
  letter-spacing: -0.09em;
}
.archive-cell p {
  color: var(--muted);
}
.archive-preview {
  grid-row: span 2;
  min-height: 470px;
  padding: 0;
  overflow: hidden;
}
.archive-preview img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.accordion-list {
  border-top: 1px solid var(--line);
}
.accordion-item {
  border-bottom: 1px solid var(--line);
}
.accordion-trigger {
  width: 100%;
  display: flex;
  justify-content: space-between;
  gap: 20px;
  align-items: center;
  padding: 24px 0;
  border: 0;
  background: transparent;
  color: inherit;
  text-align: left;
  font-size: 1.1rem;
  font-weight: 800;
}
.accordion-trigger i {
  color: var(--rose);
}
.accordion-panel {
  max-height: 0;
  overflow: hidden;
  transition:
    max-height 0.35s ease,
    padding 0.35s ease;
}
.accordion-item.is-open .accordion-panel {
  max-height: 500px;
  padding: 0 0 24px;
}
.accordion-panel p {
  max-width: 720px;
  margin: 0;
  color: var(--muted);
}

.ribbon {
  display: flex;
  gap: 18px;
  overflow-x: auto;
  padding-bottom: 16px;
  scroll-snap-type: x mandatory;
}
.ribbon > * {
  min-width: min(420px, 82vw);
  scroll-snap-align: start;
}
.ribbon-card {
  min-height: 430px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 28px;
  border: 1px solid var(--line);
  background: var(--white);
}
.ribbon-card img {
  width: 100%;
  height: 260px;
  object-fit: cover;
  background: var(--soft);
}
.ribbon-controls {
  display: flex;
  gap: 8px;
}
.icon-button {
  width: 46px;
  height: 46px;
  border: 1px solid var(--line);
  background: var(--white);
  color: var(--ink);
}
.icon-button:hover {
  border-color: var(--rose);
  color: var(--rose);
}

.timeline {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  margin-top: 48px;
  border-top: 1px solid var(--line);
}
.timeline-item {
  position: relative;
  padding: 38px 24px 0 0;
  border-right: 1px solid var(--line);
}
.timeline-item + .timeline-item {
  padding-left: 24px;
}
.timeline-item:last-child {
  border-right: 0;
}
.timeline-dot {
  position: absolute;
  top: -7px;
  left: 0;
  width: 13px;
  height: 13px;
  border: 3px solid var(--paper);
  border-radius: 50%;
  background: var(--rose);
  box-shadow: 0 0 0 1px var(--rose);
}
.timeline-item + .timeline-item .timeline-dot {
  left: 24px;
}
.timeline-item h3 {
  margin: 0 0 10px;
}
.timeline-item p {
  color: var(--muted);
  font-size: 0.88rem;
}

.testimonial {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 28px;
  align-items: stretch;
}
.quote-panel {
  padding: 54px;
  background: var(--white);
  border: 1px solid var(--line);
  color:var(--muted)
}
.quote-panel blockquote {
  margin: 22px 0;
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(2rem, 4vw, 4.4rem);
  line-height: 1.03;
  letter-spacing: -0.05em;
}
.quote-panel cite {
  color: var(--muted);
  font-size: 0.8rem;
  font-style: normal;
}
.video-panel {
  min-height: 440px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 28px;
  color: var(--white);
  background-position: center;
  background-size: cover;
}
.video-play {
  width: 64px;
  height: 64px;
  border: 1px solid rgba(255, 255, 255, 0.75);
  border-radius: 50%;
  color: var(--white);
  background: transparent;
}

.table-wrap {
  overflow-x: auto;
  border: 1px solid var(--line);
}
.data-table {
  width: 100%;
  min-width: 680px;
  border-collapse: collapse;
}
.data-table th,
.data-table td {
  padding: 17px 20px;
  border-bottom: 1px solid var(--line);
  text-align: left;
  vertical-align: top;
}
.data-table th {
  background: var(--soft);
  font-family: "DM Mono", monospace;
  font-size: 0.66rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.data-table td {
  color: var(--muted);
  font-size: 0.88rem;
}
.data-table td:first-child {
  color: var(--ink);
  font-weight: 800;
}

.pricing-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  align-items: stretch;
}
.price-card {
  display: flex;
  flex-direction: column;
  padding: 32px;
  border: 1px solid var(--line);
  background: var(--white);
}
.price-card.featured {
  color: var(--white);
  background: var(--night);
  border-color: var(--night);
  transform: translateY(-14px);
}
.price-card h3 {
  margin: 14px 0 8px;
  font-size: 1.9rem;
  letter-spacing: -0.05em;
}
.price-value {
  margin: 24px 0;
  font-size: 2.7rem;
  font-weight: 800;
  letter-spacing: -0.08em;
}
.price-card ul {
  display: grid;
  gap: 12px;
  padding: 0;
  margin: 0 0 30px;
  list-style: none;
  color: var(--muted);
  font-size: 0.86rem;
}
.featured ul {
  color: #d3d8e0;
}
.price-card li {
  display: flex;
  gap: 10px;
}
.price-card li i {
  color: var(--rose);
  margin-top: 5px;
}
.price-card .button {
  margin-top: auto;
}

.form-layout {
  display: grid;
  grid-template-columns: 0.72fr 1.28fr;
  gap: 32px;
  align-items: start;
}
.form-card {
  padding: clamp(24px, 5vw, 54px);
  background: var(--white);
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
}
.form-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
}
.field {
  display: grid;
  gap: 8px;
}
.field.full {
  grid-column: 1 / -1;
}
.field label {
  font-family: "DM Mono", monospace;
  font-size: 0.67rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.field input,
.field textarea,
.field select {
  width: 100%;
  border: 1px solid var(--line);
  background: var(--paper);
  color: var(--ink);
  padding: 14px 15px;
  outline: 0;
}
.field textarea {
  min-height: 140px;
  resize: vertical;
}
.field input:focus,
.field textarea:focus,
.field select:focus {
  border-color: var(--rose);
  box-shadow: 0 0 0 3px rgba(181, 71, 106, 0.12);
}
.field.has-error input,
.field.has-error textarea,
.field.has-error select {
  border-color: #9a3853;
}
.field-error {
  min-height: 18px;
  color: #9a3853;
  font-size: 0.75rem;
}
.consent {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  margin: 16px 0;
  color: var(--muted);
  font-size: 0.78rem;
}
.consent input {
  margin-top: 5px;
  accent-color: var(--rose);
}
.consent a {
  color: var(--rose);
  text-decoration: underline;
}
.honeypot {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  opacity: 0;
}
.form-status {
  min-height: 28px;
  margin: 15px 0 0;
  color: var(--rose);
  font-size: 0.83rem;
}
.form-status.is-success {
  color: #344651;
}
.form-status.is-error {
  color: #9a3853;
}
.loader {
  display: none;
  width: 18px;
  height: 18px;
  border: 2px solid currentColor;
  border-right-color: transparent;
  border-radius: 50%;
  animation: spin 0.7s linear infinite;
}
.is-loading .loader {
  display: inline-block;
}
@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

.map-frame {
  width: 100%;
  min-height: 340px;
  border: 0;
  filter: grayscale(1) contrast(1.05);
}
.logo-marquee {
  display: flex;
  gap: 38px;
  overflow: hidden;
  padding: 20px 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  white-space: nowrap;
}
.logo-marquee span {
  font-family: "DM Mono", monospace;
  font-size: 0.75rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}
.logo-marquee i {
  color: var(--rose);
}

.cookie-banner {
  position: fixed;
  right: 24px;
  bottom: 24px;
  left: 24px;
  z-index: 1000;
  display: none;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 22px 24px;
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.97);
  box-shadow: var(--shadow);
}
.cookie-banner.is-visible {
  display: flex;
}
.cookie-banner p {
  max-width: 760px;
  margin: 0;
  color: var(--muted);
  font-size: 0.82rem;
}
.cookie-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.cookie-actions button {
  min-height: 42px;
  padding: 0 14px;
  border: 1px solid var(--ink);
  background: transparent;
  color: var(--ink);
  font-size: 0.7rem;
  font-weight: 800;
  text-transform: uppercase;
}
.cookie-actions button:last-child {
  background: var(--ink);
  color: var(--white);
}

.site-footer {
  padding: 80px 0 24px;
  background: var(--night);
  color: var(--white);
}
.footer-top {
  display: grid;
  grid-template-columns: 1.4fr 0.7fr 1fr 0.95fr;
  gap: 34px;
  padding-bottom: 70px;
}
.footer-brand-block p {
  max-width: 340px;
  color: #b9c0ca;
  font-size: 0.86rem;
}
.footer-column {
  display: grid;
  align-content: start;
  gap: 9px;
  color: #c9ced6;
  font-size: 0.78rem;
}
.footer-column .eyebrow {
  margin-bottom: 8px;
}
.footer-column a,
.footer-column span {
  overflow-wrap: anywhere;
}
.footer-contact {
  color: #c9ced6;
}
.social-links {
  display: flex;
  gap: 8px;
  margin-top: 24px;
}
.social-links a {
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border: 1px solid #48505d;
  color: #d9dee5;
}
.social-links a:hover {
  border-color: #f3b5c7;
  color: #f3b5c7;
}
.footer-legal {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding-top: 20px;
  border-top: 1px solid #3a424e;
  color: #9da7b4;
  font-size: 0.72rem;
}
.footer-legal > div {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}
.back-top {
  display: grid;
  place-items: center;
  width: 36px;
  height: 36px;
  border: 1px solid #48505d;
  color: #f3b5c7;
}

.reveal-line {
  width: 80px;
  height: 1px;
  margin: 26px 0;
  background: var(--rose);
}
.stat-number {
  font-size: clamp(3rem, 7vw, 7rem);
  line-height: 0.8;
  letter-spacing: -0.1em;
  font-weight: 800;
}
.list-clean {
  display: grid;
  gap: 14px;
  padding: 0;
  margin: 0;
  list-style: none;
}
.list-clean li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  color: var(--muted);
}
.list-clean i {
  flex: 0 0 auto;
  margin-top: 6px;
  color: var(--rose);
}
.notice-box {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  padding: 18px;
  border-left: 3px solid var(--rose);
  background: var(--rose-light);
}
.notice-box i {
  margin-top: 5px;
  color: var(--rose);
}
.notice-box p {
  margin: 0;
  font-size: 0.86rem;
}
.skip-link {
  position: absolute;
  top: -50px;
  left: 10px;
  z-index: 1000;
  padding: 10px;
  background: var(--ink);
  color: var(--white);
}
.skip-link:focus {
  top: 10px;
}

@media (max-width: 1060px) {
  .header-info {
    display: none;
  }
  .desktop-nav {
    margin-left: auto;
  }
  .hero-grid {
    grid-template-columns: 1fr;
  }
  .hero-copy {
    padding: 84px 24px;
  }
  .hero-media {
    min-height: 520px;
  }
  .hero-footer {
    grid-column: auto;
  }
  .footer-top {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 780px) {
  :root {
    --shell: min(100% - 32px, 620px);
  }
  .header-inner {
    min-height: 78px;
  }
  .brand img {
    width: 50px;
    height: 50px;
  }
  .desktop-nav {
    display: none;
  }
  .menu-toggle {
    display: grid;
    place-items: center;
  }
  main > section,
  .page-section {
    padding: 76px 0;
  }
  main > section:first-child {
    padding-top: 58px;
  }
  .section-heading {
    font-size: clamp(2.3rem, 13vw, 4.5rem);
  }
  .hero-copy h1 {
    font-size: clamp(3.5rem, 18vw, 7rem);
  }
  .hero-media {
    min-height: 430px;
    padding: 24px;
  }
  .hero-footer {
    padding-right: 24px;
    padding-left: 24px;
  }
  .portal-inner {
    gap: 50px;
  }
  .portal-title {
    font-size: clamp(3.8rem, 18vw, 7rem);
  }
  .portal-bar,
  .portal-metrics {
    align-items: flex-start;
    flex-direction: column;
  }
  .portal-metrics {
    width: 100%;
  }
  .portal-metric,
  .portal-metric + .portal-metric {
    width: 100%;
    padding: 17px 0;
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.34);
  }
  .portal-metric:last-child {
    border-bottom: 0;
  }
  .grid-2,
  .grid-3,
  .grid-4,
  .testimonial,
  .form-layout,
  .pricing-grid {
    grid-template-columns: 1fr;
  }
  .bento {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
  }
  .bento-card:first-child {
    grid-row: auto;
  }
  .archive-grid {
    grid-template-columns: 1fr;
  }
  .archive-preview {
    grid-row: auto;
    min-height: 320px;
  }
  .timeline {
    grid-template-columns: 1fr;
    margin-left: 8px;
    border-top: 0;
    border-left: 1px solid var(--line);
  }
  .timeline-item,
  .timeline-item + .timeline-item {
    min-height: 150px;
    padding: 24px 0 24px 28px;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }
  .timeline-dot,
  .timeline-item + .timeline-item .timeline-dot {
    top: 24px;
    left: -7px;
  }
  .price-card.featured {
    transform: none;
  }
  .form-grid {
    grid-template-columns: 1fr;
  }
  .field.full {
    grid-column: auto;
  }
  .footer-top {
    grid-template-columns: 1fr;
    gap: 38px;
  }
  .footer-legal {
    align-items: flex-start;
    flex-direction: column;
  }
  .cookie-banner {
    right: 12px;
    bottom: 12px;
    left: 12px;
    align-items: stretch;
    flex-direction: column;
    padding: 18px;
  }
  .cookie-actions {
    width: 100%;
  }
  .cookie-actions button {
    flex: 1;
  }
  .mobile-menu-inner {
    grid-template-columns: 1fr;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    animation-duration: 0.01ms !important;
    transition-duration: 0.01ms !important;
  }
}
@media (max-width: 768px) {
  html,body{overflow-x:hidden}
}