﻿      :root {
        --ink: #231112;
        --muted: #715a5c;
        --red: #b3262f;
        --red-dark: #6e121b;
        --green: #128c4b;
        --green-dark: #0b6535;
        --mint: #ffe3e5;
        --cream: #f8f5ed;
        --white: #ffffff;
        --amber: #f0a33a;
        --coral: #d94854;
        --line: rgba(35, 17, 18, 0.14);
        --shadow: 0 20px 60px rgba(110, 18, 27, 0.2);
        --page-width: 1180px;
        --page-gutter: 32px;
        --topbar-height: 40px;
        --nav-height: 84px;
        --site-header-height: calc(var(--topbar-height) + var(--nav-height));
      }

      * {
        box-sizing: border-box;
      }

      html {
        scroll-behavior: smooth;
        overflow-x: hidden;
      }

      body {
        margin: 0;
        color: var(--ink);
        font-family:
          Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont,
          "Segoe UI", sans-serif;
        background: var(--cream);
        letter-spacing: 0;
        overflow-x: hidden;
      }

      main {
        padding-top: var(--site-header-height);
      }

      [data-aos] {
        transition-property: transform, opacity;
      }

      body:not(.aos-ready) [data-aos] {
        opacity: 0;
        transform: translateY(34px);
        transition-duration: 1200ms;
        transition-timing-function: cubic-bezier(0.16, 1, 0.3, 1);
      }

      body:not(.aos-ready) [data-aos="fade-right"] {
        transform: translateX(-34px);
      }

      body:not(.aos-ready) [data-aos="fade-left"] {
        transform: translateX(34px);
      }

      body:not(.aos-ready) [data-aos].aos-animate {
        opacity: 1;
        transform: none;
      }

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

      button,
      input {
        font: inherit;
      }

      .site-header {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        z-index: 90;
        border-bottom: 1px solid rgba(110, 18, 27, 0.1);
        background:
          linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(255, 255, 255, 0.92)),
          rgba(255, 255, 255, 0.96);
        color: var(--red-dark);
        backdrop-filter: blur(18px);
        box-shadow: 0 14px 38px rgba(35, 17, 18, 0.12);
      }

      .topbar {
        min-height: var(--topbar-height);
        border-bottom: 1px solid rgba(110, 18, 27, 0.08);
        display: flex;
        align-items: center;
        color: rgba(255, 255, 255, 0.94);
        background:
          linear-gradient(90deg, var(--red-dark), #8a1521 56%, var(--green-dark));
        font-size: 0.82rem;
        font-weight: 760;
      }

      .topbar-inner {
        width: min(var(--page-width), calc(100% - var(--page-gutter)));
        margin: 0 auto;
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 18px;
      }

      .topbar-service,
      .topbar-details,
      .topbar-link {
        display: inline-flex;
        align-items: center;
      }

      .topbar-service {
        min-width: 0;
        margin: 0;
        gap: 8px;
      }

      .topbar-service strong {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
      }

      .topbar-details {
        flex: 0 0 auto;
        gap: 14px;
      }

      .topbar-link {
        gap: 6px;
        color: inherit;
        white-space: nowrap;
        opacity: 0.94;
        transition:
          opacity 180ms ease,
          transform 180ms ease;
      }

      .topbar-link:hover {
        opacity: 1;
        transform: translateY(-1px);
      }

      .topbar svg {
        width: 15px;
        height: 15px;
      }

      .nav {
        width: min(var(--page-width), calc(100% - var(--page-gutter)));
        min-height: var(--nav-height);
        margin: 0 auto;
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 24px;
      }

      .brand {
        display: inline-flex;
        align-items: center;
        gap: 12px;
        font-weight: 800;
        letter-spacing: 0;
        transition: transform 420ms cubic-bezier(0.16, 1, 0.3, 1);
      }

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

      .brand-mark {
        width: clamp(170px, 18vw, 230px);
        height: 66px;
        border: 0;
        border-radius: 0;
        display: block;
        object-fit: contain;
        object-position: left center;
        background: transparent;
        box-shadow: none;
      }

      .brand-text {
        position: absolute;
        width: 1px;
        height: 1px;
        overflow: hidden;
        clip: rect(0 0 0 0);
        white-space: nowrap;
        display: block;
        line-height: 1.02;
      }

      .brand-text small {
        margin-top: 3px;
        color: rgba(110, 18, 27, 0.68);
        font-size: 0.72rem;
        font-weight: 600;
      }

      .nav-links {
        display: flex;
        align-items: center;
        gap: 4px;
        border: 1px solid rgba(110, 18, 27, 0.1);
        border-radius: 999px;
        padding: 5px;
        color: rgba(110, 18, 27, 0.82);
        font-size: 0.94rem;
        font-weight: 850;
        background: rgba(255, 255, 255, 0.6);
        box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.9);
      }

      .nav-item {
        position: relative;
      }

      .nav-products::after {
        position: absolute;
        top: 100%;
        left: -14px;
        right: -14px;
        height: 16px;
        content: "";
      }

      .nav-links a,
      .nav-products-toggle {
        position: relative;
        min-height: 38px;
        border-radius: 999px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        padding: 0 14px;
        transition:
          color 220ms ease,
          background-color 220ms ease,
          transform 220ms ease;
      }

      .nav-products-toggle {
        border: 0;
        gap: 6px;
        color: inherit;
        background: transparent;
        font: inherit;
        cursor: pointer;
      }

      .nav-products-toggle svg {
        width: 14px;
        height: 14px;
        transition: transform 280ms ease;
      }

      .nav-products-toggle[aria-expanded="true"] svg,
      .nav-item:hover .nav-products-toggle svg {
        transform: rotate(180deg);
      }

      .nav-links a:hover,
      .nav-products-toggle[aria-expanded="true"],
      .nav-products-toggle:hover {
        color: var(--red-dark);
        background: rgba(110, 18, 27, 0.08);
        transform: translateY(-1px);
      }

      .nav-links > a::after,
      .nav-products-toggle::after {
        position: absolute;
        left: 15px;
        right: 15px;
        bottom: 7px;
        height: 2px;
        border-radius: 999px;
        content: "";
        background: var(--red-dark);
        transform: scaleX(0);
        transform-origin: center;
        transition: transform 420ms cubic-bezier(0.16, 1, 0.3, 1);
      }

      .nav-links > a:hover::after,
      .nav-products-toggle:hover::after {
        transform: scaleX(1);
      }

      .nav-category-menu {
        position: absolute;
        top: calc(100% + 14px);
        left: 50%;
        min-width: 280px;
        max-height: min(70vh, 430px);
        border: 1px solid rgba(110, 18, 27, 0.1);
        border-radius: 8px;
        display: grid;
        gap: 4px;
        overflow: visible;
        padding: 10px;
        background: var(--white);
        box-shadow: 0 28px 70px rgba(35, 17, 18, 0.18);
        opacity: 0;
        pointer-events: none;
        transform: translate(-50%, 10px);
        transition:
          opacity 220ms ease,
          transform 220ms ease,
          visibility 220ms ease;
        visibility: hidden;
      }

      .nav-item:hover .nav-category-menu,
      .nav-item:focus-within .nav-category-menu,
      .nav-category-menu.is-open,
      .nav-products-toggle[aria-expanded="true"] + .nav-category-menu {
        opacity: 1 !important;
        pointer-events: auto;
        transform: translate(-50%, 0) !important;
        visibility: visible !important;
      }

      .nav-category-row {
        position: relative;
      }

      .nav-category-row::after {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 100%;
        width: 12px;
        content: "";
      }

      .nav-category-link,
      .nav-brand-menu a {
        border-radius: 6px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 12px;
        padding: 10px 12px;
        color: var(--red-dark);
        font-size: 0.88rem;
        line-height: 1.2;
        white-space: nowrap;
        transition:
          background-color 180ms ease,
          color 180ms ease,
          transform 180ms ease;
      }

      .nav-category-link svg {
        width: 13px;
        height: 13px;
        color: rgba(110, 18, 27, 0.62);
      }

      .nav-category-link::after,
      .nav-brand-menu a::after {
        display: none;
      }

      .nav-category-link:hover,
      .nav-category-link.is-active,
      .nav-brand-menu a:hover,
      .nav-brand-menu a.is-active {
        color: var(--red-dark);
        background: rgba(110, 18, 27, 0.1);
        transform: translateX(2px);
      }

      .nav-brand-menu {
        position: absolute;
        top: -8px;
        left: calc(100% + 8px);
        min-width: 210px;
        max-height: min(70vh, 430px);
        border: 1px solid rgba(110, 18, 27, 0.12);
        border-radius: 8px;
        display: grid;
        gap: 4px;
        overflow: auto;
        padding: 8px;
        background: var(--white);
        box-shadow: 0 24px 60px rgba(35, 17, 18, 0.16);
        opacity: 0;
        pointer-events: none;
        transform: translateX(8px);
        transition:
          opacity 180ms ease,
          transform 180ms ease,
          visibility 180ms ease;
        visibility: hidden;
      }

      .nav-category-row:hover > .nav-brand-menu,
      .nav-category-row:focus-within > .nav-brand-menu,
      .nav-brand-menu.is-open {
        opacity: 1;
        pointer-events: auto;
        transform: translateX(0);
        visibility: visible;
      }

      .language-switcher {
        display: inline-flex;
        align-items: center;
        gap: 4px;
        border: 1px solid rgba(110, 18, 27, 0.12);
        border-radius: 999px;
        padding: 4px;
        background: rgba(255, 255, 255, 0.72);
        box-shadow:
          inset 0 1px 0 rgba(255, 255, 255, 0.88),
          0 8px 22px rgba(35, 17, 18, 0.08);
      }

      .language-switcher button {
        min-width: 36px;
        height: 30px;
        border: 0;
        border-radius: 999px;
        color: rgba(110, 18, 27, 0.78);
        background: transparent;
        font-size: 0.78rem;
        font-weight: 850;
        cursor: pointer;
        transition:
          color 200ms ease,
          background-color 200ms ease,
          box-shadow 200ms ease;
      }

      .language-switcher button.is-active {
        color: var(--white);
        background: linear-gradient(135deg, var(--red-dark), var(--red));
        box-shadow: 0 7px 18px rgba(110, 18, 27, 0.24);
      }

      .nav-actions {
        display: flex;
        align-items: center;
        gap: 10px;
      }

      .icon-button {
        width: 42px;
        height: 42px;
        border: 1px solid rgba(110, 18, 27, 0.14);
        border-radius: 999px;
        display: inline-grid;
        place-items: center;
        background: rgba(255, 255, 255, 0.76);
        color: var(--red-dark);
        box-shadow: 0 8px 22px rgba(35, 17, 18, 0.08);
        cursor: pointer;
      }

      .menu-toggle {
        display: none;
      }

      .button {
        position: relative;
        overflow: hidden;
        min-height: 46px;
        border: 2px solid rgba(255, 255, 255, 0.78);
        border-radius: 999px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        gap: 9px;
        padding: 0 21px;
        color: #ffffff;
        background: #6e121b;
        font-size: 0.94rem;
        font-weight: 950;
        line-height: 1;
        text-shadow: none;
        box-shadow: 0 16px 34px rgba(110, 18, 27, 0.28);
        cursor: pointer;
        transition:
          transform 420ms cubic-bezier(0.16, 1, 0.3, 1),
          box-shadow 420ms cubic-bezier(0.16, 1, 0.3, 1),
          background-color 300ms ease;
      }

      .button::after {
        position: absolute;
        inset: 0;
        content: "";
        background: linear-gradient(105deg, transparent 0%, rgba(255, 255, 255, 0.28) 45%, transparent 72%);
        transform: translateX(-130%);
        transition: transform 850ms cubic-bezier(0.16, 1, 0.3, 1);
      }

      .button:hover::after {
        transform: translateX(130%);
      }

      .button > * {
        position: relative;
        z-index: 1;
      }

      .button > i {
        width: 20px;
        height: 20px;
        display: inline-flex;
        flex: 0 0 auto;
        align-items: center;
        justify-content: center;
        font-size: 1rem;
        line-height: 1;
      }

      .button.secondary {
        border-color: rgba(255, 255, 255, 0.78);
        color: #ffffff;
        background: #6e121b;
        box-shadow: 0 16px 34px rgba(110, 18, 27, 0.28);
      }

      .nav-actions .button.secondary {
        border-color: rgba(255, 255, 255, 0.78);
        font-weight: 950;
        box-shadow: 0 16px 34px rgba(110, 18, 27, 0.28);
      }

      .nav-actions .button.secondary:hover {
        background: #8a1521;
      }

      .button.outline {
        border-color: rgba(255, 255, 255, 0.78);
        color: #ffffff;
        background: #6e121b;
        box-shadow: 0 16px 34px rgba(110, 18, 27, 0.28);
      }

      .button.whatsapp {
        color: var(--white);
        background: #128c4b;
        box-shadow: 0 14px 32px rgba(18, 140, 75, 0.24);
      }

      .button.whatsapp:hover {
        background: #0f7a42;
        box-shadow: 0 18px 40px rgba(18, 140, 75, 0.3);
      }

      .button:hover,
      .icon-button:hover {
        background: #8a1521;
        transform: translateY(-3px);
        box-shadow: 0 20px 42px rgba(110, 18, 27, 0.36);
      }

      .hero {
        position: relative;
        min-height: calc(100svh - 112px);
        overflow: hidden;
        color: var(--white);
        background:
          linear-gradient(100deg, rgba(110, 18, 27, 0.98) 0%, rgba(137, 23, 34, 0.95) 48%, rgba(189, 34, 47, 0.9) 100%),
          linear-gradient(135deg, #6e121b, #c22532);
      }

      .hero::after {
        position: absolute;
        inset: 0;
        content: "";
        background: linear-gradient(110deg, transparent 0%, rgba(255, 255, 255, 0.08) 48%, transparent 70%);
        transform: translateX(-100%);
        animation: heroLightSweep 8s ease-in-out infinite;
        pointer-events: none;
      }

      .hero-inner {
        position: relative;
        z-index: 1;
        width: min(var(--page-width), calc(100% - var(--page-gutter)));
        min-height: calc(100svh - 112px);
        margin: 0 auto;
        display: grid;
        grid-template-columns: minmax(0, 0.95fr) minmax(360px, 0.78fr);
        align-items: center;
        gap: clamp(32px, 6vw, 88px);
        padding: clamp(46px, 6vw, 78px) 0;
      }

      .hero-copy {
        width: min(590px, 100%);
      }

      .hero-product-banner {
        width: 100%;
        min-width: 0;
      }

      .product-banner-card {
        position: relative;
        isolation: isolate;
        min-height: clamp(430px, 48vw, 580px);
        border: 1px solid rgba(255, 255, 255, 0.2);
        border-radius: 8px;
        overflow: hidden;
        background:
          linear-gradient(160deg, rgba(255, 255, 255, 0.97) 0%, rgba(255, 246, 244, 0.94) 54%, rgba(255, 229, 224, 0.9) 100%);
        box-shadow: 0 32px 90px rgba(35, 17, 18, 0.28);
      }

      .product-banner-card::before,
      .product-banner-card::after {
        position: absolute;
        inset: auto;
        z-index: -1;
        content: "";
        pointer-events: none;
      }

      .product-banner-card::before {
        right: -24%;
        bottom: -16%;
        width: 76%;
        height: 48%;
        background: linear-gradient(135deg, rgba(194, 37, 50, 0.18), rgba(110, 18, 27, 0.04));
        transform: rotate(-9deg);
      }

      .product-banner-card::after {
        top: 0;
        right: 0;
        width: 44%;
        height: 100%;
        background:
          repeating-linear-gradient(90deg, rgba(110, 18, 27, 0.06) 0 1px, transparent 1px 38px);
      }

      .product-banner-card__copy {
        position: relative;
        z-index: 3;
        max-width: 310px;
        padding: clamp(24px, 3vw, 34px);
        color: var(--red-dark);
        text-shadow: 0 1px 0 rgba(255, 255, 255, 0.72);
      }

      .product-banner-card__copy span {
        display: block;
        color: rgba(110, 18, 27, 0.68);
        font-size: 0.76rem;
        font-weight: 850;
        line-height: 1.2;
        text-transform: uppercase;
      }

      .product-banner-card__copy h2 {
        margin: 10px 0 0;
        font-size: clamp(1.85rem, 3.6vw, 3.15rem);
        line-height: 0.98;
        letter-spacing: 0;
      }

      .product-banner-card__copy p {
        margin: 14px 0 0;
        color: rgba(75, 38, 43, 0.78);
        font-size: 0.95rem;
        line-height: 1.52;
      }

      .product-banner-card__link {
        position: relative;
        z-index: 5;
        width: fit-content;
        min-height: 46px;
        margin-top: 18px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        border: 2px solid rgba(255, 255, 255, 0.78);
        border-radius: 999px;
        padding: 0 21px;
        color: #ffffff;
        background: #6e121b;
        font-size: 0.94rem;
        font-weight: 950;
        line-height: 1;
        text-decoration: none;
        text-shadow: none;
        box-shadow: 0 16px 34px rgba(110, 18, 27, 0.28);
        transition:
          background-color 300ms ease,
          transform 420ms cubic-bezier(0.16, 1, 0.3, 1),
          box-shadow 420ms ease;
      }

      .product-banner-card__link:hover {
        background: #8a1521;
        transform: translateY(-2px);
        box-shadow: 0 20px 42px rgba(110, 18, 27, 0.36);
      }

      .product-showcase {
        position: absolute;
        inset: 0;
        z-index: 1;
        overflow: hidden;
        pointer-events: none;
      }

      .product-showcase::before {
        position: absolute;
        right: 8%;
        bottom: 0;
        width: 68%;
        height: 24%;
        border-radius: 50%;
        content: "";
        background: rgba(110, 18, 27, 0.12);
        filter: blur(24px);
      }

      .product-shot {
        position: absolute;
        top: var(--slide-top, 54%);
        right: var(--slide-right, -2%);
        bottom: auto;
        width: auto;
        max-width: 72%;
        height: var(--slide-size, 60%);
        max-height: 72%;
        z-index: var(--slide-z, 1);
        object-fit: contain;
        opacity: 0;
        filter: drop-shadow(0 24px 26px rgba(35, 17, 18, 0.2));
        transform: translate(28px, -50%) scale(0.96);
        animation: productBackgroundSlide 30s ease-in-out infinite;
        animation-delay: calc(var(--slide-index, 0) * 3s);
        user-select: none;
      }

      .product-banner-card__chips {
        position: absolute;
        right: clamp(18px, 3vw, 30px);
        bottom: clamp(16px, 2.4vw, 24px);
        left: clamp(18px, 3vw, 30px);
        z-index: 4;
        display: flex;
        flex-wrap: wrap;
        gap: 8px;
      }

      .product-banner-card__chips span {
        display: inline-flex;
        align-items: center;
        min-height: 30px;
        border: 1px solid rgba(110, 18, 27, 0.1);
        border-radius: 999px;
        padding: 0 10px;
        color: var(--red-dark);
        background: rgba(255, 255, 255, 0.78);
        font-size: 0.72rem;
        font-weight: 850;
        backdrop-filter: blur(10px);
      }

      .scroll-cue {
        position: fixed;
        right: 50%;
        bottom: 22px;
        z-index: 80;
        display: inline-flex;
        align-items: center;
        gap: 12px;
        border: 1px solid rgba(255, 255, 255, 0.24);
        border-radius: 999px;
        padding: 8px 9px 8px 16px;
        color: var(--white);
        background:
          linear-gradient(135deg, rgba(110, 18, 27, 0.88), rgba(194, 31, 45, 0.78)),
          rgba(110, 18, 27, 0.72);
        box-shadow: 0 18px 46px rgba(60, 9, 16, 0.28), inset 0 1px 0 rgba(255, 255, 255, 0.18);
        backdrop-filter: blur(16px);
        font-size: 0.74rem;
        font-weight: 850;
        text-decoration: none;
        transform: translateX(50%);
        transition:
          opacity 300ms ease,
          transform 300ms ease,
          box-shadow 300ms ease;
      }

      .scroll-cue::before {
        position: absolute;
        inset: 4px;
        border: 1px solid rgba(255, 255, 255, 0.13);
        border-radius: inherit;
        content: "";
        pointer-events: none;
      }

      .scroll-cue__text {
        position: relative;
        z-index: 1;
        max-width: 190px;
        line-height: 1.1;
        text-align: right;
      }

      .scroll-cue.is-hidden {
        opacity: 0;
        pointer-events: none;
        transform: translateX(50%) translateY(10px);
      }

      .scroll-cue:hover {
        box-shadow: 0 22px 54px rgba(60, 9, 16, 0.34), inset 0 1px 0 rgba(255, 255, 255, 0.2);
        transform: translateX(50%) translateY(-2px);
      }

      .scroll-cue__mouse {
        position: relative;
        z-index: 1;
        display: grid;
        place-items: center;
        width: 38px;
        height: 38px;
        border-radius: 50%;
        color: var(--red-dark);
        background: rgba(255, 255, 255, 0.94);
        box-shadow: 0 10px 24px rgba(60, 9, 16, 0.2);
        flex: 0 0 auto;
      }

      .scroll-cue__mouse i {
        position: relative;
        width: 14px;
        height: 23px;
        border: 2px solid currentColor;
        border-radius: 999px;
        opacity: 0.9;
      }

      .scroll-cue__mouse i::after {
        position: absolute;
        top: 5px;
        left: 50%;
        width: 3px;
        height: 6px;
        border-radius: 999px;
        content: "";
        background: currentColor;
        transform: translateX(-50%);
        animation: scrollWheel 1.55s ease-in-out infinite;
      }

      .eyebrow {
        width: fit-content;
        margin: 0 0 16px;
        display: inline-flex;
        align-items: center;
        gap: 8px;
        border: 1px solid rgba(255, 255, 255, 0.62);
        color: var(--red-dark);
        background: rgba(255, 255, 255, 0.94);
        border-radius: 999px;
        padding: 8px 12px;
        font-size: 0.78rem;
        font-weight: 850;
        box-shadow: 0 12px 30px rgba(35, 17, 18, 0.16);
        transition:
          transform 520ms cubic-bezier(0.16, 1, 0.3, 1),
          box-shadow 520ms cubic-bezier(0.16, 1, 0.3, 1);
      }

      .hero-copy .eyebrow {
        color: var(--red-dark);
      }

      .eyebrow:hover {
        transform: translateY(-2px);
        box-shadow: 0 18px 44px rgba(35, 17, 18, 0.22);
      }

      h1 {
        margin: 0;
        max-width: 12ch;
        font-size: clamp(2.75rem, 6vw, 5.8rem);
        line-height: 0.96;
        letter-spacing: 0;
      }

      .hero-copy p {
        max-width: 560px;
        margin: 18px 0 0;
        color: rgba(255, 255, 255, 0.82);
        font-size: clamp(0.98rem, 1.55vw, 1.1rem);
        line-height: 1.58;
      }

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

      .hero-facts {
        display: grid;
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 12px;
        width: min(590px, 100%);
        margin-top: 18px;
      }

      .fact {
        min-height: 74px;
        border: 1px solid rgba(255, 255, 255, 0.18);
        border-radius: 8px;
        padding: 13px;
        background: rgba(255, 255, 255, 0.1);
        backdrop-filter: blur(12px);
        transition:
          transform 520ms cubic-bezier(0.16, 1, 0.3, 1),
          background-color 520ms ease,
          border-color 520ms ease;
      }

      .fact:hover {
        border-color: rgba(255, 255, 255, 0.32);
        background: rgba(255, 255, 255, 0.15);
        transform: translateY(-4px);
      }

      .fact strong {
        display: block;
        font-size: 1rem;
        line-height: 1.1;
      }

      .fact span {
        display: block;
        margin-top: 6px;
        color: rgba(255, 255, 255, 0.76);
        font-size: 0.78rem;
        line-height: 1.35;
      }

      .section {
        padding: clamp(56px, 7vw, 92px) 0;
        scroll-margin-top: 82px;
      }

      .section.alt {
        background: var(--white);
      }

      .container {
        width: min(var(--page-width), calc(100% - var(--page-gutter)));
        margin: 0 auto;
      }

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

      .section-head h2 {
        margin: 0;
        max-width: 620px;
        font-size: clamp(2rem, 4vw, 3.4rem);
        line-height: 1;
        letter-spacing: 0;
      }

      .section-head p {
        max-width: 430px;
        margin: 0;
        color: var(--muted);
        line-height: 1.62;
      }

      .about-section {
        background:
          linear-gradient(180deg, rgba(255, 255, 255, 0.72), rgba(255, 255, 255, 0)),
          var(--cream);
      }

      .about-layout {
        display: grid;
        grid-template-columns: minmax(0, 0.96fr) minmax(420px, 1.04fr);
        gap: clamp(34px, 5vw, 70px);
        align-items: start;
      }

      .section-kicker {
        width: fit-content;
        margin-bottom: 14px;
        border: 1px solid rgba(110, 18, 27, 0.12);
        border-radius: 999px;
        display: inline-flex;
        align-items: center;
        padding: 7px 12px;
        color: var(--red-dark);
        background: rgba(255, 255, 255, 0.78);
        font-size: 0.78rem;
        font-weight: 900;
      }

      .about-copy h2 {
        max-width: 700px;
        margin: 0;
        font-size: clamp(2rem, 4vw, 3.45rem);
        line-height: 1;
        letter-spacing: 0;
      }

      .about-copy p {
        max-width: 620px;
        margin: 18px 0 0;
        color: var(--muted);
        font-size: 1.02rem;
        line-height: 1.72;
      }

      .about-profile {
        max-width: 620px;
        margin-top: 20px;
        border: 1px solid rgba(110, 18, 27, 0.12);
        border-radius: 8px;
        padding: 20px;
        background: rgba(255, 255, 255, 0.72);
        box-shadow: 0 18px 44px rgba(35, 17, 18, 0.07);
      }

      .about-profile__label {
        display: inline-flex;
        width: fit-content;
        margin-bottom: 10px;
        border-radius: 999px;
        padding: 5px 9px;
        color: var(--red-dark);
        background: rgba(110, 18, 27, 0.08);
        font-size: 0.72rem;
        font-weight: 900;
      }

      .about-profile h3 {
        margin: 0;
        color: var(--red-dark);
        font-size: clamp(1.24rem, 2vw, 1.55rem);
        line-height: 1.16;
      }

      .about-profile p {
        margin-top: 10px;
        font-size: 0.94rem;
        line-height: 1.62;
      }

      .about-profile strong {
        color: var(--ink);
      }

      .language-pills {
        display: flex;
        flex-wrap: wrap;
        gap: 8px;
        margin-top: 12px;
      }

      .language-pills span {
        min-height: 30px;
        border: 1px solid rgba(110, 18, 27, 0.1);
        border-radius: 999px;
        display: inline-flex;
        align-items: center;
        padding: 0 11px;
        color: var(--red-dark);
        background: rgba(255, 255, 255, 0.82);
        font-size: 0.8rem;
        font-weight: 850;
      }

      .about-profile__note {
        color: rgba(113, 90, 92, 0.92);
      }

      .about-actions {
        display: flex;
        flex-wrap: wrap;
        gap: 12px;
        margin-top: 22px;
      }

      .about-points {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 16px;
        align-self: stretch;
      }

      .about-point {
        position: relative;
        min-height: 238px;
        border: 1px solid rgba(35, 17, 18, 0.12);
        border-radius: 8px;
        display: grid;
        align-content: start;
        overflow: hidden;
        padding: 14px;
        background:
          linear-gradient(180deg, rgba(255, 255, 255, 0.94), rgba(255, 248, 247, 0.82)),
          rgba(255, 255, 255, 0.76);
        box-shadow: 0 18px 44px rgba(35, 17, 18, 0.08);
        transition:
          transform 520ms cubic-bezier(0.16, 1, 0.3, 1),
          box-shadow 520ms cubic-bezier(0.16, 1, 0.3, 1),
          border-color 520ms ease;
      }

      .about-point::before {
        position: absolute;
        inset: 0;
        border-radius: inherit;
        content: "";
        background: linear-gradient(135deg, rgba(179, 38, 47, 0.12), transparent 38%);
        opacity: 0;
        pointer-events: none;
        transition: opacity 520ms ease;
      }

      .about-point:hover {
        border-color: rgba(179, 38, 47, 0.22);
        box-shadow: 0 24px 54px rgba(35, 17, 18, 0.12);
        transform: translateY(-6px);
      }

      .about-point:hover::before {
        opacity: 1;
      }

      .about-point:first-child {
        min-height: 0;
        grid-column: 1 / -1;
        grid-template-columns: minmax(250px, 280px) minmax(0, 1fr);
        grid-template-rows: auto auto;
        column-gap: 28px;
        row-gap: 8px;
        align-content: center;
        align-items: center;
        padding: 18px 20px;
      }

      .about-point__media {
        position: relative;
        z-index: 1;
        aspect-ratio: 16 / 10;
        min-height: 0;
        margin: 0 0 16px;
        border-radius: 8px;
        overflow: hidden;
        background:
          linear-gradient(135deg, rgba(110, 18, 27, 0.08), rgba(255, 255, 255, 0.76)),
          rgba(110, 18, 27, 0.06);
        box-shadow: inset 0 0 0 1px rgba(110, 18, 27, 0.08);
      }

      .about-point:first-child .about-point__media {
        grid-column: 1;
        grid-row: 1 / span 2;
        aspect-ratio: 16 / 9;
        width: 100%;
        min-height: 140px;
        height: 140px;
        margin: 0;
      }

      .about-point__media::after {
        position: absolute;
        inset: 0;
        content: "";
        background:
          linear-gradient(180deg, rgba(110, 18, 27, 0.02), rgba(110, 18, 27, 0.16)),
          linear-gradient(120deg, transparent 0%, rgba(255, 255, 255, 0.22) 48%, transparent 72%);
        pointer-events: none;
      }

      .about-point__media img {
        width: 100%;
        height: 100%;
        display: block;
        object-fit: cover;
        transform: scale(1.01);
      }

      .about-point:nth-child(2) .about-point__media img {
        object-fit: contain;
        padding: 12px;
        background: linear-gradient(135deg, rgba(255, 255, 255, 0.94), rgba(255, 228, 232, 0.64));
      }

      .about-point__icon {
        position: absolute;
        top: 28px;
        left: 28px;
        z-index: 2;
        width: 42px;
        height: 42px;
        border-radius: 14px;
        display: grid;
        place-items: center;
        color: var(--white);
        background: linear-gradient(135deg, var(--red-dark), var(--red));
      }

      .about-point h3 {
        position: relative;
        z-index: 1;
        margin: 0 0 10px;
        font-size: 1.12rem;
        line-height: 1.2;
      }

      .about-point:first-child h3 {
        grid-column: 2;
        align-self: end;
        margin-top: 0;
      }

      .about-point:first-child p {
        grid-column: 2;
        align-self: start;
        max-width: 340px;
      }

      .about-point p {
        position: relative;
        z-index: 1;
        margin: 0;
        color: var(--muted);
        font-size: 0.92rem;
        line-height: 1.58;
      }

      .services {
        display: grid;
        grid-template-columns: repeat(4, minmax(0, 1fr));
        gap: 14px;
      }

      .service-card {
        min-height: 218px;
        border: 1px solid var(--line);
        border-radius: 8px;
        padding: 22px;
        background: var(--white);
        box-shadow: 0 12px 34px rgba(35, 17, 18, 0.06);
        transition:
          transform 520ms cubic-bezier(0.16, 1, 0.3, 1),
          box-shadow 520ms cubic-bezier(0.16, 1, 0.3, 1),
          border-color 520ms ease;
      }

      .service-card:hover {
        border-color: rgba(179, 38, 47, 0.24);
        box-shadow: 0 24px 54px rgba(35, 17, 18, 0.12);
        transform: translateY(-8px);
      }

      .service-card:nth-child(2) {
        background: #fff8e9;
      }

      .service-card:nth-child(3) {
        background: #fff0f2;
      }

      .service-card:nth-child(4) {
        background: #fdeceb;
      }

      .service-icon {
        width: 44px;
        height: 44px;
        border-radius: 14px;
        display: grid;
        place-items: center;
        color: var(--white);
        background: var(--red);
        transition: transform 520ms cubic-bezier(0.16, 1, 0.3, 1);
      }

      .service-card:hover .service-icon {
        transform: scale(1.08) rotate(-3deg);
      }

      .service-card:nth-child(2) .service-icon {
        background: var(--amber);
        color: #3b2b05;
      }

      .service-card:nth-child(3) .service-icon {
        background: #8f1f2a;
      }

      .service-card:nth-child(4) .service-icon {
        background: var(--coral);
      }

      .service-card h3 {
        margin: 22px 0 10px;
        font-size: 1.18rem;
      }

      .service-card p {
        margin: 0;
        color: var(--muted);
        line-height: 1.55;
      }

      .split {
        display: grid;
        grid-template-columns: 0.95fr 1.05fr;
        gap: clamp(28px, 6vw, 70px);
        align-items: center;
      }

      .hours-panel {
        position: relative;
        overflow: hidden;
        border-radius: 8px;
        padding: clamp(26px, 4vw, 42px);
        color: var(--white);
        background:
          linear-gradient(135deg, rgba(255, 255, 255, 0.08), transparent 42%),
          linear-gradient(145deg, #6e121b 0%, #8b1621 62%, #5b0e16 100%);
        box-shadow: var(--shadow);
      }

      .hours-panel::before {
        position: absolute;
        inset: 0;
        content: "";
        background:
          linear-gradient(90deg, rgba(255, 255, 255, 0.08) 1px, transparent 1px),
          linear-gradient(180deg, rgba(255, 255, 255, 0.08) 1px, transparent 1px);
        background-size: 42px 42px;
        mask-image: linear-gradient(120deg, rgba(0, 0, 0, 0.78), transparent 76%);
        pointer-events: none;
      }

      .hours-panel > * {
        position: relative;
        z-index: 1;
      }

      .hours-panel h2,
      .contact-panel h2 {
        margin: 0 0 16px;
        font-size: clamp(2rem, 4vw, 3.2rem);
        line-height: 1;
      }

      .hours-panel h2 {
        max-width: 12ch;
        font-size: clamp(2rem, 3.1vw, 2.75rem);
        line-height: 1.08;
      }

      .hours-panel p {
        max-width: 560px;
        margin: 0 0 18px;
        color: rgba(255, 255, 255, 0.75);
        line-height: 1.6;
      }

      .hours-period {
        display: grid;
        grid-template-columns: auto 1fr;
        gap: 10px;
        align-items: center;
        margin-bottom: 14px;
        border: 1px solid rgba(255, 255, 255, 0.18);
        border-radius: 8px;
        padding: 12px;
        background: rgba(255, 255, 255, 0.1);
      }

      .hours-period span {
        border-radius: 999px;
        padding: 6px 10px;
        color: var(--red-dark);
        background: rgba(255, 255, 255, 0.94);
        font-size: 0.72rem;
        font-weight: 900;
        text-transform: uppercase;
      }

      .hours-period strong {
        font-size: clamp(0.98rem, 2vw, 1.15rem);
        line-height: 1.25;
      }

      .region-pills {
        display: flex;
        flex-wrap: wrap;
        gap: 8px;
        margin-bottom: 18px;
      }

      .region-pills span {
        border: 1px solid rgba(255, 255, 255, 0.18);
        border-radius: 999px;
        padding: 7px 10px;
        color: rgba(255, 255, 255, 0.9);
        background: rgba(255, 255, 255, 0.1);
        font-size: 0.78rem;
        font-weight: 850;
      }

      .schedule {
        display: grid;
        gap: 8px;
      }

      .schedule-row {
        display: grid;
        grid-template-columns: minmax(0, 1fr) auto;
        gap: 8px 18px;
        align-items: center;
        border: 1px solid rgba(255, 255, 255, 0.14);
        border-radius: 8px;
        padding: 13px 14px;
        background: rgba(255, 255, 255, 0.08);
      }

      .schedule-row span:last-child {
        color: rgba(255, 255, 255, 0.84);
        text-align: right;
        font-weight: 850;
        white-space: nowrap;
      }

      .schedule-row small {
        grid-column: 1 / -1;
        color: #ffe3e5;
        font-size: 0.78rem;
        font-weight: 750;
      }

      .schedule-row--duty {
        grid-template-columns: minmax(0, 1fr) auto auto;
        border-color: rgba(255, 255, 255, 0.24);
        background: rgba(255, 255, 255, 0.13);
      }

      .schedule-button {
        border: 2px solid rgba(255, 255, 255, 0.78);
        border-radius: 999px;
        min-height: 46px;
        padding: 0 21px;
        color: #ffffff;
        background: #6e121b;
        font-size: 0.94rem;
        font-weight: 950;
        line-height: 1;
        box-shadow: 0 16px 34px rgba(110, 18, 27, 0.28);
        cursor: pointer;
        text-shadow: none;
        transition:
          background-color 300ms ease,
          transform 420ms cubic-bezier(0.16, 1, 0.3, 1),
          box-shadow 420ms ease;
        white-space: nowrap;
      }

      .schedule-button:hover {
        background: #8a1521;
        transform: translateY(-3px);
        box-shadow: 0 20px 42px rgba(110, 18, 27, 0.36);
      }

      .quick-list {
        position: relative;
        display: grid;
        gap: 12px;
        border: 1px solid rgba(35, 17, 18, 0.1);
        border-radius: 8px;
        padding: 18px;
        background:
          linear-gradient(135deg, rgba(255, 255, 255, 0.92), rgba(255, 255, 255, 0.68)),
          rgba(255, 255, 255, 0.78);
        box-shadow: 0 18px 50px rgba(35, 17, 18, 0.08);
      }

      .quick-panel-head {
        border-bottom: 1px solid rgba(35, 17, 18, 0.1);
        padding-bottom: 14px;
      }

      .quick-panel-head > span {
        display: inline-flex;
        width: fit-content;
        margin-bottom: 9px;
        border-radius: 999px;
        padding: 6px 10px;
        color: var(--red-dark);
        background: rgba(110, 18, 27, 0.1);
        font-size: 0.72rem;
        font-weight: 900;
        text-transform: uppercase;
      }

      .quick-panel-head h3 {
        margin: 0;
        font-size: clamp(1.35rem, 2.4vw, 1.85rem);
        line-height: 1.08;
      }

      .quick-panel-head p {
        max-width: 520px;
        margin: 8px 0 0;
        color: var(--muted);
        line-height: 1.5;
      }

      .quick-item {
        position: relative;
        min-height: 104px;
        border: 1px solid rgba(35, 17, 18, 0.1);
        border-radius: 8px;
        display: grid;
        grid-template-columns: 52px 1fr;
        gap: 16px;
        align-items: center;
        padding: 18px;
        background:
          linear-gradient(110deg, rgba(179, 38, 47, 0.025), transparent 42%),
          rgba(255, 255, 255, 0.94);
        transition:
          transform 520ms cubic-bezier(0.16, 1, 0.3, 1),
          box-shadow 520ms cubic-bezier(0.16, 1, 0.3, 1),
          border-color 520ms ease;
      }

      .quick-item:hover {
        border-color: rgba(179, 38, 47, 0.24);
        box-shadow: 0 18px 42px rgba(35, 17, 18, 0.09);
        transform: translateY(-5px);
      }

      .quick-icon {
        position: relative;
        isolation: isolate;
        overflow: hidden;
        width: 52px;
        height: 52px;
        border: 1px solid rgba(179, 38, 47, 0.2);
        border-radius: 16px;
        display: inline-grid;
        flex: 0 0 52px;
        place-items: center;
        color: var(--red);
        background: linear-gradient(145deg, rgba(255, 255, 255, 0.96), rgba(179, 38, 47, 0.11));
        box-shadow:
          inset 0 1px 0 rgba(255, 255, 255, 0.9),
          0 8px 20px rgba(110, 18, 27, 0.08);
        transition:
          transform 520ms cubic-bezier(0.16, 1, 0.3, 1),
          background-color 520ms ease;
      }

      .quick-item:hover .quick-icon {
        color: var(--white);
        background: linear-gradient(145deg, var(--red), var(--red-dark));
        box-shadow: 0 10px 24px rgba(110, 18, 27, 0.2);
        transform: scale(1.06);
      }

      .quick-icon i {
        position: absolute;
        inset: 0;
        z-index: 1;
        width: 100%;
        height: 100%;
        display: grid !important;
        place-items: center;
        color: currentColor;
        font-size: 1.2rem;
        line-height: 1 !important;
        margin: 0;
        text-align: center;
        transform: none;
      }

      .quick-icon i::before {
        display: block;
        line-height: 1;
      }

      .quick-item strong {
        display: block;
      }

      .quick-item > div > span {
        display: block;
        margin-top: 4px;
        color: var(--muted);
        line-height: 1.42;
      }

      .quick-camera {
        margin-top: 13px;
      }

      .quick-camera__capture,
      .quick-camera__share {
        min-height: 40px;
        border: 0;
        border-radius: 999px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        gap: 8px;
        padding: 0 15px;
        font: inherit;
        font-size: 0.86rem;
        font-weight: 850;
        cursor: pointer;
        transition: transform 240ms ease, box-shadow 240ms ease, background-color 240ms ease;
      }

      .quick-camera__capture {
        border: 1px solid rgba(110, 18, 27, 0.2);
        color: var(--red-dark);
        background: rgba(179, 38, 47, 0.07);
      }

      .quick-camera__capture:hover,
      .quick-camera__share:hover {
        transform: translateY(-1px);
      }

      .quick-camera__capture:focus-visible,
      .quick-camera__share:focus-visible {
        outline: 3px solid rgba(179, 38, 47, 0.2);
        outline-offset: 2px;
      }

      .quick-camera__input {
        display: none;
      }

      .quick-camera__preview {
        margin-top: 10px;
        border: 1px solid rgba(19, 145, 78, 0.2);
        border-radius: 14px;
        display: grid;
        grid-template-columns: 64px minmax(0, 1fr);
        gap: 11px;
        align-items: center;
        padding: 9px;
        background: rgba(19, 145, 78, 0.055);
      }

      .quick-camera__preview[hidden] {
        display: none;
      }

      .quick-camera__preview img {
        width: 64px;
        height: 64px;
        border-radius: 10px;
        object-fit: cover;
        background: rgba(35, 17, 18, 0.06);
      }

      .quick-camera__preview > div {
        min-width: 0;
      }

      .quick-camera__preview > div > span {
        display: block;
        margin-bottom: 7px;
        color: var(--green-dark);
        font-size: 0.78rem;
        font-weight: 800;
      }

      .quick-camera__share {
        min-height: 38px;
        color: var(--white);
        background: var(--green);
        box-shadow: 0 8px 18px rgba(19, 145, 78, 0.16);
      }

      .quick-camera__capture i,
      .quick-camera__share i {
        width: 17px;
        display: inline-grid;
        place-items: center;
        line-height: 1;
      }

      .quick-camera__status {
        margin: 8px 0 0;
        color: var(--muted);
        font-size: 0.78rem;
        line-height: 1.4;
      }

      .quick-camera__status:empty {
        display: none;
      }

      .quick-camera__status[data-state="success"] {
        color: var(--green-dark);
      }

      .quick-camera__status[data-state="error"] {
        color: var(--red-dark);
      }

      .quick-actions {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 10px;
        padding-top: 4px;
      }

      .quick-actions .button {
        width: 100%;
        min-height: 46px;
      }

      .quick-actions .button i {
        position: relative;
        z-index: 1;
        width: 18px;
        display: inline-grid;
        place-items: center;
        line-height: 1;
        text-align: center;
      }

      .quick-actions .button.secondary {
        border-color: rgba(255, 255, 255, 0.78);
        color: #ffffff;
        background: #6e121b;
        box-shadow: 0 16px 34px rgba(110, 18, 27, 0.28);
      }

      .duty-banner {
        position: relative;
        isolation: isolate;
        overflow: hidden;
        width: min(590px, 100%);
        margin-top: 18px;
        border: 1px solid rgba(255, 255, 255, 0.22);
        border-radius: 8px;
        color: var(--white);
        background:
          radial-gradient(circle at 88% 18%, rgba(255, 255, 255, 0.18), transparent 28%),
          linear-gradient(135deg, rgba(255, 255, 255, 0.16), rgba(255, 255, 255, 0.08));
        box-shadow: 0 18px 44px rgba(35, 17, 18, 0.2);
        backdrop-filter: blur(14px);
      }

      .duty-banner::before {
        position: absolute;
        inset: 0;
        z-index: -1;
        content: "";
        background:
          linear-gradient(90deg, rgba(255, 255, 255, 0.08) 1px, transparent 1px),
          linear-gradient(180deg, rgba(255, 255, 255, 0.08) 1px, transparent 1px);
        background-size: 38px 38px;
        mask-image: linear-gradient(90deg, rgba(0, 0, 0, 0.75), transparent 78%);
      }

      .duty-banner__inner {
        display: grid;
        grid-template-columns: minmax(0, 1fr) auto;
        gap: 14px;
        align-items: center;
        padding: 12px;
      }

      .duty-banner__content {
        display: grid;
        grid-template-columns: 38px minmax(0, 1fr);
        gap: 12px;
        align-items: start;
      }

      .duty-banner__icon {
        display: grid;
        place-items: center;
        width: 38px;
        height: 38px;
        border: 1px solid rgba(255, 255, 255, 0.24);
        border-radius: 50%;
        background: rgba(255, 255, 255, 0.12);
        box-shadow: inset 0 0 0 6px rgba(255, 255, 255, 0.06);
      }

      .duty-banner__icon svg {
        width: 21px;
        height: 21px;
      }

      .duty-banner__eyebrow {
        display: inline-flex;
        width: fit-content;
        margin: 0 0 6px;
        padding: 5px 9px;
        border-radius: 999px;
        color: #ffe3e5;
        background: rgba(255, 255, 255, 0.12);
        font-size: 0.62rem;
        font-weight: 800;
        text-transform: uppercase;
      }

      .duty-banner h2 {
        margin: 0;
        font-size: clamp(1.05rem, 1.8vw, 1.32rem);
        line-height: 1.14;
        letter-spacing: 0;
      }

      .duty-banner p {
        max-width: 380px;
        margin: 5px 0 0;
        color: rgba(255, 255, 255, 0.76);
        font-size: 0.8rem;
        line-height: 1.42;
      }

      .duty-banner__action {
        justify-self: end;
        align-self: center;
        min-height: 46px;
        padding-inline: 21px;
        font-size: 0.94rem;
      }

      .products-tools {
        display: grid;
        grid-template-columns: minmax(260px, 1.1fr) minmax(190px, 0.7fr) minmax(190px, 0.7fr);
        gap: 12px;
        align-items: start;
        margin-bottom: 12px;
        border: 1px solid rgba(35, 17, 18, 0.1);
        border-radius: 8px;
        padding: 14px;
        background: rgba(255, 255, 255, 0.66);
        box-shadow: 0 18px 44px rgba(35, 17, 18, 0.06);
      }

      .product-field {
        display: grid;
        min-width: 0;
        gap: 7px;
      }

      .product-field__label {
        color: var(--muted);
        font-size: 0.73rem;
        font-weight: 850;
        letter-spacing: 0.02em;
        text-transform: uppercase;
      }

      .product-control {
        position: relative;
        align-self: start;
        display: block;
      }

      .product-search-icon {
        position: absolute;
        top: 50%;
        left: 16px;
        width: 18px;
        height: 18px;
        color: rgba(113, 90, 92, 0.72);
        pointer-events: none;
        transform: translateY(-50%);
      }

      .product-search {
        min-height: 48px;
        width: 100%;
        border: 1px solid var(--line);
        border-radius: 999px;
        padding: 0 18px 0 44px;
        color: var(--ink);
        background: var(--white);
        outline: 0;
        box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.76);
      }

      .product-select {
        min-height: 48px;
        width: 100%;
        appearance: none;
        border: 1px solid var(--line);
        border-radius: 999px;
        padding: 0 42px 0 16px;
        color: var(--ink);
        background:
          linear-gradient(45deg, transparent 50%, var(--red-dark) 50%) calc(100% - 22px) 21px / 6px 6px no-repeat,
          linear-gradient(135deg, var(--red-dark) 50%, transparent 50%) calc(100% - 16px) 21px / 6px 6px no-repeat,
          var(--white);
        font-weight: 800;
        outline: 0;
        cursor: pointer;
        box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.76);
      }

      .product-search:focus,
      .product-select:focus {
        border-color: rgba(179, 38, 47, 0.55);
        box-shadow: 0 0 0 4px rgba(179, 38, 47, 0.1);
      }

      .products-meta {
        display: flex;
        justify-content: space-between;
        align-items: center;
        gap: 16px;
        margin-bottom: 18px;
        color: var(--muted);
        font-size: 0.92rem;
      }

      #productCount {
        display: inline-flex;
        min-height: 34px;
        align-items: center;
        border: 1px solid rgba(35, 17, 18, 0.1);
        border-radius: 999px;
        padding: 0 12px;
        color: var(--red-dark);
        background: rgba(255, 255, 255, 0.58);
        font-weight: 800;
      }

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

      .product-card {
        min-height: 328px;
        border: 1px solid var(--line);
        border-radius: 8px;
        padding: 12px;
        background: var(--white);
        box-shadow: 0 12px 34px rgba(35, 17, 18, 0.05);
        transition:
          transform 520ms cubic-bezier(0.16, 1, 0.3, 1),
          box-shadow 520ms cubic-bezier(0.16, 1, 0.3, 1),
          border-color 520ms ease;
      }

      .product-image {
        position: relative;
        height: 184px;
        border: 1px solid rgba(35, 17, 18, 0.08);
        border-radius: 7px;
        display: grid;
        place-items: center;
        margin: 0 0 12px;
        overflow: hidden;
        background:
          radial-gradient(circle at 50% 45%, rgba(110, 18, 27, 0.08), transparent 56%),
          rgba(248, 245, 237, 0.58);
      }

      .product-image-button {
        position: relative;
        width: 100%;
        height: 100%;
        border: 0;
        display: grid;
        place-items: center;
        padding: 0;
        color: var(--red-dark);
        background: transparent;
        cursor: zoom-in;
      }

      .product-image img {
        width: 100%;
        height: 100%;
        object-fit: contain;
        padding: 12px;
        transition: transform 520ms cubic-bezier(0.16, 1, 0.3, 1);
      }

      .product-image-button:hover img,
      .product-image-button:focus-visible img {
        transform: scale(1.05);
      }

      .product-image-button:focus-visible {
        outline: 3px solid rgba(179, 38, 47, 0.34);
        outline-offset: -3px;
      }

      .product-image-zoom {
        position: absolute;
        right: 10px;
        bottom: 10px;
        width: 38px;
        height: 38px;
        border: 1px solid rgba(110, 18, 27, 0.16);
        border-radius: 999px;
        display: grid;
        place-items: center;
        color: var(--red-dark);
        background: rgba(255, 255, 255, 0.94);
        box-shadow: 0 12px 28px rgba(35, 17, 18, 0.12);
        opacity: 0;
        transform: translateY(8px);
        transition:
          opacity 260ms ease,
          transform 260ms ease;
      }

      .product-image-zoom svg {
        width: 18px;
        height: 18px;
      }

      .product-image-button:hover .product-image-zoom,
      .product-image-button:focus-visible .product-image-zoom {
        opacity: 1;
        transform: translateY(0);
      }

      .product-image.is-empty::before {
        width: 42px;
        height: 56px;
        border: 2px solid rgba(110, 18, 27, 0.22);
        border-radius: 8px 8px 6px 6px;
        content: "";
        background:
          linear-gradient(rgba(110, 18, 27, 0.18), rgba(110, 18, 27, 0.18)) center 18px / 22px 3px no-repeat,
          linear-gradient(rgba(110, 18, 27, 0.13), rgba(110, 18, 27, 0.13)) center 28px / 26px 3px no-repeat,
          rgba(255, 255, 255, 0.72);
      }

      .product-card:hover {
        border-color: rgba(179, 38, 47, 0.22);
        box-shadow: 0 22px 52px rgba(35, 17, 18, 0.11);
        transform: translateY(-6px);
      }

      .product-title-button {
        width: 100%;
        border: 0;
        display: block;
        padding: 0;
        color: inherit;
        background: transparent;
        text-align: left;
        cursor: pointer;
      }

      .product-title-button:hover strong,
      .product-title-button:focus-visible strong {
        color: var(--red-dark);
        text-decoration: underline;
        text-decoration-thickness: 2px;
        text-underline-offset: 4px;
      }

      .product-title-button:focus-visible {
        border-radius: 6px;
        outline: 3px solid rgba(179, 38, 47, 0.24);
        outline-offset: 3px;
      }

      .product-card strong {
        display: block;
        min-height: 3.1em;
        line-height: 1.32;
      }

      .product-card .product-brand {
        display: inline-flex;
        width: fit-content;
        margin-bottom: 12px;
        border-radius: 999px;
        padding: 6px 9px;
        color: var(--red-dark);
        background: var(--mint);
        font-size: 0.72rem;
        font-weight: 900;
      }

      .product-card small {
        display: block;
        margin-top: 12px;
        color: var(--muted);
        line-height: 1.35;
      }

      .product-card em {
        display: block;
        margin-top: 8px;
        color: var(--red);
        font-size: 0.78rem;
        font-style: normal;
        font-weight: 850;
      }

      .products-empty {
        display: none;
        border: 1px solid var(--line);
        border-radius: 8px;
        padding: 22px;
        color: var(--muted);
        background: var(--white);
      }

      .products-empty.is-visible {
        display: block;
      }

      .products-more {
        display: flex;
        justify-content: center;
        margin-top: 20px;
      }

      .contact-band {
        color: var(--white);
        background:
          linear-gradient(120deg, rgba(110, 18, 27, 0.96), rgba(179, 38, 47, 0.88)),
          url("../shima-banner.webp") center / cover no-repeat;
      }

      .contact-panel {
        display: grid;
        grid-template-columns: 1fr auto;
        gap: 28px;
        align-items: center;
      }

      .contact-panel p {
        max-width: 660px;
        margin: 0;
        color: rgba(255, 255, 255, 0.78);
        line-height: 1.65;
      }

      .contact-actions {
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-end;
        gap: 12px;
      }

      .site-footer {
        border-top: 4px solid var(--red-dark);
        padding: 44px 0 0;
        background:
          linear-gradient(180deg, rgba(110, 18, 27, 0.04), transparent 34%),
          var(--white);
        color: var(--muted);
      }

      .footer-brand,
      .footer-links,
      .footer-contact,
      .footer-hours {
        min-width: 0;
      }

      .footer-brand img {
        width: 190px;
        height: 62px;
        display: block;
        object-fit: contain;
        object-position: left center;
      }

      .footer-brand p {
        max-width: 330px;
        margin: 14px 0 0;
        color: var(--muted);
        line-height: 1.55;
      }

      .footer-social {
        display: flex;
        flex-wrap: wrap;
        gap: 10px;
        margin-top: 16px;
      }

      .footer-social a,
      .footer-contact button {
        min-height: 40px;
        border: 1px solid rgba(110, 18, 27, 0.16);
        border-radius: 999px;
        display: inline-flex;
        align-items: center;
        gap: 8px;
        padding: 0 13px;
        color: var(--red-dark);
        background: rgba(110, 18, 27, 0.06);
        font-weight: 850;
        cursor: pointer;
      }

      .footer-social a:hover,
      .footer-contact button:hover,
      .footer-links a:hover,
      .footer-contact a:hover {
        color: var(--red);
      }

      .footer-links h2,
      .footer-contact h2,
      .footer-hours h2 {
        margin: 0 0 14px;
        color: var(--ink);
        font-size: 0.9rem;
        letter-spacing: 0.04em;
        text-transform: uppercase;
      }

      .footer-links,
      .footer-contact,
      .footer-hours {
        display: grid;
        align-content: start;
        gap: 9px;
      }

      .footer-links a,
      .footer-contact a {
        color: var(--muted);
        line-height: 1.45;
        font-weight: 750;
      }

      .footer-contact address {
        display: grid;
        gap: 4px;
        margin: 0;
        color: var(--muted);
        font-style: normal;
        line-height: 1.5;
      }

      .footer-hours p {
        margin: -4px 0 4px;
        color: var(--red-dark);
        font-weight: 850;
      }

      .footer-hours dl {
        display: grid;
        gap: 8px;
        margin: 0;
      }

      .footer-hours dl div {
        border-bottom: 1px solid rgba(35, 17, 18, 0.1);
        display: grid;
        gap: 3px;
        padding-bottom: 8px;
      }

      .footer-hours dt {
        color: var(--ink);
        font-weight: 850;
      }

      .footer-hours dd {
        margin: 0;
        color: var(--muted);
      }

      .footer-bottom {
        width: min(var(--page-width), calc(100% - var(--page-gutter)));
        margin: 34px auto 0;
        border-top: 1px solid rgba(35, 17, 18, 0.1);
        display: flex;
        justify-content: space-between;
        gap: 18px;
        padding: 18px 0;
        color: rgba(113, 90, 92, 0.82);
        font-size: 0.86rem;
      }

      .map-modal {
        position: fixed;
        inset: 0;
        z-index: 140;
        display: none;
        align-items: center;
        justify-content: center;
        padding: 18px;
      }

      .map-modal.is-open {
        display: flex;
      }

      .map-modal__backdrop {
        position: absolute;
        inset: 0;
        background: rgba(35, 17, 18, 0.66);
        backdrop-filter: blur(10px);
      }

      .map-modal__panel {
        position: relative;
        width: min(900px, 100%);
        max-height: min(760px, calc(100svh - 36px));
        border-radius: 8px;
        overflow: hidden;
        background: var(--white);
        box-shadow: 0 26px 80px rgba(0, 0, 0, 0.32);
      }

      .map-modal__header {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 16px;
        padding: 18px;
        border-bottom: 1px solid var(--line);
      }

      .map-modal__header h2 {
        margin: 0;
        font-size: 1.2rem;
      }

      .map-modal__close {
        border: 1px solid var(--line);
        border-radius: 999px;
        width: 40px;
        height: 40px;
        display: grid;
        place-items: center;
        color: var(--ink);
        background: var(--white);
        cursor: pointer;
      }

      .map-modal__map-shell {
        position: relative;
        min-height: min(56svh, 480px);
        overflow: hidden;
        background:
          linear-gradient(90deg, rgba(179, 38, 47, 0.1) 1px, transparent 1px),
          linear-gradient(rgba(179, 38, 47, 0.1) 1px, transparent 1px),
          linear-gradient(135deg, #fff5f6, #f6dcde);
        background-size: 42px 42px, 42px 42px, auto;
      }

      .map-modal__frame {
        width: 100%;
        height: min(56svh, 480px);
        border: 0;
        display: block;
        background: transparent;
      }

      .map-modal__pin {
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        display: grid;
        justify-items: center;
        gap: 8px;
        color: var(--red-dark);
        pointer-events: none;
      }

      .map-modal__pin svg {
        width: 50px;
        height: 50px;
        filter: drop-shadow(0 10px 22px rgba(110, 18, 27, 0.28));
      }

      .map-modal__pin strong {
        border-radius: 999px;
        padding: 8px 13px;
        background: rgba(255, 255, 255, 0.92);
        box-shadow: 0 10px 28px rgba(110, 18, 27, 0.16);
        font-size: 0.92rem;
      }

      .map-modal__footer {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 14px;
        padding: 16px 18px 18px;
      }

      .map-modal__footer p {
        margin: 0;
        color: var(--muted);
        line-height: 1.45;
      }

      .product-modal__panel {
        width: min(980px, 100%);
        overflow: auto;
      }

      .product-modal__header {
        align-items: flex-start;
      }

      .product-modal__eyebrow {
        display: inline-flex;
        width: fit-content;
        margin-bottom: 8px;
        border-radius: 999px;
        padding: 6px 10px;
        color: var(--red-dark);
        background: var(--mint);
        font-size: 0.72rem;
        font-weight: 900;
      }

      .product-modal__body {
        display: grid;
        grid-template-columns: minmax(300px, 0.95fr) minmax(0, 1.05fr);
        gap: 22px;
        padding: 18px;
      }

      .product-modal__image {
        min-height: 430px;
        margin: 0;
        border: 1px solid rgba(35, 17, 18, 0.08);
        border-radius: 8px;
        display: grid;
        place-items: center;
        overflow: hidden;
        background:
          radial-gradient(circle at 50% 44%, rgba(110, 18, 27, 0.08), transparent 58%),
          linear-gradient(135deg, #fff, #fbf7ef);
      }

      .product-modal__image img {
        width: 100%;
        max-height: min(62svh, 520px);
        object-fit: contain;
        padding: 24px;
      }

      .product-modal__image span {
        color: var(--muted);
        font-weight: 800;
      }

      .product-modal__content {
        min-width: 0;
        display: grid;
        align-content: start;
        gap: 16px;
      }

      .product-modal__badges {
        display: flex;
        flex-wrap: wrap;
        gap: 8px;
      }

      .product-modal__badges span {
        border-radius: 999px;
        padding: 7px 10px;
        color: var(--red-dark);
        background: rgba(110, 18, 27, 0.1);
        font-size: 0.78rem;
        font-weight: 900;
      }

      .product-modal__facts {
        display: grid;
        gap: 10px;
        margin: 0;
      }

      .product-modal__facts div {
        border: 1px solid rgba(35, 17, 18, 0.1);
        border-radius: 8px;
        display: grid;
        gap: 4px;
        padding: 12px;
        background: rgba(248, 245, 237, 0.54);
      }

      .product-modal__facts dt {
        color: var(--muted);
        font-size: 0.72rem;
        font-weight: 850;
        text-transform: uppercase;
      }

      .product-modal__facts dd {
        margin: 0;
        color: var(--ink);
        font-weight: 850;
        line-height: 1.35;
      }

      .product-modal__stock-note {
        margin: 0;
        border-left: 4px solid var(--red-dark);
        border-radius: 8px;
        padding: 13px 14px;
        color: var(--muted);
        background: rgba(110, 18, 27, 0.08);
        line-height: 1.5;
      }

      .product-modal__actions {
        display: flex;
        flex-wrap: wrap;
        gap: 10px;
      }

      body.modal-open {
        overflow: hidden;
      }

      @keyframes heroLightSweep {
        0%,
        42% {
          transform: translateX(-110%);
        }

        70%,
        100% {
          transform: translateX(110%);
        }
      }

      @keyframes productBackgroundSlide {
        0%,
        7% {
          opacity: 0.44;
          transform: translate(0, -50%) scale(1);
        }

        11%,
        100% {
          opacity: 0;
          transform: translate(-24px, -50%) scale(1.04);
        }
      }

      @keyframes scrollWheel {
        0% {
          opacity: 0;
          transform: translate(-50%, 0);
        }

        35% {
          opacity: 1;
        }

        100% {
          opacity: 0;
          transform: translate(-50%, 13px);
        }
      }

      @media (prefers-reduced-motion: reduce) {
        *,
        *::before,
        *::after {
          animation-duration: 0.01ms !important;
          animation-iteration-count: 1 !important;
          scroll-behavior: auto !important;
          transition-duration: 0.01ms !important;
        }
      }

      .footer-inner {
        width: min(var(--page-width), calc(100% - var(--page-gutter)));
        margin: 0 auto;
        display: grid;
        grid-template-columns: minmax(250px, 1.25fr) minmax(150px, 0.7fr) minmax(210px, 0.95fr) minmax(230px, 1fr);
        align-items: start;
        gap: clamp(24px, 4vw, 46px);
        font-size: 0.92rem;
      }

      svg {
        width: 20px;
        height: 20px;
        flex: 0 0 auto;
      }

      [dir="rtl"] .brand,
      [dir="rtl"] h1 {
        direction: ltr;
      }

      [dir="rtl"] .schedule-row span:last-child {
        text-align: left;
      }

      @media (max-width: 900px) {
        main {
          padding-top: var(--site-header-height);
        }

        [data-aos="fade-left"],
        [data-aos="fade-right"] {
          transform: translate3d(0, 34px, 0) !important;
        }

        [data-aos="fade-left"].aos-animate,
        [data-aos="fade-right"].aos-animate {
          transform: none !important;
        }

        .nav {
          min-height: var(--nav-height);
        }

        .topbar-inner {
          gap: 12px;
        }

        .topbar-service {
          flex: 1 1 auto;
        }

        .topbar-details {
          gap: 10px;
        }

        .topbar-location {
          display: none;
        }

        .menu-toggle {
          display: inline-grid;
        }

        .nav-links {
          position: absolute;
          inset: var(--site-header-height) 16px auto;
          border: 1px solid rgba(110, 18, 27, 0.12);
          border-radius: 8px;
          display: none;
          align-items: stretch;
          gap: 6px;
          padding: 12px;
          color: var(--red-dark);
          background: rgba(255, 255, 255, 0.98);
          box-shadow: 0 24px 60px rgba(35, 17, 18, 0.18);
        }

        .nav-links.is-open {
          display: grid;
        }

        .nav-products-toggle {
          width: 100%;
          justify-content: space-between;
          min-height: 44px;
          padding: 0 13px;
          text-align: left;
        }

        .nav-products-toggle[aria-expanded="true"] {
          transform: none;
        }

        .nav-links > a {
          width: 100%;
          min-height: 44px;
          justify-content: flex-start;
          padding: 0 13px;
        }

        .nav-links > a::after,
        .nav-products-toggle::after {
          display: none;
        }

        .nav-links a:hover,
        .nav-products-toggle:hover {
          transform: none;
        }

        .nav-category-menu {
          position: static;
          min-width: 0;
          max-height: 230px;
          display: none;
          margin: 2px 0 8px;
          border-color: rgba(110, 18, 27, 0.08);
          border-radius: 8px;
          overflow: auto;
          opacity: 0;
          transform: none;
          visibility: hidden;
        }

        .nav-category-link,
        .nav-brand-menu a {
          white-space: normal;
        }

        .nav-brand-menu {
          position: static;
          min-width: 0;
          max-height: 180px;
          display: none;
          margin: 2px 0 8px 12px;
          border-radius: 8px;
          opacity: 0;
          transform: none;
          visibility: hidden;
        }

        .nav-category-row:hover > .nav-brand-menu,
        .nav-category-row:focus-within > .nav-brand-menu,
        .nav-brand-menu.is-open {
          display: grid;
          opacity: 1;
          pointer-events: auto;
          transform: none;
          visibility: visible;
        }

        .nav-item:hover .nav-category-menu,
        .nav-item:focus-within .nav-category-menu {
          display: none;
          opacity: 0;
          pointer-events: none;
          transform: none;
          visibility: hidden;
        }

        .nav-category-menu.is-open,
        .nav-products-toggle[aria-expanded="true"] + .nav-category-menu {
          display: grid;
          opacity: 1 !important;
          pointer-events: auto;
          transform: none !important;
          visibility: visible !important;
        }

        .nav-actions .button {
          display: none;
        }

        .hero,
        .hero-inner {
          min-height: calc(100svh - 96px);
        }

        .hero {
          background:
            linear-gradient(180deg, rgba(110, 18, 27, 0.98), rgba(184, 33, 46, 0.94)),
            linear-gradient(135deg, #6e121b, #c22532);
        }

        .hero-inner {
          grid-template-columns: 1fr;
          align-content: center;
          gap: 30px;
          padding-bottom: 88px;
        }

        .hero-copy {
          width: 100%;
        }

        .hero-product-banner {
          max-width: 620px;
        }

        .product-banner-card {
          min-height: 430px;
        }

        .product-banner-card__copy {
          max-width: 340px;
        }

        .product-showcase {
          inset: 0;
        }

        .scroll-cue {
          bottom: 18px;
        }

        .hero-facts,
        .about-layout,
        .services,
        .duty-banner__inner,
        .split,
        .contact-panel {
          grid-template-columns: 1fr;
        }

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

        .products-tools {
          grid-template-columns: 1fr;
          padding: 12px;
        }

        .section-head,
        .footer-inner {
          align-items: start;
          grid-template-columns: 1fr 1fr;
        }

        .contact-actions {
          justify-content: flex-start;
        }

        .footer-brand {
          grid-column: 1 / -1;
        }

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

        .map-modal__footer {
          align-items: stretch;
          flex-direction: column;
        }

        .hours-period,
        .schedule-row,
        .schedule-row--duty {
          grid-template-columns: 1fr;
        }

        .schedule-row span:last-child {
          text-align: left;
        }

        .schedule-button {
          width: fit-content;
        }

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

        .product-modal__image {
          min-height: 330px;
        }

        .duty-banner__action {
          justify-self: stretch;
        }
      }

      @media (max-width: 560px) {
        :root {
          --page-gutter: 24px;
          --topbar-height: 38px;
        }

        .nav {
          width: min(var(--page-width), calc(100% - var(--page-gutter)));
        }

        .brand-mark {
          width: 158px;
          height: 58px;
        }

        .brand {
          gap: 8px;
        }

        .topbar {
          font-size: 0.76rem;
        }

        .topbar-inner {
          width: min(var(--page-width), calc(100% - var(--page-gutter)));
        }

        .topbar-service {
          display: none;
        }

        .topbar-details {
          width: 100%;
          justify-content: space-between;
        }

        .topbar-link {
          min-height: 32px;
        }

        .topbar-link span {
          max-width: 23ch;
          overflow: hidden;
          text-overflow: ellipsis;
          white-space: nowrap;
        }

        .brand-text {
          font-size: 0.86rem;
        }

        .brand-text small {
          display: none;
        }

        .language-switcher {
          gap: 2px;
          padding: 3px;
        }

        .language-switcher button {
          min-width: 30px;
          height: 28px;
          font-size: 0.7rem;
        }

        .hero-inner,
        .container,
        .footer-inner {
          width: min(var(--page-width), calc(100% - var(--page-gutter)));
        }

        .footer-inner {
          grid-template-columns: 1fr;
        }

        h1 {
          font-size: clamp(2.35rem, 13.5vw, 3.85rem);
        }

        .hero-actions,
        .about-actions,
        .contact-actions {
          display: grid;
        }

        .hero-inner {
          padding-top: 34px;
          padding-bottom: 78px;
        }

        .product-banner-card {
          min-height: 390px;
        }

        .product-banner-card__copy {
          max-width: none;
          padding: 22px;
        }

        .product-banner-card__copy h2 {
          max-width: 10ch;
          font-size: clamp(1.8rem, 8vw, 2.45rem);
        }

        .product-banner-card__copy p {
          max-width: 240px;
          font-size: 0.88rem;
        }

        .product-showcase {
          inset: 0;
        }

        .product-shot {
          top: 58%;
          right: -18px;
          height: min(var(--slide-size, 58%), 56%);
          max-width: 68%;
          max-height: 60%;
        }

        .product-banner-card__chips {
          right: 12px;
          bottom: 12px;
          left: 12px;
        }

        .product-banner-card__chips span {
          min-height: 28px;
          padding: 0 8px;
          font-size: 0.68rem;
        }

        .scroll-cue {
          right: 14px;
          bottom: 14px;
          width: min(208px, calc(100% - 28px));
          padding: 7px 8px 7px 13px;
          font-size: 0.68rem;
          transform: none;
        }

        .scroll-cue__text {
          max-width: 138px;
        }

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

        .scroll-cue.is-hidden {
          transform: translateY(10px);
        }

        .scroll-cue__mouse {
          width: 34px;
          height: 34px;
        }

        .scroll-cue__mouse i {
          width: 12px;
          height: 20px;
        }

        .hero-facts {
          display: none;
        }

        .button {
          width: 100%;
        }

        .products-meta {
          flex-direction: column;
          align-items: flex-start;
          gap: 8px;
        }

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

        .about-points {
          grid-template-columns: 1fr;
        }

        .about-point:first-child {
          grid-column: auto;
          grid-template-columns: 1fr;
          grid-template-rows: auto;
        }

        .about-point:first-child .about-point__media {
          grid-column: auto;
          grid-row: auto;
          min-height: 150px;
          height: 150px;
          margin: 0 0 18px;
        }

        .about-point:first-child h3,
        .about-point:first-child p {
          grid-column: auto;
        }

        .about-point {
          min-height: 0;
        }

        .product-image {
          height: 210px;
        }

        .product-modal__body {
          padding: 14px;
        }

        .product-modal__image {
          min-height: 280px;
        }

        .product-modal__actions,
        .product-modal__actions .button {
          width: 100%;
        }

        .quick-actions {
          grid-template-columns: 1fr;
        }

        .quick-camera__capture,
        .quick-camera__share {
          width: 100%;
          min-height: 42px;
          padding: 8px 12px;
        }

        .quick-camera__preview {
          grid-template-columns: 52px minmax(0, 1fr);
        }

        .quick-camera__preview img {
          width: 52px;
          height: 52px;
        }

        .schedule-button {
          width: 100%;
        }

        .duty-banner__content {
          grid-template-columns: 36px minmax(0, 1fr);
        }

        .duty-banner__icon {
          width: 36px;
          height: 36px;
        }

        .fact {
          min-height: 78px;
        }
      }
