:root {
  --paper: #f1ead7;
  --paper-2: #fff8e8;
  --ink: #172d24;
  --text: #324b40;
  --muted: #6d7f73;
  --leaf: #abc56c;
  --sage: #d9e2b6;
  --moss: #2d5d47;
  --cedar: #c48d5c;
  --line: rgba(23, 45, 36, .16);
  --shadow: 0 26px 70px rgba(38, 55, 44, .18);
  --radius: 38px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
}

* {
  box-sizing: border-box
}

html {
  scroll-behavior: smooth
}

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  line-height: 1.5;
  overflow-x: hidden
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -2;
  background: radial-gradient(circle at 12% 8%, rgba(171, 197, 108, .42), transparent 28rem), radial-gradient(circle at 92% 0%, rgba(196, 141, 92, .28), transparent 30rem), linear-gradient(120deg, #f3ecd9, #f7f1df 38%, #e8ddc4)
}

body::after {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -1;
  opacity: .42;
  background-image: linear-gradient(90deg, rgba(23, 45, 36, .08) 1px, transparent 1px), linear-gradient(rgba(23, 45, 36, .06) 1px, transparent 1px);
  background-size: 106px 106px;
  mask-image: linear-gradient(to bottom, black, transparent 86%)
}

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

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

p,
li,
.button,
.store-button,
.site-footer__brandline p,
.cookie__text {
  line-height: 1.5
}

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 60;
  padding: 18px clamp(14px, 4vw, 58px);
  pointer-events: none
}

.site-header__inner {
  pointer-events: auto;
  display: grid;
  grid-template-columns: auto 1fr auto auto;
  gap: 18px;
  align-items: center;
  width: min(1320px, 100%);
  margin: 0 auto;
  padding: 12px 14px 12px 16px;
  border: 1px solid rgba(23, 45, 36, .14);
  border-radius: 28px;
  background: rgba(255, 248, 232, .78);
  backdrop-filter: blur(20px);
  box-shadow: 0 16px 48px rgba(43, 58, 46, .14)
}

.site-header__brand {
  display: grid;
  grid-template-columns: 46px auto;
  gap: 12px;
  align-items: center;
  font-weight: 900;
  letter-spacing: -.03em;
  color: var(--ink)
}

.site-header__mark,
.site-footer__mark {
  width: 46px;
  height: 46px;
  display: grid;
  place-items: center;
  border-radius: 17px;
  background: var(--ink);
  color: var(--sage);
  font-weight: 950;
  box-shadow: inset 0 -8px 0 rgba(255, 255, 255, .05)
}

.site-header__name {
  white-space: nowrap
}

.site-header__nav {
  display: flex;
  justify-content: center;
  gap: clamp(14px, 2.5vw, 34px);
  font-size: 14px;
  font-weight: 850;
  color: var(--text)
}

.site-header__link {
  position: relative;
  white-space: nowrap;
  padding: 10px 0
}

.site-header__link::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 4px;
  height: 8px;
  border-radius: 99px;
  background: var(--sage);
  transform: scaleX(0);
  transform-origin: left;
  transition: .22s ease;
  z-index: -1
}

.site-header__link:hover::before {
  transform: scaleX(1)
}

.site-header__cta {
  padding: 14px 20px;
  border-radius: 17px;
  background: var(--moss);
  color: #fff8e8;
  font-weight: 900;
  white-space: nowrap;
  box-shadow: 0 8px 0 rgba(23, 45, 36, .16)
}

.site-header__burger {
  display: none;
  width: 48px;
  height: 48px;
  border: 0;
  border-radius: 17px;
  background: var(--sage);
  padding: 10px;
  cursor: pointer
}

.site-header__burger span {
  display: block;
  height: 2px;
  background: var(--ink);
  border-radius: 99px;
  margin: 7px 0
}

.section {
  width: min(1320px, calc(100% - 34px));
  margin: 0 auto;
  padding: 104px 0
}

.section__kicker {
  margin: 0 0 20px;
  color: var(--moss);
  font-weight: 950;
  text-transform: uppercase;
  letter-spacing: .18em;
  font-size: 12px;
  line-height: 1.5
}

.section__side-title {
  display: grid;
  grid-template-columns: minmax(150px, .32fr) minmax(0, 1fr);
  gap: clamp(28px, 6vw, 96px);
  align-items: start;
  margin-bottom: 56px
}

.section__side-title h2,
.screens__intro h2,
.rituals__content h2,
.use-cases__copy h2,
.download h2 {
  margin: 0;
  font-size: clamp(34px, 4.8vw, 78px);
  line-height: 1.12;
  letter-spacing: -.065em
}

.section__side-title p:first-child {
  padding-top: 14px
}

.section__side-title h2 {
  max-width: 980px
}

.hero {
  width: min(1320px, calc(100% - 34px));
  min-height: 100svh;
  margin: 0 auto;
  padding: 150px 0 106px;
  display: grid;
  grid-template-columns: minmax(430px, .78fr) minmax(460px, .86fr);
  grid-template-areas: "copy image" "metrics image";
  gap: 42px 56px;
  align-items: center
}

.hero__panel {
  grid-area: copy;
  align-self: center;
  padding: clamp(30px, 4.4vw, 62px);
  border-radius: 48px;
  background: rgba(255, 248, 232, .72);
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
  position: relative
}

.hero__panel::after {
  content: "";
  position: absolute;
  right: 30px;
  top: 30px;
  width: 82px;
  height: 82px;
  border: 1px solid rgba(23, 45, 36, .18);
  border-radius: 50%;
  background: radial-gradient(circle, var(--sage) 0 36%, transparent 37%)
}

.hero__eyebrow {
  margin: 0 0 20px;
  color: var(--moss);
  font-weight: 950;
  text-transform: uppercase;
  letter-spacing: .18em;
  font-size: 12px
}

.hero__title {
  margin: 0;
  font-size: clamp(48px, 5.9vw, 86px);
  line-height: 1.12;
  letter-spacing: -.075em;
  max-width: 12.8ch
}

.hero__text {
  margin: 32px 0 0;
  max-width: 660px;
  font-size: clamp(18px, 1.65vw, 22px);
  line-height: 1.5;
  color: var(--text)
}

.hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-top: 40px
}

.button {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-height: 56px;
  padding: 16px 24px;
  border-radius: 18px;
  font-weight: 950;
  transition: .2s ease
}

.button:hover {
  transform: translateY(-3px)
}

.button--primary {
  background: var(--ink);
  color: #fff8e8;
  box-shadow: 0 10px 0 rgba(23, 45, 36, .16)
}

.button--secondary {
  background: #fff8e8;
  border: 1px solid var(--line);
  color: var(--ink)
}

.hero__image-wrap {
  grid-area: image;
  position: relative
}

.hero__image-wrap::before {
  content: "";
  position: absolute;
  inset: 8% 4% 12%;
  border-radius: 52px;
  background: linear-gradient(120deg, rgba(171, 197, 108, .25), rgba(196, 141, 92, .18));
  transform: rotate(-2deg);
  filter: blur(.2px)
}

.hero__image {
  position: relative;
  border-radius: 52px;
  box-shadow: 0 34px 90px rgba(42, 62, 49, .24)
}

.hero__metrics {
  grid-area: metrics;
  display: grid;
  grid-template-columns: 1fr;
  gap: 14px
}

.hero__metrics div {
  display: grid;
  grid-template-columns: 86px 1fr;
  gap: 18px;
  align-items: center;
  padding: 20px 24px;
  border: 1px solid var(--line);
  border-radius: 28px;
  background: rgba(255, 248, 232, .58)
}

.hero__metrics strong {
  font-size: clamp(34px, 4.6vw, 58px);
  line-height: 1;
  letter-spacing: -.07em
}

.hero__metrics span {
  color: var(--text);
  font-weight: 750;
  line-height: 1.5
}

.daily-map__layout {
  display: grid;
  grid-template-columns: 1.05fr .76fr .9fr;
  grid-auto-rows: minmax(190px, auto);
  gap: 18px;
  align-items: stretch
}

.daily-map__card {
  position: relative;
  min-height: 250px;
  padding: 34px;
  border-radius: 34px;
  border: 1px solid var(--line);
  background: rgba(255, 248, 232, .62);
  box-shadow: 0 18px 54px rgba(38, 55, 44, .12);
  overflow: hidden
}

.daily-map__card::after {
  content: "";
  position: absolute;
  right: -40px;
  bottom: -46px;
  width: 160px;
  height: 160px;
  border-radius: 50%;
  background: rgba(171, 197, 108, .28)
}

.daily-map__card--large {
  grid-column: span 2;
  min-height: 360px;
  background: var(--ink);
  color: #fff8e8
}

.daily-map__card--large p {
  color: rgba(255, 248, 232, .76)
}

.daily-map__card--offset {
  transform: translateY(48px);
  background: #e2d6ba
}

.daily-map__card--wide {
  grid-column: span 2;
  background: #dfe8bb
}

.daily-map__number {
  display: inline-grid;
  place-items: center;
  width: 54px;
  height: 54px;
  border-radius: 18px;
  background: rgba(23, 45, 36, .11);
  font-weight: 950;
  color: var(--moss)
}

.daily-map__card--large .daily-map__number {
  background: rgba(255, 248, 232, .14);
  color: var(--sage)
}

.daily-map__card h3 {
  margin: 28px 0 18px;
  font-size: clamp(27px, 2.8vw, 44px);
  line-height: 1.18;
  letter-spacing: -.05em
}

.daily-map__card p {
  margin: 0;
  color: var(--text);
  font-size: 17px;
  line-height: 1.5
}

.daily-map__card--large h3 {
  max-width: 680px
}

.rituals {
  display: grid;
  grid-template-columns: minmax(280px, .68fr) minmax(0, 1fr);
  gap: clamp(28px, 6vw, 96px);
  align-items: center
}

.rituals__media {
  padding: 28px;
  border-radius: 54px;
  background: linear-gradient(145deg, #1d3b2f, #375d45);
  box-shadow: var(--shadow)
}

.rituals__media img {
  border-radius: 38px;
  margin: auto;
  max-height: 760px;
  object-fit: contain
}

.rituals__steps {
  display: grid;
  gap: 14px;
  margin: 38px 0 0;
  padding: 0;
  list-style: none;
  counter-reset: step
}

.rituals__steps li {
  display: grid;
  grid-template-columns: 118px 1fr;
  gap: 22px;
  align-items: start;
  padding: 24px;
  border-radius: 28px;
  background: rgba(255, 248, 232, .64);
  border: 1px solid var(--line)
}

.rituals__steps li::before {
  counter-increment: step;
  content: "0" counter(step);
  font-size: 42px;
  line-height: .9;
  font-weight: 950;
  letter-spacing: -.08em;
  color: var(--cedar)
}

.rituals__steps strong {
  display: block;
  font-size: 22px;
  line-height: 1.3;
  letter-spacing: -.03em
}

.rituals__steps span {
  display: block;
  margin-top: 10px;
  color: var(--text);
  line-height: 1.5
}

.screens__intro {
  display: grid;
  grid-template-columns: minmax(0, .8fr) minmax(280px, .45fr);
  gap: clamp(24px, 6vw, 90px);
  align-items: end;
  margin-bottom: 44px
}

.screens__intro p:last-child {
  margin: 0;
  color: var(--text);
  font-size: 19px;
  line-height: 1.5
}

.screens__mosaic {
  display: grid;
  grid-template-columns: 1fr .85fr 1.1fr;
  grid-auto-rows: 250px;
  gap: 18px
}

.screens__item {
  margin: 0;
  position: relative;
  padding: 18px;
  border-radius: 40px;
  background: rgba(255, 248, 232, .7);
  border: 1px solid var(--line);
  box-shadow: 0 16px 52px rgba(38, 55, 44, .11);
  overflow: hidden
}

.screens__item img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  border-radius: 28px
}

.screens__item--tall {
  grid-row: span 2
}

.screens__item--wide {
  grid-column: span 2
}

.screens__item figcaption {
  position: absolute;
  left: 28px;
  bottom: 26px;
  padding: 10px 14px;
  border-radius: 999px;
  background: rgba(23, 45, 36, .84);
  color: #fff8e8;
  font-weight: 850;
  font-size: 13px;
  backdrop-filter: blur(8px)
}

.use-cases {
  display: grid;
  grid-template-columns: minmax(280px, .58fr) minmax(0, 1fr);
  gap: clamp(30px, 6vw, 90px);
  align-items: start
}

.use-cases__copy {
  position: sticky;
  top: 130px
}

.use-cases__copy p:last-child {
  font-size: 20px;
  line-height: 1.5;
  color: var(--text)
}

.use-cases__rail {
  display: grid;
  gap: 18px
}

.use-cases__rail article {
  display: grid;
  grid-template-columns: 120px minmax(0, 220px) 1fr;
  gap: 20px;
  align-items: center;
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: 34px;
  background: rgba(255, 248, 232, .68);
  box-shadow: 0 16px 42px rgba(38, 55, 44, .1)
}

.use-cases__rail span {
  color: var(--moss);
  font-weight: 950;
  text-transform: uppercase;
  letter-spacing: .12em;
  font-size: 12px
}

.use-cases__rail strong {
  font-size: 26px;
  line-height: 1.25;
  letter-spacing: -.04em
}

.use-cases__rail p {
  margin: 0;
  color: var(--text);
  line-height: 1.5
}

.reviews {
  display: grid;
  grid-template-columns: minmax(260px, .55fr) minmax(0, 1fr);
  gap: clamp(30px, 6vw, 90px)
}

.reviews .section__side-title {
  display: block;
  margin: 0
}

.reviews__stack {
  display: grid;
  gap: 16px
}

.review-card {
  padding: 32px;
  border-radius: 34px;
  background: var(--ink);
  color: #fff8e8;
  box-shadow: 0 20px 60px rgba(23, 45, 36, .2);
  width: min(100%, 760px)
}

.review-card--shift {
  justify-self: end;
  background: #fff8e8;
  color: var(--ink);
  border: 1px solid var(--line)
}

.review-card p {
  margin: 0;
  font-size: clamp(20px, 2.2vw, 30px);
  line-height: 1.5;
  letter-spacing: -.035em
}

.review-card strong {
  display: block;
  margin-top: 18px;
  color: var(--cedar)
}

.download {
  width: min(1320px, calc(100% - 34px));
  margin: 40px auto 110px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, .45fr);
  gap: 38px;
  align-items: center;
  padding: clamp(34px, 6vw, 76px);
  border-radius: 54px;
  background: linear-gradient(125deg, #193427, #2c5a43);
  color: #fff8e8;
  box-shadow: var(--shadow);
  overflow: hidden
}

.download p {
  color: rgba(255, 248, 232, .78);
  font-size: 20px;
  line-height: 1.5
}

.download .section__kicker {
  color: var(--sage)
}

.download__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 34px
}

.store-button {
  display: grid;
  gap: 2px;
  min-width: 178px;
  padding: 16px 20px;
  border-radius: 20px;
  background: #fff8e8;
  color: var(--ink);
  box-shadow: 0 10px 0 rgba(0, 0, 0, .18);
  font-weight: 900
}

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

.store-button strong {
  font-size: 22px;
  line-height: 1
}

.store-button--web {
  background: var(--sage)
}

.download__visual {
  justify-self: center;
  max-width: 310px;
  padding: 18px;
  border-radius: 38px;
  background: rgba(255, 248, 232, .13)
}

.download__visual img {
  border-radius: 28px
}

.site-footer {
  width: min(1320px, calc(100% - 34px));
  margin: 0 auto 34px;
  padding: 30px;
  border-radius: 36px;
  background: #fff8e8;
  border: 1px solid var(--line);
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 26px;
  align-items: end
}

.site-footer__brandline {
  display: grid;
  gap: 14px
}

.site-footer__brand {
  display: inline-grid;
  grid-template-columns: 46px auto;
  align-items: center;
  gap: 12px;
  font-weight: 950;
  width: max-content
}

.site-footer__brandline p,
.site-footer__copy {
  margin: 0;
  color: var(--text)
}

.site-footer__policies {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 18px;
  font-weight: 850;
  color: var(--moss)
}

.site-footer__copy {
  grid-column: 1/-1;
  border-top: 1px solid var(--line);
  padding-top: 18px
}

.cookie {
  position: fixed;
  left: 50%;
  bottom: 18px;
  transform: translateX(-50%);
  z-index: 80;
  width: min(860px, calc(100% - 28px));
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 18px;
  align-items: center;
  padding: 18px;
  border-radius: 26px;
  background: rgba(255, 248, 232, .92);
  border: 1px solid var(--line);
  box-shadow: 0 20px 70px rgba(23, 45, 36, .22);
  backdrop-filter: blur(18px)
}

.cookie.is-hidden {
  display: none
}

.cookie__text {
  margin: 0;
  color: var(--text);
  font-size: 14px
}

.cookie__text a {
  font-weight: 900;
  color: var(--moss);
  text-decoration: underline
}

.cookie__actions {
  display: flex;
  gap: 10px
}

.cookie__button {
  border: 0;
  border-radius: 16px;
  padding: 12px 16px;
  font-weight: 950;
  cursor: pointer
}

.cookie__button--accept {
  background: var(--ink);
  color: #fff8e8
}

.cookie__button--decline {
  background: var(--sage);
  color: var(--ink)
}

.legal-main {
  width: min(1120px, calc(100% - 34px));
  margin: 0 auto;
  padding: 150px 0 86px
}

.legal-hero {
  padding: clamp(34px, 6vw, 72px);
  border-radius: 48px;
  background: linear-gradient(135deg, #fff8e8, #e5edc6);
  border: 1px solid var(--line);
  box-shadow: var(--shadow)
}

.legal-hero__eyebrow {
  margin: 0 0 16px;
  color: var(--moss);
  font-weight: 950;
  letter-spacing: .16em;
  text-transform: uppercase;
  font-size: 12px
}

.legal-hero__title {
  margin: 0;
  font-size: clamp(44px, 6vw, 78px);
  line-height: 1.12;
  letter-spacing: -.065em
}

.legal-hero__text {
  max-width: 760px;
  margin: 28px 0 0;
  font-size: 20px;
  line-height: 1.5;
  color: var(--text)
}

.legal-card {
  display: grid;
  gap: 18px;
  margin-top: 26px
}

.legal-card__section {
  padding: clamp(24px, 4vw, 42px);
  border-radius: 34px;
  background: rgba(255, 248, 232, .72);
  border: 1px solid var(--line);
  box-shadow: 0 12px 42px rgba(38, 55, 44, .09)
}

.legal-card__section--intro {
  background: var(--ink);
  color: #fff8e8
}

.legal-card__section--intro p {
  color: rgba(255, 248, 232, .78)
}

.legal-card__section h2 {
  margin: 0 0 18px;
  font-size: clamp(24px, 3vw, 38px);
  line-height: 1.25;
  letter-spacing: -.04em
}

.legal-card__section p {
  margin: 0 0 16px;
  color: var(--text);
  line-height: 1.5
}

.legal-card__section--intro a,
.legal-card__section a {
  color: var(--moss);
  font-weight: 900;
  text-decoration: underline
}

.legal-card__section--intro a {
  color: var(--sage)
}

.legal-card__list {
  margin: 12px 0 0;
  padding-left: 22px;
  color: var(--text)
}

.legal-card__list li {
  margin: 10px 0;
  line-height: 1.5
}

.legal-card__list--spaced li {
  margin: 16px 0
}

@media (max-width:1120px) {
  .site-header__inner {
    grid-template-columns: auto 1fr auto
  }

  .site-header__nav {
    position: fixed;
    top: 88px;
    right: 22px;
    left: 22px;
    display: none;
    grid-template-columns: 1fr;
    gap: 4px;
    padding: 16px;
    border: 1px solid var(--line);
    border-radius: 26px;
    background: #fff8e8;
    box-shadow: var(--shadow)
  }

  .site-header__nav.is-open {
    display: grid
  }

  .site-header__link {
    padding: 13px 14px;
    border-radius: 16px
  }

  .site-header__link:hover {
    background: var(--sage)
  }

  .site-header__cta {
    display: none
  }

  .site-header__burger {
    display: block;
    justify-self: end
  }

  .hero {
    grid-template-columns: 1fr;
    grid-template-areas: "copy" "image" "metrics";
    padding-top: 132px;
    align-items: start
  }

  .hero__panel {
    padding: 34px
  }

  .hero__title {
    max-width: 13.2ch
  }

  .daily-map__layout,
  .screens__mosaic {
    grid-template-columns: 1fr 1fr
  }

  .daily-map__card--large,
  .daily-map__card--wide,
  .screens__item--wide {
    grid-column: span 2
  }

  .daily-map__card--offset {
    transform: none
  }

  .rituals,
  .use-cases,
  .reviews,
  .download {
    grid-template-columns: 1fr
  }

  .use-cases__copy {
    position: static
  }

  .site-footer {
    grid-template-columns: 1fr
  }

  .site-footer__policies {
    justify-content: flex-start
  }
}

@media (max-width:720px) {
  .site-header {
    padding: 10px
  }

  .site-header__inner {
    border-radius: 22px
  }

  .site-header__brand {
    grid-template-columns: 42px auto
  }

  .site-header__mark,
  .site-footer__mark {
    width: 42px;
    height: 42px;
    border-radius: 15px
  }

  .site-header__name {
    max-width: 150px;
    overflow: hidden;
    text-overflow: ellipsis
  }

  .section {
    padding: 64px 0
  }

  .section__side-title,
  .screens__intro {
    grid-template-columns: 1fr;
    gap: 14px
  }

  .section__side-title h2,
  .screens__intro h2,
  .rituals__content h2,
  .use-cases__copy h2,
  .download h2 {
    font-size: clamp(38px, 12vw, 58px)
  }

  .hero {
    width: min(100% - 20px, 1320px);
    padding-top: 112px;
    gap: 18px
  }

  .hero__panel {
    border-radius: 34px;
    padding: 28px
  }

  .hero__title {
    font-size: clamp(44px, 14vw, 64px);
    line-height: 1.14;
    letter-spacing: -.065em
  }

  .hero__text {
    font-size: 17px;
    line-height: 1.5
  }

  .hero__actions {
    display: grid
  }

  .hero__metrics div {
    grid-template-columns: 70px 1fr;
    padding: 16px
  }

  .daily-map__layout,
  .screens__mosaic {
    grid-template-columns: 1fr;
    grid-auto-rows: auto
  }

  .daily-map__card--large,
  .daily-map__card--wide,
  .screens__item--wide,
  .screens__item--tall {
    grid-column: auto;
    grid-row: auto
  }

  .daily-map__card {
    min-height: auto;
    padding: 26px
  }

  .rituals__steps li {
    grid-template-columns: 1fr;
    gap: 12px
  }

  .screens__item {
    height: min(560px, 95vw)
  }

  .use-cases__rail article {
    grid-template-columns: 1fr;
    gap: 10px
  }

  .review-card--shift {
    justify-self: stretch
  }

  .download {
    width: min(100% - 20px, 1320px);
    margin-bottom: 70px;
    border-radius: 36px;
    padding: 28px
  }

  .download__actions {
    display: grid
  }

  .store-button {
    width: 100%
  }

  .site-footer {
    width: min(100% - 20px, 1320px);
    border-radius: 28px
  }

  .cookie {
    grid-template-columns: 1fr;
    bottom: 10px
  }

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

  .cookie__button {
    width: 100%
  }

  .legal-main {
    width: min(100% - 20px, 1120px);
    padding-top: 116px
  }

  .legal-hero {
    border-radius: 34px;
    padding: 28px
  }

  .legal-hero__title {
    font-size: clamp(44px, 13vw, 64px)
  }

  .legal-card__section {
    border-radius: 26px
  }
}

@media (max-width:380px) {
  .site-header__name {
    max-width: 116px
  }

  .hero__panel::after {
    display: none
  }

  .hero__metrics div {
    grid-template-columns: 1fr
  }

  .cookie__actions {
    grid-template-columns: 1fr
  }
}