@font-face {
  font-family: Playfair;
  src: url("/assets/PlayfairDisplay-latin.woff2") format("woff2");
  font-weight: 400 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: Bricolage;
  src: url("/assets/BricolageGrotesque-latin.woff2") format("woff2");
  font-weight: 500 800;
  font-style: normal;
  font-display: swap;
}
:root {
  color-scheme: light;
  --cream: #f3eee6;
  --paper: #fffbf4;
  --ink: #141518;
  --muted: #62686b;
  --teal: #0e7a74;
  --aqua: #1fb8b0;
  --pale: #bff3ef;
  --line: #dcd7ce;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: 36px;
}
body {
  margin: 0;
  background: var(--cream);
  color: var(--ink);
  font-family:
    system-ui,
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    sans-serif;
  -webkit-font-smoothing: antialiased;
}
a {
  color: inherit;
}
a:focus-visible {
  outline: 3px solid var(--teal);
  outline-offset: 6px;
}
svg {
  stroke: currentColor;
  stroke-width: 1.6;
  stroke-linecap: round;
  stroke-linejoin: round;
}
img {
  display: block;
  max-width: 100%;
}
.wrap {
  width: min(1200px, calc(100% - 96px));
  margin-inline: auto;
}
.skip-link {
  position: absolute;
  top: -80px;
  left: 20px;
  z-index: 10;
  background: var(--paper);
  padding: 12px;
}
.skip-link:focus {
  top: 16px;
}
.site-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-block: 24px;
  border-bottom: 1px solid var(--line);
}
.brand {
  display: flex;
  align-items: center;
  gap: 12px;
  font-family: Bricolage, sans-serif;
  font-size: 27px;
  font-weight: 800;
  text-decoration: none;
  letter-spacing: -0.9px;
}
.brand img {
  width: 62px;
  height: 62px;
  object-fit: contain;
}
.brand-caption {
  display: block;
  margin-top: 4px;
  font-family: system-ui, sans-serif;
  font-size: 10px;
  letter-spacing: 1.35px;
  text-transform: uppercase;
  font-weight: 600;
  color: var(--muted);
}
.header-link {
  font-size: 13px;
  font-weight: 600;
  text-decoration: none;
}
.header-link span {
  margin-left: 12px;
  color: var(--teal);
  font-size: 21px;
}
.hero {
  display: grid;
  grid-template-columns: 1.12fr 1fr;
  gap: 64px;
  align-items: center;
  padding-block: 68px 72px;
}
.eyebrow {
  margin: 0 0 22px;
  color: var(--teal);
  font-size: 11px;
  line-height: 1.6;
  font-weight: 750;
  letter-spacing: 1.6px;
  text-transform: uppercase;
}
.status-dot {
  display: inline-block;
  width: 7px;
  height: 7px;
  border-radius: 100%;
  background: var(--teal);
  margin-right: 8px;
  vertical-align: 1px;
}
.launch-label {
  display: inline-block;
  margin: 0 0 20px;
  padding: 7px 13px;
  background: var(--pale);
  border: 1px solid #a0dcd7;
  border-radius: 5px;
  color: #075b57;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.3px;
  box-shadow:
    0 0 0 3px #1fb8b012,
    0 0 18px #1fb8b030;
  transform-origin: center;
}
@media (prefers-reduced-motion: no-preference) {
  .launch-label {
    animation: launch-pulse 2.8s ease-in-out infinite;
  }
}
@keyframes launch-pulse {
  0%,
  100% {
    transform: scale(1);
    box-shadow:
      0 0 0 3px #1fb8b012,
      0 0 18px #1fb8b030;
  }
  50% {
    transform: scale(1.04);
    box-shadow:
      0 0 0 7px #1fb8b020,
      0 0 30px #1fb8b070;
  }
}
h1,
h2,
h3,
p {
  overflow-wrap: break-word;
}
h1,
h2 {
  font-family: Playfair, Georgia, serif;
  font-weight: 500;
  letter-spacing: -2.8px;
}
h1 {
  font-size: clamp(54px, 6.2vw, 82px);
  line-height: 1.08;
  margin: 0 0 25px;
}
em {
  font-style: normal;
  color: var(--teal);
}
.hero-description {
  max-width: 465px;
  font-size: 17px;
  line-height: 1.8;
  color: var(--muted);
  margin: 0 0 29px;
}
.button {
  display: inline-flex;
  gap: 28px;
  align-items: center;
  background: var(--teal);
  color: white;
  padding: 17px 23px;
  border-radius: 5px;
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
  transition:
    background 0.2s,
    transform 0.2s;
}
.button:hover {
  background: #09635e;
  transform: translateY(-2px);
}
.button span {
  font-size: 18px;
}
.launch-note {
  font-size: 11px;
  color: var(--muted);
  margin: 17px 0 0;
}
.hero-visual {
  position: relative;
  padding-left: 18px;
}
.photo-frame {
  position: relative;
  border-radius: 180px 180px 12px 12px;
  overflow: hidden;
  height: 560px;
  background: #d9e5df;
}
.hero-photo {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 57%;
}
.photo-frame:after {
  content: "";
  position: absolute;
  inset: 55% 0 0;
  background: linear-gradient(transparent, rgba(15, 34, 29, 0.7));
}
.photo-caption {
  position: absolute;
  bottom: 32px;
  left: 32px;
  right: 20px;
  z-index: 1;
  color: #fff;
  display: grid;
  gap: 8px;
  font-family: Playfair, Georgia, serif;
  font-size: 25px;
}
.small-caps {
  font-family: system-ui, sans-serif;
  font-size: 9px;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
}
.destination-tag {
  position: absolute;
  left: -12px;
  top: 85px;
  display: flex;
  align-items: center;
  gap: 13px;
  padding: 18px 22px;
  background: var(--paper);
  border: 1px solid var(--line);
  box-shadow: 0 12px 28px #242c2310;
  border-radius: 8px;
  transform: rotate(-5deg);
  font-size: 12px;
  line-height: 1.7;
}
.destination-tag svg {
  width: 31px;
  height: 31px;
  color: var(--teal);
}
.destination-tag strong {
  font-weight: 750;
}
.photo-footnote {
  display: block;
  text-align: right;
  color: var(--muted);
  font-size: 10px;
  letter-spacing: 0.3px;
  margin-top: 12px;
}
.places-strip {
  border-block: 1px solid var(--line);
  background: var(--paper);
  padding-block: 21px;
}
.places-strip > div {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 22px;
  font-size: 12px;
  font-weight: 600;
}
.places-strip span[aria-hidden] {
  color: var(--teal);
  font-size: 19px;
}
.features {
  padding-block: 90px;
}
.section-heading {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  column-gap: 75px;
  align-items: end;
  margin-bottom: 40px;
}
.section-heading .eyebrow {
  grid-column: 1/-1;
  margin-bottom: 15px;
}
h2 {
  font-size: clamp(36px, 4vw, 49px);
  line-height: 1.17;
  margin: 0;
}
.section-heading > p:last-child {
  color: var(--muted);
  font-size: 15px;
  line-height: 1.9;
  max-width: 400px;
  margin: 0 0 4px;
}
.feature-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}
.feature {
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 10px;
  padding: 27px;
}
.feature-wide {
  grid-row: span 2;
  background: #dfede5;
  border-color: #cbdcd2;
  display: flex;
  flex-direction: column;
}
.feature-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 28px;
  color: var(--teal);
}
.feature-number {
  font-family: Bricolage, sans-serif;
  font-size: 12px;
  letter-spacing: 1px;
}
.feature-top svg {
  width: 27px;
  height: 27px;
}
h3 {
  font-family: Bricolage, system-ui, sans-serif;
  font-size: 23px;
  line-height: 1.22;
  letter-spacing: -0.65px;
  margin: 0 0 15px;
  font-weight: 650;
}
.feature p {
  font-size: 13px;
  line-height: 1.85;
  color: #515a59;
  margin: 0;
}
.feature-wide h3 {
  font-family: Playfair, Georgia, serif;
  font-size: 36px;
  font-weight: 500;
  letter-spacing: -1px;
  margin-top: 14px;
}
.feature-wide p {
  font-size: 15px;
  line-height: 1.85;
}
.feature-detail {
  margin-top: auto;
  padding-top: 42px;
  font-size: 11px;
  line-height: 1.7;
  color: var(--teal);
  font-weight: 650;
  border-bottom: 1px solid #b9d0c2;
  padding-bottom: 14px;
}
.closing {
  position: relative;
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 12px;
  padding: 62px 30px;
  text-align: center;
  overflow: hidden;
}
.closing .eyebrow {
  margin-bottom: 18px;
}
.closing-mark {
  position: absolute;
  right: 45px;
  top: 29px;
  color: var(--aqua);
  font-size: 75px;
  line-height: 1;
  transform: rotate(15deg);
}
.closing h2 {
  font-size: 49px;
  letter-spacing: -1.8px;
}
.closing > p:not(.eyebrow) {
  font-size: 14px;
  color: var(--muted);
  line-height: 1.9;
  margin: 24px 0;
}
.site-address {
  display: inline-flex;
  align-items: center;
  gap: 20px;
  border-bottom: 1px solid var(--teal);
  padding-bottom: 7px;
  color: var(--teal);
  font-family: Bricolage, system-ui, sans-serif;
  font-size: 23px;
  font-weight: 650;
  text-decoration: none;
  letter-spacing: -0.4px;
}
.closing-note {
  display: block;
  font-size: 11px;
  color: var(--muted);
  margin-top: 15px;
}
.site-footer {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  align-items: center;
  padding-block: 35px;
  font-size: 10px;
  color: var(--muted);
  line-height: 1.7;
}
.site-footer a {
  text-decoration: none;
}
.site-footer a:hover,
.header-link:hover {
  text-decoration: underline;
}
@media (min-width: 1500px) {
  .hero {
    padding-block: 82px 86px;
  }
  .photo-frame {
    height: 600px;
  }
}
@media (max-width: 1000px) {
  .wrap {
    width: calc(100% - 64px);
  }
  .hero {
    gap: 28px;
  }
  .photo-frame {
    height: 510px;
  }
  .hero-visual {
    padding-left: 0;
  }
  .destination-tag {
    left: -8px;
    padding: 13px 16px;
  }
  .hero-description {
    font-size: 16px;
  }
  .feature {
    padding: 23px;
  }
  .feature-wide h3 {
    font-size: 31px;
  }
  h3 {
    font-size: 21px;
  }
  .section-heading {
    gap: 20px 45px;
  }
  .closing-mark {
    right: 25px;
    font-size: 55px;
  }
}
@media (max-width: 760px) {
  .wrap {
    width: calc(100% - 40px);
  }
  .site-header {
    padding-block: 17px;
  }
  .brand {
    font-size: 23px;
    gap: 8px;
  }
  .brand img {
    width: 51px;
    height: 51px;
  }
  .brand-caption {
    font-size: 8px;
    letter-spacing: 0.95px;
  }
  .header-link {
    font-size: 0;
  }
  .header-link span {
    font-size: 24px;
    margin: 0;
  }
  .hero {
    grid-template-columns: 1fr;
    gap: 37px;
    padding-block: 40px;
  }
  .hero .eyebrow {
    font-size: 9px;
    letter-spacing: 1.2px;
    margin-bottom: 20px;
  }
  h1 {
    font-size: 62px;
    letter-spacing: -2.5px;
  }
  .hero-description {
    font-size: 16px;
    max-width: 530px;
  }
  .hero-visual {
    padding-inline: 15px;
  }
  .photo-frame {
    height: 470px;
    border-radius: 170px 170px 10px 10px;
  }
  .destination-tag {
    left: 0;
    top: 66px;
  }
  .photo-caption {
    left: 26px;
    bottom: 26px;
  }
  .places-strip {
    padding-block: 17px;
  }
  .places-strip > div {
    flex-wrap: wrap;
    justify-content: center;
    column-gap: 16px;
    row-gap: 8px;
    font-size: 10px;
  }
  .places-strip span[aria-hidden] {
    font-size: 13px;
  }
  .places-strip span:last-child {
    display: none;
  }
  .places-strip span:nth-last-child(2) {
    display: none;
  }
  .features {
    padding-block: 57px;
  }
  .section-heading {
    grid-template-columns: 1fr;
    gap: 16px;
    margin-bottom: 27px;
  }
  .section-heading .eyebrow {
    margin: 0;
  }
  h2 {
    font-size: 38px;
    letter-spacing: -1.7px;
  }
  .section-heading > p:last-child {
    font-size: 14px;
    max-width: 520px;
  }
  .feature-grid {
    grid-template-columns: 1fr 1fr;
    gap: 12px;
  }
  .feature-wide {
    grid-column: 1/-1;
    grid-row: auto;
  }
  .feature {
    padding: 22px;
  }
  .feature-top {
    margin-bottom: 20px;
  }
  .feature-wide h3 {
    font-size: 34px;
    margin-top: 0;
  }
  .feature-wide h3 br {
    display: none;
  }
  .feature-wide p {
    font-size: 14px;
  }
  .feature-detail {
    padding-top: 23px;
  }
  .closing {
    padding: 48px 20px;
  }
  .closing h2 {
    font-size: 39px;
  }
  .closing-mark {
    font-size: 33px;
    right: 16px;
    top: 13px;
  }
  .closing .eyebrow {
    font-size: 9px;
    letter-spacing: 1.1px;
  }
  .closing > p:not(.eyebrow) {
    font-size: 13px;
  }
  .site-footer {
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px 22px;
    text-align: center;
    padding-block: 25px;
  }
  .site-footer > span:nth-child(2) {
    order: 3;
    width: 100%;
  }
}
@media (max-width: 430px) {
  h1 {
    font-size: 54px;
  }
  .hero-description {
    font-size: 15px;
  }
  .photo-frame {
    height: 430px;
  }
  .feature-grid {
    grid-template-columns: 1fr;
  }
  .feature-wide {
    grid-column: auto;
  }
  .feature {
    padding: 25px;
  }
  .feature-top {
    margin-bottom: 16px;
  }
  .feature h3 br {
    display: none;
  }
  .feature h3 {
    font-size: 24px;
  }
  .feature-wide h3 {
    font-size: 31px;
  }
  .feature p {
    font-size: 14px;
  }
  .places-strip > div {
    column-gap: 12px;
  }
  .closing h2 {
    font-size: 35px;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  *,
  *:before,
  *:after {
    transition: none !important;
  }
}
