* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
}

:root {
  --pink: #f4a1bd;
  --pink-dark: #df6f97;
  --pink-soft: #fde7ef;
  --cream: #fffaf7;
  --warm: #f5e9e2;
  --ink: #231f20;
  --muted: #756c68;
  --line: #eaded8;
  --gold: #f4d66f;
  --mint: #c8f0df;
  --white: #ffffff;
}

body {
  font-family: "DM Sans", sans-serif;
  color: var(--ink);
  background: var(--cream);
  line-height: 1.6;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
input,
select,
textarea {
  font: inherit;
}

img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* =========================
   TOP BAR
========================= */

.announcement {
  background: #201d1e;
  color: #fff;
  text-align: center;
  padding: 9px 16px;
  font-size: 11px;
  letter-spacing: 0.12em;
}

/* =========================
   HEADER
========================= */

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(255, 250, 247, 0.95);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid rgba(234, 222, 216, 0.8);
}

.header-inner {
  max-width: 1240px;
  margin: auto;
  padding: 14px 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.brand {
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 600;
  font-size: 18px;
}

.brand b {
  font-weight: 800;
}

.brand-mark {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: var(--pink);
  color: white;
  display: grid;
  place-items: center;
  font-size: 12px;
  font-weight: 800;
}

.main-nav {
  display: flex;
  align-items: center;
  gap: 26px;
  font-size: 14px;
  font-weight: 700;
}

.main-nav a:hover {
  color: var(--pink-dark);
}

.nav-button {
  background: var(--pink);
  color: #fff !important;
  padding: 11px 17px;
  border-radius: 999px;
}

.menu-toggle {
  display: none;
  background: none;
  border: 0;
  font-size: 28px;
  cursor: pointer;
}

/* =========================
   HERO
========================= */

.hero {
  max-width: 1240px;
  margin: auto;
  padding: 85px 30px 90px;
  display: grid;
  grid-template-columns: 1.02fr 0.98fr;
  gap: 55px;
  align-items: center;
}

.eyebrow {
  font-size: 10px;
  letter-spacing: 0.22em;
  font-weight: 900;
  color: var(--pink-dark);
}

.hero h1,
.section-heading h2,
.experience-intro h2,
.quote-banner h2,
.contact-intro h2 {
  font-family: "Playfair Display", serif;
  line-height: 1.03;
}

.hero h1 {
  font-size: clamp(52px, 6.3vw, 88px);
  margin: 18px 0 24px;
}

.hero h1 em,
.section-heading h2 em,
.experience-intro h2 em,
.quote-banner h2 em,
.contact-intro h2 em {
  font-style: normal;
  color: var(--pink-dark);
}

.hero-lead {
  font-size: 18px;
  max-width: 650px;
  color: var(--muted);
}

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

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  border-radius: 999px;
  padding: 15px 21px;
  min-height: 52px;
  font-weight: 800;
  border: 0;
  cursor: pointer;
  transition: 0.2s;
}

.btn-primary {
  background: var(--pink);
  color: #fff;
  box-shadow: 0 12px 30px rgba(223, 111, 151, 0.22);
}

.btn-primary:hover {
  background: var(--pink-dark);
  transform: translateY(-2px);
}

.btn-primary:disabled {
  opacity: 0.65;
  cursor: wait;
  transform: none;
}

.btn-ghost {
  border: 1px solid var(--line);
  background: #fff;
}

.btn-ghost:hover {
  background: #fff4f8;
}

.btn-dark {
  background: #211e1f;
  color: #fff;
}

.hero-proof {
  display: flex;
  gap: 18px;
  flex-wrap: wrap;
  color: #7c716c;
  font-size: 12px;
}

.hero-media {
  min-height: 540px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.hero-media::before {
  content: "";
  position: absolute;
  inset: 10% 4%;
  background: #f9dce7;
  border-radius: 50% 45% 55% 50%;
  transform: rotate(-7deg);
}

.hero-photo {
  position: absolute;
  overflow: hidden;
  border: 8px solid #fff;
  box-shadow: 0 25px 70px rgba(76, 46, 58, 0.18);
}

.hero-photo-main {
  width: 67%;
  height: 72%;
  left: 10%;
  top: 10%;
  transform: rotate(-4deg);
  border-radius: 30px;
  z-index: 2;
}

.hero-photo-side {
  width: 42%;
  height: 49%;
  right: 3%;
  bottom: 5%;
  transform: rotate(7deg);
  border-radius: 28px;
  z-index: 3;
}

.hero-badge {
  position: absolute;
  z-index: 4;
  border-radius: 999px;
  padding: 11px 15px;
  font-size: 10px;
  font-weight: 900;
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.1);
}

.badge-pink {
  right: 0;
  top: 5%;
  background: var(--pink);
  color: #fff;
  transform: rotate(7deg);
}

.badge-yellow {
  left: 2%;
  bottom: 0;
  background: var(--gold);
  color: #2d2929;
  transform: rotate(-9deg);
}

/* =========================
   MARQUEE
========================= */

.marquee {
  background: var(--pink);
  color: #fff;
  padding: 14px 16px;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.15em;
  overflow: hidden;
  white-space: nowrap;
}

.marquee div {
  text-align: center;
}

.marquee span {
  padding: 0 18px;
}

/* =========================
   GENERAL SECTIONS
========================= */

.section {
  max-width: 1240px;
  margin: auto;
  padding: 105px 30px;
}

.section-heading {
  display: flex;
  justify-content: space-between;
  gap: 50px;
  align-items: end;
  margin-bottom: 42px;
}

.section-heading h2 {
  font-size: clamp(42px, 5vw, 68px);
  margin-top: 13px;
}

.section-heading > p {
  max-width: 420px;
  color: var(--muted);
}

/* =========================
   EDITIONS
========================= */

.edition-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 22px;
}

.edition-card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 28px;
  overflow: hidden;
  box-shadow: 0 15px 45px rgba(74, 47, 39, 0.05);
}

.edition-image {
  height: 330px;
  position: relative;
  overflow: hidden;
}

.edition-image img {
  transition: transform 0.4s ease;
}

.edition-card:hover .edition-image img {
  transform: scale(1.04);
}

.edition-label {
  position: absolute;
  left: 18px;
  bottom: 18px;
  background: rgba(255, 255, 255, 0.95);
  padding: 9px 12px;
  border-radius: 999px;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.14em;
}

.edition-body {
  padding: 28px;
}

.mini-label {
  font-size: 9px;
  letter-spacing: 0.15em;
  font-weight: 900;
  color: var(--pink-dark);
}

.edition-body h3 {
  font-family: "Playfair Display";
  font-size: 31px;
  margin: 7px 0 12px;
}

.edition-body p {
  color: var(--muted);
}

.pill-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 20px 0;
}

.pill-row span {
  background: #fff8fb;
  border: 1px solid #f0dbe4;
  padding: 8px 11px;
  border-radius: 999px;
  font-size: 11px;
}

.text-link {
  display: inline-flex;
  margin-top: 6px;
  color: var(--pink-dark);
  font-weight: 900;
  font-size: 13px;
}

.waffle-card {
  background: linear-gradient(180deg, #fff, #fff8f2);
}

.candy-card {
  background: linear-gradient(180deg, #fff, #fff6fa);
}

.both-callout {
  margin-top: 24px;
  background: #231f20;
  color: #fff;
  border-radius: 26px;
  padding: 27px 30px;
  display: flex;
  justify-content: space-between;
  gap: 25px;
  align-items: center;
}

.both-callout .eyebrow {
  color: #fff;
}

.both-callout h3 {
  font-family: "Playfair Display";
  font-size: 29px;
  margin: 5px 0;
}

.both-callout p {
  color: #cfc7c2;
  font-size: 13px;
}

/* =========================
   OFFER
========================= */

.offer-section {
  padding-top: 55px;
}

.offer-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

.offer-block {
  border-radius: 25px;
  padding: 32px;
  background: #fff;
  border: 1px solid var(--line);
}

.offer-block.candy-offer {
  background: #fff3f8;
}

.offer-block.waffle-offer {
  background: #fffaf1;
}

.offer-icon {
  font-size: 39px;
}

.offer-block h3 {
  font-family: "Playfair Display";
  font-size: 28px;
  margin: 11px 0 8px;
}

.offer-block p {
  color: var(--muted);
  font-size: 14px;
}

.offer-block ul {
  list-style: none;
  margin-top: 20px;
  display: grid;
  gap: 9px;
  font-size: 13px;
}

.offer-block li {
  position: relative;
  padding-left: 23px;
}

.offer-block li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: var(--pink-dark);
  font-weight: 900;
}

/* =========================
   EXPERIENCE
========================= */

.experience-section {
  max-width: none;
  background: #f6e9e3;
}

.experience-intro {
  max-width: 1240px;
  margin: auto;
  padding: 0 30px 40px;
}

.experience-intro h2 {
  font-size: clamp(42px, 5vw, 66px);
  margin: 12px 0;
}

.experience-intro p {
  max-width: 760px;
  color: var(--muted);
}

.experience-grid {
  max-width: 1240px;
  margin: auto;
  padding: 0 30px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.experience-step {
  background: #fff;
  border-radius: 22px;
  padding: 26px;
  border: 1px solid #eadfd9;
}

.experience-step span {
  font-size: 10px;
  letter-spacing: 0.2em;
  font-weight: 900;
  color: var(--pink-dark);
}

.experience-step h3 {
  font-family: "Playfair Display";
  font-size: 24px;
  margin: 7px 0;
}

.experience-step p {
  font-size: 13px;
  color: var(--muted);
}

/* =========================
   GALLERY
========================= */

.gallery-section {
  padding-bottom: 85px;
}

.gallery-grid {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr 0.85fr 1.05fr;
  grid-auto-rows: 190px;
  gap: 14px;
}

.gallery-item {
  overflow: hidden;
  border-radius: 20px;
  border: 5px solid #fff;
  box-shadow: 0 13px 35px rgba(0, 0, 0, 0.08);
  margin: 0;
}

.gallery-item img {
  transition: transform 0.35s ease;
}

.gallery-item:hover img {
  transform: scale(1.05);
}

.gallery-large {
  grid-column: span 2;
  grid-row: span 2;
}

.gallery-tall {
  grid-row: span 2;
}

.machine-item {
  grid-column: span 2;
}

/* =========================
   QUOTE BANNER
========================= */

.quote-banner {
  max-width: 1240px;
  margin: 0 auto 100px;
  background: var(--pink);
  border-radius: 30px;
  padding: 45px 50px;
  color: #fff;
  display: flex;
  justify-content: space-between;
  gap: 30px;
  align-items: center;
}

.quote-banner .eyebrow {
  color: #fff;
}

.quote-banner h2 {
  font-size: clamp(35px, 4vw, 56px);
  margin: 10px 0;
}

.quote-banner h2 em {
  color: #fff;
}

.quote-banner p {
  max-width: 670px;
  color: #fff9fb;
  font-size: 14px;
}

/* =========================
   CONTACT / FORM
========================= */

.contact-section {
  display: grid;
  grid-template-columns: 0.82fr 1.18fr;
  gap: 8vw;
  align-items: start;
}

.contact-intro h2 {
  font-size: clamp(42px, 5vw, 65px);
  margin: 15px 0;
}

.contact-intro > p {
  color: var(--muted);
  max-width: 580px;
}

.contact-points {
  display: grid;
  gap: 15px;
  margin-top: 30px;
}

.contact-points > div {
  display: flex;
  gap: 13px;
  align-items: center;
}

.contact-points > div > span {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #fff;
  display: grid;
  place-items: center;
  border: 1px solid var(--line);
}

.contact-points small {
  display: block;
  color: #7c726c;
}

.booking-form {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 28px;
  padding: 30px;
  box-shadow: 0 18px 50px rgba(80, 51, 46, 0.08);
  display: grid;
  gap: 20px;
}

.form-title h3 {
  font-family: "Playfair Display";
  font-size: 30px;
  margin-top: 4px;
}

.field-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

.booking-form label {
  font-size: 11px;
  font-weight: 800;
  display: grid;
  gap: 7px;
}

.booking-form input,
.booking-form select,
.booking-form textarea {
  width: 100%;
  border: 1px solid #e6dbd5;
  background: #fffaf7;
  border-radius: 13px;
  padding: 12px 13px;
  outline: none;
}

.booking-form textarea {
  resize: vertical;
}

.booking-form input:focus,
.booking-form select:focus,
.booking-form textarea:focus {
  border-color: var(--pink);
}

.full-width {
  grid-column: 1 / -1;
}

.edition-selector {
  border: 0;
  padding: 0;
  margin: 0;
}

.edition-selector legend {
  font-size: 12px;
  font-weight: 900;
  margin-bottom: 10px;
}

.edition-options {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}

.edition-option {
  display: flex !important;
  gap: 10px !important;
  align-items: flex-start;
  background: #fffaf7;
  border: 1px solid var(--line);
  padding: 14px;
  border-radius: 16px;
  cursor: pointer;
}

.edition-option input {
  width: auto;
  margin-top: 3px;
}

.edition-option strong {
  display: block;
  font-size: 12px;
}

.edition-option small {
  display: block;
  font-weight: 500;
  color: var(--muted);
  margin-top: 3px;
}

.conditional-panel {
  border-top: 1px solid var(--line);
  padding-top: 18px;
  display: grid;
  gap: 16px;
}

.conditional-heading {
  display: flex;
  gap: 12px;
  align-items: flex-start;
}

.panel-icon {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: var(--pink-soft);
  display: grid;
  place-items: center;
  flex: 0 0 auto;
}

.conditional-heading h4 {
  font-family: "Playfair Display";
  font-size: 23px;
}

.conditional-heading p {
  font-size: 12px;
  color: var(--muted);
}

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

.check-card {
  display: flex !important;
  gap: 9px !important;
  align-items: center;
  background: #fffaf7;
  border: 1px solid var(--line);
  border-radius: 13px;
  padding: 11px;
  cursor: pointer;
}

.check-card input {
  width: auto !important;
}

.check-card span {
  font-size: 11px;
  font-weight: 700;
}

.subheading {
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #6d625d;
  margin-top: 3px;
}

.consent-line {
  display: flex !important;
  gap: 10px !important;
  align-items: flex-start;
  font-size: 11px !important;
  font-weight: 600 !important;
}

.consent-line input {
  width: auto !important;
  margin-top: 3px;
}

.submit-button {
  width: 100%;
}

.form-note {
  text-align: center;
  font-size: 10px;
  color: #887d77;
}

/* =========================
   FOOTER
========================= */

.site-footer {
  background: #211e1f;
  color: #fff;
  padding: 38px 30px 23px;
}

.footer-top,
.footer-bottom {
  max-width: 1240px;
  margin: auto;
}

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

.footer-brand {
  color: #fff;
}

.footer-top p {
  color: #b9aeaa;
  font-size: 13px;
}

.footer-links {
  display: flex;
  gap: 20px;
  font-size: 12px;
}

.footer-links a:hover {
  color: var(--pink);
}

.footer-bottom {
  border-top: 1px solid #3a3535;
  padding-top: 16px;
  display: flex;
  justify-content: space-between;
  color: #988d89;
  font-size: 10px;
}

/* =========================
   TOAST
========================= */

.toast {
  position: fixed;
  right: 22px;
  bottom: 22px;
  max-width: 350px;
  background: #201d1e;
  color: #fff;
  padding: 14px 17px;
  border-radius: 14px;
  opacity: 0;
  pointer-events: none;
  transform: translateY(18px);
  transition: 0.25s;
  z-index: 99;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.18);
}

.toast.show {
  opacity: 1;
  transform: none;
}

[hidden] {
  display: none !important;
}

/* =========================
   TABLET
========================= */

@media (max-width: 980px) {

  .hero {
    grid-template-columns: 1fr;
  }

  .hero-media {
    min-height: 500px;
    order: -1;
  }

  .section-heading {
    display: block;
  }

  .section-heading > p {
    margin-top: 17px;
  }

  .edition-grid,
  .offer-grid,
  .contact-section {
    grid-template-columns: 1fr;
  }

  .both-callout,
  .quote-banner {
    display: block;
  }

  .both-callout .btn,
  .quote-banner .btn {
    margin-top: 18px;
  }

  .field-grid {
    grid-template-columns: 1fr;
  }

  .edition-options {
    grid-template-columns: 1fr;
  }

  .gallery-grid {
    grid-template-columns: 1fr 1fr;
    grid-auto-rows: 185px;
  }

  .gallery-large {
    grid-column: span 2;
  }

  .gallery-tall {
    grid-row: span 1;
  }

  .machine-item {
    grid-column: span 2;
  }

  .experience-grid {
    grid-template-columns: 1fr 1fr;
  }
}

/* =========================
   MOBILE
========================= */

@media (max-width: 700px) {

  .header-inner {
    padding: 12px 18px;
  }

  .main-nav {
    display: none;
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    background: var(--cream);
    padding: 18px;
    flex-direction: column;
    align-items: stretch;
    border-bottom: 1px solid var(--line);
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.06);
  }

  .main-nav.open {
    display: flex;
  }

  .nav-button {
    text-align: center;
  }

  .menu-toggle {
    display: block;
  }

  .hero {
    padding: 55px 18px 70px;
  }

  .hero-media {
    min-height: 410px;
  }

  .hero-photo-main {
    width: 78%;
    height: 71%;
    left: 2%;
  }

  .hero-photo-side {
    width: 45%;
    height: 45%;
    right: 0;
  }

  .hero-badge {
    font-size: 9px;
  }

  .section {
    padding: 75px 18px;
  }

  .experience-intro,
  .experience-grid {
    padding-left: 18px;
    padding-right: 18px;
  }

  .gallery-grid {
    grid-template-columns: 1fr;
    grid-auto-rows: 240px;
  }

  .gallery-large,
  .machine-item {
    grid-column: span 1;
  }

  .contact-section {
    gap: 35px;
  }

  .booking-form {
    padding: 22px;
  }

  .check-grid {
    grid-template-columns: 1fr;
  }

  .footer-top,
  .footer-bottom {
    flex-direction: column;
    align-items: flex-start;
  }

  .quote-banner {
    margin: 0 18px 75px;
    padding: 30px 24px;
  }

  .announcement {
    font-size: 9px;
  }

  .hero h1 {
    font-size: 49px;
  }
}
