:root {
  --ink: #19345a;
  --muted: #55708e;
  --sky: #dff4ff;
  --blue: #76c7eb;
  --deep-blue: #2378ae;
  --pink: #ffe0e4;
  --yellow: #fff0a8;
  --paper: #fffdf6;
  --line: rgba(25, 52, 90, 0.13);
  --shadow: 0 18px 40px rgba(45, 103, 140, 0.12);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: #fdfaf2;
  font-family: "DM Sans", sans-serif;
}
button, a { font: inherit; }
button { cursor: pointer; }
.page-shell { min-height: 100vh; overflow: hidden; }
.topbar, main, footer { width: min(1160px, calc(100% - 48px)); margin: 0 auto; }
.topbar {
  height: 88px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.brand, .date-pill { color: var(--ink); text-decoration: none; font-size: 13px; font-weight: 700; letter-spacing: .04em; text-transform: uppercase; }
.brand { display: flex; gap: 10px; align-items: center; }
.brand-dot, .sun-dot { width: 12px; height: 12px; display: inline-block; border-radius: 50%; background: #f5bf3d; box-shadow: 0 0 0 5px #fff0b8; }
.date-pill { color: var(--muted); display: flex; gap: 9px; align-items: center; font-size: 11px; }
.sun-dot { width: 7px; height: 7px; box-shadow: none; }
.hero { min-height: 500px; padding: 64px 8.5% 70px; position: relative; display: flex; align-items: center; border-radius: 28px; overflow: hidden; background: linear-gradient(130deg, #b6e5f8 0%, #dff4ff 54%, #fdf7dc 100%); }
.hero::after { content: ""; width: 540px; height: 540px; position: absolute; right: -145px; bottom: -270px; border: 1px solid rgba(35,120,174,.16); border-radius: 50%; box-shadow: 0 0 0 45px rgba(255,255,255,.19), 0 0 0 90px rgba(255,255,255,.13); }
.hero-copy { position: relative; z-index: 2; max-width: 565px; animation: arrive .7s ease both; }
.eyebrow { margin: 0 0 13px; color: var(--deep-blue); font-size: 12px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { font-family: "Baloo 2", cursive; }
h1 { margin-bottom: 12px; font-size: clamp(60px, 8vw, 102px); line-height: .85; letter-spacing: .01em; }
.wave { color: #e995aa; display: inline-block; transform: rotate(7deg); }
.hero-text { max-width: 415px; margin-bottom: 29px; color: #385a78; font-size: 16px; line-height: 1.7; }
.primary-button { display: inline-flex; align-items: center; gap: 19px; padding: 14px 19px 14px 22px; border-radius: 30px; color: #fff; background: var(--deep-blue); text-decoration: none; font-size: 13px; font-weight: 700; box-shadow: 0 8px 16px rgba(35,120,174,.2); transition: transform .2s ease, box-shadow .2s ease; }
.primary-button:hover { transform: translateY(-3px); box-shadow: 0 12px 20px rgba(35,120,174,.25); }
.primary-button span { display: grid; width: 25px; height: 25px; place-items: center; border-radius: 50%; color: var(--ink); background: #fff; font-size: 17px; }
.hero-doodle { width: 310px; height: 335px; position: absolute; right: 9%; bottom: 20px; z-index: 1; }
.stitch-sticker { position: absolute; width: 210px; height: 270px; left: 40px; top: 35px; transform: rotate(4deg); }
.head { width: 155px; height: 145px; position: absolute; top: 28px; left: 29px; z-index: 2; border: 3px solid #14547e; border-radius: 48% 48% 45% 45%; background: #329acd; box-shadow: inset 13px -8px 0 rgba(0,0,0,.06); }
.ear { width: 95px; height: 68px; position: absolute; z-index: 1; border: 3px solid #14547e; border-radius: 90% 15% 80% 20%; background: #2d91c5; }
.ear-left { left: -8px; top: 13px; transform: rotate(-38deg); }
.ear-right { right: -8px; top: 13px; transform: scaleX(-1) rotate(-38deg); }
.eye { width: 18px; height: 31px; position: absolute; top: 47px; border-radius: 50%; background: #18314d; }
.eye::after { content: ""; width: 6px; height: 8px; position: absolute; top: 5px; left: 4px; border-radius: 50%; background: white; }
.eye-left { left: 38px; }.eye-right { right: 38px; }
.nose { width: 28px; height: 17px; position: absolute; left: calc(50% - 14px); top: 84px; border-radius: 50%; background: #1b4770; }
.smile { width: 40px; height: 17px; position: absolute; left: calc(50% - 20px); top: 99px; border-bottom: 3px solid #17466b; border-radius: 0 0 50% 50%; }
.body { width: 112px; height: 102px; position: absolute; top: 155px; left: 49px; border: 3px solid #14547e; border-radius: 43% 43% 35% 35%; background: #3097ca; }
.arm { width: 57px; height: 22px; position: absolute; top: 178px; border: 3px solid #14547e; border-radius: 50%; background: #329acd; }
.arm-left { left: 6px; transform: rotate(38deg); }.arm-right { right: 5px; transform: rotate(-38deg); }
.scribble { position: absolute; font-family: "Baloo 2", cursive; font-weight: 700; color: var(--deep-blue); }
.scribble-hello { top: 4px; right: 12px; font-size: 25px; transform: rotate(-9deg); }
.star { position: absolute; color: #f2bd3f; font-size: 24px; }.star-a { top: 72px; left: 3px; }.star-b { top: 202px; right: 3px; color: #e995aa; }.star-c { bottom: 0; left: 55px; font-size: 18px; }
.cloud { position: absolute; border-radius: 50%; background: rgba(255,255,255,.5); }.cloud::after { content: ""; position: absolute; background: inherit; border-radius: 50%; }.cloud-one { width: 110px; height: 28px; top: 54px; right: 29%; }.cloud-one::after { width: 45px; height: 45px; left: 28px; bottom: 0; }.cloud-two { width: 78px; height: 21px; left: 44%; bottom: 29px; opacity: .55; }.cloud-two::after { width: 34px; height: 34px; left: 18px; bottom: 0; }
.intro-strip { min-height: 83px; display: flex; align-items: center; gap: 18px; padding: 20px 27px; position: relative; border-bottom: 1px dashed rgba(25,52,90,.25); }.tiny-sun { width: 39px; height: 39px; flex: 0 0 auto; display: grid; place-items: center; border-radius: 50%; color: #cc8b14; background: #fff0b8; font-size: 20px; }.intro-strip p { margin: 0; color: var(--muted); font-size: 14px; }.intro-strip strong { color: var(--ink); }.tape-mark { width: 74px; height: 15px; margin-left: auto; transform: rotate(3deg); background: rgba(234,198,125,.3); }
.little-things { padding: 91px 0 104px; }.section-heading { display: flex; align-items: end; justify-content: space-between; margin-bottom: 39px; }.section-heading h2, .bottom-note h2 { margin: 0; font-size: clamp(30px, 4vw, 48px); line-height: .95; }.hand-note, .bottom-scribble { color: #e18ca4; font-family: "Baloo 2", cursive; font-size: 19px; font-weight: 700; transform: rotate(-4deg); }.hand-note span { color: var(--deep-blue); margin-left: 8px; }.island-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }.note-card { min-height: 340px; padding: 27px; position: relative; overflow: hidden; border-radius: 18px; box-shadow: var(--shadow); transition: transform .25s ease; }.note-card:hover { transform: translateY(-6px) rotate(-.5deg); }.pink-card { background: var(--pink); }.blue-card { background: #cdeeff; }.yellow-card { background: var(--yellow); }.card-topline { display: flex; justify-content: space-between; color: var(--muted); font-size: 12px; font-weight: 700; }.mini-heart { color: #e995aa; }.mini-star { color: #e5ad2d; }.mini-flower { color: #dc8aa1; }.note-card h3 { margin: 48px 0 9px; font-size: 31px; line-height: 1; }.note-card p { max-width: 230px; color: #4d6c85; font-size: 14px; line-height: 1.6; }.text-button { padding: 0; border: 0; color: var(--ink); background: transparent; font-size: 12px; font-weight: 700; text-decoration: underline; text-underline-offset: 4px; }.text-button span { display: inline-block; margin-left: 6px; color: #d77f9b; font-size: 18px; text-decoration: none; }.card-doodle { position: absolute; color: rgba(225,140,164,.35); }.heart-doodle { right: 19px; bottom: 3px; font-size: 125px; transform: rotate(13deg); }.shooting-star { right: 30px; bottom: 18px; color: #e8b82c; font-size: 72px; transform: rotate(-12deg); }.mini-stitch { position: absolute; right: 23px; bottom: 10px; width: 115px; height: 94px; transform: rotate(8deg); }.mini-stitch .head { width: 92px; height: 82px; top: 11px; left: 12px; border-width: 2px; }.mini-stitch .ear { width: 56px; height: 40px; border-width: 2px; }.mini-stitch .ear-left { left: -2px; top: 2px; }.mini-stitch .ear-right { right: -2px; top: 2px; }.mini-stitch .eye { width: 11px; height: 20px; top: 25px; }.mini-stitch .eye-left { left: 23px; }.mini-stitch .eye-right { right: 23px; }.mini-stitch .nose { width: 18px; height: 11px; left: calc(50% - 9px); top: 48px; }.mini-stitch .smile { width: 26px; left: calc(50% - 13px); top: 57px; border-bottom-width: 2px; }.wish-stars { display: flex; gap: 5px; margin: 26px 0 5px; position: relative; z-index: 2; }.wish-stars button { padding: 0 2px; border: 0; color: rgba(224,170,31,.32); background: none; font-size: 25px; transition: color .15s ease, transform .15s ease; }.wish-stars button:hover, .wish-stars button.selected { color: #e2aa27; transform: scale(1.15) rotate(7deg); }.wish-status { font-size: 12px !important; color: #93752d !important; }.thought-list { margin-top: 14px; }.thought-item { margin: 4px 0; color: #9a5c70; font-size: 12px; animation: arrive .3s ease both; }
.bottom-note { display: flex; align-items: center; gap: 28px; padding: 35px 42px; position: relative; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }.bottom-note h2 { font-size: 35px; }.bottom-doodle { width: 100px; height: 70px; position: relative; flex: 0 0 auto; }.mini-head { width: 70px; height: 57px; position: absolute; left: 15px; top: 14px; border-radius: 50%; background: var(--blue); border: 2px solid var(--deep-blue); }.mini-ear { width: 45px; height: 27px; position: absolute; top: 8px; border-radius: 80% 20% 80% 20%; background: var(--blue); border: 2px solid var(--deep-blue); }.mini-ear.ear-left { left: 4px; transform: rotate(-28deg); }.mini-ear.ear-right { right: 4px; transform: scaleX(-1) rotate(-28deg); }.mini-eye { width: 8px; height: 13px; position: relative; display: inline-block; top: 20px; left: 18px; border-radius: 50%; background: var(--ink); }.mini-eye + .mini-eye { left: 31px; }.mini-nose { width: 13px; height: 8px; position: absolute; top: 35px; left: 28px; border-radius: 50%; background: var(--ink); }.bottom-scribble { margin-left: auto; }.bottom-note::after { content: "✦"; position: absolute; right: 30px; top: 13px; color: #e5ad2d; font-size: 20px; }footer { display: flex; justify-content: space-between; padding: 28px 0 36px; color: #7890a3; font-size: 11px; letter-spacing: .08em; text-transform: uppercase; }
@keyframes arrive { from { opacity: 0; transform: translateY(12px); } to { opacity: 1; transform: translateY(0); } }
@media (max-width: 760px) { .topbar, main, footer { width: min(100% - 30px, 560px); }.topbar { height: 74px; }.date-pill { display: none; }.hero { min-height: 680px; padding: 48px 28px; align-items: flex-start; }.hero-copy { max-width: none; }.hero-doodle { right: 50%; bottom: 9px; transform: translateX(50%) scale(.82); transform-origin: bottom center; }.cloud-one { right: 11%; }.intro-strip { padding: 19px 4px; gap: 11px; }.intro-strip p { font-size: 12px; line-height: 1.45; }.tape-mark { display: none; }.little-things { padding: 69px 0 74px; }.section-heading { align-items: start; flex-direction: column; gap: 16px; }.hand-note { align-self: end; }.island-grid { grid-template-columns: 1fr; gap: 14px; }.note-card { min-height: 290px; }.note-card h3 { margin-top: 35px; }.bottom-note { padding: 30px 10px; gap: 15px; align-items: flex-start; }.bottom-note h2 { font-size: 26px; }.bottom-scribble { display: none; }footer { font-size: 9px; } }
