:root {
  --hp-ink: #111111;
  --hp-paper: #ffffff;
  --hp-soft: #f2f2ef;
  --hp-line: #d7d7d2;
  --hp-muted: #686862;
  --hp-accent: #f6b51b;
  --hp-signal: #b7f24a;
  --hp-alert: #cf3f36;
  --hp-max: 1344px;
  --hp-gutter: 48px;
  --hp-header-height: 112px;
}

*, *::before, *::after { box-sizing: border-box; }
html { overflow-x: clip; scroll-behavior: smooth; }
body {
  margin: 0;
  overflow-x: clip;
  background: var(--hp-paper);
  color: var(--hp-ink);
  font-family: Inter, Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.45;
  letter-spacing: 0;
  -webkit-font-smoothing: antialiased;
}
body.hp-menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; height: auto; }
button, input, select, textarea { font: inherit; letter-spacing: 0; }
button, a { -webkit-tap-highlight-color: transparent; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 {
  font-family: Impact, Haettenschweiler, "Arial Narrow Bold", "Arial Black", sans-serif;
  font-weight: 900;
  line-height: .96;
  text-transform: uppercase;
  letter-spacing: 0;
}
h1 { font-size: 72px; }
h2 { font-size: 52px; }
h3 { font-size: 24px; }
.hp-shell { width: min(calc(100% - (var(--hp-gutter) * 2)), var(--hp-max)); margin-inline: auto; }
.hp-kicker {
  margin-bottom: 16px;
  color: var(--hp-muted);
  font-size: 12px;
  font-weight: 800;
  line-height: 1.2;
  text-transform: uppercase;
}
.screen-reader-text {
  position: absolute !important;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.screen-reader-text:focus {
  z-index: 100000;
  top: 8px;
  left: 8px;
  width: auto;
  height: auto;
  padding: 12px 16px;
  clip: auto;
  background: var(--hp-paper);
  color: var(--hp-ink);
}
.hp-icon { flex: 0 0 auto; }
.hp-icon-button {
  position: relative;
  display: inline-grid;
  width: 44px;
  height: 44px;
  padding: 0;
  place-items: center;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: inherit;
  cursor: pointer;
}
.hp-icon-button::after { position: absolute; inset: 5px; border: 1px solid transparent; content: ""; transition: border-color .18s ease; }
.hp-icon-button:hover::after, .hp-icon-button:focus-visible::after { border-color: currentColor; }
.hp-icon-button--dark { background: var(--hp-ink); color: var(--hp-paper); }
.hp-button {
  display: inline-flex;
  min-height: 54px;
  padding: 15px 22px;
  align-items: center;
  justify-content: center;
  gap: 22px;
  border: 1px solid var(--hp-ink);
  border-radius: 0;
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
  transition: background-color .18s ease, color .18s ease;
}
.hp-button--signal { background: var(--hp-signal); color: var(--hp-ink); }
.hp-button--signal:hover { background: var(--hp-paper); }
.hp-text-link, .hp-section-heading > a {
  display: inline-flex;
  align-items: center;
  gap: 18px;
  padding-bottom: 5px;
  border-bottom: 1px solid currentColor;
  font-size: 13px;
  font-weight: 800;
}

.hp-site-header {
  position: sticky;
  z-index: 100;
  top: 0;
  border-bottom: 1px solid var(--hp-line);
  background: var(--hp-paper);
  transition: transform .24s ease;
}
.hp-site-header.is-hidden { transform: translateY(-100%); }
.hp-announcement {
  display: flex;
  min-height: 36px;
  padding: 8px 20px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  background: var(--hp-ink);
  color: var(--hp-paper);
  font-size: 11px;
  font-weight: 800;
  text-align: center;
}
.hp-header-inner { position: relative; display: grid; min-height: 76px; grid-template-columns: 1fr auto 1fr; align-items: center; }
.hp-primary-nav { justify-self: start; }
.hp-nav-list, .hp-mobile-nav__list, .hp-footer-menu { padding: 0; margin: 0; list-style: none; }
.hp-nav-list { display: flex; align-items: center; gap: 28px; }
.hp-nav-list a { font-size: 12px; font-weight: 800; }
.hp-nav-list a:hover { color: #6d4d00; }
.hp-wordmark {
  display: inline-grid;
  grid-template-columns: auto auto;
  grid-template-rows: auto auto;
  align-items: end;
  justify-self: center;
  line-height: .76;
  text-transform: uppercase;
}
.hp-wordmark span { grid-column: 1 / -1; font-size: 12px; font-weight: 900; }
.hp-wordmark strong { font-family: Impact, "Arial Black", sans-serif; font-size: 30px; letter-spacing: 0; }
.hp-wordmark small { margin-left: 4px; font-size: 10px; font-weight: 900; }
.hp-logo-slot { display: grid; justify-self: center; place-items: center; }
.hp-logo-slot .custom-logo-link { display: grid; place-items: center; }
.hp-logo-slot .custom-logo { width: auto; max-width: 190px; max-height: 48px; object-fit: contain; }
.hp-header-actions { display: flex; justify-self: end; align-items: center; gap: 4px; }
.hp-menu-toggle { display: none; }
.hp-cart-count {
  position: absolute;
  top: 3px;
  right: 1px;
  display: grid;
  width: 18px;
  height: 18px;
  place-items: center;
  border: 1px solid var(--hp-ink);
  background: var(--hp-signal);
  color: var(--hp-ink);
  font-size: 10px;
  font-weight: 900;
  line-height: 1;
}
.hp-mobile-nav { position: fixed; z-index: 99; inset: 112px 0 0; padding: 20px 24px 40px; background: var(--hp-paper); overflow-y: auto; }
.hp-mobile-nav__list > li { border-bottom: 1px solid var(--hp-line); }
.hp-mobile-nav__list a { display: block; padding: 18px 0; font-family: Impact, "Arial Black", sans-serif; font-size: 28px; text-transform: uppercase; }
.hp-mobile-nav__shop { display: flex; min-height: 58px; margin-top: 28px; padding: 16px; align-items: center; justify-content: space-between; background: var(--hp-signal); font-size: 13px; font-weight: 900; }

.hp-hero { position: relative; min-height: calc(100svh - 170px); max-height: 720px; overflow: hidden; background: var(--hp-ink); color: var(--hp-paper); isolation: isolate; }
.hp-hero::after { position: absolute; z-index: -1; inset: 0 50% 0 0; background: var(--hp-ink); content: ""; }
.hp-hero__media { position: absolute; z-index: -2; inset: 0 0 0 50%; overflow: hidden; background: #e9e7df; }
.hp-hero__slide { position: absolute; inset: 0; opacity: 1; transition: opacity .28s ease; }
.hp-hero__slide[hidden] { display: block; opacity: 0; pointer-events: none; }
.hp-hero__media img { width: 100%; height: 100%; object-fit: cover; object-position: center; mix-blend-mode: normal; }
.hp-hero__content { display: flex; min-height: inherit; padding-block: 66px 82px; flex-direction: column; align-items: flex-start; justify-content: center; }
.hp-hero__kicker { color: var(--hp-signal); }
.hp-hero h1 { width: min(620px, 47%); margin-bottom: 22px; font-size: 72px; }
.hp-hero__copy { width: min(500px, 45%); margin-bottom: 30px; font-size: 18px; line-height: 1.4; }
.hp-hero__controls { position: absolute; right: 24px; bottom: 22px; display: flex; align-items: center; gap: 7px; }
.hp-hero__controls > button { display: grid; width: 38px; height: 38px; padding: 0; place-items: center; border: 1px solid var(--hp-paper); border-radius: 0; background: rgba(17,17,17,.82); color: var(--hp-paper); cursor: pointer; }
.hp-hero__controls > div { display: flex; padding: 0 8px; align-items: center; gap: 7px; }
.hp-hero__controls > div button { width: 28px; height: 3px; padding: 0; border: 0; border-radius: 0; background: rgba(255,255,255,.45); cursor: pointer; }
.hp-hero__controls > div button[aria-current="true"] { background: var(--hp-signal); }
.hp-brand-line { overflow: hidden; border-bottom: 1px solid var(--hp-ink); background: var(--hp-accent); }
.hp-brand-line__identity { display: grid; min-height: 190px; padding: 30px var(--hp-gutter); place-items: center; align-content: center; gap: 14px; text-align: center; text-transform: uppercase; }
.hp-brand-line__identity strong { font-family: Impact, "Arial Black", sans-serif; font-size: 58px; line-height: 1; }
.hp-brand-line__identity span { font-size: 11px; font-weight: 900; }

.hp-home-products { padding: 96px 0 110px; }
.hp-section-heading { display: flex; margin-bottom: 42px; align-items: end; justify-content: space-between; }
.hp-section-heading h2 { margin: 0; }
.hp-product-rail { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.hp-product-card { min-width: 0; border: 1px solid var(--hp-line); background: var(--hp-paper); }
.hp-product-card__media { position: relative; display: block; aspect-ratio: 1 / 1; overflow: hidden; background: var(--hp-soft); }
.hp-product-card__media img { width: 100%; height: 100%; object-fit: contain; transition: opacity .2s ease, transform .25s ease; }
.hp-product-card:hover .hp-product-card__media img { opacity: .9; transform: scale(1.015); }
.hp-product-card__badge { position: absolute; z-index: 2; top: 12px; left: 12px; padding: 6px 9px; background: var(--hp-alert); color: var(--hp-paper); font-size: 10px; font-weight: 900; }
.hp-product-card__body { min-height: 164px; padding: 20px; display: flex; flex-direction: column; justify-content: space-between; gap: 20px; border-top: 1px solid var(--hp-line); }
.hp-product-card__type { margin: 0 0 8px; color: var(--hp-muted); font-size: 10px; font-weight: 800; }
.hp-product-card h3 { margin: 0; font-size: 25px; line-height: 1; }
.hp-product-card__footer { display: flex; min-height: 44px; align-items: center; justify-content: space-between; gap: 12px; }
.hp-product-card__price { font-size: 15px; font-weight: 800; }
.hp-product-card__price del { color: var(--hp-muted); font-weight: 500; }

.hp-collections { padding: 0 16px 96px; }
.hp-collection-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 12px; }
.hp-collection-tile { position: relative; display: flex; min-height: 610px; padding: 24px; overflow: hidden; flex-direction: column; justify-content: flex-end; background: var(--hp-soft); color: var(--hp-paper); isolation: isolate; }
.hp-collection-tile::after { position: absolute; z-index: -1; inset: 45% 0 0; background: linear-gradient(transparent, rgba(0,0,0,.84)); content: ""; }
.hp-collection-tile img { position: absolute; z-index: -2; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: transform .3s ease; }
.hp-collection-tile:hover img { transform: scale(1.02); }
.hp-collection-tile > span { position: absolute; top: 22px; left: 22px; display: grid; width: 34px; height: 34px; place-items: center; background: var(--hp-paper); color: var(--hp-ink); font-size: 11px; font-weight: 900; }
.hp-collection-tile strong { max-width: 88%; font-family: Impact, "Arial Black", sans-serif; font-size: 42px; line-height: .98; text-transform: uppercase; }
.hp-collection-tile small { display: flex; margin-top: 17px; align-items: center; gap: 12px; font-size: 11px; font-weight: 900; }

.hp-review-carousel { padding: 82px 0 104px; border-block: 1px solid var(--hp-ink); background: var(--hp-paper); }
.hp-review-carousel__head { display: flex; align-items: center; justify-content: space-between; }
.hp-review-carousel__controls { display: flex; align-items: center; gap: 14px; }
.hp-review-carousel__controls button { display: grid; width: 44px; height: 44px; padding: 0; place-items: center; border: 1px solid var(--hp-ink); border-radius: 0; background: var(--hp-paper); cursor: pointer; }
.hp-review-carousel__controls button:first-child .hp-icon { transform: rotate(180deg); }
.hp-review-carousel__controls > span { min-width: 50px; font-size: 11px; font-weight: 900; text-align: center; }
.hp-review-carousel__slides { min-height: 380px; }
.hp-review-slide { display: grid; min-height: 380px; padding: 36px 8%; place-items: center; align-content: center; text-align: center; }
.hp-review-slide[hidden] { display: none; }
.hp-review-slide__stars { margin-bottom: 26px; color: var(--hp-accent); font-size: 22px; }
.hp-review-slide blockquote { max-width: 980px; margin: 0; font-family: Impact, "Arial Black", sans-serif; font-size: 50px; font-weight: 900; line-height: 1.05; text-transform: uppercase; }
.hp-review-slide footer { display: grid; margin-top: 28px; gap: 2px; font-size: 13px; }
.hp-review-slide footer span { color: var(--hp-muted); font-size: 11px; }

.hp-story-duo { display: grid; grid-template-columns: 1fr 1fr; background: var(--hp-soft); }
.hp-story-card { min-width: 0; border-bottom: 1px solid var(--hp-ink); }
.hp-story-card + .hp-story-card { border-left: 1px solid var(--hp-ink); }
.hp-story-card figure { aspect-ratio: 16 / 11; margin: 0; overflow: hidden; background: var(--hp-paper); }
.hp-story-card figure img { width: 100%; height: 100%; object-fit: cover; }
.hp-story-card > div { min-height: 330px; padding: 42px 48px 48px; }
.hp-story-card h2 { margin-bottom: 18px; font-size: 55px; }
.hp-story-card > div > p:not(.hp-kicker) { max-width: 520px; margin-bottom: 26px; color: var(--hp-muted); font-size: 17px; }
.hp-story-card .hp-button { background: var(--hp-paper); }
.hp-story-card .hp-button:hover { background: var(--hp-signal); }

.hp-story-split { display: grid; min-height: 730px; grid-template-columns: 1fr 1fr; background: var(--hp-ink); color: var(--hp-paper); }
.hp-story-split__copy { display: flex; padding: 80px max(48px, calc((100vw - var(--hp-max)) / 2)); flex-direction: column; align-items: flex-start; justify-content: center; }
.hp-story-split__copy .hp-kicker { color: var(--hp-signal); }
.hp-story-split__copy h2 { max-width: 650px; margin-bottom: 28px; font-size: 58px; }
.hp-story-split__copy > p:not(.hp-kicker) { max-width: 560px; margin-bottom: 32px; color: #d5d5d0; font-size: 18px; }
.hp-story-split__media { margin: 0; overflow: hidden; background: var(--hp-accent); }
.hp-story-split__media img { width: 100%; height: 100%; object-fit: cover; }

.hp-why-split { display: grid; min-height: 720px; grid-template-columns: 1fr 1fr; background: var(--hp-paper); }
.hp-why-split__media { margin: 0; overflow: hidden; background: var(--hp-soft); }
.hp-why-split__media img { width: 100%; height: 100%; object-fit: cover; }
.hp-why-split__copy { display: flex; padding: 70px max(48px, calc((100vw - var(--hp-max)) / 2)); flex-direction: column; align-items: flex-start; justify-content: center; }
.hp-why-split__copy h2 { max-width: 650px; margin-bottom: 26px; font-size: 58px; }
.hp-why-split__copy > p:not(.hp-kicker) { max-width: 600px; color: var(--hp-muted); font-size: 17px; }
.hp-why-split__copy .hp-text-link { margin-top: 18px; }

.hp-manifesto { min-height: 620px; padding: 80px 0; display: flex; align-items: center; background: var(--hp-ink); color: var(--hp-paper); text-align: center; }
.hp-manifesto .hp-shell { display: grid; justify-items: center; }
.hp-manifesto span { display: grid; width: 52px; height: 52px; margin-bottom: 34px; place-items: center; border: 1px solid var(--hp-paper); font-size: 27px; }
.hp-manifesto h2 { max-width: 1120px; margin-bottom: 30px; font-size: 80px; }
.hp-manifesto p { margin: 0; color: var(--hp-signal); font-size: 13px; font-weight: 900; text-transform: uppercase; }

.hp-principles { padding: 112px 0; }
.hp-principles h2 { margin-bottom: 55px; font-size: 72px; }
.hp-principles__grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--hp-ink); border-bottom: 1px solid var(--hp-ink); }
.hp-principles__grid article { min-height: 310px; padding: 28px 34px 32px 0; }
.hp-principles__grid article + article { padding-left: 34px; border-left: 1px solid var(--hp-ink); }
.hp-principles__grid span { display: block; margin-bottom: 74px; color: var(--hp-muted); font-size: 12px; font-weight: 800; }
.hp-principles__grid h3 { margin-bottom: 16px; }
.hp-principles__grid p { max-width: 330px; margin: 0; color: var(--hp-muted); }

.hp-compare { padding: 100px 0 112px; background: var(--hp-soft); }
.hp-compare h2 { margin-bottom: 44px; }
.hp-table-scroll { overflow-x: auto; }
.hp-compare table { width: 100%; min-width: 850px; border-collapse: collapse; background: var(--hp-paper); }
.hp-compare th, .hp-compare td { width: 25%; padding: 22px 20px; border: 1px solid var(--hp-ink); text-align: left; }
.hp-compare thead th { height: 92px; vertical-align: bottom; font-size: 12px; }
.hp-compare tbody th { font-size: 13px; }
.hp-compare td { font-size: 14px; }
.hp-compare tr > :nth-child(2) { background: var(--hp-signal); font-weight: 800; }

.hp-faq { padding: 108px 0; }
.hp-faq__grid { display: grid; grid-template-columns: minmax(0, .8fr) minmax(0, 1.2fr); gap: 80px; }
.hp-faq h2 { margin-bottom: 32px; }
.hp-accordions { border-top: 1px solid var(--hp-ink); }
.hp-accordion { border-bottom: 1px solid var(--hp-ink); }
.hp-accordion__trigger { display: flex; width: 100%; min-height: 74px; padding: 20px 0; align-items: center; justify-content: space-between; gap: 24px; border: 0; background: transparent; color: inherit; font-weight: 800; text-align: left; cursor: pointer; }
.hp-accordion__trigger .hp-icon { transition: transform .2s ease; }
.hp-accordion__trigger[aria-expanded="true"] .hp-icon { transform: rotate(45deg); }
.hp-accordion__panel { overflow: hidden; }
.hp-accordion__panel p { max-width: 720px; padding: 0 48px 24px 0; margin: 0; color: var(--hp-muted); }

.hp-service-strip { border-block: 1px solid var(--hp-ink); background: var(--hp-signal); }
.hp-service-strip__grid { display: grid; grid-template-columns: repeat(3, 1fr); }
.hp-service-strip__grid > div { display: flex; min-height: 108px; padding: 24px; flex-direction: column; align-items: center; justify-content: center; text-align: center; }
.hp-service-strip__grid > div + div { border-left: 1px solid var(--hp-ink); }
.hp-service-strip strong { font-size: 13px; }
.hp-service-strip span { margin-top: 5px; font-size: 12px; }
.hp-site-footer { padding: 76px 0 24px; background: var(--hp-ink); color: var(--hp-paper); }
.hp-footer-grid { display: grid; padding-bottom: 74px; grid-template-columns: 1.25fr .75fr 1fr; gap: 70px; }
.hp-wordmark--footer { justify-self: start; margin-bottom: 24px; }
.hp-footer-brand p { max-width: 350px; color: #a9a9a4; }
.hp-site-footer h2 { margin-bottom: 22px; font-family: inherit; font-size: 12px; line-height: 1.2; }
.hp-footer-menu li + li { margin-top: 10px; }
.hp-footer-menu a, .hp-footer-contact p, .hp-footer-contact a { color: #c7c7c1; font-size: 13px; }
.hp-footer-contact a { display: inline-flex; margin-top: 16px; align-items: center; gap: 16px; color: var(--hp-paper); font-weight: 800; }
.hp-footer-bottom { display: flex; padding-top: 20px; justify-content: space-between; border-top: 1px solid #353532; color: #8e8e89; font-size: 10px; font-weight: 800; }

.hp-page-header { max-width: 1000px; margin-bottom: 58px; }
.hp-page-header h1 { margin-bottom: 0; }
.hp-content-layout, .hp-prose { padding-block: 88px 112px; }
.hp-post-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.hp-post-card { border-bottom: 1px solid var(--hp-ink); }
.hp-post-card > a { display: block; aspect-ratio: 4 / 3; margin-bottom: 18px; overflow: hidden; background: var(--hp-soft); }
.hp-post-card img { width: 100%; height: 100%; object-fit: cover; }
.hp-post-card h2 { font-size: 28px; }
.hp-prose { max-width: 1020px; }
.hp-prose__content { font-size: 18px; }
.hp-prose__content > * { max-width: 760px; }
.hp-prose__content > .alignwide { max-width: var(--hp-max); }
.hp-prose__content a { text-decoration: underline; }
.hp-prose__content h2 { margin-top: 64px; }
.hp-article__hero { width: 100%; margin-bottom: 48px; }

@media (max-width: 1100px) {
  :root { --hp-gutter: 28px; }
  h1 { font-size: 60px; }
  h2 { font-size: 44px; }
  .hp-nav-list { gap: 18px; }
  .hp-hero h1 { font-size: 62px; }
  .hp-story-split__copy { padding-inline: 44px; }
  .hp-review-slide blockquote { font-size: 42px; }
  .hp-product-rail { grid-template-columns: repeat(3, minmax(260px, 1fr)); overflow-x: auto; scroll-snap-type: x mandatory; }
  .hp-product-card { scroll-snap-align: start; }
}

@media (max-width: 767px) {
  :root { --hp-gutter: 18px; --hp-header-height: 96px; }
  body { font-size: 15px; }
  h1 { font-size: 46px; }
  h2 { font-size: 38px; }
  .hp-site-header { position: relative; }
  .hp-site-header.is-hidden { transform: none; }
  .hp-announcement { min-height: 32px; padding-block: 7px; font-size: 10px; }
  .hp-header-inner { min-height: 64px; }
  .hp-primary-nav { display: none; }
  .hp-menu-toggle { display: inline-grid; justify-self: start; }
  .hp-wordmark strong { font-size: 25px; }
  .hp-header-actions .hp-icon-button:first-child { display: none; }
  .hp-mobile-nav { inset: 96px 0 0; }
  .hp-hero { min-height: 650px; max-height: none; }
  .hp-hero::after { inset: 34% 0 0; background: linear-gradient(0deg, rgba(17,17,17,1) 0%, rgba(17,17,17,.92) 68%, transparent 100%); }
  .hp-hero__media { inset: 0 0 43%; }
  .hp-hero__media img { object-position: center 34%; }
  .hp-hero__content { padding-block: 300px 60px; justify-content: flex-end; }
  .hp-hero h1 { width: 100%; margin-bottom: 15px; font-size: 50px; }
  .hp-hero__copy { width: 100%; margin-bottom: 22px; font-size: 15px; }
  .hp-hero__controls { right: 12px; bottom: 12px; }
  .hp-hero__controls > button { width: 34px; height: 34px; }
  .hp-hero__controls > div button { width: 20px; }
  .hp-brand-line__identity { min-height: 105px; padding: 18px; gap: 8px; }
  .hp-brand-line__identity strong { font-size: 34px; }
  .hp-brand-line__identity span { font-size: 9px; }
  .hp-home-products { padding: 62px 0 70px; overflow: hidden; }
  .hp-section-heading { margin-bottom: 28px; align-items: flex-end; }
  .hp-section-heading > a { font-size: 11px; }
  .hp-product-rail { width: calc(100vw - var(--hp-gutter)); max-width: none; margin-right: 0; margin-left: var(--hp-gutter); padding-right: var(--hp-gutter); grid-template-columns: repeat(6, minmax(78vw, 1fr)); gap: 12px; }
  .hp-product-card__body { min-height: 144px; padding: 16px; }
  .hp-product-card h3 { font-size: 22px; }
  .hp-collections { padding: 0 0 68px; overflow: hidden; }
  .hp-collection-grid { display: flex; padding: 0 var(--hp-gutter) 10px; gap: 12px; overflow-x: auto; scroll-snap-type: x mandatory; }
  .hp-collection-tile { flex: 0 0 84vw; min-height: 500px; scroll-snap-align: center; }
  .hp-collection-tile strong { font-size: 34px; }
  .hp-review-carousel { padding: 54px 0 66px; }
  .hp-review-carousel__head { align-items: flex-start; }
  .hp-review-carousel__slides { min-height: 330px; }
  .hp-review-slide { min-height: 330px; padding: 30px 0; }
  .hp-review-slide blockquote { font-size: 34px; overflow-wrap: anywhere; }
  .hp-story-duo { grid-template-columns: 1fr; }
  .hp-story-card + .hp-story-card { border-left: 0; }
  .hp-story-card > div { min-height: 300px; padding: 34px var(--hp-gutter) 40px; }
  .hp-story-card h2 { font-size: 42px; }
  .hp-story-split { min-height: 0; grid-template-columns: 1fr; }
  .hp-story-split__copy { padding: 64px var(--hp-gutter); }
  .hp-story-split__copy h2 { font-size: 42px; }
  .hp-story-split__copy > p:not(.hp-kicker) { font-size: 16px; }
  .hp-story-split__media { min-height: 430px; order: -1; }
  .hp-why-split { min-height: 0; grid-template-columns: 1fr; }
  .hp-why-split__media { min-height: 430px; }
  .hp-why-split__copy { padding: 64px var(--hp-gutter); }
  .hp-why-split__copy h2 { font-size: 42px; }
  .hp-manifesto { min-height: 520px; padding: 64px 0; }
  .hp-manifesto h2 { font-size: 48px; }
  .hp-principles { padding: 70px 0; }
  .hp-principles h2 { margin-bottom: 36px; font-size: 48px; }
  .hp-principles__grid { grid-template-columns: 1fr; }
  .hp-principles__grid article { min-height: 0; padding: 24px 0 30px; }
  .hp-principles__grid article + article { padding-left: 0; border-top: 1px solid var(--hp-ink); border-left: 0; }
  .hp-principles__grid span { margin-bottom: 34px; }
  .hp-compare { padding: 64px 0 72px; }
  .hp-compare th, .hp-compare td { padding: 16px 14px; }
  .hp-faq { padding: 70px 0; }
  .hp-faq__grid { grid-template-columns: 1fr; gap: 48px; }
  .hp-accordion__trigger { min-height: 66px; }
  .hp-service-strip__grid { width: 100%; grid-template-columns: 1fr; }
  .hp-service-strip__grid > div { min-height: 82px; }
  .hp-service-strip__grid > div + div { border-top: 1px solid var(--hp-ink); border-left: 0; }
  .hp-site-footer { padding-top: 58px; }
  .hp-footer-grid { padding-bottom: 50px; grid-template-columns: 1fr; gap: 42px; }
  .hp-footer-bottom { gap: 20px; }
  .hp-content-layout, .hp-prose { padding-block: 60px 80px; }
  .hp-post-grid { grid-template-columns: 1fr; }
  .hp-prose__content { font-size: 16px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
}
