:root {
  color-scheme: light;
  --cream: #fff8f2;
  --ink: #2b2420;
  --muted: #70635c;
  --coral: #bc5a47;
  --sea: #326f69;
  --line: #e7dcd2;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: 28px;
}
body {
  margin: 0;
  background: var(--cream);
  color: var(--ink);
  font-family: Arial, Helvetica, sans-serif;
  -webkit-font-smoothing: antialiased;
}
a {
  color: inherit;
  text-decoration: none;
}
img {
  display: block;
  max-width: 100%;
}
button,
a {
  -webkit-tap-highlight-color: transparent;
}
a:focus-visible,
button:focus-visible {
  outline: 3px solid var(--sea);
  outline-offset: 6px;
}
h1,
h2,
h3,
p {
  margin: 0;
}
h1,
h2,
h3 {
  letter-spacing: -0.045em;
}
em {
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 400;
  color: var(--coral);
}
.wrap {
  width: min(1200px, calc(100% - 80px));
  margin-inline: auto;
}
.skip-link {
  position: absolute;
  left: 20px;
  top: -100px;
  z-index: 10;
  padding: 16px;
  background: white;
}
.skip-link:focus {
  top: 16px;
}
.site-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding-block: 23px;
  border-bottom: 1px solid var(--line);
}
.brand {
  display: flex;
  gap: 10px;
  align-items: center;
  font-size: 23px;
  font-weight: 750;
  letter-spacing: -0.8px;
}
.brand img {
  object-fit: contain;
  border-radius: 10px;
}
.brand-caption {
  display: block;
  font-size: 8px;
  font-weight: 600;
  letter-spacing: 1.6px;
  margin-top: 5px;
}
.site-header nav {
  display: flex;
  align-items: center;
  gap: 32px;
  font-size: 13px;
}
.nav-link:hover,
.site-footer a:hover {
  color: var(--coral);
}
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 28px;
  min-height: 54px;
  padding: 17px 25px;
  border-radius: 8px;
  background: var(--coral);
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  transition:
    background 0.2s,
    transform 0.2s;
}
.button:hover {
  background: #994734;
  transform: translateY(-2px);
}
.button span {
  font-size: 20px;
  line-height: 1;
}
.button-small {
  min-height: 44px;
  padding: 12px 19px;
  font-size: 13px;
  gap: 19px;
}
.hero {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 55px;
  align-items: center;
  padding-top: 62px;
  padding-bottom: 80px;
}
.eyebrow {
  font-size: 10px;
  line-height: 1.6;
  font-weight: 700;
  letter-spacing: 1.8px;
}
.hero .eyebrow {
  display: flex;
  align-items: center;
  gap: 10px;
}
.sun {
  color: var(--coral);
  font-size: 27px;
  line-height: 1;
}
h1 {
  font-size: clamp(58px, 6.2vw, 84px);
  line-height: 1.02;
  margin: 24px 0;
}
h1 em {
  letter-spacing: -0.065em;
}
.hero-lead {
  font-size: 20px;
  line-height: 1.5;
  max-width: 390px;
}
.hero-description {
  font-size: 15px;
  line-height: 1.75;
  color: var(--muted);
  max-width: 360px;
  margin-top: 14px;
}
.hero-actions {
  display: flex;
  align-items: center;
  gap: 24px;
  margin-top: 30px;
}
.text-link {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  font-size: 13px;
  font-weight: 700;
  min-height: 44px;
}
.text-link:hover {
  text-decoration: underline;
  text-underline-offset: 5px;
}
.hero-note {
  font-size: 11px;
  color: var(--muted);
  margin-top: 26px;
  display: flex;
  align-items: center;
  gap: 8px;
}
.hero-note span {
  color: var(--coral);
  font-size: 20px;
}
.hero-visual {
  position: relative;
  padding-bottom: 28px;
}
.photo-frame {
  position: relative;
  border-radius: 160px 160px 18px 18px;
  overflow: hidden;
  background: #dbdace;
}
.hero-photo {
  height: 520px;
  width: 100%;
  object-fit: cover;
  object-position: 53% center;
}
.photo-frame:after {
  content: "";
  position: absolute;
  inset: 60% 0 0;
  background: linear-gradient(transparent, #25221a80);
}
.photo-label {
  position: absolute;
  bottom: 72px;
  left: 28px;
  color: #fff;
  font-size: 10px;
  letter-spacing: 2px;
  z-index: 1;
}
.round-sticker {
  position: absolute;
  right: -20px;
  top: 20px;
  width: 119px;
  height: 119px;
  border-radius: 50%;
  background: #eedfaa;
  color: #3e4839;
  text-align: center;
  padding: 20px 10px;
  transform: rotate(12deg);
  font-size: 12px;
  box-shadow: 0 4px 12px #2b242010;
}
.round-sticker b {
  font-size: 17px;
  line-height: 1.05;
}
.round-sticker > span {
  display: block;
  font-size: 20px;
  margin-top: 4px;
}
.plan-card {
  position: absolute;
  bottom: 4px;
  left: -27px;
  right: 22px;
  display: flex;
  align-items: center;
  gap: 13px;
  background: #fffdf9;
  border: 1px solid #e5dcd2;
  box-shadow: 0 12px 30px #4b382313;
  border-radius: 14px;
  padding: 19px;
}
.plan-icon {
  display: grid;
  place-items: center;
  flex-shrink: 0;
  width: 48px;
  height: 48px;
  background: #f7e6ce;
  border-radius: 12px;
  font-size: 30px;
  color: #a6592e;
}
.plan-kicker {
  display: block;
  font-size: 8px;
  letter-spacing: 1.3px;
  color: var(--muted);
  margin-bottom: 6px;
}
.plan-card strong {
  display: block;
  font-size: 15px;
  letter-spacing: -0.3px;
}
.plan-meta {
  display: block;
  font-size: 11px;
  color: var(--muted);
  margin-top: 6px;
}
.plan-arrow {
  font-size: 26px;
  margin-left: auto;
  color: var(--coral);
}
.scribble {
  position: absolute;
  bottom: -28px;
  right: 15px;
  font-family: Georgia, serif;
  font-style: italic;
  color: var(--sea);
  font-size: 16px;
  transform: rotate(-4deg);
}
.mood-strip {
  background: #eeeadd;
  border-block: 1px solid #e4decc;
}
.mood-strip .wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 18px;
  padding-block: 22px;
  font-size: 12px;
}
.mood-strip i {
  font-style: normal;
  color: var(--sea);
  font-size: 20px;
}
.section {
  padding-block: 84px;
}
.section-heading {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 30px;
  margin-bottom: 35px;
}
.section-heading .eyebrow {
  color: var(--sea);
  margin-bottom: 13px;
}
h2 {
  font-size: clamp(32px, 3.5vw, 46px);
  line-height: 1.12;
}
.section-heading > p {
  font-size: 14px;
  line-height: 1.7;
  color: var(--muted);
}
.steps {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
}
.steps li {
  border-top: 1px solid #b9c3b5;
  padding-top: 20px;
}
.step-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 24px;
}
.step-number {
  font-family: Georgia, serif;
  font-style: italic;
  font-size: 25px;
  color: var(--sea);
}
.step-drawing {
  display: block;
  width: 48px;
  height: 48px;
  color: var(--sea);
  font-size: 44px;
  text-align: center;
  line-height: 48px;
}
.steps h3 {
  font-size: 20px;
  letter-spacing: -0.6px;
  margin-bottom: 12px;
}
.steps p {
  font-size: 14px;
  color: var(--muted);
  line-height: 1.75;
}
.activities-section {
  background: #f3ede4;
}
.activity-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}
.activity {
  position: relative;
  display: block;
  aspect-ratio: 1.4;
  overflow: hidden;
  border-radius: 12px;
  background: #514c42;
}
.activity:after {
  content: "";
  position: absolute;
  inset: 20% 0 0;
  background: linear-gradient(transparent, #161711d9);
}
.activity img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.35s;
}
.activity:hover img {
  transform: scale(1.05);
}
.activity > span {
  position: absolute;
  bottom: 23px;
  left: 23px;
  color: #fff;
  z-index: 1;
}
.activity small {
  display: block;
  font-size: 8px;
  letter-spacing: 1.8px;
  margin-bottom: 9px;
}
.activity strong {
  font-size: 24px;
  letter-spacing: -0.6px;
}
.activity i {
  position: absolute;
  z-index: 1;
  bottom: 23px;
  right: 21px;
  color: #fff;
  font-style: normal;
  border: 1px solid #ffffff80;
  border-radius: 50%;
  width: 32px;
  height: 32px;
  display: grid;
  place-items: center;
}
.activity-note {
  text-align: center;
  font-size: 13px;
  color: var(--muted);
  margin-top: 28px;
  line-height: 1.7;
}
.activity-note strong {
  font-weight: 500;
  color: var(--ink);
}
.social {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 85px;
  align-items: center;
}
.social-photo {
  position: relative;
  border-radius: 14px 100px 14px 14px;
  overflow: hidden;
}
.social-photo img {
  height: 390px;
  width: 100%;
  object-fit: cover;
}
.social-photo:after {
  content: "";
  position: absolute;
  inset: 35% 0 0;
  background: linear-gradient(transparent, #19312cbb);
}
.social-photo > span {
  position: absolute;
  bottom: 32px;
  left: 30px;
  z-index: 1;
  font-size: 26px;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: -0.8px;
  color: #fff;
}
.social-photo em {
  color: white;
}
.social-copy .eyebrow {
  color: var(--sea);
  margin-bottom: 20px;
}
.social-copy h2 {
  font-size: clamp(40px, 4.5vw, 59px);
}
.social-copy > p:not(.eyebrow) {
  margin-top: 22px;
  font-size: 16px;
  color: var(--muted);
  line-height: 1.7;
}
.social-copy .text-link {
  margin-top: 18px;
  color: var(--sea);
}
.final-section {
  background: #e9eee5;
  border-top: 1px solid #dce3d5;
}
.final-content {
  position: relative;
  padding-block: 66px;
  text-align: center;
}
.final-content > .eyebrow {
  color: var(--sea);
  margin-bottom: 16px;
}
.final-content h2 {
  font-size: clamp(38px, 5vw, 65px);
}
.final-content > p:not(.eyebrow) {
  font-size: 19px;
  color: #4e5e50;
  margin: 18px 0 25px;
}
.final-sun {
  position: absolute;
  font-size: 115px;
  right: 50px;
  top: 50px;
  color: #b5c6a8;
  font-weight: 400;
  transform: rotate(15deg);
}
.download {
  margin: 38px auto 0;
  padding-top: 28px;
  border-top: 1px solid #cdd7c6;
  max-width: 410px;
  scroll-margin-top: 30px;
}
.download h3 {
  font-size: 18px;
  letter-spacing: -0.4px;
}
.download > p {
  font-size: 12px;
  color: #4e5e50;
  margin: 9px 0 18px;
  line-height: 1.6;
}
.store-buttons {
  display: flex;
  justify-content: center;
  gap: 12px;
}
.store-buttons button,
.store-buttons a {
  display: flex;
  align-items: center;
  gap: 10px;
  min-height: 59px;
  border: 1px solid #84917e;
  border-radius: 8px;
  color: #46533f;
  background: transparent;
  text-align: left;
  padding: 10px 17px;
  font:
    600 17px Arial,
    sans-serif;
}
.store-buttons button:disabled {
  cursor: not-allowed;
}
.store-buttons a:hover {
  background: #dce3d5;
}
.store-buttons button > span:first-child,
.store-buttons a > span:first-child {
  font-size: 29px;
  font-weight: 400;
}
.store-buttons small {
  display: block;
  font-size: 7px;
  letter-spacing: 1.1px;
  margin-bottom: 4px;
}
.store-buttons svg {
  width: 24px;
  height: 24px;
}
.site-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  padding-block: 38px;
}
.footer-brand {
  font-weight: 750;
  font-size: 22px;
  letter-spacing: -0.8px;
}
.footer-brand span {
  color: var(--coral);
}
.site-footer p,
.site-footer small {
  font-size: 11px;
  color: var(--muted);
  margin-top: 8px;
}
.site-footer nav {
  display: flex;
  gap: 24px;
  font-size: 12px;
}
.site-footer nav a {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
}
@media (min-width: 1450px) {
  .hero {
    padding-block: 80px 95px;
  }
  .hero-photo {
    height: 560px;
  }
}
@media (max-width: 1000px) {
  .wrap {
    width: calc(100% - 48px);
  }
  .hero {
    gap: 30px;
  }
  .hero-photo {
    height: 490px;
  }
  .hero-actions {
    gap: 15px;
    flex-wrap: wrap;
  }
  .hero h1 {
    font-size: 65px;
  }
  .hero-lead {
    font-size: 18px;
  }
  .plan-card {
    left: -12px;
    right: 5px;
    padding: 14px;
  }
  .plan-card strong {
    font-size: 13px;
  }
  .round-sticker {
    right: -10px;
  }
  .social {
    gap: 40px;
  }
  .site-footer {
    flex-wrap: wrap;
  }
  .final-sun {
    right: 10px;
    font-size: 80px;
  }
}
@media (max-width: 700px) {
  .wrap {
    width: calc(100% - 40px);
  }
  .site-header {
    padding-block: 15px;
    gap: 10px;
  }
  .brand {
    font-size: 19px;
    gap: 5px;
  }
  .brand img {
    width: 43px;
    height: 41px;
  }
  .brand-caption {
    font-size: 6px;
    letter-spacing: 1px;
  }
  .site-header .nav-link {
    display: none;
  }
  .button-small {
    font-size: 11px;
    padding: 11px 12px;
    gap: 10px;
  }
  .site-header nav {
    gap: 0;
  }
  .hero {
    grid-template-columns: 1fr;
    padding-top: 35px;
    padding-bottom: 55px;
    gap: 35px;
  }
  .hero .eyebrow {
    font-size: 9px;
    letter-spacing: 1.4px;
  }
  .hero h1 {
    font-size: clamp(57px, 12vw, 76px);
    margin: 20px 0;
  }
  .hero h1 br:nth-of-type(1) {
    display: none;
  }
  .hero-lead {
    max-width: 390px;
    font-size: 19px;
  }
  .hero-description {
    max-width: 370px;
    font-size: 14px;
  }
  .hero-actions {
    margin-top: 24px;
    gap: 20px;
  }
  .button {
    font-size: 14px;
    padding: 15px 20px;
    min-height: 51px;
  }
  .button-small {
    font-size: 11px;
    padding: 11px 12px;
    min-height: 44px;
  }
  .hero-note {
    margin-top: 18px;
    font-size: 11px;
  }
  .hero-visual {
    margin: 0 6px 15px;
  }
  .hero-photo {
    height: 360px;
    object-position: center;
  }
  .photo-frame {
    border-radius: 110px 110px 14px 14px;
  }
  .round-sticker {
    width: 104px;
    height: 104px;
    top: 6px;
    right: -10px;
    padding: 15px 8px;
  }
  .round-sticker b {
    font-size: 16px;
  }
  .plan-card {
    left: -6px;
    right: 8px;
    bottom: 3px;
  }
  .plan-kicker {
    font-size: 7px;
  }
  .plan-card strong {
    font-size: 13px;
  }
  .photo-label {
    bottom: 65px;
    font-size: 9px;
  }
  .scribble {
    font-size: 14px;
    right: 2px;
    bottom: -23px;
  }
  .mood-strip .wrap {
    display: grid;
    grid-template-columns: 1fr 1fr;
    text-align: center;
    gap: 16px;
    font-size: 10px;
    padding-block: 20px;
  }
  .mood-strip i {
    display: none;
  }
  .section {
    padding-block: 55px;
  }
  .section-heading {
    display: block;
    margin-bottom: 28px;
  }
  .section-heading > p {
    margin-top: 16px;
  }
  .section-heading > p br {
    display: none;
  }
  .section-heading .eyebrow {
    font-size: 9px;
    letter-spacing: 1.4px;
  }
  h2 {
    font-size: 35px;
  }
  .steps {
    grid-template-columns: 1fr;
    gap: 22px;
  }
  .steps li {
    position: relative;
    padding: 20px 0 0 50px;
    min-height: 122px;
  }
  .step-top {
    margin: 0;
  }
  .step-number {
    position: absolute;
    left: 0;
    top: 20px;
  }
  .step-drawing {
    position: absolute;
    right: 0;
    top: 20px;
    width: 34px;
    height: 34px;
    font-size: 34px;
    line-height: 34px;
  }
  .steps h3 {
    font-size: 19px;
    margin-right: 35px;
    letter-spacing: -0.7px;
  }
  .steps p {
    font-size: 13px;
  }
  .activity-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
  }
  .activity {
    aspect-ratio: 0.84;
    border-radius: 10px;
  }
  .activity > span {
    left: 14px;
    bottom: 19px;
  }
  .activity small {
    font-size: 7px;
    letter-spacing: 0.7px;
    max-width: 110px;
    line-height: 1.5;
  }
  .activity strong {
    font-size: 20px;
  }
  .activity i {
    display: none;
  }
  .activity-note {
    font-size: 12px;
    max-width: 290px;
    margin-inline: auto;
  }
  .social {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  .social-photo img {
    height: 310px;
  }
  .social-copy h2 {
    font-size: 47px;
  }
  .social-copy > p:not(.eyebrow) {
    font-size: 15px;
  }
  .social-photo > span {
    font-size: 25px;
    left: 24px;
    bottom: 26px;
  }
  .final-content {
    padding-block: 48px;
  }
  .final-sun {
    display: none;
  }
  .final-content h2 {
    font-size: 44px;
    max-width: 330px;
    margin: auto;
  }
  .final-content > p:not(.eyebrow) {
    font-size: 17px;
  }
  .store-buttons button,
  .store-buttons a {
    font-size: 15px;
    padding: 10px 13px;
  }
  .store-buttons {
    gap: 10px;
  }
  .site-footer {
    gap: 20px;
    padding-block: 30px;
  }
  .site-footer nav {
    flex-wrap: wrap;
    gap: 0 22px;
    font-size: 11px;
  }
  .site-footer small {
    margin: 0;
  }
  .site-footer > div {
    width: 100%;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  *,
  *:before,
  *:after {
    transition: none !important;
  }
}
