/* Dawn Marie's Cake Pops By Design - luxe pastel pink theme */
:root{
  --bg: #fff7fb;
  --paper:#ffffff;
  --ink:#241b22;
  --muted:#6b5565;
  --pink:#f06aa6;
  --pink2:#ff9fc8;
  --rose:#ffd2e6;
  --gold:#caa56a;
  --shadow: 0 18px 40px rgba(24, 8, 18, .12);
  --shadow2: 0 10px 24px rgba(24, 8, 18, .10);
  --radius: 18px;
  --radius2: 28px;
  --border: rgba(32,18,28,.10);
  --stripe1: #ffd2e6;
  --stripe2: #ffb2d4;
  --stripe3: #ffc5df;
  --stripe4: #ff9fc8;
  --max: 1160px;
}

*{box-sizing:border-box}
html,body{height:100%}
body{
  margin:0;
  font-family: ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Arial, "Noto Sans", "Liberation Sans", sans-serif;
  color:var(--ink);
  background:
    linear-gradient(135deg, rgba(240,106,166,.10), rgba(255,159,200,.10)),
    repeating-linear-gradient(
      90deg,
      rgba(255,210,230,.25) 0px,
      rgba(255,210,230,.25) 24px,
      rgba(255,159,200,.18) 24px,
      rgba(255,159,200,.18) 48px
    ),
    var(--bg);
}

a{color:inherit; text-decoration:none}
a:hover{opacity:.9}
img{max-width:100%; height:auto; display:block}

.container{max-width:var(--max); margin:0 auto; padding:0 20px}
.topbar{
  position:sticky; top:0; z-index:50;
  backdrop-filter: blur(14px);
  background: rgba(255,255,255,.75);
  border-bottom: 1px solid var(--border);
}
.nav{
  display:flex; align-items:center; justify-content:space-between;
  padding:14px 0;
  gap:18px;
}
.brand{
  display:flex; align-items:center; gap:12px;
  min-width:260px;
}
.brand .mark{
  width:56px; height:56px; border-radius:999px;
  box-shadow: var(--shadow2);
  overflow:hidden;
  border: 1px solid rgba(202,165,106,.35);
  background: #fff;
}
.brand .title{
  line-height:1.1;
}
.brand .title strong{display:block; font-size:16px; letter-spacing:.2px}
.brand .title span{display:block; font-size:12px; color:var(--muted)}
.navlinks{
  display:flex; gap:10px; align-items:center; flex-wrap:wrap;
  justify-content:flex-end;
}
.navlinks a{
  padding:10px 12px;
  border-radius:999px;
  border:1px solid transparent;
  color:rgba(36,27,34,.9);
  font-weight:600;
  font-size:13px;
}
.navlinks a.active,
.navlinks a:hover{
  background: rgba(255,159,200,.18);
  border-color: rgba(240,106,166,.22);
}

.btn{
  display:inline-flex; align-items:center; justify-content:center;
  gap:10px;
  padding:12px 16px;
  border-radius:999px;
  font-weight:800;
  letter-spacing:.2px;
  border:1px solid rgba(240,106,166,.35);
  background: linear-gradient(180deg, rgba(255,255,255,.95), rgba(255,255,255,.80));
  box-shadow: var(--shadow2);
}
.btn.primary{
  background: linear-gradient(180deg, #ffb2d4, #f06aa6);
  border-color: rgba(240,106,166,.65);
  color:#fff;
  box-shadow: 0 18px 38px rgba(240,106,166,.25);
}
.btn.ghost{
  background: rgba(255,255,255,.60);
}
.btn.small{padding:10px 14px; font-size:13px}

.hero{
  padding:44px 0 28px;
}
.hero-grid{
  display:grid;
  grid-template-columns: 1.2fr .8fr;
  gap:24px;
  align-items:stretch;
}
.card{
  background: rgba(255,255,255,.86);
  border: 1px solid var(--border);
  border-radius: var(--radius2);
  box-shadow: var(--shadow);
}
.card.pad{padding:26px}
.kicker{
  display:inline-flex; align-items:center; gap:10px;
  padding:8px 12px;
  border-radius:999px;
  background: rgba(255,159,200,.18);
  border: 1px solid rgba(240,106,166,.25);
  font-weight:800;
  font-size:12px;
  letter-spacing:.35px;
  color: rgba(36,27,34,.90);
}
.h1{
  margin:14px 0 10px;
  font-size:40px;
  letter-spacing:-.6px;
  line-height:1.05;
}
.sub{
  margin:0 0 18px;
  color: var(--muted);
  font-size:16px;
  line-height:1.55;
}
.hero-actions{display:flex; gap:12px; flex-wrap:wrap; margin-top:14px}
.bullets{
  display:grid; gap:10px; margin-top:18px
}
.bullet{
  display:flex; gap:10px; align-items:flex-start;
  color: rgba(36,27,34,.88);
}
.bullet .dot{
  width:10px; height:10px; margin-top:6px;
  border-radius:999px;
  background: radial-gradient(circle at 30% 30%, #fff, var(--gold));
  box-shadow: 0 10px 18px rgba(202,165,106,.25);
  flex: 0 0 auto;
}
.hero-side{
  padding:26px;
  position:relative;
  overflow:hidden;
}
.hero-side::before{
  content:"";
  position:absolute; inset:-40px;
  background: radial-gradient(circle at 20% 20%, rgba(255,255,255,.95), rgba(255,210,230,.0) 60%),
              radial-gradient(circle at 80% 50%, rgba(240,106,166,.18), rgba(240,106,166,0) 60%);
  pointer-events:none;
}
.hero-side > *{position:relative}
.badge{
  display:inline-flex; align-items:center; gap:8px;
  padding:8px 12px; border-radius:999px;
  background: rgba(255,255,255,.70);
  border:1px solid rgba(202,165,106,.35);
  font-weight:800; font-size:12px;
}
.pricing-mini{
  margin-top:14px;
  border-radius: var(--radius);
  border: 1px dashed rgba(240,106,166,.35);
  background: rgba(255,255,255,.55);
  padding:14px;
}
.pricing-mini h3{margin:0 0 8px; font-size:14px}
.pricing-mini ul{margin:0; padding-left:18px; color:var(--muted); font-size:13px; line-height:1.5}
hr.sep{
  border:0; border-top:1px solid rgba(36,27,34,.08);
  margin:18px 0;
}
.section{padding:18px 0 34px}
.section h2{
  margin:0 0 10px;
  font-size:26px;
  letter-spacing:-.3px;
}
.grid3{display:grid; grid-template-columns:repeat(3,1fr); gap:16px}
.feature{
  padding:18px;
  border-radius: var(--radius);
  border:1px solid rgba(36,27,34,.08);
  background: rgba(255,255,255,.80);
}
.feature h3{margin:0 0 6px; font-size:15px}
.feature p{margin:0; color:var(--muted); line-height:1.55; font-size:14px}
.pills{display:flex; flex-wrap:wrap; gap:8px; margin-top:10px}
.pill{
  padding:8px 10px; border-radius:999px;
  background: rgba(255,159,200,.16);
  border: 1px solid rgba(240,106,166,.20);
  font-weight:700; font-size:12px;
}

.gallery-grid{
  display:grid; grid-template-columns:repeat(3, 1fr);
  gap:14px;
}
.tile{
  border-radius: var(--radius);
  overflow:hidden;
  border:1px solid rgba(36,27,34,.10);
  background: rgba(255,255,255,.90);
  box-shadow: var(--shadow2);
  cursor:pointer;
  transition: transform .12s ease;
}
.tile:hover{transform: translateY(-2px)}
.tile img{width:100%; height:220px; object-fit:cover}
.tile .cap{
  padding:12px 14px;
  color:var(--muted);
  font-size:13px;
}

.form{
  display:grid; gap:14px;
}
.field{
  display:grid; gap:6px;
}
label{font-weight:800; font-size:13px}
input, select, textarea{
  width:100%;
  padding:12px 12px;
  border-radius: 12px;
  border:1px solid rgba(36,27,34,.12);
  background: rgba(255,255,255,.92);
  outline:none;
  font-size:14px;
}
textarea{min-height:120px; resize:vertical}
.help{font-size:12px; color:var(--muted); line-height:1.45}
.two{display:grid; grid-template-columns:1fr 1fr; gap:12px}

.notice{
  padding:14px 16px;
  border-radius: 14px;
  border:1px solid rgba(202,165,106,.35);
  background: rgba(255,255,255,.75);
  color: rgba(36,27,34,.90);
}
.notice.ok{border-color: rgba(40,160,90,.35)}
.notice.err{border-color: rgba(190,60,60,.35)}
.footer{
  padding:26px 0 34px;
  border-top:1px solid rgba(36,27,34,.10);
  background: rgba(255,255,255,.55);
}
.footer .row{
  display:flex; gap:12px; align-items:flex-start; justify-content:space-between;
  flex-wrap:wrap;
}
.footer small{color:var(--muted)}
.footer .cta{display:flex; gap:10px; align-items:center; flex-wrap:wrap}

@media (max-width: 920px){
  .hero-grid{grid-template-columns:1fr}
  .h1{font-size:34px}
}
@media (max-width: 760px){
  .grid3{grid-template-columns:1fr}
  .gallery-grid{grid-template-columns:1fr}
  .two{grid-template-columns:1fr}
  .brand{min-width: unset}
  .brand .title strong{font-size:14px}
}
