:root {
  --atlantic-900: #073653;
  --atlantic-800: #0b4f78;
  --shore-600: #087da6;
  --shore-400: #39a7c7;
  --sky-100: #eaf7fb;
  --sand-300: #e6c987;
  --sand-100: #f7efd9;
  --ink: #102a3a;
  --slate: #516975;
  --mist: #f4f8fa;
  --line: #d9e5ea;
  --white: #ffffff;
  --error: #b42318;
  --success: #16794a;
  --shadow-sm: 0 8px 28px rgba(7, 54, 83, 0.08);
  --shadow-lg: 0 24px 70px rgba(7, 54, 83, 0.16);
  --radius-sm: 10px;
  --radius-md: 18px;
  --radius-lg: 28px;
  --container: 1180px;
  --header-height: 112px;
}

*, *::before, *::after { box-sizing: border-box; }

html { overflow-x: hidden; scroll-behavior: smooth; }

body {
  margin: 0;
  overflow-x: hidden;
  color: var(--ink);
  background: var(--white);
  font-family: "DM Sans", Arial, sans-serif;
  font-size: 17px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}

body.menu-open { overflow: hidden; }

img, svg { display: block; max-width: 100%; }
a { color: inherit; }
button, input, select, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }

.container { width: min(calc(100% - 40px), var(--container)); margin-inline: auto; }
.section { padding: 112px 0; }
.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;
  z-index: 999;
  top: 10px;
  left: 10px;
  padding: 10px 16px;
  color: var(--white);
  background: var(--atlantic-900);
  border-radius: 6px;
  transform: translateY(-150%);
}
.skip-link:focus { transform: translateY(0); }

:focus-visible { outline: 3px solid var(--sand-300); outline-offset: 3px; }

h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { font-family: "Manrope", Arial, sans-serif; line-height: 1.12; letter-spacing: -0.035em; }
h1 { margin-bottom: 26px; font-size: clamp(3.15rem, 6.2vw, 6rem); font-weight: 800; }
h1 em { color: var(--shore-600); font-style: normal; }
h2 { margin-bottom: 24px; font-size: clamp(2.25rem, 4vw, 4rem); font-weight: 800; }
h3 { margin-bottom: 12px; font-size: 1.25rem; font-weight: 750; letter-spacing: -0.02em; }

.eyebrow {
  margin-bottom: 16px;
  color: var(--shore-600);
  font-size: 0.77rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}
.eyebrow-light { color: #8cdded; }

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  min-height: 54px;
  padding: 14px 23px;
  color: var(--white);
  background: var(--atlantic-800);
  border: 2px solid var(--atlantic-800);
  border-radius: 9px;
  box-shadow: 0 8px 20px rgba(11, 79, 120, 0.16);
  font-weight: 700;
  line-height: 1.2;
  text-decoration: none;
  cursor: pointer;
  transition: transform 180ms ease, background 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}
.button:hover { background: var(--atlantic-900); border-color: var(--atlantic-900); box-shadow: 0 10px 26px rgba(11, 79, 120, 0.25); transform: translateY(-2px); }
.button-secondary { color: var(--atlantic-900); background: transparent; border-color: var(--line); box-shadow: none; }
.button-secondary:hover { color: var(--white); border-color: var(--atlantic-900); }
.button-small { min-height: 44px; padding: 10px 16px; font-size: 0.9rem; }

/* Header */
.site-header { position: sticky; z-index: 100; top: 0; background: rgba(255,255,255,0.97); box-shadow: 0 1px 0 var(--line); backdrop-filter: blur(14px); }
.utility-bar { color: var(--white); background: var(--atlantic-900); font-size: 0.78rem; }
.utility-inner { display: flex; align-items: center; justify-content: space-between; min-height: 32px; }
.utility-inner p { margin: 0; }
.utility-links { display: flex; align-items: center; gap: 12px; }
.utility-links a { display: inline-flex; min-height: 24px; align-items: center; color: var(--white); text-decoration: none; }
.utility-links a:hover { text-decoration: underline; }
.nav-inner { display: flex; align-items: center; justify-content: space-between; min-height: var(--header-height); }
.brand { display: inline-flex; align-items: center; gap: 10px; color: var(--atlantic-900); line-height: 1; text-decoration: none; }
.header-brand { display: block; width: 136px; height: 104px; overflow: hidden; flex: 0 0 auto; }
.header-logo { display: block; width: 136px; height: 136px; max-width: none; object-fit: contain; transform: translateY(-17px); }
.brand strong { display: block; font-family: "Manrope", Arial, sans-serif; font-size: 1.35rem; font-weight: 800; letter-spacing: -0.045em; }
.brand small { display: block; margin-top: 5px; color: var(--slate); font-size: 0.65rem; font-weight: 700; letter-spacing: 0.18em; text-transform: uppercase; }
.site-nav { display: flex; align-items: center; gap: 22px; }
.site-nav > a:not(.button) { display: inline-flex; min-height: 44px; align-items: center; color: var(--ink); font-size: 0.88rem; font-weight: 600; text-decoration: none; }
.site-nav > a:not(.button):hover { color: var(--shore-600); }
.menu-button { display: none; width: 46px; height: 46px; padding: 11px; background: transparent; border: 0; border-radius: 8px; cursor: pointer; }
.menu-button span:not(.sr-only) { display: block; width: 24px; height: 2px; margin: 5px 0; background: var(--atlantic-900); transition: 180ms ease; }

/* Hero */
.hero { position: relative; overflow: hidden; padding: 96px 0 106px; background: linear-gradient(102deg, var(--white) 0%, var(--white) 58%, #f1fafd 100%); }
.hero::before { position: absolute; top: 65px; right: -190px; width: 580px; height: 580px; background: var(--sky-100); border-radius: 50%; content: ""; }
.hero-contour { position: absolute; right: 0; bottom: -2px; left: 0; height: 100px; opacity: 0.32; }
.hero-contour::before, .hero-contour::after { position: absolute; left: -5%; width: 110%; height: 74px; border: 2px solid var(--shore-400); border-color: var(--shore-400) transparent transparent; border-radius: 50%; content: ""; }
.hero-contour::before { top: 32px; transform: rotate(-1deg); }
.hero-contour::after { top: 56px; left: -2%; transform: rotate(1deg); }
.hero-grid { position: relative; display: grid; grid-template-columns: minmax(0, 1.06fr) minmax(360px, 0.72fr); align-items: center; gap: 80px; }
.hero-copy { position: relative; z-index: 2; }
.hero-lede { max-width: 680px; margin-bottom: 34px; color: var(--slate); font-size: clamp(1.08rem, 1.5vw, 1.28rem); line-height: 1.7; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; }
.trust-list { display: flex; flex-wrap: wrap; gap: 12px 24px; margin: 30px 0 0; padding: 0; list-style: none; color: var(--slate); font-size: 0.87rem; font-weight: 600; }
.trust-list span { display: inline-grid; width: 20px; height: 20px; margin-right: 5px; place-items: center; color: var(--atlantic-800); background: var(--sky-100); border-radius: 50%; }
.hero-card { position: relative; z-index: 1; padding: 12px; background: var(--white); border: 1px solid rgba(217,229,234,.8); border-radius: 24px; box-shadow: var(--shadow-lg); transform: rotate(1.5deg); }
.project-photo { display: block; width: 100%; max-width: none; height: 100%; object-fit: cover; }
.hero-photo { height: 420px; border-radius: 14px; object-position: center center; }
.hero-card-label { display: flex; align-items: center; gap: 10px; padding: 18px 12px 8px; color: var(--atlantic-900); font-size: 0.86rem; font-weight: 700; }
.location-pin { width: 10px; height: 10px; background: var(--sand-300); border-radius: 50%; box-shadow: 0 0 0 5px var(--sand-100); }
.quick-contact { color: var(--white); background: var(--shore-600); }
.quick-contact-inner { display: flex; align-items: center; justify-content: space-between; gap: 30px; min-height: 72px; }
.quick-contact p { margin: 0; }
.quick-contact a { display: inline-flex; min-height: 28px; align-items: center; color: var(--white); font-weight: 700; text-decoration: none; }
.quick-contact a:hover { text-decoration: underline; }

/* Services */
.section-heading { margin-bottom: 52px; }
.heading-split { display: grid; grid-template-columns: 1.15fr 0.65fr; align-items: end; gap: 90px; }
.heading-split h2 { max-width: 720px; margin-bottom: 0; }
.heading-split > p { margin: 0 0 5px; color: var(--slate); }
.services-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.service-card { position: relative; min-height: 310px; padding: 40px; overflow: hidden; background: var(--white); border: 1px solid var(--line); border-radius: var(--radius-md); transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease; }
.service-card:hover { border-color: #a8ccd8; box-shadow: var(--shadow-sm); transform: translateY(-3px); }
.service-icon { display: grid; width: 44px; height: 44px; margin-bottom: 28px; place-items: center; color: var(--shore-600); background: var(--sky-100); border-radius: 50%; font-size: 1.35rem; }
.service-card h3 { font-size: 1.55rem; }
.service-card p { max-width: 510px; margin-bottom: 20px; color: var(--slate); }
.service-card ul { display: flex; flex-wrap: wrap; gap: 8px; margin: 0; padding: 0; list-style: none; }
.service-card li { padding: 5px 10px; color: var(--atlantic-800); background: var(--sky-100); border-radius: 5px; font-size: 0.76rem; font-weight: 700; }
.service-card-featured { background: var(--mist); }
.service-card-cta { color: var(--white); background: var(--atlantic-900); border-color: var(--atlantic-900); }
.service-card-cta .service-icon { color: var(--atlantic-900); background: var(--sand-300); }
.service-card-cta p { color: #c9dae3; }
.service-card-cta a { display: inline-flex; min-height: 28px; align-items: center; color: var(--white); font-weight: 700; text-decoration: none; }
.service-card-cta a:hover { text-decoration: underline; }

/* Process */
.process-section { padding: 90px 0; color: var(--white); background: var(--atlantic-900); }
.process-grid { display: grid; grid-template-columns: 0.75fr 1.25fr; gap: 110px; }
.process-intro h2 { font-size: clamp(2.2rem, 3.3vw, 3.35rem); }
.text-link-light { display: inline-flex; min-height: 28px; align-items: center; color: var(--white); font-weight: 700; text-decoration: none; }
.text-link-light:hover { text-decoration: underline; }
.process-list { margin: 0; padding: 0; border-top: 1px solid rgba(255,255,255,.22); list-style: none; }
.process-list li { display: grid; grid-template-columns: 52px 1fr; gap: 20px; padding: 24px 0; border-bottom: 1px solid rgba(255,255,255,.22); }
.process-list > li > span { display: grid; width: 38px; height: 38px; place-items: center; color: var(--atlantic-900); background: var(--sand-300); border-radius: 50%; font-family: "Manrope", Arial, sans-serif; font-weight: 800; }
.process-list h3 { margin: 0 0 5px; font-size: 1.08rem; }
.process-list p { margin: 0; color: #bcd1dd; font-size: 0.91rem; }

/* About */
.about-grid { display: grid; grid-template-columns: 0.85fr 1fr; align-items: center; gap: 100px; }
.about-visual { position: relative; }
.about-photo { aspect-ratio: 3 / 2; border: 1px solid var(--line); border-radius: var(--radius-md); box-shadow: var(--shadow-lg); object-position: center; }
.about-copy p:not(.eyebrow) { color: var(--slate); }
.about-copy .button { margin-top: 12px; }

/* Area */
.area-section { background: var(--mist); }
.area-grid { display: grid; grid-template-columns: 1fr 0.85fr; align-items: center; gap: 90px; }
.area-lede { max-width: 650px; color: var(--slate); }
.area-list { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1px; margin: 38px 0 0; padding: 0; overflow: hidden; background: var(--line); border: 1px solid var(--line); border-radius: var(--radius-sm); list-style: none; }
.area-list li { display: flex; flex-direction: column; padding: 16px 18px; background: var(--white); }
.area-list span { font-weight: 700; }
.area-list small { color: var(--slate); font-size: 0.74rem; }
.area-map { position: relative; min-height: 480px; overflow: hidden; color: var(--atlantic-800); background: #d9f0f6; border: 10px solid var(--white); border-radius: var(--radius-lg); box-shadow: var(--shadow-sm); }
.area-map::before { position: absolute; top: -70px; left: -50px; width: 330px; height: 620px; background: #f0e8cc; border-radius: 43% 50% 35% 42%; content: ""; transform: rotate(-8deg); }
.area-map svg { position: absolute; inset: 0; width: 100%; height: 100%; fill: none; stroke: rgba(8,125,166,.22); stroke-width: 2; }
.map-water { position: absolute; z-index: 1; top: 210px; right: 110px; color: #5f9db2; font-size: 0.75rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; transform: rotate(-82deg); }
.map-land { position: absolute; z-index: 2; font-size: 0.78rem; font-weight: 700; }
.map-land i { position: absolute; width: 12px; height: 12px; background: var(--shore-600); border: 3px solid var(--white); border-radius: 50%; box-shadow: 0 0 0 4px rgba(8,125,166,.18); }
.map-mainland { top: 205px; left: 75px; }
.map-mainland i { top: 30px; left: 65px; }
.map-island { top: 90px; right: 18px; writing-mode: vertical-rl; }
.map-island i { top: 210px; right: 7px; }
.area-map > p { position: absolute; z-index: 3; right: 18px; bottom: 18px; left: 18px; margin: 0; padding: 14px 16px; color: var(--ink); background: rgba(255,255,255,.93); border-radius: 8px; font-size: 0.81rem; box-shadow: var(--shadow-sm); }
.area-map a { display: inline-flex; min-height: 24px; align-items: center; color: var(--atlantic-800); font-weight: 700; }

/* Gallery */
.gallery-grid { display: grid; grid-template-columns: repeat(2, 1fr); grid-auto-rows: 360px; gap: 14px; }
.gallery-item { position: relative; margin: 0; overflow: hidden; background: var(--atlantic-900); border-radius: var(--radius-sm); box-shadow: var(--shadow-sm); }
.gallery-item-wide { grid-column: span 2; }
.gallery-photo { transition: transform 400ms ease; }
.gallery-photo-mulch { object-position: 56% center; }
.gallery-photo-bags { object-position: 52% center; }
.gallery-item:hover .gallery-photo { transform: scale(1.025); }
.gallery-item::after { position: absolute; right: 0; bottom: 0; left: 0; height: 45%; background: linear-gradient(transparent, rgba(3,30,47,.82)); pointer-events: none; content: ""; }
.gallery-item figcaption { position: absolute; z-index: 2; right: 20px; bottom: 18px; left: 20px; color: var(--white); line-height: 1.3; }
.gallery-item figcaption strong, .gallery-item figcaption span { display: block; }
.gallery-item figcaption strong { font-family: "Manrope", Arial, sans-serif; font-size: 1rem; }
.gallery-item figcaption span { margin-top: 3px; color: #d7e6ec; font-size: .75rem; }

/* Quote */
.quote-section { color: var(--white); background: linear-gradient(120deg, var(--atlantic-900), #0a4264 55%, #0a5976); }
.quote-layout { display: grid; grid-template-columns: 0.7fr 1.3fr; align-items: start; gap: 80px; }
.quote-intro { position: sticky; top: 150px; }
.quote-intro > p:not(.eyebrow):not(.privacy-note) { color: #c4d8e2; font-size: 1.06rem; }
.quote-contact-card { display: flex; flex-direction: column; gap: 4px; margin: 36px 0 26px; padding: 22px; background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.15); border-radius: var(--radius-sm); }
.quote-contact-card span { margin-bottom: 5px; color: #95bbc9; font-size: 0.73rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.quote-contact-card a { color: var(--white); font-weight: 700; text-decoration: none; overflow-wrap: anywhere; }
.quote-contact-card a:hover { text-decoration: underline; }
.privacy-note { color: #9fbdca; font-size: 0.76rem; }
section[id], .quote-form { scroll-margin-top: calc(var(--header-height) + 48px); }
.quote-form { padding: 42px; color: var(--ink); background: var(--white); border-radius: var(--radius-md); box-shadow: 0 28px 80px rgba(0,0,0,.18); }
.form-heading { display: flex; align-items: baseline; justify-content: space-between; gap: 20px; margin-bottom: 28px; padding-bottom: 22px; border-bottom: 1px solid var(--line); }
.form-heading span { font-family: "Manrope", Arial, sans-serif; font-size: 1.35rem; font-weight: 800; }
.form-heading small { color: var(--slate); font-size: .72rem; }
.form-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; }
.field { min-width: 0; }
.field-full { grid-column: 1 / -1; }
.field label, .field legend { display: block; margin-bottom: 7px; color: var(--ink); font-size: .82rem; font-weight: 700; }
.field input:not([type="radio"]):not([type="file"]), .field select, .field textarea {
  width: 100%;
  color: var(--ink);
  background: var(--white);
  border: 1px solid #bdccd3;
  border-radius: 8px;
  outline: none;
  transition: border-color 150ms ease, box-shadow 150ms ease;
}
.field input:not([type="radio"]):not([type="file"]), .field select { height: 50px; padding: 0 14px; }
.field textarea { min-height: 130px; padding: 12px 14px; resize: vertical; }
.field input::placeholder, .field textarea::placeholder { color: #8798a1; }
.field input:focus, .field select:focus, .field textarea:focus { border-color: var(--shore-600); box-shadow: 0 0 0 3px rgba(8,125,166,.13); }
.field input[aria-invalid="true"], .field select[aria-invalid="true"], .field textarea[aria-invalid="true"] { border-color: var(--error); }
.field-error { display: block; min-height: 18px; margin-top: 4px; color: var(--error); font-size: .72rem; line-height: 1.35; }
.field-meta { display: flex; justify-content: space-between; color: var(--slate); font-size: .72rem; }
.field-meta .field-error { margin: 4px 0 0; }
.contact-method { margin: 0; padding: 0; border: 0; }
.radio-row { display: flex; flex-wrap: wrap; gap: 10px; }
.radio-row label { margin: 0; cursor: pointer; }
.radio-row input { position: absolute; opacity: 0; pointer-events: none; }
.radio-row span { display: inline-block; padding: 10px 14px; color: var(--slate); border: 1px solid #bdccd3; border-radius: 8px; font-weight: 600; }
.radio-row input:checked + span { color: var(--atlantic-800); background: var(--sky-100); border-color: var(--shore-600); box-shadow: inset 0 0 0 1px var(--shore-600); }
.radio-row input:focus-visible + span { outline: 3px solid var(--sand-300); outline-offset: 2px; }
.upload-label { display: flex !important; align-items: center; flex-direction: column; margin: 0 !important; padding: 26px; background: var(--mist); border: 2px dashed #a6c3cf; border-radius: 10px; text-align: center; cursor: pointer; transition: background 150ms ease, border-color 150ms ease; }
.upload-label:hover, .upload-label.dragging { background: var(--sky-100); border-color: var(--shore-600); }
.upload-section:focus-within .upload-label { outline: 3px solid var(--sand-300); outline-offset: 3px; }
.upload-icon { display: grid; width: 48px; height: 48px; margin-bottom: 10px; place-items: center; color: var(--shore-600); background: var(--white); border-radius: 50%; }
.upload-icon svg { width: 28px; fill: none; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 2; }
.upload-label strong { font-size: .98rem; }
.upload-label strong small { color: var(--slate); font-weight: 500; }
.upload-label > span:not(.upload-icon) { color: var(--slate); font-weight: 500; }
.upload-label em { margin: 3px 0 13px; color: #718791; font-size: .7rem; font-style: normal; font-weight: 500; }
.upload-label b { padding: 8px 14px; color: var(--atlantic-800); background: var(--white); border: 1px solid var(--line); border-radius: 6px; font-size: .76rem; }
.visually-hidden-input { position: absolute; width: 1px; height: 1px; overflow: hidden; opacity: 0; }
.selected-photos:not(:empty) { display: grid; grid-template-columns: repeat(2, 1fr); gap: 8px; margin-top: 12px; }
.photo-chip { display: grid; grid-template-columns: 42px minmax(0, 1fr) 28px; align-items: center; gap: 9px; padding: 8px; background: var(--mist); border: 1px solid var(--line); border-radius: 8px; }
.photo-chip img, .photo-chip .file-icon { width: 42px; height: 42px; object-fit: cover; background: var(--sky-100); border-radius: 5px; }
.photo-chip .file-icon { display: grid; place-items: center; color: var(--shore-600); font-size: .62rem; font-weight: 800; }
.photo-chip-info { min-width: 0; line-height: 1.2; }
.photo-chip-info strong { display: block; overflow: hidden; font-size: .72rem; text-overflow: ellipsis; white-space: nowrap; }
.photo-chip-info small { color: var(--slate); font-size: .64rem; }
.remove-photo { display: grid; width: 28px; height: 28px; padding: 0; place-items: center; color: var(--slate); background: var(--white); border: 1px solid var(--line); border-radius: 50%; cursor: pointer; }
.remove-photo:hover { color: var(--error); border-color: var(--error); }
.form-status { display: none; margin: 24px 0 0; padding: 14px 16px; border-radius: 8px; font-size: .85rem; }
.form-status.pending { display: block; color: var(--atlantic-800); background: var(--mist); border: 1px solid var(--line); }
.form-status.success { display: block; color: #0b5d38; background: #e8f7ef; border: 1px solid #9cd4b5; }
.form-status.error { display: block; color: #8f1e16; background: #fff0ee; border: 1px solid #efb4ae; }
.submit-button { width: 100%; margin-top: 24px; }
.submit-button:disabled { cursor: wait; opacity: .7; transform: none; }
.form-footnote { margin: 10px 0 0; color: var(--slate); font-size: .7rem; text-align: center; }

/* Contact + footer */
.contact-section { padding: 90px 0; }
.contact-grid { display: grid; grid-template-columns: .8fr 1.2fr; align-items: center; gap: 90px; }
.contact-grid h2 { margin-bottom: 18px; }
.contact-grid p:not(.eyebrow) { max-width: 520px; color: var(--slate); }
.contact-options { display: grid; gap: 12px; }
.contact-options > a { display: grid; grid-template-columns: 52px minmax(0, 1fr) 24px; align-items: center; gap: 16px; padding: 18px; border: 1px solid var(--line); border-radius: var(--radius-sm); text-decoration: none; transition: border-color 150ms ease, transform 150ms ease; }
.contact-options > a:hover { border-color: var(--shore-600); transform: translateX(3px); }
.contact-icon { display: grid; width: 50px; height: 50px; place-items: center; color: var(--shore-600); background: var(--sky-100); border-radius: 50%; }
.contact-options small, .contact-options strong { display: block; }
.contact-options small { color: var(--slate); font-size: .72rem; }
.contact-options strong { overflow-wrap: anywhere; }
.contact-options b { color: var(--shore-600); }
.site-footer { padding: 70px 0 28px; color: var(--white); background: #052b43; }
.footer-main { display: flex; align-items: flex-start; justify-content: space-between; gap: 60px; padding-bottom: 50px; }
.brand-footer { color: var(--white); }
.footer-logo { display: block; width: 156px; height: 156px; padding: 6px; object-fit: contain; background: var(--white); border-radius: 16px; box-shadow: 0 10px 30px rgba(0,0,0,.18); }
.footer-links { display: flex; gap: 100px; }
.footer-links div { display: flex; flex-direction: column; align-items: flex-start; gap: 7px; }
.footer-links strong { margin-bottom: 5px; color: #8cdded; font-size: .75rem; letter-spacing: .1em; text-transform: uppercase; }
.footer-links a { display: inline-flex; min-height: 28px; align-items: center; color: #d2e1e8; font-size: .86rem; text-decoration: none; }
.footer-links a:hover { color: var(--white); text-decoration: underline; }
.footer-bottom { display: flex; justify-content: space-between; gap: 30px; padding-top: 25px; color: #91adba; border-top: 1px solid rgba(255,255,255,.12); font-size: .74rem; }
.footer-bottom p { margin: 0; }
.mobile-cta { display: none; }

@media (max-width: 1050px) {
  .site-nav { gap: 14px; }
  .site-nav > a:not(.button) { font-size: .8rem; }
  .hero-grid { gap: 45px; }
  .quote-layout { gap: 45px; }
}

@media (max-width: 900px) {
  :root { --header-height: 86px; }
  .site-header { background: var(--white); backdrop-filter: none; }
  .section { padding: 84px 0; }
  .menu-button { display: block; }
  .site-nav { position: fixed; z-index: 99; top: 118px; right: 0; bottom: 0; width: min(86vw, 380px); padding: 28px; align-items: stretch; flex-direction: column; gap: 0; background: var(--white); border-left: 1px solid var(--line); box-shadow: -20px 30px 60px rgba(7,54,83,.18); transform: translateX(105%); transition: transform 220ms ease; }
  .site-nav.open { transform: translateX(0); }
  .site-nav > a:not(.button) { padding: 13px 2px; font-size: 1rem; border-bottom: 1px solid var(--line); }
  .site-nav .button { margin-top: 24px; }
  .menu-button[aria-expanded="true"] span:nth-of-type(2) { transform: translateY(7px) rotate(45deg); }
  .menu-button[aria-expanded="true"] span:nth-of-type(3) { opacity: 0; }
  .menu-button[aria-expanded="true"] span:nth-of-type(4) { transform: translateY(-7px) rotate(-45deg); }
  .hero { padding: 72px 0 88px; }
  .hero-grid { grid-template-columns: 1fr; }
  .hero-copy { max-width: 760px; }
  .hero-card { width: min(100%, 560px); transform: none; }
  .hero-photo { height: 340px; }
  .heading-split { grid-template-columns: 1fr; gap: 24px; }
  .heading-split > p { max-width: 650px; }
  .process-grid { grid-template-columns: 1fr; gap: 45px; }
  .about-grid { gap: 55px; }
  .area-grid { grid-template-columns: 1fr; }
  .area-map { width: min(100%, 580px); }
  .gallery-grid { grid-template-columns: repeat(2, 1fr); }
  .quote-layout { grid-template-columns: 1fr; }
  .quote-intro { position: static; max-width: 700px; }
  .contact-grid { grid-template-columns: 1fr; gap: 35px; }
}

@media (max-width: 680px) {
  body { padding-bottom: 64px; font-size: 16px; }
  .container { width: min(calc(100% - 30px), var(--container)); }
  .section { padding: 68px 0; }
  .utility-inner { justify-content: center; }
  .utility-inner > p { display: none; }
  .nav-inner { min-height: 84px; }
  .header-brand { width: 100px; height: 78px; }
  .header-logo { width: 100px; height: 100px; transform: translateY(-12px); }
  .brand strong { font-size: 1.16rem; }
  .brand small { font-size: .56rem; }
  .site-nav { top: 116px; }
  .hero { padding: 62px 0 76px; }
  .hero::before { top: auto; right: -230px; bottom: -70px; }
  h1 { font-size: clamp(2.75rem, 14vw, 4rem); }
  h2 { font-size: clamp(2rem, 10vw, 3rem); }
  .hero-lede { font-size: 1.02rem; }
  .hero-actions { flex-direction: column; }
  .hero-actions .button { width: 100%; }
  .trust-list { display: grid; gap: 10px; }
  .hero-photo { height: 280px; }
  .quick-contact-inner { align-items: flex-start; flex-direction: column; gap: 5px; padding: 18px 0; }
  .section-heading { margin-bottom: 36px; }
  .services-grid { grid-template-columns: 1fr; }
  .service-card { min-height: 0; padding: 28px; }
  .service-icon { margin-bottom: 20px; }
  .process-section { padding: 68px 0; }
  .process-list li { grid-template-columns: 42px 1fr; gap: 12px; }
  .about-grid { grid-template-columns: 1fr; }
  .about-photo { aspect-ratio: 3 / 2; }
  .area-list { grid-template-columns: 1fr; }
  .area-map { min-height: 390px; }
  .map-mainland { left: 36px; }
  .map-water { right: 65px; }
  .gallery-grid { grid-template-columns: 1fr; grid-auto-rows: 250px; }
  .gallery-item-wide { grid-column: auto; }
  .quote-form { padding: 26px 18px; border-radius: 13px; }
  .form-heading { align-items: flex-start; flex-direction: column; gap: 4px; }
  .form-grid { grid-template-columns: 1fr; gap: 14px; }
  .field-full { grid-column: auto; }
  .radio-row { display: grid; grid-template-columns: 1fr; }
  .radio-row span { width: 100%; }
  .selected-photos:not(:empty) { grid-template-columns: 1fr; }
  .contact-options > a { grid-template-columns: 44px minmax(0, 1fr); gap: 12px; padding: 14px; }
  .contact-icon { width: 44px; height: 44px; }
  .contact-options b { display: none; }
  .contact-options strong { font-size: .9rem; }
  .site-footer { padding-top: 54px; }
  .footer-main { flex-direction: column; }
  .footer-links { width: 100%; justify-content: space-between; gap: 30px; }
  .footer-bottom { flex-direction: column; gap: 5px; }
  .mobile-cta { position: fixed; z-index: 95; right: 0; bottom: 0; left: 0; display: grid; grid-template-columns: 1fr 1.3fr; min-height: 64px; padding: 7px; background: var(--white); border-top: 1px solid var(--line); box-shadow: 0 -8px 30px rgba(7,54,83,.12); }
  .mobile-cta a { display: grid; place-items: center; color: var(--atlantic-900); font-weight: 800; text-decoration: none; }
  .mobile-cta a:last-child { color: var(--white); background: var(--atlantic-800); border-radius: 7px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
}
