:root {
  --ivory: #f6f1e8;
  --paper: #fffdf9;
  --ink: #2d2823;
  --muted: #756d65;
  --rose: #a85f66;
  --rose-dark: #81444b;
  --sage: #71806c;
  --line: #ded6ca;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--ivory);
  color: var(--ink);
  font-family: "Trebuchet MS", Arial, sans-serif;
}
button, input, textarea { font: inherit; }
button { cursor: pointer; }
[hidden] { display: none !important; }

.site-shell { min-height: 100vh; overflow: hidden; }
.site-header {
  width: min(1460px, calc(100% - 72px));
  height: 112px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.brand { display: inline-flex; align-items: center; text-decoration: none; }
.brand-logo { display: block; width: 162px; height: auto; mix-blend-mode: multiply; }
.header-note {
  margin-left: auto;
  color: var(--muted);
  font-size: 12px;
  letter-spacing: .15em;
  text-transform: uppercase;
}
.header-whatsapp { margin-left: 18px; padding: 9px 13px; border: 1px solid #9bb79d; border-radius: 999px; color: #315d39; font-size: 11px; font-weight: 700; text-decoration: none; }

.booking-layout {
  width: min(1460px, calc(100% - 72px));
  margin: 0 auto;
  min-height: calc(100vh - 166px);
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(520px, .92fr);
  border: 1px solid var(--line);
  border-radius: 30px;
  background: var(--paper);
  overflow: hidden;
  box-shadow: 0 28px 90px rgba(76,55,42,.08);
}
.bouquet-stage {
  position: relative;
  min-height: 780px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: clamp(38px, 5vw, 76px);
  overflow: hidden;
  background:
    radial-gradient(circle at 82% 13%, rgba(168,95,102,.16), transparent 24%),
    linear-gradient(145deg, #eee7dc 0%, var(--ivory) 58%);
}
.bouquet-stage::before {
  content: "";
  position: absolute;
  width: 380px;
  height: 380px;
  left: -220px;
  top: 30%;
  border: 1px solid rgba(113,128,108,.32);
  border-radius: 50%;
}
.stage-copy { position: relative; z-index: 2; max-width: 610px; }
.eyebrow, .step-label {
  display: block;
  color: var(--rose-dark);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .18em;
  text-transform: uppercase;
}
.stage-copy h1 {
  max-width: 620px;
  margin: 18px 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(46px, 4.5vw, 72px);
  font-weight: 400;
  line-height: .97;
  letter-spacing: -.045em;
}
.stage-copy p {
  max-width: 540px;
  margin: 0;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.7;
}
.image-window {
  position: relative;
  z-index: 1;
  width: min(100%, 650px);
  height: clamp(350px, 40vw, 500px);
  margin: 12px auto -74px;
}
.example-image-badge { position: absolute; z-index: 4; top: 14px; left: 14px; padding: 7px 11px; border-radius: 999px; background: rgba(255,253,249,.9); color: var(--rose-dark); font-size: 9px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; backdrop-filter: blur(8px); }
.bouquet-image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  mix-blend-mode: multiply;
  filter: saturate(.94) contrast(1.02);
  transform: scale(1.05);
  transition: opacity 280ms ease, transform 420ms ease;
}
.bouquet-thumbnails { position: absolute; z-index: 4; left: 0; bottom: 82px; display: flex; gap: 7px; }
.bouquet-thumbnails button { width: 42px; height: 42px; overflow: hidden; padding: 2px; border: 1px solid rgba(129,68,75,.2); border-radius: 10px; background: rgba(255,253,249,.8); cursor: pointer; backdrop-filter: blur(8px); transition: border-color .2s ease, transform .2s ease, box-shadow .2s ease; }
.bouquet-thumbnails button.is-active { border-color: var(--rose-dark); transform: translateY(-2px); box-shadow: 0 7px 16px rgba(129,68,75,.16); }
.bouquet-thumbnails img { display: block; width: 100%; height: 100%; border-radius: 7px; object-fit: cover; mix-blend-mode: multiply; }
.preview-step {
  position: absolute;
  z-index: 3;
  top: 48%;
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  gap: 5px;
  padding: 8px 11px;
  border: 1px solid rgba(129,68,75,.3);
  border-radius: 999px;
  background: rgba(255,253,249,.84);
  color: var(--rose-dark);
  cursor: pointer;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .06em;
  text-transform: uppercase;
  backdrop-filter: blur(9px);
  box-shadow: 0 8px 24px rgba(72,55,43,.09);
  transform: translateY(-50%);
  transition: border-color .2s ease, background-color .2s ease, transform .2s ease, opacity .2s ease;
}
.preview-step-previous { left: 0; }
.preview-step-next { right: 0; }
.preview-step:hover:not(:disabled) { border-color: var(--rose-dark); background: #fff; transform: translateY(-50%) scale(1.03); }
.preview-step:focus-visible { outline: 3px solid rgba(168,95,102,.2); outline-offset: 3px; }
.preview-step:disabled { cursor: default; opacity: .28; }
.size-stamp {
  position: absolute;
  right: 0;
  bottom: 86px;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 9px 10px 9px 14px;
  border: 1px solid rgba(129,68,75,.36);
  border-radius: 999px;
  background: rgba(255,253,249,.7);
  color: var(--rose-dark);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .12em;
  backdrop-filter: blur(8px);
}
.size-stamp-label { text-transform: uppercase; }
.size-stamp-price { padding: 6px 9px; border-radius: 999px; background: var(--rose-dark); color: #fff; font-size: 12px; letter-spacing: 0; }
.size-stamp.is-changing { animation: rise .35s ease both; }
@keyframes rise { from { opacity: 0; transform: translateY(8px); } }

.booking-panel {
  padding: clamp(38px, 4.2vw, 68px);
  display: flex;
  align-items: center;
  border-left: 1px solid var(--line);
  background: var(--paper);
}
.booking-panel form { width: 100%; }
.panel-intro h2 {
  margin: 9px 0 24px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 34px;
  font-weight: 400;
  line-height: 1.15;
}
.panel-intro.compact h2 { margin-bottom: 22px; font-size: 26px; }
.form-whatsapp-cta {
  width: 100%;
  min-height: 66px;
  display: flex;
  align-items: center;
  gap: 13px;
  margin: -3px 0 22px;
  padding: 13px 15px;
  border: 1px solid #86ad8c;
  border-radius: 14px;
  background: linear-gradient(135deg, #edf7ee 0%, #e3f1e5 100%);
  color: #284e2f;
  text-align: left;
  text-decoration: none;
  box-shadow: 0 10px 25px rgba(54,95,61,.1);
  transition: border-color .2s ease, background-color .2s ease, box-shadow .2s ease, transform .2s ease;
}
.form-whatsapp-cta:hover { border-color: #4c8b57; background: #e4f3e6; box-shadow: 0 14px 30px rgba(54,95,61,.16); transform: translateY(-1px); }
.form-whatsapp-cta:focus-visible { outline: 3px solid rgba(76,139,87,.25); outline-offset: 3px; }
.form-whatsapp-cta-icon {
  width: 40px;
  height: 40px;
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  border-radius: 50%;
  background: #3f8250;
  color: #fff;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .05em;
}
.form-whatsapp-cta-copy { min-width: 0; display: block; font-size: 11px; line-height: 1.45; }
.form-whatsapp-cta-copy strong { display: block; margin-bottom: 2px; color: #214a2b; font-size: 13px; }
.form-whatsapp-cta-copy > span { display: block; color: #496b4f; }
.form-whatsapp-cta-arrow { margin-left: auto; color: #315d39; font-size: 18px; font-weight: 700; }
.success-card .form-whatsapp-cta { margin: 18px 0 14px; }
.size-heading-row { display: flex; align-items: flex-end; justify-content: space-between; gap: 20px; }
.size-heading-row p { margin: 0 0 24px; color: var(--muted); font-size: 11px; letter-spacing: .04em; }
.carousel-controls { display: flex; gap: 7px; margin-bottom: 24px; }
.carousel-controls button {
  width: 36px;
  height: 36px;
  display: grid;
  place-items: center;
  border: 1px solid var(--line);
  border-radius: 50%;
  background: #fff;
  color: var(--ink);
  transition: border-color .2s ease, background-color .2s ease, transform .2s ease;
}
.carousel-controls button:hover { border-color: var(--rose); background: #f7ecea; transform: translateY(-1px); }
.carousel-controls button:focus-visible { outline: 3px solid rgba(168,95,102,.18); outline-offset: 2px; }
.size-carousel-shell { position: relative; margin-right: calc(clamp(38px, 4.2vw, 68px) * -1); }
.size-carousel {
  display: flex;
  gap: 12px;
  overflow-x: auto;
  overscroll-behavior-x: contain;
  scroll-snap-type: x mandatory;
  scroll-padding-inline: 2px 52px;
  padding: 2px clamp(38px, 4.2vw, 68px) 14px 2px;
  scrollbar-width: none;
  touch-action: pan-x pan-y;
}
.size-carousel::-webkit-scrollbar { display: none; }
.size-card {
  position: relative;
  flex: 0 0 164px;
  min-width: 164px;
  display: block;
  overflow: hidden;
  padding: 0;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: #fff;
  color: var(--ink);
  cursor: pointer;
  scroll-snap-align: start;
  box-shadow: 0 8px 24px rgba(72,55,43,.06);
  transition: border-color .2s ease, background-color .2s ease, transform .2s ease, box-shadow .2s ease;
}
.size-card input { position: absolute; width: 1px; height: 1px; opacity: 0; }
.size-card:hover { border-color: var(--rose); transform: translateY(-2px); box-shadow: 0 12px 30px rgba(72,55,43,.1); }
.size-card:focus-within { outline: 3px solid rgba(168,95,102,.18); outline-offset: 2px; }
.size-card:has(input:checked) { border-color: var(--rose-dark); background: #f9efed; box-shadow: 0 12px 30px rgba(129,68,75,.14); }
.size-card-image {
  display: block;
  width: 100%;
  height: 134px;
  object-fit: contain;
  background-color: var(--ivory);
  mix-blend-mode: multiply;
  filter: saturate(.94) contrast(1.02);
  border-bottom: 1px solid var(--line);
}
.size-card-copy { display: grid; grid-template-columns: auto 1fr; align-items: center; gap: 3px 8px; padding: 12px 13px 13px; }
.size-card-index { grid-row: 1 / 3; color: #aaa096; font-size: 9px; letter-spacing: .1em; }
.size-card-name { overflow: hidden; font-size: 13px; font-weight: 700; line-height: 1.15; text-overflow: ellipsis; }
.size-card-price { color: var(--rose-dark); font-family: Georgia, "Times New Roman", serif; font-size: 18px; line-height: 1.1; }
.size-card-check { position: absolute; top: 9px; right: 9px; width: 26px; height: 26px; display: grid; place-items: center; border-radius: 50%; background: var(--rose-dark); color: #fff; opacity: 0; transform: scale(.65); transition: .2s ease; }
.size-card:has(input:checked) .size-card-check { opacity: 1; transform: scale(1); }
.swipe-hint { margin: 0; color: #91887f; font-size: 10px; letter-spacing: .04em; }
.example-image-notice { margin: 14px 0 4px; padding: 14px 16px; border: 1px solid #d8c9bd; border-radius: 14px; background: #fff8f1; color: #5e5148; font-size: 11px; line-height: 1.55; }
.example-image-notice strong { display: block; margin-bottom: 4px; color: var(--rose-dark); font-size: 12px; }
.rich-text > :first-child { margin-top: 0; }
.rich-text > :last-child { margin-bottom: 0; }
.rich-text p { margin: 0 0 .65em; }
.rich-text ul,
.rich-text ol { margin: .45em 0 .7em; padding-left: 1.45em; }
.rich-text a { color: inherit; font-weight: 700; }
.example-image-notice .rich-text { margin: 0; }
.form-divider { height: 1px; margin: 30px 0; background: var(--line); }
.field-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 17px 12px; }
.field.full { grid-column: 1 / -1; }
.field label { display: block; margin-bottom: 8px; color: #4e4741; font-size: 12px; font-weight: 700; }
.field label span { color: #9a9189; font-weight: 400; }
.field input, .field textarea {
  width: 100%;
  min-height: 48px;
  padding: 10px 14px;
  border: 1px solid var(--line);
  border-radius: 11px;
  outline: none;
  background: #fff;
  color: var(--ink);
  transition: border-color .2s ease, box-shadow .2s ease;
}
.field textarea { min-height: 78px; padding-block: 12px; resize: vertical; }
.field input:focus, .field textarea:focus { border-color: var(--rose); box-shadow: 0 0 0 3px rgba(168,95,102,.13); }
.field input::placeholder, .field textarea::placeholder { color: #aaa199; }
.field-hint { margin: 7px 0 0; color: #91887f; font-size: 10px; line-height: 1.4; }
.booking-block-note { margin-top: 11px; padding: 12px 13px; border: 1px solid #e2c8c8; border-radius: 11px; background: #fff6f5; color: #765052; font-size: 10px; line-height: 1.45; }
.booking-block-note > strong { display: block; margin-bottom: 8px; color: #81444b; font-size: 11px; }
.booking-block-periods { display: flex; flex-wrap: wrap; gap: 6px; margin: 0; padding: 0; list-style: none; }
.booking-block-periods li { padding: 5px 8px; border-radius: 999px; background: #f3dfdf; white-space: nowrap; }
.booking-block-more { display: block; margin-top: 7px; }
.date-availability { margin: 8px 0 0; padding: 9px 11px; border-radius: 9px; font-size: 11px; line-height: 1.4; }
.date-availability.is-blocked { background: #fff0f0; color: #8c3030; }
.date-availability.is-available { background: #eef6ed; color: #365f3d; }
.field input.is-invalid { border-color: #b54f4f; box-shadow: 0 0 0 3px rgba(181, 79, 79, .12); }
.privacy-row { display: flex; align-items: flex-start; gap: 10px; margin: 18px 0; color: var(--muted); font-size: 11px; line-height: 1.45; cursor: pointer; }
.privacy-row input { margin-top: 2px; accent-color: var(--rose-dark); }
.form-error { margin: 0 0 14px; padding: 12px 14px; border: 1px solid #e2b9b9; border-radius: 10px; background: #fff0f0; color: #8c3030; font-size: 12px; line-height: 1.5; }
.submit-button {
  width: 100%;
  min-height: 54px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 12px 20px;
  border: 0;
  border-radius: 13px;
  background: var(--rose-dark);
  color: #fffaf5;
  font-size: 13px;
  letter-spacing: .03em;
  box-shadow: 0 12px 28px rgba(129,68,75,.18);
  transition: background-color .2s ease, transform .2s ease, opacity .2s ease;
}
.submit-button:hover { background: #71383f; transform: translateY(-1px); }
.submit-button:focus-visible { outline: 3px solid rgba(168,95,102,.28); outline-offset: 3px; }
.submit-button:disabled { cursor: wait; opacity: .65; transform: none; }
.form-note { margin: 12px 0 0; padding: 11px 13px; border-radius: 10px; background: #f7f1e9; color: #756d65; font-size: 10px; line-height: 1.5; text-align: left; }
.form-note strong { color: var(--rose-dark); }
.form-note .rich-text { margin-top: 3px; }
.pickup-notice { margin: 16px 0; padding: 15px 17px; border: 1px solid #d8c9bd; border-radius: 14px; background: #fff7ef; color: #493f38; font-size: 12px; line-height: 1.55; }
.pickup-notice strong { color: var(--rose-dark); }
.pickup-notice .rich-text { margin: 5px 0 9px; }
.pickup-notice a { color: var(--rose-dark); font-weight: 700; }
.whatsapp-link {
  display: flex;
  align-items: center;
  gap: 11px;
  margin-top: 18px;
  padding: 12px 14px;
  border: 1px solid #cbdccc;
  border-radius: 12px;
  background: #f1f7f1;
  color: #365f3d;
  font-size: 12px;
  line-height: 1.35;
  text-decoration: none;
  transition: border-color .2s ease, background-color .2s ease, transform .2s ease;
}
.whatsapp-link:hover { border-color: #7ea985; background: #e9f3ea; transform: translateY(-1px); }
.whatsapp-link:focus-visible { outline: 3px solid rgba(76,139,87,.22); outline-offset: 2px; }
.whatsapp-link strong { display: block; color: #284e2f; }
.whatsapp-copy { min-width: 0; }
.whatsapp-copy .rich-text { color: inherit; }
.whatsapp-icon { width: 34px; height: 34px; display: grid; place-items: center; flex: 0 0 auto; border-radius: 50%; background: #4c8b57; color: #fff; font-size: 9px; font-weight: 700; letter-spacing: .04em; }
.whatsapp-arrow { margin-left: auto; font-size: 16px; }
.success-card { width: 100%; max-width: 500px; margin: auto; text-align: center; }
.success-icon { width: 66px; height: 66px; margin: 0 auto 28px; display: grid; place-items: center; border-radius: 50%; background: #e3ebe0; color: var(--sage); font-size: 28px; }
.success-card h2 { margin: 12px 0 18px; font-family: Georgia,"Times New Roman",serif; font-size: 41px; font-weight: 400; line-height: 1.1; }
.success-card p { margin: 0 0 20px; color: var(--muted); line-height: 1.7; }
.success-card #success-message { margin: 0 0 20px; color: var(--muted); line-height: 1.7; }
.booking-reference { font-size: 12px; font-weight: 700; letter-spacing: .06em; }
.honeypot { position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }
.seo-content {
  width: min(1220px,calc(100% - 72px));
  margin: clamp(70px,9vw,128px) auto clamp(58px,8vw,110px);
}
.seo-intro { max-width: 780px; }
.seo-intro h2 { margin: 14px 0 20px; font-family: Georgia,"Times New Roman",serif; font-size: clamp(38px,4vw,60px); font-weight: 400; line-height: 1.04; letter-spacing: -.035em; }
.seo-intro p { margin: 0; color: var(--muted); font-size: 16px; line-height: 1.75; }
.seo-card-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 16px; margin-top: 42px; }
.seo-card-grid article, .local-card, .faq-card { border: 1px solid var(--line); border-radius: 22px; background: var(--paper); box-shadow: 0 16px 46px rgba(76,55,42,.055); }
.seo-card-grid article { padding: 28px; }
.seo-card-grid article > span { color: var(--rose-dark); font-size: 10px; font-weight: 700; letter-spacing: .16em; }
.seo-card-grid h3, .local-card h3, .faq-card h3 { margin: 12px 0; font-family: Georgia,"Times New Roman",serif; font-size: 25px; font-weight: 400; line-height: 1.15; }
.seo-card-grid p, .local-card p, .faq-list p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.7; }
.local-faq-grid { display: grid; grid-template-columns: .78fr 1.22fr; gap: 16px; margin-top: 16px; }
.local-card, .faq-card { padding: clamp(28px,4vw,42px); }
.local-card { font-style: normal; background: #eee8de; }
.local-card p + p { margin-top: 14px; }
.local-card a { display: block; width: fit-content; margin-top: 11px; color: var(--rose-dark); font-size: 13px; font-weight: 700; text-decoration-thickness: 1px; text-underline-offset: 3px; }
.faq-list { margin-top: 16px; border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { position: relative; padding: 17px 32px 17px 0; cursor: pointer; font-size: 13px; font-weight: 700; list-style: none; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { content: "+"; position: absolute; top: 14px; right: 2px; color: var(--rose-dark); font-family: Georgia,serif; font-size: 22px; font-weight: 400; }
.faq-list details[open] summary::after { content: "–"; }
.faq-answer { padding: 0 30px 17px 0; color: var(--muted); font-size: 13px; line-height: 1.7; }
footer { width: min(1460px,calc(100% - 72px)); min-height: 68px; margin: 0 auto; display: flex; align-items: center; justify-content: space-between; color: #8a8178; font-size: 11px; letter-spacing: .08em; text-transform: uppercase; }
.footer-links { display: flex; gap: 18px; }
.footer-links a { color: inherit; text-decoration: none; }
.footer-links a:hover { color: var(--rose-dark); }

@media (min-width: 1041px) {
  .bouquet-stage { justify-content: flex-start; }
}

@media (max-width: 1040px) {
  .site-header, .booking-layout, .seo-content, footer { width: min(100% - 34px,760px); }
  .booking-layout { grid-template-columns: 1fr; }
  .bouquet-stage { min-height: 680px; }
  .booking-panel { border-left: 0; border-top: 1px solid var(--line); }
  .image-window { height: 430px; }
  .seo-card-grid { grid-template-columns: 1fr; }
  .local-faq-grid { grid-template-columns: 1fr; }
}
@media (max-width: 620px) {
  .site-header { height: 94px; width: calc(100% - 28px); }
  .header-note { display: none; }
  .brand-logo { width: 142px; }
  .booking-layout { width: 100%; border-inline: 0; border-radius: 0; }
  .bouquet-stage { min-height: 610px; padding: 36px 24px; }
  .stage-copy h1 { font-size: 43px; }
  .stage-copy p { font-size: 14px; }
  .image-window { width: calc(100% + 30px); height: 350px; margin-left: -15px; margin-bottom: -36px; }
  .preview-step { top: 50%; min-height: 40px; padding: 8px 10px; background: rgba(255,253,249,.9); }
  .preview-step-previous { left: 10px; }
  .preview-step-next { right: 10px; }
  .size-stamp { right: 18px; bottom: 66px; }
  .bouquet-thumbnails { left: 18px; bottom: 64px; }
  .bouquet-thumbnails button { width: 38px; height: 38px; }
  .booking-panel { padding: 40px 22px 46px; }
  .panel-intro h2 { font-size: 30px; }
  .form-whatsapp-cta { min-height: 62px; gap: 11px; padding: 12px 13px; }
  .form-whatsapp-cta-icon { width: 37px; height: 37px; }
  .form-whatsapp-cta-copy { font-size: 10px; }
  .form-whatsapp-cta-copy strong { font-size: 12px; }
  .size-carousel-shell { margin-right: -22px; }
  .size-carousel { padding-right: 22px; scroll-padding-right: 22px; }
  .size-card { flex-basis: min(72vw, 210px); min-width: min(72vw, 210px); }
  .size-card-image { height: min(58vw, 176px); }
  .swipe-hint { margin-top: 1px; }
  .field-grid { grid-template-columns: 1fr; }
  .field { grid-column: 1 / -1; }
  .seo-content { width: calc(100% - 44px); margin-top: 64px; }
  .seo-intro h2 { font-size: 38px; }
  .seo-card-grid { margin-top: 28px; }
  .seo-card-grid article, .local-card, .faq-card { padding: 24px; }
  footer { width: calc(100% - 28px); min-height: 86px; align-items: flex-start; flex-direction: column; justify-content: center; gap: 10px; }
  .footer-links { flex-wrap: wrap; gap: 9px 14px; }
}
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; animation: none !important; transition: none !important; }
}
