:root {
  --rose: #e8516d;
  --rose-dark: #b93450;
  --rose-soft: #fff0f2;
  --peach: #fff3ef;
  --cream: #fffaf6;
  --gold: #e9a94a;
  --green: #68865f;
  --ink: #3b2630;
  --ink-strong: #24151d;
  --text: #6b5961;
  --muted: #9c8c93;
  --border: #eedfe3;
  --surface: #ffffff;
  --page: #fffaf7;
  --shadow: 0 18px 55px rgba(59, 38, 48, .10);
  --shadow-soft: 0 8px 26px rgba(59, 38, 48, .08);
  --radius-sm: 12px;
  --radius-md: 18px;
  --radius-lg: 28px;
  --radius-xl: 38px;
  --container: 1200px;
}

*,
*::before,
*::after { box-sizing: border-box; }

html {
  scroll-behavior: smooth;
  scroll-padding-top: 118px;
}

body {
  margin: 0;
  background: var(--page);
  color: var(--ink);
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}

body.menu-open { overflow: hidden; }

img, svg {
  display: block;
  max-width: 100%;
}

img { height: auto; }

a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button { cursor: pointer; }

button:focus-visible,
a:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible {
  outline: 3px solid rgba(232, 81, 109, .25);
  outline-offset: 3px;
}

::selection { background: rgba(232, 81, 109, .22); }

.container {
  width: min(calc(100% - 40px), var(--container));
  margin-inline: auto;
}

.section { padding: 108px 0; }

.skip-link {
  position: fixed;
  z-index: 9999;
  top: 10px;
  left: 10px;
  padding: 10px 14px;
  border-radius: 10px;
  background: var(--ink-strong);
  color: #fff;
  transform: translateY(-150%);
}

.skip-link:focus { transform: translateY(0); }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
}

.demo-bar {
  background: var(--ink);
  color: rgba(255,255,255,.86);
  font-size: .8rem;
}

.demo-bar-inner {
  display: flex;
  min-height: 36px;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.demo-bar strong { color: #fff; }
.demo-bar a { color: #ffd5dd; font-weight: 750; }

.site-header {
  position: sticky;
  z-index: 1000;
  top: 0;
  border-bottom: 1px solid transparent;
  background: rgba(255,250,247,.88);
  backdrop-filter: blur(18px);
  transition: .18s ease;
}

.site-header.scrolled {
  border-color: var(--border);
  background: rgba(255,255,255,.96);
  box-shadow: 0 8px 26px rgba(59,38,48,.05);
}

.header-inner {
  display: flex;
  min-height: 84px;
  align-items: center;
  justify-content: space-between;
  gap: 36px;
}

.bakery-brand { width: min(295px, 52vw); }
.bakery-brand img { width: 100%; height: auto; }

.main-nav {
  display: flex;
  align-items: center;
  gap: 28px;
}

.main-nav > a:not(.button) {
  color: #645158;
  font-size: .92rem;
  font-weight: 700;
}

.main-nav > a:not(.button):hover { color: var(--rose-dark); }

.menu-button {
  display: none;
  width: 44px;
  height: 44px;
  padding: 10px;
  border: 1px solid var(--border);
  border-radius: 12px;
  background: #fff;
}

.menu-button i {
  display: block;
  width: 20px;
  height: 2px;
  margin: 4px auto;
  border-radius: 99px;
  background: var(--ink);
  transition: .16s ease;
}

.menu-button[aria-expanded="true"] i:nth-of-type(1) { transform: translateY(6px) rotate(45deg); }
.menu-button[aria-expanded="true"] i:nth-of-type(2) { opacity: 0; }
.menu-button[aria-expanded="true"] i:nth-of-type(3) { transform: translateY(-6px) rotate(-45deg); }

.button {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  padding: 0 22px;
  border: 1px solid transparent;
  border-radius: 14px;
  font-weight: 800;
  line-height: 1;
  transition: transform .16s ease, box-shadow .16s ease, background .16s ease, border-color .16s ease;
}

.button:hover { transform: translateY(-2px); }
.button:active { transform: translateY(0); }

.button-primary {
  background: var(--rose);
  color: #fff;
  box-shadow: 0 12px 28px rgba(232,81,109,.24);
}

.button-primary:hover {
  background: var(--rose-dark);
  box-shadow: 0 16px 35px rgba(232,81,109,.32);
}

.button-secondary {
  border-color: #d9c5cb;
  background: rgba(255,255,255,.78);
  color: var(--ink);
}

.button-secondary:hover {
  border-color: var(--rose);
  background: var(--rose-soft);
}

.button-small { min-height: 42px; padding-inline: 18px; font-size: .9rem; }
.button-large { min-height: 56px; padding-inline: 27px; }

.eyebrow {
  display: inline-flex;
  color: var(--rose-dark);
  font-size: .77rem;
  font-weight: 900;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.hero {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding: 78px 0 105px;
}

.hero::before {
  position: absolute;
  z-index: -3;
  inset: 0;
  background:
    radial-gradient(circle at 82% 20%, rgba(232,81,109,.12), transparent 27%),
    radial-gradient(circle at 10% 80%, rgba(233,169,74,.10), transparent 28%);
  content: "";
}

.hero-decoration {
  position: absolute;
  z-index: -2;
  border: 1px solid rgba(232,81,109,.15);
  border-radius: 50%;
}

.decoration-one { width: 420px; height: 420px; right: -180px; top: -190px; }
.decoration-two { width: 280px; height: 280px; left: -130px; bottom: -130px; }

.hero-grid {
  display: grid;
  align-items: center;
  grid-template-columns: .94fr 1.06fr;
  gap: 70px;
}

.hero h1 {
  max-width: 690px;
  margin: 16px 0 22px;
  color: var(--ink-strong);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(3.5rem, 7vw, 6.3rem);
  font-weight: 700;
  line-height: .95;
  letter-spacing: -.055em;
}

.hero h1 em {
  display: block;
  color: var(--rose);
  font-weight: 500;
}

.hero-copy > p {
  max-width: 630px;
  margin: 0;
  color: var(--text);
  font-size: 1.15rem;
  line-height: 1.78;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 32px;
}

.hero-benefits {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 22px;
  margin-top: 24px;
  color: #765e67;
  font-size: .86rem;
  font-weight: 700;
}

.hero-gallery {
  position: relative;
  min-height: 580px;
}

.hero-cake {
  position: absolute;
  overflow: hidden;
  border: 8px solid #fff;
  border-radius: 30px;
  background: #fff;
  box-shadow: var(--shadow);
}

.hero-cake img { width: 100%; height: 100%; object-fit: cover; }

.hero-cake-main {
  z-index: 3;
  width: 430px;
  height: 410px;
  left: 55px;
  top: 90px;
}

.hero-cake-main > div {
  position: absolute;
  right: 20px;
  bottom: 18px;
  left: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 13px 15px;
  border-radius: 15px;
  background: rgba(255,255,255,.9);
  backdrop-filter: blur(10px);
}

.hero-cake-main span {
  padding: 5px 8px;
  border-radius: 99px;
  background: var(--rose-soft);
  color: var(--rose-dark);
  font-size: .72rem;
  font-weight: 850;
}

.hero-cake-main strong { font-family: Georgia, serif; font-size: 1.1rem; }

.hero-cake-top {
  z-index: 2;
  width: 245px;
  height: 220px;
  top: 0;
  right: 0;
  transform: rotate(5deg);
}

.hero-cake-bottom {
  z-index: 4;
  width: 235px;
  height: 215px;
  right: 10px;
  bottom: 0;
  transform: rotate(-4deg);
}

.hero-note {
  position: absolute;
  z-index: 5;
  left: 0;
  bottom: 12px;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 13px 17px;
  border: 1px solid var(--border);
  border-radius: 18px;
  background: rgba(255,255,255,.94);
  box-shadow: var(--shadow-soft);
}

.hero-note > span {
  color: var(--rose);
  font-family: Georgia, serif;
  font-size: 2.2rem;
  font-weight: 800;
  line-height: 1;
}

.hero-note p {
  margin: 0;
  color: var(--text);
  font-size: .75rem;
  line-height: 1.35;
}

.hero-note strong { color: var(--ink); }

.service-strip {
  border-block: 1px solid var(--border);
  background: #fff;
}

.service-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

.service-grid article {
  display: flex;
  min-height: 116px;
  align-items: center;
  gap: 14px;
  padding: 20px;
}

.service-grid article + article { border-left: 1px solid var(--border); }

.service-grid article > span {
  color: #dbc7cd;
  font-family: Georgia, serif;
  font-size: 1.8rem;
  font-weight: 800;
}

.service-grid strong,
.service-grid small { display: block; }

.service-grid strong { color: var(--ink-strong); font-size: .92rem; }
.service-grid small { margin-top: 3px; color: var(--text); font-size: .72rem; line-height: 1.45; }

.section-heading { max-width: 780px; margin-bottom: 50px; }
.section-heading.centered { margin-inline: auto; text-align: center; }

.section-heading h2,
.demo-copy h2 {
  margin: 11px 0 15px;
  color: var(--ink-strong);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2.5rem, 5vw, 4.4rem);
  line-height: 1.02;
  letter-spacing: -.045em;
}

.section-heading p,
.demo-copy > p {
  margin: 0;
  color: var(--text);
  font-size: 1.08rem;
  line-height: 1.75;
}

.split-heading {
  display: grid;
  max-width: none;
  align-items: end;
  grid-template-columns: 1fr .75fr;
  gap: 60px;
}

.split-heading p { padding-bottom: 8px; }

.catalog-section { background: #fff; }

.catalog-toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 32px;
}

.filters {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.filter-button {
  min-height: 40px;
  padding: 0 15px;
  border: 1px solid var(--border);
  border-radius: 99px;
  background: #fff;
  color: var(--text);
  font-size: .82rem;
  font-weight: 750;
}

.filter-button:hover,
.filter-button.active {
  border-color: var(--rose);
  background: var(--rose-soft);
  color: var(--rose-dark);
}

.catalog-search {
  display: flex;
  min-width: 240px;
  min-height: 44px;
  align-items: center;
  gap: 8px;
  padding: 0 13px;
  border: 1px solid var(--border);
  border-radius: 13px;
  background: #fff;
}

.catalog-search svg {
  width: 18px;
  fill: none;
  stroke: var(--muted);
  stroke-width: 2;
  stroke-linecap: round;
}

.catalog-search input {
  width: 100%;
  border: 0;
  background: transparent;
  color: var(--ink);
  outline: 0;
}

.catalog-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}

.cake-card {
  overflow: hidden;
  border: 1px solid var(--border);
  border-radius: 24px;
  background: #fff;
  transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}

.cake-card:hover {
  border-color: rgba(232,81,109,.42);
  box-shadow: var(--shadow);
  transform: translateY(-5px);
}

.cake-image-wrap {
  position: relative;
  aspect-ratio: 1.22;
  overflow: hidden;
  background: var(--cream);
}

.cake-image-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .3s ease;
}

.cake-card:hover .cake-image-wrap img { transform: scale(1.025); }

.category-pill {
  position: absolute;
  top: 14px;
  left: 14px;
  padding: 6px 9px;
  border-radius: 99px;
  background: rgba(255,255,255,.9);
  color: var(--rose-dark);
  font-size: .68rem;
  font-weight: 850;
  backdrop-filter: blur(8px);
}

.cake-body { padding: 22px; }

.cake-title-row {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 15px;
}

.cake-title-row h3 {
  margin: 0;
  color: var(--ink-strong);
  font-family: Georgia, serif;
  font-size: 1.38rem;
  line-height: 1.2;
}

.cake-price {
  flex: 0 0 auto;
  color: var(--rose-dark);
  text-align: right;
}

.cake-price small,
.cake-price strong { display: block; }

.cake-price small { color: var(--muted); font-size: .64rem; }
.cake-price strong { font-size: 1rem; }

.cake-body > p {
  min-height: 51px;
  margin: 10px 0 16px;
  color: var(--text);
  font-size: .88rem;
}

.cake-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin-bottom: 18px;
}

.cake-tags span {
  padding: 5px 8px;
  border-radius: 99px;
  background: var(--peach);
  color: #805968;
  font-size: .67rem;
  font-weight: 750;
}

.cake-meta {
  display: flex;
  justify-content: space-between;
  gap: 14px;
  padding-top: 16px;
  border-top: 1px solid var(--border);
  color: var(--text);
  font-size: .74rem;
}

.cake-actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 9px;
  margin-top: 17px;
}

.card-button {
  display: inline-flex;
  min-height: 42px;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--border);
  border-radius: 12px;
  background: #fff;
  color: var(--ink);
  font-size: .78rem;
  font-weight: 800;
}

.card-button.primary {
  border-color: var(--rose);
  background: var(--rose);
  color: #fff;
}

.card-button:hover { border-color: var(--rose); }
.card-button.primary:hover { background: var(--rose-dark); }

.catalog-empty {
  padding: 48px 20px;
  border: 1px dashed var(--border);
  border-radius: 20px;
  color: var(--text);
  text-align: center;
}

.price-note {
  margin: 25px 0 0;
  color: var(--muted);
  font-size: .76rem;
  text-align: center;
}

.sizes-section {
  background:
    radial-gradient(circle at 50% 0%, rgba(232,81,109,.08), transparent 28%),
    var(--page);
}

.size-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}

.size-card {
  position: relative;
  padding: 29px 22px;
  border: 1px solid var(--border);
  border-radius: 24px;
  background: #fff;
  text-align: center;
  box-shadow: var(--shadow-soft);
}

.size-card.recommended {
  border-color: rgba(232,81,109,.5);
  transform: translateY(-8px);
}

.recommendation {
  position: absolute;
  top: -13px;
  left: 50%;
  padding: 5px 10px;
  border-radius: 99px;
  background: var(--rose);
  color: #fff;
  font-size: .66rem;
  font-weight: 850;
  transform: translateX(-50%);
  white-space: nowrap;
}

.cake-size {
  position: relative;
  width: 120px;
  height: 98px;
  margin: 0 auto 16px;
}

.cake-size::before {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 47px;
  border-radius: 12px 12px 20px 20px;
  background: linear-gradient(#f29aaa, #e8516d);
  content: "";
}

.cake-size::after {
  position: absolute;
  right: 0;
  bottom: 35px;
  left: 0;
  height: 30px;
  border-radius: 50%;
  background: #fff4f1;
  border: 4px solid #e8516d;
  content: "";
}

.cake-size i {
  position: absolute;
  right: -12px;
  bottom: -10px;
  left: -12px;
  height: 15px;
  border-radius: 50%;
  background: #ead9dd;
}

.size-s { transform: scale(.72); }
.size-m { transform: scale(.86); }
.size-l { transform: scale(1); }
.size-xl { transform: scale(1.12); }

.size-name {
  display: block;
  color: var(--rose-dark);
  font-size: .76rem;
  font-weight: 900;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.size-card > strong {
  display: block;
  margin-top: 4px;
  color: var(--ink-strong);
  font-family: Georgia, serif;
  font-size: 1.8rem;
}

.size-card p { margin: 6px 0 12px; color: var(--text); font-size: .78rem; }
.size-card b { color: var(--rose-dark); font-size: .86rem; }

.size-help {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  margin-top: 34px;
  padding: 22px 26px;
  border: 1px solid var(--border);
  border-radius: 19px;
  background: #fff;
}

.size-help strong { color: var(--ink-strong); }
.size-help p { margin: 3px 0 0; color: var(--text); font-size: .85rem; }
.size-help a { color: var(--rose-dark); font-weight: 850; white-space: nowrap; }

.finishes-section { background: #fff; }

.finish-layout {
  display: grid;
  align-items: stretch;
  grid-template-columns: 1fr 390px;
  gap: 24px;
}

.finish-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}

.finish-grid article {
  padding: 24px;
  border: 1px solid var(--border);
  border-radius: 20px;
  background: #fff;
}

.finish-grid article > span {
  color: #ddc7ce;
  font-family: Georgia, serif;
  font-size: 1.3rem;
  font-weight: 800;
}

.finish-grid h3 {
  margin: 13px 0 7px;
  color: var(--ink-strong);
  font-family: Georgia, serif;
  font-size: 1.2rem;
}

.finish-grid p { margin: 0; color: var(--text); font-size: .84rem; }

.finish-feature {
  display: grid;
  overflow: hidden;
  border-radius: 25px;
  background: var(--ink);
  color: #fff;
  grid-template-rows: 1fr auto;
}

.finish-feature img {
  width: 100%;
  height: 100%;
  min-height: 300px;
  object-fit: cover;
}

.finish-feature > div { padding: 25px; }
.finish-feature span { color: #ffc1cc; font-size: .72rem; font-weight: 850; text-transform: uppercase; letter-spacing: .1em; }
.finish-feature h3 { margin: 7px 0 16px; font-family: Georgia, serif; font-size: 1.35rem; line-height: 1.25; }
.finish-feature a { color: #fff; font-weight: 850; }

.occasions-section { background: var(--page); }

.occasion-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.occasion-grid article {
  padding: 28px;
  border: 1px solid var(--border);
  border-radius: 22px;
  background: #fff;
  text-align: center;
}

.occasion-icon {
  display: grid;
  width: 60px;
  height: 60px;
  place-items: center;
  margin: 0 auto;
  border-radius: 18px;
  background: var(--peach);
  font-size: 1.8rem;
}

.occasion-grid h3 {
  margin: 17px 0 7px;
  color: var(--ink-strong);
  font-family: Georgia, serif;
  font-size: 1.25rem;
}

.occasion-grid p { margin: 0; color: var(--text); font-size: .86rem; }

.customizer-section { background: #fff; }

.customizer {
  display: grid;
  overflow: hidden;
  border: 1px solid var(--border);
  border-radius: 30px;
  background: #fff;
  box-shadow: var(--shadow);
  grid-template-columns: .82fr 1.18fr;
}

.custom-preview {
  position: relative;
  padding: 30px;
  background:
    radial-gradient(circle at 30% 20%, rgba(232,81,109,.12), transparent 35%),
    var(--cream);
}

.preview-label {
  display: inline-flex;
  padding: 6px 9px;
  border-radius: 99px;
  background: #fff;
  color: var(--rose-dark);
  font-size: .68rem;
  font-weight: 850;
}

.custom-preview > img {
  width: 100%;
  margin: 24px auto 12px;
  border-radius: 24px;
}

.preview-caption {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 16px;
  padding: 15px 4px;
}

.preview-caption small,
.preview-caption strong { display: block; }

.preview-caption small { color: var(--muted); font-size: .68rem; }
.preview-caption strong { color: var(--ink-strong); font-family: Georgia, serif; font-size: 1.3rem; }
.preview-caption > span { color: var(--text); font-size: .75rem; text-align: right; }

.estimate-card {
  padding: 18px;
  border-radius: 18px;
  background: var(--ink);
  color: #fff;
}

.estimate-card small,
.estimate-card strong,
.estimate-card span { display: block; }

.estimate-card small { color: #f3b5c0; font-size: .68rem; font-weight: 800; }
.estimate-card strong { margin: 3px 0; font-family: Georgia, serif; font-size: 2rem; }
.estimate-card span { color: rgba(255,255,255,.68); font-size: .7rem; }

.custom-form { padding: 34px; }

.form-step {
  display: grid;
  align-items: start;
  gap: 15px;
  padding: 22px 0;
  border-bottom: 1px solid var(--border);
  grid-template-columns: 34px 1fr;
}

.form-step:first-child { padding-top: 0; }

.step-number {
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  border-radius: 11px;
  background: var(--rose-soft);
  color: var(--rose-dark);
  font-weight: 900;
}

.step-content,
.step-content label,
.step-content legend {
  color: var(--ink-strong);
  font-size: .84rem;
  font-weight: 800;
}

.step-content fieldset,
fieldset.step-content {
  min-width: 0;
  margin: 0;
  padding: 0;
  border: 0;
}

.step-content legend { margin-bottom: 10px; }

.custom-form select,
.custom-form input,
.custom-form textarea {
  width: 100%;
  min-height: 45px;
  margin-top: 7px;
  padding: 0 13px;
  border: 1px solid var(--border);
  border-radius: 12px;
  background: #fff;
  color: var(--ink);
  outline: 0;
}

.custom-form textarea { min-height: 96px; padding-top: 12px; resize: vertical; }

.custom-form select:focus,
.custom-form input:focus,
.custom-form textarea:focus {
  border-color: var(--rose);
  box-shadow: 0 0 0 3px rgba(232,81,109,.13);
}

.choice-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 8px;
}

.choice-grid label { cursor: pointer; }

.choice-grid input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.choice-grid span {
  display: block;
  min-height: 72px;
  padding: 12px;
  border: 1px solid var(--border);
  border-radius: 13px;
  background: #fff;
  transition: .16s ease;
}

.choice-grid b,
.choice-grid small { display: block; }

.choice-grid b { font-size: .78rem; }
.choice-grid small { margin-top: 3px; color: var(--text); font-size: .66rem; font-weight: 600; }

.choice-grid input:checked + span {
  border-color: var(--rose);
  background: var(--rose-soft);
  box-shadow: inset 0 0 0 1px var(--rose);
}

.two-columns {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}

.form-actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding-top: 25px;
}

.form-actions p {
  max-width: 310px;
  margin: 0;
  color: var(--muted);
  font-size: .72rem;
  text-align: right;
}

.request-result {
  margin-top: 24px;
  padding: 25px;
  border: 1px solid rgba(232,81,109,.38);
  border-radius: 22px;
  background: var(--rose-soft);
}

.result-heading,
.result-heading > div,
.result-actions {
  display: flex;
  align-items: center;
}

.result-heading { justify-content: space-between; gap: 20px; }
.result-heading > div { gap: 12px; }

.result-heading > div > span {
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  border-radius: 12px;
  background: var(--rose);
  color: #fff;
  font-weight: 900;
}

.result-heading small,
.result-heading strong { display: block; }
.result-heading small { color: var(--rose-dark); font-size: .68rem; }
.result-heading strong { color: var(--ink-strong); }

.result-heading > button {
  width: 38px;
  height: 38px;
  border: 0;
  border-radius: 12px;
  background: #fff;
  color: var(--ink);
  font-size: 1.4rem;
}

.request-result pre {
  margin: 20px 0;
  padding: 18px;
  overflow-x: auto;
  border-radius: 15px;
  background: #fff;
  color: #59434c;
  font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
  font-size: .78rem;
  white-space: pre-wrap;
}

.result-actions { flex-wrap: wrap; gap: 10px; }
.result-message { min-height: 22px; margin: 10px 0 0; color: var(--rose-dark); font-size: .78rem; font-weight: 750; }

.demo-section {
  background:
    radial-gradient(circle at 90% 10%, rgba(232,81,109,.10), transparent 30%),
    var(--page);
}

.demo-layout {
  display: grid;
  align-items: center;
  grid-template-columns: 1fr 500px;
  gap: 80px;
}

.demo-copy ul {
  display: grid;
  gap: 13px;
  margin: 28px 0 0;
  padding: 0;
  list-style: none;
}

.demo-copy li {
  display: flex;
  align-items: center;
  gap: 11px;
  color: var(--text);
}

.demo-copy li span {
  display: grid;
  flex: 0 0 28px;
  width: 28px;
  height: 28px;
  place-items: center;
  border-radius: 9px;
  background: var(--rose);
  color: #fff;
  font-size: .72rem;
  font-weight: 900;
}

.crm-card {
  overflow: hidden;
  border: 1px solid #dfe7e2;
  border-radius: 24px;
  background: #fff;
  box-shadow: var(--shadow);
}

.crm-top {
  display: grid;
  align-items: center;
  gap: 11px;
  padding: 18px;
  border-bottom: 1px solid #e7ede9;
  grid-template-columns: 42px 1fr auto;
}

.crm-avatar {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border-radius: 50%;
  background: #dff7e8;
  color: #075e54;
  font-size: .76rem;
  font-weight: 850;
}

.crm-top strong,
.crm-top small { display: block; }

.crm-top small { color: #89949a; font-size: .67rem; }
.crm-top i {
  padding: 5px 8px;
  border-radius: 99px;
  background: #effbf3;
  color: #075e54;
  font-size: .66rem;
  font-style: normal;
  font-weight: 850;
}

.crm-body {
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.crm-body > div {
  padding: 18px;
  border-bottom: 1px solid #e7ede9;
}

.crm-body > div:nth-child(odd) { border-right: 1px solid #e7ede9; }

.crm-body small,
.crm-body strong { display: block; }

.crm-body small { color: #89949a; font-size: .65rem; }
.crm-body strong { margin-top: 3px; color: #263137; font-size: .86rem; }

.crm-ai {
  display: flex;
  align-items: flex-start;
  gap: 11px;
  margin: 16px;
  padding: 14px;
  border: 1px solid rgba(37,211,102,.28);
  border-radius: 14px;
  background: #effbf3;
}

.crm-ai > span {
  display: grid;
  flex: 0 0 32px;
  width: 32px;
  height: 32px;
  place-items: center;
  border-radius: 9px;
  background: #25d366;
  color: #0b141a;
  font-weight: 900;
}

.crm-ai p { margin: 0; }
.crm-ai small,
.crm-ai strong { display: block; }
.crm-ai small { color: #075e54; font-size: .65rem; font-weight: 850; }
.crm-ai strong { margin-top: 2px; color: #33423e; font-size: .78rem; line-height: 1.45; }

.site-footer { background: #fff; }

.footer-grid {
  display: grid;
  padding: 65px 0 45px;
  grid-template-columns: 1fr 170px 300px;
  gap: 70px;
}

.footer-bakery img {
  width: min(300px, 100%);
  height: auto;
}

.footer-bakery p {
  max-width: 470px;
  margin: 16px 0 0;
  color: var(--text);
  font-size: .87rem;
}

.footer-links {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.footer-links strong { margin-bottom: 4px; color: var(--ink-strong); }
.footer-links a { color: var(--text); font-size: .86rem; }
.footer-links a:hover { color: var(--rose-dark); }

.powered-by {
  align-self: start;
  padding: 18px;
  border: 1px solid var(--border);
  border-radius: 18px;
  background: var(--page);
}

.powered-by > span {
  display: block;
  margin-bottom: 10px;
  color: var(--muted);
  font-size: .65rem;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.powered-by img {
  display: block;
  width: 100%;
  max-width: 250px;
  height: auto !important;
  object-fit: contain;
}

.footer-bottom {
  display: flex;
  min-height: 76px;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  border-top: 1px solid var(--border);
  color: var(--muted);
  font-size: .75rem;
}

@media (max-width: 1100px) {
  .hero-grid { grid-template-columns: 1fr; }
  .hero-copy { max-width: 850px; }
  .hero-gallery { width: min(100%, 670px); margin-inline: auto; }
  .catalog-grid { grid-template-columns: repeat(2, 1fr); }
  .size-grid { grid-template-columns: repeat(2, 1fr); }
  .finish-layout { grid-template-columns: 1fr; }
  .finish-feature { grid-template-columns: 360px 1fr; grid-template-rows: auto; }
  .finish-feature img { min-height: 100%; }
  .customizer { grid-template-columns: .72fr 1.28fr; }
  .demo-layout { grid-template-columns: 1fr 440px; gap: 50px; }
}

@media (max-width: 900px) {
  .main-nav {
    position: fixed;
    top: 120px;
    right: 20px;
    left: 20px;
    display: grid;
    gap: 0;
    padding: 12px;
    border: 1px solid var(--border);
    border-radius: 18px;
    background: #fff;
    box-shadow: var(--shadow);
    opacity: 0;
    pointer-events: none;
    transform: translateY(-10px);
    transition: .16s ease;
  }

  .main-nav.open {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
  }

  .main-nav > a:not(.button) { padding: 12px; border-radius: 10px; }
  .main-nav > a:not(.button):hover { background: var(--rose-soft); }
  .main-nav .button { margin-top: 8px; }
  .menu-button { display: block; }

  .service-grid { grid-template-columns: repeat(2, 1fr); }
  .service-grid article:nth-child(3) { border-left: 0; border-top: 1px solid var(--border); }
  .service-grid article:nth-child(4) { border-top: 1px solid var(--border); }

  .split-heading,
  .customizer,
  .demo-layout { grid-template-columns: 1fr; }

  .split-heading { gap: 10px; }
  .catalog-toolbar { align-items: stretch; flex-direction: column; }
  .catalog-search { width: 100%; }
  .custom-preview { display: grid; grid-template-columns: 280px 1fr; gap: 20px; align-items: center; }
  .custom-preview > img { margin: 0; }
  .preview-label { position: absolute; top: 22px; left: 22px; }
  .estimate-card { grid-column: 2; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .powered-by { grid-column: 1 / -1; width: min(100%, 380px); }
}

@media (max-width: 700px) {
  .container { width: min(calc(100% - 28px), var(--container)); }
  .section { padding: 80px 0; }

  .demo-bar-inner { min-height: 44px; }
  .demo-bar a { display: none; }
  .header-inner { min-height: 76px; }
  .main-nav { top: 112px; right: 14px; left: 14px; }
  .bakery-brand { width: min(245px, 72vw); }

  .hero { padding: 55px 0 70px; }
  .hero h1 { font-size: clamp(3rem, 16vw, 4.8rem); }
  .hero-actions { align-items: stretch; flex-direction: column; }
  .hero-actions .button { width: 100%; }
  .hero-benefits { align-items: flex-start; flex-direction: column; gap: 7px; }

  .hero-gallery { min-height: 460px; }
  .hero-cake-main { width: 76%; height: 330px; left: 0; top: 78px; }
  .hero-cake-top { width: 42%; height: 170px; }
  .hero-cake-bottom { width: 42%; height: 170px; }
  .hero-note { left: 8px; bottom: 0; }

  .service-grid { grid-template-columns: 1fr; }
  .service-grid article + article { border-left: 0; border-top: 1px solid var(--border); }

  .catalog-grid,
  .size-grid,
  .finish-grid,
  .occasion-grid { grid-template-columns: 1fr; }

  .size-card.recommended { transform: none; }
  .size-help { align-items: flex-start; flex-direction: column; }

  .finish-feature { grid-template-columns: 1fr; }
  .finish-feature img { min-height: 280px; }

  .custom-preview { display: block; }
  .custom-preview > img { margin: 26px 0 10px; }
  .estimate-card { margin-top: 14px; }
  .custom-form { padding: 24px; }
  .choice-grid { grid-template-columns: repeat(2, 1fr); }
  .two-columns { grid-template-columns: 1fr; }
  .form-actions { align-items: stretch; flex-direction: column; }
  .form-actions .button { width: 100%; }
  .form-actions p { max-width: none; text-align: left; }

  .footer-grid { grid-template-columns: 1fr; gap: 34px; }
  .powered-by { grid-column: auto; }
  .footer-bottom { align-items: flex-start; flex-direction: column; justify-content: center; padding: 20px 0; }
}

@media (max-width: 480px) {
  .hero-gallery { min-height: 410px; }
  .hero-cake-main { height: 285px; top: 70px; }
  .hero-cake-top,
  .hero-cake-bottom { height: 145px; }
  .hero-note { padding: 10px 13px; }
  .hero-note > span { font-size: 1.7rem; }
  .cake-actions { grid-template-columns: 1fr; }
}

@media (prefers-reduced-motion: reduce) {
  * { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; }
}


/* WhatsApp visible en todo momento */
.whatsapp-floating {
  position: fixed;
  z-index: 1200;
  right: max(20px, env(safe-area-inset-right));
  bottom: max(20px, env(safe-area-inset-bottom));
  display: inline-flex;
  min-height: 66px;
  align-items: center;
  gap: 12px;
  padding: 10px 18px 10px 10px;
  border: 1px solid rgba(7, 94, 84, .16);
  border-radius: 999px;
  background: #ffffff;
  color: #0b141a;
  box-shadow: 0 18px 48px rgba(11, 20, 26, .22);
  transition: transform .18s ease, box-shadow .18s ease;
}

.whatsapp-floating:hover {
  transform: translateY(-3px);
  box-shadow: 0 23px 58px rgba(11, 20, 26, .28);
}

.whatsapp-floating-icon {
  display: grid;
  flex: 0 0 48px;
  width: 48px;
  height: 48px;
  place-items: center;
  border-radius: 50%;
  background: #25d366;
  color: #0b141a;
  box-shadow: 0 8px 20px rgba(37, 211, 102, .32);
}

.whatsapp-floating-icon svg {
  width: 27px;
  height: 27px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.whatsapp-floating-copy small,
.whatsapp-floating-copy strong {
  display: block;
  white-space: nowrap;
}

.whatsapp-floating-copy small {
  color: #68757b;
  font-size: .67rem;
  line-height: 1.2;
}

.whatsapp-floating-copy strong {
  margin-top: 2px;
  color: #075e54;
  font-size: .88rem;
  line-height: 1.2;
}

@media (max-width: 700px) {
  .whatsapp-floating {
    right: max(14px, env(safe-area-inset-right));
    bottom: max(14px, env(safe-area-inset-bottom));
    min-height: 58px;
    padding: 7px;
  }

  .whatsapp-floating-icon {
    width: 46px;
    height: 46px;
    flex-basis: 46px;
  }

  .whatsapp-floating-copy {
    display: none;
  }
}
