:root {
  --ink: #080807;
  --paper: #e9e4d8;
  --bone: #c9c0ae;
  --wine: #551b22;
  --line: rgba(233,228,216,.18);
  --serif: "Cormorant Garamond", Georgia, serif;
  --sans: "Inter", Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--paper); background: var(--ink); font-family: var(--sans); }
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; }
img { max-width: 100%; height: auto; }
.sr-only, .screen-reader-text { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0,0,0,0); }

.grain {
  position: fixed;
  inset: 0;
  z-index: 20;
  pointer-events: none;
  opacity: .055;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.7'/%3E%3C/svg%3E");
}

.announcement {
  height: 30px;
  display: grid;
  place-items: center;
  color: #1b1914;
  background: var(--paper);
  font-size: 9px;
  font-weight: 600;
  letter-spacing: .22em;
  text-align: center;
  text-transform: uppercase;
}

.site-header {
  height: 86px;
  position: absolute;
  top: 30px;
  left: 0;
  right: 0;
  z-index: 50;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  padding: 0 4.2vw;
  border-bottom: 1px solid var(--line);
}

.primary-nav,
.primary-nav .lf-menu {
  display: flex;
  gap: 32px;
  align-items: center;
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 11px;
  letter-spacing: .08em;
}

.primary-nav .lf-menu a,
.primary-nav > a { opacity: .82; transition: opacity .2s ease; }
.primary-nav a:hover { opacity: 1; }

.wordmark {
  display: inline-block;
  color: inherit;
  font-family: var(--serif);
  font-size: 25px;
  font-weight: 600;
  letter-spacing: .11em;
  line-height: .94;
  white-space: nowrap;
  text-align: center;
  text-transform: uppercase;
}

.wordmark i {
  display: block;
  margin-top: -2px;
  text-align: center;
  font-size: 19px;
  font-weight: 400;
  font-style: normal;
  letter-spacing: .35em;
}

.custom-logo-link { display: inline-flex; justify-content: center; align-items: center; }
.custom-logo { max-width: 210px; max-height: 64px; object-fit: contain; }

.header-actions {
  justify-self: end;
  display: flex;
  align-items: center;
  gap: 24px;
}

.header-actions a,
.header-actions button,
.menu-button {
  padding: 0;
  color: inherit;
  background: none;
  border: 0;
  cursor: pointer;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: .12em;
}

.header-actions .search-link {
  display: inline-grid;
  place-items: center;
  min-width: 24px;
  width: 24px;
  height: 24px;
  min-height: 0;
  padding: 0 !important;
  color: var(--paper) !important;
  background: transparent !important;
  border: 0 !important;
  border-radius: 0;
  box-shadow: none !important;
  line-height: 1;
  appearance: none;
  -webkit-appearance: none;
}

.header-actions .search-link svg {
  width: 15px;
  height: 15px;
  display: block;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.9;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.header-actions .search-link:hover,
.header-actions .search-link:focus {
  color: #fff !important;
  background: transparent !important;
  outline: 0;
}

.lf-large-search {
  display: flex;
  gap: 12px;
}

.lf-large-search input {
  flex: 1;
  min-width: 0;
  color: var(--paper);
  background: rgba(255,255,255,.04);
  border: 1px solid var(--line);
  padding: 15px;
  outline: 0;
}

.lf-large-search button {
  color: #111;
  background: var(--paper);
  border: 0;
  padding: 0 18px;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
  cursor: pointer;
}

.bag span {
  display: inline-grid;
  place-items: center;
  width: 21px;
  height: 21px;
  margin-left: 5px;
  border: 1px solid var(--line);
  border-radius: 50%;
}

.menu-button { display: none; width: 25px; }
.menu-button span { display: block; width: 100%; height: 1px; margin: 6px 0; background: currentColor; }

.hero {
  min-height: 820px;
  height: 100vh;
  position: relative;
  display: grid;
  place-items: center;
  overflow: hidden;
  isolation: isolate;
  background: radial-gradient(circle at 50% 36%, #25221e 0, #11100e 32%, #080807 70%);
}

.hero::before {
  content: "";
  position: absolute;
  inset: 116px 0 0;
  z-index: -3;
  background: linear-gradient(90deg, #080807 0 10%, transparent 35% 65%, #080807 90% 100%);
}

.cathedral {
  position: absolute;
  inset: 155px 7vw 0;
  z-index: -2;
  display: flex;
  justify-content: center;
  align-items: end;
  gap: 3vw;
  opacity: .72;
  filter: drop-shadow(0 0 80px rgba(206,190,157,.08));
}

.arch {
  width: 24vw;
  height: 78%;
  position: relative;
  border: 1px solid rgba(203,193,172,.23);
  border-bottom: 0;
  background: linear-gradient(90deg, rgba(255,255,255,.01), rgba(255,255,255,.04), rgba(255,255,255,.01));
  clip-path: polygon(50% 0, 100% 28%, 100% 100%, 0 100%, 0 28%);
}

.arch::before {
  content: "";
  position: absolute;
  inset: 28px;
  border: 1px solid rgba(203,193,172,.13);
  clip-path: inherit;
}

.arch-centre { width: 31vw; height: 96%; }
.arch-left, .arch-right { opacity: .55; }

.rose-window {
  width: 118px;
  aspect-ratio: 1;
  position: absolute;
  top: 21%;
  left: 50%;
  transform: translateX(-50%);
  border: 1px solid rgba(203,193,172,.32);
  border-radius: 50%;
  background: repeating-conic-gradient(from 22.5deg, transparent 0 12deg, rgba(203,193,172,.18) 13deg 14deg, transparent 15deg 42deg);
}

.rose-window::before,
.rose-window::after {
  content: "";
  position: absolute;
  inset: 20px;
  border: 1px solid rgba(203,193,172,.18);
  transform: rotate(45deg);
}

.hero-copy { margin-top: 70px; text-align: center; }
.eyebrow { margin: 0 0 20px; font-size: 9px; font-weight: 600; letter-spacing: .27em; text-transform: uppercase; }
.hero h1 { margin: 0; font-family: var(--serif); font-size: clamp(68px, 8.1vw, 126px); font-weight: 400; line-height: .73; letter-spacing: -.045em; }
.hero h1 em { font-size: .73em; font-weight: 400; font-style: italic; }
.intro { max-width: 570px; margin: 43px auto 28px; color: rgba(233,228,216,.68); font-family: var(--serif); font-size: 17px; line-height: 1.45; }

.button,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce #respond input#submit {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  min-width: 210px;
  padding: 16px 18px;
  color: #111;
  background: var(--paper);
  border: 0;
  border-radius: 0;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .11em;
  text-transform: uppercase;
  transition: .25s ease;
}

.button:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover {
  transform: translateY(-2px);
  color: #111;
  background: #fff;
}

.release-card {
  position: absolute;
  right: 4.2vw;
  bottom: 42px;
  width: 128px;
  padding: 15px;
  border: 1px solid var(--line);
  text-transform: uppercase;
}

.release-card span,
.release-card small { display: block; font-size: 8px; letter-spacing: .17em; }
.release-card strong { display: block; margin: 5px 0 -3px; font-family: var(--serif); font-size: 47px; font-weight: 400; }
.scroll-cue { position: absolute; left: 4.2vw; bottom: 44px; font-size: 8px; letter-spacing: .2em; text-transform: uppercase; }
.scroll-cue span { display: inline-block; width: 40px; height: 1px; margin-right: 12px; vertical-align: middle; background: var(--paper); }

.marquee {
  overflow: hidden;
  padding: 17px 0;
  color: #16130f;
  background: #b4aa96;
  font-family: var(--serif);
  font-size: 13px;
  letter-spacing: .13em;
  white-space: nowrap;
}
.marquee div { width: max-content; min-width: 200%; animation: marquee 25s linear infinite; }
@keyframes marquee { to { transform: translateX(-50%); } }

.collection { padding: 130px 4.2vw 150px; color: #1b1814; background: var(--paper); }
.section-heading { display: grid; grid-template-columns: 1.3fr .7fr; align-items: end; max-width: 1260px; margin: 0 auto 76px; }
.section-heading h2,
.conventions h2,
.newsletter h2,
.lf-page-header h1 {
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(54px, 6vw, 86px);
  font-weight: 400;
  line-height: .83;
  letter-spacing: -.04em;
}
.section-heading > p { max-width: 400px; margin: 0 0 5px; color: #6d665b; font-family: var(--serif); font-size: 18px; line-height: 1.5; }

.products,
.woocommerce ul.products {
  display: grid;
  grid-template-columns: 1.1fr .8fr .8fr;
  gap: 22px;
  max-width: 1500px;
  margin: auto;
  padding: 0;
  align-items: end;
  list-style: none;
}

.product-card,
.woocommerce ul.products li.product { margin: 0; width: auto; float: none; }

.product-image {
  height: 520px;
  position: relative;
  display: grid;
  place-items: center;
  overflow: hidden;
  background: #bbb1a1;
}

.product-main .product-image { height: 650px; }
.hoodie-black { background: radial-gradient(circle, #69635a 0, #3b3935 38%, #272724 100%); }
.hoodie-bone { background: radial-gradient(circle, #d4cbbb 0, #aaa08f 55%, #8c8375 100%); }
.shirt-wine { background: radial-gradient(circle, #74525a 0, #47252c 55%, #2c161a 100%); }

.edition {
  position: absolute;
  top: 20px;
  left: 20px;
  z-index: 2;
  padding: 7px 9px;
  color: var(--paper);
  border: 1px solid rgba(255,255,255,.28);
  font-size: 8px;
  letter-spacing: .15em;
  text-transform: uppercase;
}

.hoodie-shape,
.shirt-shape {
  width: 55%;
  height: 57%;
  position: relative;
  border-radius: 34% 34% 8% 8%;
  background: #111210;
  box-shadow: 0 35px 45px rgba(0,0,0,.38), inset 0 0 35px rgba(255,255,255,.025);
  transition: transform .5s ease;
}

.hoodie-shape::before {
  content: "";
  position: absolute;
  width: 70%;
  height: 42%;
  top: -25%;
  left: 15%;
  border-radius: 50% 50% 30% 30%;
  background: inherit;
  box-shadow: inset 0 8px 20px rgba(255,255,255,.04);
}

.hoodie-shape::after,
.shirt-shape::after {
  content: "";
  position: absolute;
  width: 155%;
  height: 45%;
  top: 4%;
  left: -27.5%;
  z-index: -1;
  border-radius: 35% 35% 15% 15%;
  background: inherit;
}

.hoodie-bone .hoodie-shape { background: #c6bdab; }
.shirt-shape { height: 62%; border-radius: 8%; background: #35171e; }
.print-mark { position: absolute; top: 34%; left: 50%; transform: translateX(-50%); color: rgba(225,214,193,.65); font-family: var(--serif); font-size: 42px; font-style: normal; letter-spacing: .05em; }
.shirt-shape .print-mark { color: rgba(225,214,193,.5); }
.product-image:hover .hoodie-shape,
.product-image:hover .shirt-shape { transform: scale(1.04) rotate(-1deg); }

.lf-product-photo {
  width: 82%;
  height: 82%;
  object-fit: contain;
  filter: drop-shadow(0 35px 45px rgba(0,0,0,.38));
  transition: transform .5s ease;
}
.product-image:hover .lf-product-photo { transform: scale(1.035) rotate(-1deg); }

.quick-view {
  position: absolute;
  right: 0;
  bottom: 0;
  padding: 14px 17px;
  color: #15130f;
  background: var(--paper);
  font-size: 9px;
  font-weight: 600;
  letter-spacing: .1em;
  text-transform: uppercase;
  transform: translateY(100%);
  transition: .25s ease;
}
.product-image:hover .quick-view { transform: translateY(0); }

.product-info { display: flex; justify-content: space-between; gap: 15px; margin-top: 16px; }
.product-info h3,
.product-info span { margin: 0; font-family: var(--serif); font-size: 20px; font-weight: 600; }
.product-card > p { margin: 5px 0 0; color: #716a5e; font-size: 9px; letter-spacing: .1em; text-transform: uppercase; }

.manifesto { min-height: 730px; position: relative; display: grid; grid-template-columns: 1fr 1fr; overflow: hidden; background: #0b0b09; }
.manifesto::before { content: ""; position: absolute; inset: 0; background: radial-gradient(circle at 25% 45%, rgba(117,25,33,.24), transparent 38%), linear-gradient(120deg, transparent 48%, rgba(255,255,255,.04) 48.2%, transparent 48.4%); }
.manifesto-mark { align-self: center; position: relative; z-index: 1; text-align: center; color: rgba(233,228,216,.12); font-family: var(--serif); font-size: 350px; letter-spacing: -.35em; transform: translateX(-13%); }
.manifesto-mark span { color: rgba(233,228,216,.05); }
.manifesto-copy { align-self: center; position: relative; z-index: 1; max-width: 530px; padding: 80px 5vw 80px 0; }
blockquote { margin: 0 0 42px; font-family: var(--serif); font-size: clamp(55px, 6vw, 88px); line-height: .88; letter-spacing: -.035em; }
.manifesto-copy > p:not(.eyebrow) { max-width: 430px; color: #9b9488; font-family: var(--serif); font-size: 18px; line-height: 1.6; }
.manifesto-copy > a { display: inline-block; margin-top: 22px; padding-bottom: 7px; border-bottom: 1px solid #6d675d; font-size: 9px; letter-spacing: .15em; text-transform: uppercase; }
.manifesto-copy > a span { margin-left: 45px; }

.conventions { padding: 130px 4.2vw; color: #1b1814; background: #b4aa96; display: grid; grid-template-columns: .75fr 1.25fr; gap: 8vw; }
.convention-copy > p:last-child { max-width: 370px; margin-top: 32px; font-family: var(--serif); font-size: 18px; line-height: 1.5; }
.event-list { border-top: 1px solid rgba(27,24,20,.35); }
.event-list > a { display: grid; grid-template-columns: 130px 1fr auto; align-items: center; padding: 28px 12px; border-bottom: 1px solid rgba(27,24,20,.35); transition: padding .2s ease; }
.event-list > a:hover { padding-left: 22px; }
.event-list time { display: flex; align-items: end; gap: 6px; }
.event-list time strong { font-family: var(--serif); font-size: 32px; font-weight: 500; }
.event-list h3 { margin: 0; font-family: var(--serif); font-size: 25px; }
.event-list p { margin: 4px 0 0; font-size: 9px; letter-spacing: .09em; text-transform: uppercase; }
.event-list > a > span {
  font-family: var(--sans);
  font-size: 18px;
  color: #1b1814;
  line-height: 1;
}

.newsletter { padding: 125px 20px; text-align: center; background: #11100e; }
.newsletter .ornament { display: block; margin-bottom: 35px; color: #8e8472; font-size: 20px; }
.newsletter h2 { font-size: clamp(55px, 6vw, 78px); }
.newsletter > p:not(.eyebrow) { max-width: 500px; margin: 25px auto 40px; color: #918b80; font-family: var(--serif); font-size: 17px; }
.newsletter form { display: flex; max-width: 520px; margin: auto; border-bottom: 1px solid #6f695f; }
.newsletter input { flex: 1; min-width: 0; padding: 16px 3px; color: var(--paper); background: transparent; border: 0; outline: 0; }
.newsletter button { color: var(--paper); background: transparent; border: 0; font-size: 9px; letter-spacing: .12em; text-transform: uppercase; cursor: pointer; }

footer {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 26px;
  padding: 48px 4.2vw;
  border-top: 1px solid var(--line);
}

footer .footer-links,
footer .lf-footer-menu {
  display: flex;
  gap: 25px;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 9px;
  letter-spacing: .1em;
  text-transform: uppercase;
}

footer small { justify-self: end; color: #777168; font-size: 8px; letter-spacing: .08em; text-transform: uppercase; }

.lf-page,
.lf-woo {
  min-height: 70vh;
  padding: 190px 4.2vw 110px;
  color: var(--paper);
  background:
    radial-gradient(circle at 50% 0, rgba(85,27,34,.18), transparent 34%),
    #0b0b09;
}

.lf-page-header {
  max-width: 1180px;
  margin: 0 auto 70px;
  text-align: center;
}

.lf-page-header p {
  max-width: 560px;
  margin: 22px auto 0;
  color: #9b9488;
  font-family: var(--serif);
  font-size: 18px;
  line-height: 1.5;
}

.lf-content {
  max-width: 920px;
  margin: 0 auto;
}

.entry-content {
  color: #d5ccbc;
  font-family: var(--serif);
  font-size: 20px;
  line-height: 1.75;
}

.entry-content a { border-bottom: 1px solid rgba(233,228,216,.35); }
.entry-content h2,
.entry-content h3 { color: var(--paper); font-family: var(--serif); line-height: 1; }
.lf-featured-image { max-width: 1100px; margin: 0 auto 48px; }
.lf-featured-image img { width: 100%; display: block; }

.lf-post-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 26px;
  max-width: 1260px;
  margin: 0 auto;
}

.lf-post-card {
  padding: 18px;
  border: 1px solid var(--line);
  background: rgba(255,255,255,.025);
}

.lf-post-card img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; margin-bottom: 18px; }
.lf-post-card time { color: #8e8472; font-size: 9px; letter-spacing: .16em; text-transform: uppercase; }
.lf-post-card h2 { margin: 12px 0; font-family: var(--serif); font-size: 32px; line-height: .95; }
.lf-post-card p { color: #9b9488; font-family: var(--serif); font-size: 17px; line-height: 1.45; }

.lf-search-page {
  max-width: 1260px;
  margin: 0 auto;
}

.lf-large-search {
  max-width: 720px;
  margin: 0 auto 54px;
}

.lf-empty-search {
  max-width: 560px;
  margin: 0 auto;
  color: #9b9488;
  font-family: var(--serif);
  font-size: 20px;
  line-height: 1.55;
  text-align: center;
}

/* WooCommerce */
.lf-woo .woocommerce {
  max-width: 1320px;
  margin: 0 auto;
}

.woocommerce .woocommerce-result-count,
.woocommerce .woocommerce-ordering,
.woocommerce .woocommerce-breadcrumb {
  color: #9b9488;
  font-size: 10px;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.woocommerce .woocommerce-ordering select,
.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea,
.woocommerce form .form-row select,
.woocommerce .quantity .qty,
.woocommerce-cart table.cart td.actions .coupon .input-text {
  min-height: 48px;
  color: var(--paper);
  background: rgba(255,255,255,.035);
  border: 1px solid var(--line);
  border-radius: 0;
  padding: 12px;
}

.woocommerce ul.products::before,
.woocommerce ul.products::after { content: none; display: none; }

.woocommerce ul.products li.product a img {
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  background: #292621;
  margin: 0 0 18px;
}

.woocommerce ul.products li.product .woocommerce-loop-product__title {
  color: var(--paper);
  font-family: var(--serif);
  font-size: 24px;
  line-height: 1;
  padding: 0;
}

.woocommerce ul.products li.product .price,
.woocommerce div.product p.price,
.woocommerce div.product span.price {
  color: var(--bone);
  font-family: var(--serif);
  font-size: 22px;
}

.woocommerce span.onsale {
  min-height: auto;
  min-width: auto;
  padding: 8px 10px;
  color: #111;
  background: var(--paper);
  border-radius: 0;
  font-size: 9px;
  letter-spacing: .14em;
  line-height: 1;
  text-transform: uppercase;
}

.woocommerce div.product {
  display: grid;
  grid-template-columns: minmax(0, .95fr) minmax(0, 1.05fr);
  gap: 7vw;
  align-items: start;
}

.woocommerce div.product div.images,
.woocommerce div.product div.summary {
  float: none;
  width: auto;
}

.woocommerce div.product div.images img {
  background: radial-gradient(circle, #69635a 0, #3b3935 38%, #272724 100%);
}

.woocommerce div.product .product_title {
  margin: 0 0 22px;
  font-family: var(--serif);
  font-size: clamp(58px, 6vw, 92px);
  font-weight: 400;
  line-height: .82;
  letter-spacing: -.04em;
}

.woocommerce-product-details__short-description {
  color: #b7ae9f;
  font-family: var(--serif);
  font-size: 20px;
  line-height: 1.6;
}

.woocommerce div.product form.cart {
  margin: 34px 0;
}

.woocommerce div.product form.cart .variations label {
  color: var(--paper);
  font-size: 10px;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.woocommerce div.product .woocommerce-tabs ul.tabs {
  padding: 0;
  margin: 60px 0 24px;
}

.woocommerce div.product .woocommerce-tabs ul.tabs::before { border-bottom-color: var(--line); }
.woocommerce div.product .woocommerce-tabs ul.tabs li {
  background: transparent;
  border-color: var(--line);
  border-radius: 0;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a {
  color: var(--paper);
  font-size: 10px;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.woocommerce table.shop_table {
  border-color: var(--line);
  border-radius: 0;
}

.woocommerce table.shop_table th,
.woocommerce table.shop_table td {
  border-color: var(--line);
}

.woocommerce-cart .cart-collaterals .cart_totals,
.woocommerce-checkout #order_review,
.woocommerce-checkout #customer_details {
  color: var(--paper);
  background: rgba(255,255,255,.025);
  border: 1px solid var(--line);
  padding: 24px;
}

.woocommerce-error,
.woocommerce-info,
.woocommerce-message {
  color: #1b1914;
  background: var(--paper);
  border-top-color: var(--wine);
}

.woocommerce-error a,
.woocommerce-info a,
.woocommerce-message a { color: #1b1914; font-weight: 700; }

@media (max-width: 850px) {
  .announcement { padding: 0 14px; font-size: 8px; }
  .site-header { grid-template-columns: 1fr auto 1fr; height: 74px; padding: 0 22px; }
  .primary-nav {
    display: none;
    position: absolute;
    top: 74px;
    left: 0;
    right: 0;
    padding: 22px;
    background: rgba(8,8,7,.96);
    border-bottom: 1px solid var(--line);
  }
  .primary-nav.is-open,
  .primary-nav.is-open .lf-menu { display: grid; gap: 18px; }
  .menu-button { display: block; }
  .custom-logo { max-width: 160px; max-height: 52px; }
  .hero { min-height: 740px; height: 100svh; }
  .cathedral { inset: 145px -30vw 0; }
  .arch { width: 42vw; }
  .arch-centre { width: 70vw; }
  .hero h1 { font-size: clamp(61px, 18vw, 90px); line-height: .77; }
  .hero-copy { margin-top: 30px; padding: 0 20px; }
  .intro { font-size: 16px; }
  .release-card { right: 18px; bottom: 22px; }
  .scroll-cue { left: 18px; bottom: 25px; }
  .collection { padding: 90px 18px; }
  .section-heading { grid-template-columns: 1fr; gap: 34px; margin-bottom: 45px; }
  .section-heading h2 { font-size: 57px; }
  .products,
  .woocommerce ul.products { grid-template-columns: 1fr; gap: 50px; }
  .product-image,
  .product-main .product-image { height: 125vw; max-height: 620px; }
  .manifesto { grid-template-columns: 1fr; min-height: 680px; }
  .manifesto-mark { position: absolute; inset: 10% 0 auto; font-size: 270px; opacity: .75; }
  .manifesto-copy { padding: 100px 25px; }
  .conventions { grid-template-columns: 1fr; padding: 90px 20px; }
  .event-list > a { grid-template-columns: 90px 1fr auto; padding-left: 0; padding-right: 0; }
  .newsletter form { max-width: 100%; }
  footer { grid-template-columns: 1fr; gap: 35px; text-align: center; }
  footer .wordmark,
  footer small { justify-self: center; }
  footer .footer-links,
  footer .lf-footer-menu { justify-content: center; flex-wrap: wrap; }
  .lf-page,
  .lf-woo { padding: 155px 20px 85px; }
  .lf-post-grid { grid-template-columns: 1fr; }
  .woocommerce div.product { display: block; }
  .woocommerce div.product .summary { margin-top: 38px; }
}

@media (max-width: 460px) {
  .announcement { font-size: 7px; letter-spacing: .14em; }
  .site-header { padding: 0 18px; }
  .site-header .wordmark { font-size: 20px; }
  .site-header .wordmark i { font-size: 15px; }
  .bag { font-size: 0 !important; }
  .bag span { font-size: 10px; }
  .hero h1 { font-size: 65px; }
  .hero h1 em { font-size: .68em; }
  .button { min-width: 225px; }
  .release-card { width: 105px; }
  .release-card strong { font-size: 38px; }
  .scroll-cue span { width: 20px; }
  .event-list h3 { font-size: 20px; }
  .newsletter form { display: grid; gap: 16px; border-bottom: 0; }
  .newsletter input { border-bottom: 1px solid #6f695f; text-align: center; }
  .lf-large-search { display: grid; }
  .lf-large-search button { min-height: 46px; }
}
