:root {
  --ch-paper: oklch(0.972 0.006 80);
  --ch-paper-soft: oklch(0.955 0.008 78);
  --ch-surface: oklch(0.992 0.004 85);
  --ch-cream: oklch(0.940 0.022 78);
  --ch-mist: oklch(0.925 0.014 175);
  --ch-forest: oklch(0.300 0.042 165);
  --ch-forest-ink: oklch(0.215 0.040 165);
  --ch-clay: oklch(0.545 0.068 78);
  --ch-clay-ink: oklch(0.415 0.066 78);
  --ch-ink: oklch(0.205 0.010 78);
  --ch-ink-soft: oklch(0.385 0.010 78);
  --ch-ink-muted: oklch(0.560 0.008 80);
  --ch-hairline: oklch(0.880 0.006 78);
  --ch-hairline-2: oklch(0.820 0.006 78);
  --ch-display: "Cormorant Garamond", "EB Garamond", Georgia, serif;
  --ch-sans: "Manrope", -apple-system, BlinkMacSystemFont, sans-serif;
  --ch-mono: "JetBrains Mono", ui-monospace, Menlo, monospace;
  --ch-shadow-card: 0 1px 0 oklch(0.88 0.006 78), 0 12px 32px -20px oklch(0.20 0.01 78 / 0.18);
  --ch-pad-page: clamp(24px, 4vw, 80px);
  --ch-site-header-height: 82px;
  --ch-mobile-proof-height: 210px;
}

* {
  box-sizing: border-box;
}

html {
  background: var(--ch-paper);
  color: var(--ch-ink);
  font-family: var(--ch-sans);
  font-size: 16px;
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--ch-paper);
  color: var(--ch-ink);
  -webkit-font-smoothing: antialiased;
  text-rendering: geometricPrecision;
}

body,
button,
input {
  font-family: var(--ch-sans);
}

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

button,
input {
  font: inherit;
}

button {
  cursor: default;
}

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

.ch-mobile-status,
.ch-mobile-toolbar,
.ch-mobile-only {
  display: none;
}

.ch-site-header {
  align-items: center;
  background: transparent;
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: var(--ch-site-header-height);
  padding: 0 var(--ch-pad-page);
  position: relative;
  z-index: 3;
}

.ch-nav {
  align-items: center;
  display: flex;
  gap: 34px;
}

.ch-nav-secondary {
  justify-content: flex-end;
}

.ch-nav-link,
.ch-text-link,
.ch-kicker,
.ch-product-meta,
.ch-mail-form label,
.ch-footer h3,
.ch-footer-bottom {
  color: var(--ch-ink-muted);
  font-family: var(--ch-mono);
  font-size: 10px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.6;
  text-transform: uppercase;
}

.ch-nav-link {
  border-bottom: 1px solid transparent;
  color: var(--ch-ink-soft);
  padding: 4px 0;
}

.ch-nav-link.is-active {
  border-bottom-color: currentColor;
}

.ch-footer .ch-footer-partners {
  display: none;
}

.ch-hero {
  background: var(--ch-mist);
  min-height: calc(100svh - var(--ch-site-header-height));
  overflow: visible;
  padding: 52px var(--ch-pad-page) 78px;
  position: relative;
}

.ch-hero::before {
  background: linear-gradient(
    90deg,
    oklch(0.925 0.014 175 / 0.42) 0%,
    oklch(0.925 0.014 175 / 0.20) 52%,
    oklch(0.925 0.014 175 / 0.08) 100%
  );
  content: "";
  inset: calc(var(--ch-site-header-height) * -1) 0 0;
  pointer-events: none;
  position: absolute;
  z-index: 1;
}

.ch-hero-media {
  inset: calc(var(--ch-site-header-height) * -1) 0 0;
  margin: 0;
  position: absolute;
  overflow: hidden;
  width: 100%;
  z-index: 0;
}

.ch-hero-video {
  display: block;
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.ch-hero-copy {
  max-width: 760px;
  padding-top: 205px;
  position: relative;
  z-index: 2;
}

.ch-kicker {
  margin: 0 0 24px;
}

.ch-hero h1,
.ch-section-head h2,
.ch-founder h2,
.ch-hospitality h2,
.ch-mailing h2 {
  color: var(--ch-ink);
  font-family: var(--ch-display);
  font-weight: 400;
  letter-spacing: 0;
  margin: 0;
}

.ch-hero h1 {
  font-size: 76px;
  line-height: 0.96;
}

em {
  font-style: italic;
}

.ch-lede {
  color: var(--ch-ink-muted);
  font-size: clamp(13px, 0.78vw, 17px);
  line-height: 1.55;
  margin: 24px 0 26px;
  max-width: 505px;
}

.ch-action-row {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.ch-button {
  align-items: center;
  border-radius: 0;
  border: 1px solid var(--ch-hairline-2);
  display: inline-flex;
  font-family: var(--ch-sans);
  font-size: 13px;
  font-weight: 400;
  height: 49px;
  justify-content: center;
  letter-spacing: 0.08em;
  line-height: 1;
  min-width: 143px;
  padding: 0 22px;
  text-transform: uppercase;
}

.ch-button-dark {
  background: #14120f;
  border-color: #14120f;
  color: var(--ch-surface);
}

.ch-button-light {
  background: transparent;
  color: var(--ch-ink-soft);
}

.ch-proof {
  background: var(--ch-surface);
  border-bottom: 1px solid var(--ch-hairline);
  border-top: 1px solid var(--ch-hairline);
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  min-height: 104px;
  padding: 0 var(--ch-pad-page);
}

.ch-proof article {
  border-left: 1px solid var(--ch-hairline);
  padding: 30px 28px 24px;
}

.ch-proof article:first-child {
  border-left: 0;
}

.ch-proof h2 {
  color: var(--ch-ink-soft);
  font-family: var(--ch-display);
  font-size: 18px;
  font-weight: 400;
  line-height: 1.1;
  margin: 0 0 10px;
}

.ch-proof p,
.ch-product p,
.ch-founder p,
.ch-hospitality-copy p,
.ch-mailing p,
.ch-footer p {
  color: var(--ch-ink-muted);
  font-size: 12px;
  line-height: 1.65;
  margin: 0;
}

.ch-editions {
  background: var(--ch-paper);
  padding: 112px var(--ch-pad-page) 118px;
}

.ch-section-head {
  align-items: end;
  display: flex;
  justify-content: space-between;
  margin-bottom: 64px;
}

.ch-section-head h2 {
  font-size: 48px;
  line-height: 1.05;
}

.ch-text-link {
  border-bottom: 1px solid currentColor;
  margin-bottom: 15px;
}

.ch-product-grid {
  align-items: start;
  display: grid;
  gap: 56px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.ch-product {
  align-self: start;
  min-width: 0;
}

.ch-product-mediterranean {
  align-self: start;
  margin-top: 0;
  text-align: right;
}

.ch-product-media {
  align-items: center;
  aspect-ratio: 1 / 1;
  background: var(--ch-mist);
  display: flex;
  justify-content: center;
  margin: 0 0 28px;
  min-width: 0;
  overflow: hidden;
  position: relative;
  width: 100%;
}

.ch-product-mediterranean .ch-product-media {
  background: var(--ch-cream);
}

.ch-product-media img {
  height: 100%;
  left: 50%;
  max-height: none;
  max-width: none;
  min-height: 0;
  min-width: 0;
  object-fit: contain;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: auto;
}

.ch-product-meta {
  align-items: center;
  display: flex;
  gap: 10px;
  margin: 0 0 14px;
}

.ch-product-mediterranean .ch-product-meta {
  justify-content: flex-end;
}

.ch-product-meta span {
  background: var(--ch-forest);
  border-radius: 999px;
  display: inline-block;
  height: 5px;
  width: 5px;
}

.ch-product-mediterranean .ch-product-meta span {
  background: var(--ch-clay);
}

.ch-product h3 {
  color: var(--ch-ink-soft);
  font-family: var(--ch-display);
  font-size: 31px;
  font-weight: 400;
  line-height: 1.1;
  margin: 0 0 12px;
}

.ch-product > p {
  max-width: 515px;
}

.ch-product-mediterranean > p {
  margin-left: auto;
}

.ch-price {
  align-items: baseline;
  color: var(--ch-ink-soft);
  display: flex;
  font-family: var(--ch-display);
  font-size: 21px;
  gap: 12px;
  line-height: 1;
  margin: 34px 0 30px;
}

.ch-product-mediterranean .ch-price {
  justify-content: flex-end;
}

.ch-product-cta {
  display: block;
}

.ch-price-sep,
.ch-price-unit {
  color: var(--ch-ink-muted);
  font-family: var(--ch-mono);
  font-size: 10px;
  text-transform: uppercase;
}

.ch-founder {
  align-items: center;
  background: oklch(0.944 0.007 80);
  display: grid;
  gap: 74px;
  grid-template-columns: 0.86fr 1fr;
  min-height: 780px;
  padding: 108px var(--ch-pad-page);
}

.ch-founder-media {
  aspect-ratio: 4 / 5;
  background: var(--ch-surface);
  border: 1px solid var(--ch-hairline);
  display: grid;
  margin: 0;
  min-height: 0;
  place-items: center;
  position: relative;
}

.ch-founder-media img {
  height: 100%;
  inset: 0;
  object-fit: cover;
  object-position: center 32%;
  position: absolute;
  width: 100%;
}

.ch-founder-copy {
  max-width: 760px;
}

.ch-founder h2 {
  font-size: 33px;
  line-height: 1.26;
  margin-bottom: 30px;
}

.ch-under-link {
  border-bottom: 1px solid var(--ch-ink);
  display: inline-flex;
  font-size: 12px;
  margin-top: 24px;
  padding-bottom: 3px;
}

.ch-hospitality,
.ch-mailing {
  align-items: center;
  background: var(--ch-paper);
  border-bottom: 1px solid var(--ch-hairline);
  display: grid;
  gap: 90px;
  grid-template-columns: 1fr 0.72fr;
  min-height: 405px;
  padding: 92px var(--ch-pad-page);
}

.ch-hospitality h2,
.ch-mailing h2 {
  font-size: 44px;
  line-height: 1.08;
}

.ch-hospitality-copy {
  max-width: 535px;
}

.ch-hospitality-copy .ch-action-row {
  margin-top: 28px;
}

.ch-mailing {
  background: var(--ch-paper-soft);
  grid-template-columns: 1fr 0.58fr;
}

.ch-mailing > div > p:last-child {
  margin-top: 14px;
}

.ch-mail-form {
  align-self: center;
  display: grid;
  gap: 9px;
  width: min(100%, 455px);
}

.ch-mail-form input {
  background: transparent;
  border: 0;
  border-bottom: 2px solid var(--ch-hairline-2);
  color: var(--ch-ink-soft);
  font-size: 13px;
  height: 43px;
  outline: 0;
  padding: 0 0 10px;
}

.ch-mail-form .ch-button {
  justify-self: start;
  margin-top: 8px;
}

.ch-footer {
  background: var(--ch-paper);
}

.ch-footer-main {
  border-bottom: 1px solid var(--ch-hairline);
  display: grid;
  gap: 70px;
  grid-template-columns: minmax(260px, 1.35fr) repeat(4, minmax(135px, 1fr));
  padding: 82px var(--ch-pad-page) 72px;
}

.ch-footer h2 {
  color: var(--ch-ink-soft);
  font-family: var(--ch-display);
  font-size: 29px;
  font-weight: 400;
  line-height: 1.1;
  margin: 0 0 30px;
}

.ch-footer h3 {
  margin: 0 0 25px;
}

.ch-footer section {
  display: grid;
  gap: 10px;
  align-content: start;
}

.ch-footer a {
  color: var(--ch-ink-soft);
  font-size: 12px;
  line-height: 1.5;
}

.ch-footer-brand p {
  max-width: 360px;
}

.ch-footer-bottom {
  align-items: center;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  min-height: 55px;
  padding: 0 var(--ch-pad-page);
  text-transform: none;
}

.ch-footer-bottom p {
  font: inherit;
  margin: 0;
}

.ch-footer-bottom p:last-child {
  text-align: right;
}

.ch-footer-bottom nav {
  display: flex;
  gap: 38px;
}

@media (max-width: 1100px) {
  :root {
    --ch-site-header-height: 170px;
  }

  .ch-site-header {
    gap: 26px;
    grid-template-columns: 1fr;
    justify-items: center;
    padding-bottom: 22px;
    padding-top: 22px;
  }

  .ch-nav {
    flex-wrap: wrap;
    gap: 18px 26px;
    justify-content: center;
  }

  .ch-hero-copy {
    padding-top: 175px;
  }

  .ch-hero h1 {
    font-size: 64px;
  }

  .ch-proof {
    grid-template-columns: repeat(2, 1fr);
  }

  .ch-proof article:nth-child(3) {
    border-left: 0;
    border-top: 1px solid var(--ch-hairline);
  }

  .ch-proof article:nth-child(4) {
    border-top: 1px solid var(--ch-hairline);
  }

  .ch-product-media {
    aspect-ratio: 1 / 1;
  }

  .ch-founder,
  .ch-hospitality,
  .ch-mailing,
  .ch-footer-main {
    grid-template-columns: 1fr 1fr;
  }

  .ch-footer-main {
    gap: 48px;
  }
}

@media (max-width: 760px) {
  :root {
    --ch-site-header-height: 96px;
  }

  .ch-site-header {
    background: var(--ch-surface);
    display: block;
    justify-items: stretch;
    padding: 0;
  }

  .ch-nav,
  .ch-desktop-only {
    display: none;
  }

  .ch-mobile-only {
    display: block;
  }

  .ch-mobile-status {
    align-items: center;
    color: var(--ch-ink);
    display: flex;
    font-family: var(--ch-sans);
    font-size: 12px;
    height: 36px;
    justify-content: space-between;
    line-height: 1;
    padding: 0 14px;
    width: 100%;
  }

  .ch-mobile-status > span:last-child {
    align-items: center;
    display: inline-flex;
    gap: 6px;
  }

  .ch-mobile-battery {
    border: 1px solid var(--ch-ink);
    border-radius: 2px;
    display: inline-block;
    height: 9px;
    position: relative;
    width: 19px;
  }

  .ch-mobile-battery::after {
    background: var(--ch-ink);
    content: "";
    height: 5px;
    position: absolute;
    right: 2px;
    top: 1px;
    width: 11px;
  }

  .ch-mobile-toolbar {
    align-items: center;
    border-bottom: 1px solid var(--ch-hairline);
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    height: 60px;
    padding: 0 14px;
    width: 100%;
  }

  .ch-menu-button {
    align-items: center;
    background: transparent;
    border: 0;
    display: grid;
    gap: 5px;
    height: 30px;
    justify-self: start;
    padding: 0;
    width: 24px;
  }

  .ch-menu-button span {
    background: var(--ch-ink);
    display: block;
    height: 1px;
    width: 22px;
  }

  .ch-mobile-brand {
    color: var(--ch-ink-soft);
    font-family: var(--ch-display);
    font-size: 17px;
    line-height: 1;
  }

  .ch-mobile-case {
    color: var(--ch-ink-soft);
    font-family: var(--ch-mono);
    font-size: 10px;
    justify-self: end;
    text-transform: uppercase;
  }

  .ch-hero {
    height: calc(100svh - var(--ch-site-header-height));
    min-height: 0;
    overflow: hidden;
    padding: clamp(28px, 5.7svh, 48px) 14px clamp(26px, 3.8svh, 32px);
  }

  .ch-hero::before,
  .ch-hero-media {
    inset: 0;
  }

  .ch-hero::before {
    background: linear-gradient(
      180deg,
      oklch(0.925 0.014 175 / 0.28) 0%,
      oklch(0.925 0.014 175 / 0.36) 56%,
      oklch(0.925 0.014 175 / 0.46) 100%
    );
  }

  .ch-hero-copy {
    display: flex;
    flex-direction: column;
    height: 100%;
    padding-top: 0;
  }

  .ch-hero h1 {
    font-size: 41px;
    line-height: 1.03;
  }

  .ch-hero .ch-kicker {
    margin-bottom: 18px;
  }

  .ch-lede {
    font-size: 13px;
    line-height: 1.55;
    margin: 20px 0 auto;
  }

  .ch-hero .ch-action-row,
  .ch-mail-form {
    display: grid;
    gap: 10px;
  }

  .ch-hero .ch-button,
  .ch-mail-form .ch-button,
  .ch-hospitality .ch-button {
    height: 51px;
    width: 100%;
  }

  .ch-proof,
  .ch-product-grid,
  .ch-founder,
  .ch-hospitality,
  .ch-mailing,
  .ch-footer-main,
  .ch-footer-bottom {
    grid-template-columns: 1fr;
  }

  .ch-proof {
    display: block;
    height: var(--ch-mobile-proof-height);
    padding: 0 14px;
  }

  .ch-proof article {
    align-items: center;
    border-left: 0;
    border-top: 1px solid var(--ch-hairline);
    display: flex;
    height: calc(var(--ch-mobile-proof-height) / 3);
    justify-content: space-between;
    min-height: 0;
    padding: 0;
  }

  .ch-proof article:first-child {
    border-top: 0;
  }

  .ch-proof article:nth-child(4) {
    display: none;
  }

  .ch-proof h2 {
    font-size: 17px;
    margin: 0;
  }

  .ch-proof p {
    font-size: 11px;
    text-align: right;
  }

  .ch-section-head {
    align-items: start;
    flex-direction: column;
    gap: 28px;
  }

  .ch-section-head .ch-kicker {
    margin-bottom: 14px;
  }

  .ch-section-head h2,
  .ch-hospitality h2,
  .ch-mailing h2 {
    font-size: 31px;
    line-height: 1.08;
  }

  .ch-editions {
    padding-left: 14px;
    padding-right: 14px;
  }

  .ch-section-head {
    margin-bottom: 34px;
  }

  .ch-text-link {
    display: none;
  }

  .ch-product {
    background: var(--ch-surface);
    border: 1px solid var(--ch-hairline-2);
    box-shadow: var(--ch-shadow-card);
  }

  .ch-product-grid {
    gap: 24px;
  }

  .ch-product-mediterranean {
    margin-top: 0;
    text-align: left;
  }

  .ch-product-mediterranean .ch-product-meta {
    justify-content: flex-start;
  }

  .ch-product-mediterranean > p {
    margin-left: 0;
  }

  .ch-product-media {
    aspect-ratio: 1 / 1;
    margin: 0 0 28px;
  }

  .ch-product-media img {
    height: 100%;
    max-width: none;
    min-height: 0;
    min-width: 0;
    width: auto;
  }

  .ch-product-meta,
  .ch-product h3,
  .ch-product > p,
  .ch-product-cta {
    margin-left: 18px;
    margin-right: 18px;
  }

  .ch-product-meta {
    margin-top: 0;
  }

  .ch-product h3 {
    font-size: 26px;
    line-height: 1.08;
    margin-bottom: 16px;
  }

  .ch-product > p {
    font-size: 12px;
    line-height: 1.68;
  }

  .ch-product-cta {
    align-items: center;
    display: flex;
    justify-content: space-between;
    margin-bottom: 34px;
    margin-top: 32px;
  }

  .ch-price {
    display: block;
    font-size: 19px;
    margin: 0;
  }

  .ch-price-sep,
  .ch-price-unit {
    display: none;
  }

  .ch-product .ch-button {
    font-size: 12px;
    height: 42px;
    min-width: 112px;
    padding: 0 16px;
    width: auto;
  }

  .ch-founder {
    display: none;
  }

  .ch-hospitality,
  .ch-mailing,
  .ch-editions {
    padding-bottom: 56px;
    padding-top: 56px;
  }

  .ch-hospitality {
    gap: 24px;
    min-height: auto;
    padding-left: 14px;
    padding-right: 14px;
  }

  .ch-hospitality-copy p,
  .ch-hospitality .ch-button-light {
    display: none;
  }

  .ch-hospitality-copy .ch-action-row {
    display: block;
    margin-top: 0;
  }

  .ch-mailing {
    gap: 32px;
    min-height: auto;
    padding-left: 14px;
    padding-right: 14px;
  }

  .ch-mail-form {
    width: 100%;
  }

  .ch-mail-form input {
    height: 37px;
  }

  .ch-footer-main {
    gap: 30px 32px;
    grid-template-columns: 1fr 1fr;
    padding: 48px 22px;
  }

  .ch-footer-brand,
  .ch-footer section:last-child {
    grid-column: 1 / -1;
  }

  .ch-footer .ch-footer-partners {
    display: grid;
  }

  .ch-footer h2 {
    font-size: 29px;
    margin-bottom: 20px;
  }

  .ch-footer h3 {
    margin-bottom: 12px;
  }

  .ch-footer section {
    gap: 8px;
  }

  .ch-footer-bottom {
    gap: 20px;
    justify-items: start;
    padding-bottom: 24px;
    padding-top: 24px;
  }

  .ch-footer-bottom p:last-child {
    text-align: left;
  }

  .ch-footer-bottom nav {
    flex-wrap: wrap;
    gap: 16px 26px;
  }

  .ch-footer-bottom nav {
    order: 1;
  }

  .ch-footer-bottom p:last-child {
    order: 2;
  }

  .ch-footer-bottom p:first-child {
    order: 3;
  }
}
