:root {
  --forest: #233f3a;
  --forest-deep: #172d29;
  --sage: #9fb8aa;
  --mist: #edf2ee;
  --cream: #f7f5ef;
  --ink: #1f2926;
  --muted: #64706b;
  --line: rgba(35, 63, 58, .16);
  --white: #fff;
  --serif: Georgia, "Times New Roman", serif;
  --sans: -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--cream); font-family: var(--sans); }
a { color: inherit; }

.hero {
  min-height: min(880px, 92svh);
  display: grid;
  place-items: center;
  position: relative;
  padding: 64px 24px 92px;
  color: var(--white);
  text-align: center;
  background: var(--forest-deep) url("https://res.cloudinary.com/lmg/image/upload/lucidcardd-prod/business-23/site-uploads/642d5f90-688f-430a-b754-3ac01e010d87/assets/cambria-cemetery-entrance-f2adbcec2c5c") center 44% / cover no-repeat;
  isolation: isolate;
}
.hero__shade { position: absolute; inset: 0; z-index: -1; background: linear-gradient(180deg, rgba(13,32,28,.72), rgba(18,42,36,.82)), radial-gradient(circle at 50% 35%, transparent, rgba(8,26,21,.45)); }
.hero__content { width: min(760px, 100%); }
.logo { width: 156px; height: auto; filter: drop-shadow(0 7px 18px rgba(0,0,0,.3)); }
.eyebrow { margin: 22px 0 14px; color: #d5e2db; font-size: .75rem; font-weight: 600; letter-spacing: .18em; text-transform: uppercase; }
h1, h2, h3, p { margin-top: 0; }
h1 { margin-bottom: 22px; font-family: var(--serif); font-size: clamp(2.45rem, 6.4vw, 5.15rem); font-weight: 400; line-height: 1.08; letter-spacing: -.035em; }
.intro { max-width: 660px; margin: 0 auto; color: rgba(255,255,255,.88); font-size: clamp(1.04rem, 2vw, 1.2rem); line-height: 1.75; }
.actions { display: flex; justify-content: center; flex-wrap: wrap; gap: 12px; margin-top: 34px; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 10px; min-height: 52px; padding: 0 22px; border: 1px solid rgba(255,255,255,.55); border-radius: 3px; font-weight: 600; text-decoration: none; transition: .2s ease; }
.button svg { width: 19px; fill: currentColor; }
.button--primary { color: var(--forest-deep); background: var(--white); border-color: var(--white); }
.button--secondary { color: var(--white); background: rgba(255,255,255,.06); backdrop-filter: blur(6px); }
.button:hover { transform: translateY(-2px); box-shadow: 0 12px 28px rgba(0,0,0,.2); }
.button:focus-visible, .text-link:focus-visible, a:focus-visible { outline: 3px solid #e8cf8a; outline-offset: 4px; }
.scroll-note { position: absolute; bottom: 24px; left: 50%; margin: 0; transform: translateX(-50%); color: rgba(255,255,255,.65); font-size: .72rem; letter-spacing: .14em; text-transform: uppercase; white-space: nowrap; }
.scroll-note span { display: block; margin-top: 6px; font-size: 1rem; }

.contact { width: min(1180px, calc(100% - 40px)); margin: 0 auto; padding: 110px 0 100px; }
.section-heading { max-width: 700px; margin-bottom: 52px; }
.section-heading .eyebrow, .hours .eyebrow { margin-top: 0; color: #5b756a; }
h2 { margin-bottom: 18px; color: var(--forest); font-family: var(--serif); font-size: clamp(2rem, 4vw, 3.35rem); font-weight: 400; line-height: 1.15; letter-spacing: -.025em; }
.section-heading > p:last-child { color: var(--muted); font-size: 1.06rem; line-height: 1.7; }
.contact-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.contact-card { position: relative; min-height: 270px; padding: 42px 34px; border-right: 1px solid var(--line); }
.contact-card:last-child { border-right: 0; }
.card-number { display: block; margin-bottom: 42px; color: #82938b; font-family: var(--serif); font-size: .8rem; }
.contact-card h3 { color: var(--forest); font-family: var(--serif); font-size: 1.35rem; font-weight: 400; }
.contact-card address, .contact-card p { margin: 0 0 8px; color: #52605a; font-style: normal; line-height: 1.7; }
.contact-card a { text-decoration-thickness: 1px; text-underline-offset: 4px; }
.text-link { display: inline-block; margin-top: 18px; color: var(--forest); font-size: .88rem; font-weight: 600; }
.hours { display: grid; grid-template-columns: .9fr 1.35fr .95fr; gap: 52px; align-items: start; margin-top: 72px; padding: 48px; color: var(--white); background: var(--forest); }
.hours h2 { margin-bottom: 0; color: var(--white); font-size: 2.2rem; }
.hours dl { display: grid; grid-template-columns: 1fr 1fr; gap: 36px; margin: 0; }
.hours dl div { border-left: 1px solid rgba(255,255,255,.25); padding-left: 22px; }
.hours dt { margin-bottom: 10px; color: var(--sage); font-size: .72rem; font-weight: 600; letter-spacing: .13em; text-transform: uppercase; }
.hours dd { margin: 0; line-height: 1.7; }
.hours__note { margin: 0; color: rgba(255,255,255,.72); font-size: .88rem; line-height: 1.65; }

footer { display: grid; justify-items: center; padding: 56px 24px; border-top: 1px solid var(--line); text-align: center; }
footer img { width: 68px; }
footer > p { margin: 12px 0 0; color: var(--forest); font-family: var(--serif); }
footer .copyright { margin-top: 12px; color: var(--muted); font-family: var(--sans); font-size: .78rem; }

@media (max-width: 820px) {
  .contact { padding: 80px 0; }
  .contact-grid { grid-template-columns: 1fr; }
  .contact-card { min-height: 0; border-right: 0; border-bottom: 1px solid var(--line); }
  .contact-card:last-child { border-bottom: 0; }
  .card-number { margin-bottom: 24px; }
  .hours { grid-template-columns: 1fr; gap: 30px; padding: 38px 30px; }
}
@media (max-width: 520px) {
  .hero { min-height: 92svh; padding-inline: 18px; }
  .logo { width: 125px; }
  .actions { display: grid; }
  .button { width: 100%; }
  .contact { width: min(100% - 30px, 1180px); }
  .contact-card { padding: 34px 22px; }
  .hours dl { grid-template-columns: 1fr; gap: 26px; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition: none !important; }
}
