:root {
  --hn-ink: var(--color-ink, #11100e);
  --hn-paper: var(--color-paper, #f3eee3);
  --hn-saddle: var(--color-accent, #9c5835);
  --hn-denim: var(--color-denim, #394f5f);
  --hn-white: #fffdf7;
  --hn-muted: #d7cdbd;
  --hn-line: rgba(17, 16, 14, 0.19);
  --hn-line-light: rgba(255, 253, 247, 0.22);
  --hn-display: var(--font-display-family, Rockwell, Georgia, serif);
  --hn-body: var(--font-body-family, Arial, sans-serif);
  --page-width: 1380px;
  --page-gutter: clamp(20px, 4vw, 64px);
}

* { box-sizing: border-box; }
html { scroll-behavior: auto; }
body { margin: 0; background: var(--hn-paper); color: var(--hn-ink); font-family: var(--hn-body); font-size: 16px; line-height: 1.55; }
body, button, input, textarea, select { font-family: var(--hn-body); }
img, svg { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, a, summary { -webkit-tap-highlight-color: transparent; }
button { color: inherit; }
button, input, textarea, select { font: inherit; }
:focus-visible { outline: 3px solid var(--hn-saddle); outline-offset: 4px; }
.skip-link { position: fixed; top: 10px; left: 10px; z-index: 200; padding: 12px 18px; background: var(--hn-white); color: var(--hn-ink); transform: translateY(-180%); }
.skip-link:focus { transform: translateY(0); }
.full-width { width: 100%; }
.section-shell { width: min(calc(100% - (var(--page-gutter) * 2)), var(--page-width)); margin-inline: auto; }
.section-shell--compact { width: 100%; }
.visually-hidden { position: absolute !important; width: 1px !important; height: 1px !important; padding: 0 !important; margin: -1px !important; overflow: hidden !important; clip: rect(0, 0, 0, 0) !important; white-space: nowrap !important; border: 0 !important; }

.eyebrow { margin: 0 0 14px; color: var(--hn-saddle); font-size: 11px; font-weight: 800; letter-spacing: .22em; line-height: 1.2; text-transform: uppercase; }
.section-title { max-width: 980px; margin: 0; font-family: var(--hn-display); font-size: clamp(40px, 5.6vw, 82px); font-weight: 800; letter-spacing: -.045em; line-height: .95; text-transform: uppercase; text-wrap: balance; }
.section-copy { max-width: 650px; margin: 20px 0 0; color: rgba(17, 16, 14, .72); font-size: clamp(16px, 1.35vw, 20px); line-height: 1.6; }
.hn-button, .button { display: inline-flex; min-height: 50px; align-items: center; justify-content: center; padding: 0 24px; border: 1px solid var(--hn-ink); background: var(--hn-ink); color: var(--hn-white); cursor: pointer; font-size: 11px; font-weight: 800; letter-spacing: .18em; line-height: 1; text-align: center; text-transform: uppercase; transition: background .18s ease, color .18s ease, border-color .18s ease, transform .18s ease; }
.hn-button:hover, .button:hover { background: var(--hn-saddle); border-color: var(--hn-saddle); transform: translateY(-2px); }
.hn-button--paper, .button--outline { background: var(--hn-white); border-color: var(--hn-white); color: var(--hn-ink); }
.hn-button--paper:hover, .button--outline:hover { background: var(--hn-saddle); border-color: var(--hn-saddle); color: var(--hn-white); }
.hn-button--ghost { background: transparent; border-color: rgba(255, 253, 247, .58); color: var(--hn-white); }
.hn-button--ghost:hover { background: var(--hn-white); border-color: var(--hn-white); color: var(--hn-ink); }
.button--dark { background: var(--hn-ink); color: var(--hn-white); }
.button--link, .hn-text-link { display: inline-flex; align-items: center; border-bottom: 1px solid currentColor; font-size: 11px; font-weight: 800; letter-spacing: .16em; line-height: 2; text-transform: uppercase; }
.hn-text-link:hover { color: var(--hn-saddle); }

.hn-announcement { position: relative; z-index: 40; background: var(--hn-ink); color: var(--hn-white); }
.hn-announcement__inner { min-height: 36px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; padding: 0 var(--page-gutter); font-size: 10px; font-weight: 800; letter-spacing: .2em; text-transform: uppercase; }
.hn-announcement__inner p { margin: 0; }
.hn-announcement__side:last-child { text-align: right; }
.hn-announcement a { border-bottom: 1px solid rgba(255,255,255,.6); }

.hn-header { position: relative; z-index: 35; background: var(--hn-white); border-bottom: 1px solid var(--hn-line); }
.hn-header__inner { width: min(calc(100% - (var(--page-gutter) * 2)), var(--page-width)); min-height: 98px; margin-inline: auto; display: grid; grid-template-columns: 1fr minmax(190px, 260px) 1fr; align-items: center; gap: 28px; }
.hn-brand { display: block; }
.hn-brand img { width: 226px; max-height: 76px; margin: auto; object-fit: contain; }
.hn-nav, .hn-header__actions { display: flex; align-items: center; gap: clamp(18px, 2.2vw, 34px); }
.hn-header__actions { justify-content: flex-end; }
.hn-nav a, .hn-header__actions > a { position: relative; font-size: 10px; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.hn-nav a::after, .hn-header__actions > a:not(.hn-icon-link)::after { position: absolute; right: 0; bottom: -8px; left: 0; height: 1px; background: var(--hn-saddle); content: ""; transform: scaleX(0); transform-origin: right; transition: transform .18s ease; }
.hn-nav a:hover::after, .hn-header__actions > a:hover::after { transform: scaleX(1); transform-origin: left; }
.hn-icon-link { position: relative; width: 24px; min-height: 32px; display: grid; place-items: center; }
.hn-icon-link svg, .hn-icon-link img { width: 20px; height: 20px; }
.hn-icon-link sup { position: absolute; top: -1px; right: -5px; min-width: 16px; height: 16px; display: grid; place-items: center; border-radius: 999px; background: var(--hn-saddle); color: #fff; font-size: 9px; }
.hn-mobile-nav { display: none; }
.hn-mobile-nav summary { cursor: pointer; font-size: 11px; font-weight: 800; letter-spacing: .16em; list-style: none; text-transform: uppercase; }
.hn-mobile-nav summary::-webkit-details-marker { display: none; }
.hn-mobile-nav__panel { position: absolute; top: 100%; right: 0; left: 0; display: grid; background: var(--hn-white); border-top: 1px solid var(--hn-line); box-shadow: 0 20px 50px rgba(17,16,14,.14); }
.hn-mobile-nav__panel a { padding: 17px var(--page-gutter); border-bottom: 1px solid var(--hn-line); font-size: 12px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }

.hn-hero { background: var(--hn-ink); color: var(--hn-white); }
.hn-hero__frame { position: relative; overflow: hidden; background: #080807; }
.hn-hero__media { width: 100%; height: auto; min-height: 520px; max-height: 840px; object-fit: cover; object-position: center; }
.hn-hero__edition { position: absolute; top: 24px; right: 24px; padding: 10px 13px; background: rgba(17,16,14,.86); border: 1px solid rgba(255,253,247,.45); color: var(--hn-white); font-size: 9px; font-weight: 800; letter-spacing: .2em; text-transform: uppercase; writing-mode: vertical-rl; }
.hn-hero__statement { width: min(calc(100% - (var(--page-gutter) * 2)), var(--page-width)); margin-inline: auto; display: grid; grid-template-columns: minmax(0, 1.3fr) minmax(300px, .7fr); gap: clamp(48px, 8vw, 124px); align-items: end; padding-block: clamp(52px, 7vw, 96px); }
.hn-hero__title { max-width: 850px; margin: 0; font-family: var(--hn-display); font-size: clamp(50px, 7.3vw, 110px); font-weight: 800; letter-spacing: -.055em; line-height: .88; text-transform: uppercase; text-wrap: balance; }
.hn-hero__lead { padding-top: 8px; border-top: 1px solid var(--hn-line-light); }
.hn-hero__lead p:not(.eyebrow) { margin: 0; color: rgba(255,253,247,.72); font-size: clamp(16px, 1.35vw, 20px); line-height: 1.6; }
.hn-hero__actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 28px; }

.hn-proof { background: var(--hn-paper); border-bottom: 1px solid var(--hn-line); }
.hn-proof__grid { width: min(calc(100% - (var(--page-gutter) * 2)), var(--page-width)); margin-inline: auto; display: grid; grid-template-columns: repeat(4, 1fr); }
.hn-proof__item { min-height: 164px; padding: 28px 26px 30px; border-left: 1px solid var(--hn-line); }
.hn-proof__item:last-child { border-right: 1px solid var(--hn-line); }
.hn-proof__number { display: block; margin-bottom: 26px; color: var(--hn-saddle); font-size: 10px; font-weight: 800; letter-spacing: .18em; }
.hn-proof__item h3 { margin: 0 0 7px; font-family: var(--hn-display); font-size: 20px; letter-spacing: -.02em; line-height: 1; text-transform: uppercase; }
.hn-proof__item p { max-width: 250px; margin: 0; color: rgba(17,16,14,.68); font-size: 13px; line-height: 1.55; }

.hn-drop { padding-block: clamp(90px, 10vw, 148px); }
.hn-section-head { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 36px; align-items: end; margin-bottom: 50px; }
.hn-section-head__copy { max-width: 930px; }
.hn-product-grid { display: grid; grid-template-columns: 1.28fr .72fr; grid-template-rows: repeat(2, minmax(300px, 410px)); gap: 18px; }
.hn-product-card { position: relative; min-width: 0; display: grid; grid-template-columns: 1fr; overflow: hidden; background: var(--hn-white); border: 1px solid var(--hn-line); }
.hn-product-card:first-child { grid-row: 1 / span 2; }
.hn-product-card__media { min-height: 0; overflow: hidden; background: #ecebe7; }
.hn-product-card__media img, .hn-product-card__media svg { width: 100%; height: 100%; object-fit: cover; object-position: center bottom; transition: transform .45s ease; }
.hn-product-card:hover .hn-product-card__media img { transform: scale(1.025); }
.hn-product-card__badge { position: absolute; top: 18px; left: 18px; z-index: 2; padding: 8px 10px; background: var(--hn-ink); color: var(--hn-white); font-size: 9px; font-weight: 800; letter-spacing: .17em; text-transform: uppercase; }
.hn-product-card__body { position: absolute; right: 0; bottom: 0; left: 0; z-index: 2; display: flex; align-items: end; justify-content: space-between; gap: 24px; padding: 22px 24px; background: rgba(255,253,247,.95); border-top: 1px solid var(--hn-line); }
.hn-product-card__title { margin: 0; font-family: var(--hn-display); font-size: clamp(22px, 2.1vw, 34px); letter-spacing: -.035em; line-height: 1; text-transform: uppercase; }
.hn-product-card__price { margin: 7px 0 0; color: rgba(17,16,14,.66); font-size: 12px; font-weight: 700; }
.hn-product-card__arrow { min-width: 108px; min-height: 42px; padding: 0 15px; display: inline-grid; place-items: center; background: var(--hn-ink); border: 1px solid var(--hn-ink); color: var(--hn-white); cursor: pointer; font-size: 10px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.hn-product-card__arrow:hover { background: var(--hn-saddle); border-color: var(--hn-saddle); }

.hn-field { display: grid; grid-template-columns: minmax(0, .9fr) minmax(520px, 1.1fr); background: var(--hn-ink); color: var(--hn-white); }
.hn-field__media { position: relative; min-height: 820px; overflow: hidden; background: #d3d2cd; }
.hn-field__media img { width: 100%; height: 100%; object-fit: cover; object-position: center 60%; filter: contrast(1.03) saturate(.84); }
.hn-field__content { display: flex; flex-direction: column; justify-content: center; padding: clamp(60px, 8vw, 126px) clamp(36px, 8vw, 132px); }
.hn-field .section-title { max-width: 720px; }
.hn-field .section-copy { color: rgba(255,253,247,.68); }
.hn-field__points { margin: 42px 0 38px; padding: 0; border-top: 1px solid var(--hn-line-light); list-style: none; }
.hn-field__points li { min-height: 65px; display: grid; grid-template-columns: 54px 1fr; align-items: center; border-bottom: 1px solid var(--hn-line-light); color: rgba(255,253,247,.83); font-size: 14px; }
.hn-field__points span { color: var(--hn-saddle); font-size: 10px; font-weight: 800; letter-spacing: .15em; }
.hn-field__content .hn-button { align-self: flex-start; background: var(--hn-white); border-color: var(--hn-white); color: var(--hn-ink); }

.hn-categories { padding-block: clamp(92px, 10vw, 152px); background: var(--hn-white); }
.hn-categories__intro { display: grid; grid-template-columns: minmax(0, 1fr) minmax(260px, 420px); align-items: end; gap: 50px; margin-bottom: 52px; }
.hn-categories__intro .section-copy { margin: 0; }
.hn-category-grid { display: grid; grid-template-columns: repeat(12, 1fr); gap: 18px; }
.hn-category-card { position: relative; min-height: 610px; overflow: hidden; background: var(--hn-paper); border: 1px solid var(--hn-line); }
.hn-category-card:nth-child(1) { grid-column: span 5; }
.hn-category-card:nth-child(2) { grid-column: span 3; margin-top: 76px; }
.hn-category-card:nth-child(3) { grid-column: span 4; }
.hn-category-card img { width: 100%; height: 100%; object-fit: cover; object-position: center; filter: saturate(.82) contrast(1.03); transition: transform .45s ease; }
.hn-category-card:hover img { transform: scale(1.025); }
.hn-category-card__body { position: absolute; right: 0; bottom: 0; left: 0; padding: 24px; background: rgba(17,16,14,.92); color: var(--hn-white); }
.hn-category-card__number { display: block; margin-bottom: 13px; color: #d58b61; font-size: 9px; font-weight: 800; letter-spacing: .18em; text-transform: uppercase; }
.hn-category-card h3 { margin: 0; font-family: var(--hn-display); font-size: clamp(26px, 2.7vw, 42px); letter-spacing: -.04em; line-height: 1; text-transform: uppercase; }
.hn-category-card p { max-width: 360px; margin: 10px 0 0; color: rgba(255,253,247,.68); font-size: 13px; }

.hn-story { padding-block: clamp(96px, 11vw, 170px); background: var(--hn-paper); }
.hn-story__grid { display: grid; grid-template-columns: minmax(400px, .95fr) minmax(420px, 1.05fr); gap: clamp(58px, 9vw, 142px); align-items: center; }
.hn-story__media { position: relative; min-height: 710px; }
.hn-story__media-main { position: absolute; top: 0; right: 15%; width: 70%; height: 82%; object-fit: cover; object-position: 50% 20%; filter: saturate(.74) contrast(1.05); }
.hn-story__media-secondary { position: absolute; right: 0; bottom: 0; width: 42%; height: 46%; object-fit: cover; object-position: 50% 30%; border: 10px solid var(--hn-paper); filter: saturate(.75) contrast(1.04); }
.hn-story__stamp { position: absolute; bottom: 4%; left: 0; width: 154px; padding: 20px; background: var(--hn-saddle); color: var(--hn-white); font-size: 10px; font-weight: 800; letter-spacing: .18em; line-height: 1.7; text-transform: uppercase; }
.hn-story__copy blockquote { max-width: 700px; margin: 34px 0 0; font-family: var(--hn-display); font-size: clamp(24px, 2.7vw, 40px); font-weight: 700; letter-spacing: -.03em; line-height: 1.16; }
.hn-story__copy .hn-text-link { margin-top: 34px; }

.hn-wholesale { position: relative; min-height: 780px; display: grid; grid-template-columns: 1fr 1fr; background: var(--hn-denim); color: var(--hn-white); }
.hn-wholesale__media-wrap { position: relative; min-height: 780px; overflow: hidden; }
.hn-wholesale__media { width: 100%; height: 100%; object-fit: cover; object-position: center 54%; filter: saturate(.58) contrast(1.12); }
.hn-wholesale__caption { position: absolute; right: 22px; bottom: 22px; padding: 9px 11px; background: rgba(17,16,14,.88); font-size: 9px; font-weight: 800; letter-spacing: .17em; text-transform: uppercase; }
.hn-wholesale__content { display: flex; align-items: center; padding: clamp(60px, 8vw, 126px); }
.hn-wholesale__copy { max-width: 690px; }
.hn-wholesale__copy .section-title { font-size: clamp(42px, 5.2vw, 76px); }
.hn-wholesale__copy p:not(.eyebrow) { max-width: 610px; margin: 26px 0 0; color: rgba(255,253,247,.72); font-size: 17px; }
.hn-wholesale__actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 34px; }

.hn-notes { padding-block: clamp(92px, 10vw, 150px); background: var(--hn-paper); }
.hn-notes__head { display: flex; align-items: end; justify-content: space-between; gap: 32px; margin-bottom: 48px; }
.hn-notes__grid { border-top: 1px solid var(--hn-line); }
.hn-note { min-height: 152px; display: grid; grid-template-columns: 72px minmax(0, 1fr) auto; gap: 28px; align-items: center; padding: 28px 0; border-bottom: 1px solid var(--hn-line); }
.hn-note__number { color: var(--hn-saddle); font-size: 10px; font-weight: 800; letter-spacing: .18em; }
.hn-note h3 { margin: 0; font-family: var(--hn-display); font-size: clamp(24px, 2.5vw, 38px); letter-spacing: -.035em; line-height: 1.05; text-transform: uppercase; }
.hn-note p { margin: 8px 0 0; color: rgba(17,16,14,.66); }

.hn-faq { padding-block: clamp(84px, 9vw, 132px); background: var(--hn-ink); color: var(--hn-white); }
.hn-faq__layout { display: grid; grid-template-columns: minmax(280px, .75fr) minmax(420px, 1.25fr); gap: clamp(60px, 10vw, 160px); }
.hn-faq__layout .section-title { font-size: clamp(40px, 4.5vw, 68px); }
.hn-faq__list { border-top: 1px solid var(--hn-line-light); }
.hn-faq__list details { border-bottom: 1px solid var(--hn-line-light); }
.hn-faq__list summary { min-height: 78px; display: flex; align-items: center; justify-content: space-between; gap: 28px; cursor: pointer; font-family: var(--hn-display); font-size: clamp(18px, 2vw, 28px); font-weight: 700; letter-spacing: -.02em; list-style: none; }
.hn-faq__list summary::-webkit-details-marker { display: none; }
.hn-faq__list summary::after { content: "+"; color: #d58b61; font-family: var(--hn-body); font-size: 22px; font-weight: 400; }
.hn-faq__list details[open] summary::after { content: "–"; }
.hn-faq__list details p { max-width: 680px; margin: -8px 0 24px; color: rgba(255,253,247,.66); }

.hn-footer { background: #090908; color: var(--hn-white); }
.hn-footer__top { width: min(calc(100% - (var(--page-gutter) * 2)), var(--page-width)); margin-inline: auto; display: grid; grid-template-columns: 1.7fr repeat(3, .65fr); gap: 40px; padding-block: 74px 58px; }
.hn-footer__brand .hn-brand img { width: 240px; margin: 0; filter: brightness(0) invert(1); }
.hn-footer__brand p { max-width: 360px; color: rgba(255,253,247,.58); font-size: 14px; }
.hn-footer h3 { margin: 0 0 18px; color: #d58b61; font-size: 10px; letter-spacing: .19em; text-transform: uppercase; }
.hn-footer__links { display: grid; gap: 10px; }
.hn-footer__links a { width: fit-content; color: rgba(255,253,247,.68); font-size: 13px; }
.hn-footer__links a:hover { color: var(--hn-white); }
.hn-newsletter { grid-column: 1 / -1; display: grid; grid-template-columns: 1fr minmax(340px, .8fr); align-items: end; gap: 48px; margin-top: 32px; padding-top: 50px; border-top: 1px solid var(--hn-line-light); }
.hn-newsletter h2 { margin: 0; font-family: var(--hn-display); font-size: clamp(34px, 4.3vw, 64px); letter-spacing: -.04em; line-height: 1; text-transform: uppercase; }
.hn-newsletter p { margin: 12px 0 0; color: rgba(255,253,247,.58); }
.hn-newsletter__form { display: grid; grid-template-columns: minmax(0, 1fr) auto; border-bottom: 1px solid rgba(255,253,247,.5); }
.hn-newsletter input { min-width: 0; height: 52px; padding: 0; background: transparent; border: 0; color: var(--hn-white); outline: 0; }
.hn-newsletter input::placeholder { color: rgba(255,253,247,.48); }
.hn-newsletter button { padding: 0 0 0 24px; background: transparent; border: 0; color: var(--hn-white); cursor: pointer; font-size: 10px; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.hn-footer__bottom { min-height: 62px; display: flex; align-items: center; justify-content: space-between; gap: 24px; padding: 0 var(--page-gutter); border-top: 1px solid var(--hn-line-light); color: rgba(255,253,247,.44); font-size: 10px; letter-spacing: .12em; text-transform: uppercase; }
.hn-payment-icons { display: flex; flex-wrap: wrap; gap: 8px; }
.hn-payment-icons svg { width: 32px; }

.page-shell, .collection-shell, .collections-grid, .product-shell, .cart-shell, .search-shell, .blog-shell, .article-shell, .not-found-shell { width: min(calc(100% - (var(--page-gutter) * 2)), var(--page-width)); margin-inline: auto; padding-block: 72px 110px; }
.collection-header, .search-header, .blog-header { padding-bottom: 38px; border-bottom: 1px solid var(--hn-line); }
.collection-products, .collections-grid, .blog-grid, .search-results { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; margin-top: 40px; }
.product-card, .collection-card, .blog-card, .search-result { background: var(--hn-white); border: 1px solid var(--hn-line); }
.product-card__media, .collection-card__media, .blog-card__media, .search-result__media { aspect-ratio: 1 / 1; overflow: hidden; background: #e7e5df; }
.product-card__media img, .collection-card__media img, .blog-card__media img, .search-result__media img { width: 100%; height: 100%; object-fit: cover; }
.product-card__content, .collection-card__content, .blog-card__content, .search-result__content { padding: 20px; }
.product-layout { display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(380px, .75fr); gap: clamp(44px, 7vw, 100px); }
.product-media img { width: 100%; background: var(--hn-white); }
.product-info { align-self: start; position: sticky; top: 30px; }
.product-price { margin: 18px 0; font-size: 22px; font-weight: 700; }
.product-description { color: rgba(17,16,14,.72); }
.product-form__field, .sc-form__field { display: grid; gap: 8px; margin-top: 18px; }
.product-form__field input, .product-form__field select, .sc-form__field input, .sc-form__field select, .sc-form__field textarea { width: 100%; min-height: 50px; padding: 12px 14px; background: var(--hn-white); border: 1px solid var(--hn-line); border-radius: 0; }
.product-form__actions { display: grid; gap: 12px; margin-top: 24px; }
.product-trust, .product-app-blocks { margin-top: 30px; padding-top: 24px; border-top: 1px solid var(--hn-line); }
.product-app-blocks__heading { font-family: var(--hn-display); font-size: 24px; text-transform: uppercase; }
.cart-table { width: 100%; border-collapse: collapse; }
.cart-table th, .cart-table td { padding: 16px; border-bottom: 1px solid var(--hn-line); text-align: left; }
.cart-summary { max-width: 480px; margin: 40px 0 0 auto; }
.article-content, .rte, .sc-page-richtext { max-width: 820px; }
.hn-contact-section { padding-block: 86px; }
.hn-contact-section__inner { display: grid; grid-template-columns: .75fr 1.25fr; gap: clamp(48px, 8vw, 120px); }
.hn-contact-form__grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.hn-contact-form__wide, .sc-form__field--full { grid-column: 1 / -1; }
.form-status--success { padding: 14px; background: #dce8d7; color: #1a3b22; }
.sc-comment { padding: 20px 0; border-bottom: 1px solid var(--hn-line); }
.custom-section { position: relative; overflow: hidden; }
.custom-section__background { position: absolute; inset: 0; }
.custom-section__background img { width: 100%; height: 100%; object-fit: cover; }
.custom-section__content { position: relative; z-index: 1; }
.group { display: flex; gap: 20px; }
.group.column { flex-direction: column; }

@media (max-width: 1100px) {
  .hn-header__inner { grid-template-columns: 1fr 210px 1fr; gap: 18px; }
  .hn-nav, .hn-header__actions { gap: 16px; }
  .hn-header__actions > a:nth-child(3) { display: none; }
  .hn-hero__statement { grid-template-columns: 1fr; gap: 36px; }
  .hn-hero__lead { max-width: 680px; }
  .hn-proof__grid { grid-template-columns: repeat(2, 1fr); }
  .hn-proof__item:nth-child(3) { border-top: 1px solid var(--hn-line); }
  .hn-proof__item:nth-child(4) { border-top: 1px solid var(--hn-line); border-right: 1px solid var(--hn-line); }
  .hn-field { grid-template-columns: .86fr 1.14fr; }
  .hn-field__media { min-height: 720px; }
  .hn-field__content { padding-inline: 54px; }
  .hn-category-card { min-height: 520px; }
  .hn-category-card:nth-child(1), .hn-category-card:nth-child(2), .hn-category-card:nth-child(3) { grid-column: span 4; margin-top: 0; }
  .hn-story__grid { gap: 60px; }
  .hn-story__media { min-height: 620px; }
  .hn-wholesale { min-height: 680px; }
  .hn-wholesale__media-wrap { min-height: 680px; }
  .hn-wholesale__content { padding-inline: 58px; }
}

@media (max-width: 820px) {
  .section-shell { width: min(calc(100% - 40px), var(--page-width)); }
  .hn-announcement__inner { grid-template-columns: 1fr; justify-items: center; min-height: 38px; }
  .hn-announcement__side { display: none; }
  .hn-header__inner { min-height: 82px; grid-template-columns: 1fr auto; }
  .hn-brand img { width: 180px; margin: 0; }
  .hn-nav, .hn-header__actions > a:not(.hn-icon-link) { display: none; }
  .hn-header__actions { gap: 18px; }
  .hn-mobile-nav { display: block; }
  .hn-hero__media { min-height: 0; aspect-ratio: 16 / 10; object-position: center; }
  .hn-hero__edition { top: 14px; right: 14px; }
  .hn-hero__statement { width: calc(100% - 40px); padding-block: 54px 62px; }
  .hn-proof__grid { width: calc(100% - 40px); }
  .hn-product-grid { grid-template-columns: 1fr; grid-template-rows: auto; }
  .hn-product-card, .hn-product-card:first-child { grid-row: auto; min-height: 0; height: 640px; }
  .hn-product-card__media { height: 100%; }
  .hn-product-card__body { padding: 19px 20px; }
  .hn-field { grid-template-columns: 1fr; }
  .hn-field__media { min-height: 620px; }
  .hn-field__content { padding: 72px 20px 82px; }
  .hn-categories__intro { grid-template-columns: 1fr; gap: 24px; }
  .hn-category-grid { grid-template-columns: 1fr 1fr; }
  .hn-category-card:nth-child(1), .hn-category-card:nth-child(2), .hn-category-card:nth-child(3) { grid-column: auto; min-height: 520px; }
  .hn-category-card:nth-child(3) { grid-column: 1 / -1; }
  .hn-story__grid { grid-template-columns: 1fr; }
  .hn-story__media { min-height: 680px; }
  .hn-wholesale { grid-template-columns: 1fr; }
  .hn-wholesale__media-wrap { min-height: 620px; }
  .hn-wholesale__content { padding: 72px 20px 82px; }
  .hn-note { grid-template-columns: 46px 1fr; }
  .hn-note .hn-text-link { grid-column: 2; justify-self: start; }
  .hn-faq__layout { grid-template-columns: 1fr; gap: 48px; }
  .hn-footer__top { grid-template-columns: 1.4fr 1fr 1fr; }
  .hn-footer__brand { grid-column: 1 / -1; }
  .hn-newsletter { grid-template-columns: 1fr; }
  .collection-products, .collections-grid, .blog-grid, .search-results { grid-template-columns: repeat(2, 1fr); }
  .product-layout, .hn-contact-section__inner { grid-template-columns: 1fr; }
  .product-info { position: static; }
}

@media (max-width: 560px) {
  :root { --page-gutter: 18px; }
  body { font-size: 15px; }
  .section-title { font-size: clamp(38px, 13vw, 58px); }
  .hn-button { width: 100%; }
  .hn-header__inner { width: calc(100% - 32px); }
  .hn-brand img { width: 154px; }
  .hn-icon-link { width: 22px; }
  .hn-hero__frame { overflow: visible; }
  .hn-hero__media { aspect-ratio: auto; object-fit: contain; object-position: center; }
  .hn-hero__edition { display: none; }
  .hn-hero__title { font-size: clamp(44px, 14vw, 64px); }
  .hn-hero__actions { display: grid; }
  .hn-proof__grid { width: 100%; grid-template-columns: 1fr; }
  .hn-proof__item { min-height: 138px; display: grid; grid-template-columns: 72px 1fr; align-items: start; border-right: 0 !important; border-left: 0; border-top: 1px solid var(--hn-line); }
  .hn-proof__number { margin: 4px 0 0; }
  .hn-section-head { grid-template-columns: 1fr; align-items: start; margin-bottom: 34px; }
  .hn-product-card, .hn-product-card:first-child { min-height: 0; height: 480px; }
  .hn-product-card__body { align-items: center; }
  .hn-product-card__arrow { min-width: 82px; }
  .hn-field__media { min-height: 510px; }
  .hn-category-grid { grid-template-columns: 1fr; }
  .hn-category-card:nth-child(1), .hn-category-card:nth-child(2), .hn-category-card:nth-child(3) { grid-column: auto; min-height: 500px; }
  .hn-story__media { min-height: 570px; }
  .hn-story__media-main { right: 8%; width: 84%; }
  .hn-story__media-secondary { width: 48%; height: 40%; }
  .hn-story__stamp { width: 136px; padding: 16px; }
  .hn-wholesale__media-wrap { min-height: 500px; }
  .hn-wholesale__actions { display: grid; }
  .hn-notes__head { display: block; }
  .hn-notes__head .hn-text-link { margin-top: 24px; }
  .hn-note { grid-template-columns: 36px 1fr; gap: 12px; }
  .hn-faq__list summary { min-height: 72px; }
  .hn-footer__top { grid-template-columns: 1fr 1fr; gap: 38px 24px; padding-top: 60px; }
  .hn-footer__brand, .hn-newsletter { grid-column: 1 / -1; }
  .hn-newsletter__form { grid-template-columns: 1fr; }
  .hn-newsletter button { min-height: 50px; padding: 0; text-align: left; }
  .hn-footer__bottom { min-height: 88px; align-items: flex-start; flex-direction: column; justify-content: center; }
  .collection-products, .collections-grid, .blog-grid, .search-results { grid-template-columns: 1fr; }
  .cart-table { font-size: 12px; }
  .cart-table th, .cart-table td { padding: 9px 4px; }
  .hn-contact-form__grid { grid-template-columns: 1fr; }
  .hn-contact-form__wide, .sc-form__field--full { grid-column: auto; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; }
}
