:root {
  --ink: #222426;
  --muted: #5f6062;
  --line: #e6e6e6;
  --paper: #ffffff;
  --warm: #d9a239;
  --gold: #e0ac2d;
  --teal: #0e7778;
  --slate: #3f5960;
  --sidebar: 280px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: #24282a;
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI",
    sans-serif;
  line-height: 1.55;
}

a {
  color: inherit;
  text-decoration: none;
}

.sidebar {
  position: fixed;
  inset: 16px auto 0 16px;
  z-index: 20;
  display: flex;
  width: var(--sidebar);
  flex-direction: column;
  justify-content: center;
  gap: 36px;
  padding: 34px 44px;
  background: #fff;
  border-right: 1px solid var(--line);
}

.brand {
  display: block;
}

.brand-logo {
  display: block;
  width: 190px;
  max-width: 100%;
}

.side-nav {
  display: grid;
  gap: 14px;
  color: #666;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.side-nav a:hover {
  color: var(--teal);
}

.page-shell {
  width: calc(100% - var(--sidebar) - 32px);
  min-height: 100vh;
  margin-top: 16px;
  margin-left: calc(var(--sidebar) + 16px);
  background: #fff;
  border-bottom: 10px solid var(--teal);
}

.hero {
  position: relative;
  display: grid;
  min-height: 790px;
  place-items: center;
  overflow: hidden;
  text-align: center;
}

.hero-image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-shade {
  position: absolute;
  inset: 0;
  background: rgba(115, 73, 10, 0.2);
}

.hero-content {
  position: relative;
  width: min(680px, calc(100% - 48px));
  color: #fff;
  text-shadow: 0 2px 18px rgba(0, 0, 0, 0.22);
}

.hero h1 {
  margin: 0 0 26px;
  font-size: clamp(2.4rem, 5vw, 4.2rem);
  line-height: 1.12;
  font-weight: 900;
  letter-spacing: 0;
}

.hero p {
  max-width: 620px;
  margin: 0 auto 38px;
  font-size: clamp(1.1rem, 2vw, 1.45rem);
  font-weight: 500;
}

.store-buttons {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 14px;
}

.store-badge {
  display: inline-flex;
  min-width: 190px;
  min-height: 62px;
  align-items: center;
  justify-content: flex-start;
  gap: 12px;
  padding: 8px 18px;
  border: 2px solid rgba(255, 255, 255, 0.92);
  border-radius: 8px;
  color: #fff;
  background: rgba(0, 0, 0, 0.22);
  font-size: 1rem;
  font-weight: 900;
  line-height: 1.1;
  text-align: left;
  backdrop-filter: blur(8px);
}

.store-badge small {
  display: block;
  margin-bottom: 3px;
  font-size: 0.66rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  opacity: 0.84;
  text-transform: uppercase;
}

.store-icon {
  display: inline-grid;
  width: 28px;
  height: 28px;
  place-items: center;
  font-size: 1.4rem;
}

.store-badge.disabled {
  cursor: not-allowed;
  opacity: 0.86;
}

.store-buttons-dark .store-badge {
  color: var(--ink);
  background: #fff;
  border-color: var(--line);
  box-shadow: 0 14px 30px rgba(34, 36, 38, 0.08);
  text-shadow: none;
}

.intro-section,
.destinations-section,
.contact-section,
.policy-page {
  padding: 74px clamp(28px, 6vw, 96px);
  text-align: center;
}

.section-label {
  margin: 0 0 44px;
  color: #626262;
  font-size: 0.84rem;
  font-weight: 900;
  letter-spacing: 0.42em;
  text-transform: uppercase;
}

.intro-grid {
  display: grid;
  grid-template-columns: minmax(260px, 0.9fr) minmax(320px, 1fr);
  gap: 54px;
  align-items: center;
  text-align: left;
}

.intro-copy {
  max-width: 520px;
}

.intro-copy h2,
.contact-section h2,
.mail-section h2 {
  margin: 0 0 20px;
  font-size: clamp(1.3rem, 2vw, 1.7rem);
  font-weight: 900;
  letter-spacing: 0.04em;
}

.intro-copy p,
.contact-section p {
  margin: 0;
  color: var(--muted);
  font-size: 1rem;
}

.traveller-art {
  position: relative;
  width: min(330px, 100%);
  height: 260px;
  margin: 0 auto;
}

.traveller {
  position: absolute;
  bottom: 26px;
  width: 82px;
  height: 178px;
  border-radius: 42px 42px 12px 12px;
}

.traveller::before {
  position: absolute;
  top: -40px;
  left: 21px;
  width: 40px;
  height: 40px;
  content: "";
  background: #f2c5a2;
  border-radius: 50%;
}

.traveller.one {
  left: 110px;
  background: linear-gradient(#fff 0 38%, #245f87 38% 100%);
}

.traveller.two {
  left: 184px;
  background: linear-gradient(#f47f9f 0 46%, #f5a8b8 46% 100%);
}

.suitcase {
  position: absolute;
  bottom: 18px;
  left: 42px;
  width: 76px;
  height: 106px;
  background: #f2c21b;
  border-radius: 8px;
  box-shadow: inset 12px 0 rgba(255, 255, 255, 0.35);
}

.suitcase::before {
  position: absolute;
  top: -26px;
  left: 20px;
  width: 36px;
  height: 26px;
  content: "";
  border: 6px solid #444;
  border-bottom: 0;
  border-radius: 18px 18px 0 0;
}

.destinations-section {
  padding-top: 42px;
}

.collage {
  display: block;
  width: min(920px, 100%);
  margin: 0 auto;
}

.contact-section {
  padding-top: 80px;
  padding-bottom: 82px;
}

.contact-section > p {
  max-width: 620px;
  margin: 0 auto 34px;
}

.mail-section {
  position: relative;
  display: grid;
  min-height: 300px;
  place-items: center;
  overflow: hidden;
  padding: 58px 28px;
  text-align: center;
  background-image: url("assets/theplantogo-hero.png");
  background-position: center;
  background-size: cover;
}

.mail-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.34);
}

.mail-content {
  position: relative;
  width: min(620px, 100%);
  color: #fff;
}

.mail-content p {
  margin: 0 0 24px;
}

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

.signup-form input,
.signup-form button {
  min-height: 56px;
  border: 0;
  font: inherit;
}

.signup-form input {
  padding: 0 18px;
}

.signup-form button {
  padding: 0 34px;
  background: #fff;
  color: var(--ink);
  font-size: 0.75rem;
  font-weight: 900;
  letter-spacing: 0.32em;
  text-transform: uppercase;
}

.site-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 30px clamp(28px, 6vw, 96px);
  color: #fff;
  background: var(--ink);
}

.site-footer span {
  font-weight: 900;
}

.site-footer a {
  color: #fff;
  font-weight: 700;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.policy-hero {
  padding: 88px clamp(28px, 6vw, 96px) 54px;
  text-align: center;
  background: #f7f7f7;
  border-bottom: 1px solid var(--line);
}

.policy-hero h1 {
  margin: 0 0 12px;
  font-size: clamp(2.5rem, 5vw, 4.8rem);
  line-height: 1;
}

.policy-hero p {
  color: var(--muted);
}

.policy-card {
  max-width: 860px;
  margin: 0 auto;
  text-align: left;
}

.policy-card h2 {
  margin: 34px 0 10px;
}

.policy-card p,
.policy-card li {
  color: var(--muted);
}

@media (max-width: 980px) {
  body {
    background: #fff;
  }

  .sidebar {
    position: sticky;
    top: 0;
    inset: auto;
    width: 100%;
    min-height: 74px;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding: 14px 22px;
  }

  .brand-logo {
    width: 166px;
  }

  .side-nav {
    display: flex;
    gap: 16px;
    letter-spacing: 0.08em;
  }

  .page-shell {
    width: 100%;
    margin-top: 0;
    margin-left: 0;
  }

  .hero {
    min-height: 650px;
  }

  .intro-grid {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .intro-copy {
    margin: 0 auto;
  }
}

@media (max-width: 620px) {
  .side-nav {
    display: none;
  }

  .hero {
    min-height: 610px;
  }

  .store-buttons {
    display: grid;
    grid-template-columns: 1fr;
  }

  .store-badge {
    width: 100%;
    min-width: 0;
  }

  .intro-section,
  .destinations-section,
  .contact-section,
  .policy-page {
    padding-right: 20px;
    padding-left: 20px;
  }

  .section-label {
    letter-spacing: 0.24em;
  }

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

  .site-footer {
    flex-direction: column;
    text-align: center;
  }
}
