/* ==========================================================================
   Brux Chocolat
   ========================================================================== */

/* Fonts (self-hosted, SIL Open Font License — see /assets/fonts) */
@font-face {
  font-family: "Cormorant Garamond";
  font-style: normal;
  font-weight: 300 700;
  font-display: swap;
  src: url("../fonts/cormorant-garamond-latin.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: "Cormorant Garamond";
  font-style: italic;
  font-weight: 300 700;
  font-display: swap;
  src: url("../fonts/cormorant-garamond-latin-italic.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: "Jost";
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url("../fonts/jost-latin.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

:root {
  --rose-50: #fdf1f1;
  --rose-100: #f7d6d8;
  --rose-150: #fadde1;
  --rose-200: #fbe3e6;
  --rose-300: #e9a9b3;
  --rose-400: #e39aa8;
  --dot: #e8a9ae;
  --dot-deep: #d98a92;
  --ribbon: #c7727a;
  --raspberry: #b04a5e;
  --raspberry-deep: #a13e52;
  --raspberry-dark: #963a4d;
  --cocoa-900: #3a1a10;
  --cocoa-700: #5a2e24;
  --gold: #e6c27a;

  --font-serif: "Cormorant Garamond", "Cormorant", Garamond, Georgia, "Times New Roman", serif;
  --font-sans: "Jost", "Futura", "Century Gothic", "Avenir Next", "Segoe UI", system-ui, sans-serif;

  --gutter: 24px;
  --container: 1264px;
  --header-h: 84px;
  --radius: 24px;
  --ease: cubic-bezier(.22, .61, .36, 1);
}

@media (min-width: 960px) {
  :root {
    --gutter: clamp(40px, 6.1vw, 88px);
    --header-h: 128px;
    --radius: 28px;
  }
}

/* Base
   ========================================================================== */

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

html {
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
  scroll-behavior: smooth;
  scroll-padding-top: 88px;
}

body {
  margin: 0;
  background: var(--rose-100);
  color: var(--cocoa-700);
  font-family: var(--font-sans);
  font-size: 1.0625rem;
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}

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

a {
  color: inherit;
}

p,
ul {
  margin: 0;
}

ul[role="list"] {
  list-style: none;
  padding: 0;
}

h1,
h2,
h3 {
  margin: 0;
  color: var(--cocoa-900);
  font-family: var(--font-serif);
  font-weight: 400;
  line-height: 1.05;
}

h1 em,
h2 em {
  color: var(--raspberry);
  font-style: italic;
}

:focus-visible {
  outline: 2px solid var(--raspberry-deep);
  outline-offset: 4px;
  border-radius: 4px;
}

.sprite {
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
  border: 0;
}

.skip-link {
  position: fixed;
  top: 12px;
  left: 12px;
  z-index: 100;
  padding: 10px 18px;
  border-radius: 999px;
  background: var(--cocoa-900);
  color: #fff;
  font-size: .875rem;
  text-decoration: none;
  transform: translateY(-160%);
  transition: transform .2s var(--ease);
}

.skip-link:focus {
  transform: none;
}

.container {
  width: min(var(--container), 100% - 2 * var(--gutter));
  margin-inline: auto;
}

.icon {
  flex: none;
  width: 1.25rem;
  height: 1.25rem;
}

/* Type helpers
   ========================================================================== */

.eyebrow {
  color: var(--raspberry-deep);
  font-size: .75rem;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: .26em;
  text-transform: uppercase;
}

.section-title {
  font-size: clamp(2.625rem, 11.8vw, 3.25rem);
  line-height: 1;
}

@media (max-width: 379.98px) {
  .eyebrow {
    letter-spacing: .2em;
  }
}

.link-line {
  display: inline-block;
  padding-bottom: 7px;
  border-bottom: 1px solid var(--rose-400);
  color: var(--cocoa-900);
  font-size: .8125rem;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: .2em;
  text-decoration: none;
  text-transform: uppercase;
  transition: color .2s ease, border-color .2s ease;
}

.link-line:hover {
  border-color: var(--raspberry);
  color: var(--raspberry-deep);
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  min-height: 58px;
  padding: 0 34px;
  border-radius: 999px;
  font-size: .875rem;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: .17em;
  text-decoration: none;
  text-transform: uppercase;
  transition: background-color .25s ease, transform .25s var(--ease), box-shadow .25s ease;
}

.btn .icon {
  width: 20px;
  height: 20px;
}

.btn--primary {
  background: var(--raspberry);
  color: #fff;
  box-shadow: 0 10px 24px -14px rgb(150 58 77 / .7);
}

.btn--primary:hover {
  background: var(--raspberry-dark);
  box-shadow: 0 14px 28px -14px rgb(150 58 77 / .8);
  transform: translateY(-1px);
}

.btn--primary:active {
  transform: translateY(0);
}

/* Header
   ========================================================================== */

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 50;
  background: rgb(247 214 216 / .9);
  -webkit-backdrop-filter: saturate(1.4) blur(14px);
  backdrop-filter: saturate(1.4) blur(14px);
  transition: box-shadow .3s ease;
}

.site-header.is-scrolled {
  box-shadow: 0 1px 0 rgb(58 26 16 / .07), 0 12px 32px -22px rgb(58 26 16 / .45);
}

.site-header__inner {
  display: flex;
  align-items: center;
  gap: 16px;
  height: var(--header-h);
  transition: height .35s var(--ease);
}

.brand {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-left: -4px;
  color: var(--cocoa-900);
  text-decoration: none;
}

.brand__logo {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  transition: width .35s var(--ease), height .35s var(--ease);
}

.brand__text {
  display: grid;
}

.brand__name {
  font-family: var(--font-serif);
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.1;
  letter-spacing: .075em;
  text-transform: uppercase;
  white-space: nowrap;
}

.brand__city {
  display: none;
}

.site-nav {
  display: none;
}

.header-cta {
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  margin: 0 -4px 0 auto;
  border-radius: 50%;
  background: var(--raspberry);
  color: #fff;
  text-decoration: none;
  transition: background-color .25s ease, color .25s ease, border-color .25s ease;
}

.header-cta .icon {
  width: 22px;
  height: 22px;
}

.header-cta__label {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
}

.site-header.is-scrolled .site-header__inner {
  height: 68px;
}

.site-header.is-scrolled .brand__logo {
  width: 44px;
  height: 44px;
}

/* Hero
   ========================================================================== */

.hero {
  padding: var(--header-h) 0 56px;
  overflow: hidden;
}

.hero__grid {
  display: grid;
  gap: 44px;
}

.hero__art {
  order: -1;
  margin-inline: -4px;
}

.arch {
  position: relative;
  overflow: hidden;
  aspect-ratio: 5 / 6;
  background: var(--rose-150);
  border-radius: 50% 50% 24px 24px / 41.667% 41.667% 24px 24px;
}

.arch::before,
.arch::after,
.arch__dot {
  content: "";
  position: absolute;
  aspect-ratio: 1;
  border-radius: 50%;
  transform: translate(-50%, -50%);
}

/* bottom-left pair and top-right accent, as in the approved concept */
.arch::before {
  top: 89%;
  left: 15.5%;
  width: 15.2%;
  background: var(--dot);
}

.arch__dot {
  top: 94.2%;
  left: 25.8%;
  width: 10.2%;
  background: var(--dot-deep);
}

.arch::after {
  top: 15%;
  left: 86.8%;
  width: 11.2%;
  background: var(--dot);
}

.arch__img {
  position: absolute;
  z-index: 1;
  top: 21.3%;
  left: 4.6%;
  width: 90.6%;
  height: 70.8%;
  object-fit: contain;
}

.hero__title {
  margin-top: 22px;
  font-size: clamp(3rem, 14.87vw, 4.25rem);
  line-height: 1;
}

.nowrap-sm {
  white-space: nowrap;
}

.hero__lead {
  max-width: 34em;
  margin-top: 20px;
}

.hero__actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 20px 40px;
  margin-top: 28px;
}

.hero__actions .btn {
  flex: 1 1 100%;
}

.hero__more {
  display: none;
}

@media (min-width: 640px) and (max-width: 959.98px) {
  .hero__art {
    justify-self: center;
    width: min(100%, 440px);
  }

  .hero__copy {
    justify-self: center;
    max-width: 560px;
  }

  .hero__actions .btn {
    flex: 0 1 auto;
  }

  .hero__more {
    display: inline-block;
  }
}

/* Products
   ========================================================================== */

.products {
  padding: 72px 0 66px;
  background: var(--rose-50);
}

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

.products__heading .section-title {
  margin-top: 17px;
}

.products__intro {
  max-width: 30em;
}

.products__grid {
  display: grid;
  gap: 47px;
  margin-top: 56px;
}

.product__media {
  position: relative;
  overflow: hidden;
  aspect-ratio: var(--ratio, 342 / 320);
  background: var(--rose-200);
  border-radius: var(--radius);
}

.product__media > img {
  position: absolute;
  z-index: 1;
  transition: transform .6s var(--ease);
}

/* Illustrations sit inside a safe area; photos fill the frame. */
.product__media > .is-illustration {
  top: var(--iy);
  left: var(--ix);
  width: var(--iw);
  height: var(--ih);
  object-fit: contain;
}

.product__media > .is-photo {
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.product:hover .product__media > img {
  transform: scale(1.025);
}

.product__body {
  padding-top: 20px;
}

.product__body .eyebrow {
  margin-bottom: 9px;
  letter-spacing: .23em;
}

.product__title {
  font-size: 1.875rem;
  font-weight: 500;
  line-height: 1.15;
}

.product__text {
  max-width: 26em;
  margin-top: 9px;
  font-size: 1.0625rem;
  line-height: 1.65;
}

.product .link-line {
  margin-top: 18px;
}

.product--corazon {
  --ratio: 342 / 420;
  --ix: 7.3%;
  --iy: 20.4%;
  --iw: 85.3%;
  --ih: 65.1%;
}

.product--corazon .product__media {
  background: var(--rose-150);
}

.product--corazon .product__title {
  font-size: 2.125rem;
}

.product--bombones {
  --ix: 18.5%;
  --iy: 8.4%;
  --iw: 63%;
  --ih: 87.3%;
}

.product--ocasiones {
  --ix: 21.2%;
  --iy: 21.6%;
  --iw: 57.7%;
  --ih: 68%;
}

.product--ocasiones .product__media::before,
.product--ocasiones .product__media::after {
  content: "";
  position: absolute;
  aspect-ratio: 1;
  border-radius: 50%;
  transform: translate(-50%, -50%);
}

.product--ocasiones .product__media::before {
  top: 17%;
  left: 81%;
  width: 5.6%;
  background: var(--gold);
}

.product--ocasiones .product__media::after {
  top: 91%;
  left: 20%;
  width: 8.5%;
  background: var(--ribbon);
}

@media (min-width: 640px) and (max-width: 959.98px) {
  .products__grid {
    grid-template-columns: 1fr 1fr;
    gap: 56px 32px;
  }

  .product--corazon {
    grid-column: 1 / -1;
    --ratio: 16 / 10;
    --ix: 24%;
    --iy: 14%;
    --iw: 52%;
    --ih: 74%;
  }
}

/* Custom packaging
   ========================================================================== */

.custom {
  position: relative;
  padding-bottom: 8px;
  overflow: hidden;
}

.custom__art {
  position: relative;
  aspect-ratio: 13 / 10;
  margin-inline: calc(-1 * var(--gutter));
  background: var(--rose-300);
  border-radius: 0 0 50% 50% / 0 0 40% 40%;
}

.custom__art img {
  position: absolute;
  top: 25.5%;
  left: 21.1%;
  width: 63.7%;
  height: auto;
}

.custom__copy {
  padding-top: 44px;
}

.custom__copy .section-title {
  margin-top: 18px;
  font-size: clamp(2.125rem, 9.75vw, 2.75rem);
  line-height: 1.04;
}

.custom__text {
  max-width: 28em;
  margin-top: 19px;
}

.custom__copy .btn {
  width: 100%;
  margin-top: 23px;
}

@media (min-width: 640px) and (max-width: 959.98px) {
  .custom__art {
    aspect-ratio: 16 / 9;
  }

  .custom__art img {
    top: 22%;
    left: 27%;
    width: 46%;
  }

  .custom__copy .btn {
    width: auto;
  }
}

/* Footer
   ========================================================================== */

.site-footer {
  padding: 34px 0 calc(28px + env(safe-area-inset-bottom));
}

.site-footer__top {
  display: flex;
  flex-direction: column;
}

.site-footer__brand {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-top: 26px;
  padding-top: 28px;
  border-top: 1px solid rgb(58 26 16 / .12);
}

.site-footer__brand img {
  width: 48px;
  height: 48px;
  border-radius: 50%;
}

.site-footer__name {
  color: var(--cocoa-900);
  font-family: var(--font-serif);
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.site-footer__tagline {
  color: var(--raspberry-deep);
  font-family: var(--font-serif);
  font-size: 1.125rem;
  font-style: italic;
  line-height: 1.3;
}

/* contact line: first on mobile, as in the approved concept */
.contact {
  order: -1;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 4px 16px;
}

.contact__link,
.contact__handle {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: var(--cocoa-700);
  font-size: 1rem;
  letter-spacing: .04em;
  text-decoration: none;
}

.contact__link {
  min-height: 44px;
  transition: color .2s ease;
}

.contact__link .icon {
  width: 20px;
  height: 20px;
  color: var(--raspberry);
}

.contact__link:hover {
  color: var(--raspberry-deep);
}

.contact__social {
  display: flex;
  align-items: center;
}

.contact__icon {
  display: grid;
  place-items: center;
  width: 34px;
  height: 44px;
  color: var(--raspberry);
  transition: color .2s ease, transform .2s var(--ease);
}

.contact__icon .icon {
  width: 20px;
  height: 20px;
}

.contact__icon:hover {
  color: var(--raspberry-dark);
  transform: translateY(-1px);
}

.contact__handle {
  margin-left: 4px;
}

.site-footer__legal {
  margin-top: 18px;
  color: rgb(90 46 36 / .78);
  font-size: .8125rem;
  letter-spacing: .04em;
}

/* Desktop
   ========================================================================== */

@media (min-width: 960px) {
  html {
    scroll-padding-top: 100px;
  }

  .brand {
    gap: 22px;
    margin-left: 0;
  }

  .brand__logo {
    width: 84px;
    height: 84px;
  }

  .brand__name {
    font-size: 1.6875rem;
    letter-spacing: .11em;
  }

  .brand__city {
    display: block;
    height: 1.2em;
    margin-top: 7px;
    color: var(--raspberry-deep);
    font-size: .78125rem;
    line-height: 1.2;
    letter-spacing: .23em;
    text-transform: uppercase;
    transition: opacity .25s ease, height .35s var(--ease), margin .35s var(--ease);
  }

  .site-nav {
    display: block;
    margin-left: auto;
  }

  .site-nav ul {
    display: flex;
    gap: clamp(24px, 3vw, 42px);
  }

  .site-nav a {
    position: relative;
    display: block;
    padding: 8px 0;
    color: var(--cocoa-900);
    font-size: .8125rem;
    font-weight: 500;
    letter-spacing: .22em;
    text-decoration: none;
    text-transform: uppercase;
    white-space: nowrap;
  }

  .site-nav a::after {
    content: "";
    position: absolute;
    right: .22em;
    bottom: 2px;
    left: 0;
    height: 1px;
    background: var(--raspberry);
    transform: scaleX(0);
    transform-origin: left;
    transition: transform .3s var(--ease);
  }

  .site-nav a:hover::after {
    transform: scaleX(1);
  }

  .header-cta {
    width: auto;
    height: 50px;
    margin: 0 0 0 clamp(16px, 2.4vw, 34px);
    padding: 0 22px 0 23px;
    border: 1.5px solid var(--raspberry);
    border-radius: 999px;
    background: transparent;
    color: var(--raspberry-deep);
  }

  .header-cta:hover {
    background: var(--raspberry);
    color: #fff;
  }

  .header-cta .icon {
    display: none;
  }

  .header-cta__label {
    position: static;
    width: auto;
    height: auto;
    overflow: visible;
    clip: auto;
    font-size: .8125rem;
    font-weight: 500;
    letter-spacing: .22em;
    text-transform: uppercase;
  }

  .site-header.is-scrolled .site-header__inner {
    height: 84px;
  }

  .site-header.is-scrolled .brand__logo {
    width: 56px;
    height: 56px;
  }

  .site-header.is-scrolled .brand__city {
    height: 0;
    margin-top: 0;
    opacity: 0;
  }

  .eyebrow {
    font-size: .875rem;
  }

  .section-title {
    font-size: clamp(3.5rem, 5.4vw, 4.875rem);
    line-height: 1.05;
  }

  /* hero */
  .hero {
    padding: var(--header-h) 0 48px;
  }

  .hero__grid {
    grid-template-columns: minmax(0, 1.217fr) minmax(0, 1fr);
    align-items: center;
    gap: 40px;
  }

  .hero__art {
    order: 0;
    justify-self: end;
    width: min(100%, max(400px, (100svh - var(--header-h) - 48px) * .7635));
    margin: 0;
  }

  .arch {
    aspect-ratio: 552 / 723;
    border-radius: 50% 50% 28px 28px / 38.17% 38.17% 28px 28px;
  }

  .arch::before {
    top: 88%;
    left: 14.5%;
    width: 15.8%;
  }

  .arch__dot {
    top: 93%;
    left: 25%;
    width: 10.5%;
  }

  .arch::after {
    top: 16%;
    left: 87.9%;
    width: 12.1%;
  }

  .arch__img {
    top: 22.7%;
    left: 2.4%;
    width: 95.2%;
    height: 68.2%;
  }

  .hero__copy {
    padding-top: 10px;
  }

  .hero__city {
    display: none;
  }

  .hero__title {
    margin-top: 33px;
    font-size: clamp(4rem, 6.875vw, 6.1875rem);
    line-height: 1.025;
    letter-spacing: -.01em;
  }

  .nowrap-sm {
    white-space: normal;
  }

  .hero__lead {
    max-width: 480px;
    margin-top: 34px;
    font-size: 1.1875rem;
    line-height: 1.684;
  }

  .hero__actions {
    margin-top: 48px;
  }

  .hero__actions .btn {
    flex: none;
    min-height: 60px;
  }

  .hero__more {
    display: inline-block;
    border-color: var(--raspberry-deep);
  }

  /* products */
  .products {
    padding: 141px 0 136px;
  }

  .products__head {
    grid-template-columns: minmax(0, 1fr) min(440px, 36%);
    column-gap: 40px;
  }

  .products__intro {
    align-self: end;
    max-width: 360px;
    padding-bottom: 12px;
    font-size: 1.1875rem;
    line-height: 1.684;
  }

  .products__grid {
    grid-template-columns: minmax(0, 1.25fr) minmax(0, 1fr) minmax(0, 1fr);
    column-gap: 40px;
  }

  .products__grid {
    align-items: start;
    margin-top: 72px;
  }

  .product__body {
    padding-top: 26px;
  }

  .product__body .eyebrow {
    margin-bottom: 11px;
    font-size: .8125rem;
  }

  .product__title {
    font-size: clamp(1.625rem, 2.4vw, 2.125rem);
  }

  .product__text {
    max-width: 24em;
    font-size: 1.125rem;
    line-height: 1.64;
  }

  .product .link-line {
    margin-top: 23px;
  }

  .product--corazon {
    --ratio: 454 / 640;
    --ix: 2%;
    --iy: 20.3%;
    --iw: 96%;
    --ih: 63.8%;
  }

  .product--corazon .product__body {
    padding-top: 26px;
  }

  .product--corazon .product__title {
    font-size: clamp(2rem, 2.8vw, 2.5rem);
  }

  .product--bombones {
    --ratio: 365 / 440;
    --ix: 18.2%;
    --iy: 17.6%;
    --iw: 63.6%;
    --ih: 68.4%;
    margin-top: 33%;
  }

  .product--ocasiones {
    --ratio: 364 / 520;
    --ix: 17.1%;
    --iy: 29%;
    --iw: 66%;
    --ih: 51%;
    margin-top: 11%;
  }

  .product--ocasiones .product__media::before {
    top: 25%;
    left: 85.7%;
    width: 6.5%;
  }

  .product--ocasiones .product__media::after {
    top: 81.9%;
    left: 15.7%;
    width: 9.7%;
  }

  /* custom packaging */
  .custom {
    padding-bottom: 0;
  }

  .custom::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 50%;
    background: var(--rose-300);
    border-radius: 0 9999px 9999px 0;
  }

  .custom__grid {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    align-items: center;
  }

  .custom__art {
    aspect-ratio: 632 / 559;
    margin: 0;
    background: none;
    border-radius: 0;
  }

  .custom__art img {
    top: 25.7%;
    left: 9.8%;
    width: 73.3%;
  }

  .custom__copy {
    padding: 0 0 0 clamp(40px, 7.6vw, 96px);
  }

  .custom__copy .section-title {
    margin-top: 26px;
    font-size: clamp(2.25rem, 3.9vw, 3.5rem);
    line-height: 1.045;
  }

  .custom__text {
    margin-top: 22px;
    font-size: 1.1875rem;
  }

  .custom__copy .btn {
    width: auto;
    min-height: 60px;
    margin-top: 40px;
  }

  /* footer */
  .site-footer {
    padding-top: 72px;
  }

  .site-footer__top {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
    padding-top: 40px;
    border-top: 1px solid rgb(58 26 16 / .12);
  }

  .site-footer__brand {
    margin: 0;
    padding: 0;
    border: 0;
  }

  .site-footer__brand img {
    width: 56px;
    height: 56px;
  }

  .site-footer__name,
  .site-footer__tagline {
    font-size: 1.1875rem;
  }

  .contact {
    order: 0;
    justify-content: flex-end;
    gap: 8px 48px;
  }

  .contact__icon {
    width: 38px;
  }

  .site-footer__legal {
    margin-top: 28px;
  }
}

/* 404
   ========================================================================== */

.not-found {
  display: grid;
  justify-items: center;
  align-content: center;
  min-height: 100svh;
  padding: 48px var(--gutter);
  text-align: center;
}

.not-found__logo img {
  width: 96px;
  height: 96px;
  border-radius: 50%;
}

.not-found .eyebrow {
  margin-top: 36px;
}

.not-found .section-title {
  margin-top: 16px;
}

.not-found__text {
  max-width: 28em;
  margin-top: 20px;
}

.not-found__actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 24px 40px;
  margin-top: 36px;
}

@media (min-width: 960px) and (max-width: 1199.98px) {
  .brand {
    gap: 16px;
  }

  .brand__logo {
    width: 64px;
    height: 64px;
  }

  .brand__name {
    font-size: 1.375rem;
  }

  .site-nav ul {
    gap: 24px;
  }

  .site-nav a,
  .header-cta__label {
    font-size: .75rem;
    letter-spacing: .18em;
  }

  .header-cta {
    height: 44px;
    padding: 0 18px;
  }
}

/* Motion
   ========================================================================== */

@media (prefers-reduced-motion: no-preference) {
  @supports (animation-timeline: view()) {
    .reveal {
      animation: reveal linear both;
      animation-timeline: view();
      animation-range: entry 0% entry 70%;
    }

    @keyframes reveal {
      from {
        opacity: 0;
        transform: translateY(32px);
      }
    }
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    transition-duration: .01ms !important;
    animation-duration: .01ms !important;
  }
}
