:root {
  color-scheme: light;
  --cream: #f6f2e9;
  --paper: #fffdf8;
  --purple: #6258d9;
  --purple-dark: #4b43b8;
  --graphite: #292b33;
  --muted: #666873;
  --yellow: #f2b84b;
  --green: #87a66a;
  --sky: #89b8e8;
  --line: rgba(41, 43, 51, 0.12);
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  background: var(--cream);
  color: var(--graphite);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.5;
}

a { color: inherit; }

.site-header,
main,
footer {
  width: min(1160px, calc(100% - 40px));
  margin-inline: auto;
}

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

.brand img { display: block; width: 154px; height: auto; }

.header-link {
  text-decoration: none;
  font-weight: 650;
  color: var(--purple-dark);
}

.hero {
  min-height: 690px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(380px, 0.95fr);
  gap: clamp(40px, 7vw, 96px);
  align-items: center;
  padding: 80px 0 96px;
}

.eyebrow {
  margin: 0 0 18px;
  color: var(--purple);
  font-size: 0.78rem;
  font-weight: 760;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

h1,
h2,
h3 { margin-top: 0; line-height: 1.04; letter-spacing: -0.035em; }

h1 { max-width: 680px; margin-bottom: 28px; font-size: clamp(3.2rem, 6.8vw, 6.4rem); }

.lead {
  max-width: 610px;
  margin: 0;
  color: var(--muted);
  font-size: clamp(1.08rem, 2vw, 1.32rem);
}

.actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 36px; }

.actions a {
  min-height: 54px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 23px;
  border-radius: 16px;
  font-weight: 720;
  text-decoration: none;
  transition: transform 160ms ease, background 160ms ease;
}

.actions a:hover { transform: translateY(-2px); }
.primary { background: var(--purple); color: white; box-shadow: 0 14px 28px rgba(98, 88, 217, 0.22); }
.primary:hover { background: var(--purple-dark); }
.secondary { border: 1px solid var(--line); background: rgba(255, 253, 248, 0.58); }
.note { margin: 15px 0 0; color: var(--muted); font-size: 0.9rem; }

.place {
  position: relative;
  min-height: 480px;
  overflow: hidden;
  border: 1px solid rgba(98, 88, 217, 0.14);
  border-radius: 36px;
  background: linear-gradient(160deg, #dcebf8 0 52%, #cddcbb 52% 100%);
  box-shadow: 0 30px 70px rgba(41, 43, 51, 0.12);
}

.sun { position: absolute; width: 76px; height: 76px; top: 58px; right: 64px; border-radius: 50%; background: var(--yellow); box-shadow: 0 0 50px rgba(242, 184, 75, 0.34); }
.island { position: absolute; width: 410px; height: 210px; left: 50%; bottom: 54px; translate: -50% 0; border-radius: 50%; background: #a8bf8f; box-shadow: inset 0 -26px 0 #7c9863, 0 34px 50px rgba(41, 43, 51, 0.2); }
.desk { position: absolute; width: 160px; height: 60px; left: 125px; top: 62px; background: #e0b482; border-radius: 12px; transform: skewY(-7deg); box-shadow: inset 0 -12px 0 #b98857; }
.desk span::before, .desk span::after { content: ""; position: absolute; top: 54px; width: 12px; height: 56px; border-radius: 4px; background: #805c42; }
.desk span::before { left: 18px; }
.desk span::after { right: 18px; }
.person { position: absolute; width: 42px; height: 72px; top: 20px; border-radius: 20px 20px 14px 14px; background: var(--purple); box-shadow: inset 0 -24px 0 #eee5d5; }
.person::before { content: ""; position: absolute; width: 31px; height: 31px; top: -22px; left: 6px; border-radius: 50%; background: #c98662; }
.person-one { left: 148px; }
.person-two { right: 148px; background: var(--sky); }
.tree { position: absolute; width: 36px; height: 100px; top: 32px; border-radius: 50% 50% 20px 20px; background: var(--green); box-shadow: inset -10px -6px rgba(41, 43, 51, 0.08); }
.tree::after { content: ""; position: absolute; width: 12px; height: 58px; left: 12px; top: 72px; background: #86634b; }
.tree-one { left: 42px; }
.tree-two { right: 48px; top: 82px; scale: 0.82; }
.focus-card { position: absolute; top: 30px; left: 28px; display: grid; gap: 2px; padding: 14px 17px; border-radius: 15px; background: rgba(255, 253, 248, 0.88); backdrop-filter: blur(10px); box-shadow: 0 12px 24px rgba(41, 43, 51, 0.09); }
.focus-card span { color: var(--muted); font-size: 0.76rem; }
.focus-card strong { font-size: 0.95rem; }

.steps { padding: 104px 0 116px; border-top: 1px solid var(--line); }
.section-heading { max-width: 680px; margin-bottom: 52px; }
h2 { margin-bottom: 0; font-size: clamp(2.5rem, 5vw, 4.4rem); }
.steps ol { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin: 0; padding: 0; list-style: none; }
.steps li { min-height: 230px; padding: 28px; border: 1px solid var(--line); border-radius: 24px; background: rgba(255, 253, 248, 0.68); }
.steps li > span { color: var(--purple); font-weight: 750; font-size: 0.8rem; }
.steps h3 { margin: 50px 0 12px; font-size: 1.45rem; }
.steps p { margin: 0; color: var(--muted); }

footer { min-height: 110px; display: flex; justify-content: space-between; align-items: center; gap: 24px; border-top: 1px solid var(--line); color: var(--muted); font-size: 0.88rem; }

@media (max-width: 840px) {
  .site-header, main, footer { width: min(100% - 28px, 680px); }
  .hero { grid-template-columns: 1fr; min-height: auto; padding: 64px 0 78px; }
  .place { min-height: 420px; }
  .steps ol { grid-template-columns: 1fr; }
  .steps li { min-height: 190px; }
}

@media (max-width: 520px) {
  .site-header { min-height: 74px; }
  .brand img { width: 128px; }
  .header-link { font-size: 0.9rem; }
  h1 { font-size: clamp(2.7rem, 15vw, 4.4rem); }
  .hero { gap: 48px; padding-top: 52px; }
  .actions { display: grid; }
  .place { min-height: 360px; border-radius: 28px; }
  .island { scale: 0.78; bottom: 16px; }
  .sun { top: 40px; right: 38px; scale: 0.82; }
  .focus-card { top: 20px; left: 18px; }
  .steps { padding: 78px 0; }
  footer { align-items: flex-start; flex-direction: column; justify-content: center; }
}

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