:root {
  --ink: #07131e;
  --ink-soft: #183143;
  --paper: #f3f4ef;
  --white: #ffffff;
  --mist: #dce2df;
  --coral: #ff6b45;
  --aqua: #83e8db;
}

.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  overflow: hidden;
  position: absolute;
  width: 1px;
}

.menu-toggle {
  background: transparent;
  border: 0;
  color: currentColor;
  cursor: pointer;
  display: none;
  height: 42px;
  padding: 10px;
  width: 42px;
}

.menu-toggle > span:not(.screen-reader-text) {
  background: currentColor;
  display: block;
  height: 1px;
  margin: 6px 0;
  width: 20px;
}

.custom-logo-link,
.custom-logo {
  display: block;
}

.custom-logo {
  height: auto;
  max-height: 54px;
  max-width: 210px;
  width: auto;
}

.desktop-nav li {
  list-style: none;
}

.content-shell {
  margin: 0 auto;
  max-width: 1240px;
  min-height: 65vh;
  padding: 170px 32px 110px;
}

.entry-header {
  margin-bottom: 64px;
  max-width: 900px;
}

.entry-header h1 {
  font-size: clamp(54px, 8vw, 110px);
  letter-spacing: -0.07em;
  line-height: 0.9;
  margin: 0;
}

.entry-content {
  font-size: 17px;
  line-height: 1.75;
}

.guide-page {
  background: var(--paper);
}

.guide-hero {
  background: var(--ink);
  color: var(--white);
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(360px, 0.95fr);
  min-height: 680px;
  padding-top: 84px;
}

.guide-hero-copy {
  align-self: center;
  padding: 90px clamp(32px, 7vw, 108px);
}

.guide-hero h1 {
  font-size: clamp(58px, 7.5vw, 116px);
  letter-spacing: -0.07em;
  line-height: 0.88;
  margin: 0;
}

.guide-hero-copy > p:last-child {
  font-size: 18px;
  line-height: 1.6;
  margin: 34px 0 0;
  max-width: 620px;
}

.guide-hero-image,
.guide-hero-image img {
  height: 100%;
  min-height: 596px;
  width: 100%;
}

.guide-hero-image img {
  object-fit: cover;
}

.guide-content {
  margin: 0 auto;
  max-width: 860px;
  padding: 100px 32px;
}

.guide-content h2 {
  font-size: clamp(34px, 5vw, 58px);
  letter-spacing: -0.05em;
  line-height: 1;
  margin-top: 70px;
}

.guide-content h3 {
  font-size: 26px;
  letter-spacing: -0.03em;
  margin-top: 46px;
}

.guide-content img {
  height: auto;
  max-width: 100%;
}

.guide-cta {
  background: var(--ink);
  color: var(--white);
  padding: 90px clamp(32px, 7vw, 108px);
  text-align: center;
}

.guide-cta h2 {
  font-size: clamp(48px, 7vw, 92px);
  letter-spacing: -0.06em;
  line-height: 0.92;
  margin: 0 0 42px;
}

.post-grid {
  display: grid;
  gap: 30px;
  grid-template-columns: repeat(3, 1fr);
}

.post-card {
  background: #fff;
  padding: 18px;
}

.post-card img {
  height: 260px;
  object-fit: cover;
  width: 100%;
}

.post-card small {
  display: block;
  margin-top: 20px;
  opacity: 0.55;
}

.post-card h2 {
  font-size: 26px;
  letter-spacing: -0.04em;
}

.woocommerce .button,
.woocommerce button.button,
.woocommerce a.button {
  background: var(--ink);
  border-radius: 999px;
  color: #fff;
  font-size: 11px;
  letter-spacing: 0.1em;
  padding: 17px 23px;
}

.woocommerce ul.products li.product {
  background: #fff;
  padding: 18px 18px 26px;
}

.woocommerce div.product p.price,
.woocommerce div.product span.price {
  color: var(--ink);
}

.admin-bar .site-header {
  top: 32px;
}

@media (max-width: 782px) {
  .admin-bar .site-header {
    top: 46px;
  }
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: Arial, Helvetica, sans-serif;
}

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

svg {
  display: block;
  width: 1em;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.6;
}

.site-header {
  align-items: center;
  background: rgba(7, 19, 30, 0.88);
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
  color: var(--white);
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  height: 84px;
  left: 0;
  padding: 0 42px;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 20;
}

.brand {
  align-items: center;
  display: flex;
  gap: 11px;
  width: fit-content;
}

.brand-copy {
  display: grid;
  line-height: 0.88;
}

.brand-copy strong {
  font-size: 19px;
  letter-spacing: 0.16em;
}

.brand-copy small {
  font-size: 8px;
  letter-spacing: 0.51em;
  margin-top: 6px;
}

.ray-mark {
  display: block;
  flex: 0 0 auto;
  height: 46px;
  object-fit: contain;
  width: 49px;
}

.ray-mark-light {
  filter: brightness(0) invert(1);
}

.desktop-nav {
  align-items: center;
  display: flex;
  gap: 36px;
}

.desktop-nav a,
.text-link {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.15em;
}

.desktop-nav a {
  opacity: 0.78;
  transition: opacity 180ms ease;
}

.desktop-nav a:hover,
.desktop-nav a:focus-visible {
  opacity: 1;
}

.header-actions {
  align-items: center;
  display: flex;
  gap: 21px;
  justify-content: flex-end;
}

.round-action {
  align-items: center;
  border: 1px solid rgba(255, 255, 255, 0.55);
  border-radius: 50%;
  display: flex;
  height: 42px;
  justify-content: center;
  transition: background 180ms ease, color 180ms ease;
  width: 42px;
}

.round-action:hover {
  background: var(--white);
  color: var(--ink);
}

.hero {
  background:
    radial-gradient(circle at 70% 32%, rgba(42, 138, 160, 0.12), transparent 34%),
    linear-gradient(90deg, rgba(3, 14, 23, 0.54), rgba(3, 14, 23, 0.02) 70%),
    url("../images/caperay-cape-town-hero.webp") center / cover no-repeat;
  color: var(--white);
  min-height: 920px;
  overflow: hidden;
  position: relative;
}

.hero::before {
  background:
    radial-gradient(ellipse at 82% 76%, rgba(255, 255, 255, 0.14), transparent 24%),
    linear-gradient(164deg, transparent 63%, rgba(131, 232, 219, 0.14) 63.2%, transparent 64%);
  content: "";
  inset: 0;
  position: absolute;
}

.hero-shade {
  background: linear-gradient(90deg, rgba(2, 11, 19, 0.65), rgba(2, 11, 19, 0.03) 67%);
  inset: 0;
  position: absolute;
}

.hero-content {
  left: clamp(28px, 7vw, 108px);
  max-width: 800px;
  position: absolute;
  top: 28%;
  z-index: 2;
}

.eyebrow {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.24em;
  margin: 0 0 23px;
}

.eyebrow-dark {
  color: #466071;
}

.hero h1 {
  font-size: clamp(68px, 9.5vw, 148px);
  letter-spacing: -0.075em;
  line-height: 0.82;
  margin: 0;
  max-width: 750px;
}

.hero-intro {
  font-size: 18px;
  line-height: 1.55;
  margin: 32px 0 0;
  max-width: 550px;
}

.button-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 36px;
}

.button {
  align-items: center;
  border: 1px solid rgba(255, 255, 255, 0.7);
  border-radius: 999px;
  display: inline-flex;
  font-size: 11px;
  font-weight: 800;
  gap: 28px;
  justify-content: center;
  letter-spacing: 0.13em;
  min-height: 56px;
  padding: 0 27px;
  transition: transform 180ms ease, background 180ms ease;
}

.button:hover {
  transform: translateY(-2px);
}

.button-light {
  background: var(--white);
  border-color: var(--white);
  color: var(--ink);
}

.button-ghost {
  color: var(--white);
}

.hero-rail {
  align-items: stretch;
  bottom: 0;
  display: grid;
  grid-template-columns: repeat(3, minmax(135px, 190px)) minmax(240px, 1fr);
  left: clamp(28px, 7vw, 108px);
  max-width: 920px;
  position: absolute;
  z-index: 2;
}

.hero-rail > div,
.hero-rail > p {
  border-left: 1px solid rgba(255, 255, 255, 0.28);
  margin: 0;
  min-height: 112px;
  padding: 18px 24px;
}

.hero-rail span,
.hero-rail small,
.hero-rail strong {
  display: block;
}

.hero-rail span {
  font-size: 9px;
  margin-bottom: 14px;
  opacity: 0.55;
}

.hero-rail strong {
  font-size: 23px;
}

.hero-rail small {
  font-size: 11px;
  margin-top: 6px;
  opacity: 0.68;
}

.hero-rail > p {
  align-items: flex-end;
  display: flex;
  font-size: 9px;
  line-height: 1.5;
  opacity: 0.55;
}

.scroll-cue {
  align-items: center;
  bottom: 42px;
  display: flex;
  font-size: 9px;
  gap: 12px;
  letter-spacing: 0.18em;
  position: absolute;
  right: 44px;
  transform: rotate(90deg);
  z-index: 2;
}

.scroll-cue span {
  background: var(--white);
  display: block;
  height: 1px;
  width: 28px;
}

.model-intro {
  display: grid;
  gap: clamp(50px, 10vw, 180px);
  grid-template-columns: 1.15fr 0.85fr;
  padding: 148px clamp(28px, 7vw, 108px) 136px;
}

.section-heading h2,
.product-copy h2 {
  font-size: clamp(48px, 6vw, 86px);
  letter-spacing: -0.055em;
  line-height: 0.98;
  margin: 0;
}

.intro-copy {
  align-self: end;
  max-width: 510px;
}

.intro-copy p,
.product-copy > p {
  color: #405565;
  font-size: 17px;
  line-height: 1.75;
  margin: 0;
}

.line-link {
  align-items: center;
  border-bottom: 1px solid #9aa7a8;
  display: inline-flex;
  font-size: 10px;
  font-weight: 800;
  gap: 45px;
  letter-spacing: 0.16em;
  margin-top: 40px;
  padding-bottom: 12px;
}

.product-stage {
  background: #e2e7e4;
  display: grid;
  grid-template-columns: minmax(400px, 0.88fr) 1.12fr;
  min-height: 740px;
}

.product-copy {
  padding: 96px clamp(28px, 6vw, 90px);
}

.product-copy h2 {
  font-size: clamp(43px, 5vw, 72px);
  margin-bottom: 30px;
}

.spec-grid {
  border-top: 1px solid #aeb9b8;
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin-top: 60px;
}

.spec-grid > div {
  border-bottom: 1px solid #aeb9b8;
  padding: 21px 0;
}

.spec-grid > div:nth-child(odd) {
  border-right: 1px solid #aeb9b8;
  padding-right: 18px;
}

.spec-grid > div:nth-child(even) {
  padding-left: 22px;
}

.spec-grid strong,
.spec-grid small {
  display: block;
}

.spec-grid strong {
  font-size: 19px;
}

.spec-grid small {
  color: #5b6d76;
  font-size: 10px;
  margin-top: 6px;
}

.product-visual {
  align-items: center;
  background: linear-gradient(145deg, #092638, #0d4c5a);
  display: flex;
  justify-content: center;
  overflow: hidden;
  position: relative;
}

.product-orbit {
  border: 1px solid rgba(131, 232, 219, 0.28);
  border-radius: 50%;
  position: absolute;
}

.product-orbit-one {
  height: 510px;
  width: 510px;
}

.product-orbit-two {
  height: 700px;
  width: 700px;
}

.product-visual > .product-image {
  height: 100%;
  object-fit: cover;
  position: absolute;
  width: 100%;
  z-index: 1;
}

.product-visual > .product-image-parts {
  object-fit: contain;
}

.product-caption {
  background: rgba(7, 19, 30, 0.78);
  bottom: 24px;
  color: var(--white);
  font-size: 9px;
  left: 24px;
  letter-spacing: 0.18em;
  padding: 12px 16px;
  position: absolute;
  z-index: 2;
}

.ownership {
  background: var(--paper);
  padding: 142px clamp(28px, 7vw, 108px);
}

.ownership-heading {
  display: grid;
  grid-template-columns: minmax(400px, 1.15fr) minmax(280px, 0.85fr);
  grid-template-rows: auto 1fr;
  column-gap: clamp(55px, 11vw, 190px);
}

.ownership-heading .eyebrow {
  grid-column: 1 / -1;
}

.ownership-heading h2,
.technical-heading h2,
.support-intro h2 {
  font-size: clamp(48px, 6.4vw, 88px);
  letter-spacing: -0.06em;
  line-height: 0.96;
  margin: 0;
}

.ownership-heading > p:last-child,
.support-intro > p {
  align-self: end;
  color: #405565;
  font-size: 16px;
  line-height: 1.75;
  margin: 0;
}

.ownership-grid {
  display: grid;
  gap: 1px;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 100px;
}

.ownership-grid article {
  background: var(--white);
  min-height: 365px;
  padding: 34px;
  position: relative;
  transition: background 180ms ease, color 180ms ease, transform 180ms ease;
}

.ownership-grid article:hover {
  background: var(--ink);
  color: var(--white);
  transform: translateY(-6px);
}

.ownership-grid article > span {
  font-size: 10px;
  opacity: 0.5;
}

.feature-line {
  background: var(--coral);
  height: 3px;
  margin: 95px 0 28px;
  width: 36px;
}

.ownership-grid h3 {
  font-size: 27px;
  letter-spacing: -0.04em;
  margin: 0 0 18px;
}

.ownership-grid p {
  font-size: 14px;
  line-height: 1.65;
  margin: 0;
  opacity: 0.65;
}

.launch-offer {
  background: var(--ink);
  color: var(--white);
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  min-height: 760px;
}

.offer-visual {
  min-height: 660px;
  overflow: hidden;
  position: relative;
}

.offer-visual::after {
  background: linear-gradient(90deg, transparent 68%, var(--ink));
  content: "";
  inset: 0;
  position: absolute;
}

.offer-visual > .product-image {
  height: 100%;
  object-fit: cover;
  position: absolute;
  width: 100%;
}

.offer-label {
  background: var(--coral);
  bottom: 32px;
  color: var(--ink);
  font-size: 9px;
  font-weight: 800;
  left: 32px;
  letter-spacing: 0.19em;
  padding: 13px 17px;
  position: absolute;
  z-index: 2;
}

.offer-copy {
  align-self: center;
  padding: 80px clamp(34px, 7vw, 105px) 80px 40px;
}

.offer-copy h2 {
  font-size: clamp(44px, 5.1vw, 74px);
  letter-spacing: -0.06em;
  line-height: 0.98;
  margin: 0 0 42px;
}

.offer-copy ul {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  list-style: none;
  margin: 0;
  padding: 0;
}

.offer-copy li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  font-size: 13px;
  padding: 14px 0;
}

.offer-copy li::before {
  color: var(--aqua);
  content: "✓";
  margin-right: 12px;
}

.offer-price {
  align-items: flex-end;
  display: flex;
  gap: 25px;
  justify-content: space-between;
  margin-top: 38px;
}

.offer-price span,
.offer-price strong {
  display: block;
}

.offer-price span {
  font-size: 8px;
  letter-spacing: 0.18em;
  opacity: 0.55;
}

.offer-price strong {
  font-size: 35px;
  margin-top: 8px;
}

.sale-pricing del {
  color: rgba(255, 255, 255, 0.58);
  display: block;
  font-size: 17px;
  letter-spacing: 0.04em;
  margin-top: 10px;
  text-decoration-color: var(--coral);
  text-decoration-thickness: 2px;
}

.sale-pricing strong {
  color: var(--white);
  font-size: 39px;
  line-height: 1;
  margin-top: 7px;
}

.button-coral {
  background: var(--coral);
  border-color: var(--coral);
  color: var(--ink);
}

.fine-print {
  font-size: 9px;
  line-height: 1.55;
  margin: 24px 0 0;
  opacity: 0.45;
}

.purchase {
  background: var(--paper);
  display: grid;
  grid-template-columns: minmax(360px, 0.82fr) minmax(520px, 1.18fr);
}

.purchase-copy {
  background: #0d2838;
  color: var(--white);
  padding: 110px clamp(34px, 7vw, 105px);
}

.purchase-copy h2,
.delivery-panel h2 {
  font-size: clamp(46px, 5.5vw, 78px);
  letter-spacing: -0.06em;
  line-height: 0.96;
  margin: 0;
}

.purchase-copy > p:not(.eyebrow):not(.payment-note) {
  font-size: 16px;
  line-height: 1.7;
  margin: 30px 0;
  max-width: 520px;
  opacity: 0.72;
}

.purchase-price {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  margin: 38px 0;
  padding: 24px 0;
}

.purchase-price span,
.purchase-price strong {
  display: block;
}

.purchase-price span {
  font-size: 9px;
  letter-spacing: 0.18em;
  opacity: 0.55;
}

.purchase-price strong {
  font-size: 42px;
  margin-top: 10px;
}

.payment-note,
.delivery-note {
  font-size: 10px;
  line-height: 1.55;
}

.payment-note {
  margin: 18px 0 0;
  opacity: 0.58;
}

.delivery-panel {
  padding: 110px clamp(34px, 7vw, 105px);
}

.delivery-grid {
  display: grid;
  gap: 1px;
  grid-template-columns: repeat(2, 1fr);
  margin-top: 60px;
}

.delivery-grid article {
  background: var(--white);
  min-height: 245px;
  padding: 34px;
}

.delivery-grid article > span {
  color: #59707d;
  font-size: 10px;
}

.delivery-grid h3 {
  font-size: 28px;
  letter-spacing: -0.04em;
  margin: 60px 0 12px;
}

.delivery-grid strong {
  font-size: 16px;
}

.delivery-grid p {
  color: #526773;
  font-size: 13px;
  line-height: 1.55;
  margin: 12px 0 0;
}

.delivery-note {
  color: #526773;
  margin: 22px 0 0;
}

.technical {
  background: #e7ebe8;
  padding: 136px clamp(28px, 7vw, 108px);
}

.technical-heading {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
}

.technical-heading .eyebrow {
  align-self: start;
  margin-top: 10px;
}

.technical-heading h2 {
  font-size: clamp(46px, 5.6vw, 80px);
}

.spec-table {
  border-top: 1px solid #9baaaa;
  margin-top: 90px;
}

.spec-row {
  align-items: center;
  border-bottom: 1px solid #9baaaa;
  display: grid;
  gap: 25px;
  grid-template-columns: 0.55fr 1.05fr 1fr;
  min-height: 84px;
}

.spec-row span {
  color: #506671;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.spec-row strong {
  font-size: 17px;
}

.spec-row small {
  color: #5d6f76;
  font-size: 12px;
}

.coastline {
  background:
    linear-gradient(90deg, rgba(2, 12, 20, 0.78), rgba(2, 12, 20, 0.18)),
    url("../images/caperay-cape-town-hero.webp") center / cover no-repeat;
  color: var(--white);
  min-height: 780px;
  overflow: hidden;
  position: relative;
}

.coastline::after {
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 50%;
  content: "";
  height: 620px;
  position: absolute;
  right: -120px;
  top: 80px;
  width: 620px;
}

.coastline-shade {
  background:
    linear-gradient(155deg, transparent 48%, rgba(255, 255, 255, 0.08) 48.3%, transparent 49.2%),
    linear-gradient(90deg, rgba(1, 11, 18, 0.72), transparent 72%);
  inset: 0;
  position: absolute;
}

.coastline-copy {
  left: clamp(28px, 7vw, 108px);
  max-width: 800px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
}

.coastline-copy h2 {
  font-size: clamp(58px, 7.5vw, 108px);
  letter-spacing: -0.07em;
  line-height: 0.9;
  margin: 0 0 42px;
}

.support {
  display: grid;
  gap: clamp(55px, 10vw, 170px);
  grid-template-columns: 0.8fr 1.2fr;
  padding: 142px clamp(28px, 7vw, 108px);
}

.support-intro {
  align-self: start;
  position: sticky;
  top: 50px;
}

.support-intro h2 {
  font-size: clamp(50px, 5.4vw, 76px);
  margin-bottom: 34px;
}

.support-intro > p {
  max-width: 430px;
}

.faq-list {
  border-top: 1px solid #9baaaa;
}

.faq-list details {
  border-bottom: 1px solid #9baaaa;
  padding: 0;
}

.faq-list summary {
  align-items: center;
  cursor: pointer;
  display: flex;
  font-size: 18px;
  font-weight: 700;
  justify-content: space-between;
  list-style: none;
  min-height: 88px;
}

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

.faq-list summary span {
  align-items: center;
  border: 1px solid #9baaaa;
  border-radius: 50%;
  display: flex;
  flex: 0 0 auto;
  font-size: 20px;
  height: 34px;
  justify-content: center;
  margin-left: 20px;
  transition: transform 180ms ease;
  width: 34px;
}

.faq-list details[open] summary span {
  transform: rotate(45deg);
}

.faq-list details p {
  color: #526773;
  font-size: 14px;
  line-height: 1.75;
  margin: -10px 65px 30px 0;
}

.contact {
  align-items: center;
  background: var(--coral);
  color: var(--ink);
  display: flex;
  flex-direction: column;
  min-height: 630px;
  padding: 100px 28px;
  text-align: center;
}

.contact > .ray-mark {
  height: 104px;
  margin-bottom: 50px;
  width: 112px;
}

.contact h2 {
  font-size: clamp(58px, 8vw, 116px);
  letter-spacing: -0.075em;
  line-height: 0.9;
  margin: 0;
}

.contact > p:not(.eyebrow) {
  font-size: 16px;
  line-height: 1.6;
  margin: 30px auto;
  max-width: 560px;
}

.contact .button-light {
  border-color: var(--ink);
}

footer {
  background: var(--ink);
  color: var(--white);
  display: grid;
  grid-template-columns: 1fr 1fr;
  padding: 90px clamp(28px, 7vw, 108px) 34px;
}

.footer-brand > p {
  font-size: 13px;
  line-height: 1.5;
  margin: 28px 0 0;
  max-width: 260px;
  opacity: 0.55;
}

.footer-links {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

.footer-links > div {
  display: flex;
  flex-direction: column;
  gap: 13px;
}

.footer-links strong {
  font-size: 9px;
  letter-spacing: 0.16em;
  margin-bottom: 9px;
  opacity: 0.45;
}

.footer-links a {
  font-size: 12px;
  opacity: 0.76;
}

.footer-bottom {
  align-items: flex-end;
  border-top: 1px solid rgba(255, 255, 255, 0.18);
  display: flex;
  grid-column: 1 / -1;
  justify-content: space-between;
  margin-top: 95px;
  padding-top: 26px;
}

.footer-bottom span {
  font-size: 10px;
  opacity: 0.55;
}

.footer-bottom p {
  font-size: 8px;
  line-height: 1.5;
  margin: 0;
  max-width: 530px;
  opacity: 0.4;
  text-align: right;
}

@media (max-width: 980px) {
  .guide-hero {
    grid-template-columns: 1fr;
    padding-top: 72px;
  }

  .guide-hero-image {
    max-height: 520px;
    min-height: 380px;
  }

  .guide-hero-image img {
    min-height: 380px;
  }

  .site-header {
    grid-template-columns: 1fr auto;
    padding: 0 24px;
  }

  .desktop-nav {
    display: none;
  }

  .menu-toggle {
    display: block;
  }

  .header-actions .round-action {
    display: none;
  }

  .nav-open {
    overflow: hidden;
  }

  .nav-open .site-header {
    background: var(--ink);
  }

  .nav-open .desktop-nav {
    align-items: flex-start;
    background: var(--ink);
    display: flex;
    flex-direction: column;
    gap: 0;
    inset: 72px 0 auto;
    min-height: calc(100vh - 72px);
    padding: 55px 24px;
    position: absolute;
  }

  .nav-open .desktop-nav a {
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
    display: block;
    font-size: 18px;
    padding: 22px 0;
    width: 100%;
  }

  .nav-open .desktop-nav li {
    width: 100%;
  }

  .text-link {
    display: none;
  }

  .hero {
    min-height: 820px;
  }

  .hero-rail {
    grid-template-columns: repeat(3, 1fr);
    left: 24px;
    right: 24px;
  }

  .hero-rail > p {
    display: none;
  }

  .model-intro,
  .product-stage,
  .launch-offer,
  .purchase,
  .support {
    grid-template-columns: 1fr;
  }

  .model-intro {
    gap: 54px;
    padding-bottom: 90px;
    padding-top: 90px;
  }

  .product-visual {
    min-height: 580px;
  }

  .ownership-heading {
    grid-template-columns: 1fr;
  }

  .ownership-heading > p:last-child {
    margin-top: 34px;
    max-width: 560px;
  }

  .ownership-grid {
    grid-template-columns: 1fr;
    margin-top: 70px;
  }

  .ownership-grid article {
    min-height: 285px;
  }

  .feature-line {
    margin-top: 55px;
  }

  .offer-visual {
    min-height: 580px;
  }

  .offer-visual::after {
    background: linear-gradient(0deg, var(--ink), transparent 30%);
  }

  .offer-copy {
    padding: 25px 46px 80px;
  }

  .purchase-copy,
  .delivery-panel {
    padding: 80px 46px;
  }

  .technical-heading {
    grid-template-columns: 1fr;
  }

  .technical-heading h2 {
    margin-top: 25px;
  }

  .support-intro {
    position: static;
  }

  footer {
    gap: 70px;
    grid-template-columns: 1fr;
  }

  .footer-bottom {
    grid-column: 1;
  }
}

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

  .hero {
    min-height: 790px;
  }

  .hero-content {
    left: 22px;
    right: 22px;
    top: 25%;
  }

  .hero h1 {
    font-size: 72px;
  }

  .hero-intro {
    font-size: 15px;
  }

  .hero-rail {
    left: 0;
    right: 0;
  }

  .hero-rail > div {
    padding: 15px 12px;
  }

  .hero-rail strong {
    font-size: 18px;
  }

  .scroll-cue {
    display: none;
  }

  .model-intro {
    padding-left: 22px;
    padding-right: 22px;
  }

  .section-heading h2,
  .product-copy h2 {
    font-size: 44px;
  }

  .product-copy {
    padding-left: 22px;
    padding-right: 22px;
  }

  .product-visual {
    min-height: 410px;
  }

  .deck-decal {
    left: 25%;
    top: 50%;
    width: 100px;
  }

  .deck-decal span {
    display: none;
  }

  .ownership,
  .technical,
  .support {
    padding-left: 22px;
    padding-right: 22px;
    padding-bottom: 90px;
    padding-top: 90px;
  }

  .ownership-heading h2,
  .technical-heading h2,
  .support-intro h2 {
    font-size: 44px;
  }

  .offer-visual {
    min-height: 430px;
  }

  .offer-copy {
    padding: 24px 22px 70px;
  }

  .purchase-copy,
  .delivery-panel {
    padding: 70px 22px;
  }

  .offer-copy h2 {
    font-size: 44px;
  }

  .purchase-copy h2,
  .delivery-panel h2 {
    font-size: 44px;
  }

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

  .offer-price {
    align-items: stretch;
    flex-direction: column;
  }

  .spec-row {
    align-items: start;
    gap: 8px;
    grid-template-columns: 1fr;
    padding: 20px 0;
  }

  .coastline {
    min-height: 650px;
  }

  .coastline-copy {
    left: 22px;
    right: 22px;
  }

  .coastline-copy h2 {
    font-size: 55px;
  }

  .faq-list summary {
    font-size: 15px;
  }

  .faq-list details p {
    margin-right: 0;
  }

  .contact {
    min-height: 560px;
  }

  .contact h2 {
    font-size: 66px;
  }

  footer {
    padding-left: 22px;
    padding-right: 22px;
  }

  .footer-links {
    gap: 30px;
  }

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

  .footer-bottom p {
    text-align: left;
  }
}
