:root {
  --navy: #123247;
  --navy-soft: #244b61;
  --paper: #fffdf9;
  --white: #ffffff;
  --mist: #f3fbff;
  --sky: #4aa8ff;
  --aqua: #18b7a0;
  --coral: #ff7062;
  --sun: #f7bf44;
  --lavender: #8b7cf6;
  --muted: #5c7180;
  --line: rgba(18, 50, 71, 0.12);
  --shadow: 0 22px 55px rgba(25, 79, 105, 0.13);
  --radius: 22px;
  --display: "Oswald", Impact, sans-serif;
  --body: "DM Sans", Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--navy); font-family: var(--body); font-size: 16px; line-height: 1.6; overflow-x: hidden; }
a { color: inherit; }
button, input, select, textarea { font: inherit; }
img { max-width: 100%; display: block; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; left: 12px; top: -100px; z-index: 100; background: var(--navy); color: #fff; padding: 10px 16px; border-radius: 8px; }
.skip-link:focus { top: 12px; }

.site-header { position: fixed; inset: 0 0 auto 0; z-index: 50; min-height: 82px; padding: 15px clamp(20px, 5vw, 76px); display: flex; align-items: center; justify-content: space-between; gap: 24px; background: rgba(255, 255, 255, 0.92); border-bottom: 1px solid var(--line); box-shadow: 0 8px 28px rgba(18, 50, 71, 0.06); backdrop-filter: blur(16px); }
.brand { display: inline-flex; align-items: center; gap: 11px; text-decoration: none; }
.brand-mark { width: 46px; height: 46px; display: grid; place-items: center; border: 0; border-radius: 50%; color: #fff; background: linear-gradient(135deg, var(--sky), var(--aqua)); font: 700 18px/1 var(--display); letter-spacing: .05em; box-shadow: 0 8px 20px rgba(24, 183, 160, .24); }
.brand-copy { display: grid; line-height: 1.02; }
.brand-copy strong { font-family: var(--display); font-size: 20px; letter-spacing: .035em; text-transform: uppercase; }
.brand-copy span { margin-top: 5px; color: var(--coral); font-size: 11px; font-weight: 800; letter-spacing: .32em; }
.site-nav { display: flex; align-items: center; gap: 30px; }
.site-nav a { color: var(--navy); font-size: 14px; font-weight: 800; text-decoration: none; }
.site-nav a:hover, .site-nav a:focus-visible { color: var(--coral); }
.site-nav .nav-cta { padding: 11px 19px; color: #fff; background: linear-gradient(135deg, var(--coral), #ff9568); border-radius: 999px; box-shadow: 0 9px 22px rgba(255, 112, 98, .22); }
.menu-button { display: none; width: 46px; height: 42px; padding: 9px; background: #fff; border: 1px solid var(--line); border-radius: 10px; }
.menu-button span:not(.sr-only) { display: block; height: 2px; margin: 5px 0; background: var(--navy); }

.hero { position: relative; min-height: 790px; display: grid; align-items: center; padding: 140px clamp(22px, 7vw, 110px) 70px; overflow: hidden; background: radial-gradient(circle at 10% 20%, rgba(247,191,68,.25), transparent 22%), radial-gradient(circle at 47% 86%, rgba(255,112,98,.18), transparent 27%), linear-gradient(125deg, #fffdf7 0%, #f1fbff 53%, #e9f8ff 100%); }
.hero::before, .hero::after { content: ""; position: absolute; border-radius: 50%; pointer-events: none; }
.hero::before { width: 210px; height: 210px; left: -95px; bottom: 70px; background: rgba(139,124,246,.12); }
.hero::after { width: 150px; height: 150px; right: 2%; top: 105px; background: rgba(24,183,160,.13); }
.hero-image { position: absolute; z-index: 1; top: 125px; right: clamp(22px, 5vw, 76px); bottom: 58px; width: min(56vw, 860px); background: url("assets/coastal-spotlight-storefront.webp") center / cover no-repeat; border: 10px solid rgba(255,255,255,.9); border-radius: 30px; box-shadow: 0 30px 75px rgba(26,73,96,.22); filter: brightness(1.04) saturate(1.08) contrast(.98); }
.hero-image::after { content: ""; position: absolute; inset: 0; border-radius: 19px; background: linear-gradient(135deg, rgba(74,168,255,.08), rgba(255,112,98,.04)); }
.hero-content { position: relative; z-index: 3; width: min(560px, 43vw); }
.eyebrow { margin: 0 0 16px; color: var(--coral); font-size: 13px; font-weight: 900; letter-spacing: .17em; }
.hero h1, h2, h3 { font-family: var(--display); text-transform: uppercase; }
.hero h1 { margin: 0; color: var(--navy); font-size: clamp(58px, 7.7vw, 108px); line-height: .91; letter-spacing: -.025em; }
.hero h1 span { color: var(--sky); -webkit-text-stroke: 0; text-shadow: none; }
.hero-lede { max-width: 540px; margin: 28px 0 0; color: var(--navy-soft); font-size: clamp(18px, 2vw, 22px); line-height: 1.55; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 34px; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 52px; padding: 13px 23px; border-radius: 999px; border: 1px solid transparent; font-weight: 900; text-decoration: none; cursor: pointer; transition: transform .2s ease, box-shadow .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: linear-gradient(135deg, var(--coral), #ff9468); color: #fff; box-shadow: 0 12px 28px rgba(255,112,98,.27); }
.button-secondary { background: #fff; color: var(--navy); border-color: rgba(74,168,255,.32); box-shadow: 0 10px 24px rgba(25,79,105,.08); }
.hero-points { display: flex; flex-wrap: wrap; gap: 9px 22px; padding: 0; margin: 28px 0 0; color: var(--navy-soft); font-size: 14px; font-weight: 700; list-style: none; }
.hero-points li::before { content: "✓"; margin-right: 8px; color: var(--aqua); font-weight: 900; }
.trust-strip { padding: 22px clamp(22px, 7vw, 110px); border: 0; background: linear-gradient(90deg, var(--sky), var(--aqua)); text-align: center; }
.trust-strip p { margin: 0; color: #fff; }
.trust-strip strong { color: #fff; }

.section { padding: 108px clamp(22px, 7vw, 110px); }
.section-heading { max-width: 740px; margin-bottom: 42px; }
.section h2 { margin: 0; color: var(--navy); font-size: clamp(40px, 5vw, 68px); line-height: 1; letter-spacing: -.02em; }
.section-heading > p:last-child, .process-intro > p:last-child { max-width: 650px; margin: 20px 0 0; color: var(--muted); font-size: 18px; }

.services { background: var(--white); }
.service-grid { display: grid; grid-template-columns: repeat(6, 1fr); gap: 20px; }
.service-card { position: relative; grid-column: span 2; min-height: 690px; padding: 30px; display: flex; flex-direction: column; background: var(--card-bg, #f3f9ff); border: 1px solid rgba(18,50,71,.07); border-top: 7px solid var(--accent, var(--sky)); border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow); transition: transform .2s ease, box-shadow .2s ease; }
.service-card:hover { transform: translateY(-5px); box-shadow: 0 28px 60px rgba(25,79,105,.17); }
.service-card:nth-child(4), .service-card:nth-child(5) { grid-column: span 3; }
.service-card::after { content: ""; position: absolute; width: 180px; height: 180px; right: -85px; bottom: -95px; border-radius: 50%; background: var(--accent, var(--sky)); opacity: .11; pointer-events: none; }
.featured-card { --accent: var(--sun); --card-bg: #fff9e8; }
.memorial-card { --accent: var(--lavender); --card-bg: #f5f2ff; }
.sports-card { --accent: var(--sky); --card-bg: #eef8ff; }
.event-card { --accent: var(--coral); --card-bg: #fff1ef; }
.business-card { --accent: var(--aqua); --card-bg: #eafbf7; }
.service-number { position: absolute; z-index: 2; right: 18px; top: 14px; color: rgba(255,255,255,.8); text-shadow: 0 2px 14px rgba(18,50,71,.28); font: 700 62px/1 var(--display); }
.service-image { width: calc(100% + 60px); height: auto; margin: -30px -30px 26px; display: block; }
.card-kicker { position: relative; z-index: 1; margin: 0 0 8px; color: var(--accent); font-size: 12px; font-weight: 900; letter-spacing: .16em; }
.service-card h3 { position: relative; z-index: 1; margin: 0; color: var(--navy); font-size: 30px; line-height: 1.08; }
.service-card > p:not(.card-kicker) { position: relative; z-index: 1; color: var(--muted); }
.service-card ul { position: relative; z-index: 1; padding-left: 20px; margin: 6px 0 24px; color: var(--navy-soft); }
.service-card li { margin: 6px 0; }
.service-card > a { position: relative; z-index: 1; margin-top: auto; color: var(--navy); font-weight: 900; text-decoration: none; }
.service-card > a span { margin-left: 5px; color: var(--accent); }

.process { display: grid; grid-template-columns: minmax(260px, .85fr) minmax(420px, 1.15fr); gap: clamp(50px, 8vw, 120px); background: linear-gradient(135deg, #eaf8ff 0%, #f3f0ff 100%); }
.process-intro { align-self: start; position: sticky; top: 120px; }
.process-image { width: 100%; margin-top: 30px; border: 8px solid rgba(255,255,255,.9); border-radius: 22px; box-shadow: var(--shadow); }
.steps { padding: 0; margin: 0; list-style: none; }
.steps li { display: grid; grid-template-columns: 70px 1fr; gap: 22px; padding: 28px 0; border-bottom: 1px solid rgba(18,50,71,.14); }
.steps li:first-child { padding-top: 0; }
.steps li > span { width: 58px; height: 58px; display: grid; place-items: center; border: 0; border-radius: 50%; color: #fff; background: var(--step, var(--sky)); font: 700 24px/1 var(--display); box-shadow: 0 10px 22px rgba(25,79,105,.13); }
.steps li:nth-child(2) > span { --step: var(--coral); }
.steps li:nth-child(3) > span { --step: var(--sun); color: var(--navy); }
.steps li:nth-child(4) > span { --step: var(--aqua); }
.steps h3 { margin: 1px 0 5px; color: var(--navy); font-size: 24px; }
.steps p { margin: 0; color: var(--muted); }

.pricing { background: #fffdf9; }
.price-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 14px; }
.price-grid article { padding: 27px 23px; border: 1px solid var(--line); border-radius: 18px; background: #fff; box-shadow: 0 13px 32px rgba(25,79,105,.08); }
.price-grid article:nth-child(1) { border-bottom: 6px solid var(--sun); }
.price-grid article:nth-child(2) { border-bottom: 6px solid var(--lavender); }
.price-grid article:nth-child(3) { border-bottom: 6px solid var(--sky); }
.price-grid article:nth-child(4) { border-bottom: 6px solid var(--coral); }
.price-grid article:nth-child(5) { border-bottom: 6px solid var(--aqua); }
.price-grid span { display: block; color: var(--coral); font-size: 11px; font-weight: 900; letter-spacing: .18em; }
.price-grid strong { display: block; margin: 8px 0; color: var(--navy); font: 700 48px/1 var(--display); }
.price-grid h3 { margin: 0; color: var(--navy); font-size: 20px; }
.price-grid p { margin: 8px 0 0; color: var(--muted); font-size: 14px; }
.price-note { margin: 24px 0 0; color: var(--muted); font-size: 14px; }

.quote { display: grid; grid-template-columns: minmax(280px, .9fr) minmax(460px, 1.1fr); gap: clamp(50px, 8vw, 110px); background: linear-gradient(135deg, #eafbf7 0%, #eef8ff 52%, #fff1ef 100%); }
.quote-copy > p:not(.eyebrow) { max-width: 560px; color: var(--muted); font-size: 18px; }
.contact-links { display: grid; gap: 10px; margin-top: 30px; }
.contact-item { display: grid; padding: 15px 18px; border: 1px solid rgba(18,50,71,.1); border-radius: 14px; text-decoration: none; background: rgba(255,255,255,.78); box-shadow: 0 10px 25px rgba(25,79,105,.07); }
.contact-item span { color: var(--coral); font-size: 11px; font-weight: 900; letter-spacing: .16em; }
.contact-item strong { margin-top: 3px; }
.quote-form { padding: clamp(24px, 4vw, 42px); background: rgba(255,255,255,.94); border: 1px solid rgba(18,50,71,.09); border-radius: var(--radius); box-shadow: var(--shadow); }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.quote-form label { display: grid; gap: 7px; margin-bottom: 17px; color: var(--navy); font-size: 14px; font-weight: 800; }
.quote-form input, .quote-form select, .quote-form textarea { width: 100%; padding: 13px 14px; border: 1px solid rgba(18,50,71,.16); border-radius: 10px; outline: none; background: #fbfdff; color: var(--navy); }
.quote-form input:focus, .quote-form select:focus, .quote-form textarea:focus { border-color: var(--sky); box-shadow: 0 0 0 3px rgba(74,168,255,.16); }
.quote-form textarea { resize: vertical; }
.form-submit { width: 100%; border: 0; }
.form-note, .form-status { margin: 12px 0 0; color: var(--muted); font-size: 13px; text-align: center; }
.form-status { color: var(--coral); font-weight: 800; }

footer { padding: 42px clamp(22px, 7vw, 110px); display: grid; grid-template-columns: auto 1fr auto; gap: 30px; align-items: center; border-top: 1px solid var(--line); background: #fff; }
footer > p { margin: 0; color: var(--muted); font-size: 14px; }
.copyright { text-align: right; }

@media (max-width: 1120px) {
  .hero-content { width: min(500px, 47vw); }
  .hero-image { width: 52vw; opacity: .82; }
}

@media (max-width: 1040px) {
  .service-grid { grid-template-columns: repeat(2, 1fr); }
  .service-card, .service-card:nth-child(4), .service-card:nth-child(5) { grid-column: span 1; }
  .service-card:last-child { grid-column: 1 / -1; }
  .price-grid { grid-template-columns: repeat(3, 1fr); }
  .process, .quote { grid-template-columns: 1fr; }
  .process-intro { position: static; }
  footer { grid-template-columns: 1fr; text-align: center; }
  .footer-brand { justify-self: center; }
  .copyright { text-align: center; }
}

@media (max-width: 760px) {
  .site-header { min-height: 72px; padding: 12px 18px; }
  .brand-mark { width: 40px; height: 40px; }
  .brand-copy strong { font-size: 16px; }
  .menu-button { display: block; }
  .site-nav { position: absolute; left: 14px; right: 14px; top: 76px; padding: 16px; display: none; align-items: stretch; flex-direction: column; gap: 5px; background: #fff; border: 1px solid var(--line); border-radius: 14px; box-shadow: var(--shadow); }
  .site-nav.open { display: flex; }
  .site-nav a { padding: 12px; }
  .site-nav .nav-cta { text-align: center; }
  .hero { min-height: auto; padding: 105px 20px 56px; display: flex; flex-direction: column; align-items: stretch; }
  .hero-image { position: relative; inset: auto; order: 1; width: 100%; height: 290px; border-width: 7px; border-radius: 24px; background-position: 63% center; }
  .hero-content { order: 2; width: 100%; margin-top: 34px; }
  .hero h1 { font-size: clamp(52px, 18vw, 80px); }
  .hero-lede { font-size: 17px; }
  .button { width: 100%; }
  .section { padding: 80px 20px; }
  .service-grid, .price-grid { grid-template-columns: 1fr; }
  .service-card, .service-card:last-child { grid-column: auto; min-height: 0; }
  .steps li { grid-template-columns: 56px 1fr; gap: 15px; }
  .steps li > span { width: 48px; height: 48px; }
  .field-row { grid-template-columns: 1fr; gap: 0; }
}

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