/* ============================================================
   Hony Estrella — Stylesheet
   Design: editorial, brand-personal, inspired by Cavoni theme
   Fonts: Playfair Display (display) + Inter (body)
   ============================================================ */

:root {
  --ink: #171411;
  --paper: #fbfbf9;
  --white: #ffffff;
  --line: #dedbd4;
  --muted: #6a625b;
  --coral: #c34232;
  --teal: #087982;
  --gold: #d49b28;
  --green: #2f6b55;
  --charcoal: #171411;
  --charcoal-soft: #1f1c19;
  --shadow: 0 24px 70px rgba(23, 20, 17, 0.14);
  --shadow-strong: 0 34px 90px rgba(23, 20, 17, 0.26);
  --glass-line: rgba(255, 255, 255, 0.28);
  --radius: 8px;
  --transition: 180ms ease;
}

/* ── Reset ── */
*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: "Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.6;
  overflow-x: hidden;
}

img,
svg {
  display: block;
}

a {
  color: inherit;
}

button,
input,
select,
textarea {
  font: inherit;
}

/* ── Skip link ── */
.skip-link {
  position: fixed;
  left: 16px;
  top: 12px;
  z-index: 100;
  transform: translateY(-140%);
  background: var(--white);
  color: var(--ink);
  padding: 10px 14px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
}

.skip-link:focus {
  transform: translateY(0);
}

/* ============================================================
   HEADER / NAV
   ============================================================ */
.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 50;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  min-height: 76px;
  padding: 18px 40px;
  color: var(--white);
  border-bottom: 1px solid transparent;
  transition: background var(--transition), border-color var(--transition),
              color var(--transition), box-shadow var(--transition);
}

.site-header.is-scrolled,
.site-header.is-open,
.page-body .site-header {
  background: rgba(251, 251, 249, 0.96);
  border-bottom: 1px solid var(--line);
  color: var(--ink);
  backdrop-filter: blur(14px);
  box-shadow: 0 16px 60px rgba(23, 20, 17, 0.08);
}

.brand {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 6px 12px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: var(--radius);
  background: rgba(23, 20, 17, 0.78);
  box-shadow: 0 14px 34px rgba(23, 20, 17, 0.16);
  backdrop-filter: blur(14px);
  text-decoration: none;
  transition: background var(--transition), border-color var(--transition);
}

.brand-logo {
  display: block;
  width: 132px;
  height: auto;
  object-fit: contain;
  filter: drop-shadow(0 8px 18px rgba(0, 0, 0, 0.22));
}

.site-header.is-scrolled .brand,
.site-header.is-open .brand,
.page-body .site-header .brand {
  background: rgba(23, 20, 17, 0.88);
  border-color: rgba(212, 175, 55, 0.2);
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 8px;
}

.site-nav a,
.menu-toggle {
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border-radius: var(--radius);
  color: inherit;
  font-size: 0.95rem;
  font-weight: 700;
  text-decoration: none;
  padding: 9px 12px;
  transition: background var(--transition), color var(--transition);
}

.site-nav a:hover,
.site-nav a:focus-visible,
.menu-toggle:hover,
.menu-toggle:focus-visible {
  outline: none;
  background: rgba(255, 255, 255, 0.14);
}

.site-header.is-scrolled .site-nav a:hover,
.site-header.is-scrolled .site-nav a:focus-visible,
.site-header.is-open .site-nav a:hover,
.site-header.is-open .site-nav a:focus-visible,
.site-header.is-open .menu-toggle:hover,
.site-header.is-open .menu-toggle:focus-visible,
.page-body .site-header .site-nav a:hover,
.page-body .site-header .site-nav a:focus-visible {
  background: #efeee9;
}

.nav-action {
  border: 1px solid currentColor;
}

.menu-toggle {
  display: none;
  border: 0;
  background: transparent;
  cursor: pointer;
}

.site-nav svg,
.menu-toggle svg,
.button svg,
.feature-item svg,
.service-list svg,
.portfolio-icon svg,
.page-hero-icon svg,
.media-card-icon svg {
  width: 20px;
  height: 20px;
  flex: 0 0 auto;
  stroke-width: 2;
}

/* ============================================================
   HERO
   ============================================================ */
.hero {
  position: relative;
  min-height: 100vh;
  isolation: isolate;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
  color: var(--white);
  background: var(--charcoal);
}

/* Particle canvas — between overlays and content */
.particles-canvas {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  opacity: 0.65;
}

.hero-media {
  position: absolute;
  inset: 0;
  z-index: -3;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: right center;
  filter: saturate(0.98) contrast(1.05);
}

.hero-shade {
  position: absolute;
  inset: 0;
  z-index: -2;
  background: rgba(18, 16, 14, 0.6);
}

.hero-accent {
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(115deg, rgba(23, 20, 17, 0.97) 0%, rgba(23, 20, 17, 0.9) 38%, rgba(23, 20, 17, 0.2) 66%, rgba(23, 20, 17, 0.52) 100%),
    linear-gradient(180deg, transparent 0%, rgba(8, 121, 130, 0.18) 100%);
}

.hero::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  height: 18%;
  background: rgba(18, 16, 14, 0.32);
  pointer-events: none;
}

/* Hero content above canvas (z-index: 1) */
.hero-inner {
  position: relative;
  z-index: 1;
  width: min(1160px, calc(100% - 48px));
  margin: 0 auto;
  padding: 160px 0 104px;
  overflow-wrap: break-word;
}

.eyebrow,
.section-kicker {
  margin: 0 0 18px;
  color: var(--gold);
  font-size: 0.78rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.hero h1,
.section-heading h2,
.intro-grid h2,
.contact-grid h2 {
  font-family: "Playfair Display", Georgia, serif;
  line-height: 1;
}

.hero h1 {
  max-width: 760px;
  margin: 0;
  font-size: 5rem;
  font-weight: 800;
}

.hero-copy {
  max-width: 720px;
  margin: 26px 0 0;
  color: rgba(255, 255, 255, 0.9);
  font-size: 1.2rem;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 34px;
}

/* ── Buttons ── */
.button {
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border-radius: var(--radius);
  border: 1px solid transparent;
  padding: 12px 20px;
  font-weight: 800;
  text-decoration: none;
  cursor: pointer;
  transition: transform 160ms ease, background 160ms ease, border-color 160ms ease, color 160ms ease, box-shadow 160ms ease;
}

.button:hover,
.button:focus-visible {
  transform: translateY(-2px);
  outline: none;
}

.button-primary {
  background: var(--coral);
  color: var(--white);
  box-shadow: 0 16px 34px rgba(195, 66, 50, 0.28);
}

.button-primary:hover,
.button-primary:focus-visible {
  background: #a93528;
  box-shadow: 0 20px 40px rgba(195, 66, 50, 0.36);
}

.button-secondary {
  background: rgba(255, 255, 255, 0.11);
  border-color: rgba(255, 255, 255, 0.6);
  color: var(--white);
}

.button-secondary:hover,
.button-secondary:focus-visible {
  background: rgba(255, 255, 255, 0.2);
}

.button-line {
  background: transparent;
  border-color: var(--line);
  color: var(--ink);
}

.button-line:hover,
.button-line:focus-visible {
  border-color: var(--teal);
  color: var(--teal);
}

/* Hero facts */
.hero-facts {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 170px));
  gap: 12px;
  margin: 44px 0 0;
}

.hero-facts div {
  border-left: 3px solid var(--gold);
  padding-left: 14px;
}

.hero-facts dt {
  color: rgba(255, 255, 255, 0.68);
  font-size: 0.78rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.hero-facts dd {
  margin: 3px 0 0;
  color: var(--white);
  font-weight: 800;
}

/* Glass hero card */
.hero-card {
  position: absolute;
  z-index: 1;
  right: min(5vw, 72px);
  bottom: 78px;
  width: min(360px, 28vw);
  padding: 24px;
  color: var(--white);
}

.hero-card h2 {
  margin: 0;
  font-family: "Playfair Display", Georgia, serif;
  font-size: 1.72rem;
  line-height: 1.08;
}

.hero-card p:not(.post-meta) {
  margin: 14px 0 0;
  color: rgba(255, 255, 255, 0.74);
}

/* Photo credit */
.photo-credit {
  position: absolute;
  z-index: 1;
  right: 20px;
  bottom: 14px;
  max-width: 280px;
  margin: 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.72rem;
  text-align: right;
}

/* Glass morphism card */
.glass3d-card {
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.06)),
    rgba(255, 255, 255, 0.1);
  border: 1px solid var(--glass-line);
  border-radius: var(--radius);
  box-shadow: var(--shadow-strong);
  backdrop-filter: blur(22px) saturate(1.2);
  transform-style: preserve-3d;
}

.glass3d-card::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(110deg, rgba(255, 255, 255, 0.32), transparent 28%),
    linear-gradient(315deg, rgba(8, 121, 130, 0.18), transparent 36%);
  opacity: 0.76;
}

.glass3d-card > * {
  position: relative;
  z-index: 1;
}

/* ============================================================
   STATS STRIP
   ============================================================ */
.stats-strip {
  background: var(--charcoal);
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  padding: 56px 0;
}

.stats-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

.stat-item {
  padding: 0 32px;
  border-right: 1px solid rgba(255, 255, 255, 0.09);
  text-align: center;
}

.stat-item:first-child {
  padding-left: 0;
  text-align: left;
}

.stat-item:last-child {
  border-right: 0;
  padding-right: 0;
  text-align: right;
}

.stat-number {
  display: block;
  font-family: "Playfair Display", Georgia, serif;
  font-size: 3.4rem;
  font-weight: 800;
  color: var(--gold);
  line-height: 1;
  margin-bottom: 10px;
}

.stat-number sup {
  font-size: 1.5rem;
  vertical-align: super;
  line-height: 0;
}

.stat-label {
  display: block;
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.07em;
  color: rgba(255, 255, 255, 0.48);
}

/* ============================================================
   LAYOUT UTILITY
   ============================================================ */
.section-shell {
  width: min(1160px, calc(100% - 48px));
  margin: 0 auto;
}

/* ============================================================
   INTRO BAND
   ============================================================ */
.intro-band {
  background: var(--white);
  border-bottom: 1px solid var(--line);
}

.intro-grid {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 64px;
  align-items: end;
  padding: 76px 0;
}

.intro-grid h2,
.section-heading h2,
.contact-grid h2 {
  margin: 0;
  font-size: 3rem;
}

.intro-grid p:last-child,
.section-heading p:last-child,
.contact-grid p {
  margin: 0;
  color: var(--muted);
  font-size: 1.04rem;
}

/* ============================================================
   BOOKING STRIP
   ============================================================ */
.booking-strip {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 28px;
  align-items: center;
  margin-top: -36px;
  margin-bottom: 10px;
  padding: 28px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.82), rgba(255, 255, 255, 0.48)),
    rgba(251, 251, 249, 0.78);
  color: var(--ink);
}

.booking-strip h2 {
  max-width: 720px;
  margin: 0;
  font-family: "Playfair Display", Georgia, serif;
  font-size: 2.2rem;
  line-height: 1.05;
}

.booking-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: flex-end;
}

/* ============================================================
   SECTION HEADING
   ============================================================ */
.expertise,
.portfolio,
.blog-preview {
  padding: 94px 0;
}

.section-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 32px;
  margin-bottom: 36px;
}

.section-heading.compact {
  display: block;
  max-width: 780px;
}

.section-heading.align-start {
  display: block;
  margin: 0;
}

.section-heading.align-start p:last-child {
  margin-top: 20px;
}

/* ============================================================
   FACETAS / EXPERTISE GRID
   ============================================================ */
.feature-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  background: var(--line);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  overflow: hidden;
}

.feature-item {
  min-height: 270px;
  background: var(--paper);
  padding: 32px 28px;
  transition: transform var(--transition), background var(--transition), box-shadow var(--transition);
}

.feature-item:hover {
  transform: translateY(-4px);
  background: var(--white);
  box-shadow: 0 20px 44px rgba(23, 20, 17, 0.1);
}

.feature-item svg {
  color: var(--teal);
  margin-bottom: 26px;
}

.feature-item h3,
.portfolio-list h3,
.service-list h3,
.timeline-item h3 {
  margin: 0;
  font-size: 1.08rem;
}

.feature-item p,
.portfolio-list li,
.service-list p,
.timeline-item p {
  color: var(--muted);
}

.feature-item p {
  margin: 12px 0 0;
}

/* ============================================================
   TIMELINE
   ============================================================ */
.timeline-band {
  background: var(--charcoal);
  color: var(--white);
  padding: 94px 0;
}

.timeline-band .section-heading h2,
.timeline-band .section-heading.compact h2 {
  color: var(--white);
}

.timeline {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
  margin-top: 42px;
  border-top: 1px solid rgba(255, 255, 255, 0.18);
}

.timeline-item {
  position: relative;
  padding: 34px 24px 0 0;
}

.timeline-item::before {
  content: "";
  position: absolute;
  top: -7px;
  left: 0;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background: var(--gold);
  box-shadow: 0 0 0 3px rgba(212, 155, 40, 0.25);
}

.timeline-item span {
  display: inline-flex;
  margin-bottom: 20px;
  color: var(--gold);
  font-weight: 800;
  font-size: 0.88rem;
  letter-spacing: 0.04em;
}

.timeline-item p {
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.94rem;
}

/* ============================================================
   PORTFOLIO
   ============================================================ */
.portfolio-filters {
  display: flex;
  gap: 8px;
  margin-bottom: 28px;
  flex-wrap: wrap;
}

.filter-btn {
  min-height: 38px;
  padding: 8px 20px;
  border: 1px solid var(--line);
  border-radius: 6px;
  background: transparent;
  color: var(--muted);
  font-size: 0.85rem;
  font-weight: 700;
  cursor: pointer;
  letter-spacing: 0.03em;
  transition: background 160ms ease, border-color 160ms ease, color 160ms ease, transform 160ms ease;
}

.filter-btn:hover,
.filter-btn:focus-visible {
  border-color: var(--teal);
  color: var(--teal);
  outline: none;
  transform: translateY(-1px);
}

.filter-btn.active {
  background: var(--charcoal);
  border-color: var(--charcoal);
  color: var(--white);
}

.portfolio-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  transition: grid-template-columns 280ms ease;
}

.portfolio-grid.is-filtered {
  grid-template-columns: 1fr;
}

.portfolio-list {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  border-top-width: 3px;
  padding: 28px;
  box-shadow: var(--shadow);
  transition: transform var(--transition), border-color var(--transition), box-shadow var(--transition);
}

.portfolio-list[data-cat="teatro"] { border-top-color: var(--coral); }
.portfolio-list[data-cat="cine"]   { border-top-color: var(--teal); }
.portfolio-list[data-cat="medios"] { border-top-color: var(--gold); }

.portfolio-list.is-filtered-out {
  display: none;
}

.portfolio-list:hover,
.post-card:hover,
.service-list article:hover {
  transform: translateY(-5px);
  border-color: rgba(8, 121, 130, 0.32);
  box-shadow: 0 26px 70px rgba(23, 20, 17, 0.16);
}

.portfolio-icon {
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  margin-bottom: 24px;
  border-radius: var(--radius);
  background: #eff6f4;
  color: var(--green);
}

.portfolio-list ul {
  display: grid;
  gap: 10px;
  margin: 18px 0 0;
  padding: 0;
  list-style: none;
}

.portfolio-list li {
  padding-top: 10px;
  border-top: 1px solid var(--line);
  font-size: 0.95rem;
}

/* ============================================================
   MEDIA APPEARANCES
   ============================================================ */
.media-section {
  background: var(--charcoal);
  color: var(--white);
  padding: 94px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
}

.media-section .section-kicker {
  color: var(--gold);
}

.media-section .section-heading {
  margin-bottom: 42px;
}

.media-section .section-heading h2 {
  color: var(--white);
  font-family: "Playfair Display", Georgia, serif;
  font-size: 3rem;
  line-height: 1;
  margin: 0;
}

.media-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.media-card {
  display: flex;
  gap: 16px;
  align-items: flex-start;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.07);
  border-left: 3px solid var(--gold);
  border-radius: var(--radius);
  padding: 24px;
  transition: transform var(--transition), background var(--transition), box-shadow var(--transition);
}

.media-card:hover {
  transform: translateY(-4px);
  background: rgba(255, 255, 255, 0.07);
  box-shadow: 0 20px 52px rgba(0, 0, 0, 0.28);
}

.media-card-icon {
  flex: 0 0 40px;
  width: 40px;
  height: 40px;
  display: grid;
  place-items: center;
  border-radius: 6px;
  background: rgba(212, 155, 40, 0.12);
  color: var(--gold);
  margin-top: 2px;
}

.media-card-body {
  min-width: 0;
}

.media-network {
  margin: 0 0 5px;
  color: rgba(255, 255, 255, 0.42);
  font-size: 0.72rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.media-show {
  margin: 0 0 6px;
  font-family: "Playfair Display", Georgia, serif;
  font-size: 1.22rem;
  line-height: 1.12;
  color: var(--white);
}

.media-role {
  margin: 0 0 10px;
  color: var(--gold);
  font-size: 0.74rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.media-desc {
  margin: 0;
  color: rgba(255, 255, 255, 0.58);
  font-size: 0.88rem;
  line-height: 1.55;
}

/* ============================================================
   SERVICES BAND (Blog + Contrataciones)
   ============================================================ */
.services-band {
  background: #eef5f3;
  border-top: 1px solid #d7e4df;
  border-bottom: 1px solid #d7e4df;
}

.blog-preview {
  border-bottom: 1px solid #d7e4df;
}

/* ── Blog cards ── */
.post-grid {
  display: grid;
  grid-template-columns: 1.25fr 0.9fr 0.9fr;
  gap: 18px;
}

.post-card {
  min-height: 280px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 28px;
  box-shadow: var(--shadow);
  transition: transform var(--transition), border-color var(--transition), box-shadow var(--transition);
}

.post-card-featured {
  background: var(--charcoal);
  color: var(--white);
  border-color: var(--charcoal);
}

.post-meta {
  margin: 0 0 18px;
  color: var(--gold);
  font-size: 0.78rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.post-card h3 {
  margin: 0;
  font-family: "Playfair Display", Georgia, serif;
  font-size: 2rem;
  line-height: 1.08;
  overflow-wrap: break-word;
}

.post-card h3 a {
  text-decoration: none;
}

.post-card h3 a:hover,
.post-card h3 a:focus-visible {
  color: var(--coral);
  outline: none;
}

.post-card p:not(.post-meta) {
  margin: 18px 0 0;
  color: var(--muted);
}

.post-card-featured p:not(.post-meta) {
  color: rgba(255, 255, 255, 0.76);
}

.post-link {
  margin-top: auto;
  padding-top: 24px;
  color: var(--teal);
  font-weight: 800;
  text-decoration: none;
  transition: color var(--transition);
}

.post-card-featured .post-link {
  color: var(--gold);
}

.post-link:hover,
.post-link:focus-visible {
  color: var(--coral);
  outline: none;
}

/* ── Services ── */
.services-grid {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 64px;
  align-items: start;
  padding: 94px 0;
}

.service-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.service-list article {
  min-height: 190px;
  display: flex;
  gap: 16px;
  background: var(--white);
  border: 1px solid #d7e4df;
  border-radius: var(--radius);
  padding: 22px;
  transition: transform var(--transition), border-color var(--transition), box-shadow var(--transition);
}

.service-list svg {
  color: var(--teal);
  flex: 0 0 20px;
  margin-top: 2px;
}

.service-list p {
  margin: 8px 0 0;
}

/* ============================================================
   CONTACT
   ============================================================ */
.contact-section {
  padding: 94px 0;
  background: var(--white);
}

.contact-grid {
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  gap: 64px;
  align-items: start;
}

.contact-grid p {
  margin-top: 20px;
}

.contact-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.contact-form {
  display: grid;
  gap: 16px;
  padding: 28px;
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: var(--radius);
}

.contact-form label {
  display: grid;
  gap: 8px;
  color: var(--ink);
  font-weight: 800;
  font-size: 0.9rem;
}

.contact-form input,
.contact-form select,
.contact-form textarea {
  width: 100%;
  border: 1px solid #cfcac0;
  border-radius: var(--radius);
  background: var(--white);
  color: var(--ink);
  padding: 12px 13px;
  transition: border-color var(--transition), outline var(--transition);
}

.contact-form textarea {
  min-height: 136px;
  resize: vertical;
}

.contact-form input:focus,
.contact-form select:focus,
.contact-form textarea:focus {
  outline: 3px solid rgba(8, 121, 130, 0.18);
  border-color: var(--teal);
}

.contact-form button {
  width: fit-content;
}

/* ============================================================
   FOOTER
   ============================================================ */
.site-footer {
  background: var(--charcoal);
  color: rgba(255, 255, 255, 0.76);
  padding: 28px 0;
}

.footer-grid {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.site-footer p {
  margin: 0;
  font-size: 0.86rem;
}

.site-footer a {
  color: var(--white);
  text-decoration: none;
}

.site-footer a:hover {
  color: var(--gold);
}

/* ============================================================
   FLOATING CTA
   ============================================================ */
.floating-cta {
  position: fixed;
  right: 22px;
  bottom: 22px;
  z-index: 45;
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding: 12px 15px;
  border-radius: var(--radius);
  background: rgba(23, 20, 17, 0.82);
  color: var(--white);
  border: 1px solid rgba(255, 255, 255, 0.2);
  box-shadow: var(--shadow-strong);
  backdrop-filter: blur(18px);
  font-weight: 800;
  text-decoration: none;
  transition: background var(--transition), transform var(--transition);
}

.floating-cta:hover {
  background: var(--charcoal);
  transform: translateY(-2px);
}

.floating-cta svg {
  width: 18px;
  height: 18px;
}

/* ============================================================
   REVEAL ANIMATION (Cavoni-style scroll entrance)
   ============================================================ */
.reveal {
  opacity: 1;
  transform: none;
}

.js .reveal {
  opacity: 0;
  transform: translateY(26px);
  transition: opacity 560ms ease, transform 560ms ease;
}

.js .reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

/* ============================================================
   BLOG & ARTICLE PAGES
   ============================================================ */
.page-main {
  padding-top: 76px;
}

.page-hero {
  background: var(--charcoal);
  color: var(--white);
  padding: 96px 0 72px;
}

.page-hero-grid {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 48px;
  align-items: end;
}

.page-hero-grid > *,
.post-grid > *,
.article-layout > * {
  min-width: 0;
}

.page-hero h1 {
  max-width: 820px;
  margin: 0;
  font-family: "Playfair Display", Georgia, serif;
  font-size: 4.2rem;
  line-height: 1;
  overflow-wrap: break-word;
}

.page-hero p {
  max-width: 760px;
  margin: 24px 0 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: 1.12rem;
}

.page-hero .section-kicker {
  color: var(--gold);
}

.page-hero-icon {
  width: 72px;
  height: 72px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: var(--radius);
  color: var(--gold);
}

.blog-index,
.article-section {
  padding: 84px 0;
}

.blog-index .post-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.article-layout {
  display: grid;
  grid-template-columns: minmax(0, 760px) 300px;
  gap: 72px;
  align-items: start;
}

.article-body {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 42px;
  box-shadow: var(--shadow);
}

.article-body h2 {
  margin: 34px 0 12px;
  font-family: "Playfair Display", Georgia, serif;
  font-size: 2.1rem;
  line-height: 1.1;
}

.article-body p {
  margin: 18px 0 0;
  color: #3f3934;
  font-size: 1.05rem;
}

.article-body blockquote {
  margin: 34px 0;
  padding: 6px 0 6px 22px;
  border-left: 4px solid var(--gold);
  color: var(--ink);
  font-family: "Playfair Display", Georgia, serif;
  font-size: 1.7rem;
  line-height: 1.2;
}

.article-sidebar {
  position: sticky;
  top: 104px;
  display: grid;
  gap: 18px;
}

.sidebar-card {
  background: #eef5f3;
  border: 1px solid #d7e4df;
  border-radius: var(--radius);
  padding: 22px;
}

.sidebar-card h2,
.sidebar-card h3 {
  margin: 0;
  font-size: 1rem;
}

.sidebar-card p,
.sidebar-card a {
  color: var(--muted);
}

.sidebar-card p {
  margin: 10px 0 0;
}

.sidebar-card a {
  font-weight: 800;
  text-decoration: none;
}

.sidebar-card a:hover,
.sidebar-card a:focus-visible {
  color: var(--coral);
  outline: none;
}

/* ============================================================
   RESPONSIVE — 1200px (wide container)
   ============================================================ */
@media (max-width: 1200px) {
  .hero h1 {
    font-size: 4.4rem;
  }

  .hero-card {
    width: min(320px, 30vw);
  }

  .media-section .section-heading h2,
  .intro-grid h2,
  .section-heading h2,
  .contact-grid h2 {
    font-size: 2.7rem;
  }
}

/* ============================================================
   RESPONSIVE — 1024px (tablet landscape)
   ============================================================ */
@media (max-width: 1024px) {
  .site-header {
    padding: 16px 24px;
  }

  .menu-toggle {
    display: inline-flex;
    border: 1px solid rgba(255, 255, 255, 0.18);
    background: rgba(23, 20, 17, 0.72);
    color: var(--white);
    box-shadow: 0 14px 34px rgba(23, 20, 17, 0.16);
    backdrop-filter: blur(14px);
  }

  .site-header.is-scrolled .menu-toggle,
  .site-header.is-open .menu-toggle,
  .page-body .site-header .menu-toggle {
    background: rgba(23, 20, 17, 0.88);
    border-color: rgba(212, 175, 55, 0.2);
    color: var(--white);
  }

  .site-nav {
    position: absolute;
    left: 24px;
    right: 24px;
    top: 68px;
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 4px;
    padding: 12px;
    background: var(--white);
    color: var(--ink);
    border: 1px solid var(--line);
    border-radius: var(--radius);
    box-shadow: var(--shadow);
  }

  .site-header.is-open .site-nav {
    display: flex;
  }

  .site-nav a {
    justify-content: flex-start;
  }

  .hero h1 {
    font-size: 3.8rem;
  }

  .hero-card {
    display: none;
  }

  .intro-grid,
  .booking-strip,
  .services-grid,
  .contact-grid,
  .page-hero-grid,
  .article-layout {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .feature-grid,
  .timeline {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .portfolio-grid,
  .post-grid,
  .blog-index .post-grid,
  .media-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .stats-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 24px 0;
  }

  .stat-item:nth-child(2) {
    border-right: 0;
  }

  .stat-item:nth-child(3) {
    border-right: 1px solid rgba(255, 255, 255, 0.09);
  }

  .stat-item:nth-child(1),
  .stat-item:nth-child(3) {
    padding-left: 0;
    text-align: left;
  }

  .stat-item:nth-child(2),
  .stat-item:nth-child(4) {
    padding-right: 0;
    text-align: right;
    border-right: 0;
  }

  .page-hero h1 {
    font-size: 3.4rem;
  }

  .article-sidebar {
    position: static;
  }

  .floating-cta {
    display: none;
  }
}

/* ============================================================
   RESPONSIVE — 768px (tablet portrait)
   ============================================================ */
@media (max-width: 768px) {
  .hero h1 {
    font-size: 3.2rem;
  }

  .hero-copy {
    font-size: 1.05rem;
  }

  .intro-grid h2,
  .section-heading h2,
  .contact-grid h2,
  .media-section .section-heading h2 {
    font-size: 2.4rem;
  }

  .booking-strip h2 {
    font-size: 2rem;
  }

  .portfolio-grid {
    grid-template-columns: 1fr;
  }

  .portfolio-grid.is-filtered {
    grid-template-columns: 1fr;
  }

  .service-list {
    grid-template-columns: 1fr;
  }

  .media-grid {
    grid-template-columns: 1fr;
  }

  .stats-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 32px 0;
  }

  .stat-item {
    padding: 0 20px;
  }

  .stat-number {
    font-size: 2.8rem;
  }

  .page-hero h1 {
    font-size: 2.8rem;
  }

  .post-card h3 {
    font-size: 1.72rem;
  }
}

/* ============================================================
   RESPONSIVE — 480px (mobile)
   ============================================================ */
@media (max-width: 480px) {
  .site-header {
    min-height: 68px;
    padding: 14px 18px;
  }

  .brand {
    min-height: 42px;
    padding: 5px 9px;
  }

  .brand-logo {
    width: 112px;
  }

  .menu-toggle {
    z-index: 70;
    flex: 0 0 44px;
    width: 44px;
    height: 44px;
    margin-left: auto;
    min-width: 42px;
    padding: 9px;
  }

  .menu-toggle span {
    display: none;
  }

  .site-nav {
    left: 18px;
    right: 18px;
    top: 62px;
  }

  .hero {
    min-height: 760px;
  }

  .hero-media {
    object-fit: cover;
    object-position: 56% center;
  }

  .hero-shade {
    background: rgba(18, 16, 14, 0.7);
  }

  .hero-inner {
    width: calc(100% - 34px);
    max-width: 356px;
    margin-left: 17px;
    margin-right: auto;
    padding: 124px 0 94px;
  }

  .hero h1 {
    max-width: 356px;
    font-size: 2.6rem;
  }

  .hero-copy {
    max-width: 356px;
    font-size: 0.98rem;
  }

  .hero-actions,
  .hero-facts {
    max-width: 356px;
  }

  .hero-actions,
  .contact-actions {
    flex-direction: column;
  }

  .button {
    width: 100%;
  }

  .hero-facts {
    grid-template-columns: 1fr;
  }

  .photo-credit {
    left: 17px;
    right: 17px;
    max-width: none;
    text-align: left;
  }

  .section-shell {
    width: calc(100% - 34px);
  }

  .intro-grid,
  .expertise,
  .portfolio,
  .blog-preview,
  .blog-index,
  .article-section,
  .services-grid,
  .contact-section,
  .timeline-band,
  .media-section {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .stats-strip {
    padding: 42px 0;
  }

  .stats-grid {
    grid-template-columns: 1fr 1fr;
    gap: 28px 0;
  }

  .stat-item {
    padding: 0 16px;
  }

  .stat-item:first-child,
  .stat-item:nth-child(3) {
    padding-left: 0;
  }

  .stat-item:nth-child(2),
  .stat-item:last-child {
    padding-right: 0;
    text-align: right;
    border-right: 0;
  }

  .stat-item:nth-child(3) {
    border-right: 1px solid rgba(255, 255, 255, 0.09);
  }

  .stat-number {
    font-size: 2.4rem;
  }

  .intro-grid h2,
  .section-heading h2,
  .contact-grid h2,
  .media-section .section-heading h2 {
    font-size: 2rem;
  }

  .page-main {
    padding-top: 68px;
  }

  .page-hero {
    padding: 68px 0 54px;
  }

  .page-hero h1 {
    max-width: 330px;
    font-size: 1.9rem;
    line-height: 1.06;
  }

  .page-hero p {
    max-width: 330px;
  }

  .section-heading {
    display: block;
  }

  .feature-grid,
  .timeline {
    grid-template-columns: 1fr;
  }

  .post-grid,
  .blog-index .post-grid,
  .media-grid {
    grid-template-columns: 1fr;
  }

  .post-card,
  .article-body {
    padding: 24px;
  }

  .post-card {
    min-height: 240px;
  }

  .post-card h3 {
    font-size: 1.6rem;
  }

  .feature-item {
    min-height: auto;
  }

  .timeline {
    border-top: 0;
    border-left: 1px solid rgba(255, 255, 255, 0.18);
    margin-left: 6px;
  }

  .timeline-item {
    padding: 0 0 34px 28px;
  }

  .timeline-item::before {
    top: 6px;
    left: -7px;
  }

  .contact-form {
    padding: 20px;
  }

  .footer-grid {
    display: grid;
    gap: 12px;
  }

  .booking-strip {
    grid-template-columns: 1fr;
    margin-top: 0;
    padding: 22px;
  }

  .booking-strip h2 {
    font-size: 1.8rem;
  }

  .booking-actions {
    justify-content: stretch;
  }

  .media-card {
    padding: 20px;
  }

  .floating-cta {
    display: none;
  }
}

/* ── Reduced motion ── */
@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.001ms !important;
    animation-duration: 0.001ms !important;
    animation-iteration-count: 1 !important;
  }

  .particles-canvas {
    display: none;
  }
}
