﻿/* Craig Harvey offline site additions over the Inter Vivos reference system. */
:root {
  --te-ink: #0b1220;
  --te-mid: #0f1f36;
  --te-gold: #caa45a;
  --te-gold2: #e2c47a;
  --te-paper-soft: #f7f5f0;
}

body { background: #fff; }

.site-logo {
  text-decoration: none;
  color: #fff;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 0.7rem;
  line-height: 1;
}
.site-logo__mark { width: 44px; height: 44px; object-fit: contain; flex: 0 0 auto; display: block; }
.site-logo__text { display: flex; flex-direction: column; align-items: flex-start; }
.brand-name-row { font-family: var(--te-display-font); font-style: italic; }
.brand-name {
  font-family: var(--te-display-font);
  font-style: italic;
  font-size: clamp(1.35rem, 2.4vw, 1.85rem);
  font-weight: 600;
  letter-spacing: 0.01em;
  color: #fff;
}
.brand-role {
  margin-top: 0.15rem;
  font-family: var(--te-display-font);
  font-style: italic;
  font-size: clamp(0.85rem, 1.4vw, 1.05rem);
  font-weight: 600;
  letter-spacing: 0.02em;
  color: var(--te-gold2);
}

.site-header__inner { height: 82px; }
.site-nav a { font-size: 1.05rem; }

.law-section { padding: clamp(4rem, 8vw, 7rem) 1.5rem; }
.law-section--cream { background: var(--te-paper-soft); }
.law-container { max-width: 1160px; margin: 0 auto; }
.law-kicker {
  display: block;
  font-family: var(--te-display-font);
  color: var(--te-gold);
  font-size: 0.84rem;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  margin-bottom: 1rem;
}
.law-heading {
  font-family: var(--te-display-font);
  font-weight: 600;
  font-size: clamp(2rem, 4.5vw, 3.45rem);
  line-height: 1.08;
  letter-spacing: -0.015em;
  color: var(--te-ink);
}
.law-copy {
  margin-top: 1.25rem;
  color: #3a4150;
  font-size: clamp(1rem, 1.5vw, 1.1rem);
  line-height: 1.78;
}
.law-copy p + p { margin-top: 1.05rem; }

.law-split {
  display: grid;
  grid-template-columns: 1fr;
  gap: clamp(2rem, 5vw, 4rem);
  align-items: center;
}
@media (min-width: 900px) {
  .law-split { grid-template-columns: 1.02fr 0.98fr; }
  .law-split--reverse { grid-template-columns: 0.92fr 1.08fr; }
}

.law-photo-frame {
  position: relative;
  background: #000;
  border: 1px solid rgba(202, 164, 90, 0.26);
  padding: clamp(0.8rem, 1.6vw, 1.2rem);
  box-shadow: 0 32px 70px -36px rgba(11, 18, 32, 0.55);
  overflow: hidden;
}
.law-photo-frame::before {
  content: "";
  position: absolute;
  inset: 0;
  border: 1px solid rgba(255,255,255,0.08);
  pointer-events: none;
}
.law-photo-frame img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; }
.law-photo-frame--portrait img { aspect-ratio: 4 / 5; }
.law-photo-caption {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  margin-top: 0.9rem;
  color: rgba(255,255,255,0.72);
  font-size: 0.78rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.principle-grid {
  margin-top: 3rem;
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 1.25rem;
}
@media (min-width: 760px) { .principle-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); } }
.principle-card {
  background: #fff;
  border: 1px solid #ece7dc;
  padding: 2rem;
  box-shadow: 0 18px 40px -30px rgba(11, 18, 32, 0.45);
}
.principle-card h3 {
  font-family: var(--te-display-font);
  color: var(--te-ink);
  font-size: 1.45rem;
  font-weight: 600;
}
.principle-card p { margin-top: 0.7rem; color: #59606b; line-height: 1.68; font-size: 0.98rem; }

.dark-statement {
  background:
    radial-gradient(1000px circle at 18% 20%, rgba(202,164,90,.2), transparent 42%),
    linear-gradient(120deg, #000, #0a0a0a);
  color: #fff;
  padding: clamp(4rem, 8vw, 7rem) 1.5rem;
}
.dark-statement h2 {
  font-family: var(--te-display-font);
  font-weight: 600;
  font-size: clamp(2rem, 4.8vw, 3.4rem);
  color: var(--te-gold2);
  line-height: 1.1;
}
.dark-statement p { max-width: 52rem; margin-top: 1.2rem; color: rgba(255,255,255,0.72); line-height: 1.75; font-size: 1.08rem; }

.service-list {
  margin-top: 2rem;
  display: grid;
  gap: 0.9rem;
}
.service-row {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 1rem;
  align-items: start;
  padding: 1.25rem 0;
  border-bottom: 1px solid #e7decc;
}
.service-row span {
  width: 2.2rem;
  height: 2.2rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--te-ink);
  color: var(--te-gold2);
  font-family: var(--te-display-font);
  font-weight: 600;
}
.service-row h3 {
  font-family: var(--te-display-font);
  color: var(--te-ink);
  font-size: 1.34rem;
  font-weight: 600;
}
.service-row p { margin-top: 0.35rem; color: #59606b; line-height: 1.65; }

.cta-strip {
  background: #000;
  color: #fff;
  text-align: center;
  padding: clamp(3.5rem, 7vw, 5.5rem) 1.5rem;
}
.cta-strip h2 {
  font-family: var(--te-display-font);
  color: var(--te-gold2);
  font-size: clamp(2rem, 4.5vw, 3rem);
  line-height: 1.08;
}
.cta-strip p { margin: 1rem auto 0; max-width: 42rem; color: rgba(255,255,255,0.72); line-height: 1.65; }
.law-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 1.8rem;
  padding: 0.95rem 1.8rem;
  border: 1px solid var(--te-gold);
  color: var(--te-gold2);
  background: transparent;
  font-family: var(--te-display-font);
  font-size: 1.05rem;
  font-weight: 600;
  text-decoration: none;
  transition: background 0.25s ease, color 0.25s ease, transform 0.25s ease;
}
.law-button:hover { background: var(--te-gold2); color: #000; transform: translateY(-2px); }
.law-button:active { transform: translateY(0); }

.site-footer__logo .brand-name { font-size: 2rem; }
.site-footer__logo .brand-role { color: var(--te-gold2); }
.site-footer__legal { text-align: left; }
@media (max-width: 760px) { .site-footer__legal { text-align: center; } }

.contact-page-note {
  max-width: 760px;
  margin: 2.5rem auto 0;
  padding: 0 1rem;
  text-align: center;
  color: rgba(255,255,255,0.55);
  line-height: 1.7;
  font-size: 0.95rem;
  font-style: italic;
}

.ulc-contact-wrapper-final-isolated .ulc-card,
.ulc-contact-wrapper-final-isolated .ulc-btn,
.principle-card,
.law-photo-frame,
.law-button { border-radius: 0; }

@media (max-width: 640px) {
  .site-header__inner { height: 76px; }
  .site-logo__mark { width: 38px; height: 38px; }
  .brand-name { font-size: 1.22rem; }
  .ulc-contact-wrapper-final-isolated .ulc-card { padding: 34px 24px; }
  .ulc-contact-wrapper-final-isolated .ulc-contact-wrapper-final-isolated { padding-left: 16px; padding-right: 16px; }
  .law-photo-caption { flex-direction: column; gap: 0.25rem; }
}

/* Footer logo + contact details */
.site-footer__logo { display: flex; flex-direction: row; align-items: center; gap: 0.7rem; }
.site-footer__logo .site-logo__mark { color: #fff; }
.site-footer__contact { list-style: none; margin: 0; padding: 0; }
.site-footer__contact li { margin-bottom: 0.55rem; font-size: 0.92rem; color: rgba(255,255,255,0.62); line-height: 1.5; }
.site-footer__contact a { color: rgba(255,255,255,0.62); text-decoration: none; transition: color 0.2s ease; }
.site-footer__contact a:hover { color: var(--te-gold2); }
.site-footer__lpc { margin-top: 1rem; font-size: 0.78rem; letter-spacing: 0.04em; color: rgba(255,255,255,0.4); }

/* Legal pages (Terms & Privacy) */
.legal-section { padding: clamp(3rem, 7vw, 5.5rem) 1.5rem; }
.legal-container { max-width: 820px; margin: 0 auto; }
.legal-container h2 {
  font-family: var(--te-display-font);
  font-weight: 600;
  color: var(--te-ink);
  font-size: clamp(1.4rem, 3vw, 1.85rem);
  line-height: 1.2;
  margin: 2.4rem 0 0.9rem;
}
.legal-container h2:first-of-type { margin-top: 0; }
.legal-container p,
.legal-container li { color: #3a4150; font-size: 1.02rem; line-height: 1.8; }
.legal-container p { margin-bottom: 1rem; }
.legal-container ul { margin: 0 0 1rem 1.25rem; }
.legal-container li { margin-bottom: 0.5rem; }
.legal-container a { color: var(--te-gold); text-decoration: underline; text-underline-offset: 3px; }
.legal-updated { font-size: 0.9rem; color: #6a717c; margin-bottom: 2.5rem; }


/* ===================== CH SIGNATURE HERO (photo + dark scrim, left-aligned) =====================
   Unique to Craig Harvey: the firm's own acacia landscape, darkened, with a slow
   Ken-Burns drift and a left-aligned serif statement. Distinct composition from
   the abstract centred reference hero, same dark/gold professional register. */
.ch-hero {
  position: relative;
  overflow: hidden;
  background: #0a0a0a;
  min-height: clamp(78vh, 86vh, 820px);
  display: flex;
  align-items: flex-end;
}
.ch-hero__media {
  position: absolute;
  inset: -4% -4% -4% -4%;
  background-size: cover;
  background-position: 12% 50%;
  transform: scale(1.08);
  animation: chKenBurns 26s ease-in-out infinite alternate;
  z-index: 0;
}
@keyframes chKenBurns {
  from { transform: scale(1.08) translate(0, 0); }
  to   { transform: scale(1.16) translate(-2%, -2%); }
}
/* Scrim: gentle bottom lift plus a vignette on the RIGHT (where the headline sits),
   leaving the giraffe and tree on the left clearly visible. */
.ch-hero__scrim {
  position: absolute; inset: 0; z-index: 1; pointer-events: none;
  background:
    linear-gradient(0deg, rgba(8,8,10,0.92) 0%, rgba(8,8,10,0.50) 30%, rgba(8,8,10,0.12) 62%, rgba(8,8,10,0.30) 100%),
    linear-gradient(270deg, rgba(8,8,10,0.72) 0%, rgba(8,8,10,0.30) 38%, rgba(8,8,10,0) 70%);
}
.ch-hero__grid {
  position: absolute; inset: 0; z-index: 1; opacity: 0.10; pointer-events: none;
  background-image:
    linear-gradient(to right, rgba(255,255,255,.12) 1px, transparent 1px),
    linear-gradient(to bottom, rgba(255,255,255,.12) 1px, transparent 1px);
  background-size: 46px 46px;
}
.ch-hero__inner {
  position: relative; z-index: 2;
  max-width: 1400px; width: 100%;
  margin: 0 auto;
  padding: clamp(2rem, 6vw, 5rem) 1.5rem;
  display: flex;
  justify-content: flex-end;
}
.ch-hero__col { max-width: 38rem; }
@media (max-width: 860px) {
  .ch-hero__inner { justify-content: flex-start; }
  .ch-hero__col { max-width: 100%; }
}
.ch-hero__eyebrow {
  display: inline-flex; align-items: center; gap: 0.8rem;
  font-family: var(--te-display-font); font-style: italic;
  color: var(--te-gold2);
  font-size: clamp(1rem, 1.6vw, 1.25rem);
  letter-spacing: 0.02em;
  margin-bottom: 1.1rem;
  opacity: 0; transform: translateY(14px);
  animation: chRise 0.8s ease-out 0.15s forwards;
}
.ch-hero__eyebrow::before { content: ""; width: 2.4rem; height: 1px; background: var(--te-gold); display: inline-block; }
.ch-hero__title {
  font-family: var(--te-display-font);
  font-weight: 600;
  color: #fff;
  font-size: clamp(2.4rem, 6vw, 4.6rem);
  line-height: 1.06;
  letter-spacing: -0.02em;
}
.ch-hero__title .line { display: block; opacity: 0; transform: translateY(28px); filter: blur(6px); }
.ch-hero__title .line.l1 { animation: chRiseBlur 0.95s cubic-bezier(0.2,0.7,0.2,1) 0.30s forwards; }
.ch-hero__title .line.l2 { animation: chRiseBlur 0.95s cubic-bezier(0.2,0.7,0.2,1) 0.45s forwards; }
.ch-hero__title .gold { color: var(--te-gold2); }
.ch-hero__lead {
  margin-top: 1.5rem; max-width: 38rem;
  color: rgba(255,255,255,0.78);
  font-size: clamp(1rem, 1.6vw, 1.18rem);
  line-height: 1.7;
  opacity: 0; transform: translateY(16px);
  animation: chRise 0.9s ease-out 0.7s forwards;
}
.ch-hero__actions {
  margin-top: 2.2rem; display: flex; flex-wrap: wrap; gap: 1rem; align-items: center;
  opacity: 0; transform: translateY(16px);
  animation: chRise 0.9s ease-out 0.85s forwards;
}
.ch-hero__accent {
  margin-top: 2.4rem; display: flex; align-items: center; gap: 1rem;
  opacity: 0; animation: chRise 0.9s ease-out 1s forwards;
}
.ch-hero__accent-line {
  height: 1px; width: 8rem; background: rgba(255,255,255,0.16);
  border-radius: 9999px; overflow: hidden; flex-shrink: 0;
}
.ch-hero__accent-sweep {
  display: block; height: 100%; width: 2.6rem;
  background: linear-gradient(90deg, transparent, rgba(226,196,122,0.95), transparent);
  animation: chSweep 3.4s ease-in-out 1.4s infinite;
}
.ch-hero__accent-text {
  font-size: 0.75rem; letter-spacing: 0.16em; text-transform: uppercase;
  color: rgba(255,255,255,0.5);
}
@keyframes chRise { to { opacity: 1; transform: none; } }
@keyframes chRiseBlur { to { opacity: 1; transform: none; filter: blur(0); } }
@keyframes chSweep { 0% { transform: translateX(-40px); } 55%,100% { transform: translateX(140px); } }
@media (max-width: 600px) { .ch-hero { min-height: 80vh; } .ch-hero__accent-line { width: 5rem; } }
