:root {
  --red: #a91d24;
  --red-dark: #721017;
  --red-deep: #4e0b10;
  --gold: #f4bd4f;
  --gold-dark: #c88b1c;
  --cream: #fff8eb;
  --paper: #fff;
  --ink: #281d18;
  --muted: #706158;
  --line: #ead8c0;
  --green: #2f7d47;
  --shadow: 0 22px 58px rgba(78, 34, 11, .14);
  --radius-lg: 30px;
  --radius-md: 18px;
  --max: 1140px;
}
html { scroll-padding-top: 88px; }
body {
  background: radial-gradient(circle at 8% 7%, rgba(244, 189, 79, .18), transparent 24rem), radial-gradient(circle at 96% 48%, rgba(169, 29, 36, .07), transparent 28rem), var(--cream);
}
h1, h2, h3, p { margin-top: 0; }
a:focus-visible, summary:focus-visible { outline: 3px solid var(--gold); outline-offset: 4px; border-radius: 8px; }
.container { width: min(var(--max), calc(100% - 32px)); margin-inline: auto; }
.skip-link {
  position: absolute;
  left: -999px;
  top: 8px;
  z-index: 999;
  padding: 10px 14px;
  border-radius: 10px;
  color: var(--red-dark);
  background: #fff;
  font-weight: 850;
}
.skip-link:focus { left: 8px; }
.topbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 6px 18px;
  padding: 8px 16px;
  color: #fff8e8;
  background: var(--red-deep);
  text-align: center;
  font-size: .86rem;
  font-weight: 750;
}
.topbar a { color: #fff; font-weight: 900; text-underline-offset: 3px; }
.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  border-bottom: 1px solid rgba(234, 216, 192, .88);
  background: rgba(255, 248, 235, .95);
  backdrop-filter: blur(14px);
}
.nav { min-height: 72px; display: flex; align-items: center; justify-content: space-between; gap: 18px; }
.brand {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  color: var(--red-dark);
  text-decoration: none;
  font-weight: 900;
  letter-spacing: -.03em;
}
.brand img { width: 48px; height: 48px; border-radius: 50%; object-fit: cover; }
.brand span { font-size: clamp(1rem, 2vw, 1.2rem); }
.nav-links { display: flex; align-items: center; gap: 20px; font-size: .94rem; font-weight: 800; }
.nav-links a { color: #4f4038; text-decoration: none; }
.nav-links a:hover, .nav-links a[aria-current="page"] { color: var(--red); }
.nav-call {
  padding: 10px 16px;
  border-radius: 999px;
  color: #fff !important;
  background: var(--red);
  box-shadow: 0 8px 18px rgba(169, 29, 36, .2);
}
.hero {
  position: relative;
  overflow: hidden;
  padding: clamp(56px, 8vw, 102px) 0 76px;
  color: #fff;
  background: radial-gradient(circle at 88% 8%, rgba(244, 189, 79, .18), transparent 22rem), linear-gradient(118deg, rgba(78, 11, 16, .99), rgba(122, 15, 22, .97) 55%, rgba(169, 29, 36, .94));
}
.hero::after {
  content: "";
  position: absolute;
  width: 360px;
  height: 360px;
  left: -190px;
  bottom: -215px;
  border: 64px solid rgba(244, 189, 79, .11);
  border-radius: 50%;
}
.hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  align-items: center;
  gap: clamp(36px, 7vw, 84px);
}
.eyebrow, .section-kicker {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 14px;
  color: #ffe7ac;
  font-size: .82rem;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}
h1 {
  max-width: 720px;
  margin-bottom: 20px;
  font-size: clamp(2.65rem, 6.8vw, 5.4rem);
  line-height: .98;
  letter-spacing: -.065em;
}
.hero-lead { max-width: 650px; margin-bottom: 28px; color: #fff0da; font-size: clamp(1.08rem, 2vw, 1.28rem); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 11px; }
.button {
  min-height: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 13px 19px;
  border: 1px solid transparent;
  border-radius: 999px;
  text-align: center;
  text-decoration: none;
  font-weight: 900;
  line-height: 1.2;
  transition: transform .18s ease, background .18s ease, box-shadow .18s ease;
}
.button:hover { transform: translateY(-2px); }
.button-primary {
  color: #4a2d00;
  background: linear-gradient(145deg, #ffe4a0, var(--gold));
  box-shadow: 0 12px 28px rgba(51, 19, 0, .24);
}
.button-light { color: var(--red-dark); background: #fff; }
.button-outline { color: inherit; border-color: currentColor; background: transparent; }
.button-red { color: #fff; background: var(--red); box-shadow: 0 12px 28px rgba(169, 29, 36, .22); }
.button-soft { color: var(--red-dark); border-color: #ddb98a; background: #fff9ef; }
.hero-facts { display: flex; flex-wrap: wrap; gap: 9px; margin-top: 26px; padding: 0; list-style: none; }
.hero-facts li {
  padding: 8px 12px;
  border: 1px solid rgba(255,255,255,.2);
  border-radius: 999px;
  color: #fff7e7;
  background: rgba(255,255,255,.08);
  font-size: .88rem;
  font-weight: 800;
}
.hero-figure {
  position: relative;
  margin: 0;
  overflow: hidden;
  padding: 10px;
  border: 1px solid rgba(255,255,255,.24);
  border-radius: 34px;
  background: rgba(255,255,255,.10);
  box-shadow: 0 30px 70px rgba(28, 3, 5, .32);
  transform: none;
}
.full-image-link { display: block; border-radius: 26px; }
.hero-figure img { width: 100%; height: auto; max-height: none; border-radius: 26px; object-fit: contain; }
.hero-badge {
  display: block;
  margin-top: 10px;
  padding: 13px 16px;
  border-radius: 16px;
  color: var(--red-dark);
  background: #fffaf0;
  text-align: center;
  font-weight: 900;
}
.hero-badge small { color: #76584a; font-size: .78rem; font-weight: 750; }
.trust-strip { position: relative; z-index: 2; margin-top: -25px; }
.trust-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 22px;
  background: #fff;
  box-shadow: var(--shadow);
}
.trust-item { padding: 19px 22px; text-align: center; }
.trust-item + .trust-item { border-left: 1px solid var(--line); }
.trust-item strong { display: block; color: var(--red-dark); font-size: 1rem; }
.trust-item span { color: var(--muted); font-size: .9rem; }
section { padding: clamp(68px, 8vw, 104px) 0; }
.section-head { max-width: 760px; margin: 0 auto 36px; text-align: center; }
.section-head .section-kicker { color: var(--red); }
h2 {
  margin-bottom: 15px;
  color: var(--red-dark);
  font-size: clamp(2rem, 4.7vw, 3.45rem);
  line-height: 1.08;
  letter-spacing: -.045em;
}
h3 { margin-bottom: 8px; color: var(--red-dark); font-size: 1.18rem; line-height: 1.25; }
.section-head p { color: var(--muted); font-size: 1.05rem; }
.occasion-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.step-grid { display: grid; gap: 16px; }
.occasion-card {
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  background: rgba(255,255,255,.92);
  box-shadow: 0 12px 34px rgba(78, 34, 11, .07);
}
.step-card {
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  box-shadow: 0 12px 34px rgba(78, 34, 11, .07);
}
.occasion-icon { margin-bottom: 12px; font-size: 1.65rem; }
.occasion-card p, .step-card p { margin-bottom: 0; color: var(--muted); }
.whole-service { background: linear-gradient(180deg, #fffdf8, #f8eddb); }
.service-panel {
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  align-items: center;
  gap: clamp(30px, 6vw, 72px);
  padding: clamp(24px, 4vw, 44px);
  border: 1px solid #dfc7a7;
  border-radius: var(--radius-lg);
  background: #fff;
  box-shadow: var(--shadow);
}
.service-photo { margin: 0; padding: 8px; border-radius: 28px; background: #f8eddb; }
.service-photo img { width: 100%; height: auto; border-radius: 22px; object-fit: contain; }
.service-copy .section-kicker { color: var(--red); }
.service-copy > p { color: var(--muted); font-size: 1.04rem; }
.service-list { display: grid; gap: 12px; margin: 24px 0 28px; padding: 0; list-style: none; }
.service-list li { position: relative; padding-left: 32px; }
.service-list li::before { content: "✓"; position: absolute; left: 0; top: 0; color: var(--green); font-weight: 950; }
.service-list strong { color: var(--red-dark); }
.steps { background: var(--red-deep); color: #fff; }
.steps .section-head h2 { color: #fff; }
.steps .section-head p { color: #f3dfce; }
.steps .section-kicker { color: var(--gold); }
.step-grid { grid-template-columns: repeat(3, 1fr); }
.step-card { position: relative; border-color: rgba(255,255,255,.15); background: rgba(255,255,255,.08); box-shadow: none; }
.step-card h3 { color: #fff; }
.step-card p { color: #f3dfce; }
.step-number {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  margin-bottom: 16px;
  border-radius: 50%;
  color: #4a2d00;
  background: var(--gold);
  font-weight: 950;
}
.gallery { display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; }
.gallery figure {
  overflow: hidden;
  margin: 0;
  border: 1px solid var(--line);
  border-radius: 22px;
  background: #fff;
  box-shadow: 0 14px 36px rgba(78,34,11,.09);
}
.gallery img { width: 100%; aspect-ratio: 4 / 5; object-fit: cover; }
.gallery figcaption { padding: 14px 16px; color: var(--red-dark); font-weight: 850; text-align: center; }
.booking-panel {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(30px, 6vw, 72px);
  padding: clamp(28px, 5vw, 54px);
  border-radius: var(--radius-lg);
  color: #fff;
  background: linear-gradient(125deg, var(--red-deep), var(--red-dark));
  box-shadow: var(--shadow);
}
.booking-panel h2 { color: #fff; }
.booking-panel p { color: #f4e0d0; }
.booking-checklist { display: grid; gap: 11px; margin: 0; padding: 0; list-style: none; }
.booking-checklist li {
  padding: 13px 15px;
  border: 1px solid rgba(255,255,255,.15);
  border-radius: 14px;
  background: rgba(255,255,255,.08);
  font-weight: 800;
}
.booking-actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 22px; }
.faq { background: #fffdf8; }
.faq-grid { max-width: 880px; display: grid; gap: 12px; margin-inline: auto; }
details { border: 1px solid var(--line); border-radius: 16px; background: #fff; box-shadow: 0 8px 25px rgba(78,34,11,.05); }
summary { padding: 18px 20px; color: var(--red-dark); cursor: pointer; font-weight: 900; }
details p { padding: 0 20px 18px; margin: 0; color: var(--muted); }
.contact-links { display: flex; flex-wrap: wrap; justify-content: center; gap: 10px; margin-top: 28px; }
footer { padding: 46px 0 104px; color: #f9e7d6; background: #321014; text-align: center; }
footer strong { color: #fff; font-size: 1.12rem; }
.footer-links { display: flex; flex-wrap: wrap; justify-content: center; gap: 9px 16px; margin: 16px 0; }
.footer-links a { font-weight: 800; text-underline-offset: 3px; }
.mobile-action-bar {
  position: fixed;
  right: 10px;
  bottom: calc(10px + env(safe-area-inset-bottom));
  left: 10px;
  z-index: 90;
  display: none;
  grid-template-columns: repeat(4, 1fr);
  gap: 5px;
  padding: 6px;
  border: 1px solid rgba(255,255,255,.22);
  border-radius: 20px;
  background: rgba(47, 8, 11, .96);
  box-shadow: 0 15px 36px rgba(47, 8, 11, .34);
  backdrop-filter: blur(16px);
}
.mobile-action-bar a {
  min-height: 52px;
  display: grid;
  place-items: center;
  align-content: center;
  color: #fff;
  text-decoration: none;
  font-size: .71rem;
  font-weight: 850;
  line-height: 1.15;
}
.mobile-action-icon { font-size: 1.05rem; }
.mobile-action-bar a:last-child { color: #3d2900; border-radius: 14px; background: linear-gradient(145deg, #f7dfa2, #d9a52f); }
@media (max-width: 950px) {
  .hero-grid, .service-panel, .booking-panel { grid-template-columns: 1fr; }
  .hero-copy { max-width: 760px; }
  .hero-figure { max-width: 620px; margin-inline: auto; transform: none; }
  .occasion-grid { grid-template-columns: repeat(2, 1fr); }
  .service-photo { max-width: 560px; margin-inline: auto; }
  .nav-links a:not(.nav-call) { display: none; }
}
@media (max-width: 720px) {
  .container { width: min(var(--max), calc(100% - 22px)); }
  .topbar span { width: 100%; }
  .hero { padding-top: 45px; }
  h1 { font-size: clamp(2.42rem, 13vw, 4rem); }
  .hero-actions .button, .booking-actions .button { width: 100%; }
  .trust-grid { grid-template-columns: 1fr; }
  .trust-item + .trust-item { border-top: 1px solid var(--line); border-left: 0; }
  .occasion-grid, .step-grid, .gallery { grid-template-columns: 1fr; }
  .occasion-card, .step-card { padding: 21px; }
  .gallery { max-width: 520px; margin-inline: auto; }
  .mobile-action-bar { display: grid; }
  footer { padding-bottom: 112px; }
}
@media (max-width: 420px) {
  .brand span { font-size: .94rem; }
  .nav-call { padding-inline: 12px; font-size: .82rem; }
  .hero-facts { display: grid; }
  .hero-facts li { text-align: center; }
  .hero-badge { font-size: .86rem; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition: none !important; }
}
@media (max-width: 950px) {
  .mobile-action-bar { display: grid; }
  footer { padding-bottom: 112px; }
}

/* Preserve the complete supplied poster, including its edges and lettering. */
h1 { line-height: 1.08; letter-spacing: -.035em; }
.hero-figure, .service-photo { padding: 8px; }
.hero-figure .full-image-link, .service-photo .full-image-link { border-radius: 0; }
.hero-figure img, .service-photo img { border-radius: 0; height: auto; object-fit: contain; }
.hero-badge small { font-size: .875rem; }
.booking-panel p a, .order-panel p a { color: inherit; }
@media (max-width: 720px) {
  .topbar, .eyebrow, .nav-call { font-size: .875rem; }
  .nav-call { min-height: 44px; display: inline-flex; align-items: center; }
}

.mobile-action-bar a { min-height: 44px; font-size: .875rem; }
