*,
    *::before,
    *::after {
      box-sizing: border-box;
    }

    :root {
      --page-max: 1200px;
      --bg-page: #0f1720;
      --bg-section-dark: #111a24;
      --bg-section-alt: #0e1520;
      --bg-section-card: #1b2530;
      --border-subtle: rgba(255, 255, 255, 0.08);
      --brand-green: #28c76f;
      --brand-green-hover: #22b863;
      --brand-green-soft: rgba(40, 199, 111, 0.1);
      --brand-primary: #5f7268;
      --brand-primary-hover: #748a7d;
      --brand-primary-active: #4a5a50;
      --brand-primary-glow: rgba(95, 114, 104, 0.28);
      --brand-primary-glow-soft: rgba(95, 114, 104, 0.2);
    }

    html {
      -webkit-text-size-adjust: 100%;
      font-size: 16px;
      background: var(--bg-page);
      background-image: none;
    }

    body {
      margin: 0;
      font-family: Inter, Arial, Helvetica, sans-serif;
      font-size: 16px;
      line-height: 1.6;
      color: #e5e7eb;
      background: var(--bg-page);
      background-image: none;
      min-height: 100vh;
      overflow-x: hidden;
      overflow-y: auto;
    }

    /* Base reset — layout-media-frame images get explicit rules below (no global height/object-fit) */
    img {
      display: block;
      max-width: 100%;
      height: auto;
    }

    .container {
      max-width: 1200px;
      margin: 0 auto;
      padding: 0 24px;
    }

    h1 {
      font-size: 48px;
      line-height: 1.2;
      margin-bottom: 20px;
      color: #f9fafb;
    }

    h2 {
      font-size: 32px;
      line-height: 1.25;
      margin-bottom: 15px;
      color: #f9fafb;
    }

    h3,
    h4,
    h5,
    h6 {
      color: #f9fafb;
    }

    p {
      font-size: 16px;
      margin-bottom: 15px;
      color: #cbd5e1;
    }

    section:not(.hero):not(.hero-section):not(.legal-section):not(.thank-you):not(.section-tight):not(.layout-section--compact) {
      padding-top: 80px;
      padding-bottom: 80px;
    }

    section.section-tight {
      padding-top: 48px;
      padding-bottom: 48px;
    }

    section.thank-you {
      padding-top: 0;
      padding-bottom: 0;
    }

    section.legal-section {
      padding: 0;
    }

    .grid {
      display: grid;
      gap: 30px;
    }

    .section {
      padding: 80px 0;
      background: var(--bg-section-dark);
      box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.03);
    }

    .content-block {
      width: 100%;
      max-width: 520px;
    }

    .section-dark {
      background: #111a24;
    }

    .section-card {
      background: #1b2530;
    }

    /* Header — partials/header.html (loaded via scripts/include.js [data-include]) */

    .header-fallback {
      margin: 0;
      padding: 16px 24px;
      background: #323840;
      color: #e5e7eb;
      font-size: 16px;
    }

    .header-fallback a {
      color: var(--brand-green);
    }

    .hero-fallback {
      margin: 0;
      padding: 24px;
      background: #323840;
      color: #e5e7eb;
      font-size: 16px;
    }

    .hero-fallback a {
      color: var(--brand-green);
    }

    .product-logo-strip {
      padding: 15px 20px;
      background: #112a3a;
      text-align: center;
      position: relative;
      z-index: 1;
      border-top: 1px solid rgba(255, 255, 255, 0.06);
      border-bottom: 1px solid rgba(255, 255, 255, 0.04);
    }

    .product-logo-strip .container {
      display: flex;
      justify-content: center;
      align-items: center;
    }

    .product-logo-strip img {
      max-height: 90px;
      width: auto;
      display: block;
      margin: 0 auto;
    }

    @media (min-width: 1024px) {
      .product-logo-strip {
        padding: 12px 20px;
      }

      .product-logo-strip img {
        max-height: 100px;
      }
    }

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

    a:hover {
      text-decoration: none;
    }

    /* Hero — global layout + image defaults; focal via .hero--* on each page.
       Use hero images ≥1920px wide for sharp display at cover. */
    .hero {
      position: relative;
      min-height: 480px;
      display: flex;
      align-items: center;
      justify-content: flex-start;
      color: #ffffff;
      background-color: #0c1219;
      background-size: cover;
      background-repeat: no-repeat;
      background-position: center;
      width: 100%;
      padding: 140px 0 80px;
      overflow: hidden;
      box-sizing: border-box;
    }

    .hero--left {
      background-position: left center;
    }

    .hero--center {
      background-position: center;
    }

    .hero--right {
      background-position: right center;
    }

    .layout-section.hero-section .container {
      position: relative;
      z-index: 2;
      width: 100%;
      box-sizing: border-box;
    }

    .layout-section.hero-section .hero-content {
      margin-left: 0;
      margin-right: auto;
      display: flex;
      flex-direction: column;
      align-items: flex-start;
      text-align: left;
    }

    .layout-section.hero-section h1 {
      margin: 0;
      font-size: 42px;
      font-weight: 700;
      line-height: 1.1;
      letter-spacing: -0.5px;
      color: #f9fafb;
      text-shadow: 0 2px 12px rgba(0, 0, 0, 0.35);
    }

    .layout-section.hero-section .hero-content > p {
      font-size: 18px;
      color: #d1d5db;
      margin-top: 15px;
    }

    .layout-section.hero-section .hero-content > .btn,
    .layout-section.hero-section .hero-content > .btn-primary,
    .layout-section.hero-section .hero-content > .button-primary,
    .layout-section.hero-section .hero-content > .hero-btn {
      display: inline-block;
      width: auto;
      padding: 12px 20px;
      margin-top: 25px;
      border-radius: 6px;
      font-weight: 600;
      font-size: 16px;
    }

    .hero::before,
    .hero-section::before {
      content: "";
      position: absolute;
      inset: 0;
      background: linear-gradient(
        to right,
        rgba(0, 0, 0, 0.55) 0%,
        rgba(0, 0, 0, 0.35) 40%,
        rgba(0, 0, 0, 0.1) 70%,
        rgba(0, 0, 0, 0) 100%
      );
      z-index: 1;
      pointer-events: none;
    }

    .hero img,
    .hero-bg {
      position: absolute;
      inset: 0;
      width: 100%;
      height: 100%;
      object-fit: cover;
    }

    .hero .container {
      position: relative;
      z-index: 2;
      width: 100%;
      box-sizing: border-box;
    }

    /* Stacking + width: sits above .hero::before / .hero-section::before */
    .hero-content {
      position: relative;
      z-index: 2;
      max-width: 700px;
    }

    .hero .hero-content {
      margin-left: 0;
      margin-right: auto;
      box-sizing: border-box;
      display: flex;
      flex-direction: column;
      align-items: flex-start;
      text-align: left;
    }

    button,
    .button-primary,
    .btn,
    .cta-button,
    .btn-primary,
    button[type="submit"],
    .hero-btn,
    .form-button {
      background: var(--brand-green);
      color: #fff;
      border: none;
      border-radius: 8px;
      padding: 12px 20px;
      font-weight: 500;
      font-family: inherit;
      font-size: 16px;
      transition: all 0.2s ease;
    }

    .button-primary,
    .btn,
    .btn-primary,
    .hero-btn,
    .form-button {
      box-shadow: 0 6px 20px rgba(0, 0, 0, 0.25);
    }

    .button-primary:hover,
    .btn:hover,
    .cta-button:hover,
    .btn-primary:hover,
    button[type="submit"]:hover,
    .hero-btn:hover,
    .form-button:hover {
      background: var(--brand-green-hover);
      transform: translateY(-1px);
    }

    .button-primary:active,
    .btn-primary:active,
    button[type="submit"]:active,
    .hero-btn:active,
    .form-button:active {
      transform: translateY(0);
      box-shadow: 0 2px 10px rgba(22, 163, 74, 0.25);
    }

    .hero-btn {
      display: inline-block;
      width: auto;
      padding: 12px 20px;
      margin-top: 0;
      text-decoration: none;
    }

    .hero-actions {
      display: flex;
      flex-wrap: wrap;
      gap: 12px;
      margin-top: 25px;
    }

    .hero-actions .hero-btn {
      margin-top: 0;
    }

    /* Homepage hero: narrow text column; image uses global hero gradient (greens unchanged) */
    body.home-page .hero {
      padding-top: 96px;
      padding-bottom: 40px;
    }

    body.home-page .hero-content--home {
      max-width: 560px;
      position: relative;
      z-index: 2;
      padding: 0;
      text-align: left;
    }

    body.home-page .hero h1 {
      margin: 0;
      font-size: clamp(28px, 5vw, 40px);
      font-weight: 700;
      line-height: 1.12;
      letter-spacing: -0.4px;
      color: #f9fafb;
      text-shadow: 0 1px 8px rgba(0, 0, 0, 0.25);
    }

    body.home-page .hero .hero-sub {
      margin: 14px 0 0;
      max-width: 26em;
      font-size: 17px;
      line-height: 1.5;
      color: #d1d5db;
    }

    body.home-page .hero .hero-actions {
      margin-top: 16px;
      gap: 10px;
    }

    body.home-page .hero-btn {
      padding: 12px 22px;
    }

    body.home-page .hero .hero-btn {
      border-radius: 6px;
      box-shadow: 0 4px 14px rgba(0, 0, 0, 0.2);
    }

    /* Homepage intro + Sheerline: full-width column inside layout-grid card (no 520px split) */
    body.home-page .page-content > .layout-section .layout-grid .content-full {
      flex: 1 1 100%;
      width: 100%;
      max-width: none;
      min-width: 0;
    }

    /* Homepage: Sheerline logo size only */
    body.home-page .home-sheerline-brand {
      display: block;
      height: 48px;
      width: auto;
      margin: 0 0 16px;
    }

    body.home-page .sheerline-buttons {
      margin-top: 20px;
      display: flex;
      gap: 15px;
      flex-wrap: wrap;
      flex-direction: row;
    }

    body.home-page .sheerline-buttons .hero-btn {
      border-radius: 6px;
      box-shadow: 0 4px 14px rgba(0, 0, 0, 0.2);
    }

    .form-button {
      width: 100%;
      margin-top: 20px;
      cursor: pointer;
    }

    @media (prefers-reduced-motion: reduce) {
      .button-primary,
      .btn-primary,
      button[type="submit"],
      .hero-btn,
      .form-button {
        transition: none;
      }

      .button-primary:hover,
      .btn-primary:hover,
      button[type="submit"]:hover,
      .hero-btn:hover,
      .form-button:hover,
      .button-primary:active,
      .btn-primary:active,
      button[type="submit"]:active,
      .hero-btn:active,
      .form-button:active {
        transform: none;
      }
    }

    .hero h1 {
      margin: 0;
      font-size: 42px;
      font-weight: 700;
      line-height: 1.1;
      letter-spacing: -0.5px;
      color: #f9fafb;
      text-shadow: 0 2px 12px rgba(0, 0, 0, 0.35);
    }

    .hero p {
      margin-top: 15px;
    }

    .hero .hero-content > p {
      font-size: 18px;
      color: #d1d5db;
    }

    .hero .cta,
    .hero .hero-content > .btn,
    .hero .hero-content > .btn-primary,
    .hero .hero-content > .button-primary,
    .hero .hero-content > .hero-btn {
      display: inline-block;
      width: auto;
      padding: 12px 20px;
      margin-top: 25px;
      border-radius: 6px;
      font-weight: 600;
      font-size: 16px;
    }

    .hero-sub {
      margin: 0;
      font-size: 18px;
      font-weight: 500;
      color: #e5e7eb;
      line-height: 1.4;
      text-shadow: 0 3px 10px rgba(0, 0, 0, 0.7);
    }

    .contact-partial-strip__text {
      margin: 0;
      text-align: center;
      font-size: 16px;
      color: #cbd5e1;
    }

    .contact-partial-strip__text a {
      color: var(--brand-green);
      font-weight: 600;
      text-decoration: none;
    }

    .contact-partial-strip__text a:hover {
      color: var(--brand-green-hover);
      text-decoration: none;
    }

    /* Key system specifications */
    .section.key-specs {
      background: var(--bg-section-alt);
      border-top: 1px solid rgba(255, 255, 255, 0.05);
    }

    .key-specs h2 {
      margin: 0;
      font-weight: 600;
      color: #f5f6f8;
      letter-spacing: -0.02em;
    }

    .spec-grid {
      max-width: 820px;
      margin: 40px auto 0;
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      gap: 24px;
    }

    .spec-item {
      background: #202c39;
      border: 1px solid rgba(255, 255, 255, 0.12);
      border-radius: 10px;
      padding: 25px 20px;
      min-height: 132px;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      text-align: center;
      box-shadow: 0 10px 28px rgba(0, 0, 0, 0.28);
      transition: all 0.2s ease;
    }

    .spec-item:hover {
      background: #232e3d;
      border-color: rgba(255, 255, 255, 0.14);
    }

    .spec-item strong {
      display: block;
      font-size: 30px;
      font-weight: 700;
      line-height: 1.2;
      margin-bottom: 10px;
    }

    .spec-item span {
      font-size: 14px;
      line-height: 1.4;
      opacity: 0.76;
    }

    .layout-section {
      padding: 84px 0;
      background: var(--bg-section-dark);
    }

    /* Same vertical rhythm as .hero (Lantern partial) — global, not page-specific */
    .hero-section {
      position: relative;
      min-height: 480px;
      display: flex;
      align-items: center;
      justify-content: flex-start;
      padding: 140px 0 80px;
      box-sizing: border-box;
      overflow: hidden;
      color: #ffffff;
      background-color: #0c1219;
      background-size: cover;
      background-position: center;
      background-repeat: no-repeat;
      width: 100%;
    }

    .page-content > .layout-section:nth-of-type(odd) {
      background: #0b1c2a;
    }

    .page-content > .layout-section:nth-of-type(even) {
      background: #0e2433;
    }

    .layout-section.layout-section--compact {
      padding: 25px 0;
    }

    .pricing-tool-inner {
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 20px;
    }

    .pricing-tool-text {
      max-width: 500px;
    }

    .pricing-tool-action {
      flex-shrink: 0;
    }

    .layout-section.layout-section--compact .pricing-tool-text h2 {
      font-size: 24px;
      margin: 0 0 8px;
    }

    .layout-section.layout-section--compact .pricing-tool-text p {
      font-size: 14px;
      margin: 0;
      opacity: 0.85;
    }

    .layout-section.layout-section--compact .pricing-tool-action .button {
      display: inline-block;
      box-sizing: border-box;
      text-align: center;
      text-decoration: none;
      background: var(--brand-green);
      color: #fff;
      border: none;
      border-radius: 8px;
      padding: 10px 18px;
      font-weight: 500;
      font-family: inherit;
      font-size: 14px;
      transition: background 0.2s ease, transform 0.2s ease;
      box-shadow: 0 6px 20px rgba(0, 0, 0, 0.25);
    }

    .layout-section.layout-section--compact .pricing-tool-action .button:hover {
      background: var(--brand-green-hover);
      transform: translateY(-1px);
    }

    .layout-grid {
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 48px;
      background: linear-gradient(145deg, #0b1c2a, #0e2433);
      border-radius: 20px;
      padding: 40px;
      box-shadow: 0 30px 80px rgba(0, 0, 0, 0.4), 0 0 0 1px rgba(40, 199, 111, 0.05);
    }

    .layout-section--reverse .layout-grid {
      flex-direction: row-reverse;
    }

    .layout-grid--single {
      flex-direction: column;
      align-items: flex-start;
    }

    .layout-content {
      flex: 1;
      max-width: 520px;
    }

    .layout-media {
      flex: 1;
      min-width: 0;
      display: flex;
      justify-content: center;
      align-items: center;
    }

    /* Forced layout card: 13:7 crop box; nothing else may resize this box */
    .layout-media-frame {
      width: 100% !important;
      max-width: 520px;
      aspect-ratio: 13 / 7 !important;
      height: auto;
      min-height: 0;
      padding: 0 !important;
      margin: 0 !important;
      box-sizing: border-box;
      overflow: hidden !important;
      display: block;
      border-radius: 20px;
      position: relative !important;
      background: #0f1d2a;
      flex-shrink: 0;
    }

    .layout-media .layout-media-frame img {
      position: absolute !important;
      inset: 0 !important;
      width: 100% !important;
      height: 100% !important;
      max-width: none !important;
      max-height: none !important;
      min-width: 0;
      min-height: 0;
      margin: 0 !important;
      padding: 0 !important;
      border-radius: 16px;
      display: block !important;
      object-fit: cover !important;
      object-position: center center !important;
      filter: brightness(0.92) contrast(1.06) saturate(0.94);
    }

    /* Optional focal tweaks inside the frame (same cover crop, different anchor) */
    .layout-media .layout-media-frame img.image-left {
      object-position: left center !important;
    }

    .layout-media .layout-media-frame img.image-right {
      object-position: right center !important;
    }

    .layout-media .layout-media-frame img.image-top {
      object-position: center top !important;
    }

    .layout-media .layout-media-frame img.image-bottom {
      object-position: center bottom !important;
    }

    .layout-media .layout-media-frame img.image-center {
      object-position: center center !important;
    }

    .layout-media .layout-media-frame img.sheervent-image {
      border-radius: 8px !important;
    }

    /* About page: uniform image tiles — fill, no letterbox */
    body.about-page .layout-grid {
      align-items: flex-start;
    }

    body.about-page .layout-media {
      align-items: flex-start;
    }

    body.about-page .about-image {
      width: 100%;
      max-width: 500px;
      aspect-ratio: 4 / 3;
      overflow: hidden;
      border-radius: 8px;
      padding: 0;
      box-sizing: border-box;
      position: relative;
    }

    body.about-page .about-image img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      object-position: center bottom;
      display: block;
    }

    /* SheerGlide: tall/narrow asset in first feature — letterbox inside frame, no cover crop */
    .feature--tall-image .layout-media-frame {
      padding: 16px 20px !important;
    }

    .feature--tall-image .layout-media .layout-media-frame img {
      object-fit: contain !important;
      object-position: center !important;
    }

    /* 38mm interlock: must beat .layout-media .layout-media-frame img (inset) + feature--tall-image img */
    .layout-section.image-zoom-interlock .layout-media .layout-media-frame img {
      position: absolute !important;
      inset: unset !important;
      top: 50% !important;
      left: 50% !important;
      width: 100% !important;
      height: 100% !important;
      transform: translate(-42%, -35%) scale(3.8) !important;
      transform-origin: center center;
    }

    .image-zoom-thermal .layout-media-frame img {
      transform: scale(1.25);
      transform-origin: center center;
    }

    .layout-content h2 {
      position: relative;
      padding-left: 16px;
      font-size: 36px;
      font-weight: 600;
      margin-bottom: 20px;
    }

    .layout-content h2::before {
      content: "";
      position: absolute;
      left: 0;
      top: 6px;
      width: 4px;
      height: 24px;
      background: var(--brand-green);
      border-radius: 2px;
    }

    .highlight {
      color: var(--brand-green);
    }

    .layout-content ul {
      margin-top: 20px;
      padding-left: 20px;
    }

    .layout-content li {
      margin-bottom: 10px;
      font-size: 17px;
      line-height: 1.6;
    }

    .section h2 {
      font-size: 34px;
      font-weight: 600;
      line-height: 1.2;
      margin-bottom: 18px;
    }

    .section p {
      font-size: 17px;
      line-height: 1.7;
      opacity: 0.85;
      margin-bottom: 14px;
    }

    .section li {
      font-size: 16px;
      line-height: 1.6;
      opacity: 0.9;
      margin-bottom: 8px;
    }

    .section ul {
      margin-top: 16px;
      padding-left: 20px;
    }

    .section--grey {
      background: var(--bg-section-alt);
      box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.03);
    }

    /* Video */
    .video-section {
      text-align: center;
      background: var(--bg-section-alt);
    }

    .video-section h2 {
      margin-bottom: 10px;
      margin-top: 0;
      font-weight: 600;
      color: #f5f6f8;
    }

    .video-section p {
      color: #cbd5f5;
      margin-bottom: 30px;
      margin-top: 0;
      max-width: 560px;
      margin-left: auto;
      margin-right: auto;
    }

    .video-wrap {
      margin: 40px auto 0;
    }

    /* Standalone page videos — wide; do not override .layout-media-frame max-width */
    .video-wrap:not(.layout-media-frame) {
      max-width: 900px;
    }

    .video-wrap:not(.layout-media-frame) .video-container {
      position: relative;
      width: 100%;
      padding-bottom: 56.25%;
      height: 0;
      overflow: hidden;
      border-radius: 16px;
      box-shadow: 0 25px 70px rgba(0, 0, 0, 0.5);
      background: #000;
    }

    .video-wrap:not(.layout-media-frame) .video-container iframe {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      border: 0;
    }

    .video-wrap:not(.layout-media-frame) .video-wrapper {
      position: relative;
      width: 100%;
      padding-bottom: 56.25%;
      height: 0;
      cursor: pointer;
      overflow: hidden;
      border-radius: 16px;
      box-shadow: 0 25px 70px rgba(0, 0, 0, 0.5);
      background: #000;
    }

    .video-wrap:not(.layout-media-frame) .video-wrapper img {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      object-fit: cover;
    }

    .video-wrap:not(.layout-media-frame) .video-wrapper iframe {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      border: 0;
    }

    .video-wrap:not(.layout-media-frame) .video-wrapper .play-button {
      position: absolute;
      top: 50%;
      left: 50%;
      width: 60px;
      height: 60px;
      background: rgba(0, 0, 0, 0.6);
      border-radius: 50%;
      transform: translate(-50%, -50%);
      z-index: 1;
      pointer-events: none;
    }

    .video-wrap:not(.layout-media-frame) .video-wrapper .play-button::after {
      content: "";
      position: absolute;
      left: 22px;
      top: 18px;
      border-left: 18px solid white;
      border-top: 12px solid transparent;
      border-bottom: 12px solid transparent;
    }

    .video-section .video-wrap {
      margin-top: 40px;
    }

    /* Colours at launch */
    .section.colours {
      text-align: center;
      box-sizing: border-box;
      background: var(--bg-section-dark);
    }

    .colours h2 {
      margin: 0 0 20px;
      font-weight: 600;
      color: #f5f6f8;
      letter-spacing: -0.02em;
    }

    .colour-grid {
      display: flex;
      justify-content: center;
      gap: 30px;
      flex-wrap: wrap;
    }

    .colour-item {
      text-align: center;
    }

    .colour-item img {
      width: 110px;
      height: 110px;
      border-radius: 6px;
      border: 1px solid rgba(255, 255, 255, 0.08);
      display: block;
      margin: 0 auto;
      object-fit: cover;
      box-sizing: border-box;
    }

    .colour-item p {
      margin-top: 10px;
      font-size: 16px;
      font-weight: 600;
      color: #f5f6f8;
      line-height: 1.45;
    }

    .colour-item span {
      font-size: 16px;
      opacity: 0.7;
    }

    .secondary {
      margin-top: 25px;
    }

    .colours-subheading {
      margin: 0 0 16px;
      font-size: 16px;
      font-weight: 600;
      color: #f5f6f8;
      line-height: 1.45;
      letter-spacing: -0.01em;
    }

    .colour-grid--secondary {
      display: flex;
      justify-content: center;
      gap: 24px;
      flex-wrap: wrap;
    }

    .colour-item--secondary img {
      opacity: 0.92;
    }

    /* Form */
    .form-container {
      max-width: 700px;
      margin: 0 auto;
    }

    .form-container h2 {
      color: #fff;
      margin-bottom: 40px;
      margin-top: 0;
      font-size: 32px;
      font-weight: 600;
    }

    .styled-form {
      display: flex;
      flex-direction: column;
      gap: 20px;
    }

    .styled-form .form-group {
      margin: 0;
    }

    .form-group label {
      font-size: 16px;
      color: #cbd5f5;
      margin-bottom: 6px;
      display: block;
    }

    .styled-form input {
      width: 100%;
      padding: 14px;
      border-radius: 8px;
      border: 1px solid rgba(255, 255, 255, 0.1);
      background: rgba(255, 255, 255, 0.03);
      color: #fff;
      outline: none;
      transition: border-color 0.2s ease, background 0.2s ease;
      font-family: inherit;
      font-size: 1rem;
      box-sizing: border-box;
    }

    .styled-form input:focus {
      border-color: var(--brand-primary-hover);
      background: rgba(255, 255, 255, 0.05);
    }

    .button-primary:focus-visible,
    .btn-primary:focus-visible,
    .hero-btn:focus-visible,
    .form-button:focus-visible {
      outline: 2px solid #5daa62;
      outline-offset: 2px;
    }

    .form-note {
      font-size: 16px;
      color: #cbd5f5;
      margin-top: 20px;
      margin-bottom: 15px;
      max-width: 600px;
    }

    .form-consent {
      display: flex;
      align-items: center;
      gap: 10px;
      font-size: 16px;
      color: #e5e7eb;
      margin-bottom: 20px;
      max-width: 600px;
      margin-left: 0;
      margin-right: auto;
      text-align: left;
      line-height: 1.45;
    }

    .form-consent input {
      width: 16px;
      height: 16px;
      margin: 0;
      flex-shrink: 0;
    }

    .form-consent span {
      margin: 0;
      flex: 1;
      min-width: 0;
    }

    .form-consent label {
      margin: 0;
    }

    /* Footer */
    .site-footer {
      background: #4f5e66;
      padding: 40px 20px;
      text-align: center;
    }

    .footer-inner {
      max-width: 1200px;
      margin: 0 auto;
    }

    .site-footer a {
      display: inline-block;
      color: #ffffff;
      text-decoration: none;
      font-weight: 500;
      margin-bottom: 10px;
    }

    .site-footer a:hover {
      color: #38b26d;
    }

    .site-footer p:not(.footer-tagline) {
      color: rgba(255, 255, 255, 0.7);
      font-size: 14px;
      margin: 0;
    }

    .footer-tagline {
      font-family: "Playfair Display", serif;
      font-size: 16px;
      color: #00c48c !important;
      text-align: center;
      margin-top: 6px;
    }

    /* Privacy policy — legal article */
    .legal-content {
      max-width: 720px;
    }

    .legal-section h2 {
      margin: 0 0 12px;
      font-size: 1.125rem;
      font-weight: 600;
      color: #f5f6f8;
      line-height: 1.3;
      letter-spacing: -0.02em;
    }

    .legal-section p {
      margin: 0 0 12px;
      color: #cbd5e1;
      line-height: 1.65;
    }

    .legal-section p:last-child {
      margin-bottom: 0;
    }

    .legal-section + .legal-section {
      margin-top: 40px;
    }

    .legal-section a {
      color: #e5e7eb;
      text-decoration: none;
    }

    .legal-section a:hover {
      color: #fff;
      text-decoration: none;
    }

    @media (max-width: 768px) {
      .legal-section + .legal-section {
        margin-top: 32px;
      }

      .container {
        padding-left: 20px;
        padding-right: 20px;
      }

      section:not(.hero):not(.hero-section):not(.legal-section):not(.thank-you):not(.section-tight):not(.layout-section--compact):not(.layout-section) {
        padding-top: 56px;
        padding-bottom: 56px;
      }

      section.section-tight {
        padding-top: 40px;
        padding-bottom: 40px;
      }

      .layout-grid {
        flex-direction: column;
        gap: 28px;
        padding: 24px;
      }

      .spec-grid {
        margin-top: 28px;
        grid-template-columns: 1fr;
        gap: 24px;
      }

      .colour-grid {
        gap: 24px;
      }

      .secondary {
        margin-top: 22px;
      }

      .colour-grid--secondary {
        gap: 20px;
      }

      .hero h1,
      .layout-section.hero-section h1 {
        font-size: clamp(28px, 5vw, 42px);
        line-height: 1.2;
      }

      .hero-sub {
        font-size: 16px;
      }

      .s1-install-example__media {
        padding-left: 20px;
        padding-right: 20px;
      }

      .s1-install-example__copy {
        padding: 0;
      }
    }

    .home-divider {
      height: 1px;
      width: 100%;
      background: var(--border-subtle);
    }

    .product-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
      gap: 12px;
      margin-top: 15px;
    }

    .supplier-group {
      margin-top: 30px;
    }

    .supplier-logo {
      text-align: center;
      margin: 30px 0 15px;
    }

    .supplier-logo img {
      height: 40px;
      width: auto;
      display: inline-block;
    }

    .supplier-group .product-grid {
      margin-top: 0;
    }

    .product-card {
      display: block;
      padding: 18px;
      background: rgba(255, 255, 255, 0.03);
      border-radius: 8px;
      text-decoration: none;
      color: inherit;
      transition: 0.2s ease;
      text-align: center;
    }

    .product-card h3,
    .product-card h4 {
      font-size: 16px;
      margin: 0;
      color: #f5f6f8;
      font-weight: 600;
      transition: 0.2s ease;
    }

    .product-card:hover {
      background: rgba(0, 196, 140, 0.08);
      transform: translateY(-2px);
    }

    .product-card:hover h3,
    .product-card:hover h4 {
      color: #00c48c;
    }

    @media (prefers-reduced-motion: reduce) {
      .product-card {
        transition: none;
      }

      .product-card:hover {
        transform: none;
      }
    }

    .home-products__title {
      font-size: 32px;
      font-weight: 600;
      color: #f5f6f8;
      margin: 0 0 20px;
      letter-spacing: -0.02em;
      line-height: 1.25;
    }

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

    .home-product-card {
      padding: 20px 20px 18px;
      border-radius: 10px;
      background: var(--bg-section-card);
      border: 1px solid var(--border-subtle);
    }

    .home-product-card h3 {
      margin: 0 0 10px;
      font-size: 24px;
      line-height: 1.3;
      color: #f5f6f8;
      font-weight: 600;
      letter-spacing: -0.01em;
    }

    .home-product-card p {
      margin: 0;
      color: #e5e7eb;
      font-size: 16px;
      line-height: 1.6;
    }

    .home-product-card .hero-btn {
      margin-top: 16px;
    }

    @media (max-width: 768px) {
      .hero-actions {
        flex-direction: column;
        align-items: stretch;
      }

      .hero-actions .hero-btn {
        text-align: center;
      }

      .home-product-grid {
        grid-template-columns: 1fr;
      }
    }

    .section.alt {
      background: var(--bg-section-alt);
      box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.03);
    }

    .s1-install-example__copy {
      max-width: 720px;
      margin: 0 auto 0;
      padding: 0;
      text-align: center;
    }

    .s1-install-example__copy h2 {
      margin-top: 0;
      margin-bottom: 16px;
    }

    .s1-install-example__copy p {
      margin-bottom: 12px;
    }

    .s1-install-example__copy p:last-child {
      margin-bottom: 0;
    }

    .s1-install-example__media {
      max-width: 900px;
      margin: 30px auto 60px;
      padding-left: 24px;
      padding-right: 24px;
      box-sizing: border-box;
    }

    .s1-install-example__figure {
      position: relative;
      margin: 0;
      border-radius: 12px;
      overflow: hidden;
      line-height: 0;
      box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
    }

    .s1-install-example__overlay {
      position: absolute;
      inset: 0;
      z-index: 1;
      background: rgba(10, 15, 25, 0.38);
      pointer-events: none;
      border-radius: 12px;
    }

    .s1-footer-cta {
      text-align: center;
    }

    .s1-footer-cta p {
      margin: 0;
      font-size: 16px;
      color: #e5e7eb;
      line-height: 1.6;
    }

    .s1-footer-cta a {
      color: #e5e7eb;
      text-decoration: none;
      font-weight: 600;
    }

    .s1-footer-cta a:hover {
      color: #fff;
      text-decoration: none;
    }

    /* --- Contact page --- */
    .contact-main > .container > h1 {
      margin: 0 0 12px;
      font-size: 48px;
      font-weight: 700;
      color: #f5f6f8;
      line-height: 1.2;
      letter-spacing: -0.02em;
    }

    .contact-main .contact-lead {
      margin: 0 0 32px;
      max-width: 560px;
      font-size: 16px;
      color: #cbd5f5;
      line-height: 1.65;
    }

    .contact-quick__title {
      margin: 0 0 24px;
      font-size: 20px;
      font-weight: 600;
      color: #f5f6f8;
      line-height: 1.3;
      letter-spacing: -0.02em;
    }

    .contact-layout {
      display: grid;
      grid-template-columns: minmax(0, 1.75fr) minmax(0, 0.72fr);
      gap: 40px;
      align-items: start;
    }

    .contact-form-col {
      min-width: 0;
    }

    .contact-right-col {
      display: flex;
      flex-direction: column;
      min-width: 0;
      align-self: start;
    }

    .contact-cards {
      display: flex;
      flex-direction: column;
      gap: 24px;
      min-width: 0;
      width: 100%;
    }

    .location-block {
      margin-top: 30px;
      padding-top: 20px;
      border-top: 1px solid rgba(255, 255, 255, 0.08);
    }

    .contact-quick__block {
      width: 100%;
      padding: 16px 18px;
      border-radius: 8px;
      background: var(--bg-section-card);
      border: 1px solid var(--border-subtle);
      box-sizing: border-box;
    }

    .contact-quick__block-title {
      margin: 0 0 10px;
      font-size: 14px;
      letter-spacing: 1px;
      font-weight: 700;
      text-transform: uppercase;
      color: #cbd5f5;
    }

    .contact-quick__text {
      margin: 0 0 6px;
      font-size: 16px;
      font-weight: 600;
      line-height: 1.35;
      color: #e5e7eb;
    }

    .contact-quick__text a {
      color: inherit;
      text-decoration: none;
    }

    .contact-quick__text a:hover {
      color: #fff;
      text-decoration: none;
    }

    .contact-quick__sub {
      margin: 0;
      font-size: 16px;
      color: #cbd5f5;
      line-height: 1.45;
    }

    .contact-quick__block:first-child .contact-quick__text {
      margin-bottom: 2px;
    }

    .contact-phone-hours {
      margin: 0;
      font-size: 16px;
      color: #cbd5f5;
      font-weight: 400;
      line-height: 1.35;
    }

    .contact-hours-note {
      margin: 8px 0 0;
      font-size: 16px;
      color: #cbd5f5;
      font-weight: 400;
      line-height: 1.45;
    }

    .contact-whatsapp-label {
      margin: 12px 0 0;
      font-size: 16px;
      color: #cbd5f5;
      font-weight: 400;
      line-height: 1.35;
    }

    .contact-whatsapp-line {
      margin: 4px 0 0;
      font-size: 16px;
      font-weight: 400;
      line-height: 1.45;
    }

    .contact-whatsapp-line a {
      color: #cbd5f5;
      font-weight: 400;
      text-decoration: none;
      text-underline-offset: 2px;
    }

    .contact-whatsapp-line a:hover {
      color: #b8c2cc;
      text-decoration: none;
    }

    .contact-whatsapp-tip {
      margin: 6px 0 0;
      font-size: 16px;
      color: #cbd5f5;
      font-weight: 400;
      line-height: 1.45;
    }

    .contact-quick__block:first-child .contact-phone-hours {
      margin-bottom: 0;
    }

    .contact-main .styled-form {
      gap: 26px;
    }

    .contact-main .styled-form > .form-group:nth-child(4),
    .contact-main .styled-form > .form-group:nth-child(6) {
      margin-top: 12px;
    }

    .name-row {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 18px;
    }

    .styled-form select,
    .styled-form textarea {
      width: 100%;
      padding: 14px;
      border-radius: 8px;
      border: 1px solid rgba(255, 255, 255, 0.1);
      background: rgba(255, 255, 255, 0.03);
      color: #fff;
      outline: none;
      transition: border-color 0.2s ease, background 0.2s ease;
      font-family: inherit;
      font-size: 1rem;
      box-sizing: border-box;
    }

    .contact-main .styled-form input,
    .contact-main .styled-form select,
    .contact-main .styled-form textarea {
      border: 1px solid rgba(255, 255, 255, 0.07);
      background: rgba(255, 255, 255, 0.055);
    }

    .styled-form select {
      cursor: pointer;
      appearance: auto;
      color: #fff;
      background-color: #1e2a36;
    }

    .styled-form select option {
      color: #000;
      background-color: #fff;
    }

    .styled-form textarea {
      min-height: 140px;
      resize: vertical;
      line-height: 1.5;
    }

    .styled-form select:focus,
    .styled-form textarea:focus {
      border-color: var(--brand-primary-hover);
      background: rgba(255, 255, 255, 0.05);
    }

    .contact-main .styled-form input:focus,
    .contact-main .styled-form select:focus,
    .contact-main .styled-form textarea:focus {
      border-color: rgba(116, 138, 125, 0.65);
      background: rgba(255, 255, 255, 0.075);
    }

    .contact-main .form-note {
      margin: 8px 0 0;
    }

    .contact-details {
      padding: 0;
    }

    .contact-block + .contact-block {
      margin-top: 42px;
    }

    .contact-details .contact-block + .contact-block {
      margin-top: 28px;
    }

    .contact-block__title {
      margin: 0 0 10px;
      font-size: 14px;
      letter-spacing: 1px;
      font-weight: 700;
      text-transform: uppercase;
      color: #cbd5f5;
    }

    .contact-block__title--location {
      text-transform: none;
      letter-spacing: 0.35px;
    }

    .contact-block p {
      margin: 0;
      color: #e5e7eb;
      font-size: 16px;
      line-height: 1.55;
    }

    .contact-block a {
      color: #e5e7eb;
      text-decoration: none;
    }

    .contact-block a:hover {
      color: #fff;
      text-decoration: none;
    }

    .contact-block address {
      font-style: normal;
    }

    .contact-block .contact-map-link {
      margin: 10px 0 0;
      font-size: 16px;
      font-weight: 400;
      line-height: 1.45;
    }

    .contact-block .contact-map-link a {
      font-weight: 400;
    }

    @media (max-width: 768px) {
      .contact-main > .container > h1 {
        font-size: 32px;
      }

      .contact-quick__title {
        font-size: 20px;
        margin-bottom: 18px;
      }

      .contact-cards {
        gap: 20px;
      }

      .contact-layout {
        grid-template-columns: 1fr;
        gap: 40px;
      }

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

    /* --- Thank you page --- */
    body.page-thank-you {
      display: flex;
      flex-direction: column;
      min-height: 100vh;
    }

    body.page-thank-you main {
      flex: 1;
      display: flex;
      flex-direction: column;
      justify-content: center;
      padding: 48px 0 56px;
      box-sizing: border-box;
    }

    .thank-you {
      width: 100%;
    }

    .thank-you__inner {
      max-width: 520px;
      margin: 0 auto;
      text-align: center;
    }

    .thank-you h1 {
      margin: 0 0 28px;
      font-size: 48px;
      font-weight: 700;
      color: #f5f6f8;
      line-height: 1.2;
      letter-spacing: -0.02em;
    }

    .thank-you__lead {
      margin: 0 0 22px;
      font-size: 16px;
      color: #e5e7eb;
      line-height: 1.65;
    }

    .thank-you__credibility {
      margin: 0 0 20px;
      font-size: 16px;
      color: #cbd5f5;
      line-height: 1.6;
    }

    .thank-you__note {
      margin: 0;
      font-size: 16px;
      color: #cbd5f5;
      line-height: 1.65;
    }

    .thank-you__actions {
      margin-top: 48px;
      display: flex;
      flex-direction: column;
      align-items: center;
      gap: 24px;
    }

    .thank-you__secondary {
      margin: 0;
      font-size: 16px;
    }

    .thank-you__secondary a {
      color: #cbd5f5;
      text-decoration: none;
      border-bottom: 1px solid rgba(255, 255, 255, 0.12);
      transition: color 0.15s ease, border-color 0.15s ease;
    }

    .thank-you__secondary a:hover {
      color: #e5e7eb;
      border-bottom-color: rgba(255, 255, 255, 0.22);
    }

    @media (max-width: 768px) {
      body.page-thank-you main {
        padding: 40px 0 48px;
      }

      .thank-you__actions {
        margin-top: 40px;
      }
    }

    /* Global locked layout system for all content sections */
    .layout-section h2 {
      font-size: 34px;
      font-weight: 600;
      line-height: 1.2;
      margin-bottom: 18px;
    }

    .layout-section p {
      font-size: 17px;
      line-height: 1.7;
      margin-bottom: 14px;
    }

    .layout-section li {
      font-size: 16px;
      line-height: 1.6;
      margin-bottom: 8px;
    }

    .layout-section .section-sub {
      font-size: 14px;
      opacity: 0.8;
      margin-top: 5px;
      margin-bottom: 0;
      line-height: 1.5;
    }

    .downloads-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
      gap: 12px;
      margin-top: 15px;
    }

    .download-item {
      display: flex;
      align-items: center;
      gap: 12px;
      padding: 14px;
      background: rgba(255, 255, 255, 0.03);
      border-radius: 8px;
      text-decoration: none;
      color: inherit;
      transition: transform 0.2s ease, background 0.2s ease;
      box-sizing: border-box;
    }

    .download-item:hover {
      background: rgba(255, 255, 255, 0.06);
      transform: translateY(-2px);
    }

    .download-icon {
      font-size: 20px;
      flex-shrink: 0;
      line-height: 1;
    }

    .download-item h3 {
      margin: 0;
      font-size: 16px;
      font-weight: 600;
      color: #f5f6f8;
    }

    .download-item span {
      display: block;
      font-size: 13px;
      opacity: 0.7;
      color: #cbd5e1;
      margin-top: 2px;
    }

    @media (prefers-reduced-motion: reduce) {
      .download-item {
        transition: none;
      }

      .download-item:hover {
        transform: none;
      }
    }

    .layout-media .layout-media-frame video {
      position: absolute !important;
      inset: 0 !important;
      width: 100% !important;
      height: 100% !important;
      max-width: none !important;
      max-height: none !important;
      min-width: 0;
      min-height: 0;
      margin: 0 !important;
      padding: 0 !important;
      display: block !important;
      object-fit: cover !important;
      object-position: center !important;
      border-radius: 16px;
    }

header.header {
  position: relative;
  height: 92px;
  padding: 0;
  display: flex;
  align-items: center;
  background: #6f7c82;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.25);
  z-index: 100;
  width: 100%;
  box-sizing: border-box;
  overflow: visible;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

header.header .header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-width: 0;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
  box-sizing: border-box;
}

.header-inner > a {
  display: block;
  line-height: 0;
  flex-shrink: 0;
  align-self: center;
}

header.header img,
header.header .logo {
  height: auto !important;
  width: auto !important;
  max-width: none !important;
  max-height: 92px;
  object-fit: contain;
  display: block;
}

header.header #mobile-menu a.nav-price {
  border: 1px solid rgba(255, 255, 255, 0.4);
  padding: 8px 14px;
  border-radius: 6px;
  background: transparent;
  color: #fff;
  transition: all 0.2s ease;
}

header.header #mobile-menu a.nav-price:hover {
  border-color: #2ecc71;
  color: #2ecc71;
}

header.header #mobile-menu a.nav-product {
  display: none;
}

.product-page header.header #mobile-menu a.nav-product {
  display: inline-block;
}

@media (min-width: 769px) {
  #menu-toggle {
    display: none !important;
  }

  header.header #mobile-menu.nav {
    display: flex !important;
    position: static !important;
    top: auto !important;
    left: auto !important;
    flex-direction: row !important;
    align-items: center;
    gap: 30px;
    width: auto !important;
    max-height: none !important;
    padding: 0 !important;
    margin: 0 !important;
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
    overflow: visible !important;
    text-align: left !important;
    z-index: auto !important;
  }

  header.header #mobile-menu.active {
    display: flex !important;
  }

  header.header #mobile-menu a {
    display: inline-block;
    padding: 6px 12px;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.35px;
    color: rgba(255, 255, 255, 0.96);
    text-decoration: none;
    text-shadow: 0 1px 1px rgba(15, 23, 42, 0.22);
    transition: color 0.2s ease, text-decoration-color 0.2s ease;
  }

  header.header #mobile-menu a:hover:not(.nav-price) {
    color: var(--brand-green);
    text-shadow: none;
  }
}

@media (max-width: 768px) {
  header.header {
    height: 56px;
    min-height: 56px;
  }

  header.header .header-inner {
    min-height: 56px;
    gap: 12px;
  }

  header.header img,
  header.header .logo {
    max-height: 48px !important;
  }

  #mobile-menu.nav {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background: #6f7c82;
    padding: 40px 20px;
    z-index: 9999;
    text-align: center;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    box-sizing: border-box;
  }

  #mobile-menu a {
    display: block;
    padding: 20px 0;
    font-size: 22px;
    color: rgba(255, 255, 255, 0.96);
    text-decoration: none;
    text-shadow: 0 1px 1px rgba(15, 23, 42, 0.2);
  }

  .product-page header.header #mobile-menu a.nav-product {
    display: block;
  }

  #mobile-menu.active {
    display: flex;
  }

  #menu-toggle {
    background: none;
    border: none;
    font-size: 28px;
    color: #ffffff;
    cursor: pointer;
    flex-shrink: 0;
    padding: 0;
    line-height: 1;
    touch-action: manipulation;
    -webkit-tap-highlight-color: transparent;
  }

  #menu-toggle:focus-visible {
    outline: 2px solid var(--brand-green);
    outline-offset: 2px;
  }
}

/* Global mobile optimisation (≤768px) — stacks layouts, tightens type; heroes excluded from section padding */
@media (max-width: 768px) {
  /* General spacing */
  .layout-section:not(.hero-section):not(.hero) {
    padding: 40px 0;
  }

  .container {
    padding-left: 15px;
    padding-right: 15px;
  }

  /* Headings */
  h1 {
    font-size: 28px;
    line-height: 1.2;
  }

  h2 {
    font-size: 22px;
  }

  h3 {
    font-size: 18px;
  }

  /* Text */
  p {
    font-size: 14px;
    line-height: 1.5;
  }

  /* Stack as blocks — avoids flex/min-height quirks with aspect-ratio + absolute media */
  .layout-grid {
    display: block;
  }

  .layout-grid > * + * {
    margin-top: 20px;
  }

  /* Mobile: in-flow images in .layout-media (desktop keeps 13:7 frame + absolute fill) */
  .layout-media,
  .layout-media-frame {
    overflow: visible !important;
  }

  .layout-media-frame {
    aspect-ratio: unset !important;
    height: auto !important;
    position: relative !important;
  }

  .layout-media img {
    width: 100%;
    height: auto;
    display: block;
  }

  .layout-media .layout-media-frame img,
  .feature--tall-image .layout-media .layout-media-frame img,
  .layout-section.image-zoom-interlock .layout-media .layout-media-frame img,
  .image-zoom-thermal .layout-media-frame img {
    position: static !important;
    inset: auto !important;
    top: auto !important;
    left: auto !important;
    width: 100% !important;
    height: auto !important;
    max-width: 100% !important;
    max-height: none !important;
    min-height: 0;
    object-fit: unset !important;
    object-position: unset !important;
    transform: none !important;
  }

  .layout-media .layout-media-frame video {
    position: static !important;
    inset: auto !important;
    width: 100% !important;
    height: auto !important;
    max-width: 100% !important;
    object-fit: contain !important;
    object-position: center !important;
  }

  body.about-page .about-image {
    max-width: 100%;
  }

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

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

  .button {
    width: 100%;
    text-align: center;
    padding: 12px;
    box-sizing: border-box;
  }

  .pricing-tool-inner {
    flex-direction: column;
    text-align: center;
  }

  .pricing-tool-action {
    width: 100%;
  }

  .container.layout-grid {
    max-width: 100%;
    box-sizing: border-box;
    overflow-x: hidden;
  }

  .page-content .layout-section .layout-grid .content-full {
    min-width: 0;
  }

  .hero .hero-content,
  .hero-section .hero-content {
    min-width: 0;
    max-width: 100%;
  }

  .hero h1,
  .hero-section h1 {
    overflow-wrap: break-word;
  }

  .hero,
  .hero-section {
    min-height: 50vh;
    padding: 56px 0;
    box-sizing: border-box;
  }

  body.home-page .hero {
    padding-top: 72px;
    padding-bottom: 40px;
    min-height: 0;
  }

  body.home-page .hero-btn {
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
  }

  body.home-page #our-products .sheerline-buttons .hero-btn {
    width: 100%;
    max-width: 100%;
  }

  .site-footer {
    padding: 32px 16px;
  }

  .footer-inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 14px;
  }

  .site-footer a {
    min-height: 44px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 10px 16px;
    margin-bottom: 0;
  }
}

@media (max-width: 380px) {
  .container {
    padding-left: 12px;
    padding-right: 12px;
  }

  #mobile-menu a {
    padding-left: 16px;
    padding-right: 16px;
  }
}
