

.layout {
  position: relative;
  min-height: 100%;
  display: flex;
  flex-direction: column;
}


.layout__header {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 100;
}

.shop-header {
  background: #ffffff;
  border-bottom: 1px solid #e2e8f0;
  box-shadow: 0 0.4em 1.6em rgba(15, 23, 42, 0.06);
}
.shop-header__inner {
  max-width: 78em;
  margin: 0 auto;
  padding: 0.618em 1.618em;
  display: flex;
  align-items: center;
  gap: 1em;
  min-height: 4.2em;
}
.shop-header__brand {
  display: flex;
  align-items: center;
  text-decoration: none;
  flex: 0 0 auto;
}
.shop-header__logo {
  height: 2.1em;
  width: auto;
}
.shop-header__nav { margin-left: 1.618em; }
.shop-header__list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.shop-header__link {
  font-family: 'IBM Plex Mono', 'Consolas', monospace;
  font-size: 0.86em;
  letter-spacing: 0.02em;
  color: #334155;
  text-decoration: none;
}
.shop-header__link:hover { color: #1e3a8a; }
.shop-header__link--current {
  color: #1e3a8a;
  box-shadow: inset 0 -2px 0 0 #0ea5e9;
}
.shop-header__toggle { border-radius: 0.5em; }
.shop-header__toggle:hover { background: #f1f5f9; }
.shop-header__close { border-radius: 0.5em; }
.shop-header__close:hover { color: #1e3a8a; }
.shop-header__tools {
  margin-left: auto;
  display: flex;
  align-items: center;
  gap: 0.9em;
}
.shop-header__phone {
  font-size: 0.86em;
  color: #0f172a;
  text-decoration: none;
  white-space: nowrap;
}
.shop-header__phone:hover { color: #1e3a8a; }
.shop-header__cart {
  display: inline-flex;
  align-items: center;
  gap: 0.45em;
  text-decoration: none;
  color: #0f172a;
  background: #f1f5f9;
  border: 1px solid #e2e8f0;
  border-radius: 999px;
  padding: 0.45em 0.9em;
  font-size: 0.86em;
  min-height: 2.75em;
}
.shop-header__cart:hover { border-color: #1e3a8a; color: #1e3a8a; }
.shop-header__cart-icon { width: 1.15em; height: 1.15em; }
.shop-header__cart-count {
  font-family: 'IBM Plex Mono', 'Consolas', monospace;
  font-weight: 600;
  background: #1e3a8a;
  color: #ffffff;
  border-radius: 999px;
  min-width: 1.7em;
  text-align: center;
  padding: 0 0.35em;
}


.layout__body {
  flex: 1 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 19em;
  gap: 1.618em;
  align-items: start;
  max-width: 78em;
  width: 100%;
  margin: 0 auto;
  padding: 6.4em 1.618em 2.618em;
}
.layout__main { min-width: 0; grid-column: 1; grid-row: 1; order: 1; }
.layout__content {
  display: flex;
  flex-direction: column;
  gap: 1.618em;
}
.layout__sidebar { position: sticky; top: 6em; grid-column: 2; grid-row: 1; order: 2; }


.shop-section {
  position: relative;
  width: 100%;
  background: #ffffff;
  border-radius: 1.25em;
  padding: 2.618em;
  overflow: hidden;
}
.shop-section--tint { background: #e2e8f0; }
.shop-section--ink { background: #0f172a; color: #f1f5f9; }

.shop-section--ink .u-lead { color: #cbd5e1; }
.shop-section--ink .u-muted { color: #94a3b8; }
.shop-section--flush { padding: 0; }


.shop-section--curve {
  border-top-left-radius: 50% 3.75em;
  border-top-right-radius: 50% 3.75em;
  margin-top: -1.618em;
}

.shop-section__head { max-width: 42em; margin-bottom: 1.618em; }
.shop-section__eyebrow {
  font-family: 'IBM Plex Mono', 'Consolas', monospace;
  font-size: 0.74em;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  color: #0ea5e9;
  display: block;
  margin-bottom: 0.618em;
}


.layout__footer { flex: 0 0 auto; }
.site-footer { padding: 2em 1em 3em; }
.site-footer__card {
  max-width: 68.75em;
  margin: 0 auto;
  background: #111827;
  color: #cbd5e1;
  border-radius: 1.25em;
  padding: 2.5em;
  box-shadow: 0 1.25em 3.125em rgba(0, 0, 0, 0.2);
}
.site-footer__grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr 1.2fr;
  gap: 2.618em;
}
.site-footer__logo { height: 2em; width: auto; margin-bottom: 1em; }
.site-footer__title {
  font-family: 'IBM Plex Mono', 'Consolas', monospace;
  font-size: 0.74em;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  color: #7dd3fc;
  margin-bottom: 0.9em;
}
.site-footer__list { list-style: none; margin: 0; padding: 0; }
.site-footer__list li { margin-bottom: 0.5em; }
.site-footer__link {
  color: #cbd5e1;
  text-decoration: none;
  font-size: 0.92em;
}
.site-footer__link:hover { color: #ffffff; text-decoration: underline; }
.site-footer__note { font-size: 0.88em; color: #94a3b8; line-height: 1.65; }
.site-footer__disclaimer {
  margin-top: 2em;
  padding-top: 1.618em;
  border-top: 1px solid #1f2937;
  font-size: 0.84em;
  color: #94a3b8;
  line-height: 1.7;
}
.site-footer__bottom {
  margin-top: 1em;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 0.618em;
  font-size: 0.8em;
  color: #64748b;
}


@media (max-width: 1080px) {
  .layout__body { grid-template-columns: minmax(0, 1fr); }
  .layout__sidebar { position: static; grid-column: 1; grid-row: auto; order: 2; }
  .layout__main { grid-column: 1; grid-row: auto; }
  .site-footer__grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 768px) {
  .shop-header__inner { padding: 0.5em 1em; min-height: 3.8em; }
  .shop-header__nav { margin-left: 0; }
  .layout__body { padding: 5.6em 1em 1.618em; gap: 1em; }
  .shop-section { padding: 1.618em 1em; border-radius: 1em; }
  .shop-section--curve { margin-top: -1em; }
  .site-footer { padding: 1em 0.618em 2em; }
  .site-footer__card { padding: 1.618em; }
  .site-footer__grid { grid-template-columns: 1fr; gap: 1.618em; }
}
@media (max-width: 480px) {
  .shop-header__cart { padding: 0.4em 0.7em; }
}
