/* Photography Forward — Inter throughout, full-bleed hero, image-led grammar */

:root {
  --ink: #15181C;
  --ink-soft: #3D434B;
  --paper: #FFFFFF;
  --paper-alt: #F2F3F5;
  --rule: #CCD3DD;
  --muted: #677483;
  --accent-dark: color-mix(in srgb, var(--accent) 80%, #15181C);
  --sans: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
  --max-width: 1240px;
  --measure: 62ch;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; font-family: var(--sans); font-size: 17px; line-height: 1.65; color: var(--ink); background: var(--paper); -webkit-font-smoothing: antialiased; font-feature-settings: 'cv11'; }
img { max-width: 100%; height: auto; display: block; }
.skip-link { position: absolute; top: -40px; left: 1rem; background: var(--ink); color: #fff; padding: .5rem 1rem; text-decoration: none; z-index: 100; }
.skip-link:focus { top: 1rem; }

/* Nav (transparent over hero, sticky reveals white) */
.site-nav {
  background: transparent;
  padding: 1.25rem 2rem;
  position: absolute; top: 0; left: 0; right: 0; z-index: 10;
}
.site-nav.is-sticky { background: rgba(255,255,255,.92); backdrop-filter: blur(10px); position: sticky; }
.nav-inner { max-width: var(--max-width); margin: 0 auto; display: flex; align-items: center; justify-content: space-between; gap: 2rem; }
.nav-brand { display: flex; align-items: center; gap: .85rem; text-decoration: none; color: #fff; }
.nav-brand-mark {
  width: 36px; height: 36px;
  display: inline-flex; align-items: center; justify-content: center;
  background: rgba(255,255,255,.18); color: #fff;
  font-weight: 600; font-size: 1rem;
  border: 1px solid rgba(255,255,255,.3);
  backdrop-filter: blur(8px);
}
.nav-brand-name { font-weight: 600; font-size: 1.05rem; letter-spacing: -.01em; color: #fff; }
.nav-links { display: flex; align-items: center; gap: 2rem; }
.nav-link { text-decoration: none; color: rgba(255,255,255,.85); font-size: .9rem; font-weight: 500; }
.nav-link:hover, .nav-link.is-current { color: #fff; }
.nav-cta {
  text-decoration: none;
  background: rgba(255,255,255,.18); color: #fff;
  padding: .55rem 1.2rem;
  font-size: .85rem; font-weight: 600;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,.3);
  backdrop-filter: blur(8px);
  transition: background .15s;
}
.nav-cta:hover { background: rgba(255,255,255,.3); }
/* On non-home pages — solid bg */
body:not(.ds-photography_forward--index) .site-nav { background: var(--paper); border-bottom: 1px solid var(--rule); position: sticky; }
body:not(.ds-photography_forward--index) .nav-brand-mark { background: var(--ink); border-color: var(--ink); }
body:not(.ds-photography_forward--index) .nav-brand-name { color: var(--ink); }
body:not(.ds-photography_forward--index) .nav-link { color: var(--ink-soft); }
body:not(.ds-photography_forward--index) .nav-link:hover, body:not(.ds-photography_forward--index) .nav-link.is-current { color: var(--ink); }
body:not(.ds-photography_forward--index) .nav-cta { background: var(--ink); color: #fff; border-color: var(--ink); }
@media (max-width: 760px) { .nav-links { gap: 1rem; } .nav-links .nav-link:nth-child(n+3) { display: none; } }

/* Buttons */
.btn {
  display: inline-block; text-decoration: none;
  font-family: var(--sans); font-weight: 600; font-size: 1rem;
  padding: .85rem 1.75rem;
  border-radius: 999px;
  background: var(--accent); color: #fff;
  border: 1px solid var(--accent);
  transition: background .15s, transform .1s;
}
.btn:hover { background: var(--accent-dark); }
.btn:active { transform: translateY(1px); }
.btn--primary { background: var(--accent); border-color: var(--accent); }
.btn--ghost {
  background: rgba(255,255,255,.18); color: #fff; border-color: rgba(255,255,255,.3);
  backdrop-filter: blur(8px);
}
.btn--ghost:hover { background: rgba(255,255,255,.3); }
body:not(.ds-photography_forward--index) .btn--ghost { background: transparent; color: var(--ink); border-color: var(--ink); backdrop-filter: none; }
body:not(.ds-photography_forward--index) .btn--ghost:hover { background: var(--ink); color: #fff; }
.btn--lg { padding: 1rem 2rem; font-size: 1.05rem; }

/* HERO: full-bleed photo */
.hero--photo { position: relative; min-height: 92vh; min-height: 92dvh; overflow: hidden; background: #0A0A0A; padding-top: 100px; padding-bottom: 5rem; display: flex; align-items: flex-end; }
.hero-photo-image { position: absolute; inset: 0; z-index: 0; }
.hero-photo-image svg { width: 100%; height: 100%; }
.hero-photo-vignette { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(0,0,0,0) 30%, rgba(0,0,0,.6) 100%); pointer-events: none; }
.hero-photo-overlay { position: relative; z-index: 1; max-width: var(--max-width); width: 100%; margin: 0 auto; padding: 0 2rem; color: #fff; }
.hero-photo-eyebrow { font-size: .82rem; font-weight: 600; letter-spacing: .1em; text-transform: uppercase; color: rgba(255,255,255,.85); margin-bottom: 1.5rem; }
.hero-photo-title { font-size: clamp(2.4rem, 7vw, 5.2rem); font-weight: 600; line-height: 1.05; letter-spacing: -.025em; margin: 0 0 1.5rem; max-width: 18ch; color: #fff; text-shadow: 0 2px 30px rgba(0,0,0,.5); }
.hero-photo-subhead { font-size: clamp(1.05rem, 2vw, 1.3rem); line-height: 1.55; color: rgba(255,255,255,.92); max-width: 52ch; margin: 0 0 2.5rem; }
.hero-photo-cta { display: flex; gap: 1rem; flex-wrap: wrap; }

/* Sections */
.section-inner { max-width: var(--max-width); margin: 0 auto; padding: 0 2rem; }
.section-header { margin-bottom: 3rem; max-width: 60ch; }
.section-eyebrow { font-size: .82rem; font-weight: 600; letter-spacing: .1em; text-transform: uppercase; color: var(--muted); margin-bottom: 1rem; }
.section-title { font-size: clamp(1.8rem, 4vw, 2.8rem); font-weight: 600; margin: 0; letter-spacing: -.02em; color: var(--ink); line-height: 1.15; }

/* Services */
.services-overview { padding: 6rem 0; }
.services-grid--image_dominant {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 1.5rem;
}
.service-card--image_dominant {
  position: relative;
  padding: 1.5rem;
  background: var(--paper-alt);
  border-radius: 12px;
  overflow: hidden;
  transition: transform .2s;
}
.service-card--image_dominant::before {
  content: '';
  position: absolute; top: 0; left: 0; width: 100%; height: 6px;
  background: linear-gradient(90deg, var(--accent), color-mix(in srgb, var(--accent) 60%, #fff));
}
.service-card--image_dominant:hover { transform: translateY(-2px); }
.service-card-number { font-size: .78rem; font-weight: 600; letter-spacing: .1em; color: var(--accent); margin: .5rem 0 .85rem; }
.service-card-title { font-size: 1.25rem; font-weight: 600; margin: 0 0 .85rem; color: var(--ink); letter-spacing: -.01em; }
.service-card-summary { font-size: .98rem; color: var(--ink-soft); line-height: 1.6; margin: 0 0 1.25rem; }
.service-card-link { font-size: .85rem; font-weight: 600; color: var(--accent); text-decoration: none; }
.service-card-link:hover { color: var(--accent-dark); }

/* About preview */
.about-block { padding: 6rem 0; background: var(--paper-alt); }
.about-block-inner { max-width: 760px; }
.about-block .section-header { text-align: left; }
.about-lead { font-size: 1.35rem; font-weight: 500; line-height: 1.45; color: var(--ink); margin: 0 0 1.5rem; max-width: 48ch; letter-spacing: -.01em; }
.about-block-body p { color: var(--ink-soft); margin: 0 0 1.25rem; max-width: var(--measure); }
.about-block-cta { margin-top: 2rem; }

/* FAQ */
.faq { padding: 6rem 0; }
.faq-list { max-width: 760px; }
.faq-item { border-bottom: 1px solid var(--rule); padding: 1.5rem 0; }
.faq-question { font-size: 1.05rem; font-weight: 600; cursor: pointer; color: var(--ink); list-style: none; position: relative; padding-right: 2.5rem; }
.faq-question::after { content: '+'; position: absolute; right: 0; top: -2px; color: var(--accent); font-size: 1.5rem; font-weight: 300; }
.faq-item[open] .faq-question::after { content: '\2212'; }
.faq-answer { margin-top: .85rem; color: var(--ink-soft); line-height: 1.7; }

/* CTA Band */
.cta-band { position: relative; padding: 6rem 0; color: #fff; background: var(--ink); overflow: hidden; }
.cta-band::before { content: ''; position: absolute; inset: 0; background: radial-gradient(ellipse at center, color-mix(in srgb, var(--accent) 40%, transparent) 0%, transparent 70%); }
.cta-band-inner { position: relative; max-width: 760px; margin: 0 auto; padding: 0 2rem; text-align: center; }
.cta-band-title { font-size: clamp(2rem, 5vw, 3rem); font-weight: 600; margin: 0 0 1.25rem; color: #fff; letter-spacing: -.025em; line-height: 1.1; }
.cta-band-sub { color: rgba(255,255,255,.8); margin: 0 auto 2.5rem; max-width: 50ch; font-size: 1.05rem; }
.cta-band-actions { display: flex; gap: 1rem; justify-content: center; flex-wrap: wrap; }
.cta-band .btn--primary { background: #fff; color: var(--ink); border-color: #fff; }
.cta-band .btn--primary:hover { background: rgba(255,255,255,.92); }
.cta-band .btn--ghost { background: rgba(255,255,255,.18); color: #fff; border-color: rgba(255,255,255,.3); backdrop-filter: blur(8px); }
.cta-band .btn--ghost:hover { background: rgba(255,255,255,.3); }

/* Footer */
.site-footer { background: var(--ink); color: rgba(255,255,255,.7); padding: 5rem 2rem 2rem; font-size: .92rem; }
.footer-inner { max-width: var(--max-width); margin: 0 auto; display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 3rem; }
.footer-col-heading { font-weight: 600; font-size: .82rem; letter-spacing: .1em; text-transform: uppercase; color: #fff; margin-bottom: 1.5rem; }
.footer-brand-name { font-weight: 600; font-size: 1.15rem; color: #fff; margin-bottom: .35rem; letter-spacing: -.01em; }
.footer-legal-name { font-size: .82rem; color: rgba(255,255,255,.5); margin-bottom: 1rem; }
.footer-tagline { color: rgba(255,255,255,.75); max-width: 32ch; }
.footer-list { list-style: none; padding: 0; margin: 0; }
.footer-list li { margin-bottom: .65rem; }
.footer-list a { color: rgba(255,255,255,.7); text-decoration: none; }
.footer-list a:hover { color: #fff; }
.footer-region { font-size: .85rem; color: rgba(255,255,255,.5); margin-top: .65rem; }
.footer-base { max-width: var(--max-width); margin: 4rem auto 0; padding-top: 2rem; border-top: 1px solid rgba(255,255,255,.12); display: flex; flex-wrap: wrap; justify-content: space-between; gap: 1rem; font-size: .82rem; color: rgba(255,255,255,.5); }
@media (max-width: 760px) { .footer-inner { grid-template-columns: 1fr 1fr; gap: 2rem; } .footer-col--brand { grid-column: 1 / -1; } }

/* Page hero (non-index) */
.page-hero { padding: 6rem 2rem 5rem; background: var(--paper-alt); border-bottom: 1px solid var(--rule); }
.page-hero-inner { max-width: 860px; margin: 0 auto; }
.page-hero-eyebrow { font-size: .82rem; font-weight: 600; letter-spacing: .1em; text-transform: uppercase; color: var(--muted); margin-bottom: 1.25rem; }
.page-hero-title { font-size: clamp(2.4rem, 5.5vw, 4rem); font-weight: 600; margin: 0 0 1.5rem; color: var(--ink); line-height: 1.08; letter-spacing: -.025em; max-width: 20ch; }
.page-hero-subhead { font-size: 1.2rem; color: var(--ink-soft); line-height: 1.6; max-width: 56ch; }

/* Services detail */
.services-detail { padding: 5rem 0; }
.service-detail { padding: 3rem 0; border-top: 1px solid var(--rule); }
.service-detail:first-child { border-top: 0; padding-top: 0; }
.service-detail-meta { margin-bottom: 1.75rem; }
.service-detail-number { font-size: .82rem; font-weight: 600; letter-spacing: .1em; color: var(--accent); margin-bottom: .65rem; }
.service-detail-title { font-size: 1.85rem; font-weight: 600; margin: 0; letter-spacing: -.02em; }
.service-detail-body { max-width: 64ch; }
.service-detail-lead { font-size: 1.2rem; line-height: 1.5; color: var(--ink); margin: 0 0 1.75rem; font-weight: 500; }
.service-detail-body p { color: var(--ink-soft); }
.service-detail-list { list-style: none; padding: 0; margin: 1.5rem 0 0; }
.service-detail-list li { padding: .65rem 0 .65rem 1.5rem; position: relative; color: var(--ink-soft); border-bottom: 1px solid var(--rule); }
.service-detail-list li::before { content: '\2192'; position: absolute; left: 0; color: var(--accent); font-weight: bold; }

/* About detail */
.about-detail { padding: 4rem 0 5rem; }
.about-detail-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 4rem; margin-bottom: 4rem; }
.about-detail-lead p, .about-detail-pillars p { color: var(--ink-soft); }
.pillar-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1.5rem; margin-top: 1.5rem; }
.pillar { padding: 1.25rem; border-radius: 8px; background: var(--paper-alt); border-left: 3px solid var(--accent); }
.pillar-title { font-size: 1rem; font-weight: 600; margin: 0 0 .5rem; letter-spacing: -.005em; }
.pillar p { margin: 0; font-size: .92rem; color: var(--ink-soft); line-height: 1.55; }
.about-team, .about-values { max-width: 720px; margin: 0 auto 3rem; }
.about-team p, .about-values p { color: var(--ink-soft); }
.values-list { list-style: none; padding: 0; margin: 1.5rem 0 0; }
.values-list li { padding: 1rem 0; border-bottom: 1px solid var(--rule); color: var(--ink-soft); }
.values-list li strong { color: var(--ink); font-weight: 600; }
@media (max-width: 760px) { .about-detail-grid, .pillar-grid { grid-template-columns: 1fr; } }

/* Insurance */
.insurance-detail { padding: 4rem 0; }
.insurance-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 3rem; }
.insurance-list { list-style: none; padding: 0; margin: 1.25rem 0; }
.insurance-list li { padding: .65rem 0 .65rem 1.5rem; position: relative; color: var(--ink-soft); border-bottom: 1px solid var(--rule); }
.insurance-list li::before { content: '\2713'; position: absolute; left: 0; color: var(--accent); font-weight: bold; }
.insurance-caveat { color: var(--muted); font-size: .92rem; margin-top: 1.5rem; }
.insurance-faq { padding: 4rem 0; background: var(--paper-alt); }
@media (max-width: 760px) { .insurance-grid { grid-template-columns: 1fr; gap: 2rem; } }

/* Contact */
.contact-detail { padding: 4rem 0; }
.contact-grid { display: grid; grid-template-columns: 1.3fr 1fr; gap: 3rem; }
.contact-method { padding: 1.5rem 0; border-bottom: 1px solid var(--rule); }
.contact-method-label { font-size: .8rem; letter-spacing: .1em; text-transform: uppercase; color: var(--muted); margin-bottom: .5rem; font-weight: 600; }
.contact-method-value { font-size: 1.65rem; font-weight: 600; color: var(--ink); text-decoration: none; display: block; letter-spacing: -.02em; }
.contact-method-value:hover { color: var(--accent); }
.contact-method-meta { margin-top: .5rem; font-size: .88rem; color: var(--muted); }
.contact-prep-list, .contact-emergency-list { list-style: none; padding: 0; margin: 1rem 0; }
.contact-prep-list li { padding: .65rem 0 .65rem 1.5rem; position: relative; color: var(--ink-soft); border-bottom: 1px dashed var(--rule); }
.contact-prep-list li::before { content: '\2022'; position: absolute; left: 0; color: var(--accent); font-size: 1.2rem; }
.contact-prep-list li strong { color: var(--ink); font-weight: 600; }
.contact-emergency-heading { color: #B0413E !important; }
.contact-emergency-block { background: #FFF5F5; border-left: 4px solid #B0413E; padding: 1.5rem 1.75rem; margin-top: 1rem; border-radius: 0 8px 8px 0; }
.contact-emergency-list li { padding: .35rem 0; font-size: .98rem; }
.contact-emergency-note { font-size: .9rem; color: var(--ink-soft); margin: 1rem 0 0; font-style: italic; }
.contact-no-phi-notice { padding: 2rem 0 4rem; }
.notice-box { background: var(--paper-alt); border-left: 3px solid var(--accent); padding: 1.25rem 1.5rem; font-size: .95rem; color: var(--ink-soft); border-radius: 0 8px 8px 0; }
.notice-box strong { color: var(--ink); }
@media (max-width: 760px) { .contact-grid { grid-template-columns: 1fr; gap: 2rem; } }

/* Legal */
.legal-detail { padding: 4rem 0 5rem; }
.legal-detail-inner { max-width: 720px; margin: 0 auto; }
.legal-detail .section-title { margin-top: 2.5rem; }
.legal-detail .section-title:first-of-type { margin-top: 0; }
.legal-h3 { font-size: 1.1rem; color: var(--ink); margin-top: 1.75rem; margin-bottom: .5rem; font-weight: 600; }
.legal-list { list-style: disc; padding-left: 1.5rem; margin: 1rem 0; color: var(--ink-soft); }
.legal-list li { padding: .35rem 0; }
.legal-list strong { color: var(--ink); }
.legal-detail p { color: var(--ink-soft); }
.legal-detail a { color: var(--accent); }

/* Domain pending banner */
.domain-pending-banner { position: fixed; bottom: 1rem; right: 1rem; background: #FFF; border: 1px solid var(--rule); padding: .85rem 1.1rem; font-size: .82rem; border-radius: 8px; max-width: 320px; z-index: 50; box-shadow: 0 4px 16px rgba(0,0,0,.1); }
