:root {
  --accent: #1fb9ad;
  --accent-dark: #0b746e;
  --ink: #111412;
  --muted: #62665f;
  --line: #e2e5de;
  --paper: #ffffff;
  --sand: #f4f6f2;
  --sand-2: #fbfcf8;
  --taupe: #b9b8ae;
  --terracotta: #8c4f3a;
  --shadow: 0 18px 44px rgba(17, 20, 18, .055);
  --radius: 10px;
  --radius-lg: 18px;
  --max: 1240px;
  --font-sans: -apple-system, BlinkMacSystemFont, "Segoe UI", ui-sans-serif, system-ui, sans-serif;
}

* {
  box-sizing: border-box
}

html {
  scroll-behavior: smooth
}

body {
  margin: 0;
  font-family: var(--font-sans);
  color: var(--ink);
  background: var(--paper);
  line-height: 1.5;
  text-rendering: optimizeLegibility
}

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

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

button,
input,
select,
textarea {
  font: inherit
}

.container {
  width: min(var(--max), calc(100% - 40px));
  margin: 0 auto
}

.eyebrow {
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: .11em;
  color: var(--muted);
  font-weight: 750;
  margin: 0 0 12px
}

h1,
.h1 {
  font-size: clamp(42px, 6.8vw, 86px);
  line-height: .98;
  letter-spacing: -.035em;
  margin: 0 0 24px;
  font-family: var(--font-sans);
  font-weight: 650
}

h2,
.h2 {
  font-size: clamp(30px, 4.4vw, 54px);
  line-height: 1.05;
  letter-spacing: -.025em;
  margin: 0 0 16px;
  font-family: var(--font-sans);
  font-weight: 650
}

h3 {
  font-size: 22px;
  line-height: 1.15;
  letter-spacing: -.015em;
  margin: 0 0 10px
}

p {
  margin: 0;
  color: var(--muted)
}

.muted {
  color: var(--muted)
}

.lead {
  font-size: clamp(17px, 1.8vw, 21px);
  max-width: 680px
}

.badge,
.tag {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 7px 11px;
  border-radius: 999px;
  background: color-mix(in srgb, var(--accent) 8%, white);
  color: var(--accent-dark);
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .08em
}

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

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border: 0;
  border-radius: 999px;
  padding: 13px 21px;
  font-weight: 750;
  letter-spacing: .01em;
  cursor: pointer;
  transition: .18s ease;
  white-space: nowrap
}

.btn.primary {
  background: var(--accent);
  color: #062321;
  box-shadow: none
}

.btn.primary:hover {
  background: var(--accent-dark);
  color: #fff;
  transform: translateY(-1px)
}

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

.btn.secondary:hover {
  border-color: var(--ink);
  transform: translateY(-1px)
}

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

.btn.link {
  padding: 0;
  background: transparent;
  border: 0;
  color: var(--accent-dark)
}

.service-bar {
  background: var(--ink);
  color: #fff;
  font-size: 12px;
  letter-spacing: .02em
}

.service-bar .container {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
  padding: 9px 0;
  text-align: center
}

.service-bar span {
  opacity: .92
}

.service-bar strong {
  color: var(--accent)
}

.header {
  position: sticky;
  top: 0;
  z-index: 20;
  background: rgba(255, 255, 255, .94);
  backdrop-filter: saturate(180%) blur(16px);
  border-bottom: 1px solid rgba(231, 226, 220, .78)
}

.header-inner {
  height: 76px;
  display: flex;
  align-items: center;
  gap: 24px;
  justify-content: space-between
}

.logo {
  display: flex;
  align-items: center;
  gap: 12px;
  font-family: var(--font-sans);
  font-weight: 650;
  letter-spacing: -.025em;
  font-size: 22px;
  min-width: 188px
}

.logo img {
  width: 44px;
  height: 44px;
  border-radius: 12px;
  object-fit: contain
}

.nav {
  display: flex;
  align-items: center;
  gap: 18px;
  font-size: 14px;
  font-weight: 650;
  color: #2f3b39
}

.nav a {
  padding: 10px 0;
  border-bottom: 2px solid transparent
}

.nav a:hover,
.nav a.active {
  border-color: var(--accent);
  color: var(--ink)
}

.header-actions {
  display: flex;
  align-items: center;
  gap: 10px
}

.icon-btn {
  width: 42px;
  height: 42px;
  border: 1px solid var(--line);
  background: #fff;
  border-radius: 999px;
  display: grid;
  place-items: center;
  color: var(--ink);
  font-weight: 800;
  line-height: 1;
  position: relative;
  text-decoration: none;
  cursor: pointer;
  font: inherit
}

.icon-btn svg,
.feature .ico svg,
.delivery-item .ico svg,
.quick svg,
.room-title svg {
  width: 18px;
  height: 18px;
  display: block;
  stroke-width: 1.75
}

.icon-btn.accent svg {
  width: 19px;
  height: 19px
}

.cart-count {
  position: absolute;
  right: -4px;
  top: -5px;
  min-width: 18px;
  height: 18px;
  display: grid;
  place-items: center;
  border-radius: 999px;
  background: var(--ink);
  color: #fff;
  font-size: 11px;
  font-weight: 800;
  border: 2px solid #fff
}

.icon-btn.accent {
  background: var(--accent);
  border-color: var(--accent);
  color: #07211f
}

.mobile-toggle {
  display: none
}

body.search-open {
  overflow: hidden
}

.search-modal[hidden] {
  display: none
}

.search-modal {
  position: fixed;
  inset: 0;
  z-index: 1000;
  display: grid;
  place-items: start center;
  padding: clamp(20px, 4vw, 48px)
}

.search-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(24, 20, 17, .36);
  backdrop-filter: blur(8px)
}

.search-panel {
  position: relative;
  width: min(640px, calc(100vw - 32px));
  max-height: min(780px, calc(100vh - 40px));
  margin-top: clamp(24px, 6vh, 72px);
  display: flex;
  flex-direction: column;
  gap: 18px;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 28px 70px rgba(29, 24, 20, .18)
}

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

.search-panel-head h2 {
  font-size: clamp(26px, 4vw, 42px);
  line-height: .98;
  letter-spacing: -.035em
}

.search-close {
  width: 42px;
  height: 42px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: color-mix(in srgb, var(--sand-2) 76%, #fff);
  color: var(--ink);
  cursor: pointer;
  font-size: 24px;
  line-height: 1;
  display: grid;
  place-items: center;
  transition: background .2s ease, color .2s ease, border-color .2s ease, transform .2s ease
}

.search-close:hover {
  background: var(--ink);
  border-color: var(--ink);
  color: #fff;
  transform: translateY(-1px)
}

.search-field {
  display: grid;
  gap: 8px
}

.search-field span {
  color: var(--muted);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .06em;
  text-transform: uppercase
}

.search-field input {
  width: 100%;
  height: 54px;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: var(--paper);
  color: var(--ink);
  padding: 0 16px;
  font: inherit;
  font-size: 16px;
  outline: none
}

.search-field input:focus {
  border-color: var(--accent-dark);
  box-shadow: 0 0 0 4px color-mix(in srgb, var(--accent) 22%, transparent)
}

.search-results {
  display: grid;
  gap: 10px;
  max-height: min(420px, 46vh);
  overflow-y: auto;
  overscroll-behavior: contain;
  padding: 2px 4px 2px 0
}

.search-result {
  display: grid;
  grid-template-columns: 72px 1fr auto;
  align-items: center;
  gap: 14px;
  padding: 10px;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: #fff;
  color: var(--ink);
  text-decoration: none;
  transition: transform .2s ease, border-color .2s ease, background .2s ease
}

.search-result:hover {
  transform: translateY(-1px);
  border-color: color-mix(in srgb, var(--ink) 22%, var(--line));
  background: color-mix(in srgb, var(--sand-2) 62%, #fff)
}

.search-result[hidden] {
  display: none
}

.search-result img {
  width: 72px;
  height: 72px;
  border-radius: 10px;
  object-fit: cover;
  background: var(--sand)
}

.search-result span {
  display: grid;
  gap: 4px;
  min-width: 0
}

.search-result strong {
  font-size: 15px;
  line-height: 1.15;
  letter-spacing: -.015em
}

.search-result small {
  color: var(--muted);
  font-size: 13px;
  line-height: 1.25
}

.search-result em {
  color: var(--ink);
  font-size: 14px;
  font-style: normal;
  font-weight: 850;
  white-space: nowrap
}

.search-empty {
  border: 1px dashed var(--line);
  border-radius: 14px;
  color: var(--muted);
  padding: 18px;
  text-align: center
}

.hero {
  padding: 0
}

.hero-slider {
  position: relative;
  min-height: clamp(480px, 54vw, 660px);
  overflow: hidden;
  isolation: isolate;
  background: var(--paper)
}

.hero-slider::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(90deg,
      rgba(255, 255, 255, .98) 0%,
      rgba(255, 255, 255, .9) 34%,
      rgba(255, 255, 255, .38) 60%,
      rgba(255, 255, 255, 0) 86%)
}

.hero-slide {
  position: absolute;
  inset: 0;
  z-index: 0;
  background-size: cover;
  background-position: 66% center;
  opacity: 0;
  transform: scale(1.02);
  transition: opacity .7s ease, transform 1.2s ease
}

.hero-slide.active {
  opacity: 1;
  transform: scale(1)
}

.hero-slider-content {
  position: relative;
  z-index: 2;
  min-height: clamp(480px, 54vw, 660px);
  display: flex;
  align-items: flex-start;
  padding-top: clamp(56px, 7vw, 92px);
  padding-bottom: 56px
}

.hero-copy {
  width: min(620px, 58vw);
  padding: 0
}

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

.hero-slider-dots {
  display: flex;
  gap: 8px;
  margin-top: 32px
}

.hero-slider-dots button {
  width: 34px;
  height: 3px;
  border: 0;
  border-radius: 999px;
  background: color-mix(in srgb, var(--ink) 18%, transparent);
  cursor: pointer
}

.hero-slider-dots button.active {
  background: var(--ink)
}

.hero-visual {
  position: relative;
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: 0 20px 50px rgba(17, 20, 18, .075);
  background: var(--sand)
}

.hero-visual img {
  width: 100%;
  aspect-ratio: 1.18;
  object-fit: cover
}

.slider-card {
  position: absolute;
  left: 22px;
  right: 22px;
  bottom: 22px;
  background: rgba(255, 255, 255, .9);
  backdrop-filter: blur(14px);
  border: 1px solid rgba(255, 255, 255, .55);
  border-radius: 14px;
  padding: 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px
}

.dots {
  display: flex;
  gap: 7px
}

.dots i {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #c8d1cf
}

.dots i:first-child {
  background: var(--accent)
}

.product-rail-section {
  padding: 32px 0 44px;
  border-bottom: 1px solid var(--line);
  background: var(--paper)
}

.rail-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 20px
}

.rail-head h2 {
  font-size: clamp(22px, 2.8vw, 34px);
  margin-bottom: 6px
}

.rail-head p {
  font-size: 14px
}

.rail-controls {
  display: flex;
  align-items: center;
  gap: 10px
}

.rail-controls button {
  width: 46px;
  height: 46px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: color-mix(in srgb, var(--sand-2) 76%, #fff);
  color: var(--ink);
  display: grid;
  place-items: center;
  padding: 0;
  cursor: pointer;
  transition: transform .2s ease, background .2s ease, color .2s ease, border-color .2s ease, box-shadow .2s ease
}

.rail-controls button svg {
  width: 18px;
  height: 18px;
  stroke-width: 1.9;
  stroke-linecap: round;
  stroke-linejoin: round
}

.rail-controls button:hover {
  background: var(--ink);
  border-color: var(--ink);
  color: #fff;
  transform: translateY(-1px);
  box-shadow: 0 10px 22px rgba(29, 24, 20, .12)
}

.rail-controls button:active {
  transform: translateY(0)
}

.rail-controls button:focus-visible {
  outline: 3px solid color-mix(in srgb, var(--accent) 38%, transparent);
  outline-offset: 3px
}

.product-rail {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(282px, 324px);
  gap: 18px;
  overflow-x: auto;
  overscroll-behavior-inline: contain;
  scroll-snap-type: x mandatory;
  scrollbar-width: thin;
  padding: 2px 2px 12px
}

.rail-product-card {
  scroll-snap-align: start;
  display: flex;
  flex-direction: column;
  gap: 12px;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: #fff;
  padding: 12px;
  transition: transform .22s ease, border-color .22s ease, box-shadow .22s ease
}

.rail-product-card:hover {
  transform: translateY(-2px);
  border-color: color-mix(in srgb, var(--ink) 22%, var(--line));
  box-shadow: 0 18px 38px rgba(29, 24, 20, .07)
}

.rail-product-media {
  display: block;
  overflow: hidden;
  aspect-ratio: 1.08;
  border-radius: 12px;
  background: var(--sand)
}

.rail-product-media img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  transition: transform .35s ease
}

.rail-product-card:hover .rail-product-media img {
  transform: scale(1.025)
}

.rail-product-content {
  display: grid;
  gap: 6px;
  padding: 0 2px 2px
}

.rail-product-card span {
  display: block;
  color: var(--muted);
  font-size: 11px;
  font-weight: 750;
  letter-spacing: .04em;
  text-transform: uppercase;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis
}

.rail-product-card h3 {
  font-size: 18px;
  line-height: 1.1;
  margin: 0;
  letter-spacing: -.02em
}

.rail-product-card p {
  font-size: 13px;
  color: var(--muted)
}

.rail-product-price {
  color: var(--ink);
  font-size: 15px;
  font-weight: 850;
  letter-spacing: -.01em
}

.feature-strip {
  padding: 18px 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: var(--paper)
}

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

.feature {
  display: flex;
  align-items: flex-start;
  gap: 12px
}

.feature .ico {
  width: 36px;
  height: 36px;
  border-radius: 9px;
  background: #fff;
  border: 1px solid var(--line);
  display: grid;
  place-items: center;
  color: var(--accent-dark);
  font-weight: 800;
  flex: 0 0 auto
}

.feature strong {
  display: block;
  font-size: 14px
}

.feature span {
  display: block;
  font-size: 13px;
  color: var(--muted)
}

.section {
  padding: 76px 0
}

.section.compact {
  padding: 44px 0
}

.section-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 22px;
  margin-bottom: 28px
}

.section-head p {
  max-width: 590px
}

.soft {
  background: color-mix(in srgb, var(--sand-2) 72%, white)
}

.accent-panel {
  background: #e9faf8;
  border: 1px solid #cdeeea
}

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

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

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

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

.card.pad {
  padding: 24px
}

.card:hover {
  border-color: color-mix(in srgb, var(--ink) 22%, var(--line));
  transform: translateY(-1px)
}

.product-card {
  position: relative
}

.product-card .media {
  padding: 12px;
  background: var(--paper)
}

.product-card img {
  width: 100%;
  border-radius: 8px;
  aspect-ratio: 1;
  object-fit: cover
}

.product-card .content {
  padding: 18px
}

.product-card .meta {
  display: grid;
  gap: 6px;
  gap: 10px;
  font-size: 13px;
  color: var(--muted);
  margin: 8px 0
}

.price {
  font-weight: 900;
  color: var(--ink);
  letter-spacing: -.02em
}

.quick {
  position: absolute;
  top: 24px;
  right: 24px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #fff;
  border: 1px solid var(--line);
  display: grid;
  place-items: center;
  color: var(--ink);
  font-weight: 800
}

.swatches {
  display: flex;
  gap: 7px;
  align-items: center
}

.swatch {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  border: 1px solid rgba(19, 32, 31, .12);
  box-shadow: inset 0 0 0 2px rgba(255, 255, 255, .55)
}

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

.brand-card .brand-name {
  font-size: 28px;
  letter-spacing: -.05em;
  font-weight: 950
}

.brand-card p {
  margin: 10px 0 20px
}

.brand-card.wash {
  background: #fff
}

.brand-card.turtle {
  background: #fff
}

.brand-card.dune {
  background: #fff
}

.brand-card.revive {
  background: #fff
}

.room-card {
  position: relative;
  min-height: 245px;
  border-radius: var(--radius);
  overflow: hidden;
  background: #fff;
  border: 1px solid var(--line)
}

.room-card img {
  width: 100%;
  height: 170px;
  object-fit: cover
}

.room-card .room-title {
  padding: 18px;
  font-weight: 900;
  font-size: 19px;
  display: flex;
  justify-content: space-between;
  align-items: center
}

.size-grid {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 10px
}

.size-pill {
  border: 1px solid var(--line);
  border-radius: 10px;
  padding: 14px 10px;
  text-align: center;
  background: #fff;
  font-weight: 800;
  font-size: 14px
}

.size-pill:hover {
  border-color: var(--accent);
  background: #effaf9
}

.story-panel {
  border-radius: var(--radius-lg);
  overflow: hidden;
  border: 1px solid var(--line);
  background: #fff;
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: stretch
}

.story-panel img {
  height: 100%;
  object-fit: cover
}

.story-content {
  padding: 44px
}

.blog-card {
  position: relative;
  min-height: 380px;
  display: flex;
  align-items: stretch
}

.blog-card .thumb {
  position: absolute;
  inset: 0;
  display: block;
  height: auto;
  overflow: hidden;
  background: var(--sand)
}

.blog-card .thumb::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg,
      rgba(255, 255, 255, 0) 18%,
      rgba(255, 255, 255, .62) 58%,
      rgba(255, 255, 255, .96) 82%,
      #fff 100%);
  pointer-events: none
}

.blog-card img {
  width: 100%;
  height: 100%;
  object-fit: cover
}

.blog-card .content {
  position: relative;
  z-index: 1;
  width: 100%;
  margin-top: auto;
  padding: 132px 22px 22px
}

.blog-card .tag {
  margin-bottom: 12px
}

.blog-card h3 {
  margin-bottom: 8px
}

.blog-card p {
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical
}

.seo-text {
  columns: 2;
  column-gap: 50px;
  color: var(--muted)
}

.seo-text p {
  margin-bottom: 16px
}

.newsletter {
  border-radius: var(--radius-lg);
  background: var(--ink);
  color: #fff;
  padding: 38px;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 20px;
  align-items: center
}

.newsletter p {
  color: rgba(255, 255, 255, .72)
}

.newsletter form {
  display: flex;
  gap: 10px
}

.input,
textarea,
select {
  width: 100%;
  border: 1px solid var(--line);
  background: #fff;
  border-radius: 16px;
  padding: 14px 15px;
  color: var(--ink);
  outline: none
}

.input:focus,
textarea:focus,
select:focus {
  border-color: var(--accent);
  box-shadow: 0 0 0 4px rgba(34, 196, 184, .13)
}

.footer {
  background: #101513;
  color: #fff;
  margin-top: 70px;
  padding: 54px 0 26px
}

.footer p,
.footer a {
  color: rgba(255, 255, 255, .7)
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.4fr repeat(3, 1fr);
  gap: 30px
}

.footer h4 {
  margin: 0 0 12px
}

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

.footer-logo {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 24px;
  font-weight: 950;
  letter-spacing: -.05em
}

.footer-logo img {
  width: 48px;
  height: 48px;
  border-radius: 14px;
  background: #fff
}

.payment-logos {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  margin-top: 14px
}

.mini-logo {
  border: 1px solid rgba(255, 255, 255, .17);
  background: rgba(255, 255, 255, .06);
  border-radius: 10px;
  padding: 7px 10px;
  font-size: 12px;
  color: #fff
}

.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, .1);
  margin-top: 34px;
  padding-top: 18px;
  display: flex;
  justify-content: space-between;
  gap: 20px;
  font-size: 13px;
  color: rgba(255, 255, 255, .62)
}

.page-hero {
  padding: 54px 0 38px;
  background: var(--paper);
  border-bottom: 1px solid var(--line)
}

.breadcrumbs {
  font-size: 13px;
  color: var(--muted);
  margin-bottom: 18px
}

.breadcrumbs a {
  color: var(--accent-dark);
  font-weight: 750
}

.split-hero {
  display: grid;
  grid-template-columns: 1fr .8fr;
  gap: 42px;
  align-items: center
}

.split-hero img {
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow)
}

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

.filter-sidebar {
  position: sticky;
  top: 104px;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: #fff;
  padding: 20px
}

.filter-group {
  border-bottom: 1px solid var(--line);
  padding: 16px 0
}

.filter-group:first-child {
  padding-top: 0
}

.filter-group:last-child {
  border-bottom: 0;
  padding-bottom: 0
}

.filter-title {
  font-weight: 900;
  margin-bottom: 12px;
  display: flex;
  justify-content: space-between
}

.check-list {
  display: grid;
  gap: 9px;
  font-size: 14px;
  color: #37413f
}

.check-list label {
  display: flex;
  gap: 9px;
  align-items: center
}

.color-list {
  display: flex;
  gap: 9px;
  flex-wrap: wrap
}

.color-list .swatch {
  width: 24px;
  height: 24px
}

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

.chips {
  display: flex;
  gap: 8px;
  flex-wrap: wrap
}

.chip {
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 8px 12px;
  background: #fff;
  font-size: 13px;
  font-weight: 800
}

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

.filter-shortcuts {
  background: color-mix(in srgb, var(--paper) 78%, #fff);
  border: 1px solid color-mix(in srgb, var(--line) 82%, transparent);
  border-radius: 14px;
  margin: 4px 0 12px;
  padding: 14px
}

.filter-shortcuts .filter-title {
  margin-bottom: 10px
}

.filter-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 8px
}

.filter-shortcuts .chip {
  padding: 9px 13px;
  background: #fff;
  border-color: color-mix(in srgb, var(--line) 88%, var(--ink));
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .5)
}

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

.result-count {
  color: var(--muted);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .04em;
  text-transform: uppercase
}

.catalog-layout .grid-4 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px
}

.catalog-layout .product-card {
  display: flex;
  flex-direction: column;
  min-height: 100%;
  border-radius: 18px;
  background: #fff;
  transition: transform .22s ease, border-color .22s ease, box-shadow .22s ease
}

.catalog-layout .product-card:hover {
  border-color: color-mix(in srgb, var(--ink) 18%, var(--line));
  box-shadow: 0 22px 46px rgba(29, 24, 20, .08);
  transform: translateY(-3px)
}

.catalog-layout .product-card .media {
  display: block;
  padding: 12px 12px 0;
  background: transparent
}

.catalog-layout .product-card img {
  aspect-ratio: 1.06;
  border-radius: 14px;
  background: var(--paper);
  transition: transform .35s ease
}

.catalog-layout .product-card:hover img {
  transform: scale(1.025)
}

.catalog-layout .product-card .content {
  display: grid;
  flex: 1;
  gap: 10px;
  padding: 15px 16px 18px
}

.catalog-layout .product-card .badge.light {
  justify-self: start;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap
}

.catalog-layout .product-card h3 {
  font-size: 17px;
  line-height: 1.12;
  margin: 0;
  letter-spacing: -.02em
}

.catalog-layout .product-card .meta {
  margin: 0;
  gap: 8px;
  line-height: 1.35
}

.catalog-layout .product-card .price {
  font-size: 16px;
  color: var(--ink)
}

.catalog-layout .product-card .swatches {
  margin-top: 2px
}

.catalog-layout .product-card .quick {
  top: 22px;
  right: 22px;
  width: 42px;
  height: 42px;
  border-color: color-mix(in srgb, var(--line) 75%, #fff);
  box-shadow: 0 12px 26px rgba(29, 24, 20, .1);
  transition: background .2s ease, color .2s ease, transform .2s ease
}

.catalog-layout .product-card .quick:hover {
  background: var(--ink);
  color: #fff;
  transform: translateX(1px)
}

.pagination {
  display: flex;
  gap: 8px;
  justify-content: center;
  margin-top: 34px
}

.pagination a {
  width: 40px;
  height: 40px;
  display: grid;
  place-items: center;
  border: 1px solid var(--line);
  border-radius: 12px
}

.pagination a.active {
  background: var(--ink);
  color: #fff
}

.product-layout {
  display: grid;
  grid-template-columns: 1fr .9fr;
  gap: 42px;
  align-items: start
}

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

.thumbs {
  display: grid;
  gap: 12px
}

.thumbs img,
.main-product-img {
  border: 1px solid var(--line);
  background: var(--sand-2);
  border-radius: 12px
}

.main-product-img {
  width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
  padding: 14px
}

.thumbs img {
  width: 92px;
  height: 92px;
  object-fit: cover;
  padding: 8px
}

.product-info {
  position: sticky;
  top: 104px
}

.rating {
  display: flex;
  gap: 7px;
  color: #b9773d;
  font-weight: 900;
  margin-bottom: 14px
}

.sku {
  color: var(--muted);
  font-size: 13px
}

.size-options {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  margin: 16px 0
}

.size-option {
  border: 1px solid var(--line);
  border-radius: 10px;
  padding: 12px;
  background: #fff;
  cursor: pointer
}

.size-option strong {
  display: block
}

.size-option.active {
  border-color: var(--accent);
  box-shadow: 0 0 0 4px rgba(34, 196, 184, .13)
}

.delivery-list {
  display: grid;
  gap: 12px;
  margin-top: 22px
}

.delivery-item {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  padding: 14px;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: #fff
}

.delivery-item .ico {
  width: 34px;
  height: 34px;
  border-radius: 9px;
  background: #fff;
  border: 1px solid var(--line);
  color: var(--accent-dark);
  display: grid;
  place-items: center;
  flex: 0 0 auto
}

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

.tab-card {
  border: 1px solid var(--line);
  border-radius: 12px;
  padding: 22px;
  background: #fff
}

.review {
  border: 1px solid var(--line);
  border-radius: 12px;
  padding: 22px;
  background: #fff
}

.form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px
}

.contact-layout {
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: 30px
}

.form-card {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 28px;
  background: #fff;
  box-shadow: none
}

.legal-check {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  font-size: 13px;
  color: var(--muted)
}

.cart-layout,
.checkout-layout {
  display: grid;
  grid-template-columns: 1fr 360px;
  gap: 28px
}

.cart-item {
  display: grid;
  grid-template-columns: 110px 1fr auto;
  gap: 18px;
  align-items: center;
  border: 1px solid var(--line);
  border-radius: 12px;
  padding: 14px;
  background: #fff;
  margin-bottom: 14px
}

.cart-item img {
  width: 110px;
  height: 110px;
  border-radius: 8px;
  background: var(--sand);
  padding: 8px
}

.qty {
  display: inline-flex;
  border: 1px solid var(--line);
  border-radius: 999px;
  overflow: hidden
}

.qty button,
.qty span {
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  border: 0;
  background: #fff
}

.summary-card {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 24px;
  background: #fff;
  position: sticky;
  top: 104px
}

.summary-line {
  display: flex;
  justify-content: space-between;
  padding: 10px 0;
  border-bottom: 1px solid var(--line)
}

.summary-total {
  font-size: 24px;
  font-weight: 950;
  display: flex;
  justify-content: space-between;
  padding-top: 16px
}

.cookiebar {
  position: fixed;
  left: 18px;
  right: 18px;
  bottom: 18px;
  z-index: 50;
  max-width: 850px;
  margin: auto;
  border: 1px solid var(--line);
  background: #fff;
  border-radius: 12px;
  box-shadow: var(--shadow);
  padding: 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px
}

.cookiebar p {
  font-size: 13px
}

.floating-offer {
  position: fixed;
  right: 20px;
  bottom: 100px;
  z-index: 40;
  background: #fff;
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
  border-radius: 12px;
  width: 284px;
  padding: 18px
}

.floating-offer strong {
  display: block;
  font-size: 18px;
  letter-spacing: -.03em
}

.floating-offer p {
  font-size: 13px;
  margin: 6px 0 12px
}

.table-map {
  width: 100%;
  border-collapse: collapse;
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid var(--line)
}

.table-map th,
.table-map td {
  padding: 14px;
  border-bottom: 1px solid var(--line);
  text-align: left
}

.table-map tr:last-child td {
  border-bottom: 0
}

.table-map th {
  background: var(--sand-2);
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: .08em;
  color: var(--muted)
}

@media (max-width:1080px) {
  .nav {
    display: none
  }

  .mobile-toggle {
    display: grid
  }

  .story-panel,
  .split-hero,
  .product-layout,
  .contact-layout,
  .cart-layout,
  .checkout-layout {
    grid-template-columns: 1fr
  }

  .product-info,
  .summary-card {
    position: static
  }

  .catalog-layout {
    grid-template-columns: 1fr
  }

  .filter-sidebar {
    position: static
  }

  .grid-4 {
    grid-template-columns: repeat(2, 1fr)
  }

  .catalog-layout .grid-4 {
    grid-template-columns: repeat(2, minmax(0, 1fr))
  }

  .size-grid {
    grid-template-columns: repeat(4, 1fr)
  }

  .footer-grid {
    grid-template-columns: 1fr 1fr
  }

  .newsletter {
    grid-template-columns: 1fr
  }

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

@media (max-width:680px) {
  .container {
    width: min(100% - 28px, var(--max))
  }

  .header-inner {
    height: 70px
  }

  .header-actions {
    gap: 8px
  }

  .icon-btn {
    width: 40px;
    height: 40px
  }

  .logo {
    min-width: auto
  }

  .logo span {
    display: none
  }

  .hero {
    padding-top: 0
  }

  .hero-slider,
  .hero-slider-content {
    min-height: 520px
  }

  .hero-slider::after {
    background: linear-gradient(180deg,
        rgba(255, 255, 255, .98) 0%,
        rgba(255, 255, 255, .9) 45%,
        rgba(255, 255, 255, .22) 100%)
  }

  .hero-slide {
    background-position: center bottom
  }

  .hero-slider-content {
    padding-top: 46px;
    padding-bottom: 42px
  }

  .hero-copy {
    width: 100%
  }

  .rail-head {
    align-items: flex-start;
    flex-direction: column
  }

  .rail-controls {
    width: 100%;
    justify-content: flex-end
  }

  .rail-controls button {
    width: 44px;
    height: 44px
  }

  .product-rail {
    grid-auto-columns: minmax(244px, 82vw);
    gap: 14px
  }

  .search-modal {
    padding: 12px
  }

  .search-panel {
    width: 100%;
    max-height: calc(100vh - 24px);
    margin-top: 12px;
    padding: 18px;
    border-radius: 18px
  }

  .search-results {
    max-height: calc(100vh - 288px);
    min-height: 240px
  }

  .search-result {
    grid-template-columns: 60px 1fr;
    align-items: start;
    gap: 12px
  }

  .search-result img {
    width: 60px;
    height: 60px
  }

  .search-result em {
    grid-column: 2;
    justify-self: start
  }

  .feature-grid,
  .grid-3,
  .grid-4,
  .grid-2,
  .tabs,
  .form-grid {
    grid-template-columns: 1fr
  }

  .catalog-layout .grid-4 {
    grid-template-columns: 1fr
  }

  .size-grid {
    grid-template-columns: repeat(2, 1fr)
  }

  .gallery {
    grid-template-columns: 1fr
  }

  .thumbs {
    grid-template-columns: repeat(4, 1fr)
  }

  .thumbs img {
    width: 100%;
    height: auto
  }

  .cart-item {
    grid-template-columns: 86px 1fr
  }

  .cart-item .price {
    grid-column: 2
  }

  .footer-grid {
    grid-template-columns: 1fr
  }

  .footer-bottom {
    flex-direction: column
  }

  .cookiebar,
  .floating-offer {
    display: none
  }

  .service-bar .container {
    grid-template-columns: 1fr;
    text-align: left
  }

  .seo-text {
    columns: 1
  }

  .newsletter form {
    flex-direction: column
  }

  .toolbar {
    align-items: flex-start;
    flex-direction: column
  }
}
