/* Luxe Picnics Toronto — recreation of the original site
   Palette & type taken directly from the original Elementor build. */

:root {
  --rose:    #DE959A;   /* primary button / accents */
  --rose-dk: #cf7e84;   /* button hover */
  --blush:   #E8B4B8;   /* soft accent */
  --mauve:   #664346;   /* headings */
  --ink:     #323B43;   /* footer / strong text */
  --text:    #6f6a6a;   /* body copy */
  --muted:   #9a9494;
  --bg:      #F8F7F7;   /* page background */
  --bg-soft: #F3EDED;   /* very subtle alt tint (kept faint to match original's flat look) */
  --white:   #ffffff;
  --line:    #e7dede;
  --radius:  10px;
  --maxw:    1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
section[id], [id="appointment"] { scroll-margin-top: 72px; } /* keep anchored sections clear of the sticky header */
body {
  margin: 0;
  font-family: "PT Serif", Georgia, serif;
  color: var(--text);
  background: var(--bg);
  font-size: 17px;
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }

h1, h2, h3, h4 {
  font-family: "Forum", "PT Serif", Georgia, serif;
  color: var(--mauve);
  font-weight: 400;
  line-height: 1.2;
  margin: 0 0 .4em;
  letter-spacing: .3px;
}
h1 { font-size: clamp(2.2rem, 4.6vw, 3.4rem); }
h2 { font-size: clamp(1.8rem, 3.4vw, 2.6rem); }
h3 { font-size: 1.3rem; }

.container { max-width: var(--maxw); margin: 0 auto; padding: 0 24px; }
.section { padding: 76px 0; }
.section--tint { background: var(--bg-soft); }
.center { text-align: center; }

/* ---------- Header ---------- */
.site-header {
  position: sticky; top: 0; z-index: 50;
  background: rgba(248,247,247,.92);
  backdrop-filter: blur(6px);
  border-bottom: 1px solid var(--line);
}
.nav {
  display: flex; justify-content: center; align-items: center; gap: 38px;
  padding: 16px 24px; max-width: var(--maxw); margin: 0 auto;
  font-family: "Forum", serif; font-size: 1rem; letter-spacing: .5px;
}
.nav a { color: var(--mauve); transition: color .2s; position: relative; }
.nav a:hover { color: var(--rose); }
.nav a.active { color: var(--rose); }

/* ---------- Buttons ---------- */
.btn {
  display: inline-block; cursor: pointer;
  background: var(--rose); color: #fff;
  font-family: "PT Serif", serif; font-size: 1rem;
  padding: 12px 30px; border: none; border-radius: 6px;
  letter-spacing: .4px; transition: background .2s, transform .15s;
}
.btn:hover { background: var(--rose-dk); transform: translateY(-1px); }
.btn--block { width: 100%; padding: 14px; font-size: 1.05rem; }

/* ---------- Hero ---------- */
.hero { background: var(--bg); padding: 70px 0 40px; }
.hero__inner {
  display: grid; grid-template-columns: 1.05fr .95fr; align-items: center; gap: 40px;
}
.hero__title { color: #595154; font-weight: 400; }
.hero__cta { margin-top: 26px; }
.hero__logo { max-width: 500px; margin: 0 auto; }

/* ---------- Pricing cards ---------- */
.cards {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 26px;
}
.card { text-align: center; }
.card__img {
  width: 100%; aspect-ratio: 4/3; object-fit: cover;
  border-radius: var(--radius); box-shadow: 0 6px 22px rgba(102,67,70,.10);
}
.card__title {
  font-family: "PT Serif", serif; font-weight: 700; color: var(--mauve);
  font-size: 1.05rem; margin: 18px 0 6px;
}
.card__price { color: var(--text); font-size: .98rem; margin: 0; }

/* ---------- Estimate calculator ---------- */
.calc {
  max-width: 540px; margin: 0 auto; background: #fff;
  border: 1px solid var(--line); border-radius: 16px;
  padding: 34px 34px 28px; box-shadow: 0 10px 34px rgba(102,67,70,.08);
}
.calc__row { display: flex; align-items: center; justify-content: space-between; gap: 16px; }
.calc__label { font-family: "Forum", serif; color: var(--mauve); font-size: 1.15rem; }
.stepper { display: flex; align-items: center; gap: 4px; }
.stepper button {
  width: 40px; height: 40px; border-radius: 50%; cursor: pointer;
  border: 1px solid var(--rose); background: #fff; color: var(--rose);
  font-size: 1.3rem; line-height: 1; padding: 0;
  display: flex; align-items: center; justify-content: center;
  transition: background .15s, color .15s;
}
.stepper button:hover { background: var(--rose); color: #fff; }
.stepper input {
  width: 64px; text-align: center; font-family: "Forum", serif;
  font-size: 1.3rem; color: var(--ink); padding: 8px 4px;
  border: 1px solid var(--line); border-radius: 8px;
  -moz-appearance: textfield;
}
.stepper input::-webkit-outer-spin-button, .stepper input::-webkit-inner-spin-button { -webkit-appearance: none; margin: 0; }

.calc__range { width: 100%; margin: 22px 0 4px; accent-color: var(--rose); cursor: pointer; }

.calc__result { text-align: center; padding: 18px 0 6px; }
.calc__tier { font-family: "Forum", serif; color: var(--rose); letter-spacing: .5px; margin: 0 0 4px; font-size: 1.05rem; }
.calc__total { font-family: "Forum", serif; color: var(--mauve); font-size: 3.1rem; line-height: 1; margin: 0; }
.calc__meta { color: var(--muted); font-size: .92rem; margin: 8px 0 0; }
.calc .btn { margin-top: 20px; }
.calc__fine { font-size: .78rem; color: var(--muted); text-align: center; margin: 14px 0 0; line-height: 1.5; }

/* ---------- Gallery ---------- */
.gallery__head { margin-bottom: 38px; }
.gallery__sub { color: var(--muted); margin-top: -4px; }
.gallery__grid {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px;
}
.gallery__item {
  position: relative; cursor: pointer; overflow: hidden;
  border-radius: var(--radius); background: var(--bg-soft);
  aspect-ratio: 1/1;
}
.gallery__item img {
  width: 100%; height: 100%; object-fit: cover;
  transition: transform .45s ease;
}
.gallery__item:hover img { transform: scale(1.06); }
.gallery__item::after {
  content: ""; position: absolute; inset: 0;
  background: rgba(102,67,70,0); transition: background .3s;
}
.gallery__item:hover::after { background: rgba(102,67,70,.12); }
.is-placeholder { outline: 2px dashed rgba(222,149,154,.55); outline-offset: -2px; }

.ig-cta { text-align: center; margin-top: 40px; }
.ig-cta a { color: var(--rose); font-family: "Forum", serif; font-size: 1.15rem; letter-spacing: .5px; }
.ig-cta a:hover { color: var(--rose-dk); }

/* Lightbox */
.lightbox {
  position: fixed; inset: 0; z-index: 100; display: none;
  align-items: center; justify-content: center;
  background: rgba(40,30,32,.88); backdrop-filter: blur(3px);
}
.lightbox.open { display: flex; }
.lightbox img { max-width: 90vw; max-height: 86vh; border-radius: 8px; box-shadow: 0 10px 50px rgba(0,0,0,.5); }
.lb-btn {
  position: absolute; background: none; border: none; color: #fff; cursor: pointer;
  font-family: "PT Serif", serif; line-height: 1; user-select: none;
}
.lb-close { top: 22px; right: 30px; font-size: 2.4rem; }
.lb-prev, .lb-next { top: 50%; transform: translateY(-50%); font-size: 3rem; padding: 10px 18px; opacity: .85; }
.lb-prev { left: 14px; } .lb-next { right: 14px; }
.lb-btn:hover { opacity: 1; }

@media (max-width: 900px) { .gallery__grid { grid-template-columns: repeat(3, 1fr); } }
@media (max-width: 560px) { .gallery__grid { grid-template-columns: repeat(2, 1fr); gap: 12px; } }

/* ---------- How it works ---------- */
.how { display: grid; grid-template-columns: .85fr 1.15fr; gap: 50px; align-items: start; }
.how__title { margin: 0; }
.steps { display: grid; gap: 22px; }
.step__n { color: var(--rose); font-family: "Forum", serif; font-weight: 700; }
.step p { margin: 0; }

/* ---------- Forms ---------- */
.form-wrap { max-width: 620px; margin: 0 auto; }
.form-sub { color: var(--muted); margin-top: -6px; }
.field { margin-bottom: 16px; }
.row-2 { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
label.lbl { display: block; font-size: .9rem; color: var(--mauve); margin-bottom: 6px; }
input, select, textarea {
  width: 100%; padding: 13px 15px; font-family: "PT Serif", serif; font-size: 1rem;
  color: var(--ink); background: #fff;
  border: 1px solid var(--line); border-radius: 6px; outline: none;
  transition: border-color .2s, box-shadow .2s;
}
input:focus, select:focus, textarea:focus {
  border-color: var(--rose); box-shadow: 0 0 0 3px rgba(222,149,154,.16);
}
.check { display: flex; align-items: flex-start; gap: 10px; font-size: .92rem; color: var(--text); }
.check input { width: auto; margin-top: 4px; }
.fineprint { font-size: .8rem; color: var(--muted); margin: 14px 0 18px; }
.fineprint a { color: var(--rose); }

/* ---------- Newsletter ---------- */
.newsletter { display: grid; grid-template-columns: 1fr auto; gap: 14px; max-width: 460px; }
.newsletter input { margin: 0; }

/* ---------- FAQ ---------- */
.faq-list { max-width: 860px; margin: 0 auto; }
.faq-item { padding: 20px 0; border-bottom: 1px solid var(--line); }
.faq-q { font-family: "Forum", serif; color: var(--mauve); font-size: 1.18rem; margin: 0 0 8px; }
.faq-a { margin: 0; }

/* ---------- Footer ---------- */
.site-footer {
  background: var(--ink); color: #cfd3d6; text-align: center;
  padding: 26px 16px; font-size: .85rem; letter-spacing: .5px;
}
.site-footer a { color: #fff; transition: color .2s; }
.site-footer a:hover { color: var(--blush); }
.site-footer p { margin: 4px 0; }
.footer-contact { font-size: .92rem; }
.footer-dot { margin: 0 8px; color: var(--muted); }

/* ---------- Subtle scroll reveal ---------- */
.reveal { opacity: 0; transform: translateY(16px); transition: opacity .7s ease, transform .7s ease; }
.reveal.in { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) {
  .reveal { opacity: 1; transform: none; transition: none; }
  html { scroll-behavior: auto; }
}

/* ---------- Thank you ---------- */
.thanks { min-height: 64vh; display: grid; place-content: center; text-align: center; gap: 10px; }

/* ---------- Responsive ---------- */
@media (max-width: 900px) {
  .hero__inner { grid-template-columns: 1fr; text-align: center; }
  .hero__cta { display: inline-block; }
  .hero__logo { margin-top: 18px; }
  .cards { grid-template-columns: repeat(2, 1fr); }
  .how { grid-template-columns: 1fr; gap: 24px; }
}
@media (max-width: 560px) {
  .section { padding: 54px 0; }
  .nav { gap: 20px; font-size: .92rem; flex-wrap: wrap; }
  .cards { grid-template-columns: 1fr; }
  .row-2 { grid-template-columns: 1fr; }
  .newsletter { grid-template-columns: 1fr; }
}
