:root {
  color-scheme: light;
  --ink: #0b0d10;
  --ink-soft: #2d3440;
  --muted: #68727f;
  --line: #dfe4ea;
  --paper: #f5f6f8;
  --panel: #ffffff;
  --night: #06080c;
  --night-soft: #121821;
  --red: #e1261c;
  --blue: #2563eb;
  --cyan: #34d5ff;
  --green: #18a064;
  --amber: #b98526;
  --shadow: 0 20px 60px rgba(8, 12, 18, 0.14);
  --max: 1180px;
  --font-sans:
    Inter,
    ui-sans-serif,
    system-ui,
    -apple-system,
    BlinkMacSystemFont,
    "SF Pro Text",
    "Segoe UI",
    "Helvetica Neue",
    Arial,
    "PingFang SC",
    "Hiragino Sans GB",
    "Microsoft YaHei",
    "Noto Sans CJK SC",
    sans-serif;
  --font-display:
    Inter,
    ui-sans-serif,
    system-ui,
    -apple-system,
    BlinkMacSystemFont,
    "SF Pro Display",
    "SF Pro Text",
    "Segoe UI",
    "Helvetica Neue",
    Arial,
    "PingFang SC",
    "Microsoft YaHei",
    sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: var(--font-sans);
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0;
  overflow-x: hidden;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-optical-sizing: auto;
}

h1,
h2,
h3,
h4 {
  font-family: var(--font-display);
}

body.drawer-open,
body.modal-open {
  overflow: hidden;
}

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

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

button,
select,
input {
  font: inherit;
}

button {
  cursor: pointer;
}

.skip-link {
  position: fixed;
  left: 16px;
  top: 16px;
  z-index: 300;
  transform: translateY(-90px);
  border-radius: 8px;
  background: #fff;
  color: var(--ink);
  padding: 10px 14px;
  box-shadow: var(--shadow);
  transition: transform 160ms ease;
}

.skip-link:focus {
  transform: translateY(0);
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
  border: 0;
}

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 100;
  height: 68px;
  --header-height: 68px;
  transition:
    background 180ms ease,
    border-color 180ms ease,
    backdrop-filter 180ms ease;
}

.site-header.is-scrolled {
  background: rgba(246, 247, 249, 0.86);
  border-bottom: 1px solid rgba(190, 199, 210, 0.64);
  backdrop-filter: blur(20px);
}

.page-product-detail .site-header:not(.is-scrolled) {
  background: rgba(6, 8, 12, 0.92);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(20px);
}

.nav-shell {
  width: min(100% - 36px, var(--max));
  height: 68px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.brand {
  display: inline-flex;
  align-items: center;
  width: 118px;
  height: 36px;
  position: relative;
  flex: 0 0 auto;
}

.brand-logo {
  position: absolute;
  left: 0;
  top: 50%;
  width: 118px;
  height: auto;
  transform: translateY(-50%);
  transition: opacity 160ms ease;
}

.brand-logo-standard {
  opacity: 0;
}

.site-header.is-scrolled .brand-logo-light,
.site-footer .brand-logo-light {
  opacity: 0;
}

.site-header.is-scrolled .brand-logo-standard,
.site-footer .brand-logo-standard {
  opacity: 1;
}

.site-footer .brand {
  width: 128px;
}

.nav-links {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 28px;
  padding: 0;
  border-radius: 0;
  background: transparent;
  color: rgba(255, 255, 255, 0.88);
}

.site-header.is-scrolled .nav-links {
  background: transparent;
  color: var(--ink-soft);
}

.nav-links a {
  min-height: 68px;
  display: inline-flex;
  align-items: center;
  border-radius: 0;
  padding: 0;
  font-size: 13px;
  font-weight: 600;
  white-space: nowrap;
}

.nav-links a:hover,
.nav-links a:focus-visible,
.nav-links a[aria-current="page"] {
  color: #fff;
  background: transparent;
  outline: none;
}

.site-header.is-scrolled .nav-links a:hover,
.site-header.is-scrolled .nav-links a:focus-visible,
.site-header.is-scrolled .nav-links a[aria-current="page"] {
  color: var(--ink);
  background: transparent;
}

.page-store .site-header,
.page-search .site-header,
.page-account .site-header,
.page-info .site-header {
  background: rgba(246, 247, 249, 0.9);
  border-bottom: 1px solid rgba(190, 199, 210, 0.64);
  backdrop-filter: blur(20px);
}

.page-store .site-header .brand-logo-light,
.page-search .site-header .brand-logo-light,
.page-account .site-header .brand-logo-light,
.page-info .site-header .brand-logo-light {
  opacity: 0;
}

.page-store .site-header .brand-logo-standard,
.page-search .site-header .brand-logo-standard,
.page-account .site-header .brand-logo-standard,
.page-info .site-header .brand-logo-standard {
  opacity: 1;
}

.page-store .site-header .nav-links,
.page-search .site-header .nav-links,
.page-account .site-header .nav-links,
.page-info .site-header .nav-links {
  color: var(--ink-soft);
  background: transparent;
}

.page-store .site-header .nav-links a:hover,
.page-store .site-header .nav-links a:focus-visible,
.page-store .site-header .nav-links a[aria-current="page"],
.page-search .site-header .nav-links a:hover,
.page-search .site-header .nav-links a:focus-visible,
.page-search .site-header .nav-links a[aria-current="page"],
.page-account .site-header .nav-links a:hover,
.page-account .site-header .nav-links a:focus-visible,
.page-account .site-header .nav-links a[aria-current="page"],
.page-info .site-header .nav-links a:hover,
.page-info .site-header .nav-links a:focus-visible,
.page-info .site-header .nav-links a[aria-current="page"] {
  color: var(--ink);
  background: transparent;
}

.page-store .site-header .select-wrap select,
.page-store .site-header .ghost-button,
.page-store .site-header .nav-icon-link,
.page-store .site-header .language-trigger,
.page-search .site-header .select-wrap select,
.page-search .site-header .ghost-button,
.page-search .site-header .nav-icon-link,
.page-search .site-header .language-trigger,
.page-account .site-header .select-wrap select,
.page-account .site-header .ghost-button,
.page-account .site-header .nav-icon-link,
.page-account .site-header .language-trigger,
.page-info .site-header .select-wrap select,
.page-info .site-header .ghost-button,
.page-info .site-header .nav-icon-link,
.page-info .site-header .language-trigger {
  color: var(--ink);
  background: transparent;
  border-color: transparent;
}

.page-store .site-header .nav-actions .select-wrap,
.page-search .site-header .nav-actions .select-wrap,
.page-account .site-header .nav-actions .select-wrap,
.page-info .site-header .nav-actions .select-wrap {
  color: var(--ink);
}

.site-header.has-mega-open {
  background: rgba(246, 247, 249, 0.92);
  border-bottom: 1px solid rgba(190, 199, 210, 0.64);
  backdrop-filter: blur(20px);
}

.site-header.has-search-open {
  background: rgba(246, 247, 249, 0.96);
  border-bottom: 1px solid rgba(210, 214, 220, 0.54);
  backdrop-filter: blur(20px);
}

.page-product-detail .site-header.has-mega-open {
  background: rgba(246, 247, 249, 0.92);
  border-bottom: 1px solid rgba(190, 199, 210, 0.64);
}

.site-header.has-mega-open .brand-logo-light,
.site-header.has-search-open .brand-logo-light {
  opacity: 0;
}

.site-header.has-mega-open .brand-logo-standard,
.site-header.has-search-open .brand-logo-standard {
  opacity: 1;
}

.site-header.has-mega-open .nav-links,
.site-header.has-search-open .nav-links {
  color: var(--ink-soft);
  background: transparent;
}

.site-header.has-mega-open .nav-links a:hover,
.site-header.has-mega-open .nav-links a:focus-visible,
.site-header.has-mega-open .nav-links a[aria-current="page"],
.site-header.has-mega-open .nav-links a.is-mega-active,
.site-header.has-search-open .nav-links a:hover,
.site-header.has-search-open .nav-links a:focus-visible,
.site-header.has-search-open .nav-links a[aria-current="page"] {
  color: var(--ink);
  background: transparent;
}

.site-header.has-mega-open .select-wrap select,
.site-header.has-mega-open .ghost-button,
.site-header.has-mega-open .nav-icon-link,
.site-header.has-mega-open .language-trigger,
.site-header.has-search-open .select-wrap select,
.site-header.has-search-open .ghost-button,
.site-header.has-search-open .nav-icon-link,
.site-header.has-search-open .language-trigger {
  color: var(--ink);
  background: transparent;
  border-color: transparent;
}

.site-header.has-mega-open .nav-actions .select-wrap,
.site-header.has-search-open .nav-actions .select-wrap {
  color: var(--ink);
}

.nav-mega {
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  color: var(--ink);
  background: rgba(251, 251, 253, 0.98);
  border-bottom: 1px solid rgba(210, 214, 220, 0.54);
  box-shadow: 0 18px 42px rgba(15, 23, 42, 0.08);
  backdrop-filter: blur(26px);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(-4px);
  transition:
    opacity 160ms ease,
    transform 160ms ease,
    visibility 160ms ease;
}

.nav-mega.is-open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateY(0);
}

.nav-mega-inner {
  width: min(100% - 72px, 1260px);
  margin: 0 auto;
  padding: 54px 0 76px;
}

.page-home .nav-mega-inner {
  width: min(100% - 72px, 1260px);
}

.nav-mega-menu {
  display: grid;
  grid-template-columns: minmax(260px, 360px) minmax(180px, 230px) minmax(210px, 300px);
  justify-content: start;
  gap: 76px;
}

.nav-mega-primary,
.nav-mega-secondary {
  display: grid;
  align-content: start;
  justify-items: start;
}

.nav-mega-primary {
  gap: 12px;
}

.nav-mega-secondary {
  gap: 11px;
  padding-top: 4px;
}

.nav-mega-primary p,
.nav-mega-secondary p {
  margin: 0 0 14px;
  color: #6e6e73;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0;
}

.nav-mega-primary a {
  color: var(--ink);
  font-size: 28px;
  font-weight: 800;
  line-height: 1.12;
}

.nav-mega-secondary a {
  color: var(--ink);
  font-size: 15px;
  font-weight: 700;
  line-height: 1.32;
}

.nav-mega-copy span {
  max-width: 310px;
  color: #6e6e73;
  font-size: 14px;
  line-height: 1.62;
}

.search-overlay {
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  z-index: 2;
  color: var(--ink);
  background: rgba(245, 245, 247, 0.98);
  border-bottom: 1px solid rgba(210, 214, 220, 0.42);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(-6px);
  transition:
    opacity 160ms ease,
    transform 160ms ease,
    visibility 160ms ease;
}

.search-overlay.is-open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateY(0);
}

.search-overlay-inner {
  width: min(100% - 72px, 760px);
  margin: 0 auto;
  padding: 50px 0 66px;
}

.search-overlay-form {
  display: grid;
  grid-template-columns: 26px minmax(0, 1fr) 34px;
  align-items: center;
  gap: 12px;
  color: #6e6e73;
}

.search-overlay-glyph {
  width: 19px;
  height: 19px;
}

.search-overlay-input {
  width: 100%;
  min-height: 46px;
  border: 0;
  outline: 0;
  padding: 0;
  color: #1d1d1f;
  background: transparent;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.14;
}

.search-overlay-input::placeholder {
  color: #6e6e73;
  opacity: 1;
}

.search-overlay-input::-webkit-search-cancel-button,
.search-overlay-input::-webkit-search-decoration,
.search-input::-webkit-search-cancel-button,
.search-input::-webkit-search-decoration {
  display: none;
  -webkit-appearance: none;
  appearance: none;
}

.search-overlay-input::-ms-clear,
.search-input::-ms-clear {
  display: none;
}

.search-overlay-clear {
  justify-self: end;
}

.search-overlay-body {
  margin-top: 34px;
  padding-left: 38px;
}

.search-overlay-results {
  max-height: min(52vh, 430px);
  overflow: auto;
  padding-right: 4px;
}

.search-overlay-results .search-result {
  min-height: 74px;
  grid-template-columns: 56px minmax(0, 1fr);
  border: 0;
  border-radius: 8px;
  padding: 9px 10px;
  background: transparent;
}

.search-overlay-results .search-result:hover,
.search-overlay-results .search-result:focus-visible {
  background: rgba(12, 16, 22, 0.05);
  box-shadow: none;
  transform: none;
}

.search-overlay-results .search-result img {
  width: 56px;
  height: 56px;
}

.search-scrim {
  position: fixed;
  inset: var(--header-height, 68px) 0 0;
  z-index: 90;
  background: rgba(0, 0, 0, 0.58);
  backdrop-filter: blur(18px);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition:
    opacity 160ms ease,
    visibility 160ms ease;
}

.search-scrim.is-open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.language-backdrop {
  position: fixed;
  inset: var(--header-height, 68px) 0 0;
  z-index: 90;
  background: rgba(0, 0, 0, 0.58);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition:
    opacity 160ms ease,
    visibility 160ms ease;
}

.language-backdrop.is-open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.nav-mega-primary a:hover,
.nav-mega-primary a:focus-visible,
.nav-mega-secondary a:hover,
.nav-mega-secondary a:focus-visible {
  color: var(--accent);
  outline: none;
}

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

.mobile-language {
  display: none;
}

.mobile-nav-search {
  display: none;
}

.nav-links .mobile-nav-search {
  display: none;
}

.nav-icon-link,
.language-trigger {
  width: 44px;
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 0;
  color: rgba(255, 255, 255, 0.9);
  background: transparent;
  opacity: 0.82;
  transition:
    color 160ms ease,
    opacity 160ms ease;
}

.nav-icon-link:hover,
.nav-icon-link:focus-visible,
.language-trigger:hover,
.language-trigger:focus-visible {
  opacity: 1;
  outline: none;
}

.site-header.is-scrolled .nav-icon-link,
.site-header.is-scrolled .language-trigger {
  color: var(--ink);
}

.search-glyph {
  width: 16px;
  height: 16px;
  position: relative;
  display: inline-block;
  color: currentColor;
}

.search-glyph::before,
.search-glyph::after {
  content: "";
  position: absolute;
  display: block;
}

.search-glyph::before {
  inset: 1.5px 4.5px 4.5px 1.5px;
  border: 1.5px solid currentColor;
  border-radius: 50%;
}

.search-glyph::after {
  width: 7px;
  height: 1.5px;
  right: 0.5px;
  bottom: 2px;
  border-radius: 999px;
  background: currentColor;
  transform: rotate(45deg);
  transform-origin: center;
}

.select-wrap {
  position: relative;
}

.nav-actions .select-wrap {
  width: 44px;
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: rgba(255, 255, 255, 0.9);
  opacity: 0.82;
  transition:
    color 160ms ease,
    opacity 160ms ease;
}

.nav-actions .select-wrap::before,
.language-glyph,
.account-glyph {
  content: "";
  width: 17px;
  height: 17px;
  display: block;
  background: currentColor;
  pointer-events: none;
}

.nav-actions .select-wrap::before {
  -webkit-mask: url("data:image/svg+xml,%3Csvg viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' stroke='black' stroke-width='1.55' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='10' cy='10' r='7.25'/%3E%3Cpath d='M2.75 10h14.5M10 2.75c2 2.1 3 4.5 3 7.25s-1 5.15-3 7.25M10 2.75c-2 2.1-3 4.5-3 7.25s1 5.15 3 7.25'/%3E%3C/g%3E%3C/svg%3E") center / contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' stroke='black' stroke-width='1.55' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='10' cy='10' r='7.25'/%3E%3Cpath d='M2.75 10h14.5M10 2.75c2 2.1 3 4.5 3 7.25s-1 5.15-3 7.25M10 2.75c-2 2.1-3 4.5-3 7.25s1 5.15 3 7.25'/%3E%3C/g%3E%3C/svg%3E") center / contain no-repeat;
}

.language-glyph {
  -webkit-mask: url("data:image/svg+xml,%3Csvg viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' stroke='black' stroke-width='1.55' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='10' cy='10' r='7.25'/%3E%3Cpath d='M2.75 10h14.5M10 2.75c2 2.1 3 4.5 3 7.25s-1 5.15-3 7.25M10 2.75c-2 2.1-3 4.5-3 7.25s1 5.15 3 7.25'/%3E%3C/g%3E%3C/svg%3E") center / contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' stroke='black' stroke-width='1.55' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='10' cy='10' r='7.25'/%3E%3Cpath d='M2.75 10h14.5M10 2.75c2 2.1 3 4.5 3 7.25s-1 5.15-3 7.25M10 2.75c-2 2.1-3 4.5-3 7.25s1 5.15 3 7.25'/%3E%3C/g%3E%3C/svg%3E") center / contain no-repeat;
}

.account-glyph {
  -webkit-mask: url("data:image/svg+xml,%3Csvg viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' stroke='black' stroke-width='1.55' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M14.25 6.5a4.25 4.25 0 1 1-8.5 0 4.25 4.25 0 0 1 8.5 0Z'/%3E%3Cpath d='M3.25 17.25c1.2-3 3.55-4.5 6.75-4.5s5.55 1.5 6.75 4.5'/%3E%3C/g%3E%3C/svg%3E") center / contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' stroke='black' stroke-width='1.55' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M14.25 6.5a4.25 4.25 0 1 1-8.5 0 4.25 4.25 0 0 1 8.5 0Z'/%3E%3Cpath d='M3.25 17.25c1.2-3 3.55-4.5 6.75-4.5s5.55 1.5 6.75 4.5'/%3E%3C/g%3E%3C/svg%3E") center / contain no-repeat;
}

.select-wrap select {
  width: 118px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 8px;
  padding: 8px 10px;
  color: #fff;
  background: rgba(255, 255, 255, 0.1);
}

.nav-actions .select-wrap select {
  position: absolute;
  inset: 0;
  width: 44px;
  min-height: 44px;
  border: 0;
  border-radius: 0;
  padding: 0;
  color: transparent;
  background: transparent;
  opacity: 0;
  cursor: pointer;
  appearance: none;
  -webkit-appearance: none;
}

.nav-actions .select-wrap:hover,
.nav-actions .select-wrap:focus-within {
  opacity: 1;
}

.site-header.is-scrolled .select-wrap select {
  color: var(--ink);
  border-color: transparent;
  background: transparent;
}

.site-header.is-scrolled .nav-actions .select-wrap {
  color: var(--ink);
}

.select-wrap option {
  color: var(--ink);
}

.ghost-button,
.secondary-button,
.primary-button,
.solid-small,
.text-button {
  border-radius: 8px;
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 0;
  transition:
    transform 160ms ease,
    background 160ms ease,
    color 160ms ease,
    border-color 160ms ease;
}

.ghost-button {
  padding: 0 16px;
  color: #fff;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.28);
}

.nav-actions .ghost-button {
  width: 44px;
  min-height: 44px;
  border: 0;
  border-radius: 0;
  padding: 0;
  color: rgba(255, 255, 255, 0.9);
  background: transparent;
  font-size: 0;
  opacity: 0.82;
  transition:
    color 160ms ease,
    opacity 160ms ease;
}

.site-header.is-scrolled .ghost-button {
  color: var(--ink);
  background: transparent;
  border-color: transparent;
}

.site-header.is-scrolled .nav-actions .ghost-button {
  color: var(--ink);
}

.primary-button {
  padding: 0 22px;
  background: #fff;
  color: var(--ink);
  font-weight: 700;
}

.secondary-button {
  padding: 0 22px;
  color: #fff;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.32);
}

.solid-small {
  min-height: 38px;
  padding: 0 14px;
  color: #fff;
  background: var(--ink);
  font-weight: 700;
}

.text-button,
.text-link {
  min-height: 38px;
  padding: 0;
  color: var(--ink);
  background: transparent;
  font-weight: 700;
}

.text-link {
  display: inline-flex;
  align-items: center;
  margin-top: 20px;
}

.light-link {
  color: #fff;
}

.primary-button:hover,
.secondary-button:hover,
.ghost-button:hover,
.solid-small:hover {
  transform: translateY(-1px);
}

.nav-actions .ghost-button:hover,
.nav-actions .ghost-button:focus-visible {
  transform: none;
  opacity: 1;
  outline: none;
}

.language-mega {
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  z-index: 3;
  max-height: min(78vh, 760px);
  overflow: auto;
  color: var(--ink);
  background: #f5f5f7;
  border-bottom: 1px solid rgba(210, 214, 220, 0.54);
  box-shadow: 0 22px 48px rgba(15, 23, 42, 0.1);
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
  font-family:
    var(--font-sans),
    "PingFang SC",
    "PingFang TC",
    "Hiragino Sans",
    "Yu Gothic",
    "Noto Sans CJK SC",
    "Noto Sans JP",
    "Noto Sans KR",
    "Noto Sans Thai",
    "Noto Sans Devanagari",
    "Noto Sans Arabic",
    "Noto Sans Hebrew",
    sans-serif;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(-4px);
  transition:
    opacity 160ms ease,
    transform 160ms ease,
    visibility 160ms ease;
}

.language-mega.is-open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateY(0);
}

.language-mega-inner {
  width: min(100% - 72px, 1180px);
  margin: 0 auto;
  padding: 44px 0 58px;
}

.language-mega-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 30px;
}

.language-mega-head p {
  margin: 0;
  color: #6e6e73;
  font-size: 13px;
  font-weight: 700;
}

.language-search {
  max-width: 520px;
  position: relative;
  display: block;
  margin: -12px 0 30px;
}

.language-search span {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  white-space: nowrap;
}

.language-search::before,
.language-search::after {
  content: "";
  position: absolute;
  pointer-events: none;
}

.language-search::before {
  width: 14px;
  height: 14px;
  left: 15px;
  top: 50%;
  border: 1.7px solid #6e6e73;
  border-radius: 50%;
  transform: translateY(-56%);
}

.language-search::after {
  width: 7px;
  height: 1.7px;
  left: 27px;
  top: 28px;
  border-radius: 999px;
  background: #6e6e73;
  transform: rotate(45deg);
}

.language-search-input {
  width: 100%;
  height: 44px;
  border: 0;
  border-radius: 8px;
  padding: 0 16px 0 42px;
  color: var(--ink);
  background: #e8e8ed;
  direction: ltr;
  font: inherit;
  font-size: 15px;
  outline: none;
  text-align: left;
  appearance: none;
  -webkit-appearance: none;
}

.language-search-input:focus {
  background: #fff;
  box-shadow: 0 0 0 3px rgba(0, 102, 204, 0.22);
}

.language-search-input::-webkit-search-cancel-button {
  cursor: pointer;
}

.language-close {
  width: 32px;
  height: 32px;
  position: relative;
  border: 0;
  border-radius: 50%;
  background: rgba(12, 16, 22, 0.06);
}

.language-close::before,
.language-close::after {
  content: "";
  position: absolute;
  left: 10px;
  right: 10px;
  top: 15px;
  height: 1.5px;
  border-radius: 999px;
  background: #4f5661;
}

.language-close::before {
  transform: rotate(45deg);
}

.language-close::after {
  transform: rotate(-45deg);
}

.language-region-list {
  display: block;
  column-count: 2;
  column-gap: 84px;
}

.language-region-list.is-searching {
  column-count: 1;
}

.language-region {
  break-inside: avoid;
  margin-bottom: 38px;
}

.language-region h2 {
  margin: 0 0 14px;
  color: #6e6e73;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.2;
}

.language-option-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 4px 34px;
}

.language-option {
  min-height: 30px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 18px;
  border: 0;
  border-radius: 6px;
  padding: 5px 6px;
  color: var(--ink);
  background: transparent;
  text-align: start;
  font: inherit;
}

.language-option:hover,
.language-option:focus-visible {
  background: rgba(12, 16, 22, 0.045);
  outline: none;
}

.language-option.is-active {
  color: #06c;
}

.language-option span {
  min-width: 0;
  overflow: hidden;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.35;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.language-option small {
  color: #6e6e73;
  font-size: 13px;
  line-height: 1.35;
  white-space: nowrap;
}

.language-option.is-active small {
  color: #06c;
}

.language-region-search .language-option-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.language-empty {
  margin: 8px 0 0;
  color: #6e6e73;
  font-size: 15px;
  font-weight: 600;
}

.full-width {
  width: 100%;
}

.menu-toggle {
  display: none;
  width: 42px;
  height: 42px;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.08);
}

.menu-toggle span {
  display: block;
  width: 18px;
  height: 2px;
  margin: 5px auto;
  background: #fff;
}

.site-header.is-scrolled .menu-toggle {
  border-color: rgba(0, 0, 0, 0.1);
  background: #fff;
}

.site-header.has-search-open .menu-toggle {
  border-color: rgba(0, 0, 0, 0.1);
  background: #fff;
}

.site-header.is-scrolled .menu-toggle span,
.site-header.has-search-open .menu-toggle span {
  background: var(--ink);
}

.hero-dark {
  color: #fff;
  background:
    linear-gradient(115deg, rgba(225, 38, 28, 0.16), transparent 38%),
    linear-gradient(180deg, #07090d 0%, #111821 56%, #05070a 100%);
}

.page-home {
  background: #f5f5f7;
}

.page-home .site-header {
  height: 48px;
  --header-height: 48px;
  background: rgba(0, 0, 0, 0.72);
  backdrop-filter: blur(18px);
}

.page-home .search-scrim,
.page-home .language-backdrop {
  inset-top: 48px;
}

.page-home .site-header.is-scrolled {
  height: 48px;
  background: rgba(245, 245, 247, 0.82);
}

.page-home .site-header.has-mega-open,
.page-home .site-header.has-search-open {
  height: 48px;
  background: rgba(246, 247, 249, 0.92);
}

.page-home .nav-shell {
  height: 48px;
  width: min(100% - 36px, 980px);
}

.page-home .brand,
.page-home .brand-logo {
  width: 94px;
}

.page-home .nav-links {
  gap: 28px;
  padding: 0;
  border-radius: 0;
  background: transparent;
}

.page-home .site-header.is-scrolled .nav-links {
  background: transparent;
}

.page-home .site-header.has-search-open .nav-links {
  color: var(--ink-soft);
}

.page-home .nav-links a {
  min-height: 48px;
  padding: 0;
  border-radius: 0;
  font-size: 13px;
  font-weight: 600;
}

.page-home .nav-links a:hover,
.page-home .nav-links a:focus-visible,
.page-home .nav-links a[aria-current="page"] {
  background: transparent;
  color: #fff;
}

.page-home .site-header.is-scrolled .nav-links a:hover,
.page-home .site-header.is-scrolled .nav-links a:focus-visible,
.page-home .site-header.is-scrolled .nav-links a[aria-current="page"] {
  background: transparent;
  color: var(--ink);
}

.page-home .site-header.has-mega-open .nav-links a:hover,
.page-home .site-header.has-mega-open .nav-links a:focus-visible,
.page-home .site-header.has-mega-open .nav-links a[aria-current="page"],
.page-home .site-header.has-mega-open .nav-links a.is-mega-active,
.page-home .site-header.has-search-open .nav-links a:hover,
.page-home .site-header.has-search-open .nav-links a:focus-visible,
.page-home .site-header.has-search-open .nav-links a[aria-current="page"] {
  color: var(--ink);
}

.page-home .select-wrap select,
.page-home .ghost-button,
.page-home .nav-icon-link,
.page-home .language-trigger {
  min-height: 32px;
  border-radius: 0;
  font-size: 12px;
}

.page-home .select-wrap select {
  width: 100px;
  padding: 5px 10px;
}

.page-home .nav-icon-link {
  width: 36px;
}

.page-home .ghost-button {
  padding: 0 13px;
}

.page-home .nav-actions .select-wrap,
.page-home .nav-actions .ghost-button,
.page-home .nav-actions .nav-icon-link,
.page-home .nav-actions .language-trigger {
  width: 36px;
  min-height: 36px;
}

.page-home .nav-actions .select-wrap select {
  width: 36px;
  min-height: 36px;
  padding: 0;
}

.page-home .nav-actions .ghost-button {
  padding: 0;
}

.home-product-hero {
  min-height: 760px;
  position: relative;
  overflow: hidden;
  display: grid;
  justify-items: center;
  align-content: start;
  text-align: center;
  padding: 92px 22px 0;
  border-bottom: 12px solid #fff;
}

.home-product-dark {
  color: #fff;
  background: #000;
}

.home-product-hero-primary {
  min-height: 900px;
  background: #020b12;
}

.home-product-hero-primary::before,
.home-product-hero-primary::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.home-product-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
  padding: 12px;
  background: #fff;
}

.home-product-tile {
  min-height: 780px;
  border-bottom: 0;
  padding-top: 68px;
}

.home-product-hero-primary::before {
  z-index: 0;
  background: #020b12;
}

.home-product-hero-primary::after {
  z-index: 0;
  background:
    radial-gradient(circle at 50% 82%, rgba(112, 143, 176, 0.18), rgba(2, 11, 18, 0) 34%),
    linear-gradient(90deg, rgba(2, 11, 18, 0.9) 0%, rgba(2, 11, 18, 0) 32%, rgba(2, 11, 18, 0) 68%, rgba(2, 11, 18, 0.9) 100%);
}

.home-product-light {
  color: #111318;
  background: #f5f5f7;
}

.home-product-soft {
  color: #111318;
  background:
    radial-gradient(circle at 50% 74%, rgba(220, 226, 234, 0.72), rgba(251, 251, 253, 0) 34%),
    #fbfbfd;
}

.home-product-copy {
  width: min(100%, 760px);
  position: relative;
  z-index: 2;
}

.home-product-copy h1,
.home-product-copy h2 {
  margin: 0;
  font-size: 64px;
  line-height: 1.06;
  font-weight: 700;
  letter-spacing: 0;
}

.home-product-copy p {
  margin: 10px 0 0;
  font-size: 28px;
  line-height: 1.22;
  color: currentColor;
  letter-spacing: 0;
}

.home-product-actions {
  margin-top: 22px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
}

.home-cta {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  padding: 0 22px;
  font-size: 16px;
  line-height: 1;
  transition:
    background 160ms ease,
    color 160ms ease,
    border-color 160ms ease;
}

.home-cta-fill {
  background: #0071e3;
  color: #fff;
  border: 1px solid #0071e3;
}

.home-cta-fill:hover,
.home-cta-fill:focus-visible {
  background: #147ce5;
  border-color: #147ce5;
  outline: none;
}

.home-cta-outline {
  color: #0071e3;
  border: 1px solid #0071e3;
}

.home-cta-outline:hover,
.home-cta-outline:focus-visible {
  color: #fff;
  background: #0071e3;
  outline: none;
}

.home-product-image {
  position: absolute;
  z-index: 1;
  max-width: none;
  object-fit: contain;
  pointer-events: none;
  user-select: none;
}

.home-product-image-desk-primary {
  width: min(96vw, 1180px);
  height: auto;
  max-height: none;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  filter: brightness(1.2) contrast(1.05);
  -webkit-mask-image: linear-gradient(90deg, transparent 0%, #000 13%, #000 87%, transparent 100%);
  mask-image: linear-gradient(90deg, transparent 0%, #000 13%, #000 87%, transparent 100%);
}

.home-product-image-clip {
  width: min(74vw, 1180px);
  max-height: 560px;
  left: 50%;
  bottom: 24px;
  transform: translateX(-50%);
  object-fit: contain;
  object-position: center;
}

.home-product-image-omni-final {
  width: min(66vw, 980px);
  max-height: 520px;
  left: 50%;
  bottom: 28px;
  transform: translateX(-50%);
  filter: drop-shadow(0 34px 68px rgba(12, 16, 22, 0.18));
}

.home-award-line {
  min-height: 34px;
  margin-top: 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  color: #1d1d1f;
  font-size: 14px;
  font-weight: 600;
}

.home-award-line-dark {
  color: rgba(255, 255, 255, 0.88);
}

.home-award-line img {
  width: auto;
  height: 28px;
  object-fit: contain;
}

.home-award-line img[src$=".png"],
.home-award-line img[src*="if-design-award"] {
  max-width: 84px;
  height: 24px;
}

.home-collection {
  min-height: 360px;
  display: grid;
  place-items: center;
  gap: 24px;
  text-align: center;
  padding: 70px 22px 86px;
  background: #fff;
}

.home-collection h2 {
  margin: 0;
  font-size: 48px;
  line-height: 1.08;
  font-weight: 700;
}

.home-collection p {
  margin: 12px 0 0;
  color: #5f6368;
  font-size: 22px;
  line-height: 1.35;
}

.home-hero {
  min-height: 820px;
  position: relative;
  overflow: hidden;
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(360px, 1.1fr);
  align-items: center;
  gap: 26px;
  padding: 112px max(22px, calc((100vw - var(--max)) / 2)) 96px;
}

.hero-copy,
.page-hero-copy {
  position: relative;
  z-index: 2;
}

.eyebrow {
  display: block;
  margin-bottom: 14px;
  color: var(--red);
  font-size: 13px;
  font-weight: 700;
}

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

.page-hero-copy > .eyebrow,
.section-head > .eyebrow,
.section-head > div > .eyebrow {
  display: none;
}

.page-hero-copy h1 {
  margin: 0;
  font-size: 70px;
  line-height: 1.06;
  font-weight: 700;
  text-wrap: balance;
  overflow-wrap: anywhere;
}

.hero-copy h1 {
  margin: 0;
  font-size: 64px;
  line-height: 1.06;
  font-weight: 700;
  text-wrap: balance;
  overflow-wrap: anywhere;
}

.hero-copy p,
.page-hero-copy p {
  max-width: 620px;
  margin: 24px 0 0;
  color: rgba(255, 255, 255, 0.76);
  font-size: 18px;
  line-height: 1.72;
}

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

.hero-stage {
  position: relative;
  min-height: 520px;
}

.hero-render {
  position: absolute;
  object-fit: contain;
  filter: drop-shadow(0 36px 70px rgba(0, 0, 0, 0.46));
}

.hero-render-main {
  right: 2%;
  top: 4%;
  width: 72%;
}

.hero-render-left {
  left: 0;
  bottom: 2%;
  width: 47%;
}

.hero-render-right {
  right: 4%;
  bottom: 0;
  width: 54%;
}

.home-strip {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-bottom: 1px solid var(--line);
  background: #fff;
}

.home-strip a {
  min-height: 92px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 18px max(22px, calc((100vw - var(--max)) / 2));
  border-right: 1px solid var(--line);
}

.home-strip a:last-child {
  border-right: 0;
}

.home-strip strong {
  font-size: 18px;
}

.home-strip span {
  margin-top: 6px;
  color: var(--muted);
  font-size: 14px;
}

.section {
  width: min(100% - 44px, var(--max));
  margin: 0 auto;
  padding: 104px 0;
}

.section-head {
  max-width: 760px;
  margin-bottom: 36px;
}

.split-head {
  max-width: none;
  display: grid;
  grid-template-columns: 1fr 0.78fr;
  gap: 48px;
  align-items: end;
}

.section-head h2,
.editorial-card h2,
.detail-panel h2,
.solution-row h2,
.account-card h2,
.company-copy h2,
.brand-values h2,
.checkout-card h2 {
  margin: 0;
  color: var(--ink);
  font-size: 42px;
  line-height: 1.12;
  font-weight: 700;
  text-wrap: balance;
  overflow-wrap: anywhere;
}

.section-head p,
.editorial-card p,
.detail-panel p,
.solution-row p,
.account-card p,
.company-copy p,
.brand-values p {
  margin: 18px 0 0;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.78;
  overflow-wrap: anywhere;
}

.editorial-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

.editorial-card {
  min-height: 560px;
  border: 1px solid var(--line);
  border-radius: 8px;
  overflow: hidden;
  background: #fff;
  display: grid;
  grid-template-rows: auto 1fr;
}

.editorial-card:first-child {
  grid-column: 1 / -1;
  min-height: 620px;
  grid-template-columns: 0.82fr 1.18fr;
  grid-template-rows: none;
  align-items: center;
}

.editorial-dark {
  color: #fff;
  background: var(--night);
  border-color: rgba(255, 255, 255, 0.12);
}

.editorial-dark h2,
.editorial-dark p {
  color: #fff;
}

.editorial-dark p {
  color: rgba(255, 255, 255, 0.72);
}

.editorial-card > div {
  padding: 42px;
}

.editorial-card img {
  width: 100%;
  height: 100%;
  min-height: 330px;
  object-fit: contain;
  background: #f1f3f5;
}

.editorial-dark img {
  padding: 26px;
  background: #080b10;
}

.video-feature {
  padding-top: 44px;
}

.video-frame {
  border-radius: 8px;
  overflow: hidden;
  background: #050608;
  border: 1px solid rgba(12, 16, 22, 0.14);
  box-shadow: var(--shadow);
}

.video-frame video {
  width: 100%;
  aspect-ratio: 16 / 9;
  background: #050608;
  object-fit: contain;
}

.route-grid {
  padding-top: 30px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

.route-card {
  min-height: 190px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  padding: 24px;
}

.route-card span {
  color: var(--red);
  font-weight: 700;
}

.route-card strong {
  font-size: 24px;
  line-height: 1.18;
}

.page-hero {
  min-height: 620px;
  padding: 116px max(22px, calc((100vw - var(--max)) / 2)) 70px;
  display: grid;
  grid-template-columns: 0.92fr 1.08fr;
  align-items: center;
  gap: 48px;
  overflow: hidden;
}

.page-hero img {
  width: 100%;
  max-height: 430px;
  object-fit: contain;
  filter: drop-shadow(0 34px 70px rgba(0, 0, 0, 0.38));
}

.product-hero img {
  background: #fff;
  border-radius: 8px;
}

.company-hero img {
  width: min(100%, 360px);
  justify-self: center;
  opacity: 0.96;
}

.page-brand {
  background: #f5f5f7;
}

.page-brand .site-header {
  height: 48px;
  --header-height: 48px;
  background: rgba(0, 0, 0, 0.72);
  backdrop-filter: blur(18px);
}

.page-brand .site-header.is-scrolled,
.page-brand .site-header.has-mega-open,
.page-brand .site-header.has-search-open {
  height: 48px;
  background: rgba(245, 245, 247, 0.86);
}

.page-brand .nav-shell {
  width: min(100% - 36px, 980px);
  height: 48px;
}

.page-brand .brand,
.page-brand .brand-logo {
  width: 94px;
}

.page-brand .nav-links a {
  min-height: 48px;
  padding: 0;
  border-radius: 0;
  font-size: 13px;
}

.page-brand .nav-actions .select-wrap,
.page-brand .nav-actions .ghost-button,
.page-brand .nav-actions .nav-icon-link,
.page-brand .nav-actions .language-trigger {
  width: 36px;
  min-height: 36px;
}

.brand-hero,
.brand-statement,
.brand-story,
.brand-capabilities,
.brand-roadmap,
.brand-identity-section,
.brand-entity-section,
.tech-band-inner {
  width: min(100% - 44px, 1180px);
  margin: 0 auto;
}

.brand-hero {
  min-height: 840px;
  display: grid;
  align-content: start;
  justify-items: center;
  position: relative;
  overflow: hidden;
  padding: 116px 22px 0;
  width: 100%;
  max-width: none;
  color: #f5f5f7;
  text-align: center;
  background:
    radial-gradient(circle at 50% 72%, rgba(115, 140, 165, 0.26), transparent 34%),
    linear-gradient(180deg, #050608 0%, #0d1015 54%, #030405 100%);
}

.brand-hero-copy {
  width: min(100%, 820px);
  position: relative;
  z-index: 3;
}

.brand-hero .eyebrow,
.brand-tech-band .eyebrow {
  color: rgba(255, 255, 255, 0.62);
}

.brand-hero h1 {
  margin: 8px 0 0;
  font-size: 76px;
  line-height: 1.02;
  font-weight: 700;
}

.brand-hero p {
  width: min(100%, 720px);
  margin: 18px auto 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: 24px;
  line-height: 1.34;
}

.brand-hero-stage {
  width: min(100%, 1220px);
  height: 470px;
  position: relative;
  margin-top: 34px;
  z-index: 2;
}

.brand-hero-stage::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 18px;
  width: min(76vw, 920px);
  height: 32px;
  transform: translateX(-50%);
  border-radius: 999px;
  background: rgba(0, 0, 0, 0.44);
  filter: blur(18px);
}

.brand-hero-product {
  position: absolute;
  left: 50%;
  bottom: 0;
  object-fit: contain;
  user-select: none;
  pointer-events: none;
}

.brand-hero-product-main {
  width: min(64vw, 760px);
  max-height: 430px;
  transform: translateX(-50%);
  z-index: 3;
  filter: drop-shadow(0 32px 70px rgba(0, 0, 0, 0.46));
}

.brand-hero-product-left {
  width: min(30vw, 390px);
  max-height: 330px;
  transform: translateX(-128%) rotate(-5deg);
  z-index: 2;
  opacity: 0.84;
  filter: saturate(0.92) drop-shadow(0 26px 54px rgba(0, 0, 0, 0.38));
}

.brand-hero-product-right {
  width: min(36vw, 460px);
  max-height: 340px;
  transform: translateX(42%) rotate(3deg);
  z-index: 1;
  opacity: 0.78;
  filter: saturate(0.92) drop-shadow(0 26px 54px rgba(0, 0, 0, 0.38));
}

.brand-statement,
.brand-story,
.brand-capabilities,
.brand-roadmap,
.brand-identity-section,
.brand-entity-section {
  padding: 108px 0;
}

.brand-statement-inner {
  width: min(100%, 920px);
  margin: 0 auto 54px;
  text-align: center;
}

.brand-statement h2,
.brand-section-head h2,
.brand-story h2,
.identity-lockup h2 {
  margin: 8px 0 0;
  color: #1d1d1f;
  font-size: 56px;
  line-height: 1.07;
  letter-spacing: 0;
}

.brand-statement p,
.brand-section-head p,
.brand-story-copy p,
.identity-lockup p,
.entity-grid p {
  margin: 18px 0 0;
  color: #6e6e73;
  font-size: 21px;
  line-height: 1.48;
}

.brand-kpi-row {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
}

.brand-kpi-row div {
  min-height: 156px;
  display: grid;
  align-content: center;
  border-radius: 8px;
  padding: 28px;
  background: #fff;
}

.brand-kpi-row strong {
  display: block;
  color: #1d1d1f;
  font-size: 42px;
  line-height: 1.05;
}

.brand-kpi-row span {
  display: block;
  margin-top: 12px;
  color: #6e6e73;
  line-height: 1.48;
}

.brand-story {
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  gap: 56px;
  align-items: center;
}

.brand-principles {
  display: grid;
  gap: 12px;
}

.brand-principles article,
.capability-grid article,
.roadmap-brand-grid article,
.entity-grid article {
  border-radius: 8px;
  background: #fff;
}

.brand-principles article {
  min-height: 164px;
  padding: 28px;
}

.brand-principles span {
  color: var(--red);
  font-weight: 700;
}

.brand-principles h3,
.capability-grid h3,
.roadmap-brand-grid h3,
.entity-grid h3 {
  margin: 10px 0 0;
  color: #1d1d1f;
  font-size: 22px;
  line-height: 1.2;
}

.brand-principles p,
.capability-grid p,
.roadmap-brand-grid p {
  margin: 12px 0 0;
  color: #6e6e73;
  line-height: 1.58;
}

.brand-section-head {
  width: min(100%, 920px);
  margin-bottom: 42px;
}

.brand-section-head.split-head {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 0.82fr;
  gap: 56px;
  align-items: end;
}

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

.capability-grid article {
  min-height: 310px;
  padding: 28px;
}

.brand-tech-band {
  color: #fff;
  background:
    radial-gradient(circle at 74% 28%, rgba(225, 38, 28, 0.18), transparent 28%),
    linear-gradient(135deg, #050608, #161a21 58%, #07080b);
}

.tech-band-inner {
  min-height: 620px;
  display: grid;
  grid-template-columns: 0.88fr 1.12fr;
  align-items: center;
  gap: 64px;
  padding: 92px 0;
}

.tech-band-inner h2 {
  margin: 8px 0 0;
  font-size: 58px;
  line-height: 1.06;
}

.tech-band-inner p {
  margin: 18px 0 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: 20px;
  line-height: 1.58;
}

.tech-rail {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
}

.tech-rail span {
  min-height: 112px;
  display: flex;
  align-items: center;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 8px;
  padding: 0 24px;
  background: rgba(255, 255, 255, 0.07);
  color: rgba(255, 255, 255, 0.9);
  font-weight: 700;
}

.roadmap-brand-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}

.roadmap-brand-grid article {
  min-height: 520px;
  overflow: hidden;
}

.roadmap-brand-grid img {
  width: 100%;
  height: 310px;
  object-fit: contain;
  background: #fbfbfd;
}

.roadmap-brand-grid h3,
.roadmap-brand-grid p {
  margin-left: 28px;
  margin-right: 28px;
}

.roadmap-brand-grid h3 {
  margin-top: 26px;
}

.roadmap-brand-grid p {
  margin-bottom: 28px;
}

.identity-lockup {
  min-height: 430px;
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  align-items: center;
  gap: 58px;
  border-radius: 8px;
  padding: 52px;
  background: #fff;
}

.identity-lockup img {
  width: min(100%, 540px);
  justify-self: center;
}

.swatch-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  margin-top: 12px;
}

.swatch-row span {
  min-height: 136px;
  border-radius: 8px;
  padding: 22px;
  background:
    linear-gradient(90deg, var(--swatch) 0 36%, #fff 36% 100%);
}

.swatch-row b,
.swatch-row small {
  display: block;
  margin-left: 41%;
}

.swatch-row small {
  margin-top: 8px;
  color: #6e6e73;
}

.brand-entity-section {
  padding-top: 0;
}

.entity-grid {
  display: grid;
  grid-template-columns: 1.08fr 0.92fr;
  gap: 12px;
}

.entity-grid article {
  padding: 30px;
}

.entity-grid strong {
  color: #1d1d1f;
}

@media (max-width: 1100px) {
  .brand-hero {
    min-height: 780px;
  }

  .brand-hero h1 {
    font-size: 64px;
  }

  .brand-hero p {
    font-size: 21px;
  }

  .brand-hero-stage {
    height: 420px;
  }

  .brand-hero-product-main {
    width: min(78vw, 700px);
  }

  .brand-hero-product-left {
    width: min(38vw, 340px);
    transform: translateX(-118%) rotate(-5deg);
  }

  .brand-hero-product-right {
    width: min(44vw, 400px);
    transform: translateX(30%) rotate(3deg);
  }

  .brand-story,
  .tech-band-inner,
  .identity-lockup,
  .entity-grid,
  .brand-section-head.split-head {
    grid-template-columns: 1fr;
  }

  .brand-kpi-row,
  .capability-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .brand-section-head.split-head {
    gap: 18px;
  }
}

@media (max-width: 860px) {
  .brand-hero,
  .brand-statement,
  .brand-story,
  .brand-capabilities,
  .brand-roadmap,
  .brand-identity-section,
  .brand-entity-section,
  .tech-band-inner {
    width: min(100% - 36px, 1180px);
  }

  .brand-hero {
    width: 100%;
    min-height: 720px;
    padding-top: 104px;
  }

  .brand-hero h1,
  .brand-statement h2,
  .brand-section-head h2,
  .brand-story h2,
  .identity-lockup h2,
  .tech-band-inner h2 {
    font-size: 44px;
    line-height: 1.08;
  }

  .brand-hero p,
  .brand-statement p,
  .brand-section-head p,
  .brand-story-copy p,
  .identity-lockup p,
  .tech-band-inner p,
  .entity-grid p {
    font-size: 18px;
  }

  .brand-hero-stage {
    height: 380px;
    margin-top: 28px;
  }

  .brand-hero-product-main {
    width: min(98vw, 620px);
    max-height: 330px;
  }

  .brand-hero-product-left {
    width: min(46vw, 260px);
    transform: translateX(-118%) rotate(-5deg);
  }

  .brand-hero-product-right {
    width: min(52vw, 300px);
    transform: translateX(26%) rotate(3deg);
  }

  .brand-statement,
  .brand-story,
  .brand-capabilities,
  .brand-roadmap,
  .brand-identity-section,
  .brand-entity-section {
    padding: 76px 0;
  }

  .tech-band-inner {
    min-height: auto;
    padding: 76px 0;
  }

  .capability-grid,
  .roadmap-brand-grid,
  .swatch-row {
    grid-template-columns: 1fr;
  }

  .capability-grid article {
    min-height: 220px;
  }

  .roadmap-brand-grid article {
    min-height: auto;
  }

  .roadmap-brand-grid img {
    height: 240px;
  }

  .identity-lockup {
    padding: 34px;
  }
}

@media (max-width: 620px) {
  .brand-kpi-row,
  .tech-rail {
    grid-template-columns: 1fr;
  }

  .brand-hero {
    min-height: 660px;
    padding-left: 18px;
    padding-right: 18px;
  }

  .brand-hero h1 {
    font-size: 38px;
  }

  .brand-hero-stage {
    height: 330px;
  }

  .brand-hero-product-main {
    width: 116vw;
    max-height: 300px;
  }

  .brand-hero-product-left,
  .brand-hero-product-right {
    display: none;
  }

  .brand-kpi-row div,
  .brand-principles article,
  .capability-grid article,
  .entity-grid article {
    padding: 24px;
  }

  .swatch-row span {
    background:
      linear-gradient(90deg, var(--swatch) 0 28%, #fff 28% 100%);
  }

  .swatch-row b,
  .swatch-row small {
    margin-left: 34%;
  }
}

.filter-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 22px;
}

.filter-chip {
  min-height: 40px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  color: var(--ink-soft);
  padding: 0 14px;
}

.filter-chip.is-active {
  color: #fff;
  background: var(--ink);
  border-color: var(--ink);
}

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

.product-card {
  display: flex;
  flex-direction: column;
  min-height: 548px;
  border: 1px solid var(--line);
  border-radius: 8px;
  overflow: hidden;
  background: #fff;
}

.product-card.is-hidden {
  display: none;
}

.product-media {
  height: 292px;
  position: relative;
  overflow: hidden;
  background: #eef1f4;
}

.product-media img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: transform 420ms ease;
}

.product-media-light img {
  padding: 10px;
}

.product-card:hover .product-media img {
  transform: scale(1.03);
}

.product-copy {
  flex: 1;
  padding: 22px;
  display: flex;
  flex-direction: column;
}

.product-kicker {
  margin: 0 0 8px;
  color: var(--blue);
  font-size: 13px;
  font-weight: 700;
}

.product-copy h3 {
  margin: 0;
  font-size: 26px;
  line-height: 1.15;
}

.award-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 12px;
}

.award-row-hero {
  margin-top: 20px;
}

.award-badge {
  width: fit-content;
  min-height: 38px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border: 1px solid rgba(12, 16, 22, 0.12);
  border-radius: 8px;
  padding: 6px 12px;
  color: var(--ink);
  background: #fff;
  font-size: 12px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0;
  overflow: visible;
  max-width: 100%;
}

.award-mark {
  width: auto;
  height: 34px;
  display: block;
  flex: 0 0 auto;
  object-fit: contain;
  border-radius: 4px;
  max-width: 96px;
}

.award-badge span {
  flex: 0 0 auto;
  position: relative;
  z-index: 1;
  white-space: nowrap;
}

.award-if {
  border-color: rgba(230, 22, 40, 0.22);
  color: #d71920;
}

.award-if .award-mark {
  height: 28px;
  max-width: 92px;
}

.award-red-dot {
  border-color: rgba(12, 16, 22, 0.14);
  color: #101418;
}

.award-red-dot .award-mark {
  height: 26px;
  max-width: 68px;
}

.hero-dark .award-badge {
  border-color: rgba(255, 255, 255, 0.22);
  color: var(--ink);
  background: #fff;
}

.hero-dark .award-if {
  color: #d71920;
}

.product-copy > p:not(.product-kicker) {
  margin: 14px 0 0;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.7;
}

.spec-row,
.compat-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: auto;
  padding-top: 18px;
}

.spec-row span,
.compat-row span {
  min-height: 30px;
  display: inline-flex;
  align-items: center;
  border-radius: 8px;
  padding: 0 9px;
  color: var(--ink-soft);
  background: var(--paper);
  font-size: 12px;
  font-weight: 600;
}

.card-actions {
  margin-top: 18px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
}

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

.product-subnav {
  position: sticky;
  top: 68px;
  z-index: 90;
  min-height: 54px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  padding: 8px 18px;
  border-bottom: 1px solid rgba(190, 199, 210, 0.64);
  background: rgba(246, 247, 249, 0.9);
  backdrop-filter: blur(18px);
}

.page-product-detail .product-subnav {
  margin-top: 68px;
}

.product-subnav a:not(.solid-small) {
  color: var(--ink-soft);
  font-size: 14px;
  font-weight: 600;
}

.product-detail-hero {
  min-height: 820px;
  display: grid;
  grid-template-columns: 0.84fr 1.16fr;
  align-items: center;
  gap: 42px;
  padding: 132px max(22px, calc((100vw - var(--max)) / 2)) 86px;
  overflow: hidden;
}

.product-detail-copy h1 {
  margin: 0;
  font-size: 68px;
  line-height: 1.06;
  font-weight: 700;
  text-wrap: balance;
  overflow-wrap: anywhere;
}

.product-detail-copy p {
  max-width: 620px;
  margin: 24px 0 0;
  color: rgba(255, 255, 255, 0.74);
  font-size: 18px;
  line-height: 1.72;
}

.product-detail-hero img {
  width: 100%;
  max-height: 560px;
  object-fit: contain;
  filter: drop-shadow(0 36px 76px rgba(0, 0, 0, 0.44));
}

.product-story-grid {
  display: grid;
  gap: 16px;
}

.product-story-grid article {
  min-height: 560px;
  display: grid;
  grid-template-columns: 1.04fr 0.96fr;
  align-items: center;
  gap: 36px;
  border: 1px solid var(--line);
  border-radius: 8px;
  overflow: hidden;
  background: #fff;
}

.product-story-grid article > div {
  padding: 46px;
}

.product-story-grid img {
  width: 100%;
  height: 100%;
  min-height: 420px;
  object-fit: contain;
  background: #f1f3f5;
}

.product-angle-gallery {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(190px, 1fr));
  gap: 16px;
  padding-top: 0;
}

.product-angle-gallery figure {
  min-height: 260px;
  display: grid;
  place-items: center;
  margin: 0;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #f5f5f7;
  overflow: hidden;
}

.product-angle-gallery img {
  width: min(84%, 380px);
  max-height: 250px;
  object-fit: contain;
  filter: drop-shadow(0 18px 34px rgba(12, 16, 22, 0.16));
}

.product-story-grid h2,
.scene-band h2,
.spec-section h2,
.box-service-grid h2,
.faq-section h2,
.store-config-card h2,
.commerce-panel h2 {
  margin: 0;
  font-size: 42px;
  line-height: 1.12;
  font-weight: 700;
  text-wrap: balance;
}

.product-story-grid p,
.scene-grid p,
.spec-section p,
.box-service-grid p,
.faq-section p,
.commerce-panel p,
.store-config-card p {
  color: var(--muted);
  line-height: 1.72;
}

.scene-grid,
.box-service-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}

.scene-grid article,
.box-service-grid article,
.faq-section details {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  padding: 24px;
}

.scene-grid strong {
  font-size: 20px;
}

.spec-table {
  display: grid;
  border: 1px solid var(--line);
  border-radius: 8px;
  overflow: hidden;
  background: var(--line);
}

.spec-table div {
  display: grid;
  grid-template-columns: 240px 1fr;
  gap: 18px;
  padding: 20px 24px;
  background: #fff;
  border-bottom: 1px solid var(--line);
}

.spec-table div:last-child {
  border-bottom: 0;
}

.spec-table strong {
  color: var(--ink);
}

.spec-table span {
  color: var(--muted);
}

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

.faq-section {
  padding-top: 0;
}

.faq-section details + details {
  margin-top: 10px;
}

.faq-section summary {
  cursor: pointer;
  color: var(--ink);
  font-weight: 700;
}

.detail-stack {
  display: grid;
  gap: 16px;
  padding-top: 0;
}

.detail-panel {
  min-height: 560px;
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  align-items: center;
  gap: 30px;
  border: 1px solid var(--line);
  border-radius: 8px;
  overflow: hidden;
  background: #fff;
}

.detail-panel > div {
  padding: 52px;
}

.detail-panel img {
  width: 100%;
  height: 100%;
  min-height: 420px;
  object-fit: contain;
  background: #f1f3f5;
}

.dark-panel {
  color: #fff;
  background: var(--night);
  border-color: rgba(255, 255, 255, 0.12);
}

.dark-panel h2,
.dark-panel p {
  color: #fff;
}

.dark-panel p {
  color: rgba(255, 255, 255, 0.72);
}

.dark-panel img {
  background: #080b10;
  padding: 22px;
}

.feature-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  margin: 28px 0 0;
  border-radius: 8px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.12);
}

.feature-list div {
  padding: 18px;
  background: rgba(255, 255, 255, 0.08);
}

.feature-list dt {
  font-size: 24px;
  font-weight: 700;
}

.feature-list dd {
  margin: 8px 0 0;
  color: rgba(255, 255, 255, 0.66);
  font-size: 13px;
}

.solution-matrix {
  display: grid;
  gap: 16px;
}

.solution-row {
  min-height: 480px;
  display: grid;
  grid-template-columns: 1.08fr 0.92fr;
  align-items: center;
  gap: 44px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  overflow: hidden;
}

.solution-row.reverse {
  grid-template-columns: 0.92fr 1.08fr;
}

.solution-row.reverse img {
  order: 2;
}

.solution-row img {
  width: 100%;
  height: 100%;
  min-height: 430px;
  object-fit: contain;
  background: #f1f3f5;
}

.solution-row div {
  padding: 42px;
}

.store-layout {
  display: grid;
  grid-template-columns: 420px 1fr;
  gap: 28px;
  align-items: start;
}

.single-store-layout {
  grid-template-columns: 360px 1fr;
}

.commerce-panel {
  position: sticky;
  top: 92px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  padding: 18px;
  box-shadow: var(--shadow);
}

.commerce-panel h2 {
  font-size: 28px;
}

.region-toggle {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4px;
  padding: 4px;
  margin-bottom: 16px;
  border-radius: 8px;
  background: var(--paper);
}

.region-toggle button {
  min-height: 42px;
  border: 0;
  border-radius: 8px;
  background: transparent;
  color: var(--muted);
  font-weight: 600;
}

.region-toggle button.is-active {
  background: #fff;
  color: var(--ink);
  box-shadow: 0 1px 6px rgba(7, 9, 12, 0.08);
}

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

.channel-grid.compact {
  grid-template-columns: 1fr;
  margin: 20px 0;
}

.channel-card {
  min-height: 90px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  padding: 14px;
  text-align: left;
}

.channel-card strong {
  display: block;
  font-size: 15px;
}

.channel-card span {
  display: block;
  margin-top: 6px;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.45;
}

.checkout-grid {
  display: grid;
  gap: 16px;
}

.checkout-card {
  min-height: 250px;
  display: grid;
  grid-template-columns: 280px 1fr;
  align-items: center;
  gap: 24px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  overflow: hidden;
}

.checkout-card img {
  width: 100%;
  height: 100%;
  min-height: 250px;
  object-fit: contain;
  background: #f1f3f5;
}

.checkout-card > div {
  padding: 24px 24px 24px 0;
}

.checkout-card .solid-small {
  margin-top: 22px;
}

.store-buy-shell {
  max-width: 1500px;
  margin: 0 auto;
  padding: 112px 36px 80px;
}

.store-buy-page {
  display: grid;
  gap: 42px;
}

.store-buy-header {
  display: flex;
  justify-content: space-between;
  gap: 28px;
  align-items: start;
}

.store-buy-header h1 {
  margin: 8px 0 10px;
  font-size: clamp(42px, 5vw, 68px);
  line-height: 1.04;
}

.store-buy-header p {
  margin: 0;
  color: var(--ink);
  font-size: 18px;
}

.store-buy-pills {
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: flex-end;
  padding-top: 4px;
}

.store-buy-pills span {
  border-radius: 999px;
  padding: 10px 16px;
  color: var(--ink-soft);
  background: var(--paper);
  font-size: 13px;
  font-weight: 700;
}

.store-buy-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(380px, 440px);
  gap: 56px;
  align-items: start;
}

.store-gallery {
  position: sticky;
  top: 86px;
  display: grid;
  gap: 18px;
}

.store-gallery-card {
  display: grid;
  min-height: min(70vh, 760px);
  border-radius: 8px;
  background: #f5f5f7;
  overflow: hidden;
  place-items: center;
}

.store-gallery-card img {
  width: min(82%, 760px);
  max-height: 680px;
  object-fit: contain;
}

.store-gallery-copy {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  align-items: center;
  color: var(--muted);
}

.store-gallery-copy p {
  max-width: 760px;
  margin: 0;
  line-height: 1.65;
}

.store-configurator-panel {
  display: grid;
  gap: 34px;
  padding: 0;
}

.store-step {
  display: grid;
  gap: 16px;
}

.store-step h2,
.store-order-summary h2 {
  margin: 0;
  color: var(--ink);
  font-size: 24px;
  line-height: 1.18;
}

.store-option-list {
  display: grid;
  gap: 12px;
}

.store-option-card,
.store-select-card,
.store-quantity-card,
.store-order-summary {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
}

.store-option-card {
  display: grid;
  grid-template-columns: 64px minmax(0, 1fr) auto;
  align-items: center;
  gap: 16px;
  min-height: 82px;
  padding: 18px;
  color: var(--ink);
  text-align: left;
}

.store-option-card img {
  width: 64px;
  height: 54px;
  object-fit: contain;
  border-radius: 8px;
  background: #f5f5f7;
}

.store-option-card.is-selected,
.purchase-channel.is-active,
.store-select-card:focus-within,
.store-quantity-card:focus-within,
.checkout-fields:focus-within {
  border-color: var(--blue);
  box-shadow: 0 0 0 1px var(--blue);
}

.store-option-card strong,
.store-option-card small,
.store-option-card em {
  display: block;
}

.store-option-card small {
  margin-top: 6px;
  color: var(--muted);
  font-size: 12px;
}

.store-option-card em {
  color: var(--ink-soft);
  font-style: normal;
  font-size: 13px;
  text-align: right;
}

.store-select-card,
.store-quantity-card {
  display: grid;
  gap: 8px;
  padding: 16px;
  color: var(--ink-soft);
  font-size: 13px;
  font-weight: 600;
}

.store-order-summary {
  display: grid;
  gap: 14px;
  padding: 22px;
  background: #f5f5f7;
}

.store-order-summary div {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  padding-top: 12px;
  border-top: 1px solid rgba(12, 16, 22, 0.1);
}

.store-order-summary .store-order-product {
  align-items: center;
  justify-content: flex-start;
  border-top: 0;
  padding-top: 0;
}

.store-order-product img {
  width: 72px;
  height: 58px;
  object-fit: contain;
  border-radius: 8px;
  background: #fff;
}

.store-order-summary span,
.store-order-summary small {
  color: var(--muted);
}

.store-order-summary .secondary-button {
  justify-content: center;
}

.store-payment-panel {
  max-width: 620px;
  margin-left: auto;
}

.store-config-card {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  overflow: hidden;
  box-shadow: var(--shadow);
}

.store-product-preview {
  display: grid;
  grid-template-columns: 360px 1fr;
  align-items: center;
  gap: 34px;
  padding: 26px;
  border-bottom: 1px solid var(--line);
}

.store-product-preview img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: contain;
  border-radius: 8px;
  background: #f1f3f5;
}

.store-product-preview h2 {
  margin-top: 0;
}

.store-price {
  margin: 18px 0 0;
  color: var(--ink);
  font-size: 24px;
  font-weight: 700;
}

.store-price small {
  display: block;
  margin-top: 4px;
  color: var(--muted);
  font-size: 13px;
  font-weight: 400;
}

.purchase-form {
  display: grid;
  gap: 18px;
  padding: 26px;
}

.purchase-form label:not(.purchase-channel) {
  display: grid;
  gap: 8px;
  color: var(--ink-soft);
  font-size: 13px;
  font-weight: 600;
}

.purchase-form select,
.purchase-form input {
  width: 100%;
  min-height: 50px;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 0 14px;
  color: var(--ink);
  background: #fff;
  box-sizing: border-box;
}

.checkout-fields {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin: 0;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 18px;
}

.checkout-fields legend {
  padding: 0 8px;
  color: var(--ink);
  font-weight: 700;
}

.checkout-fields .wide {
  grid-column: 1 / -1;
}

.address-assist {
  grid-column: 1 / -1;
  display: grid;
  gap: 5px;
  padding: 14px;
  border: 1px solid rgba(12, 16, 22, 0.08);
  border-radius: 8px;
  background: #f5f5f7;
}

.address-assist strong {
  color: var(--ink);
}

.address-assist span,
.address-assist small {
  color: var(--muted);
  font-size: 13px;
}

.payment-summary,
.payment-panel {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--paper);
}

.payment-summary {
  display: grid;
  gap: 5px;
  padding: 16px;
}

.payment-summary span,
.payment-summary small {
  color: var(--muted);
  font-size: 13px;
}

.payment-panel {
  display: grid;
  gap: 16px;
  margin: 0 26px 26px;
  padding: 22px;
}

.payment-panel h3,
.payment-panel p {
  margin: 0;
}

.payment-method-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.payment-method-actions button:disabled {
  cursor: not-allowed;
  opacity: 0.48;
}

.stripe-form {
  display: grid;
  gap: 16px;
}

.purchase-channel-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.purchase-channel {
  display: flex;
  gap: 12px;
  min-height: 106px;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 16px;
  background: #fff;
  cursor: pointer;
}

.purchase-channel.is-active {
  border-color: rgba(225, 38, 28, 0.5);
  background: rgba(225, 38, 28, 0.055);
}

.purchase-channel input {
  margin-top: 4px;
}

.purchase-channel strong,
.purchase-channel small {
  display: block;
}

.purchase-channel small {
  margin-top: 6px;
  color: var(--muted);
  line-height: 1.45;
}

.purchase-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.dark-primary {
  color: #fff;
  background: var(--ink);
}

.dark-secondary {
  color: var(--ink);
  background: #fff;
  border: 1px solid var(--line);
}

.purchase-note {
  margin: 0;
  font-size: 14px;
}

.account-list small a {
  margin-left: 8px;
  color: var(--blue);
  font-weight: 600;
}

.account-section {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 20px;
  align-items: start;
}

.account-card,
.support-grid article,
.company-grid article,
.brand-values article {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  padding: 26px;
}

.account-card {
  min-height: 520px;
}

.account-methods {
  display: grid;
  grid-template-columns: 1fr;
  gap: 14px;
  margin-top: 28px;
}

.account-methods div {
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 20px;
  background: var(--paper);
}

.account-methods h3,
.support-grid h3,
.company-grid h3 {
  margin: 0;
  font-size: 20px;
}

.account-methods p,
.support-grid p,
.company-grid p {
  margin: 12px 0 0;
  color: var(--muted);
  line-height: 1.7;
}

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

.support-grid span {
  display: inline-flex;
  margin-bottom: 34px;
  color: var(--blue);
  font-weight: 700;
}

.company-section {
  display: grid;
  grid-template-columns: 0.88fr 1.12fr;
  gap: 46px;
  align-items: start;
}

.company-grid {
  display: grid;
  gap: 16px;
}

.company-grid strong {
  color: var(--ink);
}

.brand-values {
  padding-top: 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

.brand-values article {
  min-height: 260px;
}

.brand-values span {
  display: inline-flex;
  margin-bottom: 46px;
  color: var(--red);
  font-weight: 700;
}

.site-footer {
  width: 100%;
  margin: 0;
  padding: 0;
  background: var(--paper);
  border-top: 1px solid var(--line);
}

.footer-inner {
  width: min(100% - 44px, var(--max));
  margin: 0 auto;
  padding: 30px 0 28px;
}

.footer-notes {
  display: grid;
  gap: 10px;
  padding-bottom: 26px;
  border-bottom: 1px solid var(--line);
}

.footer-notes p,
.footer-shopping,
.legal,
.footer-record {
  margin: 0;
  color: #6d747d;
  font-size: 13px;
  line-height: 1.62;
}

.footer-note-number {
  display: inline-block;
  min-width: 20px;
  margin-right: 6px;
  color: #3e4650;
  font-variant-numeric: tabular-nums;
}

.info-main {
  background: #fff;
}

.info-hero {
  padding: 150px 22px 76px;
  text-align: center;
  border-bottom: 1px solid var(--line);
  background: linear-gradient(180deg, #f7f8fa 0%, #fff 100%);
}

.info-hero-inner,
.info-section-inner {
  width: min(100% - 44px, 980px);
  margin: 0 auto;
}

.info-eyebrow {
  margin: 0 0 14px;
  color: var(--red);
  font-size: 13px;
  font-weight: 700;
}

.info-hero h1 {
  margin: 0;
  color: var(--ink);
  font-size: 58px;
  line-height: 1.05;
  letter-spacing: 0;
}

.info-hero p {
  max-width: 720px;
  margin: 18px auto 0;
  color: var(--muted);
  font-size: 21px;
  line-height: 1.55;
}

.info-section {
  padding: 72px 22px;
  border-bottom: 1px solid var(--line);
}

.info-section h2 {
  margin: 0 0 20px;
  color: var(--ink);
  font-size: 34px;
  line-height: 1.16;
  letter-spacing: 0;
}

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

.info-card {
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 24px;
  background: #fbfbfd;
}

.info-card h3 {
  margin: 0 0 10px;
  color: var(--ink);
  font-size: 20px;
}

.info-card p,
.info-section p,
.info-section li {
  color: var(--muted);
  font-size: 16px;
  line-height: 1.7;
}

.info-list {
  display: grid;
  gap: 12px;
  margin: 0;
  padding-left: 20px;
}

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

.info-actions-center {
  justify-content: center;
}

.info-link-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.info-link-list a {
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 16px 18px;
  color: var(--ink);
  text-decoration: none;
  background: #fff;
}

.info-link-list a:hover,
.info-link-list a:focus-visible {
  color: var(--blue);
  border-color: rgba(0, 113, 227, 0.35);
}

.address-map-links {
  grid-column: 1 / -1;
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: -2px;
}

.address-map-links a {
  min-height: 40px;
  display: inline-flex;
  align-items: center;
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 0 18px;
  color: var(--blue);
  text-decoration: none;
  background: #fff;
}

.address-map-links a:hover,
.address-map-links a:focus-visible {
  border-color: var(--blue);
  outline: none;
}

.contact-email {
  display: inline-flex;
  margin-top: 12px;
  color: var(--blue);
  font-size: 20px;
  font-weight: 700;
  text-decoration: none;
}

.contact-email:hover,
.contact-email:focus-visible {
  text-decoration: underline;
}

.contact-page-section {
  padding-bottom: 92px;
}

.contact-method-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 48px 96px;
}

.contact-method {
  padding-bottom: 44px;
  border-bottom: 1px solid var(--line);
}

.contact-method h2 {
  margin-bottom: 16px;
}

.contact-method p {
  max-width: 520px;
  margin: 0 0 14px;
}

.contact-method ul {
  display: grid;
  gap: 8px;
  margin: 14px 0 0;
  padding-left: 20px;
}

.contact-method a {
  color: var(--blue);
  text-decoration: none;
}

.contact-method a:hover,
.contact-method a:focus-visible {
  text-decoration: underline;
}

.footer-directory {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 28px;
  padding: 28px 0 42px;
}

.footer-column h2 {
  margin: 0 0 12px;
  color: #22262b;
  font-size: 14px;
  font-weight: 700;
}

.footer-column ul {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.footer-column a,
.footer-column button,
.footer-shopping a,
.footer-legal-links a {
  color: #505862;
  font: inherit;
  text-align: left;
  text-decoration: none;
}

.footer-column a,
.footer-column button {
  display: inline-flex;
  min-height: 22px;
  align-items: center;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
}

.footer-column a:hover,
.footer-column button:hover,
.footer-shopping a:hover,
.footer-legal-links a:hover {
  color: var(--blue);
  text-decoration: underline;
}

.footer-shopping {
  padding: 0 0 28px;
}

.footer-shopping a {
  color: var(--blue);
}

.footer-bottom {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  gap: 8px 24px;
  padding-top: 24px;
  border-top: 1px solid var(--line);
  align-items: start;
}

.footer-legal-links {
  display: flex;
  flex-wrap: wrap;
  gap: 0;
}

.footer-legal-links a {
  color: #424a55;
  font-size: 13px;
  line-height: 1.62;
}

.footer-legal-links a + a::before {
  content: "|";
  margin: 0 11px;
  color: #9aa2ad;
}

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

.footer-region {
  min-height: auto;
  border: 0;
  padding: 0;
  color: #424a55;
  background: transparent;
  font: inherit;
  font-size: 13px;
  line-height: 1.62;
  text-align: right;
}

.footer-region:hover,
.footer-region:focus-visible {
  color: var(--blue);
  text-decoration: underline;
  outline: none;
}

.buy-drawer,
.account-modal {
  background: #fff;
  border-radius: 8px;
}

.buy-drawer {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 170;
  width: min(100%, 440px);
  height: 100dvh;
  padding: 32px;
  transform: translateX(104%);
  transition: transform 220ms ease;
  box-shadow: -26px 0 70px rgba(0, 0, 0, 0.2);
  overflow-y: auto;
}

.buy-drawer.is-open {
  transform: translateX(0);
}

.buy-drawer h2 {
  margin: 0;
  font-size: 34px;
}

.buy-drawer p {
  color: var(--muted);
  line-height: 1.7;
}

.drawer-backdrop,
.modal-backdrop {
  position: fixed;
  inset: 0;
  z-index: 160;
  background: rgba(4, 7, 11, 0.48);
  opacity: 0;
  pointer-events: none;
  transition: opacity 180ms ease;
}

.drawer-backdrop.is-open,
.modal-backdrop.is-open {
  opacity: 1;
  pointer-events: auto;
}

.drawer-close,
.modal-close {
  width: 40px;
  height: 40px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  position: relative;
}

.drawer-close {
  float: right;
}

.drawer-close::before,
.drawer-close::after,
.modal-close::before,
.modal-close::after {
  content: "";
  position: absolute;
  left: 11px;
  right: 11px;
  top: 19px;
  height: 2px;
  background: var(--ink);
}

.drawer-close::before,
.modal-close::before {
  transform: rotate(45deg);
}

.drawer-close::after,
.modal-close::after {
  transform: rotate(-45deg);
}

.modal-backdrop {
  z-index: 180;
  display: grid;
  place-items: center;
  padding: 22px;
}

.account-modal {
  width: min(100%, 520px);
  padding: 28px;
  box-shadow: var(--shadow);
  transform: translateY(18px);
  transition: transform 180ms ease;
}

.account-modal-wide {
  width: min(100%, 880px);
}

.modal-backdrop.is-open .account-modal {
  transform: translateY(0);
}

.modal-close {
  float: right;
}

.account-modal h2 {
  margin: 0;
  font-size: 34px;
}

.account-modal p {
  color: var(--muted);
  line-height: 1.7;
}

.account-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 18px;
}

.account-head p {
  margin: 8px 0 0;
}

.account-tabs {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 8px;
  margin: 18px 0;
  padding: 4px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #f5f6f8;
}

.account-tabs-dashboard {
  grid-template-columns: repeat(4, 1fr);
}

.account-tabs button {
  min-height: 42px;
  border: 0;
  border-radius: 6px;
  background: transparent;
  color: var(--ink-soft);
  font-weight: 600;
}

.account-tabs button.is-active {
  background: #fff;
  color: var(--ink);
  box-shadow: 0 6px 18px rgba(12, 16, 22, 0.08);
}

.account-auth-form,
.account-form-grid {
  display: grid;
  gap: 12px;
}

.account-form-grid {
  grid-template-columns: repeat(2, 1fr);
  align-items: end;
  margin-bottom: 18px;
}

.account-form-grid .wide {
  grid-column: 1 / -1;
}

.account-auth-form label,
.account-form-grid label {
  display: grid;
  gap: 8px;
  color: var(--ink-soft);
  font-size: 13px;
  font-weight: 600;
}

.account-auth-form input,
.account-form-grid input,
.account-form-grid select {
  width: 100%;
  min-height: 48px;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 0 14px;
  background: #fff;
  color: var(--ink);
}

.account-message {
  margin: 14px 0 0;
  border: 1px solid rgba(225, 38, 28, 0.18);
  border-radius: 8px;
  padding: 10px 12px;
  background: rgba(225, 38, 28, 0.06);
  color: var(--ink);
  font-weight: 600;
}

.account-oauth-note,
.empty-state {
  margin: 14px 0 0;
  color: var(--muted);
  font-size: 14px;
}

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

.account-list article {
  display: grid;
  gap: 6px;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 14px;
  background: #f8f9fb;
}

.account-list strong {
  color: var(--ink);
}

.account-list span,
.account-list small {
  color: var(--muted);
}

.page-account {
  background: #f5f5f7;
}

.account-page {
  min-height: 100vh;
  padding: 118px 18px 72px;
}

.account-page-hero {
  width: min(100%, 1120px);
  margin: 0 auto;
  padding: 42px 0 76px;
  text-align: center;
}

.account-orbit {
  width: min(100%, 420px);
  height: 210px;
  position: relative;
  display: grid;
  place-items: center;
  margin: 0 auto 36px;
  border-radius: 8px;
  background:
    radial-gradient(circle at 50% 62%, rgba(225, 38, 28, 0.1), transparent 34%),
    linear-gradient(180deg, #fbfbfd 0%, #f1f3f6 100%);
  box-shadow:
    0 32px 80px rgba(20, 26, 36, 0.12),
    inset 0 0 0 1px rgba(20, 26, 36, 0.06);
  overflow: hidden;
}

.account-orbit::before,
.account-orbit::after,
.account-visual-panel,
.account-visual-card,
.account-visual-card span,
.account-visual-signal,
.account-visual-status {
  content: "";
  position: absolute;
  pointer-events: none;
}

.account-orbit::before {
  width: 320px;
  height: 320px;
  left: 50%;
  top: 50%;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.7);
  transform: translate(-50%, -42%);
  filter: blur(2px);
}

.account-orbit::after {
  left: 58px;
  right: 58px;
  bottom: 24px;
  height: 14px;
  border-radius: 999px;
  background: rgba(20, 26, 36, 0.08);
  filter: blur(14px);
}

.account-visual-panel {
  width: 230px;
  height: 138px;
  left: 50%;
  top: 34px;
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(250, 251, 253, 0.86)),
    #fff;
  box-shadow:
    0 24px 54px rgba(20, 26, 36, 0.14),
    inset 0 0 0 1px rgba(20, 26, 36, 0.07);
  transform: translateX(-50%);
}

.account-visual-panel::before {
  content: "";
  position: absolute;
  left: 24px;
  right: 24px;
  top: 24px;
  height: 8px;
  border-radius: 999px;
  background: #eef1f5;
  box-shadow:
    0 24px 0 #f2f4f7,
    0 48px 0 #f2f4f7;
}

.account-visual-card {
  width: 116px;
  height: 82px;
  top: 76px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow:
    0 16px 34px rgba(20, 26, 36, 0.12),
    inset 0 0 0 1px rgba(20, 26, 36, 0.06);
}

.account-visual-card-left {
  left: 30px;
  transform: rotate(-4deg);
}

.account-visual-card-right {
  right: 30px;
  transform: rotate(4deg);
}

.account-visual-card span {
  left: 18px;
  height: 7px;
  border-radius: 999px;
  background: #e8ebf0;
}

.account-visual-card span:nth-child(1) {
  top: 20px;
  width: 34px;
  background: rgba(225, 38, 28, 0.18);
}

.account-visual-card span:nth-child(2) {
  top: 38px;
  width: 72px;
}

.account-visual-card span:nth-child(3) {
  top: 56px;
  width: 54px;
}

.account-visual-signal {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--red);
  box-shadow: 0 0 0 6px rgba(225, 38, 28, 0.1);
}

.account-visual-signal-one {
  left: 128px;
  top: 48px;
}

.account-visual-signal-two {
  right: 126px;
  bottom: 52px;
}

.account-visual-status {
  width: 54px;
  height: 20px;
  right: 88px;
  top: 42px;
  border-radius: 999px;
  background:
    linear-gradient(90deg, rgba(225, 38, 28, 0.22), rgba(225, 38, 28, 0.08)),
    #fff;
  box-shadow: inset 0 0 0 1px rgba(225, 38, 28, 0.14);
}

.account-orbit-center {
  position: absolute;
  width: 78px;
  height: 78px;
  left: 50%;
  top: 64px;
  display: grid;
  place-items: center;
  border-radius: 24px;
  background: #fff;
  box-shadow:
    0 18px 38px rgba(18, 24, 32, 0.13),
    inset 0 0 0 1px rgba(20, 26, 36, 0.07);
  transform: translateX(-50%);
  z-index: 2;
}

.account-orbit-center img {
  width: 44px;
  height: 44px;
  object-fit: contain;
}

.account-page-kicker {
  margin: 0 0 12px;
  color: var(--muted);
  font-size: 17px;
  font-weight: 700;
}

.account-page-hero h1 {
  max-width: 1120px;
  margin: 0 auto;
  font-size: clamp(40px, 5vw, 56px);
  line-height: 1.04;
  letter-spacing: 0;
}

.account-page-hero h1 span {
  display: inline;
}

.account-page-lede {
  max-width: 680px;
  margin: 24px auto 0;
  color: #555d68;
  font-size: 22px;
  line-height: 1.45;
}

.account-page-actions {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 34px;
}

.account-blue-button {
  min-height: 44px;
  border-radius: 999px;
  background: #0071e3;
  color: #fff;
}

.account-light-button {
  min-height: 44px;
  border-radius: 999px;
  border: 1px solid rgba(0, 113, 227, 0.35);
  background: transparent;
  color: #0071e3;
}

.account-page-cards {
  width: min(100%, 980px);
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

.account-page-cards article {
  min-height: 250px;
  border: 1px solid rgba(214, 218, 224, 0.78);
  border-radius: 8px;
  padding: 30px;
  background: #fff;
}

.account-page-cards h2 {
  margin: 28px 0 10px;
  font-size: 27px;
  line-height: 1.16;
}

.account-page-cards p {
  margin: 0;
  color: #4d5662;
  font-size: 17px;
  line-height: 1.58;
}

.account-page-icon {
  width: 36px;
  height: 36px;
  display: block;
  color: #0071e3;
  background: currentColor;
}

.account-page-icon-control {
  -webkit-mask: url("data:image/svg+xml,%3Csvg viewBox='0 0 36 36' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' stroke='black' stroke-width='2.2' stroke-linecap='round'%3E%3Cpath d='M8 5v26M18 5v26M28 5v26'/%3E%3Ccircle cx='8' cy='13' r='3.4'/%3E%3Ccircle cx='18' cy='23' r='3.4'/%3E%3Ccircle cx='28' cy='16' r='3.4'/%3E%3C/g%3E%3C/svg%3E") center / contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg viewBox='0 0 36 36' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' stroke='black' stroke-width='2.2' stroke-linecap='round'%3E%3Cpath d='M8 5v26M18 5v26M28 5v26'/%3E%3Ccircle cx='8' cy='13' r='3.4'/%3E%3Ccircle cx='18' cy='23' r='3.4'/%3E%3Ccircle cx='28' cy='16' r='3.4'/%3E%3C/g%3E%3C/svg%3E") center / contain no-repeat;
}

.account-page-icon-security {
  -webkit-mask: url("data:image/svg+xml,%3Csvg viewBox='0 0 36 36' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' stroke='black' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M18 4 8 8v8c0 6.5 4.1 12.4 10 15 5.9-2.6 10-8.5 10-15V8L18 4Z'/%3E%3Cpath d='m13.5 18 3.1 3.1 6-6.2'/%3E%3C/g%3E%3C/svg%3E") center / contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg viewBox='0 0 36 36' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' stroke='black' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M18 4 8 8v8c0 6.5 4.1 12.4 10 15 5.9-2.6 10-8.5 10-15V8L18 4Z'/%3E%3Cpath d='m13.5 18 3.1 3.1 6-6.2'/%3E%3C/g%3E%3C/svg%3E") center / contain no-repeat;
}

.account-page-icon-service {
  -webkit-mask: url("data:image/svg+xml,%3Csvg viewBox='0 0 36 36' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' stroke='black' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M9 7h18v22H9z'/%3E%3Cpath d='M14 13h8M14 19h8M14 25h5'/%3E%3C/g%3E%3C/svg%3E") center / contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg viewBox='0 0 36 36' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' stroke='black' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M9 7h18v22H9z'/%3E%3Cpath d='M14 13h8M14 19h8M14 25h5'/%3E%3C/g%3E%3C/svg%3E") center / contain no-repeat;
}

.account-page-panel {
  width: min(100%, 980px);
  margin: 24px auto 0;
  border: 1px solid rgba(214, 218, 224, 0.78);
  border-radius: 8px;
  padding: 30px;
  background: #fff;
}

.account-page-panel h2 {
  margin: 0;
  font-size: 34px;
}

.account-page-panel p {
  color: var(--muted);
  line-height: 1.7;
}

.account-page-dashboard .account-panel {
  margin-top: 18px;
}

.account-page-auth {
  width: min(100%, 520px);
  margin: 0 auto;
}

.email-form {
  display: grid;
  gap: 12px;
}

.email-form label {
  display: grid;
  gap: 8px;
  color: var(--ink-soft);
  font-size: 13px;
  font-weight: 600;
}

.email-form input {
  width: 100%;
  min-height: 48px;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 0 14px;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.page-support {
  background: #f5f5f7;
}

.page-support .site-header {
  background: rgba(246, 247, 249, 0.9);
  border-bottom: 1px solid rgba(190, 199, 210, 0.64);
  backdrop-filter: blur(20px);
}

.page-support .site-header .brand-logo-light {
  opacity: 0;
}

.page-support .site-header .brand-logo-standard {
  opacity: 1;
}

.page-support .site-header .nav-links {
  color: var(--ink-soft);
  background: transparent;
}

.page-support .site-header .nav-links a:hover,
.page-support .site-header .nav-links a:focus-visible,
.page-support .site-header .nav-links a[aria-current="page"] {
  color: var(--ink);
  background: transparent;
}

.page-support .site-header .select-wrap select,
.page-support .site-header .ghost-button,
.page-support .site-header .nav-icon-link,
.page-support .site-header .language-trigger {
  color: var(--ink);
  background: transparent;
  border-color: transparent;
}

.page-support .site-header .nav-actions .select-wrap {
  color: var(--ink);
}

.page-support .site-header .menu-toggle {
  border-color: rgba(0, 0, 0, 0.1);
  background: #fff;
}

.page-support .site-header .menu-toggle span {
  background: var(--ink);
}

.support-hero {
  min-height: 580px;
  display: grid;
  place-items: center;
  padding: 136px 22px 84px;
  text-align: center;
  background:
    linear-gradient(180deg, #fbfbfd 0%, #f5f5f7 100%);
}

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

.support-kicker {
  display: block;
  margin-bottom: 12px;
  color: var(--red);
  font-size: 13px;
  font-weight: 700;
}

.support-hero h1 {
  margin: 0;
  color: var(--ink);
  font-size: 64px;
  line-height: 1.06;
  font-weight: 700;
  letter-spacing: 0;
  text-wrap: balance;
}

.support-hero p {
  width: min(100%, 720px);
  margin: 20px auto 0;
  color: var(--muted);
  font-size: 19px;
  line-height: 1.72;
}

.support-search {
  width: min(100%, 760px);
  min-height: 64px;
  display: grid;
  grid-template-columns: 36px 1fr auto;
  align-items: center;
  gap: 10px;
  margin: 34px auto 0;
  border: 1px solid rgba(12, 16, 22, 0.1);
  border-radius: 8px;
  padding: 8px;
  background: #fff;
  box-shadow: 0 18px 44px rgba(12, 16, 22, 0.08);
}

.support-search span {
  width: 20px;
  height: 20px;
  justify-self: center;
  border: 2px solid #7b8490;
  border-radius: 999px;
  position: relative;
}

.support-search span::after {
  content: "";
  position: absolute;
  width: 9px;
  height: 2px;
  right: -7px;
  bottom: -3px;
  border-radius: 999px;
  background: #7b8490;
  transform: rotate(45deg);
}

.support-search input {
  min-width: 0;
  min-height: 48px;
  border: 0;
  outline: none;
  color: var(--ink);
  background: transparent;
  font-size: 17px;
}

.support-search input::placeholder {
  color: #89929e;
}

.support-quick-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  margin-top: 20px;
}

.support-quick-links a,
.support-quick-links button {
  min-height: 38px;
  border: 1px solid rgba(12, 16, 22, 0.1);
  border-radius: 8px;
  padding: 0 14px;
  color: var(--ink-soft);
  background: rgba(255, 255, 255, 0.76);
  font-size: 14px;
  font-weight: 700;
}

.support-quick-links a,
.support-quick-links button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.support-quick-links a:hover,
.support-quick-links button:hover,
.support-quick-links a:focus-visible,
.support-quick-links button:focus-visible {
  border-color: rgba(37, 99, 235, 0.3);
  color: var(--blue);
  outline: none;
}

.support-section {
  width: min(100% - 44px, var(--max));
  margin: 0 auto;
  padding: 76px 0;
}

.support-section-head {
  max-width: 760px;
  margin-bottom: 28px;
}

.support-section-head.centered {
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.support-section-head h2,
.support-service-band h2 {
  margin: 0;
  color: var(--ink);
  font-size: 42px;
  line-height: 1.14;
  font-weight: 700;
  text-wrap: balance;
}

.support-section-head p,
.support-service-band p {
  margin: 16px 0 0;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.72;
}

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

.support-product-card {
  min-height: 220px;
  display: grid;
  align-content: start;
  justify-items: center;
  gap: 8px;
  border: 1px solid rgba(12, 16, 22, 0.08);
  border-radius: 8px;
  padding: 18px 12px;
  text-align: center;
  background: #fff;
  transition:
    transform 160ms ease,
    box-shadow 160ms ease,
    border-color 160ms ease;
}

.support-product-card:hover,
.support-product-card:focus-visible {
  transform: translateY(-2px);
  border-color: rgba(37, 99, 235, 0.24);
  box-shadow: 0 16px 34px rgba(12, 16, 22, 0.09);
  outline: none;
}

.support-product-card img {
  width: 100%;
  height: 118px;
  object-fit: contain;
  margin-bottom: 6px;
}

.support-product-card strong {
  color: var(--ink);
  font-size: 17px;
}

.support-product-card span {
  color: var(--muted);
  font-size: 13px;
  line-height: 1.45;
}

.support-actions {
  padding-top: 46px;
}

.support-action-grid,
.support-topic-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.support-action-card,
.support-topic-grid article {
  border: 1px solid rgba(12, 16, 22, 0.08);
  border-radius: 8px;
  background: #fff;
}

.support-action-card {
  min-height: 270px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 26px;
}

.support-icon {
  width: 42px;
  height: 42px;
  display: block;
  margin-bottom: 30px;
  border: 2px solid var(--ink);
  border-radius: 8px;
  position: relative;
}

.support-icon-device::before {
  content: "";
  position: absolute;
  left: 8px;
  right: 8px;
  bottom: 7px;
  height: 2px;
  background: var(--ink);
}

.support-icon-device::after {
  content: "";
  position: absolute;
  left: 14px;
  right: 14px;
  bottom: -7px;
  height: 2px;
  background: var(--ink);
}

.support-icon-download::before {
  content: "";
  position: absolute;
  left: 18px;
  top: 8px;
  width: 2px;
  height: 18px;
  background: var(--ink);
}

.support-icon-download::after {
  content: "";
  position: absolute;
  left: 12px;
  top: 19px;
  width: 14px;
  height: 14px;
  border-right: 2px solid var(--ink);
  border-bottom: 2px solid var(--ink);
  transform: rotate(45deg);
}

.support-icon-shield {
  border-radius: 14px 14px 18px 18px;
}

.support-icon-shield::before {
  content: "";
  position: absolute;
  left: 10px;
  top: 14px;
  width: 16px;
  height: 9px;
  border-left: 2px solid var(--ink);
  border-bottom: 2px solid var(--ink);
  transform: rotate(-45deg);
}

.support-icon-briefcase::before {
  content: "";
  position: absolute;
  left: 12px;
  right: 12px;
  top: -8px;
  height: 10px;
  border: 2px solid var(--ink);
  border-bottom: 0;
  border-radius: 7px 7px 0 0;
}

.support-icon-briefcase::after {
  content: "";
  position: absolute;
  left: -2px;
  right: -2px;
  top: 17px;
  height: 2px;
  background: var(--ink);
}

.support-action-card h3,
.support-topic-grid h3 {
  margin: 0;
  color: var(--ink);
  font-size: 21px;
  line-height: 1.25;
}

.support-action-card p,
.support-topic-grid p {
  margin: 12px 0 0;
  color: var(--muted);
  line-height: 1.68;
}

.support-action-card .text-button {
  margin-top: auto;
  color: var(--blue);
}

.support-service-band {
  width: min(100% - 44px, var(--max));
  margin: 34px auto 22px;
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 28px;
  border-radius: 8px;
  padding: 42px;
  color: #fff;
  background:
    linear-gradient(135deg, rgba(225, 38, 28, 0.18), transparent 40%),
    linear-gradient(135deg, #080b10, #1a2028);
}

.support-service-band h2,
.support-service-band p {
  color: #fff;
}

.support-service-band p {
  max-width: 760px;
  color: rgba(255, 255, 255, 0.72);
}

.support-service-actions {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  justify-content: flex-end;
}

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

.support-topic-grid article {
  min-height: 196px;
  padding: 24px;
}

.support-resource-section {
  padding-top: 42px;
}

.support-resource-list {
  display: grid;
  border: 1px solid rgba(12, 16, 22, 0.08);
  border-radius: 8px;
  overflow: hidden;
  background: #fff;
}

.support-resource-list a,
.support-resource-list button {
  min-height: 86px;
  display: grid;
  grid-template-columns: minmax(180px, 0.36fr) 1fr;
  align-items: center;
  gap: 24px;
  border: 0;
  border-bottom: 1px solid var(--line);
  padding: 18px 24px;
  color: var(--ink);
  text-align: left;
  background: #fff;
}

.support-resource-list a:last-child,
.support-resource-list button:last-child {
  border-bottom: 0;
}

.support-resource-list a:hover,
.support-resource-list button:hover,
.support-resource-list a:focus-visible,
.support-resource-list button:focus-visible {
  background: #f8f9fb;
  outline: none;
}

.support-resource-list strong {
  font-size: 18px;
}

.support-resource-list span {
  color: var(--muted);
  line-height: 1.56;
}

.search-shell {
  min-height: calc(100dvh - 160px);
  padding: 122px max(22px, calc((100vw - 760px) / 2)) 86px;
  background: #f5f5f7;
}

.search-panel {
  width: min(100%, 680px);
  margin: 0 auto;
}

.search-form {
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr) 36px;
  align-items: center;
  gap: 10px;
  border-bottom: 1px solid rgba(110, 118, 129, 0.28);
  padding-bottom: 9px;
  color: #6e6e73;
}

.search-glyph-large {
  width: 24px;
  height: 24px;
}

.search-glyph-large::before {
  border-width: 2.5px;
}

.search-input {
  width: 100%;
  min-height: 58px;
  border: 0;
  outline: 0;
  padding: 0;
  color: #1d1d1f;
  background: transparent;
  font-size: 30px;
  font-weight: 600;
  line-height: 1.12;
}

.search-input::placeholder {
  color: #6e6e73;
  opacity: 1;
}

.search-clear {
  width: 32px;
  height: 32px;
  position: relative;
  display: none;
  border: 0;
  border-radius: 50%;
  background: rgba(12, 16, 22, 0.08);
}

.search-clear.is-visible {
  display: inline-flex;
}

.search-clear::before,
.search-clear::after {
  content: "";
  position: absolute;
  left: 9px;
  right: 9px;
  top: 15px;
  height: 2px;
  border-radius: 999px;
  background: #4f5661;
}

.search-clear::before {
  transform: rotate(45deg);
}

.search-clear::after {
  transform: rotate(-45deg);
}

.search-empty,
.search-results-wrap {
  margin-top: 42px;
}

.search-kicker {
  margin: 0 0 13px;
  color: #6e6e73;
  font-size: 13px;
  font-weight: 700;
}

.quick-link-list {
  display: grid;
  gap: 12px;
}

.quick-link-list a {
  width: fit-content;
  min-height: 26px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #1d1d1f;
  font-size: 15px;
  font-weight: 600;
}

.quick-link-list a::before {
  content: ">";
  color: #6e6e73;
  font-weight: 600;
}

.quick-link-list a:hover,
.quick-link-list a:focus-visible {
  color: var(--blue);
  outline: none;
}

.search-results-head {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 18px;
  margin-bottom: 16px;
}

.search-results-head h1 {
  margin: 0;
  font-size: 26px;
  line-height: 1.16;
}

.search-results-head p {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
}

.search-results {
  display: grid;
  gap: 10px;
}

.search-result {
  display: grid;
  grid-template-columns: 74px minmax(0, 1fr);
  align-items: center;
  gap: 16px;
  min-height: 102px;
  border: 1px solid rgba(190, 199, 210, 0.72);
  border-radius: 8px;
  padding: 12px;
  background: #fff;
  transition:
    border-color 160ms ease,
    box-shadow 160ms ease,
    transform 160ms ease;
}

.search-result:hover,
.search-result:focus-visible {
  border-color: rgba(37, 99, 235, 0.42);
  box-shadow: 0 12px 32px rgba(8, 12, 18, 0.1);
  transform: translateY(-1px);
  outline: none;
}

.search-result img {
  width: 74px;
  height: 74px;
  border-radius: 8px;
  object-fit: contain;
  background: #f1f3f5;
}

.search-result small,
.search-result strong,
.search-result em {
  display: block;
}

.search-result small {
  color: var(--red);
  font-size: 12px;
  font-weight: 700;
}

.search-result strong {
  margin-top: 4px;
  color: var(--ink);
  font-size: 18px;
}

.search-result em {
  margin-top: 5px;
  color: var(--muted);
  font-size: 14px;
  font-style: normal;
  line-height: 1.45;
}

.search-no-results {
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 22px;
  background: #fff;
}

.search-no-results strong {
  font-size: 18px;
}

.search-no-results p {
  margin: 8px 0 0;
  color: var(--muted);
  line-height: 1.6;
}

@media (min-width: 1600px) {
  .home-product-hero-primary {
    min-height: 980px;
  }

  .home-product-image-desk-primary {
    width: min(72vw, 1500px);
    bottom: 0;
  }

  .home-product-tile {
    min-height: 880px;
    padding-top: 88px;
  }

  .home-product-image-clip {
    width: min(68vw, 1280px);
    max-height: 600px;
    bottom: 30px;
  }

  .home-product-image-omni-final {
    width: min(58vw, 1080px);
    max-height: 560px;
    bottom: 34px;
  }
}

@media (max-width: 1100px) {
  .home-hero,
  .page-hero,
  .product-detail-hero,
  .store-layout,
  .account-section,
  .company-section {
    grid-template-columns: 1fr;
  }

  .store-buy-grid {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .store-gallery {
    position: static;
  }

  .store-gallery-card {
    min-height: 520px;
  }

  .hero-stage {
    min-height: 430px;
  }

  .home-product-hero {
    min-height: 760px;
  }

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

  .home-product-tile {
    min-height: 700px;
  }

  .home-product-image-desk-primary,
  .home-product-image-clip {
    width: min(92vw, 900px);
  }

  .home-product-image-omni-final {
    width: min(82vw, 820px);
  }

  .product-grid,
  .support-grid,
  .support-product-grid,
  .brand-values,
  .brand-kpi-row,
  .capability-grid,
  .roadmap-brand-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

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

  .support-service-band {
    grid-template-columns: 1fr;
  }

  .support-service-actions {
    justify-content: flex-start;
  }

  .brand-story-grid,
  .tech-band-inner,
  .identity-lockup,
  .entity-grid,
  .product-story-grid article,
  .store-product-preview {
    grid-template-columns: 1fr;
  }

  .brand-story-grid .brand-story-lead {
    grid-row: auto;
  }

  .commerce-panel {
    position: static;
  }

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

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

@media (min-width: 861px) and (max-width: 1100px) and (orientation: portrait) {
  .home-product-hero-primary {
    min-height: 920px;
  }

  .home-product-image-desk-primary {
    width: min(116vw, 1120px);
    bottom: 0;
  }

  .home-product-tile {
    min-height: 760px;
  }

  .home-product-image-clip {
    width: min(96vw, 860px);
    max-height: 520px;
    bottom: 18px;
    object-fit: contain;
  }

  .home-product-image-omni-final {
    width: min(88vw, 760px);
    max-height: 460px;
    bottom: 26px;
  }
}

@media (max-width: 860px) {
  .nav-mega {
    display: none;
  }

  .store-buy-shell {
    padding: 92px 18px 56px;
  }

  .store-buy-header {
    display: grid;
  }

  .store-buy-header h1 {
    font-size: 42px;
  }

  .support-hero {
    min-height: 520px;
    padding-top: 116px;
  }

  .support-hero h1 {
    font-size: 46px;
  }

  .support-hero p {
    font-size: 16px;
  }

  .support-section {
    padding: 62px 0;
  }

  .support-section-head h2,
  .support-service-band h2 {
    font-size: 34px;
  }

  .store-buy-pills {
    align-items: flex-start;
  }

  .store-gallery-card {
    min-height: 420px;
  }

  .store-gallery-copy {
    display: grid;
  }

  .site-header,
  .nav-shell {
    height: 62px;
  }

  .site-header {
    --header-height: 62px;
  }

  .search-scrim,
  .language-backdrop,
  .page-home .search-scrim,
  .page-home .language-backdrop {
    inset-top: 62px;
  }

  .nav-shell {
    justify-content: flex-start;
  }

  .menu-toggle {
    display: block;
    order: 3;
  }

  .brand {
    order: 1;
    width: 106px;
  }

  .brand-logo {
    width: 106px;
  }

  .nav-links {
    position: fixed;
    left: 12px;
    right: 12px;
    top: calc(var(--header-height, 62px) + 8px);
    z-index: 160;
    max-height: calc(100dvh - var(--header-height, 62px) - 20px);
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 2px;
    overflow: hidden;
    padding: 8px;
    border-radius: 8px;
    color: var(--ink);
    background: #fff;
    box-shadow: var(--shadow);
  }

  .page-home .nav-links,
  .page-home .site-header.is-scrolled .nav-links {
    gap: 2px;
    padding: 8px;
    border-radius: 8px;
    color: var(--ink);
    background: #fff;
    box-shadow: var(--shadow);
  }

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

  .page-home .nav-links.is-open {
    display: flex;
  }

  .nav-links a,
  .page-home .nav-links a {
    justify-content: center;
    min-height: 44px;
    padding: 0 12px;
    border-radius: 8px;
    color: var(--ink);
    font-size: 15px;
    font-weight: 700;
  }

  .nav-links a[aria-current="page"],
  .page-home .nav-links a[aria-current="page"] {
    color: var(--ink);
    background: rgba(12, 16, 22, 0.06);
  }

  .page-home .nav-links a:hover,
  .page-home .nav-links a:focus-visible,
  .page-home .nav-links a[aria-current="page"] {
    color: var(--ink);
    background: rgba(12, 16, 22, 0.06);
  }

  .nav-links .mobile-nav-search {
    display: none;
  }

  .nav-links .mobile-language {
    display: block;
    min-height: 0;
    margin-top: 6px;
    padding-top: 8px;
    border-top: 1px solid rgba(12, 16, 22, 0.08);
  }

  .nav-links .language-search {
    max-width: none;
    margin: 0 0 8px;
  }

  .nav-links .language-search-input {
    height: 42px;
    border-radius: 8px;
    background: #f0f1f3;
    font-size: 15px;
  }

  .nav-links .language-search::after {
    top: 27px;
  }

  .mobile-language-list {
    max-height: min(382px, calc(100dvh - var(--header-height, 62px) - 348px));
    min-height: 0;
    display: grid;
    align-content: start;
    gap: 2px;
    overflow-x: hidden;
    overflow-y: auto;
    overscroll-behavior: contain;
    padding-right: 2px;
  }

  .mobile-language-list .language-option {
    min-height: 42px;
    color: var(--ink);
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 14px;
    padding: 7px 8px;
  }

  .mobile-language-list .language-option span {
    font-size: 15px;
  }

  .mobile-language-list .language-option small {
    font-size: 14px;
  }

  .mobile-language-list .language-empty {
    margin: 16px 8px 22px;
    line-height: 1.5;
   }

  .nav-links .mobile-language select {
    width: 100%;
    min-height: 44px;
    color: var(--ink);
    background: #fff;
    border-color: var(--line);
  }

  .nav-actions {
    order: 2;
    margin-left: auto;
  }

  .select-wrap select {
    width: 104px;
  }

  .language-mega {
    display: none;
  }

  .search-shell {
    padding-top: 104px;
  }

  .search-overlay-inner {
    width: min(100% - 36px, 680px);
    padding: 38px 0 52px;
  }

  .search-overlay-input {
    font-size: 24px;
  }

  .search-overlay-body {
    margin-top: 28px;
  }

  .search-input {
    font-size: 25px;
  }

  .home-hero {
    min-height: 780px;
    align-items: start;
    padding-top: 120px;
  }

  .home-product-hero {
    min-height: 700px;
    padding-top: 102px;
    border-bottom-width: 10px;
  }

  .home-product-grid {
    gap: 10px;
    padding: 10px;
  }

  .home-product-tile {
    min-height: 680px;
    padding-top: 78px;
  }

  .home-product-copy h1,
  .home-product-copy h2 {
    font-size: 48px;
  }

  .home-product-copy p {
    font-size: 23px;
  }

  .home-product-image-desk-primary {
    width: 118vw;
    max-height: 430px;
    bottom: -58px;
  }

  .home-product-image-clip {
    width: 104vw;
    max-height: 420px;
    bottom: -48px;
  }

  .home-product-image-omni-final {
    width: min(92vw, 720px);
    max-height: 380px;
    bottom: 0;
  }

  .home-collection h2 {
    font-size: 38px;
  }

  .home-collection p {
    font-size: 19px;
  }

  .page-hero {
    padding-top: 108px;
  }

  .product-subnav {
    top: 62px;
    justify-content: flex-start;
    overflow-x: auto;
  }

  .page-product-detail .product-subnav {
    margin-top: 62px;
  }

  .product-detail-hero {
    min-height: 780px;
    padding-top: 118px;
  }

  .hero-copy h1,
  .page-hero-copy h1,
  .product-detail-copy h1 {
    font-size: 46px;
  }

  .hero-copy p,
  .page-hero-copy p,
  .product-detail-copy p {
    font-size: 16px;
  }

  .hero-stage {
    min-height: 330px;
  }

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

  .home-strip a {
    width: min(100% - 44px, var(--max));
    margin: 0 auto;
    padding: 18px 0;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .section {
    padding: 78px 0;
  }

  .split-head,
  .editorial-card:first-child,
  .detail-panel,
  .solution-row,
  .solution-row.reverse,
  .checkout-card {
    grid-template-columns: 1fr;
  }

  .solution-row.reverse img {
    order: 0;
  }

  .editorial-grid,
  .route-grid,
  .product-grid,
  .brand-values,
  .brand-kpi-row,
  .capability-grid,
  .roadmap-brand-grid,
  .support-product-grid,
  .support-action-grid,
  .support-topic-grid,
  .swatch-row,
  .box-service-grid,
  .checkout-fields,
  .purchase-channel-list {
    grid-template-columns: 1fr;
  }

  .support-product-card {
    min-height: 178px;
  }

  .support-product-card img {
    height: 92px;
  }

  .support-resource-list a,
  .support-resource-list button {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .section-head h2,
  .editorial-card h2,
  .detail-panel h2,
  .solution-row h2,
  .account-card h2,
  .company-copy h2,
  .brand-values h2,
  .checkout-card h2,
  .product-story-grid h2,
  .scene-band h2,
  .spec-section h2,
  .box-service-grid h2,
  .faq-section h2 {
    font-size: 34px;
  }

  .detail-panel > div,
  .solution-row div,
  .editorial-card > div,
  .product-story-grid article > div {
    padding: 32px;
  }

  .light-panel img {
    order: 2;
  }

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

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

  .account-page {
    padding-top: 96px;
  }

  .account-page-hero {
    padding-bottom: 52px;
  }

  .account-page-lede {
    font-size: 19px;
  }

  .account-page-cards {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 620px) {
  .store-buy-header h1 {
    font-size: 34px;
  }

  .store-gallery-card {
    min-height: 280px;
  }

  .store-gallery-card img {
    width: 92%;
  }

  .store-option-card {
    display: grid;
    grid-template-columns: 56px minmax(0, 1fr);
  }

  .store-option-card em {
    grid-column: 2;
    text-align: left;
  }

  .store-order-summary div {
    display: grid;
  }

  .nav-shell,
  .section,
  .support-section,
  .support-service-band {
    width: min(100% - 28px, var(--max));
  }

  .footer-inner {
    width: min(100% - 28px, var(--max));
    padding: 26px 0 24px;
  }

  .footer-directory {
    grid-template-columns: 1fr;
    gap: 22px;
    padding: 24px 0 34px;
  }

  .footer-column ul {
    gap: 8px;
  }

  .footer-legal-links {
    display: grid;
    gap: 6px;
  }

  .footer-legal-links a + a::before {
    content: none;
  }

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

  .footer-region {
    text-align: left;
    order: -1;
  }

  .info-hero {
    padding: 118px 18px 58px;
  }

  .info-hero-inner,
  .info-section-inner {
    width: min(100% - 28px, 980px);
  }

  .info-hero h1 {
    font-size: 38px;
  }

  .info-hero p {
    font-size: 18px;
  }

  .info-section {
    padding: 52px 18px;
  }

  .info-card-grid,
  .info-link-list {
    grid-template-columns: 1fr;
  }

  .address-map-links a {
    width: 100%;
    justify-content: center;
  }

  .contact-method-grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .contact-email {
    font-size: 18px;
  }

  .support-hero {
    min-height: 500px;
    padding: 104px 14px 64px;
  }

  .support-hero h1 {
    font-size: 38px;
  }

  .support-search {
    grid-template-columns: 30px 1fr;
    gap: 6px;
  }

  .support-search button {
    grid-column: 1 / -1;
    width: 100%;
  }

  .support-quick-links {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .support-action-card,
  .support-topic-grid article,
  .support-service-band {
    padding: 22px;
  }

  .support-service-actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .nav-actions {
    display: flex;
  }

  .nav-actions .select-wrap,
  .nav-actions .language-trigger,
  .nav-actions .ghost-button {
    display: none;
  }

  .search-shell {
    min-height: calc(100dvh - 130px);
    padding: 96px 18px 64px;
  }

  .search-overlay-inner {
    width: min(100% - 28px, 520px);
    padding: 28px 0 38px;
  }

  .search-overlay-form {
    grid-template-columns: 24px minmax(0, 1fr) 32px;
    gap: 8px;
  }

  .search-overlay-input {
    min-height: 42px;
    font-size: 21px;
  }

  .search-overlay-body {
    margin-top: 22px;
    padding-left: 32px;
  }

  .search-form {
    grid-template-columns: 28px minmax(0, 1fr) 32px;
  }

  .search-glyph-large {
    width: 20px;
    height: 20px;
  }

  .search-input {
    min-height: 50px;
    font-size: 22px;
  }

  .search-empty,
  .search-results-wrap {
    margin-top: 30px;
  }

  .search-results-head {
    display: grid;
    align-items: start;
    gap: 6px;
  }

  .search-result {
    grid-template-columns: 62px minmax(0, 1fr);
    gap: 12px;
  }

  .search-result img {
    width: 62px;
    height: 62px;
  }

  .home-hero,
  .page-hero,
  .product-detail-hero {
    padding-left: 14px;
    padding-right: 14px;
  }

  .home-product-hero {
    min-height: 640px;
    padding: 92px 14px 0;
    border-bottom-width: 8px;
  }

  .home-product-grid {
    gap: 8px;
    padding: 8px;
  }

  .home-product-tile {
    min-height: 610px;
    padding-top: 70px;
  }

  .home-product-copy h1,
  .home-product-copy h2 {
    font-size: 40px;
  }

  .home-product-copy p {
    margin-top: 8px;
    font-size: 20px;
  }

  .home-product-actions {
    margin-top: 18px;
    gap: 10px;
  }

  .home-cta {
    min-height: 38px;
    padding: 0 18px;
    font-size: 15px;
  }

  .home-award-line {
    margin-top: 10px;
    font-size: 12px;
  }

  .home-award-line img {
    height: 22px;
  }

  .home-award-line img[src$=".png"],
  .home-award-line img[src*="if-design-award"] {
    height: 19px;
    max-width: 70px;
  }

  .home-product-image-desk-primary {
    width: 186vw;
    max-height: 390px;
    bottom: 0;
  }

  .home-product-image-clip {
    width: 118vw;
    max-height: 340px;
    bottom: 20px;
  }

  .home-product-image-omni-final {
    width: 108vw;
    max-height: 310px;
    bottom: 12px;
  }

  .home-collection {
    min-height: 300px;
    padding: 56px 18px 68px;
  }

  .home-collection h2 {
    font-size: 32px;
  }

  .home-collection p {
    font-size: 17px;
  }

  .hero-copy h1,
  .page-hero-copy h1,
  .product-detail-copy h1 {
    font-size: 38px;
  }

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

  .hero-render-main {
    width: 86%;
  }

  .hero-render-left {
    width: 55%;
  }

  .hero-render-right {
    width: 62%;
  }

  .product-media {
    height: 246px;
  }

  .feature-list,
  .channel-grid,
  .account-tabs-dashboard,
  .account-form-grid,
  .support-grid,
  .scene-grid,
  .spec-table div {
    grid-template-columns: 1fr;
  }

  .account-head {
    display: grid;
  }

  .card-actions {
    align-items: stretch;
  }

  .solid-small {
    min-width: 96px;
  }

  .brand-visual-panel,
  .identity-lockup {
    padding: 24px;
  }

  .brand-wordmark-vector {
    padding: 18px;
  }

  .brand-visual-grid,
  .tech-rail {
    grid-template-columns: 1fr;
  }

  .swatch-row b,
  .swatch-row small {
    margin-left: 42%;
  }

  .checkout-card > div {
    padding: 24px;
  }

  .store-product-preview,
  .purchase-form {
    padding: 18px;
  }

  .product-subnav .solid-small {
    min-width: 76px;
  }

  .account-page {
    padding: 86px 14px 52px;
  }

  .account-page-hero {
    padding: 22px 0 42px;
  }

  .account-orbit {
    width: min(100%, 300px);
    height: 160px;
    margin-bottom: 28px;
  }

  .account-orbit::before {
    width: 250px;
    height: 250px;
  }

  .account-orbit::after {
    left: 44px;
    right: 44px;
    bottom: 18px;
  }

  .account-visual-panel {
    width: 178px;
    height: 106px;
    top: 28px;
  }

  .account-visual-panel::before {
    left: 20px;
    right: 20px;
    top: 20px;
    box-shadow:
      0 18px 0 #f2f4f7,
      0 36px 0 #f2f4f7;
  }

  .account-visual-card {
    width: 82px;
    height: 62px;
    top: 66px;
  }

  .account-visual-card-left {
    left: 20px;
  }

  .account-visual-card-right {
    right: 20px;
  }

  .account-visual-card span {
    left: 14px;
    height: 6px;
  }

  .account-visual-card span:nth-child(1) {
    top: 15px;
    width: 26px;
  }

  .account-visual-card span:nth-child(2) {
    top: 30px;
    width: 50px;
  }

  .account-visual-card span:nth-child(3) {
    top: 45px;
    width: 40px;
  }

  .account-visual-signal-one {
    left: 86px;
    top: 40px;
  }

  .account-visual-signal-two {
    right: 86px;
    bottom: 42px;
  }

  .account-visual-status {
    width: 44px;
    height: 18px;
    right: 52px;
    top: 34px;
  }

  .account-orbit-center {
    width: 62px;
    height: 62px;
    top: 50px;
    border-radius: 20px;
  }

  .account-orbit-center img {
    width: 36px;
    height: 36px;
  }

  .account-page-hero h1 {
    font-size: 34px;
    line-height: 1.14;
  }

  .account-page-hero h1 span {
    display: block;
  }

  .account-page-lede {
    margin-top: 18px;
    font-size: 17px;
  }

  .account-page-actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .account-page-cards article,
  .account-page-panel {
    padding: 22px;
  }

  .account-page-cards h2,
  .account-page-panel h2 {
    font-size: 28px;
  }

  .product-detail-hero img {
    max-height: 360px;
  }

  .buy-drawer {
    padding: 24px;
  }
}
