.language-switch {
  display: flex;
  align-items: center;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: #fff;
  padding: 4px;
  font-size: 12px;
  font-weight: 700;
}
body {
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}
a,
button,
.product-card,
.brand-wall a,
.filters a,
.category-grid a,
.feature-grid div,
.story-cards article {
  transition: border-color .18s ease, color .18s ease, background-color .18s ease, box-shadow .18s ease, transform .18s ease, opacity .18s ease;
}
button:focus-visible,
a:focus-visible,
input:focus-visible,
textarea:focus-visible,
select:focus-visible {
  outline: 3px solid rgba(47,95,146,.22);
  outline-offset: 2px;
}
.btn:hover,
.brand-wall a:hover,
.filters a:hover,
.category-grid a:hover,
.feature-grid div:hover,
.story-cards article:hover {
  transform: translateY(-2px);
}
.product-card {
  will-change: transform;
}
.product-card:hover {
  box-shadow: 0 18px 46px rgba(15,23,42,.09);
}
.section {
  position: relative;
}
.section-head {
  align-items: flex-end;
}
.zh-keep,
.hero h1,
.section-head h2,
.page-head h1,
.story h2,
.cta-strip h2 {
  word-break: keep-all;
  overflow-wrap: anywhere;
}
.takego-skeleton {
  position: relative;
  overflow: hidden;
  background: #eef2f6;
}
.takego-skeleton:after {
  content: "";
  position: absolute;
  inset: 0;
  transform: translateX(-100%);
  background: linear-gradient(90deg, transparent, rgba(255,255,255,.68), transparent);
  animation: skeleton-shine 1.35s infinite;
}
@keyframes skeleton-shine {
  100% { transform: translateX(100%); }
}
.takego-loader {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: grid;
  place-items: center;
  background: #fff;
  transition: opacity .28s ease, visibility .28s ease;
}
.takego-loader.is-hidden {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
.takego-loader > div {
  width: min(360px, calc(100vw - 48px));
  text-align: center;
}
.loader-mark {
  position: relative;
  width: 176px;
  height: 96px;
  margin: 0 auto;
}
.loader-mark span {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 144px;
  height: 1px;
  transform: translate(-50%, -50%);
  background: var(--line);
}
.loader-mark i {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 144px;
  height: 64px;
  transform: translate(-50%, -50%);
  border-top: 1px solid rgba(47,95,146,.35);
  border-radius: 50%;
}
.loader-mark .icon {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 26px;
  height: 26px;
  margin: -13px 0 0 -13px;
  animation: loader-plane 1.15s ease-in-out infinite;
}
.takego-loader p {
  margin: 4px 0 0;
  color: var(--blue);
  font-size: 14px;
  font-weight: 800;
  letter-spacing: .22em;
  text-transform: uppercase;
}
.takego-loader small {
  display: block;
  margin-top: 12px;
  color: var(--muted);
  font-size: 14px;
}
.takego-loader b {
  position: relative;
  display: block;
  width: 192px;
  height: 4px;
  margin: 24px auto 0;
  overflow: hidden;
  border-radius: 999px;
  background: #f1f5f9;
}
.takego-loader b:after {
  content: "";
  position: absolute;
  inset: 0;
  width: 44%;
  border-radius: inherit;
  background: var(--blue);
  animation: loader-line 1.05s ease-in-out infinite;
}
@keyframes loader-plane {
  0%, 100% { transform: translateX(-18px) translateY(6px) rotate(-8deg); }
  50% { transform: translateX(18px) translateY(-8px) rotate(8deg); }
}
@keyframes loader-line {
  0% { transform: translateX(-110%); }
  100% { transform: translateX(240%); }
}
.language-switch a {
  display: grid;
  place-items: center;
  min-width: 42px;
  border-radius: 999px;
  padding: 7px 12px;
  color: var(--muted);
}
.language-switch a.active {
  background: var(--ink);
  color: #fff;
}
.language-switch a:not(.active):hover {
  color: var(--blue);
}
.cart-link {
  border-color: var(--line);
  background: #fff;
}
.cart-link > .icon {
  width: 18px;
  height: 18px;
}
.cart-link b:empty,
.cart-link b[data-empty="1"] {
  display: none;
}
.filter-scroll {
  overflow-x: auto;
  flex-wrap: nowrap;
  padding-bottom: 20px;
}
.filter-scroll a {
  white-space: nowrap;
}
.product-tools {
  width: min(1120px, calc(100% - 32px));
  margin: 0 auto 34px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  padding: 16px;
}
.product-empty {
  display: grid;
  gap: 10px;
  padding: 42px;
}
.product-empty b {
  color: var(--ink);
  font-size: 18px;
}
.product-empty span {
  color: var(--muted);
  line-height: 1.7;
}
.price-filter {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.price-filter input {
  width: 116px;
  height: 40px;
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 0 16px;
}
.price-filter button {
  height: 40px;
  border: 0;
  border-radius: 999px;
  background: var(--ink);
  color: #fff;
  padding: 0 20px;
  font-size: 14px;
  font-weight: 700;
}
.view-switch {
  display: flex;
  gap: 8px;
}
.view-switch a {
  display: grid;
  place-items: center;
  width: 40px;
  height: 40px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: #fff;
}
.view-switch a.active {
  border-color: var(--ink);
  background: var(--ink);
  color: #fff;
}
.product-list {
  display: grid;
  gap: 14px;
}
.product-list .product-card {display:grid;grid-template-columns:190px 1fr auto;align-items:stretch}
.product-list .product-card > a {display:contents}
.product-list .product-img {grid-column:1}
.product-list .product-body {grid-column:2}
.product-list .price-row {grid-column:3;min-width:220px}
.product-list .product-img {
  aspect-ratio: 1;
}
.product-list .product-body {
  padding: 22px 22px 0;
}
.product-list .price-row {
  align-self: end;
}
.site-footer-copy {
  margin-top: 24px;
  color: rgba(255,255,255,.55);
  font-size: 14px;
}
.partner-strip {
  border-top: 1px solid var(--line);
  padding-block: 64px;
}
.home-faq {
  border-top: 1px solid var(--line);
}
.faq-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}
.faq-grid details {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  padding: 20px;
  transition: border-color .18s ease, box-shadow .18s ease, transform .18s ease;
}
.faq-grid details:hover {
  border-color: var(--blue);
  box-shadow: 0 14px 34px rgba(15,23,42,.07);
  transform: translateY(-1px);
}
.faq-grid summary {
  cursor: pointer;
  font-weight: 700;
}
.faq-grid p {
  margin: 12px 0 0;
  color: var(--muted);
  line-height: 1.8;
}
.offer-section {
  background: var(--ink);
  color: #fff;
  padding-block: 76px;
}
.offer-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 30px;
}
.offer-head h2 {
  margin: 0;
  font-size: clamp(30px, 4vw, 44px);
  line-height: 1.16;
}
.offer-head span {
  display: block;
  max-width: 560px;
  margin-top: 14px;
  color: rgba(255,255,255,.66);
  line-height: 1.78;
}
.offer-section .product-card {
  border-color: rgba(255,255,255,.14);
}
.offer-section .product-card:hover {
  border-color: rgba(184,216,255,.6);
}
.offer-empty {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 8px;
  background: rgba(255,255,255,.04);
  padding: 28px;
}
.offer-empty b {
  color: #fff;
}
.offer-empty span {
  color: rgba(255,255,255,.64);
}
.checkout-actions {
  display: grid;
  gap: 10px;
  margin-top: 16px;
}
.coupon-box {
  align-items: center;
}
.coupon-box button:disabled {
  opacity: .62;
  cursor: progress;
}
#couponMessage {
  flex-basis: 100%;
  margin: 2px 0 0;
  border-radius: 999px;
  padding: 8px 12px;
  font-size: 13px;
  font-weight: 700;
}
#couponMessage:empty {
  display: none;
}
#couponMessage.ok {
  background: #ecfdf3;
  color: #067647;
}
#couponMessage.error {
  background: #fef3f2;
  color: #b42318;
}
.checkout-review {
  margin-top: 18px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: linear-gradient(180deg,#fff,#f8fafc);
  padding: 20px;
}
.checkout-review h2 {
  margin: 0 0 14px;
  font-size: 20px;
}
.checkout-review #reviewContent {
  display: grid;
  gap: 10px;
}
.checkout-review #reviewContent div {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  border-bottom: 1px solid var(--line);
  padding-bottom: 10px;
}
.checkout-review #reviewContent div:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}
.checkout-review span {
  color: var(--muted);
}
.checkout-review b {
  text-align: right;
  font-weight: 700;
}
.detail-img,
.thumb-row > div,
.tabs > div,
.qa-grid > div {
  transition: border-color .18s ease, box-shadow .18s ease, transform .18s ease;
}
.detail-img:hover,
.thumb-row > div:hover,
.tabs > div:hover,
.qa-grid > div:hover {
  border-color: var(--blue);
  box-shadow: 0 14px 34px rgba(15,23,42,.07);
}
.detail-gallery {
  animation: hero-in .4s ease both;
}
.product-detail > div:last-child {
  animation: copy-in .42s ease both;
}
.tag-row span {
  transition: background-color .18s ease, color .18s ease, transform .18s ease;
}
.tag-row span:hover {
  background: var(--blue-soft);
  color: var(--blue-deep);
  transform: translateY(-1px);
}
.footer-inner {
  grid-template-columns: 1.2fr 1fr 1fr;
}
.footer h3 {
  margin: 0;
  font-size: 26px;
  font-weight: 700;
}
.footer p {
  max-width: 420px;
  line-height: 1.8;
}
.footer a {
  display: block;
  width: max-content;
  max-width: 100%;
  margin-top: 12px;
  color: rgba(255,255,255,.76);
}
.footer a:hover {
  color: #fff;
  transform: translateX(2px);
}
.hero-media {
  animation: hero-in .48s ease both;
}
.hero-copy {
  animation: copy-in .42s ease both;
}
@keyframes hero-in {
  from { opacity: 0; transform: translateY(14px); }
  to { opacity: 1; transform: translateY(0); }
}
@keyframes copy-in {
  from { opacity: 0; transform: translateY(10px); }
  to { opacity: 1; transform: translateY(0); }
}
.partner-strip .section-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}
.partner-strip h2 {
  margin: 12px 0 0;
  font-size: clamp(28px, 4vw, 38px);
}
.partner-strip p:not(.eyebrow) {
  max-width: 680px;
  color: var(--muted);
  line-height: 1.8;
}
.admin-login {
  background:
    radial-gradient(circle at 72% 16%, rgba(47,95,146,.12), transparent 30%),
    linear-gradient(180deg, #fff 0%, #f8fafc 100%);
}
.admin-login form {
  display: grid;
  gap: 16px;
  max-width: 448px;
  border-radius: 8px;
  padding: 28px;
}
.admin-login h1 {
  margin: 8px 0 0;
  font-size: 30px;
}
.admin-login p {
  margin: 8px 0 0;
  color: var(--muted);
  line-height: 1.7;
}
.admin-login label {
  display: grid;
  gap: 8px;
  font-size: 14px;
  font-weight: 700;
}
.admin-shell {
  display: block;
  min-height: 100vh;
  background: #f6f8fb;
}
.admin-shell aside {
  position: fixed;
  inset: 0 auto 0 0;
  width: 272px;
  border-right: 1px solid var(--line);
  background: rgba(255,255,255,.96);
  color: var(--ink);
  padding: 22px;
  backdrop-filter: blur(16px);
}
.admin-brand {
  display: grid;
  gap: 4px;
  margin-bottom: 26px;
  border-bottom: 1px solid var(--line);
  padding: 4px 2px 20px;
}
.admin-brand strong {
  font-size: 26px;
  font-weight: 700;
  letter-spacing: 0;
}
.admin-brand span {
  color: var(--muted);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .14em;
  text-transform: uppercase;
}
.admin-shell aside nav {
  display: grid;
  gap: 6px;
}
.admin-shell aside a {
  color: var(--muted);
  border-radius: 8px;
  padding: 11px 12px;
  font-size: 14px;
  font-weight: 700;
  position: relative;
}
.admin-shell aside a:hover,
.admin-shell aside a.active {
  background: var(--blue-soft);
  color: var(--blue-deep);
}
.admin-shell aside a.active:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 3px;
  height: 18px;
  border-radius: 999px;
  transform: translateY(-50%);
  background: var(--blue);
}
.admin-main {
  min-height: 100vh;
  padding: 34px;
  margin-left: 272px;
}
.admin-main h1 {
  margin: 0 0 22px;
  font-size: clamp(30px, 3vw, 40px);
  letter-spacing: 0;
  line-height: 1.1;
}
.admin-main h2 {
  margin: 30px 0 14px;
  font-size: 20px;
}
.admin-cards {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}
.admin-cards div {
  border-radius: 8px;
  box-shadow: 0 1px 0 rgba(15,23,42,.02);
}
.admin-cards div:hover {
  transform: translateY(-2px);
  box-shadow: 0 14px 34px rgba(15,23,42,.07);
}
.admin-cards span {
  color: var(--muted);
  font-size: 14px;
}
.admin-quick {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  margin: -10px 0 30px;
}
.admin-quick a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 56px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  padding: 0 18px;
  font-size: 14px;
  font-weight: 800;
  box-shadow: 0 1px 0 rgba(15,23,42,.02);
}
.admin-quick a:after {
  content: "→";
  color: var(--blue);
}
.admin-quick a:hover {
  border-color: var(--blue);
  color: var(--blue);
  transform: translateY(-2px);
  box-shadow: 0 14px 34px rgba(15,23,42,.07);
}
.admin-form,
.admin-three,
.order-admin {
  position: relative;
  border-radius: 8px;
  box-shadow: 0 1px 0 rgba(15,23,42,.02);
}
.admin-form {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  padding: 20px;
  background: linear-gradient(180deg, #fff 0%, #fbfdff 100%);
}
.form-section-title {
  grid-column: 1 / -1;
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 4px 0 -2px;
  color: var(--blue-deep);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .08em;
}
.form-section-title:after {
  content: "";
  height: 1px;
  flex: 1;
  background: var(--line);
}
.admin-product-form {
  grid-template-columns: repeat(12, minmax(0, 1fr));
  align-items: start;
}
.admin-product-form input,
.admin-product-form select,
.admin-product-form label,
.admin-product-form .upload,
.admin-product-form button,
.admin-product-form .btn {
  grid-column: span 3;
}
.admin-product-form textarea {
  grid-column: span 4;
  min-height: 112px;
}
.admin-product-form input[name="name"],
.admin-product-form input[name="slug"] {
  grid-column: span 6;
}
.admin-product-form input[name="tags"] {
  grid-column: span 12;
}
.admin-product-form .upload {
  grid-column: span 6;
}
.admin-product-form button,
.admin-product-form .btn {
  grid-column: span 3;
  min-height: 44px;
}
.admin-form textarea {
  grid-column: span 2;
}
.admin-product-form textarea {
  grid-column: span 4;
}
.admin-form:not(.admin-product-form) textarea {
  grid-column: span 2;
  min-height: 92px;
}
.admin-form:not(.admin-product-form) .upload {
  grid-column: span 2;
}
.admin-form:not(.admin-product-form) button {
  min-height: 44px;
}
.admin-form .upload,
.admin-form button,
.admin-form .btn {
  align-self: end;
}
.admin-three {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  border: 0;
  background: transparent;
  padding: 0;
}
.admin-three form {
  border-color: var(--line);
  box-shadow: 0 1px 0 rgba(15,23,42,.02);
}
.admin-form input,
.admin-form textarea,
.admin-form select,
.admin-three input,
.admin-three textarea,
.admin-three select,
.order-admin input,
.order-admin textarea,
.order-admin select {
  min-height: 44px;
  border-radius: 8px;
  background: #fff;
  border-color: #dfe6ee;
}
.admin-form input:focus,
.admin-form textarea:focus,
.admin-form select:focus,
.admin-three input:focus,
.admin-three textarea:focus,
.admin-three select:focus,
.order-admin input:focus,
.order-admin textarea:focus,
.order-admin select:focus {
  border-color: var(--blue);
  box-shadow: 0 0 0 4px rgba(47,95,146,.1);
}
.admin-form label,
.admin-three label {
  color: var(--muted);
  font-size: 14px;
}
.admin-form label:has(input[type="checkbox"]),
.admin-three label:has(input[type="checkbox"]) {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 42px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: #fff;
  padding: 0 14px;
  color: var(--ink);
  font-size: 13px;
  font-weight: 700;
}
.admin-form input[type="checkbox"],
.admin-three input[type="checkbox"] {
  width: 15px;
  height: 15px;
  margin: 0;
  accent-color: var(--blue);
}
.admin-form label:has(input[type="checkbox"]:checked),
.admin-three label:has(input[type="checkbox"]:checked) {
  border-color: rgba(47,95,146,.34);
  background: var(--blue-soft);
  color: var(--blue-deep);
}
.admin-form .upload,
.admin-three .upload {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  min-height: 44px;
  border: 1px dashed #b8c6d6;
  border-radius: 8px;
  background: #f8fafc;
  padding: 10px 12px;
  color: var(--muted);
  font-size: 13px;
  font-weight: 700;
}
.admin-form .upload:hover,
.admin-three .upload:hover {
  border-color: var(--blue);
  background: #f4f8fc;
  color: var(--blue-deep);
}
.admin-form .upload input,
.admin-three .upload input {
  width: auto;
  min-height: 0;
  padding: 0;
  border: 0;
  background: transparent;
  font-size: 12px;
}
.admin-main table {
  display: table;
  overflow: hidden;
  border-radius: 8px;
  box-shadow: 0 1px 0 rgba(15,23,42,.02);
}
.admin-main table {
  min-width: 760px;
}
.admin-main {
  overflow-x: auto;
}
.admin-main tr:hover td {
  background: #fbfdff;
}
.admin-main th {
  background: #f8fafc;
  color: var(--muted);
  font-size: 13px;
  font-weight: 700;
}
.admin-main td {
  font-size: 14px;
  vertical-align: middle;
}
.admin-main button {
  border: 0;
  border-radius: 999px;
  background: var(--ink);
  color: #fff;
  padding: 9px 16px;
  font-size: 13px;
  font-weight: 700;
}
.admin-main button:hover {
  transform: translateY(-1px);
  box-shadow: 0 10px 22px rgba(15,23,42,.08);
}
.admin-main form[onsubmit] button {
  background: #fff;
  color: #b42318;
  border: 1px solid #f2c7c4;
}
.admin-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 34px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: #fff;
  padding: 7px 14px;
  margin-right: 8px;
  color: var(--ink);
  font-size: 13px;
  font-weight: 700;
}
.admin-main td:last-child {
  white-space: nowrap;
}
.admin-main td:last-child form {
  display: inline-block;
}
.thumb {
  width: 58px;
  height: 58px;
  border: 1px solid var(--line);
  background: #f8fafc;
}
.admin-link:hover {
  border-color: var(--blue);
  color: var(--blue);
}
.admin-top {
  position: sticky;
  top: 0;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 64px;
  margin: -32px -32px 28px;
  border-bottom: 1px solid var(--line);
  background: rgba(255, 255, 255, .9);
  padding: 0 32px;
  backdrop-filter: blur(16px);
}
.admin-top p {
  margin: 0;
  font-weight: 700;
}
.admin-top span {
  display: block;
  margin-top: 3px;
  color: var(--muted);
  font-size: 12px;
  font-weight: 700;
}
.admin-top-actions {
  display: flex;
  gap: 8px;
}
.admin-top a {
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 8px 16px;
  font-size: 14px;
  font-weight: 700;
}
.admin-top a:hover {
  border-color: var(--blue);
  color: var(--blue);
}
.order-admin {
  margin-bottom: 14px;
}
.order-admin h2 {
  margin: 0;
}
.order-admin p {
  margin: 0;
  color: var(--muted);
}
@media (max-width: 960px) {
  .nav-inner {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 12px;
  }
  .brand {
    grid-column: 1;
  }
  .nav-tools {
    position: static;
    grid-column: 2;
    grid-row: 1;
    justify-self: end;
  }
  .search {
    grid-column: 1 / -1;
    grid-row: 2;
  }
  .nav nav {
    grid-column: 1 / -1;
    display: flex;
    width: 100%;
    gap: 18px;
    overflow-x: auto;
    padding-bottom: 2px;
  }
  .nav nav a {
    white-space: nowrap;
  }
  .language-switch {
    display: flex;
  }
  .admin-shell aside {
    position: static;
    width: auto;
  }
  .admin-main {
    margin-left: 0;
    padding: 22px;
  }
  .admin-top {
    margin: -22px -22px 22px;
    padding: 0 22px;
  }
  .admin-form,
  .admin-three {
    grid-template-columns: 1fr;
  }
  .admin-product-form {
    grid-template-columns: 1fr;
  }
  .admin-product-form input,
  .admin-product-form select,
  .admin-product-form textarea,
  .admin-product-form label,
  .admin-product-form .upload,
  .admin-product-form button,
  .admin-product-form .btn,
  .admin-product-form input[name="name"],
  .admin-product-form input[name="slug"],
  .admin-product-form input[name="tags"] {
    grid-column: 1 / -1;
  }
  .admin-quick,
  .admin-cards {
    grid-template-columns: 1fr;
  }
  .admin-form textarea {
    grid-column: auto;
  }
  .product-tools,
  .partner-strip .section-inner,
  .offer-head,
  .offer-empty {
    align-items: stretch;
    flex-direction: column;
  }
  .product-list .product-card,
  .product-list .product-card > a {
    grid-template-columns: 1fr;
  }
  .faq-grid {
    grid-template-columns: 1fr;
  }
  .footer-inner {
    grid-template-columns: 1fr;
  }
}
