:root {
  --ink: #17100b;
  --ink-soft: #34251a;
  --cream: #f7efe3;
  --sand: #e7d3b5;
  --paper: #fffaf2;
  --white: #ffffff;
  --leather: #8a4c22;
  --leather-dark: #472715;
  --cognac: #c8792b;
  --amber: #e4a019;
  --moss: #30442e;
  --forest: #12271d;
  --petrol: #102b2b;
  --red: #9e2f1a;
  --shadow: 0 28px 80px rgba(22, 14, 8, .18);
  --shadow-strong: 0 36px 110px rgba(22, 14, 8, .34);
  --max: 1520px;
  --radius: 0;
  --speed: 280ms;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--ink);
  background: var(--paper);
  line-height: 1.5;
  text-rendering: optimizeLegibility;
}
body.modal-open { overflow: hidden; }
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button, input { font: inherit; }
button { cursor: pointer; }
::selection { background: var(--amber); color: var(--ink); }

.skip-link {
  position: fixed;
  left: 12px;
  top: -60px;
  z-index: 2000;
  background: var(--amber);
  color: var(--ink);
  padding: 10px 14px;
  font-weight: 900;
  transition: top var(--speed) ease;
}
.skip-link:focus { top: 12px; }

.site-header {
  position: fixed;
  inset: 0 0 auto 0;
  z-index: 1000;
  color: var(--white);
  transition: transform var(--speed) ease, background var(--speed) ease;
}
.header-strip {
  min-height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(14px, 5vw, 64px);
  padding: 6px 18px;
  background: linear-gradient(90deg, #27160c, #503018, #20130c);
  color: #f7e6c3;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.nav-bar {
  min-height: 70px;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 18px;
  padding: 0 clamp(18px, 3vw, 52px);
  background: rgba(22, 12, 7, .86);
  border-bottom: 1px solid rgba(255,255,255,.12);
  backdrop-filter: blur(20px);
  transition: background var(--speed) ease, min-height var(--speed) ease;
}
.site-header.is-scrolled .nav-bar {
  min-height: 58px;
  background: rgba(18, 12, 9, .96);
}
.nav-bar__left,
.nav-bar__right {
  display: flex;
  align-items: center;
  gap: clamp(14px, 2vw, 34px);
}
.nav-bar__right { justify-content: flex-end; }
.nav-bar a,
.icon-btn,
.cart-btn,
.menu-toggle {
  color: var(--white);
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 950;
  letter-spacing: .08em;
}
.nav-bar a { position: relative; opacity: .93; }
.nav-bar a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -8px;
  height: 2px;
  background: linear-gradient(90deg, var(--amber), var(--cognac));
  transform: scaleX(0);
  transform-origin: left;
  transition: transform var(--speed) ease;
}
.nav-bar a:hover::after { transform: scaleX(1); }
.brand {
  display: grid;
  place-items: center;
  text-align: center;
  min-width: 235px;
}
.brand strong {
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(22px, 2.1vw, 34px);
  line-height: .92;
  letter-spacing: .16em;
  color: #fff7e8;
  text-shadow: 0 2px 18px rgba(0,0,0,.28);
}
.brand small {
  margin-top: 5px;
  color: #f0c97d;
  font-size: 9px;
  letter-spacing: .35em;
  text-transform: uppercase;
}
.icon-btn,
.cart-btn,
.menu-toggle {
  border: 0;
  background: transparent;
  padding: 0;
}
.icon-btn svg,
.cart-btn svg {
  width: 24px;
  height: 24px;
  fill: currentColor;
}
.cart-btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 6px;
}
.cart-btn span {
  display: grid;
  place-items: center;
  width: 20px;
  height: 20px;
  background: var(--amber);
  color: var(--ink);
  border-radius: 999px;
  font-size: 11px;
}
.menu-toggle { display: none; justify-self: end; }
.mobile-menu {
  display: none;
  background: rgba(22, 12, 7, .97);
  padding: 18px;
  border-bottom: 1px solid rgba(255,255,255,.12);
}
.mobile-menu a {
  display: block;
  padding: 13px 4px;
  color: var(--white);
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .08em;
  border-bottom: 1px solid rgba(255,255,255,.1);
}
.mobile-menu.is-open { display: block; }

.hero {
  position: relative;
  min-height: 100svh;
  display: grid;
  align-items: center;
  overflow: hidden;
  background: var(--ink);
  color: var(--white);
}
.hero__slides,
.hero__slide,
.hero__slide img,
.hero__shade {
  position: absolute;
  inset: 0;
}
.hero__slide {
  margin: 0;
  opacity: 0;
  transform: scale(1.05);
  transition: opacity 900ms ease, transform 6800ms linear;
}
.hero__slide.is-active {
  opacity: 1;
  transform: scale(1.12);
}
.hero__slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(1.22) contrast(1.08) brightness(.92);
}
.hero__shade {
  background:
    radial-gradient(circle at 72% 48%, rgba(226, 146, 39, .22), transparent 35%),
    linear-gradient(90deg, rgba(20, 11, 7, .94) 0%, rgba(20, 11, 7, .70) 31%, rgba(20, 11, 7, .18) 64%, rgba(20, 11, 7, .52) 100%),
    linear-gradient(0deg, rgba(20, 11, 7, .62) 0%, rgba(20, 11, 7, .10) 45%, rgba(20, 11, 7, .74) 100%);
  z-index: 1;
}
.hero::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1px;
  z-index: 2;
  height: 120px;
  background: linear-gradient(0deg, var(--paper), rgba(255,250,242,0));
}
.hero__content {
  position: relative;
  z-index: 3;
  width: min(880px, calc(100% - 40px));
  margin-left: clamp(22px, 8vw, 136px);
  padding-top: 105px;
}
.kicker {
  margin: 0 0 16px;
  color: var(--cognac);
  text-transform: uppercase;
  letter-spacing: .16em;
  font-size: 12px;
  font-weight: 950;
}
.hero .kicker { color: #ffd991; }
.hero h1 {
  margin: 0;
  font-size: clamp(48px, 7.6vw, 128px);
  line-height: .92;
  letter-spacing: -.075em;
  max-width: 920px;
  text-shadow: 0 22px 55px rgba(0,0,0,.45);
}
.hero__lead {
  max-width: 680px;
  margin: 24px 0 0;
  font-size: clamp(17px, 1.4vw, 22px);
  color: rgba(255,255,255,.88);
}
.hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-top: 32px;
}
.btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 48px;
  padding: 14px 24px;
  border: 1px solid transparent;
  overflow: hidden;
  text-transform: uppercase;
  letter-spacing: .08em;
  font-weight: 950;
  font-size: 12px;
  transition: transform var(--speed) ease, box-shadow var(--speed) ease, background var(--speed) ease, border-color var(--speed) ease;
}
.btn::before {
  content: "";
  position: absolute;
  inset: -30% auto -30% -80%;
  width: 60%;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,.36), transparent);
  transform: skewX(-18deg);
  transition: left 620ms ease;
}
.btn:hover::before { left: 120%; }
.btn:hover { transform: translateY(-2px); }
.btn--primary {
  background: linear-gradient(135deg, var(--cognac), var(--amber));
  color: var(--ink);
  box-shadow: 0 18px 35px rgba(218, 141, 32, .24);
}
.btn--primary:hover { box-shadow: 0 25px 60px rgba(218, 141, 32, .34); }
.btn--ghost {
  color: var(--white);
  border-color: rgba(255,255,255,.7);
  background: rgba(0,0,0,.15);
  backdrop-filter: blur(12px);
}
.btn--ghost:hover { border-color: var(--amber); background: rgba(228, 160, 25, .12); }
.hero__badges {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}
.hero__badges span {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 8px 13px;
  border: 1px solid rgba(255,255,255,.22);
  background: rgba(255,255,255,.08);
  color: rgba(255,255,255,.92);
  font-size: 12px;
  font-weight: 850;
  backdrop-filter: blur(14px);
}
.hero__badges b { color: var(--amber); margin-right: 4px; }
.hero__dots {
  position: absolute;
  z-index: 4;
  left: 50%;
  bottom: 42px;
  transform: translateX(-50%);
  display: flex;
  gap: 8px;
}
.hero__dots button {
  width: 9px;
  height: 9px;
  padding: 0;
  border: 1px solid rgba(255,255,255,.75);
  background: rgba(255,255,255,.2);
  border-radius: 999px;
  transition: width var(--speed) ease, background var(--speed) ease;
}
.hero__dots button.is-active { width: 34px; background: var(--amber); border-color: var(--amber); }

.intro-claim {
  background: var(--paper);
  padding: clamp(46px, 7vw, 96px) clamp(18px, 4vw, 72px) 20px;
}
.intro-claim__inner {
  width: min(1180px, 100%);
  margin: 0 auto;
  text-align: center;
}
.intro-claim p {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(28px, 4.6vw, 66px);
  line-height: 1.04;
  letter-spacing: -.045em;
  color: var(--leather-dark);
}

.section-pad { padding: clamp(56px, 7vw, 110px) clamp(18px, 4vw, 72px); }
.section-head {
  width: min(980px, 100%);
  margin: 0 auto 34px;
  text-align: center;
}
.section-head--wide { width: min(1220px, 100%); }
.section-head h2,
.mosaic-head h2,
.story-band h2,
.fit-section h2,
.split-showcase h2,
.event-section h2,
.contact-section h2 {
  margin: 0;
  font-size: clamp(34px, 5.5vw, 86px);
  line-height: .98;
  letter-spacing: -.06em;
}
.section-head p,
.mosaic-head p:not(.kicker),
.story-band p,
.fit-section p,
.split-showcase p,
.event-section p,
.contact-section p {
  margin: 18px 0 0;
  color: rgba(23, 16, 11, .72);
  font-size: 17px;
}

.bestsellers { background: linear-gradient(180deg, var(--paper), var(--cream)); }
.carousel-shell {
  position: relative;
  width: min(1360px, 100%);
  margin: 0 auto;
}
.product-carousel {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(260px, 1fr);
  gap: 18px;
  overflow-x: auto;
  overscroll-behavior-x: contain;
  scroll-snap-type: x mandatory;
  padding: 10px 6px 28px;
  scrollbar-width: thin;
}
.product-card {
  position: relative;
  overflow: hidden;
  min-height: 520px;
  background: var(--white);
  box-shadow: 0 16px 54px rgba(45, 28, 15, .11);
  scroll-snap-align: start;
  transition: transform var(--speed) ease, box-shadow var(--speed) ease;
}
.product-card:hover {
  transform: translateY(-8px);
  box-shadow: var(--shadow);
}
.product-card__badge {
  position: absolute;
  z-index: 2;
  left: 16px;
  top: 16px;
  padding: 7px 10px;
  background: var(--forest);
  color: #f5d38e;
  text-transform: uppercase;
  letter-spacing: .08em;
  font-size: 10px;
  font-weight: 950;
}
.product-card__image {
  height: 320px;
  overflow: hidden;
  background: #f5eee4;
}
.product-card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: transform 600ms ease, filter 600ms ease;
}
.product-card:hover .product-card__image img { transform: scale(1.07); filter: saturate(1.12) contrast(1.05); }
.product-card__body { padding: 18px 18px 20px; }
.product-card__category {
  display: block;
  color: var(--cognac);
  text-transform: uppercase;
  letter-spacing: .11em;
  font-size: 10px;
  font-weight: 950;
  margin-bottom: 8px;
}
.product-card h3 {
  margin: 0;
  font-size: 21px;
  line-height: 1.08;
  letter-spacing: -.025em;
}
.product-card p {
  margin: 10px 0 14px;
  color: rgba(23,16,11,.7);
  font-size: 14px;
}
.product-card__bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-top: 12px;
}
.product-card__price { font-weight: 950; font-size: 16px; }
.product-card__button {
  border: 0;
  background: var(--ink);
  color: var(--white);
  padding: 10px 12px;
  text-transform: uppercase;
  font-weight: 950;
  letter-spacing: .08em;
  font-size: 10px;
  transition: background var(--speed) ease, transform var(--speed) ease;
}
.product-card__button:hover { background: var(--leather); transform: translateY(-2px); }
.carousel-arrow {
  position: absolute;
  top: 45%;
  z-index: 6;
  width: 48px;
  height: 48px;
  border: 0;
  border-radius: 999px;
  background: var(--white);
  color: var(--ink);
  box-shadow: 0 18px 38px rgba(45, 28, 15, .18);
  font-size: 34px;
  line-height: 1;
  transition: transform var(--speed) ease, background var(--speed) ease;
}
.carousel-arrow:hover { transform: translateY(-2px) scale(1.04); background: var(--amber); }
.carousel-arrow--left { left: -24px; }
.carousel-arrow--right { right: -24px; }

.collection-mosaic {
  background: var(--ink);
  color: var(--white);
  padding: clamp(54px, 7vw, 100px) 0 0;
}
.mosaic-head {
  width: min(1200px, calc(100% - 36px));
  margin: 0 auto 32px;
  text-align: center;
}
.mosaic-head .kicker { color: #ffd28c; }
.mosaic-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  min-height: 540px;
}
.mosaic-card {
  position: relative;
  min-height: 420px;
  overflow: hidden;
  isolation: isolate;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 26px;
  background-image: linear-gradient(0deg, rgba(19, 11, 7, .78), rgba(19, 11, 7, .1) 58%), var(--bg);
  background-size: cover;
  background-position: center;
  border-right: 1px solid rgba(255,255,255,.25);
}
.mosaic-card--wide { grid-column: span 2; }
.mosaic-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(45deg, rgba(228,160,25,.22), transparent 45%);
  opacity: 0;
  transition: opacity 420ms ease;
  z-index: -1;
}
.mosaic-card:hover::before { opacity: 1; }
.mosaic-card:hover { background-size: 108%; }
.mosaic-card span {
  font-size: clamp(23px, 2vw, 36px);
  line-height: 1;
  font-weight: 950;
  letter-spacing: -.04em;
  text-transform: uppercase;
  text-shadow: 0 16px 36px rgba(0,0,0,.4);
}
.mosaic-card em {
  width: max-content;
  margin-top: 12px;
  padding: 9px 12px;
  border: 1px solid rgba(255,255,255,.8);
  color: var(--white);
  font-style: normal;
  text-transform: uppercase;
  letter-spacing: .08em;
  font-size: 10px;
  font-weight: 950;
}

.story-band {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(320px, .9fr) minmax(0, 1.05fr);
  min-height: 680px;
  background: var(--cream);
}
.story-band__image { overflow: hidden; }
.story-band__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(1.15) contrast(1.04);
  transition: transform 900ms ease;
}
.story-band__image:hover img { transform: scale(1.04); }
.story-band__copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(38px, 5vw, 76px);
  background: var(--paper);
}
.story-band__copy .btn { width: max-content; margin-top: 26px; }

.fit-section {
  display: grid;
  grid-template-columns: minmax(300px, .9fr) minmax(0, 1.1fr);
  gap: clamp(28px, 4vw, 70px);
  padding: clamp(56px, 7vw, 110px) clamp(18px, 4vw, 72px);
  background: linear-gradient(135deg, var(--forest), var(--petrol) 55%, #20130c);
  color: var(--white);
}
.fit-section__copy { max-width: 720px; }
.fit-section .kicker { color: #f3bd60; }
.fit-section p { color: rgba(255,255,255,.75); }
.fit-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  align-self: end;
}
.fit-cards article {
  min-height: 250px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 24px;
  border: 1px solid rgba(255,255,255,.14);
  background: rgba(255,255,255,.07);
  box-shadow: 0 24px 80px rgba(0,0,0,.16);
  backdrop-filter: blur(14px);
}
.fit-cards strong { font-size: 26px; line-height: 1.04; letter-spacing: -.04em; }
.fit-cards span { margin-top: 12px; color: rgba(255,255,255,.72); }

.product-catalog { background: var(--paper); }
.catalog-toolbar {
  width: min(var(--max), 100%);
  margin: 0 auto 18px;
  display: flex;
  gap: 18px;
  align-items: flex-end;
  justify-content: space-between;
}
.filter-group {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.filter-btn {
  min-height: 40px;
  border: 1px solid rgba(71,39,21,.22);
  background: var(--white);
  color: var(--ink);
  padding: 10px 14px;
  text-transform: uppercase;
  letter-spacing: .06em;
  font-size: 11px;
  font-weight: 950;
  transition: background var(--speed) ease, color var(--speed) ease, transform var(--speed) ease;
}
.filter-btn:hover { transform: translateY(-2px); }
.filter-btn.is-active { background: var(--leather-dark); color: var(--white); border-color: var(--leather-dark); }
.search-field {
  min-width: min(340px, 100%);
  display: grid;
  gap: 6px;
}
.search-field span {
  text-transform: uppercase;
  letter-spacing: .08em;
  font-size: 10px;
  font-weight: 950;
  color: var(--leather);
}
.search-field input {
  min-height: 44px;
  width: 100%;
  border: 1px solid rgba(71,39,21,.24);
  background: var(--white);
  color: var(--ink);
  padding: 0 14px;
  outline: none;
}
.search-field input:focus { border-color: var(--cognac); box-shadow: 0 0 0 4px rgba(200,121,43,.12); }
.catalog-meta {
  width: min(var(--max), 100%);
  margin: 0 auto 20px;
  display: flex;
  justify-content: space-between;
  gap: 14px;
  color: rgba(23,16,11,.58);
  font-size: 13px;
  font-weight: 800;
}
.catalog-grid {
  width: min(var(--max), 100%);
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}
.catalog-card {
  background: var(--white);
  min-height: 520px;
  box-shadow: 0 14px 45px rgba(45,28,15,.09);
  overflow: hidden;
  transition: transform var(--speed) ease, box-shadow var(--speed) ease;
}
.catalog-card:hover { transform: translateY(-7px); box-shadow: var(--shadow); }
.catalog-card__image { height: 300px; overflow: hidden; background: #f2e7d9; }
.catalog-card__image img { width: 100%; height: 100%; object-fit: cover; transition: transform 600ms ease; }
.catalog-card:hover img { transform: scale(1.06); }
.catalog-card__body { padding: 18px; }
.catalog-card h3 { margin: 0; font-size: 20px; letter-spacing: -.025em; line-height: 1.08; }
.catalog-card p { margin: 10px 0 0; color: rgba(23,16,11,.68); font-size: 14px; }
.catalog-card__facts {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-top: 14px;
}
.catalog-card__facts span {
  padding: 6px 8px;
  background: #f3e8da;
  color: var(--leather-dark);
  font-size: 10px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .06em;
}
.catalog-card__bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin-top: 16px;
}
.catalog-card__price { font-weight: 950; color: var(--leather-dark); }
.catalog-card button {
  border: 0;
  background: var(--ink);
  color: var(--white);
  padding: 10px 12px;
  font-size: 10px;
  font-weight: 950;
  text-transform: uppercase;
  letter-spacing: .08em;
}
.empty-state {
  grid-column: 1/-1;
  padding: 50px 20px;
  text-align: center;
  background: var(--white);
  color: rgba(23,16,11,.68);
}

.split-showcase {
  display: grid;
  grid-template-columns: 1.15fr .85fr;
  min-height: 760px;
  background: var(--cream);
}
.split-showcase__media { overflow: hidden; }
.split-showcase__media img { width: 100%; height: 100%; object-fit: cover; filter: saturate(1.16) contrast(1.08); }
.split-showcase__copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(42px, 6vw, 92px);
}
.check-list {
  margin: 24px 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 10px;
}
.check-list li {
  position: relative;
  padding-left: 28px;
  color: rgba(23,16,11,.72);
  font-weight: 760;
}
.check-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: .55em;
  width: 14px;
  height: 2px;
  background: var(--cognac);
}

.event-section {
  padding: clamp(60px, 8vw, 120px) clamp(18px, 4vw, 72px);
  background: var(--ink);
  color: var(--white);
}
.event-section__inner {
  width: min(var(--max), 100%);
  margin: 0 auto;
  display: grid;
  grid-template-columns: .8fr 1.2fr;
  gap: clamp(28px, 4vw, 70px);
  align-items: center;
}
.event-section .kicker { color: #f3bd60; }
.event-section p { color: rgba(255,255,255,.74); }
.event-gallery {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}
.event-gallery img {
  width: 100%;
  height: clamp(320px, 36vw, 540px);
  object-fit: cover;
  box-shadow: 0 30px 90px rgba(0,0,0,.35);
  transition: transform var(--speed) ease, filter var(--speed) ease;
}
.event-gallery img:nth-child(2) { transform: translateY(-34px); }
.event-gallery img:hover { transform: translateY(-10px) scale(1.02); filter: saturate(1.12); }
.event-gallery img:nth-child(2):hover { transform: translateY(-44px) scale(1.02); }

.contact-section {
  padding: clamp(60px, 8vw, 120px) clamp(18px, 4vw, 72px);
  background:
    linear-gradient(90deg, rgba(23,16,11,.82), rgba(23,16,11,.42)),
    url('https://tripmachinecompany.com/cdn/shop/files/Eastwood_backpack_tobacco_brown_saddlebag_on_bike.jpg?v=1742968972&width=1800') center/cover;
}
.contact-card {
  width: min(820px, 100%);
  padding: clamp(28px, 5vw, 70px);
  background: rgba(255,250,242,.94);
  box-shadow: var(--shadow-strong);
}
.contact-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin: 28px 0;
}
.contact-grid div {
  padding: 16px;
  background: #f3e5d3;
  border-left: 4px solid var(--cognac);
}
.contact-grid span {
  display: block;
  color: var(--leather);
  font-size: 11px;
  font-weight: 950;
  text-transform: uppercase;
  letter-spacing: .08em;
}
.contact-grid strong { display: block; margin-top: 4px; font-size: 17px; }

.site-footer { background: #130c08; color: var(--white); }
.footer-services {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  background: rgba(255,255,255,.1);
}
.footer-services div {
  padding: 28px clamp(16px, 3vw, 38px);
  background: #1a100a;
}
.footer-services b { display: block; text-transform: uppercase; letter-spacing: .08em; font-size: 12px; color: #f2c06b; }
.footer-services span { display: block; margin-top: 8px; color: rgba(255,255,255,.67); font-size: 14px; }
.footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  padding: 22px clamp(18px, 4vw, 72px);
  color: rgba(255,255,255,.72);
  font-size: 12px;
}

.modal {
  position: fixed;
  inset: 0;
  z-index: 2000;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 20px;
}
.modal.is-open { display: flex; }
.modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(15,10,8,.74);
  backdrop-filter: blur(14px);
}
.modal__panel {
  position: relative;
  z-index: 2;
  width: min(1100px, 100%);
  max-height: calc(100svh - 40px);
  overflow: auto;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(320px, .95fr);
  background: var(--paper);
  box-shadow: var(--shadow-strong);
}
.modal__close {
  position: absolute;
  right: 12px;
  top: 12px;
  z-index: 4;
  width: 44px;
  height: 44px;
  border: 0;
  background: var(--ink);
  color: var(--white);
  font-size: 26px;
}
.modal__media { min-height: 560px; overflow: hidden; background: #eee0cf; }
.modal__media img { width: 100%; height: 100%; object-fit: cover; }
.modal__copy { padding: clamp(28px, 4vw, 58px); }
.modal__copy h2 { margin: 0; font-size: clamp(34px, 4vw, 62px); line-height: .98; letter-spacing: -.06em; }
.modal__copy p { color: rgba(23,16,11,.72); }
.modal__facts { display: flex; flex-wrap: wrap; gap: 8px; margin: 20px 0; }
.modal__facts span { padding: 8px 10px; background: #f2e4d2; color: var(--leather-dark); font-size: 11px; font-weight: 900; text-transform: uppercase; letter-spacing: .06em; }
.modal__price { display: block; margin: 18px 0 22px; font-size: 24px; color: var(--leather-dark); }

.reveal { opacity: 1; transform: none; }
.js .reveal { opacity: 0; transition: opacity 780ms ease, transform 780ms cubic-bezier(.2,.8,.2,1); }
.js .reveal.is-visible { opacity: 1; transform: none; }
.js .reveal-up { transform: translateY(46px); }
.js .reveal-left { transform: translateX(-46px); }
.js .reveal-right { transform: translateX(46px); }

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation-duration: 1ms !important; transition-duration: 1ms !important; scroll-behavior: auto !important; }
  .js .reveal { opacity: 1; transform: none; }
  .hero__slide, .hero__slide.is-active { transform: none; }
}

@media (max-width: 1200px) {
  .nav-bar { grid-template-columns: auto 1fr auto; }
  .nav-bar__left,
  .nav-bar__right { display: none; }
  .brand { justify-self: center; min-width: 0; }
  .menu-toggle { display: inline-flex; justify-content: center; align-items: center; min-height: 40px; border: 1px solid rgba(255,255,255,.28); padding: 0 14px; }
  .catalog-grid { grid-template-columns: repeat(3, 1fr); }
  .mosaic-grid { grid-template-columns: repeat(3, 1fr); }
  .mosaic-card--wide { grid-column: span 1; }
  .fit-cards { grid-template-columns: 1fr; }
}

@media (max-width: 900px) {
  .header-strip { display: none; }
  .nav-bar { min-height: 62px; }
  .hero { min-height: 92svh; }
  .hero__content { margin: 0 auto; padding-top: 80px; width: calc(100% - 36px); }
  .hero__lead { font-size: 16px; }
  .hero__badges { display: none; }
  .product-carousel { grid-auto-columns: 78%; }
  .carousel-arrow { display: none; }
  .mosaic-grid { grid-template-columns: 1fr 1fr; }
  .mosaic-card { min-height: 300px; }
  .story-band,
  .split-showcase,
  .fit-section,
  .event-section__inner,
  .modal__panel { grid-template-columns: 1fr; }
  .story-band__image { min-height: 360px; }
  .catalog-toolbar { align-items: stretch; flex-direction: column; }
  .catalog-grid { grid-template-columns: repeat(2, 1fr); }
  .event-gallery { grid-template-columns: 1fr; }
  .event-gallery img,
  .event-gallery img:nth-child(2) { height: 320px; transform: none; }
  .event-gallery img:nth-child(2):hover { transform: scale(1.02); }
  .footer-services { grid-template-columns: repeat(2, 1fr); }
  .footer-bottom { flex-direction: column; }
  .modal__media { min-height: 340px; }
}

@media (max-width: 560px) {
  .brand strong { font-size: 18px; letter-spacing: .12em; }
  .brand small { letter-spacing: .18em; font-size: 8px; }
  .hero__actions { flex-direction: column; align-items: stretch; }
  .btn { width: 100%; }
  .mosaic-grid,
  .catalog-grid,
  .contact-grid,
  .footer-services { grid-template-columns: 1fr; }
  .catalog-card,
  .product-card { min-height: auto; }
  .catalog-card__image,
  .product-card__image { height: 270px; }
  .section-pad { padding-left: 14px; padding-right: 14px; }
}
