
:root {
  --ink: #17332f;
  --muted: #52635f;
  --forest: #174f44;
  --forest-2: #23695c;
  --leaf: #7ba843;
  --sand: #f5f0e6;
  --sand-2: #ebe3d4;
  --white: #ffffff;
  --sun: #f39b32;
  --pink: #ce176b;
  --blue: #0798d1;
  --shadow: 0 18px 50px rgba(23, 51, 47, .13);
  --radius: 22px;
  --max: 1180px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: #fff;
  font-family: "Segoe UI", Aptos, Arial, sans-serif;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; display: block; }
a { color: var(--forest-2); text-decoration-thickness: 1px; text-underline-offset: 3px; }
a:hover { color: var(--pink); }
.container { width: min(calc(100% - 40px), var(--max)); margin-inline: auto; }
.skip-link { position: absolute; top: -80px; left: 16px; z-index: 1000; background: #fff; padding: 10px 16px; border-radius: 8px; }
.skip-link:focus { top: 12px; }
.topbar { background: var(--forest); color: #fff; font-size: .91rem; }
.topbar-inner { min-height: 42px; display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.topbar a { color: #fff; font-weight: 700; text-decoration: none; }
.site-header { position: sticky; top: 0; z-index: 100; background: rgba(255,255,255,.96); border-bottom: 1px solid rgba(23,51,47,.09); backdrop-filter: blur(14px); }
.header-inner { min-height: 92px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { display: flex; align-items: center; gap: 14px; text-decoration: none; color: var(--ink); }
.brand img { width: 76px; height: 76px; object-fit: contain; }
.brand-copy { line-height: 1.1; }
.brand-copy strong { display: block; font-family: Georgia, serif; font-size: 1.25rem; }
.brand-copy span { display: block; color: var(--muted); font-size: .78rem; margin-top: 5px; }
.nav-toggle { display: none; border: 0; background: var(--sand); border-radius: 12px; padding: 11px; cursor: pointer; }
.nav-toggle svg { width: 24px; height: 24px; display: block; }
.primary-nav ul { display: flex; align-items: center; gap: 8px; list-style: none; padding: 0; margin: 0; }
.primary-nav a { display: block; padding: 10px 12px; color: var(--ink); text-decoration: none; font-size: .93rem; font-weight: 700; border-radius: 10px; }
.primary-nav a:hover, .primary-nav a[aria-current="page"] { background: var(--sand); color: var(--forest); }
.primary-nav .nav-call { background: var(--sun); color: #2f2719; padding-inline: 17px; }
.primary-nav .nav-call:hover { background: #ffad4b; color: #2f2719; }
.hero { min-height: 650px; display: grid; align-items: end; position: relative; isolation: isolate; color: #fff; background: var(--forest); overflow: hidden; }
.hero::before { content: ""; position: absolute; inset: 0; z-index: -2; background: url('../img/pacific-sun-friends-aerial.webp') center 40%/cover no-repeat; transform: scale(1.01); }
.hero::after { content: ""; position: absolute; inset: 0; z-index: -1; background: linear-gradient(90deg, rgba(8,35,30,.88) 0%, rgba(8,35,30,.50) 46%, rgba(8,35,30,.10) 78%), linear-gradient(0deg, rgba(8,35,30,.72), transparent 55%); }
.hero-inner { padding-block: 110px 76px; }
.eyebrow { display: inline-flex; align-items: center; gap: 9px; color: var(--forest-2); font-size: .78rem; line-height: 1.2; letter-spacing: .14em; text-transform: uppercase; font-weight: 900; }
.hero .eyebrow { color: #fff; background: rgba(255,255,255,.16); border: 1px solid rgba(255,255,255,.28); padding: 9px 13px; border-radius: 999px; backdrop-filter: blur(7px); }
.hero h1, .page-hero h1 { font-family: Georgia, "Times New Roman", serif; line-height: 1.02; letter-spacing: -.035em; margin: 18px 0; }
.hero h1 { font-size: clamp(3.2rem, 8vw, 6.7rem); max-width: 870px; }
.hero p { max-width: 710px; font-size: clamp(1.07rem, 2vw, 1.35rem); line-height: 1.55; margin: 0 0 30px; }
.button-row { display: flex; flex-wrap: wrap; gap: 12px; }
.btn { display: inline-flex; align-items: center; justify-content: center; gap: 9px; min-height: 50px; padding: 12px 20px; border-radius: 999px; border: 2px solid transparent; font-weight: 800; text-decoration: none; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.btn:hover { transform: translateY(-2px); }
.btn-primary { background: var(--sun); color: #2d2517; box-shadow: 0 12px 30px rgba(243,155,50,.28); }
.btn-primary:hover { color: #2d2517; background: #ffad4b; }
.btn-light { color: #fff; border-color: rgba(255,255,255,.75); background: rgba(255,255,255,.08); }
.btn-light:hover { color: #fff; background: rgba(255,255,255,.16); }
.btn-dark { background: var(--forest); color: #fff; }
.btn-dark:hover { color: #fff; background: var(--forest-2); }
.hero-facts { margin-top: 48px; display: flex; flex-wrap: wrap; gap: 12px; }
.hero-fact { padding: 10px 14px; border-radius: 12px; background: rgba(255,255,255,.12); border: 1px solid rgba(255,255,255,.22); backdrop-filter: blur(7px); font-weight: 700; font-size: .91rem; }
.section { padding-block: 92px; }
.section-sm { padding-block: 62px; }
.section-sand { background: var(--sand); }
.section-dark { background: var(--forest); color: #fff; }
.section-head { max-width: 780px; margin-bottom: 40px; }
.section-head h2, .content h2, .content h3 { font-family: Georgia, "Times New Roman", serif; line-height: 1.16; letter-spacing: -.02em; }
.section-head h2 { font-size: clamp(2.25rem, 5vw, 4rem); margin: 12px 0 18px; }
.section-head p { font-size: 1.1rem; color: var(--muted); }
.section-dark .section-head p { color: rgba(255,255,255,.78); }
.split { display: grid; grid-template-columns: minmax(0, 1.08fr) minmax(300px, .92fr); gap: clamp(35px, 7vw, 90px); align-items: center; }
.split.reverse > :first-child { order: 2; }
.photo-card { border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow); background: var(--sand); }
.photo-card img { width: 100%; min-height: 430px; object-fit: cover; }
.photo-card figcaption { padding: 18px 22px; color: var(--muted); font-size: .91rem; }
.copy-lead { font-size: 1.25rem; line-height: 1.7; color: var(--ink); }
.check-list { list-style: none; padding: 0; margin: 28px 0 0; display: grid; gap: 13px; }
.check-list li { position: relative; padding-left: 32px; }
.check-list li::before { content: "✓"; position: absolute; left: 0; top: 1px; width: 22px; height: 22px; border-radius: 50%; background: #dcebd7; color: var(--forest); display: grid; place-items: center; font-weight: 900; font-size: .8rem; }
.cards { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.card { background: #fff; border-radius: 18px; padding: 28px; box-shadow: 0 10px 36px rgba(23,51,47,.08); border: 1px solid rgba(23,51,47,.08); }
.card-icon { width: 52px; height: 52px; display: grid; place-items: center; border-radius: 16px; margin-bottom: 19px; background: var(--sand); color: var(--forest); }
.card-icon svg { width: 27px; height: 27px; }
.card h3 { margin: 0 0 8px; font-family: Georgia, serif; font-size: 1.28rem; }
.card p { margin: 0; color: var(--muted); font-size: .95rem; }
.quote-band { background: linear-gradient(110deg, var(--forest), #153c35); color: #fff; padding: 58px 0; }
.quote-band blockquote { margin: 0; max-width: 980px; font-family: Georgia, serif; font-size: clamp(1.65rem, 4vw, 3.2rem); line-height: 1.25; }
.quote-band cite { display: block; font-family: "Segoe UI", sans-serif; font-size: .95rem; margin-top: 18px; color: rgba(255,255,255,.75); font-style: normal; }
.cta-panel { display: grid; grid-template-columns: 1fr auto; gap: 28px; align-items: center; padding: 44px; background: var(--sand); border-radius: var(--radius); }
.cta-panel h2 { margin: 0 0 8px; font-family: Georgia, serif; font-size: clamp(2rem, 4vw, 3rem); }
.cta-panel p { margin: 0; color: var(--muted); }
.page-hero { position: relative; overflow: hidden; background: var(--forest); color: #fff; padding: 100px 0 78px; }
.page-hero::after { content: ""; position: absolute; width: 420px; height: 420px; right: -120px; top: -200px; border-radius: 50%; background: radial-gradient(circle at 30% 30%, rgba(243,155,50,.45), transparent 62%); }
.page-hero h1 { font-size: clamp(3rem, 7vw, 5.6rem); max-width: 900px; }
.page-hero p { max-width: 760px; font-size: 1.15rem; color: rgba(255,255,255,.82); }
.breadcrumb { font-size: .86rem; color: rgba(255,255,255,.72); }
.breadcrumb a { color: #fff; }
.content { max-width: 860px; }
.content.wide { max-width: none; }
.content h2 { font-size: clamp(2rem, 4vw, 3.15rem); margin-top: 0; }
.content h3 { font-size: 1.6rem; margin-top: 34px; }
.content p { margin: 0 0 1.18em; }
.content ul { padding-left: 1.3em; }
.content blockquote { margin: 30px 0; border-left: 4px solid var(--sun); padding: 12px 0 12px 24px; font-family: Georgia, serif; font-size: 1.28rem; color: var(--forest); }
.prose-card { background: #fff; border-radius: var(--radius); padding: clamp(28px, 5vw, 58px); box-shadow: var(--shadow); }
.fees-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px; margin: 32px 0; }
.fee-card { padding: 28px; background: var(--sand); border-radius: 18px; }
.fee-card h3 { margin-top: 0; }
.table-wrap { overflow-x: auto; border-radius: 16px; border: 1px solid rgba(23,51,47,.12); margin: 24px 0 36px; }
table { border-collapse: collapse; width: 100%; min-width: 520px; background: #fff; }
th, td { padding: 13px 16px; border-bottom: 1px solid rgba(23,51,47,.10); text-align: left; }
th { background: var(--forest); color: #fff; font-size: .9rem; }
tr:last-child td { border-bottom: 0; }
.notice { padding: 20px 22px; border-radius: 14px; background: #fff7e9; border-left: 4px solid var(--sun); margin: 28px 0; }
.gallery-grid { display: grid; grid-template-columns: repeat(12, 1fr); gap: 18px; }
.gallery-item { margin: 0; overflow: hidden; border-radius: 18px; background: var(--sand); box-shadow: 0 10px 32px rgba(23,51,47,.09); }
.gallery-item img { width: 100%; height: 100%; min-height: 330px; object-fit: cover; }
.gallery-item.large { grid-column: span 8; }
.gallery-item.small { grid-column: span 4; }
.gallery-item.half { grid-column: span 6; }
.gallery-item figcaption { padding: 14px 18px; color: var(--muted); font-size: .9rem; }
.map-placeholder { position: relative; min-height: 520px; overflow: hidden; border-radius: var(--radius); box-shadow: var(--shadow); }
.map-placeholder img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.map-placeholder::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(8,35,30,.82), rgba(8,35,30,.12)); }
.map-copy { position: relative; z-index: 1; color: #fff; max-width: 520px; padding: clamp(32px, 7vw, 72px); }
.map-copy h2 { font-family: Georgia, serif; font-size: clamp(2.2rem, 5vw, 4rem); line-height: 1.1; }
.faq-list { display: grid; gap: 12px; }
details { border: 1px solid rgba(23,51,47,.11); border-radius: 14px; background: #fff; overflow: hidden; }
summary { cursor: pointer; font-weight: 800; padding: 18px 22px; list-style: none; display: flex; justify-content: space-between; gap: 20px; }
summary::-webkit-details-marker { display: none; }
summary::after { content: "+"; color: var(--forest); font-size: 1.3rem; line-height: 1; }
details[open] summary::after { content: "–"; }
details p { margin: 0; padding: 0 22px 22px; color: var(--muted); }
.contact-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 34px; align-items: start; }
.contact-card { background: var(--forest); color: #fff; border-radius: var(--radius); padding: 34px; }
.contact-card a { color: #fff; }
.contact-card h2 { font-family: Georgia, serif; font-size: 2.1rem; margin-top: 0; }
.contact-list { list-style: none; padding: 0; margin: 28px 0 0; display: grid; gap: 18px; }
.contact-list strong { display: block; font-size: .82rem; text-transform: uppercase; letter-spacing: .1em; color: rgba(255,255,255,.66); }
form { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.field { display: grid; gap: 7px; }
.field.full { grid-column: 1 / -1; }
label { font-weight: 750; font-size: .91rem; }
input, textarea { width: 100%; border: 1px solid rgba(23,51,47,.18); border-radius: 11px; padding: 13px 14px; font: inherit; color: var(--ink); background: #fff; }
input:focus, textarea:focus { outline: 3px solid rgba(7,152,209,.20); border-color: var(--blue); }
textarea { min-height: 150px; resize: vertical; }
.form-note { grid-column: 1 / -1; color: var(--muted); font-size: .88rem; }
.site-footer { background: #102e29; color: rgba(255,255,255,.79); padding-top: 64px; }
.footer-grid { display: grid; grid-template-columns: 1.25fr .75fr .75fr; gap: 48px; padding-bottom: 52px; }
.footer-brand { display: flex; gap: 16px; align-items: center; color: #fff; text-decoration: none; }
.footer-brand img { width: 72px; }
.footer-brand strong { font-family: Georgia, serif; font-size: 1.22rem; }
.site-footer h3 { color: #fff; font-size: .9rem; text-transform: uppercase; letter-spacing: .12em; }
.site-footer ul { list-style: none; padding: 0; margin: 0; display: grid; gap: 8px; }
.site-footer a { color: rgba(255,255,255,.82); }
.footer-bottom { border-top: 1px solid rgba(255,255,255,.10); padding: 20px 0 30px; font-size: .86rem; }
.memorial { display: grid; grid-template-columns: 340px 1fr; gap: 46px; align-items: start; }
.memorial img { width: 100%; border-radius: var(--radius); box-shadow: var(--shadow); }
.small-caps { text-transform: uppercase; letter-spacing: .12em; font-size: .78rem; font-weight: 850; color: var(--forest-2); }
@media (max-width: 1020px) {
  .brand-copy { display: none; }
  .cards { grid-template-columns: repeat(2, 1fr); }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-grid > :first-child { grid-column: 1 / -1; }
  .gallery-item.large, .gallery-item.small, .gallery-item.half { grid-column: span 6; }
}
@media (max-width: 820px) {
  .topbar-inner > span { display: none; }
  .topbar-inner { justify-content: center; }
  .header-inner { min-height: 76px; }
  .brand img { width: 58px; height: 58px; }
  .nav-toggle { display: block; }
  .primary-nav { position: absolute; top: 100%; left: 0; right: 0; background: #fff; border-bottom: 1px solid rgba(23,51,47,.10); box-shadow: 0 20px 35px rgba(23,51,47,.10); display: none; }
  .primary-nav.open { display: block; }
  .primary-nav ul { display: grid; padding: 14px 20px 22px; }
  .primary-nav a { padding: 12px 14px; }
  .split, .contact-grid, .memorial { grid-template-columns: 1fr; }
  .split.reverse > :first-child { order: initial; }
  .cta-panel { grid-template-columns: 1fr; }
  .fees-grid { grid-template-columns: 1fr; }
  .hero { min-height: 590px; }
  .hero-inner { padding-block: 90px 58px; }
  .section { padding-block: 70px; }
}
@media (max-width: 600px) {
  .container { width: min(calc(100% - 28px), var(--max)); }
  .hero h1 { font-size: 3.15rem; }
  .hero::after { background: linear-gradient(0deg, rgba(8,35,30,.90), rgba(8,35,30,.26)); }
  .cards { grid-template-columns: 1fr; }
  .gallery-item.large, .gallery-item.small, .gallery-item.half { grid-column: 1 / -1; }
  .gallery-item img { min-height: 250px; }
  .cta-panel { padding: 30px; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-grid > :first-child { grid-column: auto; }
  form { grid-template-columns: 1fr; }
  .field.full, .form-note { grid-column: auto; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .01ms !important; animation-duration: .01ms !important; }
}
