:root {
  --navy: #1533a0;
  --navy-dark: #0d226f;
  --green: #7acc01;
  --green-text: #2f5200;
  --background: #ffffff;
  --surface: #f3f5f8;
  --surface-strong: #e8ebf1;
  --text: #191c22;
  --muted: #646b78;
  --border: #dfe3ea;
  --danger: #b42318;
  --success: #267500;
  --radius: 0.35rem;
  --shadow: 0 1rem 3rem rgb(10 28 73 / 10%);
  color-scheme: light;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--text);
  background: var(--background);
  line-height: 1.6;
}

a {
  color: var(--navy);
  text-underline-offset: 0.2em;
}

h1,
h2,
h3,
p,
blockquote,
figure,
dl {
  margin-top: 0;
}

h1,
h2,
h3 {
  line-height: 1.15;
}

h1 {
  max-width: 14ch;
  margin-bottom: 1rem;
  font-size: clamp(2.5rem, 7vw, 5.6rem);
  letter-spacing: -0.055em;
}

h2 {
  font-size: clamp(1.55rem, 3vw, 2.5rem);
  letter-spacing: -0.035em;
}

h3 {
  font-size: 1.2rem;
}

button,
input,
select,
textarea {
  font: inherit;
}

.skip-link {
  position: fixed;
  z-index: 100;
  top: 0.75rem;
  left: 0.75rem;
  padding: 0.75rem 1rem;
  color: #fff;
  background: var(--navy);
  transform: translateY(-200%);
}

.skip-link:focus {
  transform: none;
}

.site-header {
  position: relative;
  z-index: 10;
  display: flex;
  min-height: 5.25rem;
  align-items: center;
  gap: 1.4rem;
  padding: 1rem clamp(1rem, 4vw, 4rem);
  border-bottom: 0.35rem solid var(--green);
  color: #fff;
  background: var(--navy);
}

.brand {
  display: flex;
  align-items: center;
  gap: 0.7rem;
  margin-right: auto;
  color: inherit;
  text-decoration: none;
}

.brand strong,
.brand small {
  display: block;
  line-height: 1.25;
}

.brand small {
  opacity: 0.8;
}

.brand-logo {
  width: 4rem;
  height: 4rem;
  flex: 0 0 auto;
  object-fit: contain;
}

.trust b {
  display: grid;
  min-width: 2.75rem;
  min-height: 2.75rem;
  place-items: center;
  border-radius: 50%;
  color: var(--green-text);
  background: var(--green);
  font-weight: 800;
}

.desktop-nav {
  display: flex;
  align-items: center;
  gap: clamp(0.8rem, 2vw, 1.6rem);
}

.desktop-nav a,
.site-footer a {
  color: inherit;
  text-decoration: none;
}

.desktop-nav a {
  padding-block: 0.4rem;
  border-bottom: 0.18rem solid transparent;
}

.desktop-nav a:hover,
.desktop-nav a.is-active {
  border-bottom-color: var(--green);
  text-decoration: none;
}

.site-footer a:hover {
  text-decoration: underline;
}

.mobile-nav {
  display: none;
}

.button {
  display: inline-flex;
  min-height: 2.9rem;
  align-items: center;
  justify-content: center;
  padding: 0.6rem 1.1rem;
  border: 1px solid var(--border);
  border-radius: var(--radius);
  color: var(--text);
  background: #fff;
  cursor: pointer;
  font-weight: 750;
  text-align: center;
  text-decoration: none;
}

.button:hover {
  filter: brightness(0.96);
}

.button-primary {
  border-color: var(--green);
  color: #183000;
  background: var(--green);
}

.button-danger {
  border-color: #ffd2ce;
  color: var(--danger);
  background: #fff1f0;
}

.label {
  display: inline-block;
  margin-bottom: 0.7rem;
  padding: 0.25rem 0.55rem;
  color: var(--green-text);
  background: var(--green);
  font-size: 0.86rem;
  font-weight: 800;
  letter-spacing: 0.02em;
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  background: var(--surface);
}

.hero-copy,
.content-section,
.about-copy,
.review-preview,
.bottom-cta,
.page-hero,
.site-breadcrumb,
.detail-hero,
.detail-content,
.steps,
.service-list,
.about-lead,
.timeline,
.values,
.rating,
.review-grid,
.review-submission,
.policy,
.gallery-grid,
.contact-grid,
.empty-state {
  padding: clamp(2rem, 5vw, 5rem);
}

.hero-copy {
  border-left: 0.45rem solid var(--green);
}

.hero-copy p,
.page-hero p {
  max-width: 52rem;
  color: var(--muted);
  font-size: 1.1rem;
}

.actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 1.5rem;
}

.photo-placeholder {
  display: flex;
  min-height: 20rem;
  flex-direction: column;
  justify-content: flex-end;
  gap: 0.45rem;
  padding: 1.5rem;
  border-bottom: 0.55rem solid var(--green);
  color: #fff;
  background:
    linear-gradient(135deg, rgb(255 255 255 / 8%) 25%, transparent 25%) 0 0 / 3rem 3rem,
    linear-gradient(315deg, rgb(255 255 255 / 5%) 25%, transparent 25%) 0 0 / 3rem 3rem,
    var(--navy);
}

.photo-placeholder span {
  font-size: 1.25rem;
}

.home-photo {
  min-height: 0;
  align-self: center;
  overflow: hidden;
  margin: 0;
  border-bottom: 0.55rem solid var(--green);
  background: var(--navy);
}

.home-photo img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
}

.home-photo figcaption {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  padding: 0.8rem 1.1rem;
  color: #fff;
  background: var(--navy-dark);
}

.home-photo figcaption span {
  font-size: 1.15rem;
  font-weight: 750;
}

.home-photo figcaption strong {
  color: var(--green);
  font-size: 0.95rem;
}

.about-photo figcaption {
  max-width: none;
  border-left: 0.3rem solid var(--green);
}

.about-detail-photo {
  width: 75%;
  min-width: 0;
  align-self: center;
  justify-self: center;
  overflow: hidden;
  margin: 0;
  border-bottom: 0.55rem solid var(--green);
  box-shadow: var(--shadow);
  background: var(--navy-dark);
}

.about-detail-photo img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  object-position: center;
}

.about-detail-photo figcaption {
  padding: 0.8rem 1.1rem;
  border-left: 0.3rem solid var(--green);
  color: #fff;
  background: var(--navy-dark);
  font-size: 0.95rem;
  font-weight: 750;
}

.trust {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.4rem;
  padding: 1.4rem clamp(1rem, 4vw, 4rem);
  color: #fff;
  background: var(--navy-dark);
}

.trust > div {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.trust strong,
.trust small {
  display: block;
  line-height: 1.35;
}

.trust small {
  opacity: 0.75;
}

.section-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 1.5rem;
  padding-left: 1rem;
  border-left: 0.35rem solid var(--green);
}

.section-heading h2 {
  margin-bottom: 0;
}

.service-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  border: 1px solid var(--border);
  background: var(--border);
}

.service-grid article {
  min-height: 13rem;
  padding: 1.4rem;
  border-top: 0.3rem solid var(--green);
  background: #fff;
}

.service-grid article > b,
.service-list article > b,
.steps b {
  color: var(--green-text);
  font-size: 1.1rem;
}

.service-grid p,
.service-list p,
.about-preview p,
.about-lead p,
.values p,
.detail-content p,
.policy p {
  color: var(--muted);
}

.about-preview {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  background: var(--surface);
}

.about-copy {
  align-self: center;
}

.review-preview {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  align-items: center;
  gap: 2rem;
}

blockquote {
  margin-bottom: 0;
  padding: 1.5rem;
  border-left: 0.35rem solid var(--green);
  background: var(--surface);
  font-size: 1.1rem;
}

cite {
  display: block;
  margin-top: 0.75rem;
  color: var(--muted);
}

.bottom-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  color: #fff;
  background: var(--navy);
}

.bottom-cta p {
  margin-bottom: 0;
  color: #fff;
  opacity: 0.78;
}

.site-footer {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1.35rem clamp(1rem, 4vw, 4rem);
  border-top: 0.25rem solid var(--green);
  background: var(--surface);
}

.site-copyright {
  flex: 0 0 100%;
  color: var(--muted);
  text-align: center;
}

.page-hero {
  border-left: 0.45rem solid var(--green);
  background: var(--surface);
}

.page-hero.compact h1 {
  font-size: clamp(2.3rem, 6vw, 4.2rem);
}

.service-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1px;
  background: var(--border);
}

.service-list article {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 1rem;
  padding: 1.5rem;
  border-top: 0.3rem solid var(--green);
  background: #fff;
}

.service-list article > a {
  grid-column: 2;
}

.site-breadcrumb {
  padding-block: 1rem;
  color: var(--muted);
  background: #fff;
}

.site-breadcrumb ol {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.site-breadcrumb a {
  color: var(--navy);
}

.site-breadcrumb [aria-current="page"] {
  color: var(--muted);
  font-weight: 700;
}

.detail-hero,
.about-lead {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  align-items: center;
  gap: 2rem;
}

.detail-hero > div:first-child {
  padding-left: 1rem;
  border-left: 0.45rem solid var(--green);
}

.detail-hero h1 {
  font-size: clamp(2.5rem, 6vw, 4.8rem);
}

.detail-content {
  display: grid;
  grid-template-columns: 1.3fr 0.7fr;
  gap: 2rem;
  background: var(--surface);
}

.detail-content aside {
  align-self: start;
  padding: 1.4rem;
  border-top: 0.3rem solid var(--green);
  background: #fff;
}

dl div {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  padding-block: 0.7rem;
  border-bottom: 1px solid var(--border);
}

dd {
  margin: 0;
  font-weight: 700;
}

.steps,
.timeline,
.values {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
}

.steps > div,
.timeline > div {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  padding-top: 0.85rem;
  border-top: 0.3rem solid var(--green);
}

.timeline {
  grid-template-columns: repeat(4, 1fr);
  color: #fff;
  background: var(--navy);
}

.timeline > div {
  flex-direction: column;
  align-items: flex-start;
}

.values article {
  padding-left: 1rem;
  border-left: 0.3rem solid var(--green);
}

.rating {
  display: flex;
  align-items: center;
  gap: 1rem;
  border-bottom: 1px solid var(--border);
}

.rating strong {
  font-size: 1.8rem;
}

.rating span {
  color: var(--green-text);
  font-size: 1.4rem;
}

.review-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
}

.review-grid .empty-state {
  grid-column: 1 / -1;
}

.review-card {
  display: grid;
  gap: 0.9rem;
}

.review-card p {
  margin-bottom: 0;
}

.review-card footer {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 1rem;
}

.review-card cite {
  margin-top: 0;
}

.review-card time {
  color: var(--muted);
  font-size: 0.85rem;
}

.review-stars {
  color: var(--green-text);
  letter-spacing: 0.08em;
}

.review-submission {
  display: grid;
  grid-template-columns: minmax(0, 0.75fr) minmax(0, 1.25fr);
  gap: 3rem;
  background: var(--surface);
}

.cookie-notice {
  position: fixed;
  z-index: 80;
  right: clamp(1rem, 4vw, 4rem);
  bottom: max(1rem, env(safe-area-inset-bottom));
  left: clamp(1rem, 4vw, 4rem);
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 1.5rem;
  padding: clamp(1rem, 3vw, 1.5rem);
  border: 1px solid rgb(255 255 255 / 18%);
  border-top: 0.35rem solid var(--green);
  box-shadow: 0 1.5rem 4rem rgb(5 18 49 / 35%);
  color: #fff;
  background: var(--navy);
}

.cookie-notice[hidden] {
  display: none;
}

.cookie-notice-copy strong {
  display: block;
  margin-bottom: 0.35rem;
  font-size: 1.1rem;
}

.cookie-notice-copy p {
  max-width: 55rem;
  margin: 0;
  color: rgb(255 255 255 / 82%);
}

.cookie-notice-actions {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.cookie-notice-actions a {
  color: #fff;
}

body.has-announcement-popup {
  overflow: hidden;
}

.announcement-popup {
  position: fixed;
  z-index: 90;
  inset: 0;
  display: grid;
  place-items: center;
  padding: clamp(1rem, 4vw, 3rem);
}

.announcement-popup[hidden] {
  display: none;
}

.announcement-backdrop {
  position: absolute;
  inset: 0;
  background: rgb(5 18 49 / 74%);
  backdrop-filter: blur(0.2rem);
}

.announcement-dialog {
  position: relative;
  z-index: 1;
  width: min(100%, 42rem);
  max-height: min(85vh, 48rem);
  overflow-y: auto;
  padding: clamp(1.5rem, 5vw, 3rem);
  border-top: 0.45rem solid var(--green);
  box-shadow: 0 2rem 6rem rgb(0 0 0 / 40%);
  background: #fff;
}

.announcement-dialog.is-announcement {
  border-top-color: var(--navy);
}

.announcement-dialog.is-promotion {
  border-top-color: #f2a900;
}

.announcement-close {
  position: absolute;
  top: 0.8rem;
  right: 0.8rem;
  display: grid;
  width: 2.5rem;
  height: 2.5rem;
  place-items: center;
  border: 1px solid var(--border);
  border-radius: 50%;
  color: var(--navy);
  background: #fff;
  cursor: pointer;
  font-size: 1.6rem;
  line-height: 1;
}

.announcement-label {
  display: inline-block;
  margin-bottom: 0.8rem;
  color: var(--green-text);
  font-size: 0.78rem;
  font-weight: 850;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.announcement-dialog h2 {
  max-width: calc(100% - 2.5rem);
}

.announcement-dialog p {
  margin-bottom: 0;
  color: var(--muted);
}

.announcement-actions {
  display: flex;
  justify-content: flex-end;
  margin-top: 1.5rem;
}

.review-form {
  padding: clamp(1.25rem, 3vw, 2rem);
  border-top: 0.35rem solid var(--green);
  box-shadow: var(--shadow);
  background: #fff;
}

.captcha-field {
  max-width: 18rem;
}

.policy {
  display: grid;
  grid-template-columns: minmax(13rem, 0.35fr) 1fr;
  gap: 3rem;
}

.policy aside {
  display: flex;
  align-self: start;
  flex-direction: column;
  gap: 0.7rem;
  padding-left: 1rem;
  border-left: 0.3rem solid var(--green);
}

.policy article {
  max-width: 55rem;
}

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 20rem), 1fr));
  align-items: start;
  gap: clamp(1rem, 2.5vw, 2rem);
}

.gallery-card {
  overflow: hidden;
  margin: 0;
  border: 1px solid var(--border);
  border-radius: var(--radius);
  box-shadow: 0 0.75rem 2rem rgb(10 28 73 / 8%);
  background: #fff;
  transition: box-shadow 180ms ease, transform 180ms ease;
}

.gallery-card:hover {
  box-shadow: var(--shadow);
  transform: translateY(-0.2rem);
}

.gallery-thumbnail {
  position: relative;
  display: block;
  overflow: hidden;
  color: inherit;
  background:
    linear-gradient(135deg, rgb(21 51 160 / 6%), rgb(122 204 1 / 8%)),
    var(--surface);
  text-decoration: none;
}

.gallery-thumbnail:focus-visible {
  outline: 0.25rem solid var(--green);
  outline-offset: 0.2rem;
}

.gallery-image-frame {
  display: grid;
  width: 100%;
  aspect-ratio: 4 / 3;
  place-items: center;
}

.gallery-thumbnail img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  border-bottom: 0.5rem solid var(--green);
  transition: transform 220ms ease;
}

.gallery-thumbnail:hover img {
  transform: scale(1.015);
}

.gallery-zoom-label {
  position: absolute;
  right: 0.75rem;
  bottom: 1.25rem;
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  padding: 0.45rem 0.7rem;
  border-radius: var(--radius);
  color: #fff;
  background: rgb(13 34 111 / 88%);
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.02em;
  backdrop-filter: blur(0.35rem);
}

.gallery-zoom-label span {
  color: var(--green);
  font-size: 1.15rem;
  line-height: 1;
}

.gallery-grid figcaption {
  min-height: 5.25rem;
  padding: 1rem 1.1rem 1.15rem;
}

.gallery-grid figcaption strong,
.gallery-grid figcaption span {
  display: block;
}

.gallery-grid figcaption span {
  color: var(--muted);
}

.gallery-lightbox {
  width: min(96vw, 90rem);
  max-width: none;
  height: min(94dvh, 64rem);
  max-height: none;
  padding: 0;
  border: 0;
  border-radius: var(--radius);
  color: #fff;
  background: transparent;
  overflow: hidden;
}

.gallery-lightbox::backdrop {
  background: rgb(3 9 29 / 88%);
  backdrop-filter: blur(0.35rem);
}

.gallery-lightbox-panel {
  display: grid;
  height: 100%;
  grid-template-rows: auto minmax(0, 1fr) auto;
  background: var(--navy-dark);
}

.gallery-lightbox-toolbar {
  display: flex;
  min-height: 3.75rem;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.6rem 0.8rem 0.6rem 1.25rem;
  border-bottom: 1px solid rgb(255 255 255 / 15%);
}

.gallery-lightbox-toolbar span {
  color: rgb(255 255 255 / 72%);
  font-size: 0.88rem;
  font-weight: 700;
}

.gallery-lightbox button {
  display: grid;
  width: 2.75rem;
  height: 2.75rem;
  place-items: center;
  border: 1px solid rgb(255 255 255 / 25%);
  border-radius: 50%;
  color: #fff;
  background: rgb(255 255 255 / 10%);
  cursor: pointer;
  font-size: 1.4rem;
  line-height: 1;
}

.gallery-lightbox button:hover,
.gallery-lightbox button:focus-visible {
  border-color: var(--green);
  color: var(--green);
  background: rgb(255 255 255 / 16%);
}

.gallery-lightbox-stage {
  position: relative;
  display: grid;
  min-height: 0;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: clamp(0.5rem, 2vw, 1.5rem);
  padding: clamp(0.75rem, 2vw, 1.5rem);
  background: #050b20;
}

.gallery-lightbox-stage img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 0;
  object-fit: contain;
}

.gallery-lightbox-navigation[hidden] {
  display: none;
}

.gallery-lightbox-description {
  padding: 1rem clamp(1rem, 3vw, 2rem) 1.25rem;
  border-top: 0.3rem solid var(--green);
}

.gallery-lightbox-description h2 {
  margin-bottom: 0;
  color: #fff;
  font-size: clamp(1.25rem, 2.5vw, 1.8rem);
  letter-spacing: -0.02em;
}

.gallery-lightbox-description p {
  margin: 0.35rem 0 0;
  color: rgb(255 255 255 / 72%);
}

body.has-gallery-lightbox {
  overflow: hidden;
}

@media (prefers-reduced-motion: reduce) {
  .gallery-card,
  .gallery-thumbnail img {
    transition: none;
  }
}

.empty-state {
  text-align: center;
  background: var(--surface);
}

.contact-grid {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 3rem;
}

.contact-data {
  display: grid;
  align-content: start;
  gap: 1rem;
}

.company-registration {
  margin-bottom: 0.75rem;
  padding: 1.25rem;
  border-top: 0.3rem solid var(--green);
  background: var(--surface);
}

.company-registration h2 {
  margin-bottom: 0.75rem;
  font-size: 1.5rem;
}

.company-registration dl,
.company-registration p {
  margin-bottom: 0;
}

.company-registration dl + p {
  margin-top: 1rem;
}

.company-registration dt {
  color: var(--muted);
}

.company-registration dd {
  text-align: right;
}

.contact-data article {
  padding-left: 1rem;
  border-left: 0.3rem solid var(--green);
}

.contact-data small,
.contact-data strong {
  display: block;
}

.contact-phone-list {
  display: grid;
  justify-items: start;
  gap: 0.2rem;
}

.map-placeholder {
  overflow: hidden;
  min-height: 18rem;
  border-bottom: 0.5rem solid var(--green);
  background: var(--surface);
}

.map-placeholder iframe {
  display: block;
  width: 100%;
  min-height: 18rem;
  border: 0;
}

.map-fallback {
  display: block;
  padding: 0.75rem 1rem;
  color: #fff;
  background: var(--navy);
  text-align: center;
}

.form {
  display: grid;
  align-content: start;
  gap: 1rem;
}

.field {
  display: grid;
  gap: 0.35rem;
}

.field label {
  font-weight: 700;
}

.field input,
.field select,
.field textarea {
  width: 100%;
  padding: 0.75rem 0.85rem;
  border: 1px solid #b9c0cb;
  border-radius: var(--radius);
  color: var(--text);
  background: #fff;
}

.field input:focus,
.field select:focus,
.field textarea:focus {
  outline: 3px solid rgb(122 204 1 / 28%);
  border-color: var(--green-text);
}

.field-validation-error,
.validation-summary-errors {
  color: var(--danger);
}

.validation-summary-valid,
.field-validation-valid {
  display: none;
}

.checkbox {
  display: flex;
  align-items: flex-start;
  gap: 0.6rem;
}

.checkbox input {
  width: 1.15rem;
  height: 1.15rem;
  margin-top: 0.25rem;
}

.honeypot {
  position: absolute;
  left: -10000px;
}

.notice {
  padding: 0.9rem 1rem;
  border-left: 0.3rem solid var(--green);
  background: #efffda;
}

.notice-error {
  border-color: var(--danger);
  background: #fff1f0;
}

@media (max-width: 850px) {
  .desktop-nav {
    display: none;
  }

  .mobile-nav {
    display: block;
  }

  .mobile-nav summary {
    padding: 0.6rem 0.85rem;
    border: 1px solid rgb(255 255 255 / 50%);
    cursor: pointer;
    list-style: none;
  }

  .mobile-nav nav {
    position: absolute;
    right: 1rem;
    left: 1rem;
    display: grid;
    margin-top: 0.65rem;
    padding: 0.75rem;
    box-shadow: var(--shadow);
    background: var(--navy-dark);
  }

  .mobile-nav nav a {
    padding: 0.75rem;
    color: #fff;
  }

  .mobile-nav nav a.is-active {
    border-left: 0.25rem solid var(--green);
    background: rgb(255 255 255 / 8%);
  }

  .hero,
  .about-preview,
  .review-preview,
  .detail-hero,
  .about-lead,
  .detail-content,
  .contact-grid,
  .review-submission,
  .policy {
    grid-template-columns: 1fr;
  }

  .hero-copy {
    order: 2;
  }

  .about-detail-photo {
    width: 100%;
  }

  .trust {
    grid-template-columns: repeat(2, 1fr);
  }

  .service-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .policy {
    gap: 1.5rem;
  }

  .cookie-notice {
    grid-template-columns: 1fr;
    gap: 1rem;
  }
}

@media (max-width: 560px) {
  h1 {
    font-size: clamp(2.4rem, 13vw, 3.5rem);
  }

  .site-header {
    min-height: 4.7rem;
  }

  .brand-logo {
    width: 3.25rem;
    height: 3.25rem;
  }

  .service-grid,
  .service-list,
  .steps,
  .timeline,
  .values,
  .review-grid,
  .gallery-grid {
    grid-template-columns: 1fr;
  }

  .trust {
    grid-template-columns: 1fr;
  }

  .section-heading,
  .bottom-cta,
  .rating,
  .site-footer {
    align-items: flex-start;
    flex-direction: column;
  }

  .content-section,
  .about-copy,
  .review-preview,
  .bottom-cta,
  .page-hero,
  .detail-hero,
  .detail-content,
  .steps,
  .service-list,
  .about-lead,
  .timeline,
  .values,
  .rating,
  .review-grid,
  .review-submission,
  .policy,
  .gallery-grid,
  .contact-grid,
  .empty-state {
    padding: 2rem 1rem;
  }

  .site-breadcrumb {
    padding: 1rem;
  }

  .gallery-lightbox {
    width: 100vw;
    height: 100dvh;
    border-radius: 0;
  }

  .gallery-lightbox-stage {
    grid-template-columns: 1fr;
    padding: 0.5rem;
  }

  .gallery-lightbox-navigation {
    position: absolute;
    z-index: 1;
    top: 50%;
    transform: translateY(-50%);
  }

  .gallery-lightbox-navigation.is-previous {
    left: 0.75rem;
  }

  .gallery-lightbox-navigation.is-next {
    right: 0.75rem;
  }

  .gallery-lightbox-description {
    padding-bottom: max(1rem, env(safe-area-inset-bottom));
  }

  .cookie-notice-actions {
    align-items: stretch;
    flex-direction: column;
  }
}
