@charset "UTF-8";
:root {
  --navy: #0f172a;
  --accent: #f59e0b;
  --accent-ink: #172033;
  --bg: #f8fafc;
  --ink: #172033;
  --muted: #596579;
  --line: #e2e8f0;
  --radius: 18px;
  font-family:
    Inter,
    ui-sans-serif,
    system-ui,
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    sans-serif;
  color: var(--ink);
  background: var(--bg);
  font-synthesis: none;
}
* {
  box-sizing: border-box;
}
body {
  margin: 0;
}
a {
  color: inherit;
  text-decoration: none;
}
button,
input,
select,
textarea {
  font: inherit;
}
button,
.button {
  cursor: pointer;
  border: 1px solid var(--line);
  background: white;
  color: var(--ink);
  border-radius: 10px;
  padding: 11px 16px;
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-weight: 650;
  line-height: 1.25;
}
button:hover,
.button:hover {
  filter: brightness(0.96);
  border-color: #a8b2c0;
}
button:disabled {
  cursor: not-allowed;
  opacity: 0.55;
}
button.primary,
.button.primary {
  background: var(--accent);
  color: var(--accent-ink);
  border-color: transparent;
}
button.dark,
.button.dark {
  background: var(--navy);
  color: white;
  border-color: transparent;
}
input,
select,
textarea {
  min-width: 0;
  width: 100%;
  padding: 12px;
  border: 1px solid #cbd5e1;
  border-radius: 9px;
  color: var(--ink);
  background: #fff;
  font-size: 16px;
}
input[type="checkbox"] {
  width: 20px;
  height: 20px;
  accent-color: var(--navy);
}
textarea {
  min-height: 110px;
  resize: vertical;
}
label {
  display: grid;
  gap: 7px;
  font-size: 14px;
  font-weight: 600;
}
fieldset {
  border: 1px solid var(--line);
  border-radius: 12px;
  padding: 16px;
}
legend {
  font-weight: 700;
}
img {
  max-width: 100%;
  display: block;
}
h1,
h2,
h3,
p {
  margin-top: 0;
}
h1 {
  font-size: clamp(28px, 4vw, 48px);
  line-height: 1.1;
  letter-spacing: -0.04em;
}
h2 {
  font-size: clamp(23px, 2.8vw, 32px);
  line-height: 1.2;
  letter-spacing: -0.025em;
}
h3 {
  font-size: 18px;
  line-height: 1.4;
}
p {
  line-height: 1.7;
}
small,
.muted {
  color: var(--muted);
}
:focus-visible {
  outline: 3px solid #2563eb;
  outline-offset: 3px;
}
button:focus-visible {
  outline-offset: 2px;
}
[hidden] {
  display: none !important;
}
.container {
  width: min(1280px, 100% - 48px);
  margin-inline: auto;
}
.skip {
  position: fixed;
  top: -70px;
  left: 12px;
  z-index: 100;
  padding: 12px;
  background: #fff;
}
.skip:focus {
  top: 8px;
}
.announcement {
  background: var(--navy);
  color: #fff;
  font-size: 12px;
  padding: 9px 0;
}
.announcement .container {
  display: flex;
  justify-content: space-between;
  gap: 16px;
}
.header {
  background: white;
  border-bottom: 1px solid var(--line);
}
.header-row {
  display: flex;
  align-items: center;
  gap: 28px;
  padding-block: 21px;
}
.logo {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-shrink: 0;
}
.logo img {
  width: 70px;
  height: 48px;
  object-fit: contain;
}
.logo strong {
  font-size: 17px;
  letter-spacing: -0.5px;
}
.logo small {
  display: block;
  font-size: 10px;
  letter-spacing: 1.3px;
  margin-top: 3px;
}
.search {
  display: flex;
  flex: 1;
  gap: 0;
}
.search input {
  border-radius: 9px 0 0 9px;
  background: #f8fafc;
}
.search button {
  border-radius: 0 9px 9px 0;
}
.header-actions {
  display: flex;
  gap: 10px;
  font-size: 13px;
}
.header-actions a {
  padding: 10px 5px;
  white-space: nowrap;
}
.count {
  background: var(--accent);
  color: var(--accent-ink);
  padding: 2px 6px;
  border-radius: 50%;
  font-size: 11px;
}
.nav {
  display: flex;
  gap: 28px;
  align-items: center;
  border-top: 1px solid #f1f5f9;
  padding-block: 14px;
  font-size: 13px;
  font-weight: 650;
  overflow-x: auto;
  white-space: nowrap;
}
.nav .active {
  color: #2457d6;
}
.nav .right {
  margin-left: auto;
}
.banner {
  padding: 11px;
  background: #fff5d6;
  border: 1px solid #ebc66a;
  border-radius: 9px;
  margin-top: 18px;
  font-size: 13px;
  line-height: 1.5;
}
.hero {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  min-height: 430px;
  border-radius: 24px;
  background: var(--navy);
  color: #fff;
  overflow: hidden;
  margin-block: 30px;
}
.hero-copy {
  padding: clamp(25px, 4vw, 56px);
  align-self: center;
}
.eyebrow {
  font-size: 11px;
  font-weight: 750;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 18px;
}
.hero .eyebrow {
  color: var(--accent);
}
.hero h1 {
  max-width: 550px;
  font-size: clamp(34px, 4.5vw, 60px);
}
.hero h1 span {
  color: var(--accent);
}
.hero p {
  color: #cbd5e1;
  max-width: 460px;
  font-size: 15px;
}
.hero-art {
  background: #f1f5f9;
  margin: 25px;
  border-radius: 20px;
  display: grid;
  place-items: center;
  position: relative;
  min-width: 0;
  padding: 32px;
}
.hero-art img {
  width: 100%;
  height: 320px;
  object-fit: contain;
  mix-blend-mode: multiply;
}
.hero-art .tag {
  position: absolute;
  bottom: 15px;
  left: 15px;
  background: #fff;
  color: var(--ink);
  padding: 9px 14px;
  border-radius: 8px;
  font-size: 12px;
}
.benefits {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 22px;
  padding: 22px 0 30px;
  border-bottom: 1px solid var(--line);
}
.benefits strong {
  display: block;
  font-size: 13px;
  margin-bottom: 5px;
}
.benefits small {
  font-size: 12px;
}
.section {
  margin-block: 38px;
}
.section-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  margin-bottom: 20px;
}
.section-heading h2 {
  margin: 0;
}
.section-heading a {
  font-size: 13px;
  font-weight: 650;
}
.chips {
  display: flex;
  gap: 9px;
  overflow: auto;
  padding-bottom: 10px;
}
.chip {
  font-size: 12px;
  white-space: nowrap;
  background: white;
  border: 1px solid var(--line);
  border-radius: 24px;
  padding: 10px 17px;
}
.chip.selected {
  background: var(--navy);
  color: white;
}
.grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}
.product-card {
  min-width: 0;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fff;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  position: relative;
  transition: box-shadow 0.2s;
}
.product-card:hover {
  box-shadow: 0 12px 30px #17203310;
}
.product-card .image-link {
  display: block;
  aspect-ratio: 1/1;
  background: #fff;
  padding: 22px;
}
.product-card img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.product-card .info {
  padding: 16px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  flex: 1;
}
.product-card h3 {
  font-size: 14px;
  line-height: 1.5;
  font-weight: 650;
  margin: 0;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.product-card small {
  font-size: 10px;
  letter-spacing: 0.7px;
  text-transform: uppercase;
}
.product-card .price {
  margin-top: auto;
  font-size: 18px;
  font-weight: 750;
}
.price del {
  color: #7c8798;
  font-weight: 400;
  font-size: 12px;
  margin-left: 7px;
}
.card-actions {
  display: flex;
  gap: 7px;
}
.card-actions button:first-child {
  flex: 1;
  font-size: 12px;
}
.icon-button {
  padding: 8px;
  min-width: 44px;
}
.wishlist-button {
  position: absolute;
  right: 10px;
  top: 10px;
  background: #fffffff2;
  border-radius: 50%;
  width: 38px;
  min-height: 38px;
  padding: 6px;
  font-size: 21px;
}
.wishlist-button.saved {
  color: #c92a42;
}
.stock {
  color: #087b50;
  font-size: 11px;
}
.stock.out {
  color: #b42318;
}
.cta {
  padding: 32px;
  border-radius: 20px;
  background: #e9eef7;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
}
.cta h2 {
  font-size: 26px;
  margin-bottom: 8px;
}
.cta p {
  margin: 0;
  color: var(--muted);
}
.footer {
  background: var(--navy);
  color: #fff;
  margin-top: 50px;
  padding: 46px 0 20px;
}
.footer-grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
  gap: 40px;
}
.footer p,
.footer small {
  color: #cbd5e1;
  font-size: 13px;
}
.footer-links {
  display: grid;
  gap: 12px;
  align-content: start;
  font-size: 13px;
}
.footer-bottom {
  margin-top: 30px;
  padding-top: 20px;
  border-top: 1px solid #ffffff22;
  display: flex;
  gap: 18px;
  justify-content: space-between;
  font-size: 11px;
}
.mobile-nav {
  display: none;
}
.page-head {
  margin: 30px 0 24px;
}
.page-head h1 {
  font-size: 34px;
}
.filters {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
  gap: 12px;
  margin-bottom: 24px;
}
.empty {
  padding: 55px 20px;
  text-align: center;
  background: white;
  border: 1px dashed #cbd5e1;
  border-radius: 16px;
}
.empty h2 {
  font-size: 25px;
}
.breadcrumbs {
  font-size: 12px;
  line-height: 1.6;
  color: var(--muted);
  margin: 24px 0;
  overflow-wrap: anywhere;
}
.product-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(0, 1fr);
  gap: 48px;
  align-items: start;
}
.gallery {
  min-width: 0;
}
.main-image {
  width: 100%;
  aspect-ratio: 1/1;
  max-height: 640px;
  display: grid;
  place-items: center;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: white;
  padding: 24px;
  overflow: hidden;
}
.main-image img {
  width: 100%;
  height: 100%;
  min-height: 0;
  object-fit: contain;
}
.thumbs {
  display: flex;
  gap: 10px;
  overflow-x: auto;
  padding: 14px 2px;
}
.thumbs button {
  width: 72px;
  min-width: 72px;
  height: 72px;
  padding: 6px;
  border-radius: 10px;
}
.thumbs button[aria-pressed="true"] {
  border: 2px solid #2457d6;
}
.thumbs img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.product-summary {
  padding-top: 12px;
  min-width: 0;
}
.product-summary h1 {
  font-size: clamp(24px, 2.4vw, 34px);
  line-height: 1.3;
  letter-spacing: -0.025em;
  overflow-wrap: anywhere;
}
.product-summary .price {
  font-size: 30px;
  font-weight: 750;
  margin-block: 22px;
}
.product-summary .purchase {
  display: flex;
  gap: 10px;
  margin: 20px 0;
}
.purchase input {
  width: 85px;
}
.purchase button {
  flex: 1;
}
.delivery-box {
  padding: 18px;
  background: #edf4fd;
  border-radius: 12px;
  font-size: 13px;
  line-height: 1.7;
}
.specs {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 15px;
  margin-block: 20px;
  font-size: 13px;
}
.specs strong {
  display: block;
  margin-bottom: 3px;
}
.description {
  white-space: pre-line;
  overflow-wrap: anywhere;
}
.panel {
  background: #fff;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 16px;
  min-width: 0;
}
.two-col {
  display: grid;
  grid-template-columns: minmax(0, 1.5fr) minmax(280px, 1fr);
  gap: 26px;
  align-items: start;
}
.form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}
.full {
  grid-column: 1/-1;
}
.stack {
  display: grid;
  gap: 16px;
}
.summary-line {
  display: flex;
  justify-content: space-between;
  gap: 15px;
  padding: 10px 0;
  font-size: 14px;
}
.summary-line.total {
  border-top: 1px solid var(--line);
  font-size: 20px;
  font-weight: 750;
  margin-top: 10px;
  padding-top: 16px;
}
.summary .button,
.summary button {
  width: 100%;
  margin-top: 14px;
}
.cart-line {
  display: grid;
  grid-template-columns: 85px minmax(0, 1fr) 86px;
  align-items: center;
  gap: 16px;
  padding: 18px 0;
  border-bottom: 1px solid var(--line);
}
.cart-line img {
  width: 85px;
  height: 85px;
  object-fit: contain;
}
.cart-line h3 {
  font-size: 14px;
  margin-bottom: 8px;
}
.cart-line button {
  padding: 6px;
  font-size: 12px;
  background: none;
  border: none;
}
.cart-line small {
  display: block;
}
.coupon-form {
  display: flex;
  gap: 8px;
  margin-top: 15px;
}
.coupon-form button {
  width: auto;
  margin: 0;
}
.inline-check {
  display: flex;
  align-items: center;
  gap: 9px;
  font-weight: 400;
}
.table-scroll {
  overflow: auto;
}
table {
  border-collapse: collapse;
  width: 100%;
  font-size: 13px;
}
th,
td {
  padding: 12px;
  border-bottom: 1px solid var(--line);
  text-align: left;
  vertical-align: top;
}
td img {
  width: 140px;
  height: 140px;
  object-fit: contain;
}
.notice {
  position: fixed;
  z-index: 200;
  bottom: 24px;
  left: 50%;
  transform: translateX(-50%);
  background: #172033;
  color: white;
  border-radius: 12px;
  padding: 16px 22px;
  width: max-content;
  max-width: calc(100% - 28px);
  box-shadow: 0 8px 40px #0003;
  font-size: 14px;
}
.notice:empty {
  display: none;
}
dialog {
  border: 0;
  border-radius: 16px;
  max-width: min(960px, calc(100% - 24px));
  max-height: 92dvh;
  padding: 24px;
  box-shadow: 0 15px 80px #0005;
}
dialog::backdrop {
  background: #0f172acc;
}
#viewer {
  background: #fff;
  width: min(1100px, calc(100% - 20px));
  padding: 48px 12px 12px;
  text-align: center;
}
#viewer img {
  width: 100%;
  height: 75dvh;
  object-fit: contain;
}
#viewer p {
  font-size: 12px;
  margin: 8px 0;
}
.close {
  position: absolute;
  right: 10px;
  top: 8px;
  font-size: 25px;
  border: 0;
  min-height: 36px;
  padding: 4px 12px;
}
.prose {
  max-width: 850px;
}
.prose p {
  white-space: pre-line;
}
.alert {
  color: #9b1c1c;
  background: #fff1f0;
  padding: 12px;
  border-radius: 8px;
  font-size: 13px;
}
.success {
  background: #ecfdf3;
  border: 1px solid #b0e7c6;
  padding: 24px;
  border-radius: 14px;
}
.success h2 {
  color: #087b50;
}
.header a:hover,
.nav a:hover,
.footer a:hover {
  text-decoration: underline;
  text-underline-offset: 4px;
}
@media (min-width: 1200px) {
  .grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
@media (max-width: 1000px) {
  .header-row {
    gap: 16px;
  }
  .logo strong {
    font-size: 14px;
  }
  .header-actions a:first-child {
    display: none;
  }
  .hero-copy {
    padding: 32px;
  }
  .hero-art {
    margin: 18px;
    padding: 20px;
  }
  .hero-art img {
    height: 260px;
  }
  .grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .product-layout {
    gap: 25px;
  }
  .two-col {
    grid-template-columns: minmax(0, 1.3fr) minmax(280px, 1fr);
  }
}
@media (max-width: 700px) {
  .container {
    width: calc(100% - 28px);
  }
  .announcement {
    font-size: 10px;
  }
  .announcement .container > span:last-child {
    display: none;
  }
  .header-row {
    flex-wrap: wrap;
    padding-block: 13px;
    gap: 12px;
  }
  .logo img {
    width: 58px;
    height: 39px;
  }
  .logo strong {
    font-size: 15px;
  }
  .logo small {
    font-size: 8px;
  }
  .header-actions {
    margin-left: auto;
    font-size: 12px;
  }
  .header-actions a {
    padding: 6px 3px;
  }
  .search {
    order: 3;
    flex-basis: 100%;
  }
  .search input {
    padding: 10px 12px;
  }
  .search button {
    font-size: 13px;
  }
  .nav {
    gap: 24px;
    padding-block: 12px;
    font-size: 12px;
  }
  .nav .right {
    margin-left: 0;
  }
  .hero {
    margin-top: 18px;
    grid-template-columns: 1fr;
    min-height: 0;
    border-radius: 17px;
  }
  .hero-copy {
    padding: 26px 23px 15px;
  }
  .hero h1 {
    font-size: 36px;
    margin-bottom: 14px;
  }
  .hero p {
    font-size: 13px;
    line-height: 1.6;
  }
  .eyebrow {
    font-size: 10px;
    margin-bottom: 14px;
  }
  .hero-art {
    margin: 8px 20px 20px;
    padding: 15px;
  }
  .hero-art img {
    height: 200px;
  }
  .hero-art .tag {
    font-size: 10px;
    bottom: 8px;
    left: 8px;
    padding: 6px 10px;
  }
  .benefits {
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    padding-block: 8px 24px;
  }
  .benefits strong {
    font-size: 12px;
  }
  .benefits small {
    font-size: 11px;
  }
  .grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 11px;
  }
  .product-card {
    border-radius: 12px;
  }
  .product-card .image-link {
    padding: 12px;
  }
  .product-card .info {
    padding: 11px;
    gap: 8px;
  }
  .product-card h3 {
    font-size: 12px;
    line-height: 1.5;
  }
  .product-card .price {
    font-size: 15px;
  }
  .price del {
    display: block;
    margin-left: 0;
    font-size: 11px;
  }
  .card-actions {
    gap: 5px;
  }
  .card-actions button:first-child {
    padding: 9px 5px;
    font-size: 11px;
  }
  .card-actions .icon-button {
    min-width: 36px;
    padding: 5px;
    font-size: 14px;
  }
  .wishlist-button {
    width: 32px;
    min-height: 32px;
    font-size: 18px;
    right: 7px;
    top: 7px;
  }
  .product-card small {
    font-size: 9px;
  }
  .section {
    margin-block: 28px;
  }
  .section-heading h2 {
    font-size: 23px;
  }
  .section-heading a {
    font-size: 11px;
  }
  .cta {
    padding: 22px;
    display: block;
  }
  .cta h2 {
    font-size: 23px;
  }
  .cta p {
    font-size: 13px;
  }
  .cta .button {
    margin-top: 16px;
  }
  .footer {
    padding-bottom: 90px;
  }
  .footer-grid {
    grid-template-columns: 1fr 1fr;
    gap: 30px;
  }
  .footer-grid > div:first-child {
    grid-column: 1/-1;
  }
  .footer-bottom {
    display: block;
    line-height: 1.8;
  }
  .mobile-nav {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 40;
    background: #fffffff5;
    backdrop-filter: blur(12px);
    border-top: 1px solid var(--line);
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    padding: 9px 0 max(9px, env(safe-area-inset-bottom));
    font-size: 10px;
    text-align: center;
  }
  .mobile-nav a {
    min-height: 38px;
    display: grid;
    gap: 2px;
  }
  .mobile-nav b {
    font-size: 18px;
  }
  .notice {
    bottom: 80px;
  }
  .filters {
    grid-template-columns: 1fr 1fr;
  }
  .filters input {
    grid-column: 1/-1;
  }
  .page-head h1 {
    font-size: 28px;
  }
  .product-layout {
    grid-template-columns: 1fr;
    gap: 14px;
  }
  .main-image {
    padding: 14px;
    max-height: none;
  }
  .thumbs {
    gap: 8px;
  }
  .thumbs button {
    width: 60px;
    min-width: 60px;
    height: 60px;
  }
  .product-summary {
    padding-top: 0;
  }
  .product-summary h1 {
    font-size: 23px;
    line-height: 1.35;
  }
  .product-summary .price {
    font-size: 27px;
    margin-block: 17px;
  }
  .two-col {
    grid-template-columns: 1fr;
  }
  .form-grid {
    grid-template-columns: 1fr;
  }
  .panel {
    padding: 18px;
  }
  .cart-line {
    grid-template-columns: 64px minmax(0, 1fr) 64px;
    gap: 10px;
  }
  .cart-line img {
    width: 64px;
    height: 70px;
  }
  .cart-line h3 {
    font-size: 12px;
  }
  .cart-line input {
    padding: 10px 5px;
  }
  .breadcrumbs {
    margin-block: 18px;
    font-size: 11px;
  }
  .specs {
    font-size: 12px;
  }
  .prose h1 {
    font-size: 28px;
  }
  dialog {
    padding: 18px;
  }
  #viewer img {
    height: 70dvh;
  }
}
@media (prefers-reduced-motion: reduce) {
  * {
    scroll-behavior: auto !important;
    transition: none !important;
  }
}
