/* ============================================================
   The Festive Theme Co — festivethemeco.com.au
   Premium dark green & gold. Edit colours here once, applies sitewide.
   ============================================================ */
:root {
  --pine: #0F2E20;          /* deep green — headers, footer, dark sections */
  --pine-deep: #0A2117;     /* darker green — footer, overlays */
  --pine-soft: #16402D;     /* lighter green — hovers, cards on dark */
  --gold: #C9A24B;          /* primary gold */
  --gold-light: #E3C87F;    /* light gold — hovers, rules */
  --cream: #F6F1E6;         /* page background */
  --cream-soft: #FBF8F1;    /* card background */
  --ink: #22271F;           /* body text on light */
  --ink-soft: #5A6157;      /* secondary text */
  --line: #E4DCC8;          /* light borders */
  --section-pad: clamp(64px, 9vw, 120px);
  --ease: cubic-bezier(0.16, 1, 0.3, 1);
}
* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  font-size: 17px; line-height: 1.7; color: var(--ink);
  background: var(--cream); -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; display: block; }
a { color: inherit; }
.serif { font-family: 'Jost', 'Segoe UI', sans-serif; }
h1, h2, h3 { font-family: 'Jost', 'Segoe UI', sans-serif; font-weight: 500; line-height: 1.15; }
h1 { font-size: clamp(2.4rem, 5.5vw, 4.2rem); }
h2 { font-size: clamp(1.9rem, 3.6vw, 2.8rem); }
h3 { font-size: 1.4rem; }
.wrap { max-width: 1180px; margin: 0 auto; padding: 0 24px; }
section { padding: var(--section-pad) 0; }
.eyebrow {
  font-size: 0.78rem; letter-spacing: 0.22em; text-transform: uppercase;
  color: var(--gold); font-weight: 600; margin-bottom: 14px;
}
.lead { font-size: 1.15rem; color: var(--ink-soft); max-width: 60ch; }
.center { text-align: center; }
.center .lead { margin-left: auto; margin-right: auto; }

/* ---------- Announcement bar ---------- */
.announce {
  background: var(--gold); color: var(--pine-deep); text-align: center;
  font-size: 0.85rem; font-weight: 600; letter-spacing: 0.04em; padding: 9px 16px;
}
.announce a { color: inherit; text-decoration: underline; text-underline-offset: 3px; }

/* ---------- Header ---------- */
header {
  background: var(--pine); position: sticky; top: 0; z-index: 100;
  border-bottom: 1px solid rgba(227, 200, 127, 0.18);
}
.nav { display: flex; align-items: center; justify-content: space-between; height: 76px; }
.brand { display: flex; align-items: center; gap: 12px; text-decoration: none; color: var(--cream); }
.brand img { height: 52px; width: auto; }
.brand span { font-family: 'Jost', sans-serif; font-size: 1.25rem; font-weight: 600; letter-spacing: 0.02em; }
.nav-links { display: flex; align-items: center; gap: 28px; list-style: none; }
.nav-links a {
  color: var(--cream); text-decoration: none; font-size: 0.92rem; font-weight: 500;
  opacity: 0.85; transition: opacity 0.2s, color 0.2s;
}
.nav-links a:hover, .nav-links a.active { opacity: 1; color: var(--gold-light); }
.btn {
  display: inline-block; padding: 13px 28px; border-radius: 3px;
  font-weight: 600; font-size: 0.95rem; text-decoration: none; letter-spacing: 0.02em;
  transition: transform 0.25s var(--ease), background 0.2s, color 0.2s; cursor: pointer; border: none;
}
.btn:hover { transform: translateY(-2px); }
.btn-gold { background: var(--gold); color: var(--pine-deep); }
.btn-gold:hover { background: var(--gold-light); }
.btn-outline { border: 1px solid var(--gold); color: var(--gold); background: transparent; }
.btn-outline:hover { background: var(--gold); color: var(--pine-deep); }
.btn-outline-dark { border: 1px solid var(--pine); color: var(--pine); background: transparent; }
.btn-outline-dark:hover { background: var(--pine); color: var(--cream); }
.nav .btn { padding: 10px 22px; font-size: 0.88rem; }
.nav-links .btn { display: none; }
.menu-toggle { display: none; background: none; border: none; cursor: pointer; padding: 8px; }
.menu-toggle span { display: block; width: 24px; height: 2px; background: var(--cream); margin: 5px 0; transition: 0.3s; }

/* ---------- Hero ---------- */
.hero { position: relative; min-height: 82vh; display: flex; align-items: center; padding: 100px 0; color: var(--cream); }
.hero-bg { position: absolute; inset: 0; overflow: hidden; }
.hero-bg img, .hero-bg video { width: 100%; height: 100%; object-fit: cover; object-position: center 30%; }
.hero-bg::after {
  content: ''; position: absolute; inset: 0;
  background: linear-gradient(100deg, rgba(10, 33, 23, 0.92) 0%, rgba(10, 33, 23, 0.72) 45%, rgba(10, 33, 23, 0.35) 100%);
}
.hero .wrap { position: relative; z-index: 2; width: 100%; }
.hero h1 { color: var(--cream); max-width: 16ch; margin-bottom: 22px; }
.hero h1 em { font-style: italic; color: var(--gold-light); }
.hero p { font-size: 1.18rem; max-width: 54ch; opacity: 0.92; margin-bottom: 34px; }
.hero-ctas { display: flex; gap: 16px; flex-wrap: wrap; align-items: center; }
.hero-phone { color: var(--cream); font-size: 1rem; text-decoration: none; opacity: 0.9; }
.hero-phone strong { color: var(--gold-light); }

/* Page hero (interior pages) */
.page-hero { position: relative; padding: clamp(80px, 11vw, 150px) 0; color: var(--cream); }
.page-hero h1 { color: var(--cream); max-width: 20ch; }
.page-hero p { font-size: 1.12rem; max-width: 58ch; opacity: 0.92; margin-top: 18px; }

/* ---------- Trust strip ---------- */
.trust { background: var(--pine-deep); padding: 26px 0; }
.trust .wrap { display: flex; align-items: center; justify-content: center; gap: 18px 40px; flex-wrap: wrap; }
.trust-label { font-size: 0.72rem; letter-spacing: 0.2em; text-transform: uppercase; color: var(--gold); font-weight: 600; }
.trust-names { display: flex; gap: 14px 34px; flex-wrap: wrap; justify-content: center; }
.trust-names span { font-family: 'Jost', sans-serif; font-size: 1.25rem; color: var(--cream); opacity: 0.75; letter-spacing: 0.06em; }

/* ---------- Cards / grids ---------- */
.grid-2 { display: grid; grid-template-columns: 1fr 1fr; gap: 32px; }
.grid-3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; }
.grid-4 { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; }
.card {
  background: var(--cream-soft); border: 1px solid var(--line); border-radius: 4px;
  overflow: hidden; text-decoration: none; color: var(--ink); display: flex; flex-direction: column;
  transition: transform 0.3s var(--ease), box-shadow 0.3s var(--ease);
}
.card:hover { transform: translateY(-5px); box-shadow: 0 18px 40px rgba(15, 46, 32, 0.14); }
.card img { height: 300px; width: 100%; object-fit: cover; }
.card-body { padding: 26px 26px 30px; }
.card-body h3 { margin-bottom: 10px; }
.card-body p { color: var(--ink-soft); font-size: 0.97rem; }
.card-link { margin-top: 14px; display: inline-block; color: var(--pine); font-weight: 600; font-size: 0.9rem; letter-spacing: 0.04em; }
.card-link::after { content: ' →'; color: var(--gold); }

/* ---------- Steps ---------- */
.steps { counter-reset: step; }
.step { position: relative; padding-left: 0; }
.step-num {
  font-family: 'Jost', sans-serif; font-size: 3rem; font-weight: 600;
  color: var(--gold); line-height: 1; margin-bottom: 12px;
}
.step h3 { margin-bottom: 8px; font-size: 1.25rem; }
.step p { color: var(--ink-soft); font-size: 0.96rem; }

/* ---------- Dark section ---------- */
.dark { background: var(--pine); color: var(--cream); }
.dark h2 { color: var(--cream); }
.dark .lead { color: rgba(246, 241, 230, 0.88); }
.dark .card { background: var(--pine-soft); border-color: rgba(227, 200, 127, 0.16); color: var(--cream); }
.dark .card-body p { color: rgba(246, 241, 230, 0.85); }
.dark .card-link { color: var(--gold-light); }
.dark .theme-card figcaption { color: var(--cream); }
.dark .feature p, .dark .step p { color: rgba(246, 241, 230, 0.88); }
.dark .feature li { color: var(--cream); }

/* ---------- Pricing ---------- */
.price-table { width: 100%; border-collapse: collapse; background: var(--cream-soft); border: 1px solid var(--line); }
.price-table th, .price-table td { padding: 18px 22px; text-align: left; border-bottom: 1px solid var(--line); }
.price-table th { font-size: 0.78rem; letter-spacing: 0.14em; text-transform: uppercase; color: var(--ink-soft); font-weight: 600; }
.price-table td:first-child { font-family: 'Jost', sans-serif; font-size: 1.3rem; font-weight: 600; color: var(--pine); }
.price-table .price { font-weight: 600; color: var(--pine); white-space: nowrap; }
.price-note { font-size: 0.85rem; color: var(--ink-soft); margin-top: 14px; }

/* ---------- Gallery ---------- */
.gallery { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.gallery figure { position: relative; overflow: hidden; border-radius: 4px; margin: 0; }
.gallery img { width: 100%; height: 340px; object-fit: cover; transition: transform 0.6s var(--ease); }
.gallery figure:hover img { transform: scale(1.045); }
.gallery figcaption {
  position: absolute; left: 0; right: 0; bottom: 0; padding: 40px 18px 14px;
  background: linear-gradient(transparent, rgba(10, 33, 23, 0.85));
  color: var(--cream); font-size: 0.85rem; letter-spacing: 0.03em;
}
.gallery.tall img { height: 420px; }

/* ---------- Theme lookbook ---------- */
.themes-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.theme-card { text-decoration: none; color: var(--ink); }
.theme-card img { width: 100%; height: 320px; object-fit: cover; border-radius: 4px; transition: transform 0.4s var(--ease); }
.theme-card:hover img { transform: translateY(-4px); }
.theme-card figcaption { margin-top: 12px; text-align: center; font-family: 'Jost', sans-serif; font-size: 1.15rem; font-weight: 600; color: var(--pine); }
.theme-tag { display: block; font-family: 'Inter', sans-serif; font-size: 0.7rem; letter-spacing: 0.16em; text-transform: uppercase; color: var(--gold); margin-top: 2px; font-weight: 600; }

/* ---------- Feature rows ---------- */
.feature { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(32px, 6vw, 80px); align-items: center; }
.feature img { border-radius: 4px; width: 100%; height: 520px; object-fit: cover; }
.feature h2 { margin-bottom: 18px; }
.feature p { color: var(--ink-soft); margin-bottom: 16px; }
.feature ul { list-style: none; margin: 20px 0 28px; }
.feature li { padding: 9px 0 9px 32px; position: relative; color: var(--ink); }
.feature li::before { content: '✦'; position: absolute; left: 4px; color: var(--gold); }
.feature.flip > div:first-child { order: 2; }

/* ---------- Checklist ---------- */
.checks { list-style: none; display: grid; grid-template-columns: 1fr 1fr; gap: 12px 32px; margin-top: 24px; }
.checks li { padding: 10px 0 10px 34px; position: relative; border-bottom: 1px solid var(--line); }
.checks li::before { content: '✓'; position: absolute; left: 2px; color: var(--gold); font-weight: 700; }
.dark .checks li { border-color: rgba(227, 200, 127, 0.15); }

/* ---------- CTA band ---------- */
.cta-band { background: var(--pine); color: var(--cream); text-align: center; }
.cta-band h2 { color: var(--cream); max-width: 24ch; margin: 0 auto 16px; }
.cta-band h2 em { font-style: italic; color: var(--gold-light); }
.cta-band p { color: rgba(246, 241, 230, 0.88); max-width: 56ch; margin: 0 auto 32px; }
.cta-band .hero-ctas { justify-content: center; }

/* ---------- FAQ ---------- */
details { border-bottom: 1px solid var(--line); padding: 4px 0; }
summary { cursor: pointer; font-weight: 600; font-size: 1.05rem; padding: 18px 0; list-style: none; position: relative; padding-right: 40px; }
summary::-webkit-details-marker { display: none; }
summary::after { content: '+'; position: absolute; right: 6px; top: 14px; font-size: 1.5rem; color: var(--gold); font-weight: 400; }
details[open] summary::after { content: '−'; }
details p { padding: 0 0 20px; color: var(--ink-soft); max-width: 68ch; }

/* ---------- Form ---------- */
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.form-grid .full { grid-column: 1 / -1; }
label { display: block; font-size: 0.82rem; font-weight: 600; letter-spacing: 0.05em; text-transform: uppercase; color: var(--pine); margin-bottom: 8px; }
input, select, textarea {
  width: 100%; padding: 14px 16px; border: 1px solid var(--line); border-radius: 3px;
  font-family: 'Inter', sans-serif; font-size: 1rem; background: #fff; color: var(--ink);
}
input:focus, select:focus, textarea:focus { outline: 2px solid var(--gold); outline-offset: 1px; border-color: var(--gold); }
textarea { min-height: 130px; resize: vertical; }
.form-note { font-size: 0.85rem; color: var(--ink-soft); }

/* ---------- Footer ---------- */
footer { background: var(--pine-deep); color: rgba(246, 241, 230, 0.75); padding: 70px 0 36px; font-size: 0.92rem; }
.foot-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1fr; gap: 40px; margin-bottom: 50px; }
footer h4 { color: var(--gold); font-size: 0.78rem; letter-spacing: 0.18em; text-transform: uppercase; margin-bottom: 18px; }
footer ul { list-style: none; }
footer li { margin-bottom: 10px; }
footer a { color: rgba(246, 241, 230, 0.75); text-decoration: none; transition: color 0.2s; }
footer a:hover { color: var(--gold-light); }
.foot-brand img { height: 84px; margin-bottom: 18px; }
.foot-brand p { max-width: 34ch; font-size: 0.9rem; }
.foot-bottom { border-top: 1px solid rgba(227, 200, 127, 0.14); padding-top: 26px; display: flex; justify-content: space-between; gap: 16px; flex-wrap: wrap; font-size: 0.82rem; opacity: 0.75; }

/* ---------- Responsive ---------- */
@media (max-width: 960px) {
  .grid-3, .grid-4, .themes-grid { grid-template-columns: repeat(2, 1fr); }
  .gallery { grid-template-columns: repeat(2, 1fr); }
  .feature, .grid-2 { grid-template-columns: 1fr; }
  .feature.flip > div:first-child { order: 0; }
  .feature img { height: 380px; }
  .foot-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 720px) {
  .nav-links {
    display: none; position: absolute; top: 76px; left: 0; right: 0;
    background: var(--pine); flex-direction: column; padding: 24px; gap: 18px;
    border-bottom: 1px solid rgba(227, 200, 127, 0.2);
  }
  .nav-links.open { display: flex; }
  .menu-toggle { display: block; }
  .nav .btn { display: none; }
  .nav-links .btn { display: inline-block; }
  .grid-3, .grid-4, .themes-grid, .gallery, .form-grid, .checks { grid-template-columns: 1fr; }
  .gallery img, .gallery.tall img { height: 300px; }
  .hero { min-height: 70vh; }
  .card img { height: 240px; }
  .foot-grid { grid-template-columns: 1fr; }
}

/* ---------- Articles / guides ---------- */
.article { max-width: 780px; margin: 0 auto; padding: 0 24px; }
.article h1 { font-size: clamp(2rem, 4vw, 3rem); margin-bottom: 18px; }
.article h2 { font-size: 1.6rem; margin: 44px 0 14px; }
.article p { margin-bottom: 18px; color: var(--ink); }
.article ul { margin: 0 0 18px 22px; }
.article li { margin-bottom: 8px; }
.article .meta { font-size: 0.85rem; color: var(--ink-soft); margin-bottom: 34px; }
.article a { color: var(--pine); font-weight: 600; }
