@font-face {
  font-family: Fraunces;
  src: url("/coming-soon/fraunces-latin-700-900.woff2") format("woff2");
  font-style: normal;
  font-weight: 700 900;
  font-display: swap;
}

:root {
  color-scheme: light;
  --paper: #f8f4e9;
  --forest: #0f3b22;
  --muted: #536555;
  --gold: #b68f4b;
  --rule: #d9dccd;
  font-family: Arial, Helvetica, sans-serif;
  color: var(--forest);
  background: var(--paper);
  font-synthesis: none;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  min-width: 280px;
  background:
    radial-gradient(ellipse at 83% 34%, #e9eee065, transparent 48%),
    var(--paper);
}

::selection {
  color: var(--forest);
  background: #dfca9c;
}

p,
h1,
figure {
  margin: 0;
}

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

.page {
  width: min(1440px, 100%);
  min-height: 100svh;
  margin: 0 auto;
  padding: 0 clamp(24px, 5.3vw, 80px);
  display: flex;
  flex-direction: column;
}

.masthead {
  min-height: 132px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  border-bottom: 1px solid var(--rule);
}

.brand {
  display: flex;
  align-items: center;
  gap: 13px;
}

.brand__seal {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  mix-blend-mode: multiply;
}

.brand__name {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.wordmark {
  font-family: Fraunces, Georgia, serif;
  font-size: 29px;
  font-weight: 700;
  letter-spacing: -1.5px;
  line-height: 1;
}

.brand__place {
  font-size: 8px;
  font-weight: 700;
  letter-spacing: 3.6px;
  text-transform: uppercase;
}

.launch-note {
  display: flex;
  align-items: center;
  gap: 11px;
  color: #4a5f46;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 2.4px;
  text-transform: uppercase;
}

.launch-note span {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--gold);
}

.hero {
  flex: 1;
  display: grid;
  grid-template-columns: 44% 56%;
  grid-template-rows: 1fr auto auto 1fr;
  min-height: 610px;
  padding: 28px 0 40px;
  position: relative;
}

.hero__heading {
  grid-column: 1;
  grid-row: 2;
  position: relative;
  z-index: 1;
  padding-top: 28px;
}

.eyebrow {
  margin-bottom: 26px;
  color: #5e6c56;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

h1 {
  font-family: Fraunces, Georgia, serif;
  font-size: clamp(48px, 5.8vw, 82px);
  font-weight: 700;
  letter-spacing: -5px;
  line-height: 1.06;
}

h1 span {
  display: block;
  white-space: nowrap;
}

h1 em {
  color: #567454;
  font-style: normal;
}

.hero__copy {
  grid-column: 1;
  grid-row: 3;
  position: relative;
  z-index: 1;
  max-width: 410px;
  padding-top: 30px;
  padding-bottom: 24px;
}

.gold-line {
  width: 43px;
  height: 2px;
  margin-bottom: 27px;
  background: var(--gold);
}

.description {
  color: var(--muted);
  font-size: 16px;
  line-height: 1.85;
  text-wrap: pretty;
}

.closing-note {
  margin-top: 22px;
  color: #65735f;
  font-size: 11px;
  letter-spacing: 0.25px;
  line-height: 1.6;
}

.contact-link {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-height: 44px;
  margin-top: 14px;
  color: var(--forest);
  font-size: 14px;
  text-decoration-color: #9caa8d;
  text-underline-offset: 5px;
}

.contact-link:hover {
  text-decoration-color: var(--forest);
}

.contact-link:focus-visible {
  outline: 2px solid var(--forest);
  outline-offset: 5px;
  border-radius: 2px;
}

.hero__art {
  grid-column: 2;
  grid-row: 1 / 5;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-width: 0;
  margin: 0 -32px 0 0;
}

.artwork {
  width: 100%;
  max-width: 720px;
  mask-image: linear-gradient(
    to bottom,
    transparent,
    #000 4%,
    #000 95%,
    transparent
  );
}

.artwork img {
  width: 100%;
  height: auto;
  aspect-ratio: 3 / 2;
  object-fit: contain;
  mix-blend-mode: multiply;
  mask-image: linear-gradient(
    to right,
    transparent,
    #000 3%,
    #000 97%,
    transparent
  );
}

figcaption {
  margin-top: -5px;
  color: #65735f;
  font-size: 9px;
  letter-spacing: 2.2px;
  line-height: 1.6;
  text-transform: uppercase;
}

.footer {
  min-height: 83px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 20px 0;
  border-top: 1px solid var(--rule);
}

.footer__values {
  color: #5d6f58;
  font-size: 10px;
  letter-spacing: 1.1px;
  line-height: 1.6;
}

.footer__place {
  display: flex;
  align-items: center;
  gap: 25px;
  color: #405c40;
  font-size: 9px;
  font-weight: 600;
  letter-spacing: 1.8px;
  line-height: 1.6;
  text-transform: uppercase;
}

.island-mark {
  color: #65735f;
  font-size: 8px;
  font-weight: 400;
  letter-spacing: 1.1px;
}

@media (min-width: 1600px) {
  .hero {
    max-height: 900px;
  }
}

@media (max-width: 1100px) {
  .page {
    padding-right: 40px;
    padding-left: 40px;
  }

  .masthead {
    min-height: 110px;
  }

  .hero {
    min-height: 570px;
    grid-template-columns: 46% 54%;
  }

  h1 {
    font-size: 6vw;
    letter-spacing: -3.8px;
  }

  .eyebrow {
    max-width: 240px;
    line-height: 1.7;
  }

  .hero__copy {
    max-width: 340px;
  }

  .description {
    font-size: 14px;
  }
}

@media (max-width: 760px) {
  .page {
    padding: 0 25px;
  }

  .masthead {
    min-height: 104px;
    gap: 12px;
  }

  .brand {
    gap: 8px;
  }

  .brand__seal {
    width: 49px;
    height: 49px;
  }

  .wordmark {
    font-size: 25px;
  }

  .brand__place {
    font-size: 6px;
    letter-spacing: 3px;
  }

  .launch-note {
    gap: 7px;
    font-size: 9px;
    letter-spacing: 1px;
  }

  .launch-note span {
    width: 4px;
    height: 4px;
  }

  .hero {
    display: flex;
    flex-direction: column;
    min-height: 0;
    padding: 46px 0 40px;
  }

  .hero__heading {
    padding: 0;
    text-align: center;
  }

  .eyebrow {
    max-width: none;
    margin-bottom: 18px;
    font-size: 9px;
    letter-spacing: 1.1px;
  }

  h1 {
    font-size: clamp(38px, 10.9vw, 65px);
    letter-spacing: -2.7px;
    line-height: 1.1;
  }

  .hero__art {
    width: calc(100% + 38px);
    margin: 12px -19px 0;
  }

  .artwork {
    max-width: 520px;
  }

  figcaption {
    margin-top: -8px;
    font-size: 9px;
    letter-spacing: 1.8px;
  }

  .hero__copy {
    width: 100%;
    max-width: 430px;
    margin: 0 auto;
    padding: 30px 9px 0;
    text-align: center;
  }

  .gold-line {
    width: 28px;
    margin: 0 auto 23px;
  }

  .description {
    font-size: 14px;
    line-height: 1.85;
  }

  .closing-note {
    margin-top: 20px;
    font-size: 11px;
  }

  .footer {
    min-height: 100px;
    flex-direction: column;
    justify-content: center;
    gap: 12px;
    text-align: center;
  }

  .footer__values {
    font-size: 10px;
    letter-spacing: 0.8px;
  }

  .footer__place {
    gap: 17px;
    font-size: 9px;
    letter-spacing: 1.5px;
  }

  .island-mark {
    font-size: 9px;
  }
}

@media (max-width: 350px) {
  .page {
    padding: 0 18px;
  }

  .launch-note {
    font-size: 8px;
    letter-spacing: 0.8px;
  }

  h1 {
    font-size: 10.8vw;
    letter-spacing: -2px;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation: none !important;
    transition: none !important;
    scroll-behavior: auto !important;
  }
}
