:root {
  --spruce: #14261f;
  --spruce-deep: #0d1814;
  --pine: #20372e;
  --parchment: #eee8dc;
  --cream: #f8f4eb;
  --snow: #fbfaf6;
  --ink: #202722;
  --muted: #697169;
  --copper: #b96338;
  --copper-dark: #8e4829;
  --glacier: #87a6ad;
  --line: #d2c9ba;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--cream); color: var(--ink); font-family: Arial, Helvetica, sans-serif; }
a { color: inherit; text-decoration: none; }
button, input, textarea { font: inherit; }
::selection { background: var(--glacier); color: var(--spruce-deep); }

.site-header {
  height: 92px; padding: 0 4.2vw; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 35px;
  background: rgba(13,24,20,.95); color: white; border-bottom: 1px solid rgba(255,255,255,.13); position: absolute; inset: 0 0 auto; z-index: 50;
}
.brand { display: inline-flex; align-items: center; gap: 14px; width: max-content; }
.brand > span:last-child { display: flex; flex-direction: column; line-height: 1; }
.brand strong { font-size: 18px; letter-spacing: .23em; }
.brand small { color: #bfc7c1; font-size: 8px; letter-spacing: .54em; margin-top: 6px; }
.mountain-mark { width: 43px; height: 38px; position: relative; display: inline-block; overflow: hidden; }
.mountain-mark .peak { position: absolute; width: 0; height: 0; border-left: 16px solid transparent; border-right: 16px solid transparent; border-bottom: 28px solid var(--glacier); bottom: 5px; }
.mountain-mark .peak-one { left: -3px; }
.mountain-mark .peak-two { right: -5px; border-left-width: 13px; border-right-width: 13px; border-bottom-width: 22px; border-bottom-color: #5d7779; }
.mountain-mark .ground { position: absolute; left: 0; right: 0; bottom: 3px; height: 2px; background: var(--copper); transform: rotate(-3deg); }
.desktop-nav { display: flex; align-items: center; gap: clamp(22px,2.4vw,42px); font-size: 13px; color: #e4e6e2; }
.desktop-nav a { padding: 35px 0 32px; border-bottom: 2px solid transparent; transition: color .2s, border-color .2s; }
.desktop-nav a:hover { color: white; border-color: var(--copper); }
.site-header > .button { justify-self: end; }
.mobile-menu { display: none; }

.button { min-height: 54px; padding: 0 25px; display: inline-flex; align-items: center; justify-content: center; gap: 12px; background: var(--copper); border: 1px solid var(--copper); color: white; font-size: 14px; font-weight: 700; letter-spacing: .01em; transition: transform .2s, background .2s, border-color .2s, box-shadow .2s; }
.button:hover { transform: translateY(-2px); background: var(--copper-dark); border-color: var(--copper-dark); box-shadow: 0 14px 30px rgba(7,12,10,.24); }
.button-small { min-height: 48px; padding: 0 20px; font-size: 13px; }
.button-large { min-height: 62px; padding: 0 32px; font-size: 16px; }
.button-cream { background: var(--cream); color: var(--spruce-deep); border-color: var(--cream); }
.button-cream:hover { background: white; color: var(--spruce-deep); border-color: white; }
.button:focus-visible, a:focus-visible, summary:focus-visible { outline: 2px solid #d88a61; outline-offset: 4px; }
.text-link { display: inline-flex; align-items: center; gap: 12px; width: max-content; padding-bottom: 7px; border-bottom: 1px solid var(--copper); color: var(--copper-dark); font-size: 14px; font-weight: 700; }
.text-link span { transition: transform .2s; }
.text-link:hover span { transform: translate(3px,-3px); }

.hero { min-height: 850px; height: 100vh; max-height: 1050px; position: relative; color: white; background: var(--spruce-deep); display: grid; align-items: center; overflow: hidden; }
.hero::before { content: ''; position: absolute; inset: 0 0 0 49%; background: url('/classic-headstone.jpg') center 44%/cover no-repeat; filter: saturate(.68) contrast(1.06) brightness(.82); }
.hero-shade { position: absolute; inset: 0; z-index: 1; background: linear-gradient(90deg,rgba(7,15,12,.98) 0%,rgba(9,19,15,.95) 40%,rgba(9,18,15,.65) 55%,rgba(8,15,12,.08) 78%,rgba(8,14,12,.04) 100%), linear-gradient(0deg,rgba(8,15,12,.62),transparent 38%); }
.hero-content { position: relative; z-index: 2; width: min(810px,57vw); margin: 85px 0 125px 7vw; }
.eyebrow { margin: 0 0 22px; color: var(--copper); font-size: 11px; line-height: 1.4; letter-spacing: .22em; text-transform: uppercase; font-weight: 800; }
.eyebrow.light { color: #db9b78; }
h1,h2 { font-family: Georgia, 'Times New Roman', serif; font-weight: 400; letter-spacing: -.04em; }
.hero h1 { max-width: 780px; margin: 0; font-size: clamp(58px,6vw,92px); line-height: .99; text-wrap: balance; }
.hero-intro { max-width: 680px; margin: 30px 0 0; color: #e2e6e2; font-size: clamp(18px,1.45vw,23px); line-height: 1.58; }
.hero-actions { display: flex; align-items: center; gap: 32px; margin-top: 38px; }
.secondary-link { padding-bottom: 7px; border-bottom: 1px solid #d3dad5; font-size: 14px; font-weight: 700; }
.hero-reassurance { margin: 19px 0 0; color: #b8c2bb; font-size: 12px; letter-spacing: .04em; }
.hero-proof { position: absolute; z-index: 3; bottom: 0; left: 0; width: 100%; display: grid; grid-template-columns: repeat(3,1fr); padding-left: 7vw; background: rgba(13,24,20,.92); border-top: 1px solid rgba(255,255,255,.12); }
.hero-proof > div { display: flex; gap: 18px; align-items: center; min-height: 113px; padding: 20px 4vw 20px 0; }
.hero-proof > div + div { border-left: 1px solid rgba(255,255,255,.13); padding-left: 3vw; }
.hero-proof span { color: #ce7d54; font-family: Georgia,serif; font-size: 19px; }
.hero-proof p { margin: 0; display: flex; flex-direction: column; gap: 7px; }
.hero-proof strong { font-family: Georgia,serif; font-size: 17px; font-weight: 400; }
.hero-proof small { color: #aeb9b2; font-size: 11px; line-height: 1.35; }

.section-pad { padding: 120px 7vw; }
h2 { margin: 0; font-size: clamp(43px,4.6vw,70px); line-height: 1.06; text-wrap: balance; }
.problem-section { background: var(--snow); }
.section-kicker { display: flex; align-items: center; gap: 18px; color: var(--copper-dark); text-transform: uppercase; font-size: 10px; font-weight: 800; letter-spacing: .22em; margin-bottom: 42px; }
.section-kicker::before { content: ''; width: 50px; height: 1px; background: var(--copper); }
.problem-grid { display: grid; grid-template-columns: 1.12fr .75fr; gap: 10vw; align-items: start; }
.body-copy { border-top: 1px solid var(--line); padding-top: 29px; }
.body-copy p { color: var(--muted); font-size: 17px; line-height: 1.75; margin: 0 0 20px; }
.body-copy .text-link { margin-top: 14px; }

.memorial-section { background: var(--parchment); }
.section-heading { display: grid; grid-template-columns: 1.1fr .55fr; gap: 9vw; align-items: end; margin-bottom: 64px; }
.section-heading > p { color: var(--muted); font-size: 16px; line-height: 1.75; margin: 0 0 6px; }
.memorial-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 12px; }
.memorial-card { min-height: 520px; background: var(--snow); padding: 25px; display: flex; flex-direction: column; overflow: hidden; }
.stone-scene { height: 210px; margin: -25px -25px 28px; position: relative; display: grid; place-items: end center; background: linear-gradient(155deg,#9fb0ac 0%,#d9d6ca 54%,#8e9c93 100%); overflow: hidden; }
.stone-scene::before,.stone-scene::after { content: ''; position: absolute; bottom: 0; width: 110%; height: 50px; background: #68776e; clip-path: polygon(0 75%,18% 40%,39% 67%,58% 20%,77% 59%,100% 28%,100% 100%,0 100%); opacity: .55; }
.stone-scene::after { height: 82px; bottom: 29px; background: #61736f; opacity: .28; transform: scaleX(-1); }
.stone-scene i { position: relative; z-index: 2; display: block; background: linear-gradient(135deg,#4b514d,#1d2421); box-shadow: 15px 16px 28px rgba(18,27,23,.28); }
.stone-scene b { position: absolute; z-index: 3; bottom: 0; width: 100%; height: 25px; background: linear-gradient(0deg,#6d795f,#839074); opacity: .8; }
.stone-scene.upright i { width: 115px; height: 145px; border-radius: 58px 58px 3px 3px; border-bottom: 11px solid #64645c; }
.stone-scene.slant i { width: 135px; height: 92px; transform: skew(-7deg); border-radius: 4px 4px 1px 1px; }
.stone-scene.flat i { width: 158px; height: 27px; transform: perspective(180px) rotateX(48deg); margin-bottom: 20px; }
.stone-scene.companion i { width: 170px; height: 120px; border-radius: 50px 50px 3px 3px; border-bottom: 10px solid #64645c; }
.card-number { color: var(--copper); font-family: Georgia,serif; font-size: 17px; }
.memorial-card h3 { margin: 16px 0 13px; font-family: Georgia,serif; font-size: 24px; font-weight: 400; }
.memorial-card > p { margin: 0 0 24px; color: var(--muted); font-size: 13px; line-height: 1.7; }
.memorial-card > a { margin-top: auto; color: var(--copper-dark); font-size: 13px; font-weight: 800; }
.custom-banner { margin-top: 12px; background: var(--spruce); color: white; padding: 48px 52px; display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 50px; }
.custom-banner .eyebrow { margin-bottom: 14px; }
.custom-banner h3 { max-width: 870px; margin: 0; font-family: Georgia,serif; font-size: clamp(25px,2.5vw,39px); font-weight: 400; line-height: 1.2; }

.process-section { display: grid; grid-template-columns: .9fr 1.1fr; gap: 10vw; background: var(--snow); }
.process-intro > p:not(.eyebrow) { color: var(--muted); line-height: 1.75; font-size: 16px; margin: 28px 0 32px; max-width: 610px; }
.process-list { border-top: 1px solid var(--line); }
.process-list article { display: grid; grid-template-columns: 62px 1fr; gap: 25px; padding: 33px 0; border-bottom: 1px solid var(--line); }
.process-list article > span { color: var(--copper); font-family: Georgia,serif; font-size: 21px; }
.process-list h3 { margin: 0 0 10px; font-family: Georgia,serif; font-size: 24px; font-weight: 400; }
.process-list p { color: var(--muted); margin: 0; font-size: 14px; line-height: 1.7; }

.alaska-section { min-height: 790px; display: grid; grid-template-columns: 1.04fr .96fr; background: var(--spruce-deep); color: white; }
.craft-image { background: #26332d url('/anchorage-headstones.jpg') 36% center/cover no-repeat; min-height: 650px; filter: saturate(.72) contrast(1.04); }
.alaska-copy { padding: 100px 7.5vw 95px 6.5vw; display: flex; flex-direction: column; justify-content: center; }
.alaska-copy h2 { font-size: clamp(42px,4vw,62px); }
.alaska-copy > p:not(.eyebrow) { color: #c1cbc4; font-size: 16px; line-height: 1.75; margin: 27px 0 30px; }
.alaska-copy ul { list-style: none; padding: 0; margin: 0 0 32px; border-top: 1px solid rgba(255,255,255,.17); }
.alaska-copy li { display: grid; grid-template-columns: 42px 1fr; gap: 15px; padding: 15px 0; border-bottom: 1px solid rgba(255,255,255,.14); }
.alaska-copy li > span { color: #d0835b; font-family: Georgia,serif; }
.alaska-copy li p { display: flex; flex-direction: column; gap: 4px; margin: 0; }
.alaska-copy li strong { font-family: Georgia,serif; font-size: 17px; font-weight: 400; }
.alaska-copy li small { color: #9faaa3; line-height: 1.4; }
.light-link { color: white; border-color: #cf7951; }

.service-section { display: grid; grid-template-columns: 1fr 1fr; gap: 10vw; background: var(--cream); }
.service-copy > p { margin: 0 0 38px; color: var(--muted); font-size: 17px; line-height: 1.75; }
.areas { display: grid; grid-template-columns: repeat(2,1fr); border-top: 1px solid var(--line); margin-bottom: 36px; }
.areas span { padding: 15px 0; border-bottom: 1px solid var(--line); color: #4f5b53; font-size: 13px; }

.decision-section { background: #24372f; color: white; text-align: center; }
.decision-section > h2 { max-width: 1000px; margin: 0 auto; }
.decision-cards { max-width: 1050px; margin: 58px auto 42px; display: grid; grid-template-columns: 1fr 1fr; text-align: left; }
.decision-cards article { min-height: 210px; padding: 38px; background: #18271f; border: 1px solid rgba(255,255,255,.1); }
.decision-cards article.positive { background: var(--cream); color: var(--ink); border-color: var(--cream); }
.decision-cards span { color: #d18a65; text-transform: uppercase; font-size: 10px; font-weight: 800; letter-spacing: .18em; }
.decision-cards h3 { margin: 24px 0 0; font-family: Georgia,serif; font-size: clamp(24px,2.4vw,35px); line-height: 1.25; font-weight: 400; }
.decision-cards .positive span { color: var(--copper-dark); }

.faq-section { display: grid; grid-template-columns: .7fr 1.3fr; gap: 10vw; background: var(--parchment); }
.faq-title > p:not(.eyebrow) { color: var(--muted); line-height: 1.7; margin: 25px 0; }
.faq-title h2 { font-size: clamp(40px,3.7vw,58px); }
.faq-list { border-top: 1px solid #aaa396; }
.faq-list details { border-bottom: 1px solid #aaa396; }
.faq-list summary { list-style: none; cursor: pointer; padding: 24px 0; display: flex; justify-content: space-between; gap: 25px; font-family: Georgia,serif; font-size: 19px; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary span { color: var(--copper); font-family: Arial,sans-serif; font-size: 26px; transition: transform .2s; }
.faq-list details[open] summary span { transform: rotate(45deg); }
.faq-list details p { color: var(--muted); line-height: 1.7; margin: -3px 50px 25px 0; }

.final-cta { min-height: 730px; display: grid; place-items: center; position: relative; overflow: hidden; background: linear-gradient(180deg,#152720,#0c1713); color: white; padding: 110px 24px; text-align: center; }
.final-content { position: relative; z-index: 3; max-width: 980px; display: flex; flex-direction: column; align-items: center; }
.final-content h2 { font-size: clamp(50px,6vw,88px); }
.final-content > p:not(.eyebrow) { max-width: 720px; margin: 30px auto 35px; color: #c1ccc4; font-size: 17px; line-height: 1.75; }
.final-content small { color: #9ca9a0; margin-top: 20px; letter-spacing: .04em; }
.final-landscape { position: absolute; inset: 0; opacity: .36; }
.final-landscape::before,.final-landscape::after,.final-landscape span,.final-landscape i,.final-landscape b { content: ''; position: absolute; bottom: -5%; left: -8%; width: 116%; height: 55%; background: #32493e; clip-path: polygon(0 75%,12% 45%,23% 65%,38% 15%,48% 57%,61% 28%,74% 68%,86% 35%,100% 62%,100% 100%,0 100%); }
.final-landscape::after { height: 39%; background: #172a22; opacity: .9; transform: scaleX(-1); }
.final-landscape span { height: 43%; bottom: 8%; background: #5c7772; opacity: .32; transform: scaleX(-1); }
.final-landscape i { height: 22%; background: #0c1713; clip-path: polygon(0 80%,5% 62%,7% 78%,11% 38%,15% 76%,20% 48%,25% 78%,31% 55%,38% 82%,46% 50%,52% 80%,60% 42%,65% 78%,73% 54%,81% 80%,88% 45%,94% 78%,100% 60%,100% 100%,0 100%); }
.final-landscape b { height: 10%; background: #87a6ad; opacity: .25; clip-path: none; filter: blur(20px); bottom: 7%; }

footer { background: #08110e; color: white; padding: 55px 5vw 35px; display: grid; grid-template-columns: 1fr 1fr auto; gap: 35px; align-items: start; }
.footer-brand strong { font-size: 16px; }
footer > p { margin: 0; color: #9da79f; font-size: 12px; }
footer nav { display: flex; gap: 27px; font-size: 12px; color: #d8dcd8; }
.copyright { grid-column: 1 / -1; padding-top: 32px; border-top: 1px solid #2c3933; }
.photo-credit { grid-column: 1 / -1; margin-top: -20px; color: #6f7a73; font-size: 10px; line-height: 1.5; }
.photo-credit a { text-decoration: underline; text-underline-offset: 2px; }
.mobile-quote { display: none; }

@media (max-width: 1080px) {
  .desktop-nav { display: none; }
  .site-header { grid-template-columns: 1fr auto auto; position: absolute; }
  .mobile-menu { display: block; position: relative; }
  .mobile-menu summary { width: 42px; height: 42px; display: grid; place-content: center; gap: 6px; cursor: pointer; list-style: none; }
  .mobile-menu summary::-webkit-details-marker { display: none; }
  .mobile-menu summary span { display: block; width: 22px; height: 1px; background: white; }
  .mobile-menu nav { position: absolute; right: 0; top: 49px; width: 245px; padding: 18px; background: var(--cream); color: var(--ink); border: 1px solid var(--line); box-shadow: 0 18px 45px rgba(0,0,0,.25); display: flex; flex-direction: column; }
  .mobile-menu nav a { padding: 12px; }
  .hero-content { width: min(760px,72vw); }
  .memorial-grid { grid-template-columns: 1fr 1fr; }
  .process-section { gap: 6vw; }
}

@media (max-width: 760px) {
  body { padding-bottom: 67px; }
  .site-header { height: 76px; padding: 0 20px; }
  .site-header > .button { display: none; }
  .brand strong { font-size: 15px; }
  .brand small { font-size: 7px; }
  .mountain-mark { width: 36px; transform: scale(.85); transform-origin: left center; margin-right: -6px; }
  .hero { min-height: 820px; height: auto; max-height: none; }
  .hero::before { inset: 0; background-position: center 38%; filter: saturate(.65) contrast(1.08) brightness(.68); }
  .hero-shade { background: linear-gradient(90deg,rgba(7,15,12,.86),rgba(7,15,12,.35)),linear-gradient(0deg,rgba(7,15,12,.92) 0%,rgba(7,15,12,.16) 72%); }
  .hero-content { width: auto; margin: 140px 24px 285px; }
  .hero h1 { font-size: clamp(48px,13vw,66px); }
  .hero-intro { font-size: 17px; }
  .hero-actions { flex-direction: column; align-items: flex-start; gap: 24px; }
  .hero-proof { grid-template-columns: 1fr; padding: 10px 24px; }
  .hero-proof > div { min-height: auto; padding: 13px 0; }
  .hero-proof > div + div { padding-left: 0; border-left: 0; border-top: 1px solid rgba(255,255,255,.12); }
  .hero-proof small { display: none; }
  .section-pad { padding: 85px 24px; }
  .problem-grid,.section-heading,.process-section,.alaska-section,.service-section,.faq-section { grid-template-columns: 1fr; }
  .problem-grid,.section-heading,.faq-section { gap: 42px; }
  .memorial-grid { grid-template-columns: 1fr; }
  .memorial-card { min-height: 500px; }
  .custom-banner { grid-template-columns: 1fr; padding: 37px 27px; gap: 28px; }
  .process-section { gap: 58px; }
  .craft-image { min-height: 500px; }
  .alaska-copy { padding: 78px 24px; }
  .service-section { gap: 50px; }
  .decision-cards { grid-template-columns: 1fr; }
  .decision-cards article { min-height: 185px; padding: 30px; }
  .final-cta { min-height: 680px; padding: 90px 24px; }
  footer { grid-template-columns: 1fr; padding: 50px 24px 30px; }
  footer nav { flex-wrap: wrap; }
  .copyright,.photo-credit { grid-column: auto; }
  .mobile-quote { position: fixed; display: flex; z-index: 100; bottom: 0; left: 0; right: 0; height: 67px; align-items: center; justify-content: center; gap: 12px; background: var(--copper); color: white; font-weight: 800; box-shadow: 0 -6px 25px rgba(8,17,14,.2); }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *,*::before,*::after { animation-duration: .01ms !important; transition-duration: .01ms !important; }
}
