@import url('https://fonts.googleapis.com/css2?family=JetBrains+Mono:wght@400;500&display=swap');

:root {
  --ll-ink: #24231f;
  --ll-muted: #686868;
  --ll-line: rgba(36, 35, 31, .18);
  --ll-soft: #f1f0ed;
  --ll-paper: #fff;
}

body.editorial-page {
  padding-top: 72px;
  background: var(--ll-paper);
  color: var(--ll-ink);
  overflow-x: hidden;
}

body.editorial-page > .header-wrapper,
body.editorial-page > .mobile-drawer { display: none !important; }

.ll-shell-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 170;
  height: 72px;
  background: rgba(255, 255, 255, .92);
  border-bottom: 1px solid var(--ll-line);
  backdrop-filter: blur(14px);
  transition: transform .32s ease;
}
.ll-shell-header.is-hidden { transform: translateY(-105%); }
.ll-shell-nav {
  width: 100%;
  max-width: 1440px;
  height: 100%;
  margin: 0 auto;
  padding: 0 34px;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
}
.ll-shell-left,
.ll-shell-right { display: flex; align-items: center; gap: 24px; }
.ll-shell-left { grid-column: 1; }
.ll-shell-right { grid-column: 3; justify-self: end; justify-content: flex-end; }
.ll-shell-nav a,
.ll-shell-nav button {
  color: #4f4d48;
  font: 400 11px/1 'Arsenal', sans-serif;
  letter-spacing: .09em;
  text-transform: uppercase;
}
.ll-shell-nav a:hover,
.ll-shell-nav button:hover { color: #111; }
.ll-shell-nav a.is-active { color: #111; }
.ll-shell-logo { position: static; grid-column: 2; justify-self: center; transform: none; }
.ll-shell-logo img { display: block; width: 82px; height: auto; filter: invert(1); }
.ll-shell-partner {
  padding: 9px 14px;
  border: 1px solid #aaa69e;
  border-radius: 999px;
  font-size: 11px !important;
}
.ll-shell-menu,
.ll-shell-cart {
  border: 0;
  background: transparent;
  cursor: pointer;
}
.ll-shell-menu { display: none; padding: 8px 0 8px 10px; font-size: 18px !important; }
.ll-shell-cart { padding: 9px 12px; border: 1px solid #aaa69e; border-radius: 999px; }
.ll-shell-cart-count { margin-left: 5px; }
.ll-shell-mobile {
  position: fixed;
  z-index: 169;
  top: 64px;
  right: 12px;
  width: min(280px, calc(100vw - 24px));
  padding: 18px;
  display: flex;
  flex-direction: column;
  gap: 4px;
  background: rgba(255, 255, 255, .98);
  border: 1px solid var(--ll-line);
  border-radius: 18px;
  box-shadow: 0 18px 45px rgba(0, 0, 0, .12);
  opacity: 0;
  visibility: hidden;
  transform: translateY(-8px);
  transition: .22s;
}
.ll-shell-mobile.is-open { opacity: 1; visibility: visible; transform: none; }
.ll-shell-mobile a { padding: 12px; border-radius: 12px; font-size: 14px; }
.ll-shell-mobile a:hover { background: var(--ll-soft); }
.ll-shell-mobile .ll-shell-mobile-partner { margin-top: 7px; border: 1px solid var(--ll-line); text-align: center; }

/* Shared footer */
body.editorial-page .site-footer {
  margin-top: 72px;
  padding: 30px 42px;
  background: #fff;
  border-top: 1px solid var(--ll-line);
  color: var(--ll-muted);
}
body.editorial-page .site-footer .footer-inner { max-width: 1328px; margin: 0 auto; }
body.editorial-page .footer-currency { display: none !important; }
body.editorial-page .footer-bottom { display: flex; justify-content: space-between; gap: 20px; }
body.editorial-page .footer-links { display: flex; gap: 20px; }
body.editorial-page .footer-bottom,
body.editorial-page .footer-links a { font-size: 11px; }

/* About */
body.about-page .about-section {
  width: min(1328px, calc(100% - 72px));
  max-width: none;
  padding: 76px 0 0;
}
body.about-page .about-section h1 {
  margin: 0 0 42px;
  font: 400 clamp(54px, 7vw, 88px)/.95 'Amiri', serif;
}
body.about-page .about-section__photo {
  width: 100%;
  height: auto;
  max-width: none;
  aspect-ratio: auto;
  margin: 0;
  border-radius: 0;
  object-fit: contain;
  object-position: center;
}
body.about-page .about-section__text {
  padding: 40px clamp(28px, 7vw, 96px) 48px;
  border: 1px solid var(--ll-line);
  border-top: 0;
  border-radius: 0;
  color: var(--ll-muted);
  font: 400 17px/1.75 'Arsenal', sans-serif;
}
body.about-page .contact-section {
  width: min(920px, calc(100% - 72px));
  max-width: none;
  margin: 92px auto 0;
  padding: 0 0 90px;
  text-align: center;
}
body.about-page .contact-section h2 { margin-bottom: 30px; font: 400 54px/1 'Amiri', serif; }
body.about-page .form-field { border-radius: 14px; border-color: var(--ll-line); background: #fff; }
body.about-page .form-submit { align-self: center; min-height: 46px; padding: 0 26px; border-radius: 999px; background: var(--ll-ink); }

/* Stories */
body.stories-page .masthead {
  max-width: 1328px;
  padding: 76px 36px 44px;
  justify-content: center;
}
body.stories-page .masthead-rule { display: none; }
body.stories-page .masthead-inner { padding: 0; }
body.stories-page .masthead-label {
  color: #777166;
  font: 400 9px/1 'JetBrains Mono', monospace;
  letter-spacing: .18em;
}
body.stories-page .masthead-title { color: var(--ll-ink); font: 400 clamp(54px, 7vw, 84px)/1 'Amiri', serif; }
body.stories-page .featured {
  width: min(1200px, calc(100% - 72px));
  max-width: none;
  min-height: 0;
  margin: 0 auto 82px;
  padding: 0;
  grid-template-columns: 1.12fr .88fr;
  overflow: hidden;
  border: 1px solid var(--ll-line);
  border-radius: 24px;
}
body.stories-page .featured-img-wrap { aspect-ratio: 4 / 3; }
body.stories-page .featured-text { padding: 48px; background: #fff; }
body.stories-page .featured-eyebrow,
body.stories-page .story-card-cat {
  color: #777166;
  font: 400 8px/1.45 'JetBrains Mono', monospace;
  letter-spacing: .13em;
}
body.stories-page .featured-title { color: var(--ll-ink); font-size: clamp(38px, 4vw, 58px); }
body.stories-page .featured-excerpt { color: var(--ll-muted); font-size: 16px; }
body.stories-page .featured-link {
  min-height: 42px;
  padding: 0 18px;
  border: 1px solid var(--ll-ink);
  border-radius: 999px;
  font-size: 10px;
}
body.stories-page .featured-date { display: none; }
body.stories-page .section-head { max-width: 1200px; padding: 0 36px 28px; justify-content: center; }
body.stories-page .section-head-label { color: var(--ll-ink); font: 400 44px/1 'Amiri', serif; letter-spacing: 0; text-transform: none; }
body.stories-page .section-head-rule { display: none; }
body.stories-page .stories-grid {
  max-width: 1200px;
  padding: 0 36px 90px;
  gap: 54px 20px;
}
body.stories-page .story-card { text-align: center; }
body.stories-page .story-card-img-wrap { aspect-ratio: 4 / 3; border-radius: 14px; }
body.stories-page .story-card-title { color: var(--ll-ink); font-size: 29px; }
body.stories-page .story-card-excerpt { max-width: 330px; margin-left: auto; margin-right: auto; color: var(--ll-muted); font-size: 14px; }

/* Photos */
body.photos-page .photos-hero { max-width: 900px; padding: 76px 24px 40px; }
body.photos-page .photos-hero-label { color: #777166; font: 400 9px/1 'JetBrains Mono', monospace; letter-spacing: .18em; }
body.photos-page .photos-hero-title { color: var(--ll-ink); font: 400 clamp(54px, 7vw, 84px)/1 'Amiri', serif; }
body.photos-page .photos-hero-desc { color: var(--ll-muted); font-size: 16px; }
body.photos-page .photos-grid {
  columns: auto;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  max-width: 1328px;
  padding: 0 36px 90px;
}
body.photos-page .photo-item { width: 100%; aspect-ratio: 4 / 3; margin: 0; border-radius: 14px; }
body.photos-page .photo-item img { width: 100%; height: 100%; object-fit: cover; }

/* Shop */
body.shop-page .shop-hero { max-width: 920px; padding: 76px 30px 42px; }
body.shop-page .shop-hero::before {
  content: 'SHOP LOCAL LIVING';
  display: block;
  margin-bottom: 14px;
  color: #777166;
  font: 400 9px/1 'JetBrains Mono', monospace;
  letter-spacing: .18em;
}
body.shop-page .shop-hero h1 { color: var(--ll-ink); font: 400 clamp(48px, 6vw, 76px)/1 'Amiri', serif; }
body.shop-page .shop-hero p { color: var(--ll-muted); font-size: 16px; }
body.shop-page .filter-bar {
  width: min(1120px, calc(100% - 72px));
  padding: 14px 20px;
  border: 1px solid var(--ll-line);
  border-radius: 999px;
}
body.shop-page .filter-bar__note { font-family: 'JetBrains Mono', monospace; font-size: 9px; letter-spacing: .08em; text-transform: uppercase; }
body.shop-page .products-section { padding: 42px 0 90px; }
body.shop-page .products-grid { max-width: 1200px; padding: 0 36px; gap: 48px 22px; }
body.shop-page .product-card__image { aspect-ratio: 4 / 3; overflow: hidden; border: 1px solid #d9d7d1; border-radius: 16px; background: var(--ll-soft); }
body.shop-page .product-card__info { min-height: 0; padding: 18px 6px 0; text-align: center; }
body.shop-page .product-card__vendor { color: #777166; font: 400 8px/1 'JetBrains Mono', monospace; letter-spacing: .13em; text-transform: uppercase; }
body.shop-page .product-card__title { color: var(--ll-ink); font-size: 26px; }
body.shop-page .product-card__price { color: var(--ll-muted); font-size: 12px; }
body.shop-page .product-card__actions { justify-content: center; margin-top: 14px; }
body.shop-page .add-to-bag {
  flex: none;
  width: auto;
  height: 42px;
  min-height: 42px;
  max-height: 42px;
  padding: 0 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

/* Story article */
body.post-page .story-hero {
  width: min(1328px, calc(100% - 72px));
  height: auto;
  min-height: 0;
  aspect-ratio: 4 / 3;
  margin: 28px auto 0;
  border-radius: 24px;
}
body.post-page .story-hero::after { background: linear-gradient(to top, rgba(0, 0, 0, .25), transparent 48%); }
body.post-page .story-nav { top: 96px; left: max(36px, calc((100% - 1328px) / 2 + 24px)); right: auto; }
body.post-page .story-nav a { padding: 10px 14px; border: 1px solid rgba(255,255,255,.7); border-radius: 999px; background: rgba(0,0,0,.18); }
body.post-page .story-header { max-width: 960px; padding: 72px 36px 48px; }
body.post-page .story-title { color: var(--ll-ink); font-size: clamp(52px, 7vw, 86px); }
body.post-page .eyebrow-text { color: #777166; font: 400 8px/1 'JetBrains Mono', monospace; letter-spacing: .13em; }
body.post-page .story-body { max-width: 720px; color: #494742; font-size: 18px; line-height: 1.85; }
body.post-page .story-body img { border-radius: 14px; }
body.post-page .more-card-img { aspect-ratio: 4 / 3; object-fit: cover; border-radius: 14px; }

@media (max-width: 900px) {
  .ll-shell-left { display: none; }
  .ll-shell-nav { grid-template-columns: 1fr auto; }
  .ll-shell-logo { position: absolute; left: 50%; transform: translateX(-50%); }
  .ll-shell-right { grid-column: 2; }
  .ll-shell-right > a { display: none; }
  .ll-shell-menu { display: block; }
  body.stories-page .featured { grid-template-columns: 1fr; }
  body.stories-page .featured-img-wrap { width: 100%; }
  body.stories-page .stories-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 700px) {
  body.editorial-page { padding-top: 64px; }
  .ll-shell-header { height: 64px; }
  .ll-shell-nav { padding: 0 18px; }
  .ll-shell-logo img { width: 72px; }
  .ll-shell-cart { font-size: 9px !important; padding: 8px 10px; }
  body.editorial-page .site-footer { margin-top: 48px; padding: 26px 22px; }
  body.editorial-page .footer-bottom { flex-direction: column; }

  body.about-page .about-section,
  body.about-page .contact-section,
  body.stories-page .featured,
  body.shop-page .filter-bar,
  body.post-page .story-hero { width: calc(100% - 36px); }
  body.about-page .about-section { padding-top: 48px; }
  body.about-page .about-section h1 { margin-bottom: 28px; font-size: 52px; }
  body.about-page .about-section__photo { border-radius: 0; }
  body.about-page .about-section__text { padding: 38px 22px 42px; border-radius: 0; font-size: 15px; }
  body.about-page .contact-section { margin-top: 64px; padding-bottom: 60px; }

  body.stories-page .masthead { padding: 48px 18px 30px; }
  body.stories-page .masthead-title { font-size: 52px; }
  body.stories-page .featured { margin-bottom: 58px; border-radius: 16px; }
  body.stories-page .featured-text { padding: 34px 24px 38px; text-align: center; align-items: center; }
  body.stories-page .featured-title { max-width: 100%; font-size: 36px; overflow-wrap: anywhere; }
  body.stories-page .featured-excerpt { font-size: 15px; }
  body.stories-page .section-head { padding: 0 18px 24px; }
  body.stories-page .section-head-label { font-size: 38px; }
  body.stories-page .stories-grid { padding: 0 18px 60px; gap: 40px 10px; }
  body.stories-page .story-card-title { font-size: 24px; }
  body.stories-page .story-card-excerpt { display: none; }

  body.photos-page .photos-hero { padding: 48px 22px 30px; }
  body.photos-page .photos-hero-title { font-size: 42px; }
  body.photos-page .photos-grid { grid-template-columns: repeat(2, minmax(0,1fr)); gap: 8px; padding: 0 18px 60px; }
  body.photos-page .photo-item { border-radius: 8px; }

  body.shop-page .shop-hero { padding: 48px 22px 30px; }
  body.shop-page .shop-hero h1 { max-width: 360px; margin-inline: auto; font-size: 36px; overflow-wrap: anywhere; }
  body.shop-page .shop-hero p { font-size: 14px; }
  body.shop-page .filter-bar { border-radius: 18px; padding: 14px; }
  body.shop-page .filter-bar__left { display: none; }
  body.shop-page .filter-bar__right { width: 100%; }
  body.shop-page .products-section { padding-top: 30px; }
  body.shop-page .products-grid { padding: 0 18px; gap: 36px 10px; }
  body.shop-page .product-card__image { border-radius: 12px; }
  body.shop-page .product-card__info { padding-top: 14px; }
  body.shop-page .product-card__title { font-size: 20px; }
  body.shop-page .product-card__actions { display: flex; align-items: center; }
  body.shop-page .add-to-bag { width: 100%; height: 38px; min-height: 38px; max-height: 38px; padding: 0 12px; font-size: 11px; }

  body.post-page .story-hero { margin-top: 18px; border-radius: 16px; }
  body.post-page .story-nav { top: 86px; left: 30px; }
  body.post-page .story-nav a { font-size: 9px; }
  body.post-page .story-header { padding: 50px 22px 34px; }
  body.post-page .story-title { font-size: 50px; }
  body.post-page .story-body { --pad: 22px; padding-bottom: 80px; font-size: 16px; }
}
img{-webkit-user-drag:none;user-select:none}
