@import url('https://fonts.googleapis.com/css2?family=Bowlby+One+SC&family=Caveat:wght@600;700&family=DM+Sans:wght@400;500;600;700;800;900&display=swap');

:root {
  --wine: #7a243a;
  --wine-dark: #3f1523;
  --navy: #123653;
  --navy-dark: #0b263c;
  --yellow: #ffc738;
  --yellow-soft: #ffe786;
  --coral: #ef684f;
  --mint: #9addc5;
  --sky: #91d6ee;
  --lilac: #c8b7ed;
  --cream: #fff5dc;
  --paper: #fffdf6;
  --ink: #251d20;
  --muted: #76666a;
  --white: #fff;
  --line: rgba(53, 30, 35, .15);
  --shadow: 0 22px 60px rgba(56, 25, 31, .16);
}

* { box-sizing: border-box; }
[hidden] { display: none !important; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  overflow-x: hidden;
  color: var(--ink);
  background:
    radial-gradient(circle at 18% 7%, rgba(255,199,56,.26), transparent 22%),
    radial-gradient(circle at 89% 19%, rgba(145,214,238,.2), transparent 18%),
    var(--cream);
  font-family: 'DM Sans', system-ui, sans-serif;
  line-height: 1.5;
  text-rendering: optimizeLegibility;
}
img { display: block; max-width: 100%; }
button, input, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }

.floating-stickers { position: absolute; inset: 0 0 auto; height: 920px; overflow: hidden; pointer-events: none; }
.floating-stickers span { position: absolute; z-index: 0; display: grid; place-items: center; color: var(--navy); font-family: 'Bowlby One SC', sans-serif; font-size: .76rem; }
.floating-stickers span:nth-child(1) { top: 130px; left: 1.5%; width: 50px; height: 50px; border-radius: 50%; color: var(--wine); background: var(--yellow); transform: rotate(-15deg); }
.floating-stickers span:nth-child(2) { top: 690px; left: 3%; padding: 9px 14px; border: 3px solid var(--navy); border-radius: 10px; background: var(--sky); transform: rotate(11deg); }
.floating-stickers span:nth-child(3) { top: 110px; right: 1%; padding: 9px 13px; border-radius: 999px; color: var(--white); background: var(--wine); transform: rotate(8deg); }
.floating-stickers span:nth-child(4) { top: 720px; right: 2%; color: var(--coral); font-size: 3rem; transform: rotate(13deg); }

.topbar {
  position: relative;
  z-index: 10;
  width: min(1240px, calc(100% - 38px));
  min-height: 82px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
.brand { display: flex; align-items: center; gap: 12px; color: var(--ink); text-decoration: none; font-weight: 900; line-height: 1.05; }
.brand img { width: 56px; height: 56px; object-fit: cover; border: 4px solid var(--white); border-radius: 50%; box-shadow: 0 6px 20px rgba(62,26,34,.16); transform: rotate(-4deg); }
.brand small { display: block; margin-top: 5px; color: var(--wine); font-size: .7rem; letter-spacing: .09em; text-transform: uppercase; }
.instagram { padding: 10px 15px; border: 2px solid var(--navy); border-radius: 8px 13px 9px 14px; color: var(--navy); background: var(--yellow); box-shadow: 4px 4px 0 var(--navy); font-size: .82rem; font-weight: 900; text-decoration: none; transform: rotate(1deg); }
.instagram:hover { transform: translate(-1px,-1px) rotate(-1deg); box-shadow: 6px 6px 0 var(--navy); }

.hero {
  position: relative;
  z-index: 1;
  width: min(1240px, calc(100% - 38px));
  min-height: 700px;
  margin: 0 auto 80px;
  display: grid;
  grid-template-columns: .92fr 1.08fr;
  border: 3px solid var(--navy);
  border-radius: 28px 42px 25px 38px;
  background:
    linear-gradient(rgba(18,54,83,.055) 1px, transparent 1px),
    linear-gradient(90deg, rgba(18,54,83,.055) 1px, transparent 1px),
    var(--paper);
  background-size: 28px 28px;
  box-shadow: 10px 12px 0 var(--navy), var(--shadow);
}
.hero::before { content: ''; position: absolute; top: -15px; left: 14%; width: 118px; height: 31px; z-index: 4; background: rgba(255,225,135,.86); transform: rotate(-3deg); box-shadow: 0 2px 5px rgba(55,31,22,.12); }
.hero-copy { position: relative; z-index: 2; padding: clamp(42px, 5.6vw, 76px); align-self: center; }
.today-pill { width: fit-content; display: flex; align-items: center; gap: 9px; margin-bottom: 28px; padding: 8px 14px; border: 2px solid var(--wine); border-radius: 8px 15px 9px 13px; color: var(--white); background: var(--wine); box-shadow: 4px 4px 0 var(--yellow); font-size: .7rem; font-weight: 900; letter-spacing: .06em; text-transform: uppercase; transform: rotate(-1deg); }
.today-pill span { width: 8px; height: 8px; border-radius: 50%; background: var(--yellow); box-shadow: 0 0 0 5px rgba(255,199,56,.18); animation: pulse 1.8s infinite; }
@keyframes pulse { 50% { box-shadow: 0 0 0 9px rgba(255,199,56,0); } }
.kicker { margin: 0 0 10px; color: var(--wine); font-size: .7rem; font-weight: 900; letter-spacing: .16em; text-transform: uppercase; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { line-height: 1; }
h1 { margin: 0 0 25px; font-family: 'Bowlby One SC', sans-serif; font-size: clamp(3.2rem, 6.2vw, 6.4rem); letter-spacing: -.045em; }
h1 span, h1 em { width: fit-content; display: block; padding: 3px 11px 6px; font-style: normal; box-decoration-break: clone; -webkit-box-decoration-break: clone; }
h1 span { color: var(--paper); background: var(--navy); transform: rotate(-1.2deg); box-shadow: 6px 6px 0 var(--yellow); }
h1 em { margin-top: 13px; color: var(--paper); background: var(--wine); transform: rotate(1.2deg); box-shadow: 6px 6px 0 var(--sky); }
.intro { max-width: 560px; margin-bottom: 28px; color: var(--muted); font-size: clamp(.98rem, 1.3vw, 1.12rem); }
.hero-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 21px; }
.primary-button {
  min-height: 51px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 13px 23px;
  border: 2px solid var(--navy-dark);
  border-radius: 9px 14px 8px 13px;
  color: var(--white);
  background: var(--wine);
  box-shadow: 5px 5px 0 var(--navy-dark);
  font-weight: 900;
  text-decoration: none;
  cursor: pointer;
  transition: transform .18s, box-shadow .18s;
}
.primary-button:hover { transform: translate(-2px,-2px); box-shadow: 8px 8px 0 var(--navy-dark); }
.text-link { color: var(--navy); font-size: .88rem; font-weight: 900; text-decoration: none; border-bottom: 3px solid var(--yellow); }
.live-count { width: fit-content; display: flex; align-items: center; gap: 12px; margin-top: 33px; padding: 8px 15px 8px 10px; border: 2px dashed rgba(18,54,83,.32); border-radius: 999px; color: var(--muted); background: rgba(255,255,255,.65); }
.live-count strong { min-width: 48px; color: var(--wine); font-family: 'Bowlby One SC', sans-serif; font-size: 1.85rem; line-height: 1; text-align: center; }
.live-count span { font-size: .7rem; font-weight: 800; line-height: 1.2; }
.hero-stickers { display: flex; gap: 8px; flex-wrap: wrap; margin-top: 26px; }
.hero-stickers b { padding: 6px 9px; border: 2px solid var(--navy); border-radius: 7px 11px; color: var(--navy); background: var(--mint); font-size: .58rem; letter-spacing: .04em; transform: rotate(-2deg); }
.hero-stickers b:nth-child(2) { background: var(--yellow-soft); transform: rotate(2deg); }
.hero-stickers b:nth-child(3) { background: var(--sky); transform: rotate(-1deg); }

.hero-image-wrap { position: relative; min-height: 700px; margin: 25px 25px 25px 0; border: 12px solid var(--white); background: var(--navy); box-shadow: 0 16px 30px rgba(31,19,23,.22); transform: rotate(1.5deg); }
.hero-image-wrap::after { content: ''; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(11,38,60,.48), transparent 40%); pointer-events: none; }
.hero-image-wrap > img { width: 100%; height: 100%; min-height: 650px; object-fit: cover; object-position: 49% center; }
.photo-tape { position: absolute; top: -21px; left: 50%; z-index: 5; width: 128px; height: 37px; background: rgba(255,226,139,.9); box-shadow: 0 2px 5px rgba(54,33,23,.18); transform: translateX(-50%) rotate(-3deg); }
.stamp { position: absolute; top: 28px; right: 25px; z-index: 4; width: 103px; height: 103px; display: grid; place-content: center; border: 4px solid var(--white); border-radius: 50%; color: var(--white); background: var(--wine); box-shadow: 4px 5px 0 var(--yellow); text-align: center; font-size: .58rem; font-weight: 900; letter-spacing: .1em; transform: rotate(8deg); }
.stamp strong { font-size: .82rem; }
.image-note { position: absolute; right: 25px; bottom: 22px; left: 25px; z-index: 3; padding: 15px 18px; border: 3px solid var(--navy-dark); color: var(--navy-dark); background: var(--yellow); box-shadow: 5px 5px 0 var(--navy-dark); font-family: 'Caveat', cursive; font-size: 1.35rem; font-weight: 700; text-align: center; transform: rotate(-1.5deg); }
.photo-sticker { position: absolute; z-index: 4; display: grid; place-items: center; border: 4px solid var(--white); box-shadow: 0 7px 15px rgba(0,0,0,.22); font-family: 'Bowlby One SC', sans-serif; }
.photo-sticker-one { left: -31px; bottom: 115px; width: 71px; height: 71px; border-radius: 50%; color: var(--wine); background: var(--yellow); font-size: 2rem; transform: rotate(-12deg); }
.photo-sticker-two { right: -22px; top: 205px; padding: 9px 13px; border-radius: 8px 15px; color: var(--navy); background: var(--sky); font-size: .65rem; transform: rotate(9deg); }

.promise-zone { width: min(1120px, calc(100% - 38px)); margin: 0 auto; padding: 45px 0 105px; }
.section-title { max-width: 720px; margin-bottom: 38px; }
.section-title h2, .wall-header h2, .closing h2 { margin-bottom: 14px; font-family: 'Bowlby One SC', sans-serif; font-size: clamp(2.05rem, 4vw, 3.9rem); line-height: .98; letter-spacing: -.035em; }
.section-title h2 { width: fit-content; position: relative; }
.section-title h2::after { content: ''; position: absolute; right: 3%; bottom: -8px; left: 22%; height: 8px; border-radius: 999px; background: var(--yellow); transform: rotate(-1deg); }
.section-title > p:last-child { color: var(--muted); }
.form-layout { display: grid; grid-template-columns: 1.24fr .76fr; gap: 28px; align-items: stretch; }
.promise-form { position: relative; padding: clamp(30px, 5vw, 54px); border: 2px solid var(--navy); border-radius: 5px 20px 8px 23px; background: repeating-linear-gradient(0deg, transparent 0 30px, rgba(57,119,167,.11) 30px 31px), var(--paper); box-shadow: 9px 10px 0 var(--navy), var(--shadow); transform: rotate(-.35deg); }
.promise-form::before { content: ''; position: absolute; top: 0; bottom: 0; left: 34px; width: 2px; background: rgba(225,89,89,.22); }
.paper-tape { position: absolute; top: -17px; right: 12%; width: 128px; height: 33px; background: rgba(255,219,111,.86); transform: rotate(4deg); box-shadow: 0 2px 6px rgba(40,25,20,.12); }
.form-heading { position: relative; z-index: 1; display: flex; gap: 17px; align-items: center; margin: 0 0 30px 12px; padding-bottom: 22px; border-bottom: 2px dashed rgba(18,54,83,.2); }
.form-heading .number { width: 53px; height: 53px; flex: 0 0 auto; display: grid; place-items: center; border: 3px solid var(--navy); border-radius: 50%; color: var(--navy); background: var(--yellow); box-shadow: 3px 3px 0 var(--navy); font-family: 'Caveat', cursive; font-size: 1.8rem; font-weight: 900; transform: rotate(-7deg); }
.form-heading h3 { margin-bottom: 4px; font-family: 'Bowlby One SC', sans-serif; font-size: 1.25rem; letter-spacing: -.02em; }
.form-heading p { margin-bottom: 0; color: var(--muted); font-size: .82rem; }
.promise-form > label:not(.consent) { position: relative; z-index: 1; display: block; margin: 21px 0 8px 12px; color: var(--navy); font-size: .82rem; font-weight: 900; }
.promise-form label b { color: #d1364d; }
.promise-form label span { color: var(--muted); font-weight: 600; }
.promise-form input[type="text"], .promise-form textarea, .wall-tools input { width: 100%; border: 2px solid rgba(18,54,83,.25); outline: none; color: var(--ink); background: rgba(255,255,255,.88); transition: border .2s, box-shadow .2s; }
.promise-form input[type="text"] { min-height: 51px; padding: 12px 14px; border-radius: 8px 13px; }
.promise-form textarea { min-height: 143px; resize: vertical; padding: 14px 15px 32px; border-radius: 8px 15px 9px 14px; line-height: 1.55; }
.promise-form input:focus, .promise-form textarea:focus, .wall-tools input:focus { border-color: var(--wine); box-shadow: 4px 4px 0 rgba(122,36,58,.14); }
.field-help { margin: 7px 0 0 12px; color: #8b7b7e; font-size: .71rem; }
.textarea-wrap { position: relative; }
.textarea-wrap span { position: absolute; right: 12px; bottom: 10px; color: #9a898d; font-size: .68rem; font-weight: 700; }
.consent { display: flex; gap: 11px; align-items: flex-start; margin: 21px 0; color: var(--muted); font-size: .76rem; cursor: pointer; }
.consent input { width: 18px; height: 18px; flex: 0 0 auto; margin-top: 1px; accent-color: var(--wine); }
.form-message { display: none; margin-bottom: 15px; padding: 12px 14px; border: 2px solid transparent; border-radius: 8px 13px; font-size: .8rem; font-weight: 800; }
.form-message.error { display: block; border-color: #b93d51; color: #852538; background: #ffe2e6; }
.form-message.success { display: block; border-color: #398064; color: #1f5a44; background: #dcf4e8; }
.submit { width: 100%; }
.submit:disabled { opacity: .65; cursor: wait; transform: none; }
.moderation-note { margin: 15px 0 0; color: #847477; font-size: .69rem; text-align: center; }
.honeypot { position: absolute !important; left: -9999px !important; width: 1px; height: 1px; overflow: hidden; }

.inspiration { position: relative; overflow: hidden; padding: clamp(29px, 4vw, 43px); border: 3px solid var(--navy); border-radius: 32px 8px 34px 12px; color: var(--white); background: var(--navy); box-shadow: 9px 10px 0 var(--yellow); transform: rotate(.7deg); }
.inspiration::before { content: ''; position: absolute; width: 270px; height: 270px; top: -150px; right: -105px; border: 48px solid rgba(255,199,56,.13); border-radius: 50%; }
.inspiration-label { width: fit-content; position: relative; z-index: 2; padding: 7px 11px; border: 3px solid var(--white); border-radius: 9px; color: var(--navy); background: var(--mint); box-shadow: 4px 4px 0 var(--coral); font-family: 'Bowlby One SC', sans-serif; font-size: .66rem; transform: rotate(-4deg); }
.quote-mark { height: 54px; margin-top: 23px; color: var(--yellow); font-family: Georgia, serif; font-size: 6.7rem; line-height: .8; }
.inspiration > p { position: relative; z-index: 1; max-width: 330px; margin: 18px 0 27px; font-family: 'Bowlby One SC', sans-serif; font-size: clamp(1.35rem, 2.4vw, 2.15rem); line-height: 1.08; letter-spacing: -.02em; }
.inspiration ul { position: relative; z-index: 2; margin: 0; padding: 0; list-style: none; }
.inspiration li { margin: 12px 0; padding-left: 24px; color: rgba(255,255,255,.76); font-size: .8rem; }
.inspiration li::before { content: '✦'; position: absolute; margin-left: -23px; color: var(--yellow); }
.idea-stickers { position: relative; z-index: 2; display: flex; flex-direction: column; align-items: flex-start; gap: 9px; margin-top: 29px; }
.idea-stickers span { padding: 7px 10px; border: 3px solid var(--white); border-radius: 999px; color: var(--navy); background: var(--yellow); font-family: 'Bowlby One SC', sans-serif; font-size: .56rem; transform: rotate(-2deg); }
.idea-stickers span:nth-child(2) { margin-left: 35px; background: var(--sky); transform: rotate(3deg); }
.idea-stickers span:nth-child(3) { margin-left: 8px; background: var(--mint); transform: rotate(-1deg); }
.mascot-cutout { position: absolute; right: -46px; bottom: -48px; width: 177px; height: 177px; padding: 7px; border: 7px solid var(--white); border-radius: 50%; background: var(--yellow); box-shadow: 0 11px 24px rgba(0,0,0,.26); transform: rotate(-7deg); }
.mascot-cutout img { width: 100%; height: 100%; border-radius: 50%; object-fit: cover; }

.wall-section { position: relative; padding: 108px max(18px, calc((100% - 1240px) / 2)) 120px; color: var(--white); background: var(--navy-dark); overflow: hidden; }
.wall-section::before { content: ''; position: absolute; inset: 0; opacity: .26; background-image: radial-gradient(circle, rgba(255,255,255,.25) 1px, transparent 1.5px); background-size: 24px 24px; }
.wall-sparkles span { position: absolute; z-index: 0; font-family: 'Bowlby One SC', sans-serif; font-weight: 900; }
.wall-sparkles span:nth-child(1) { top: 44px; left: 5%; color: var(--yellow); font-size: 3rem; transform: rotate(-12deg); }
.wall-sparkles span:nth-child(2) { right: 4%; bottom: 58px; color: var(--coral); font-size: 4rem; }
.wall-sparkles span:nth-child(3) { top: 35px; right: 12%; padding: 8px 12px; border: 3px solid var(--white); border-radius: 9px; color: var(--navy); background: var(--sky); transform: rotate(7deg); }
.wall-sparkles span:nth-child(4) { bottom: 70px; left: 3%; width: 57px; height: 57px; display: grid; place-items: center; border: 4px solid var(--white); border-radius: 50%; color: var(--wine); background: var(--yellow); font-size: 2rem; transform: rotate(-8deg); }
.wall-board {
  position: relative;
  z-index: 1;
  min-height: 680px;
  padding: clamp(31px, 5vw, 66px);
  border: 17px solid #703c25;
  border-radius: 13px;
  background:
    radial-gradient(circle at 20% 30%, rgba(77,35,19,.17) 0 1px, transparent 2px),
    radial-gradient(circle at 75% 70%, rgba(255,255,255,.11) 0 1px, transparent 2px),
    linear-gradient(135deg, rgba(255,255,255,.04), transparent 40%),
    #b77747;
  background-size: 19px 17px, 23px 21px, 100% 100%, 100% 100%;
  box-shadow: inset 0 0 0 4px #4b2518, inset 0 0 45px rgba(65,28,13,.35), 0 28px 60px rgba(0,0,0,.28);
}
.wall-board::before, .wall-board::after { content: ''; position: absolute; width: 13px; height: 13px; border-radius: 50%; background: #34211b; box-shadow: inset 2px 2px 2px rgba(255,255,255,.2), 1px 2px 3px rgba(0,0,0,.4); }
.wall-board::before { top: 16px; left: 17px; }
.wall-board::after { right: 17px; bottom: 16px; }
.board-badge { position: absolute; top: -35px; left: 50%; z-index: 3; padding: 10px 23px; border: 4px solid var(--navy-dark); border-radius: 8px 15px; color: var(--navy-dark); background: var(--yellow); box-shadow: 5px 5px 0 var(--wine); font-family: 'Bowlby One SC', sans-serif; font-size: .72rem; letter-spacing: .04em; transform: translateX(-50%) rotate(-1.5deg); white-space: nowrap; }
.wall-header { position: relative; z-index: 2; display: flex; justify-content: space-between; align-items: center; gap: 35px; }
.wall-title-paper { position: relative; max-width: 730px; padding: 22px 27px; color: var(--ink); background: var(--paper); box-shadow: 7px 8px 0 rgba(63,21,35,.85); transform: rotate(-.5deg); }
.wall-title-paper::before { content: ''; position: absolute; width: 107px; height: 28px; top: -12px; left: 42px; background: rgba(255,224,128,.82); transform: rotate(-3deg); }
.wall-header h2 { margin-bottom: 0; font-size: clamp(1.85rem, 3.5vw, 3.45rem); }
.kicker.light { color: var(--wine); }
.wall-tools { width: min(300px, 100%); padding: 17px; border: 3px solid var(--navy-dark); color: var(--ink); background: var(--sky); box-shadow: 6px 7px 0 rgba(63,21,35,.8); transform: rotate(1.4deg); }
.wall-tools label { display: block; margin-bottom: 8px; color: var(--navy-dark); font-size: .68rem; font-weight: 900; text-transform: uppercase; letter-spacing: .08em; }
.wall-tools input { min-height: 44px; padding: 10px 13px; border-color: var(--navy-dark); border-radius: 5px 10px; color: var(--ink); background: var(--white); }
.wall-tools input::placeholder { color: #827679; }
.wall-stats { position: relative; z-index: 2; width: calc(100% - 120px); display: flex; align-items: center; justify-content: space-between; gap: 28px; margin: 38px 60px 42px; padding: 13px 19px; border: 3px solid var(--navy-dark); color: var(--ink); background: var(--yellow-soft); box-shadow: 5px 6px 0 rgba(63,21,35,.68); transform: rotate(.25deg); }
.wall-stats div { display: flex; align-items: baseline; gap: 10px; }
.wall-stats strong { color: var(--wine); font-family: 'Bowlby One SC', sans-serif; font-size: 2rem; }
.wall-stats span, .wall-stats p { margin: 0; color: #665052; font-size: .75rem; font-weight: 700; }
.promise-grid { position: relative; z-index: 2; display: grid; grid-template-columns: repeat(4, 1fr); gap: 29px 20px; padding: 12px 10px 42px; }
.promise-card { position: relative; min-height: 205px; display: flex; flex-direction: column; padding: 27px 20px 20px; border: 6px solid var(--white); border-radius: 27px 18px 31px 20px; color: var(--ink); background: var(--yellow-soft); box-shadow: 0 12px 20px rgba(72,31,16,.27); transform: rotate(-1.2deg); transition: transform .18s, filter .18s; }
.promise-card:hover { z-index: 4; transform: rotate(0) scale(1.035); filter: saturate(1.08); }
.promise-card:nth-child(6n+2) { border-radius: 18px 34px 19px 31px; background: #ffd7cf; transform: rotate(1.1deg); }
.promise-card:nth-child(6n+3) { border-radius: 34px 21px 30px 18px; background: #c9f0df; transform: rotate(-.7deg); }
.promise-card:nth-child(6n+4) { border-radius: 19px 29px 18px 33px; background: #ccebf6; transform: rotate(1.5deg); }
.promise-card:nth-child(6n+5) { border-radius: 31px 19px 35px 21px; background: #ddd2f5; transform: rotate(-1.5deg); }
.promise-card:nth-child(6n+6) { border-radius: 24px 34px 18px 29px; background: #ffe4a7; transform: rotate(.65deg); }
.promise-card::before { content: ''; position: absolute; top: -22px; left: 50%; width: 88px; height: 29px; background: rgba(244,226,177,.86); box-shadow: 0 2px 4px rgba(67,39,24,.13); transform: translateX(-50%) rotate(-3deg); }
.promise-card:nth-child(3n+2)::before { background: rgba(196,227,239,.9); transform: translateX(-50%) rotate(4deg); }
.promise-card:nth-child(3n+3)::before { background: rgba(255,212,218,.9); transform: translateX(-50%) rotate(-1deg); }
.promise-card::after { content: ''; position: absolute; top: 8px; right: 10px; width: 12px; height: 12px; border: 3px solid rgba(255,255,255,.72); border-radius: 50%; background: var(--wine); box-shadow: 0 2px 4px rgba(0,0,0,.27); }
.promise-card .sticker-badge { position: absolute; top: -20px; left: -17px; min-width: 48px; height: 48px; display: grid; place-items: center; padding: 0 8px; border: 4px solid var(--white); border-radius: 50%; color: var(--navy); background: var(--yellow); box-shadow: 0 5px 10px rgba(62,28,17,.25); font-size: 1.15rem; transform: rotate(-11deg); }
.promise-card .quotation { height: 40px; margin-bottom: 7px; color: var(--wine); font-family: 'Caveat', cursive; font-size: 4rem; line-height: .62; }
.promise-card blockquote { margin: 0 0 20px; font-family: 'Caveat', cursive; font-size: clamp(1.18rem, 1.5vw, 1.48rem); font-weight: 700; line-height: 1.14; }
.promise-person { margin-top: auto; padding-top: 14px; border-top: 2px dashed rgba(55,34,39,.16); }
.promise-person strong { display: block; color: var(--wine); font-size: .8rem; font-weight: 900; }
.promise-person span { color: var(--muted); font-size: .68rem; }
.promise-card.highlight { outline: 6px solid var(--yellow); outline-offset: 5px; animation: settle 1.2s ease; }
@keyframes settle { from { transform: translateY(15px) rotate(-4deg) scale(.92); opacity: .35; } }
.loading-state, .empty-state { position: relative; z-index: 2; min-height: 210px; display: grid; place-content: center; gap: 10px; margin: 30px 10%; border: 4px dashed rgba(79,42,24,.35); color: #4f3328; background: rgba(255,246,220,.45); text-align: center; }
.loading-state span { width: 31px; height: 31px; margin: auto; border: 4px solid rgba(122,36,58,.18); border-top-color: var(--wine); border-radius: 50%; animation: spin .8s linear infinite; }
@keyframes spin { to { transform: rotate(360deg); } }
.empty-state strong { color: var(--wine-dark); font-size: 1rem; }
.empty-state span { font-size: .8rem; }
.wall-more { position: relative; z-index: 3; display: flex; justify-content: center; padding: 0 0 65px; }
.load-more { min-height: 48px; padding: 11px 21px; border: 3px solid var(--navy-dark); border-radius: 9px 14px; color: var(--navy-dark); background: var(--yellow); box-shadow: 5px 5px 0 var(--wine); font-weight: 900; cursor: pointer; transform: rotate(-.5deg); }
.load-more:hover { transform: translate(-2px,-2px) rotate(.5deg); box-shadow: 7px 7px 0 var(--wine); }
.load-more:disabled { opacity: .65; cursor: wait; transform: none; }
.board-mascot { position: absolute; z-index: 5; right: -43px; bottom: -48px; width: 175px; height: 175px; padding: 6px; border: 8px solid var(--white); border-radius: 50%; background: var(--yellow); box-shadow: 0 12px 24px rgba(44,20,12,.36); transform: rotate(8deg); }
.board-mascot img { width: 100%; height: 100%; border-radius: 50%; object-fit: cover; }
.board-sticker { position: absolute; z-index: 1; border: 5px solid var(--white); font-family: 'Bowlby One SC', sans-serif; box-shadow: 0 9px 18px rgba(54,24,13,.28); text-align: center; }
.board-sticker-one { left: -35px; bottom: 35px; padding: 13px 17px; border-radius: 50%; color: var(--white); background: var(--wine); font-size: .62rem; transform: rotate(-12deg); }
.board-sticker-one b { font-size: 1rem; }
.board-sticker-two { top: 45%; right: -55px; padding: 8px 13px; border-radius: 999px; color: var(--navy); background: var(--mint); font-size: .58rem; transform: rotate(83deg); }

.closing { width: min(1120px, calc(100% - 38px)); display: grid; grid-template-columns: 150px 1fr auto; align-items: center; gap: 34px; margin: 0 auto; padding: 88px 0; }
.closing > img { width: 150px; height: 150px; object-fit: cover; border: 8px solid var(--white); border-radius: 50%; background: var(--yellow); box-shadow: 7px 8px 0 var(--navy); transform: rotate(-5deg); }
.closing h2 { margin-bottom: 12px; font-size: clamp(1.9rem, 3.4vw, 3.25rem); }
.closing div > p:last-child { max-width: 670px; margin: 0; color: var(--muted); }
.closing > a { padding: 10px 14px; border: 3px solid var(--navy); border-radius: 8px 14px; color: var(--navy); background: var(--yellow); box-shadow: 4px 4px 0 var(--navy); font-weight: 900; text-decoration: none; white-space: nowrap; transform: rotate(2deg); }

footer { min-height: 78px; display: flex; justify-content: space-between; align-items: center; gap: 20px; padding: 20px max(19px, calc((100% - 1240px) / 2)); color: rgba(255,255,255,.63); background: #241116; font-size: .76rem; }
footer span:first-child { color: var(--white); font-weight: 900; }

.success-dialog { width: min(530px, calc(100% - 30px)); padding: 45px; border: 7px solid var(--white); border-radius: 28px 18px 31px 20px; color: var(--ink); background: var(--yellow-soft); box-shadow: 9px 10px 0 var(--navy), 0 30px 90px rgba(0,0,0,.35); text-align: center; transform: rotate(-.5deg); }
.success-dialog::backdrop { background: rgba(19,9,12,.72); backdrop-filter: blur(5px); }
.dialog-close { position: absolute; top: 13px; right: 15px; width: 35px; height: 35px; border: 2px solid var(--navy); border-radius: 50%; color: var(--navy); background: var(--white); font-size: 1.4rem; cursor: pointer; }
.spark { width: 67px; height: 67px; display: grid; place-items: center; margin: 0 auto 21px; border: 4px solid var(--white); border-radius: 50%; color: var(--white); background: var(--wine); box-shadow: 4px 4px 0 var(--navy); font-size: 1.7rem; }
.success-dialog h2 { margin: 7px 0 14px; font-family: 'Bowlby One SC', sans-serif; font-size: 1.8rem; line-height: 1.05; }
.success-dialog > p:not(.kicker) { color: var(--muted); }
.dialog-actions { display: flex; justify-content: center; gap: 10px; margin-top: 27px; }
.secondary-button { min-height: 51px; padding: 12px 19px; border: 2px solid var(--navy); border-radius: 9px 14px; color: var(--navy); background: var(--white); box-shadow: 3px 3px 0 var(--navy); font-weight: 900; cursor: pointer; }

@media (max-width: 1050px) {
  .hero { grid-template-columns: 1fr; }
  .hero-copy { order: 2; }
  .hero-image-wrap { min-height: 540px; margin: 25px; }
  .hero-image-wrap > img { min-height: 540px; }
  .form-layout { grid-template-columns: 1fr; }
  .inspiration { min-height: 470px; }
  .promise-grid { grid-template-columns: repeat(3, 1fr); }
  .closing { grid-template-columns: 115px 1fr; }
  .closing > img { width: 115px; height: 115px; }
  .closing > a { grid-column: 2; justify-self: start; }
}

@media (max-width: 850px) and (min-width: 701px) {
  .promise-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 700px) {
  .floating-stickers { display: none; }
  .topbar { min-height: 70px; width: min(100% - 24px, 1240px); }
  .brand img { width: 45px; height: 45px; }
  .brand span { font-size: .84rem; }
  .instagram { display: none; }
  .hero { width: min(100% - 22px, 1240px); margin-bottom: 50px; border-radius: 18px 28px 18px 26px; box-shadow: 6px 7px 0 var(--navy); }
  .hero-copy { padding: 37px 22px 42px; }
  .today-pill { margin-bottom: 24px; }
  h1 { font-size: clamp(2.75rem, 13vw, 4.8rem); }
  h1 span, h1 em { padding-right: 7px; padding-left: 7px; }
  .hero-image-wrap { min-height: 380px; margin: 18px; border-width: 8px; }
  .hero-image-wrap > img { min-height: 380px; object-position: center; }
  .photo-tape { width: 95px; height: 28px; top: -16px; }
  .stamp { top: 16px; right: 14px; width: 78px; height: 78px; border-width: 3px; }
  .image-note { right: 12px; bottom: 12px; left: 12px; padding: 10px 12px; font-size: 1rem; }
  .photo-sticker-one { left: -16px; bottom: 88px; width: 54px; height: 54px; }
  .photo-sticker-two { display: none; }
  .hero-actions { align-items: stretch; flex-direction: column; gap: 14px; }
  .primary-button { width: 100%; }
  .text-link { text-align: center; }
  .hero-stickers { justify-content: center; }
  .promise-zone { width: min(100% - 24px, 1120px); padding-bottom: 72px; }
  .promise-form { padding: 30px 20px; box-shadow: 6px 7px 0 var(--navy); }
  .promise-form::before { left: 18px; }
  .form-heading { align-items: flex-start; margin-left: 5px; }
  .inspiration { min-height: 450px; padding: 31px 23px; }
  .wall-section { padding: 80px 12px 88px; }
  .wall-board { padding: 35px 16px 65px; border-width: 10px; }
  .board-badge { top: -29px; padding: 8px 15px; }
  .wall-header { align-items: stretch; flex-direction: column; }
  .wall-title-paper { padding: 20px 18px; }
  .wall-tools { width: 100%; }
  .wall-stats { width: 100%; align-items: flex-start; flex-direction: column; gap: 8px; margin: 28px 0 33px; }
  .promise-grid { grid-template-columns: 1fr; gap: 34px; padding: 10px 5px 85px; }
  .promise-card { min-height: 215px; }
  .board-mascot { right: -23px; bottom: -35px; width: 122px; height: 122px; border-width: 6px; }
  .board-sticker-one { left: -21px; bottom: 29px; }
  .board-sticker-two { display: none; }
  .closing { grid-template-columns: 78px 1fr; gap: 18px; padding: 65px 0; }
  .closing > img { width: 78px; height: 78px; border-width: 4px; box-shadow: 4px 4px 0 var(--navy); }
  .closing h2 { font-size: 1.8rem; }
  .closing div > p:last-child { font-size: .82rem; }
  .closing > a { grid-column: 1 / -1; }
  footer { align-items: flex-start; flex-direction: column; }
  .success-dialog { padding: 40px 21px 28px; }
  .dialog-actions { flex-direction: column; }
}

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