:root {
  --ink: #151515;
  --cream: #f7eddf;
  --cream-2: #fff8ef;
  --paper: #fffdf8;
  --teal: #168a8f;
  --teal-dark: #0c666b;
  --coral: #df3f62;
  --coral-dark: #bd2f4d;
  --orange: #f28b27;
  --line: rgba(21, 21, 21, .16);
  --shadow: 0 18px 50px rgba(34, 28, 19, .12);
  --radius: 22px;
  --shell: min(1180px, calc(100% - 40px));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--cream-2);
  color: var(--ink);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.55;
  text-rendering: optimizeLegibility;
}
img { max-width: 100%; display: block; }
a { color: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
button { font: inherit; }

.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: 16px; top: -100px; z-index: 9999; background: var(--ink); color: white; padding: 10px 14px; border-radius: 8px; }
.skip-link:focus { top: 16px; }
.shell { width: var(--shell); margin-inline: auto; }
.section-pad { padding: 88px 0; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 1000;
  background: rgba(255, 248, 239, .94);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--line);
}
.header-inner { min-height: 86px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: inline-flex; align-items: center; text-decoration: none; }
.brand img { width: 74px; height: 74px; object-fit: cover; border-radius: 50%; border: 3px solid var(--ink); box-shadow: 0 6px 18px rgba(0,0,0,.12); }
.site-nav { display: flex; align-items: center; gap: clamp(16px, 2vw, 30px); font-size: .86rem; font-weight: 900; letter-spacing: .06em; text-transform: uppercase; }
.site-nav a { text-decoration: none; }
.site-nav > a:not(.button) { position: relative; }
.site-nav > a:not(.button)::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -6px; height: 3px; background: var(--teal); transition: right .2s ease; }
.site-nav > a:not(.button):hover::after, .site-nav > a:not(.button):focus-visible::after { right: 0; }
.menu-toggle { display: none; width: 46px; height: 46px; border: 2px solid var(--ink); border-radius: 12px; background: transparent; padding: 9px; }
.menu-toggle span:not(.sr-only) { display: block; height: 3px; background: var(--ink); margin: 4px 0; border-radius: 4px; }

.button { display: inline-flex; align-items: center; justify-content: center; gap: 8px; min-height: 50px; padding: 13px 20px; border: 2px solid var(--ink); border-radius: 12px; text-decoration: none; font-weight: 950; letter-spacing: .035em; text-transform: uppercase; transition: transform .15s ease, box-shadow .15s ease, background .15s ease; box-shadow: 4px 4px 0 var(--ink); }
.button:hover, .button:focus-visible { transform: translate(-2px,-2px); box-shadow: 7px 7px 0 var(--ink); }
.button-small { min-height: 42px; padding: 10px 14px; font-size: .78rem; }
.button-coral { background: var(--coral); color: white; }
.button-coral:hover, .button-coral:focus-visible { background: var(--coral-dark); }
.button-outline { background: var(--cream-2); color: var(--ink); }
.button-cream { background: var(--cream-2); color: var(--ink); }

.hero { overflow: hidden; position: relative; border-bottom: 1px solid var(--line); }
.hero::before { content: ""; position: absolute; inset: 0; background-image: radial-gradient(circle at 20% 15%, rgba(242,139,39,.08) 0 1px, transparent 1px), radial-gradient(circle at 80% 70%, rgba(22,138,143,.07) 0 1px, transparent 1px); background-size: 24px 24px, 30px 30px; pointer-events: none; }
.hero-grid { min-height: 630px; display: grid; grid-template-columns: 1.05fr .95fr; align-items: center; gap: 54px; position: relative; }
.eyebrow { margin: 0 0 10px; color: var(--teal-dark); font-size: .82rem; font-weight: 950; letter-spacing: .17em; text-transform: uppercase; }
.hero h1, .section-heading h2, .about-copy h2, .list-cta h2, .contact-band h2 {
  margin: 0;
  font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
  text-transform: uppercase;
  letter-spacing: .025em;
  line-height: .96;
}
.hero h1 { font-size: clamp(4rem, 9vw, 7.6rem); }
.hero h1 span { color: var(--teal); }
.brand-rule { display: flex; gap: 0; width: min(520px, 94%); margin: 22px 0 18px; }
.brand-rule i { height: 6px; display: block; flex: 1; }
.brand-rule i:nth-child(1) { background: var(--coral); }
.brand-rule i:nth-child(2) { background: var(--teal); }
.brand-rule i:nth-child(3) { background: var(--orange); }
.hero-kicker { margin: 0 0 6px; font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif; text-transform: uppercase; font-size: clamp(1.6rem, 3vw, 2.55rem); letter-spacing: .025em; }
.hero-lede { max-width: 600px; margin: 0; font-size: clamp(1rem, 1.6vw, 1.2rem); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 15px; margin-top: 30px; }
.hero-proof { display: flex; flex-wrap: wrap; gap: 10px 24px; padding: 0; margin: 28px 0 0; list-style: none; font-size: .9rem; font-weight: 800; }
.hero-proof li::before { content: "✓"; color: var(--teal); margin-right: 7px; font-weight: 1000; }

.hero-art { position: relative; min-height: 460px; border: 4px solid var(--ink); border-radius: 28px; overflow: hidden; background: linear-gradient(#f6c76e 0 44%, #93d9d4 44% 100%); box-shadow: 14px 14px 0 rgba(21,21,21,.12); }
.hero-art svg { position: absolute; inset: auto 0 0; width: 100%; height: 100%; }
.hero-art .mountain.back { fill: #497a76; }
.hero-art .mountain.front { fill: #0d6068; }
.hero-art .water { fill: #178a92; }
.hero-art .shore { fill: none; stroke: #f7eddf; stroke-width: 8; opacity: .9; }
.sun { position: absolute; width: 130px; aspect-ratio: 1; border-radius: 50%; background: var(--orange); right: 70px; top: 65px; box-shadow: inset -10px -8px 0 rgba(223,63,98,.25); }
.palm { position: absolute; width: 90px; height: 175px; bottom: 55px; z-index: 2; transform-origin: bottom center; }
.palm::before { content:""; position:absolute; left: 42px; bottom: 0; width: 10px; height: 125px; background: var(--ink); transform: rotate(8deg); border-radius: 8px; }
.palm span, .palm span::before, .palm span::after { position:absolute; content:""; width: 66px; height: 22px; background: var(--ink); border-radius: 100% 0 100% 0; top: 28px; left: 25px; transform-origin: 0 50%; }
.palm span { transform: rotate(-12deg); }
.palm span::before { top: -2px; left: 3px; transform: rotate(72deg); }
.palm span::after { top: -2px; left: 1px; transform: rotate(145deg); }
.palm-one { right: 35px; }
.palm-two { right: 110px; bottom: 80px; transform: scale(.74); }
.art-label { position:absolute; left: 24px; bottom: 22px; z-index:3; color: white; font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif; text-transform:uppercase; font-size: 1.3rem; line-height:1.05; letter-spacing:.03em; text-shadow: 2px 2px 0 var(--ink); }

.section-heading { margin-bottom: 38px; }
.section-heading.centered { text-align: center; max-width: 760px; margin-inline: auto; margin-bottom: 38px; }
.section-heading h2, .about-copy h2, .list-cta h2, .contact-band h2 { font-size: clamp(2.4rem, 5vw, 4.2rem); }
.section-heading p:not(.eyebrow) { max-width: 700px; margin: 12px auto 0; color: #4c4842; }
.mini-rule { display: block; width: 74px; height: 5px; margin: 0 auto 16px; background: linear-gradient(90deg,var(--coral) 0 33%,var(--teal) 33% 66%,var(--orange) 66%); }

.services { background: var(--paper); }
.service-grid { display:grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.service-card { padding: 26px 20px; background: var(--cream-2); border: 2px solid var(--ink); border-radius: 18px; box-shadow: 5px 5px 0 rgba(21,21,21,.12); transition: transform .15s ease; }
.service-card:hover { transform: translateY(-4px); }
.service-card:nth-child(3n+1) .icon { background: rgba(22,138,143,.16); }
.service-card:nth-child(3n+2) .icon { background: rgba(223,63,98,.14); }
.service-card:nth-child(3n) .icon { background: rgba(242,139,39,.18); }
.icon { width: 56px; height: 56px; display:grid; place-items:center; border: 2px solid var(--ink); border-radius: 50%; font-size:1.55rem; margin-bottom: 16px; }
.service-card h3 { margin:0 0 7px; font-size:1.05rem; text-transform:uppercase; letter-spacing:.04em; }
.service-card p { margin:0; color:#5b554d; font-size:.94rem; }
.service-more { margin:24px 0 0; text-align:right; font-weight:900; text-transform:uppercase; font-size:.78rem; letter-spacing:.08em; color:var(--teal-dark); }

.why-band { background: var(--teal); color: white; padding: 76px 0; border-block: 4px solid var(--ink); }
.section-heading.light .eyebrow, .section-heading.light p { color: var(--cream); }
.why-grid { display:grid; grid-template-columns: repeat(4,1fr); gap: 20px; }
.why-grid article { text-align:center; padding: 8px 18px; border-right: 1px solid rgba(255,255,255,.35); }
.why-grid article:last-child { border-right:0; }
.why-icon { font-size:2.2rem; margin-bottom:10px; }
.why-grid h3 { margin:0 0 6px; text-transform:uppercase; letter-spacing:.05em; }
.why-grid p { margin:0; opacity:.92; }

.work { background: var(--cream); }
.split-heading { display:flex; justify-content:space-between; align-items:end; gap:30px; }
.section-note { max-width:420px; margin:0; color:#5a544c; }
.work-grid { display:grid; grid-template-columns: repeat(4,1fr); gap:18px; }
.work-card { background: var(--paper); border:2px solid var(--ink); border-radius:18px; overflow:hidden; box-shadow: 5px 5px 0 rgba(21,21,21,.11); }
.work-image { aspect-ratio: 4 / 3; display:grid; place-items:center; color:rgba(255,255,255,.92); font-weight:900; text-transform:uppercase; font-size:.78rem; letter-spacing:.08em; text-shadow:1px 1px 0 rgba(0,0,0,.3); }
.work-image.one { background: linear-gradient(135deg,#0d6670,#72c2bd); }
.work-image.two { background: linear-gradient(135deg,#b8652b,#f1aa55); }
.work-image.three { background: linear-gradient(135deg,#566f77,#b4c7c6); }
.work-image.four { background: linear-gradient(135deg,#934a60,#df7a8e); }
.work-meta { padding:17px; }
.work-meta h3 { margin:0 0 4px; text-transform:uppercase; font-size:1rem; }
.work-meta p { margin:0; color:#625c53; font-size:.88rem; }

.list-cta { padding: 64px 0; background: linear-gradient(120deg,#7bd0cb 0 31%,#f6ca75 31% 64%,#f08b37 64% 100%); border-block:4px solid var(--ink); position:relative; overflow:hidden; }
.list-cta::after { content:""; position:absolute; width:260px; aspect-ratio:1; border-radius:50%; background:var(--coral); right:-80px; bottom:-150px; opacity:.88; }
.list-cta-inner { display:flex; align-items:center; justify-content:space-between; gap:34px; position:relative; z-index:1; }
.list-cta h2 { font-size:clamp(2.7rem,5.5vw,5rem); }
.list-cta p { margin:8px 0 0; }

.about { background: var(--paper); }
.about-grid { display:grid; grid-template-columns: .9fr 1.1fr; gap:58px; align-items:center; }
.about-photo { min-height:500px; border:4px solid var(--ink); border-radius:26px; box-shadow:12px 12px 0 rgba(22,138,143,.2); }
.placeholder { position:relative; overflow:hidden; }
.portrait { display:grid; place-items:center; color:white; background: radial-gradient(circle at 50% 32%, #f7d2a1 0 12%, transparent 12.5%), radial-gradient(circle at 50% 40%, #2f2d2a 0 17%, transparent 17.5%), linear-gradient(145deg,var(--teal-dark),#15383d); }
.portrait::before { content:""; position:absolute; width:58%; height:52%; border-radius:50% 50% 16% 16%; bottom:-6%; left:21%; background:#252525; }
.portrait span { position:relative; z-index:2; padding:10px 14px; border:2px solid white; border-radius:10px; background:rgba(21,21,21,.68); font-weight:900; text-transform:uppercase; letter-spacing:.08em; }
.about-copy p { max-width:700px; }
.about-copy .signature { font-family: Georgia, serif; font-style:italic; font-size:1.7rem; color:var(--coral); margin-top:28px; }

.reviews { background:var(--cream-2); }
.review-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:20px; }
.review-card { background:var(--paper); border:2px solid var(--ink); border-radius:18px; padding:25px; box-shadow:5px 5px 0 rgba(21,21,21,.1); }
.stars { color:var(--orange); letter-spacing:.08em; font-size:1.1rem; }
.review-card p { font-size:1.05rem; }
.review-card span { font-size:.82rem; font-weight:900; color:#6a6258; text-transform:uppercase; letter-spacing:.05em; }

.faq { background:var(--paper); }
.faq-shell { max-width:900px; }
.accordion { border-top:2px solid var(--ink); }
.faq-item { border-bottom:2px solid var(--ink); }
.faq-item h3 { margin:0; }
.faq-item button { width:100%; min-height:66px; display:flex; justify-content:space-between; align-items:center; gap:24px; padding:16px 4px; border:0; background:transparent; text-align:left; color:var(--ink); font-weight:900; font-size:1rem; cursor:pointer; }
.faq-item b { font-size:1.6rem; color:var(--teal); transition:transform .2s ease; }
.faq-item button[aria-expanded="true"] b { transform:rotate(45deg); }
.faq-panel { padding:0 4px 20px; color:#544f48; }
.faq-panel p { margin:0; }

.contact-band { background:var(--coral); color:white; border-block:4px solid var(--ink); padding:70px 0; }
.contact-band .eyebrow { color:var(--cream); }
.contact-grid { display:grid; grid-template-columns:1.4fr .6fr; gap:40px; align-items:center; }
.contact-band p { max-width:700px; }
.contact-actions { display:flex; flex-direction:column; align-items:flex-start; gap:18px; }
.text-link { font-weight:900; text-decoration-thickness:2px; text-underline-offset:4px; }

.site-footer { background:var(--cream); padding:34px 0 100px; }
.footer-grid { display:flex; justify-content:space-between; align-items:center; gap:24px; }
.footer-brand { display:flex; align-items:center; gap:16px; }
.footer-brand img { width:72px; height:72px; object-fit:cover; border-radius:50%; border:2px solid var(--ink); }
.footer-brand strong, .footer-brand span { display:block; }
.footer-brand strong { text-transform:uppercase; letter-spacing:.03em; }
.footer-brand span { font-size:.8rem; color:#615b52; margin-top:3px; }
.footer-meta { display:flex; gap:22px; align-items:center; font-size:.9rem; font-weight:800; }

.mobile-cta { display:none; }
.toast { position:fixed; right:20px; bottom:20px; z-index:2000; max-width:340px; padding:14px 16px; border-radius:12px; background:var(--ink); color:white; box-shadow:var(--shadow); opacity:0; transform:translateY(12px); pointer-events:none; transition:.2s ease; font-size:.92rem; }
.toast.show { opacity:1; transform:translateY(0); }

:focus-visible { outline:4px solid var(--orange); outline-offset:3px; }

@media (max-width: 980px) {
  :root { --shell: min(100% - 28px, 820px); }
  .section-pad { padding:70px 0; }
  .site-nav { position:absolute; top:86px; left:0; right:0; display:none; flex-direction:column; align-items:stretch; padding:18px 22px 24px; background:var(--cream-2); border-bottom:2px solid var(--ink); box-shadow:0 18px 30px rgba(0,0,0,.1); }
  .site-nav.open { display:flex; }
  .site-nav > a:not(.button) { padding:8px 0; }
  .menu-toggle { display:block; }
  .hero-grid { grid-template-columns:1fr; min-height:auto; gap:38px; }
  .hero-copy { padding-top:14px; }
  .hero-art { min-height:380px; }
  .service-grid, .work-grid { grid-template-columns:repeat(2,1fr); }
  .why-grid { grid-template-columns:repeat(2,1fr); }
  .why-grid article:nth-child(2) { border-right:0; }
  .why-grid article { padding:22px; border-bottom:1px solid rgba(255,255,255,.3); }
  .why-grid article:nth-child(3), .why-grid article:nth-child(4) { border-bottom:0; }
  .about-grid { grid-template-columns:1fr; }
  .about-photo { min-height:420px; }
  .review-grid { grid-template-columns:1fr; }
  .contact-grid { grid-template-columns:1fr; }
}

@media (max-width: 640px) {
  body { padding-bottom:72px; }
  .header-inner { min-height:76px; }
  .brand img { width:62px; height:62px; }
  .site-nav { top:76px; }
  .section-pad { padding:56px 0; }
  .hero { padding-top:38px; }
  .hero h1 { font-size:clamp(3.2rem,16vw,5rem); }
  .hero-kicker { font-size:1.6rem; }
  .hero-actions .button { width:100%; }
  .hero-art { min-height:300px; border-width:3px; }
  .sun { width:92px; right:38px; top:42px; }
  .palm { transform:scale(.72); transform-origin:bottom right; }
  .palm-two { right:75px; transform:scale(.52); }
  .service-grid, .work-grid, .why-grid { grid-template-columns:1fr; }
  .service-card { display:grid; grid-template-columns:56px 1fr; column-gap:14px; align-items:start; }
  .service-card .icon { grid-row:1 / span 2; margin:0; }
  .service-card h3 { margin-top:4px; }
  .why-grid article { border-right:0; border-bottom:1px solid rgba(255,255,255,.3)!important; }
  .why-grid article:last-child { border-bottom:0!important; }
  .split-heading, .list-cta-inner, .footer-grid { flex-direction:column; align-items:flex-start; }
  .list-cta h2 { font-size:2.9rem; }
  .about-photo { min-height:360px; }
  .contact-actions, .contact-actions .button { width:100%; }
  .footer-meta { flex-direction:column; align-items:flex-start; gap:7px; }
  .site-footer { padding-bottom:30px; }
  .mobile-cta { display:grid; grid-template-columns:1.35fr 1fr; position:fixed; z-index:1500; left:0; right:0; bottom:0; background:var(--ink); padding:8px; gap:8px; }
  .mobile-cta a { min-height:48px; display:grid; place-items:center; text-align:center; text-decoration:none; border-radius:10px; font-size:.78rem; font-weight:950; text-transform:uppercase; letter-spacing:.05em; }
  .mobile-cta a:first-child { background:var(--coral); color:white; }
  .mobile-cta a:last-child { background:var(--cream); color:var(--ink); }
  .toast { bottom:84px; left:14px; right:14px; max-width:none; }
}

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