:root {
  --red: #d71920;
  --black: #080808;
  --dark: #111;
  --grey: #f0f0f0;
  --text: #171717;
  --muted: #555;
  --wrap: 1080px;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
body {
  margin: 0;
  background: #fff;
  color: var(--text);
  font-family: Inter, Arial, sans-serif;
  font-size: 18px;
  line-height: 1.45;
}
.wrap {
  width: min(var(--wrap), calc(100% - 80px));
  margin-inline: auto;
}
img {
  display: block;
  max-width: 100%;
  height: auto;
}
h1,
h2,
h3 {
  font-family: Oswald, Impact, sans-serif;
  text-transform: uppercase;
  margin: 0;
  line-height: 0.92;
  letter-spacing: -0.025em;
}
section h2 {
	font-family: Oswald, Impact, sans-serif;
}
h1 {
  font-size: 91px;
  color: #fff;
  font-weight: 700;
}
h2 {
  font-size: 58px;
  font-weight: 700;
}
h2 em,
h1 em {
  font-style: normal;
  color: var(--red);
}
h3 {
  font-size: 23px;
  font-weight: 700;
}
.center {
  text-align: center;
}


.section {
  padding: 74px 0;
}
.hero_technical {
  position: relative;
  background: #050505;
  min-height: 404px;
  overflow: hidden;
}
.hero_technical__image {
  position: absolute;
  inset: 0;
}
.hero_technical__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero_technical__copy {
  width: 392px;
  padding-top: 20px;
}
.hero_technical p {
  color: #fff;
  font-size: 16px;
  line-height: 1.2;
  margin: 20px 0 0;
}
.hero_technical p.hero_technical__lead {
	font-size:24px;
	line-height:1.2;
	margin: 15px 0 0;
}
.quick-nav {
  background: #050505;
  border-top: 1px solid #1a1a1a;
  padding: 25px 0 31px;
}
.quick-nav__grid {
  display: grid;
  grid-template-columns: repeat(9, 1fr);
  gap: 18px;
}
.nav-icon {
  text-decoration: none;
  color: #fff;
  text-align: center;
  font-size: 11px;
  line-height: 1.15;
  text-transform: uppercase;
  font-weight: 800;
}
.nav-icon img {
  width: 70px;
  height: 63px;
  object-fit: contain;
  margin: 0 auto 10px;
}
.nav-icon b {
  display: block;
  min-height: 26px;
}
.before {
  padding-top: 82px;
}
.before h2 {
  font-size: 43px;
  margin-bottom: 41px;
}
.card-grid {
  display: grid;
  gap: 22px;
}
.card-grid.six {
  grid-template-columns: repeat(6, 1fr);
}
.card-grid.four {
  grid-template-columns: repeat(4, 1fr);
}
.info-card {
  background: #fff;
  border: 1px solid #d4d4d4;
  border-radius: 2px;
  text-align: center;
  padding: 24px 15px 20px;
  min-height: 189px;
  box-shadow: 0 2px 0 rgba(0, 0, 0, 0.05);
}
.info-card .ico {
  font-style: normal;
  color: var(--red);
  font-size: 42px;
  line-height: 1;
  display: block;
  margin-bottom: 18px;
}
.info-card .card-icon {
  height: 78px;
  width: auto;
  object-fit: contain;
  margin: 0 auto 18px;
}
.info-card h3 {
  font-size: 17px;
  line-height: 1.05;
  margin-bottom: 10px;
}
.info-card p {
  font-size: 12px;
  line-height: 1.35;
  margin: 0;
  color: #3a3a3a;
}

.wear {
  padding-top: 32px;
}

.inside {
  padding-top: 25px;
}

.inside h2 {
  text-align: center;
  margin-bottom: 34px;
}

.strip {
  background: #fff2f2;
  padding: 24px 0;
}


.strip img {
  grid-row: 1/3;
  width: 65px;
  height: 78px;
  object-fit: contain;
}
.strip b {
  font-family: Oswald;
  text-transform: uppercase;
  font-size: 20px;
}
.strip span {
  font-size: 12px;
}
.dark {
  background: #050505;
  color: #fff;
}

.tips .card-grid {
  margin-top: 35px;
}
.tips .info-card {
  background: #f7f7f7;
  min-height: 164px;
}

@media (max-width: 900px) {
  .wrap {
    width: min(100% - 32px, var(--wrap));
  }
  .section {
    padding: 52px 0;
  }
  h1 {
    font-size: 56px;
  }
  
  .quick-nav__grid,
  .card-grid.six,
  .card-grid.four,
  .tyre-types,
  .mini-grid,
  .strip__grid,
  .red-band {
    grid-template-columns: repeat(2, 1fr);
  }
  
  .hero_technical__copy {
    width: 70%;
  }
  
  
  
  
  
  
  
  
}
@media (max-width: 560px) {
  body {
    font-size: 16px;
  }
  .quick-nav__grid,
  .card-grid.six,
  .card-grid.four,
  .tyre-types,
  .mini-grid,
  .strip__grid,
  .red-band {
    grid-template-columns: 1fr;
  }
  .hero_technical__copy {
    width: 100%;
  }
  .hero_technical {
    min-height: 500px;
  }
  
  
  
  
  
  
  
  
}

/* Fix: pressure image split into 3 editable assets */


.inside .center {
  margin-bottom: 34px;
}
.inside-full-img {
  width: 100%;
  height: auto;
  margin: 0 auto;
}
@media (max-width: 900px) {
  
}

/* v4 corrections: 1440 hero, 1246 content, key functions + safe towing */
:root {
  --wrap: 1246px;
}
.hero_technical,
.quick-nav {
  max-width: 1440px;
  margin-inline: auto;
}
.hero_technical {
  min-height: 496px;
}

.hero_technical__copy {
  width: 460px;
}
.quick-nav__grid {
  grid-template-columns: repeat(10, 1fr);
  gap: 15px;
}

.key-functions {
  background: #fff2f2;
  padding: 42px 0 36px;
  overflow: hidden;
}
.key-functions h2 {
  color: var(--red);
  font-size: 38px;
  line-height: 1;
  margin: 0 0 30px;
  letter-spacing: 0;
  text-align: left;
}
.key-functions__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 54px;
  align-items: start;
}
.key-function {
  display: grid;
  grid-template-columns: 64px 1fr;
  gap: 15px;
  align-items: start;
  color: #050505;
}
.key-function img {
  width: 64px;
  height: 64px;
  object-fit: contain;
  filter: none;
}
.key-function b {
  display: block;
  font-family: Oswald, Impact, sans-serif;
  text-transform: uppercase;
  font-size: 35px;
  line-height: 0.95;
  letter-spacing: -0.02em;
  color: #050505;
}
.key-function span {
  display: block;
  font-size: 26px;
  line-height: 1.15;
  color: #050505;
  margin-top: 2px;
}

@media (max-width: 900px) {
  .hero_technical,
  .quick-nav {
    max-width: 100%;
  }
  .hero_technical,
  .hero_technical__content {
    min-height: 500px;
  }
  .quick-nav__grid {
    grid-template-columns: repeat(5, 1fr);
  }
  .key-functions__grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 28px;
  }
  .key-function span {
    font-size: 18px;
  }
  .key-function b {
    font-size: 27px;
  }
  
  
  
  
}
@media (max-width: 560px) {
  .quick-nav__grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .key-functions__grid {
    grid-template-columns: 1fr;
  }
  
  
  
  
  
  
}

/* v5 corrections: hero full width with 1440px inner, inside title alignment/lines, red key function icons */
.hero_technical,
.quick-nav {
  width: 100%;
  max-width: none;
  margin-inline: 0;
}
.hero_technical .wrap,
.quick-nav .wrap {
  width: min(1440px, 100%);
  max-width: 1440px;
  margin-inline: auto;
}
.hero_technical__copy {
  margin-left: 97px;
}
.inside .inside-title {
  text-align: right;
  margin-bottom: 20px;
  font-size: 58px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -0.025em;
}
.heading-lines {
  display: flex;
  align-items: center;
  gap: 0;
  line-height: 0;
}
.heading-lines img {
  display: block;
  width: auto;
  height: 14px;
}
.inside-lines {
  justify-content: flex-end;
  margin: 0 0 44px auto;
  padding-right: 8px;
}
.key-function img,
.key-functions .key-function img {
  filter: brightness(0) saturate(100%) invert(19%) sepia(91%) saturate(3059%)
    hue-rotate(342deg) brightness(92%) contrast(99%);
}
@media (max-width: 900px) {
  .hero_technical .wrap,
  .quick-nav .wrap {
    width: min(100% - 32px, 1440px);
  }
  .hero_technical__copy {
    margin-left: 0;
  }
  .inside .inside-title {
    text-align: center;
  }
  .inside-lines {
    justify-content: center;
    margin-bottom: 30px;
    padding-right: 0;
  }
}

/* v6 fixes: split Why Your Tyres Matter into two PSD rows + red towing/key-function icons */

.key-function img {
  filter: none !important;
}
@media (max-width: 900px) {
  
  
  
}

/* =========================
   Final Colour Corrections
   ========================= */

.safe-towing__list img,
.key-function img,
.key-functions .key-function img {
  filter: brightness(0) saturate(100%) invert(19%) sepia(91%) saturate(3059%)
    hue-rotate(342deg) brightness(92%) contrast(99%) !important;
}

/* =========================
   V7. Hero Rebuild From PSD
   - full width hero
   - 1440px hero inner
   - logo top right
   - white dividers between nav icons
========================= */
.hero_technical {
  width: 100%;
  max-width: none;
  margin: 0;
  min-height: 500px;
  position: relative;
  overflow: hidden;
  background: #050505;
}

.hero_technical__image {
  position: absolute;
  inset: 0;
  z-index: 1;
}

.hero_technical__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
}

.hero_technical__inner {
  width: min(1440px, 100%);
  min-height: 500px;
  margin-inline: auto;
  position: relative;
  z-index: 2;
}

.hero_technical__brand {
  position: absolute;
  top: 48px;
  right: 69px;
  width: 319px;
  text-decoration: none;
  text-align: center;
  display: block;
}

.hero_technical__brand img {
  width: 100%;
  height: auto;
}

.hero_technical__brand span {
  display: block;
  margin-top: 4px;
  padding-left: 36px;
  color: #111;
  font-family: Inter, Arial, sans-serif;
  font-size: 13px;
  line-height: 1;
  font-weight: 900;
  letter-spacing: 0.62em;
  text-transform: uppercase;
}

.hero_technical__copy {
  position: absolute;
  top: 38px;
  left: 68px;
  width: 570px;
  margin: 0;
  padding: 0;
}

.hero_technical h1 {
  margin: 0;
  color: #fff;
  font-family: Oswald, Impact, sans-serif;
  font-size: 104px;
  font-weight: 700;
  line-height: 0.93;
  letter-spacing: -0.04em;
  text-transform: uppercase;
}

.hero_technical h1 em {
  color: var(--red);
  font-style: normal;
}

.hero_technical__lead {
  margin: 26px 0 0;
  color: #fff;
  font-family: Inter, Arial, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.17;
  letter-spacing: -0.02em;
}

.hero_technical__lead span {
  color: var(--red);
}

.hero_technical__small {
  margin: 44px 0 0;
  color: #fff;
  font-family: Inter, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.18;
  font-weight: 400;
}

.quick-nav {
  width: 100%;
  max-width: none;
  margin: 0;
  background: #050505;
  border-top: 0;
  padding: 0;
}

.quick-nav__inner {
  width: min(1440px, 100%);
  margin-inline: auto;
  min-height: 134px;
  padding: 17px 47px ;
}

.quick-nav__grid {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0;
}

.nav-icon {
  flex: 1 1 0;
  min-width: 0;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  color: #fff;
  text-align: center;
  text-decoration: none;
  font-family: Inter, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.05;
  font-weight: 500;
  text-transform: uppercase;
}

.nav-icon:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 22px;
  right: 0;
  width: 2px;
  height: 70px;
  background: #fff;
  opacity: 0.86;
}

.nav-icon img {
  width: 67px;
  height: 67px;
  object-fit: contain;
  margin: 0 auto 10px;
}

.nav-icon b {
  display: block;
  min-height: 28px;
  padding: 0 14px;
  color: #fff;
  font: inherit;
}

@media (max-width: 1100px) {
  .hero_technical__copy {
    left: 40px;
    width: 480px;
  }

  .hero_technical h1 {
    font-size: 82px;
  }

  .hero_technical__brand {
    right: 38px;
    width: 260px;
  }

  .hero_technical__lead {
    font-size: 21px;
  }

  .quick-nav__inner {
    padding-inline: 24px;
  }

  .nav-icon {
    font-size: 11px;
  }

  .nav-icon img {
    width: 56px;
    height: 56px;
  }
}

@media (max-width: 900px) {
  .hero_technical {
    min-height: 560px;
  }

  .hero_technical__inner {
    width: min(100% - 32px, 1440px);
    min-height: 560px;
  }

  .hero_technical__copy {
    top: 48px;
    left: 0;
    width: min(100%, 460px);
  }

  .hero_technical h1 {
    font-size: 68px;
  }

  .hero_technical__brand {
    top: auto;
    right: 0;
    bottom: 34px;
    width: 220px;
  }

  .hero_technical__brand span {
    color: #fff;
    font-size: 10px;
  }

  .quick-nav__inner {
    width: min(100% - 32px, 1440px);
    padding: 24px 0;
  }

  .quick-nav__grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 22px 0;
  }

  .nav-icon:not(:last-child)::after {
    display: none;
  }
}

@media (max-width: 560px) {
  .hero_technical {
    min-height: 620px;
  }

  .hero_technical__inner {
    min-height: 620px;
  }

  .hero_technical h1 {
    font-size: 54px;
  }

  .hero_technical__lead {
    font-size: 18px;
  }

  .hero_technical__small {
    margin-top: 28px;
    font-size: 14px;
  }

  .hero_technical__brand {
    width: 190px;
  }

  .quick-nav__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}


/* =========================================================
   v8 - Section: Before You Hit The Road
   Match PSD card sizing, spacing, shadow and typography
========================================================= */
.before {
  padding-top: 92px;
  padding-bottom: 90px;
  background: #ffffff;
}

.before .wrap {
  max-width: 1246px;
}

.before h2 {
  font-size: 72px;
  line-height: 0.95;
  letter-spacing: -0.035em;
  margin-bottom: 48px;
}

.before .card-grid.six {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 30px;
}

.before .info-card {
  min-height: 320px;
  padding: 38px 20px 30px;
  border: 1px solid #d8d8d8;
  border-radius: 14px;
  background: #ffffff;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.22);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
}

.before .info-card .card-icon {
  width: auto;
  height: 108px;
  object-fit: contain;
  margin: 0 auto 46px;
}

.before .info-card h3 {
  font-family: Oswald, Impact, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -0.015em;
  text-transform: uppercase;
  color: #080808;
  margin: 0 0 19px;
  min-height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.before .info-card p {
  max-width: 140px;
  margin: 0 auto;
  font-size: 13px;
  line-height: 1.16;
  color: #080808;
}

@media (max-width: 1100px) {
  .before .card-grid.six {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 900px) {
  .before {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .before h2 {
    font-size: 48px;
    margin-bottom: 34px;
  }

  .before .info-card {
    min-height: 280px;
  }
}

@media (max-width: 560px) {
  .before .card-grid.six {
    grid-template-columns: 1fr;
  }

  .before .info-card {
    min-height: auto;
    padding: 30px 20px 28px;
  }

  .before .info-card .card-icon {
    margin-bottom: 28px;
  }
}

/* =========================
   05. Why Your Tyres Matter - PSD Rebuild
   ========================= */

.why-matter-section {
  padding: 82px 0 78px;
  background: #ffffff;
}
.why-matter-top-row {
  display: grid;
  grid-template-columns: 540px 638px;
  column-gap: 65px;
  align-items: start;
  margin-bottom:15px;
}
.why-matter-bottom-row {
  display: grid;
  grid-template-columns: 680px 517px;
  column-gap: 50px;
  align-items: start;
}
.why-matter-wrap {
  width: min(1246px, calc(100% - 80px));
}

.why-matter-title {
  margin: 0;
  font-family: Oswald, Impact, sans-serif;
  font-size: 75px;
  font-weight: 700;
  line-height: 0.95;
  letter-spacing: -0.035em;
  text-transform: uppercase;
  color: #050505;
  text-align:left;
}

.why-matter-title span,
.why-matter-title em {
  display: block;
}

.why-matter-title em {
  font-style: normal;
  color: var(--red);
}

.why-matter-line {
  width: 146px;
  height: auto;
  margin: 29px 0 26px;
}

.why-matter-intro {
  margin: 0;
  max-width: 540px;
  font-size: 28px;
  font-weight: 400;
  line-height: 1.13;
  letter-spacing: -0.01em;
  color: #080808;
}

.why-matter-subtitle {
  margin: 40px 0 60px;
  font-family: Inter, Arial, sans-serif;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.15;
  letter-spacing: -0.02em;
  text-transform: none;
  color: var(--red);
}

.why-benefits-list {
  list-style: none;
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 20px;
  row-gap:15px;
  padding: 0;
  margin: 0;
}

.why-benefits-list li {
  display: grid;
  grid-template-columns: 37px 1fr;
  column-gap: 20px;
  align-items: center;
  min-height: 37px;
  font-size: 28px;
  font-weight: 400;
  line-height: 1.05;
  letter-spacing: -0.01em;
  color: #080808;
}

.why-check {
  width: 37px;
  height: 37px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: var(--red);
  color: #ffffff;
  font-size: 25px;
  font-weight: 900;
  line-height: 1;
}

.why-matter-image {
  width: 100%;
  display: block;
  border-radius: 12px;
  object-fit: cover;
}

.why-matter-image-top {
  height: 365px;
}

.why-matter-image-bottom {
  width: 518px;
  height: 363px;
  margin-left: auto;
}

@media (max-width: 1200px) {
  

  .why-matter-title {
    font-size: 62px;
  }

  .why-matter-intro {
    font-size: 24px;
  }

  .why-benefits-list li {
    font-size: 22px;
  }
}

@media (max-width: 900px) {
  .why-matter-section {
    padding: 60px 0;
  }

  .why-matter-wrap {
    width: min(100% - 32px, 1246px);
  }

  

  .why-matter-title {
    font-size: 52px;
  }

  .why-matter-intro {
    max-width: none;
    font-size: 21px;
  }

  .why-matter-subtitle {
    margin-top: 38px;
    margin-bottom: 26px;
    font-size: 24px;
  }

  .why-matter-image-top,
  .why-matter-image-bottom {
    width: 100%;
    height: auto;
    margin-left: 0;
  }
}

@media (max-width: 560px) {
  .why-matter-title {
    font-size: 44px;
  }

  .why-matter-line {
    margin: 22px 0 22px;
  }

  .why-benefits-list {
    grid-template-columns: 1fr;
    row-gap: 16px;
  }

  .why-benefits-list li {
    grid-template-columns: 32px 1fr;
    column-gap: 14px;
    font-size: 20px;
  }

  .why-check {
    width: 32px;
    height: 32px;
    font-size: 20px;
  }
}

/* =========================
   06. Understanding Tyre Wear - PSD Rebuild
========================= */
.wear-psd {
  padding-top: 66px;
  padding-bottom: 48px;
  background: #ffffff;
}

.wear-wrap {
  max-width: 1246px;
}

.wear-hero-row {
  display: grid;
  grid-template-columns: 622px 1fr;
  gap: 80px;
  align-items: center;
  margin-bottom: 49px;
}

.wear-indicator-card {
  width: 622px;
  height: 326px;
  overflow: hidden;
  border-radius: 13px;
  background: #b9b5ae;
}

.wear-indicator-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.wear-copy {
  text-align: right;
  padding-top: 2px;
}

.wear-copy h2 {
  font-size: 70px;
  line-height: .94;
  letter-spacing: -0.035em;
  margin: 0;
  text-align:right;
}

.wear-copy h2 em {
  color: var(--red);
  font-style: normal;
}

.wear-heading-line {
  width: 141px;
  height: 11px;
  object-fit: contain;
  margin: 28px 0 24px auto;
}

.wear-copy p {
  max-width: 470px;
  margin: 0 0 0 auto;
  font-size: 27px;
  line-height: 1.17;
  text-align: center;
  color: #050505;
  text-align:right;
}

.wear-types-panel {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 42px;
  background: #eeeeee;
  border-radius: 10px;
  padding: 55px 70px 45px;
  text-align: center;
}

.wear-type-card h3 {
  font-family: Oswald, Impact, sans-serif;
  font-size: 32px;
  line-height: 1.12;
  letter-spacing: .02em;
  text-transform: uppercase;
  margin: 0 0 40px;
  color: #050505;
}

.wear-type-card img {
  width: auto;
  height: 398px;
  object-fit: contain;
  margin: 0 auto 38px;
}

.wear-type-card p {
  margin: 0;
  font-size: 26px;
  line-height: 1.12;
  color: #050505;
}

@media (max-width: 1100px) {
  .wear-hero-row {
    grid-template-columns: 1fr;
    gap: 38px;
  }

  .wear-indicator-card {
    width: 100%;
    height: auto;
  }

  .wear-copy {
    text-align: center;
  }

  .wear-heading-line {
    margin-left: auto;
    margin-right: auto;
  }

  .wear-copy p {
    margin-right: auto;
  }

  .wear-types-panel {
    grid-template-columns: repeat(2, 1fr);
    gap: 50px 34px;
  }
}

@media (max-width: 640px) {
  .wear-copy h2 {
    font-size: 45px;
  }

  .wear-copy p {
    font-size: 18px;
  }

  .wear-types-panel {
    grid-template-columns: 1fr;
    padding: 38px 24px;
  }

  .wear-type-card img {
    height: 320px;
  }

  .wear-type-card p {
    font-size: 20px;
  }
}


/* =========================
   V11 - Understanding Tyre Pressure PSD rebuild
========================= */
.pressure-psd {
  padding-top: 72px;
  padding-bottom: 72px;
  background: #ffffff;
}

.pressure-psd__top {
  display: grid;
  grid-template-columns: 664px 1fr;
  justify-content: space-between;
  align-items: start;
  column-gap: 65px;
}

.pressure-psd__content h2 {
  font-size: 64px;
  line-height: 1;
  letter-spacing: -0.03em;
  margin: 0;
  text-align:left;
}

.pressure-psd__content h2 em {
  color: var(--red);
  font-style: normal;
}

.pressure-psd__line {
  display: block;
  width: 127px;
  height: auto;
  margin-top: 31px;
  margin-bottom: 27px;
}

.pressure-psd__content p {
  margin: 0;
  font-size: 28px;
  line-height: 1.08;
  letter-spacing: -0.015em;
  color: #050505;
}

.pressure-psd__box {
  width: 459px;
  min-height: 326px;
  background: var(--red);
  color: #ffffff;
  border-radius: 12px;
  padding: 44px 58px 34px 95px;
}

.pressure-psd__box h3 {
  color: #ffffff;
  font-family: Inter, Arial, sans-serif;
  text-transform: none;
  font-size: 28px;
  line-height: 1.06;
  letter-spacing: -0.02em;
  font-weight: 800;
  margin: 0 0 28px;
}

.pressure-psd__box ul {
  margin: 0;
  padding-left: 28px;
}

.pressure-psd__box li {
  font-size: 27px;
  line-height: 1.12;
  color: #ffffff;
  margin: 0;
}

.pressure-psd__cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 70px;
  align-items: start;
  margin-top: 55px;
}

.pressure-psd__cards img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
}

@media (max-width: 1100px) {
  .pressure-psd__top {
    grid-template-columns: 1fr;
    row-gap: 36px;
  }

  .pressure-psd__box {
    width: 100%;
    min-height: auto;
  }

  .pressure-psd__cards {
    column-gap: 28px;
  }
}

@media (max-width: 900px) {
  .pressure-psd {
    padding-top: 52px;
    padding-bottom: 52px;
  }

  .pressure-psd__content h2 {
    font-size: 46px;
  }

  .pressure-psd__content p {
    font-size: 20px;
    line-height: 1.2;
  }

  .pressure-psd__box {
    padding: 32px;
  }

  .pressure-psd__box h3,
  .pressure-psd__box li {
    font-size: 22px;
  }

  .pressure-psd__cards {
    grid-template-columns: 1fr;
    gap: 26px;
  }
}

/* =========================
   V12 - Tyre Size + Sidewall PSD rebuild
========================= */
.tyre-size-psd {
  padding: 72px 0 54px;
  background: #fff;
}

.tyre-size-psd__grid {
  display: grid;
  grid-template-columns: 638px 1fr;
  column-gap: 85px;
  align-items: start;
}

.tyre-size-psd__media img {
  width: 638px;
  height: 797px;
  object-fit: contain;
  object-position: left top;
}

.tyre-size-psd__content {
  padding-top: 5px;
  text-align: center;
}

.tyre-size-psd__content h2 {
  font-size: 72px;
  line-height: .92;
  letter-spacing: -0.035em;
  margin: 0;
}

.tyre-size-psd__content .heading-line {
  width: 141px;
  height: 11px;
  object-fit: contain;
  margin: 32px 0 28px auto;
}

.tyre-size-psd__content p {
  max-width: 502px;
  margin: 0 auto;
  font-size: 30px;
  line-height: 1.2;
  letter-spacing: -0.01em;
  color: #090909;
}

.tyre-size-psd__sample {
  width: 578px;
  max-width: 100%;
  margin: 148px 0 0 auto;
  padding: 47px 28px 43px;
  background: #ececec;
  border-radius: 12px;
  text-align: right;
}

.tyre-size-psd__sample span {
  display: block;
  margin-bottom: 12px;
  font-family: Oswald, Impact, sans-serif;
  font-size: 31px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: .045em;
  text-transform: uppercase;
  color: #090909;
}

.tyre-size-psd__sample strong {
  display: block;
  font-family: Oswald, Impact, sans-serif;
  font-size: 59px;
  font-weight: 700;
  line-height: .95;
  letter-spacing: -0.01em;
  color: var(--red);
}

.sidewall-psd {
  padding: 76px 0 78px;
  background: #fff;
}

.sidewall-psd__grid {
  display: grid;
  grid-template-columns: 610px 1fr;
  column-gap: 0px;
  align-items: start;
}

.sidewall-psd__content h2 {
  font-size: 66px;
  line-height: .93;
  letter-spacing: -0.04em;
  margin: 0;
  text-align:left;
}

.sidewall-psd__content .heading-line {
  width: 141px;
  height: 11px;
  object-fit: contain;
  margin: 32px 0 31px;
}

.sidewall-psd__content h3 {
  margin: 0 0 30px;
  font-family: Inter, Arial, sans-serif;
  font-size: 26px;
  font-weight: 700;
  line-height: 1.15;
  text-transform: none;
  letter-spacing: 0;
  color: #080808;
}

.sidewall-psd__list {
  list-style: none;
  margin: 0;
  padding: 0;
  counter-reset: sidewall-item;
}

.sidewall-psd__list li {
  counter-increment: sidewall-item;
  position: relative;
  min-height: 27px;
  margin-bottom: 5px;
  padding-left: 40px;
  font-size: 22px;
  line-height: 1.15;
  letter-spacing: -0.01em;
  color: #080808;
}

.sidewall-psd__list li::before {
  content: counter(sidewall-item);
  position: absolute;
  left: 0;
  top: 0;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background: #f5b514;
  color: #090909;
  display: grid;
  place-items: center;
  font-size: 13px;
  font-weight: 800;
  line-height: 1;
}

.sidewall-psd__list li:nth-child(17)::before {
  content: "16a";
  font-size: 10px;
}

.sidewall-psd__list li:nth-child(18)::before {
  content: "17";
}

.sidewall-psd__media {
  padding-top: 175px;
}

.sidewall-psd__media img {
  width: 650px;
  max-width: 100%;
  height: auto;
  margin-left: auto;
}

@media (max-width: 900px) {
  .tyre-size-psd__grid,
  .sidewall-psd__grid {
    grid-template-columns: 1fr;
    row-gap: 34px;
  }

  .tyre-size-psd__media img {
    width: 100%;
    height: auto;
  }

  .tyre-size-psd__content {
    text-align: left;
  }

  .tyre-size-psd__content .heading-line {
    margin-left: 0;
  }

  .tyre-size-psd__content p {
    max-width: 100%;
    margin-left: 0;
    font-size: 22px;
  }

  .tyre-size-psd__sample {
    margin: 36px 0 0;
  }

  .sidewall-psd__media {
    padding-top: 0;
  }

  .sidewall-psd__media img {
    margin: 0 auto;
  }
}

@media (max-width: 560px) {
  .tyre-size-psd__content h2,
  .sidewall-psd__content h2 {
    font-size: 44px;
  }

  .tyre-size-psd__sample strong {
    font-size: 38px;
  }

  .sidewall-psd__content h3 {
    font-size: 22px;
  }

  .sidewall-psd__list li {
    font-size: 17px;
    padding-left: 34px;
  }
}


/* =========================
   V13. Towing & Caravan Tyre Safety - PSD Rebuild
   ========================= */

.towing-psd {
  background: #030303;
  color: #ffffff;
  padding: 94px 0 112px;
}

.towing-psd__inner {
  max-width: 1246px;
}

.towing-psd__heading {
  text-align: center;
  margin: 0 0 80px;
  font-family: Oswald, Impact, sans-serif;
  text-transform: uppercase;
  letter-spacing: -0.035em;
  line-height: 0.86;
  font-size: 58px;
  font-weight: 700;
}

.towing-psd__heading span,
.towing-psd__heading em {
  display: block;
  font-style: normal;
  font-weight: 700;
}

.towing-psd__heading span {
  color: #ffffff;
  font-size: 120px;
}

.towing-psd__heading em {
  color: var(--red);
  font-size: 120px;
  margin-top: 10px;
}

.towing-psd__hero-image {
  overflow: hidden;
  border-radius: 11px;
  margin-bottom: 44px;
}

.towing-psd__hero-image img {
  width: 100%;
  height: 252px;
  object-fit: cover;
}

.towing-psd__checks-row {
  display: grid;
  grid-template-columns: 585px 1fr;
  gap: 47px;
  align-items: stretch;
  margin-bottom: 52px;
}

.towing-psd__family-image {
  overflow: hidden;
  border-radius: 11px;
}

.towing-psd__family-image img {
  width: 100%;
  height: 347px;
  object-fit: cover;
}

.towing-psd__checks-content {
  padding: 0 0 0 1px;
}

.towing-psd__checks-content h3 {
  margin: -2px 0 22px;
  color: #ffffff;
  font-family: Oswald, Impact, sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: -0.01em;
  text-transform: uppercase;
}

.towing-psd__check-list {
  list-style: none;
  padding: 0;
  margin: 0 0 29px;
}

.towing-psd__check-list li {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 9px;
  color: #ffffff;
  font-size: 24px;
  line-height: 1.12;
  font-weight: 400;
}

.towing-psd__check-list span {
  flex: 0 0 auto;
  width: 18px;
  height: 18px;
  border: 2px solid #ffffff;
  border-radius: 2px;
}

.towing-psd__important {
  width: 100%;
  min-height: 112px;
  background: var(--red);
  border-radius: 10px;
  padding: 18px 23px 18px;
  color: #ffffff;
}

.towing-psd__important strong {
  display: block;
  margin-bottom: 7px;
  font-family: Oswald, Impact, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
}

.towing-psd__important p {
  margin: 0;
  max-width: 492px;
  color: #ffffff;
  font-size: 21px;
  line-height: 1.1;
}

.safe-towing-psd {
  margin-top: 0;
}

.safe-towing-psd__title {
  display: grid;
  grid-template-columns: 235px auto 235px;
  align-items: center;
  justify-content: center;
  column-gap: 25px;
  margin-bottom: 35px;
}

.safe-towing-psd__title span {
  display: block;
  height: 3px;
  background: var(--red);
}

.safe-towing-psd__title h3 {
  margin: 0;
  color: #ffffff;
  font-family: Oswald, Impact, sans-serif;
  font-size: 33px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: -0.01em;
  text-transform: uppercase;
  white-space: nowrap;
}

.safe-towing-psd__body {
  display: grid;
  grid-template-columns: 1fr 1fr 309px;
  gap: 39px;
  align-items: start;
}

.safe-towing-psd__tips {
  display: grid;
  gap: 29px;
}

.safe-towing-psd__tips article {
  display: grid;
  grid-template-columns: 74px 1fr;
  gap: 21px;
  align-items: start;
}

.safe-towing-psd__tips img {
  width: 74px;
  height: 74px;
  object-fit: contain;
  filter: brightness(0) saturate(100%) invert(19%) sepia(91%) saturate(3059%) hue-rotate(342deg) brightness(92%) contrast(99%) !important;
}

.safe-towing-psd__tips h4 {
  margin: 0 0 8px;
  color: #ffffff;
  font-family: Oswald, Impact, sans-serif;
  font-size: 23px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: -0.005em;
  text-transform: uppercase;
}

.safe-towing-psd__tips p {
  margin: 0;
  color: #ffffff;
  font-size: 17px;
  line-height: 1.18;
}

.safe-towing-psd__image {
  overflow: hidden;
  border-radius: 10px;
}

.safe-towing-psd__image img {
  width: 309px;
  height: 313px;
  object-fit: cover;
}

@media (max-width: 1100px) {
  .towing-psd__heading span,
  .towing-psd__heading em {
    font-size: 86px;
  }

  .towing-psd__checks-row,
  .safe-towing-psd__body {
    grid-template-columns: 1fr;
  }

  .safe-towing-psd__title {
    grid-template-columns: 1fr auto 1fr;
  }

  .safe-towing-psd__image img {
    width: 100%;
    height: auto;
  }
}

@media (max-width: 700px) {
  .towing-psd {
    padding: 60px 0 72px;
  }

  .towing-psd__heading {
    margin-bottom: 42px;
  }

  .towing-psd__heading span,
  .towing-psd__heading em {
    font-size: 50px;
  }

  .towing-psd__hero-image img,
  .towing-psd__family-image img {
    height: auto;
  }

  .safe-towing-psd__title {
    column-gap: 12px;
  }

  .safe-towing-psd__title h3 {
    font-size: 23px;
  }

  .safe-towing-psd__tips article {
    grid-template-columns: 58px 1fr;
    gap: 16px;
  }

  .safe-towing-psd__tips img {
    width: 58px;
    height: 58px;
  }

  .towing-psd__check-list li,
  .towing-psd__important p {
    font-size: 18px;
  }
}

/* =========================================================
   14. Road Trip Safety Tips - PSD rebuild
========================================================= */
.road-tips-psd {
  background: #e9e9e9;
  padding: 76px 0 86px;
}

.road-tips-psd__inner {
  max-width: 1246px;
}

.road-tips-psd__header {
  text-align: center;
  margin-bottom: 55px;
}

.road-tips-psd__header h2 {
  font-size: 132px;
  line-height: 0.88;
  letter-spacing: -0.045em;
  margin: 0 0 34px;
}

.road-tips-psd__header h2 span,
.road-tips-psd__header h2 em {
  display: block;
  font-style: normal;
}

.road-tips-psd__header h2 span {
  color: #000;
}

.road-tips-psd__header h2 em {
  color: var(--red);
}

.road-tips-psd__header h3 {
  font-family: Oswald, Impact, sans-serif;
  font-size: 48px;
  line-height: 1;
  text-transform: uppercase;
  margin: 0 0 18px;
  color: #000;
}

.road-tips-psd__header p {
  font-size: 31px;
  line-height: 1.22;
  margin: 0;
  color: #000;
}

.road-tips-psd__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 21px 15px;
}

.road-tip-card {
  min-height: 303px;
  border: 2px solid #0c0c0c;
  border-radius: 14px;
  padding: 36px 10px 24px;
  text-align: center;
  background: transparent;
}

.road-tip-card img {
  width: 112px;
  height: 112px;
  object-fit: contain;
  margin: 0 auto 24px;
}

.road-tip-card h3 {
  font-size: 25px;
  line-height: 1;
  letter-spacing: -0.01em;
  margin: 0 0 17px;
  color: #000;
}

.road-tip-card p {
  max-width: 240px;
  margin: 0 auto;
  font-size: 18px;
  line-height: 1.13;
  color: #000;
}

/* =========================================================
   15. FAQ - PSD rebuild
========================================================= */
.faq-psd {
  background: #fff;
  padding: 84px 0 82px;
}

.faq-psd__grid {
  display: grid;
  grid-template-columns: 413px 1fr;
  gap: 70px;
  max-width: 1246px;
}

.faq-psd__side h2 {
  font-size: 72px;
  line-height: 1;
  letter-spacing: -0.04em;
  margin: 0 0 108px;
  color: #000;
  text-align:left;
}

.faq-psd__side h2 em {
  display: inline-block;
  color: var(--red);
  font-style: normal;
}

.faq-psd__side img {
  width: 390px;
  height: 685px;
  object-fit: cover;
  border-radius: 12px;
}

.faq-psd__list {
  padding-top: 5px;
}

.faq-psd__list details {
  border-bottom: 2px solid #d2d2d2;
  padding: 0 0 30px;
  margin: 0 0 30px;
}

.faq-psd__list details:last-child {
  margin-bottom: 0;
  border:none;
  padding-bottom:0;
}

.faq-psd__list summary {
  list-style: none;
  cursor: pointer;
  display: grid;
  grid-template-columns: 1fr 41px;
  gap: 24px;
  align-items: start;
  padding: 0;
}

.faq-psd__list summary::-webkit-details-marker {
  display: none;
}

.faq-psd__list summary span {
  font-size: 28px;
  line-height: 1.15;
  font-weight: 800;
  color: #000;
}

.faq-psd__list summary img {
  width: 39px;
  height: auto;
  margin-top: 2px;
  transition: transform 0.2s ease;
}

.faq-psd__list details[open] summary img {
  transform: rotate(180deg);
}

.faq-psd__list p {
  margin: 10px 0 0;
  font-size: 24px;
  line-height: 1.35;
  color: #000;
}

/* =========================================================
   16. CTA Footer - PSD rebuild
========================================================= */
.footer-psd {
  background: #fff;
  padding: 0 0 82px;
}

.footer-psd__hero {
  position: relative;
  max-width: 1440px;
  min-height: 1150px;
  margin: 0 auto;
  overflow: hidden;
}

.footer-psd__bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.footer-psd__content {
  position: relative;
  z-index: 1;
  max-width: 1246px;
  padding-top: 75px;
}

.footer-psd__content h2 {
  color: #fff;
  text-shadow: 0 3px 14px rgba(0, 0, 0, 0.35);
  margin: 0;
  text-align:left;
}

.footer-psd__content h2 span {
  display: block;
  font-size: 60px;
  line-height: 1;
  color: var(--red);
  letter-spacing: -0.02em;
}

.footer-psd__content h2 strong {
  display: block;
  max-width: 840px;
  font-family: Oswald, Impact, sans-serif;
  font-size: 124px;
  line-height: 1.05;
  text-transform: uppercase;
  letter-spacing: -0.035em;
  color: #fff;
}

.footer-psd__logo {
  width: 590px;
  height: auto;
  margin: 325px 0 0;
}

.footer-psd__panel {
  margin: 38px auto 0;
  max-width: 100%;
  border-radius: 11px;
  overflow: hidden;
}

.footer-psd__red-band {
  background: var(--red);
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  align-items: center;
  padding: 38px 32px 35px;
}

.footer-psd__red-band div {
  text-align: center;
}

.footer-psd__red-band img {
  width: 92px;
  height: 92px;
  object-fit: contain;
  margin: 0 auto 17px;
}

.footer-psd__red-band b {
  display: block;
  font-family: Oswald, Impact, sans-serif;
  text-transform: uppercase;
  color: #fff;
  font-size: 24px;
  line-height: 1;
}

.footer-psd__black-box {
  background: #050505;
  color: #fff;
  text-align: center;
  padding: 43px 20px 48px;
}

.footer-psd__black-box span {
  display: block;
  font-family: Oswald, Impact, sans-serif;
  text-transform: uppercase;
  font-size: 50px;
  line-height: 1;
  font-weight: 700;
  color: #fff;
  margin-bottom: 12px;
}

.footer-psd__black-box strong {
  display: block;
  font-family: Oswald, Impact, sans-serif;
  text-transform: uppercase;
  font-size: 78px;
  line-height: 1;
  color: var(--red);
  margin-bottom: 23px;
}

.footer-psd__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 13px;
  min-height: 51px;
  padding: 0 24px;
  background: #fff;
  color: var(--red);
  border-radius: 11px;
  text-decoration: none;
  font-family: Oswald, Impact, sans-serif;
  font-size: 26px;
  line-height: 1;
  font-weight: 700;
  text-transform: uppercase;
}

.footer-psd__button img {
  width: 31px;
  height: 31px;
}

@media (max-width: 900px) {
  .road-tips-psd__header h2 {
    font-size: 72px;
  }

  .road-tips-psd__header h3 {
    font-size: 32px;
  }

  .road-tips-psd__header p {
    font-size: 20px;
  }

  .road-tips-psd__grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .faq-psd__grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .faq-psd__side h2 {
    margin-bottom: 35px;
  }

  .faq-psd__side img {
    width: 100%;
    height: auto;
  }

  .footer-psd__hero {
    min-height: 900px;
  }

  .footer-psd__content h2 strong {
    font-size: 54px;
  }

  .footer-psd__logo {
    width: 430px;
    margin-top: 260px;
  }

  .footer-psd__red-band {
    grid-template-columns: repeat(2, 1fr);
    gap: 32px 0;
  }
}

@media (max-width: 560px) {
  .road-tips-psd__grid {
    grid-template-columns: 1fr;
  }

  .road-tip-card {
    min-height: auto;
  }

  .faq-psd__list summary span {
    font-size: 22px;
  }

  .faq-psd__list p {
    font-size: 18px;
  }

  .footer-psd__content h2 span {
    font-size: 32px;
  }

  .footer-psd__content h2 strong {
    font-size: 40px;
  }

  .footer-psd__logo {
    width: 300px;
  }

  .footer-psd__red-band {
    grid-template-columns: 1fr;
  }

  .footer-psd__black-box span {
    font-size: 30px;
  }

  .footer-psd__black-box strong {
    font-size: 38px;
  }
}

/* =========================
   V15 - Final PSD alignment fixes
   - Key Functions band
   - Safe Towing title/list block
   - Tyre Size image/text alignment
========================= */

/* Key Functions - match PSD band spacing and red icons */
.key-functions {
  background: #fff1f1;
  padding: 44px 0 43px;
}

.key-functions h2 {
  margin: 0 0 20px;
  color: var(--red);
  font-family: Oswald, Impact, sans-serif;
  font-size: 28px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: .01em;
  text-transform: uppercase;
}

.key-functions__grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  column-gap: 20px;
  align-items: center;
}

.key-function {
  display: grid;
  grid-template-columns: 64px 1fr;
  column-gap: 15px;
  align-items: center;
}

.key-function img,
.key-functions .key-function img {
  width: 86px;
  height: 86px;
  object-fit: contain;
  filter: brightness(0) saturate(100%) invert(19%) sepia(91%) saturate(3059%) hue-rotate(342deg) brightness(92%) contrast(99%) !important;
}

.key-function b {
  color: #050505;
  font-family: Oswald, Impact, sans-serif;
  font-size: 28px;
  font-weight: 700;
  line-height: .96;
  letter-spacing: -.015em;
  text-transform: uppercase;
}

.key-function span {
  margin-top: 5px;
  color: #050505;
  font-size: 22px;
  font-weight: 400;
  line-height: 1.05;
}

/* Tyre Size - keep tyre graphic close to content and prevent sample overflow */
.tyre-size-psd {
  padding: 72px 0 54px;
}

.tyre-size-psd__grid {
  grid-template-columns: 650px 1fr;
  column-gap: 0;
  align-items: start;
}

.tyre-size-psd__media img {
  width: 650px;
  height: 797px;
  object-fit: contain;
  object-position: left top;
}

.tyre-size-psd__content {
  padding-top: 7px;
  text-align: center;
}

.tyre-size-psd__content h2 {
  font-size: 74px;
  line-height: .91;
  letter-spacing: -.04em;
}

.tyre-size-psd__content .heading-line {
  width: 141px;
  height: 11px;
  margin: 32px 0 29px auto;
}

.tyre-size-psd__content p {
  max-width: 500px;
  margin: 0 auto;
  font-size: 30px;
  line-height: 1.2;
}

.tyre-size-psd__sample {
  width: 520px;
  margin: 148px 0 0 auto;
  padding: 45px 22px 42px;
  border-radius: 12px;
}

.tyre-size-psd__sample span {
  font-size: 28px;
  line-height: 1;
}

.tyre-size-psd__sample strong {
  font-size: 68px;
  line-height: 1;
  white-space: nowrap;
}

/* Towing Tips - title belongs inside the same content row as the icon list */
.safe-towing-psd {
  margin-top: 0;
  display: grid;
  grid-template-columns: 1fr 309px;
  column-gap: 43px;
  align-items: start;
}

.safe-towing-psd__title {
  grid-column: 1;
  display: grid;
  grid-template-columns: 232px auto 232px;
  column-gap: 25px;
  align-items: center;
  justify-content: start;
  margin: 0 0 34px;
}

.safe-towing-psd__title h3 {
  font-size: 33px;
  line-height: 1;
  white-space: nowrap;
}

.safe-towing-psd__title span {
  height: 3px;
  background: var(--red);
}

.safe-towing-psd__body {
  display: contents;
}

.safe-towing-psd__tips {
  display: grid;
  gap: 28px;
}

.safe-towing-psd__tips:first-of-type {
  grid-column: 1;
  grid-row: 2;
  width: calc(50% - 22px);
}

.safe-towing-psd__tips:nth-of-type(2) {
  grid-column: 1;
  grid-row: 2;
  width: calc(50% - 22px);
  margin-left: calc(50% + 22px);
}

.safe-towing-psd__tips article {
  grid-template-columns: 72px 1fr;
  gap: 20px;
}

.safe-towing-psd__tips img {
  width: 72px;
  height: 72px;
}

.safe-towing-psd__tips h4 {
  margin-bottom: 8px;
  font-size: 23px;
  line-height: 1;
}

.safe-towing-psd__tips p {
  font-size: 17px;
  line-height: 1.18;
}

.safe-towing-psd__image {
  grid-column: 2;
  grid-row: 1 / span 2;
  border-radius: 10px;
  overflow: hidden;
}

.safe-towing-psd__image img {
  width: 309px;
  height: 313px;
  object-fit: cover;
}

@media (max-width: 900px) {
  .key-functions__grid {
    grid-template-columns: repeat(2, 1fr);
    row-gap: 30px;
  }

  .tyre-size-psd__grid {
    grid-template-columns: 1fr;
    row-gap: 40px;
  }

  .tyre-size-psd__media img,
  .tyre-size-psd__sample {
    width: 100%;
    height: auto;
  }

  .tyre-size-psd__sample {
    margin-top: 45px;
  }

  .safe-towing-psd {
    grid-template-columns: 1fr;
  }

  .safe-towing-psd__body {
    display: grid;
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .safe-towing-psd__tips:first-of-type,
  .safe-towing-psd__tips:nth-of-type(2) {
    width: 100%;
    margin-left: 0;
    grid-column: auto;
    grid-row: auto;
  }

  .safe-towing-psd__image {
    grid-column: auto;
    grid-row: auto;
  }

  .safe-towing-psd__image img {
    width: 100%;
    height: auto;
  }
}

@media (max-width: 560px) {
  .key-functions__grid {
    grid-template-columns: 1fr;
  }

  .key-function {
    grid-template-columns: 64px 1fr;
  }

  .key-function img,
  .key-functions .key-function img {
    width: 70px;
    height: 70px;
  }

  .safe-towing-psd__title {
    grid-template-columns: 1fr auto 1fr;
    column-gap: 14px;
  }

  .safe-towing-psd__title h3 {
    font-size: 24px;
  }
}

/* =========================================================
   v16 - Fix Tyre Size alignment + mobile overflow
   - Desktop content aligned right like PSD
   - Mobile text scaled down to fit phone width
========================================================= */
.tyre-size-psd__content {
  text-align: right;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

.tyre-size-psd__content h2 {
  text-align: right;
  width: 100%;
}

.tyre-size-psd__content .heading-line {
  margin-left: auto;
  margin-right: 0;
}

.tyre-size-psd__content p {
  margin-left: auto;
  margin-right: 0;
  text-align: right;
}

.tyre-size-psd__sample {
  margin-left: auto;
  margin-right: 0;
}

@media (max-width: 1100px) {
  .tyre-size-psd__grid {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    column-gap: 36px;
  }

  .tyre-size-psd__media img {
    width: 100%;
    height: auto;
  }

  .tyre-size-psd__content h2 {
    font-size: clamp(46px, 6vw, 70px);
  }

  .tyre-size-psd__content p {
    max-width: 100%;
    font-size: clamp(18px, 2.6vw, 28px);
  }

  .tyre-size-psd__sample {
    width: 100%;
    margin-top: 70px;
  }

  .tyre-size-psd__sample strong {
    font-size: clamp(36px, 5vw, 54px);
  }
}

@media (max-width: 768px) {
  .tyre-size-psd {
    padding: 52px 0 44px;
  }

  .tyre-size-psd__grid {
    display: grid;
    grid-template-columns: 1fr;
    row-gap: 34px;
  }

  .tyre-size-psd__content {
    order: 1;
    align-items: center;
    text-align: center;
  }

  .tyre-size-psd__media {
    order: 2;
  }

  .tyre-size-psd__content h2 {
    text-align: center;
    font-size: clamp(42px, 13vw, 62px);
    line-height: .92;
    letter-spacing: -.04em;
  }

  .tyre-size-psd__content .heading-line {
    width: 118px;
    height: auto;
    margin: 20px auto 22px;
	display:none;
  }
  .inside-lines {
	  display:none;
  }

  .tyre-size-psd__content p {
    max-width: 100%;
    margin: 0 auto;
    text-align: center;
    font-size: clamp(17px, 4.8vw, 22px);
    line-height: 1.34;
  }

  .tyre-size-psd__sample {
    width: 100%;
    margin: 32px auto 0;
    padding: 28px 18px 26px;
    border-radius: 10px;
  }

  .tyre-size-psd__sample span {
    font-size: clamp(18px, 5vw, 25px);
    line-height: 1.1;
  }

  .tyre-size-psd__sample strong {
    white-space: normal;
    font-size: clamp(34px, 10vw, 48px);
    line-height: 1;
  }
}

@media (max-width: 420px) {
  .tyre-size-psd__content h2 {
    font-size: 40px;
  }

  .tyre-size-psd__content p {
    font-size: 16px;
    line-height: 1.4;
  }

  .tyre-size-psd__sample strong {
    font-size: 32px;
  }
}

/* =========================================================
   Final Cleanup + Responsive Stabilisation
   - Keeps desktop PSD layout
   - Prevents mobile overflow
   - Makes all large fixed grids collapse cleanly
========================================================= */

html,
body {
  max-width: 100%;
  overflow-x: hidden;
}

img,
svg,
video,
canvas {
  max-width: 100%;
}

.tyre-page {
  width: 100%;
  overflow-x: hidden;
}

.wrap,
.before .wrap,
.why-matter-wrap,
.wear-wrap,
.towing-psd__inner,
.road-tips-psd__inner,
.faq-psd__grid {
  width: min(1246px, calc(100% - 48px));
  margin-inline: auto;
}

@media (max-width: 1280px) {
  .wrap,
  .before .wrap,
  .why-matter-wrap,
  .wear-wrap,
  .towing-psd__inner,
  .road-tips-psd__inner,
  .faq-psd__grid {
    width: min(1120px, calc(100% - 40px));
  }

  .why-matter-top-row,
  .why-matter-bottom-row,
  .wear-hero-row,
  .pressure-psd__top,
  .tyre-size-psd__grid,
  .sidewall-psd__grid,
  .towing-psd__checks-row,
  .safe-towing-psd__body,
  .faq-psd__grid {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    column-gap: 48px;
  }

  .towing-psd__heading,
  .road-tips-psd__header h2 {
    font-size: clamp(72px, 8vw, 140px);
  }
}

@media (max-width: 1024px) {
  body {
    font-size: 17px;
  }

  h1,
  h2 {
    overflow-wrap: anywhere;
  }

  .hero_technical,
  .hero_technical__inner {
    min-height: 560px;
  }

  .hero_technical__copy {
    left: 32px;
    width: min(520px, calc(100% - 64px));
  }

  .hero_technical h1 {
    font-size: clamp(60px, 10vw, 104px);
  }

  .hero_technical__brand {
    width: 240px;
    right: 34px;
    top: 34px;
  }

  .quick-nav__inner {
    width: min(100% - 32px, 1440px);
  }

  .quick-nav__grid {
    grid-template-columns: repeat(5, minmax(0, 1fr));
    row-gap: 24px;
  }

  .nav-icon::after {
    display: none !important;
  }

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

  .why-matter-top-row,
  .why-matter-bottom-row,
  .wear-hero-row,
  .pressure-psd__top,
  .tyre-size-psd__grid,
  .sidewall-psd__grid,
  .towing-psd__checks-row,
  .safe-towing-psd__body,
  .faq-psd__grid {
    grid-template-columns: 1fr;
  }

  .why-matter-image,
  .why-matter-image-top,
  .why-matter-image-bottom,
  .towing-psd__hero-image,
  .towing-psd__family-image,
  .safe-towing-psd__image {
    width: 100%;
    height: auto;
  }

  .why-matter-intro-col,
  .why-matter-benefits-col,
  .tyre-size-psd__content,
  .tyre-size-psd__content h2,
  .tyre-size-psd__content p,
  .wear-copy,
  .wear-copy p {
    text-align: center;
    align-items: center;
  }

  .why-matter-line,
  .section-line,
  .wear-heading-line,
  .pressure-psd__line,
  .tyre-size-psd__content .section-line,
  .sidewall-psd .section-line {
    margin-left: auto;
	display:none;
    margin-right: auto;
  }

  .why-benefits-list {
    max-width: 720px;
    margin-left: auto;
    margin-right: auto;
  }

  .pressure-psd__cards,
  .road-tips-psd__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .tyre-size-psd__media {
    order: 2;
    margin-top: 30px;
  }

  .tyre-size-psd__content {
    order: 1;
  }

  .tyre-size-psd__sample {
    width: min(100%, 560px);
    margin-inline: auto;
  }

  .sidewall-psd__media img,
  .inside-full-img {
    margin-inline: auto;
  }

  .towing-psd__heading {
    text-align: center;
  }

  .safe-towing-psd__tips {
    grid-template-columns: 1fr 1fr;
  }

  .key-functions__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 32px;
  }

  .strip__grid,
  .footer-psd__red-band {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .footer-psd__hero {
    min-height: 920px;
  }

  .footer-psd__content {
    width: min(100% - 40px, 1120px);
  }
}

@media (max-width: 768px) {
  .section,
  .before,
  .why-matter-section,
  .wear-psd,
  .pressure-psd,
  .tyre-size-psd,
  .sidewall-psd,
  .towing-psd,
  .road-tips-psd,
  .faq-psd {
    padding-top: 56px;
    padding-bottom: 56px;
  }

  .wrap,
  .before .wrap,
  .why-matter-wrap,
  .wear-wrap,
  .towing-psd__inner,
  .road-tips-psd__inner,
  .faq-psd__grid {
    width: calc(100% - 32px);
  }

  .hero_technical,
  .hero_technical__inner {
    min-height: 640px;
  }

  .hero_technical__image img {
    object-position: 62% center;
  }

  .hero_technical__image::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(0,0,0,.88), rgba(0,0,0,.52) 45%, rgba(0,0,0,.15));
  }

  .hero_technical__copy {
    top: auto;
    bottom: 54px;
    left: 24px;
    width: calc(100% - 48px);
  }

  .hero_technical h1 {
    font-size: clamp(54px, 16vw, 82px);
    line-height: .92;
  }

  .hero_technical__lead {
    font-size: clamp(18px, 5vw, 24px);
  }

  .hero_technical__small {
    font-size: 15px;
  }

  .hero_technical__brand {
    top: 24px;
    right: 22px;
    width: 190px;
  }

  .hero_technical__brand span {
    font-size: 9px;
    letter-spacing: .48em;
  }

  .quick-nav__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 28px 0;
  }

  .nav-icon img {
    width: 64px;
    height: 58px;
  }

  .before h2,
  .why-matter-title,
  .wear-copy h2,
  .pressure-psd__content h2,
  .tyre-size-psd__content h2,
  .sidewall-psd__content h2 {
    font-size: clamp(44px, 12vw, 68px);
  }

  .before h2 {
    line-height: 1;
  }

  .card-grid.six,
  .pressure-psd__cards,
  .road-tips-psd__grid,
  .key-functions__grid,
  .strip__grid,
  .footer-psd__red-band {
    grid-template-columns: 1fr;
  }

  .info-card {
    min-height: auto;
  }

  .why-matter-intro {
    font-size: clamp(21px, 5.6vw, 30px);
    line-height: 1.22;
	margin-bottom:20px;
  }

  .why-matter-subtitle {
    font-size: clamp(22px, 6vw, 32px);
  }

  .why-benefits-list {
    grid-template-columns: 1fr;
    gap: 16px;
	text-align:left;
	margin-bottom:20px;
  }

  .why-check {
    font-size: clamp(21px, 5.4vw, 29px);
  }

  .wear-types-panel {
    grid-template-columns: 1fr;
    gap: 38px;
  }

  .pressure-psd__box {
    width: 100%;
  }

  .tyre-size-psd__content p {
    font-size: clamp(18px, 5vw, 26px);
    line-height: 1.28;
    max-width: 100%;
  }

  .tyre-size-psd__sample strong {
    font-size: clamp(40px, 11vw, 70px);
    white-space: normal;
  }

  .sidewall-psd__list li {
    font-size: 18px;
  }

  .towing-psd__heading {
    font-size: clamp(58px, 15vw, 92px);
  }

  .towing-psd__checks-content {
    padding-top: 0;
  }

  .safe-towing-psd__title {
    grid-template-columns: 1fr;
    gap: 12px;
    text-align: center;
  }

  .safe-towing-psd__title::before,
  .safe-towing-psd__title::after {
    width: 100%;
  }

  .safe-towing-psd__tips {
    grid-template-columns: 1fr;
  }

  .road-tips-psd__header h2 {
    font-size: clamp(64px, 17vw, 100px);
  }

  .faq-psd__side img {
    width: 100%;
  }

  .faq-psd details summary {
    padding-right: 42px;
  }

  .footer-psd__hero {
    min-height: 760px;
  }

  .footer-psd__content h2 {
    font-size: clamp(40px, 10vw, 74px);
  }

  .footer-psd__logo {
    width: min(460px, 80vw);
	margin-top:30px;
  }

  .footer-psd__black-box strong {
    font-size: clamp(42px, 11vw, 72px);
  }

  .footer-psd__button {
    max-width: 100%;
    white-space: normal;
    text-align: center;
	font-size:16px;
  }
  .footer-psd__button img {
	  width:21px;
	  height:21px;
  }
}

@media (max-width: 480px) {
  body {
    font-size: 16px;
  }
.pressure-psd__content p {
	text-align:center;
}
  .hero_technical__brand {
    width: 150px;
  }

  .hero_technical h1 {
    font-size: 52px;
  }

  .quick-nav__grid {
    grid-template-columns: 1fr 1fr;
  }

  .nav-icon b {
    font-size: 11px;
  }

  .before h2,
  .why-matter-title,
  .wear-copy h2,
  .pressure-psd__content h2,
  .tyre-size-psd__content h2,
  .sidewall-psd__content h2 {
    font-size: 42px;
	text-align:center;
	margin-bottom:20px;
  }
  
	.sidewall-psd__content .heading-line {
		display:none;
	}

  .pressure-psd__box,
  .towing-psd__important {
    padding: 24px;
  }

  .tyre-size-psd__sample {
    padding: 24px 18px;
  }

  .sidewall-psd__list li {
    font-size: 16px;
  }

  .safe-towing-psd__tip {
    grid-template-columns: 56px 1fr;
    gap: 16px;
  }

  .safe-towing-psd__tip img {
    width: 56px;
  }

  .footer-psd__panel {
    border-radius: 8px;
  }
}
.topbar .social-media .links li {
	display:flex;
}
.topbar .links.ml-auto li a {
	display:flex;
	align-items:center;
}