:root {
  --cream: #fbf7f1;
  --paper: #fffdf9;
  --ink: #293646;
  --muted: #667386;
  --blush: #f4d9df;
  --lav: #cbc4df;
  --sky: #b9d9eb;
  --blue: #789ebc;
  --line: rgba(41, 54, 70, 0.13);
  --serif: "Playfair Display", Georgia, serif;
  --sans: "DM Sans", Arial, sans-serif;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
body {
  margin: 0;
  background: var(--cream);
  color: var(--ink);
  font-family: var(--sans);
  font-size: 16px;
  line-height: 1.65;
  overflow-x: hidden;
}
a {
  color: inherit;
  text-decoration: none;
}
img {
  max-width: 100%;
  display: block;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.site-header {
  height: 84px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 clamp(24px, 5vw, 80px);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10;
}
.wordmark {
  font-family: var(--serif);
  font-size: 1.65rem;
  font-style: italic;
  font-weight: 600;
}
.wordmark span {
  color: #789ebc;
}
.site-header nav {
  display: flex;
  align-items: center;
  gap: clamp(18px, 2.2vw, 38px);
  font-size: 0.82rem;
  font-weight: 600;
  letter-spacing: 0.02em;
}
.site-header nav a {
  transition: 0.2s;
}
.site-header nav a:hover {
  color: #6f8ea9;
}
.nav-cta {
  border: 1px solid var(--ink);
  border-radius: 99px;
  padding: 9px 17px;
}
.menu-button {
  display: none;
  background: none;
  border: 0;
  padding: 8px;
}
.menu-button span {
  display: block;
  width: 24px;
  height: 2px;
  background: var(--ink);
  margin: 5px;
}
.hero {
  min-height: 780px;
  display: grid;
  grid-template-columns: 48% 52%;
  padding: 132px clamp(24px, 7vw, 112px) 76px;
  align-items: center;
  gap: 5vw;
  position: relative;
}
.hero:before {
  content: "";
  position: absolute;
  width: 340px;
  height: 340px;
  background: var(--blush);
  filter: blur(2px);
  border-radius: 50%;
  left: -190px;
  top: 150px;
  opacity: 0.6;
}
.hero-copy {
  position: relative;
  z-index: 1;
  max-width: 620px;
}
.eyebrow {
  text-transform: uppercase;
  letter-spacing: 0.18em;
  font-size: 0.72rem;
  font-weight: 700;
  color: #71869b;
  margin: 0 0 24px;
}
.hero h1,
.section h2 {
  font-family: var(--serif);
  font-weight: 600;
  line-height: 1.04;
  letter-spacing: -0.035em;
  margin: 0;
}
.hero h1 {
  font-size: clamp(3.8rem, 6.5vw, 7.5rem);
}
em {
  font-weight: 600;
  color: #7d91b6;
}
.lede {
  font-size: 1.13rem;
  max-width: 570px;
  color: #566477;
  margin: 30px 0;
}
.hero-actions,
.work-actions {
  display: flex;
  align-items: center;
  gap: 22px;
  flex-wrap: wrap;
}
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border-radius: 99px;
  padding: 14px 24px;
  font-weight: 700;
  font-size: 0.9rem;
  transition:
    transform 0.2s,
    box-shadow 0.2s;
}
.button:hover {
  transform: translateY(-2px);
}
.primary {
  background: var(--ink);
  color: white;
  box-shadow: 0 10px 25px rgba(41, 54, 70, 0.16);
}
.text-link {
  padding-left: 0;
}
.social-proof {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 48px;
  font-size: 0.78rem;
  color: var(--muted);
}
.social-proof strong {
  font-family: var(--serif);
  font-size: 1.55rem;
  color: var(--ink);
}
.social-proof i {
  width: 1px;
  height: 28px;
  background: var(--line);
  margin: 0 8px;
}
.hero-visual {
  height: 620px;
  max-width: 650px;
  position: relative;
}
.hero-photo {
  position: absolute;
  inset: 0 32px 18px 0;
  border-radius: 49% 49% 30px 30px;
  box-shadow: 0 25px 60px rgba(51, 63, 78, 0.16);
}
.hero-visual:before {
  content: "";
  position: absolute;
  inset: 38px 0 0 42px;
  border: 1px solid #8baac3;
  border-radius: 48% 48% 32px 32px;
}
.floating-card {
  position: absolute;
  right: -20px;
  bottom: 35px;
  background: rgba(255, 253, 249, 0.94);
  backdrop-filter: blur(12px);
  border-radius: 18px;
  padding: 18px 24px;
  box-shadow: 0 15px 35px rgba(41, 54, 70, 0.14);
  display: flex;
  flex-direction: column;
  min-width: 230px;
}
.floating-card span {
  font-size: 0.65rem;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  color: #8a7583;
}
.floating-card strong {
  font-family: var(--serif);
  font-size: 1.25rem;
}
.floating-card small {
  color: var(--muted);
}
.sparkle {
  position: absolute;
  right: 0;
  top: 40px;
  color: #9cbdd0;
  font-size: 3rem;
}
.marquee {
  background: var(--ink);
  color: #fff;
  white-space: nowrap;
  overflow: hidden;
  padding: 13px 0;
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.17em;
}
.marquee div {
  width: max-content;
  animation: move 28s linear infinite;
}
.marquee b {
  color: #ddccdb;
  margin: 0 24px;
}
@keyframes move {
  to {
    transform: translateX(-35%);
  }
}
.section {
  padding: 110px clamp(24px, 7vw, 112px);
}
.section-label {
  text-transform: uppercase;
  letter-spacing: 0.16em;
  font-size: 0.7rem;
  font-weight: 700;
  color: #8290a0;
  border-top: 1px solid var(--line);
  padding-top: 15px;
  margin-bottom: 52px;
}
.section-label.light {
  color: #c5ced8;
  border-color: rgba(255, 255, 255, 0.18);
}
.meet {
  display: grid;
  grid-template-columns: 25% 40% 35%;
  gap: 3vw;
  background: var(--paper);
}
.section h2 {
  font-size: clamp(2.8rem, 4.5vw, 5.5rem);
}
.meet-body {
  padding: 12px 0 0 3vw;
  border-left: 1px solid var(--line);
}
.meet-body p {
  color: var(--muted);
}
.meet-body .large {
  font-size: 1.25rem;
  color: var(--ink);
  font-weight: 500;
}
.mini-tags {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  margin-top: 28px;
}
.mini-tags span {
  border: 1px solid var(--line);
  padding: 6px 13px;
  border-radius: 99px;
  font-size: 0.78rem;
}
.creates {
  background: var(--ink);
  color: #fff;
}
.section-heading {
  display: grid;
  grid-template-columns: 24% 76%;
  align-items: start;
  margin-bottom: 50px;
}
.section-heading > p {
  text-transform: uppercase;
  letter-spacing: 0.14em;
  font-size: 0.72rem;
  font-weight: 700;
  color: #8391a1;
}
.section-heading.light > p {
  color: #bdc7d1;
}
.section-heading.light em {
  color: #bed3e4;
}
.content-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
}
.content-card {
  background: #344355;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 22px;
  padding: 28px;
  min-height: 265px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.content-card.feature {
  grid-column: span 2;
  background: #e5dbe6;
  color: var(--ink);
  flex-direction: row;
  justify-content: space-between;
  gap: 30px;
}
.content-card.feature div {
  max-width: 360px;
}
.content-card .number {
  font-family: var(--serif);
  font-size: 3rem;
  color: #7b8da1;
}
.content-card .icon {
  font-size: 2rem;
  margin-bottom: auto;
  color: #bcd7e7;
}
.content-card h3 {
  font-family: var(--serif);
  font-size: 1.55rem;
  margin: 10px 0 5px;
}
.content-card p {
  margin: 0;
  color: #c9d0d8;
}
.content-card.feature p {
  color: #657180;
}
.content-card.feature > div > p:first-child {
  text-transform: uppercase;
  letter-spacing: 0.13em;
  font-size: 0.68rem;
  color: #7d6e81;
}
.adventures {
  background: var(--paper);
}
.adventure-grid {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr 0.85fr;
  gap: 18px;
}
.adventure {
  padding-bottom: 20px;
}
.crop {
  height: 420px;
  border-radius: 24px;
  margin-bottom: 22px;
  box-shadow: 0 12px 30px rgba(41, 54, 70, 0.09);
}
.photo-burger {
  background-size: 340% auto;
  background-position: 88% 0;
}
.photo-pizza {
  height: 350px;
  background-size: 330% auto;
  background-position: 100% 0;
}
.photo-dad {
  height: 300px;
  background-size: 430% auto;
  background-position: 99% 94%;
}
.adventure span {
  color: #8593a3;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  font-size: 0.66rem;
  font-weight: 700;
}
.adventure h3 {
  font-family: var(--serif);
  font-size: 1.75rem;
  margin: 5px 0 0;
}
.adventure p {
  color: var(--muted);
  margin-top: 5px;
}
.partners {
  background: #eef1f4;
}
.partner-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 9vw;
}
.partner-layout .section-heading {
  display: block;
}
.body-copy {
  color: var(--muted);
  max-width: 580px;
  font-size: 1.08rem;
}
.partner-list > div {
  display: grid;
  grid-template-columns: 45px 1fr;
  column-gap: 15px;
  padding: 21px 0;
  border-bottom: 1px solid rgba(41, 54, 70, 0.15);
}
.partner-list span {
  grid-row: span 2;
  color: #8492a1;
  font-family: var(--serif);
}
.partner-list strong {
  font-family: var(--serif);
  font-size: 1.25rem;
}
.partner-list p {
  margin: 1px 0;
  color: var(--muted);
}
.now-planning {
  margin-top: 56px;
  background: var(--paper);
  border-radius: 18px;
  padding: 18px 22px;
  display: flex;
  align-items: center;
  gap: 18px;
}
.now-planning p {
  margin: 0;
}
.pill {
  background: var(--sky);
  border-radius: 99px;
  padding: 6px 13px;
  text-transform: uppercase;
  font-size: 0.65rem;
  letter-spacing: 0.12em;
  font-weight: 700;
}
.audience {
  background: var(--cream);
}
.audience-shell {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 9vw;
  background: #dce7ee;
  border-radius: 32px;
  padding: clamp(35px, 6vw, 80px);
}
.audience-shell > div > p:not(.eyebrow) {
  color: #596879;
  max-width: 560px;
}
.metrics {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}
.metrics div {
  background: rgba(255, 255, 255, 0.7);
  border-radius: 18px;
  padding: 25px;
  display: flex;
  flex-direction: column;
}
.metrics strong {
  font-family: var(--serif);
  font-size: clamp(2.4rem, 4vw, 4.5rem);
  line-height: 1;
}
.metrics span {
  font-size: 0.78rem;
  color: var(--muted);
  margin-top: 10px;
}
.metric-note {
  text-align: right;
  color: #778596;
  font-size: 0.76rem;
}
.media {
  background: var(--paper);
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 8vw;
  align-items: center;
}
.media-copy .section-label {
  margin-bottom: 55px;
}
.media-copy > p:not(.eyebrow) {
  color: var(--muted);
  font-size: 1.06rem;
  margin: 25px 0;
}
.media-preview {
  position: relative;
  border-radius: 26px;
  overflow: hidden;
  box-shadow: 0 24px 60px rgba(41, 54, 70, 0.13);
  transform: rotate(1deg);
}
.media-preview span {
  position: absolute;
  right: 16px;
  bottom: 16px;
  background: rgba(255, 255, 255, 0.92);
  padding: 8px 14px;
  border-radius: 99px;
  font-size: 0.75rem;
  font-weight: 700;
}
.work {
  background: linear-gradient(135deg, #e9dfe7, #d7e7ee);
  text-align: center;
  padding-top: 130px;
  padding-bottom: 130px;
}
.work-inner {
  max-width: 860px;
  margin: auto;
}
.work h2 {
  font-size: clamp(3.3rem, 6vw, 6.6rem);
}
.work-inner > p:not(.eyebrow) {
  font-size: 1.12rem;
  color: #566477;
  max-width: 660px;
  margin: 28px auto;
}
.work-actions {
  justify-content: center;
  margin: 30px 0;
}
.dark {
  background: var(--ink);
  color: white;
}
.outline {
  border: 1px solid var(--ink);
}
.work small {
  display: block;
  color: #6a7685;
  margin-top: 28px;
}
footer {
  padding: 45px clamp(24px, 7vw, 112px);
  display: grid;
  grid-template-columns: 1fr 1fr 1fr auto;
  align-items: center;
  gap: 24px;
  background: var(--ink);
  color: #dbe0e5;
}
footer p,
footer small {
  font-size: 0.72rem;
  color: #9da8b4;
}
footer > div {
  display: flex;
  gap: 18px;
  font-size: 0.78rem;
}
.reveal {
  opacity: 0;
  transform: translateY(16px);
  transition:
    opacity 0.65s ease,
    transform 0.65s ease;
}
.reveal.visible {
  opacity: 1;
  transform: none;
}
@media (max-width: 980px) {
  .site-header nav {
    position: fixed;
    inset: 0 0 auto 0;
    background: var(--paper);
    padding: 92px 24px 30px;
    display: none;
    flex-direction: column;
    align-items: flex-start;
    box-shadow: 0 20px 50px rgba(41, 54, 70, 0.12);
  }
  .site-header nav.open {
    display: flex;
  }
  .menu-button {
    display: block;
    z-index: 2;
  }
  .hero {
    grid-template-columns: 1fr;
    padding-top: 120px;
  }
  .hero-copy {
    max-width: 720px;
  }
  .hero-visual {
    height: 580px;
    margin-left: 8vw;
  }
  .meet {
    grid-template-columns: 1fr 1fr;
  }
  .meet .section-label {
    grid-column: span 2;
  }
  .meet-body {
    padding-left: 0;
    border: 0;
  }
  .content-grid {
    grid-template-columns: 1fr 1fr;
  }
  .adventure-grid {
    grid-template-columns: 1fr 1fr;
  }
  .a1 {
    grid-column: span 2;
  }
  .partner-layout,
  .audience-shell,
  .media {
    grid-template-columns: 1fr;
  }
  .section-heading {
    grid-template-columns: 1fr;
  }
  .section-heading > p {
    margin-bottom: 18px;
  }
  footer {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 620px) {
  .site-header {
    height: 70px;
  }
  .hero {
    padding-left: 20px;
    padding-right: 20px;
    gap: 35px;
    min-height: auto;
  }
  .hero h1 {
    font-size: 3.6rem;
  }
  .hero-visual {
    height: 470px;
    margin-left: 0;
  }
  .hero-photo {
    right: 8px;
    background-size: 390% auto;
  }
  .floating-card {
    right: -5px;
    bottom: 5px;
  }
  .social-proof {
    flex-wrap: wrap;
  }
  .section {
    padding: 78px 20px;
  }
  .meet {
    grid-template-columns: 1fr;
  }
  .meet .section-label {
    grid-column: auto;
  }
  .content-grid {
    grid-template-columns: 1fr;
  }
  .content-card.feature {
    grid-column: auto;
    flex-direction: column;
  }
  .adventure-grid {
    grid-template-columns: 1fr;
  }
  .a1 {
    grid-column: auto;
  }
  .crop,
  .photo-pizza,
  .photo-dad {
    height: 330px;
  }
  .now-planning {
    align-items: flex-start;
    flex-direction: column;
  }
  .audience-shell {
    padding: 30px 20px;
  }
  .metrics {
    grid-template-columns: 1fr 1fr;
  }
  .metrics div {
    padding: 18px;
  }
  .metrics strong {
    font-size: 2.5rem;
  }
  .media-preview {
    transform: none;
  }
  .work-actions {
    flex-direction: column;
  }
  .work-actions .button {
    width: 100%;
  }
  footer {
    grid-template-columns: 1fr;
    text-align: center;
  }
  footer > div {
    justify-content: center;
  }
}
