/* service.css — styles shared by all four service pages */

/* ── BREADCRUMB ── */
.breadcrumb {
  font-family: 'Tenor Sans', sans-serif; font-size: .6rem;
  letter-spacing: .25em; text-transform: uppercase;
  margin-bottom: 36px; display: flex; align-items: center; gap: 10px;
  opacity: 0; animation: fadeUp .7s .1s forwards;
}
.breadcrumb a { text-decoration: none; transition: opacity .2s; }
.breadcrumb a:hover { opacity: .7; }
.breadcrumb span { opacity: .3; }

/* ── HERO: SPLIT (charcoal left + image right) ── */
.hero-split {
  height: 100vh; min-height: 700px;
  display: grid; grid-template-columns: 1fr 1fr;
}
.hero-split-left {
  background: var(--charcoal);
  display: flex; flex-direction: column; justify-content: flex-end;
  padding: 160px 72px 90px; position: relative; z-index: 2;
}
.hero-split-left .breadcrumb { color: rgba(255,255,255,.35); }
.hero-split-left .breadcrumb a { color: var(--gold); }
.hero-split-right { position: relative; overflow: hidden; }
.hero-split-right img {
  position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover;
  filter: brightness(.72) saturate(1.08);
  animation: slowZoom 14s ease-in-out infinite alternate;
}
.hero-split-right::before {
  content: ''; position: absolute; inset: 0; z-index: 1;
  background: linear-gradient(to right, rgba(26,26,26,.18) 0%, transparent 18%);
  pointer-events: none;
}
.metric-strip {
  position: absolute; bottom: 0; left: 0; right: 0;
  display: flex; z-index: 2;
  opacity: 0; animation: fadeUp 1s .85s forwards;
}
.metric-card {
  flex: 1; background: rgba(13,13,13,.80); backdrop-filter: blur(12px);
  border-top: 2px solid var(--gold); border-right: 1px solid rgba(255,255,255,.07);
  padding: 22px 24px; text-align: center;
}
.metric-card:last-child { border-right: none; }
.metric-num {
  font-family: 'Cormorant Garamond', serif; font-size: 1.9rem;
  font-weight: 300; color: var(--gold); line-height: 1;
}
.metric-label {
  font-family: 'Tenor Sans', sans-serif; font-size: .53rem;
  letter-spacing: .16em; text-transform: uppercase; color: rgba(255,255,255,.42); margin-top: 6px;
}

/* ── HERO: FULLBLEED ── */
.hero-fullbleed {
  height: 100vh; min-height: 700px;
  position: relative; overflow: hidden;
  display: flex; align-items: flex-end;
}
.hero-bg { position: absolute; inset: 0; }
.hero-bg img {
  width: 100%; height: 100%; object-fit: cover;
  filter: brightness(.5) saturate(1.15);
  animation: slowZoom 18s ease-in-out infinite alternate;
}
.hero-bg::after {
  content: ''; position: absolute; inset: 0;
  background: linear-gradient(to top, rgba(13,13,13,.92) 0%, rgba(13,13,13,.45) 40%, transparent 100%);
}
.hero-bg::before {
  content: ''; position: absolute; inset: 0; z-index: 1;
  background: linear-gradient(to right, rgba(13,13,13,.3) 0%, transparent 50%, rgba(13,13,13,.15) 100%);
}
.hero-fullbleed-content {
  position: relative; z-index: 2; width: 100%;
  padding: 0 80px 80px;
  display: grid; grid-template-columns: 1fr 1fr;
  gap: 80px; align-items: flex-end;
}
.hero-fullbleed .breadcrumb { color: rgba(255,255,255,.4); }
.hero-fullbleed .breadcrumb a { color: var(--gold-light); }

/* pillar list (hospitality + venues right column) */
.hero-pillars { display: flex; flex-direction: column; gap: 2px; opacity: 0; animation: fadeUp 1s .8s forwards; }
.hero-pillar {
  display: flex; align-items: center; gap: 20px;
  padding: 18px 24px;
  background: rgba(255,255,255,.06); backdrop-filter: blur(10px);
  border: 1px solid rgba(255,255,255,.08); border-bottom: none;
  transition: background .3s;
}
.hero-pillar:last-child { border-bottom: 1px solid rgba(255,255,255,.08); }
.hero-pillar:hover { background: rgba(184,154,90,.12); }
.pillar-bar { width: 2px; height: 32px; background: var(--gold); flex-shrink: 0; opacity: .7; }
.pillar-icon { width: 36px; height: 36px; border: 1px solid rgba(184,154,90,.5); border-radius: 50%; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.pillar-icon svg { width: 16px; height: 16px; }
.pillar-title { font-family: 'Tenor Sans', sans-serif; font-size: .68rem; letter-spacing: .15em; text-transform: uppercase; color: var(--white); }
.pillar-desc { font-size: .82rem; color: rgba(255,255,255,.45); margin-top: 3px; }

/* shared hero text */
.hero-eyebrow-svc {
  font-family: 'Tenor Sans', sans-serif; font-size: .65rem; letter-spacing: .35em; text-transform: uppercase;
  margin-bottom: 24px; display: flex; align-items: center; gap: 16px;
  opacity: 0; animation: fadeUp .8s .2s forwards;
}
.hero-eyebrow-svc::before { content: ''; display: block; width: 36px; height: 1px; }
.on-dark .hero-eyebrow-svc { color: var(--gold-light); }
.on-dark .hero-eyebrow-svc::before { background: var(--gold-light); }
.on-charcoal .hero-eyebrow-svc { color: var(--gold); }
.on-charcoal .hero-eyebrow-svc::before { background: var(--gold); }
h1.page-title {
  font-family: 'Cormorant Garamond', serif; font-weight: 300;
  font-size: clamp(2.8rem, 4.5vw, 5.2rem); line-height: 1.06;
  margin-bottom: 28px; opacity: 0; animation: fadeUp .9s .35s forwards;
}
h1.page-title em { font-style: italic; }
.on-dark h1.page-title  { color: var(--white); }
.on-dark h1.page-title em { color: var(--gold-light); }
.on-charcoal h1.page-title { color: var(--white); }
.on-charcoal h1.page-title em { color: var(--gold-light); }
.page-sub {
  font-size: 1rem; line-height: 1.85; max-width: 440px; margin-bottom: 48px;
  opacity: 0; animation: fadeUp .9s .5s forwards;
}
.on-dark .page-sub     { color: rgba(255,255,255,.65); }
.on-charcoal .page-sub { color: rgba(255,255,255,.55); }
.page-actions { display: flex; align-items: center; gap: 28px; opacity: 0; animation: fadeUp .9s .65s forwards; }

/* ── INTRO SECTION ── */
.intro-section { padding: 130px 80px; }
.intro-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 100px; align-items: center; }
.intro-image-wrap { position: relative; }
.intro-image-wrap img { width: 100%; aspect-ratio: 4/5; object-fit: cover; display: block; filter: brightness(.9) saturate(1.1); }
.intro-image-wrap::before { content: ''; position: absolute; top: -20px; left: -20px; right: 20px; bottom: 20px; border: 1px solid rgba(184,154,90,.3); z-index: -1; }
.intro-tag { position: absolute; bottom: -24px; right: -24px; background: var(--gold); color: var(--white); padding: 24px 28px; font-family: 'Cormorant Garamond', serif; font-size: 1.05rem; font-style: italic; max-width: 210px; text-align: center; line-height: 1.5; }
.diff-list { list-style: none; margin-top: 8px; }
.diff-item { display: flex; gap: 20px; padding: 22px 0; border-bottom: 1px solid rgba(184,154,90,.12); align-items: flex-start; }
.diff-item:first-child { border-top: 1px solid rgba(184,154,90,.12); }
.diff-icon { width: 32px; height: 32px; border: 1px solid var(--gold); border-radius: 50%; display: flex; align-items: center; justify-content: center; flex-shrink: 0; margin-top: 2px; }
.diff-icon svg { width: 14px; height: 14px; }
.diff-text h4 { font-family: 'Tenor Sans', sans-serif; font-size: .72rem; letter-spacing: .12em; text-transform: uppercase; color: var(--ink); margin-bottom: 6px; }
.diff-text p { font-size: .88rem; line-height: 1.8; color: var(--mid); }

/* ── SERVICES GRID ── */
.svc-section { background: var(--charcoal); padding: 120px 80px; }
.svc-header { display: flex; justify-content: space-between; align-items: flex-end; margin-bottom: 72px; }
.svc-note { max-width: 320px; font-size: .92rem; line-height: 1.85; color: rgba(255,255,255,.45); text-align: right; }
.svc-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 2px; }
.svc-card { background: rgba(255,255,255,.03); padding: 48px 40px; position: relative; transition: background .4s; overflow: hidden; }
.svc-card::after { content: ''; position: absolute; bottom: 0; left: 0; right: 0; height: 2px; background: var(--gold); transform: scaleX(0); transform-origin: left; transition: transform .5s ease; }
.svc-card:hover { background: rgba(184,154,90,.07); }
.svc-card:hover::after { transform: scaleX(1); }
.svc-num { font-family: 'Cormorant Garamond', serif; font-size: 3rem; font-weight: 300; color: rgba(184,154,90,.12); line-height: 1; margin-bottom: 28px; transition: color .4s; }
.svc-card:hover .svc-num { color: rgba(184,154,90,.35); }
.svc-name { font-family: 'Cormorant Garamond', serif; font-size: 1.3rem; font-weight: 400; color: var(--white); margin-bottom: 14px; line-height: 1.3; }
.svc-desc { font-size: .88rem; line-height: 1.8; color: rgba(255,255,255,.42); }

/* ── STANDARDS SECTION ── */
.standards-section { padding: 130px 80px; }
.standards-section.bg-cream-dark { background: var(--cream-dark); }
.standards-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 100px; align-items: center; }
.standards-image { position: relative; height: 580px; }
.std-img-main { position: absolute; top: 0; right: 0; width: 82%; height: 82%; object-fit: cover; filter: brightness(.88); }
.std-img-accent { position: absolute; bottom: 0; left: 0; width: 52%; height: 50%; object-fit: cover; border: 6px solid var(--cream); filter: brightness(.9); }
.bg-cream-dark .std-img-accent { border-color: var(--cream-dark); }
.std-quote { position: absolute; bottom: 28px; right: -16px; background: var(--gold); color: var(--white); padding: 18px 22px; font-family: 'Cormorant Garamond', serif; font-size: .95rem; font-style: italic; max-width: 190px; line-height: 1.6; z-index: 10; }
.standards-stats { display: flex; gap: 48px; margin-top: 44px; }
.sstat-num { font-family: 'Cormorant Garamond', serif; font-size: 2rem; font-weight: 300; color: var(--gold); line-height: 1; }
.sstat-label { font-family: 'Tenor Sans', sans-serif; font-size: .56rem; letter-spacing: .2em; text-transform: uppercase; color: var(--light-text); margin-top: 6px; }
.promise-list { list-style: none; margin-top: 44px; }
.promise-item { display: flex; gap: 24px; padding: 24px 0; border-bottom: 1px solid rgba(184,154,90,.12); align-items: flex-start; }
.promise-item:first-child { border-top: 1px solid rgba(184,154,90,.12); }
.promise-num { font-family: 'Cormorant Garamond', serif; font-size: 1.6rem; font-weight: 300; color: var(--gold); font-style: italic; line-height: 1; padding-top: 2px; flex-shrink: 0; width: 32px; }
.promise-body h4 { font-family: 'Tenor Sans', sans-serif; font-size: .72rem; letter-spacing: .12em; text-transform: uppercase; color: var(--ink); margin-bottom: 6px; }
.promise-body p { font-size: .88rem; line-height: 1.8; color: var(--mid); }

/* ── PROCESS ── */
.process-section { background: var(--ink); padding: 120px 80px; }
.process-header { text-align: center; margin-bottom: 80px; }
.process-steps { display: grid; gap: 0; position: relative; }
.process-steps.steps-4 { grid-template-columns: repeat(4, 1fr); }
.process-steps.steps-5 { grid-template-columns: repeat(5, 1fr); }
.process-steps::before {
  content: ''; position: absolute; top: 36px; height: 1px;
  background: linear-gradient(to right, transparent, var(--gold), transparent);
}
.process-steps.steps-4::before { left: 12.5%; right: 12.5%; }
.process-steps.steps-5::before { left: 10%;   right: 10%;   }
.process-step { padding: 0 28px; text-align: center; position: relative; }
.step-circle {
  width: 72px; height: 72px; border: 1px solid var(--gold); border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  margin: 0 auto 32px; background: var(--ink); position: relative; z-index: 1;
  font-family: 'Cormorant Garamond', serif; font-size: 1.4rem; font-weight: 300;
  color: var(--gold); font-style: italic; transition: background .3s, color .3s;
}
.process-step:hover .step-circle { background: var(--gold); color: var(--white); }
.step-title { font-family: 'Tenor Sans', sans-serif; font-size: .65rem; letter-spacing: .14em; text-transform: uppercase; color: var(--white); margin-bottom: 12px; }
.step-desc { font-size: .86rem; line-height: 1.8; color: rgba(255,255,255,.4); }
