/* =====================================================================
   GEM Event Planning styles
   Palette: emerald / sapphire / gold on warm ivory, charcoal body text.
   Headings: Cormorant Garamond. Body: Inter.
   ===================================================================== */

:root {
  --emerald: #0F5132;
  --emerald-deep: #0a3a24;
  --sapphire: #1B3A6B;
  --gold: #C9A24B;
  --gold-soft: #d9bd7e;
  --ivory: #FBF8F3;
  --ivory-2: #f4eee4;
  --charcoal: #2B2B2B;
  --charcoal-soft: #5a5650;
  --white: #ffffff;
  --line: rgba(43, 43, 43, 0.12);

  --serif: "Cormorant Garamond", Georgia, "Times New Roman", serif;
  --sans: "Inter", system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;

  --maxw: 1180px;
  --gutter: clamp(1.1rem, 4vw, 2.5rem);
  --radius: 4px;
  --shadow: 0 18px 50px -28px rgba(15, 81, 50, 0.4);
  --shadow-sm: 0 8px 24px -16px rgba(43, 43, 43, 0.45);
  --ease: cubic-bezier(0.22, 0.61, 0.36, 1);
}

/* --------------------------- Reset / base --------------------------- */
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 88px; -webkit-text-size-adjust: 100%; }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }

body {
  margin: 0;
  font-family: var(--sans);
  font-weight: 400;
  color: var(--charcoal);
  background: var(--ivory);
  line-height: 1.65;
  font-size: 17px;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

img { max-width: 100%; display: block; }
a { color: var(--emerald); text-decoration: none; }
ul { list-style: none; margin: 0; padding: 0; }

h1, h2, h3, h4 { font-family: var(--serif); font-weight: 500; line-height: 1.12; margin: 0; color: var(--charcoal); }

.container { width: 100%; max-width: var(--maxw); margin-inline: auto; padding-inline: var(--gutter); }
.section { padding-block: clamp(3.5rem, 8vw, 7rem); }
.section-alt { background: var(--ivory-2); }

.skip-link {
  position: absolute; left: -999px; top: 0; z-index: 1000;
  background: var(--emerald); color: #fff; padding: .7rem 1.1rem; border-radius: 0 0 var(--radius) 0;
}
.skip-link:focus { left: 0; }

/* --------------------------- Typography bits --------------------------- */
.eyebrow {
  font-family: var(--sans);
  text-transform: uppercase;
  letter-spacing: 0.22em;
  font-size: 0.72rem;
  font-weight: 600;
  color: var(--gold);
  margin: 0 0 1rem;
}
.eyebrow-light { color: var(--gold-soft); }

.section-title {
  font-size: clamp(1.9rem, 4.2vw, 3rem);
  letter-spacing: 0.01em;
  margin-bottom: 1.1rem;
}
.section-head { max-width: 720px; margin: 0 auto clamp(2.2rem, 5vw, 3.5rem); text-align: center; }
.section-intro { color: var(--charcoal-soft); font-size: 1.05rem; }
.lead { font-size: 1.18rem; color: var(--charcoal); }

.link-gold {
  display: inline-block; margin-top: 1.2rem; color: var(--emerald);
  font-weight: 600; letter-spacing: .02em; border-bottom: 1px solid var(--gold);
  padding-bottom: 2px; transition: color .25s var(--ease);
}
.link-gold:hover { color: var(--gold); }

/* --------------------------- Buttons --------------------------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: .5rem;
  font-family: var(--sans); font-weight: 600; font-size: 0.92rem;
  letter-spacing: 0.04em; text-transform: uppercase;
  padding: 0.85rem 1.6rem; border-radius: var(--radius);
  border: 1px solid transparent; cursor: pointer;
  transition: background .28s var(--ease), color .28s var(--ease), border-color .28s var(--ease), transform .15s var(--ease), box-shadow .28s var(--ease);
}
.btn:active { transform: translateY(1px); }
.btn-lg { padding: 1rem 2rem; font-size: 0.95rem; }
.btn-block { width: 100%; }

.btn-gold { background: var(--gold); color: #2a2207; border-color: var(--gold); }
.btn-gold:hover { background: #b88f37; border-color: #b88f37; box-shadow: var(--shadow-sm); }

.btn-outline { background: transparent; color: var(--emerald); border-color: var(--emerald); }
.btn-outline:hover { background: var(--emerald); color: #fff; }

.btn-ghost-light { background: rgba(255,255,255,0.08); color: #fff; border-color: rgba(255,255,255,0.6); backdrop-filter: blur(2px); }
.btn-ghost-light:hover { background: #fff; color: var(--emerald); border-color: #fff; }

/* --------------------------- Header / nav --------------------------- */
.site-header {
  position: sticky; top: 0; z-index: 100;
  background: rgba(251, 248, 243, 0.85);
  backdrop-filter: saturate(180%) blur(12px);
  border-bottom: 1px solid transparent;
  transition: box-shadow .3s var(--ease), border-color .3s var(--ease), background .3s var(--ease);
}
.site-header.scrolled { box-shadow: 0 6px 24px -18px rgba(0,0,0,.5); border-bottom-color: var(--line); }
.header-inner { display: flex; align-items: center; justify-content: space-between; min-height: 72px; gap: 1rem; }

.brand { display: inline-flex; align-items: center; gap: .65rem; color: var(--emerald); }
.brand-mark { color: var(--gold); display: inline-flex; }
.brand-text { display: flex; flex-direction: column; line-height: 1; }
.brand-name { font-family: var(--serif); font-weight: 600; font-size: 1.65rem; letter-spacing: 0.12em; color: var(--emerald); }
.brand-sub { font-family: var(--sans); font-size: 0.58rem; letter-spacing: 0.34em; text-transform: uppercase; color: var(--charcoal-soft); margin-top: 3px; }

.site-nav { display: flex; align-items: center; gap: 1rem; }
.header-ig { display: inline-flex; align-items: center; color: var(--emerald); transition: color .25s var(--ease); }
.header-ig:hover, .header-ig:focus-visible { color: var(--gold); }
.header-ig:focus-visible { outline: 2px solid var(--gold); outline-offset: 3px; border-radius: 4px; }
.nav-list { display: flex; align-items: center; gap: 1.6rem; }
.nav-list a { color: var(--charcoal); font-size: 0.9rem; font-weight: 500; letter-spacing: .02em; position: relative; }
.nav-list a:not(.btn)::after {
  content: ""; position: absolute; left: 0; bottom: -6px; height: 1px; width: 0; background: var(--gold); transition: width .28s var(--ease);
}
.nav-list a:not(.btn):hover::after, .nav-list a:not(.btn):focus-visible::after { width: 100%; }
.nav-cta { color: #2a2207 !important; }

.nav-toggle {
  display: none; flex-direction: column; gap: 5px; background: none; border: 0; cursor: pointer; padding: 8px;
}
.nav-toggle span { width: 24px; height: 2px; background: var(--emerald); transition: transform .3s var(--ease), opacity .3s var(--ease); }

/* --------------------------- Hero --------------------------- */
.hero { position: relative; min-height: clamp(560px, 92vh, 880px); display: flex; align-items: center; overflow: hidden; }
.hero-media { position: absolute; inset: 0; z-index: 0; }
.hero-media img { width: 100%; height: 100%; object-fit: cover; }
.hero-overlay {
  position: absolute; inset: 0;
  background:
    linear-gradient(180deg, rgba(10,40,28,0.55) 0%, rgba(10,40,28,0.25) 35%, rgba(10,40,28,0.5) 100%),
    radial-gradient(120% 80% at 50% 20%, rgba(0,0,0,0) 40%, rgba(10,40,28,0.45) 100%);
}
.hero-content { position: relative; z-index: 1; color: #fff; text-align: center; padding-block: 5rem; max-width: 860px; }
.hero-title {
  color: #fff; font-size: clamp(2.5rem, 7vw, 4.6rem); font-weight: 500; letter-spacing: 0.01em;
  text-shadow: 0 2px 30px rgba(0,0,0,.35); margin-bottom: 1.2rem;
}
.hero-sub { font-size: clamp(1.05rem, 2.4vw, 1.35rem); color: rgba(255,255,255,0.92); max-width: 620px; margin: 0 auto 2rem; font-weight: 300; }
.hero-actions { display: flex; gap: 1rem; justify-content: center; flex-wrap: wrap; }
.hero-tagline { margin-top: 2.4rem; font-family: var(--serif); font-style: italic; font-size: 1.25rem; color: var(--gold-soft); letter-spacing: .02em; }

/* --------------------------- Intro --------------------------- */
.intro-grid { display: grid; grid-template-columns: 1.05fr 0.95fr; gap: clamp(2rem, 6vw, 5rem); align-items: center; }
.intro-figure { position: relative; margin: 0; }
.intro-figure img { width: 100%; aspect-ratio: 4/5; object-fit: cover; border-radius: var(--radius); box-shadow: var(--shadow); }
.figure-accent { position: absolute; inset: 14px -14px -14px 14px; border: 1px solid var(--gold); border-radius: var(--radius); z-index: -1; }

/* --------------------------- Services --------------------------- */
.service-group { margin-top: clamp(2rem, 5vw, 3.5rem); }
.group-title { text-align: center; font-size: 1.6rem; letter-spacing: .04em; margin-bottom: 2rem; position: relative; color: var(--emerald); }
.group-title span { position: relative; padding: 0 1.2rem; background: inherit; }
.group-title::before { content: ""; position: absolute; left: 0; right: 0; top: 50%; height: 1px; background: var(--line); z-index: 0; }
.group-title span { background: var(--ivory-2); position: relative; z-index: 1; }

.card-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1.5rem; }
.card-grid-wide { grid-template-columns: repeat(2, minmax(0, 1fr)); max-width: 760px; margin-inline: auto; }

.pkg-card {
  position: relative; background: var(--white); border: 1px solid var(--line); border-radius: var(--radius);
  padding: 2rem 1.6rem; display: flex; flex-direction: column;
  transition: transform .3s var(--ease), box-shadow .3s var(--ease), border-color .3s var(--ease);
}
.pkg-card:hover { transform: translateY(-5px); box-shadow: var(--shadow); border-color: var(--gold); }
.pkg-featured { border-color: var(--gold); box-shadow: var(--shadow-sm); }
.pkg-flag {
  position: absolute; top: -12px; left: 50%; transform: translateX(-50%);
  background: var(--gold); color: #2a2207; font-size: 0.66rem; font-weight: 600; letter-spacing: .12em;
  text-transform: uppercase; padding: .35rem .8rem; border-radius: 100px; white-space: nowrap;
}
.pkg-tier { font-family: var(--serif); font-style: italic; font-size: 1.05rem; color: var(--gold); margin: 0 0 .2rem; }
.pkg-name { font-size: 1.3rem; margin-bottom: .7rem; min-height: 2.6em; }
.price { font-family: var(--serif); font-size: 1.75rem; font-weight: 600; color: var(--emerald); margin: 0 0 1rem; }
.price-quote { font-style: italic; font-size: 1.4rem; color: var(--sapphire); }
.pkg-desc { color: var(--charcoal-soft); font-size: 0.95rem; margin: 0 0 1.2rem; }
.pkg-list { display: flex; flex-direction: column; gap: .55rem; margin-bottom: 1.6rem; flex: 1; }
.pkg-list li { position: relative; padding-left: 1.4rem; font-size: 0.9rem; color: var(--charcoal); }
.pkg-list li::before { content: "\25C6"; position: absolute; left: 0; top: 1px; color: var(--gold); font-size: .7rem; }
.pkg-list li em { color: var(--charcoal-soft); font-style: italic; }
.pkg-list li:has(em)::before { content: ""; }
.pkg-cta { margin-top: auto; }

/* --------------------------- Image save deterrents ---------------------------
   Client-side deterrents ONLY. They make casual saving/dragging/long-press
   harder but cannot stop a determined user (screenshots, DevTools, the network
   tab). For real protection, watermark the source images. See the README. */
.hero-media img, .intro-figure img, .about-figure img, .cta-media img,
.gallery-item img, .lb-figure img {
  -webkit-user-drag: none;        /* block drag-to-save (WebKit/Blink) */
  user-select: none;
  -webkit-user-select: none;
  -webkit-touch-callout: none;    /* block iOS long-press "Save Image" menu */
  pointer-events: none;           /* image is never the event target; parent handles clicks */
}

/* --------------------------- Portfolio gallery --------------------------- */
.gallery-filters { display: flex; flex-wrap: wrap; justify-content: center; gap: .6rem; margin-bottom: 2.2rem; }
.filter-chip {
  font-family: var(--sans); font-size: .78rem; font-weight: 600; letter-spacing: .06em; text-transform: uppercase;
  color: var(--charcoal-soft); background: transparent; border: 1px solid var(--line); border-radius: 100px;
  padding: .5rem 1.05rem; cursor: pointer; transition: color .25s var(--ease), background .25s var(--ease), border-color .25s var(--ease);
}
.filter-chip:hover { border-color: var(--gold); color: var(--emerald); }
.filter-chip:focus-visible { outline: 2px solid var(--gold); outline-offset: 2px; }
.filter-chip[aria-pressed="true"] { background: var(--emerald); border-color: var(--emerald); color: #fff; }
.chip-count { font-size: .72em; opacity: .7; margin-left: .35em; font-weight: 500; }
.gallery-item.is-hidden { display: none; }

.gallery { columns: 3; column-gap: 1rem; }
.gallery-item {
  break-inside: avoid; margin-bottom: 1rem; position: relative; width: 100%;
  border-radius: var(--radius); overflow: hidden; cursor: zoom-in; background: var(--ivory-2);
  border: 0; padding: 0; display: block; box-shadow: var(--shadow-sm);
}
.gallery-item img { width: 100%; height: auto; transition: transform .55s var(--ease); display: block; }
.gallery-item:hover img, .gallery-item:focus-visible img { transform: scale(1.05); }
.gallery-item .cap {
  position: absolute; inset: auto 0 0 0; padding: 1.4rem .9rem .8rem;
  background: linear-gradient(transparent, rgba(10,40,28,.78));
  color: #fff; font-size: 0.82rem; letter-spacing: .02em;
  opacity: 0; transform: translateY(8px); transition: opacity .3s var(--ease), transform .3s var(--ease);
  text-align: left;
}
.gallery-item:hover .cap, .gallery-item:focus-visible .cap { opacity: 1; transform: none; }
.gallery-item:focus-visible { outline: 2px solid var(--gold); outline-offset: 3px; }
.gallery-empty { text-align: center; padding: 3rem 1rem; color: var(--charcoal-soft); font-family: var(--serif); font-size: 1.4rem; font-style: italic; }

/* --------------------------- About --------------------------- */
.about-grid { display: grid; grid-template-columns: 0.85fr 1.15fr; gap: clamp(2rem, 6vw, 5rem); align-items: center; }
.about-figure { margin: 0; position: relative; }
.about-figure img { width: 100%; aspect-ratio: 4/5; object-fit: cover; border-radius: var(--radius); box-shadow: var(--shadow); }
.about-figure.is-monogram {
  aspect-ratio: 4/5; display: flex; align-items: center; justify-content: center;
  background: linear-gradient(150deg, var(--emerald), var(--emerald-deep));
  border-radius: var(--radius); box-shadow: var(--shadow); color: var(--gold-soft);
}
.about-monogram { text-align: center; }
.about-monogram .mono-name { font-family: var(--serif); font-size: 4.5rem; letter-spacing: .14em; color: #fff; }
.about-monogram .mono-sub { font-size: .7rem; letter-spacing: .35em; text-transform: uppercase; color: var(--gold-soft); }
.about-copy p { margin: 0 0 1.1rem; color: var(--charcoal); }
.cred-list { margin: 1.6rem 0; display: grid; gap: .7rem; }
.cred-list li { padding-left: 0; font-size: 0.95rem; color: var(--charcoal); display: flex; gap: .6rem; align-items: baseline; }
.cred-list li span { color: var(--gold); font-size: .7rem; }

/* --------------------------- Process --------------------------- */
.steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1.5rem; list-style: none; padding: 0; margin: 0; }
.step { position: relative; padding: 2rem 1.4rem; background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); text-align: center; }
.step-num { font-family: var(--serif); font-size: 2.4rem; color: var(--gold); display: block; margin-bottom: .4rem; }
.step-title { font-size: 1.4rem; margin-bottom: .6rem; color: var(--emerald); }
.step p { color: var(--charcoal-soft); font-size: 0.93rem; margin: 0; }

/* --------------------------- CTA band --------------------------- */
.cta-band { position: relative; overflow: hidden; padding-block: clamp(4rem, 10vw, 8rem); display: flex; align-items: center; }
.cta-media { position: absolute; inset: 0; z-index: 0; }
.cta-media img { width: 100%; height: 100%; object-fit: cover; }
.cta-overlay { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(27,58,107,.78), rgba(10,40,28,.82)); }
.cta-content { position: relative; z-index: 1; text-align: center; color: #fff; max-width: 680px; }
.cta-title { color: #fff; font-size: clamp(2rem, 5vw, 3.2rem); margin-bottom: .8rem; }
.cta-content p { color: rgba(255,255,255,.9); font-size: 1.1rem; margin-bottom: 1.8rem; }

/* --------------------------- FAQ --------------------------- */
.faq-list { max-width: 820px; margin-inline: auto; }
.faq-item { border-bottom: 1px solid var(--line); }
.faq-item summary {
  cursor: pointer; list-style: none; padding: 1.3rem 2.5rem 1.3rem 0; position: relative;
  font-family: var(--serif); font-size: 1.3rem; color: var(--charcoal); transition: color .25s var(--ease);
}
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary:hover { color: var(--emerald); }
.faq-item summary::after {
  content: "+"; position: absolute; right: 0; top: 50%; transform: translateY(-50%);
  font-size: 1.6rem; color: var(--gold); font-family: var(--sans); font-weight: 300; transition: transform .3s var(--ease);
}
.faq-item[open] summary::after { transform: translateY(-50%) rotate(45deg); }
.faq-body { padding: 0 2.5rem 1.4rem 0; }
.faq-body p { margin: 0; color: var(--charcoal-soft); }

/* --------------------------- Contact / form --------------------------- */
.contact-grid { display: grid; grid-template-columns: 0.9fr 1.1fr; gap: clamp(2rem, 6vw, 4.5rem); align-items: start; }
.contact-intro { position: sticky; top: 100px; }
.contact-note { font-size: .92rem; color: var(--charcoal-soft); border-left: 2px solid var(--gold); padding-left: 1rem; margin-top: 1.4rem; }

.inquiry-form { background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); padding: clamp(1.4rem, 4vw, 2.4rem); box-shadow: var(--shadow-sm); }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 1.2rem; }
.field { margin-bottom: 1.2rem; display: flex; flex-direction: column; }
.field label { font-size: 0.82rem; font-weight: 600; letter-spacing: .03em; margin-bottom: .45rem; color: var(--charcoal); }
.req { color: var(--gold); }
.optional { color: var(--charcoal-soft); font-weight: 400; text-transform: none; letter-spacing: 0; }
.field input, .field select, .field textarea {
  font-family: var(--sans); font-size: 1rem; color: var(--charcoal);
  padding: .8rem .9rem; border: 1px solid var(--line); border-radius: var(--radius);
  background: var(--ivory); transition: border-color .25s var(--ease), box-shadow .25s var(--ease); width: 100%;
}
.field textarea { resize: vertical; min-height: 120px; }
.field input:focus, .field select:focus, .field textarea:focus {
  outline: none; border-color: var(--emerald); box-shadow: 0 0 0 3px rgba(15,81,50,.12); background: #fff;
}
.field input[aria-invalid="true"], .field textarea[aria-invalid="true"] { border-color: #b3261e; box-shadow: 0 0 0 3px rgba(179,38,30,.1); }
.checkbox-inline { flex-direction: row; align-items: center; gap: .5rem; margin-top: .6rem; font-weight: 400; font-size: .9rem; cursor: pointer; }
.checkbox-inline input { width: auto; }
.error { color: #b3261e; font-size: 0.82rem; margin: .4rem 0 0; min-height: 0; }
.hp { position: absolute; left: -5000px; width: 1px; height: 1px; overflow: hidden; }
.form-status { margin: 1rem 0 0; font-size: .95rem; }
.form-status.error-msg { color: #b3261e; }

/* Confirmation state */
.form-confirmation { text-align: center; padding: 2rem 1rem; }
.form-confirmation .check { width: 64px; height: 64px; margin: 0 auto 1.2rem; border-radius: 50%; background: var(--emerald); color: #fff; display: flex; align-items: center; justify-content: center; font-size: 2rem; }
.form-confirmation h3 { font-size: 1.9rem; color: var(--emerald); margin-bottom: .6rem; }
.form-confirmation p { color: var(--charcoal-soft); max-width: 420px; margin: 0 auto; }

/* --------------------------- Footer --------------------------- */
.site-footer { background: var(--emerald-deep); color: rgba(255,255,255,.82); padding-block: clamp(2.5rem, 6vw, 4rem) 1.5rem; }
.footer-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr; gap: 2.5rem; padding-bottom: 2.5rem; border-bottom: 1px solid rgba(255,255,255,.12); }
.footer-brand .brand-name { color: #fff; font-size: 2rem; letter-spacing: .14em; }
.footer-brand .brand-sub { color: var(--gold-soft); display: block; margin-top: 4px; }
.footer-tag { font-family: var(--serif); font-style: italic; color: var(--gold-soft); margin: 1rem 0 .4rem; font-size: 1.1rem; }
.footer-area { font-size: .9rem; color: rgba(255,255,255,.7); margin: 0; }
.footer-nav h3, .footer-social h3 { font-family: var(--sans); font-size: .78rem; text-transform: uppercase; letter-spacing: .2em; color: var(--gold); margin: 0 0 1.1rem; font-weight: 600; }
.footer-nav ul { display: grid; gap: .6rem; }
.footer-nav a { color: rgba(255,255,255,.82); font-size: .92rem; transition: color .25s var(--ease); }
.footer-nav a:hover { color: var(--gold); }
.social-link { display: inline-flex; align-items: center; gap: .55rem; color: rgba(255,255,255,.82); font-size: .92rem; transition: color .25s var(--ease); }
.social-link:hover { color: var(--gold); }
.footer-soon { font-size: .8rem; color: rgba(255,255,255,.55); margin: .8rem 0 0; }
.footer-bottom { display: flex; justify-content: space-between; align-items: center; padding-top: 1.5rem; font-size: .82rem; color: rgba(255,255,255,.6); flex-wrap: wrap; gap: .5rem; }
.footer-bottom a { color: var(--gold-soft); }

/* --------------------------- Lightbox --------------------------- */
.lightbox { position: fixed; inset: 0; z-index: 1000; background: rgba(10,20,16,.94); display: flex; align-items: center; justify-content: center; padding: 4vw; opacity: 0; transition: opacity .3s var(--ease); }
.lightbox[hidden] { display: none; }
.lightbox.open { opacity: 1; }
.lb-figure { margin: 0; max-width: min(1100px, 92vw); max-height: 88vh; display: flex; flex-direction: column; align-items: center; gap: .8rem; }
.lb-figure img { max-width: 100%; max-height: 80vh; object-fit: contain; border-radius: var(--radius); box-shadow: 0 30px 80px -30px rgba(0,0,0,.8); }
.lb-figure figcaption { color: rgba(255,255,255,.85); font-size: .9rem; letter-spacing: .02em; }
.lb-btn { position: absolute; background: rgba(255,255,255,.1); color: #fff; border: 1px solid rgba(255,255,255,.25); cursor: pointer; border-radius: 50%; width: 52px; height: 52px; font-size: 1.8rem; line-height: 1; display: flex; align-items: center; justify-content: center; transition: background .25s var(--ease); }
.lb-btn:hover { background: var(--gold); color: #2a2207; border-color: var(--gold); }
.lb-close { top: 4vw; right: 4vw; font-size: 2rem; }
.lb-prev { left: 3vw; top: 50%; transform: translateY(-50%); }
.lb-next { right: 3vw; top: 50%; transform: translateY(-50%); }

/* --------------------------- Scroll reveal --------------------------- */
.reveal { opacity: 0; transform: translateY(28px); transition: opacity .7s var(--ease), transform .7s var(--ease); }
.reveal.in { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) {
  .reveal { opacity: 1; transform: none; transition: none; }
  .gallery-item img, .pkg-card, .btn { transition: none; }
}

/* --------------------------- Responsive --------------------------- */
@media (max-width: 1024px) {
  .card-grid { grid-template-columns: repeat(2, 1fr); }
  .pkg-name { min-height: 0; }
  .steps { grid-template-columns: repeat(2, 1fr); }
  .gallery { columns: 2; }
}

@media (max-width: 760px) {
  body { font-size: 16px; }
  .nav-toggle { display: flex; z-index: 120; }
  .header-ig { order: -1; }   /* sit left of the hamburger; toggle stays far-right */
  .nav-list {
    position: fixed; inset: 0 0 0 auto; width: min(320px, 82vw);
    background: var(--ivory); flex-direction: column; align-items: flex-start; justify-content: center;
    gap: 1.6rem; padding: 2rem 2.2rem; transform: translateX(100%);
    transition: transform .35s var(--ease); box-shadow: -20px 0 60px -30px rgba(0,0,0,.5); z-index: 110;
  }
  .nav-list.open { transform: none; }
  .nav-list a { font-size: 1.1rem; }
  .nav-cta { margin-top: .5rem; }
  body.nav-open { overflow: hidden; }
  body.nav-open::after { content: ""; position: fixed; inset: 0; background: rgba(0,0,0,.4); z-index: 105; }

  .intro-grid, .about-grid, .contact-grid { grid-template-columns: 1fr; }
  .intro-figure { order: -1; }
  .figure-accent { inset: 10px -10px -10px 10px; }
  .contact-intro { position: static; }
  .about-figure { max-width: 360px; margin-inline: auto; }
  .form-row { grid-template-columns: 1fr; gap: 0; }
  .footer-grid { grid-template-columns: 1fr; gap: 2rem; }
  .footer-bottom { justify-content: center; text-align: center; }
}

@media (max-width: 560px) {
  .card-grid, .card-grid-wide { grid-template-columns: 1fr; }
  .steps { grid-template-columns: 1fr; }
  .gallery { columns: 1; }
  .hero { min-height: 88vh; }
  .lb-prev { left: 2vw; } .lb-next { right: 2vw; }
  .lb-btn { width: 44px; height: 44px; }
}

/* =====================================================================
   THE GEM METHOD
   ===================================================================== */
.method-block { margin-top: clamp(2.6rem, 6vw, 4.5rem); }
.block-head { text-align: center; max-width: 680px; margin: 0 auto clamp(1.8rem, 4vw, 2.6rem); }
.block-title { font-size: clamp(1.5rem, 3vw, 2rem); color: var(--emerald); margin-bottom: .5rem; }
.block-note { font-size: .95rem; color: var(--charcoal-soft); margin: 0; }
.sample-badge {
  display: inline-block; background: var(--gold); color: #2a2207; font-size: .62rem; font-weight: 600;
  letter-spacing: .12em; text-transform: uppercase; padding: .22rem .55rem; border-radius: 100px;
  margin-right: .45rem; vertical-align: middle;
}

/* Principles */
.pillars { list-style: none; padding: 0; margin: clamp(2rem, 5vw, 3rem) 0 0; display: grid; grid-template-columns: repeat(5, 1fr); gap: 1.2rem; }
.pillar { background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); padding: 1.7rem 1.2rem; text-align: center; transition: transform .3s var(--ease), box-shadow .3s var(--ease), border-color .3s var(--ease); }
.pillar:hover { transform: translateY(-4px); box-shadow: var(--shadow); border-color: var(--gold); }
.pillar-icon { display: inline-flex; align-items: center; justify-content: center; color: var(--gold); border: 1px solid var(--gold); border-radius: 50%; width: 52px; height: 52px; margin-bottom: 1rem; }
.pillar-title { font-size: 1.15rem; color: var(--emerald); margin-bottom: .5rem; }
.pillar p { font-size: .85rem; color: var(--charcoal-soft); margin: 0; line-height: 1.55; }

/* Planning timeline (alternating) */
.gem-timeline { list-style: none; padding: 0; margin: 0 auto; max-width: 920px; position: relative; }
.gem-timeline::before {
  content: ""; position: absolute; top: 6px; bottom: 6px; left: 50%; width: 2px; transform: translateX(-50%);
  background: linear-gradient(180deg, var(--gold-soft), var(--gold) 55%, rgba(201,162,75,.15));
}
.tl-item { position: relative; width: 50%; box-sizing: border-box; padding: 0 2.6rem 2.4rem; }
.tl-item:nth-child(odd) { text-align: right; }
.tl-item:nth-child(even) { margin-left: 50%; }
.tl-node { position: absolute; top: 4px; width: 15px; height: 15px; background: var(--ivory); border: 2px solid var(--gold); transform: rotate(45deg); }
.tl-item:nth-child(odd) .tl-node { right: -7.5px; }
.tl-item:nth-child(even) .tl-node { left: -7.5px; }
.tl-node-final { background: var(--gold); }
.tl-when { text-transform: uppercase; letter-spacing: .18em; font-size: .7rem; font-weight: 600; color: var(--gold); margin: 0 0 .3rem; }
.tl-phase { font-size: 1.35rem; color: var(--emerald); margin: 0 0 .65rem; }
.tl-acts { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: .35rem; }
.tl-acts li { font-size: .88rem; color: var(--charcoal); line-height: 1.45; }

/* Phase progress tracker */
.phase-track { list-style: none; padding: 0; margin: 0 auto; max-width: 900px; display: grid; grid-template-columns: repeat(5, 1fr); gap: 1rem; position: relative; }
.phase-track::before { content: ""; position: absolute; top: 23px; left: 10%; right: 10%; height: 2px; background: var(--line); z-index: 0; }
.phase-step { text-align: center; position: relative; z-index: 1; }
.phase-dot { width: 48px; height: 48px; border-radius: 50%; background: var(--white); border: 2px solid var(--gold); color: var(--emerald); font-family: var(--serif); font-size: 1.3rem; display: flex; align-items: center; justify-content: center; margin: 0 auto .8rem; }
.phase-dot-end { background: var(--gold); color: #2a2207; }
.phase-name { font-size: 1.05rem; color: var(--emerald); margin: 0 0 .2rem; }
.phase-step p { font-size: .8rem; color: var(--charcoal-soft); margin: 0; }

/* Sample run-of-show */
.ros { max-width: 680px; margin: 0 auto; background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); padding: clamp(1.2rem, 3vw, 2rem); box-shadow: var(--shadow-sm); }
.ros-item { display: grid; grid-template-columns: 92px 1fr; gap: 1.2rem; padding: .85rem 0; border-bottom: 1px solid var(--line); align-items: baseline; }
.ros-item:last-child { border-bottom: 0; padding-bottom: 0; }
.ros-time { font-family: var(--serif); font-size: 1.3rem; color: var(--emerald); text-align: right; margin: 0; line-height: 1.05; }
.ros-time span { display: block; font-family: var(--sans); font-size: .6rem; letter-spacing: .15em; color: var(--gold); font-weight: 600; margin-top: 2px; }
.ros-act h4 { font-size: 1.02rem; color: var(--charcoal); margin: 0 0 .15rem; }
.ros-act p { font-size: .85rem; color: var(--charcoal-soft); margin: 0; }

/* What we track */
.track-grid { list-style: none; padding: 0; margin: 0; display: grid; grid-template-columns: repeat(auto-fit, minmax(160px, 1fr)); gap: 1rem; }
.track-card { text-align: center; background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); padding: 1.5rem 1rem; transition: transform .3s var(--ease), border-color .3s var(--ease); }
.track-card:hover { transform: translateY(-3px); border-color: var(--gold); }
.track-icon { display: inline-flex; color: var(--gold); margin-bottom: .55rem; }
.track-card h4 { font-size: 1.05rem; color: var(--emerald); margin: 0 0 .25rem; }
.track-card p { font-size: .8rem; color: var(--charcoal-soft); margin: 0; line-height: 1.45; }

.method-cta { text-align: center; margin-top: clamp(2.6rem, 6vw, 4rem); }

/* Staggered scroll reveal (used by .reveal-stagger groups) */
.reveal-stagger > * { opacity: 0; transform: translateY(22px); transition: opacity .6s var(--ease), transform .6s var(--ease); }
.reveal-stagger.in > * { opacity: 1; transform: none; }
.reveal-stagger.in > *:nth-child(2) { transition-delay: .08s; }
.reveal-stagger.in > *:nth-child(3) { transition-delay: .16s; }
.reveal-stagger.in > *:nth-child(4) { transition-delay: .24s; }
.reveal-stagger.in > *:nth-child(5) { transition-delay: .32s; }
.reveal-stagger.in > *:nth-child(6) { transition-delay: .40s; }
@media (prefers-reduced-motion: reduce) {
  .reveal-stagger > * { opacity: 1; transform: none; transition: none; }
  .pillar, .track-card { transition: none; }
}

/* Method responsive */
@media (max-width: 980px) {
  .pillars { grid-template-columns: repeat(3, 1fr); }
}
@media (max-width: 760px) {
  .gem-timeline::before { left: 7px; }
  .tl-item { width: 100%; padding: 0 0 2rem 2.4rem; }
  /* match the base :nth-child specificity so the reflow actually wins */
  .tl-item:nth-child(odd),
  .tl-item:nth-child(even) { margin-left: 0; text-align: left; }
  .tl-item:nth-child(odd) .tl-node,
  .tl-item:nth-child(even) .tl-node { left: 0; right: auto; }
  .phase-track { grid-template-columns: repeat(2, 1fr); gap: 1.6rem 1rem; }
  .phase-track::before { display: none; }
}
@media (max-width: 560px) {
  .pillars { grid-template-columns: 1fr; }
  .ros-item { grid-template-columns: 72px 1fr; gap: .9rem; }
  .ros-time { font-size: 1.15rem; }
}
