:root {
  --g8-navy: #22314C;
  --g8-navy-deep: #1D2A42;
  --g8-navy-hover: #304568;
  --g8-navy-pressed: #172238;
  --g8-rose-soft: #FECDC0;
  --g8-rose-pale: #FEE7E1;
  --g8-rose-hover: #F7BCAE;
  --g8-coral: #FECDC0;
  --g8-coral-pale: #FEE7E1;
  --g8-coral-strong: #C87870;
  --g8-foam: #EEFBFF;
  --g8-foam-soft: #F6FDFF;
  --g8-white: #FFFFFF;
  --g8-surface-soft: #F8FDFF;
  --g8-text: #3C3C3C;
  --g8-muted: rgba(60, 60, 60, 0.68);
  --g8-border: rgba(34, 49, 76, 0.14);
  --g8-shadow: 0 22px 48px -28px rgba(34, 49, 76, 0.42);
  --g8-radius: 8px;
  --g8-radius-lg: 8px;
  --g8-max: 1180px;
  --g8-font-heading: "Nobel", "Avenir Next", "Futura", "Montserrat", system-ui, sans-serif;
  --g8-font-body: "Nobel Sans", "Inter", "Avenir Next", system-ui, sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
}

.g8-home,
.g8-theme-ui {
  margin: 0;
  font-family: "Avenir Next", "Inter", system-ui, sans-serif;
  color: var(--g8-text);
  background: var(--g8-white);
  font-size: 16px;
  line-height: 1.55;
}

/*
 * Elementor Pro can keep rendering the legacy Theme Builder header/footer
 * while the custom theme owns the page templates. Normalise those shared
 * locations so their typography and contrast remain aligned with the DS.
 */
.g8-theme-ui .elementor-location-header,
.g8-theme-ui .elementor-location-footer {
  font-family: var(--g8-font-body);
}

/* The validated Glace8 shell replaces the obsolete Elementor Theme Builder shell. */
.g8-theme-ui .elementor-location-header,
.g8-theme-ui .elementor-location-footer {
  display: none !important;
}

.g8-theme-ui .elementor-location-header .elementor-item,
.g8-theme-ui .elementor-location-header .elementor-sub-item {
  font-family: var(--g8-font-body) !important;
  font-weight: 500;
}

.g8-theme-ui .elementor-location-header .elementor-nav-menu--main .elementor-item,
.g8-theme-ui .elementor-location-header .elementor-nav-menu--main .elementor-item:visited,
.g8-theme-ui .elementor-location-header .elementor-menu-cart__toggle_button,
.g8-theme-ui .elementor-location-header .elementor-button-icon,
.g8-theme-ui .elementor-location-header .elementor-button-text {
  color: rgba(255, 255, 255, 0.9) !important;
}

.g8-theme-ui .elementor-location-header .elementor-nav-menu--main .elementor-item:hover,
.g8-theme-ui .elementor-location-header .elementor-nav-menu--main .elementor-item:focus-visible,
.g8-theme-ui .elementor-location-header .elementor-nav-menu--main .elementor-item.elementor-item-active {
  color: var(--g8-white) !important;
}

.g8-theme-ui .elementor-location-header .elementor-nav-menu--main .elementor-nav-menu {
  align-items: center;
}

.g8-theme-ui .elementor-location-header .elementor-nav-menu--main .sub-arrow {
  display: inline-flex;
  width: 9px;
  height: 9px;
  margin-left: 7px;
  align-items: center;
  justify-content: center;
  font-size: 0;
}

.g8-theme-ui .elementor-location-header .elementor-nav-menu--main .sub-arrow i {
  display: none !important;
}

.g8-theme-ui .elementor-location-header .elementor-nav-menu--main .sub-arrow::after {
  width: 6px;
  height: 6px;
  border-right: 1.5px solid currentColor;
  border-bottom: 1.5px solid currentColor;
  content: "";
  transform: translateY(-2px) rotate(45deg);
}

.g8-theme-ui .elementor-location-header .elementor-menu-cart__toggle .elementor-button {
  display: inline-flex;
  min-height: 42px;
  align-items: center;
  gap: 8px;
  padding: 8px 4px;
}

/*
 * The Elementor widget remains the visual cart trigger in the legacy header,
 * while the Glace8 drawer owns the actual compact-cart experience.
 */
.g8-theme-ui .elementor-location-header .elementor-menu-cart__container {
  display: none !important;
}

.g8-theme-ui .elementor-location-header .elementor-menu-cart__subtotal {
  font-family: var(--g8-font-body);
  font-weight: 600;
  white-space: nowrap;
}

.g8-theme-ui .elementor-location-header .elementor-menu-cart__main {
  width: min(420px, 100vw) !important;
  padding: 28px 30px 30px !important;
  color: var(--g8-navy);
  font-family: var(--g8-font-body);
}

.g8-theme-ui .elementor-location-header .elementor-menu-cart__close-button {
  position: relative;
  z-index: 4;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  cursor: pointer;
  pointer-events: auto;
}

.g8-theme-ui .elementor-location-header .elementor-menu-cart__product {
  grid-template-columns: 72px minmax(0, 1fr) 28px;
  gap: 14px;
}

.g8-theme-ui .elementor-location-header .elementor-menu-cart__product-name,
.g8-theme-ui .elementor-location-header .elementor-menu-cart__product-name a {
  color: var(--g8-navy) !important;
  font-family: var(--g8-font-heading);
  font-size: .98rem !important;
  font-weight: 560 !important;
  line-height: 1.35 !important;
}

.g8-theme-ui .elementor-location-header .elementor-menu-cart__footer-buttons .elementor-button {
  min-height: 48px;
  border-radius: var(--g8-radius);
  color: var(--g8-navy) !important;
  background: var(--g8-rose-soft) !important;
  font-family: var(--g8-font-body);
  font-size: .9rem;
  font-weight: 650;
}

.g8-theme-ui .elementor-location-header .elementor-menu-cart__footer-buttons .elementor-button:hover {
  background: var(--g8-rose-hover) !important;
}

.g8-modal-is-open {
  overflow: hidden;
}

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

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

button,
input {
  font: inherit;
}

button,
a,
input {
  -webkit-tap-highlight-color: transparent;
}

:focus-visible {
  outline: 3px solid var(--g8-navy);
  outline-offset: 3px;
}

/* Shared form focus: a clear Glace8 rose halo on every free-entry field. */
.g8-theme-ui input:not([type]),
.g8-theme-ui input:is([type="text"], [type="email"], [type="tel"], [type="url"], [type="search"], [type="password"], [type="number"], [type="date"], [type="time"], [type="month"], [type="week"], [type="datetime-local"]),
.g8-theme-ui textarea,
.g8-theme-ui select {
  transition: border-color .18s ease, box-shadow .18s ease, outline-color .18s ease;
}

.g8-theme-ui input:not([type]):focus,
.g8-theme-ui input:is([type="text"], [type="email"], [type="tel"], [type="url"], [type="search"], [type="password"], [type="number"], [type="date"], [type="time"], [type="month"], [type="week"], [type="datetime-local"]):focus,
.g8-theme-ui textarea:focus,
.g8-theme-ui select:focus,
.g8-theme-ui .select2-container--focus .select2-selection,
.g8-theme-ui .select2-container--open .select2-selection {
  border-color: var(--g8-coral-strong) !important;
  outline: 3px solid var(--g8-rose-pale) !important;
  outline-offset: 2px !important;
  box-shadow: 0 0 0 1px var(--g8-rose-soft) !important;
}

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

h1,
h2,
h3 {
  color: var(--g8-navy);
  line-height: 1.08;
  letter-spacing: 0;
}

h1 {
  font-size: clamp(2rem, 5.8vw, 3.1rem);
  max-width: 13.6ch;
}

.g8-heading-xl,
.g8-hero__title {
  max-width: 14.6ch;
  color: var(--g8-navy);
  font-family: var(--g8-font-heading);
  font-size: clamp(2.15rem, 10vw, 3.12rem);
  font-weight: 560;
  line-height: 1.08;
  letter-spacing: 0;
}

h2 {
  font-size: clamp(1.9rem, 6vw, 3.2rem);
}

.g8-section-title {
  max-width: 13.8ch;
  color: var(--g8-navy);
  font-family: var(--g8-font-heading);
  font-size: clamp(2rem, 7vw, 3.12rem);
  font-weight: 560;
  line-height: 1.08;
  letter-spacing: 0;
}

h3 {
  font-size: 1.15rem;
}

.g8-container {
  width: min(100% - 32px, var(--g8-max));
  margin-inline: auto;
}

.g8-section {
  padding: 72px 0;
}

.g8-section-header,
.g8-section-head {
  display: grid;
  gap: 12px;
  max-width: 760px;
  margin-bottom: 32px;
  text-align: left;
}

.g8-section-header--left {
  margin-left: 0;
  margin-right: auto;
  text-align: left;
}

.g8-section-header--right {
  margin-right: auto;
  margin-left: 0;
  text-align: left;
}

.g8-section-header--center {
  margin-inline: auto;
  text-align: center;
}

.g8-section-header--center .g8-section-title {
  margin-inline: auto;
}

.g8-section-header p:not(.g8-kicker),
.g8-section-head p:not(.g8-kicker) {
  font-size: 1.08rem;
}

.g8-kicker,
.g8-brand-line {
  color: var(--g8-coral-strong);
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.g8-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0.82rem 1.15rem;
  border: 1px solid transparent;
  border-radius: var(--g8-radius);
  font-weight: 500;
  line-height: 1.1;
  text-align: center;
  transition: transform 0.18s ease, background 0.18s ease, border-color 0.18s ease, box-shadow 0.18s ease;
}

/*
 * CTA typography stays deliberately calmer than headings across the whole
 * commerce journey. This also neutralises bold weights injected by
 * WooCommerce or legacy Elementor button rules.
 */
.g8-theme-ui button,
.g8-theme-ui input[type="button"],
.g8-theme-ui input[type="submit"],
.g8-theme-ui input[type="reset"],
.g8-theme-ui a.g8-button,
.g8-theme-ui a.button,
.g8-theme-ui a.added_to_cart,
.g8-theme-ui a.checkout-button,
.g8-theme-ui a.wc-forward,
.g8-theme-ui .elementor-button,
.g8-theme-ui [role="button"],
.g8-theme-ui :is(a, button, input)[class*="__cta"],
.g8-theme-ui :is(a, button, input)[class*="__button"] {
  font-family: var(--g8-font-body) !important;
  font-weight: 500 !important;
  font-synthesis: none;
}

.g8-theme-ui button :is(strong, b),
.g8-theme-ui a.g8-button :is(strong, b),
.g8-theme-ui a.button :is(strong, b),
.g8-theme-ui [role="button"] :is(strong, b) {
  font-weight: inherit !important;
}

/*
 * Centre CTA labels vertically across native pages without changing the
 * horizontal layout of split actions that also contain an arrow.
 */
.g8-theme-ui .g8-button,
.g8-theme-ui .g8-mini-cart__button,
.g8-theme-ui .g8-empty-cart__cta,
.g8-theme-ui .woocommerce a.button:not(.remove),
.g8-theme-ui .woocommerce button.button:not(.qib-button),
.g8-theme-ui .woocommerce .checkout-button,
.g8-theme-ui .woocommerce #place_order,
.g8-theme-ui .single_add_to_cart_button,
.g8-theme-ui :is(a, button)[class*="__cta"] {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  line-height: 1.2 !important;
  text-align: center;
}

.g8-button:hover {
  transform: translateY(-1px);
}

.g8-button--primary {
  color: var(--g8-navy);
  background: var(--g8-rose-soft);
  border-color: transparent;
  font-weight: 500;
  box-shadow: 0 12px 26px -18px rgba(34, 49, 76, 0.48);
}

.g8-button--primary:hover {
  color: var(--g8-navy);
  background: var(--g8-rose-hover);
  box-shadow: 0 16px 30px -20px rgba(34, 49, 76, 0.5);
}

.g8-button--primary:focus-visible {
  outline: 3px solid var(--g8-navy);
  outline-offset: 3px;
}

.g8-button--primary:active {
  transform: translateY(0);
  box-shadow: 0 8px 18px -18px rgba(34, 49, 76, 0.42);
}

.g8-button--primary:disabled,
.g8-button--primary[aria-disabled="true"] {
  color: var(--g8-muted);
  background: var(--g8-coral-pale);
  border-color: transparent;
  box-shadow: none;
  cursor: not-allowed;
  transform: none;
}

/* Reusable navy action state — reserved for interactive controls, never navy surfaces. */
.g8-button--navy {
  color: var(--g8-white);
  background: var(--g8-navy);
  border-color: var(--g8-navy);
  box-shadow: 0 12px 24px -16px rgba(34, 49, 76, 0.62);
}

.g8-button--navy:hover {
  color: var(--g8-white);
  background: var(--g8-navy-hover);
  border-color: var(--g8-navy-hover);
  box-shadow: 0 16px 28px -17px rgba(34, 49, 76, 0.72);
  transform: translateY(-1px);
}

.g8-button--navy:active,
.g8-button--navy[aria-pressed="true"] {
  color: var(--g8-white);
  background: var(--g8-navy-pressed);
  border-color: var(--g8-navy-pressed);
  box-shadow: 0 6px 14px -12px rgba(34, 49, 76, 0.7);
  transform: translateY(1px);
}

.g8-button--navy:focus-visible {
  outline: 3px solid var(--g8-rose-soft);
  outline-offset: 3px;
}

.g8-button--navy:disabled,
.g8-button--navy[aria-disabled="true"] {
  opacity: .55;
  box-shadow: none;
  cursor: not-allowed;
  transform: none;
}

.g8-button--secondary {
  color: var(--g8-navy);
  background: var(--g8-white);
  border-color: var(--g8-border);
}

.g8-button--outline {
  color: var(--g8-navy);
  background: var(--g8-white);
  border-color: var(--g8-border);
  width: 100%;
}

.g8-button--ghost {
  color: var(--g8-navy);
  background: rgba(255, 255, 255, 0.34);
  border-color: rgba(34, 49, 76, 0.18);
  box-shadow: none;
}

.g8-button--ghost:hover {
  color: var(--g8-navy);
  background: rgba(255, 255, 255, 0.72);
  border-color: rgba(34, 49, 76, 0.32);
}

.g8-button--ghost:focus-visible {
  outline: 3px solid var(--g8-navy);
  outline-offset: 3px;
}

.g8-button--ghost:active {
  transform: translateY(0);
}

.g8-button--outline:hover,
.g8-button--secondary:hover {
  background: var(--g8-foam);
  border-color: var(--g8-navy);
}

.g8-promo-carousel {
  background: var(--g8-coral-pale);
  color: var(--g8-navy);
  border-bottom: 1px solid rgba(34, 49, 76, 0.1);
}

.g8-promo-carousel__inner {
  width: min(100% - 16px, var(--g8-max));
  min-height: 40px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr) 34px;
  align-items: center;
  gap: 6px;
}

.g8-promo-carousel__message {
  text-align: center;
  font-size: 0.82rem;
  font-weight: 600;
  line-height: 1.2;
  opacity: 1;
  transform: translateY(0);
  transition: opacity 0.2s ease, transform 0.2s ease;
}

.g8-promo-carousel__message a {
  font-weight: 650;
  text-decoration: underline;
  text-decoration-color: var(--g8-coral-strong);
  text-underline-offset: 3px;
}

.g8-promo-carousel__message a:hover {
  text-decoration-thickness: 2px;
}

.g8-promo-carousel__content {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  min-width: 0;
}

.g8-promo-carousel__message.is-changing {
  opacity: 0;
  transform: translateY(5px);
}

.g8-promo-carousel__button {
  width: 30px;
  height: 30px;
  border: 0;
  border-radius: 999px;
  color: var(--g8-navy);
  background: rgba(34, 49, 76, 0.08);
  cursor: pointer;
  font-size: 1.3rem;
  font-weight: 500;
  line-height: 1;
}

.g8-header-stack {
  position: sticky;
  top: 0;
  z-index: 1000;
  isolation: isolate;
  box-shadow: 0 8px 24px rgba(17, 31, 55, 0.08);
}

/*
 * WordPress injects an old horizontal-overflow guard using `overflow-x:hidden`
 * on both root elements. Browsers compute its vertical axis as `auto`, which
 * turns the page root into a scroll container and prevents sticky headers from
 * anchoring to the viewport. `clip` keeps the horizontal guard without creating
 * that scroll container. Modal states retain their own deliberate scroll lock.
 */
html {
  overflow-x: clip !important;
  overflow-y: visible !important;
}

body:not(.g8-mini-cart-open):not(.g8-modal-is-open):not(.wc-modal--open):not(.wc-block-product-gallery-modal-open) {
  overflow-x: clip !important;
  overflow-y: visible !important;
}

.g8-site-header {
  position: relative;
  background: rgba(34, 49, 76, 0.98);
  color: var(--g8-white);
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
}

.admin-bar .g8-header-stack {
  top: 32px;
}

@media (max-width: 782px) {
  .admin-bar .g8-header-stack {
    top: 46px;
  }
}

.g8-site-header__inner {
  min-height: 66px;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 14px;
}

.g8-site-header__logo {
  width: 136px;
}

.g8-site-header__logo img {
  width: 100%;
}

.g8-main-nav {
  display: none;
  grid-column: 1 / -1;
  padding: 8px 0 16px;
}

.g8-main-nav.is-open {
  display: grid;
}

.g8-main-nav a {
  display: block;
  padding: 10px 0;
  color: rgba(255, 255, 255, 0.88);
  font-weight: 500;
}

.g8-main-nav__shop-group {
  display: flex;
  align-items: center;
  gap: 10px;
}

.g8-main-nav .g8-main-nav__home {
  display: inline-grid;
  width: 38px;
  min-height: 38px;
  padding: 0;
  place-items: center;
  align-self: center;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.08);
  color: var(--g8-white);
  line-height: 1;
}

.g8-main-nav__home span {
  display: block;
  font-size: 1.35rem;
  transform: translateY(-1px);
}

.g8-main-nav .g8-main-nav__home:hover,
.g8-main-nav .g8-main-nav__home:focus-visible {
  border-color: var(--g8-rose, #fecdc0);
  background: rgba(254, 205, 192, 0.24);
  color: #fff !important;
}

.g8-language-switcher {
  position: relative;
  color: var(--g8-white);
}

.g8-language-switcher summary {
  display: inline-flex;
  min-height: 40px;
  padding: 7px 10px;
  align-items: center;
  gap: 6px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.06);
  cursor: pointer;
  font-size: 0.8rem;
  font-weight: 600;
  list-style: none;
}

.g8-language-switcher summary::-webkit-details-marker {
  display: none;
}

.g8-language-switcher summary:hover,
.g8-language-switcher summary:focus-visible,
.g8-language-switcher[open] summary {
  border-color: rgba(255, 205, 192, 0.72);
  background: rgba(255, 205, 192, 0.12);
}

.g8-language-switcher summary:focus-visible {
  outline: 2px solid var(--g8-rose);
  outline-offset: 3px;
}

.g8-language-switcher[open] summary svg {
  transform: rotate(180deg);
}

.g8-language-switcher__globe {
  font-size: 1rem;
  line-height: 1;
}

.g8-language-switcher__menu {
  display: grid;
  min-width: 216px;
  margin-top: 8px;
  padding: 12px;
  gap: 6px;
  border: 1px solid var(--g8-border);
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 20px 46px -24px rgba(10, 24, 48, 0.65);
}

.g8-main-nav .g8-language-switcher__menu a {
  display: flex;
  min-height: 48px;
  padding: 14px 20px;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  border-radius: 9px;
  color: var(--g8-navy);
  font-size: 0.86rem;
  font-weight: 500;
}

.g8-main-nav .g8-language-switcher__menu a:hover,
.g8-main-nav .g8-language-switcher__menu a:focus-visible,
.g8-main-nav .g8-language-switcher__menu a[aria-current="true"] {
  color: var(--g8-navy);
  background: var(--g8-rose-pale);
}

.g8-main-nav .g8-language-switcher__menu small {
  color: var(--g8-muted);
  font-size: 0.68rem;
  font-weight: 650;
  letter-spacing: 0.08em;
}

.g8-language-suggestion {
  position: fixed;
  right: clamp(14px, 3vw, 34px);
  bottom: clamp(14px, 3vw, 30px);
  z-index: 42;
  display: grid;
  width: min(430px, calc(100vw - 28px));
  padding: 20px;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 14px;
  border: 1px solid var(--g8-border);
  border-radius: 18px;
  color: var(--g8-navy);
  background: rgba(255, 255, 255, 0.98);
  box-shadow: 0 24px 70px -30px rgba(10, 24, 48, 0.55);
}

.g8-language-suggestion[hidden] {
  display: none;
}

.g8-language-suggestion__icon {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border-radius: 50%;
  background: var(--g8-rose-pale);
  font-size: 1.35rem;
}

.g8-language-suggestion strong {
  display: block;
  margin-bottom: 5px;
  font-family: var(--g8-font-heading);
  font-size: 1.05rem;
  font-weight: 560;
}

.g8-language-suggestion p {
  color: var(--g8-muted);
  font-size: 0.84rem;
  line-height: 1.45;
}

.g8-language-suggestion__actions {
  display: flex;
  margin-top: 13px;
  gap: 8px;
  flex-wrap: wrap;
}

.g8-language-suggestion__actions a,
.g8-language-suggestion__actions button {
  min-height: 36px;
  padding: 8px 12px;
  border: 1px solid var(--g8-border);
  border-radius: 999px;
  color: var(--g8-navy);
  background: #fff;
  cursor: pointer;
  font: inherit;
  font-size: 0.76rem;
  font-weight: 600;
}

.g8-language-suggestion__actions a {
  border-color: var(--g8-rose);
  background: var(--g8-rose);
}

.g8-language-suggestion__close {
  position: absolute;
  top: 8px;
  right: 9px;
  width: 30px;
  height: 30px;
  border: 0;
  color: var(--g8-muted);
  background: transparent;
  cursor: pointer;
  font-size: 1.25rem;
}

@media (max-width: 520px) {
  .g8-language-suggestion {
    left: 14px;
    right: 14px;
    bottom: 14px;
    width: auto;
    padding: 17px;
  }
}

.g8-nav-toggle {
  justify-self: end;
  width: 44px;
  height: 44px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: var(--g8-radius);
  background: transparent;
  cursor: pointer;
}

.g8-nav-toggle span,
.g8-nav-toggle span::before,
.g8-nav-toggle span::after {
  display: block;
  width: 20px;
  height: 2px;
  margin: 0 auto;
  background: var(--g8-white);
  border-radius: 999px;
  content: "";
}

.g8-nav-toggle span::before {
  transform: translateY(-7px);
}

.g8-nav-toggle span::after {
  transform: translateY(5px);
}

.g8-cart-link {
  justify-self: end;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-weight: 600;
  color: var(--g8-white);
}

.g8-cart-link__label {
  display: none;
}

.g8-cart-icon {
  display: block !important;
  width: 24px !important;
  height: 24px !important;
  flex: 0 0 24px;
  overflow: visible;
  fill: none !important;
  stroke: currentColor !important;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
  opacity: 1 !important;
  visibility: visible !important;
}

.g8-cart-link::before,
.g8-cart-link::after {
  content: none !important;
}

.g8-cart-subtotal {
  padding-left: 9px;
  border-left: 1px solid rgba(255, 255, 255, 0.3);
  font-size: 0.88rem;
  font-weight: 500;
  line-height: 1;
  white-space: nowrap;
}

.g8-cart-subtotal .amount {
  color: inherit;
  font-weight: inherit;
}

.g8-cart-link strong {
  display: inline-grid;
  place-items: center;
  min-width: 24px;
  height: 24px;
  padding: 0 7px;
  color: var(--g8-navy);
  background: var(--g8-coral);
  border-radius: 999px;
  font-size: 0.78rem;
  font-weight: 500;
}

@media (max-width: 480px) {
  .g8-cart-subtotal {
    padding-left: 0;
    border-left: 0;
  }
}

/* v1.0.249 -- navigation mobile : hiérarchie claire, cibles tactiles de 48px
 * et panier transformé en CTA explicite. Le menu desktop (>= 940px) reste
 * strictement régi par son bloc historique plus bas. */
@media (max-width: 939px) {
  .g8-site-header__inner {
    grid-template-columns: minmax(0, 1fr) auto auto;
    gap: 10px;
    padding-block: 10px;
  }

  .g8-site-header__logo {
    grid-column: 1;
    width: 132px;
  }

  .g8-cart-link {
    grid-column: 2;
    min-width: 44px;
    min-height: 44px;
    justify-content: center;
  }

  .g8-nav-toggle {
    grid-column: 3;
  }

  .g8-main-nav {
    grid-column: 1 / -1;
    gap: 0;
    padding: 12px 0 4px;
    border-top: 1px solid rgba(255, 255, 255, 0.13);
  }

  .g8-main-nav > a,
  .g8-main-nav__shop-group {
    min-height: 52px;
    padding: 0 4px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.11);
  }

  .g8-main-nav > a {
    display: flex;
    align-items: center;
  }

  .g8-main-nav__shop-group > a:not(.g8-main-nav__home) {
    display: flex;
    min-height: 52px;
    align-items: center;
    flex: 1;
  }

  .g8-main-nav > .g8-language-switcher {
    padding-top: 14px;
  }

  .g8-main-nav > .g8-language-switcher summary {
    min-height: 48px;
    padding-inline: 16px;
  }

  .g8-site-header.is-nav-open .g8-cart-link {
    grid-column: 1 / -1;
    grid-row: 3;
    width: 100%;
    min-height: 52px;
    margin-top: 12px;
    padding: 11px 16px;
    justify-content: flex-start;
    border-radius: 10px;
    color: var(--g8-navy);
    background: var(--g8-rose, #fecdc0);
  }

  .g8-site-header.is-nav-open .g8-cart-link__label {
    display: inline;
    margin-right: auto;
    font-weight: 600;
  }

  .g8-site-header.is-nav-open .g8-cart-subtotal {
    padding-left: 0;
    border-left: 0;
    font-weight: 600;
  }

  .g8-site-header.is-nav-open .g8-cart-count {
    background: #fff;
  }

  .g8-site-header.is-nav-open .g8-cart-link:hover,
  .g8-site-header.is-nav-open .g8-cart-link:focus-visible {
    color: var(--g8-navy);
    background: var(--g8-rose-hover, #fbbcae);
  }

  .g8-site-header.is-nav-open .g8-cart-link:focus-visible {
    outline: 3px solid #fff;
    outline-offset: 2px;
  }

  .g8-site-header.is-nav-open .g8-cart-link:active {
    background: var(--g8-rose-pressed, #f4aa9b);
    transform: translateY(1px);
  }

  .g8-site-header.is-nav-open .g8-nav-toggle span {
    background: transparent;
  }

  .g8-site-header.is-nav-open .g8-nav-toggle span::before {
    transform: translateY(0) rotate(45deg);
  }

  .g8-site-header.is-nav-open .g8-nav-toggle span::after {
    transform: translateY(-2px) rotate(-45deg);
  }

  .g8-site-header.is-nav-open + .g8-promo-carousel {
    display: none;
  }
}

.g8-hero {
  position: relative;
  overflow: hidden;
  padding: 44px 0 58px;
  background:
    radial-gradient(circle at 82% 14%, rgba(254, 205, 192, 0.7), transparent 24rem),
    linear-gradient(145deg, var(--g8-foam) 0%, var(--g8-white) 62%, var(--g8-surface-soft) 100%);
}

.g8-hero::after {
  position: absolute;
  inset: auto 0 0;
  height: 120px;
  content: "";
  background: linear-gradient(180deg, transparent, rgba(34, 49, 76, 0.045));
}

.g8-hero__grid {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.g8-hero__content {
  display: contents;
}

.g8-hero .g8-brand-line {
  order: 1;
}

.g8-hero__title {
  order: 2;
}

.g8-hero__visual {
  order: 3;
  position: relative;
  margin: 4px 0 2px;
}

.g8-hero__subtitle {
  order: 4;
}

.g8-hero-commerce {
  order: 5;
}

.g8-hero__actions {
  order: 6;
}

.g8-trust-row {
  order: 7;
}

.g8-hero__subtitle {
  max-width: 590px;
  color: var(--g8-navy);
  font-size: clamp(1.08rem, 4vw, 1.35rem);
}

.g8-hero-commerce {
  display: grid;
  gap: 3px;
  color: var(--g8-navy);
}

.g8-hero-commerce__price {
  display: inline-flex;
  align-items: baseline;
  flex-wrap: wrap;
  gap: 7px;
  width: fit-content;
}

.g8-hero-commerce__price > span {
  color: var(--g8-muted);
  font-size: 0.94rem;
  font-weight: 500;
}

.g8-hero-commerce__price strong {
  color: var(--g8-navy);
  font-size: clamp(1.6rem, 5vw, 2rem);
  font-weight: 700;
  line-height: 1;
}

.g8-hero-commerce__price .woocommerce-Price-amount,
.g8-hero-commerce__price .g8-shop-price__tax {
  color: inherit;
  font: inherit;
}

.g8-hero-commerce__delivery {
  width: fit-content;
  color: var(--g8-muted);
  font-size: 0.96rem;
  font-weight: 500;
}

.g8-hero__actions {
  display: grid;
  gap: 12px;
}

.g8-trust-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 14px;
  margin: 8px 0 0;
  padding: 18px 0 0;
  border-top: 1px solid var(--g8-border);
  list-style: none;
}

.g8-trust-row li {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: var(--g8-navy);
  font-size: 0.92rem;
  font-weight: 500;
  line-height: 1.25;
}

.g8-trust-row li span {
  flex: 0 0 auto;
  font-size: 1rem;
}

.g8-hero-photo {
  position: relative;
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.74);
  border-radius: 40px;
  box-shadow: var(--g8-shadow);
  aspect-ratio: 16 / 10;
  max-height: 340px;
  background: var(--g8-navy);
}

.g8-hero-photo:focus-within {
  outline: 3px solid var(--g8-navy);
  outline-offset: 4px;
}

.g8-video-trigger {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  padding: 0;
  overflow: hidden;
  color: var(--g8-navy);
  background: transparent;
  border: 0;
  border-radius: inherit;
  cursor: pointer;
}

.g8-video-trigger::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(34, 49, 76, 0.02), rgba(34, 49, 76, 0.22));
  content: "";
  opacity: 0.85;
  transition: opacity 0.18s ease;
}

.g8-video-trigger:hover::after {
  opacity: 1;
}

.g8-video-trigger:focus-visible {
  outline: none;
}

.g8-video-trigger__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  border-radius: inherit;
  transition: transform 0.28s ease;
}

.g8-video-trigger:hover .g8-video-trigger__image,
.g8-video-trigger:focus-visible .g8-video-trigger__image {
  transform: scale(1.025);
}

.g8-video-trigger__play {
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 50%;
  display: inline-grid;
  place-items: center;
  width: 62px;
  height: 62px;
  background: rgba(255, 255, 255, 0.94);
  border-radius: 999px;
  box-shadow: 0 18px 42px -24px rgba(34, 49, 76, 0.85);
  transform: translate(-50%, -50%);
  transition: background 0.18s ease, transform 0.18s ease;
}

.g8-video-trigger__play::before {
  width: 0;
  height: 0;
  margin-left: 5px;
  border-top: 11px solid transparent;
  border-bottom: 11px solid transparent;
  border-left: 17px solid var(--g8-navy);
  content: "";
}

.g8-video-trigger:hover .g8-video-trigger__play,
.g8-video-trigger:focus-visible .g8-video-trigger__play {
  background: var(--g8-rose-soft);
  transform: translate(-50%, -50%) scale(1.04);
}

.g8-video-trigger__label {
  position: absolute;
  z-index: 1;
  left: 50%;
  bottom: 14px;
  display: inline-flex;
  align-items: center;
  min-height: 36px;
  padding: 0.45rem 0.8rem;
  color: var(--g8-navy);
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(34, 49, 76, 0.14);
  border-radius: 999px;
  box-shadow: 0 12px 30px -22px rgba(34, 49, 76, 0.72);
  font-size: 0.88rem;
  font-weight: 650;
  line-height: 1;
  transform: translateX(-50%);
}

.g8-info-button {
  display: inline-grid;
  place-items: center;
  width: 20px;
  height: 20px;
  margin-left: 4px;
  padding: 0;
  color: var(--g8-navy);
  background: var(--g8-rose-pale);
  border: 1px solid rgba(34, 49, 76, 0.18);
  border-radius: 50%;
  font-family: Georgia, serif;
  font-size: 0.78rem;
  font-weight: 700;
  line-height: 1;
  vertical-align: 0.08em;
  cursor: pointer;
}

.g8-info-button[hidden] {
  display: none;
}

.g8-info-button--dark {
  color: var(--g8-white);
  background: rgba(255, 255, 255, 0.12);
  border-color: rgba(255, 255, 255, 0.34);
}

.g8-info-button--promo {
  flex: 0 0 auto;
  margin-left: 0;
}

.g8-info-button:focus-visible {
  outline: 3px solid var(--g8-coral-strong);
  outline-offset: 2px;
}

.g8-info-modal[hidden] {
  display: none;
}

.g8-info-modal {
  position: fixed;
  inset: 0;
  z-index: 110;
  display: grid;
  place-items: center;
  padding: 18px;
}

.g8-info-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(18, 28, 46, 0.76);
  border: 0;
  cursor: pointer;
}

.g8-info-modal__dialog {
  position: relative;
  z-index: 1;
  width: min(100%, 680px);
  padding: clamp(24px, 5vw, 44px);
  color: var(--g8-navy);
  background:
    radial-gradient(circle at 12% 12%, rgba(238, 251, 255, 0.92), transparent 38%),
    var(--g8-white);
  border: 1px solid rgba(255, 255, 255, 0.7);
  border-radius: var(--g8-radius);
  box-shadow: 0 30px 80px -38px rgba(0, 0, 0, 0.72);
}

.g8-info-modal__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 16px;
}

.g8-info-modal__close {
  display: grid;
  place-items: center;
  width: 40px;
  height: 40px;
  padding: 0;
  color: var(--g8-navy);
  background: var(--g8-rose-pale);
  border: 0;
  border-radius: 50%;
  font-size: 1.6rem;
  cursor: pointer;
}

.g8-info-modal__dialog h2 {
  max-width: 18ch;
  margin-bottom: 22px;
  color: var(--g8-navy);
  font-size: clamp(1.5rem, 3.2vw, 2.1rem);
  line-height: 1.12;
}

#g8-delivery-modal-title {
  color: var(--g8-navy);
}

.g8-info-modal__content {
  display: grid;
  gap: 16px;
}

.g8-info-modal__content p {
  padding-left: 14px;
  border-left: 3px solid var(--g8-rose-soft);
}

.g8-video-modal[hidden] {
  display: none;
}

.g8-video-modal {
  position: fixed;
  inset: 0;
  z-index: 100;
  display: grid;
  place-items: center;
  padding: 18px;
}

.g8-video-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(18, 28, 46, 0.76);
  border: 0;
  cursor: pointer;
}

.g8-video-modal__dialog {
  position: relative;
  z-index: 1;
  width: min(100%, 940px);
  overflow: hidden;
  background: var(--g8-navy-deep);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: var(--g8-radius);
  box-shadow: 0 26px 70px -34px rgba(0, 0, 0, 0.72);
}

.g8-video-modal__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  min-height: 54px;
  padding: 10px 12px 10px 16px;
  color: var(--g8-white);
}

.g8-video-modal__header h2 {
  color: var(--g8-white);
  font-size: 1rem;
}

.g8-video-modal__close {
  display: inline-grid;
  place-items: center;
  width: 38px;
  height: 38px;
  color: var(--g8-white);
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 999px;
  cursor: pointer;
  font-size: 1.5rem;
  line-height: 1;
}

.g8-video-modal__close:hover {
  background: rgba(255, 255, 255, 0.18);
}

.g8-video-modal__close:focus-visible {
  outline: 3px solid var(--g8-rose-soft);
  outline-offset: 3px;
}

.g8-video-modal__frame {
  aspect-ratio: 16 / 9;
  background: #000;
}

.g8-video-modal__frame iframe {
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
}

.g8-comparison-section,
.g8-process-section,
.g8-faq-section {
  background: var(--g8-surface-soft);
}

.g8-comparison,
.g8-comparison__layout,
.g8-comparison-grid {
  display: grid;
  gap: 18px;
}

.g8-comparison {
  gap: 28px;
}

.g8-comparison > .g8-section-header,
.g8-comparison > .g8-section-head {
  margin-bottom: 0;
}

.g8-comparison__header {
  max-width: min(100%, var(--g8-max));
}

.g8-comparison__header .g8-section-title {
  max-width: min(100%, 16.5em);
}

.g8-comparison__media {
  margin: 0;
  overflow: hidden;
  order: 1;
  border: 1px solid var(--g8-border);
  border-radius: var(--g8-radius);
  background: var(--g8-white);
  box-shadow: 0 22px 46px -34px rgba(34, 49, 76, 0.5);
}

.g8-comparison__media img {
  border-radius: var(--g8-radius) var(--g8-radius) 0 0;
}

.g8-comparison__image {
  display: block;
  width: 100%;
  height: auto;
}

.g8-comparison__caption {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1px;
  color: var(--g8-navy);
  background: var(--g8-border);
  border-top: 1px solid var(--g8-border);
  font-family: var(--g8-font-heading);
  font-size: 0.82rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  line-height: 1;
  text-align: center;
  text-transform: uppercase;
}

.g8-comparison__caption span {
  padding: 12px 8px;
  background: var(--g8-white);
}

.g8-comparison__cards {
  display: grid;
  gap: 12px;
  order: 2;
}

.g8-comparison__label {
  display: inline-flex;
  width: fit-content;
  align-items: center;
  padding: 5px 10px;
  color: var(--g8-navy);
  background: var(--g8-foam);
  border: 1px solid rgba(34, 49, 76, 0.1);
  border-radius: 999px;
  font-size: 0.78rem;
  font-weight: 600;
}

.g8-comparison-card,
.g8-benefit-card,
.g8-freezer-card,
.g8-faq-item {
  border: 1px solid var(--g8-border);
  border-radius: var(--g8-radius);
  background: var(--g8-white);
  box-shadow: 0 18px 38px -32px rgba(34, 49, 76, 0.45);
}

.g8-comparison-card {
  padding: 18px;
}

.g8-comparison-card h3 {
  margin: 12px 0 12px;
}

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

.g8-comparison-card li {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  color: var(--g8-navy);
  font-weight: 500;
}

.g8-comparison-card li span[aria-hidden="true"] {
  flex: 0 0 auto;
  font-size: 0.95em;
  line-height: 1.5;
}

.g8-media-proof {
  background:
    radial-gradient(circle at 14% 18%, rgba(254, 205, 192, 0.36), transparent 30%),
    radial-gradient(circle at 88% 18%, rgba(238, 251, 255, 0.92), transparent 34%),
    var(--g8-white);
}

.g8-media-proof__header {
  max-width: min(100%, 1180px);
}

.g8-media-proof__header .g8-section-title {
  max-width: min(100%, 1180px);
}

.g8-media-proof__grid {
  display: grid;
  gap: 18px;
}

.g8-media-proof__card {
  position: relative;
  margin: 0;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.86);
  border: 1px solid rgba(34, 49, 76, 0.1);
  border-radius: var(--g8-radius);
  box-shadow: 0 28px 58px -42px rgba(34, 49, 76, 0.58);
}

.g8-media-proof__image {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  object-position: center;
}

.g8-media-proof-carousel,
.g8-media-proof-carousel__viewport {
  position: relative;
  overflow: hidden;
}

.g8-media-proof-carousel__track {
  display: flex;
  transform: translateX(calc(var(--g8-media-proof-index, 0) * -100%));
  transition: transform 0.35s ease;
}

.g8-media-proof-carousel__slide {
  flex: 0 0 100%;
  min-width: 0;
}

.g8-media-proof-carousel__button {
  position: absolute;
  top: 50%;
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  padding: 0;
  color: var(--g8-navy);
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid rgba(34, 49, 76, 0.14);
  border-radius: 50%;
  box-shadow: 0 12px 30px -18px rgba(34, 49, 76, 0.8);
  font-size: 1.65rem;
  cursor: pointer;
  transform: translateY(-50%);
}

.g8-media-proof-carousel__button--prev {
  left: 12px;
}

.g8-media-proof-carousel__button--next {
  right: 12px;
}

.g8-media-proof-carousel__button:focus-visible,
.g8-media-proof-carousel__dot:focus-visible {
  outline: 3px solid var(--g8-navy);
  outline-offset: 2px;
}

.g8-media-proof-carousel__dots {
  display: flex;
  justify-content: center;
  gap: 8px;
  padding: 12px 12px 0;
}

.g8-media-proof-carousel__dot {
  width: 10px;
  height: 10px;
  padding: 0;
  background: rgba(34, 49, 76, 0.24);
  border: 0;
  border-radius: 50%;
  cursor: pointer;
}

.g8-media-proof-carousel__dot.is-active {
  background: var(--g8-coral-strong);
}

.g8-media-proof__card figcaption {
  padding: 14px 16px 16px;
  color: var(--g8-navy);
  font-weight: 600;
}

.g8-media-proof__video {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
  color: var(--g8-navy);
  background: transparent;
  border: 0;
  cursor: pointer;
}

.g8-media-proof__video::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(34, 49, 76, 0), rgba(34, 49, 76, 0.28));
  content: "";
  opacity: 0.82;
  transition: opacity 0.18s ease;
}

.g8-media-proof__video:hover::after,
.g8-media-proof__video:focus-visible::after {
  opacity: 1;
}

.g8-media-proof__video:focus-visible {
  outline: 3px solid var(--g8-navy);
  outline-offset: -6px;
}

.g8-media-proof__play {
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 50%;
  display: grid;
  place-items: center;
  width: 62px;
  height: 62px;
  background: rgba(255, 255, 255, 0.94);
  border-radius: 999px;
  box-shadow: 0 18px 42px -24px rgba(34, 49, 76, 0.85);
  transform: translate(-50%, -50%);
  transition: background 0.18s ease, transform 0.18s ease;
}

.g8-media-proof__play::before {
  width: 0;
  height: 0;
  margin-left: 5px;
  border-top: 11px solid transparent;
  border-bottom: 11px solid transparent;
  border-left: 17px solid var(--g8-navy);
  content: "";
}

.g8-media-proof__video:hover .g8-media-proof__play,
.g8-media-proof__video:focus-visible .g8-media-proof__play {
  background: var(--g8-rose-soft);
  transform: translate(-50%, -50%) scale(1.04);
}

.g8-customer-gallery {
  overflow: hidden;
  background:
    radial-gradient(circle at 12% 18%, rgba(238, 251, 255, 0.72), transparent 30%),
    #FAF8F8;
}

.g8-customer-gallery__header {
  max-width: min(100%, 1160px);
}

.g8-customer-gallery__header .g8-section-title {
  max-width: none;
}

.g8-customer-gallery__carousel {
  display: grid;
  gap: 16px;
}

.g8-customer-gallery__viewport {
  position: relative;
  overflow: hidden;
}

.g8-customer-gallery__track {
  display: flex;
  gap: 14px;
  overflow: hidden;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
}

.g8-customer-gallery__slide {
  flex: 0 0 82%;
  height: clamp(300px, 76vw, 410px);
  margin: 0;
  overflow: hidden;
  background: var(--g8-foam-soft);
  border-radius: var(--g8-radius);
  box-shadow: 0 20px 42px -32px rgba(34, 49, 76, 0.52);
  scroll-snap-align: start;
}

.g8-customer-gallery__slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.g8-customer-gallery__button {
  position: absolute;
  top: 50%;
  z-index: 1;
  display: grid;
  place-items: center;
  width: 46px;
  height: 46px;
  padding: 0;
  color: var(--g8-navy);
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid rgba(34, 49, 76, 0.12);
  border-radius: 50%;
  box-shadow: 0 14px 34px -22px rgba(34, 49, 76, 0.75);
  font-size: 1.8rem;
  cursor: pointer;
  transform: translateY(-50%);
}

.g8-customer-gallery__button--prev {
  left: 10px;
}

.g8-customer-gallery__button--next {
  right: 10px;
}

.g8-customer-gallery__button:focus-visible,
.g8-customer-gallery__dot:focus-visible {
  outline: 3px solid var(--g8-navy);
  outline-offset: 2px;
}

.g8-customer-gallery__dots {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 9px;
}

.g8-customer-gallery__dot {
  width: 10px;
  height: 10px;
  padding: 0;
  background: rgba(34, 49, 76, 0.2);
  border: 0;
  border-radius: 50%;
  cursor: pointer;
}

.g8-customer-gallery__dot.is-active {
  background: var(--g8-coral-strong);
}

.g8-reviews {
  background: #FAF8F8;
}

.g8-reviews__header {
  max-width: 520px;
}

.g8-reviews-carousel {
  display: grid;
  gap: 18px;
  min-width: 0;
}

.g8-reviews-carousel__viewport {
  position: relative;
  overflow: hidden;
  padding: 10px;
  margin: -10px;
}

.g8-reviews-carousel__track {
  display: flex;
  gap: 18px;
  overflow: hidden;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
}

.g8-review-card {
  flex: 0 0 100%;
  min-width: 0;
  min-height: 360px;
  padding: clamp(22px, 4vw, 38px);
  background: var(--g8-white);
  border-radius: var(--g8-radius);
  box-shadow: 0 22px 48px -36px rgba(34, 49, 76, 0.38);
  scroll-snap-align: start;
}

.g8-review-card__author {
  display: flex;
  gap: 18px;
  align-items: center;
  margin-bottom: 30px;
}

.g8-review-card__avatar {
  position: relative;
  flex: 0 0 78px;
  width: 78px;
  height: 78px;
  background: #B8C5C8;
  border-radius: 50%;
}

.g8-review-card__avatar::before {
  position: absolute;
  left: 50%;
  top: 17px;
  width: 25px;
  height: 25px;
  border: 4px solid rgba(255, 255, 255, 0.82);
  border-radius: 50%;
  content: "";
  transform: translateX(-50%);
}

.g8-review-card__avatar::after {
  position: absolute;
  left: 50%;
  bottom: 13px;
  width: 43px;
  height: 23px;
  border: 4px solid rgba(255, 255, 255, 0.82);
  border-bottom: 0;
  border-radius: 50% 50% 0 0;
  content: "";
  transform: translateX(-50%);
}

.g8-review-card__author h3 {
  color: var(--g8-navy);
  font-size: 1.2rem;
}

.g8-review-card__score {
  color: #21C34B;
}

.g8-review-card__stars {
  color: #FFB000;
  letter-spacing: 1px;
}

.g8-review-card__star-muted {
  color: #D6DEE6;
}

.g8-review-card h4 {
  margin-bottom: 10px;
  color: var(--g8-navy);
  font-size: 1.08rem;
  line-height: 1.35;
}

.g8-review-card > p {
  color: var(--g8-text);
}

.g8-reviews-carousel__button {
  position: absolute;
  top: 50%;
  z-index: 1;
  display: grid;
  place-items: center;
  width: 46px;
  height: 46px;
  padding: 0;
  color: var(--g8-navy);
  background: rgba(255, 255, 255, 0.96);
  border: 0;
  border-radius: 50%;
  box-shadow: 0 12px 28px -16px rgba(34, 49, 76, 0.45);
  font-size: 1.8rem;
  cursor: pointer;
  transform: translateY(-50%);
}

.g8-reviews-carousel__button--prev {
  left: 0;
}

.g8-reviews-carousel__button--next {
  right: 0;
}

.g8-reviews-carousel__button:focus-visible,
.g8-reviews-carousel__dot:focus-visible {
  outline: 3px solid var(--g8-navy);
  outline-offset: 2px;
}

.g8-reviews-carousel__dots {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 9px;
}

.g8-reviews-carousel__dot {
  width: 10px;
  height: 10px;
  padding: 0;
  background: rgba(34, 49, 76, 0.2);
  border: 0;
  border-radius: 50%;
  cursor: pointer;
}

.g8-reviews-carousel__dot.is-active {
  background: var(--g8-navy);
}

.g8-mini-scene {
  position: relative;
  min-height: 220px;
  overflow: hidden;
  border-radius: var(--g8-radius);
  background: linear-gradient(180deg, var(--g8-foam), var(--g8-white));
}

.g8-mini-scene::after {
  position: absolute;
  right: 18px;
  bottom: 22px;
  left: 18px;
  height: 18px;
  border-radius: 50%;
  background: rgba(34, 49, 76, 0.08);
  content: "";
}

.g8-ice-chip,
.g8-water-pool,
.g8-cold-plate,
.g8-center-well,
.g8-oyster-shell {
  position: absolute;
  display: block;
}

.g8-ice-chip {
  width: 64px;
  height: 52px;
  background: var(--g8-foam);
  border: 1px solid rgba(34, 49, 76, 0.14);
  border-radius: 18px 10px 20px 12px;
  transform: rotate(-12deg);
}

.g8-ice-chip--one {
  left: 21%;
  top: 54px;
}

.g8-ice-chip--two {
  left: 42%;
  top: 72px;
  transform: rotate(9deg);
}

.g8-ice-chip--three {
  left: 54%;
  top: 38px;
  transform: rotate(-26deg);
}

.g8-water-pool {
  right: 22%;
  bottom: 42px;
  left: 24%;
  height: 34px;
  background: rgba(34, 49, 76, 0.08);
  border-radius: 48% 52% 46% 54%;
}

.g8-cold-plate {
  inset: 28px 22%;
  aspect-ratio: 1;
  border: 10px solid rgba(34, 49, 76, 0.86);
  border-radius: 50%;
  background: radial-gradient(circle, rgba(254, 205, 192, 0.7) 0 15%, var(--g8-white) 16% 28%, var(--g8-foam) 29% 100%);
}

.g8-center-well {
  left: calc(50% - 22px);
  top: calc(50% - 22px);
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: var(--g8-coral);
  border: 3px solid var(--g8-white);
}

.g8-oyster-shell {
  width: 48px;
  height: 29px;
  background: linear-gradient(135deg, var(--g8-white), var(--g8-foam));
  border: 1px solid rgba(34, 49, 76, 0.22);
  border-radius: 65% 45% 58% 42%;
}

.g8-oyster-shell--sliding {
  left: 58%;
  top: 98px;
  transform: rotate(26deg);
}

.g8-oyster-shell--one {
  left: 26%;
  top: 78px;
  transform: rotate(-18deg);
}

.g8-oyster-shell--two {
  right: 27%;
  top: 88px;
  transform: rotate(18deg);
}

.g8-oyster-shell--three {
  left: 44%;
  bottom: 54px;
  transform: rotate(2deg);
}

.g8-benefits__grid {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 16px;
}

.g8-benefits .g8-section-title {
  max-width: min(100%, 15em);
}

.g8-scroll-rotate {
  --g8-rotate: 0deg;
}

.g8-scroll-rotate__image {
  transform: rotate(var(--g8-rotate));
  transform-origin: center;
  transition: transform 0.08s linear;
  will-change: transform;
}

.g8-benefit-card {
  display: grid;
  grid-template-rows: auto minmax(1.35rem, auto) 1fr;
  gap: 12px;
  min-height: 100%;
  padding: 18px;
}

.g8-benefit-card__media {
  display: flex;
  align-items: center;
  justify-content: center;
  height: clamp(146px, 15vw, 162px);
  padding: 14px;
  background: linear-gradient(180deg, var(--g8-foam), var(--g8-white));
  border: 1px solid rgba(34, 49, 76, 0.08);
  border-radius: var(--g8-radius);
}

.g8-benefit-card__media img {
  width: auto;
  max-width: min(100%, 184px);
  max-height: 118px;
  object-fit: contain;
}

.g8-benefit-card__title {
  align-self: start;
  margin-top: 2px;
  font-size: clamp(1.02rem, 1.15vw, 1.12rem);
  line-height: 1.14;
}

.g8-benefit-card__text {
  align-self: start;
  color: var(--g8-text);
}

.g8-dimensions {
  background: var(--g8-white);
}

.g8-dimensions__header {
  max-width: min(100%, 1160px);
}

.g8-dimensions__header .g8-section-title {
  max-width: min(100%, 38ch);
  font-size: clamp(1.95rem, 5.6vw, 2.95rem);
}

.g8-dimensions__grid {
  display: grid;
  gap: 18px;
  align-items: center;
}

.g8-dimensions__media {
  min-height: clamp(300px, 42vw, 460px);
  margin: 0;
  overflow: hidden;
  padding: 10px;
  background: var(--g8-white);
  border: 0;
  border-radius: var(--g8-radius);
}

.g8-dimensions__image {
  width: 100%;
  height: 100%;
  border-radius: var(--g8-radius);
}

.g8-dimensions__schema {
  display: grid;
  place-items: center;
  max-width: 460px;
  justify-self: center;
}

.g8-dimensions__schema .g8-dimensions__image {
  width: min(100%, 430px);
  height: auto;
  object-fit: contain;
  background: var(--g8-foam);
}

.g8-dimensions__photo {
  position: relative;
  display: grid;
  place-items: center;
  padding: clamp(22px, 4vw, 44px);
  background: radial-gradient(circle at 50% 50%, rgba(238, 251, 255, 0.76), rgba(255, 255, 255, 0.96) 68%);
}

.g8-plate-carousel__slides {
  position: relative;
  width: min(82%, 390px);
  aspect-ratio: 1;
}

.g8-plate-carousel__plate {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  visibility: hidden;
  opacity: 0;
  object-fit: contain;
  border-radius: 50%;
  transform: translateX(-115%);
  transition: opacity 0.24s ease, transform 0.32s ease-out;
}

.g8-plate-carousel__plate.is-active {
  visibility: visible;
  opacity: 1;
  transform: translateX(0);
}

.g8-plate-carousel__plate.is-leaving {
  visibility: visible;
  opacity: 0;
  transform: translateX(115%);
}

.g8-plate-carousel__plate.is-from-right {
  transform: translateX(115%);
}

.g8-plate-carousel__plate.is-leaving-left {
  visibility: visible;
  opacity: 0;
  transform: translateX(-115%);
}

.g8-plate-carousel__mat {
  --g8-mat-turn: 0deg;
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 50%;
  width: min(72%, 343px);
  height: auto;
  object-fit: contain;
  filter: drop-shadow(0 18px 20px rgba(34, 49, 76, 0.2));
  transform: translate(-50%, -50%) rotate(var(--g8-mat-turn));
  transition: transform 0.55s cubic-bezier(0.22, 0.8, 0.28, 1);
}

.g8-plate-carousel__button {
  position: absolute;
  z-index: 2;
  top: 50%;
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  padding: 0;
  color: var(--g8-navy);
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid rgba(34, 49, 76, 0.12);
  border-radius: 50%;
  box-shadow: 0 12px 30px -20px rgba(34, 49, 76, 0.75);
  font-size: 1.65rem;
  cursor: pointer;
  transform: translateY(-50%);
}

.g8-plate-carousel__button--prev {
  left: 12px;
}

.g8-plate-carousel__button--next {
  right: 12px;
}

.g8-plate-carousel__caption {
  position: absolute;
  z-index: 2;
  left: 50%;
  bottom: 8px;
  width: max-content;
  max-width: calc(100% - 28px);
  padding: 8px 12px;
  color: var(--g8-navy);
  background: rgba(255, 255, 255, 0.9);
  border-radius: 999px;
  box-shadow: 0 12px 28px -22px rgba(34, 49, 76, 0.65);
  font-size: clamp(0.78rem, 2vw, 0.92rem);
  font-weight: 650;
  line-height: 1.2;
  text-align: center;
  transform: translateX(-50%);
}

.g8-plate-carousel__button:focus-visible {
  outline: 3px solid var(--g8-navy);
  outline-offset: 2px;
}

.g8-dimensions__note {
  max-width: 920px;
  margin: 18px 0 0;
  color: var(--g8-navy);
  font-weight: 500;
}

.g8-how__header {
  max-width: min(100%, 1180px);
  margin-bottom: 28px;
}

.g8-how__layout,
.g8-how__media,
.g8-how-steps {
  display: grid;
  gap: 18px;
}

.g8-how-carousel {
  display: grid;
  gap: 14px;
}

.g8-how-carousel__viewport {
  position: relative;
  overflow: hidden;
  background: var(--g8-white);
  border: 1px solid rgba(34, 49, 76, 0.1);
  border-radius: var(--g8-radius);
  box-shadow: 0 26px 50px -34px rgba(34, 49, 76, 0.55);
}

.g8-how-carousel__track {
  display: flex;
  transform: translateX(calc(var(--g8-how-index, 0) * -100%));
  transition: transform 0.42s ease;
}

.g8-how-carousel__slide {
  flex: 0 0 100%;
  margin: 0;
}

.g8-how-carousel__slide img {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 11;
  object-fit: cover;
  object-position: center;
}

.g8-how-carousel__button {
  position: absolute;
  top: 50%;
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  color: var(--g8-navy);
  background: rgba(255, 255, 255, 0.88);
  border: 1px solid rgba(34, 49, 76, 0.14);
  border-radius: 999px;
  box-shadow: 0 12px 28px -20px rgba(34, 49, 76, 0.8);
  cursor: pointer;
  font-size: 1.8rem;
  line-height: 1;
  transform: translateY(-50%);
}

.g8-how-carousel__button:hover {
  background: var(--g8-rose-soft);
}

.g8-how-carousel__button:focus-visible {
  outline: 3px solid var(--g8-navy);
  outline-offset: 3px;
}

.g8-how-carousel__button--prev {
  left: 14px;
}

.g8-how-carousel__button--next {
  right: 14px;
}

.g8-how-carousel__dots {
  display: flex;
  justify-content: center;
  gap: 8px;
}

.g8-how-carousel__dot {
  width: 10px;
  height: 10px;
  padding: 0;
  background: rgba(34, 49, 76, 0.22);
  border: 0;
  border-radius: 999px;
  cursor: pointer;
}

.g8-how-carousel__dot.is-active {
  width: 26px;
  background: var(--g8-navy);
}

.g8-how-carousel__dot:focus-visible {
  outline: 3px solid var(--g8-navy);
  outline-offset: 3px;
}

.g8-how__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.g8-how-steps {
  margin: 0;
  padding: 0;
  list-style: none;
}

.g8-how-step {
  display: grid;
  grid-template-columns: 76px minmax(0, 1fr);
  gap: 14px;
  align-items: center;
  padding: 18px;
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(34, 49, 76, 0.1);
  border-radius: var(--g8-radius);
}

.g8-how-step__visual {
  display: grid;
  place-items: center;
  width: 76px;
  height: 76px;
  padding: 8px;
  background: var(--g8-rose-pale, #FEE7E1);
  border: 1px solid rgba(34, 49, 76, 0.08);
  border-radius: 50%;
}

.g8-how-step__visual img {
  display: block;
  width: 56px;
  height: 56px;
  object-fit: contain;
}

.g8-how-step__visual--mat img {
  width: 60px;
  height: 60px;
}

.g8-how-step h3 {
  margin-bottom: 6px;
  color: var(--g8-navy);
  font-size: clamp(1.05rem, 1.2vw, 1.18rem);
  line-height: 1.2;
}

.g8-how-step p {
  color: var(--g8-text);
}

.g8-pro {
  background:
    radial-gradient(circle at 88% 12%, rgba(170, 226, 244, 0.2), transparent 34%),
    radial-gradient(circle at 10% 82%, rgba(254, 205, 192, 0.12), transparent 36%),
    linear-gradient(145deg, var(--g8-navy-deep), var(--g8-navy) 56%, #2B3E5D);
}

.g8-pro__header {
  max-width: min(100%, 1120px);
}

.g8-pro__header .g8-section-title {
  color: var(--g8-white);
}

.g8-pro__header p:not(.g8-kicker) {
  color: rgba(255, 255, 255, 0.8);
}

.g8-pro__panel {
  display: grid;
  gap: 16px;
  padding: clamp(18px, 3vw, 34px);
  overflow: hidden;
  background: linear-gradient(145deg, rgba(8, 23, 46, 0.68), rgba(20, 40, 67, 0.58));
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: var(--g8-radius);
  box-shadow: 0 32px 72px -42px rgba(5, 14, 31, 0.78);
  backdrop-filter: blur(10px);
}

.g8-pro-carousel {
  display: grid;
  gap: 14px;
  min-width: 0;
}

.g8-pro-carousel__viewport {
  position: relative;
  overflow: hidden;
  background: rgba(10, 24, 48, 0.5);
  border-radius: var(--g8-radius);
  box-shadow: 0 22px 48px -34px rgba(34, 49, 76, 0.5);
}

.g8-pro-carousel__track {
  display: flex;
  transform: translateX(calc(var(--g8-pro-index, 0) * -100%));
  transition: transform 0.2s ease;
}

.g8-pro-carousel__slide {
  flex: 0 0 100%;
  min-width: 0;
  margin: 0;
}

.g8-pro-carousel__slide img {
  width: 100%;
  aspect-ratio: 3 / 2;
  object-fit: cover;
  object-position: center;
}

.g8-pro-carousel__controls {
  position: absolute;
  inset: 50% 12px auto;
  display: flex;
  justify-content: space-between;
  pointer-events: none;
  transform: translateY(-50%);
}

.g8-pro-carousel__button {
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  padding: 0;
  color: var(--g8-navy);
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid rgba(34, 49, 76, 0.14);
  border-radius: 50%;
  box-shadow: 0 12px 30px -18px rgba(34, 49, 76, 0.8);
  font-size: 1.7rem;
  cursor: pointer;
  pointer-events: auto;
}

.g8-pro-carousel__button:focus-visible,
.g8-pro-carousel__dot:focus-visible {
  outline: 3px solid var(--g8-navy);
  outline-offset: 2px;
}

.g8-pro-carousel__dots {
  display: flex;
  justify-content: center;
  gap: 9px;
}

.g8-pro-carousel__dot {
  width: 11px;
  height: 11px;
  padding: 0;
  background: rgba(255, 255, 255, 0.32);
  border: 0;
  border-radius: 50%;
  cursor: pointer;
}

.g8-pro-carousel__dot.is-active {
  background: var(--g8-coral-strong);
}

.g8-pro__content {
  display: grid;
  gap: 24px;
  align-content: center;
  min-width: 0;
  padding: clamp(4px, 2vw, 22px);
}

.g8-pro__content-stack {
  display: grid;
}

.g8-pro__content-slide {
  grid-area: 1 / 1;
  display: grid;
  gap: 14px;
  align-content: center;
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.16s ease;
}

.g8-pro__content-slide.is-active {
  visibility: visible;
  opacity: 1;
}

.g8-pro__audience {
  color: var(--g8-white);
  font-size: clamp(1.8rem, 4vw, 2.7rem);
  line-height: 1.08;
}

.g8-pro__description {
  max-width: 52ch;
  color: rgba(255, 255, 255, 0.82);
  font-size: 1.08rem;
}

.g8-pro__caption {
  max-width: 52ch;
  color: var(--g8-rose-soft);
  font-weight: 650;
}

.g8-pro__lots {
  display: grid;
  gap: 8px;
}

.g8-pro__lots-block {
  display: grid;
  gap: 10px;
  padding: 18px;
  background: rgba(170, 226, 244, 0.16);
  border: 1px solid rgba(170, 226, 244, 0.3);
  border-radius: var(--g8-radius);
}

.g8-pro__lots-label {
  color: rgba(255, 255, 255, 0.86);
  font-weight: 600;
}

.g8-pro__lots strong {
  padding: 10px 12px;
  text-align: center;
  color: var(--g8-navy);
  background: rgba(238, 251, 255, 0.92);
  border: 1px solid rgba(170, 226, 244, 0.52);
  border-radius: var(--g8-radius);
  font-size: 0.95rem;
  line-height: 1.25;
}

.g8-pro__price {
  color: rgba(255, 255, 255, 0.76);
  font-weight: 400;
}

.g8-pro__actions {
  display: grid;
  gap: 14px;
  justify-items: start;
  padding: 4px 2px 0;
}

.g8-pro__actions .g8-button--primary {
  justify-self: start;
  color: var(--g8-navy);
  background: var(--g8-rose-soft);
}

.g8-pro__actions .g8-button--primary:hover {
  background: var(--g8-rose-hover);
}

.g8-faq-list {
  display: grid;
  gap: 10px;
}

.g8-faq-layout {
  display: grid;
  gap: 28px;
}

.g8-faq-visual {
  order: -1;
  width: min(72vw, 300px);
  margin: 0 auto;
  position: relative;
}

.g8-faq-visual img {
  display: block;
  width: 100%;
  height: auto;
  filter: drop-shadow(0 24px 30px rgba(34, 49, 76, 0.2));
}

.g8-faq-visual .g8-scroll-rotate__image {
  transform: translate3d(0, var(--g8-faq-translate-y, 0px), 0) rotate(var(--g8-rotate));
  transition: none;
}

.g8-faq-section .g8-section-title {
  max-width: none;
}

.g8-faq-section .g8-section-header {
  width: 100%;
  max-width: none;
}

.g8-faq-item {
  overflow: hidden;
}

.g8-faq-item button {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  width: 100%;
  min-height: 58px;
  padding: 16px;
  color: var(--g8-navy);
  background: var(--g8-white);
  border: 0;
  text-align: left;
  cursor: pointer;
  font-weight: 600;
}

.g8-faq-item button span {
  flex: 0 0 auto;
  font-size: 1.3rem;
}

.g8-faq-item__answer {
  display: none;
  padding: 0 16px 18px;
}

.g8-faq-item__answer p + p {
  margin-top: 12px;
}

.g8-faq-table-wrap {
  margin-top: 16px;
  overflow-x: auto;
  border-radius: var(--g8-radius);
}

.g8-faq-table-wrap table {
  width: 100%;
  min-width: 620px;
  border-collapse: collapse;
  color: var(--g8-navy);
  background: var(--g8-foam-soft);
}

.g8-faq-table-wrap th,
.g8-faq-table-wrap td {
  padding: 12px 14px;
  border: 1px solid rgba(34, 49, 76, 0.18);
  text-align: left;
}

.g8-faq-table-wrap th {
  background: rgba(34, 49, 76, 0.06);
  font-weight: 700;
}

.g8-faq-item.is-open .g8-faq-item__answer {
  display: block;
}

.g8-faq-item.is-open button span {
  transform: rotate(45deg);
}

.g8-prefooter {
  padding: 30px 0;
  background: var(--g8-white);
  border-bottom: 5px solid var(--g8-rose-soft);
}

.g8-prefooter__grid {
  display: grid;
  gap: 22px;
}

.g8-prefooter__item {
  display: grid;
  grid-template-columns: 54px minmax(0, 1fr);
  gap: 14px;
  align-items: center;
  color: var(--g8-navy);
}

.g8-prefooter__icon {
  display: grid;
  place-items: center;
  width: 54px;
  height: 54px;
  background: var(--g8-rose-pale);
  border-radius: 50%;
  font-size: 1.7rem;
}

.g8-prefooter__icon svg {
  width: 28px;
  height: 28px;
  fill: none;
  stroke: var(--g8-coral-strong);
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.g8-prefooter__item div {
  display: grid;
  gap: 3px;
}

.g8-prefooter__item strong {
  font-size: 1.03rem;
}

.g8-prefooter__item span:not(.g8-prefooter__icon) {
  color: rgba(34, 49, 76, 0.78);
  font-size: 0.92rem;
}

.g8-site-footer {
  padding: 54px 0 28px;
  color: rgba(255, 255, 255, 0.72);
  background: var(--g8-navy-deep);
}

.g8-footer-grid {
  display: grid;
  gap: 28px;
}

.g8-footer-brand img {
  width: 150px;
  margin-bottom: 14px;
  border-radius: var(--g8-radius);
}

.g8-site-footer h2 {
  margin-bottom: 12px;
  color: var(--g8-white);
  font-size: 1rem;
}

.g8-site-footer nav {
  display: grid;
  gap: 8px;
}

.g8-site-footer a {
  color: rgba(255, 255, 255, 0.78);
}

.g8-newsletter {
  display: grid;
  gap: 10px;
}

.g8-newsletter label {
  color: rgba(255, 255, 255, 0.78);
}

.g8-newsletter div {
  display: flex;
  gap: 8px;
}

.g8-newsletter input {
  min-width: 0;
  width: 100%;
  min-height: 44px;
  padding: 0 12px;
  color: var(--g8-navy);
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: var(--g8-radius);
}

.g8-newsletter button {
  min-width: 52px;
  color: var(--g8-navy);
  background: var(--g8-rose-soft);
  border: 0;
  border-radius: var(--g8-radius);
  cursor: pointer;
  font-weight: 600;
}

.g8-newsletter button:hover {
  background: var(--g8-rose-hover);
}

.g8-footer-legal {
  margin-top: 34px;
  padding-top: 18px;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
  font-size: 0.86rem;
  text-align: center;
}

/* Discreet footer trigger for the Cookie Notice plugin's [cookies_revoke]
   shortcode, replacing its automatic persistent revoke bar. Resets the
   plugin's own pink pastille/button chrome to match the plain-text footer
   legal links around it. */
.g8-site-footer .cn-revoke-cookie {
  display: inline;
  padding: 0;
  margin: 0;
  border: 0;
  background: none !important;
  color: rgba(255, 255, 255, 0.78);
  font: inherit;
  font-size: inherit;
  text-decoration: none;
  cursor: pointer;
}

.g8-site-footer .cn-revoke-cookie:hover,
.g8-site-footer .cn-revoke-cookie:focus-visible {
  color: var(--g8-white);
  text-decoration: underline;
}

@media (min-width: 700px) {
  .g8-hero__actions,
  .g8-hero-commerce,
  .g8-trust-row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }

  .g8-hero-commerce {
    gap: 6px 14px;
  }

  .g8-hero-photo {
    max-height: 400px;
  }

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

  .g8-pro__lots {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .g8-customer-gallery__slide {
    flex-basis: calc((100% - 28px) / 3);
    height: 360px;
  }

  .g8-review-card {
    flex-basis: calc((100% - 18px) / 2);
  }

  .g8-prefooter__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (min-width: 700px) {
  .g8-section-header--right {
    margin-right: 0;
    margin-left: auto;
    text-align: right;
  }

  .g8-section-header--right .g8-section-title {
    margin-left: auto;
  }

}

@media (min-width: 940px) {
  .g8-section {
    padding: 96px 0;
  }

  .g8-media-proof__header .g8-section-title {
    white-space: nowrap;
  }

  .g8-media-proof__header p:not(.g8-kicker) {
    max-width: none;
    white-space: nowrap;
  }

  .g8-customer-gallery__slide {
    flex-basis: calc((100% - 42px) / 4);
    height: 360px;
  }

  .g8-customer-gallery__header .g8-section-title,
  .g8-customer-gallery__header p:not(.g8-kicker) {
    max-width: none;
    white-space: nowrap;
  }

  .g8-reviews > .g8-container {
    display: grid;
    grid-template-columns: minmax(280px, 0.36fr) minmax(0, 0.64fr);
    gap: 42px;
    align-items: center;
  }

  .g8-reviews__header {
    margin-bottom: 0;
  }

  .g8-faq-section .g8-section-title {
    font-size: clamp(2.25rem, 3.5vw, 3.05rem);
    white-space: nowrap;
  }

  .g8-faq-layout {
    grid-template-columns: minmax(0, 3fr) minmax(210px, 1fr);
    align-items: start;
    gap: 34px;
  }

  .g8-faq-visual {
    position: relative;
    top: auto;
    order: 0;
    width: 100%;
  }

  .g8-comparison__header .g8-section-title {
    font-size: clamp(2.55rem, 4vw, 3.05rem);
  }

  .g8-site-header__inner {
    grid-template-columns: auto 1fr auto;
  }

  .g8-site-header__logo {
    width: 158px;
  }

  .g8-nav-toggle {
    display: none;
  }

  .g8-main-nav {
    display: flex;
    grid-column: auto;
    justify-content: center;
    gap: clamp(15px, 1.8vw, 28px);
    padding: 0;
  }

  .g8-main-nav a {
    padding: 8px 0;
    font-size: 0.94rem;
  }

  .g8-language-switcher__menu {
    position: absolute;
    top: 100%;
    right: 0;
    z-index: 4;
  }

  .g8-heading-xl,
  .g8-hero__title {
    max-width: 14.8ch;
    font-size: clamp(3.15rem, 4.7vw, 3.9rem);
    line-height: 1.04;
  }

  .g8-hero {
    padding: 54px 0 72px;
  }

  .g8-hero__grid {
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(400px, 0.95fr);
    align-items: center;
    gap: 44px;
  }

  .g8-hero__content {
    display: grid;
    gap: 14px;
  }

  .g8-hero__visual {
    width: min(100%, 520px);
    margin: 0;
    justify-self: end;
  }

  .g8-hero-photo {
    aspect-ratio: 1 / 1;
    max-height: none;
  }

  .g8-video-trigger__play {
    width: 74px;
    height: 74px;
  }

  .g8-video-trigger__play::before {
    border-top-width: 13px;
    border-bottom-width: 13px;
    border-left-width: 20px;
  }

  .g8-video-trigger__label {
    bottom: 22px;
  }

  .g8-pro__panel {
    grid-template-columns: minmax(0, 0.48fr) minmax(0, 0.52fr);
    align-items: center;
  }

  .g8-pro__lots-block {
    grid-column: 1 / -1;
  }

  .g8-pro__actions {
    grid-column: 1 / -1;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
  }

  .g8-pro__price {
    text-align: right;
  }

  .g8-how__layout {
    grid-template-columns: minmax(0, 1.16fr) minmax(320px, 0.84fr);
    gap: 34px;
    align-items: stretch;
  }

  .g8-how__media,
  .g8-how-carousel,
  .g8-how-carousel__viewport {
    min-height: 0;
  }

  .g8-how__media {
    grid-template-rows: minmax(0, 1fr);
  }

  .g8-how-carousel {
    grid-template-rows: minmax(0, 1fr) auto;
  }

  .g8-how-carousel__track,
  .g8-how-carousel__slide {
    height: 100%;
  }

  .g8-how-carousel__slide img {
    height: 100%;
  }

  .g8-how-steps {
    grid-template-rows: repeat(3, minmax(0, 1fr));
  }

  .g8-how-step {
    grid-template-columns: 88px minmax(0, 1fr);
  }

  .g8-how-step__visual {
    width: 88px;
    height: 88px;
    padding: 8px;
  }

  .g8-how-step__visual img {
    width: 62px;
    height: 62px;
  }

  .g8-how-step__visual--mat img {
    width: 70px;
    height: 70px;
  }

  .g8-comparison__layout {
    grid-template-columns: minmax(320px, 0.85fr) minmax(480px, 1.15fr);
    gap: 28px;
    align-items: center;
  }

  .g8-comparison__cards {
    grid-column: 2;
    order: 2;
  }

  .g8-comparison__media {
    grid-column: 1;
    order: 1;
  }

  .g8-dimensions__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px;
    align-items: stretch;
  }

  .g8-dimensions__header p:not(.g8-kicker) {
    max-width: none;
    white-space: nowrap;
  }

  .g8-media-proof__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    align-items: stretch;
  }

  .g8-media-proof__card {
    display: flex;
    flex-direction: column;
  }

  .g8-media-proof__card figcaption {
    margin-top: auto;
  }

  .g8-comparison-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    align-items: center;
  }

  .g8-benefits__grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }


  .g8-footer-grid {
    grid-template-columns: 1.4fr 0.8fr 0.8fr 1.1fr;
  }
}

@media (min-width: 1180px) {
  .g8-pro__header .g8-section-title {
    max-width: none;
    white-space: nowrap;
  }

  .g8-pro__header p:not(.g8-kicker) {
    max-width: none;
    white-space: nowrap;
  }

  .g8-comparison__header p:not(.g8-kicker) {
    white-space: nowrap;
  }

  .g8-how__header .g8-section-title,
  .g8-how__header p:not(.g8-kicker) {
    max-width: none;
    white-space: nowrap;
  }

  .g8-how__layout {
    grid-template-columns: minmax(0, 1.22fr) minmax(360px, 0.78fr);
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }

  .g8-promo-carousel__message.is-changing {
    transform: none;
  }

  .g8-scroll-rotate__image {
    transform: rotate(0deg);
  }

  .g8-faq-visual .g8-scroll-rotate__image {
    transform: translate3d(0, 0, 0) rotate(0deg);
  }

  .g8-how-carousel__track {
    transition: none;
  }

  .g8-pro-carousel__track,
  .g8-pro__content-slide,
  .g8-customer-gallery__track,
  .g8-reviews-carousel__track,
  .g8-plate-carousel__plate {
    transition: none;
    scroll-behavior: auto;
  }

  .g8-media-proof-carousel__track {
    transition: none;
  }
}
