:root {
  --navy: #082f4f;
  --navy-2: #0d4269;
  --ocean: #00a9a5;
  --ocean-dark: #007f7c;
  --foam: #def8f4;
  --sky: #dff4ff;
  --sun: #ffc84a;
  --coral: #ef6a5b;
  --sand: #fff9ed;
  --white: #ffffff;
  --ink: #112a3d;
  --muted: #506675;
  --line: #c8d9dd;
  --shadow: 6px 6px 0 var(--navy);
  --radius-sm: 14px;
  --radius: 24px;
  --radius-lg: 42px;
  --max: 1180px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 94px;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--sand);
  font-family: Inter, "Avenir Next", Avenir, "Segoe UI", Arial, sans-serif;
  font-size: 1rem;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}

body.nav-open {
  overflow: hidden;
}

img {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
}

button,
input,
select,
textarea {
  font: inherit;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1,
h2,
h3,
.brand-copy,
.display {
  font-family: ui-rounded, "Avenir Next", "Trebuchet MS", Arial, sans-serif;
  color: var(--navy);
  font-weight: 850;
  letter-spacing: -0.035em;
  line-height: 1.03;
}

h1 {
  margin-bottom: 1.35rem;
  font-size: clamp(3.15rem, 8vw, 6.9rem);
  max-width: 820px;
}

h2 {
  margin-bottom: 1rem;
  font-size: clamp(2.25rem, 5vw, 4.5rem);
}

h3 {
  margin-bottom: 0.65rem;
  font-size: clamp(1.25rem, 2vw, 1.6rem);
  line-height: 1.15;
}

p:last-child {
  margin-bottom: 0;
}

.skip-link {
  position: fixed;
  z-index: 999;
  top: 12px;
  left: 12px;
  transform: translateY(-160%);
  padding: 0.7rem 1rem;
  border: 2px solid var(--navy);
  border-radius: 12px;
  background: var(--sun);
  color: var(--navy);
  font-weight: 800;
}

.skip-link:focus {
  transform: translateY(0);
}

:focus-visible {
  outline: 4px solid rgba(0, 169, 165, 0.42);
  outline-offset: 4px;
}

.container {
  width: min(calc(100% - 40px), var(--max));
  margin-inline: auto;
}

.narrow {
  width: min(calc(100% - 40px), 820px);
  margin-inline: auto;
}

.section {
  position: relative;
  padding: clamp(4.8rem, 9vw, 8rem) 0;
}

.section-tight {
  padding: clamp(3rem, 6vw, 5rem) 0;
}

.section-white {
  background: var(--white);
}

.section-foam {
  background: var(--foam);
}

.section-sky {
  background: var(--sky);
}

.section-navy {
  background: var(--navy);
  color: var(--white);
}

.section-navy h2,
.section-navy h3,
.section-navy .eyebrow {
  color: var(--white);
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  margin-bottom: 1rem;
  color: var(--ocean-dark);
  font-size: 0.82rem;
  font-weight: 850;
  letter-spacing: 0.14em;
  line-height: 1.3;
  text-transform: uppercase;
}

.eyebrow::before {
  width: 28px;
  height: 4px;
  border-radius: 99px;
  background: var(--sun);
  content: "";
}

.lead {
  color: var(--muted);
  font-size: clamp(1.1rem, 2vw, 1.3rem);
  line-height: 1.55;
}

.section-navy .lead {
  color: #dcebf3;
}

.section-heading {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(280px, 0.65fr);
  gap: 3rem;
  align-items: end;
  margin-bottom: clamp(2.5rem, 5vw, 4.5rem);
}

.section-heading h2 {
  margin-bottom: 0;
}

.section-heading .lead {
  margin-bottom: 0.4rem;
}

.site-header {
  position: sticky;
  z-index: 100;
  top: 0;
  border-bottom: 1px solid rgba(8, 47, 79, 0.13);
  background: rgba(255, 255, 255, 0.94);
  backdrop-filter: blur(14px);
}

.nav-wrap {
  display: flex;
  min-height: 82px;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  color: var(--navy);
  text-decoration: none;
}

.brand img {
  width: 55px;
  height: 55px;
  border-radius: 50%;
  object-fit: cover;
}

.brand-copy {
  display: flex;
  flex-direction: column;
  font-size: 1.3rem;
  letter-spacing: -0.04em;
}

.brand-copy small {
  margin-top: 0.15rem;
  color: var(--ocean-dark);
  font-family: Inter, "Avenir Next", Arial, sans-serif;
  font-size: 0.66rem;
  font-weight: 850;
  letter-spacing: 0.13em;
  line-height: 1;
  text-transform: uppercase;
}

.main-nav {
  display: flex;
  align-items: center;
  gap: clamp(1rem, 2vw, 1.8rem);
}

.main-nav a {
  position: relative;
  color: var(--navy);
  font-size: 0.94rem;
  font-weight: 760;
  text-decoration: none;
}

.main-nav a:not(.button)::after {
  position: absolute;
  right: 0;
  bottom: -8px;
  left: 0;
  height: 3px;
  border-radius: 10px;
  background: var(--ocean);
  content: "";
  opacity: 0;
  transform: scaleX(0.4);
  transition: 160ms ease;
}

.main-nav a:not(.button):hover::after,
.main-nav a[aria-current="page"]::after {
  opacity: 1;
  transform: scaleX(1);
}

.nav-toggle {
  display: none;
  width: 48px;
  height: 48px;
  align-items: center;
  justify-content: center;
  border: 2px solid var(--navy);
  border-radius: 14px;
  background: var(--white);
  color: var(--navy);
  cursor: pointer;
}

.nav-toggle span,
.nav-toggle span::before,
.nav-toggle span::after {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 10px;
  background: currentColor;
  content: "";
  transition: 180ms ease;
}

.nav-toggle span {
  position: relative;
}

.nav-toggle span::before {
  position: absolute;
  top: -7px;
}

.nav-toggle span::after {
  position: absolute;
  top: 7px;
}

.nav-toggle[aria-expanded="true"] span {
  background: transparent;
}

.nav-toggle[aria-expanded="true"] span::before {
  top: 0;
  transform: rotate(45deg);
}

.nav-toggle[aria-expanded="true"] span::after {
  top: 0;
  transform: rotate(-45deg);
}

.button {
  display: inline-flex;
  min-height: 50px;
  align-items: center;
  justify-content: center;
  gap: 0.6rem;
  padding: 0.78rem 1.25rem;
  border: 2px solid var(--navy);
  border-radius: 15px;
  background: var(--sun);
  box-shadow: 4px 4px 0 var(--navy);
  color: var(--navy);
  font-weight: 850;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
  transition: transform 140ms ease, box-shadow 140ms ease, background 140ms ease;
}

.button:hover {
  transform: translate(2px, 2px);
  box-shadow: 2px 2px 0 var(--navy);
}

.button:active {
  transform: translate(4px, 4px);
  box-shadow: none;
}

.button-ocean {
  background: var(--ocean);
  color: var(--white);
}

.button-white {
  background: var(--white);
}

.button-ghost {
  background: transparent;
  box-shadow: none;
}

.button-ghost:hover {
  background: var(--foam);
  box-shadow: none;
  transform: none;
}

.text-link {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  color: var(--navy);
  font-weight: 850;
  text-decoration-thickness: 2px;
  text-underline-offset: 5px;
}

.hero {
  position: relative;
  overflow: hidden;
  padding: clamp(3.5rem, 7vw, 6.5rem) 0 clamp(5rem, 9vw, 8rem);
  background:
    radial-gradient(circle at 9% 12%, rgba(255, 200, 74, 0.7) 0 9%, transparent 9.3%),
    linear-gradient(145deg, var(--sand) 0 58%, var(--foam) 58% 100%);
}

.hero::after {
  position: absolute;
  right: -8vw;
  bottom: -130px;
  width: 48vw;
  min-width: 520px;
  height: 220px;
  border-radius: 50% 50% 0 0;
  background: rgba(0, 169, 165, 0.12);
  content: "";
  transform: rotate(-7deg);
}

.hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(360px, 0.72fr);
  gap: clamp(2.5rem, 6vw, 5rem);
  align-items: center;
}

.hero h1 span {
  position: relative;
  display: inline-block;
  color: var(--ocean-dark);
}

.hero h1 span::after {
  position: absolute;
  right: 2%;
  bottom: -0.06em;
  left: 1%;
  height: 0.14em;
  border-radius: 60% 40% 55% 45%;
  background: var(--sun);
  content: "";
  transform: rotate(-1.5deg);
}

.hero .lead {
  max-width: 690px;
  margin-bottom: 1.8rem;
  color: #314f61;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.9rem;
  margin-bottom: 2rem;
}

.trust-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem;
}

.trust-row span {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  padding: 0.48rem 0.72rem;
  border: 1px solid rgba(8, 47, 79, 0.22);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.74);
  color: var(--navy);
  font-size: 0.82rem;
  font-weight: 760;
}

.trust-row span::before {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--ocean);
  content: "";
}

.hero-media {
  position: relative;
  margin: 0;
}

.hero-media img {
  width: 100%;
  min-height: 520px;
  max-height: 650px;
  border: 3px solid var(--navy);
  border-radius: 34px 34px 145px 34px;
  box-shadow: 12px 12px 0 var(--navy);
  object-fit: cover;
}

.photo-note {
  position: absolute;
  bottom: 24px;
  left: -30px;
  max-width: 210px;
  padding: 0.9rem 1rem;
  border: 2px solid var(--navy);
  border-radius: 15px;
  background: var(--sun);
  box-shadow: 5px 5px 0 var(--navy);
  color: var(--navy);
  font-size: 0.9rem;
  font-weight: 850;
  line-height: 1.35;
  transform: rotate(-2deg);
}

.wave-rule {
  height: 18px;
  background: linear-gradient(135deg, var(--ocean) 25%, transparent 25%) -18px 0 / 36px 36px, linear-gradient(225deg, var(--ocean) 25%, transparent 25%) -18px 0 / 36px 36px;
}

.quick-strip {
  background: var(--navy);
  color: var(--white);
}

.quick-strip-inner {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

.quick-item {
  padding: 1.25rem 1.4rem;
  border-right: 1px solid rgba(255, 255, 255, 0.16);
  text-align: center;
}

.quick-item:last-child {
  border-right: 0;
}

.quick-item strong {
  display: block;
  margin-bottom: 0.12rem;
  color: var(--sun);
  font-family: ui-rounded, "Avenir Next", "Trebuchet MS", Arial, sans-serif;
  font-size: 1.05rem;
  letter-spacing: -0.01em;
}

.quick-item span {
  color: #dcebf3;
  font-size: 0.84rem;
}

.service-grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 1.35rem;
}

.service-card {
  position: relative;
  grid-column: span 4;
  min-height: 320px;
  padding: 2rem;
  overflow: hidden;
  border: 2px solid var(--navy);
  border-radius: var(--radius);
  background: var(--white);
  box-shadow: 5px 5px 0 rgba(8, 47, 79, 0.15);
}

.service-card:nth-child(1),
.service-card:nth-child(5) {
  grid-column: span 6;
}

.service-card:nth-child(2) {
  background: var(--sky);
}

.service-card:nth-child(3) {
  background: var(--foam);
}

.service-card:nth-child(4) {
  background: #fff0ed;
}

.service-card:nth-child(5) {
  background: #fff6d7;
}

.service-card .number {
  display: grid;
  width: 46px;
  height: 46px;
  margin-bottom: 1.35rem;
  place-items: center;
  border: 2px solid var(--navy);
  border-radius: 50%;
  background: var(--sun);
  color: var(--navy);
  font-family: ui-rounded, "Avenir Next", "Trebuchet MS", Arial, sans-serif;
  font-size: 0.95rem;
  font-weight: 900;
}

.service-card p {
  color: var(--muted);
}

.service-card .text-link {
  position: absolute;
  bottom: 1.8rem;
  left: 2rem;
}

.audience-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.5rem;
}

.audience-card {
  position: relative;
  min-height: 430px;
  padding: clamp(2rem, 5vw, 3.5rem);
  overflow: hidden;
  border: 2px solid var(--navy);
  border-radius: 34px;
}

.audience-card:first-child {
  background: var(--white);
}

.audience-card:last-child {
  background: var(--ocean);
  color: var(--white);
}

.audience-card:last-child h3,
.audience-card:last-child .text-link {
  color: var(--white);
}

.audience-card h3 {
  max-width: 480px;
  font-size: clamp(2rem, 4vw, 3.4rem);
}

.audience-card p {
  max-width: 540px;
  font-size: 1.08rem;
}

.audience-card .sticker {
  position: absolute;
  right: -42px;
  bottom: -42px;
  display: grid;
  width: 160px;
  height: 160px;
  place-items: center;
  border: 2px solid var(--navy);
  border-radius: 50%;
  background: var(--sun);
  color: var(--navy);
  font-size: 0.75rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-align: center;
  text-transform: uppercase;
  transform: rotate(10deg);
}

.check-list {
  display: grid;
  gap: 0.7rem;
  margin: 1.6rem 0 2rem;
  padding: 0;
  list-style: none;
}

.check-list li {
  position: relative;
  padding-left: 1.65rem;
}

.check-list li::before {
  position: absolute;
  top: 0.57em;
  left: 0;
  width: 10px;
  height: 10px;
  border: 2px solid currentColor;
  border-radius: 50%;
  background: var(--sun);
  content: "";
}

.work-grid {
  display: grid;
  grid-template-columns: 1.2fr 0.85fr 0.85fr;
  gap: 1.2rem;
}

.work-card {
  margin: 0;
}

.work-card img {
  width: 100%;
  height: 360px;
  border: 2px solid var(--navy);
  border-radius: 26px;
  object-fit: cover;
}

.work-card:first-child img {
  height: 470px;
  border-radius: 28px 90px 28px 28px;
}

.work-card:nth-child(2) {
  padding-top: 110px;
}

.work-card figcaption {
  padding: 1rem 0.25rem 0;
}

.work-card strong {
  display: block;
  margin-bottom: 0.12rem;
  color: var(--navy);
  font-size: 1rem;
}

.work-card span {
  color: var(--muted);
  font-size: 0.86rem;
}

.project-story {
  display: grid;
  grid-template-columns: minmax(250px, 0.58fr) minmax(0, 1.42fr);
  gap: clamp(1.5rem, 4vw, 3.5rem);
  align-items: center;
  margin-top: clamp(3rem, 7vw, 6rem);
  padding: clamp(1.4rem, 4vw, 3rem);
  border: 3px solid var(--navy);
  border-radius: 34px;
  background: #fff6d7;
  box-shadow: 9px 9px 0 var(--navy);
}

.project-story-copy h3 {
  font-size: clamp(2rem, 4vw, 3.15rem);
}

.project-story-copy p:not(.eyebrow) {
  color: var(--muted);
}

.before-after-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.85rem;
}

.compare-shot {
  position: relative;
  margin: 0;
}

.compare-shot img {
  width: 100%;
  height: 480px;
  border: 2px solid var(--navy);
  border-radius: 22px;
  object-fit: cover;
}

.compare-label {
  position: absolute;
  top: 14px;
  left: 14px;
  padding: 0.42rem 0.7rem;
  border: 2px solid var(--navy);
  border-radius: 999px;
  background: var(--white);
  color: var(--navy);
  font-size: 0.75rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  line-height: 1;
  text-transform: uppercase;
}

.compare-shot:last-child .compare-label {
  background: var(--sun);
}

.installation-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.2rem;
}

.installation-card {
  margin: 0;
}

.installation-card img {
  width: 100%;
  height: 480px;
  border: 2px solid var(--navy);
  border-radius: 28px;
  object-fit: cover;
}

.installation-card--gate img {
  object-position: center 62%;
}

.installation-card--interior img {
  object-position: center 56%;
}

.installation-card--fence img {
  object-position: center 48%;
}

.installation-card figcaption {
  padding: 1rem 0.25rem 0;
}

.installation-card strong {
  display: block;
  color: var(--navy);
  font-size: 1.02rem;
}

.installation-card span {
  color: var(--muted);
  font-size: 0.86rem;
}

.proof-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(0, 1.2fr);
  gap: clamp(2.5rem, 7vw, 7rem);
  align-items: center;
}

.award-badge {
  position: relative;
  display: grid;
  width: min(100%, 410px);
  aspect-ratio: 1;
  place-items: center;
  padding: 3rem;
  border: 3px solid var(--navy);
  border-radius: 50%;
  background: var(--sun);
  box-shadow: 12px 12px 0 var(--navy);
  color: var(--navy);
  text-align: center;
  transform: rotate(-3deg);
}

.award-badge::before,
.award-badge::after {
  position: absolute;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: var(--coral);
  content: "";
}

.award-badge::before {
  top: 18%;
  left: 11%;
}

.award-badge::after {
  right: 11%;
  bottom: 18%;
}

.award-badge .big {
  display: block;
  font-family: ui-rounded, "Avenir Next", "Trebuchet MS", Arial, sans-serif;
  font-size: clamp(4.8rem, 10vw, 7.5rem);
  font-weight: 900;
  letter-spacing: -0.08em;
  line-height: 0.8;
}

.award-badge strong {
  display: block;
  margin: 1.1rem 0 0.45rem;
  font-size: 1.2rem;
  line-height: 1.25;
}

.award-badge small {
  font-size: 0.82rem;
  font-weight: 760;
}

.pill-list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem;
  margin-top: 2rem;
}

.pill-list span,
.pill-list a {
  padding: 0.52rem 0.82rem;
  border: 1px solid rgba(8, 47, 79, 0.25);
  border-radius: 999px;
  background: var(--white);
  color: var(--navy);
  font-size: 0.86rem;
  font-weight: 760;
  text-decoration: none;
}

.process-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem;
  counter-reset: process;
}

.process-step {
  position: relative;
  min-height: 230px;
  padding: 1.7rem;
  border-top: 4px solid var(--sun);
  background: rgba(255, 255, 255, 0.06);
  counter-increment: process;
}

.process-step::before {
  display: block;
  margin-bottom: 2.2rem;
  color: var(--sun);
  content: "0" counter(process);
  font-family: ui-rounded, "Avenir Next", "Trebuchet MS", Arial, sans-serif;
  font-size: 1rem;
  font-weight: 900;
}

.process-step h3 {
  color: var(--white);
}

.process-step p {
  color: #dcebf3;
  font-size: 0.94rem;
}

.faq-list {
  display: grid;
  gap: 0.9rem;
}

.faq-list details {
  border: 2px solid var(--navy);
  border-radius: 18px;
  background: var(--white);
}

.faq-list summary {
  position: relative;
  padding: 1.25rem 3.5rem 1.25rem 1.35rem;
  color: var(--navy);
  cursor: pointer;
  font-family: ui-rounded, "Avenir Next", "Trebuchet MS", Arial, sans-serif;
  font-size: 1.05rem;
  font-weight: 850;
  list-style: none;
}

.faq-list summary::-webkit-details-marker {
  display: none;
}

.faq-list summary::after {
  position: absolute;
  top: 50%;
  right: 1.25rem;
  width: 30px;
  height: 30px;
  border: 2px solid var(--navy);
  border-radius: 50%;
  background: var(--sun);
  content: "+";
  font: 900 1.2rem/26px Arial, sans-serif;
  text-align: center;
  transform: translateY(-50%);
}

.faq-list details[open] summary::after {
  content: "–";
}

.faq-list details p {
  padding: 0 1.35rem 1.35rem;
  color: var(--muted);
}

.quote-panel {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.15fr);
  overflow: hidden;
  border: 3px solid var(--navy);
  border-radius: var(--radius-lg);
  background: var(--white);
  box-shadow: 10px 10px 0 var(--navy);
}

.quote-intro {
  padding: clamp(2rem, 5vw, 4rem);
  background: var(--ocean);
  color: var(--white);
}

.quote-intro h2,
.quote-intro .eyebrow {
  color: var(--white);
}

.quote-intro a:not(.button) {
  color: var(--white);
  font-weight: 800;
}

.contact-lines {
  display: grid;
  gap: 0.65rem;
  margin-top: 2rem;
}

.contact-lines a {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  text-decoration: none;
}

.contact-lines a::before {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--sun);
  content: "";
}

.quote-form {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
  padding: clamp(2rem, 5vw, 4rem);
}

.field {
  display: grid;
  gap: 0.35rem;
}

.field-full {
  grid-column: 1 / -1;
}

.field label,
.field-label {
  color: var(--navy);
  font-size: 0.84rem;
  font-weight: 850;
}

.field input,
.field select,
.field textarea {
  width: 100%;
  border: 2px solid #a9c1c8;
  border-radius: 12px;
  background: #fbfefe;
  color: var(--ink);
  padding: 0.75rem 0.85rem;
}

.field input:focus,
.field select:focus,
.field textarea:focus {
  border-color: var(--ocean-dark);
  outline: 3px solid rgba(0, 169, 165, 0.2);
}

.field textarea {
  min-height: 150px;
  resize: vertical;
}

.form-note {
  grid-column: 1 / -1;
  color: var(--muted);
  font-size: 0.8rem;
  line-height: 1.45;
}

.form-status {
  grid-column: 1 / -1;
  min-height: 1.5rem;
  margin: 0;
  color: var(--ocean-dark);
  font-size: 0.86rem;
  font-weight: 760;
}

.page-hero {
  position: relative;
  overflow: hidden;
  padding: clamp(4rem, 8vw, 7.5rem) 0;
  background: var(--navy);
  color: var(--white);
}

.page-hero::after {
  position: absolute;
  right: -120px;
  bottom: -150px;
  width: 450px;
  height: 450px;
  border: 50px solid rgba(0, 169, 165, 0.32);
  border-radius: 50%;
  content: "";
}

.page-hero .container {
  position: relative;
  z-index: 1;
}

.page-hero h1 {
  max-width: 980px;
  margin-bottom: 1.2rem;
  color: var(--white);
  font-size: clamp(3.2rem, 8vw, 6.8rem);
}

.page-hero .lead {
  max-width: 760px;
  color: #dcebf3;
}

.breadcrumbs {
  display: flex;
  gap: 0.45rem;
  margin-bottom: 1.3rem;
  color: #b8d0dd;
  font-size: 0.8rem;
  font-weight: 760;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.breadcrumbs a {
  color: var(--sun);
}

.detail-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.75fr) minmax(0, 1.25fr);
  gap: clamp(2.5rem, 8vw, 7rem);
}

.side-intro {
  position: sticky;
  top: 120px;
  align-self: start;
}

.service-detail-list {
  display: grid;
  gap: 1rem;
}

.service-detail {
  padding: 1.8rem;
  border: 2px solid var(--navy);
  border-radius: 20px;
  background: var(--white);
}

.service-detail:nth-child(even) {
  background: var(--foam);
}

.service-detail p {
  color: var(--muted);
}

.service-detail ul,
.content-list {
  margin: 1rem 0 0;
  padding-left: 1.2rem;
}

.service-detail li,
.content-list li {
  margin-bottom: 0.35rem;
}

.feature-band {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem;
}

.feature-band.three {
  grid-template-columns: repeat(3, 1fr);
}

.feature-item {
  min-height: 220px;
  padding: 1.6rem;
  border: 2px solid var(--navy);
  border-radius: 20px;
  background: var(--white);
}

.feature-item strong {
  display: block;
  margin-bottom: 0.7rem;
  color: var(--navy);
  font-family: ui-rounded, "Avenir Next", "Trebuchet MS", Arial, sans-serif;
  font-size: 1.2rem;
}

.feature-item p {
  color: var(--muted);
  font-size: 0.93rem;
}

.two-col {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(2rem, 6vw, 5rem);
  align-items: center;
}

.photo-frame {
  margin: 0;
}

.photo-frame img {
  width: 100%;
  max-height: 670px;
  border: 3px solid var(--navy);
  border-radius: 36px 36px 110px 36px;
  box-shadow: 10px 10px 0 var(--navy);
  object-fit: cover;
}

.callout {
  padding: 1.5rem;
  border-left: 6px solid var(--sun);
  background: rgba(0, 169, 165, 0.09);
}

.callout strong {
  color: var(--navy);
}

.contact-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
  margin-top: 2rem;
}

.contact-card {
  padding: 1.6rem;
  border: 2px solid var(--navy);
  border-radius: 20px;
  background: var(--white);
  color: var(--navy);
  text-decoration: none;
}

.contact-card span {
  display: block;
  margin-bottom: 0.55rem;
  color: var(--ocean-dark);
  font-size: 0.75rem;
  font-weight: 850;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.contact-card strong {
  font-size: 1.06rem;
}

.site-footer {
  padding: 4rem 0 6rem;
  background: #041f35;
  color: #dcebf3;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.35fr 0.65fr 0.7fr;
  gap: 3rem;
}

.site-footer .brand {
  margin-bottom: 1.2rem;
  color: var(--white);
}

.site-footer .brand-copy {
  color: var(--white);
}

.site-footer .brand img {
  border: 2px solid var(--white);
}

.site-footer h3 {
  margin-bottom: 1rem;
  color: var(--white);
  font-size: 1rem;
  letter-spacing: 0;
}

.footer-links {
  display: grid;
  gap: 0.55rem;
}

.footer-links a {
  color: #dcebf3;
  text-decoration-color: rgba(220, 235, 243, 0.35);
  text-underline-offset: 4px;
}

.footer-small {
  margin-top: 3rem;
  padding-top: 1.25rem;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
  color: #9fb8c8;
  font-size: 0.78rem;
}

.mobile-cta {
  display: none;
}

@media (max-width: 980px) {
  .main-nav {
    gap: 0.95rem;
  }

  .main-nav a:not(.button) {
    display: none;
  }

  .hero-grid {
    grid-template-columns: 1fr 0.72fr;
    gap: 2.5rem;
  }

  .hero-media img {
    min-height: 460px;
  }

  .service-card,
  .service-card:nth-child(1),
  .service-card:nth-child(5) {
    grid-column: span 6;
  }

  .service-card:last-child {
    grid-column: 4 / span 6;
  }

  .work-grid {
    grid-template-columns: 1fr 1fr;
  }

  .project-story {
    grid-template-columns: 1fr;
  }

  .work-card:first-child {
    grid-row: span 2;
  }

  .work-card:nth-child(2) {
    padding-top: 0;
  }

  .work-card img,
  .work-card:first-child img {
    height: 360px;
  }

  .work-card:first-child img {
    height: 670px;
  }

  .process-grid,
  .feature-band,
  .feature-band.three {
    grid-template-columns: 1fr 1fr;
  }

  .quote-panel {
    grid-template-columns: 1fr;
  }

  .footer-grid {
    grid-template-columns: 1.3fr 0.7fr;
  }

  .footer-grid > div:last-child {
    grid-column: 1 / -1;
  }
}

@media (max-width: 760px) {
  body {
    padding-bottom: 72px;
  }

  .container,
  .narrow {
    width: min(calc(100% - 28px), var(--max));
  }

  .site-header {
    position: sticky;
  }

  .nav-wrap {
    min-height: 72px;
  }

  .brand img {
    width: 48px;
    height: 48px;
  }

  .brand-copy {
    font-size: 1.12rem;
  }

  .main-nav > .button {
    display: none;
  }

  .nav-toggle {
    display: inline-flex;
  }

  .main-nav {
    position: fixed;
    top: 72px;
    right: 0;
    left: 0;
    display: none;
    padding: 1.4rem;
    border-bottom: 2px solid var(--navy);
    background: var(--white);
    box-shadow: 0 12px 30px rgba(8, 47, 79, 0.18);
  }

  .main-nav.open {
    display: grid;
  }

  .main-nav.open a:not(.button) {
    display: block;
    padding: 0.8rem;
    border-bottom: 1px solid var(--line);
    font-size: 1.05rem;
  }

  .main-nav.open a::after {
    display: none;
  }

  .hero {
    background:
      radial-gradient(circle at 90% 4%, rgba(255, 200, 74, 0.72) 0 7%, transparent 7.4%),
      linear-gradient(165deg, var(--sand) 0 63%, var(--foam) 63% 100%);
  }

  .hero-grid,
  .section-heading,
  .audience-grid,
  .proof-grid,
  .detail-grid,
  .two-col {
    grid-template-columns: 1fr;
  }

  .hero h1 {
    font-size: clamp(3.25rem, 16vw, 5.1rem);
  }

  .hero-media {
    width: calc(100% - 14px);
    margin-left: 0;
  }

  .hero-media img {
    min-height: 520px;
    border-radius: 28px 28px 100px 28px;
    object-position: 50% center;
  }

  .photo-note {
    right: -14px;
    bottom: 18px;
    left: auto;
  }

  .quick-strip-inner {
    grid-template-columns: 1fr;
  }

  .quick-item {
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.14);
  }

  .quick-item:last-child {
    border-bottom: 0;
  }

  .service-card,
  .service-card:nth-child(1),
  .service-card:nth-child(5),
  .service-card:last-child {
    grid-column: 1 / -1;
  }

  .service-card {
    min-height: 300px;
  }

  .audience-card {
    min-height: 390px;
  }

  .work-grid {
    grid-template-columns: 1fr;
  }

  .before-after-grid,
  .installation-grid {
    grid-template-columns: 1fr;
  }

  .compare-shot img,
  .installation-card img {
    height: 430px;
  }

  .work-card:first-child {
    grid-row: auto;
  }

  .work-card img,
  .work-card:first-child img {
    height: 430px;
  }

  .award-badge {
    max-width: 360px;
    margin-inline: auto;
  }

  .process-grid,
  .feature-band,
  .feature-band.three,
  .contact-cards {
    grid-template-columns: 1fr;
  }

  .process-step {
    min-height: 200px;
  }

  .quote-form {
    grid-template-columns: 1fr;
  }

  .field-full,
  .form-note,
  .form-status {
    grid-column: 1;
  }

  .side-intro {
    position: static;
  }

  .footer-grid {
    grid-template-columns: 1fr;
  }

  .footer-grid > div:last-child {
    grid-column: auto;
  }

  .mobile-cta {
    position: fixed;
    z-index: 90;
    right: 0;
    bottom: 0;
    left: 0;
    display: grid;
    grid-template-columns: 0.75fr 1.25fr;
    gap: 0;
    border-top: 2px solid var(--navy);
    background: var(--white);
  }

  .mobile-cta a {
    display: flex;
    min-height: 72px;
    align-items: center;
    justify-content: center;
    color: var(--navy);
    font-weight: 900;
    text-decoration: none;
  }

  .mobile-cta a:last-child {
    border-left: 2px solid var(--navy);
    background: var(--sun);
  }
}

@media (max-width: 430px) {
  h2 {
    font-size: 2.35rem;
  }

  .hero-actions .button {
    width: 100%;
  }

  .trust-row {
    display: grid;
  }

  .work-card img,
  .work-card:first-child img {
    height: 360px;
  }

  .compare-shot img,
  .installation-card img {
    height: 370px;
  }

  .quote-panel {
    border-radius: 28px;
    box-shadow: 6px 6px 0 var(--navy);
  }
}

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

  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}

@media print {
  .site-header,
  .mobile-cta,
  .hero-actions,
  .button,
  .site-footer {
    display: none !important;
  }

  body {
    padding: 0;
    background: white;
    color: black;
  }

  .section,
  .page-hero {
    padding: 2rem 0;
    background: white;
    color: black;
  }

  h1,
  h2,
  h3,
  .page-hero h1 {
    color: black;
  }
}
