:root {
  --teal: #078d94;
  --teal-dark: #05636c;
  --teal-deep: #063f46;
  --orange: #ff7200;
  --pink: #f63f78;
  --yellow: #ffc61a;
  --green: #3f8b1f;
  --ink: #12323a;
  --muted: #52676a;
  --cream: #fff9e9;
  --paper: #fffdf5;
  --line: rgba(6, 99, 108, .2);
  --shadow: 0 24px 65px rgba(5, 63, 70, .19);
  --max: 1180px;
  color: var(--ink);
  background: var(--cream);
  font-family: "Trebuchet MS", "Arial Rounded MT Bold", Arial, sans-serif;
  font-synthesis: none;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  min-width: 0;
  margin: 0;
  background: var(--cream);
  color: var(--ink);
  line-height: 1.58;
}
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; text-underline-offset: .2em; }
button, input, select, textarea { font: inherit; }
button { cursor: pointer; }
:focus-visible { outline: 4px solid var(--yellow); outline-offset: 4px; }

.skip-link {
  position: fixed;
  z-index: 1000;
  top: .5rem;
  left: .5rem;
  padding: .7rem 1rem;
  border-radius: 999px;
  background: #fff;
  transform: translateY(-160%);
}
.skip-link:focus { transform: none; }

.site-header {
  position: sticky;
  z-index: 100;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.2rem;
  width: 100%;
  padding: .85rem max(1rem, calc((100% - var(--max)) / 2));
  border-bottom: 1px solid rgba(6,99,108,.12);
  background: rgba(255,253,245,.94);
  box-shadow: 0 8px 30px rgba(5,63,70,.08);
  backdrop-filter: blur(14px);
}
.brand {
  display: inline-flex;
  align-items: center;
  gap: .7rem;
  color: var(--teal-deep);
  text-decoration: none;
}
.brand-mark {
  position: relative;
  display: grid;
  width: 3rem;
  aspect-ratio: 1;
  place-items: center;
  border-radius: 50% 50% 46% 54%;
  background: var(--pink);
  color: #fff;
  box-shadow: inset 0 0 0 5px rgba(255,255,255,.3);
  font-family: Georgia, serif;
  font-size: 1.35rem;
  font-weight: 900;
  transform: rotate(-5deg);
}
.brand-mark::after {
  content: "";
  position: absolute;
  right: -.28rem;
  bottom: .1rem;
  width: .9rem;
  height: .45rem;
  border-radius: 100% 0 100% 0;
  background: var(--green);
  transform: rotate(-20deg);
}
.brand-copy { display: grid; line-height: .95; }
.brand-copy strong {
  font-size: 1.1rem;
  font-weight: 1000;
  letter-spacing: .06em;
  text-transform: uppercase;
}
.brand-copy span {
  margin-top: .27rem;
  color: var(--orange);
  font-size: .72rem;
  font-weight: 1000;
  letter-spacing: .26em;
  text-transform: uppercase;
}
.desktop-nav {
  display: flex;
  align-items: center;
  gap: .25rem;
}
.desktop-nav a,
.mobile-menu nav a {
  padding: .65rem .75rem;
  color: var(--teal-deep);
  font-size: .84rem;
  font-weight: 1000;
  letter-spacing: .05em;
  text-decoration: none;
  text-transform: uppercase;
}
.desktop-nav a:hover,
.desktop-nav a[aria-current="page"],
.mobile-menu nav a:hover { color: var(--pink); }
.desktop-nav .nav-cta {
  margin-left: .25rem;
  border-radius: 999px;
  background: var(--orange);
  color: #fff;
}
.desktop-nav .nav-cta:hover { background: var(--pink); color: #fff; }
.mobile-menu { display: none; position: relative; }

.marketing-page {
  --page-background: none;
  background-image:
    linear-gradient(180deg, rgba(255,249,233,.18) 0, rgba(255,249,233,.46) 46rem, rgba(255,249,233,.56) 100%),
    var(--page-background);
  background-position: center top, center top;
  background-repeat: no-repeat, repeat-y;
  background-size: 100% 100%, auto 64rem;
}
.page-home { --page-background: url("/assets/images/home-hero.webp"); }
.page-services { --page-background: url("/assets/images/services-hero.webp"); }
.page-about { --page-background: url("/assets/images/about-hero.webp"); }
.page-contact { --page-background: url("/assets/images/contact-hero.webp"); }

.hero {
  display: flex;
  align-items: center;
  width: min(var(--max), calc(100% - 2rem));
  min-height: 43rem;
  margin: 0 auto;
  padding: 4rem 0;
}
.hero.compact { min-height: 37rem; }
.hero-copy {
  width: min(43rem, 100%);
  padding: clamp(1.5rem, 4vw, 3.2rem);
  border: 1px solid rgba(255,255,255,.8);
  border-radius: 2.2rem .55rem 2.2rem .55rem;
  background: rgba(255,249,233,.82);
  box-shadow: var(--shadow);
  backdrop-filter: blur(10px) saturate(1.06);
}
.eyebrow {
  margin: 0 0 .55rem;
  color: var(--pink);
  font-size: .78rem;
  font-weight: 1000;
  letter-spacing: .22em;
  text-transform: uppercase;
}
.hero h1,
.display-heading {
  margin: 0;
  color: var(--teal-dark);
  font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
  font-size: clamp(3.5rem, 8vw, 7.2rem);
  font-weight: 900;
  letter-spacing: .01em;
  line-height: .86;
  text-transform: uppercase;
}
.hero h1 .orange,
.display-heading .orange { color: var(--orange); }
.hero h1 .pink,
.display-heading .pink { color: var(--pink); }
.script-line {
  display: block;
  margin: 1rem 0 .6rem;
  color: var(--pink);
  font-family: "Segoe Print", "Bradley Hand", cursive;
  font-size: clamp(1.4rem, 3.4vw, 2.35rem);
  font-weight: 800;
  line-height: 1.1;
  transform: rotate(-1deg);
}
.hero-lede {
  max-width: 57ch;
  margin: 1rem 0 1.5rem;
  color: #26434a;
  font-size: clamp(1.05rem, 1.7vw, 1.23rem);
  font-weight: 800;
}
.button-row {
  display: flex;
  flex-wrap: wrap;
  gap: .75rem;
}
.button {
  display: inline-flex;
  min-height: 3.2rem;
  align-items: center;
  justify-content: center;
  gap: .6rem;
  padding: .8rem 1.35rem;
  border: 2px solid var(--teal-dark);
  border-radius: 999px;
  color: var(--teal-dark);
  font-size: .8rem;
  font-weight: 1000;
  letter-spacing: .06em;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  transition: transform .18s ease, background .18s ease, color .18s ease;
}
.button:hover { transform: translateY(-2px); background: var(--teal-dark); color: #fff; }
.button.primary { border-color: var(--orange); background: var(--orange); color: #fff; }
.button.primary:hover { border-color: var(--pink); background: var(--pink); }

.panel {
  position: relative;
  width: min(var(--max), calc(100% - 2rem));
  margin: 0 auto 1.25rem;
  padding: clamp(2.4rem, 6vw, 5.3rem) clamp(1.25rem, 5vw, 4.5rem);
  border: 1px solid rgba(255,255,255,.82);
  border-radius: 2.7rem .65rem 2.7rem .65rem;
  background: rgba(255,249,233,.86);
  box-shadow: var(--shadow);
  backdrop-filter: blur(9px) saturate(1.05);
  font-weight: 750;
  overflow: hidden;
  overflow-wrap: anywhere;
}
.panel::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: -5rem;
  right: -4rem;
  width: 15rem;
  height: 10rem;
  border-radius: 45% 55% 50% 50%;
  background: rgba(255,198,26,.29);
  transform: rotate(12deg);
}
.panel.pink-wash::before { background: rgba(246,63,120,.18); }
.panel.teal-wash::before { background: rgba(7,141,148,.18); }
.panel h2 {
  max-width: 17ch;
  margin: 0 0 1rem;
  color: var(--teal-dark);
  font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
  font-size: clamp(2.6rem, 6vw, 5.2rem);
  font-weight: 900;
  letter-spacing: .01em;
  line-height: .9;
  text-transform: uppercase;
}
.panel h3 {
  margin: .1rem 0 .55rem;
  color: var(--teal-dark);
  font-size: clamp(1.25rem, 2.2vw, 1.75rem);
  font-weight: 1000;
  line-height: 1.06;
}
.panel p { max-width: 68ch; }
.centered { text-align: center; }
.centered h2,
.centered p { margin-left: auto; margin-right: auto; }
.lead {
  color: #29464c;
  font-size: clamp(1.04rem, 1.6vw, 1.2rem);
  font-weight: 800;
}
.brush-label {
  display: inline-block;
  margin-bottom: .85rem;
  padding: .42rem 1rem;
  background: var(--teal);
  color: #fff;
  font-size: .75rem;
  font-weight: 1000;
  letter-spacing: .19em;
  text-transform: uppercase;
  transform: rotate(-1deg);
}

.category-grid,
.value-grid,
.service-grid,
.steps {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
}
.category-card,
.value-card,
.service-card,
.step {
  min-width: 0;
  padding: 1.35rem;
  border: 1px solid var(--line);
  border-radius: 1.5rem .35rem 1.5rem .35rem;
  background: rgba(255,255,255,.72);
}
.category-card:nth-child(1),
.service-card:nth-child(1) { border-top: 7px solid var(--teal); }
.category-card:nth-child(2),
.service-card:nth-child(2) { border-top: 7px solid var(--orange); }
.category-card:nth-child(3),
.service-card:nth-child(3) { border-top: 7px solid var(--pink); }
.category-card:nth-child(4),
.service-card:nth-child(4) { border-top: 7px solid var(--green); }
.card-kicker,
.step-number {
  display: inline-grid;
  min-width: 2.3rem;
  min-height: 2.3rem;
  margin-bottom: .75rem;
  padding: .3rem;
  place-items: center;
  border-radius: 50%;
  background: var(--yellow);
  color: var(--teal-deep);
  font-size: .8rem;
  font-weight: 1000;
}
.category-card p,
.value-card p,
.service-card p,
.step p { margin-bottom: 0; }

.split {
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(0, .98fr);
  gap: clamp(2rem, 5vw, 4.5rem);
  align-items: center;
}
.split > * { min-width: 0; }
.split.reverse figure { order: 2; }
figure { margin: 0; }
.photo-frame {
  position: relative;
  padding: .65rem;
  border-radius: 2rem .5rem 2rem .5rem;
  background: #fff;
  box-shadow: 0 18px 44px rgba(5,63,70,.18);
  transform: rotate(-.7deg);
}
.split.reverse .photo-frame { transform: rotate(.7deg); }
.photo-frame img {
  width: 100%;
  aspect-ratio: 3 / 2;
  border-radius: 1.45rem .3rem 1.45rem .3rem;
  object-fit: cover;
}
.photo-frame figcaption {
  padding: .7rem .35rem .2rem;
  color: var(--muted);
  font-size: .83rem;
  font-weight: 800;
}
.check-list {
  display: grid;
  gap: .6rem;
  margin: 1.25rem 0 0;
  padding: 0;
  list-style: none;
}
.check-list li {
  position: relative;
  padding-left: 1.7rem;
}
.check-list li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: var(--green);
  font-weight: 1000;
}

.sun-band {
  display: grid;
  width: min(var(--max), calc(100% - 2rem));
  margin: 0 auto 1.25rem;
  padding: clamp(2.2rem, 5vw, 4rem);
  border-radius: .65rem 2.5rem .65rem 2.5rem;
  background: linear-gradient(110deg, var(--yellow), #ffd95d);
  box-shadow: var(--shadow);
}
.sun-band h2 {
  max-width: 18ch;
  margin: 0 0 .7rem;
  color: var(--teal-deep);
  font-family: "Segoe Print", "Bradley Hand", cursive;
  font-size: clamp(2rem, 4.8vw, 4rem);
  line-height: 1.06;
}
.sun-band p { max-width: 60ch; font-weight: 850; }

.form-layout {
  display: grid;
  grid-template-columns: minmax(0, .82fr) minmax(0, 1.18fr);
  gap: clamp(2rem, 5vw, 4rem);
  align-items: start;
}
.form-layout > *,
.public-form,
.field { min-width: 0; }
.public-form {
  padding: clamp(1.2rem, 4vw, 2.2rem);
  border: 1px solid var(--line);
  border-radius: 1.6rem .4rem 1.6rem .4rem;
  background: rgba(255,255,255,.83);
  box-shadow: 0 18px 44px rgba(5,63,70,.14);
}
.field { margin-bottom: 1rem; }
.field label {
  display: block;
  margin-bottom: .35rem;
  color: var(--teal-deep);
  font-weight: 1000;
}
.field input,
.field select,
.field textarea {
  min-width: 0;
  width: 100%;
  max-width: 100%;
  padding: .83rem .9rem;
  border: 2px solid rgba(6,99,108,.38);
  border-radius: .6rem;
  background: #fff;
  color: var(--ink);
}
.field textarea { min-height: 9rem; resize: vertical; }
.field input:focus,
.field select:focus,
.field textarea:focus { border-color: var(--pink); outline: 3px solid rgba(246,63,120,.19); }
.form-note,
.field small { color: var(--muted); font-size: .84rem; }
.form-status {
  margin: 0 0 1rem;
  padding: .85rem 1rem;
  border-radius: .65rem;
  background: rgba(63,139,31,.12);
  color: #275a13;
  font-weight: 900;
}
.hp-field {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
  clip: rect(1px,1px,1px,1px) !important;
}

.faq details {
  padding: 1rem 0;
  border-bottom: 1px solid var(--line);
}
.faq summary { color: var(--teal-deep); font-weight: 1000; cursor: pointer; }

.policy-main {
  padding: 3rem 1rem 5rem;
  background:
    radial-gradient(circle at 10% 10%, rgba(255,198,26,.25), transparent 25rem),
    radial-gradient(circle at 90% 30%, rgba(7,141,148,.18), transparent 30rem),
    var(--cream);
}
.policy-panel {
  width: min(850px, 100%);
  margin: 0 auto;
  padding: clamp(1.5rem, 5vw, 4rem);
  border: 1px solid var(--line);
  border-radius: 2rem .5rem 2rem .5rem;
  background: #fffdf8;
  box-shadow: var(--shadow);
}
.policy-panel h1 {
  color: var(--teal-dark);
  font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
  font-size: clamp(2.8rem, 7vw, 5rem);
  line-height: .95;
  text-transform: uppercase;
}
.policy-panel h2 { margin-top: 2rem; color: var(--teal-dark); }
.policy-panel li { margin-bottom: .5rem; }

.site-footer {
  display: grid;
  grid-template-columns: 1.5fr 1fr 1fr;
  gap: 2.5rem;
  padding: 4rem max(1rem, calc((100% - var(--max)) / 2));
  background: var(--teal-deep);
  color: #fff;
}
.site-footer h2,
.site-footer h3 { margin-top: 0; }
.site-footer h2 {
  color: var(--yellow);
  font-family: "Segoe Print", "Bradley Hand", cursive;
  font-size: 1.7rem;
}
.site-footer h3 {
  color: var(--yellow);
  font-size: .78rem;
  letter-spacing: .16em;
  text-transform: uppercase;
}
.footer-links {
  display: grid;
  gap: .4rem;
}
.site-footer a { color: #fff; }
.copyright {
  grid-column: 1 / -1;
  padding-top: 1rem;
  border-top: 1px solid rgba(255,255,255,.18);
  color: rgba(255,255,255,.78);
  font-size: .82rem;
}

@media (max-width: 900px) {
  .desktop-nav { display: none; }
  .mobile-menu { display: block; }
  .mobile-menu summary {
    padding: .65rem .9rem;
    border: 2px solid var(--teal-dark);
    border-radius: 999px;
    color: var(--teal-dark);
    font-size: .8rem;
    font-weight: 1000;
    list-style: none;
    text-transform: uppercase;
  }
  .mobile-menu summary::-webkit-details-marker { display: none; }
  .mobile-menu nav {
    position: absolute;
    top: calc(100% + .55rem);
    right: 0;
    display: grid;
    width: min(18rem, calc(100vw - 2rem));
    padding: .7rem;
    border: 1px solid var(--line);
    border-radius: 1rem .25rem 1rem .25rem;
    background: #fff;
    box-shadow: var(--shadow);
  }
  .marketing-page { background-size: 100% 100%, auto 54rem; }
  .hero { min-height: 41rem; }
  .category-grid,
  .value-grid,
  .service-grid,
  .steps { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .split,
  .form-layout { grid-template-columns: 1fr; }
  .split.reverse figure { order: 0; }
  .site-footer { grid-template-columns: 1fr 1fr; }
  .site-footer > div:first-child,
  .copyright { grid-column: 1 / -1; }
}

@media (max-width: 560px) {
  .site-header { padding: .7rem .85rem; }
  .brand-mark { width: 2.55rem; }
  .brand-copy strong { font-size: .93rem; }
  .brand-copy span { font-size: .62rem; letter-spacing: .18em; }
  .marketing-page { background-size: 100% 100%, auto 46rem; }
  .hero {
    width: calc(100% - 1rem);
    min-height: 40rem;
    padding: 2.2rem 0;
  }
  .hero.compact { min-height: 37rem; }
  .hero-copy { padding: 1.3rem; border-radius: 1.5rem .35rem 1.5rem .35rem; }
  .hero h1 { font-size: clamp(3rem, 16vw, 4.2rem); overflow-wrap: anywhere; }
  .script-line { font-size: 1.4rem; }
  .button-row,
  .button { width: 100%; }
  .panel,
  .sun-band {
    width: calc(100% - 1rem);
    padding: 2.4rem 1.1rem;
    border-radius: 1.5rem .35rem 1.5rem .35rem;
  }
  .panel h2 { font-size: clamp(2.5rem, 12vw, 3.6rem); overflow-wrap: anywhere; }
  .category-grid,
  .value-grid,
  .service-grid,
  .steps { grid-template-columns: 1fr; }
  .site-footer { grid-template-columns: 1fr; padding: 3rem 1rem; }
  .site-footer > div:first-child,
  .copyright { grid-column: auto; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .button { transition: none; }
}

@media print {
  .site-header, .site-footer, .button-row { display: none !important; }
  body, .marketing-page, .policy-main { background: #fff !important; color: #000; }
  .panel, .policy-panel { width: 100%; box-shadow: none; }
}
