/* Love You This Much - keepsake stationery theme.
   Palette from the brand logo (black script on cream) and the banner collage:
   ink, warm paper, blush rose, brushed gold. Fonts: Cormorant Garamond (headings),
   Parisienne (script accent, echoes the logo), Karla (text). */

@font-face { font-family: 'Cormorant'; src: url('/fonts/cormorant-400.woff2') format('woff2'); font-weight: 400; font-display: swap; }
@font-face { font-family: 'Cormorant'; src: url('/fonts/cormorant-600.woff2') format('woff2'); font-weight: 600; font-display: swap; }
@font-face { font-family: 'Parisienne'; src: url('/fonts/parisienne-400.woff2') format('woff2'); font-weight: 400; font-display: swap; }
@font-face { font-family: 'Karla'; src: url('/fonts/karla-400.woff2') format('woff2'); font-weight: 400; font-display: swap; }
@font-face { font-family: 'Karla'; src: url('/fonts/karla-500.woff2') format('woff2'); font-weight: 500; font-display: swap; }
@font-face { font-family: 'Karla'; src: url('/fonts/karla-700.woff2') format('woff2'); font-weight: 700; font-display: swap; }

:root {
  --ink: #1a1512;
  --paper: #fbf6f0;
  --card: #ffffff;
  --rose: #b0605e;
  --rose-deep: #8a4442;
  --gold: #b28b4f;
  --line: #e6dacd;
  --muted: #7a6b60;
  --shadow: 0 1px 2px rgba(26,21,18,.05), 0 10px 26px rgba(26,21,18,.07);
}

* { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; }
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font: 400 17px/1.65 'Karla', 'Segoe UI', system-ui, sans-serif;
}
img { max-width: 100%; display: block; }
a { color: var(--rose-deep); }
h1, h2, h3 { font-family: 'Cormorant', Georgia, serif; font-weight: 600; line-height: 1.15; letter-spacing: .2px; }
h1 { font-size: 40px; margin: 0 0 14px; }
h2 { font-size: 30px; margin: 0 0 12px; }
h3 { font-size: 21px; margin: 0 0 8px; }
p { margin: 0 0 14px; }
ul, ol { margin: 0 0 14px; padding-left: 20px; }

.leaf { max-width: 1160px; margin: 0 auto; padding: 0 22px; }
.leaf-tight { max-width: 780px; margin: 0 auto; padding: 0 22px; }
main { padding-bottom: 60px; }
section { margin: 44px 0; }

/* ---------- header: dark postbar + white mantel ---------- */
.mantel { position: sticky; top: 0; z-index: 40; background: var(--card); box-shadow: 0 1px 0 var(--line); }
.postbar { background: var(--ink); color: #e2d5c8; font-size: 12.5px; }
.postbar-in { display: flex; align-items: center; justify-content: space-between; gap: 18px; padding: 8px 22px; }
.postbar p { margin: 0; }
.postbar-links { display: flex; gap: 20px; }
.postbar-links a { color: #e2d5c8; text-decoration: none; }
.postbar-links a:hover { color: #fff; text-decoration: underline; }

.mantel-in { display: flex; align-items: center; gap: 24px; padding: 11px 22px; }
.wordmark { flex: none; text-decoration: none; color: var(--ink); display: block; }
.wordmark img { width: 184px; height: auto; }
.mantel-in nav { margin: 0 auto; }
.ribbonrow { list-style: none; display: flex; gap: 2px; margin: 0; padding: 0; }
.ribbonrow a {
  display: block; padding: 10px 11px 8px; border-bottom: 2px solid transparent;
  font-size: 14.5px; text-decoration: none; color: var(--ink); white-space: nowrap;
}
.ribbonrow a:hover { color: var(--rose-deep); border-bottom-color: var(--line); }
.ribbonrow a.here { color: var(--rose-deep); border-bottom-color: var(--rose); }
.ribbon-only-small { display: none; }
.mantelgo {
  flex: none; display: inline-block; background: var(--rose); color: #fff; text-decoration: none;
  font-weight: 700; font-size: 14px; letter-spacing: .3px; padding: 10px 20px; border-radius: 999px;
}
.mantelgo:hover { background: var(--rose-deep); }
.clasp { display: none; margin-left: auto; background: none; border: 1px solid var(--line); border-radius: 8px; padding: 9px 10px; cursor: pointer; }
.clasp i { display: block; width: 19px; height: 2px; background: var(--ink); margin: 3px 0; }

@media (max-width: 1080px) {
  .clasp { display: block; }
  .mantelgo { display: none; }
  .ribbon-only-small { display: block; }
  .mantel-in nav { order: 3; width: 100%; display: none; margin: 0; }
  body.open-mantel .mantel-in nav { display: block; }
  .ribbonrow { flex-direction: column; margin: 6px 0 4px; gap: 0; }
  .ribbonrow a { border-bottom: 1px solid var(--line); padding: 11px 4px; }
  .ribbonrow a.here { border-bottom-color: var(--rose); }
}
@media (max-width: 700px) {
  .postbar-links { display: none; }
  .postbar-in { justify-content: center; }
  .wordmark img { width: 156px; }
}

/* ---------- hero ---------- */
.loveletter { margin-top: 0; background: linear-gradient(180deg, #fff 0%, #fdf7f1 100%); border-bottom: 1px solid var(--line); }
.loveletter-grid { display: grid; grid-template-columns: 1.06fr .94fr; gap: 50px; align-items: center; padding: 50px 22px 44px; }
.scriptmark { font-family: 'Parisienne', cursive; font-size: 32px; color: var(--rose); margin: 0 0 2px; line-height: 1.1; }
.loveletter h1 { font-size: 49px; margin-bottom: 16px; }
.heronote { font-size: 18px; max-width: 54ch; color: #37302a; }
.herocta { display: flex; flex-wrap: wrap; gap: 10px; margin: 22px 0 24px; }
.hero-facts { list-style: none; padding: 0; margin: 0; display: flex; flex-wrap: wrap; border-top: 1px solid var(--line); }
.hero-facts li { flex: 1 1 140px; padding: 13px 18px 0 0; font-size: 13.5px; color: var(--muted); }
.hero-facts b { display: block; font-family: 'Cormorant', Georgia, serif; font-weight: 600; font-size: 27px; line-height: 1.1; color: var(--ink); }

.herostack { display: grid; gap: 14px; }
.herocard {
  position: relative; margin: 0; background: #fff; border: 1px solid var(--line);
  border-radius: 3px 3px 3px 26px; padding: 22px 24px 18px; box-shadow: var(--shadow);
}
.herocard::before {
  content: ''; position: absolute; inset: 7px; border: 1px dashed #ecdcc9;
  border-radius: 2px 2px 2px 20px; pointer-events: none;
}
.herocard-mark { font-size: 12px; letter-spacing: 2.2px; text-transform: uppercase; color: var(--rose); margin-bottom: 8px; }
.herocard-list { list-style: none; padding: 0; margin: 0 0 10px; }
.herocard-list li { position: relative; padding: 8px 0 8px 26px; border-bottom: 1px dotted var(--line); font-size: 15.5px; }
.herocard-list li::before { content: '\2713'; position: absolute; left: 2px; top: 8px; color: var(--gold); }
.herocard-list li:last-child { border-bottom: 0; }
.herocard-sign { font-family: 'Parisienne', cursive; font-size: 25px; color: var(--rose); margin: 0; text-align: right; }
.heroshots { list-style: none; padding: 0; margin: 0; display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; }
.heroshots img { width: 100%; height: 116px; object-fit: contain; background: #fff; border: 1px solid var(--line); padding: 6px; }
.heroshots a:hover img { border-color: var(--rose); }
.heroshots-note { font-size: 12.5px; color: var(--muted); margin: 0; text-align: center; }
.herostrip { border-top: 1px solid var(--line); }
.herostrip img { width: 100%; height: 116px; object-fit: cover; }
@media (max-width: 980px) {
  .loveletter-grid { grid-template-columns: 1fr; gap: 30px; padding: 34px 22px 36px; }
  .loveletter h1 { font-size: 35px; }
  h1 { font-size: 31px; }
  h2 { font-size: 25px; }
  .herostrip img { height: 84px; }
}

/* ---------- advantages ---------- */
.perks { list-style: none; padding: 0; margin: 24px 0 0; display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.perks li {
  background: #fff; border: 1px solid var(--line); border-radius: 3px 3px 3px 22px;
  padding: 22px 24px; box-shadow: var(--shadow);
}
.perk-mark { display: block; font-family: 'Cormorant', Georgia, serif; font-size: 26px; color: var(--gold); line-height: 1; margin-bottom: 8px; }
.perks h3 { font-size: 22px; margin: 0 0 6px; }
.perks p { margin: 0; font-size: 15.5px; color: #40382f; }
@media (max-width: 980px) { .perks { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 620px) { .perks { grid-template-columns: 1fr; } }

/* ---------- trust block (E-E-A-T) ---------- */
.standing { background: var(--ink); color: #e6dbcf; padding: 46px 0 44px; margin: 48px 0 44px; }
.standing h2, .standing h3 { color: #fff; }
.standing .plate .tally { color: #9d8b7b; }
.standing .lede { color: #c1b2a3; }
.ledgerrow {
  list-style: none; margin: 22px 0 28px; padding: 18px 0;
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px;
  border-top: 1px solid rgba(255,255,255,.14); border-bottom: 1px solid rgba(255,255,255,.14);
}
.ledgerrow b { display: block; font-family: 'Cormorant', Georgia, serif; font-weight: 600; font-size: 31px; line-height: 1.1; color: #fff; }
.ledgerrow span { font-size: 13px; color: #ad9d8d; }
.standing-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 26px 44px; }
.proof h3 { font-size: 21px; margin: 0 0 6px; }
.proof p { margin: 0; font-size: 15.5px; color: #c8b9aa; }
.standing-foot { margin: 30px 0 0; padding-top: 18px; border-top: 1px solid rgba(255,255,255,.14); font-size: 14.5px; color: #b0a091; }
.standing-foot a { color: #eec4bc; }
@media (max-width: 860px) { .ledgerrow { grid-template-columns: repeat(2, 1fr); } .standing-grid { grid-template-columns: 1fr; } }
@media (max-width: 460px) { .ledgerrow { grid-template-columns: 1fr; gap: 12px; } }

/* ---------- buttons ---------- */
.giftgo {
  display: inline-block; background: var(--ink); color: #fff; text-decoration: none;
  padding: 13px 26px; border-radius: 999px; font-weight: 700; font-size: 15px;
  letter-spacing: .3px; border: 1px solid var(--ink); cursor: pointer;
}
.giftgo:hover { background: var(--rose-deep); border-color: var(--rose-deep); }
.giftgo.quiet { background: transparent; color: var(--ink); }
.giftgo.quiet:hover { background: #f3ebe1; color: var(--ink); }

/* ---------- section heading ---------- */
.plate { display: flex; align-items: baseline; gap: 14px; margin-bottom: 6px; }
.plate h2 { margin: 0; }
.plate .tally { font-size: 13px; letter-spacing: 1.6px; text-transform: uppercase; color: var(--muted); }
.lede { color: var(--muted); max-width: 74ch; }

.stitchline { height: 1px; background: repeating-linear-gradient(90deg, var(--line) 0 10px, transparent 10px 18px); margin: 34px 0; }

/* ---------- product cards ---------- */
.keepsakerow { list-style: none; padding: 0; margin: 22px 0 0; display: grid; gap: 22px; grid-template-columns: repeat(4, 1fr); }
@media (max-width: 1000px) { .keepsakerow { grid-template-columns: repeat(3, 1fr); } }
@media (max-width: 760px) { .keepsakerow { grid-template-columns: repeat(2, 1fr); gap: 14px; } }
@media (max-width: 430px) { .keepsakerow { grid-template-columns: 1fr; } }

.keepsake {
  position: relative; background: var(--card); border: 1px solid var(--line);
  border-radius: 4px 4px 4px 22px; padding: 14px; display: flex; flex-direction: column;
  box-shadow: var(--shadow);
}
.keepsake:hover { border-color: #d9c8b4; }
.waxseal {
  position: absolute; top: 10px; right: 10px; z-index: 2;
  background: var(--rose); color: #fff; font-size: 13.5px; font-weight: 700;
  border-radius: 50%; width: 54px; height: 54px; display: flex; align-items: center; justify-content: center;
  box-shadow: 0 4px 10px rgba(138,68,66,.28);
}
.keepsake-pic { background: #fff; border-bottom: 1px solid #f0e7dc; padding-bottom: 10px; }
.keepsake-pic img { width: 100%; height: 232px; object-fit: contain; }
.keepsake-name { margin: 12px 0 6px; font-family: 'Cormorant', Georgia, serif; font-size: 20px; line-height: 1.2; }
.keepsake-name a { color: var(--ink); text-decoration: none; }
.keepsake-name a:hover { color: var(--rose-deep); text-decoration: underline; }
.keepsake-meta { font-size: 13.5px; color: var(--muted); margin: 0 0 10px; }
.stars { color: var(--gold); letter-spacing: 1px; margin-right: 6px; }
.keepsake-foot { margin-top: auto; display: flex; align-items: center; justify-content: space-between; gap: 8px; font-size: 12.5px; }
.keepsake-tag { text-transform: uppercase; letter-spacing: 1.3px; color: var(--muted); }
.keepsake-go { color: var(--rose-deep); font-weight: 700; }

/* ---------- category page ---------- */
.envelopeband { background: #fff; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); padding: 34px 0 30px; margin-top: 0; }
.envelopeband .postnum { font-size: 12.5px; letter-spacing: 2px; text-transform: uppercase; color: var(--rose); }
.envelopeband p { max-width: 78ch; color: var(--muted); }
.chiprow { list-style: none; display: flex; flex-wrap: wrap; gap: 8px; padding: 0; margin: 22px 0 0; }
.chip {
  display: block; text-decoration: none; font-size: 14px; padding: 7px 14px;
  border: 1px solid var(--line); border-radius: 999px; background: #fff; color: var(--ink);
}
.chip:hover { border-color: var(--rose); }
.chip.here { background: var(--ink); color: #fff; border-color: var(--ink); }

.centerpiece {
  display: grid; grid-template-columns: 300px 1fr; gap: 30px; align-items: center;
  background: #fff; border: 1px solid var(--line); border-radius: 4px 4px 4px 30px; padding: 24px; box-shadow: var(--shadow);
}
.centerpiece img { width: 100%; height: 280px; object-fit: contain; }
.centerpiece h2 { margin: 6px 0 10px; }
.centerpiece h2 a { color: var(--ink); text-decoration: none; }
.flagline { font-size: 12.5px; letter-spacing: 2px; text-transform: uppercase; color: var(--rose); margin: 0; }
.price { font-family: 'Cormorant', Georgia, serif; font-size: 30px; margin-right: 14px; }
@media (max-width: 760px) { .centerpiece { grid-template-columns: 1fr; } }

/* ---------- product page ---------- */
.crumbrow { list-style: none; display: flex; flex-wrap: wrap; gap: 8px; padding: 0; margin: 22px 0 18px; font-size: 13.5px; color: var(--muted); }
.crumbrow li + li::before { content: '\203A'; margin-right: 8px; color: #c9b8a6; }

.jewelbox { display: grid; grid-template-columns: 1fr 1fr; gap: 40px; align-items: start; }
.jewelbox-pic { background: #fff; border: 1px solid var(--line); padding: 18px; box-shadow: var(--shadow); }
.jewelbox-pic img { width: 100%; height: 430px; object-fit: contain; }
.piclabel { font-size: 13px; color: var(--muted); margin: 10px 0 0; }
.ratingline { color: var(--muted); font-size: 14.5px; }
.hallmark { display: grid; grid-template-columns: 132px 1fr; gap: 0; margin: 18px 0 22px; border-top: 1px solid var(--line); }
.hallmark dt { padding: 9px 0; font-size: 13px; letter-spacing: 1.4px; text-transform: uppercase; color: var(--muted); border-bottom: 1px solid var(--line); }
.hallmark dd { padding: 9px 0; margin: 0; border-bottom: 1px solid var(--line); }
.bigprice { font-family: 'Cormorant', Georgia, serif; font-size: 27px; }
@media (max-width: 860px) { .jewelbox { grid-template-columns: 1fr; gap: 24px; } .jewelbox-pic img { height: 320px; } }

.finishrow { list-style: none; padding: 0; margin: 0 0 18px; display: grid; gap: 8px; }
.finishrow li {
  display: flex; align-items: center; gap: 12px; background: #fff;
  border: 1px solid var(--line); border-radius: 999px; padding: 8px 8px 8px 16px;
}
.finishrow .fname { font-weight: 500; }
.finishrow .fprice { margin-left: auto; color: var(--muted); font-size: 14.5px; }
.finishrow .fgo { background: #f3ebe1; color: var(--ink); border-radius: 999px; padding: 6px 14px; font-size: 13.5px; text-decoration: none; cursor: pointer; font-weight: 700; }
.finishrow .fgo:hover { background: var(--ink); color: #fff; }

.featnotes { display: grid; gap: 0; margin: 0; border-top: 1px solid var(--line); }
.featnotes > div { display: grid; grid-template-columns: 220px 1fr; gap: 24px; padding: 16px 0; border-bottom: 1px solid var(--line); }
.featnotes dt { font-family: 'Cormorant', Georgia, serif; font-size: 21px; }
.featnotes dd { margin: 0; color: #342c26; }
@media (max-width: 700px) { .featnotes > div { grid-template-columns: 1fr; gap: 4px; } }

.careband { background: #fff; border: 1px solid var(--line); border-left: 4px solid var(--gold); padding: 22px 26px; }
.careband h2 { font-size: 24px; }
.careband ul { margin: 0; }
.careband li { margin-bottom: 7px; }

.ribboncase {
  display: flex; align-items: center; justify-content: space-between; gap: 26px; flex-wrap: wrap;
  background: var(--ink); color: #f7efe6; border-radius: 4px 4px 4px 30px; padding: 28px 32px;
}
.ribboncase h2 { color: #fff; margin: 0 0 6px; }
.ribboncase p { margin: 0; color: #d8cabb; }
.ribboncase .giftgo { background: #fff; color: var(--ink); border-color: #fff; }
.ribboncase .giftgo:hover { background: var(--rose); border-color: var(--rose); color: #fff; }

/* ---------- gift finder ---------- */
.finderbar { background: #fff; border: 1px solid var(--line); border-radius: 4px 4px 4px 26px; padding: 22px 24px; box-shadow: var(--shadow); }
.pickset { margin-bottom: 16px; }
.pickset h3 { font-family: 'Karla', sans-serif; font-size: 12.5px; letter-spacing: 1.8px; text-transform: uppercase; color: var(--muted); margin-bottom: 9px; }
.pickrow { list-style: none; display: flex; flex-wrap: wrap; gap: 7px; padding: 0; margin: 0; }
.pick {
  background: #fbf6f0; border: 1px solid var(--line); border-radius: 999px;
  padding: 7px 14px; font: 500 14px 'Karla', sans-serif; color: var(--ink); cursor: pointer;
}
.pick:hover { border-color: var(--rose); }
.pick[aria-pressed="true"] { background: var(--ink); color: #fff; border-color: var(--ink); }
.findercount { font-size: 14px; color: var(--muted); margin: 14px 0 0; }
.emptynote { background: #fff; border: 1px dashed var(--line); padding: 26px; text-align: center; color: var(--muted); }

/* ---------- testimonials ---------- */
.wishbox { list-style: none; padding: 0; margin: 22px 0 0; display: grid; gap: 20px; grid-template-columns: repeat(3, 1fr); }
@media (max-width: 860px) { .wishbox { grid-template-columns: 1fr; } }
.wishnote { margin: 0; background: #fff; border: 1px solid var(--line); border-radius: 4px 26px 4px 4px; padding: 22px 24px; box-shadow: var(--shadow); }
.wishnote blockquote { margin: 0; }
.wishnote p { font-family: 'Cormorant', Georgia, serif; font-size: 20px; line-height: 1.45; }
.wishnote figcaption { font-family: 'Parisienne', cursive; font-size: 22px; color: var(--rose); }

/* ---------- prose block ---------- */
.longform { background: #fff; border: 1px solid var(--line); padding: 30px 34px; }
.longform p { max-width: 82ch; }

/* ---------- service pages ---------- */
.folio { padding-top: 10px; }
.folio-head { border-bottom: 1px solid var(--line); padding-bottom: 16px; margin-bottom: 8px; }
.dateline { font-size: 12.5px; letter-spacing: 2px; text-transform: uppercase; color: var(--rose); margin: 0 0 6px; }
.leafnote { margin: 26px 0; }
.leafnote h2 { font-size: 25px; }
.tinline { display: flex; gap: 14px; align-items: center; background: #fff; border: 1px solid var(--line); padding: 12px 16px; }
.tinline b { font-size: 12.5px; letter-spacing: 1.6px; text-transform: uppercase; color: var(--muted); }

/* ---------- 404 ---------- */
.lost { text-align: center; padding: 70px 22px 90px; }
.lost .bignum { font-family: 'Parisienne', cursive; font-size: 84px; color: var(--rose); margin: 0; line-height: 1; }

/* ---------- footer ---------- */
.envelope { background: #fff; border-top: 1px solid var(--line); }
.flap { background: linear-gradient(180deg, #fdf7f1 0%, #fbf2e9 100%); border-bottom: 1px solid var(--line); }
.flap-in { display: grid; grid-template-columns: 1fr auto; gap: 8px 44px; align-items: center; padding: 32px 22px; }
.signoff { grid-column: 1; font-family: 'Parisienne', cursive; font-size: 36px; color: var(--rose); margin: 0; line-height: 1.1; }
.flap-note { grid-column: 1; margin: 0; color: var(--muted); max-width: 74ch; font-size: 15.5px; }
.flap-go { grid-column: 2; grid-row: 1 / span 2; margin: 0; }

.envelope-grid { display: grid; grid-template-columns: 1.55fr 1fr 1fr 1fr; gap: 40px; padding-top: 38px; }
.envelope-id img { width: 176px; height: auto; margin-bottom: 12px; }
.envelope-id p { color: var(--muted); font-size: 14.5px; max-width: 44ch; }
.stampline { font-size: 12px; letter-spacing: 1.4px; text-transform: uppercase; margin: 0 0 5px; }
.stampline a { color: var(--rose-deep); text-decoration: none; }
.stampline a:hover { text-decoration: underline; }
.addressrow { list-style: none; padding: 0; margin: 0; }
.addressrow li { margin-bottom: 9px; }
.addressrow a { color: var(--ink); text-decoration: none; font-size: 15px; }
.addressrow a:hover { color: var(--rose-deep); text-decoration: underline; }
.tallyrow span { color: var(--muted); font-size: 12.5px; }
.flapmark { font-size: 12.5px; letter-spacing: 2px; text-transform: uppercase; color: var(--rose); margin-bottom: 14px; }
.envelope-foot { border-top: 1px solid var(--line); margin-top: 32px; padding: 16px 0 26px; display: flex; justify-content: space-between; gap: 16px; flex-wrap: wrap; font-size: 13.5px; color: var(--muted); }
.envelope-foot p { margin: 0; }
@media (max-width: 900px) { .envelope-grid { grid-template-columns: 1fr 1fr; gap: 30px; } }
@media (max-width: 760px) {
  .flap-in { grid-template-columns: 1fr; gap: 14px; }
  .flap-go { grid-column: 1; grid-row: auto; }
  .signoff { font-size: 30px; }
}
@media (max-width: 560px) { .envelope-grid { grid-template-columns: 1fr; gap: 26px; } }
