/* ============================================================
   Peter Hawtin — AI Operations Consultant
   Design: Premium Editorial Authority
   Palette: Warm Ivory (#F8F5EE) | Deep Charcoal (#1C1A17) | Gold (#B8952A)
   Typography: Playfair Display (authority) + Lato (clarity)
   ============================================================ */

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

html { scroll-behavior: smooth; font-size: 16px; }

body {
  font-family: 'Lato', sans-serif;
  background-color: #F8F5EE;
  color: #1C1A17;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}

/* ---- CONTAINER ---- */
.container {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 1rem;
}
@media (min-width: 640px) { .container { padding: 0 1.5rem; } }
@media (min-width: 1024px) { .container { padding: 0 2rem; } }

/* ---- TYPOGRAPHY ---- */
h1, h2, h3, h4 {
  font-family: 'Playfair Display', Georgia, serif;
  color: #1C1A17;
  line-height: 1.1;
}
h1 { font-size: clamp(2.4rem, 5vw, 3.8rem); }
h2 { font-size: clamp(1.8rem, 3.5vw, 2.8rem); }
h3 { font-size: clamp(1.2rem, 2vw, 1.5rem); }
p { line-height: 1.75; }

em { font-style: italic; }

.section-label {
  display: inline-block;
  font-size: 0.65rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #B8952A;
  margin-bottom: 0.75rem;
}

/* ---- BUTTONS ---- */
.btn-primary {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background-color: #B8952A;
  color: #F8F5EE;
  font-family: 'Lato', sans-serif;
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  padding: 0.85rem 1.75rem;
  border: none;
  cursor: pointer;
  text-decoration: none;
  transition: background-color 0.2s, transform 0.15s;
}
.btn-primary:hover { background-color: #9A7B22; }

.btn-secondary {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background-color: transparent;
  color: #1C1A17;
  font-family: 'Lato', sans-serif;
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  padding: 0.85rem 1.75rem;
  border: 1.5px solid #1C1A17;
  cursor: pointer;
  text-decoration: none;
  transition: background-color 0.2s, color 0.2s;
}
.btn-secondary:hover { background-color: #1C1A17; color: #F8F5EE; }

.btn-primary-light {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background-color: #F8F5EE;
  color: #1C1A17;
  font-family: 'Lato', sans-serif;
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  padding: 0.85rem 1.75rem;
  border: none;
  cursor: pointer;
  text-decoration: none;
  transition: background-color 0.2s;
}
.btn-primary-light:hover { background-color: #EDE8DC; }

/* ---- NAVIGATION ---- */
nav {
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 100;
  background-color: rgba(248, 245, 238, 0.95);
  backdrop-filter: blur(8px);
  border-bottom: 1px solid transparent;
  transition: border-color 0.3s, box-shadow 0.3s;
}
nav.scrolled {
  border-color: #D4C9B0;
  box-shadow: 0 2px 20px rgba(28,26,23,0.06);
}
.nav-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 72px;
}
.nav-brand {
  display: flex;
  flex-direction: column;
  text-decoration: none;
}
.nav-brand-name {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 1.1rem;
  font-weight: 700;
  color: #1C1A17;
  line-height: 1.1;
}
.nav-brand-tagline {
  font-size: 0.55rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #B8952A;
}
.nav-links {
  display: none;
  list-style: none;
  gap: 2rem;
  align-items: center;
}
@media (min-width: 768px) { .nav-links { display: flex; } }
.nav-links a {
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #6B6560;
  text-decoration: none;
  transition: color 0.2s;
}
.nav-links a:hover { color: #1C1A17; }
.nav-cta { display: none; }
@media (min-width: 768px) { .nav-cta { display: inline-flex; } }

/* ---- HERO ---- */
.hero {
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: center;
  background-size: cover;
  background-position: center;
}
.hero-overlay {
  position: absolute;
  inset: 0;
  background-color: rgba(248, 245, 238, 0.82);
}
.hero-grid {
  display: grid;
  gap: 3rem;
  padding-top: 7rem;
  padding-bottom: 4rem;
  position: relative;
  z-index: 1;
}
@media (min-width: 1024px) {
  .hero-grid { grid-template-columns: 1fr 1fr; gap: 4rem; align-items: center; }
}
.hero-photo-wrap {
  display: none;
  position: relative;
  justify-content: flex-end;
  align-items: flex-end;
}
@media (min-width: 1024px) { .hero-photo-wrap { display: flex; } }
.hero-photo-bg {
  position: absolute;
  bottom: -2rem; right: -1rem;
  width: 88%; height: 92%;
  background-color: rgba(184,149,42,0.10);
  border-radius: 4px;
  z-index: 0;
}
.hero-photo {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 460px;
  height: 580px;
  object-fit: cover;
  object-position: center top;
  border-radius: 4px;
  box-shadow: 0 24px 64px rgba(28,26,23,0.18);
  display: block;
}
.hero-badge {
  position: absolute;
  bottom: 1.5rem; left: -1rem;
  z-index: 2;
  background-color: #1C1A17;
  color: #F8F5EE;
  padding: 0.75rem 1.25rem;
  border-radius: 3px;
  box-shadow: 0 8px 24px rgba(28,26,23,0.25);
}
.hero-badge-name { font-weight: 700; font-size: 0.95rem; letter-spacing: 0.02em; }
.hero-badge-title { font-size: 0.7rem; color: #B8952A; letter-spacing: 0.12em; text-transform: uppercase; margin-top: 2px; }
.scroll-indicator {
  position: absolute;
  bottom: 2rem; left: 50%;
  transform: translateX(-50%);
  animation: bounce 2s infinite;
  color: #B8952A;
}
@keyframes bounce {
  0%, 100% { transform: translateX(-50%) translateY(0); }
  50% { transform: translateX(-50%) translateY(-8px); }
}

/* ---- LOGO BAR ---- */
.logo-bar {
  background-color: #EDE8DC;
  border-bottom: 1px solid #D4C9B0;
  padding: 14px 0;
}
.logo-bar-inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 1.5rem;
}
@media (min-width: 768px) { .logo-bar-inner { gap: 2.5rem; } }
.logo-bar-label {
  font-size: 0.6rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #B0A898;
  white-space: nowrap;
}
.logo-bar-divider {
  width: 1px; height: 20px;
  background-color: #C8BFA8;
  display: inline-block;
}
.logo-bar img {
  height: 28px; width: auto;
  object-fit: contain;
  opacity: 0.55;
  filter: grayscale(100%);
}
.logo-bar-text {
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  color: #9A9088;
  text-transform: uppercase;
  white-space: nowrap;
  opacity: 0.75;
}

/* ---- INDUSTRIES ---- */
.industries { background-color: #F8F5EE; padding: 4rem 0; border-bottom: 1px solid #E0D8C8; }
.industries-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.75rem;
  margin-top: 2.5rem;
}
@media (min-width: 640px) { .industries-grid { grid-template-columns: repeat(4, 1fr); } }
@media (min-width: 1024px) { .industries-grid { grid-template-columns: repeat(6, 1fr); } }
.industry-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.6rem;
  padding: 1.25rem 0.75rem;
  border: 1px solid #E0D8C8;
  background-color: #fff;
  text-align: center;
  transition: border-color 0.2s, box-shadow 0.2s;
  cursor: default;
}
.industry-card:hover { border-color: #B8952A; box-shadow: 0 4px 16px rgba(184,149,42,0.08); }
.industry-card svg { color: #3D3830; }
.industry-card-label {
  font-size: 0.65rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #6B6560;
}
.industries-footnote {
  margin-top: 1.5rem;
  font-size: 0.875rem;
  color: #6B6560;
  line-height: 1.7;
  text-align: center;
}
.industries-footnote em { color: #B8952A; font-style: normal; font-weight: 700; }

/* ---- PROBLEM SECTION ---- */
.problem-section {
  position: relative;
  padding: 6rem 0;
  background-size: cover;
  background-position: center;
  color: #F8F5EE;
}
.problem-overlay { position: absolute; inset: 0; background-color: rgba(28,26,23,0.92); }
.problem-grid {
  display: grid;
  gap: 3rem;
  position: relative;
  z-index: 1;
}
@media (min-width: 1024px) { .problem-grid { grid-template-columns: 1fr 1fr; gap: 5rem; align-items: center; } }
.problem-list { list-style: none; display: flex; flex-direction: column; gap: 1.25rem; }
.problem-list li {
  display: flex;
  gap: 1rem;
  align-items: flex-start;
  padding: 1.25rem;
  background-color: rgba(248,245,238,0.05);
  border: 1px solid rgba(248,245,238,0.1);
}
.problem-list li .icon { color: #B8952A; flex-shrink: 0; margin-top: 2px; }
.problem-list li p { font-size: 0.9375rem; color: rgba(248,245,238,0.8); line-height: 1.6; margin: 0; }
.problem-list li strong { color: #F8F5EE; }

/* ---- ABOUT ---- */
.about-section { padding: 6rem 0; background-color: #F8F5EE; }
.about-grid {
  display: grid;
  gap: 3rem;
}
@media (min-width: 1024px) { .about-grid { grid-template-columns: 1fr 1fr; gap: 5rem; align-items: center; } }
.about-photo-wrap { position: relative; }
.about-photo {
  width: 100%; max-width: 420px;
  aspect-ratio: 4/5;
  object-fit: cover;
  object-position: center top;
  border-radius: 2px;
  box-shadow: 0 16px 48px rgba(28,26,23,0.12);
  display: block;
}
.about-accent {
  position: absolute;
  top: -1.5rem; right: -1.5rem;
  width: 60%; height: 60%;
  background-color: rgba(184,149,42,0.08);
  border: 1px solid rgba(184,149,42,0.2);
  border-radius: 2px;
  z-index: -1;
}
.stats-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
  margin: 2rem 0;
  padding-top: 1.5rem;
  border-top: 1px solid #D4C9B0;
}
.stat-num {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 1.5rem;
  font-weight: 700;
  color: #B8952A;
  line-height: 1;
}
.stat-label {
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #6B6560;
  margin-top: 0.25rem;
}

/* ---- SERVICES ---- */
.services-section { padding: 6rem 0 8rem; background-color: #EFEBE0; }
.services-grid {
  display: grid;
  gap: 1.5rem;
  margin-top: 3rem;
}
@media (min-width: 768px) { .services-grid { grid-template-columns: repeat(3, 1fr); } }
.service-card {
  display: flex;
  flex-direction: column;
  padding: 2rem;
  background-color: #fff;
  border: 1px solid #D4C9B0;
  height: 100%;
}
.service-card.featured {
  background-color: #1C1A17;
  border-color: #1C1A17;
  position: relative;
}
.featured-badge {
  position: absolute;
  top: 0; left: 0; right: 0;
  text-align: center;
  padding: 0.5rem;
  background-color: #B8952A;
  font-size: 0.65rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #F8F5EE;
}
.service-tier {
  font-size: 0.65rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #6B6560;
  margin-bottom: 0.5rem;
}
.service-card.featured .service-tier { color: rgba(248,245,238,0.5); }
.service-title {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 1.35rem;
  color: #1C1A17;
  margin-bottom: 0.5rem;
}
.service-card.featured .service-title { color: #F8F5EE; }
.service-timeframe {
  font-size: 0.8rem;
  font-weight: 700;
  color: #B8952A;
  letter-spacing: 0.05em;
  margin-bottom: 1rem;
}
.service-desc {
  font-size: 0.9375rem;
  color: #6B6560;
  line-height: 1.75;
  flex-grow: 1;
}
.service-card.featured .service-desc { color: rgba(248,245,238,0.75); }
.service-quote {
  font-size: 0.9375rem;
  font-weight: 700;
  font-style: italic;
  color: #1C1A17;
  margin: 1.25rem 0 1.5rem;
}
.service-card.featured .service-quote { color: #F8F5EE; }
.service-features {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin-bottom: 2rem;
}
.service-features li {
  display: flex;
  align-items: flex-start;
  gap: 0.5rem;
  font-size: 0.875rem;
  color: #1C1A17;
}
.service-card.featured .service-features li { color: rgba(248,245,238,0.85); }
.service-features li .check { color: #B8952A; flex-shrink: 0; margin-top: 2px; }
.services-reassurance {
  text-align: center;
  margin-top: 2.5rem;
  font-size: 0.9375rem;
  color: #6B6560;
  line-height: 1.7;
}
.services-reassurance a { color: #B8952A; font-weight: 700; text-decoration: underline; }

/* ---- PROCESS ---- */
.process-section {
  position: relative;
  padding: 6rem 0;
  background-size: cover;
  background-position: center;
}
.process-overlay { position: absolute; inset: 0; background-color: rgba(28,26,23,0.90); }
.process-steps {
  display: grid;
  gap: 2rem;
  margin-top: 3rem;
  position: relative;
  z-index: 1;
}
@media (min-width: 768px) { .process-steps { grid-template-columns: repeat(3, 1fr); } }
.process-step { text-align: center; padding: 2.5rem 2rem; border: 1px solid rgba(248,245,238,0.1); background-color: rgba(248,245,238,0.04); }
.process-num {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 3rem;
  font-weight: 700;
  color: rgba(184,149,42,0.3);
  line-height: 1;
  margin-bottom: 1rem;
}
.process-step-title {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 1.2rem;
  color: #F8F5EE;
  margin-bottom: 0.75rem;
}
.process-step-desc { font-size: 0.9rem; color: rgba(248,245,238,0.65); line-height: 1.7; }

/* ---- LEAD MAGNET ---- */
.lead-magnet {
  position: relative;
  padding: 5rem 0;
  background-size: cover;
  background-position: center;
}
.lead-magnet-overlay { position: absolute; inset: 0; background-color: rgba(28,26,23,0.88); }
.lead-magnet-inner {
  position: relative;
  z-index: 1;
  max-width: 640px;
  margin: 0 auto;
  text-align: center;
}
.lead-form {
  display: flex;
  flex-direction: column;
  gap: 0;
  margin-top: 1.5rem;
}
@media (min-width: 640px) { .lead-form { flex-direction: row; }  }
.lead-form input {
  flex: 1;
  padding: 0.9rem 1rem;
  font-family: 'Lato', sans-serif;
  font-size: 0.9375rem;
  color: #1C1A17;
  background-color: #fff;
  border: none;
  outline: none;
}
.lead-form button { white-space: nowrap; }

/* ---- FAQ ---- */
.faq-section { padding: 6rem 0; background-color: #F8F5EE; }
.faq-list { max-width: 720px; margin: 3rem auto 0; }
.faq-item { border-bottom: 1px solid #D4C9B0; }
.faq-question {
  width: 100%;
  text-align: left;
  padding: 1.25rem 0;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1rem;
  background: none;
  border: none;
  cursor: pointer;
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 1.05rem;
  font-weight: 500;
  color: #1C1A17;
  line-height: 1.4;
}
.faq-icon {
  color: #B8952A;
  font-size: 1.4rem;
  flex-shrink: 0;
  transition: transform 0.2s;
  line-height: 1;
}
.faq-icon.open { transform: rotate(45deg); }
.faq-answer {
  display: none;
  padding-bottom: 1.25rem;
  font-size: 0.9375rem;
  color: #6B6560;
  line-height: 1.8;
}
.faq-answer.open { display: block; }

/* ---- SCARCITY ---- */
.scarcity-section {
  padding: 4rem 0;
  background-color: #EFEBE0;
  border-top: 1px solid #D4C9B0;
  border-bottom: 1px solid #D4C9B0;
}
.scarcity-inner {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  align-items: flex-start;
}
@media (min-width: 768px) { .scarcity-inner { flex-direction: row; align-items: center; justify-content: space-between; } }

/* ---- BOOKING FORM ---- */
.booking-section {
  position: relative;
  padding: 7rem 0 9rem;
  background-size: cover;
  background-position: center;
}
.booking-overlay { position: absolute; inset: 0; background-color: rgba(28,26,23,0.88); }
.booking-inner {
  position: relative;
  z-index: 1;
  max-width: 640px;
  margin: 0 auto;
  text-align: center;
}
.booking-form-wrap {
  background-color: #fff;
  padding: 2.5rem;
  text-align: left;
  margin-top: 2.5rem;
}
.form-grid-2 { display: grid; gap: 1rem; }
@media (min-width: 640px) { .form-grid-2 { grid-template-columns: 1fr 1fr; } }
.form-group { display: flex; flex-direction: column; gap: 0.4rem; margin-bottom: 1rem; }
.form-label {
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #6B6560;
}
.form-input, .form-select, .form-textarea {
  width: 100%;
  padding: 0.75rem 1rem;
  border: 1px solid #D4C9B0;
  background-color: #F8F5EE;
  font-family: 'Lato', sans-serif;
  font-size: 0.9375rem;
  color: #1C1A17;
  outline: none;
  transition: border-color 0.2s;
}
.form-input:focus, .form-select:focus, .form-textarea:focus { border-color: #B8952A; }
.form-textarea { resize: none; }
.consent-box {
  display: flex;
  align-items: flex-start;
  gap: 0.6rem;
  padding: 0.75rem;
  background-color: #F0EBE0;
  border: 1px solid #D4C9B0;
  margin-bottom: 1rem;
}
.consent-box input[type="checkbox"] { margin-top: 2px; accent-color: #B8952A; width: 16px; height: 16px; flex-shrink: 0; cursor: pointer; }
.consent-box label { font-size: 0.8125rem; color: #4A4540; line-height: 1.55; cursor: pointer; }
.consent-box a { color: #B8952A; font-weight: 700; text-decoration: underline; }
.form-submit { width: 100%; justify-content: center; padding: 1rem 2rem; font-size: 0.9375rem; }
.form-note { font-size: 0.8125rem; color: #6B6560; text-align: center; margin-top: 0.75rem; }

/* ---- BLOG PREVIEW ---- */
.blog-preview { padding: 5rem 0 7rem; background-color: #F8F5EE; border-top: 1px solid #E0D8C8; }
.blog-preview-header {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin-bottom: 3rem;
}
@media (min-width: 768px) { .blog-preview-header { flex-direction: row; align-items: flex-end; justify-content: space-between; } }
.blog-preview-link {
  display: flex;
  align-items: center;
  gap: 6px;
  color: #B8952A;
  font-weight: 700;
  font-size: 0.75rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  text-decoration: none;
  white-space: nowrap;
}
.blog-grid { display: grid; gap: 1.5rem; }
@media (min-width: 768px) { .blog-grid { grid-template-columns: repeat(3, 1fr); } }
.blog-card {
  background-color: #fff;
  border: 1px solid #E0D8C8;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  text-decoration: none;
  transition: box-shadow 0.2s, border-color 0.2s;
}
.blog-card:hover { box-shadow: 0 8px 32px rgba(28,26,23,0.10); border-color: #B8952A; }
.blog-card-header {
  padding: 0.4rem 1.25rem;
  background-color: #1C1A17;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.blog-card-cat { font-size: 0.6rem; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase; color: #B8952A; }
.blog-card-time { font-size: 0.6rem; color: #9A9088; }
.blog-card-body { padding: 1.25rem; flex: 1; display: flex; flex-direction: column; }
.blog-card-title {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 1rem;
  color: #1C1A17;
  line-height: 1.35;
  margin-bottom: 0.6rem;
  font-weight: 700;
}
.blog-card-excerpt { font-size: 0.825rem; color: #6B6560; line-height: 1.65; flex: 1; margin-bottom: 1rem; }
.blog-card-cta { font-size: 0.7rem; font-weight: 700; color: #B8952A; display: flex; align-items: center; gap: 4px; letter-spacing: 0.04em; }

/* ---- FOOTER ---- */
footer { background-color: #1C1A17; border-top: 1px solid rgba(212,201,176,0.15); }
.footer-top {
  padding: 2.5rem 0;
  border-bottom: 1px solid rgba(212,201,176,0.1);
  display: grid;
  gap: 2rem;
}
@media (min-width: 768px) { .footer-top { grid-template-columns: repeat(3, 1fr); } }
.footer-brand-name { font-family: 'Playfair Display', Georgia, serif; color: #F8F5EE; font-size: 1.1rem; font-weight: 700; }
.footer-brand-tagline { font-size: 0.55rem; font-weight: 700; letter-spacing: 0.2em; text-transform: uppercase; color: #B8952A; margin-top: 0.2rem; margin-bottom: 0.75rem; }
.footer-brand-desc { color: rgba(248,245,238,0.45); font-size: 0.8rem; line-height: 1.6; }
.footer-col-label { color: rgba(248,245,238,0.35); font-size: 0.6rem; font-weight: 700; letter-spacing: 0.16em; text-transform: uppercase; margin-bottom: 0.75rem; }
.footer-links { display: flex; flex-direction: column; gap: 0.5rem; }
.footer-links a { font-size: 0.8rem; font-weight: 600; color: rgba(248,245,238,0.5); text-decoration: none; transition: color 0.2s; }
.footer-links a:hover { color: #F8F5EE; }
.footer-contact-email { font-size: 0.8rem; color: rgba(248,245,238,0.5); text-decoration: none; transition: color 0.2s; }
.footer-contact-email:hover { color: #B8952A; }
.footer-contact-addr { font-size: 0.8rem; color: rgba(248,245,238,0.45); line-height: 1.5; margin: 0.5rem 0; }
.footer-bottom {
  padding: 1.25rem 0;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  align-items: center;
}
@media (min-width: 768px) { .footer-bottom { flex-direction: row; justify-content: space-between; } }
.footer-copy { color: rgba(248,245,238,0.3); font-size: 0.75rem; }
.footer-legal { display: flex; align-items: center; gap: 1.25rem; }
.footer-legal a { font-size: 0.8125rem; color: rgba(248,245,238,0.75); text-decoration: underline; text-underline-offset: 3px; text-decoration-color: rgba(184,149,42,0.4); transition: color 0.2s; }
.footer-legal a:hover { color: #B8952A; }
.footer-legal-sep { color: rgba(248,245,238,0.2); font-size: 0.75rem; }

/* ---- COOKIE BANNER ---- */
.cookie-banner {
  position: fixed;
  bottom: 1.5rem; left: 1rem; right: 1rem;
  z-index: 9999;
  background-color: #1C1A17;
  border: 1px solid rgba(184,149,42,0.3);
  padding: 1.25rem 1.5rem;
  box-shadow: 0 8px 32px rgba(0,0,0,0.3);
  display: flex;
  flex-direction: column;
  gap: 1rem;
  max-width: 640px;
  margin: 0 auto;
  animation: slideUp 0.4s ease;
}
@media (min-width: 640px) { .cookie-banner { flex-direction: row; align-items: center; justify-content: space-between; } }
@keyframes slideUp { from { transform: translateY(100%); opacity: 0; } to { transform: translateY(0); opacity: 1; } }
.cookie-text { font-size: 0.8125rem; color: rgba(248,245,238,0.75); line-height: 1.55; }
.cookie-text a { color: #B8952A; text-decoration: underline; }
.cookie-buttons { display: flex; gap: 0.75rem; flex-shrink: 0; }
.cookie-reject {
  padding: 0.5rem 1rem;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  background: transparent;
  border: 1px solid rgba(248,245,238,0.3);
  color: rgba(248,245,238,0.6);
  cursor: pointer;
  transition: border-color 0.2s, color 0.2s;
}
.cookie-reject:hover { border-color: rgba(248,245,238,0.6); color: #F8F5EE; }
.cookie-accept {
  padding: 0.5rem 1rem;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  background-color: #B8952A;
  border: none;
  color: #F8F5EE;
  cursor: pointer;
  transition: background-color 0.2s;
}
.cookie-accept:hover { background-color: #9A7B22; }

/* ---- LEGAL PAGES ---- */
.legal-page { padding: 8rem 0 5rem; }
.legal-page h1 { font-size: clamp(1.8rem, 3vw, 2.5rem); margin-bottom: 0.5rem; }
.legal-meta { font-size: 0.8rem; color: #9A9088; margin-bottom: 3rem; }
.legal-body h2 { font-size: 1.25rem; margin: 2.5rem 0 0.75rem; }
.legal-body h3 { font-size: 1rem; margin: 1.5rem 0 0.5rem; }
.legal-body p { margin-bottom: 1rem; color: #4A4540; font-size: 0.9375rem; line-height: 1.8; }
.legal-body ul { margin: 0.75rem 0 1rem 1.5rem; }
.legal-body ul li { color: #4A4540; font-size: 0.9375rem; line-height: 1.8; margin-bottom: 0.4rem; }
.legal-body a { color: #B8952A; text-decoration: underline; }

/* ---- BLOG PAGES ---- */
.blog-index { padding: 8rem 0 5rem; }
.blog-index-grid { display: grid; gap: 2rem; margin-top: 3rem; }
@media (min-width: 640px) { .blog-index-grid { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 1024px) { .blog-index-grid { grid-template-columns: repeat(3, 1fr); } }

.article-page { padding: 8rem 0 5rem; }
.article-grid { display: grid; gap: 3rem; }
@media (min-width: 1024px) { .article-grid { grid-template-columns: 2fr 1fr; gap: 4rem; } }
.article-body h2 { font-size: 1.4rem; margin: 2rem 0 0.75rem; }
.article-body h3 { font-size: 1.1rem; margin: 1.5rem 0 0.5rem; }
.article-body p { margin-bottom: 1.25rem; color: #4A4540; font-size: 1rem; line-height: 1.85; }
.article-body strong { color: #1C1A17; }
.article-body em { font-style: italic; }
.article-sidebar { display: flex; flex-direction: column; gap: 1.5rem; }
.sidebar-card { padding: 1.5rem; border: 1px solid #D4C9B0; background-color: #fff; }
.sidebar-card h4 { font-family: 'Playfair Display', Georgia, serif; font-size: 1rem; margin-bottom: 0.75rem; }
.author-photo { width: 64px; height: 64px; border-radius: 50%; object-fit: cover; object-position: top; margin-bottom: 0.75rem; }
.article-cta-box {
  padding: 2rem;
  background-color: #1C1A17;
  color: #F8F5EE;
}
.article-cta-box h4 { font-family: 'Playfair Display', Georgia, serif; font-size: 1.1rem; color: #F8F5EE; margin-bottom: 0.75rem; }
.article-cta-box p { font-size: 0.875rem; color: rgba(248,245,238,0.7); line-height: 1.65; margin-bottom: 1.25rem; }

/* ---- FADE IN ANIMATION ---- */
.fade-in {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 0.7s ease, transform 0.7s ease;
}
.fade-in.visible {
  opacity: 1;
  transform: translateY(0);
}

/* ---- UTILITIES ---- */
.text-gold { color: #B8952A; }
.text-muted { color: #6B6560; }
.text-light { color: rgba(248,245,238,0.75); }
.mt-1 { margin-top: 0.5rem; }
.mt-2 { margin-top: 1rem; }
.mt-3 { margin-top: 1.5rem; }
.mt-4 { margin-top: 2rem; }
.mb-1 { margin-bottom: 0.5rem; }
.mb-2 { margin-bottom: 1rem; }
.mb-3 { margin-bottom: 1.5rem; }
.mb-4 { margin-bottom: 2rem; }
.flex { display: flex; }
.flex-col { flex-direction: column; }
.items-center { align-items: center; }
.justify-between { justify-content: space-between; }
.gap-1 { gap: 0.5rem; }
.gap-2 { gap: 1rem; }
.gap-3 { gap: 1.5rem; }
.text-center { text-align: center; }
.w-full { width: 100%; }
.max-w-2xl { max-width: 42rem; }
.max-w-3xl { max-width: 48rem; }
