:root {
  --batten-blue: #063d7d;
  --batten-blue-hover: #0b55a7;
  --batten-black: #08090b;
  --batten-ink: #111214;
  --batten-muted: #62656a;
  --batten-line: rgba(17, 18, 20, 0.14);
  --batten-max: 1380px;
  --batten-font: -apple-system, BlinkMacSystemFont, "SF Pro Text", "Helvetica Neue", sans-serif;
}

.aluminium-batten-page,
.aluminium-batten-selector-page {
  background: #fff;
  color: var(--batten-ink);
  font-family: var(--batten-font);
  font-synthesis: none;
  text-rendering: optimizeLegibility;
}

.aluminium-batten-page .batten-page {
  background: #fff;
  overflow: clip;
}

.aluminium-batten-page .batten-page section[id] {
  scroll-margin-top: 154px;
}

.batten-local-nav {
  position: sticky;
  top: 82px;
  z-index: 64;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  min-height: 58px;
  padding: 0 max(24px, calc((100vw - var(--batten-max)) / 2));
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  background: rgba(255, 255, 255, 0.9);
  backdrop-filter: saturate(180%) blur(24px);
}

.batten-local-title {
  justify-self: start;
  font-size: 18px;
  font-weight: 760;
  letter-spacing: -0.035em;
}

.batten-local-links {
  display: flex;
  justify-content: center;
  gap: 34px;
  color: #4f5257;
  font-size: 13px;
  font-weight: 620;
}

.batten-local-links a,
.batten-text-link,
.batten-real-projects-head a {
  text-decoration: underline;
  text-decoration-color: transparent;
  text-underline-offset: 5px;
  transition: color 160ms ease, text-decoration-color 160ms ease;
}

.batten-local-links a:hover,
.batten-text-link:hover,
.batten-real-projects-head a:hover {
  color: var(--batten-blue);
  text-decoration-color: currentColor;
}

.batten-local-quote {
  justify-self: end;
  min-height: 34px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 8px 16px;
  border-radius: 999px;
  background: var(--batten-blue);
  color: #fff;
  font-size: 13px;
  font-weight: 720;
}

.batten-hero {
  width: min(100%, 1680px);
  min-height: 720px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(430px, 0.86fr) minmax(0, 1.14fr);
  align-items: stretch;
  padding: 72px max(24px, calc((100vw - var(--batten-max)) / 2)) 0;
  background: #fff;
}

.batten-hero-copy {
  align-self: center;
  min-width: 0;
  padding: 48px clamp(36px, 5vw, 84px) 72px 0;
}

.batten-hero h1 {
  max-width: 100%;
  margin: 0;
  color: #050608;
  font-size: clamp(78px, 6.6vw, 112px);
  font-weight: 720;
  line-height: 0.9;
  letter-spacing: -0.052em;
}

.batten-hero-line {
  max-width: 600px;
  margin: clamp(28px, 4vw, 52px) 0 0;
  color: #1c1e21;
  font-size: clamp(24px, 2.4vw, 36px);
  font-weight: 560;
  line-height: 1.2;
  letter-spacing: -0.025em;
}

.batten-hero-actions {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 18px 28px;
  margin-top: 34px;
}

.batten-hero .primary-action,
.batten-final-cta .primary-action {
  min-height: 52px;
  padding: 14px 24px;
  border: 0;
  background: var(--batten-blue);
  color: #fff;
  font-family: var(--batten-font);
  font-size: 16px;
  font-weight: 620;
  line-height: 1.2;
  letter-spacing: -0.006em;
}

.batten-hero .primary-action:hover,
.batten-final-cta .primary-action:hover,
.batten-local-quote:hover {
  background: var(--batten-blue-hover);
}

.batten-text-link {
  color: var(--batten-blue);
  font-size: 17px;
  font-weight: 580;
  letter-spacing: -0.01em;
}

.batten-hero-spec {
  margin: 34px 0 0;
  color: var(--batten-muted);
  font-size: 16px;
  font-weight: 650;
}

.batten-hero-media {
  min-width: 0;
  min-height: 620px;
  margin: 0;
  overflow: hidden;
  background: #eceae7;
}

.batten-hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: transform 900ms cubic-bezier(0.16, 1, 0.3, 1);
}

.batten-hero-media:hover img {
  transform: scale(1.018);
}

.batten-highlights {
  width: min(100%, 1680px);
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid var(--batten-line);
  border-bottom: 1px solid var(--batten-line);
  background: #fff;
}

.batten-highlight {
  min-width: 0;
  min-height: 340px;
  display: grid;
  grid-template-rows: 74px 132px auto;
  align-content: center;
  gap: 14px;
  padding: 42px clamp(30px, 3.5vw, 56px);
}

.batten-highlight-copy::before {
  content: "";
  display: block;
  height: 74px;
}

.batten-highlight + .batten-highlight {
  border-left: 1px solid var(--batten-line);
}

.batten-highlight strong {
  align-self: start;
  font-size: clamp(30px, 2.65vw, 44px);
  font-weight: 680;
  line-height: 1.04;
  letter-spacing: -0.038em;
}

.batten-highlight span {
  align-self: start;
  max-width: 330px;
  color: var(--batten-muted);
  font-size: 15px;
  line-height: 1.5;
}

.batten-mini-profiles {
  height: 72px;
  display: flex;
  align-items: end;
  gap: 24px;
}

.batten-mini-profiles i {
  position: relative;
  display: block;
  width: 42px;
  border: 6px solid #24272a;
  background: #fff;
}

.batten-mini-profiles i::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  height: 5px;
  background: #24272a;
}

.batten-mini-profiles i::after {
  content: "";
  position: absolute;
  left: 4px;
  right: 4px;
  bottom: -6px;
  border-top: 2px solid rgba(255, 255, 255, 0.72);
}

.batten-mini-profiles .is-square {
  height: 42px;
}

.batten-mini-profiles .is-square::before { top: 33.333%; }

.batten-mini-profiles .is-deep {
  height: 72px;
}

.batten-mini-profiles .is-deep::before { top: 50%; }

.batten-mini-finishes {
  display: flex;
  align-items: end;
  height: 74px;
  padding-left: 4px;
}

.batten-mini-finishes i {
  width: 26px;
  height: 64px;
  margin-left: -4px;
  border: 1px solid rgba(0, 0, 0, 0.12);
  background: #9a6747;
  transform: skewY(-5deg);
}

.batten-mini-finishes i:nth-child(2) { background: #b87840; }
.batten-mini-finishes i:nth-child(3) { background: #b59b76; }
.batten-mini-finishes i:nth-child(4) { background: #855027; }
.batten-mini-finishes i:nth-child(5) { background: #9c4f32; }
.batten-mini-finishes i:nth-child(6) { background: #b96e2d; }
.batten-mini-finishes i:nth-child(7) { background: #60372e; }
.batten-mini-finishes i:nth-child(8) { background: #4b4e50; }
.batten-mini-finishes i:nth-child(9) { background: #111214; }

.batten-section-heading {
  max-width: 980px;
  margin: 0 auto;
  text-align: center;
}

.batten-section-heading h2 {
  margin: 0;
  color: var(--batten-ink);
  font-size: clamp(52px, 6.3vw, 92px);
  font-weight: 760;
  line-height: 0.98;
  letter-spacing: -0.065em;
  text-wrap: balance;
}

.batten-section-heading p {
  max-width: 720px;
  margin: 24px auto 0;
  color: var(--batten-muted);
  font-size: clamp(18px, 2vw, 26px);
  line-height: 1.4;
  text-wrap: balance;
}

.batten-finishes,
.batten-profiles,
.batten-path {
  width: min(100%, var(--batten-max));
  margin: 0 auto;
  padding: clamp(110px, 12vw, 176px) 24px;
  background: #fff;
}

.batten-finish-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.38fr) minmax(360px, 0.62fr);
  gap: clamp(42px, 6vw, 92px);
  align-items: start;
  margin-top: clamp(64px, 8vw, 112px);
}

.batten-finish-visual {
  position: relative;
  min-height: 740px;
  overflow: hidden;
  background: #ece9e5;
}

.batten-finish-visual > img {
  width: 100%;
  height: 100%;
  min-height: 740px;
  object-fit: cover;
  object-position: center;
  transition: opacity 180ms ease, transform 420ms cubic-bezier(0.16, 1, 0.3, 1);
}

.batten-finish-visual > img.is-swapping {
  opacity: 0.82;
  transform: scale(1.006);
}

.batten-finish-controls {
  padding-top: 4px;
}

.batten-finish-controls h3 {
  margin: 0;
  font-size: clamp(30px, 3vw, 44px);
  font-weight: 680;
  line-height: 1.05;
  letter-spacing: -0.035em;
}

.batten-finish-instruction {
  margin: 12px 0 26px;
  color: var(--batten-muted);
  font-size: 16px;
  line-height: 1.5;
}

.batten-finish-controls .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;
}

.batten-finish-list {
  display: grid;
  gap: 8px;
}

.batten-finish-button {
  min-height: 58px;
  display: grid;
  grid-template-columns: 92px 1fr;
  align-items: center;
  gap: 16px;
  padding: 7px;
  border: 1px solid transparent;
  background: #fff;
  color: #2a2c30;
  text-align: left;
  cursor: pointer;
  transition: border-color 160ms ease, background 160ms ease, color 160ms ease;
}

.batten-finish-button:hover {
  background: #f5f6f7;
}

.batten-finish-button.is-active {
  border-color: var(--batten-blue);
  color: var(--batten-blue);
  font-weight: 720;
}

.batten-finish-chip {
  width: 92px;
  height: 42px;
  display: block;
  border: 1px solid rgba(0, 0, 0, 0.12);
  background-color: var(--finish-chip);
  background-image: var(--finish-texture);
  background-position: center;
  background-size: cover;
}

.batten-select-link {
  width: 100%;
  min-height: 50px;
  margin-top: 22px;
  border: 0;
  background: var(--batten-blue);
  color: #fff;
  cursor: pointer;
  font-weight: 720;
}

.batten-select-link:hover {
  background: var(--batten-blue-hover);
}

.batten-sample-note,
.batten-profile-note {
  color: var(--batten-muted);
  font-size: 13px;
  line-height: 1.5;
}

.batten-sample-note {
  margin: 14px 0 0;
}

.batten-profiles {
  border-top: 1px solid var(--batten-line);
}

.batten-profile-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: clamp(70px, 9vw, 126px);
  border-top: 1px solid var(--batten-line);
  border-bottom: 1px solid var(--batten-line);
}

.batten-profile-card {
  min-height: 650px;
  display: grid;
  grid-template-rows: 1fr auto;
  gap: 36px;
  align-items: center;
  padding: clamp(44px, 6vw, 86px);
}

.batten-profile-card + .batten-profile-card {
  border-left: 1px solid var(--batten-line);
}

.batten-profile-diagram {
  position: relative;
  width: min(72%, 310px);
  height: 330px;
  margin: 0 auto;
}

.batten-profile-diagram i {
  position: absolute;
  left: 50%;
  bottom: 12px;
  width: 150px;
  border: 10px solid #34373a;
  border-radius: 5px;
  transform: translateX(-50%);
  box-shadow: inset 12px 0 14px rgba(255, 255, 255, 0.62), 10px 18px 30px rgba(0, 0, 0, 0.1);
}

.batten-profile-diagram i::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  height: 10px;
  background: #34373a;
  box-shadow: 0 2px 0 rgba(255, 255, 255, 0.2);
}

.batten-profile-diagram i::after {
  content: "";
  position: absolute;
  left: 10px;
  right: 10px;
  bottom: -10px;
  border-top: 3px solid rgba(255, 255, 255, 0.78);
}

.batten-profile-diagram.is-square i { height: 150px; }
.batten-profile-diagram.is-deep i { height: 270px; }
.batten-profile-diagram.is-square i::before { top: 33.333%; }
.batten-profile-diagram.is-deep i::before { top: 50%; }

.batten-profile-diagram .measure {
  position: absolute;
  color: #505359;
  font-size: 14px;
  font-weight: 700;
}

.batten-profile-diagram .measure-width {
  left: 50%;
  bottom: 298px;
  transform: translateX(-50%);
}

.batten-profile-diagram .measure-depth {
  left: calc(50% - 120px);
  bottom: 130px;
  transform: rotate(-90deg);
}

.batten-profile-diagram.is-square .measure-width { bottom: 180px; }
.batten-profile-diagram.is-square .measure-depth { bottom: 78px; }

.batten-profile-copy {
  text-align: center;
}

.batten-profile-copy h3 {
  margin: 0;
  color: var(--batten-blue);
  font-size: clamp(38px, 4vw, 58px);
  line-height: 1;
  letter-spacing: -0.055em;
}

.batten-profile-copy p {
  max-width: 420px;
  margin: 20px auto 24px;
  color: var(--batten-muted);
  font-size: 17px;
  line-height: 1.5;
}

.batten-profile-copy button {
  min-height: 48px;
  padding: 12px 22px;
  border: 0;
  background: var(--batten-blue);
  color: #fff;
  cursor: pointer;
  font-weight: 720;
}

.batten-profile-copy button:hover {
  background: var(--batten-blue-hover);
}

.batten-profile-note {
  margin: 22px 0 0;
  text-align: center;
}

.batten-project-impact {
  position: relative;
  min-height: min(82vw, 920px);
  display: grid;
  align-items: center;
  overflow: hidden;
  background: #0a0b0d;
  color: #fff;
}

.batten-project-impact::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.76), rgba(0, 0, 0, 0.1) 65%);
}

.batten-project-impact > img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.batten-project-impact-copy {
  position: relative;
  z-index: 1;
  width: min(100%, var(--batten-max));
  margin: 0 auto;
  padding: 90px 24px;
}

.batten-project-impact-copy h2 {
  max-width: 720px;
  margin: 0;
  font-size: clamp(58px, 8.2vw, 126px);
  line-height: 0.92;
  letter-spacing: -0.072em;
}

.batten-project-impact-copy p {
  max-width: 620px;
  margin: 30px 0 0;
  color: rgba(255, 255, 255, 0.8);
  font-size: clamp(20px, 2.5vw, 34px);
  line-height: 1.3;
}

.batten-project-impact-copy a {
  display: inline-flex;
  margin-top: 34px;
  border-bottom: 1px solid currentColor;
  color: #a9d2ff;
  font-weight: 700;
  line-height: 2;
}

.batten-path {
  padding-bottom: clamp(100px, 12vw, 170px);
}

.batten-path .batten-section-heading {
  max-width: 1140px;
  margin-left: 0;
  text-align: left;
}

.batten-path .batten-section-heading h2 {
  font-size: clamp(50px, 5.8vw, 82px);
}

.batten-path-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: clamp(54px, 7vw, 96px);
  border-top: 1px solid var(--batten-line);
  border-bottom: 1px solid var(--batten-line);
}

.batten-path-grid article {
  min-height: 310px;
  padding: 42px clamp(24px, 3vw, 48px) 48px 0;
}

.batten-path-grid article + article {
  border-left: 1px solid var(--batten-line);
  padding-left: clamp(24px, 3vw, 48px);
}

.batten-path-grid span {
  color: var(--batten-blue);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.08em;
}

.batten-path-grid h3 {
  margin: 70px 0 14px;
  font-size: clamp(25px, 2.3vw, 34px);
  line-height: 1.08;
  letter-spacing: -0.045em;
}

.batten-path-grid p {
  margin: 0;
  color: var(--batten-muted);
  font-size: 16px;
  line-height: 1.55;
}

.batten-configure {
  padding: clamp(100px, 10vw, 150px) max(24px, calc((100vw - var(--batten-max)) / 2));
  background: var(--batten-black);
  color: #fff;
}

.batten-configure-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.94fr) minmax(420px, 1.06fr);
  gap: clamp(50px, 7vw, 110px);
  align-items: start;
}

.batten-configure-panel h2 {
  margin: 0 0 42px;
  font-size: clamp(46px, 5.8vw, 84px);
  line-height: 0.97;
  letter-spacing: -0.06em;
}

.batten-configure .product-price {
  margin: 0;
  color: #fff;
  font-size: 28px;
}

.batten-configure .product-price span {
  color: rgba(255, 255, 255, 0.58);
}

.batten-configure .selected-sku-line {
  color: rgba(255, 255, 255, 0.72);
}

.batten-configure .selector-panel {
  margin-top: 34px;
}

.batten-configure .selector-steps {
  gap: 30px;
}

.batten-configure .selector-step-head h3 {
  color: #fff;
  font-size: 21px;
}

.batten-configure .selector-step-head h3 span {
  color: rgba(255, 255, 255, 0.52);
}

.batten-configure .selector-step[data-option-step="Size"] .option-button-row,
.batten-configure .selector-step[data-option-step="Colour"] .option-button-row,
.batten-configure .fulfilment-choice-row {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.batten-configure .option-button {
  min-height: 60px;
  border-color: rgba(255, 255, 255, 0.18);
  background: #141619;
  color: #fff;
}

.batten-configure .option-button:hover {
  border-color: rgba(255, 255, 255, 0.48);
}

.batten-configure .option-button.is-active {
  border-color: #58a6ff;
  box-shadow: inset 0 0 0 1px #58a6ff;
}

.batten-configure .option-swatch {
  border-color: rgba(255, 255, 255, 0.26);
}

.batten-configure .selector-result {
  background: #15171a;
  color: #fff;
}

.batten-configure .selector-result span,
.batten-configure .option-button-row p,
.batten-configure .delivery-note {
  color: rgba(255, 255, 255, 0.58);
}

.batten-configure .delivery-address-field {
  color: rgba(255, 255, 255, 0.76);
}

.batten-configure .delivery-address-field input {
  border-color: rgba(255, 255, 255, 0.18);
  background: #141619;
  color: #fff;
}

.batten-configure .buy-actions {
  margin-top: 24px;
}

.batten-configure .primary-action {
  border: 0;
  background: #0c68d2;
  color: #fff;
}

.batten-configure .primary-action:disabled {
  background: #27435f;
  color: rgba(255, 255, 255, 0.62);
}

.batten-configure .secondary-action {
  border-color: rgba(255, 255, 255, 0.3);
  color: #8bc4ff;
}

.batten-configure-media {
  position: sticky;
  top: 164px;
  margin: 0;
}

.batten-configure-media img {
  width: 100%;
  min-height: 720px;
  object-fit: cover;
}

.batten-configure-media figcaption {
  padding: 16px 0 0;
  color: rgba(255, 255, 255, 0.58);
  font-size: 13px;
  line-height: 1.5;
}

.batten-real-projects {
  margin-top: clamp(100px, 12vw, 170px);
  padding-top: 44px;
  border-top: 1px solid rgba(255, 255, 255, 0.18);
}

.batten-real-projects-head {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: 24px;
  margin-bottom: 28px;
}

.batten-real-projects-head h2 {
  margin: 0;
  font-size: clamp(34px, 4vw, 56px);
  letter-spacing: -0.05em;
}

.batten-real-projects-head a {
  color: #8bc4ff;
  font-weight: 680;
}

.batten-project-pair {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.batten-project-pair a {
  display: grid;
  gap: 16px;
}

.batten-project-pair img {
  width: 100%;
  aspect-ratio: 1.55 / 1;
  object-fit: cover;
  transition: transform 520ms ease;
}

.batten-project-pair a:hover img {
  transform: scale(1.012);
}

.batten-project-pair span {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  align-items: baseline;
}

.batten-project-pair strong {
  font-size: 16px;
}

.batten-project-pair small {
  color: rgba(255, 255, 255, 0.55);
}

.aluminium-batten-page .batten-faq {
  padding-top: clamp(100px, 12vw, 170px);
  padding-bottom: clamp(100px, 12vw, 170px);
  background: #fff;
}

.aluminium-batten-page .batten-faq .eyebrow {
  color: var(--batten-blue);
}

.batten-final-cta {
  width: min(100%, var(--batten-max));
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 40px;
  align-items: end;
  padding: 70px 24px 120px;
  border-top: 1px solid var(--batten-line);
}

.batten-final-cta h2 {
  max-width: 900px;
  margin: 0;
  font-size: clamp(46px, 5.8vw, 82px);
  line-height: 0.98;
  letter-spacing: -0.06em;
}

.batten-final-cta > div {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.aluminium-batten-selector-page .buy-configurator {
  padding-top: 142px;
  background: #fff;
}

.aluminium-batten-selector-page .buy-intro h1 {
  font-size: clamp(54px, 6vw, 88px);
  letter-spacing: -0.06em;
}

.aluminium-batten-selector-page .buy-gallery-card,
.aluminium-batten-selector-page .gallery-frame {
  background: #ece9e5;
}

.aluminium-batten-selector-page .gallery-slide {
  object-fit: cover;
}

.aluminium-batten-selector-page .selector-step[data-option-step="Size"] .option-button-row,
.aluminium-batten-selector-page .selector-step[data-option-step="Colour"] .option-button-row {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

@media (max-width: 1120px) {
  .batten-hero {
    grid-template-columns: minmax(360px, 0.88fr) minmax(0, 1.12fr);
  }

  .batten-hero h1 {
    font-size: clamp(72px, 8.2vw, 94px);
  }

  .batten-finish-grid,
  .batten-configure-grid {
    grid-template-columns: 1fr;
  }

  .batten-finish-visual {
    min-height: 620px;
  }

  .batten-finish-visual > img {
    min-height: 620px;
  }

  .batten-finish-controls {
    max-width: 760px;
    margin: 0 auto;
  }

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

  .batten-finish-button {
    grid-template-columns: 1fr;
    align-content: start;
    gap: 8px;
  }

  .batten-finish-chip {
    width: 100%;
  }

  .batten-configure-media {
    position: static;
    order: -1;
  }

  .batten-configure-media img {
    min-height: 0;
    aspect-ratio: 1.55 / 1;
  }
}

@media (max-width: 820px) {
  .batten-local-nav {
    top: 82px;
    grid-template-columns: 1fr auto;
    min-height: 52px;
  }

  .batten-local-links {
    display: none;
  }

  .batten-hero {
    grid-template-columns: 1fr;
    min-height: 0;
    padding: 74px 0 0;
  }

  .batten-hero-copy {
    padding: 34px 24px 58px;
  }

  .batten-hero h1 {
    font-size: clamp(72px, 20vw, 116px);
  }

  .batten-hero-media {
    min-height: 520px;
  }

  .batten-highlights {
    grid-template-columns: 1fr;
  }

  .batten-highlight {
    min-height: 220px;
    grid-template-rows: auto;
  }

  .batten-highlight-copy::before {
    display: none;
  }

  .batten-highlight + .batten-highlight {
    border-left: 0;
    border-top: 1px solid var(--batten-line);
  }

  .batten-profile-grid,
  .batten-path-grid,
  .batten-project-pair {
    grid-template-columns: 1fr;
  }

  .batten-profile-card + .batten-profile-card,
  .batten-path-grid article + article {
    border-left: 0;
    border-top: 1px solid var(--batten-line);
  }

  .batten-profile-card {
    min-height: 590px;
    padding: 54px 24px;
  }

  .batten-path-grid article,
  .batten-path-grid article + article {
    min-height: 240px;
    padding: 34px 0;
  }

  .batten-path-grid h3 {
    margin-top: 46px;
  }

  .batten-project-impact {
    min-height: 760px;
  }

  .batten-project-impact::after {
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.08) 75%);
  }

  .batten-project-impact-copy {
    align-self: end;
    padding-bottom: 70px;
  }

  .batten-configure .selector-step[data-option-step="Colour"] .option-button-row {
    grid-template-columns: 1fr;
  }

  .batten-project-pair span {
    display: grid;
    gap: 5px;
  }

  .batten-final-cta {
    grid-template-columns: 1fr;
    align-items: start;
  }
}

@media (max-width: 680px) {
  .aluminium-batten-page .batten-page section[id] {
    scroll-margin-top: 110px;
  }

  .batten-local-nav {
    top: 48px;
    padding-inline: 16px;
  }

  .batten-local-title {
    font-size: 16px;
  }

  .batten-local-quote {
    padding-inline: 13px;
  }

  .batten-hero {
    padding-top: 58px;
  }

  .batten-hero-copy {
    padding: 28px 18px 48px;
  }

  .batten-hero h1 {
    font-size: clamp(66px, 20vw, 92px);
  }

  .batten-hero-line {
    font-size: 24px;
  }

  .batten-hero-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .batten-hero .primary-action,
  .batten-text-link {
    width: 100%;
    justify-content: center;
    text-align: center;
  }

  .batten-hero-media {
    min-height: 410px;
  }

  .batten-highlight {
    padding-inline: 24px;
  }

  .batten-finishes,
  .batten-profiles,
  .batten-path {
    padding-inline: 18px;
  }

  .batten-section-heading h2 {
    font-size: 50px;
  }

  .batten-finish-visual,
  .batten-finish-visual > img {
    min-height: 500px;
  }

  .batten-finish-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .batten-finish-button {
    min-height: 82px;
  }

  .batten-profile-diagram {
    transform: scale(0.88);
  }

  .batten-project-impact {
    min-height: 670px;
  }

  .batten-project-impact-copy h2 {
    font-size: 64px;
  }

  .batten-configure {
    padding-inline: 18px;
  }

  .batten-configure-panel h2 {
    font-size: 48px;
  }

  .batten-configure .selector-step[data-option-step="Size"] .option-button-row,
  .batten-configure .selector-step[data-option-step="Colour"] .option-button-row,
  .batten-configure .fulfilment-choice-row,
  .aluminium-batten-selector-page .selector-step[data-option-step="Size"] .option-button-row,
  .aluminium-batten-selector-page .selector-step[data-option-step="Colour"] .option-button-row {
    grid-template-columns: 1fr;
  }

  .batten-real-projects-head {
    align-items: start;
    flex-direction: column;
  }

  .batten-final-cta {
    padding-inline: 18px;
  }

  .batten-final-cta h2 {
    font-size: 50px;
  }

  .batten-final-cta > div,
  .batten-final-cta a {
    width: 100%;
  }
}

@media (prefers-reduced-motion: reduce) {
  .batten-hero-media img,
  .batten-finish-visual > img,
  .batten-project-pair img {
    transition: none;
  }
}
