/* Plank Bros Ltd — plankbros.co.uk */

:root {
  --green-deep: #142a1f;
  --green-mid: #1f3d2c;
  --green-highlight: #2a4f3a;
  --green-cta: #234832;
  --green-cta-dark: #1a3628;
  --cream: #f3efe6;
  --sand: #e6e0d4;
  --stone: #d8d2c6;
  --text: #252320;
  --text-muted: #5c5852;
  --soil: #4a3528;
  --soil-deep: #3d2a1f;
  --soil-light: #5d4334;
  --dark-neutral: #171512;
  --dark-neutral-mid: #221f1b;
  --white: #faf8f4;
  --shadow-soft: 0 18px 40px rgba(15, 12, 8, 0.18);
  --shadow-lift: 0 28px 60px rgba(10, 8, 6, 0.35);
  --ease-out: cubic-bezier(0.22, 1, 0.36, 1);
  --font-display: "Fraunces", Georgia, "Times New Roman", serif;
  --font-body: "Source Sans 3", system-ui, sans-serif;
  --header-h: 4.25rem;
}

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

html {
  scroll-behavior: smooth;
  scrollbar-gutter: stable;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

#main section[id] {
  scroll-margin-top: calc(var(--header-h) + 0.75rem);
}

body {
  margin: 0;
  font-family: var(--font-body);
  font-size: 1.05rem;
  line-height: 1.6;
  color: var(--text);
  background: var(--cream);
}

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

.skip-link {
  position: absolute;
  left: -9999px;
  top: 0.75rem;
  background: var(--white);
  color: var(--green-deep);
  padding: 0.5rem 1rem;
  z-index: 10000;
  font-weight: 600;
}
.skip-link:focus {
  left: 0.75rem;
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.wrap {
  width: min(1120px, 92%);
  max-width: 100%;
  margin-inline: auto;
}

/* —— Header —— */
.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 900;
  background: linear-gradient(180deg, rgba(20, 42, 31, 0.92) 0%, rgba(20, 42, 31, 0.75) 100%);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid rgba(243, 239, 230, 0.12);
}

.site-header__inner {
  width: min(1120px, 92%);
  max-width: 100%;
  margin-inline: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  min-height: var(--header-h);
  padding-block: 0.35rem;
}

.site-logo {
  text-decoration: none;
  color: var(--cream);
  display: flex;
  flex-direction: row;
  align-items: baseline;
  gap: 0.45rem;
  flex-shrink: 0;
}

.site-logo__name {
  font-family: var(--font-display);
  font-size: 1.35rem;
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 1.1;
}

.site-logo__tag {
  font-size: 0.72rem;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  opacity: 0.85;
  white-space: nowrap;
}

.site-nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: nowrap;
  gap: 1.25rem;
  justify-content: flex-end;
}

.site-nav a {
  color: rgba(243, 239, 230, 0.9);
  text-decoration: none;
  font-weight: 600;
  font-size: 0.92rem;
  letter-spacing: 0.03em;
  position: relative;
  white-space: nowrap;
  line-height: 1.2;
  font-synthesis: none;
}

.site-nav a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -0.28rem;
  width: 0;
  height: 2px;
  background: var(--sand);
  transition: width 0.25s var(--ease-out);
}

.site-nav a:hover::after,
.site-nav a:focus-visible::after {
  width: 100%;
}

.nav-toggle {
  display: none;
  flex-direction: column;
  gap: 5px;
  background: transparent;
  border: 0;
  cursor: pointer;
  padding: 0.5rem;
}

.nav-toggle span {
  display: block;
  width: 24px;
  height: 2px;
  background: var(--cream);
}

.site-nav-panel {
  background: var(--green-deep);
  border-top: 1px solid rgba(243, 239, 230, 0.12);
  padding: 1rem 1.25rem 1.5rem;
}

.site-nav-panel ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.site-nav-panel a {
  display: block;
  padding: 0.65rem 0;
  color: var(--cream);
  text-decoration: none;
  font-weight: 600;
  border-bottom: 1px solid rgba(243, 239, 230, 0.08);
}

@media (max-width: 860px) {
  .site-nav {
    display: none;
  }
  .nav-toggle {
    display: flex;
  }
}

@media (min-width: 861px) {
  .site-nav-panel {
    display: none !important;
  }
}

/* —— Sections base —— */
section {
  position: relative;
}

.section-title {
  font-family: var(--font-display);
  font-size: clamp(1.85rem, 4vw, 2.65rem);
  font-weight: 700;
  line-height: 1.15;
  margin: 0 0 1rem;
  letter-spacing: -0.02em;
}

.section-sub {
  font-size: 1.1rem;
  color: var(--text-muted);
  max-width: 38rem;
  margin: 0;
  line-height: 1.55;
}

.section-sub--tight {
  color: rgba(243, 239, 230, 0.88);
}

.section-head {
  margin-bottom: 2.5rem;
}

.section-head--on-dark .section-title {
  color: var(--cream);
}

.section-head--on-dark .section-sub {
  color: rgba(243, 239, 230, 0.78);
}

.lead {
  font-size: 1.18rem;
  line-height: 1.65;
  color: var(--text);
}

.lead--on-soil {
  color: rgba(250, 248, 244, 0.92);
}

/* Angled dividers */
.angle {
  position: absolute;
  left: 0;
  right: 0;
  height: clamp(48px, 6vw, 72px);
  pointer-events: none;
  z-index: 2;
}

.angle--bottom {
  bottom: 0;
  clip-path: polygon(0 0, 100% 55%, 100% 100%, 0 100%);
}

.angle--top {
  top: 0;
  clip-path: polygon(0 0, 100% 0, 100% 45%, 0 100%);
}

.angle--to-light {
  background: var(--sand);
}

.angle--to-dark {
  background: var(--dark-neutral);
}

.angle--to-green {
  background: var(--green-deep);
}

.angle--from-light {
  background: var(--sand);
}

.section--angled-top {
  padding-top: clamp(4rem, 9vw, 6rem);
}

.section--angled-bottom {
  position: relative;
  padding-bottom: clamp(4rem, 9vw, 6rem);
}

/* —— Colour bands —— */
.section--green-deep {
  background: linear-gradient(165deg, var(--green-deep) 0%, var(--green-mid) 45%, var(--green-highlight) 100%);
  color: var(--cream);
  padding-block: clamp(4.5rem, 10vw, 6.5rem);
}

.section--light {
  background: linear-gradient(180deg, var(--sand) 0%, var(--cream) 35%, var(--white) 100%);
  color: var(--text);
  padding-block: clamp(4.25rem, 9vw, 6rem);
}

.section--soil {
  background: linear-gradient(135deg, var(--soil-deep) 0%, var(--soil) 50%, var(--soil-light) 100%);
  color: var(--cream);
  padding-block: clamp(4.5rem, 10vw, 7rem);
  box-shadow: inset 0 0 80px rgba(0, 0, 0, 0.15);
}

.section-title--on-soil {
  color: var(--cream);
}

.section--dark-neutral {
  background: radial-gradient(ellipse 120% 80% at 50% 0%, var(--dark-neutral-mid) 0%, var(--dark-neutral) 55%);
  color: var(--cream);
  padding-block: clamp(4.5rem, 10vw, 6.5rem);
}

.section--green-cta {
  background: linear-gradient(175deg, var(--green-cta) 0%, var(--green-cta-dark) 100%);
  color: var(--cream);
  padding-block: clamp(3.5rem, 8vw, 5rem);
  box-shadow: 0 -12px 40px rgba(0, 0, 0, 0.2);
}

/* —— Hero —— */
.hero {
  min-height: min(92vh, 860px);
  display: flex;
  align-items: flex-end;
  padding-top: calc(var(--header-h) + 2rem);
  /* Large bottom padding lifts the flex-end block up — keeps left band, sits higher on the image */
  padding-bottom: clamp(7rem, 22vh, 14rem);
  position: relative;
  overflow: hidden;
}

.hero__bg {
  position: absolute;
  inset: 0;
  background-image: image-set(
    url("../images/hero/hero.webp") type("image/webp"),
    url("../images/hero/hero.jpg") type("image/jpeg")
  );
  background-size: cover;
  background-position: center 42%;
  transform: scale(1.03);
}

@media (max-width: 820px) {
  .hero__bg {
    background-image: image-set(
      url("../images/hero/hero-mobile.webp") type("image/webp"),
      url("../images/hero/hero-mobile.jpg") type("image/jpeg")
    );
  }
}

.hero__bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    105deg,
    rgba(20, 42, 31, 0.88) 0%,
    rgba(20, 42, 31, 0.55) 42%,
    rgba(20, 42, 31, 0.35) 100%
  );
}

.hero__bg-media {
  position: absolute;
  inset: 0;
  display: block;
}

.hero__bg-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 42%;
  transform: scale(1.03);
}

.hero__bg-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    105deg,
    rgba(20, 42, 31, 0.88) 0%,
    rgba(20, 42, 31, 0.55) 42%,
    rgba(20, 42, 31, 0.35) 100%
  );
}

.hero__content {
  position: relative;
  z-index: 3;
  width: min(1120px, 92%);
  max-width: 100%;
  margin-inline: auto;
  padding-bottom: 0.5rem;
  transform: translateY(-clamp(2rem, 5vw, 4.5rem));
}

/* Homepage only — slightly higher than inner-page heroes */
.hero.section--green-deep:not(.hero--subpage) {
  padding-bottom: clamp(11rem, 33vh, 18.5rem);
}

.hero.section--green-deep:not(.hero--subpage) .hero__content {
  transform: translateY(-clamp(4rem, 7vw, 7rem));
}

.hero__kicker {
  font-size: 0.82rem;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  margin: 0 0 0.75rem;
  opacity: 0.86;
  font-weight: 600;
}

.hero__title {
  font-family: var(--font-display);
  font-size: clamp(2.75rem, 7vw, 4.25rem);
  font-weight: 700;
  margin: 0 0 0.75rem;
  line-height: 1.05;
  letter-spacing: -0.03em;
  text-shadow: 0 4px 40px rgba(0, 0, 0, 0.45);
}

.hero__slogan {
  font-size: clamp(1.15rem, 2.5vw, 1.4rem);
  max-width: 26rem;
  margin: 0 0 2rem;
  line-height: 1.45;
  opacity: 0.94;
  font-weight: 500;
}

.hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}

/* Buttons */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.85rem 1.6rem;
  font-family: var(--font-body);
  font-weight: 700;
  font-size: 0.98rem;
  text-decoration: none;
  border-radius: 2px;
  border: 2px solid transparent;
  cursor: pointer;
  transition: transform 0.2s var(--ease-out), box-shadow 0.2s var(--ease-out), background 0.2s;
}

.btn--cream {
  background: var(--cream);
  color: var(--green-deep);
  box-shadow: var(--shadow-soft);
}

.btn--cream:hover {
  transform: translateY(-2px);
  box-shadow: var(--shadow-lift);
}

.btn--ghost {
  background: transparent;
  color: var(--cream);
  border-color: rgba(243, 239, 230, 0.45);
}

.btn--ghost:hover {
  border-color: var(--cream);
  background: rgba(255, 255, 255, 0.06);
}

.btn--soil-outline {
  background: transparent;
  color: var(--cream);
  border-color: rgba(250, 248, 244, 0.5);
}

.btn--soil-outline:hover {
  background: rgba(0, 0, 0, 0.15);
}

.btn--lg {
  padding: 1rem 1.85rem;
  font-size: 1.05rem;
}

/* —— Intro —— */
.intro {
  margin-top: -1px;
}

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

.intro__copy .lead {
  margin-bottom: 1.25rem;
}

@media (max-width: 820px) {
  .intro__grid {
    grid-template-columns: 1fr;
  }
  .intro__visual {
    order: -1;
  }
}

.photo-stack {
  position: relative;
  max-width: 520px;
  margin-left: auto;
  margin-right: clamp(0rem, 3vw, 2rem);
}

.photo-stack__back {
  position: absolute;
  width: 78%;
  right: -4%;
  top: 8%;
  border-radius: 3px;
  box-shadow: var(--shadow-soft);
  transform: rotate(4deg);
  opacity: 0.95;
  z-index: 1;
}

.photo-stack__front {
  position: relative;
  z-index: 2;
  border-radius: 3px;
  box-shadow: var(--shadow-lift);
  transform: rotate(-1.5deg);
  border: 4px solid var(--white);
}

/* Services — compact intro: narrow photo column, small stack */
.subpage-intro {
  position: relative;
  padding-block: clamp(2rem, 4.5vw, 2.85rem);
}

.subpage-intro .wrap {
  position: relative;
  z-index: 3;
}

.subpage-intro .angle--bottom {
  z-index: 1;
}

.subpage-intro .section-title {
  margin-bottom: 0.7rem;
}

.subpage-intro .intro__grid {
  grid-template-columns: 1fr minmax(0, 360px);
  gap: clamp(1.25rem, 3vw, 2rem);
  height: clamp(230px, 24vw, 280px);
  align-items: start;
  padding-top: clamp(0.65rem, 1.6vw, 1rem);
}

.subpage-intro .intro__visual {
  height: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  overflow: hidden;
}

.subpage-intro .photo-stack {
  width: min(100%, 380px);
  height: clamp(180px, 22vw, 230px);
  margin-right: 0;
  margin-left: auto;
  position: relative;
  overflow: hidden;
  border-radius: 4px;
}

.subpage-intro .photo-stack__front,
.subpage-intro .photo-stack__back {
  position: absolute;
  width: 47%;
  height: 88%;
  top: 6%;
  object-fit: cover;
  border: 3px solid var(--white);
  border-radius: 4px;
  box-shadow: 0 12px 24px rgba(15, 12, 8, 0.2);
}

.subpage-intro .photo-stack__back {
  left: 49%;
  transform: rotate(4deg);
  z-index: 1;
}

.subpage-intro .photo-stack__front {
  left: 8%;
  transform: rotate(-4deg);
  z-index: 2;
}

.subpage-intro .lead {
  max-width: 40rem;
  margin-bottom: 0;
  font-size: 1.06rem;
  line-height: 1.55;
}

.subpage-intro .intro__copy {
  min-height: clamp(126px, 14vw, 152px);
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding-top: 0;
}

@media (max-width: 820px) {
  .subpage-intro .intro__grid {
    grid-template-columns: 1fr;
    height: auto;
  }

  .subpage-intro {
    padding-bottom: clamp(4.5rem, 12vw, 5.5rem);
  }

  .subpage-intro .intro__visual {
    height: auto;
    justify-content: center;
  }

  .subpage-intro .photo-stack {
    width: 100%;
    max-width: 420px;
    height: clamp(170px, 56vw, 240px);
  }
}

/* Services — bottom strip: text + overlapping thumb chips */
.services-closer__row {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: space-between;
  gap: 1rem 1.75rem;
}

.services-closer__text {
  flex: 1 1 16rem;
  min-width: 0;
}

.services-closer__title {
  font-family: var(--font-display);
  font-size: clamp(1.35rem, 3vw, 1.55rem);
  font-weight: 700;
  letter-spacing: -0.02em;
  color: var(--green-deep);
  margin: 0 0 0.45rem;
}

.services-closer__p {
  margin: 0;
  font-size: 0.98rem;
  line-height: 1.55;
  color: var(--text-muted);
  max-width: 36rem;
}

.services-closer__gallery-link {
  margin: 0.65rem 0 0;
  font-size: 0.95rem;
}

.services-closer__gallery-link a {
  font-weight: 700;
  color: var(--green-deep);
  text-decoration: underline;
  text-decoration-color: rgba(20, 42, 31, 0.35);
  text-underline-offset: 0.15em;
}

.services-closer__gallery-link a:hover {
  text-decoration-color: var(--green-deep);
}

.services-closer__thumbs {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  flex-shrink: 0;
}

.services-closer__thumbs li {
  width: clamp(3.75rem, 11vw, 4.85rem);
  aspect-ratio: 1;
  border-radius: 3px;
  overflow: hidden;
  box-shadow: 0 8px 22px rgba(15, 12, 8, 0.16);
  border: 2px solid var(--white);
  margin-left: -0.85rem;
  position: relative;
}

.services-closer__thumbs li:first-child {
  margin-left: 0;
  transform: rotate(-2.5deg);
  z-index: 1;
}

.services-closer__thumbs li:nth-child(2) {
  transform: translateY(-5px) rotate(1.5deg);
  z-index: 2;
}

.services-closer__thumbs li:nth-child(3) {
  transform: rotate(-1deg);
  z-index: 3;
}

.services-closer__thumbs img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

@media (max-width: 620px) {
  .services-closer__row {
    flex-direction: column;
    align-items: stretch;
  }

  .services-closer__thumbs {
    order: -1;
    justify-content: center;
    padding-bottom: 0.35rem;
  }
}

/* —— Services —— */
.services {
  position: relative;
  padding-bottom: clamp(5rem, 11vw, 7rem);
}

.service-grid {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
  gap: 1.35rem;
}

.service-card {
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(243, 239, 230, 0.12);
  padding: 1.5rem 1.45rem 1.65rem;
  border-radius: 3px;
  box-shadow: 0 16px 36px rgba(0, 0, 0, 0.18);
  transition: transform 0.25s var(--ease-out), box-shadow 0.25s;
}

.service-card:hover {
  transform: translateY(-4px) rotate(0deg);
  box-shadow: 0 22px 50px rgba(0, 0, 0, 0.28);
}

.service-card h3 {
  font-family: var(--font-display);
  font-size: 1.2rem;
  margin: 0 0 0.5rem;
  color: var(--cream);
}

.service-card p {
  margin: 0;
  font-size: 0.98rem;
  line-height: 1.55;
  color: rgba(243, 239, 230, 0.92);
}

.service-card__nowrap {
  white-space: nowrap;
}

.service-card--offset {
  transform: none;
}

.service-card--tilt {
  transform: none;
}

.service-card--offset.service-card--tilt {
  transform: none;
}

@media (max-width: 600px) {
  .service-card--offset,
  .service-card--tilt,
  .service-card--offset.service-card--tilt {
    transform: none;
  }
}

/* —— Trust —— */
.trust__layout {
  display: grid;
  grid-template-columns: 1.4fr 0.9fr;
  gap: 2.5rem;
  align-items: start;
}

.trust__panel--main {
  background: var(--white);
  padding: 2rem 2rem 2.25rem;
  border-radius: 4px;
  box-shadow: var(--shadow-soft);
  transform: rotate(-0.35deg);
  border: 1px solid rgba(37, 35, 32, 0.06);
}

.trust-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 1.35rem;
}

.trust-list li {
  display: grid;
  gap: 0.35rem;
  padding-left: 1.15rem;
  border-left: 3px solid var(--green-mid);
}

.trust-list strong {
  font-size: 1.05rem;
  display: block;
}

.trust-list span {
  color: var(--text-muted);
  font-size: 0.98rem;
}

.trust__panel--side {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.stat-block {
  background: linear-gradient(145deg, var(--stone) 0%, var(--sand) 100%);
  padding: 1.75rem 1.5rem;
  border-radius: 4px;
  box-shadow: var(--shadow-soft);
  text-align: center;
  border: 1px solid rgba(37, 35, 32, 0.08);
}

.stat-block--rot {
  transform: rotate(1.2deg);
}

.stat-block__num {
  font-family: var(--font-display);
  font-size: 2.75rem;
  font-weight: 700;
  color: var(--green-deep);
  display: block;
  line-height: 1;
}

.stat-block__label {
  font-size: 0.95rem;
  color: var(--text-muted);
  font-weight: 600;
}

.pull-quote {
  background: var(--green-deep);
  color: var(--cream);
  padding: 1.5rem 1.35rem 1.6rem;
  border-radius: 4px;
  box-shadow: var(--shadow-lift);
  transform: translateX(-6px) rotate(-0.8deg);
}

.pull-quote p {
  margin: 0 0 0.75rem;
  font-family: var(--font-display);
  font-size: 1.15rem;
  font-style: italic;
  line-height: 1.45;
}

.pull-quote--statement p {
  font-style: normal;
}

.pull-quote__note {
  font-size: 0.8rem;
  opacity: 0.75;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

@media (max-width: 900px) {
  .trust__layout {
    grid-template-columns: 1fr;
  }
  .trust__panel--main {
    transform: none;
  }
  .stat-block--rot,
  .pull-quote {
    transform: none;
  }
}

/* —— Areas —— */
.areas__inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: clamp(2rem, 5vw, 3.75rem);
  align-items: start;
}

.areas__intro .lead {
  margin-bottom: 1rem;
}

.areas__detail {
  color: rgba(250, 248, 244, 0.85);
  margin: 0 0 1.5rem;
  max-width: 38rem;
  font-size: 1rem;
  line-height: 1.65;
}

.areas__coverage {
  display: flex;
  flex-direction: column;
  gap: 1.65rem;
  padding: 1.65rem 1.75rem 1.85rem;
  background: rgba(0, 0, 0, 0.16);
  border: 1px solid rgba(250, 248, 244, 0.14);
  border-radius: 4px;
}

.areas__group-title {
  font-family: var(--font-body);
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.11em;
  margin: 0 0 0.75rem;
  color: rgba(243, 239, 230, 0.9);
}

.areas__tags {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
}

.areas__tags li {
  padding: 0.42rem 0.8rem;
  font-size: 0.94rem;
  font-weight: 600;
  color: rgba(250, 248, 244, 0.95);
  background: rgba(0, 0, 0, 0.22);
  border: 1px solid rgba(250, 248, 244, 0.16);
  border-radius: 2px;
  line-height: 1.3;
}

@media (max-width: 820px) {
  .areas__inner {
    grid-template-columns: 1fr;
  }
}

/* —— Gallery —— */
.gallery__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.25rem;
  align-items: stretch;
}

.gallery__empty {
  grid-column: 1 / -1;
  margin: 0;
  padding: 2.5rem 1rem;
  text-align: center;
  font-size: 1.05rem;
  line-height: 1.55;
  max-width: 38rem;
  justify-self: center;
}

.gallery__empty-hint {
  display: block;
  margin-top: 0.65rem;
  font-size: 0.95rem;
  opacity: 0.9;
  font-weight: 400;
}

.gallery__empty code {
  font-size: 0.88em;
  word-break: break-all;
}

.gallery.section--dark-neutral .gallery__empty {
  color: rgba(255, 248, 235, 0.92);
}

.gallery.section--green-deep .gallery__empty {
  color: rgba(255, 248, 235, 0.92);
}

.gallery__cell {
  margin: 0;
  cursor: zoom-in;
}

.gallery__cell:focus-visible {
  outline: none;
}

.gallery__cell:focus-visible .gallery__frame {
  outline: 3px solid var(--cream);
  outline-offset: 3px;
}

.gallery__frame {
  position: relative;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  border-radius: 4px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.4);
  background: var(--dark-neutral-mid);
}

.gallery__frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
  transition: transform 0.45s var(--ease-out);
  transform: scale(1);
}

.gallery__cell:hover .gallery__frame img,
.gallery__cell:focus-within .gallery__frame img {
  transform: scale(1.05);
}

@media (max-width: 720px) {
  .gallery__grid {
    grid-template-columns: 1fr;
    gap: 1rem;
  }
}

/* Gallery — featured strip + standard grid (e.g. gallery page) */
.gallery__featured {
  display: grid;
  grid-template-columns: minmax(0, 1.22fr) minmax(0, 1fr);
  gap: 0.65rem 0.85rem;
  margin-bottom: 1.35rem;
  align-items: stretch;
}

.gallery__featured-side {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-template-rows: repeat(2, auto);
  gap: 0.65rem;
  min-width: 0;
  align-content: start;
}

.gallery__cell--featured {
  margin: 0;
  min-width: 0;
  min-height: 0;
  height: 100%;
  align-self: stretch;
  display: flex;
  flex-direction: column;
  cursor: zoom-in;
}

.gallery__cell--featured .gallery__frame {
  flex: 1 1 auto;
  min-height: 16rem;
  aspect-ratio: unset;
  width: 100%;
  height: 100%;
}

.gallery__cell--support {
  margin: 0;
  min-width: 0;
  cursor: zoom-in;
}

.gallery__cell--support .gallery__frame {
  aspect-ratio: 4 / 3;
  width: 100%;
  height: auto;
}

.gallery__grid--standard {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.25rem;
  align-items: stretch;
}

.gallery-intro .wrap {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.97), var(--white) 100%);
  border: 1px solid rgba(37, 35, 32, 0.08);
  border-radius: 4px;
  box-shadow: 0 8px 20px rgba(15, 12, 8, 0.06);
  padding: clamp(0.9rem, 2.1vw, 1.2rem);
  min-height: clamp(210px, 24vw, 250px);
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.gallery-intro .intro__copy {
  min-height: 0;
}

.gallery-intro__lead {
  max-width: 40rem;
  margin-bottom: 0;
}

@media (max-width: 720px) {
  .gallery__featured {
    grid-template-columns: 1fr;
    gap: 0.65rem;
  }

  .gallery__cell--featured {
    height: auto;
  }

  .gallery__cell--featured .gallery__frame {
    aspect-ratio: 4 / 3;
    min-height: 0;
    height: auto;
    flex: none;
    width: 100%;
  }

  .gallery__featured-side {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.5rem;
  }

  .gallery__grid--standard {
    grid-template-columns: 1fr;
    gap: 1rem;
  }
}

/* Gallery pagination (static HTML links) */
.gallery-pagination {
  margin-top: 2rem;
  padding-top: 1.5rem;
  border-top: 1px solid rgba(243, 239, 230, 0.14);
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 0.85rem 1.25rem;
}

.gallery-pagination__link {
  font-family: var(--font-body);
  font-weight: 700;
  font-size: 0.94rem;
  text-decoration: none;
  color: rgba(243, 239, 230, 0.92);
  padding: 0.5rem 0.35rem;
  border-bottom: 2px solid transparent;
  transition: color 0.2s var(--ease-out), border-color 0.2s var(--ease-out);
  min-height: 44px;
  display: inline-flex;
  align-items: center;
}

button.gallery-pagination__link {
  background: transparent;
  border: 0;
  cursor: pointer;
}

.gallery-pagination__link:hover {
  color: var(--cream);
  border-bottom-color: rgba(243, 239, 230, 0.45);
}

.gallery-pagination__link--disabled {
  color: rgba(243, 239, 230, 0.35);
  pointer-events: none;
  cursor: default;
  border-bottom-color: transparent;
}

.gallery-pagination__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 0.4rem;
}

.gallery-pagination__list li {
  margin: 0;
}

.gallery-pagination__num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 2.65rem;
  min-height: 2.65rem;
  padding: 0.35rem 0.65rem;
  font-family: var(--font-body);
  font-weight: 700;
  font-size: 0.95rem;
  text-decoration: none;
  color: rgba(243, 239, 230, 0.88);
  border: 1px solid rgba(243, 239, 230, 0.18);
  border-radius: 2px;
  background: rgba(0, 0, 0, 0.12);
  transition: background 0.2s var(--ease-out), color 0.2s var(--ease-out), border-color 0.2s, transform 0.2s;
}

.gallery-pagination__num:hover {
  background: rgba(243, 239, 230, 0.08);
  border-color: rgba(243, 239, 230, 0.35);
  color: var(--cream);
  transform: translateY(-1px);
}

.gallery-pagination__num.is-current,
.gallery-pagination__num[aria-current="page"] {
  background: var(--cream);
  color: var(--green-deep);
  border-color: rgba(243, 239, 230, 0.35);
  pointer-events: none;
  cursor: default;
}

.gallery-pagination__num.is-current:hover,
.gallery-pagination__num[aria-current="page"]:hover {
  transform: none;
}

@media (max-width: 560px) {
  .gallery-pagination {
    flex-direction: column;
    gap: 1rem;
  }

  .gallery-pagination__list {
    order: -1;
  }
}

/* —— CTA —— */
.cta__inner {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: space-between;
  gap: 2rem;
}

.cta__text {
  flex: 1 1 280px;
  max-width: 34rem;
}

.cta__text .section-title {
  color: var(--cream);
}

.cta__actions {
  flex: 0 1 auto;
}

.cta__fineprint {
  margin: 1rem 0 0;
  font-size: 0.88rem;
  opacity: 0.8;
}

.cta__fineprint a {
  color: inherit;
}

/* —— Footer —— */
.site-footer {
  background: var(--dark-neutral);
  color: rgba(243, 239, 230, 0.72);
  padding: 1.5rem 0 2rem;
  font-size: 0.92rem;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
}

.site-footer__main {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1rem 2rem;
}

.site-footer__copy {
  flex: 1 1 15rem;
  min-width: 0;
}

.site-footer__copy > p {
  margin: 0.35rem 0;
}

.site-footer__copy > p:first-child {
  margin-top: 0;
}

.site-footer__social {
  flex-shrink: 0;
  margin: 0;
  display: flex;
  align-items: center;
  align-self: center;
}

.site-footer__social-links {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  gap: 0.5rem 1.15rem;
}

@media (max-width: 560px) {
  .site-footer__social {
    align-self: flex-end;
    margin-left: auto;
  }
}

.site-footer__meta {
  font-size: 0.85rem;
  opacity: 0.7;
}

.site-footer__social-link {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  color: rgba(243, 239, 230, 0.88);
  text-decoration: none;
  font-weight: 600;
  font-size: 0.88rem;
  border-radius: 4px;
  padding: 0.25rem 0.35rem 0.25rem 0.15rem;
  margin: -0.25rem -0.35rem -0.25rem -0.15rem;
  transition: color 0.2s var(--ease-out), background 0.2s var(--ease-out);
}

.site-footer__social-link:hover {
  color: var(--cream);
  background: rgba(255, 255, 255, 0.06);
}

.site-footer__social-icon {
  flex-shrink: 0;
  width: 1.35rem;
  height: 1.35rem;
  opacity: 0.95;
}

/* Facebook brand blue (Meta) */
.site-footer__social-icon--facebook path {
  fill: #1877f2;
}

.site-footer__social-link--facebook:hover .site-footer__social-icon--facebook path {
  fill: #42a5ff;
}

/* Google “G” — colours unchanged on hover */
.site-footer__social-icon--google {
  width: 1.28rem;
  height: 1.28rem;
}

.site-footer__credit {
  font-size: 0.8rem;
  opacity: 0.62;
  margin: 0.5rem 0 0;
  line-height: 1.45;
}

.site-footer__credit a {
  color: rgba(243, 239, 230, 0.88);
  text-decoration: underline;
  text-decoration-color: rgba(243, 239, 230, 0.28);
  text-underline-offset: 0.12em;
}

.site-footer__credit a:hover {
  text-decoration-color: rgba(243, 239, 230, 0.55);
}

/* —— Lightbox —— */
.lightbox {
  position: fixed;
  inset: 0;
  z-index: 2000;
  background: rgba(10, 8, 6, 0.92);
  display: grid;
  place-items: center;
  padding: 1.5rem;
  cursor: zoom-out;
}

.lightbox__img {
  max-width: min(1200px, calc(100vw - 3rem));
  max-height: calc(100vh - 3rem);
  object-fit: contain;
  border-radius: 4px;
  box-shadow: var(--shadow-lift);
}

@media (max-width: 640px) {
  .lightbox {
    padding: 0.75rem;
  }

  .lightbox__img {
    max-width: calc(100vw - 1.5rem);
    max-height: calc(100vh - 1.5rem);
  }
}

.lightbox__close {
  position: fixed;
  top: 1rem;
  right: 1rem;
  background: var(--cream);
  color: var(--green-deep);
  border: 0;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  font-size: 1.75rem;
  line-height: 1;
  cursor: pointer;
  font-weight: 300;
}

.lightbox[hidden] {
  display: none !important;
}

/* —— Inner pages (shared with homepage system) —— */
.hero--subpage {
  min-height: clamp(340px, 50vh, 520px);
  align-items: flex-end;
  justify-content: flex-start;
  padding-bottom: clamp(5rem, 14vh, 8.5rem);
}

.hero--subpage .hero__title {
  font-size: clamp(2.15rem, 5vw, 3.15rem);
}

.hero--subpage .hero__content {
  padding-bottom: 0;
  transform: translateY(-clamp(1.25rem, 3vw, 3rem));
}

.hero--subpage .hero__slogan {
  max-width: 36rem;
  margin-bottom: 1.5rem;
}

.site-nav a.is-current::after {
  width: 100%;
  opacity: 0.9;
}

.values-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 1.25rem;
}

.value-card {
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(243, 239, 230, 0.12);
  border-radius: 4px;
  padding: 1.5rem 1.4rem 1.6rem;
  box-shadow: 0 14px 36px rgba(0, 0, 0, 0.35);
}

.value-card h3 {
  font-family: var(--font-display);
  font-size: 1.2rem;
  margin: 0 0 0.65rem;
  color: var(--cream);
}

.value-card p {
  margin: 0;
  font-size: 0.97rem;
  line-height: 1.55;
  color: rgba(243, 239, 230, 0.82);
}

.prose p {
  margin: 0 0 1rem;
}

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

.services-intro-focus {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-top: 1.25rem;
}

.services-intro-focus span {
  padding: 0.42rem 0.9rem;
  background: var(--white);
  border: 1px solid rgba(37, 35, 32, 0.1);
  font-weight: 700;
  font-size: 0.88rem;
  color: var(--green-deep);
  border-radius: 2px;
  box-shadow: 0 4px 14px rgba(15, 12, 8, 0.06);
}

.service-category {
  background: var(--white);
  border: 1px solid rgba(37, 35, 32, 0.08);
  border-radius: 4px;
  padding: 1.6rem 1.65rem 1.75rem;
  box-shadow: var(--shadow-soft);
  height: 100%;
}

.service-category h3 {
  font-family: var(--font-display);
  font-size: 1.28rem;
  margin: 0 0 1rem;
  color: var(--green-deep);
  letter-spacing: -0.02em;
}

.service-category ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
}

.service-category li {
  padding-left: 0.95rem;
  border-left: 3px solid var(--green-mid);
  font-size: 0.98rem;
  line-height: 1.55;
  color: var(--text-muted);
}

.service-category--on-dark {
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid rgba(243, 239, 230, 0.12);
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.28);
}

.service-category--on-dark h3 {
  color: var(--cream);
}

.service-category--on-dark li {
  color: rgba(243, 239, 230, 0.84);
  border-left-color: rgba(243, 239, 230, 0.3);
}

.services-bands__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 1.35rem;
}

.services-bands__narrow {
  max-width: 760px;
  margin-inline: auto;
}

/* —— Services page (compact core + details list) —— */
.services-page-intro__lead {
  max-width: 40rem;
  margin-bottom: 0;
  font-size: 1.06rem;
  line-height: 1.55;
}

.services-core-band.section--green-deep {
  padding-block: clamp(2.35rem, 5vw, 3.5rem);
}

.section-head--tight {
  margin-bottom: 0.75rem;
}

.section-sub--crisp {
  margin-bottom: 0;
  font-size: 0.95rem;
  line-height: 1.45;
  max-width: 28rem;
  color: rgba(243, 239, 230, 0.78);
}

.section-sub--crisp-on-light {
  margin-bottom: 0;
  font-size: 0.96rem;
  line-height: 1.45;
  max-width: 34rem;
}

.services-core-grid {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.55rem;
}

@media (min-width: 720px) {
  .services-core-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 0.65rem;
  }
}

.services-core-card {
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  min-height: 3.35rem;
  padding: 0.62rem 0.55rem;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(243, 239, 230, 0.16);
  border-radius: 3px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.18);
  text-decoration: none;
  color: inherit;
  transition:
    background 0.2s var(--ease-out),
    border-color 0.2s var(--ease-out);
}

a.services-core-card:hover {
  background: rgba(255, 255, 255, 0.14);
  border-color: rgba(243, 239, 230, 0.3);
}

a.services-core-card:focus-visible {
  outline: 2px solid var(--cream);
  outline-offset: 2px;
}

.services-core-card__label {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: clamp(0.98rem, 2vw, 1.12rem);
  letter-spacing: -0.02em;
  color: var(--cream);
  line-height: 1.2;
}

.services-core-band__jump {
  margin: 1rem 0 0;
  text-align: center;
  font-size: 0.94rem;
}

.text-link--on-dark {
  color: var(--cream);
  font-weight: 600;
  text-decoration: underline;
  text-decoration-color: rgba(243, 239, 230, 0.45);
  text-underline-offset: 0.2em;
}

.text-link--on-dark:hover {
  text-decoration-color: rgba(243, 239, 230, 0.85);
}

.section--light.services-full-list-wrap {
  padding-block: clamp(2.35rem, 5.5vw, 3.75rem);
}

.section--light.services-split {
  padding-block: clamp(1.75rem, 3.5vw, 2.75rem);
}

.services-full-list-wrap .section-sub {
  max-width: 44rem;
}

/* Services — open grid (no accordions) */
.services-offer-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(min(100%, 260px), 1fr));
  gap: 0.85rem 1rem;
  align-items: stretch;
}

.services-offer-card {
  margin: 0;
  scroll-margin-top: calc(var(--header-h) + 0.75rem);
  background: var(--white);
  border: 1px solid rgba(37, 35, 32, 0.08);
  border-radius: 4px;
  padding: 1rem 1.05rem 1.1rem;
  box-shadow: 0 6px 20px rgba(15, 12, 8, 0.07);
  border-top: 3px solid var(--green-mid);
  transition: box-shadow 0.2s var(--ease-out), transform 0.2s var(--ease-out);
}

.services-offer-card:hover {
  box-shadow: 0 12px 32px rgba(15, 12, 8, 0.11);
}

.services-offer-card__title {
  font-family: var(--font-display);
  font-size: 1.09rem;
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 1.25;
  color: var(--green-deep);
  margin: 0 0 0.65rem;
}

.services-offer-card__sub {
  margin: 0.55rem 0 0.3rem;
  font-size: 0.68rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.07em;
  color: var(--green-deep);
  opacity: 0.88;
}

.services-offer-card__sub:first-of-type {
  margin-top: 0;
}

.services-offer-card__list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 0.42rem;
}

.services-offer-card__list--tight {
  gap: 0.28rem;
}

.services-offer-card__list li {
  margin: 0;
  padding-left: 0.8rem;
  border-left: 2px solid rgba(31, 61, 44, 0.45);
  font-size: 0.9rem;
  line-height: 1.45;
  color: var(--text-muted);
}

.services-offer-card__list--tight li {
  font-size: 0.88rem;
  padding-left: 0.7rem;
}

.split-band {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
  align-items: stretch;
  overflow: hidden;
  border-radius: 4px;
  box-shadow: var(--shadow-soft);
  border: 1px solid rgba(37, 35, 32, 0.08);
}

.split-band__img {
  min-height: 300px;
  background-size: cover;
  background-position: center;
}

.split-band__body {
  padding: clamp(2rem, 5vw, 3rem);
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: var(--white);
}

.split-band__body .section-title {
  margin-bottom: 0.75rem;
}

@media (max-width: 820px) {
  .split-band {
    grid-template-columns: 1fr;
  }

  .split-band__img {
    min-height: 220px;
    order: -1;
  }
}

.contact-actions {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 1.25rem;
}

.contact-intro {
  position: relative;
  padding-bottom: clamp(3.4rem, 7vw, 4.8rem);
}

.contact-intro .wrap {
  position: relative;
  z-index: 2;
}

.contact-intro .angle--bottom {
  z-index: 1;
}

.contact-intro__grid {
  margin-bottom: clamp(1.1rem, 2.6vw, 1.55rem);
}

.contact-social-slot {
  margin: 1.25rem 0 0;
  padding-top: 1rem;
  border-top: 1px solid rgba(37, 35, 32, 0.1);
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.75rem 1.5rem;
}

.contact-social-slot__link {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  color: var(--green-deep);
  font-weight: 700;
  font-size: 0.95rem;
  text-decoration: none;
  border-radius: 4px;
  padding: 0.2rem 0.25rem;
  margin: -0.2rem -0.25rem;
  transition: background 0.2s var(--ease-out), color 0.2s var(--ease-out);
}

.contact-social-slot__link:hover {
  background: rgba(20, 42, 31, 0.06);
  color: var(--green-mid);
}

.contact-social-slot__icon--facebook path {
  fill: #1877f2;
}

.contact-social-slot__link:hover .contact-social-slot__icon--facebook path {
  fill: #166bdb;
}

.contact-social-slot__icon--google {
  flex-shrink: 0;
  width: 1.15rem;
  height: 1.15rem;
}

.contact-card {
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
  padding: 1.65rem 1.5rem;
  background: var(--white);
  border-radius: 4px;
  border: 1px solid rgba(37, 35, 32, 0.08);
  box-shadow: var(--shadow-soft);
  text-decoration: none;
  color: inherit;
  transition: transform 0.22s var(--ease-out), box-shadow 0.22s;
}

a.contact-card:hover {
  transform: translateY(-3px);
  box-shadow: var(--shadow-lift);
}

.contact-quick {
  padding-block: clamp(1.35rem, 3.6vw, 2rem);
}

.contact-quick .contact-actions {
  margin-top: 0.7rem;
}

.contact-social-slot--on-dark {
  border-top-color: rgba(250, 248, 244, 0.18);
}

.contact-social-slot--on-dark .contact-social-slot__link {
  color: rgba(250, 248, 244, 0.94);
}

.contact-social-slot--on-dark .contact-social-slot__link:hover {
  background: rgba(250, 248, 244, 0.1);
  color: var(--cream);
}

.contact-card__label {
  font-size: 0.74rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--text-muted);
}

.contact-card__value {
  font-size: 1.28rem;
  font-weight: 700;
  font-family: var(--font-display);
  color: var(--green-deep);
  letter-spacing: -0.02em;
}

.contact-card__hint {
  font-size: 0.92rem;
  color: var(--text-muted);
  margin: 0;
}

.contact-dl__fb {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  color: rgba(250, 248, 244, 0.96);
  font-weight: 600;
  text-decoration: none;
  border-radius: 4px;
  margin: -0.1rem;
  padding: 0.12rem 0.2rem;
  transition: color 0.2s var(--ease-out), background 0.2s var(--ease-out);
}

.contact-dl__fb:hover {
  color: var(--cream);
  background: rgba(0, 0, 0, 0.12);
}

.contact-dl__fb-icon {
  flex-shrink: 0;
  width: 1.35rem;
  height: 1.35rem;
  opacity: 0.94;
}

.contact-dl__fb-icon path {
  fill: #1877f2;
}

.contact-dl__fb:hover .contact-dl__fb-icon path {
  fill: #42a5ff;
}

.contact-dl__google {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  color: rgba(250, 248, 244, 0.96);
  font-weight: 600;
  text-decoration: none;
  border-radius: 4px;
  margin: -0.1rem;
  padding: 0.12rem 0.2rem;
  transition: color 0.2s var(--ease-out), background 0.2s var(--ease-out);
}

.contact-dl__google:hover {
  color: var(--cream);
  background: rgba(0, 0, 0, 0.12);
}

.contact-dl__google-icon {
  flex-shrink: 0;
  width: 1.3rem;
  height: 1.3rem;
}

.contact-dl__google-hint {
  margin: 0.4rem 0 0;
  font-size: 0.9rem;
  font-weight: 400;
  line-height: 1.45;
  opacity: 0.82;
}

.contact-dl__fb-hint {
  margin: 0.4rem 0 0;
  font-size: 0.9rem;
  font-weight: 400;
  line-height: 1.45;
  opacity: 0.82;
}

.contact-dl {
  margin: 0;
}

.contact-dl dt {
  font-size: 0.72rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-weight: 700;
  color: rgba(243, 239, 230, 0.78);
  margin-top: 1.15rem;
}

.contact-dl dt:first-of-type {
  margin-top: 0;
}

.contact-dl dd {
  margin: 0.4rem 0 0;
  font-size: 1.05rem;
  color: var(--cream);
  line-height: 1.45;
}

.contact-dl a {
  color: var(--cream);
  font-weight: 600;
}

.contact-panel {
  background: rgba(0, 0, 0, 0.16);
  border: 1px solid rgba(250, 248, 244, 0.14);
  border-radius: 4px;
  padding: 1.75rem 1.85rem 1.9rem;
}

.contact-details-map {
  background: rgba(0, 0, 0, 0.16);
  border: 1px solid rgba(250, 248, 244, 0.14);
  border-radius: 4px;
  padding: 1rem;
}

.contact-details-map .areas__group-title {
  color: rgba(243, 239, 230, 0.9);
  margin-bottom: 0.7rem;
}

.contact-details-map .map-embed {
  border-color: rgba(250, 248, 244, 0.2);
  box-shadow: none;
}

.contact-details-map .map-embed iframe {
  height: clamp(210px, 26vw, 260px);
}

.contact-details-map__note {
  margin: 0.7rem 0 0;
  color: var(--cream);
  font-size: 0.92rem;
}

.contact-details-map__cta {
  margin-top: 0.75rem;
}

.map-embed {
  border-radius: 4px;
  overflow: hidden;
  border: 1px solid rgba(37, 35, 32, 0.1);
  box-shadow: var(--shadow-soft);
  line-height: 0;
  background: var(--white);
}

.map-embed iframe {
  width: 100%;
  height: clamp(260px, 36vw, 360px);
  border: 0;
  display: block;
}

.contact-map .section-sub {
  max-width: 42rem;
}

.contact-map__panel {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.92), rgba(255, 255, 255, 0.98));
  border: 1px solid rgba(37, 35, 32, 0.08);
  border-radius: 4px;
  box-shadow: var(--shadow-soft);
  padding: clamp(1rem, 2.2vw, 1.5rem);
}

.contact-map__body {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(14rem, 0.75fr);
  gap: 1rem;
  align-items: stretch;
}

.contact-map__side {
  background: var(--white);
  border: 1px solid rgba(37, 35, 32, 0.08);
  border-radius: 4px;
  padding: 1rem;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.contact-map__side p {
  margin: 0;
  color: var(--text);
  line-height: 1.45;
}

.contact-map__side .btn {
  margin-top: 0.35rem;
}

.contact-map__note {
  margin: 0;
  font-size: 0.88rem;
  color: var(--text-muted);
}

@media (max-width: 860px) {
  .contact-map__body {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 560px) {
  .contact-map__side .btn {
    width: 100%;
  }
}

.intro--about-muted .lead {
  max-width: 40rem;
}

.about-standard__sub {
  max-width: 46rem;
  margin-bottom: 0;
}

.not-found__lead {
  max-width: 36rem;
  margin-bottom: 1.25rem;
}

.contact-direct__sub {
  margin-bottom: 0;
  max-width: 38rem;
}

.contact-card__value--email {
  font-size: 1.05rem;
  word-break: break-all;
}

.contact-details__lead {
  margin-bottom: 1.25rem;
}

.contact-details__cta {
  margin-top: 1.25rem;
}

.contact-map__sub {
  margin-bottom: 1.25rem;
}
