:root {
  --ink: #17231f;
  --muted: #64716a;
  --paper: #f7f2e8;
  --paper-strong: #fffaf0;
  --accent: #d97745;
  --accent-dark: #a64f2d;
  --teal: #1e756d;
  --line: rgba(23, 35, 31, 0.14);
  --shadow: 0 30px 90px rgba(29, 47, 40, 0.16);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-width: 320px;
  color: var(--ink);
  background:
    radial-gradient(circle at 10% 5%, rgba(217, 119, 69, 0.18), transparent 28rem),
    radial-gradient(circle at 100% 100%, rgba(30, 117, 109, 0.18), transparent 30rem),
    var(--paper);
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.5;
}

a {
  color: inherit;
}

button,
input {
  font: inherit;
}

.page-shell {
  min-height: 100vh;
  padding: 24px;
}

.hero {
  position: relative;
  display: flex;
  min-height: calc(100vh - 48px);
  flex-direction: column;
  overflow: hidden;
  padding: 28px clamp(24px, 5vw, 72px) 24px;
  border: 1px solid var(--line);
  border-radius: 32px;
  background:
    linear-gradient(130deg, rgba(255, 250, 240, 0.98), rgba(247, 242, 232, 0.92)),
    var(--paper-strong);
  box-shadow: var(--shadow);
}

.hero::before {
  position: absolute;
  top: -180px;
  right: -180px;
  width: 520px;
  height: 520px;
  border: 1px solid rgba(30, 117, 109, 0.16);
  border-radius: 50%;
  content: "";
}

.site-header,
.hero-footer {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

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

.brand-mark {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border-radius: 50%;
  background: var(--ink);
  color: var(--paper-strong);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 22px;
  font-style: italic;
}

.brand-name {
  font-size: 0.9rem;
  font-weight: 800;
  letter-spacing: 0.18em;
}

.header-link {
  padding: 10px 0;
  border-bottom: 1px solid var(--ink);
  font-size: 0.92rem;
  font-weight: 650;
  text-decoration: none;
}

.hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  flex: 1;
  grid-template-columns: minmax(0, 1.12fr) minmax(330px, 0.88fr);
  gap: clamp(52px, 7vw, 110px);
  align-items: center;
  padding: clamp(70px, 10vh, 120px) 0;
}

.hero-copy {
  max-width: 760px;
}

.eyebrow {
  margin: 0 0 24px;
  color: var(--teal);
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

h1 {
  max-width: 820px;
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(3.4rem, 7.5vw, 7.5rem);
  font-weight: 500;
  letter-spacing: -0.055em;
  line-height: 0.94;
}

.hero-lead {
  max-width: 680px;
  margin: 32px 0 0;
  color: var(--muted);
  font-size: clamp(1.08rem, 1.7vw, 1.35rem);
}

.notify-form {
  max-width: 620px;
  margin-top: 42px;
}

.notify-form label {
  display: block;
  margin-bottom: 12px;
  font-weight: 720;
}

.form-row {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 10px;
}

.form-row input {
  min-width: 0;
  padding: 16px 18px;
  border: 1px solid var(--line);
  border-radius: 999px;
  outline: none;
  background: rgba(255, 255, 255, 0.68);
  color: var(--ink);
}

.form-row input:focus {
  border-color: var(--teal);
  box-shadow: 0 0 0 4px rgba(30, 117, 109, 0.1);
}

.form-row button {
  padding: 16px 24px;
  border: 0;
  border-radius: 999px;
  background: var(--ink);
  color: #fff;
  cursor: pointer;
  font-weight: 750;
  transition: transform 160ms ease, background 160ms ease;
}

.form-row button:hover {
  transform: translateY(-1px);
  background: var(--teal);
}

.form-note {
  min-height: 1.4em;
  margin: 10px 4px 0;
  color: var(--muted);
  font-size: 0.8rem;
}

.experience-card {
  position: relative;
  overflow: hidden;
  min-height: 560px;
  padding: 22px;
  border-radius: 28px;
  background: #1e756d;
  color: #fffaf0;
  box-shadow: 0 30px 70px rgba(30, 117, 109, 0.24);
  transform: rotate(1.5deg);
}

.card-topline {
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: space-between;
  font-size: 0.74rem;
  font-weight: 800;
  letter-spacing: 0.14em;
}

.card-visual {
  position: absolute;
  inset: 0;
  overflow: hidden;
  background:
    linear-gradient(to bottom, #f7c980 0 32%, #ec8f64 32% 56%, #167f83 56% 100%);
}

.sun {
  position: absolute;
  top: 72px;
  right: 54px;
  width: 118px;
  height: 118px;
  border-radius: 50%;
  background: #fff2b8;
  box-shadow: 0 0 60px rgba(255, 242, 184, 0.46);
}

.pool-line {
  position: absolute;
  right: -10%;
  left: -10%;
  height: 2px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.55);
  transform: rotate(-3deg);
}

.pool-line-one { top: 64%; }
.pool-line-two { top: 72%; }
.pool-line-three { top: 82%; }

.palm {
  position: absolute;
  bottom: 25%;
  width: 12px;
  height: 190px;
  border-radius: 999px;
  background: #173d37;
  transform-origin: bottom;
}

.palm::before,
.palm::after {
  position: absolute;
  top: -12px;
  left: -62px;
  width: 138px;
  height: 44px;
  border-radius: 100% 0 100% 0;
  background: #173d37;
  content: "";
}

.palm::after {
  left: -4px;
  transform: scaleX(-1) rotate(18deg);
}

.palm-one {
  left: 24%;
  transform: rotate(-9deg);
}

.palm-two {
  right: 16%;
  height: 145px;
  transform: rotate(10deg) scale(0.82);
}

.card-copy {
  position: absolute;
  right: 22px;
  bottom: 22px;
  left: 22px;
  z-index: 2;
  padding: 22px;
  border: 1px solid rgba(255, 255, 255, 0.26);
  border-radius: 18px;
  background: rgba(17, 54, 50, 0.76);
  backdrop-filter: blur(12px);
}

.card-copy p {
  margin: 0;
}

.card-copy .card-kicker {
  margin-bottom: 8px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.6rem;
}

.hero-footer {
  color: var(--muted);
  font-size: 0.86rem;
}

.hero-footer p {
  margin: 0;
}

.hero-footer a {
  color: var(--ink);
  font-weight: 700;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

@media (max-width: 900px) {
  .page-shell {
    padding: 12px;
  }

  .hero {
    min-height: calc(100vh - 24px);
    padding: 22px;
    border-radius: 24px;
  }

  .hero-grid {
    grid-template-columns: 1fr;
    gap: 54px;
    padding: 72px 0 56px;
  }

  .experience-card {
    min-height: 480px;
    transform: none;
  }
}

@media (max-width: 560px) {
  .site-header {
    align-items: flex-start;
  }

  .brand-name {
    display: none;
  }

  h1 {
    font-size: clamp(3.2rem, 17vw, 5rem);
  }

  .form-row {
    grid-template-columns: 1fr;
  }

  .form-row button {
    width: 100%;
  }

  .experience-card {
    min-height: 420px;
  }

  .hero-footer {
    align-items: flex-start;
    flex-direction: column;
  }
}

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