/* Apple-inspired Yorkshire Digital homepage */
.apple-home {
  --apple-ink: #1d1d1f;
  --apple-muted: #646a73;
  --apple-soft: #f5f5f7;
  --apple-pearl: #fafafc;
  --apple-line: rgba(29, 29, 31, 0.11);
  --apple-dark: #111318;
  --apple-dark-2: #242528;
  --apple-green: #118060;
  --apple-green-soft: #e9f7f1;
  color: var(--apple-ink);
  background: #fff;
  font-family: -apple-system, BlinkMacSystemFont, "SF Pro Display", "SF Pro Text", Inter, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  letter-spacing: 0;
}

.apple-home .site-header {
  min-height: 48px;
  padding: 9px max(18px, calc((100vw - 1180px) / 2));
  border-bottom: 1px solid rgba(29, 29, 31, 0.08);
  background: rgba(255, 255, 255, 0.86);
  color: var(--apple-ink);
  box-shadow: none;
  backdrop-filter: saturate(180%) blur(20px);
}

.apple-home .brand {
  color: var(--apple-ink);
  font-size: 0.88rem;
  font-weight: 700;
  letter-spacing: 0;
}

.apple-home .brand-mark {
  width: 24px;
  height: 24px;
  border: 0;
  border-radius: 6px;
  background: transparent;
  box-shadow: none;
}

.apple-home .brand-mark img {
  width: 24px;
  height: 24px;
}

.apple-home .nav {
  gap: 6px;
  color: var(--apple-muted);
  font-size: 0.82rem;
}

.apple-home .nav a {
  min-height: 32px;
  padding: 6px 10px;
  border-radius: 999px;
  letter-spacing: 0;
}

.apple-home .nav a:hover {
  background: rgba(29, 29, 31, 0.06);
  color: var(--apple-ink);
}

.apple-home .header-cta,
.apple-home .header-cta.audit-link {
  min-height: 34px;
  padding: 0 14px;
  border-color: var(--apple-dark);
  background: var(--apple-dark);
  color: #fff;
  font-size: 0.82rem;
  box-shadow: none;
}

.apple-home h1,
.apple-home h2,
.apple-home h3,
.apple-home h4,
.apple-home p,
.apple-home li,
.apple-home a,
.apple-home span,
.apple-home strong {
  letter-spacing: 0;
}

.apple-home h1,
.apple-home h2,
.apple-home h3 {
  color: inherit;
  font-weight: 700;
}

.apple-home h1 {
  max-width: 960px;
  margin: 0 auto;
  font-size: 4.15rem;
  line-height: 1.04;
  text-align: center;
}

.apple-home h2 {
  margin: 0;
  font-size: 3rem;
  line-height: 1.08;
}

.apple-home h3 {
  margin: 0;
  font-size: 1.22rem;
  line-height: 1.2;
}

.apple-home p,
.apple-home li {
  color: var(--apple-muted);
  font-size: 1rem;
  line-height: 1.55;
}

.apple-shell {
  width: min(1180px, calc(100% - 48px));
  margin: 0 auto;
}

.apple-tile {
  border-bottom: 1px solid var(--apple-line);
}

.apple-tile-light {
  background: #fff;
}

.apple-tile-parchment {
  background: var(--apple-soft);
}

.apple-tile-dark {
  background: var(--apple-dark);
  color: #fff;
}

.apple-tile-dark p,
.apple-tile-dark li {
  color: rgba(255, 255, 255, 0.72);
}

.apple-eyebrow {
  margin: 0 0 14px;
  color: var(--apple-green);
  font-size: 0.82rem;
  font-weight: 800;
  text-transform: uppercase;
}

.apple-lead {
  max-width: 760px;
  margin: 24px auto 0;
  color: var(--apple-muted);
  font-size: 1.28rem;
  line-height: 1.45;
  text-align: center;
}

.apple-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
  justify-content: center;
  margin-top: 30px;
}

.apple-home .button {
  min-height: 44px;
  padding: 0 22px;
  border-radius: 999px;
  font-size: 0.95rem;
  font-weight: 700;
  letter-spacing: 0;
  box-shadow: none;
}

.apple-home .button.primary {
  border-color: var(--apple-dark);
  background: var(--apple-dark);
  color: #fff;
}

.apple-home .button.secondary,
.apple-home .button.demo-access-trigger {
  border-color: var(--apple-line);
  background: #fff;
  color: var(--apple-ink);
}

.apple-tile-dark .button.primary {
  border-color: #fff;
  background: #fff;
  color: var(--apple-ink);
}

.apple-tile-dark .button.secondary,
.apple-tile-dark .button.demo-access-trigger {
  border-color: rgba(255, 255, 255, 0.22);
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
}

.apple-home .button:hover {
  transform: translateY(-1px);
  box-shadow: none;
}

.apple-hero {
  padding: 148px 0 76px;
}

.apple-hero-inner {
  text-align: center;
}

.apple-hero-facts {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
  max-width: 900px;
  margin: 46px auto 0;
}

.apple-hero-facts > span,
.apple-hero-facts > a {
  display: inline-flex;
  gap: 7px;
  align-items: center;
  min-height: 36px;
  padding: 9px 14px;
  border: 1px solid var(--apple-line);
  border-radius: 999px;
  background: var(--apple-pearl);
  color: var(--apple-ink);
  font-size: 0.88rem;
  font-weight: 700;
}

.apple-tertiary-link {
  display: inline-flex;
  margin-top: 16px;
  color: var(--apple-green);
  font-size: 0.9rem;
  font-weight: 750;
  text-decoration: none;
}

.apple-tertiary-link:hover {
  text-decoration: underline;
  text-underline-offset: 3px;
}

.apple-review-badge {
  text-decoration: none;
  transition: border-color 160ms ease, background-color 160ms ease;
}

.apple-review-badge:hover {
  border-color: rgba(17, 128, 96, 0.32);
  background: var(--apple-green-soft);
}

.apple-review-badge > span {
  padding: 0;
  border: 0;
  background: transparent;
  color: inherit;
  font-size: inherit;
}

.apple-review-badge .google-review-mark {
  display: grid;
  width: 18px;
  height: 18px;
  place-items: center;
  border-radius: 50%;
  background: #fff;
  color: #4285f4;
  box-shadow: inset 0 0 0 1px rgba(29, 29, 31, 0.1);
  font-size: 0.72rem;
  font-weight: 850;
}

.apple-proof {
  padding: 78px 0;
}

.apple-proof-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 340px;
  gap: 64px;
  align-items: center;
}

.apple-proof-copy p:not(.apple-eyebrow) {
  max-width: 680px;
  margin: 20px 0 0;
  font-size: 1.08rem;
}

.apple-proof-copy blockquote {
  max-width: 660px;
  margin: 28px 0 0;
  padding: 0;
  border: 0;
  background: transparent;
}

.apple-proof-copy blockquote p {
  margin: 0;
  color: var(--apple-ink);
  font-size: 1.18rem;
  font-weight: 700;
  line-height: 1.48;
}

.apple-proof-copy cite {
  display: block;
  margin-top: 12px;
  color: var(--apple-muted);
  font-style: normal;
  font-weight: 700;
}

.apple-proof-actions {
  justify-content: flex-start;
}

.apple-proof-image {
  overflow: hidden;
  margin: 0;
  border: 1px solid var(--apple-line);
  border-radius: 16px;
  background: #fff;
}

.apple-proof-image img {
  display: block;
  width: 100%;
  height: 390px;
  object-fit: cover;
  object-position: 58% center;
}

.apple-proof-image figcaption {
  display: grid;
  gap: 6px;
  padding: 18px;
  border-top: 1px solid var(--apple-line);
}

.apple-proof-image figcaption strong {
  color: var(--apple-ink);
  font-size: 1rem;
}

.apple-proof-image figcaption span {
  color: var(--apple-muted);
  font-size: 0.92rem;
  line-height: 1.45;
}

.apple-packages,
.apple-problem,
.apple-customer,
.apple-how,
.apple-journey {
  padding: 86px 0;
}

.apple-section-head {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(320px, 0.56fr);
  column-gap: 56px;
  row-gap: 14px;
  align-items: end;
  margin-bottom: 34px;
}

.apple-section-head .apple-eyebrow {
  grid-column: 1 / -1;
}

.apple-section-head h2 {
  grid-column: 1;
}

.apple-section-head p:not(.apple-eyebrow) {
  grid-column: 2;
  margin: 0;
  font-size: 1.05rem;
}

.apple-section-head-centred {
  display: block;
  max-width: 850px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.apple-section-head-centred .apple-eyebrow,
.apple-section-head-centred h2,
.apple-section-head-centred p:not(.apple-eyebrow) {
  grid-column: auto;
}

.apple-section-head-centred .apple-eyebrow {
  margin-bottom: 14px;
}

.apple-section-head-centred p:not(.apple-eyebrow) {
  margin: 18px auto 0;
}

.apple-package-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  align-items: stretch;
}

.apple-package-swipe {
  display: none;
}

.apple-price-card {
  display: flex;
  flex-direction: column;
  gap: 18px;
  padding: 28px;
  border: 1px solid var(--apple-line);
  border-radius: 16px;
  background: #fff;
}

.apple-price-featured {
  border-color: rgba(17, 128, 96, 0.34);
  background: #fff;
  box-shadow: inset 0 0 0 1px rgba(17, 128, 96, 0.1);
}

.apple-price-top {
  display: grid;
  gap: 8px;
}

.apple-price-top span {
  width: fit-content;
  padding: 5px 10px;
  border-radius: 999px;
  background: var(--apple-green-soft);
  color: var(--apple-green);
  font-size: 0.78rem;
  font-weight: 800;
}

.apple-price-top p {
  max-width: 560px;
  margin: 0;
}

.apple-price-top h3 a {
  color: inherit;
  text-decoration: none;
}

.apple-price-top h3 a:hover {
  text-decoration: underline;
  text-decoration-color: rgba(17, 128, 96, 0.45);
  text-underline-offset: 4px;
}

.apple-price-row {
  display: grid;
  gap: 5px;
  padding: 6px 0 4px;
}

.apple-price-row span {
  color: var(--apple-muted);
  font-size: 0.95rem;
  font-weight: 800;
}

.apple-price-row strong {
  color: var(--apple-ink);
  font-size: 2.7rem;
  line-height: 1;
}

.apple-price-card ul {
  display: grid;
  gap: 9px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.apple-price-card li {
  position: relative;
  padding-left: 20px;
  color: var(--apple-ink);
  font-size: 0.95rem;
  font-weight: 650;
}

.apple-price-card li::before {
  position: absolute;
  top: 0.72em;
  left: 0;
  width: 6px;
  height: 6px;
  border-radius: 999px;
  background: var(--apple-green);
  content: "";
}

.apple-best-for {
  margin: auto 0 0;
  padding-top: 16px;
  border-top: 1px solid var(--apple-line);
  font-size: 0.94rem;
}

.apple-best-for strong {
  color: var(--apple-ink);
}

.apple-price-card > .button {
  justify-self: start;
}

.apple-contract-note,
.apple-smallprint {
  margin: 0;
  color: var(--apple-muted);
  font-size: 0.85rem;
}

.apple-smallprint {
  max-width: 980px;
  margin-top: 18px;
}

.apple-spread-option {
  display: grid;
  padding: 14px;
  border: 1px solid var(--apple-line);
  border-radius: 14px;
  background: var(--apple-pearl);
}

.apple-spread-option summary,
.apple-spread-option p {
  margin: 0;
}

.apple-spread-option summary {
  display: flex;
  gap: 12px;
  align-items: center;
  justify-content: space-between;
  color: var(--apple-ink);
  font-size: 1rem;
  font-weight: 750;
  cursor: pointer;
  list-style: none;
}

.apple-spread-option summary::-webkit-details-marker {
  display: none;
}

.apple-spread-option summary:focus-visible {
  border-radius: 6px;
  outline: 3px solid rgba(17, 128, 96, 0.22);
  outline-offset: 4px;
}

.apple-spread-option summary::after {
  width: 8px;
  height: 8px;
  border-right: 1.5px solid currentColor;
  border-bottom: 1.5px solid currentColor;
  content: "";
  transform: rotate(45deg) translateY(-2px);
  transition: transform 160ms ease;
}

.apple-spread-option[open] summary::after {
  transform: rotate(225deg) translate(-2px, -2px);
}

.apple-spread-option > div {
  display: grid;
  gap: 8px;
  padding-top: 10px;
}

.apple-spread-option p {
  font-size: 0.9rem;
}

.apple-spread-option strong {
  color: var(--apple-ink);
}

.apple-spread-option a {
  color: var(--apple-green);
  font-size: 0.9rem;
  font-weight: 800;
}

.apple-system {
  padding: 96px 0;
}

.apple-dark-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.86fr) minmax(340px, 0.72fr);
  gap: 72px;
  align-items: center;
}

.apple-dark-grid h2 {
  max-width: 760px;
  color: #fff;
}

.apple-dark-grid p:not(.apple-eyebrow) {
  max-width: 650px;
  margin: 20px 0 0;
  font-size: 1.1rem;
}

.apple-dark-grid .apple-actions {
  justify-content: flex-start;
}

.apple-system-flow {
  display: grid;
  gap: 10px;
}

.apple-system-flow article {
  padding: 22px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.05);
}

.apple-system-flow span {
  color: rgba(255, 255, 255, 0.58);
  font-size: 0.82rem;
  font-weight: 800;
  text-transform: uppercase;
}

.apple-system-flow h3 {
  margin-top: 10px;
  color: #fff;
}

.apple-system-flow p {
  margin: 8px 0 0;
}

.apple-problem-row {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  overflow: hidden;
  border: 1px solid var(--apple-line);
  border-radius: 16px;
  background: #fff;
}

.apple-problem-row article {
  display: grid;
  gap: 10px;
  min-height: 150px;
  align-content: start;
  padding: 24px;
  border-right: 1px solid var(--apple-line);
}

.apple-problem-row article:last-child {
  border-right: 0;
}

.apple-problem-row p {
  margin: 0;
}

.apple-customer-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(0, 1fr);
  gap: 68px;
  align-items: start;
}

.apple-customer-grid > div > p:not(.apple-eyebrow) {
  max-width: 620px;
  margin: 20px 0 0;
  font-size: 1.08rem;
}

.apple-customer-steps {
  display: grid;
  gap: 12px;
}

.apple-customer-steps article,
.apple-how-row article {
  padding: 22px;
  border: 1px solid var(--apple-line);
  border-radius: 16px;
  background: #fff;
}

.apple-customer-steps p,
.apple-how-row p {
  margin: 9px 0 0;
}

.apple-how-row {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.apple-journey-row {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-top: 1px solid var(--apple-line);
  border-bottom: 1px solid var(--apple-line);
}

.apple-journey-row article {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 14px;
  align-content: start;
  padding: 24px 22px;
  border-right: 1px solid var(--apple-line);
}

.apple-journey-row article:first-child {
  padding-left: 0;
}

.apple-journey-row article:last-child {
  padding-right: 0;
  border-right: 0;
}

.apple-journey-row article > span {
  color: var(--apple-green);
  font-size: 0.76rem;
  font-weight: 800;
  line-height: 1.5;
}

.apple-journey-row p {
  margin: 8px 0 0;
  font-size: 0.94rem;
}

.apple-setup-note {
  display: flex;
  gap: 24px;
  align-items: center;
  justify-content: space-between;
  margin-top: 22px;
}

.apple-setup-note p {
  max-width: 820px;
  margin: 0;
  font-size: 0.92rem;
}

.apple-setup-note strong {
  color: var(--apple-ink);
}

.apple-setup-note a {
  flex: 0 0 auto;
  color: var(--apple-green);
  font-size: 0.9rem;
  font-weight: 800;
}

.apple-home .contact {
  width: min(1180px, calc(100% - 48px));
  grid-template-columns: minmax(260px, 0.42fr) minmax(640px, 1fr);
  gap: 42px;
  padding: 86px 0;
  border-bottom: 1px solid var(--apple-line);
}

.apple-home .contact-copy {
  gap: 22px;
}

.apple-home .contact-copy h2 {
  font-size: 3rem;
  line-height: 1.08;
}

.apple-home .contact-copy p {
  max-width: 470px;
}

.apple-home .apple-owner-note {
  display: grid;
  gap: 3px;
  margin: 0;
  padding: 14px 0 14px 16px;
  border-left: 2px solid var(--apple-green);
  color: var(--apple-muted);
  font-size: 0.9rem;
  line-height: 1.45;
}

.apple-home .apple-owner-note strong {
  color: var(--apple-ink);
}

.apple-home .contact-faq {
  max-width: 420px;
}

.apple-home .contact-faq h3 {
  color: var(--apple-ink);
}

.apple-home .compact-faq-list details {
  border: 1px solid var(--apple-line);
  border-radius: 12px;
  background: #fff;
}

.apple-home .compact-faq-list summary {
  padding: 13px 14px;
  color: var(--apple-ink);
  font-size: 0.9rem;
  font-weight: 700;
}

.apple-home .compact-faq-list details p {
  padding: 0 14px 14px;
}

.apple-home .contact-form-column {
  width: min(100%, 540px);
  align-self: start;
  justify-self: end;
}

.apple-home .crm-embed-slot {
  width: 100%;
  padding: 0;
  border: 0;
  border-radius: 18px;
  background: transparent;
  box-shadow: none;
}

.apple-home .contact-reassurance {
  margin: 12px 6px 0;
  color: var(--apple-muted);
  font-size: 0.82rem;
  line-height: 1.45;
  text-align: center;
}

.apple-home .footer {
  border-top: 0;
  background: var(--apple-soft);
}

@media (max-width: 1120px) {
  .apple-proof-grid,
  .apple-section-head,
  .apple-package-grid,
  .apple-dark-grid,
  .apple-customer-grid {
    grid-template-columns: 1fr;
  }

  .apple-proof-image {
    max-width: 420px;
  }

  .apple-problem-row,
  .apple-how-row {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .apple-section-head .apple-eyebrow,
  .apple-section-head h2,
  .apple-section-head p:not(.apple-eyebrow) {
    grid-column: auto;
  }

  .apple-section-head .apple-eyebrow {
    margin-bottom: 0;
  }

  .apple-problem-row article:nth-child(2) {
    border-right: 0;
  }

  .apple-problem-row article:nth-child(-n + 2) {
    border-bottom: 1px solid var(--apple-line);
  }
}

@media (min-width: 900px) and (max-width: 1120px) {
  .apple-home .contact {
    grid-template-columns: minmax(330px, 1fr) minmax(460px, 520px);
    gap: 36px;
    align-items: start;
  }

  .apple-home .contact-copy h2 {
    font-size: 2.65rem;
  }

  .apple-home .contact-copy p,
  .apple-home .contact-faq {
    max-width: 420px;
  }

  .apple-home .contact-form-column {
    width: 100%;
    justify-self: end;
  }
}

@media (max-width: 899px) {
  .apple-home .contact {
    grid-template-columns: 1fr;
    row-gap: 20px;
  }

  .apple-home .contact-copy {
    display: contents;
  }

  .apple-home .contact-copy > h2 {
    order: 1;
  }

  .apple-home .contact-copy > p:not(.apple-owner-note) {
    order: 2;
  }

  .apple-home .contact-copy > .apple-owner-note {
    order: 3;
  }

  .apple-home .contact-copy p,
  .apple-home .contact-faq {
    max-width: none;
  }

  .apple-home .contact-form-column {
    order: 4;
    width: min(100%, 540px);
    justify-self: start;
  }

  .apple-home .contact-faq {
    order: 5;
    margin-top: 12px;
  }
}

@media (max-width: 740px) {
  .apple-shell,
  .apple-home .contact {
    width: calc(100% - 28px);
  }

  .apple-home .site-header {
    min-height: 52px;
    padding: 10px 14px;
  }

  .apple-home .nav {
    display: none;
  }

  .apple-home .header-cta {
    min-height: 36px;
  }

  .apple-home h1 {
    font-size: 2.55rem;
    line-height: 1.05;
  }

  .apple-home h2,
  .apple-home .contact-copy h2 {
    font-size: 2rem;
    line-height: 1.1;
  }

  .apple-lead {
    margin-top: 16px;
    font-size: 1rem;
  }

  .apple-hero {
    padding: 84px 0 40px;
  }

  .apple-actions,
  .apple-proof-actions,
  .apple-dark-grid .apple-actions {
    display: grid;
    grid-template-columns: 1fr;
    justify-content: stretch;
  }

  .apple-actions {
    gap: 10px;
    margin-top: 22px;
  }

  .apple-actions .button,
  .apple-price-card > .button {
    width: 100%;
  }

  .apple-hero-facts {
    display: grid;
    grid-template-columns: 1fr;
    gap: 8px;
    margin-top: 22px;
  }

  .apple-hero-facts > span,
  .apple-hero-facts > a {
    min-height: 34px;
    padding: 8px 12px;
    font-size: 0.84rem;
  }

  .apple-proof,
  .apple-packages,
  .apple-problem,
  .apple-customer,
  .apple-how,
  .apple-journey,
  .apple-system,
  .apple-home .contact {
    padding: 42px 0;
  }

  .apple-proof-grid,
  .apple-dark-grid,
  .apple-customer-grid {
    gap: 20px;
  }

  .apple-proof-copy p:not(.apple-eyebrow) {
    margin-top: 14px;
    font-size: 1rem;
  }

  .apple-proof-copy blockquote {
    margin-top: 18px;
  }

  .apple-proof-copy blockquote p {
    font-size: 1.05rem;
  }

  .apple-proof-image {
    max-width: none;
  }

  .apple-proof-image img {
    height: 280px;
  }

  .apple-section-head {
    gap: 12px;
    margin-bottom: 20px;
  }

  .apple-section-head p:not(.apple-eyebrow) {
    font-size: 1rem;
  }

  .apple-package-grid {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    margin-right: -14px;
    margin-left: -14px;
    padding: 0 14px 14px;
    overflow-x: auto;
    overflow-y: hidden;
    overscroll-behavior-x: contain;
    scroll-padding-left: 14px;
    scroll-snap-type: x mandatory;
    transition: height 220ms ease;
    -webkit-overflow-scrolling: touch;
  }

  .apple-package-swipe {
    display: flex;
    gap: 7px;
    align-items: center;
    justify-content: flex-end;
    margin: -4px 0 10px;
    color: var(--apple-muted);
    font-size: 0.8rem;
    font-weight: 700;
  }

  .apple-price-card {
    flex: 0 0 min(88%, 390px);
    scroll-snap-align: start;
    padding: 20px;
  }

  .apple-package-grid::-webkit-scrollbar {
    height: 5px;
  }

  .apple-package-grid::-webkit-scrollbar-track {
    background: transparent;
  }

  .apple-package-grid::-webkit-scrollbar-thumb {
    border-radius: 999px;
    background: rgba(29, 29, 31, 0.18);
  }

  .apple-price-row strong {
    font-size: 2.2rem;
  }

  .apple-problem-row,
  .apple-how-row {
    grid-template-columns: 1fr;
  }

  .apple-journey-row {
    grid-template-columns: 1fr;
  }

  .apple-journey-row article,
  .apple-journey-row article:first-child,
  .apple-journey-row article:last-child {
    padding: 16px 0;
    border-right: 0;
    border-bottom: 1px solid var(--apple-line);
  }

  .apple-journey-row article:last-child {
    border-bottom: 0;
  }

  .apple-setup-note {
    display: grid;
    gap: 10px;
    margin-top: 16px;
  }

  .apple-setup-note a {
    width: fit-content;
  }

  .apple-problem-row article,
  .apple-problem-row article:nth-child(2) {
    min-height: 0;
    border-right: 0;
    border-bottom: 1px solid var(--apple-line);
  }

  .apple-problem-row article:last-child {
    border-bottom: 0;
  }

  .apple-customer-steps article,
  .apple-how-row article,
  .apple-system-flow article {
    padding: 18px;
  }

  .apple-home .contact-copy p,
  .apple-home .contact-faq {
    max-width: none;
  }

  .apple-home .contact-form-column {
    width: 100%;
    max-width: none;
    justify-self: stretch;
  }
}

/* Yorkshire Digital homepage enquiry form embed */
.apple-home .crm-embed-slot .yd-crm-form-embed {
  min-height: 0 !important;
  height: auto !important;
  aspect-ratio: auto !important;
  align-content: start !important;
  grid-template-columns: minmax(0, 1.22fr) minmax(150px, 0.78fr) !important;
  gap: 11px !important;
  padding: 24px !important;
  border: 1px solid rgba(29, 29, 31, 0.1) !important;
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 20px 60px rgba(29, 29, 31, 0.08);
  box-sizing: border-box;
  font-weight: 500 !important;
}

.apple-home .crm-embed-slot .yd-crm-form-embed .full {
  grid-column: 1 / -1;
}

.apple-home .crm-embed-slot .yd-crm-trap {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  margin: -1px !important;
  padding: 0 !important;
  border: 0 !important;
  opacity: 0 !important;
  overflow: hidden !important;
  clip-path: inset(50%) !important;
  pointer-events: none !important;
}

.apple-home .crm-embed-slot .yd-crm-form-header {
  gap: 6px !important;
  padding-bottom: 2px !important;
}

.apple-home .crm-embed-slot .yd-crm-form-kicker {
  color: var(--apple-green) !important;
  font-size: 0.68rem !important;
  font-weight: 750 !important;
  letter-spacing: 0.08em !important;
  text-transform: uppercase !important;
}

.apple-home .crm-embed-slot .yd-crm-form-header h2 {
  margin: 0 !important;
  color: var(--apple-ink) !important;
  font-size: clamp(1.42rem, 2.1vw, 1.74rem) !important;
  line-height: 1.08 !important;
  letter-spacing: 0 !important;
}

.apple-home .crm-embed-slot .yd-crm-form-header p {
  margin: 0 !important;
  color: var(--apple-muted) !important;
  max-width: 38rem;
  font-size: 0.9rem !important;
  font-weight: 500 !important;
  line-height: 1.42 !important;
}

.apple-home .crm-embed-slot .yd-crm-progress {
  gap: 6px !important;
  margin: 0 !important;
}

.apple-home .crm-embed-slot .yd-crm-progress span {
  color: var(--apple-muted) !important;
  font-size: 0.78rem !important;
  font-weight: 700 !important;
}

.apple-home .crm-embed-slot .yd-crm-progress-bar {
  height: 4px !important;
  border-radius: 999px !important;
  background: rgba(29, 29, 31, 0.08) !important;
}

.apple-home .crm-embed-slot .yd-crm-progress-bar span {
  background: var(--apple-green) !important;
}

.apple-home .crm-embed-slot .yd-crm-field {
  gap: 5px !important;
}

.apple-home .crm-embed-slot .yd-crm-field > span {
  color: var(--apple-ink) !important;
  font-size: 0.78rem !important;
  font-weight: 700 !important;
}

.apple-home .crm-embed-slot .yd-crm-field input,
.apple-home .crm-embed-slot .yd-crm-field select,
.apple-home .crm-embed-slot .yd-crm-field textarea {
  width: 100% !important;
  min-height: 41px !important;
  padding: 10px 12px !important;
  border: 1px solid rgba(29, 29, 31, 0.13) !important;
  border-radius: 10px !important;
  background-color: #f8f8f9 !important;
  color: var(--apple-ink) !important;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8) !important;
  font-family: inherit !important;
  font-size: 0.94rem !important;
  font-weight: 500 !important;
  line-height: 1.2 !important;
  outline: none !important;
  transition: border-color 160ms ease, box-shadow 160ms ease, background-color 160ms ease !important;
}

.apple-home .crm-embed-slot .yd-crm-field input::placeholder,
.apple-home .crm-embed-slot .yd-crm-field textarea::placeholder {
  color: rgba(100, 106, 115, 0.72) !important;
  font-size: 0.86rem !important;
  font-weight: 500 !important;
}

.apple-home .crm-embed-slot .yd-crm-field textarea {
  min-height: 104px !important;
  resize: vertical;
}

.apple-home .crm-embed-slot .yd-crm-field select {
  appearance: none !important;
  -webkit-appearance: none !important;
  padding-right: 38px !important;
  background-image: url("data:image/svg+xml,%3Csvg width='14' height='14' viewBox='0 0 14 14' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3.5 5.25L7 8.75L10.5 5.25' fill='none' stroke='%231d1d1f' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") !important;
  background-repeat: no-repeat !important;
  background-position: right 13px center !important;
  background-size: 14px 14px !important;
  cursor: pointer;
}

.apple-home .crm-embed-slot .yd-crm-field input:focus,
.apple-home .crm-embed-slot .yd-crm-field select:focus,
.apple-home .crm-embed-slot .yd-crm-field textarea:focus {
  border-color: rgba(17, 128, 96, 0.48) !important;
  background-color: #fff !important;
  box-shadow: 0 0 0 4px rgba(17, 128, 96, 0.12) !important;
}

.apple-home .crm-embed-slot .yd-crm-status:empty {
  display: none !important;
}

.apple-home .crm-embed-slot .yd-crm-actions {
  justify-content: flex-end !important;
  gap: 10px !important;
  margin-top: 2px !important;
}

.apple-home .crm-embed-slot .yd-crm-actions button {
  min-height: 42px !important;
  margin-left: 0 !important;
  padding: 10px 18px !important;
  border: 0 !important;
  border-radius: 999px !important;
  background: var(--apple-ink) !important;
  color: #fff !important;
  font-size: 0.94rem !important;
  font-weight: 750 !important;
  line-height: 1 !important;
  box-shadow: none !important;
}

@media (max-width: 740px) {
  .apple-home .crm-embed-slot {
    padding: 0;
    border-radius: 18px;
  }

  .apple-home .crm-embed-slot .yd-crm-form-embed {
    grid-template-columns: 1fr !important;
    gap: 10px !important;
    padding: 18px !important;
    box-shadow: none;
  }

  .apple-home .crm-embed-slot .yd-crm-form-header h2 {
    font-size: 1.55rem !important;
  }

  .apple-home .crm-embed-slot .yd-crm-form-header p {
    font-size: 0.88rem !important;
  }

  .apple-home .crm-embed-slot .yd-crm-field input,
  .apple-home .crm-embed-slot .yd-crm-field select {
    min-height: 41px !important;
  }

  .apple-home .crm-embed-slot .yd-crm-actions button {
    width: 100% !important;
  }
}

/* Apple-inspired shared commercial pages */
body:not(.apple-home) {
  --apple-ink: #1d1d1f;
  --apple-muted: #646a73;
  --apple-soft: #f5f5f7;
  --apple-pearl: #fafafc;
  --apple-line: rgba(29, 29, 31, 0.11);
  --apple-dark: #111318;
  --apple-green: #118060;
  --apple-green-soft: #e9f7f1;
  color: var(--apple-ink);
  background: #fff;
  font-family: -apple-system, BlinkMacSystemFont, "SF Pro Display", "SF Pro Text", Inter, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  letter-spacing: 0;
}

body:not(.apple-home) h1,
body:not(.apple-home) h2,
body:not(.apple-home) h3,
body:not(.apple-home) h4,
body:not(.apple-home) p,
body:not(.apple-home) li,
body:not(.apple-home) a,
body:not(.apple-home) span,
body:not(.apple-home) strong {
  letter-spacing: 0;
}

body:not(.apple-home) .site-header {
  min-height: 48px;
  padding: 9px max(18px, calc((100vw - 1180px) / 2));
  border-bottom: 1px solid rgba(29, 29, 31, 0.08);
  background: rgba(255, 255, 255, 0.86);
  color: var(--apple-ink);
  box-shadow: none;
  backdrop-filter: saturate(180%) blur(20px);
}

body:not(.apple-home) .brand {
  color: var(--apple-ink);
  font-size: 0.88rem;
  font-weight: 700;
}

body:not(.apple-home) .brand-mark {
  width: 24px;
  height: 24px;
  border: 0;
  border-radius: 6px;
  background: transparent;
  box-shadow: none;
}

body:not(.apple-home) .brand-mark img {
  width: 24px;
  height: 24px;
}

body:not(.apple-home) .nav {
  gap: 6px;
  color: var(--apple-muted);
  font-size: 0.82rem;
}

body:not(.apple-home) .nav a {
  min-height: 32px;
  padding: 6px 10px;
  border-radius: 999px;
}

body:not(.apple-home) .nav a:hover {
  background: rgba(29, 29, 31, 0.06);
  color: var(--apple-ink);
}

body:not(.apple-home) .header-cta,
body:not(.apple-home) .header-cta.audit-link {
  min-height: 34px;
  padding: 0 14px;
  border-color: var(--apple-dark);
  background: var(--apple-dark);
  color: #fff;
  font-size: 0.82rem;
  box-shadow: none;
}

body:not(.apple-home) .button {
  min-height: 44px;
  padding: 0 22px;
  border-radius: 999px;
  box-shadow: none;
}

body:not(.apple-home) .button.primary {
  border-color: var(--apple-dark);
  background: var(--apple-dark);
  color: #fff;
}

body:not(.apple-home) .button.secondary,
body:not(.apple-home) .package-actions .button:not(.primary) {
  border-color: var(--apple-line);
  background: #fff;
  color: var(--apple-ink);
}

body:not(.apple-home) .button:hover {
  transform: translateY(-1px);
  box-shadow: none;
}

body:not(.apple-home) .eyebrow {
  color: var(--apple-green);
  font-size: 0.82rem;
  font-weight: 800;
  text-transform: uppercase;
}

body:not(.apple-home) .breadcrumb {
  color: var(--apple-muted);
}

body:not(.apple-home) .breadcrumb::before {
  color: var(--apple-green);
}

body:not(.apple-home) .footer {
  border-top: 1px solid var(--apple-line);
  background: var(--apple-soft);
}

.package-page,
.guide-page {
  background: #fff;
}

.package-hero,
.guide-hero,
.system-demo-hero {
  position: relative;
  overflow: hidden;
  color: var(--apple-ink);
  border-bottom: 1px solid var(--apple-line);
  background: var(--apple-soft);
}

.package-hero,
.guide-hero {
  padding: 122px 0 72px;
}

.package-hero::before,
.package-hero::after,
.guide-hero::before,
.guide-hero::after {
  display: none;
}

.package-hero-inner,
.package-section,
.guide-hero-inner,
.guide-shell,
.guide-cluster,
.yd-shell {
  width: min(1180px, calc(100% - 48px));
}

.package-hero h1,
.guide-hero h1,
.system-demo-hero h1 {
  max-width: 920px;
  color: var(--apple-ink);
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.05;
}

.package-hero .hero-copy,
.guide-hero .hero-copy,
.system-demo-hero p {
  max-width: 760px;
  color: var(--apple-muted);
  font-size: 1.13rem;
  line-height: 1.52;
}

.package-hero-summary,
.package-price-panel,
.package-feature-grid article,
.package-info-grid article,
.package-screenshot,
.package-proof-strip,
.package-pricing-shell,
.seo-work-panel,
.guide-hero-panel,
.guide-article,
.guide-sidebar-card,
.guide-cluster-card,
.guide-related-card,
.system-demo-summary,
.system-shot,
.system-flow-grid article {
  border: 1px solid var(--apple-line);
  border-radius: 16px;
  background: #fff;
  box-shadow: none;
}

.package-hero-summary,
.package-price-panel,
.guide-hero-panel,
.guide-sidebar-card,
.system-demo-summary {
  padding: 22px;
}

.package-label,
.guide-hero-panel span,
.guide-sidebar-card span,
.guide-cluster-card span,
.guide-related-card span,
.guide-hub-proof span,
.guide-next-read span,
.guide-inline-cta span,
.system-demo-summary span,
.system-flow-grid span {
  color: var(--apple-green);
}

.managed-price strong,
.package-price-panel strong {
  color: var(--apple-ink);
}

.package-redesign .package-hero {
  padding-top: 122px;
  background: var(--apple-soft);
}

body:not(.package-redesign) .package-hero {
  color: var(--apple-ink);
  background: var(--apple-soft);
}

body:not(.package-redesign) .package-hero h1 {
  color: var(--apple-ink);
}

body:not(.package-redesign) .package-hero .hero-copy {
  color: var(--apple-muted);
}

.package-redesign .package-hero h1 {
  color: var(--apple-ink);
  font-size: 4rem;
  line-height: 1.05;
}

.package-redesign .package-hero .hero-copy,
.package-redesign .section-copy,
.package-redesign .term-note,
.package-redesign .package-feature-grid p,
.package-redesign .package-info-grid p {
  color: var(--apple-muted);
}

.package-redesign .package-section {
  padding: 72px 0;
}

.package-redesign .package-feature-grid.compact-feature-list article {
  grid-template-columns: minmax(150px, 0.3fr) minmax(0, 1fr);
  min-height: 0;
  padding: 18px 20px;
}

.package-redesign .package-feature-grid.compact-feature-list h3 {
  font-size: 1rem;
}

.package-redesign .package-feature-grid.compact-feature-list p {
  font-size: 0.96rem;
  line-height: 1.55;
}

.package-redesign .package-screenshot {
  align-self: start;
  overflow: hidden;
}

.package-redesign .package-screenshot img {
  display: block;
  width: 100%;
  height: auto;
}

.package-redesign .package-proof-strip,
.package-redesign .package-pricing-shell {
  background: var(--apple-soft);
}

.package-redesign .package-cta-inner,
.package-redesign .package-mid-cta-inner {
  border-radius: 16px;
  background: var(--apple-dark);
}

.package-redesign .package-cta-inner h2,
.package-redesign .package-mid-cta-inner h2 {
  color: #fff;
}

.package-redesign .package-cta-inner p,
.package-redesign .package-mid-cta-inner p {
  color: rgba(255, 255, 255, 0.72);
}

.guide-hero {
  background: var(--apple-dark);
  color: #fff;
}

.guide-hero h1 {
  color: #fff;
}

.guide-hero .hero-copy,
.guide-hero .guide-meta-list span {
  color: rgba(255, 255, 255, 0.72);
}

body:not(.apple-home) .guide-hero .breadcrumb {
  color: rgba(255, 255, 255, 0.68);
}

body:not(.apple-home) .guide-hero .eyebrow {
  color: #78d9b5;
}

.guide-hero-panel {
  border-color: rgba(255, 255, 255, 0.14);
  background: rgba(255, 255, 255, 0.07);
}

.guide-hero-panel li,
.guide-hero-panel a {
  color: rgba(255, 255, 255, 0.82);
}

.guide-meta-list span {
  border-color: rgba(255, 255, 255, 0.16);
  background: rgba(255, 255, 255, 0.08);
}

.guide-shell {
  gap: 30px;
  padding-top: 64px;
}

.guide-article {
  padding: 42px;
}

.guide-article h2 {
  font-size: 2.05rem;
  line-height: 1.12;
}

.guide-article p,
.guide-article li,
.guide-references li,
.guide-faq-block p {
  color: #343943;
  font-size: 1rem;
  line-height: 1.72;
}

.guide-next-read,
.guide-inline-cta,
.guide-review-card {
  border: 1px solid rgba(17, 128, 96, 0.18);
  border-radius: 14px;
  background: var(--apple-green-soft);
}

.guide-cluster {
  padding: 64px 0;
}

.guide-cluster-heading {
  align-items: end;
}

.guide-cluster-card {
  padding: 22px;
}

.system-demo-page {
  background: #fff;
}

.system-demo-hero {
  margin: 0;
  padding: 128px 0 74px;
  background: var(--apple-soft);
}

.system-demo-hero.yd-shell {
  width: 100%;
  padding-right: max(24px, calc((100vw - 1180px) / 2));
  padding-left: max(24px, calc((100vw - 1180px) / 2));
}

.system-demo-summary p {
  color: var(--apple-muted);
  font-weight: 500;
}

.system-showcase-section {
  border-bottom: 1px solid var(--apple-line);
}

.system-shot-grid,
.system-flow-grid {
  gap: 16px;
}

.system-shot figcaption {
  border-top: 1px solid var(--apple-line);
  color: var(--apple-muted);
  font-weight: 650;
}

.system-page-cta {
  border-bottom: 1px solid var(--apple-line);
}

@media (max-width: 1120px) {
  .package-hero-inner,
  .guide-hero-inner,
  .system-demo-hero,
  .package-two-col,
  .guide-shell {
    grid-template-columns: 1fr;
  }

  .guide-sidebar {
    position: static;
  }

  .package-feature-grid.wide,
  .package-info-grid,
  .system-shot-grid,
  .system-flow-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 740px) {
  body:not(.apple-home) .site-header {
    min-height: 52px;
    padding: 10px 14px;
  }

  body:not(.apple-home) .nav {
    display: none;
  }

  body:not(.apple-home) .header-cta {
    min-height: 36px;
  }

  .package-hero-inner,
  .package-section,
  .guide-hero-inner,
  .guide-shell,
  .guide-cluster,
  .yd-shell {
    width: calc(100% - 28px);
  }

  .package-hero,
  .guide-hero,
  .system-demo-hero {
    padding: 94px 0 50px;
  }

  .package-hero h1,
  .package-redesign .package-hero h1,
  .guide-hero h1,
  .system-demo-hero h1 {
    font-size: 2.55rem;
    line-height: 1.08;
  }

  .package-actions,
  .system-page-cta {
    display: grid;
    grid-template-columns: 1fr;
  }

  .package-actions .button,
  .package-hero-summary .button,
  .package-panel-cta,
  .system-page-cta .button {
    width: 100%;
  }

  .package-redesign .package-section,
  .guide-cluster,
  .system-showcase-section {
    padding: 48px 0;
  }

  .package-feature-grid,
  .package-feature-grid.wide,
  .package-info-grid,
  .system-shot-grid,
  .system-flow-grid {
    grid-template-columns: 1fr;
  }

  .package-redesign .package-feature-grid.compact-feature-list article {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .guide-article {
    padding: 24px;
  }

  .guide-article h2 {
    font-size: 1.72rem;
  }

  .guide-inline-cta {
    grid-template-columns: 1fr;
  }
}

/* 2026-07 conversion and mobile polish */
.nav-toggle {
  display: none;
}

.image-lightbox-trigger {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: zoom-in;
}

.image-lightbox-hint {
  position: absolute;
  right: 12px;
  bottom: 12px;
  display: grid;
  width: 36px;
  height: 36px;
  place-items: center;
  border: 1px solid rgba(29, 29, 31, 0.12);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.92);
  color: #1d1d1f;
  box-shadow: 0 8px 24px rgba(29, 29, 31, 0.12);
  backdrop-filter: blur(10px);
}

.image-lightbox-hint svg {
  width: 17px;
  height: 17px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.image-lightbox-trigger:focus-visible {
  outline: 3px solid rgba(17, 128, 96, 0.34);
  outline-offset: -3px;
}

.image-lightbox-trigger img {
  display: block;
  width: 100%;
}

.image-lightbox {
  width: 100vw;
  max-width: none;
  height: 100dvh;
  max-height: none;
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
  overflow: hidden;
}

.image-lightbox::backdrop {
  background: rgba(9, 11, 15, 0.86);
  backdrop-filter: blur(12px);
}

.image-lightbox-panel {
  position: relative;
  display: grid;
  grid-template-rows: minmax(0, 1fr) auto;
  width: min(1240px, calc(100% - 40px));
  height: min(90dvh, 860px);
  margin: 5dvh auto;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 16px;
  background: #111318;
  box-shadow: 0 36px 100px rgba(0, 0, 0, 0.42);
}

.image-lightbox-stage {
  position: relative;
  display: grid;
  place-items: center;
  overflow: auto;
  background: #0b0d11;
}

.image-lightbox-stage img {
  display: block;
  max-width: 100%;
  max-height: calc(90dvh - 76px);
  object-fit: contain;
}

.image-lightbox.is-zoomed .image-lightbox-stage {
  display: block;
}

.image-lightbox.is-zoomed .image-lightbox-stage img {
  width: 1440px;
  max-width: none;
  max-height: none;
}

.image-lightbox-close,
.image-lightbox-zoom,
.image-lightbox-footer button {
  display: grid;
  width: 40px;
  height: 40px;
  place-items: center;
  padding: 0;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  background: rgba(17, 19, 24, 0.86);
  color: #fff;
  cursor: pointer;
}

.image-lightbox-close,
.image-lightbox-zoom {
  position: absolute;
  z-index: 2;
  top: 14px;
}

.image-lightbox-close {
  right: 14px;
}

.image-lightbox-zoom {
  right: 64px;
}

.image-lightbox button svg {
  width: 20px;
  height: 20px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.image-lightbox-footer {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  gap: 14px;
  align-items: center;
  min-height: 66px;
  padding: 10px 14px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  color: #fff;
}

.image-lightbox-footer p {
  margin: 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.9rem;
  line-height: 1.4;
  text-align: center;
}

.analytics-consent {
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  gap: 10px;
  width: 100%;
  align-items: center;
  justify-content: center;
  padding: 12px max(20px, calc((100vw - 1180px) / 2));
  border-right: 0;
  border-bottom: 0;
  border-left: 0;
  border-radius: 0;
}

.analytics-consent p {
  max-width: 760px;
  font-size: 0.88rem;
  line-height: 1.4;
}

.analytics-consent div {
  flex: 0 0 auto;
  flex-wrap: nowrap;
}

.analytics-consent button {
  min-height: 36px;
  padding: 0 12px;
  font-size: 0.86rem;
}

body.analytics-consent-visible .whatsapp-cta {
  opacity: 0;
  pointer-events: none;
}

@media (max-width: 740px) {
  body.contact-form-visible .whatsapp-cta {
    opacity: 0;
    pointer-events: none;
    transform: translateY(8px);
  }

  body.apple-home .site-header,
  body:not(.apple-home) .site-header {
    grid-template-columns: minmax(0, 1fr) auto auto;
    gap: 8px;
  }

  body .site-header .brand span:last-child {
    display: inline;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .nav-toggle {
    position: relative;
    display: grid;
    width: 36px;
    height: 36px;
    place-items: center;
    padding: 0;
    border: 1px solid rgba(29, 29, 31, 0.11);
    border-radius: 50%;
    background: #fff;
    color: #1d1d1f;
    cursor: pointer;
  }

  .nav-toggle svg {
    width: 18px;
    height: 18px;
    fill: none;
    stroke: currentColor;
    stroke-width: 2;
    stroke-linecap: round;
  }

  .nav-toggle.is-active svg {
    opacity: 0;
  }

  .nav-toggle.is-active::before {
    position: absolute;
    content: "×";
    font-size: 1.35rem;
    line-height: 1;
  }

  body .site-header .nav,
  .apple-home .site-header .nav,
  body:not(.apple-home) .site-header .nav {
    position: absolute;
    top: calc(100% + 8px);
    right: 14px;
    display: none;
    width: min(270px, calc(100vw - 28px));
    padding: 8px;
    border: 1px solid rgba(29, 29, 31, 0.11);
    border-radius: 14px;
    background: #fff;
    color: #1d1d1f;
    box-shadow: 0 20px 60px rgba(29, 29, 31, 0.16);
  }

  body .site-header .nav.is-open,
  .apple-home .site-header .nav.is-open,
  body:not(.apple-home) .site-header .nav.is-open {
    display: grid;
  }

  body .site-header .nav a {
    min-height: 42px;
    justify-content: flex-start;
    padding: 10px 12px;
    border-radius: 9px;
    color: #1d1d1f;
  }

  body .site-header .nav a:hover {
    background: #f5f5f7;
    color: #1d1d1f;
  }

  .analytics-consent {
    left: 8px;
    right: 8px;
    bottom: calc(8px + env(safe-area-inset-bottom));
    display: grid;
    width: auto;
    padding: 12px;
    border: 1px solid rgba(29, 29, 31, 0.11);
    border-radius: 14px;
  }

  .analytics-consent p {
    font-size: 0.82rem;
  }

  .analytics-consent div {
    gap: 8px;
  }

  .image-lightbox-panel {
    width: calc(100% - 16px);
    height: calc(100dvh - 16px);
    margin: 8px auto;
    border-radius: 12px;
  }

  .image-lightbox-stage img {
    max-height: calc(100dvh - 90px);
  }

  .image-lightbox-footer {
    gap: 8px;
    min-height: 62px;
    padding: 8px;
  }

  .image-lightbox-footer p {
    font-size: 0.78rem;
  }
}

@media (max-width: 360px) {
  body .site-header .brand span:last-child {
    display: none;
  }
}
