:root {
  --paper: #f6f5f1;
  --paper-bright: #f8f6f2;
  --paper-deep: #e8e2d8;
  --ink: #1a1815;
  --ink-soft: #3d3a33;
  --text-muted: #6b6860;
  --line: rgba(128, 118, 104, 0.22);
  --line-light: rgba(255, 255, 255, 0.72);
  --surface-page: url("eveon-surface-page.jpg");
  --surface-light: url("eveon-surface-light.jpg");
  --surface-dark: url("eveon-surface-dark.jpg");
  --mineral: url("eveon-mineral-texture.jpg");
  --serif: "Spectral", serif;
  --sans: "Golos Text", sans-serif;
  --condensed: "Fira Sans Condensed", sans-serif;
  --content-width: 1320px;
  --page-gutter: 56px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  overflow-x: hidden;
  background: var(--paper);
  color: var(--ink-soft);
  font-family: var(--sans);
  text-wrap: pretty;
  -webkit-font-smoothing: antialiased;
}

::selection {
  background: #d6d3ca;
  color: var(--ink);
}

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

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

.page-shell {
  position: relative;
  overflow: hidden;
  min-height: 100vh;
  isolation: isolate;
  background:
    radial-gradient(ellipse 72% 32% at 82% 2%, rgba(204, 207, 204, 0.46), transparent 72%),
    radial-gradient(ellipse 46% 26% at 12% 13%, rgba(255, 255, 255, 0.9), transparent 74%),
    linear-gradient(180deg, #e9eae7 0, #f1f1ee 30%, var(--paper) 58%, var(--paper) 100%);
}

.page-shell::before {
  position: absolute;
  inset: 0;
  z-index: 0;
  background: var(--mineral) center top / 900px auto repeat;
  content: "";
  filter: grayscale(1) contrast(0.74);
  mix-blend-mode: multiply;
  opacity: 0.085;
  pointer-events: none;
}

.site-header {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 50;
  background: transparent;
}

.site-header__inner {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 24px;
  width: min(100%, var(--content-width));
  height: 104px;
  margin: 0 auto;
  padding: 0 var(--page-gutter);
}

.brand {
  display: inline-flex;
  align-items: center;
  width: max-content;
}

.brand--wordmark {
  color: var(--ink);
  font-family: "Newsreader", serif;
  font-size: 32px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: -0.015em;
  text-decoration: none;
}

.brand--wordmark img {
  width: 78px;
  height: auto;
}

.desktop-nav {
  display: flex;
  align-items: center;
  gap: 36px;
}

.desktop-nav a {
  color: var(--text-muted);
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  transition: color 160ms ease;
}

.desktop-nav a:hover,
.desktop-nav a:focus-visible {
  color: var(--ink);
}

.desktop-cta {
  justify-self: end;
  font-size: 15.5px;
  line-height: 1;
  letter-spacing: 0.005em;
}

.mobile-menu {
  display: none;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 32px;
  border-radius: 8px;
  font-size: 15px;
  font-weight: 500;
  white-space: nowrap;
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

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

.button:focus-visible,
.product-panel:focus-visible,
.direction-row:focus-visible,
.desktop-nav a:focus-visible,
.mobile-menu summary:focus-visible,
.footer-column a:focus-visible {
  outline: 2px solid rgba(26, 24, 21, 0.25);
  outline-offset: 3px;
}

.product-panel--cards:focus-visible,
.site-footer a:focus-visible {
  outline-color: rgba(246, 245, 241, 0.45);
}

.button--dark {
  background: var(--ink);
  color: var(--paper);
  box-shadow: 0 10px 24px -18px rgba(38, 30, 22, 0.55);
}

.button--light {
  min-width: 190px;
  border-radius: 8px;
  background: #f3f0e9;
  color: #1b1d1e;
}

.button--outline {
  gap: 10px;
  border: 1.5px solid rgba(246, 245, 241, 0.4);
  color: var(--paper);
}

.button--outline:hover {
  border-color: var(--paper);
}

.page-main {
  position: relative;
  z-index: 1;
  width: min(100%, var(--content-width));
  margin: 0 auto;
  padding: 0 var(--page-gutter);
}

.hero {
  position: relative;
  display: grid;
  isolation: isolate;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  align-items: center;
  gap: 24px;
  min-height: 462px;
  padding: 200px 0 64px;
}

.hero::before {
  position: absolute;
  right: -310px;
  bottom: -114px;
  z-index: -1;
  width: 1040px;
  height: 300px;
  border-top: 1px solid rgba(255, 255, 255, 0.7);
  border-radius: 50%;
  background: linear-gradient(162deg, rgba(255, 255, 255, 0.42), rgba(218, 211, 201, 0.06) 58%);
  content: "";
  opacity: 0.72;
  pointer-events: none;
  transform: rotate(-8deg);
}

.hero::after {
  position: absolute;
  right: 8%;
  bottom: -172px;
  z-index: -1;
  width: 780px;
  height: 290px;
  border-top: 1px solid rgba(203, 196, 185, 0.35);
  border-radius: 50%;
  background: linear-gradient(168deg, rgba(226, 220, 211, 0.32), rgba(246, 245, 241, 0) 68%);
  content: "";
  pointer-events: none;
  transform: rotate(9deg);
}

.hero h1 {
  grid-column: span 7;
  margin: 0;
  color: var(--ink);
  font-family: var(--serif);
  font-size: 64px;
  font-weight: 400;
  letter-spacing: -0.02em;
  line-height: 1.05;
  text-wrap: pretty;
}

.hero__accent {
  display: block;
  font-style: italic;
}

.hero p {
  grid-column: 8 / span 5;
  margin: 0;
  color: var(--ink-soft);
  font-family: var(--serif);
  font-size: 21px;
  line-height: 1.35;
  text-wrap: pretty;
}

.hero-copy {
  display: block;
}

.hero-copy--mobile {
  display: none;
}

.showcase {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 24px;
}

.product-panel,
.directions,
.open-route {
  border: 0;
  box-shadow:
    0 24px 60px -44px rgba(44, 39, 32, 0.48),
    inset 0 1px 0 rgba(255, 255, 255, 0.54);
}

.product-panel {
  position: relative;
  display: flex;
  overflow: hidden;
  flex-direction: column;
  min-height: 436px;
  padding: 32px;
  border-radius: 12px;
  isolation: isolate;
  transition: transform 220ms ease, box-shadow 220ms ease;
}

.product-panel::before,
.product-panel::after {
  position: absolute;
  z-index: -1;
  border-radius: inherit;
  content: "";
  pointer-events: none;
}

.product-panel::before {
  inset: 0;
  background-position: center;
  background-size: cover;
  filter: grayscale(1) contrast(0.78);
  mix-blend-mode: soft-light;
}

.product-panel::after {
  right: -24%;
  bottom: -58%;
  left: 32%;
  height: 102%;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 50%;
  background: linear-gradient(154deg, rgba(255, 255, 255, 0.13), rgba(255, 255, 255, 0.01) 62%);
  opacity: 0.5;
  transform: rotate(-15deg);
}

.product-panel--cards {
  display: grid;
  grid-column: span 7;
  grid-template-columns: minmax(0, 1fr) minmax(0, 332px);
  align-items: center;
  gap: 32px;
  background:
    radial-gradient(circle at 22% 12%, rgba(73, 74, 73, 0.34), transparent 48%),
    linear-gradient(138deg, #262728, #17191a 72%);
  color: #f4f1ea;
}

.product-panel--cards::before {
  background-image: var(--surface-dark);
  opacity: 0.16;
}

.product-panel__copy {
  display: flex;
  flex-direction: column;
  align-self: stretch;
  min-width: 0;
}

.product-panel__meta {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 16px;
}

.product-panel__arrow {
  position: relative;
  display: none;
  flex: 0 0 16px;
  width: 16px;
  height: 16px;
  color: #8b8478;
}

.product-panel__arrow::before {
  position: absolute;
  top: 15px;
  left: 1px;
  width: 20px;
  height: 1px;
  background: currentColor;
  content: "";
  transform: rotate(-45deg);
  transform-origin: left center;
}

.product-panel__arrow::after {
  position: absolute;
  top: 1px;
  right: 1px;
  width: 6px;
  height: 6px;
  border-top: 1px solid currentColor;
  border-right: 1px solid currentColor;
  content: "";
}

.product-panel--ved {
  grid-column: span 5;
  background:
    radial-gradient(circle at 20% 8%, rgba(238, 231, 224, 0.58), transparent 46%),
    linear-gradient(138deg, #deddd8, #c9c6c0 78%);
  color: #22211f;
}

.product-panel--ved::before {
  background-image: var(--surface-light);
  opacity: 0.18;
}

.product-panel--ved::after {
  right: -38%;
  bottom: -44%;
  left: 18%;
  height: 86%;
  border-color: rgba(255, 255, 255, 0.62);
  background: linear-gradient(150deg, rgba(255, 255, 255, 0.34), rgba(122, 102, 86, 0.1) 64%);
  opacity: 0.72;
  transform: rotate(-18deg);
}

.product-panel--ved:hover,
.product-panel--ved:focus-visible {
  transform: translateY(-2px);
  box-shadow:
    0 28px 58px -36px rgba(35, 31, 26, 0.58),
    inset 0 1px 0 rgba(255, 255, 255, 0.7);
}

.eyebrow {
  color: #9c978b;
  font-family: var(--condensed);
  font-size: 13px;
  font-variant-numeric: tabular-nums;
  font-weight: 500;
  letter-spacing: 0.12em;
}

.product-panel--cards .eyebrow {
  color: #cfc8bc;
}

.product-panel--cards .product-panel__arrow {
  color: #cfc8bc;
}

.product-panel--ved .eyebrow,
.product-panel--ved .product-panel__arrow {
  color: #6f6a62;
}

.product-title {
  margin-top: 16px;
  font-family: var(--serif);
  font-size: 48px;
  font-weight: 400;
  letter-spacing: -0.015em;
  line-height: 1.08;
  text-wrap: pretty;
}

.product-description {
  margin-top: 20px;
  font-size: 17px;
  line-height: 1.58;
  text-wrap: pretty;
}

.product-panel--cards .product-description {
  color: #e4ded2;
}

.product-panel--ved .product-description {
  color: #3d3a33;
}

.text-link {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: auto;
  padding-top: 24px;
  font-size: 15px;
  font-weight: 500;
}

.tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 24px;
}

.tags span {
  padding: 6px 12px;
  border: 1px solid rgba(74, 67, 57, 0.22);
  border-radius: 6px;
  color: #37322b;
  font-family: var(--condensed);
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.product-panel--ved .tags span {
  border-color: rgba(122, 102, 86, 0.34);
  color: #62574f;
}

.card-visual {
  display: block;
  min-width: 0;
  border-radius: 12px;
}

.payment-card {
  width: 100%;
  height: auto;
  border-radius: 12px;
  filter: none;
  opacity: 1;
  box-shadow: 0 28px 52px -24px rgba(0, 0, 0, 0.62);
  transform: rotate(-6deg);
  transition: transform 320ms cubic-bezier(0.2, 0.7, 0.2, 1);
}

.product-panel--cards:hover,
.product-panel--cards:focus-visible {
  transform: translateY(-2px);
  box-shadow:
    0 28px 58px -36px rgba(35, 31, 26, 0.58),
    inset 0 1px 0 rgba(255, 255, 255, 0.7);
}

.product-panel--cards:hover .payment-card,
.product-panel--cards:focus-visible .payment-card {
  transform: rotate(-4deg) translateY(-3px);
}

.directions {
  position: relative;
  overflow: hidden;
  margin-top: 32px;
  padding: 32px 32px 24px;
  border-radius: 12px;
  background:
    radial-gradient(ellipse 42% 80% at 92% 12%, rgba(255, 255, 255, 0.62), transparent 72%),
    linear-gradient(118deg, #eff0ed, #e4e6e2);
}

.directions__header {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 24px;
  padding-bottom: 16px;
  border-bottom: 1px solid rgba(111, 106, 98, 0.18);
}

.directions__header h2,
.footer-column h2 {
  margin: 0;
  color: #9c978b;
  font-family: var(--condensed);
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.directions__header h2,
.directions .eyebrow,
.direction-row__arrow {
  color: #858680;
}

.directions__header p {
  margin: 0;
  color: var(--text-muted);
  font-size: 15px;
  line-height: 1.55;
}

.direction-row {
  display: grid;
  grid-template-columns: 48px minmax(0, 7fr) minmax(0, 5fr) 24px;
  align-items: baseline;
  gap: 24px;
  padding: 24px 0;
  border-bottom: 1px solid rgba(111, 106, 98, 0.18);
  transition: background-color 180ms ease, padding 180ms ease;
}

.direction-row:hover,
.direction-row:focus-visible {
  padding-right: 8px;
  padding-left: 8px;
  background: rgba(255, 255, 255, 0.24);
}

.direction-row__title {
  color: var(--ink);
  font-family: var(--serif);
  font-size: 28px;
  letter-spacing: -0.005em;
  line-height: 1.2;
}

.direction-row__description {
  color: var(--text-muted);
  font-size: 15px;
  line-height: 1.55;
  text-wrap: pretty;
}

.direction-row__arrow {
  color: #9c978b;
  font-size: 15px;
  text-align: right;
}

.open-route {
  position: relative;
  display: grid;
  overflow: hidden;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  align-items: center;
  gap: 24px;
  margin: 96px 0;
  padding: 32px;
  border-radius: 12px;
  background:
    radial-gradient(circle at 18% 0, rgba(72, 73, 72, 0.28), transparent 46%),
    linear-gradient(132deg, #252627, #17191a 76%);
  color: #f4f1ea;
  box-shadow: 0 24px 56px -38px rgba(10, 10, 10, 0.72);
}

.open-route::before {
  position: absolute;
  inset: 0;
  background: var(--surface-dark) center / cover no-repeat;
  content: "";
  filter: grayscale(1) contrast(0.76);
  mix-blend-mode: soft-light;
  opacity: 0.15;
  pointer-events: none;
}

.open-route::after {
  position: absolute;
  right: 25%;
  bottom: -126%;
  width: 66%;
  height: 190%;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 50%;
  background: linear-gradient(154deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.01) 62%);
  content: "";
  opacity: 0.62;
  pointer-events: none;
  transform: rotate(-13deg);
}

.open-route__copy {
  position: relative;
  z-index: 1;
  grid-column: span 7;
}

.open-route h2 {
  margin: 0;
  font-family: var(--serif);
  font-size: 48px;
  font-weight: 400;
  letter-spacing: -0.015em;
  line-height: 1.08;
  text-wrap: pretty;
}

.open-route p {
  max-width: 56ch;
  margin: 20px 0 0;
  color: #e4ded2;
  font-size: 17px;
  line-height: 1.58;
  text-wrap: pretty;
}

.open-route .button {
  position: relative;
  z-index: 1;
  grid-column: 9 / span 4;
  justify-self: start;
}

.site-footer {
  position: relative;
  z-index: 1;
  margin-top: 0;
  background: #191c1d;
  color: #e4ded2;
}

.site-footer__inner {
  width: min(100%, var(--content-width));
  margin: 0 auto;
  padding: 0 var(--page-gutter);
}

.footer-intro {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  gap: 64px;
  padding-bottom: 64px;
}

.brand--full {
  color: var(--paper-bright);
}

.brand--full img {
  width: 88px;
  height: auto;
  filter: brightness(0) invert(1);
}

.footer-intro p {
  margin: 32px 0 0;
  color: var(--paper-bright);
  font-family: var(--serif);
  font-size: 48px;
  letter-spacing: -0.015em;
  line-height: 1.08;
}

.footer-columns {
  display: grid;
  grid-template-columns: 1fr 1.3fr 1.2fr;
  gap: 56px;
  padding: 48px 0 64px;
  border-top: 1px solid rgba(246, 245, 241, 0.14);
}

.footer-column {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.footer-column h2 {
  margin-bottom: 4px;
  color: #cfc8bc;
}

.footer-column a,
.footer-column p {
  margin: 0;
  color: #e4ded2;
  font-size: 15px;
  line-height: 1.5;
}

.footer-document-links {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
}

.footer-column--documents a {
  color: #cfc8bc;
}

.footer-legal {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 40px;
  padding: 24px 0 32px;
  border-top: 1px solid rgba(246, 245, 241, 0.14);
  color: #9c978b;
  font-size: 13px;
  line-height: 1.5;
}

@media (min-width: 821px) {
  .direction-row {
    align-items: center;
  }
}

@media (max-width: 1100px) {
  :root {
    --page-gutter: 36px;
  }

  .product-panel--cards {
    grid-column: span 8;
    grid-template-columns: minmax(0, 1fr) minmax(0, 300px);
  }

  .product-panel--ved {
    grid-column: span 4;
  }

  .product-title {
    font-size: 36px;
  }

  .tags {
    gap: 6px;
  }

  .tags span {
    padding: 6px 9px;
  }
}

@media (max-width: 820px) {
  :root {
    --page-gutter: 24px;
  }

  .site-header__inner {
    display: flex;
    justify-content: space-between;
    height: 64px;
  }

  .desktop-nav,
  .desktop-cta {
    display: none;
  }

  .brand--wordmark img {
    width: 62px;
  }

  .brand--wordmark {
    position: relative;
    z-index: 2;
    font-size: 26px;
  }

  .mobile-menu {
    position: static;
    z-index: 1;
    display: block;
  }

  .mobile-menu summary {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    width: 44px;
    min-height: 44px;
    color: var(--text-muted);
    cursor: pointer;
    list-style: none;
  }

  .mobile-menu summary::-webkit-details-marker {
    display: none;
  }

  .mobile-menu__icon {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 5px;
    width: 20px;
  }

  .mobile-menu__icon span {
    display: block;
    height: 1px;
    background: var(--ink);
    transition: transform 180ms ease;
  }

  .mobile-menu[open] .mobile-menu__icon span:first-child {
    transform: translateY(3px) rotate(45deg);
  }

  .mobile-menu[open] .mobile-menu__icon span:last-child {
    transform: translateY(-3px) rotate(-45deg);
  }

  .mobile-menu__panel {
    position: absolute;
    top: 64px;
    right: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    padding: 8px 24px 24px;
    border-bottom: 1px solid rgba(111, 106, 98, 0.16);
    background: transparent;
  }

  .mobile-menu__panel > a {
    display: flex;
    align-items: center;
    min-height: 52px;
    border-top: 1px solid rgba(111, 106, 98, 0.16);
    color: var(--ink);
    font-size: 17px;
  }

  .mobile-menu__cta {
    justify-content: space-between;
    gap: 12px;
    font-weight: 500;
  }

  .mobile-menu__cta span {
    color: #9c978b;
    font-size: 15px;
  }

  .hero {
    display: block;
    min-height: 0;
    padding: 112px 0 48px;
  }

  .page-shell:has(.mobile-menu[open]) .hero {
    padding-top: 301px;
  }

  .hero::before {
    display: none;
  }

  .hero h1 {
    font-size: 48px;
    line-height: 1.08;
    letter-spacing: -0.015em;
  }

  .hero p {
    margin-top: 24px;
    color: var(--text-muted);
    font-family: var(--sans);
    font-size: 17px;
    line-height: 1.58;
  }

  .hero-copy--desktop {
    display: none;
  }

  .hero-copy--mobile {
    display: block;
  }

  .showcase {
    display: flex;
    flex-direction: column;
    gap: 16px;
  }

  .product-panel {
    min-height: 0;
    padding: 24px;
    border-radius: 12px;
  }

  .product-panel--cards {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
  }

  .product-title {
    font-size: 28px;
    letter-spacing: -0.005em;
    line-height: 1.2;
  }

  .product-description {
    margin-top: 18px;
  }

  .product-panel__arrow {
    display: block;
  }

  .product-panel__meta {
    align-items: flex-start;
  }

  .text-link {
    display: none;
  }

  .card-visual {
    width: 104%;
    margin: 32px 0 12px -2%;
    border-radius: 12px;
  }

  .payment-card {
    width: 100%;
    border-radius: 12px;
    transform: rotate(-4deg);
  }

  .product-panel--ved {
    min-height: 0;
  }

  .directions {
    margin-top: 48px;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: none;
    box-shadow: none;
  }

  .directions__header {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
  }

  .directions__header p {
    text-wrap: pretty;
  }

  .direction-row {
    grid-template-columns: 28px minmax(0, 1fr) 14px;
    gap: 12px;
    padding: 24px 0;
  }

  .direction-row:hover,
  .direction-row:focus-visible {
    padding-right: 0;
    padding-left: 0;
    background: transparent;
  }

  .direction-row__title {
    font-size: 21px;
    line-height: 1.35;
  }

  .direction-row__description {
    grid-column: 2;
    margin-top: -4px;
  }

  .direction-row__arrow {
    grid-column: 3;
    grid-row: 1;
  }

  .open-route {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 24px;
    margin: 64px 0;
    padding: 32px 24px 24px;
    border-radius: 12px;
  }

  .open-route h2 {
    font-size: 28px;
    letter-spacing: -0.005em;
    line-height: 1.2;
  }

  .open-route p {
    margin-top: 18px;
  }

  .open-route .button {
    width: 100%;
  }

  .site-footer__inner {
    padding-top: 0;
  }

  .footer-intro {
    display: block;
    padding-bottom: 48px;
  }

  .brand--full img {
    width: 76px;
  }

  .footer-intro p {
    margin-top: 32px;
    font-size: 28px;
    letter-spacing: -0.005em;
    line-height: 1.2;
  }

  .footer-intro .button {
    width: 100%;
    margin-top: 32px;
  }

  .footer-columns {
    display: flex;
    flex-direction: column;
    gap: 32px;
    padding: 40px 0 48px;
  }

  .footer-legal {
    flex-direction: column;
    gap: 12px;
  }
}

@media (max-width: 420px) {
  :root {
    --page-gutter: 20px;
  }

  .site-header__inner,
  .mobile-menu__panel {
    padding-right: var(--page-gutter);
    padding-left: var(--page-gutter);
  }

}

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

  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}
