:root {
  --paper: #f6f1e7;
  --forest: #173c34;
  --forest-deep: #102b26;
  --gold: #d7a44a;
  --sage: #a8b99f;
  --line: rgba(23, 60, 52, 0.24);
  --soft-line: rgba(23, 60, 52, 0.13);
  --serif: "Iowan Old Style", "Baskerville", "Palatino Linotype", Georgia, serif;
  --sans: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  min-width: 320px;
  min-height: 100vh;
  margin: 0;
  background: var(--paper);
  color: var(--forest-deep);
  font-family: var(--sans);
  text-rendering: optimizeLegibility;
}

body::before {
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  content: "";
  opacity: 0.3;
  background-image: radial-gradient(rgba(16, 43, 38, 0.08) 0.45px, transparent 0.55px);
  background-size: 5px 5px;
  mix-blend-mode: multiply;
}

a {
  color: inherit;
}

.site-shell {
  display: flex;
  flex-direction: column;
  width: min(100% - 64px, 1320px);
  min-height: 100svh;
  margin: 0 auto;
}

.site-header,
.site-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid var(--line);
}

.site-header {
  min-height: 86px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: var(--forest-deep);
  text-decoration: none;
}

.brand-mark {
  display: inline-grid;
  width: 40px;
  height: 40px;
  place-items: center;
  color: var(--forest);
}

.brand-mark svg {
  width: 100%;
  height: 100%;
}

.brand-name {
  font-family: var(--serif);
  font-size: 1.42rem;
  font-weight: 600;
  letter-spacing: -0.035em;
}

.header-note,
.site-footer,
.arrival-label,
.art-caption {
  color: rgba(16, 43, 38, 0.64);
  font-size: 0.69rem;
  font-weight: 650;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.header-note {
  letter-spacing: 0.11em;
}

main {
  display: flex;
  flex: 1;
  flex-direction: column;
}

.hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(380px, 1.05fr);
  align-items: center;
  min-height: min(700px, calc(100svh - 158px));
  padding: 56px 0 44px;
  overflow: hidden;
}

.hero-copy {
  position: relative;
  z-index: 1;
  max-width: 620px;
  padding-left: clamp(8px, 4vw, 64px);
}

.kicker {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin: 0 0 29px;
  color: var(--forest);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.kicker-line {
  display: inline-block;
  width: 38px;
  height: 1px;
  background: var(--gold);
}

h1 {
  max-width: 690px;
  margin: 0;
  color: var(--forest);
  font-family: var(--serif);
  font-size: clamp(3.6rem, 7vw, 7rem);
  font-weight: 500;
  letter-spacing: -0.07em;
  line-height: 0.93;
}

h1 em {
  color: var(--gold);
  font-style: italic;
  font-weight: 400;
}

.hero-lede {
  max-width: 430px;
  margin: 34px 0 28px;
  color: rgba(16, 43, 38, 0.75);
  font-size: clamp(1rem, 1.3vw, 1.12rem);
  line-height: 1.7;
}

.text-link {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  padding-bottom: 8px;
  border-bottom: 1px solid var(--forest);
  color: var(--forest);
  font-size: 0.87rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-decoration: none;
  transition: gap 180ms ease, color 180ms ease, border-color 180ms ease;
}

.text-link span {
  color: var(--gold);
  font-size: 1rem;
}

.text-link:hover,
.text-link:focus-visible {
  gap: 16px;
  border-color: var(--gold);
  color: var(--gold);
}

.text-link:focus-visible,
.brand:focus-visible {
  outline: 2px solid var(--gold);
  outline-offset: 5px;
}

.hero-art {
  position: relative;
  align-self: stretch;
  min-height: 520px;
  isolation: isolate;
}

.bamboo-grid {
  position: absolute;
  inset: 8% -14% 7% 15%;
  z-index: -3;
  opacity: 0.55;
  background-image: linear-gradient(to right, var(--soft-line) 1px, transparent 1px), linear-gradient(to bottom, var(--soft-line) 1px, transparent 1px);
  background-size: 48px 48px;
  mask-image: linear-gradient(135deg, transparent 3%, black 20%, black 83%, transparent 100%);
}

.sun-disc {
  position: absolute;
  top: 13%;
  right: 15%;
  z-index: -2;
  width: clamp(155px, 19vw, 260px);
  aspect-ratio: 1;
  border: 1px solid rgba(215, 164, 74, 0.42);
  border-radius: 50%;
}

.sun-disc::before,
.sun-disc::after {
  position: absolute;
  border-radius: 50%;
  content: "";
}

.sun-disc::before {
  inset: 17%;
  border: 1px solid rgba(215, 164, 74, 0.24);
}

.sun-disc::after {
  inset: 48%;
  background: var(--gold);
}

.bamboo {
  position: absolute;
  right: 5%;
  bottom: 3%;
  width: min(42%, 260px);
  height: auto;
  opacity: 0.9;
}

.panda {
  position: absolute;
  right: 21%;
  bottom: 8%;
  width: min(54%, 330px);
  height: auto;
  filter: drop-shadow(0 16px 15px rgba(16, 43, 38, 0.08));
}

.art-caption {
  position: absolute;
  right: 18%;
  bottom: 2%;
  color: var(--gold);
  font-size: 0.61rem;
  letter-spacing: 0.17em;
  transform: rotate(-90deg);
  transform-origin: right center;
}

.arrival {
  display: flex;
  align-items: flex-start;
  gap: 17px;
  width: min(100%, 565px);
  margin: auto 0 40px clamp(8px, 4vw, 64px);
  padding-top: 21px;
  border-top: 1px solid var(--soft-line);
}

.arrival-mark {
  flex: 0 0 auto;
  width: 9px;
  height: 9px;
  margin-top: 4px;
  border-radius: 50%;
  background: var(--gold);
  box-shadow: 0 0 0 5px rgba(215, 164, 74, 0.14);
}

.arrival-label {
  margin: 0 0 8px;
  color: var(--forest);
  font-size: 0.64rem;
}

.arrival-copy {
  margin: 0;
  color: rgba(16, 43, 38, 0.68);
  font-size: 0.86rem;
  line-height: 1.6;
}

.site-footer {
  min-height: 71px;
  border-top: 1px solid var(--line);
  border-bottom: 0;
  font-size: 0.62rem;
  letter-spacing: 0.1em;
}

@media (max-width: 820px) {
  .site-shell {
    width: min(100% - 40px, 620px);
  }

  .site-header {
    min-height: 74px;
  }

  .header-note {
    display: none;
  }

  .hero {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    min-height: auto;
    padding: 55px 0 24px;
  }

  .hero-copy {
    padding-left: 0;
  }

  h1 {
    font-size: clamp(3.25rem, 14vw, 5.6rem);
  }

  .hero-art {
    min-height: 375px;
    margin-top: 12px;
  }

  .bamboo-grid {
    inset: 2% -7% 4% 0;
  }

  .sun-disc {
    top: 7%;
    right: 11%;
  }

  .panda {
    right: 22%;
    bottom: 7%;
    width: min(56%, 286px);
  }

  .bamboo {
    right: 1%;
    bottom: 2%;
    width: min(41%, 215px);
  }

  .art-caption {
    right: 15%;
    bottom: 0;
  }

  .arrival {
    margin-left: 0;
  }
}

@media (max-width: 480px) {
  .site-shell {
    width: min(100% - 32px, 420px);
  }

  .brand-name {
    font-size: 1.26rem;
  }

  .brand-mark {
    width: 34px;
    height: 34px;
  }

  .hero {
    padding-top: 45px;
  }

  .kicker {
    margin-bottom: 25px;
    font-size: 0.64rem;
    letter-spacing: 0.12em;
  }

  .kicker-line {
    width: 27px;
  }

  .hero-lede {
    margin-top: 27px;
    font-size: 0.95rem;
  }

  .hero-art {
    min-height: 310px;
    margin-top: 8px;
  }

  .panda {
    right: 17%;
    width: min(60%, 250px);
  }

  .bamboo {
    right: -4%;
    width: min(44%, 186px);
  }

  .sun-disc {
    right: 4%;
    width: 145px;
  }

  .art-caption {
    right: 11%;
  }

  .site-footer {
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: 7px;
    min-height: 82px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  .text-link {
    transition: none;
  }
}
