/* Gemion's supplied wordmark is an image, not retyped with an approximate font.
   All other type uses local fonts. No font download, analytics, or third-party
   request is needed to render this page. */
:root {
  --paper: #faf9f3;
  --forest: #0b3024;
  --forest-hover: #1b4c39;
  --muted: #5f6c60;
  --sage: #edf0e6;
  --sand: #f1efe6;
  --line: #dce0d4;
  --gold: #bc965f;
  --serif: "Bodoni 72", Didot, "GFS Didot", "Times New Roman", serif;
  --sans: -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Arial, sans-serif;
  --gutter: clamp(22px, 5.4vw, 80px);
}
*,
*::before,
*::after {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: 32px;
}
body {
  margin: 0;
  background: var(--paper);
  color: var(--forest);
  font-family: var(--sans);
  -webkit-font-smoothing: antialiased;
}
body::selection {
  background: #dce5d5;
  color: var(--forest);
}
a {
  color: inherit;
}
button,
summary {
  font: inherit;
}
a,
summary {
  -webkit-tap-highlight-color: transparent;
}
a:focus-visible,
summary:focus-visible {
  outline: 2px solid var(--forest);
  outline-offset: 7px;
  border-radius: 3px;
}
img {
  display: block;
  max-width: 100%;
  height: auto;
}
figure,
h1,
h2,
h3,
p {
  margin: 0;
}
.page-width {
  width: min(100% - var(--gutter) * 2, 1280px);
  margin-inline: auto;
}
.mobile-only {
  display: none;
}
.skip-link {
  position: fixed;
  left: 16px;
  top: 16px;
  z-index: 5;
  padding: 12px 18px;
  background: var(--forest);
  color: var(--paper);
  text-decoration: none;
  transform: translateY(-160%);
}
.skip-link:focus {
  transform: translateY(0);
  outline-color: var(--gold);
}
.site-header {
  display: flex;
  align-items: center;
  min-height: 116px;
  gap: 44px;
}
.brand {
  width: 157px;
  flex-shrink: 0;
  text-decoration: none;
}
.main-nav {
  display: flex;
  gap: 32px;
  align-items: center;
  margin-left: auto;
}
.main-nav a {
  font-size: 14px;
  font-weight: 450;
  text-decoration: none;
  padding-block: 12px;
}
.main-nav a::after {
  content: "";
  display: block;
  height: 1px;
  background: currentColor;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 160ms ease;
}
.main-nav a:hover::after {
  transform: scaleX(1);
}
.hero {
  display: grid;
  grid-template-columns: 1.04fr 1fr;
  gap: clamp(34px, 5vw, 78px);
  align-items: center;
  padding-top: 30px;
  padding-bottom: 77px;
}
.hero-copy {
  padding-block: 12px;
}
h1 {
  font-family: var(--serif);
  font-size: clamp(60px, 6.05vw, 91px);
  font-weight: 400;
  line-height: 1.065;
  letter-spacing: -0.058em;
}
.hero-last-line {
  display: block;
  white-space: nowrap;
}
.hero-description {
  max-width: 420px;
  margin-top: 29px;
  color: #465a4d;
  font-size: 17px;
  line-height: 1.75;
  letter-spacing: -0.014em;
}
.hero-description em {
  font-style: normal;
  color: var(--forest);
}
.hero-action {
  margin-top: 31px;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  gap: 15px;
}
.button {
  display: inline-flex;
  gap: 30px;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  padding: 15px 24px;
  border: 1px solid transparent;
  border-radius: 30px;
  text-decoration: none;
  font-size: 14px;
  line-height: 1.3;
  transition:
    background-color 180ms,
    transform 180ms;
}
.button-primary {
  background: var(--forest);
  color: var(--paper);
}
.button-primary:hover {
  background: var(--forest-hover);
  transform: translateY(-2px);
}
.button svg {
  transition: transform 180ms ease;
}
.button:hover svg {
  transform: translateX(3px);
}
.build-note {
  font-size: 11px;
  color: var(--muted);
  letter-spacing: 0.035em;
}
.hero-signoff {
  margin-top: 52px;
}
.hero-signoff > span {
  display: block;
  width: 34px;
  height: 1px;
  background: #8e9b88;
  margin-bottom: 14px;
}
.hero-signoff p {
  text-transform: uppercase;
  font-size: 9px;
  letter-spacing: 0.24em;
  color: #4d6153;
  font-weight: 500;
}
.hero-visual {
  min-width: 0;
}
.hero-image-frame {
  overflow: hidden;
  border-radius: 21px;
  background: #302b1c;
}
.hero-image {
  width: 100%;
  height: auto;
  aspect-ratio: 471 / 509;
  object-fit: cover;
}
.hero-visual figcaption {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: 16px;
  margin-top: 14px;
  color: var(--muted);
  font-size: 10px;
  letter-spacing: 0.01em;
  line-height: 1.5;
}
.hero-visual figcaption > span:last-child {
  font-size: 8px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  white-space: nowrap;
}
.idea {
  padding-top: 33px;
  padding-bottom: 64px;
  border-top: 1px solid var(--line);
}
.section-intro {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: 20px;
  margin-bottom: 39px;
}
.section-intro h2 {
  font-family: var(--serif);
  font-size: 28px;
  line-height: 1.2;
  font-weight: 400;
  letter-spacing: -0.025em;
}
.section-intro > p {
  font-size: 10px;
  letter-spacing: 0.13em;
  text-transform: uppercase;
  color: var(--muted);
}
.principles {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.principle {
  padding: 0 30px;
  text-align: center;
}
.principle:not(:last-child) {
  border-right: 1px solid var(--line);
}
.principle-icon {
  display: block;
  margin: 0 auto 15px;
  color: #496552;
}
.principle h3 {
  font-family: var(--serif);
  font-size: 25px;
  letter-spacing: -0.02em;
  line-height: 1.15;
  font-weight: 400;
  margin-bottom: 12px;
}
.principle p {
  font-size: 13px;
  line-height: 1.8;
  color: var(--muted);
}
.audiences {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: start;
  gap: 24px;
}
.audience {
  border-radius: 16px;
  padding: 36px 38px 24px;
  scroll-margin-top: 28px;
}
.audience-diners {
  background: var(--sand);
}
.audience-restaurants {
  background: var(--sage);
}
.audience-label {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  color: #4e6753;
  margin-bottom: 26px;
}
/* biome-ignore lint/style/noDescendingSpecificity: This selector targets an unrelated component. */
.audience-label > span:last-child {
  color: #7a8973;
  font-size: 10px;
  letter-spacing: 0.04em;
}
.audience h2 {
  font-family: var(--serif);
  font-size: clamp(31px, 2.85vw, 42px);
  font-weight: 400;
  line-height: 1.12;
  letter-spacing: -0.035em;
  margin-bottom: 21px;
}
.audience > p {
  font-size: 14px;
  line-height: 1.8;
  color: #526050;
  max-width: 420px;
}
.audience-details {
  margin-top: 27px;
  border-top: 1px solid #d8dbce;
}
.audience-details summary {
  list-style: none;
  cursor: pointer;
  min-height: 58px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  font-size: 12px;
  font-weight: 500;
}
.audience-details summary::-webkit-details-marker {
  display: none;
}
.audience-details summary:hover {
  color: var(--forest-hover);
}
.plus {
  display: block;
  width: 14px;
  height: 14px;
  position: relative;
  flex-shrink: 0;
}
.plus::before,
.plus::after {
  content: "";
  display: block;
  background: currentColor;
  position: absolute;
  width: 12px;
  height: 1px;
  left: 1px;
  top: 6px;
}
.plus::after {
  transform: rotate(90deg);
  transition: transform 180ms ease;
}
.audience-details[open] .plus::after {
  transform: rotate(0);
}
.details-content {
  padding: 0 0 12px;
  font-size: 13px;
  line-height: 1.8;
  color: #526050;
}
.details-content p + p {
  margin-top: 12px;
}
.closing {
  text-align: center;
  padding: 67px 0 73px;
}
.closing-mark {
  margin-inline: auto;
  display: block;
  color: #849572;
  font-size: 29px;
  margin-bottom: 14px;
  line-height: 1;
}
.closing h2 {
  font-family: var(--serif);
  font-size: clamp(31px, 3vw, 43px);
  line-height: 1.2;
  font-weight: 400;
  letter-spacing: -0.025em;
}
/* biome-ignore lint/style/noDescendingSpecificity: This selector targets an unrelated component. */
.closing > p {
  font-size: 14px;
  margin-top: 14px;
  color: var(--muted);
}
.site-footer {
  background: var(--forest);
  color: var(--paper);
  padding-top: 44px;
  padding-bottom: 25px;
}
.footer-main {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  padding-bottom: 38px;
}
.footer-brand {
  display: block;
  width: clamp(190px, 28vw, 340px);
  flex-shrink: 0;
}
/* biome-ignore lint/style/noDescendingSpecificity: This selector targets an unrelated component. */
.footer-main > p {
  font-size: 14px;
  line-height: 1.9;
}
.footer-main > p > span {
  color: #b3c1ad;
}
.footer-bottom {
  border-top: 1px solid #3c5542;
  padding-top: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  font-size: 10px;
  color: #b7c6b4;
}
.footer-bottom a {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
  color: var(--paper);
  min-height: 28px;
}
.footer-bottom a:hover {
  text-decoration: underline;
}
.site-footer a:focus-visible {
  outline-color: var(--paper);
}
.not-found-page {
  min-height: 100svh;
  background: var(--forest);
  color: var(--paper);
}
.not-found {
  min-height: 100svh;
  width: min(100% - var(--gutter) * 2, 720px);
  margin-inline: auto;
  padding-block: 48px;
  display: grid;
  place-content: center;
  justify-items: center;
  text-align: center;
}
.not-found-brand {
  width: clamp(180px, 28vw, 250px);
  margin-bottom: 48px;
}
.not-found h1 {
  color: var(--paper);
  font-size: clamp(42px, 7vw, 68px);
  letter-spacing: -0.045em;
}
.not-found-return {
  margin-top: 32px;
  border-color: var(--paper);
  color: var(--paper);
}
.not-found-return:hover {
  background: var(--paper);
  color: var(--forest);
}
.not-found-page a:focus-visible {
  outline-color: var(--gold);
}
@media (min-width: 1500px) {
  .hero {
    gap: 94px;
  }
  .hero-description {
    font-size: 18px;
  }
}
@media (max-width: 1099px) {
  .hero-visual figcaption > span:last-child {
    display: none;
  }
  .site-header {
    gap: 25px;
  }
  .hero-signoff {
    margin-top: 32px;
  }
  .hero-signoff p {
    font-size: 8px;
    letter-spacing: 0.19em;
  }
  .hero-description {
    font-size: 15px;
    margin-top: 20px;
  }
  .hero-action {
    margin-top: 24px;
  }
  .section-intro h2 {
    font-size: 24px;
  }
  .audience {
    padding: 29px 29px 19px;
  }
}
@media (max-width: 800px) {
  :root {
    --gutter: 28px;
  }
  .site-header {
    min-height: 100px;
    gap: 25px;
  }
  .brand {
    width: 133px;
  }
  .main-nav {
    gap: 22px;
  }
  .main-nav a {
    font-size: 12px;
  }
  .hero {
    grid-template-columns: 1fr;
    gap: 33px;
    padding-top: 24px;
    padding-bottom: 44px;
  }
  .hero-copy {
    padding: 0;
  }
  h1 {
    font-size: clamp(57px, 9.7vw, 78px);
  }
  .hero-description {
    max-width: 460px;
    margin-top: 23px;
    font-size: 16px;
    line-height: 1.7;
  }
  .hero-action {
    flex-direction: row;
    align-items: center;
    gap: 20px;
  }
  .build-note {
    font-size: 10px;
  }
  .hero-signoff {
    display: none;
  }
  .hero-image {
    aspect-ratio: 1.34;
    object-position: center 58%;
  }
  .hero-image-frame {
    border-radius: 15px;
  }
  .hero-visual figcaption {
    font-size: 10px;
  }
  .hero-visual figcaption > span:last-child {
    display: block;
  }
  .idea {
    padding-top: 27px;
    padding-bottom: 38px;
  }
  .section-intro {
    display: block;
    margin-bottom: 29px;
  }
  .section-intro > p {
    margin-top: 14px;
    font-size: 9px;
  }
  .principle {
    padding-inline: 14px;
  }
  .principle h3 {
    font-size: 20px;
  }
  .principle p {
    font-size: 12px;
  }
  .audiences {
    gap: 18px;
  }
  .audience {
    padding: 28px 25px 15px;
  }
  .audience h2 {
    font-size: 31px;
  }
  .audience > p {
    font-size: 13px;
  }
  .audience-label {
    font-size: 9px;
    margin-bottom: 23px;
  }
  .audience-details summary {
    font-size: 11px;
  }
  .closing {
    padding-block: 49px 52px;
  }
}
@media (max-width: 560px) {
  :root {
    --gutter: 24px;
  }
  .site-header {
    flex-wrap: wrap;
    padding-top: 26px;
    padding-bottom: 18px;
    min-height: 0;
    gap: 22px;
  }
  .brand {
    width: 136px;
  }
  .main-nav {
    order: 3;
    margin: 0;
    width: 100%;
    gap: 25px;
    border-top: 1px solid var(--line);
    padding-top: 10px;
  }
  .main-nav a {
    font-size: 12px;
    padding-block: 7px;
  }
  .hero {
    padding-top: 19px;
    gap: 28px;
  }
  h1 {
    font-size: clamp(43px, 11.9vw, 64px);
    letter-spacing: -0.055em;
    line-height: 1.08;
  }
  .hero-description {
    margin-top: 22px;
    font-size: 15px;
    line-height: 1.8;
  }
  .hero-action {
    flex-direction: row;
    flex-wrap: wrap;
    margin-top: 25px;
    gap: 13px;
  }
  .button {
    padding: 14px 22px;
    min-height: 50px;
    font-size: 13px;
    gap: 22px;
  }
  .build-note {
    flex-basis: 100%;
    font-size: 10px;
  }
  .hero-image {
    aspect-ratio: 1.1;
    object-position: center 52%;
  }
  .hero-visual figcaption {
    font-size: 9px;
  }
  .hero-visual figcaption > span:last-child {
    display: none;
  }
  .section-intro h2 {
    font-size: 28px;
    line-height: 1.3;
  }
  .mobile-only {
    display: initial;
  }
  .section-intro {
    margin-bottom: 24px;
  }
  .principles {
    grid-template-columns: 1fr;
  }
  .principle {
    text-align: left;
    display: grid;
    grid-template-columns: 31px 1fr;
    column-gap: 20px;
    padding: 22px 0;
  }
  .principle:not(:last-child) {
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }
  .principle:first-child {
    padding-top: 9px;
  }
  .principle-icon {
    grid-row: 1 / 3;
    margin: 0;
    width: 27px;
    height: 27px;
  }
  .principle h3 {
    font-size: 24px;
    line-height: 1.25;
    margin-bottom: 7px;
  }
  .principle p {
    font-size: 13px;
    line-height: 1.8;
  }
  .principle p br {
    display: none;
  }
  .principle p br::after {
    content: " ";
  }
  .audiences {
    grid-template-columns: 1fr;
  }
  .audience {
    padding: 29px 26px 16px;
  }
  .audience h2 {
    font-size: 35px;
    margin-bottom: 17px;
  }
  .audience > p {
    font-size: 14px;
    line-height: 1.8;
  }
  .audience-details {
    margin-top: 23px;
  }
  .audience-details summary {
    font-size: 12px;
  }
  .closing {
    padding-block: 52px 55px;
  }
  .closing h2 {
    font-size: 31px;
  }
  .closing > p {
    font-size: 13px;
  }
  .site-footer {
    padding-top: 35px;
    padding-bottom: 24px;
  }
  .footer-main {
    align-items: flex-start;
    flex-direction: column;
    gap: 24px;
    padding-bottom: 29px;
  }
  .footer-brand {
    width: 242px;
  }
  .footer-main > p {
    font-size: 12px;
  }
  .footer-bottom {
    flex-wrap: wrap;
    gap: 13px;
    font-size: 9px;
  }
  .footer-bottom a {
    margin-left: auto;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    /* biome-ignore lint/complexity/noImportantStyles: Reduced motion must override component transitions. */
    transition: none !important;
    /* biome-ignore lint/complexity/noImportantStyles: Reduced motion must override component animations. */
    animation: none !important;
  }
}
@media print {
  :root {
    --paper: white;
  }
  .main-nav,
  .hero-action,
  .skip-link,
  .footer-bottom a {
    display: none;
  }
  .page-width {
    width: 94%;
  }
  .hero {
    padding-block: 12px 28px;
    grid-template-columns: 1fr 1fr;
  }
  h1 {
    font-size: 40pt;
  }
  .audience {
    break-inside: avoid;
  }
  .site-footer {
    print-color-adjust: exact;
    -webkit-print-color-adjust: exact;
  }
}
