.soft-home {
  --paper: #f3f7fa;
  --paper-warm: #fbfcfd;
  --navy: #092c47;
  --navy-deep: #041c2d;
  --blue: #176ca7;
  --blue-bright: #2c84bd;
  --orange: #ff8a34;
  --orange-dark: #c84e10;
  --graphite: #1c2b36;
  --mist: #e5f0f7;
  --mist-deep: #d5e7f2;
  --line: rgba(9, 44, 71, 0.13);
  --line-light: rgba(255, 255, 255, 0.2);
  --text-muted: #526979;
  --shell: min(1180px, calc(100vw - 48px));
  --header-height: 108px;
  --soft-shadow: 0 28px 70px rgba(8, 49, 79, 0.11);
  --soft-shadow-small: 0 16px 38px rgba(8, 49, 79, 0.09);
  background:
    radial-gradient(circle at 8% 13%, rgba(44, 132, 189, 0.13), transparent 26rem),
    linear-gradient(180deg, #edf5f9 0, #fbfcfd 42rem, #f3f7fa 100%);
}

.soft-home main {
  overflow: clip;
}

.soft-home h1,
.soft-home h2,
.soft-home h3 {
  letter-spacing: -0.025em;
}

.soft-home .button {
  min-height: 52px;
  border-radius: 999px;
  padding-inline: 1.45rem;
}

.soft-home .button--primary {
  color: var(--navy-deep);
  box-shadow: 0 10px 24px rgba(200, 78, 16, 0.2);
}

.soft-home .button--primary:hover {
  color: #fff;
  box-shadow: 0 14px 30px rgba(200, 78, 16, 0.28);
}

.soft-home .text-link {
  gap: 0.55rem;
  color: var(--blue);
  text-decoration-thickness: 1px;
  text-underline-offset: 0.28em;
}

.soft-home .text-link .action-arrow {
  transition: transform 240ms var(--ease);
}

.soft-home .text-link:hover .action-arrow {
  transform: translateX(4px);
}

.soft-home .site-header {
  position: fixed;
  top: calc(var(--utility-height) + 18px);
  left: 50%;
  width: min(1180px, calc(100vw - 48px));
  min-height: 0;
  grid-template-rows: 60px;
  padding: 0.3rem 0.72rem 0.3rem 1.2rem;
  background: rgba(4, 28, 45, 0.86);
  border: 1px solid rgba(255, 255, 255, 0.17);
  border-radius: 999px;
  box-shadow: 0 18px 45px rgba(4, 28, 45, 0.19);
  backdrop-filter: blur(20px) saturate(1.08);
  -webkit-backdrop-filter: blur(20px) saturate(1.08);
  transform: translateX(-50%);
  transition: grid-template-rows 260ms var(--ease), background-color 260ms ease, box-shadow 260ms ease;
}

.soft-home .site-header.is-scrolled {
  grid-template-rows: 52px;
  background: rgba(4, 28, 45, 0.96);
  box-shadow: 0 14px 36px rgba(4, 28, 45, 0.25);
}

.soft-home .site-header::after {
  display: none;
}

.soft-home .site-header .wordmark {
  flex: 0 0 auto;
}

.soft-home .brand-logo {
  display: block;
  width: auto;
  height: auto;
  max-width: none;
  object-fit: contain;
}

.soft-home .brand-logo--header {
  width: auto;
  height: 60px;
}

.soft-home .brand-logo--footer {
  width: 225px;
  margin: -0.55rem 0 0;
}

.soft-home .desktop-nav {
  gap: clamp(1.3rem, 2.4vw, 2.65rem);
}

.soft-home .desktop-nav a {
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.95rem;
}

.soft-home .desktop-nav a::after {
  bottom: -0.35rem;
}

.soft-home .header-cta {
  min-height: 48px;
  padding-inline: 1.35rem;
}

.soft-home .mobile-menu {
  z-index: 49;
  inset: 0;
  padding: 7.25rem 24px 2rem;
  background: rgba(4, 28, 45, 0.985);
}

.soft-home .hero {
  width: 100%;
  min-height: min(800px, 100svh);
  margin: 0;
  border-radius: 0;
  box-shadow: none;
}

.soft-home .hero__image {
  object-position: 56% 52%;
  transform: scale(1.025);
}

.soft-home .hero__shade {
  background:
    linear-gradient(90deg, rgba(4, 28, 45, 0.96) 0%, rgba(4, 28, 45, 0.79) 35%, rgba(4, 28, 45, 0.31) 60%, rgba(4, 28, 45, 0.08) 100%),
    linear-gradient(0deg, rgba(4, 28, 45, 0.42) 0%, transparent 42%);
}

.soft-home .hero__content {
  width: min(1120px, calc(100% - 64px));
  min-height: min(800px, 100svh);
  justify-content: flex-start;
  padding-block: clamp(9.5rem, 22vh, 12.2rem) 2rem;
}

.soft-home .hero h1 {
  max-width: 660px;
  margin-bottom: 1.1rem;
  font-size: clamp(4rem, 6.25vw, 5.6rem);
  line-height: 0.91;
}

.soft-home .hero p {
  max-width: 480px;
  margin-bottom: 1.5rem;
  color: rgba(255, 255, 255, 0.83);
  font-size: 1.08rem;
}

.soft-home .hero .action-row {
  align-items: center;
  margin-bottom: 0;
}

.soft-home .hero .button {
  min-width: 176px;
}

.soft-home .hero__call-link {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  padding: 0.65rem 0.35rem;
  color: rgba(255, 255, 255, 0.86);
  font-weight: 700;
  text-decoration-color: rgba(255, 255, 255, 0.42);
  transition: color 180ms ease, text-decoration-color 180ms ease;
}

.soft-home .hero__call-link:hover {
  color: #fff;
  text-decoration-color: var(--orange);
}

.soft-home .hero__trust {
  position: absolute;
  right: 0;
  bottom: 1.75rem;
  left: 0;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  max-width: 760px;
  margin: 0;
  padding: 0.85rem 1rem;
  list-style: none;
  color: #fff;
  background: rgba(4, 28, 45, 0.7);
  border: 1px solid rgba(255, 255, 255, 0.17);
  border-radius: 18px;
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
}

.soft-home .hero__trust li {
  display: flex;
  align-items: center;
  gap: 0.7rem;
  min-width: 0;
  padding: 0.15rem 1rem;
  color: rgba(255, 255, 255, 0.66);
  font-size: 0.82rem;
  line-height: 1.25;
}

.soft-home .hero__trust li + li {
  border-left: 1px solid rgba(255, 255, 255, 0.16);
}

.soft-home .hero__trust svg {
  width: 22px;
  flex: 0 0 22px;
  color: var(--orange);
  stroke-width: 1.7;
}

.soft-home .hero__trust strong {
  color: #fff;
  font-weight: 700;
}

.soft-home .device-section {
  padding-block: clamp(5.5rem, 7vw, 6.5rem) clamp(4.75rem, 6vw, 5.75rem);
  background:
    radial-gradient(circle at 100% 0, rgba(44, 132, 189, 0.13), transparent 34rem),
    linear-gradient(180deg, transparent, rgba(255, 255, 255, 0.68));
}

.soft-home .device-surface {
  padding: 0;
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}

.soft-home .section-heading--wide {
  grid-template-columns: minmax(0, 1.1fr) minmax(300px, 0.72fr);
  gap: 3.5rem;
  margin-bottom: clamp(2.2rem, 3.5vw, 3rem);
}

.soft-home .section-heading h2 {
  max-width: 520px;
  font-size: clamp(3rem, 4.75vw, 4.65rem);
}

.soft-home .device-heading-copy p {
  color: #4b6171;
}

.soft-home .device-grid {
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 12px;
  background: transparent;
}

.soft-home .device-choice {
  grid-column: span 2;
  min-height: 220px;
  padding: 1.35rem;
  overflow: hidden;
  background: linear-gradient(145deg, rgba(239, 246, 250, 0.98), rgba(226, 238, 246, 0.96));
  border: 1px solid rgba(9, 44, 71, 0.08);
  border-radius: 20px;
  box-shadow: none;
  transition: color 260ms ease, background-color 260ms ease, border-color 260ms ease, box-shadow 260ms ease, transform 260ms var(--ease);
}

.soft-home .device-choice--wide {
  grid-column: span 3;
}

.soft-home .device-choice::after {
  right: 1.35rem;
  bottom: 1.45rem;
  width: auto;
  height: auto;
  color: var(--blue);
  background: transparent;
  content: "Choose device";
  font-size: 0.78rem;
  font-weight: 750;
  opacity: 0;
  transform: translateX(-6px);
  transition: opacity 240ms ease, transform 280ms var(--ease);
}

.soft-home .device-choice--featured::before {
  top: 1.3rem;
  left: 1.3rem;
  width: 8px;
  height: 8px;
  border-radius: 50%;
}

.soft-home .device-choice__image {
  top: 0.65rem;
  right: 1.15rem;
  width: 144px;
  height: 148px;
  filter: drop-shadow(0 16px 20px rgba(7, 44, 69, 0.15));
}

.soft-home .device-choice__image--phone {
  width: 72px;
}

.soft-home .device-choice__image--tablet,
.soft-home .device-choice__image--laptop {
  width: 170px;
}

.soft-home .device-choice__image--console {
  width: 130px;
}

.soft-home .device-choice span {
  max-width: 180px;
  font-size: 1.62rem;
}

.soft-home .device-choice small {
  color: var(--orange-dark);
  font-size: 0.78rem;
}

.soft-home .device-choice:hover,
.soft-home .device-choice:focus-visible {
  color: var(--navy);
  background: #fff;
  border-color: rgba(23, 108, 167, 0.28);
  box-shadow: 0 18px 36px rgba(8, 49, 79, 0.1);
  transform: translateY(-3px);
}

.soft-home .device-choice:hover::after,
.soft-home .device-choice:focus-visible::after {
  opacity: 1;
  transform: translateX(0);
}

.soft-home .device-assist {
  margin: 1.25rem 0 0;
  color: var(--text-muted);
  font-size: 0.94rem;
}

.soft-home .device-assist a {
  color: var(--blue);
  font-weight: 700;
}

.soft-home .faults-section {
  padding-block: clamp(4.5rem, 6vw, 5.75rem) clamp(5.25rem, 7vw, 6.5rem);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.68), #edf5f9 100%);
}

.soft-home .faults-layout {
  gap: clamp(2.1rem, 3vw, 2.8rem);
}

.soft-home .faults-heading {
  display: grid;
  justify-items: center;
  text-align: center;
}

.soft-home .faults-heading h2 {
  max-width: 820px;
  margin-bottom: 0.8rem;
  color: var(--navy-deep);
  font-size: clamp(3.1rem, 5.2vw, 5.2rem);
  line-height: 0.94;
}

.soft-home .faults-heading p {
  margin: 0;
  color: var(--text-muted);
  font-size: 1.08rem;
}

.soft-home .phone-diagram {
  min-height: clamp(650px, 56vw, 760px);
  overflow: hidden;
  background:
    radial-gradient(circle at 50% 44%, rgba(255, 255, 255, 0.96), rgba(255, 255, 255, 0.32) 31%, transparent 58%),
    linear-gradient(145deg, #dfedf5, #f3f8fb);
  border: 1px solid rgba(9, 44, 71, 0.08);
  border-radius: 32px;
}

.soft-home .phone-diagram::before {
  inset: 0;
  background:
    radial-gradient(circle at 15% 18%, rgba(44, 132, 189, 0.13), transparent 19rem),
    radial-gradient(circle at 86% 80%, rgba(23, 108, 167, 0.1), transparent 21rem);
}

.soft-home .exploded-phone-image {
  width: min(46%, 470px);
  max-height: 690px;
  filter: brightness(1.035) contrast(1.035) drop-shadow(0 28px 38px rgba(6, 27, 44, 0.2));
}

.soft-home .fault-marker {
  padding: 0.62rem 0.8rem;
  background: rgba(255, 255, 255, 0.88);
  border: 1px solid rgba(9, 44, 71, 0.1);
  border-radius: 999px;
  box-shadow: 0 8px 22px rgba(8, 49, 79, 0.08);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  text-transform: none;
}

.soft-home .fault-marker::before {
  border-color: var(--mist);
}

.soft-home .fault-marker--left {
  left: 4%;
}

.soft-home .fault-marker--right {
  right: 4%;
}

.soft-home .catalogue-section {
  padding-block: clamp(5rem, 7vw, 6.5rem);
  background:
    radial-gradient(circle at 0 100%, rgba(23, 108, 167, 0.11), transparent 30rem),
    #fbfcfd;
}

.soft-home .catalogue-layout {
  grid-template-columns: minmax(270px, 0.58fr) minmax(0, 1.42fr);
  gap: clamp(2.5rem, 5vw, 5rem);
}

.soft-home .catalogue-intro {
  position: sticky;
  top: 7rem;
  align-self: start;
  padding-top: 1rem;
}

.soft-home .catalogue-intro h2 {
  font-size: clamp(3rem, 4.5vw, 4.4rem);
}

.soft-home .catalogue-intro p {
  color: var(--text-muted);
}

.soft-home .catalogue-grid {
  gap: 12px;
  background: transparent;
  border: 0;
}

.soft-home .catalogue-grid a {
  min-height: 290px;
  padding: 1.35rem;
  color: #fff;
  background: var(--navy);
  border-radius: 22px;
  box-shadow: 0 15px 34px rgba(8, 49, 79, 0.09);
}

.soft-home .catalogue-grid a:nth-child(1),
.soft-home .catalogue-grid a:nth-child(4) {
  min-height: 350px;
}

.soft-home .catalogue-grid span {
  max-width: 180px;
  padding: 0.55rem 0.8rem;
  color: #fff;
  background: rgba(4, 28, 45, 0.76);
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 12px;
  font-size: 1.42rem;
  text-shadow: none;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  transition: transform 320ms var(--ease), background-color 240ms ease;
}

.soft-home .catalogue-grid img {
  filter: saturate(0.84) contrast(1.04);
  transform: scale(1.01);
}

.soft-home .catalogue-grid a::after {
  background: linear-gradient(180deg, transparent 40%, rgba(4, 28, 45, 0.56) 100%);
}

.soft-home .catalogue-grid a:hover img,
.soft-home .catalogue-grid a:focus-visible img {
  filter: saturate(0.95) contrast(1.05);
  transform: scale(1.035);
}

.soft-home .catalogue-grid a:hover span,
.soft-home .catalogue-grid a:focus-visible span {
  background: rgba(4, 28, 45, 0.92);
  transform: translateY(-3px);
}

.soft-home .availability-note {
  grid-column: 2;
  margin: -2.9rem 0 0;
}

.soft-home .local-proof {
  padding-block: clamp(5rem, 7vw, 6.5rem);
  background:
    radial-gradient(circle at 90% 15%, rgba(44, 132, 189, 0.2), transparent 26rem),
    linear-gradient(145deg, #041c2d, #0a3452 68%, #0a2b44);
}

.soft-home .proof-layout {
  grid-template-columns: minmax(280px, 0.58fr) minmax(0, 1.42fr);
  gap: clamp(2.75rem, 5vw, 5rem);
}

.soft-home .proof-heading h2 {
  max-width: 10ch;
  margin-bottom: 1.2rem;
  font-size: clamp(3rem, 4.4vw, 4.35rem);
}

.soft-home .proof-heading p {
  max-width: 34ch;
  margin: 0;
  color: rgba(255, 255, 255, 0.66);
  font-size: 1.04rem;
}

.soft-home .proof-visual {
  min-height: 560px;
  padding: 0 3.25rem 2.6rem 0;
}

.soft-home .storefront-image {
  width: 82%;
  height: 470px;
  border: 0;
  border-radius: 26px;
  box-shadow: 0 30px 65px rgba(0, 0, 0, 0.26);
}

.soft-home .proof-interior {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 43%;
  height: 265px;
  object-fit: cover;
  object-position: center;
  border: 8px solid rgba(255, 255, 255, 0.9);
  border-radius: 22px;
  box-shadow: 0 24px 50px rgba(0, 0, 0, 0.3);
}

.soft-home .address-docket {
  right: 2rem;
  bottom: 18rem;
  width: min(275px, 42%);
  padding: 1.35rem;
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid rgba(255, 255, 255, 0.9);
  border-radius: 18px;
  clip-path: none;
  filter: none;
  box-shadow: 0 18px 38px rgba(0, 0, 0, 0.2);
}

.soft-home .address-docket span {
  margin-bottom: 0.55rem;
  color: var(--blue);
  font-size: 0.76rem;
}

.soft-home .address-docket strong {
  margin-bottom: 0.9rem;
  font-size: 1.65rem;
}

.soft-home .address-docket a {
  color: var(--blue);
}

.soft-home .reviews-section {
  padding-block: clamp(5rem, 7vw, 6.5rem);
  background:
    radial-gradient(circle at 8% 10%, rgba(44, 132, 189, 0.12), transparent 28rem),
    linear-gradient(180deg, #edf5f9, #fbfcfd);
  border: 0;
}

.soft-home .reviews-layout {
  grid-template-columns: minmax(0, 0.72fr) minmax(0, 1.28fr);
  gap: clamp(2rem, 4vw, 4rem);
}

.soft-home .reviews-summary {
  position: static;
  align-self: center;
}

.soft-home .reviews-summary h2 {
  max-width: 420px;
  font-size: clamp(3rem, 4.6vw, 4.5rem);
}

.soft-home .reviews-provenance {
  display: grid;
  gap: 0.8rem;
  margin: 1.5rem 0 1.2rem;
}

.soft-home .reviews-provenance p {
  display: grid;
  gap: 0.2rem;
  margin: 0;
}

.soft-home .reviews-provenance strong {
  color: var(--navy);
}

.soft-home .reviews-provenance span {
  color: var(--text-muted);
  font-size: 0.88rem;
}

.soft-home .review-wall {
  display: flex;
  grid-column: 2;
  gap: 14px;
  padding: 0.25rem 0.15rem 1rem;
  background: transparent;
  border: 0;
  overflow-x: auto;
  overscroll-behavior-inline: contain;
  scroll-behavior: smooth;
  scroll-padding-inline: 0.15rem;
  scroll-snap-type: inline mandatory;
  cursor: grab;
  scrollbar-width: none;
}

.soft-home .review-wall::-webkit-scrollbar,
.soft-home .catalogue-grid::-webkit-scrollbar {
  display: none;
}

.soft-home .review-wall.is-dragging {
  cursor: grabbing;
  scroll-snap-type: none;
}

.soft-home .review-entry,
.soft-home .review-entry--featured {
  min-height: 345px;
  flex: 0 0 min(76%, 480px);
  padding: clamp(1.5rem, 2.5vw, 2rem);
  background: rgba(255, 255, 255, 0.86);
  border: 1px solid rgba(9, 44, 71, 0.09);
  border-radius: 22px;
  box-shadow: 0 16px 34px rgba(8, 49, 79, 0.08);
  scroll-snap-align: start;
}

.soft-home .review-entry--featured {
  color: #fff;
  background: linear-gradient(145deg, var(--navy-deep), #0c3b5d);
  border-color: transparent;
  box-shadow: 0 22px 48px rgba(4, 28, 45, 0.19);
}

.soft-home .review-entry--featured::after {
  right: 2rem;
  bottom: 1.7rem;
  width: 34px;
  height: 5px;
  border-radius: 999px;
}

.soft-home .review-entry__meta {
  letter-spacing: 0.05em;
}

.soft-home .review-entry blockquote {
  margin-block: 1.3rem 1.5rem;
  font-size: 1.04rem;
}

.soft-home .review-entry--featured blockquote {
  font-size: clamp(1.7rem, 2.25vw, 2.15rem);
}

.soft-home .review-controls {
  display: flex;
  grid-column: 2;
  align-items: center;
  justify-content: space-between;
  margin-top: -2.8rem;
  padding-right: 1rem;
  pointer-events: none;
}

.soft-home .review-navigation {
  pointer-events: auto;
}

.soft-home .review-navigation button {
  color: var(--navy);
  background: rgba(255, 255, 255, 0.84);
  border-color: rgba(9, 44, 71, 0.12);
  border-radius: 50%;
}

.soft-home .review-navigation button:hover:not(:disabled) {
  color: #fff;
  background: var(--blue);
}

.soft-home .sell-section {
  padding-block: 0;
  background:
    radial-gradient(circle at 72% 0, rgba(88, 163, 210, 0.3), transparent 22rem),
    linear-gradient(120deg, var(--navy-deep), #135c8e);
}

.soft-home .sell-layout {
  position: relative;
  grid-template-columns: minmax(0, 1fr) 120px auto;
  min-height: 250px;
  padding: clamp(2rem, 4vw, 3rem);
  overflow: hidden;
  background: transparent;
  border-radius: 0;
  box-shadow: none;
}

.soft-home .sell-layout h2 {
  font-size: clamp(2.7rem, 4vw, 3.8rem);
}

.soft-home .sell-layout p {
  max-width: 52ch;
  color: rgba(255, 255, 255, 0.72);
}

.soft-home .sell-layout > img {
  align-self: center;
  justify-self: center;
  width: 78px;
  max-height: 185px;
  object-fit: contain;
  filter: drop-shadow(0 22px 25px rgba(0, 0, 0, 0.24));
  transform: rotate(7deg);
}

.soft-home .sell-layout .button {
  justify-self: end;
}

.soft-home .contact-section {
  width: 100%;
  min-height: 760px;
  grid-template-columns: minmax(0, 1.08fr) minmax(460px, 0.92fr);
  margin: 0;
  overflow: hidden;
  background: var(--navy-deep);
  border-radius: 0;
}

.soft-home .contact-photo {
  position: relative;
  min-width: 0;
  overflow: hidden;
}

.soft-home .contact-photo::after {
  position: absolute;
  inset: 36% 0 0;
  background: linear-gradient(0deg, rgba(4, 28, 45, 0.92), transparent);
  content: "";
  pointer-events: none;
}

.soft-home .contact-photo > img {
  width: 100%;
  height: 100%;
  min-height: 760px;
  object-fit: cover;
  object-position: center 58%;
}

.soft-home .contact-photo p {
  position: absolute;
  z-index: 1;
  right: clamp(1.5rem, 4vw, 4rem);
  bottom: clamp(2rem, 4vw, 4rem);
  left: clamp(1.5rem, 4vw, 4rem);
  max-width: 520px;
  margin: 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: clamp(1.05rem, 1.5vw, 1.25rem);
  line-height: 1.45;
}

.soft-home .contact-photo p span {
  display: block;
  margin-bottom: 0.65rem;
  color: #fff;
  font-family: var(--display);
  font-size: clamp(1.7rem, 2.5vw, 2.25rem);
  font-weight: 650;
  line-height: 1;
}

.soft-home .contact-closing {
  display: grid;
  grid-template-rows: auto minmax(360px, 1fr);
  min-width: 0;
  background:
    radial-gradient(circle at 100% 0, rgba(44, 132, 189, 0.2), transparent 24rem),
    var(--navy-deep);
}

.soft-home .contact-panel {
  align-self: start;
  margin: 0;
  padding: clamp(4.25rem, 5.5vw, 5.25rem) clamp(2rem, 4.8vw, 4.5rem) clamp(2rem, 3vw, 2.75rem);
  color: #fff;
  background: transparent;
  border: 0;
  border-radius: 0;
  clip-path: none;
  box-shadow: none;
}

.soft-home .contact-panel h2 {
  max-width: none;
  margin-bottom: 1rem;
  color: #fff;
  font-size: clamp(2.45rem, 3.15vw, 3.35rem);
  white-space: nowrap;
}

.soft-home .contact-panel > p {
  max-width: 50ch;
  color: rgba(255, 255, 255, 0.72);
}

.soft-home .contact-actions {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.soft-home .contact-actions .button--outline {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.34);
}

.soft-home .contact-actions .button--outline:hover {
  color: var(--navy-deep);
  background: #fff;
  border-color: #fff;
}

.soft-home .contact-links {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  border-top-color: rgba(255, 255, 255, 0.17);
}

.soft-home .contact-links a {
  color: #fff;
  text-underline-offset: 0.25em;
}

.soft-home .contact-links address {
  grid-column: 1 / -1;
  color: rgba(255, 255, 255, 0.7);
}

.soft-home .contact-map {
  position: relative;
  min-height: 290px;
  overflow: hidden;
  background:
    linear-gradient(31deg, transparent 42%, rgba(9, 44, 71, 0.12) 43%, rgba(9, 44, 71, 0.12) 47%, transparent 48%),
    linear-gradient(148deg, transparent 47%, rgba(9, 44, 71, 0.1) 48%, rgba(9, 44, 71, 0.1) 52%, transparent 53%),
    #dce9ef;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
}

.soft-home .contact-map::before {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20px;
  height: 20px;
  background: var(--orange);
  border: 5px solid rgba(255, 255, 255, 0.95);
  border-radius: 50% 50% 50% 0;
  box-shadow: 0 10px 24px rgba(4, 28, 45, 0.2);
  content: "";
  transform: translate(-50%, -70%) rotate(-45deg);
}

.soft-home .contact-map::after {
  position: absolute;
  top: calc(50% + 18px);
  left: 50%;
  width: max-content;
  max-width: calc(100% - 2rem);
  padding: 0.55rem 0.75rem;
  color: var(--navy-deep);
  background: rgba(255, 255, 255, 0.92);
  border-radius: 10px;
  content: "126 High Street · Porthmadog";
  font-size: 0.82rem;
  font-weight: 750;
  transform: translateX(-50%);
}

.soft-home .contact-map iframe {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  min-height: 290px;
  background: transparent;
  border: 0;
  filter: saturate(0.72) contrast(1.03);
}

.soft-home .contact-map > a {
  position: absolute;
  right: 1rem;
  bottom: 1rem;
  z-index: 2;
  display: inline-flex;
  min-height: 46px;
  align-items: center;
  gap: 0.55rem;
  padding: 0.7rem 1rem;
  color: var(--navy-deep);
  background: rgba(255, 255, 255, 0.95);
  border-radius: 999px;
  box-shadow: 0 12px 28px rgba(4, 28, 45, 0.2);
  font-weight: 750;
  text-decoration: none;
}

.soft-home .contact-map > a:hover {
  color: #fff;
  background: var(--blue);
}

.soft-home .site-footer {
  background:
    radial-gradient(circle at 80% 0, rgba(23, 108, 167, 0.14), transparent 28rem),
    var(--navy-deep);
  border-top: 0;
}

.soft-home .footer-main {
  padding-top: 4rem;
}

.soft-home .whatsapp-float,
.soft-home .mobile-repair-cta {
  border-color: rgba(255, 255, 255, 0.55);
}

@media (max-width: 1080px) {
  .soft-home .site-header {
    grid-template-columns: auto 1fr auto;
  }

  .soft-home .device-choice__image--tablet,
  .soft-home .device-choice__image--laptop {
    width: 145px;
  }

  .soft-home .proof-layout {
    grid-template-columns: minmax(240px, 0.52fr) minmax(0, 1.48fr);
  }
}

@media (max-width: 860px) {
  .soft-home .device-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .soft-home .device-choice,
  .soft-home .device-choice--wide {
    grid-column: span 1;
  }

  .soft-home .device-choice:last-child {
    grid-column: 1 / -1;
  }

  .soft-home .catalogue-layout,
  .soft-home .reviews-layout {
    grid-template-columns: 1fr;
  }

  .soft-home .catalogue-intro {
    position: static;
    padding-top: 0;
  }

  .soft-home .availability-note,
  .soft-home .review-wall,
  .soft-home .review-controls {
    grid-column: 1;
  }

  .soft-home .availability-note {
    margin-top: -2rem;
  }

  .soft-home .reviews-summary {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: end;
    gap: 1rem 2rem;
  }

  .soft-home .reviews-summary h2 {
    max-width: 520px;
  }

  .soft-home .reviews-provenance {
    grid-column: 2;
    grid-row: 1;
  }

  .soft-home .reviews-summary > .text-link {
    grid-column: 1 / -1;
  }

  .soft-home .review-controls {
    margin-top: -2.7rem;
  }

  .soft-home .proof-layout {
    grid-template-columns: 1fr;
  }

  .soft-home .contact-section {
    grid-template-columns: 1fr;
  }

  .soft-home .contact-photo > img {
    height: 480px;
    min-height: 480px;
  }

  .soft-home .proof-heading {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(240px, 0.7fr);
    align-items: end;
    gap: 2rem;
  }

  .soft-home .proof-heading h2,
  .soft-home .proof-heading p {
    max-width: none;
  }
}

@media (max-width: 760px) {
  .soft-home {
    --shell: calc(100vw - 32px);
    --header-height: 98px;
    background: linear-gradient(180deg, #edf5f9, #f8fafb 40rem, #f3f7fa);
  }

  .soft-home .site-header,
  .soft-home .site-header.is-scrolled {
    top: calc(var(--utility-height) + 12px);
    width: calc(100vw - 24px);
    min-height: 0;
    grid-template-rows: 52px;
    padding: 0.45rem 0.5rem 0.45rem 1rem;
  }

  .soft-home .site-header .wordmark {
    min-width: 0;
  }

  .soft-home .brand-logo--header {
    width: auto;
    height: 44px;
  }

  .soft-home .site-header .header-cta {
    display: inline-flex;
    min-height: 44px;
    margin-right: 0.2rem;
    padding-inline: 1rem;
    font-size: 0.86rem;
  }

  .soft-home .menu-button {
    width: 44px;
    height: 44px;
    padding-inline: 8px;
  }

  .soft-home .mobile-menu {
    padding: 8.25rem 20px 2rem;
  }

  .soft-home .hero {
    width: 100%;
    min-height: 100svh;
    margin-top: 0;
    border-radius: 0;
  }

  .soft-home .hero__image {
    object-position: center 34%;
  }

  .soft-home .hero__shade {
    background:
      linear-gradient(0deg, rgba(4, 28, 45, 0.98) 0%, rgba(4, 28, 45, 0.88) 43%, rgba(4, 28, 45, 0.18) 78%, rgba(4, 28, 45, 0.08) 100%),
      linear-gradient(90deg, rgba(4, 28, 45, 0.22), transparent 60%);
  }

  .soft-home .hero__content {
    width: calc(100% - 32px);
    min-height: 100svh;
    justify-content: flex-end;
    padding-block: 12rem 5rem;
  }

  .soft-home .hero h1 {
    margin-bottom: 0.8rem;
    font-size: clamp(3.2rem, 14vw, 4rem);
    line-height: 0.9;
  }

  .soft-home .hero p {
    margin-bottom: 1.1rem;
    font-size: 0.98rem;
  }

  .soft-home .hero .action-row {
    display: flex;
    width: auto;
    margin-bottom: 1rem;
  }

  .soft-home .hero .button {
    width: auto;
    min-width: 166px;
  }

  .soft-home .hero__call-link {
    font-size: 0.9rem;
  }

  .soft-home .hero__trust {
    position: relative;
    right: auto;
    bottom: auto;
    left: auto;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    width: 100%;
    padding: 0.65rem;
    border-radius: 14px;
  }

  .soft-home .hero__trust li {
    display: grid;
    justify-items: start;
    gap: 0.35rem;
    padding: 0.1rem 0.55rem;
    font-size: 0.7rem;
  }

  .soft-home .hero__trust svg {
    width: 18px;
  }

  .soft-home .device-section {
    padding-block: 4.5rem 4rem;
  }

  .soft-home .device-surface {
    width: var(--shell);
    padding: 0;
    border-radius: 0;
  }

  .soft-home .device-surface .section-heading,
  .soft-home .device-assist {
    margin-inline: 0;
  }

  .soft-home .section-heading--wide {
    grid-template-columns: 1fr;
    gap: 0.9rem;
  }

  .soft-home .section-heading h2 {
    font-size: clamp(2.75rem, 12vw, 3.45rem);
  }

  .soft-home .device-grid {
    gap: 8px;
  }

  .soft-home .device-choice,
  .soft-home .device-choice--wide {
    min-height: 174px;
    padding: 1rem;
    border-radius: 16px;
  }

  .soft-home .device-choice:last-child {
    grid-column: 1 / -1;
  }

  .soft-home .device-choice::after {
    display: none;
  }

  .soft-home .device-choice__image {
    top: 0.35rem;
    right: 0.7rem;
    width: 102px;
    height: 105px;
  }

  .soft-home .device-choice__image--phone {
    width: 50px;
  }

  .soft-home .device-choice__image--tablet,
  .soft-home .device-choice__image--laptop {
    width: 118px;
  }

  .soft-home .device-choice__image--console {
    width: 92px;
  }

  .soft-home .device-choice span {
    font-size: 1.3rem;
  }

  .soft-home .faults-section {
    padding-block: 4rem 4.5rem;
  }

  .soft-home .faults-heading h2 {
    max-width: 12ch;
    font-size: clamp(2.8rem, 12vw, 3.55rem);
  }

  .soft-home .phone-diagram {
    width: calc(100vw - 16px);
    min-height: 610px;
    border-radius: 24px;
  }

  .soft-home .exploded-phone-image {
    width: min(88%, 390px);
    max-height: 565px;
  }

  .soft-home .fault-marker {
    padding: 0.5rem 0.65rem;
    font-size: 0.86rem;
  }

  .soft-home .catalogue-section {
    padding-block: 4.5rem;
  }

  .soft-home .catalogue-layout {
    grid-template-columns: 1fr;
    gap: 2rem;
  }

  .soft-home .catalogue-grid {
    display: flex;
    gap: 10px;
    margin-inline: calc((100vw - var(--shell)) / -2);
    padding: 0 calc((100vw - var(--shell)) / 2) 0.8rem;
    overflow-x: auto;
    scroll-padding-inline: calc((100vw - var(--shell)) / 2);
    scroll-snap-type: inline mandatory;
    scrollbar-width: none;
  }

  .soft-home .catalogue-grid a,
  .soft-home .catalogue-grid a:nth-child(1),
  .soft-home .catalogue-grid a:nth-child(4) {
    min-height: 250px;
    flex: 0 0 min(82vw, 340px);
    border-radius: 18px;
    scroll-snap-align: start;
  }

  .soft-home .availability-note {
    margin: -1rem 0 0;
  }

  .soft-home .local-proof {
    padding-block: 4.5rem 5rem;
  }

  .soft-home .proof-heading {
    grid-template-columns: 1fr;
    gap: 0.5rem;
  }

  .soft-home .proof-heading h2 {
    font-size: clamp(2.8rem, 12vw, 3.55rem);
  }

  .soft-home .proof-visual {
    min-height: 480px;
    padding: 0 0 5rem;
  }

  .soft-home .storefront-image {
    width: 92%;
    height: clamp(255px, 68vw, 335px);
    border-radius: 20px;
  }

  .soft-home .proof-interior {
    width: 52%;
    height: 175px;
    border-width: 5px;
    border-radius: 16px;
  }

  .soft-home .address-docket {
    right: 1rem;
    bottom: 10.5rem;
    width: min(285px, 82%);
    padding: 1.1rem;
    border-radius: 15px;
  }

  .soft-home .address-docket strong {
    font-size: 1.5rem;
  }

  .soft-home .reviews-section {
    padding-block: 4.5rem;
  }

  .soft-home .reviews-summary {
    display: block;
  }

  .soft-home .reviews-provenance {
    margin-block: 1.2rem 1rem;
  }

  .soft-home .review-wall {
    gap: 10px;
    margin-inline: calc((100vw - var(--shell)) / -2);
    padding-inline: calc((100vw - var(--shell)) / 2);
    scroll-padding-inline: calc((100vw - var(--shell)) / 2);
  }

  .soft-home .review-entry,
  .soft-home .review-entry--featured {
    min-height: 315px;
    flex-basis: min(84vw, 330px);
    border-radius: 18px;
  }

  .soft-home .review-controls {
    margin-top: 0.5rem;
    padding-right: 0;
    pointer-events: auto;
  }

  .soft-home .sell-section {
    padding-block: 0;
  }

  .soft-home .sell-layout {
    grid-template-columns: 1fr 68px;
    gap: 1.2rem;
    min-height: 0;
    padding: 2rem 1.5rem;
    border-radius: 0;
  }

  .soft-home .sell-layout > img {
    grid-column: 2;
    grid-row: 1;
    width: 58px;
    max-height: 138px;
  }

  .soft-home .sell-layout .button {
    grid-column: 1 / -1;
    justify-self: stretch;
    width: 100%;
  }

  .soft-home .contact-section {
    grid-template-columns: 1fr;
    width: 100%;
    min-height: 0;
    margin-top: 0;
    border-radius: 0;
  }

  .soft-home .contact-photo > img {
    height: 330px;
    min-height: 330px;
  }

  .soft-home .contact-photo p {
    right: 1.25rem;
    bottom: 1.5rem;
    left: 1.25rem;
  }

  .soft-home .contact-panel {
    margin: 0;
    padding: 3.25rem 1.25rem 2.5rem;
    border-radius: 0;
  }

  .soft-home .contact-panel h2 {
    max-width: 12ch;
    font-size: 2.65rem;
    white-space: normal;
  }

  .soft-home .contact-map,
  .soft-home .contact-map iframe {
    min-height: 320px;
  }

  .soft-home .footer-main {
    padding-top: 3.2rem;
  }

  .soft-home .mobile-repair-cta {
    display: none;
  }

  .soft-home .whatsapp-float.is-above-repair-cta {
    bottom: calc(16px + env(safe-area-inset-bottom));
  }

  .soft-home.soft-faults-visible .whatsapp-float {
    pointer-events: none;
    opacity: 0;
    transform: translateY(12px);
  }
}

@media (max-width: 480px) {
  .soft-home .site-header .header-cta {
    padding-inline: 0.82rem;
    font-size: 0.8rem;
  }

  .soft-home .hero__content {
    padding-top: 10rem;
  }

  .soft-home .hero h1 {
    font-size: clamp(3rem, 13.5vw, 3.55rem);
  }

  .soft-home .hero .action-row {
    gap: 0.55rem;
  }

  .soft-home .hero .button {
    min-width: 154px;
    padding-inline: 1.1rem;
  }

  .soft-home .hero__call-link {
    padding-inline: 0;
  }

  .soft-home .hero__trust li:nth-child(2) {
    display: none;
  }

  .soft-home .hero__trust {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .soft-home .hero__trust li:nth-child(3) {
    border-left: 1px solid rgba(255, 255, 255, 0.16);
  }

  .soft-home .device-choice {
    min-height: 158px;
  }

  .soft-home .device-choice span {
    max-width: 120px;
    font-size: 1.15rem;
  }

  .soft-home .device-choice small {
    display: none;
  }

  .soft-home .phone-diagram {
    min-height: 555px;
  }

  .soft-home .exploded-phone-image {
    width: min(86%, 330px);
    max-height: 500px;
  }

  .soft-home .fault-marker--left {
    left: 0.5rem;
  }

  .soft-home .fault-marker--right {
    right: 0.5rem;
  }

  .soft-home .sell-layout h2 {
    font-size: 2.55rem;
  }

  .soft-home .contact-actions {
    grid-template-columns: 1fr;
  }
}

@media (prefers-reduced-motion: reduce) {
  .soft-home *,
  .soft-home *::before,
  .soft-home *::after {
    scroll-behavior: auto !important;
  }

  .soft-home .site-header,
  .soft-home .device-choice,
  .soft-home .device-choice__image,
  .soft-home .catalogue-grid img,
  .soft-home .catalogue-grid span {
    transition-duration: 0.01ms !important;
  }
}
