:root {
  color-scheme: dark;
  --ink: #f8fbff;
  --muted: #a7b6c9;
  --deep: #07111f;
  --panel: #0d1d2e;
  --panel-2: #102840;
  --line: rgba(255, 255, 255, 0.13);
  --cyan: #20d7df;
  --mint: #7ee2b8;
  --gold: #f6c75a;
  --coral: #ff7d6b;
  --shadow: 0 26px 70px rgba(0, 0, 0, 0.36);
  --ease-out: cubic-bezier(0.16, 1, 0.3, 1);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
  color: var(--ink);
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.025) 1px, transparent 1px),
    linear-gradient(180deg, rgba(255, 255, 255, 0.02) 1px, transparent 1px),
    var(--deep);
  background-size: 72px 72px;
  line-height: 1.6;
}

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

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

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 16px clamp(20px, 5vw, 72px);
  border-bottom: 1px solid var(--line);
  background: rgba(5, 12, 21, 0.78);
  backdrop-filter: blur(18px);
}

.brand img {
  width: 176px;
  height: auto;
}

.brand {
  display: inline-flex;
  align-items: center;
  padding: 8px 12px;
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.18);
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 8px;
}

.site-nav a {
  padding: 10px 12px;
  border-radius: 999px;
  color: var(--muted);
  font-size: 14px;
  font-weight: 700;
}

.site-nav a:hover,
.site-nav a:focus-visible {
  color: var(--ink);
  background: rgba(255, 255, 255, 0.08);
}

.nav-toggle {
  display: none;
  width: 44px;
  height: 44px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.05);
}

.nav-toggle span {
  display: block;
  width: 20px;
  height: 2px;
  margin: 5px auto;
  background: var(--ink);
}

.section-dark,
.section,
.split-section,
.band,
.site-footer {
  padding-left: clamp(20px, 5vw, 72px);
  padding-right: clamp(20px, 5vw, 72px);
}

.hero {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  min-height: calc(100vh - 74px);
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(320px, 0.95fr);
  align-items: center;
  gap: clamp(36px, 6vw, 88px);
  padding-top: 56px;
  padding-bottom: 58px;
  background:
    linear-gradient(90deg, rgba(32, 215, 223, 0.12) 1px, transparent 1px),
    linear-gradient(180deg, rgba(126, 226, 184, 0.09) 1px, transparent 1px),
    radial-gradient(circle at 74% 22%, rgba(32, 215, 223, 0.34), transparent 28%),
    radial-gradient(circle at 22% 72%, rgba(246, 199, 90, 0.18), transparent 26%),
    linear-gradient(140deg, #050c15 0%, #0b2236 50%, #07111f 100%);
  background-size: 92px 92px, 92px 92px, auto, auto, auto;
}

#network-canvas {
  position: absolute;
  inset: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  opacity: 0.55;
}

.hero::after {
  content: "";
  position: absolute;
  inset: auto -8% -20% -8%;
  z-index: -1;
  height: 260px;
  background: linear-gradient(90deg, transparent, rgba(32, 215, 223, 0.22), transparent);
  filter: blur(44px);
  transform: skewY(-4deg);
}

.hero-copy,
.hero-visual {
  animation: heroRise 900ms var(--ease-out) both;
}

.hero-visual {
  animation-delay: 140ms;
}

.eyebrow {
  margin: 0 0 14px;
  color: var(--mint);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

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

h1 {
  max-width: 760px;
  margin-bottom: 22px;
  font-size: clamp(42px, 5.8vw, 76px);
  line-height: 0.98;
  letter-spacing: 0;
  text-wrap: balance;
}

h2 {
  margin-bottom: 18px;
  font-size: clamp(32px, 4.5vw, 58px);
  line-height: 1.02;
  letter-spacing: 0;
}

h3 {
  margin-bottom: 10px;
  font-size: 22px;
  line-height: 1.2;
}

.hero-text,
.section-heading p,
.split-copy p,
.strategy-copy p,
.contact-section p {
  color: var(--muted);
  font-size: 18px;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 32px;
}

.hero-proof {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 24px;
}

.hero-proof span {
  padding: 8px 12px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 999px;
  color: #d8f7ff;
  font-size: 13px;
  font-weight: 900;
  background: rgba(255, 255, 255, 0.075);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 20px;
  border-radius: 8px;
  font-weight: 800;
  transition: transform 240ms var(--ease-out), box-shadow 240ms var(--ease-out), background 240ms var(--ease-out);
}

.button:hover {
  transform: translateY(-2px);
  box-shadow: 0 18px 34px rgba(32, 215, 223, 0.2);
}

.button-primary {
  color: #05111c;
  background: linear-gradient(135deg, var(--cyan), var(--mint));
}

.button-secondary {
  border: 1px solid var(--line);
  color: var(--ink);
  background: rgba(255, 255, 255, 0.06);
}

.hero-visual {
  position: relative;
  padding: clamp(18px, 3vw, 34px);
  border: 1px solid var(--line);
  border-radius: 8px;
  background:
    radial-gradient(circle at 50% 46%, rgba(32, 215, 223, 0.2), transparent 38%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.035));
  box-shadow: var(--shadow);
  min-height: 470px;
  display: grid;
  place-items: center;
  transform-style: preserve-3d;
}

.hero-visual img {
  position: relative;
  z-index: 2;
  width: min(88%, 470px);
  aspect-ratio: 1 / 1;
  object-fit: contain;
  filter: drop-shadow(0 30px 42px rgba(0, 0, 0, 0.55));
  animation: floatAsset 5.5s ease-in-out infinite;
}

.orbit {
  position: absolute;
  inset: 12%;
  border: 1px solid rgba(126, 226, 184, 0.32);
  border-radius: 50%;
  transform: rotateX(68deg) rotateZ(-18deg);
}

.orbit::before {
  content: "";
  position: absolute;
  top: -5px;
  left: 50%;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--cyan);
  box-shadow: 0 0 22px var(--cyan);
}

.orbit-one {
  animation: orbitSpin 13s linear infinite;
}

.orbit-two {
  inset: 22%;
  border-color: rgba(246, 199, 90, 0.34);
  animation: orbitSpin 18s linear reverse infinite;
}

.data-chip {
  position: absolute;
  z-index: 3;
  min-width: 128px;
  padding: 10px 12px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 8px;
  background: rgba(5, 12, 21, 0.72);
  backdrop-filter: blur(12px);
  box-shadow: 0 16px 34px rgba(0, 0, 0, 0.32);
}

.data-chip strong,
.data-chip span {
  display: block;
}

.data-chip strong {
  color: var(--gold);
  line-height: 1.1;
}

.data-chip span {
  color: var(--muted);
  font-size: 12px;
  font-weight: 800;
}

.chip-one {
  top: 16%;
  left: 6%;
}

.chip-two {
  right: 5%;
  top: 24%;
}

.chip-three {
  right: 11%;
  bottom: 14%;
}

.metrics {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  background: var(--line);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.metrics article {
  position: relative;
  overflow: hidden;
  padding: 32px clamp(20px, 4vw, 56px);
  background: #091725;
}

.metrics article::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(120deg, transparent, rgba(32, 215, 223, 0.11), transparent);
  transform: translateX(-120%);
  animation: metricScan 5.5s ease-in-out infinite;
}

.metrics strong {
  display: block;
  margin-bottom: 10px;
  color: var(--gold);
  font-size: clamp(34px, 5vw, 56px);
  line-height: 1;
}

.metrics span {
  color: var(--muted);
  font-weight: 600;
}

.split-section {
  display: grid;
  grid-template-columns: minmax(280px, 0.9fr) minmax(0, 1.1fr);
  align-items: center;
  gap: clamp(32px, 6vw, 86px);
  padding-top: 110px;
  padding-bottom: 110px;
  background: #07111f;
}

.split-image img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.split-image,
.service-card,
.insight-card,
.portfolio-grid article,
.research-card,
.timeline-content,
.location-list article {
  transition: transform 280ms var(--ease-out), box-shadow 280ms var(--ease-out), border-color 280ms var(--ease-out);
}

.service-card:hover,
.insight-card:hover,
.portfolio-grid article:hover,
.research-card:hover,
.timeline-content:hover,
.location-list article:hover {
  transform: translateY(-8px);
  border-color: rgba(32, 215, 223, 0.44);
  box-shadow: 0 26px 62px rgba(0, 0, 0, 0.32);
}

.reveal {
  opacity: 0;
  transform: translateY(28px);
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 700ms var(--ease-out), transform 700ms var(--ease-out);
}

@keyframes heroRise {
  from {
    opacity: 0;
    transform: translateY(28px) scale(0.98);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

@keyframes floatAsset {
  0%,
  100% {
    transform: translateY(0) rotate(-1deg);
  }
  50% {
    transform: translateY(-18px) rotate(2deg);
  }
}

@keyframes orbitSpin {
  to {
    transform: rotateX(68deg) rotateZ(342deg);
  }
}

@keyframes metricScan {
  0%,
  42% {
    transform: translateX(-120%);
  }
  70%,
  100% {
    transform: translateX(120%);
  }
}

.section {
  padding-top: 105px;
  padding-bottom: 105px;
}

.section-heading {
  max-width: 850px;
  margin: 0 auto 44px;
  text-align: center;
}

.card-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 18px;
}

.service-card,
.research-card,
.insight-card,
.portfolio-grid article,
.location-list article {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.07), rgba(255, 255, 255, 0.035));
  box-shadow: 0 14px 36px rgba(0, 0, 0, 0.22);
}

.service-card {
  overflow: hidden;
}

.service-card img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.service-card div {
  padding: 22px;
}

.service-card p,
.research-card p,
.insight-card p,
.portfolio-grid p,
.site-footer p {
  color: var(--muted);
}

.band {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.82fr);
  gap: clamp(30px, 5vw, 72px);
  align-items: center;
  padding-top: 96px;
  padding-bottom: 96px;
  background:
    linear-gradient(rgba(7, 17, 31, 0.88), rgba(7, 17, 31, 0.88)),
    url("../images/defi.jpg") center/cover;
}

.allocation-panel {
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(7, 17, 31, 0.72);
}

.bar-row {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 8px 14px;
  margin-bottom: 24px;
  font-weight: 800;
}

.bar-row:last-child {
  margin-bottom: 0;
}

.bar-row div {
  grid-column: 1 / -1;
  height: 10px;
  overflow: hidden;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.1);
}

.bar-row i {
  display: block;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, var(--cyan), var(--gold), var(--coral));
}

.insights {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  background: #091725;
}

.insight-card {
  padding: 28px;
}

.portfolio-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.portfolio-grid article {
  overflow: hidden;
}

.portfolio-grid img {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
}

.portfolio-grid h3,
.portfolio-grid p {
  margin-left: 22px;
  margin-right: 22px;
}

.portfolio-grid h3 {
  margin-top: 20px;
}

.portfolio-grid p {
  margin-bottom: 22px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 900;
}

.tag {
  color: var(--gold);
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
}

.research-card a,
.site-footer a {
  color: var(--mint);
  font-weight: 900;
}

.research-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.research-card {
  overflow: hidden;
}

.research-card img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
}

.research-card div {
  padding: 24px;
}

.institutional-timeline {
  background: #f6f9fc;
  color: #07111f;
}

.institutional-timeline .section-heading h2,
.institutional-timeline .timeline-content h3 {
  color: #07111f;
}

.institutional-timeline .section-heading p,
.timeline-content p,
.timeline-legend {
  color: #526176;
}

.timeline-legend {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
  max-width: 980px;
  margin: -18px auto 48px;
  font-size: 13px;
  font-weight: 800;
}

.timeline-legend span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 12px;
  border: 1px solid #dbe6f2;
  border-radius: 999px;
  background: #fff;
}

.timeline-list {
  position: relative;
  max-width: 1040px;
  margin: 0 auto;
}

.timeline-list::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 38px;
  width: 2px;
  background: #d8e4f0;
}

.timeline-year {
  position: relative;
  display: grid;
  grid-template-columns: 76px 1fr;
  align-items: center;
  gap: 22px;
  margin: 42px 0 18px;
}

.timeline-year:first-child {
  margin-top: 0;
}

.timeline-year span {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  border-radius: 8px;
  color: #fff;
  font-weight: 900;
  background: #071b33;
  box-shadow: 0 10px 24px rgba(7, 27, 51, 0.18);
}

.timeline-year strong {
  padding: 18px 22px;
  border: 1px solid #dbe6f2;
  border-radius: 8px;
  color: #071b33;
  background: #fff;
}

.timeline-item {
  position: relative;
  display: grid;
  grid-template-columns: 76px 1fr;
  gap: 22px;
  margin-bottom: 18px;
}

.timeline-marker {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: center;
  padding-top: 22px;
}

.source-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border-radius: 8px;
  color: #fff;
  font-size: 12px;
  font-style: normal;
  font-weight: 900;
  letter-spacing: 0;
  box-shadow: 0 12px 24px rgba(7, 27, 51, 0.18);
}

.source-icon.big-four {
  background: #193a63;
}

.source-icon.mica {
  background: #155e96;
}

.source-icon.italy {
  background: #087f6f;
}

.source-icon.usa {
  background: #22304a;
}

.source-icon.global {
  background: #7a5a10;
}

.timeline-content {
  padding: 24px 26px;
  border: 1px solid #dbe6f2;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 16px 36px rgba(8, 28, 52, 0.08);
}

.timeline-content h3 {
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 900;
}

.timeline-content p {
  margin-bottom: 18px;
}

.timeline-content a {
  display: inline-flex;
  align-items: center;
  min-height: 40px;
  padding: 0 14px;
  border-radius: 8px;
  color: #fff;
  font-size: 14px;
  font-weight: 900;
  background: #071b33;
}

.timeline-content a:hover,
.timeline-content a:focus-visible {
  background: #155e96;
}

.contact-section {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(330px, 0.85fr);
  gap: clamp(32px, 5vw, 72px);
  align-items: start;
  padding-top: 100px;
  padding-bottom: 100px;
  background: #091725;
}

.focus-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  padding: 0;
  margin: 30px 0 0;
  list-style: none;
}

.focus-list li {
  padding: 8px 12px;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: var(--muted);
  font-size: 13px;
  font-weight: 800;
  background: rgba(255, 255, 255, 0.05);
}

.location-list {
  display: grid;
  gap: 16px;
}

.location-list article {
  display: grid;
  grid-template-columns: 110px 1fr;
  gap: 18px;
  padding: 14px;
}

.location-list img {
  width: 110px;
  height: 110px;
  object-fit: cover;
  border-radius: 8px;
}

.site-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding-top: 28px;
  padding-bottom: 28px;
  border-top: 1px solid var(--line);
  background: #050c15;
}

.site-footer img {
  width: 150px;
}

.footer-legal {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 14px;
}

.footer-link {
  padding: 0;
  border: 0;
  color: var(--mint);
  font: inherit;
  font-weight: 900;
  background: transparent;
  cursor: pointer;
}

.cookie-banner,
.cookie-modal-panel {
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 8px;
  color: var(--ink);
  background: rgba(5, 12, 21, 0.94);
  box-shadow: 0 28px 80px rgba(0, 0, 0, 0.45);
  backdrop-filter: blur(20px);
}

.cookie-banner {
  position: fixed;
  right: clamp(16px, 3vw, 34px);
  bottom: clamp(16px, 3vw, 34px);
  z-index: 50;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 22px;
  width: min(760px, calc(100% - 32px));
  padding: 24px;
}

.cookie-banner[hidden],
.cookie-modal[hidden] {
  display: none;
}

.cookie-title {
  margin-bottom: 8px;
  color: var(--ink);
  font-size: 18px;
  font-weight: 900;
}

.cookie-copy p:last-of-type {
  margin-bottom: 10px;
}

.cookie-copy p,
.cookie-modal-panel p,
.cookie-option span {
  color: var(--muted);
}

.cookie-copy a {
  color: var(--mint);
  font-weight: 900;
}

.cookie-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-content: center;
  justify-content: flex-end;
}

.cookie-button {
  min-height: 42px;
  border: 0;
  cursor: pointer;
}

.cookie-button.primary {
  color: #05111c;
  background: linear-gradient(135deg, var(--cyan), var(--mint));
}

.cookie-button.ghost {
  border: 1px solid rgba(255, 255, 255, 0.16);
  color: var(--ink);
  background: rgba(255, 255, 255, 0.06);
}

.cookie-close {
  position: absolute;
  top: 12px;
  right: 12px;
  width: 34px;
  height: 34px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 8px;
  color: var(--ink);
  font-size: 18px;
  font-weight: 900;
  line-height: 1;
  background: rgba(255, 255, 255, 0.06);
  cursor: pointer;
}

.cookie-modal {
  position: fixed;
  inset: 0;
  z-index: 60;
  display: grid;
  place-items: center;
  padding: 20px;
  background: rgba(1, 7, 14, 0.68);
}

.cookie-modal-panel {
  position: relative;
  width: min(720px, 100%);
  max-height: min(760px, calc(100vh - 40px));
  overflow: auto;
  padding: 32px;
}

.cookie-modal-panel h2 {
  margin-bottom: 14px;
  font-size: clamp(30px, 5vw, 44px);
}

.cookie-option {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 18px;
  align-items: center;
  margin-top: 16px;
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.05);
}

.cookie-option strong,
.cookie-option span {
  display: block;
}

.cookie-option input {
  width: 22px;
  height: 22px;
  accent-color: var(--cyan);
}

.status-pill {
  padding: 7px 10px;
  border-radius: 999px;
  color: #05111c !important;
  font-size: 12px;
  font-weight: 900;
  background: var(--mint);
}

.modal-actions {
  margin-top: 22px;
}

@media (max-width: 1180px) {
  .card-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .research-grid,
  .portfolio-grid,
  .insights {
    grid-template-columns: repeat(2, 1fr);
  }
}

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

  .site-nav {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    display: none;
    flex-direction: column;
    align-items: stretch;
    padding: 12px 20px 20px;
    border-bottom: 1px solid var(--line);
    background: rgba(7, 17, 31, 0.97);
  }

  .site-header.nav-open .site-nav {
    display: flex;
  }

  .hero,
  .split-section,
  .band,
  .contact-section {
    grid-template-columns: 1fr;
  }

  .hero {
    min-height: auto;
  }

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

  .research-grid,
  .portfolio-grid,
  .insights,
  .card-grid {
    grid-template-columns: 1fr;
  }

  .timeline-list::before {
    left: 22px;
  }

  .timeline-year,
  .timeline-item {
    grid-template-columns: 46px 1fr;
    gap: 14px;
  }

  .timeline-year span {
    min-height: 36px;
    font-size: 12px;
  }

  .source-icon {
    width: 36px;
    height: 36px;
    font-size: 10px;
  }

  .timeline-content,
  .timeline-year strong {
    padding: 18px;
  }

  .timeline-content h3 {
    font-size: 18px;
  }

  .site-footer {
    flex-direction: column;
    align-items: flex-start;
  }

  .cookie-banner {
    grid-template-columns: 1fr;
    padding-right: 54px;
  }

  .cookie-actions {
    justify-content: flex-start;
  }
}

@media (max-width: 520px) {
  .brand img {
    width: 142px;
  }

  .hero-actions {
    flex-direction: column;
  }

  .location-list article {
    grid-template-columns: 1fr;
  }

  .location-list img {
    width: 100%;
    height: 190px;
  }

  .cookie-option {
    grid-template-columns: 1fr;
  }

  .cookie-button,
  .cookie-actions {
    width: 100%;
  }
}
