:root {
  --cream: #fbf4e8;
  --paper: #fffaf3;
  --ink: #221713;
  --muted: #75645a;
  --orange: #b95c27;
  --orange-dark: #8f3f1c;
  --green: #356247;
  --green-soft: #dfeade;
  --line: rgba(49, 35, 27, .12);
  --shadow: 0 24px 70px rgba(37, 25, 18, .13);
  --radius: 30px;
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--ink);
  background:
    radial-gradient(780px 420px at 12% 8%, rgba(185, 92, 39, .16), transparent 68%),
    radial-gradient(760px 420px at 88% 12%, rgba(53, 98, 71, .12), transparent 70%),
    var(--cream);
}

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

.demo-ribbon {
  position: sticky;
  top: 0;
  z-index: 40;
  display: flex;
  justify-content: center;
  gap: 18px;
  padding: 9px 16px;
  font-size: .86rem;
  color: rgba(34, 23, 19, .78);
  background: rgba(255, 250, 243, .82);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(14px);
}

.demo-ribbon span { font-weight: 800; color: var(--orange-dark); }
.demo-ribbon a { font-weight: 700; text-decoration: underline; text-underline-offset: 4px; }

.demo-header {
  position: sticky;
  top: 38px;
  z-index: 35;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  width: min(1180px, calc(100% - 32px));
  margin: 18px auto 0;
  padding: 12px 14px 12px 18px;
  border: 1px solid rgba(49, 35, 27, .10);
  border-radius: 999px;
  background: rgba(255, 250, 243, .78);
  box-shadow: 0 16px 42px rgba(37, 25, 18, .08);
  backdrop-filter: blur(16px);
}

.demo-brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
}

.demo-brand-mark {
  display: grid;
  place-items: center;
  width: 46px;
  height: 46px;
  border-radius: 15px;
  color: #fffaf3;
  font-weight: 900;
  letter-spacing: -.08em;
  background: linear-gradient(135deg, var(--orange), var(--green));
}

.demo-brand strong,
.demo-brand small { display: block; }
.demo-brand strong { font-weight: 900; line-height: 1.1; }
.demo-brand small { color: var(--muted); font-size: .78rem; }

.demo-nav {
  display: flex;
  align-items: center;
  gap: 22px;
  color: rgba(34, 23, 19, .78);
  font-weight: 750;
  font-size: .95rem;
}

.demo-nav a:hover { color: var(--orange-dark); }

.demo-header-cta,
.demo-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 20px;
  border-radius: 999px;
  font-weight: 850;
  border: 1px solid transparent;
  white-space: nowrap;
}

.demo-header-cta,
.demo-btn-primary {
  color: #fffaf3;
  background: linear-gradient(135deg, var(--orange), var(--orange-dark));
  box-shadow: 0 16px 34px rgba(143, 63, 28, .20);
}

.demo-btn-ghost {
  color: var(--ink);
  background: rgba(255, 250, 243, .64);
  border-color: rgba(49, 35, 27, .14);
}

.demo-hero,
.demo-section,
.demo-contact {
  width: min(1180px, calc(100% - 32px));
  margin-inline: auto;
}

.demo-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, 500px);
  align-items: center;
  gap: clamp(32px, 6vw, 70px);
  min-height: 620px;
  padding: clamp(58px, 7vw, 88px) 0 clamp(44px, 6vw, 76px);
}

.demo-kicker {
  margin: 0 0 16px;
  width: fit-content;
  padding: 8px 12px;
  border-radius: 999px;
  color: var(--orange-dark);
  background: rgba(255, 250, 243, .72);
  border: 1px solid rgba(185, 92, 39, .16);
  font-size: .76rem;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .12em;
}

.demo-hero h1,
.demo-section h2,
.demo-contact h2 {
  margin: 0;
  font-family: "Playfair Display", Georgia, serif;
  font-weight: 800;
  letter-spacing: -.045em;
  line-height: 1.02;
}

.demo-hero h1 {
  max-width: 650px;
  font-size: clamp(2.65rem, 4.35vw, 4.5rem);
}

.demo-lead {
  max-width: 610px;
  margin: 24px 0 0;
  color: rgba(34, 23, 19, .74);
  font-size: clamp(1rem, 1.35vw, 1.16rem);
  line-height: 1.75;
}

.demo-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}

.demo-proof {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-top: 30px;
  max-width: 610px;
}

.demo-proof div {
  padding: 15px 17px;
  border: 1px solid rgba(49, 35, 27, .10);
  border-radius: 20px;
  background: rgba(255, 250, 243, .64);
}

.demo-proof strong,
.demo-proof span { display: block; }
.demo-proof strong { font-size: 1.08rem; }
.demo-proof span { color: var(--muted); font-size: .9rem; margin-top: 2px; }

.demo-hero-card {
  position: relative;
  min-height: 465px;
  border-radius: 42px;
  background: linear-gradient(145deg, rgba(255,250,243,.72), rgba(185,92,39,.22));
  box-shadow: var(--shadow);
  overflow: hidden;
}

.demo-photo {
  position: absolute;
  inset: 18px;
  width: calc(100% - 36px);
  height: calc(100% - 36px);
  border-radius: 32px;
  overflow: hidden;
  object-fit: cover;
  display: block;
  box-shadow: inset 0 0 0 1px rgba(255, 250, 243, .34);
}

.demo-hero-card::after {
  content: "Menus maison · Commandes";
  position: absolute;
  left: 34px;
  right: 34px;
  bottom: 34px;
  padding: 16px 20px;
  border-radius: 24px;
  color: #fffaf3;
  font-weight: 900;
  font-size: 1.08rem;
  background: rgba(34, 23, 19, .48);
  backdrop-filter: blur(12px);
}

.demo-floating-card {
  position: absolute;
  left: -24px;
  bottom: 86px;
  max-width: 235px;
  padding: 18px 20px;
  border-radius: 26px;
  color: var(--ink);
  background: rgba(255, 250, 243, .88);
  border: 1px solid rgba(49, 35, 27, .10);
  box-shadow: 0 20px 54px rgba(37, 25, 18, .14);
  backdrop-filter: blur(14px);
}

.demo-floating-card span,
.demo-floating-card strong { display: block; }
.demo-floating-card span { color: var(--orange-dark); font-size: .78rem; font-weight: 900; text-transform: uppercase; letter-spacing: .10em; }
.demo-floating-card strong { margin-top: 5px; font-size: 1.1rem; line-height: 1.2; }

.demo-section,
.demo-contact {
  padding: clamp(58px, 7vw, 96px) 0;
  border-top: 1px solid rgba(49, 35, 27, .10);
}

.demo-section-head {
  max-width: 760px;
  margin-bottom: clamp(24px, 4vw, 46px);
}

.demo-section-head-wide { max-width: 920px; }

.demo-section h2,
.demo-contact h2 {
  font-size: clamp(2.05rem, 3.45vw, 3.45rem);
}

.demo-section-head > p:not(.demo-kicker),
.demo-contact p {
  color: var(--muted);
  line-height: 1.7;
  font-size: 1.02rem;
}

.demo-section-head-wide > p:not(.demo-kicker) {
  max-width: 760px;
  margin-top: 18px;
}

.demo-section-head-row {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 36px;
  max-width: none;
}

.demo-section-head-row > p {
  max-width: 430px;
  margin: 0;
}

.demo-benefits,
.demo-products,
.demo-trust-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.demo-benefits article,
.demo-product-card,
.demo-trust-grid article,
.demo-contact {
  border: 1px solid rgba(49, 35, 27, .10);
  border-radius: var(--radius);
  background: rgba(255, 250, 243, .62);
  box-shadow: 0 18px 52px rgba(37, 25, 18, .09);
}

.demo-benefits article { padding: 26px; }
.demo-benefits span { color: var(--green); font-weight: 900; font-size: .84rem; letter-spacing: .14em; }
.demo-benefits h3 { margin: 12px 0 8px; font-size: 1.25rem; }
.demo-benefits p { margin: 0; color: var(--muted); line-height: 1.65; }

.demo-product-card { overflow: hidden; }
.demo-product-copy { padding: 22px 24px 26px; }
.demo-product-card h3 { margin: 0 0 9px; font-size: 1.25rem; }
.demo-product-card p { margin: 0; color: var(--muted); line-height: 1.6; }

.demo-product-visual {
  width: 100%;
  height: 230px;
  display: block;
  object-fit: cover;
  overflow: hidden;
  border-bottom: 1px solid rgba(49, 35, 27, .08);
}

.demo-trust { padding-top: clamp(42px, 6vw, 74px); }
.demo-trust-grid article { padding: 26px; }
.demo-trust-grid strong { display: block; font-size: 1.16rem; margin-bottom: 8px; }
.demo-trust-grid span { color: var(--muted); line-height: 1.6; }

.demo-contact {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 420px);
  align-items: center;
  gap: 36px;
  margin-bottom: 80px;
  padding: clamp(34px, 5vw, 56px);
}

.demo-contact-card {
  display: grid;
  gap: 10px;
  padding: 26px;
  border-radius: 26px;
  background: rgba(255, 250, 243, .82);
  border: 1px solid rgba(49, 35, 27, .10);
}

.demo-contact-card strong { font-size: 1.3rem; }
.demo-contact-card span { color: var(--muted); }
.demo-contact-card .demo-btn { margin-top: 10px; }

@media (max-width: 900px) {
  .demo-header { top: 35px; border-radius: 26px; align-items: flex-start; }
  .demo-nav { display: none; }
  .demo-hero { grid-template-columns: 1fr; min-height: 0; }
  .demo-hero-card { min-height: 430px; }
  .demo-floating-card { left: 22px; bottom: 42px; }
  .demo-proof,
  .demo-benefits,
  .demo-products,
  .demo-trust-grid,
  .demo-contact { grid-template-columns: 1fr; }
  .demo-section-head-row { display: block; }
  .demo-section-head-row > p { margin-top: 16px; }
}

@media (max-width: 560px) {
  .demo-ribbon { justify-content: space-between; }
  .demo-header { width: calc(100% - 20px); margin-top: 10px; padding: 10px; }
  .demo-brand small { display: none; }
  .demo-header-cta { display: none; }
  .demo-hero,
  .demo-section,
  .demo-contact { width: calc(100% - 20px); }
  .demo-hero h1 { font-size: 2.9rem; }
  .demo-proof { grid-template-columns: 1fr; }
}
