:root {
  --bg: #050505;
  --panel: #101010;
  --panel-soft: #171717;
  --text: #ffffff;
  --muted: #d6d6d2;
  --faint: #92928d;
  --line: rgba(255, 255, 255, 0.14);
  --red: #ed1b24;
  --red-dark: #b80f16;
  --steel: #7f8586;
  --warm: #b99a65;
  --max: 1480px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.025) 1px, transparent 1px) 0 0 / 92px 92px,
    radial-gradient(circle at 18% 12%, rgba(237, 27, 36, 0.11), transparent 27rem),
    var(--bg);
  color: var(--text);
  font-family: Arial, Helvetica, sans-serif;
  line-height: 1.5;
}

a {
  color: inherit;
  text-decoration: none;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 98px;
  padding: 14px clamp(18px, 5vw, 64px);
  background: rgba(5, 5, 5, 0.82);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.28);
  backdrop-filter: blur(18px);
}

.logo {
  display: inline-flex;
  align-items: center;
  width: max-content;
}

.logo-large {
  transform: none;
  transform-origin: center;
}

.logo img {
  display: block;
  width: 106px;
  height: auto;
  max-height: 74px;
  object-fit: contain;
}

.footer-logo img {
  width: 132px;
  max-height: none;
}

.site-nav {
  display: flex;
  justify-content: center;
  gap: clamp(18px, 3vw, 38px);
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.site-nav a {
  padding: 18px 0;
}

.site-nav a:hover,
.site-nav a:focus-visible {
  color: var(--red);
}

.quote-button,
.outline-button,
.quote-form button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 28px;
  border-radius: 2px;
  font-weight: 800;
  font-size: 0.76rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  border: 1px solid transparent;
}

.quote-button,
.quote-form button {
  background: linear-gradient(135deg, #ff2731, var(--red-dark));
  color: #fff;
  box-shadow: 0 16px 42px rgba(237, 27, 36, 0.3);
}

.quote-button:hover,
.quote-form button:hover {
  filter: brightness(1.08);
}

.outline-button {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.42);
  background: rgba(255, 255, 255, 0.025);
  backdrop-filter: blur(12px);
}

.menu-toggle {
  display: none;
  width: 44px;
  height: 44px;
  padding: 10px;
  background: transparent;
  border: 1px solid var(--line);
  border-radius: 4px;
}

.menu-toggle span {
  display: block;
  width: 100%;
  height: 2px;
  margin: 5px 0;
  background: #fff;
}

.hero {
  position: relative;
  min-height: min(790px, calc(100vh - 98px));
  display: flex;
  align-items: center;
  padding: clamp(76px, 10vw, 136px) clamp(20px, 5vw, 72px);
  overflow: hidden;
}

.hero::after,
.card-photo::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.94), rgba(0, 0, 0, 0.56) 43%, rgba(0, 0, 0, 0.18)),
    linear-gradient(0deg, rgba(0, 0, 0, 0.86), rgba(0, 0, 0, 0) 54%);
  pointer-events: none;
}

.service-card .card-photo::after {
  background:
    linear-gradient(0deg, rgba(0, 0, 0, 0.74), rgba(0, 0, 0, 0.08) 58%),
    linear-gradient(90deg, rgba(0, 0, 0, 0.34), rgba(0, 0, 0, 0.08));
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  background: linear-gradient(180deg, transparent 70%, #070707 100%);
  pointer-events: none;
}

.hero-media {
  position: absolute;
  inset: 0;
}

.photo-slot {
  background:
    linear-gradient(135deg, rgba(30, 34, 36, 0.9), rgba(7, 7, 7, 0.85)),
    repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.08) 0 1px, transparent 1px 86px);
}

.photo-slot img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.92) contrast(1.06);
}

.service-card .photo-slot img {
  filter: brightness(1.22) saturate(1.02) contrast(1.04);
}

.photo-slot img[src] + .photo-label {
  opacity: 0;
}

.photo-label {
  position: absolute;
  z-index: 2;
  right: clamp(20px, 5vw, 72px);
  bottom: clamp(22px, 5vw, 62px);
  padding: 11px 14px;
  border: 1px dashed rgba(255, 255, 255, 0.35);
  color: #d8d8d8;
  background: rgba(0, 0, 0, 0.52);
  font-size: 0.82rem;
  text-transform: uppercase;
}

.hero-content {
  position: relative;
  z-index: 3;
  max-width: 720px;
}

.eyebrow {
  margin: 0 0 16px;
  color: var(--warm);
  font-size: 0.74rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.red-line {
  display: block;
  width: 72px;
  height: 5px;
  margin-bottom: 24px;
  background: var(--red);
}

.hero-content .red-line {
  width: 96px;
}

h1,
h2,
h3 {
  margin: 0;
  font-family: Impact, "Arial Narrow", Arial, sans-serif;
  font-weight: 800;
  letter-spacing: 0;
  line-height: 0.95;
  text-transform: uppercase;
}

h1 {
  max-width: 680px;
  font-size: clamp(4.4rem, 8.5vw, 7.6rem);
  text-shadow: 0 18px 45px rgba(0, 0, 0, 0.6);
}

.hero-kicker {
  margin: 12px 0 22px;
  font-family: Impact, "Arial Narrow", Arial, sans-serif;
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 800;
  line-height: 1;
  text-transform: uppercase;
}

.hero-content p:not(.hero-kicker) {
  max-width: 560px;
  margin: 0;
  color: #eeeeee;
  font-size: clamp(1.05rem, 1.8vw, 1.35rem);
}

.hero-stats {
  display: grid;
  grid-template-columns: repeat(3, max-content);
  gap: 14px;
  margin-top: 30px;
}

.hero-stats span {
  min-width: 118px;
  padding: 13px 16px;
  color: var(--muted);
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(255, 255, 255, 0.055);
  backdrop-filter: blur(12px);
  font-size: 0.78rem;
  text-transform: uppercase;
}

.hero-stats strong {
  display: block;
  color: #fff;
  font-size: 1.02rem;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  margin-top: 34px;
}

.services {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  max-width: var(--max);
  margin: 0 auto;
  padding: 70px clamp(20px, 5vw, 58px) 24px;
  background: #070707;
}

.section-intro {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: 0.35fr 0.65fr;
  gap: 28px;
  align-items: end;
  padding-bottom: 18px;
}

.section-intro h2 {
  max-width: 760px;
  font-size: clamp(2.6rem, 5vw, 5rem);
}

.service-card {
  min-height: 500px;
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.18);
  background: var(--panel);
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.36);
  transition: transform 180ms ease, border-color 180ms ease;
}

.service-card:hover {
  transform: translateY(-4px);
  border-color: rgba(237, 27, 36, 0.48);
}

.card-photo {
  position: absolute;
  inset: 0;
}

.card-photo.warm {
  background:
    linear-gradient(135deg, rgba(87, 53, 29, 0.75), rgba(7, 7, 7, 0.8)),
    repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.08) 0 1px, transparent 1px 80px);
}

.card-photo .photo-label {
  right: 22px;
  bottom: auto;
  top: 22px;
}

.service-copy {
  position: absolute;
  z-index: 2;
  left: 36px;
  right: 36px;
  bottom: 34px;
  display: grid;
  grid-template-columns: 54px 1fr;
  gap: 22px;
  align-items: start;
}

.service-icon svg {
  width: 48px;
  height: 48px;
  fill: none;
  stroke: var(--red);
  stroke-width: 2.4;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.service-copy h2 {
  font-size: 2.6rem;
}

.service-copy p {
  max-width: 360px;
  margin: 12px 0 22px;
  color: #eeeeee;
}

.text-link {
  color: #fff;
  font-size: 0.86rem;
  font-weight: 800;
  text-transform: uppercase;
}

.text-link::after {
  content: "->";
  color: var(--red);
  margin-left: 18px;
  font-size: 1.25rem;
}

.shed-gallery,
.sauna-gallery {
  display: grid;
  grid-template-columns: 0.82fr 1.18fr;
  gap: clamp(28px, 5vw, 56px);
  align-items: center;
  max-width: var(--max);
  margin: 0 auto;
  padding: 70px clamp(20px, 5vw, 58px);
  background: #070707;
}

.shed-gallery {
  padding-top: 44px;
}

.gallery-copy h2 {
  max-width: 430px;
  font-size: clamp(3rem, 5.4vw, 5.1rem);
}

.gallery-copy p {
  max-width: 360px;
  margin: 18px 0 0;
  color: #dedede;
  font-size: 1.05rem;
}

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.shed-gallery .gallery-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.gallery-photo {
  position: relative;
  min-height: 390px;
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.16);
  background-color: var(--panel);
  box-shadow: 0 18px 54px rgba(0, 0, 0, 0.28);
  transition: transform 180ms ease, border-color 180ms ease;
}

.gallery-photo:hover {
  transform: translateY(-3px);
  border-color: rgba(255, 255, 255, 0.32);
}

.shed-gallery .gallery-photo {
  min-height: 330px;
}

.gallery-photo::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 45%;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.82), transparent);
  pointer-events: none;
}

.gallery-photo figcaption {
  position: absolute;
  z-index: 2;
  left: 18px;
  bottom: 16px;
  font-family: Impact, "Arial Narrow", Arial, sans-serif;
  font-size: 1.45rem;
  line-height: 1;
  text-transform: uppercase;
}

.proof {
  padding: 68px clamp(20px, 5vw, 58px) 70px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.035), transparent),
    radial-gradient(circle at 50% 0%, rgba(237, 27, 36, 0.12), transparent 32%),
    #060606;
  text-align: center;
}

.proof h2 {
  font-size: clamp(2.5rem, 4.8vw, 4rem);
}

.proof h2::after {
  content: "";
  display: block;
  width: 52px;
  height: 4px;
  margin: 20px auto 0;
  background: var(--red);
}

.proof-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  max-width: var(--max);
  margin: 42px auto 0;
}

.proof-item {
  min-height: 138px;
  padding: 18px 20px 0;
  border-left: 1px solid var(--line);
}

.proof-item:first-child {
  border-left: 0;
}

.proof-icon {
  display: block;
  width: 48px;
  height: 48px;
  margin: 0 auto;
  fill: none;
  stroke: var(--red);
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.proof-item p {
  margin: 16px auto 0;
  max-width: 150px;
  font-size: 0.82rem;
  font-weight: 800;
  text-transform: uppercase;
}

.colour-chart {
  padding: 44px clamp(20px, 5vw, 64px);
  background:
    radial-gradient(circle at 18% 12%, rgba(237, 27, 36, 0.11), transparent 25rem),
    linear-gradient(180deg, #080808, #050505);
}

.colour-board {
  position: relative;
  max-width: 720px;
  margin: 0 auto;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.18);
  background: #f5f5f2;
  box-shadow: 0 28px 90px rgba(0, 0, 0, 0.48);
  cursor: zoom-in;
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.colour-board:hover,
.colour-board:focus-visible {
  transform: translateY(-3px);
  border-color: rgba(237, 27, 36, 0.48);
  box-shadow: 0 32px 96px rgba(0, 0, 0, 0.58);
  outline: none;
}

.colour-title {
  padding: clamp(18px, 2.4vw, 28px);
  background: #020202;
  color: #fff;
  font-family: Impact, "Arial Narrow", Arial, sans-serif;
  font-size: clamp(2.35rem, 4.2vw, 3.7rem);
  line-height: 0.9;
  text-transform: uppercase;
}

.colour-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  column-gap: clamp(28px, 5vw, 58px);
  row-gap: 9px;
  padding: clamp(22px, 3.6vw, 34px) clamp(22px, 4vw, 38px);
}

.colour-option {
  display: grid;
  grid-template-columns: 36px 1fr;
  gap: 12px;
  align-items: center;
  min-height: 36px;
  color: #090909;
  font-size: clamp(0.98rem, 1.6vw, 1.22rem);
  line-height: 1;
  text-transform: uppercase;
}

.swatch {
  display: block;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.06);
}

.bright-red { background: #d71032; }
.black { background: #07181e; }
.bone-white { background: #d1cfd0; }
.buck-skin { background: #aaa195; }
.dark-graphite { background: #2d3535; }
.cambridge-white { background: #edf0f1; }
.dark-red { background: #b40032; }
.charcoal { background: #727276; }
.coffee-brown { background: #70523d; }
.earth-green { background: #435529; }
.dark-brown { background: #25241a; }
.heron-blue { background: #075f82; }
.galvalume {
  background:
    radial-gradient(circle at 18% 28%, rgba(255, 255, 255, 0.78), transparent 18%),
    radial-gradient(circle at 62% 44%, rgba(180, 180, 180, 0.55), transparent 24%),
    radial-gradient(circle at 36% 72%, rgba(215, 215, 215, 0.8), transparent 18%),
    #ececec;
}
.melchers-green { background: #075f48; }
.regent-grey { background: #aaaaae; }
.slate-blue { background: #4f758d; }
.stone-grey { background: #c9c4bb; }
.tile-red { background: #b3231d; }
.white-white { background: #e9e9e9; }

.colour-brand {
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
}

.colour-logo,
.colour-contact-card {
  min-height: 178px;
}

.colour-logo {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: clamp(20px, 3vw, 32px);
  background: #efefed;
}

.colour-logo img {
  width: min(235px, 82%);
  height: auto;
  object-fit: contain;
}

.colour-contact-card {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(22px, 3vw, 34px);
  background: #020202;
  color: #fff;
}

.colour-contact-card h2 {
  font-size: clamp(1.9rem, 3.3vw, 2.7rem);
}

.colour-contact-card p {
  margin: 10px 0 24px;
  color: #e7e7e7;
  font-size: clamp(0.86rem, 1.35vw, 1.02rem);
}

.colour-contact-card ul {
  display: grid;
  gap: 7px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.colour-contact-card li {
  position: relative;
  padding-left: 28px;
  font-size: clamp(0.9rem, 1.45vw, 1.08rem);
  line-height: 1.2;
}

.colour-contact-card li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.3em;
  width: 13px;
  height: 13px;
  border: 2px solid #f2f2f2;
  border-radius: 50%;
}

.colour-expand {
  padding: 14px 22px;
  background: #070707;
  color: #fff;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-align: center;
  text-transform: uppercase;
}

.colour-lightbox {
  position: fixed;
  inset: 0;
  z-index: 80;
  display: grid;
  place-items: center;
  padding: 24px;
  background: rgba(0, 0, 0, 0.86);
  backdrop-filter: blur(10px);
}

.colour-lightbox[hidden] {
  display: none;
}

.colour-lightbox .colour-board {
  width: min(1080px, 96vw);
  max-width: 1080px;
  max-height: 92vh;
  overflow: auto;
  cursor: default;
  transform: none;
}

.colour-lightbox .colour-board:hover {
  transform: none;
}

.colour-lightbox .colour-title {
  padding: clamp(26px, 4vw, 46px);
  font-size: clamp(3.2rem, 6.5vw, 6.2rem);
}

.colour-lightbox .colour-list {
  column-gap: clamp(42px, 8vw, 92px);
  row-gap: 16px;
  padding: clamp(40px, 6vw, 68px) clamp(34px, 6vw, 72px);
}

.colour-lightbox .colour-option {
  grid-template-columns: 58px 1fr;
  gap: 20px;
  min-height: 58px;
  font-size: clamp(1.38rem, 2.8vw, 2.25rem);
}

.colour-lightbox .swatch {
  width: 54px;
  height: 54px;
}

.colour-lightbox .colour-logo,
.colour-lightbox .colour-contact-card {
  min-height: 300px;
}

.colour-lightbox .colour-logo {
  padding: clamp(30px, 5vw, 54px);
}

.colour-lightbox .colour-logo img {
  width: min(400px, 85%);
}

.colour-lightbox .colour-contact-card {
  padding: clamp(36px, 6vw, 68px);
}

.colour-lightbox .colour-contact-card h2 {
  font-size: clamp(2.8rem, 5.4vw, 4.8rem);
}

.colour-lightbox .colour-contact-card p {
  margin: 18px 0 56px;
  font-size: clamp(1.1rem, 2vw, 1.48rem);
}

.colour-lightbox .colour-contact-card ul {
  gap: 10px;
}

.colour-lightbox .colour-contact-card li {
  padding-left: 38px;
  font-size: clamp(1.18rem, 2.3vw, 1.85rem);
}

.colour-lightbox .colour-contact-card li::before {
  width: 18px;
  height: 18px;
  border-width: 3px;
}

.colour-lightbox .colour-expand {
  display: none;
}

.colour-close {
  position: fixed;
  top: 18px;
  right: 18px;
  z-index: 81;
  width: 46px;
  height: 46px;
  border: 1px solid rgba(255, 255, 255, 0.35);
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.72);
  color: #fff;
  cursor: pointer;
  font-size: 1.8rem;
  line-height: 1;
}

.contact-band {
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  gap: clamp(28px, 5vw, 60px);
  padding: clamp(70px, 8vw, 104px) clamp(20px, 5vw, 64px);
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.96), rgba(0, 0, 0, 0.68)),
    radial-gradient(circle at 18% 40%, rgba(237, 27, 36, 0.16), transparent 28rem),
    linear-gradient(135deg, #111, #1c1c1c 45%, #070707);
}

.contact-intro h2 {
  max-width: 430px;
  font-size: clamp(3rem, 6vw, 4.6rem);
}

.contact-intro p {
  max-width: 430px;
  color: #e2e2e2;
  font-size: 1.05rem;
}

.contact-perks {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin-top: 42px;
}

.contact-perks span {
  display: block;
  color: #fff;
  font-size: 0.78rem;
  font-weight: 800;
  text-transform: uppercase;
}

.contact-perks svg {
  display: block;
  width: 42px;
  height: 42px;
  margin-bottom: 12px;
  fill: none;
  stroke: var(--red);
  stroke-width: 2.2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.quote-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  padding: 22px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.045);
  box-shadow: 0 24px 80px rgba(0, 0, 0, 0.35);
  backdrop-filter: blur(16px);
}

.quote-form label {
  position: relative;
  display: block;
}

.quote-form span {
  position: absolute;
  left: 17px;
  top: 14px;
  color: var(--faint);
  font-size: 0.75rem;
  text-transform: uppercase;
  pointer-events: none;
}

.quote-form input,
.quote-form select,
.quote-form textarea {
  width: 100%;
  min-height: 54px;
  padding: 26px 16px 10px;
  color: #fff;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 2px;
  font: inherit;
}

.quote-form textarea {
  resize: vertical;
  min-height: 118px;
}

.form-wide,
.quote-form button,
.privacy-note {
  grid-column: 1 / -1;
}

.quote-form button {
  width: 100%;
  min-height: 58px;
  cursor: pointer;
}

.privacy-note {
  margin: 0;
  color: var(--faint);
  font-size: 0.84rem;
}

.site-footer {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr 1fr 1fr;
  gap: 36px;
  align-items: start;
  padding: 56px clamp(20px, 5vw, 64px) 28px;
  background: #090909;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.footer-logo {
  margin-left: 10px;
}

.footer-links h3 {
  margin-bottom: 12px;
  color: #fff;
  font-size: 1.05rem;
  letter-spacing: 0.04em;
}

.footer-links a,
.footer-links p,
.footer-contact a {
  display: block;
  margin: 6px 0;
  color: #f2f2f2;
  font-size: 0.92rem;
  font-weight: 600;
  line-height: 1.35;
}

.footer-links a:hover,
.footer-links a:focus-visible {
  color: #fff;
  text-decoration: underline;
  text-decoration-color: var(--red);
  text-underline-offset: 4px;
}

.footer-contact {
  padding: 22px;
  border: 1px solid rgba(255, 255, 255, 0.35);
}

.footer-contact a:first-child {
  color: #fff;
  font-size: 1.35rem;
  font-weight: 800;
}

.footer-bottom {
  grid-column: 1 / -1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin-top: 12px;
}

.site-credit a {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  color: #a9a9a9;
  font-size: 0.78rem;
  text-align: right;
}

.admin-link {
  color: #6f6f6f;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.admin-link:hover,
.admin-link:focus-visible {
  color: #fff;
}

.site-credit strong {
  color: #fff;
  font-weight: 800;
}

.site-credit img {
  width: 58px;
  height: 58px;
  object-fit: cover;
  border-radius: 3px;
}

.copyright {
  margin: 0;
  color: #888;
  font-size: 0.78rem;
}

@media (max-width: 920px) {
  .site-header {
    justify-content: center;
  }

  .menu-toggle {
    display: block;
  }

  .site-nav,
  .header-quote {
    display: none;
  }

  .site-header.nav-open .site-nav {
    display: grid;
    grid-column: 1 / -1;
    justify-content: stretch;
    gap: 0;
    padding-top: 10px;
  }

  .site-nav a {
    border-top: 1px solid var(--line);
  }

  .services,
  .shed-gallery,
  .sauna-gallery,
  .colour-brand,
  .contact-band,
  .site-footer {
    grid-template-columns: 1fr;
  }

  .section-intro {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .gallery-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .shed-gallery .gallery-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .proof-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 24px 0;
  }

  .proof-item:nth-child(3n + 1) {
    border-left: 0;
  }

  .colour-list {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 620px) {
  .site-header {
    min-height: 82px;
  }

  .logo-large {
    transform: scale(1);
  }

  .logo img {
    width: 88px;
    max-height: 62px;
  }

  .hero {
    min-height: auto;
    padding-top: 72px;
    padding-bottom: 76px;
  }

  h1 {
    font-size: 3.85rem;
  }

  .hero-kicker {
    font-size: 1.9rem;
  }

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

  .hero-stats {
    grid-template-columns: 1fr;
  }

  .services {
    padding-top: 48px;
  }

  .shed-gallery,
  .sauna-gallery {
    padding-top: 22px;
  }

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

  .shed-gallery .gallery-grid {
    grid-template-columns: 1fr;
  }

  .gallery-photo {
    min-height: 430px;
  }

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

  .service-copy {
    left: 20px;
    right: 20px;
    grid-template-columns: 44px 1fr;
    gap: 16px;
  }

  .service-icon svg {
    width: 40px;
    height: 40px;
  }

  .service-copy h2 {
    font-size: 1.8rem;
  }

  .proof-grid,
  .contact-perks,
  .quote-form {
    grid-template-columns: 1fr;
  }

  .colour-chart {
    padding: 38px 14px;
  }

  .colour-title {
    padding: 22px 18px;
  }

  .colour-list {
    gap: 10px;
    padding: 22px 18px;
  }

  .colour-option {
    grid-template-columns: 34px 1fr;
    gap: 12px;
    min-height: 34px;
    font-size: 1rem;
  }

  .swatch {
    width: 32px;
    height: 32px;
  }

  .colour-logo,
  .colour-contact-card {
    min-height: 190px;
  }

  .colour-contact-card p {
    margin-bottom: 28px;
  }

  .colour-lightbox {
    padding: 62px 12px 18px;
  }

  .colour-lightbox .colour-list {
    grid-template-columns: 1fr;
  }

  .colour-lightbox .colour-option {
    grid-template-columns: 46px 1fr;
    min-height: 46px;
    font-size: 1.18rem;
  }

  .colour-lightbox .swatch {
    width: 44px;
    height: 44px;
  }

  .colour-lightbox .colour-brand {
    grid-template-columns: 1fr;
  }

  .footer-bottom {
    align-items: flex-start;
    flex-direction: column;
  }

  .site-credit a {
    text-align: left;
  }

  .proof-item {
    border-left: 0;
    border-top: 1px solid var(--line);
    padding-top: 24px;
  }

  .proof-item:first-child {
    border-top: 0;
  }

  .form-wide,
  .quote-form button,
  .privacy-note {
    grid-column: auto;
  }
}
