:root {
  --swh-red: #c62230;
  --swh-deep: #9e1a25;
  --swh-cream: #fdf4e6;
  --swh-ink: #40222a;
  --swh-paper: #ffffff;
  --swh-butter: #f7e27a;
  --swh-blush: #f5b8c8;
  --swh-lav: #cbb3de;
  --swh-mintl: #bfe3b4;
  --swh-line: #ecd9c3;
  --swh-kick: #9e1a25;
  --swh-body: #5c4048;
  --swh-link: #c62230; 
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: 'Georama', system-ui, sans-serif;
  font-size: 16.5px;
  line-height: 1.6;
  color: var(--swh-ink);
  background: var(--swh-paper);
}
img { max-width: 100%; height: auto; display: block; }
a { color: var(--swh-link); }
h1, h2, h3 { line-height: 1.15; }
h1, h2 { font-family: 'Caprasimo', serif; font-weight: 400; letter-spacing: 0.2px; }
h3 { font-family: 'Georama', system-ui, sans-serif; font-weight: 700; }

.candyshell { width: min(1128px, 100% - 36px); margin: 0 auto; }

.skipline {
  position: absolute; left: -999px; top: 0; z-index: 90;
  background: var(--swh-ink); color: #fff; padding: 9px 16px; border-radius: 0 0 9px 0;
}
.skipline:focus { left: 0; }

.lovebar { background: var(--swh-red); color: #fff; font-size: 13.5px; }
.lovebar .candyshell { display: flex; justify-content: space-between; gap: 14px; padding: 7px 0; }
.lovebar a { color: #faeca0; font-weight: 600; text-decoration: none; }
.lovebar a:hover { text-decoration: underline; }

.heartnav { background: var(--swh-cream); border-bottom: 1px solid var(--swh-line); }
.heartnav .candyshell { display: flex; align-items: center; gap: 22px; padding: 13px 0; flex-wrap: wrap; }
.sugarmark { display: inline-flex; align-items: center; }
.sugarmark img { height: 34px; width: auto; }
.heartmenu { display: flex; gap: 20px; margin: 0 auto 0 8px; padding: 0; list-style: none; flex-wrap: wrap; }
.heartmenu a { color: var(--swh-ink); text-decoration: none; font-weight: 600; font-size: 15.5px; }
.heartmenu a:hover { color: var(--swh-red); }
.heartnav nav { flex: 1; }
.crushcta {
  display: inline-block; text-decoration: none;
  background: var(--swh-red); color: #fff; border: 0; cursor: pointer;
  font: 700 15px 'Georama', system-ui, sans-serif;
  padding: 11px 20px; border-radius: 22px;
}
.crushcta:hover { background: var(--swh-deep); }
@media (max-width: 620px) {
  .lovebar .candyshell span { display: none; }
  .heartmenu { order: 3; width: 100%; margin: 4px 0 0; gap: 15px; }
  .crushcta { margin-left: auto; }
}

.sugarhero { background: var(--swh-cream); }
.sugarhero .candyshell {
  display: grid; grid-template-columns: 1.15fr 0.85fr; gap: 44px;
  align-items: center; padding: 52px 0 56px;
}
.heroledge h1 { font-size: clamp(31px, 4.6vw, 52px); margin: 0 0 16px; color: var(--swh-red); }
.heroledge p { font-size: 18px; color: var(--swh-body); max-width: 54ch; margin: 0 0 24px; }
.sayctas { display: flex; gap: 13px; flex-wrap: wrap; }
.sayctas a {
  text-decoration: none; font-weight: 700; font-size: 15.5px;
  padding: 13px 24px; border-radius: 24px;
}
.sayctas a:first-child { background: var(--swh-red); color: #fff; }
.sayctas a:first-child:hover { background: var(--swh-deep); }
.sayctas a:last-child { border: 2px solid var(--swh-red); color: var(--swh-red); }
.sayctas a:last-child:hover { background: #fff; }
.sweettally { display: flex; gap: 30px; margin-top: 30px; flex-wrap: wrap; }
.sweettally div strong { display: block; font-size: 25px; color: var(--swh-red); font-family: 'Caprasimo', serif; font-weight: 400; }
.sweettally div span { font-size: 13.5px; color: var(--swh-body); }
.sugarhero figure { margin: 0; background: #fff; border-radius: 18px; padding: 20px; box-shadow: 0 10px 34px rgba(198, 34, 48, 0.13); }
@media (max-width: 860px) { .sugarhero .candyshell { grid-template-columns: 1fr; gap: 26px; } }

.trayline { text-align: center; max-width: 62ch; margin: 0 auto 34px; }
.trayline em { font-style: normal; color: var(--swh-kick); font-weight: 700; font-size: 13px; letter-spacing: 2px; text-transform: uppercase; }
.trayline h2 { font-size: clamp(25px, 3.2vw, 36px); margin: 8px 0 10px; }
.trayline p { color: var(--swh-body); margin: 0; }

.boxrail { padding: 60px 0; }
.pastelgrid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
@media (max-width: 980px) { .pastelgrid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 540px) { .pastelgrid { grid-template-columns: 1fr; } }
.wafercard {
  border: 1px solid var(--swh-line); border-radius: 15px; overflow: hidden;
  display: flex; flex-direction: column; min-height: 0; background: #fff;
  transition: box-shadow 0.15s;
}
.wafercard:hover { box-shadow: 0 8px 26px rgba(64, 34, 42, 0.12); }
.wafercard > a { display: block; background: var(--swh-cream); }
.wafercard > a img { aspect-ratio: 1; object-fit: contain; padding: 14px; }
.wafercard section { padding: 14px 16px 16px; display: flex; flex-direction: column; flex: 1; }
.heartchip {
  align-self: flex-start; font-size: 12px; font-weight: 700; letter-spacing: 1px;
  text-transform: uppercase; padding: 3px 11px; border-radius: 12px;
  background: var(--swh-blush); color: var(--swh-ink);
}
.wafercard h3 { font-size: 16.5px; margin: 9px 0 4px; }
.wafercard h3 a { color: inherit; text-decoration: none; }
.wafercard h3 a:hover { color: var(--swh-red); }
.sayline { font-size: 14px; color: var(--swh-body); margin: 0 0 10px; }
.candytag { font-size: 21px; font-weight: 700; color: var(--swh-red); }
.candytag small { font-size: 13px; font-weight: 400; color: var(--swh-body); margin-left: 6px; }
.ratenote { font-size: 13.5px; color: var(--swh-body); margin: 2px 0 12px; }
.cartonact { margin-top: auto; display: flex; gap: 10px; align-items: center; }
.heartbuy {
  background: var(--swh-red); color: #fff; border: 0; cursor: pointer;
  font: 700 14.5px 'Georama', system-ui, sans-serif;
  padding: 10px 18px; border-radius: 20px;
}
.heartbuy:hover { background: var(--swh-deep); }
.cartonact a { font-size: 14px; font-weight: 600; }
.shelfpick { text-align: center; margin-top: 30px; }
.shelfpick a { font-weight: 700; }

.mottoband { background: linear-gradient(120deg, var(--swh-blush), var(--swh-butter)); padding: 58px 0; }
.mottoband .candyshell { display: grid; grid-template-columns: 1fr 1fr; gap: 40px; align-items: center; }
@media (max-width: 860px) { .mottoband .candyshell { grid-template-columns: 1fr; } }
.mottoband h2 { font-size: clamp(24px, 3vw, 34px); margin: 0 0 14px; }
.mottoband p { color: var(--swh-ink); }
.mottolist { display: flex; flex-wrap: wrap; gap: 9px; padding: 0; margin: 18px 0 0; list-style: none; }
.mottolist li {
  background: #fff; border-radius: 17px; padding: 6px 15px;
  font-weight: 700; font-size: 13.5px; letter-spacing: 1px; color: var(--swh-red);
}
.heartrow { margin: 0; }
.heartrow img { border-radius: 16px; box-shadow: 0 10px 30px rgba(64, 34, 42, 0.18); }

.occasionrow { padding: 60px 0; }
.sweetgrid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
@media (max-width: 980px) { .sweetgrid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 540px) { .sweetgrid { grid-template-columns: 1fr; } }
.whimcard {
  display: block; text-decoration: none; color: var(--swh-ink);
  border-radius: 15px; padding: 22px 20px; min-height: 130px;
}
.whimcard:nth-child(1) { background: var(--swh-butter); }
.whimcard:nth-child(2) { background: var(--swh-mintl); }
.whimcard:nth-child(3) { background: var(--swh-blush); }
.whimcard:nth-child(4) { background: var(--swh-lav); }
.whimcard strong { font-size: 17.5px; display: block; margin-bottom: 6px; font-family: 'Caprasimo', serif; font-weight: 400; }
.whimcard span { font-size: 14px; color: var(--swh-ink); }
.whimcard:hover { outline: 3px solid var(--swh-red); outline-offset: -3px; }

.batchband { background: var(--swh-deep); color: #fff; padding: 62px 0; --swh-kick: var(--swh-butter); }
.batchband h2 { color: #fff; }
.batchband .trayline p { color: #f6d9d0; }
.eraline { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; padding: 0; margin: 34px 0 0; list-style: none; }
@media (max-width: 860px) { .eraline { grid-template-columns: repeat(2, 1fr); } }
.eracell { border-top: 3px solid var(--swh-butter); padding-top: 12px; }
.eracell strong { font-family: 'Caprasimo', serif; font-weight: 400; font-size: 24px; display: block; color: var(--swh-butter); }
.eracell span { font-size: 14px; color: #f6d9d0; }

.stampnote { background: var(--swh-cream); padding: 60px 0; }
.stampnote .candyshell { display: grid; grid-template-columns: 0.9fr 1.1fr; gap: 44px; align-items: center; }
@media (max-width: 860px) { .stampnote .candyshell { grid-template-columns: 1fr; } }
.stampshot { margin: 0; background: #fff; border-radius: 18px; padding: 22px; }
.stampbody em { font-style: normal; color: var(--swh-kick); font-weight: 700; font-size: 13px; letter-spacing: 2px; text-transform: uppercase; }
.stampbody h2 { font-size: clamp(24px, 3vw, 34px); margin: 8px 0 12px; }
.stampbody p { color: var(--swh-body); }
.stampbody .cartonact { margin-top: 18px; }

.fizzband { background: var(--swh-red); color: #fff; padding: 44px 0; --swh-kick: var(--swh-butter); }
.fizzband .candyshell { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; text-align: center; }
@media (max-width: 700px) { .fizzband .candyshell { grid-template-columns: repeat(2, 1fr); } }
.fizzcell strong { display: block; font-family: 'Caprasimo', serif; font-weight: 400; font-size: 31px; color: inherit; }
.fizzcell span { font-size: 13.5px; color: #ffe3da; }

.pressplan { padding: 60px 0; }
.plansplit { display: grid; grid-template-columns: 0.9fr 1.1fr; gap: 40px; align-items: start; }
@media (max-width: 860px) { .plansplit { grid-template-columns: 1fr; gap: 22px; } }
.pressteps { list-style: none; margin: 0; padding: 0; counter-reset: swhstep; }
.pressteps li { counter-increment: swhstep; position: relative; padding: 0 0 24px 58px; }
.pressteps li::before {
  content: counter(swhstep); position: absolute; left: 0; top: 0;
  width: 42px; height: 42px; border-radius: 50%; background: var(--swh-blush);
  color: var(--swh-ink); font-family: 'Caprasimo', serif; font-size: 21px;
  display: grid; place-items: center;
}
.pressteps strong { display: block; font-size: 16.5px; margin-bottom: 3px; }
.pressteps span { font-size: 14.5px; color: var(--swh-body); }

.mottochart { padding: 60px 0; }
.mottochart .sugartable { max-width: 760px; margin: 0 auto; }
.mottochart .sugartable td:first-child { font-weight: 700; letter-spacing: 1px; color: var(--swh-red); white-space: nowrap; }
.mottochart .shelfpick { margin-top: 26px; }

.candykeep { background: var(--swh-cream); padding: 60px 0; }
.candykeep .plansplit { grid-template-columns: 1fr 1fr; }
@media (max-width: 700px) { .candykeep .plansplit { grid-template-columns: 1fr; } }
.keepcard { background: #fff; border-radius: 15px; padding: 24px 26px; }
.keepcard h3 { margin: 0 0 12px; font-size: 18px; }
.keepcard ul { list-style: none; margin: 0; padding: 0; }
.keepcard li { padding: 8px 0 8px 26px; position: relative; font-size: 15px; color: var(--swh-body); border-top: 1px solid var(--swh-line); }
.keepcard li:first-child { border-top: 0; }
.keepcard li::before { position: absolute; left: 0; font-weight: 700; }
.keepcard:first-child li::before { content: '\2713'; color: #256b39; }
.keepcard:last-child li::before { content: '\2717'; color: var(--swh-red); }

.sweetsaid { background: var(--swh-cream); padding: 60px 0; }
.heartquote { margin: 0; background: #fff; border-radius: 15px; padding: 24px 26px; }
.heartquote blockquote { margin: 0 0 14px; }
.heartquote blockquote p { margin: 0; font-size: 15.5px; }
.heartquote figcaption { font-size: 13.5px; font-weight: 700; color: var(--swh-body); }

.sweetnote { padding: 60px 0; }
.noterack { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
@media (max-width: 860px) { .noterack { grid-template-columns: 1fr; } }
.candynote {
  display: block; text-decoration: none; color: var(--swh-ink);
  border: 1px solid var(--swh-line); border-radius: 15px; padding: 22px;
}
.candynote:hover { box-shadow: 0 8px 26px rgba(64, 34, 42, 0.12); }
.candynote strong { font-family: 'Caprasimo', serif; font-weight: 400; font-size: 19px; display: block; margin-bottom: 8px; }
.candynote span { font-size: 14.5px; color: var(--swh-body); }

.crushband { background: var(--swh-deep); color: #fff; padding: 58px 0; text-align: center; --swh-kick: var(--swh-butter); }
.crushband h2 { color: #fff; font-size: clamp(24px, 3vw, 34px); margin: 0 0 12px; }
.crushband p { color: #f6d9d0; max-width: 58ch; margin: 0 auto 24px; }
.crushband .sayctas { justify-content: center; }
.crushband .sayctas a:last-child { border-color: #fff; color: #fff; }
.crushband .sayctas a:last-child:hover { background: rgba(255, 255, 255, 0.12); }

.mintfoot { background: var(--swh-ink); color: #e9d5cb; padding: 46px 0 30px; font-size: 14.5px; --swh-link: var(--swh-blush); }
.mintfoot img { height: 30px; width: auto; margin-bottom: 18px; }
.mintcols { display: grid; grid-template-columns: 1.3fr 1fr 1fr 1fr; gap: 28px; }
@media (max-width: 860px) { .mintcols { grid-template-columns: 1fr 1fr; } }
@media (max-width: 540px) { .mintcols { grid-template-columns: 1fr; } }
.mintcols h3 { color: #fff; font-size: 14px; letter-spacing: 1.5px; text-transform: uppercase; margin: 0 0 10px; }
.mintlinks { list-style: none; padding: 0; margin: 0; }
.mintlinks li { margin: 0 0 7px; }
.mintlinks a { color: #e9d5cb; text-decoration: none; }
.mintlinks a:hover { color: #fff; text-decoration: underline; }
.finetype { border-top: 1px solid #5c4048; margin-top: 30px; padding-top: 18px; font-size: 13px; color: #c8aaa0; }
.finetype p { margin: 0 0 6px; }

.trailrow { font-size: 13.5px; padding: 16px 0 0; color: var(--swh-body); }
.trailrow ol { list-style: none; display: flex; flex-wrap: wrap; gap: 6px; padding: 0; margin: 0; }
.trailrow li + li::before { content: '\2765'; margin-right: 6px; color: var(--swh-blush); }
.trailrow a { color: var(--swh-body); }

.boxlede { padding: 18px 0 8px; }
.boxlede h1 { font-size: clamp(26px, 3.4vw, 40px); margin: 10px 0 10px; }
.boxlede > p { color: var(--swh-body); max-width: 68ch; margin: 0; }
.packshow { margin: 0; }
.packshow > img { background: var(--swh-cream); border-radius: 16px; aspect-ratio: 1; object-fit: contain; padding: 20px; width: 100%; }
.packthumb { display: flex; gap: 9px; margin-top: 10px; flex-wrap: wrap; }
.packthumb img {
  width: 62px; height: 62px; object-fit: contain; background: var(--swh-cream);
  border-radius: 9px; border: 2px solid transparent; cursor: pointer; padding: 4px;
}
.packthumb img[data-lit] { border-color: var(--swh-red); }
.traypanel {
  border: 1px solid var(--swh-line); border-radius: 16px; padding: 24px;
  align-self: start; position: sticky; top: 16px;
}
.traypanel .candytag { font-size: 30px; }
.traypanel .heartbuy { width: 100%; padding: 14px; font-size: 16px; margin-top: 14px; }
.traypanel .tinytype { margin-top: 12px; }
.tinytype { font-size: 13px; color: var(--swh-body); }
.sugartable { width: 100%; border-collapse: collapse; font-size: 15px; }
.sugartable th, .sugartable td { text-align: left; padding: 9px 12px; border-bottom: 1px solid var(--swh-line); }
.sugartable th { font-size: 13px; letter-spacing: 1px; text-transform: uppercase; color: var(--swh-body); }
.sugartable tr[data-here] td { background: var(--swh-cream); font-weight: 700; }
.sweetlist { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; padding: 0; margin: 0; list-style: none; }
@media (max-width: 700px) { .sweetlist { grid-template-columns: 1fr; } }
.sweetlist li { border-left: 4px solid var(--swh-blush); padding: 2px 0 2px 16px; }
.sweetlist h3 { margin: 0 0 5px; font-size: 16px; }
.sweetlist p { margin: 0; font-size: 15px; color: var(--swh-body); }
.servewhen { background: var(--swh-cream); border-radius: 18px; padding: 30px; margin: 44px 0; }
.servewhen h2 { font-size: 24px; margin: 0 0 16px; }
.servewhen ul { list-style: none; padding: 0; margin: 0; display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
@media (max-width: 700px) { .servewhen ul { grid-template-columns: 1fr; } }
.servewhen li strong { display: block; margin-bottom: 4px; }
.servewhen li { font-size: 15px; color: var(--swh-body); }
.dietband { display: flex; gap: 10px; flex-wrap: wrap; margin: 20px 0 0; padding: 0; list-style: none; }
.dietband li {
  background: var(--swh-mintl); border-radius: 15px; padding: 5px 14px;
  font-size: 13.5px; font-weight: 700;
}
.kinrow { padding: 50px 0 60px; }
.encorebar { background: var(--swh-deep); color: #fff; --swh-kick: var(--swh-butter); }
.encorebar .candyshell { display: flex; align-items: center; justify-content: space-between; gap: 18px; padding: 24px 0; flex-wrap: wrap; }
.encorebar .candytag { color: #fff; }
.encorebar .candytag small { color: #f6d9d0; }

.boxsplit { display: grid; grid-template-columns: 1.05fr 0.95fr; gap: 36px; padding: 24px 0 44px; }
@media (max-width: 860px) { .boxsplit { grid-template-columns: 1fr; } }

.pickstage { padding: 30px 0 60px; }
.pickstage fieldset { border: 1px solid var(--swh-line); border-radius: 15px; padding: 20px 22px; margin: 0 0 18px; }
.pickstage legend { font-weight: 700; padding: 0 8px; }
.whimpick { display: flex; flex-wrap: wrap; gap: 10px; }
.whimpick button {
  border: 2px solid var(--swh-line); background: #fff; border-radius: 20px;
  padding: 9px 18px; font: 600 14.5px 'Georama', system-ui, sans-serif;
  color: var(--swh-ink); cursor: pointer;
}
.whimpick button[data-lit] { border-color: var(--swh-red); background: var(--swh-cream); color: var(--swh-red); }
.whimout { margin-top: 10px; }
.whimout .pastelgrid { grid-template-columns: repeat(2, 1fr); }
@media (max-width: 700px) { .whimout .pastelgrid { grid-template-columns: 1fr; } }

.lettermast { background: var(--swh-cream); padding: 40px 0; }
.lettermast h1 { font-size: clamp(27px, 3.6vw, 42px); margin: 8px 0 10px; max-width: 26ch; }
.lettermast p { color: var(--swh-body); max-width: 64ch; margin: 0; }
.letterbody { padding: 36px 0 20px; }
.letterbody > * { max-width: 74ch; }
.letterbody h2 { font-size: 25px; margin: 34px 0 12px; }
.letterbody p, .letterbody li { color: var(--swh-body); font-size: 16.5px; }
.letterbody ul { padding-left: 22px; }

.quietpage { padding: 34px 0 54px; }
.quietpage > * { max-width: 72ch; }
.quietpage h1 { font-size: clamp(26px, 3.4vw, 38px); margin: 8px 0 16px; }
.quietpage h2 { font-size: 22px; margin: 30px 0 10px; }
.quietpage p, .quietpage li { color: var(--swh-body); }

a:focus-visible, button:focus-visible { outline: 3px solid var(--swh-lav); outline-offset: 2px; }
