:root {
  --night: #071c20;
  --forest: #103a3b;
  --teal: #168c87;
  --mint: #a9ded2;
  --coral: #ed754b;
  --peach: #ffc3a9;
  --sun: #f4bd55;
  --cream: #fffaf0;
  --sand: #f2e7d5;
  --ink: #18302f;
  --muted: #62716d;
  --line: #d9dfd9;
  --white: #fff;
  --shadow: 0 24px 65px rgba(7, 28, 32, .13);
  --soft-shadow: 0 12px 32px rgba(7, 28, 32, .08);
  --radius: 24px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--cream);
  font: 400 1rem/1.68 ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
}
body::before {
  content: "";
  display: block;
  height: 5px;
  background: linear-gradient(90deg, var(--teal) 0 32%, var(--sun) 32% 66%, var(--coral) 66%);
}
h1, h2, h3 {
  margin: 0 0 .7rem;
  color: var(--night);
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 700;
  line-height: 1.06;
  letter-spacing: -.035em;
}
h1 { font-size: clamp(3rem, 6.5vw, 6rem); }
h2 { font-size: clamp(2.15rem, 4.5vw, 3.85rem); }
h3 { font-size: 1.55rem; }
p { margin: 0 0 1rem; }
a { color: inherit; }
button, input, select, textarea { font: inherit; }
.container { width: min(1160px, calc(100% - 42px)); margin-inline: auto; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  color: var(--white);
  background: rgba(7, 28, 32, .94);
  border-bottom: 1px solid rgba(255,255,255,.11);
  backdrop-filter: blur(16px);
}
.nav-wrap { min-height: 82px; display: flex; align-items: center; justify-content: space-between; gap: 2rem; }
.brand { display: inline-flex; align-items: center; gap: .75rem; color: var(--white); text-decoration: none; font-weight: 750; line-height: 1.05; }
.brand small { display: block; margin-top: .28rem; color: var(--mint); font-size: .67rem; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; }
.brand-mark {
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255,255,255,.25);
  border-radius: 16px 5px 16px 5px;
  color: var(--night);
  background: linear-gradient(135deg, var(--mint), var(--sun));
  box-shadow: 0 8px 24px rgba(0,0,0,.16);
  font-weight: 900;
}
.site-nav { display: flex; align-items: center; gap: 1.4rem; }
.site-nav a { position: relative; color: #dce9e5; text-decoration: none; font-size: .92rem; font-weight: 650; }
.site-nav a:not(.nav-cta)::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -.42rem; height: 2px; background: var(--peach); transition: right .2s ease; }
.site-nav a:hover::after, .site-nav a:focus-visible::after, .site-nav a.active::after { right: 0; }
.site-nav a:hover, .site-nav a:focus-visible, .site-nav a.active { color: var(--peach); }
.site-nav .nav-cta { padding: .72rem 1.1rem; border-radius: 999px; color: var(--night); background: var(--sun); box-shadow: 0 8px 24px rgba(244, 189, 85, .22); }
.site-nav .nav-cta:hover, .site-nav .nav-cta:focus-visible { color: var(--night); background: var(--peach); }
.menu-button { display: none; padding: .6rem .85rem; border: 1px solid rgba(255,255,255,.35); border-radius: 12px; color: var(--white); background: transparent; font-weight: 750; }

.hero {
  overflow: hidden;
  position: relative;
  color: var(--white);
  background:
    linear-gradient(108deg, rgba(4,24,28,.96) 0%, rgba(8,47,50,.88) 50%, rgba(82,43,29,.64) 100%),
    url("https://images.unsplash.com/photo-1558494949-ef010cbdcc31?auto=format&fit=crop&w=1800&q=85") center/cover no-repeat;
}
.hero::before {
  content: "";
  position: absolute;
  width: 500px;
  height: 500px;
  left: -240px;
  bottom: -290px;
  border: 70px solid rgba(169, 222, 210, .13);
  border-radius: 50%;
}
.hero::after {
  content: "";
  position: absolute;
  width: 340px;
  height: 340px;
  right: -120px;
  top: -170px;
  border-radius: 38% 62% 62% 38%;
  background: radial-gradient(circle at 30% 30%, rgba(255,195,169,.34), rgba(237,117,75,.08) 62%, transparent 63%);
  transform: rotate(28deg);
}
.hero-grid { position: relative; z-index: 1; min-height: 720px; display: grid; grid-template-columns: 1.28fr .72fr; align-items: center; gap: clamp(2.5rem, 7vw, 6rem); padding-block: 6.5rem; }
.hero h1 { max-width: 820px; color: var(--cream); text-wrap: balance; }
.hero h1::first-line { color: var(--peach); }
.hero-lead { max-width: 720px; color: #d5e4df; font-size: clamp(1.05rem, 2vw, 1.25rem); }
.eyebrow { margin-bottom: 1rem; color: var(--sun); font-weight: 800; letter-spacing: .15em; text-transform: uppercase; font-size: .76rem; }
.eyebrow.dark { color: var(--coral); }
.button-row { display: flex; flex-wrap: wrap; gap: .85rem; align-items: center; margin-top: 1.75rem; }
.button { display: inline-flex; justify-content: center; align-items: center; min-height: 52px; padding: .85rem 1.25rem; border: 1px solid transparent; border-radius: 999px; text-decoration: none; font-weight: 800; transition: transform .18s ease, box-shadow .18s ease, background .18s ease; }
.button:hover { transform: translateY(-3px); box-shadow: 0 12px 28px rgba(7,28,32,.16); }
.button-gold { color: var(--night); background: var(--sun); }
.button-outline { color: var(--white); border-color: rgba(255,255,255,.5); background: rgba(7,28,32,.22); }
.button-primary { color: var(--white); background: var(--coral); }
.button-light { color: var(--night); border-color: var(--line); background: var(--white); }
.hero-panel {
  position: relative;
  padding: 2.25rem;
  border: 1px solid rgba(255,255,255,.2);
  border-radius: 40px 10px 40px 10px;
  color: var(--night);
  background: linear-gradient(145deg, rgba(255,250,240,.96), rgba(255,221,202,.9));
  box-shadow: 0 34px 90px rgba(0,0,0,.28);
  transform: rotate(1.2deg);
}
.hero-panel::after { content: ""; position: absolute; width: 65px; height: 8px; right: 2rem; top: 1.25rem; border-radius: 99px; background: var(--teal); }
.hero-panel h2 { color: var(--night); font-size: clamp(1.9rem, 3vw, 2.55rem); }
.panel-label { display: inline-block; margin-bottom: 1rem; padding: .32rem .7rem; border-radius: 999px; color: var(--white); background: var(--coral); font-weight: 800; font-size: .72rem; text-transform: uppercase; letter-spacing: .12em; }
.check-list { display: grid; gap: .7rem; padding: 0; list-style: none; }
.check-list li { position: relative; padding-left: 1.8rem; color: inherit; }
.check-list li::before { content: "◆"; position: absolute; left: 0; color: var(--teal); font-size: .72rem; }
.text-link { color: var(--teal); font-weight: 800; text-decoration-thickness: 2px; text-underline-offset: 5px; }
.hero .text-link { color: var(--forest); }
.section-navy .text-link { color: var(--peach); }

.trust-strip { color: var(--night); background: var(--sun); border-bottom: 1px solid rgba(7,28,32,.14); }
.trust-grid { min-height: 72px; display: grid; grid-template-columns: repeat(4, 1fr); align-items: center; gap: 0; text-align: center; font-size: .78rem; font-weight: 850; letter-spacing: .08em; text-transform: uppercase; }
.trust-grid span + span { border-left: 1px solid rgba(7,28,32,.22); }
.section { position: relative; padding-block: clamp(4.75rem, 8vw, 7.5rem); }
.section-heading { max-width: 790px; margin-bottom: 3.2rem; }
.section-heading > p:last-child { color: var(--muted); font-size: 1.1rem; }
.card-grid { display: grid; gap: 1.35rem; }
.card-grid.three { grid-template-columns: repeat(3, 1fr); }
.service-card {
  min-height: 280px;
  display: flex;
  flex-direction: column;
  padding: 2rem;
  border: 1px solid rgba(7,28,32,.09);
  border-radius: 32px 8px 32px 8px;
  background: var(--white);
  box-shadow: var(--soft-shadow);
  transition: transform .2s ease, box-shadow .2s ease;
}
.service-card:hover { transform: translateY(-8px) rotate(-.35deg); box-shadow: var(--shadow); }
.service-card::before { content: ""; width: 64px; height: 8px; margin-bottom: 2.3rem; border-radius: 99px; background: var(--coral); }
.service-card:nth-child(2)::before, .service-card:nth-child(5)::before { background: var(--teal); }
.service-card:nth-child(3)::before, .service-card:nth-child(6)::before { background: var(--sun); }
.service-card:nth-child(2), .service-card:nth-child(5) { background: #eef8f4; }
.service-card:nth-child(3), .service-card:nth-child(6) { background: #fff2e9; }
.service-card.featured { background: #fff0e7; transform: translateY(-14px); }
.service-card.featured:hover { transform: translateY(-20px) rotate(-.35deg); }
.service-card .text-link { margin-top: auto; }
.section-navy { overflow: hidden; color: var(--white); background: var(--forest); }
.section-navy::after { content: ""; position: absolute; right: -8%; bottom: -45%; width: 440px; height: 440px; border: 70px solid rgba(244,189,85,.12); border-radius: 50%; }
.section-navy h2 { color: var(--cream); }
.section-navy p { color: #cfdfda; }
.split-content { position: relative; z-index: 1; display: grid; grid-template-columns: .85fr 1.15fr; gap: clamp(2.5rem, 8vw, 7rem); align-items: start; }
.process-list { display: grid; gap: .9rem; margin: 0; padding: 0; }
.process-list > article {
  position: relative;
  padding: 1.3rem 1.4rem 1.3rem 2rem;
  border: 1px solid rgba(7,28,32,.09);
  border-radius: 6px 22px 6px 22px;
  background: var(--cream);
  box-shadow: 0 8px 24px rgba(7,28,32,.07);
}
.process-list > article::before { content: ""; position: absolute; left: 0; top: 1.25rem; bottom: 1.25rem; width: 6px; border-radius: 0 9px 9px 0; background: var(--coral); }
.process-list > article:nth-child(even)::before { background: var(--teal); }
.process-list > article strong { display: block; color: var(--night); font-size: 1.05rem; }
.process-list > article p { margin: .3rem 0 0; color: var(--muted); }
.section-navy .process-list > article { border-color: rgba(255,255,255,.13); background: rgba(255,250,240,.08); box-shadow: none; }
.section-navy .process-list > article strong { color: var(--white); }
.section-navy .process-list > article p { color: #cfe0db; }
.cta-panel { display: flex; justify-content: space-between; gap: 2rem; align-items: center; padding: clamp(2rem, 5vw, 4rem); border: 1px solid rgba(7,28,32,.08); border-radius: 12px 42px 12px 42px; background: linear-gradient(120deg, var(--sand), #ffe0cf); box-shadow: var(--soft-shadow); }
.cta-panel > div:first-child { max-width: 660px; }

.page-hero { overflow: hidden; position: relative; color: var(--white); background: linear-gradient(128deg, var(--night), var(--forest) 68%, #6b3c2a); }
.page-hero::after { content: ""; position: absolute; right: -140px; top: -220px; width: 440px; height: 440px; border-radius: 45% 55% 35% 65%; background: linear-gradient(145deg, rgba(237,117,75,.38), rgba(244,189,85,.12)); transform: rotate(24deg); }
.page-hero .container { position: relative; z-index: 1; min-height: 390px; display: flex; flex-direction: column; justify-content: center; padding-block: 4.5rem; }
.page-hero h1 { max-width: 920px; color: var(--cream); font-size: clamp(3rem, 5.6vw, 5rem); }
.page-hero p { max-width: 760px; color: #d4e3de; font-size: 1.12rem; }
.breadcrumb { margin-bottom: 1.1rem; color: #b8d1ca; font-size: .85rem; }
.breadcrumb a { color: var(--peach); }
.content-grid { display: grid; grid-template-columns: minmax(0, 1fr) 350px; gap: 3.25rem; align-items: start; }
.content-stack { display: grid; gap: 1.4rem; }
.content-card { padding: 2rem; border: 1px solid rgba(7,28,32,.09); border-radius: 8px 28px 8px 28px; background: rgba(255,255,255,.78); box-shadow: 0 8px 28px rgba(7,28,32,.05); }
.content-card:nth-child(2n) { background: #eef8f4; }
.content-card:nth-child(3n) { background: #fff1e8; }
.content-card h2 { font-size: 2rem; }
.content-card ul { margin-bottom: 0; }
.side-card { position: sticky; top: 106px; padding: 2rem; border-radius: 38px 8px 38px 8px; color: var(--white); background: linear-gradient(150deg, var(--forest), var(--teal)); box-shadow: var(--shadow); }
.side-card h2 { color: var(--white); }
.side-card p { color: #d8ebe5; }
.tag-list { display: flex; flex-wrap: wrap; gap: .6rem; padding: 0; list-style: none; }
.tag-list li { padding: .5rem .75rem; border-radius: 999px; color: var(--forest); background: var(--mint); font-size: .88rem; font-weight: 750; }
.tag-list li:nth-child(3n+2) { background: var(--peach); }
.tag-list li:nth-child(3n) { background: #f8d98e; }
.notice { padding: 1.3rem; border-left: 6px solid var(--coral); border-radius: 0 16px 16px 0; background: #fff4d9; }
.notice strong { display: block; color: var(--night); }
.faq { border-top: 1px solid var(--line); }
.faq details { border-bottom: 1px solid var(--line); padding: 1.15rem 0; }
.faq summary { cursor: pointer; color: var(--night); font-weight: 800; }
.faq details p { margin: .75rem 0 0; color: var(--muted); }

.form-wrap { max-width: 900px; }
.form-intro { padding: 1.3rem; border-left: 6px solid var(--teal); border-radius: 0 18px 18px 0; background: #eaf7f3; color: var(--muted); }
.request-form { display: grid; grid-template-columns: 1fr 1fr; gap: 1.25rem; margin-top: 2rem; padding: clamp(1.2rem, 4vw, 2.4rem); border: 1px solid rgba(7,28,32,.08); border-radius: 12px 36px 12px 36px; background: rgba(255,255,255,.68); box-shadow: var(--soft-shadow); }
.field { display: grid; gap: .45rem; }
.field.full { grid-column: 1 / -1; }
.field label, fieldset legend { color: var(--night); font-weight: 800; }
.field input, .field select, .field textarea { width: 100%; padding: .9rem 1rem; border: 1px solid #b9cbc5; border-radius: 12px; color: var(--ink); background: var(--white); }
.field textarea { min-height: 145px; resize: vertical; }
.field input:focus, .field select:focus, .field textarea:focus { outline: 3px solid rgba(22,140,135,.2); border-color: var(--teal); }
.field-hint { color: var(--muted); font-size: .82rem; }
.checkbox-field { display: grid; grid-template-columns: auto 1fr; gap: .7rem; align-items: start; }
.checkbox-field input { margin-top: .35rem; accent-color: var(--teal); }
.form-actions { grid-column: 1 / -1; }
.form-actions button { cursor: pointer; }

.contact-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; }
.contact-card { padding: 1.7rem; border: 1px solid rgba(7,28,32,.08); border-radius: 28px 7px 28px 7px; background: var(--white); box-shadow: var(--soft-shadow); }
.contact-card:nth-child(2) { background: #eaf7f3; }
.contact-card:nth-child(3) { background: #fff0e7; }
.contact-card p { margin-bottom: 0; color: var(--muted); overflow-wrap: anywhere; }
.legal-copy { max-width: 880px; }
.legal-copy h2 { margin-top: 2.5rem; font-size: 1.9rem; }

.site-footer { padding-top: 3.8rem; color: #bfd4ce; background: var(--night); }
.footer-grid { display: grid; grid-template-columns: 1.25fr 1fr 1fr; gap: 2rem; padding-bottom: 2.7rem; }
.footer-grid strong { display: block; margin-bottom: .55rem; color: var(--peach); }
.footer-grid a, .footer-bottom a { color: #dcece7; }
.footer-bottom { display: flex; justify-content: space-between; gap: 1rem; padding-block: 1.15rem; border-top: 1px solid rgba(255,255,255,.12); font-size: .84rem; }

@media (max-width: 940px) {
  .menu-button { display: inline-block; }
  .site-nav { display: none; position: absolute; left: 0; right: 0; top: 82px; flex-direction: column; align-items: stretch; gap: 0; padding: 1rem 20px 1.25rem; background: var(--night); border-top: 1px solid rgba(255,255,255,.1); }
  .site-nav.open { display: flex; }
  .site-nav a { padding: .78rem; }
  .site-nav a:not(.nav-cta)::after { display: none; }
  .site-nav .nav-cta { margin-top: .4rem; text-align: center; }
  .hero-grid, .split-content { grid-template-columns: 1fr; }
  .hero-grid { min-height: auto; }
  .hero-panel { max-width: 620px; transform: none; }
  .card-grid.three, .contact-grid { grid-template-columns: 1fr 1fr; }
  .content-grid { grid-template-columns: 1fr; }
  .side-card { position: static; }
}

@media (max-width: 680px) {
  .container { width: min(100% - 28px, 1160px); }
  .nav-wrap { min-height: 72px; }
  .site-nav { top: 72px; }
  .hero-grid { padding-block: 4.6rem; }
  .hero h1 { font-size: clamp(2.75rem, 13vw, 4rem); }
  .trust-grid, .card-grid.three, .contact-grid, .footer-grid { grid-template-columns: 1fr; text-align: left; }
  .trust-grid { gap: .55rem; padding-block: 1.25rem; }
  .trust-grid span + span { border-left: 0; }
  .service-card.featured, .service-card.featured:hover { transform: none; }
  .request-form { grid-template-columns: 1fr; }
  .field.full { grid-column: auto; }
  .cta-panel, .footer-bottom { align-items: flex-start; flex-direction: column; }
  .button-row, .button { width: 100%; }
  .brand { font-size: .92rem; }
}

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