/* Samrat Commerce Gate 2D — restrained, media-led storefront refinement */
:root {
  --g2d-ink: #141414;
  --g2d-muted: #6d6a65;
  --g2d-surface: #fff;
  --g2d-soft: #f5f3ef;
  --g2d-line: rgba(20, 20, 20, .12);
  --g2d-line-strong: rgba(20, 20, 20, .24);
  --g2d-radius-sm: 8px;
  --g2d-radius: 14px;
  --g2d-radius-lg: 22px;
  --g2d-shadow: 0 20px 55px rgba(26, 22, 18, .09);
  --g2d-fast: 160ms;
  --g2d-motion: 280ms;
  --g2d-ease: cubic-bezier(.2, .7, .2, 1);
}

.gate2d-storefront {
  overflow-x: clip;
  color: var(--g2d-ink);
  background: var(--g2d-surface);
  text-rendering: optimizeLegibility;
}
.gate2d-storefront .container { width: min(100% - 40px, 1240px); max-width: 1240px; }
.gate2d-storefront :where(a, button, input, select, textarea):focus-visible {
  outline: 3px solid color-mix(in srgb, var(--brand) 38%, transparent);
  outline-offset: 3px;
}
.gate2d-storefront .eyebrow { color: var(--g2d-muted); letter-spacing: .14em; }
.gate2d-storefront .btn { border-radius: var(--g2d-radius-sm); box-shadow: none; }

/* Header */
.gate2d-storefront .v2-header {
  background: rgba(255,255,255,.97);
  box-shadow: 0 1px 0 var(--g2d-line);
  backdrop-filter: saturate(140%) blur(12px);
}
.gate2d-storefront .v2-header-main { min-height: 76px; gap: 24px; }
.gate2d-storefront .v2-brand { gap: 3px; }
.gate2d-storefront .v2-brand > span { font-size: clamp(1.2rem, 1.8vw, 1.55rem); font-weight: 850; letter-spacing: -.045em; }
.gate2d-storefront .v2-brand small { color: var(--g2d-muted); letter-spacing: .01em; }
.gate2d-storefront .v2-search {
  height: 46px;
  border-color: var(--g2d-line-strong);
  border-radius: 11px;
  background: #faf9f7;
}
.gate2d-storefront .v2-search button { min-width: 78px; border-radius: 8px; margin: 4px; }
.gate2d-storefront .v2-category-nav { border-top-color: var(--g2d-line); }
.gate2d-storefront .v2-category-nav .container { height: 40px; gap: 28px; }
.gate2d-storefront .v2-category-nav a { font-weight: 650; letter-spacing: .01em; }
.gate2d-storefront .v2-actions > a { border-radius: 8px; }
.gate2d-storefront .v2-announcement .container { min-height: 32px; }

/* Real-commerce hero */
.g2d-commerce-hero,
.g2d-commerce-hero .g2c-hero-track,
.g2d-commerce-hero .g2c-hero-content { min-height: clamp(520px, 47vw, 620px); }
.g2d-commerce-hero { background: #e9e6e1; border-bottom-color: var(--g2d-line); }
.g2d-commerce-hero .g2c-hero-media img,
.g2d-commerce-hero .g2c-hero-media video { object-position: var(--g2d-desktop-position, center center); }
.g2d-commerce-hero .g2c-hero-media img,
.g2d-commerce-hero .g2c-hero-media video { transform: scale(1.002); transition-duration: 5.5s; }
.g2d-commerce-hero .g2c-hero-slide.is-active .g2c-hero-media img,
.g2d-commerce-hero .g2c-hero-slide.is-active .g2c-hero-media video { transform: scale(1.025); }
.g2d-commerce-hero .g2c-hero-overlay {
  background: linear-gradient(90deg, rgba(255,255,255,.96) 0%, rgba(255,255,255,.87) 35%, rgba(255,255,255,.25) 64%, rgba(255,255,255,.02) 100%);
}
.g2d-commerce-hero .theme-dark .g2c-hero-overlay,
.g2d-commerce-hero .theme-contrast .g2c-hero-overlay {
  background: linear-gradient(90deg, rgba(10,10,10,.88) 0%, rgba(10,10,10,.66) 38%, rgba(10,10,10,.12) 70%, transparent 100%);
}
.g2d-commerce-hero .g2c-hero-content { padding-top: 54px; padding-bottom: 66px; }
.g2d-commerce-hero .g2c-hero-copy { width: min(590px, 51vw); }
.g2d-commerce-hero .g2c-hero-copy h1 {
  max-width: 12ch;
  margin: 13px 0 18px;
  font-size: clamp(3.25rem, 5.4vw, 5.2rem);
  line-height: .96;
  letter-spacing: -.065em;
}
.g2d-commerce-hero .g2c-hero-copy p { max-width: 52ch; color: color-mix(in srgb, currentColor 72%, transparent); font-size: 1.02rem; line-height: 1.66; }
.g2d-commerce-hero .hero-actions { margin-top: 26px; }
.g2d-commerce-hero .g2c-secondary-cta { text-underline-offset: 5px; }
.g2d-hero-price { display: flex; align-items: baseline; gap: 10px; margin-top: 22px; }
.g2d-hero-price small { color: var(--g2d-muted); font-weight: 700; }
.g2d-hero-price strong { font-size: 1.65rem; letter-spacing: -.035em; }
.g2d-hero-price del { color: var(--g2d-muted); font-size: .95rem; }
.g2d-hero-price span { color: #9a3412; font-size: .77rem; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; }
.g2d-hero-no-media {
  position: absolute;
  inset: 0 0 0 52%;
  display: grid;
  place-content: center;
  gap: 8px;
  color: #6f6a63;
  background: #e8e4de;
  text-align: center;
}
.g2d-hero-no-media > span { font-size: clamp(6rem, 14vw, 12rem); font-weight: 850; line-height: .8; letter-spacing: -.09em; opacity: .3; }
.g2d-hero-no-media small { font-size: .72rem; letter-spacing: .12em; text-transform: uppercase; }
.g2d-commerce-hero .g2c-slider-arrow { width: 44px; height: 44px; border-radius: 50%; }
.g2d-commerce-hero .g2c-slider-dots { gap: 7px; }
.g2d-commerce-hero .g2c-slider-dots button { width: 28px; height: 3px; border-radius: 0; }

/* Merchandising rhythm */
.gate2d-storefront .v2-section,
.gate2d-storefront .v2-deal-section > .container { padding-top: 68px; padding-bottom: 68px; }
.gate2d-storefront .v2-section-head { margin-bottom: 28px; }
.gate2d-storefront .v2-section-head h2,
.gate2d-storefront .section-title-row h2 { font-size: clamp(2rem, 3vw, 2.9rem); line-height: 1.02; letter-spacing: -.05em; }
.gate2d-storefront .v2-deal-section,
.gate2d-storefront .v21-new-section { background: #f7f5f1; }
.gate2d-storefront .v2-trustbar { border-color: var(--g2d-line); background: #fff; }
.gate2d-storefront .v2-trustbar .container { justify-content: center; gap: 0; }
.gate2d-storefront .v2-trustbar .container > div { min-width: 0; flex: 1; justify-content: center; border-right: 1px solid var(--g2d-line); padding: 0 24px; }
.gate2d-storefront .v2-trustbar .container > div:last-child { border-right: 0; }
.gate2d-storefront .v2-trustbar b { display: none; }
.gate2d-storefront .v2-trustbar span { color: var(--g2d-ink); font-size: .78rem; font-weight: 700; text-align: center; }

/* Categories */
.gate2d-storefront .v21-category-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 18px; }
.gate2d-storefront .v21-category-card {
  grid-template-columns: 1fr auto;
  grid-template-rows: auto auto;
  gap: 14px 10px;
  border: 0;
  border-radius: 0;
  padding: 0 0 4px;
  box-shadow: none;
  background: transparent;
}
.gate2d-storefront .v21-category-card:hover { transform: none; box-shadow: none; }
.gate2d-storefront .v21-category-art { grid-column: 1 / -1; width: 100%; aspect-ratio: 4 / 3; border-radius: var(--g2d-radius); background: var(--g2d-soft); }
.gate2d-storefront .v21-category-art img { transition: transform var(--g2d-motion) var(--g2d-ease); }
.gate2d-storefront .v21-category-card:hover .v21-category-art img { transform: scale(1.025); }
.gate2d-storefront .v21-category-card > div:nth-child(2) { display: block; }
.gate2d-storefront .v21-category-card strong { font-size: 1rem; letter-spacing: -.02em; }

/* Signature product cards */
.gate2d-storefront .product-grid { gap: clamp(12px, 1.8vw, 22px); }
.gate2d-storefront .product-card {
  overflow: visible;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}
.gate2d-storefront .product-card:hover,
.gate2d-storefront .product-card:focus-within { transform: none; box-shadow: none; }
.gate2d-storefront .product-card-media { border-radius: var(--g2d-radius); background: var(--g2d-soft); }
.gate2d-storefront .product-card-image { object-fit: cover; }
.gate2d-storefront .product-card:hover .primary-image,
.gate2d-storefront .product-card:focus-within .primary-image,
.gate2d-storefront .product-card:hover .alternate-image,
.gate2d-storefront .product-card:focus-within .alternate-image { transform: scale(1.025); }
.gate2d-storefront .product-image-fallback { background: #efede8; }
.gate2d-storefront .product-image-fallback b { color: #aaa39a; opacity: 1; }
.gate2d-storefront .product-tag { top: 12px; left: 12px; border: 0; border-radius: 5px; padding: 6px 8px; box-shadow: none; }
.gate2d-storefront .product-tag.sale { color: #fff; background: #9b3c25; }
.gate2d-storefront .wishlist-card { top: 10px; right: 10px; }
.gate2d-storefront .wishlist-card button { width: 40px; height: 40px; border: 1px solid rgba(20,20,20,.13); box-shadow: 0 6px 18px rgba(20,20,20,.07); }
.gate2d-storefront .product-card-actions { left: 12px; right: 12px; bottom: 12px; }
.gate2d-storefront .product-quick-link { min-height: 43px; border-radius: 7px; }
.gate2d-storefront .product-card-body { padding: 15px 2px 4px; }
.gate2d-storefront .product-card-eyebrow { color: var(--g2d-muted); font-size: .67rem; letter-spacing: .11em; }
.gate2d-storefront .product-card-title { min-height: 46px; margin-top: 7px; }
.gate2d-storefront .product-card-title h3 { font-size: 1rem; font-weight: 700; line-height: 1.42; }
.gate2d-storefront .product-card .price { margin-top: 8px; }
.gate2d-storefront .product-card .price strong { font-size: 1.08rem; letter-spacing: -.025em; }
.gate2d-storefront .product-meta { min-height: 22px; border: 0; padding-top: 7px; }
.gate2d-storefront .product-meta span { font-size: .68rem; }

/* Video/story */
.gate2d-storefront .g2c-video-section { padding-top: 52px; padding-bottom: 72px; }
.gate2d-storefront .g2c-video-shell { border-radius: var(--g2d-radius-lg); background: #191816; }
.gate2d-storefront .g2c-video-copy { padding: clamp(34px, 5vw, 72px); }
.gate2d-storefront .g2c-video-copy h2 { max-width: 12ch; color: #fff; font-size: clamp(2.5rem, 4.2vw, 4.25rem); }
.gate2d-storefront .g2c-video-media { min-height: 440px; background: #0b0b0b; }
.gate2d-storefront .g2c-video-media video,
.gate2d-storefront .g2c-video-media > img { width: 100%; height: 100%; object-fit: cover; }
.gate2d-storefront .g2c-video-badge { border-radius: 6px; font-weight: 650; }

/* PDP gallery and purchase */
.gate2d-storefront .breadcrumb { padding-top: 26px; padding-bottom: 18px; }
.gate2d-storefront .product-page { grid-template-columns: minmax(0, 1.3fr) minmax(380px, .78fr); gap: clamp(34px, 4vw, 60px); }
.gate2d-storefront .product-gallery { grid-template-columns: 76px minmax(0, 1fr); gap: 14px; }
.gate2d-storefront .product-main-media { border-radius: var(--g2d-radius); background: var(--g2d-soft); box-shadow: none; }
.gate2d-storefront .product-zoom-trigger img { object-fit: contain; }
.gate2d-storefront .product-media-empty { width: 100%; height: 100%; display: grid; place-content: center; gap: 8px; background: #efede8; color: #9d978f; text-align: center; }
.gate2d-storefront .product-media-empty span { font-size: clamp(5rem, 12vw, 10rem); font-weight: 850; line-height: .8; letter-spacing: -.08em; }
.gate2d-storefront .product-media-empty small { font-size: .72rem; letter-spacing: .1em; text-transform: uppercase; }
.gate2d-storefront .product-gallery-video { width: 100%; height: 100%; background: #0d0d0d; }
.gate2d-storefront .product-gallery-video video { display: block; width: 100%; height: 100%; object-fit: contain; }
.gate2d-storefront .product-thumbs { gap: 9px; }
.gate2d-storefront .thumb-button { width: 72px; border-radius: 9px; background: var(--g2d-soft); opacity: .62; }
.gate2d-storefront .thumb-button.active { border-color: var(--g2d-ink); transform: none; opacity: 1; }
.gate2d-storefront .thumb-button.video-thumb { position: relative; display: grid; place-items: center; color: #fff; background: #1b1b1b; }
.gate2d-storefront .thumb-button.video-thumb img { opacity: .62; }
.gate2d-storefront .thumb-button.video-thumb > span { position: absolute; display: grid; place-items: center; width: 30px; height: 30px; border-radius: 50%; background: rgba(0,0,0,.72); font-size: .7rem; }
.gate2d-storefront .thumb-button.video-thumb small { font-size: .65rem; }
.gate2d-storefront .product-purchase { top: 126px; border: 1px solid var(--g2d-line); border-radius: var(--g2d-radius); box-shadow: 0 16px 44px rgba(20,20,20,.06); }
.gate2d-storefront .product-purchase h1 { font-size: clamp(2.2rem, 3.4vw, 3.5rem); line-height: 1; letter-spacing: -.055em; }
.gate2d-storefront .purchase-benefits { border-radius: 10px; }
.gate2d-storefront .variant-pills label span { border-radius: 8px; }
.gate2d-storefront .product-information { padding-top: 76px; padding-bottom: 76px; }
.gate2d-storefront .g2c-product-video-section { gap: 54px; padding-top: 44px; padding-bottom: 80px; }
.gate2d-storefront .g2c-product-video-media { border-radius: var(--g2d-radius); box-shadow: none; }
.gate2d-storefront .g2c-product-video-media video { object-fit: contain; }
.gate2d-storefront .reviews-section { background: #f7f5f1; }

/* Footer */
.gate2d-storefront .v2-footer { padding-top: 66px; background: #171715; }
.gate2d-storefront .v2-footer-grid { grid-template-columns: minmax(260px, 1.5fr) repeat(auto-fit, minmax(150px, 1fr)); gap: 48px; }
.gate2d-storefront .footer-about > p:empty { display: none; }
.gate2d-storefront .footer-trust span { border-radius: 5px; }

@media (min-width: 701px) {
  .gate2d-storefront.is-product-page .v2-whatsapp { width: 46px; height: 46px; justify-content: center; padding: 0; font-size: 0; }
  .gate2d-storefront.is-product-page .v2-whatsapp span { font-size: 1rem; }
}

@media (max-width: 1000px) {
  .gate2d-storefront .v2-header-main { min-height: 70px; }
  .g2d-commerce-hero,
  .g2d-commerce-hero .g2c-hero-track,
  .g2d-commerce-hero .g2c-hero-content { min-height: 560px; }
  .g2d-commerce-hero .g2c-hero-copy { width: min(600px, 68vw); }
  .gate2d-storefront .v21-category-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .gate2d-storefront .product-page { grid-template-columns: 1fr; }
  .gate2d-storefront .product-purchase { position: relative; top: auto; }
}

@media (max-width: 700px) {
  .gate2d-storefront .container { width: min(100% - 28px, 1240px); }
  .gate2d-storefront .v2-header-main { min-height: 60px; gap: 10px; }
  .gate2d-storefront .v2-brand > span { font-size: 1.2rem; }
  .gate2d-storefront .v2-mobile-search { padding-top: 0; padding-bottom: 9px; }
  .gate2d-storefront .v2-search { height: 43px; border-radius: 9px; }
  .gate2d-storefront .v2-category-nav .container { width: 100%; padding-inline: 14px; }

  .g2d-commerce-hero,
  .g2d-commerce-hero .g2c-hero-track,
  .g2d-commerce-hero .g2c-hero-content { min-height: 570px; }
  .g2d-commerce-hero .g2c-hero-media img,
  .g2d-commerce-hero .g2c-hero-media video { object-position: var(--g2d-mobile-position, center center); }
  .g2d-commerce-hero .g2c-hero-overlay {
    background: linear-gradient(0deg, rgba(255,255,255,.98) 7%, rgba(255,255,255,.94) 38%, rgba(255,255,255,.35) 67%, rgba(255,255,255,.05) 100%);
  }
  .g2d-commerce-hero .theme-dark .g2c-hero-overlay,
  .g2d-commerce-hero .theme-contrast .g2c-hero-overlay {
    background: linear-gradient(0deg, rgba(10,10,10,.96) 7%, rgba(10,10,10,.84) 39%, rgba(10,10,10,.22) 70%, rgba(10,10,10,.04) 100%);
  }
  .g2d-commerce-hero .g2c-hero-content { align-items: flex-end; padding: 36px 14px 66px; }
  .g2d-commerce-hero .g2c-hero-copy { width: 100%; }
  .g2d-commerce-hero .g2c-hero-copy h1 { max-width: 12ch; margin: 9px 0 12px; font-size: clamp(2.45rem, 11.7vw, 3.65rem); }
  .g2d-commerce-hero .g2c-hero-copy p { max-width: 42ch; font-size: .9rem; line-height: 1.5; }
  .g2d-commerce-hero .g2d-hero-price { margin-top: 14px; }
  .g2d-commerce-hero .hero-actions { margin-top: 19px; }
  .g2d-hero-no-media { inset: 0 0 47% 0; }
  .g2d-hero-no-media > span { font-size: 7rem; }

  .gate2d-storefront .v2-section,
  .gate2d-storefront .v2-deal-section > .container { padding-top: 50px; padding-bottom: 50px; }
  .gate2d-storefront .v2-section-head { margin-bottom: 22px; }
  .gate2d-storefront .v2-section-head h2,
  .gate2d-storefront .section-title-row h2 { font-size: clamp(1.8rem, 8.4vw, 2.5rem); }
  .gate2d-storefront .v2-trustbar .container { width: 100%; display: grid; grid-template-columns: 1fr 1fr; }
  .gate2d-storefront .v2-trustbar .container > div { min-height: 48px; border-right: 1px solid var(--g2d-line); border-bottom: 1px solid var(--g2d-line); padding: 8px 12px; }
  .gate2d-storefront .v2-trustbar .container > div:nth-child(2n) { border-right: 0; }
  .gate2d-storefront .v21-category-grid { display: flex; gap: 12px; margin-inline: 0; padding: 0 0 7px; overflow-x: auto; }
  .gate2d-storefront .v21-category-card { width: min(68vw, 255px); flex: 0 0 min(68vw, 255px); }
  .gate2d-storefront .product-card-body { padding-top: 11px; }
  .gate2d-storefront .product-card-title { min-height: 42px; }
  .gate2d-storefront .product-card-title h3 { font-size: .88rem; line-height: 1.4; }
  .gate2d-storefront .product-card-actions { left: 8px; right: 8px; bottom: 8px; }
  .gate2d-storefront .product-tag { top: 8px; left: 8px; }
  .gate2d-storefront .wishlist-card { top: 7px; right: 7px; }
  .gate2d-storefront .g2c-video-section { padding: 22px 14px 56px; }
  .gate2d-storefront .g2c-video-shell { border-radius: 14px; }
  .gate2d-storefront .g2c-video-copy { padding: 30px 24px; }
  .gate2d-storefront .g2c-video-media { min-height: 290px; }

  .gate2d-storefront .product-gallery { grid-template-columns: 1fr; gap: 10px; }
  .gate2d-storefront .product-main-media { grid-column: 1; grid-row: 1; border-radius: 10px; }
  .gate2d-storefront .product-thumbs { grid-column: 1; grid-row: 2; flex-direction: row; max-height: none; overflow-x: auto; overflow-y: hidden; padding: 3px 0; }
  .gate2d-storefront .thumb-button { width: 64px; flex: 0 0 64px; border-radius: 7px; }
  .gate2d-storefront .product-purchase { border-radius: 10px; }
  .gate2d-storefront .product-information { padding-top: 54px; padding-bottom: 54px; }
  .gate2d-storefront .g2c-product-video-section { grid-template-columns: 1fr; gap: 20px; padding-top: 32px; padding-bottom: 58px; }
  .gate2d-storefront .g2c-product-video-media { border-radius: 10px; }

  .gate2d-storefront .mobile-bottom-nav { min-height: calc(64px + env(safe-area-inset-bottom)); }
  .gate2d-storefront .mobile-buy-bar {
    left: 8px;
    right: 8px;
    bottom: calc(70px + env(safe-area-inset-bottom));
    min-height: 60px;
    border-radius: 12px;
  }
  .gate2d-storefront .v2-footer { padding-bottom: calc(86px + env(safe-area-inset-bottom)); }
  .gate2d-storefront .v2-footer-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 34px 20px; }
  .gate2d-storefront.is-product-page .v2-footer { padding-bottom: calc(176px + env(safe-area-inset-bottom)); }
  .gate2d-storefront.is-product-page.has-whatsapp .v2-whatsapp { z-index: 106; bottom: calc(148px + env(safe-area-inset-bottom)); }
  .gate2d-storefront:not(.is-product-page) .v2-whatsapp { bottom: calc(76px + env(safe-area-inset-bottom)); }
  .gate2d-storefront.is-transaction-page .v2-whatsapp { display: none; }
  .gate2d-storefront .cart-thumb .product-media-empty span { font-size: 1.5rem; }
}

@media (min-width: 701px) and (max-width: 768px) {
  .gate2d-storefront .mobile-buy-bar { bottom: calc(70px + env(safe-area-inset-bottom)); }
  .gate2d-storefront .v2-footer { padding-bottom: calc(86px + env(safe-area-inset-bottom)); }
  .gate2d-storefront.is-product-page .v2-footer { padding-bottom: calc(176px + env(safe-area-inset-bottom)); }
  .gate2d-storefront.is-product-page.has-whatsapp .v2-whatsapp { z-index: 106; bottom: calc(148px + env(safe-area-inset-bottom)); }
  .gate2d-storefront:not(.is-product-page) .v2-whatsapp { bottom: calc(76px + env(safe-area-inset-bottom)); }
}

@media (max-width: 768px) {
  .gate2d-storefront.is-transaction-page .v2-whatsapp { display: none; }
}

@media (max-width: 360px) {
  .gate2d-storefront .container { width: min(100% - 22px, 1240px); }
  .g2d-commerce-hero .g2c-hero-content { padding-inline: 11px; }
  .g2d-commerce-hero .g2c-hero-copy h1 { font-size: 2.35rem; }
  .gate2d-storefront .product-grid { gap: 8px; }
  .gate2d-storefront .product-card-eyebrow { font-size: .58rem; }
  .gate2d-storefront .product-card-title h3 { font-size: .8rem; }
  .gate2d-storefront .product-card .price strong { font-size: .9rem; }
  .gate2d-storefront .product-card .price del { font-size: .66rem; }
  .gate2d-storefront .wishlist-card button { width: 36px; height: 36px; }
  .gate2d-storefront .v2-footer-grid { grid-template-columns: 1fr; }
}

@media (prefers-reduced-motion: reduce) {
  .gate2d-storefront *,
  .gate2d-storefront *::before,
  .gate2d-storefront *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .g2d-commerce-hero .g2c-hero-media img,
  .g2d-commerce-hero .g2c-hero-media video { transform: none !important; }
}

/* Commerce-complete contact and information surfaces */
.contact-hero{align-items:end}.contact-layout{display:grid;grid-template-columns:minmax(260px,.8fr) minmax(0,1.2fr);gap:var(--space-8,32px);padding-bottom:var(--section-space,72px)}.contact-details{display:grid;gap:18px;align-content:start}.contact-details .card{padding:28px}.contact-details h2,.contact-form h2{margin:.35rem 0 1rem}.contact-methods{display:grid;gap:0}.contact-methods>a,.contact-methods>div{display:grid;gap:4px;padding:14px 0;border-top:1px solid var(--line)}.contact-methods small{color:var(--muted);font-size:.72rem;text-transform:uppercase;letter-spacing:.08em}.contact-methods strong{font-size:.96rem;overflow-wrap:anywhere}.contact-social{margin-top:18px}.contact-map{overflow:hidden;border:1px solid var(--line);border-radius:var(--radius-lg,22px);background:var(--surface)}.contact-map iframe{display:block;width:100%;min-height:330px;border:0}.contact-form{padding:32px;align-self:start}.contact-honeypot{position:absolute!important;left:-10000px!important;width:1px!important;height:1px!important;overflow:hidden!important}.inline-breadcrumb{margin-bottom:12px}.v2-category-nav a.is-active{color:var(--brand);font-weight:750}.product-support-actions{display:flex;flex-wrap:wrap;gap:10px;margin-top:14px}.product-support-actions .btn-ghost{flex:1 1 180px;text-align:center}.policy-links{display:flex;flex-wrap:wrap;gap:12px;margin-top:12px;font-size:.85rem}.policy-links a{text-decoration:underline;text-underline-offset:3px}
@media(max-width:767px){.contact-layout{grid-template-columns:1fr;gap:18px}.contact-form,.contact-details .card{padding:22px}.contact-map iframe{min-height:260px}.contact-hero{align-items:start}}
