/* sunworld — page theme (moved out of the blade). Base reset/.reveal/.home-btn in company-base.css */
:root {
        --berry: #b5337a;
        --berry-dark: #7c1d54;
        --berry-soft: #f6e6ef;
        --orange: #ee7a2b;
        --yellow: #f3c333;
        --navy: #17253d;
        --ink: #24242c;
        --muted: #6f717d;
        --line: rgba(39, 42, 55, 0.12);
        --paper: #fffdfc;
        --blush: #fbf4f7;
        --cream: #fcf8f2;
        --shadow: 0 24px 70px rgba(112, 35, 76, 0.13);
      }

      * {
        box-sizing: border-box;
      }

      html {
        scroll-behavior: smooth;
      }

      body {
        margin: 0;
        overflow-x: hidden;
        color: var(--ink);
        background: var(--paper);
        font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
        line-height: 1.6;
      }

      body.menu-open {
        overflow: hidden;
      }

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

      img {
        display: block;
        max-width: 100%;
      }

      .container {
        width: min(1180px, calc(100% - 40px));
        margin: 0 auto;
      }

      h1,
      h2,
      h3,
      p {
        margin-top: 0;
      }

      h1,
      h2 {
        letter-spacing: -2px;
      }

      h1 {
        max-width: 740px;
        margin-bottom: 20px;
        color: var(--navy);
        font-size: clamp(56px, 6.6vw, 94px);
        line-height: 0.98;
      }

      h2 {
        max-width: 760px;
        margin-bottom: 18px;
        color: var(--navy);
        font-size: clamp(40px, 4.8vw, 68px);
        line-height: 1.04;
      }

      .eyebrow {
        display: inline-flex;
        align-items: center;
        gap: 9px;
        color: var(--berry);
        font-size: 11px;
        font-weight: 900;
        letter-spacing: 1.9px;
        text-transform: uppercase;
      }

      .eyebrow::before {
        width: 28px;
        height: 2px;
        background: var(--orange);
        content: "";
      }

      .button {
        display: inline-flex;
        min-height: 54px;
        padding: 0 22px;
        align-items: center;
        justify-content: center;
        gap: 11px;
        border: 1px solid transparent;
        border-radius: 999px;
        background: var(--berry);
        color: white;
        font-size: 12px;
        font-weight: 900;
        letter-spacing: 0.8px;
        text-transform: uppercase;
        transition: 220ms ease;
      }

      .button:hover {
        transform: translateY(-3px);
        box-shadow: 0 14px 24px rgba(181, 51, 122, 0.22);
      }

      .button.secondary {
        border-color: rgba(181, 51, 122, 0.24);
        background: rgba(255, 255, 255, 0.7);
        color: var(--berry-dark);
      }

      .button.light {
        background: white;
        color: var(--berry-dark);
      }

      .arrow {
        display: grid;
        width: 27px;
        height: 27px;
        place-items: center;
        border-radius: 50%;
        background: rgba(255, 255, 255, 0.24);
        font-size: 16px;
      }

      .secondary .arrow,
      .light .arrow {
        background: var(--berry-soft);
      }

      .topbar {
        position: absolute;
        z-index: 10;
        top: 0;
        left: 0;
        width: 100%;
        border-bottom: 1px solid rgba(38, 38, 51, 0.08);
      }

      nav {
        display: flex;
        min-height: 84px;
        align-items: center;
        justify-content: space-between;
        gap: 22px;
      }

      .brand img {
        width: 255px;
        mix-blend-mode: multiply;
      }

      .nav-links {
        display: flex;
        align-items: center;
        gap: 23px;
      }

      .nav-links > a:not(.button) {
        color: #4c4c58;
        font-size: 11px;
        font-weight: 900;
        letter-spacing: 0.6px;
        text-transform: uppercase;
      }

      .nav-links > a:not(.button):hover {
        color: var(--berry);
      }

      .menu-toggle {
        display: none;
        width: 44px;
        height: 44px;
        border: 1px solid var(--line);
        border-radius: 50%;
        background: rgba(255, 255, 255, 0.75);
        color: var(--berry-dark);
        cursor: pointer;
        font-size: 18px;
      }

      .hero {
        position: relative;
        min-height: 840px;
        overflow: hidden;
        background:
          radial-gradient(circle at 82% 28%, rgba(239, 163, 199, 0.36), transparent 20%),
          radial-gradient(circle at 75% 70%, rgba(244, 194, 113, 0.28), transparent 22%),
          linear-gradient(110deg, #fffdfd 0%, #fff9fa 54%, #f8ebf1 100%);
      }

      .hero::after {
        position: absolute;
        top: 180px;
        right: -120px;
        width: 510px;
        height: 510px;
        border: 1px solid rgba(181, 51, 122, 0.12);
        border-radius: 50%;
        box-shadow: 0 0 0 72px rgba(181, 51, 122, 0.035), 0 0 0 142px rgba(181, 51, 122, 0.022);
        content: "";
      }

      .hero-grid {
        position: relative;
        z-index: 2;
        display: grid;
        min-height: 840px;
        padding-top: 126px;
        align-items: center;
        gap: 48px;
        grid-template-columns: 1.08fr 0.92fr;
      }

      .hero h1 em {
        color: var(--berry);
        font-style: normal;
      }

      .hero-copy {
        max-width: 650px;
        margin-bottom: 29px;
        color: var(--muted);
        font-size: 17px;
      }

      .hero-actions {
        display: flex;
        flex-wrap: wrap;
        gap: 11px;
      }

      .hero-stats {
        display: grid;
        max-width: 600px;
        margin-top: 66px;
        gap: 0;
        grid-template-columns: repeat(3, 1fr);
      }

      .hero-stat {
        padding: 0 18px;
        border-left: 1px solid var(--line);
      }

      .hero-stat:first-child {
        padding-left: 0;
        border-left: 0;
      }

      .hero-stat strong {
        display: block;
        color: var(--berry);
        font-size: 34px;
        font-weight: 800;
        line-height: 1;
      }

      .hero-stat span {
        display: block;
        margin-top: 9px;
        color: var(--muted);
        font-size: 10px;
        font-weight: 900;
        letter-spacing: 1px;
        text-transform: uppercase;
      }

      .hero-visual {
        position: relative;
        min-height: 660px;
      }

      .catalogue-cover {
        position: absolute;
        top: 0;
        right: 0;
        width: min(100%, 480px);
        height: 650px;
        object-fit: cover;
        object-position: center;
        border: 10px solid rgba(255, 255, 255, 0.88);
        border-radius: 28px;
        box-shadow: var(--shadow);
      }

      .hero-chip {
        position: absolute;
        bottom: 32px;
        left: -34px;
        display: flex;
        width: 220px;
        padding: 15px;
        align-items: center;
        gap: 12px;
        border: 1px solid rgba(255, 255, 255, 0.78);
        border-radius: 16px;
        background: rgba(255, 255, 255, 0.84);
        box-shadow: 0 16px 42px rgba(81, 28, 60, 0.16);
        backdrop-filter: blur(12px);
      }

      .hero-chip b {
        display: block;
        color: var(--berry);
        font-size: 22px;
        line-height: 1;
      }

      .hero-chip span {
        display: block;
        margin-top: 4px;
        color: var(--muted);
        font-size: 10px;
        font-weight: 900;
        letter-spacing: 0.7px;
        text-transform: uppercase;
      }

      .pulse {
        display: grid;
        width: 45px;
        height: 45px;
        flex: 0 0 auto;
        place-items: center;
        border-radius: 50%;
        background: var(--berry-soft);
        color: var(--berry);
        font-weight: 900;
      }

      section {
        padding: 110px 0;
      }

      .body-copy {
        max-width: 680px;
        color: var(--muted);
        font-size: 16px;
      }

      .section-heading {
        display: flex;
        margin-bottom: 42px;
        align-items: end;
        justify-content: space-between;
        gap: 34px;
      }

      .section-heading p {
        max-width: 430px;
        margin-bottom: 5px;
        color: var(--muted);
      }

      .about {
        background: white;
      }

      .about-grid {
        display: grid;
        align-items: center;
        gap: 66px;
        grid-template-columns: 0.95fr 1.05fr;
      }

      .about-collage {
        position: relative;
        min-height: 540px;
      }

      .about-collage .large {
        width: calc(100% - 55px);
        height: 500px;
        object-fit: cover;
        object-position: center;
        border-radius: 24px;
        box-shadow: var(--shadow);
      }

      .about-collage .small {
        position: absolute;
        right: 0;
        bottom: 0;
        width: 45%;
        height: 205px;
        padding: 8px;
        object-fit: cover;
        border-radius: 18px;
        background: white;
        box-shadow: 0 18px 45px rgba(72, 28, 55, 0.16);
      }

      .about-badge {
        position: absolute;
        bottom: 22px;
        left: 20px;
        padding: 11px 15px;
        border-radius: 999px;
        background: var(--navy);
        color: white;
        font-size: 10px;
        font-weight: 900;
        letter-spacing: 1.1px;
        text-transform: uppercase;
      }

      .about-points {
        display: grid;
        margin-top: 29px;
        gap: 11px;
        grid-template-columns: repeat(2, 1fr);
      }

      .about-point {
        padding: 15px 16px;
        border: 1px solid var(--line);
        border-radius: 14px;
      }

      .about-point strong {
        display: block;
        color: var(--berry-dark);
        font-size: 13px;
      }

      .about-point span {
        color: var(--muted);
        font-size: 12px;
      }

      .timeline {
        overflow: hidden;
        background: var(--navy);
        color: white;
      }

      .timeline .eyebrow,
      .timeline h2 {
        color: white;
      }

      .timeline .eyebrow::before {
        background: var(--yellow);
      }

      .timeline-grid {
        display: grid;
        margin-top: 44px;
        gap: 1px;
        grid-template-columns: repeat(5, 1fr);
        background: rgba(255, 255, 255, 0.15);
      }

      .milestone {
        min-height: 205px;
        padding: 26px;
        background: var(--navy);
      }

      .milestone b {
        display: block;
        margin-bottom: 27px;
        color: #f3b7d5;
        font-size: 29px;
      }

      .milestone h3 {
        margin-bottom: 8px;
        font-size: 15px;
      }

      .milestone p {
        margin-bottom: 0;
        color: rgba(255, 255, 255, 0.62);
        font-size: 12px;
      }

      .products {
        background: var(--blush);
      }

      .product-grid {
        display: grid;
        gap: 15px;
        grid-template-columns: repeat(4, 1fr);
      }

      .product-card {
        overflow: hidden;
        border: 1px solid rgba(181, 51, 122, 0.12);
        border-radius: 18px;
        background: white;
        transition: 230ms ease;
      }

      .product-card:hover {
        transform: translateY(-7px);
        box-shadow: 0 20px 38px rgba(108, 42, 78, 0.12);
      }

      .product-card img {
        width: 100%;
        height: 205px;
        object-fit: cover;
        background: #f8f8f8;
      }

      .product-card-body {
        padding: 20px;
      }

      .product-card small {
        color: var(--berry);
        font-size: 10px;
        font-weight: 900;
        letter-spacing: 1.1px;
        text-transform: uppercase;
      }

      .product-card h3 {
        margin: 9px 0 7px;
        color: var(--navy);
        font-size: 19px;
        line-height: 1.14;
      }

      .product-card p {
        margin-bottom: 0;
        color: var(--muted);
        font-size: 12px;
      }

      .catalogue-detail {
        background: white;
      }

      .detail-grid {
        display: grid;
        gap: 12px;
        align-items: start;
        grid-template-columns: repeat(2, 1fr);
      }

      .detail-card {
        overflow: hidden;
        border: 1px solid var(--line);
        border-radius: 16px;
        background: white;
      }

      .detail-card summary {
        display: flex;
        padding: 18px 20px;
        align-items: center;
        justify-content: space-between;
        gap: 18px;
        color: var(--navy);
        cursor: pointer;
        font-size: 15px;
        font-weight: 900;
        list-style: none;
      }

      .detail-card summary::-webkit-details-marker {
        display: none;
      }

      .detail-card summary::after {
        content: "";
        width: 9px;
        height: 9px;
        margin-right: 6px;
        flex: 0 0 auto;
        border-right: 2.4px solid var(--berry);
        border-bottom: 2.4px solid var(--berry);
        transform: rotate(45deg);
        transition: transform 0.25s ease;
      }

      .detail-card summary:hover::after {
        border-color: var(--navy);
      }

      .detail-card.is-open summary::after {
        transform: rotate(-135deg);
      }

      .detail-thumb {
        width: 54px;
        height: 54px;
        flex: 0 0 auto;
        object-fit: contain;
        background: #f7f2f7;
        border: 1px solid var(--line);
        border-radius: 12px;
        padding: 5px;
      }

      .detail-name {
        flex: 1;
      }

      .detail-content {
        padding: 0 20px 19px;
        color: var(--muted);
        font-size: 13px;
        overflow: hidden;
      }

      .detail-content ul {
        margin: 0;
        padding-left: 18px;
      }

      .detail-content li + li {
        margin-top: 6px;
      }

      .mini-collection {
        display: grid;
        margin-top: 18px;
        overflow: hidden;
        border-radius: 19px;
        background: var(--navy);
        color: white;
        grid-template-columns: 0.76fr 1.24fr;
      }

      .mini-collection img {
        width: 100%;
        height: 100%;
        min-height: 300px;
        object-fit: cover;
      }

      .mini-copy {
        padding: 30px;
      }

      .mini-copy small {
        color: #f5bfdb;
        font-size: 10px;
        font-weight: 900;
        letter-spacing: 1.3px;
        text-transform: uppercase;
      }

      .mini-copy h3 {
        margin: 10px 0 8px;
        font-size: 27px;
        line-height: 1.08;
      }

      .mini-copy p {
        margin-bottom: 16px;
        color: rgba(255, 255, 255, 0.68);
        font-size: 13px;
      }

      .mini-grid {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        gap: 10px;
      }

      .mini-prod {
        margin: 0;
        background: white;
        border-radius: 12px;
        overflow: hidden;
      }

      .mini-prod img {
        display: block;
        width: 100%;
        height: 96px;
        object-fit: contain;
        background: white;
        padding: 6px;
      }

      .mini-prod figcaption {
        padding: 7px 8px;
        font-size: 11px;
        font-weight: 700;
        line-height: 1.25;
        text-align: center;
        color: var(--navy);
      }

      .technology {
        background: white;
      }

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

      .feature-card {
        position: relative;
        min-height: 520px;
        overflow: hidden;
        border-radius: 22px;
        background: var(--navy);
        box-shadow: var(--shadow);
      }

      .feature-card img {
        width: 100%;
        height: 100%;
        object-fit: cover;
      }

      .feature-card::after {
        position: absolute;
        inset: 0;
        background: linear-gradient(0deg, rgba(16, 25, 45, 0.92), rgba(16, 25, 45, 0.12) 70%);
        content: "";
      }

      .feature-copy {
        position: absolute;
        z-index: 1;
        right: 0;
        bottom: 0;
        left: 0;
        padding: 27px;
        color: white;
      }

      .feature-copy small {
        color: #f5bfdb;
        font-size: 10px;
        font-weight: 900;
        letter-spacing: 1.4px;
        text-transform: uppercase;
      }

      .feature-copy h3 {
        margin: 10px 0 8px;
        font-size: 27px;
        line-height: 1.06;
      }

      .feature-copy p {
        margin-bottom: 0;
        color: rgba(255, 255, 255, 0.7);
        font-size: 13px;
      }

      .value {
        background: var(--cream);
      }

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

      .value-card {
        padding: 25px;
        border: 1px solid var(--line);
        border-radius: 16px;
        background: rgba(255, 255, 255, 0.76);
      }

      .value-card b {
        display: block;
        margin-bottom: 20px;
        color: var(--berry);
        font-size: 27px;
      }

      .value-card h3 {
        margin-bottom: 8px;
        color: var(--navy);
        font-size: 16px;
      }

      .value-card p {
        margin-bottom: 0;
        color: var(--muted);
        font-size: 13px;
      }

      .price {
        background: white;
      }

      .price-wrap {
        overflow: hidden;
        border: 1px solid var(--line);
        border-radius: 20px;
        box-shadow: 0 18px 55px rgba(47, 35, 54, 0.06);
      }

      .price-row {
        display: grid;
        min-height: 66px;
        padding: 0 22px;
        align-items: center;
        border-bottom: 1px solid var(--line);
        gap: 18px;
        grid-template-columns: 1fr 170px;
      }

      .price-row:last-child {
        border-bottom: 0;
      }

      .price-row.header {
        min-height: 54px;
        background: var(--berry);
        color: white;
        font-size: 11px;
        font-weight: 900;
        letter-spacing: 1px;
        text-transform: uppercase;
      }

      .price-row strong {
        color: var(--navy);
        font-size: 14px;
      }

      .price-row span:last-child {
        color: var(--berry);
        font-size: 16px;
        font-weight: 900;
      }

      .price-row.header span:last-child {
        color: white;
      }

      .price-note {
        margin-top: 16px;
        color: var(--muted);
        font-size: 12px;
      }

      .contact {
        padding-bottom: 42px;
        background: var(--blush);
      }

      .contact-card {
        display: grid;
        overflow: hidden;
        border-radius: 23px;
        background: var(--berry);
        color: white;
        grid-template-columns: 1.05fr 0.95fr;
        box-shadow: var(--shadow);
      }

      .contact-main {
        padding: 55px;
      }

      .contact-main .eyebrow,
      .contact-main h2 {
        color: white;
      }

      .contact-main .eyebrow::before {
        background: var(--yellow);
      }

      .contact-main p {
        max-width: 560px;
        margin-bottom: 28px;
        color: rgba(255, 255, 255, 0.75);
      }

      .contact-detail {
        display: grid;
        padding: 48px 45px;
        align-content: center;
        gap: 16px;
        background: rgba(34, 22, 52, 0.25);
      }

      .contact-line {
        padding-bottom: 14px;
        border-bottom: 1px solid rgba(255, 255, 255, 0.16);
      }

      .contact-line:last-child {
        padding-bottom: 0;
        border-bottom: 0;
      }

      .contact-line small {
        display: block;
        color: #ffd2e8;
        font-size: 10px;
        font-weight: 900;
        letter-spacing: 1.4px;
        text-transform: uppercase;
      }

      .contact-line a,
      .contact-line span {
        display: block;
        margin-top: 5px;
        color: rgba(255, 255, 255, 0.9);
        font-size: 13px;
        font-style: normal;
      }

      footer {
        display: flex;
        padding-top: 24px;
        justify-content: space-between;
        gap: 16px;
        color: var(--muted);
        font-size: 12px;
      }

      .reveal {
        opacity: 0;
        transform: translateY(22px);
        transition: opacity 620ms ease, transform 620ms ease;
      }

      .reveal.visible {
        opacity: 1;
        transform: none;
      }

      @media (max-width: 940px) {
        .nav-links {
          position: fixed;
          z-index: 11;
          inset: 0 0 0 24%;
          padding: 96px 34px;
          align-items: stretch;
          flex-direction: column;
          background: rgba(255, 250, 252, 0.98);
          transform: translateX(100%);
          transition: transform 220ms ease;
        }

        .menu-open .nav-links {
          transform: none;
        }

        .menu-toggle {
          z-index: 12;
          display: block;
        }

        .hero-grid,
        .about-grid,
        .contact-card {
          grid-template-columns: 1fr;
        }

        .mini-collection {
          grid-template-columns: 1fr;
        }

        .mini-grid {
          grid-template-columns: repeat(2, 1fr);
        }

        .hero-grid {
          padding: 150px 0 70px;
        }

        .hero-visual {
          min-height: 590px;
        }

        .catalogue-cover {
          left: 50%;
          transform: translateX(-50%);
        }

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

        .product-grid {
          grid-template-columns: repeat(2, 1fr);
        }
      }

      @media (max-width: 620px) {
        .container {
          width: min(100% - 28px, 1180px);
        }

        nav {
          min-height: 74px;
        }

        .brand img {
          width: 210px;
        }

        section {
          padding: 82px 0;
        }

        h1 {
          font-size: clamp(53px, 15vw, 68px);
        }

        h2 {
          font-size: clamp(38px, 12vw, 55px);
        }

        .hero-actions {
          align-items: flex-start;
          flex-direction: column;
        }

        .hero-stats {
          gap: 22px 0;
          grid-template-columns: repeat(2, 1fr);
        }

        .hero-stat:nth-child(3) {
          padding-left: 0;
          border-left: 0;
        }

        .hero-visual {
          min-height: 530px;
        }

        .catalogue-cover {
          width: 88%;
          height: 525px;
        }

        .hero-chip {
          bottom: 18px;
          left: 1px;
        }

        .section-heading {
          display: block;
        }

        .about-collage {
          min-height: 390px;
        }

        .about-collage .large {
          width: 100%;
          height: 355px;
        }

        .about-collage .small {
          width: 51%;
          height: 145px;
        }

        .about-badge {
          display: none;
        }

        .about-points,
        .timeline-grid,
        .product-grid,
        .feature-grid,
        .value-grid,
        .detail-grid {
          grid-template-columns: 1fr;
        }

        .milestone {
          min-height: 0;
        }

        .feature-card {
          min-height: 400px;
        }

        .price-row {
          padding: 13px 16px;
          gap: 9px;
          grid-template-columns: 1fr 82px;
        }

        .price-row strong {
          font-size: 12px;
        }

        .price-row span:last-child {
          font-size: 13px;
        }

        .contact-main,
        .contact-detail {
          padding: 33px 25px;
        }

        footer {
          flex-direction: column;
        }
      }
*{font-family:"Montserrat",-apple-system,BlinkMacSystemFont,"Segoe UI",Arial,sans-serif!important}
