/* KERNOW DETAIL CO.
   Main site styling. Most text/prices are changed in site-data.js. */

:root {
  --black: #080808;
  --black-soft: #111111;
  --ink: #181818;
  --cream: #f5f1e8;
  --white: #ffffff;
  --muted: #686868;
  --line: #dedbd3;
  --gold: #d6a84b;
  --gold-light: #f1d38b;
  --max-width: 1180px;
  --radius: 22px;
  --shadow: 0 24px 70px rgba(0,0,0,.13);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--white);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.6;
}
img { display: block; max-width: 100%; }
a { color: inherit; }
button, input, select, textarea { font: inherit; }
button { cursor: pointer; }
section { scroll-margin-top: 88px; }

.container {
  width: min(calc(100% - 40px), var(--max-width));
  margin-inline: auto;
}

.sr-only {
  position: absolute;
  width: 1px; height: 1px;
  padding: 0; margin: -1px;
  overflow: hidden; clip: rect(0,0,0,0);
  white-space: nowrap; border: 0;
}
.skip-link {
  position: fixed;
  top: 8px; left: 8px;
  z-index: 1000;
  background: var(--gold);
  color: var(--black);
  padding: 10px 14px;
  transform: translateY(-150%);
}
.skip-link:focus { transform: none; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(8,8,8,.92);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid rgba(255,255,255,.08);
}
.header-inner {
  min-height: 76px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
}
.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
  color: var(--white);
}
.brand img { border-radius: 12px; }
.brand span { display: grid; line-height: 1.15; }
.brand strong { font-size: 1rem; letter-spacing: .02em; }
.brand small {
  color: var(--gold-light);
  font-size: .73rem;
  text-transform: uppercase;
  letter-spacing: .19em;
  margin-top: 5px;
}
.site-nav {
  display: flex;
  align-items: center;
  gap: 26px;
  color: #eaeaea;
}
.site-nav > a:not(.button) {
  font-size: .93rem;
  text-decoration: none;
}
.site-nav > a:not(.button):hover { color: var(--gold-light); }
.menu-button {
  display: none;
  border: 0;
  background: transparent;
  padding: 8px;
}
.menu-button span:not(.sr-only) {
  display: block;
  width: 26px;
  height: 2px;
  margin: 5px;
  background: var(--white);
}

.hero {
  position: relative;
  overflow: hidden;
  color: var(--white);
  background:
    radial-gradient(circle at 80% 25%, rgba(214,168,75,.17), transparent 32%),
    linear-gradient(135deg, #080808 0%, #111 60%, #050505 100%);
}
.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  opacity: .06;
  pointer-events: none;
  background-image: repeating-linear-gradient(120deg, transparent 0 14px, #fff 15px 16px);
}
.hero-grid {
  position: relative;
  z-index: 2;
  min-height: 680px;
  padding-block: 90px;
  display: grid;
  grid-template-columns: 1.25fr .75fr;
  align-items: center;
  gap: 80px;
}
.eyebrow {
  margin: 0 0 14px;
  color: var(--gold);
  font-weight: 800;
  font-size: .76rem;
  letter-spacing: .19em;
  text-transform: uppercase;
}
.hero h1, h2 {
  margin: 0;
  line-height: 1.05;
  letter-spacing: -.04em;
}
.hero h1 {
  max-width: 760px;
  font-size: clamp(3rem, 7vw, 6.7rem);
}
.hero-text {
  max-width: 680px;
  margin: 26px 0 0;
  color: #cbcbcb;
  font-size: clamp(1.02rem, 1.8vw, 1.22rem);
}
.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 13px;
  margin-top: 34px;
}
.button {
  min-height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid transparent;
  border-radius: 999px;
  padding: 12px 22px;
  text-decoration: none;
  font-weight: 850;
  transition: transform .2s ease, background .2s ease, border-color .2s ease;
}
.button:hover { transform: translateY(-2px); }
.button-small { min-height: 42px; padding: 8px 17px; font-size: .9rem; }
.button-gold { background: var(--gold); color: var(--black); }
.button-gold:hover { background: var(--gold-light); }
.button-outline { color: var(--white); border-color: rgba(255,255,255,.27); }
.button-outline:hover { border-color: var(--gold); }
.button-dark { background: var(--black); color: var(--white); }
.button-full { width: 100%; }

.trust-row {
  margin-top: 38px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px 24px;
  color: #d8d8d8;
  font-size: .88rem;
}
.trust-row span::before {
  content: "✓";
  color: var(--gold);
  font-weight: 900;
  margin-right: 8px;
}

.hero-card {
  justify-self: end;
  width: min(100%, 385px);
  color: var(--ink);
  background: rgba(255,255,255,.97);
  border-radius: 28px;
  padding: 30px;
  box-shadow: 0 40px 100px rgba(0,0,0,.38);
  transform: rotate(1.2deg);
}
.hero-card-top {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.pill {
  padding: 7px 12px;
  border-radius: 999px;
  color: #5b3c00;
  background: #f3dfb5;
  font-size: .73rem;
  font-weight: 850;
  text-transform: uppercase;
  letter-spacing: .09em;
}
.mini-label {
  margin: 24px 0 4px;
  color: var(--muted);
  font-weight: 750;
}
.price { margin: 0 0 22px; display: flex; align-items: baseline; gap: 8px; }
.price span { color: var(--muted); }
.price strong { font-size: 3.25rem; line-height: 1; letter-spacing: -.06em; }
.check-list, .feature-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.check-list li, .feature-list li {
  position: relative;
  padding-left: 29px;
  margin: 11px 0;
}
.check-list li::before, .feature-list li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: var(--gold);
  font-weight: 900;
}
.fine-print { margin: 22px 0 0; color: var(--muted); font-size: .78rem; }

.service-strip {
  border-bottom: 1px solid var(--line);
  background: var(--cream);
}
.strip-inner {
  min-height: 68px;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 24px;
  font-size: .9rem;
}
.strip-inner a { font-weight: 800; text-decoration: none; }

.section { padding-block: 104px; }
.section-dark { color: var(--white); background: var(--black-soft); }
.section-muted { background: var(--cream); }
.section-heading {
  margin-bottom: 42px;
  display: grid;
  grid-template-columns: 1.1fr .65fr;
  align-items: end;
  gap: 60px;
}
.section-heading.compact { grid-template-columns: 1fr; }
.section-heading h2, .maintenance-grid h2, .fleet-copy h2, .about-grid h2,
.coverage-grid h2, .quote-grid h2 {
  font-size: clamp(2.25rem, 5vw, 4.6rem);
}
.section-heading > p {
  margin: 0;
  color: var(--muted);
}
.cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.service-card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 465px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 27px;
  background: var(--white);
  box-shadow: 0 14px 40px rgba(0,0,0,.055);
}
.service-card.featured {
  border-color: var(--gold);
  box-shadow: 0 22px 60px rgba(122,87,21,.16);
}
.service-card .card-tag {
  position: absolute;
  top: 18px; right: 18px;
  color: #6a4707;
  background: #f4e2bc;
  border-radius: 999px;
  padding: 6px 10px;
  font-size: .68rem;
  font-weight: 850;
  text-transform: uppercase;
  letter-spacing: .08em;
}
.service-icon {
  width: 54px; height: 54px;
  display: grid;
  place-items: center;
  border-radius: 14px;
  background: var(--cream);
  font-size: 1.45rem;
}
.service-card h3 { margin: 25px 0 5px; font-size: 1.45rem; }
.card-price {
  margin: 0 0 16px;
  color: var(--muted);
}
.card-price strong { color: var(--ink); font-size: 2.4rem; letter-spacing: -.05em; }
.service-card ul {
  list-style: none;
  margin: 0 0 25px;
  padding: 0;
  color: #505050;
}
.service-card li {
  position: relative;
  padding-left: 23px;
  margin: 8px 0;
}
.service-card li::before {
  content: "•";
  position: absolute;
  left: 4px;
  color: var(--gold);
  font-weight: 900;
}
.service-card .button { margin-top: auto; }
.notice {
  margin-top: 25px;
  padding: 20px 23px;
  border-left: 4px solid var(--gold);
  background: var(--cream);
}
.notice strong { margin-right: 6px; }

.maintenance-grid {
  display: grid;
  grid-template-columns: 1fr .9fr;
  gap: 100px;
  align-items: center;
}
.section-lead { color: #bfbfbf; max-width: 650px; font-size: 1.08rem; }
.feature-list { margin-top: 30px; color: #dedede; }
.plan-stack { display: grid; gap: 12px; }
.plan {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 22px;
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 17px;
  padding: 23px;
  background: rgba(255,255,255,.04);
}
.plan.recommended { border-color: var(--gold); background: rgba(214,168,75,.08); }
.plan h3 { margin: 0 0 4px; }
.plan p { margin: 0; color: #aaa; font-size: .88rem; }
.plan strong { color: var(--gold-light); font-size: 1.9rem; letter-spacing: -.04em; white-space: nowrap; }

.fleet-panel {
  overflow: hidden;
  display: grid;
  grid-template-columns: 1fr .38fr;
  border-radius: 30px;
  color: var(--black);
  background: linear-gradient(130deg, var(--gold-light), var(--gold));
  box-shadow: var(--shadow);
}
.fleet-copy { padding: 65px; }
.fleet-copy .eyebrow { color: #5f3c00; }
.fleet-copy p { max-width: 730px; }
.fleet-points { display: flex; flex-wrap: wrap; gap: 10px; margin: 27px 0; }
.fleet-points span {
  border: 1px solid rgba(0,0,0,.17);
  border-radius: 999px;
  padding: 8px 12px;
  font-size: .82rem;
  font-weight: 800;
}
.fleet-price {
  min-height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 50px;
  color: var(--white);
  background: var(--black);
}
.fleet-price span { color: #b9b9b9; }
.fleet-price strong { margin: 5px 0 10px; color: var(--gold-light); font-size: 3.15rem; line-height: 1; letter-spacing: -.06em; }
.fleet-price small { color: #9b9b9b; }

.steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.steps article {
  border-top: 1px solid #bdb7aa;
  padding: 24px 10px 0 0;
}
.steps span { color: var(--gold); font-weight: 900; }
.steps h3 { margin: 50px 0 9px; font-size: 1.35rem; }
.steps p { margin: 0; color: var(--muted); }

.gallery-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.gallery-grid figure {
  overflow: hidden;
  margin: 0;
  border-radius: 20px;
  background: var(--black);
}
.gallery-grid img { width: 100%; aspect-ratio: 4/3; object-fit: cover; transition: transform .35s ease; }
.gallery-grid figure:hover img { transform: scale(1.025); }
.gallery-grid figcaption { padding: 15px 18px; color: var(--white); font-weight: 800; }

.about-grid {
  display: grid;
  grid-template-columns: .4fr 1fr;
  align-items: center;
  gap: 90px;
}
.about-mark {
  min-height: 330px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 28px;
  background:
    radial-gradient(circle, rgba(214,168,75,.15), transparent 55%),
    #0c0c0c;
}
.about-grid p:not(.eyebrow) { color: #bcbcbc; max-width: 780px; }

.coverage-grid {
  display: grid;
  grid-template-columns: 1fr .55fr;
  gap: 80px;
  align-items: center;
}
.coverage-grid p { color: var(--muted); }
.coverage-card {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 30px;
  background: var(--cream);
}
.coverage-card strong { font-size: 1.2rem; }
.coverage-card p { color: var(--ink); font-weight: 750; }
.coverage-card small { color: var(--muted); }

.quote-section { background: var(--cream); }
.quote-grid {
  display: grid;
  grid-template-columns: .75fr 1fr;
  gap: 90px;
  align-items: start;
}
.quote-grid > div > p:not(.eyebrow) { color: var(--muted); }
.contact-details { display: grid; gap: 10px; margin-top: 30px; }
.contact-details a {
  display: grid;
  text-decoration: none;
}
.contact-details span { color: var(--muted); font-size: .78rem; text-transform: uppercase; letter-spacing: .1em; }
.contact-details strong { font-size: 1.12rem; }
.quote-card {
  border-radius: 24px;
  padding: 30px;
  background: var(--white);
  box-shadow: var(--shadow);
}
.quote-card label {
  display: grid;
  gap: 7px;
  margin-bottom: 17px;
  font-size: .88rem;
  font-weight: 800;
}
input, select, textarea {
  width: 100%;
  border: 1px solid #ccc8bf;
  border-radius: 12px;
  padding: 13px 14px;
  color: var(--ink);
  background: #fff;
}
textarea { resize: vertical; }
input:focus, select:focus, textarea:focus {
  outline: 3px solid rgba(214,168,75,.28);
  border-color: var(--gold);
}
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 13px; }
.form-note { margin: 12px 0 0; color: var(--muted); font-size: .78rem; text-align: center; }

.site-footer { color: var(--white); background: #050505; padding: 70px 0 24px; }
.footer-grid {
  display: grid;
  grid-template-columns: 1.5fr .55fr .7fr;
  gap: 70px;
}
.footer-grid > div:not(.brand) { display: grid; align-content: start; gap: 8px; }
.footer-grid a { color: #bfbfbf; text-decoration: none; }
.footer-grid a:hover { color: var(--gold-light); }
.footer-grid > div > strong { margin-bottom: 8px; }
.footer-bottom {
  margin-top: 55px;
  padding-top: 22px;
  display: flex;
  justify-content: space-between;
  gap: 20px;
  border-top: 1px solid rgba(255,255,255,.1);
  color: #888;
  font-size: .78rem;
}

@media (max-width: 900px) {
  .menu-button { display: block; }
  .site-nav {
    position: absolute;
    top: 76px; left: 0; right: 0;
    display: none;
    padding: 20px;
    align-items: stretch;
    flex-direction: column;
    background: #090909;
    border-top: 1px solid rgba(255,255,255,.08);
  }
  .site-nav.open { display: flex; }
  .site-nav .button { align-self: flex-start; }
  .hero-grid, .maintenance-grid, .coverage-grid, .quote-grid, .about-grid {
    grid-template-columns: 1fr;
    gap: 52px;
  }
  .hero-grid { min-height: auto; padding-block: 75px; }
  .hero-card { justify-self: start; transform: none; }
  .cards, .steps, .gallery-grid { grid-template-columns: 1fr 1fr; }
  .fleet-panel { grid-template-columns: 1fr; }
  .fleet-price { min-height: 260px; }
  .section-heading { grid-template-columns: 1fr; gap: 20px; }
  .about-mark { min-height: 260px; }
}

@media (max-width: 620px) {
  .container { width: min(calc(100% - 28px), var(--max-width)); }
  .section { padding-block: 76px; }
  .hero h1 { font-size: clamp(2.8rem, 16vw, 4.4rem); }
  .hero-card { padding: 23px; }
  .strip-inner { grid-template-columns: 1fr; gap: 2px; padding-block: 15px; }
  .cards, .steps, .gallery-grid, .field-row { grid-template-columns: 1fr; }
  .service-card { min-height: 0; }
  .fleet-copy, .fleet-price { padding: 34px 24px; }
  .footer-grid { grid-template-columns: 1fr; gap: 35px; }
  .footer-bottom { flex-direction: column; }
  .quote-card { padding: 22px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition: none !important; }
}


/* VERSION 2: expanded package details, timings and required quote photos */

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

.service-card {
  min-height: 0;
}

.service-card h4 {
  margin: 20px 0 4px;
  font-size: .8rem;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.service-time {
  width: fit-content;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 0 0 8px;
  border-radius: 999px;
  padding: 7px 11px;
  color: #4b350b;
  background: #f5e8cb;
  font-size: .8rem;
  font-weight: 850;
}

.service-time span {
  color: #8a5c08;
  font-size: 1rem;
}

.service-price-note {
  margin: 0 0 16px;
  color: var(--muted);
  font-size: .78rem;
}

.service-excludes {
  margin: 5px 0 25px;
  border-top: 1px solid var(--line);
  padding-top: 15px;
  color: var(--muted);
  font-size: .79rem;
}

.price-notice {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 25px;
}

.price-notice p {
  margin: 3px 0 0;
}

.photo-guide-section {
  color: var(--white);
  background:
    radial-gradient(circle at 90% 5%, rgba(214,168,75,.16), transparent 28%),
    var(--black-soft);
}

.photo-guide-section .section-heading > p {
  color: #bdbdbd;
}

.photo-requirements {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.photo-requirements article {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 20px;
  padding: 16px;
  background: rgba(255,255,255,.035);
}

.photo-number {
  position: absolute;
  z-index: 2;
  top: 27px;
  left: 27px;
  display: grid;
  place-items: center;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  color: var(--black);
  background: var(--gold);
  font-size: .72rem;
  font-weight: 900;
}

.photo-example {
  position: relative;
  min-height: 165px;
  overflow: hidden;
  display: grid;
  place-items: center;
  border-radius: 14px;
  color: var(--gold-light);
  background:
    linear-gradient(145deg, rgba(255,255,255,.08), rgba(255,255,255,.01)),
    #090909;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .1em;
}

.photo-example::before,
.photo-example::after {
  content: "";
  position: absolute;
  border: 2px solid rgba(214,168,75,.45);
}

.exterior-example::before {
  width: 135px;
  height: 55px;
  bottom: 38px;
  border-radius: 45px 55px 17px 17px;
  transform: skewX(-12deg);
}

.exterior-example::after {
  width: 24px;
  height: 24px;
  bottom: 23px;
  border-radius: 50%;
  box-shadow: 91px 0 0 -2px #090909, 91px 0 0 0 rgba(214,168,75,.45);
}

.cabin-example::before {
  width: 145px;
  height: 75px;
  bottom: 32px;
  border-radius: 8px 8px 28px 28px;
}

.cabin-example::after {
  width: 45px;
  height: 45px;
  bottom: 45px;
  left: 50%;
  border-radius: 50%;
  transform: translateX(-50%);
}

.rear-example::before {
  width: 150px;
  height: 65px;
  bottom: 33px;
  border-radius: 20px 20px 8px 8px;
}

.rear-example::after {
  width: 2px;
  height: 62px;
  bottom: 35px;
  left: 50%;
  border: 0;
  background: rgba(214,168,75,.45);
}

.problem-example::before {
  width: 150px;
  height: 80px;
  bottom: 31px;
  border-radius: 9px 9px 30px 30px;
}

.problem-example::after {
  width: 34px;
  height: 34px;
  right: 34px;
  bottom: 34px;
  border-radius: 50%;
  border-style: dashed;
}

.photo-example span {
  position: relative;
  z-index: 1;
  margin-top: -85px;
  font-size: .72rem;
}

.photo-requirements h3 {
  margin: 19px 0 7px;
}

.photo-requirements p {
  margin: 0;
  color: #bdbdbd;
  font-size: .88rem;
}

.photo-tip {
  margin-top: 22px;
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 18px 30px;
  align-items: center;
  border-left: 4px solid var(--gold);
  padding: 20px 23px;
  color: var(--ink);
  background: var(--cream);
}

.photo-tip p {
  margin: 0;
  color: var(--muted);
}

.about-values {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin-top: 28px;
}

.about-values span {
  border: 1px solid rgba(214,168,75,.42);
  border-radius: 999px;
  padding: 8px 12px;
  color: var(--gold-light);
  font-size: .8rem;
  font-weight: 800;
}

.photo-acknowledgement {
  margin: 3px 0 18px;
  border: 1px solid #ddd4c2;
  border-radius: 14px;
  padding: 16px;
  background: #fbf7ed;
}

.photo-acknowledgement > strong,
.photo-acknowledgement > span {
  display: block;
}

.photo-acknowledgement > span {
  margin-top: 3px;
  color: var(--muted);
  font-size: .78rem;
}

.checkbox-label {
  grid-template-columns: auto 1fr !important;
  align-items: start;
  gap: 10px !important;
  margin: 13px 0 0 !important;
  font-weight: 650 !important;
  line-height: 1.45;
}

.checkbox-label input {
  width: 18px;
  height: 18px;
  margin-top: 2px;
  accent-color: var(--gold);
}

@media (max-width: 1000px) {
  .photo-requirements {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 700px) {
  .service-cards,
  .photo-requirements {
    grid-template-columns: 1fr;
  }

  .price-notice,
  .photo-tip {
    align-items: flex-start;
    grid-template-columns: 1fr;
    flex-direction: column;
  }
}


.site-requirements {
  margin-top: 23px;
  border-top: 1px solid var(--line);
  padding-top: 20px;
}

.site-requirements > strong {
  font-size: .9rem;
  text-transform: uppercase;
  letter-spacing: .08em;
}

.site-requirements ul {
  list-style: none;
  margin: 12px 0 0;
  padding: 0;
}

.site-requirements li {
  position: relative;
  padding-left: 24px;
  margin: 7px 0;
  color: var(--ink);
  font-size: .9rem;
  font-weight: 700;
}

.site-requirements li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: var(--gold);
  font-weight: 900;
}


/* VERSION 4: optional extras and results limitations */

.extras-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.extra-card {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: start;
  gap: 22px;
  border: 1px solid var(--line);
  border-radius: 18px;
  padding: 22px;
  background: var(--white);
}

.extra-card h3 {
  margin: 0 0 5px;
  font-size: 1.05rem;
}

.extra-card p {
  margin: 0;
  color: var(--muted);
  font-size: .86rem;
}

.extra-card strong {
  color: #6b4706;
  font-size: 1.15rem;
  white-space: nowrap;
}

.extras-note {
  margin-top: 22px;
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 22px;
  align-items: center;
  border-left: 4px solid var(--gold);
  padding: 20px 23px;
  background: var(--white);
}

.extras-note p {
  margin: 0;
  color: var(--muted);
}

.limitations-section {
  color: var(--white);
  background: #0a0a0a;
}

.limitations-panel {
  display: grid;
  grid-template-columns: .75fr 1fr;
  gap: 80px;
  border: 1px solid rgba(255,255,255,.11);
  border-radius: 28px;
  padding: 52px;
  background:
    radial-gradient(circle at 10% 10%, rgba(214,168,75,.12), transparent 32%),
    #101010;
}

.limitations-panel h2 {
  font-size: clamp(2.2rem, 4.5vw, 4.2rem);
}

.limitations-copy > p {
  margin-top: 0;
  color: #c7c7c7;
}

.limitations-copy ul {
  margin: 24px 0;
  padding-left: 22px;
}

.limitations-copy li {
  margin: 11px 0;
  color: #dedede;
}

.limitations-copy li::marker {
  color: var(--gold);
}

.limitations-final {
  border-top: 1px solid rgba(255,255,255,.12);
  padding-top: 20px;
  font-weight: 750;
}

@media (max-width: 900px) {
  .limitations-panel {
    grid-template-columns: 1fr;
    gap: 35px;
    padding: 34px;
  }
}

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

  .extra-card {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .extras-note {
    grid-template-columns: 1fr;
  }

  .limitations-panel {
    padding: 26px 22px;
  }
}
