:root {
  --ink: #101010;
  --paper: #f7f7f7;
  --white: #fff;
  --line: #d8d8d5;
  --muted: #62625e;
  --page: min(1440px, calc(100vw - 48px));
  font-family: Arial, Helvetica, sans-serif;
  color: var(--ink);
  background: var(--paper);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-size: 14px; }
body.menu-open { overflow: hidden; }
a { color: inherit; }
button, input, select, textarea { border-radius: 0; font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
img { max-width: 100%; }
[hidden] { display: none !important; }

.announcement {
  align-items: center;
  background: #fff;
  border-bottom: 1px solid var(--line);
  display: flex;
  font-size: 11px;
  height: 66px;
  justify-content: center;
  letter-spacing: .02em;
}

.site-header { background: #fff; border-bottom: 1px solid var(--line); position: relative; z-index: 20; }
.site-header__inner { align-items: center; display: flex; height: 68px; margin: 0 auto; max-width: 1450px; padding: 0 8px; }
.site-logo { align-items: center; display: flex; flex: 0 0 auto; text-decoration: none; }
.site-logo__image { display: block; height: 36px; object-fit: contain; width: 58px; }
.desktop-nav { display: flex; gap: 28px; margin-left: 22px; }
.desktop-nav a { font-size: 11px; font-weight: 700; letter-spacing: .08em; text-decoration: none; }
.desktop-nav a:hover { text-decoration: underline; text-underline-offset: 5px; }
.site-header__actions { align-items: center; display: flex; gap: 23px; margin-left: auto; }
.icon-button { align-items: center; appearance: none; background: transparent; border: 0; color: var(--ink); cursor: pointer; display: inline-flex; height: 36px; justify-content: center; padding: 7px; position: relative; width: 36px; }
.icon-button svg, .share-product svg { fill: none; height: 21px; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.65; width: 21px; }
.site-header__menu { display: none; }
.cart-count { align-items: center; background: #000; border-radius: 50%; color: #fff; display: flex; font-size: 9px; height: 20px; justify-content: center; position: absolute; right: -3px; top: -1px; width: 20px; }
.cart-count:empty, .cart-count[data-count="0"] { display: none; }

.mobile-menu { background: #101010; color: #fff; inset: 0; padding: 100px 28px 40px; position: fixed; z-index: 50; }
.mobile-menu__close { color: #fff; position: absolute; right: 18px; top: 22px; }
.mobile-menu nav { display: grid; }
.mobile-menu nav a { border-bottom: 1px solid #343434; font-size: 32px; font-weight: 750; padding: 20px 0; text-decoration: none; }
.search-drawer { background: #fff; border-bottom: 1px solid var(--line); left: 0; padding: 28px max(24px, calc((100vw - 1440px) / 2)); position: absolute; right: 0; top: 100%; }
.search-drawer label { display: block; font-size: 11px; font-weight: 700; letter-spacing: .1em; margin-bottom: 10px; text-transform: uppercase; }
.search-drawer div { display: flex; }
.search-drawer input { border: 1px solid var(--ink); flex: 1; font-size: 20px; height: 54px; padding: 0 16px; }
.search-drawer button { background: var(--ink); border: 1px solid var(--ink); color: #fff; font-size: 11px; font-weight: 700; letter-spacing: .1em; padding: 0 28px; }

.section-pad { margin: 0 auto; max-width: 1540px; padding: 56px 64px; }
.button { align-items: center; border: 1px solid currentColor; cursor: pointer; display: inline-flex; font-size: 11px; font-weight: 800; justify-content: center; letter-spacing: .1em; min-height: 45px; padding: 0 18px; text-decoration: none; }
.button--light { background: #fff; border-color: #fff; color: #111; }
.button--outline { background: transparent; border-color: #fff; color: #fff; }
.button--dark { background: #000; border-color: #000; color: #fff; }
.button--outline-dark { background: transparent; border-color: #111; color: #111; }

.home-hero { background: #101010; color: #fff; display: grid; gap: 22px; min-height: 485px; padding: 38px max(64px, calc((100vw - 1792px) / 2)) 0; }
.hero-kicker, .section-kicker { align-items: center; display: flex; font-size: 10px; font-weight: 800; gap: 12px; letter-spacing: .17em; margin: 0; }
.hero-kicker span, .section-kicker span { background: currentColor; display: block; height: 1px; width: 28px; }
.home-hero h1 { font-size: clamp(54px, 4.1vw, 78px); font-weight: 800; letter-spacing: -.065em; line-height: .94; margin: 0; }
.home-hero h1 em { font-family: Georgia, 'Times New Roman', serif; font-weight: 400; }
.home-hero > p { font-size: 20px; line-height: 1.45; margin: 0; max-width: 520px; }
.hero-actions { display: flex; gap: 10px; }
.hero-proof { border-top: 1px solid #494949; display: grid; grid-template-columns: repeat(4, 1fr); margin: 0; max-width: 620px; padding-top: 13px; }
.hero-proof div { align-items: center; display: flex; flex-direction: column; gap: 6px; text-align: center; }
.hero-proof strong { font-size: 7px; letter-spacing: .06em; line-height: 1.15; }
.proof-icon { font-size: 20px; line-height: 1; }

.journey { background: #fff; max-width: none; padding-top: 46px; }
.journey > .section-kicker { margin-bottom: 12px; }
.journey > h2 { font-size: clamp(38px, 3.2vw, 54px); letter-spacing: -.055em; line-height: .95; margin: 0 0 24px; max-width: 600px; }
.journey-grid { border-left: 1px solid var(--line); border-top: 1px solid var(--line); display: grid; grid-template-columns: repeat(4, 1fr); }
.journey-grid article { border-bottom: 1px solid var(--line); border-right: 1px solid var(--line); min-height: 132px; padding: 24px 20px; }
.journey-grid small { color: #777; font-size: 9px; font-weight: 800; letter-spacing: .12em; }
.journey-grid h3 { font-size: 12px; margin: 18px 0 8px; }
.journey-grid p { color: var(--muted); font-size: 12px; line-height: 1.45; margin: 0; }

.new-arrivals { background: #101010; color: #fff; display: none; padding: 38px 16px 28px; }
.new-arrivals header h2 { font-size: 30px; letter-spacing: -.05em; margin: 0; }
.new-arrivals header p { color: #ddd; margin: 12px 0 24px; }
.new-arrivals__rail { display: flex; gap: 12px; overflow-x: auto; padding-bottom: 16px; scrollbar-width: none; }
.new-arrivals__rail::-webkit-scrollbar { display: none; }
.new-arrivals .product-card { flex: 0 0 78%; }
.new-arrivals .product-card h2, .new-arrivals .product-card h2 a { color: #fff; }
.new-arrivals .product-card__add { display: none; }
.new-arrivals__all { align-items: center; border-top: 1px solid #444; display: flex; font-size: 11px; font-weight: 800; justify-content: flex-end; letter-spacing: .1em; margin-top: 4px; padding-top: 18px; text-decoration: none; }
.new-arrivals__all span { font-size: 18px; margin-left: 10px; }

.products-section { background: #fff; }
.products-section > header { align-items: center; display: flex; justify-content: space-between; margin-bottom: 26px; }
.products-section > header h2 { font-size: 32px; letter-spacing: -.04em; margin: 0; }
.products-section > header a { font-size: 12px; }
.product-grid { display: grid; gap: 28px 16px; grid-template-columns: repeat(4, minmax(0, 1fr)); }
.product-card { min-width: 0; position: relative; }
.product-card__media { aspect-ratio: 1 / 1; background: #f0efed; color: inherit; display: block; overflow: hidden; position: relative; text-decoration: none; }
.product-card__image { display: block; height: 100%; inset: 0; object-fit: cover; position: absolute; transition: opacity .35s ease, transform .5s ease; width: 100%; }
.product-card__image--secondary { opacity: 0; }
.product-card__badge { background: #171717; color: #fff; font-size: 9px; font-weight: 800; left: 12px; letter-spacing: .11em; padding: 9px 11px; position: absolute; top: 12px; z-index: 2; }
.product-card__add { background: #fff; border: 1px solid #111; bottom: 52px; cursor: pointer; font-size: 10px; font-weight: 800; left: 12px; letter-spacing: .09em; opacity: 0; padding: 11px 18px; position: absolute; transform: translateY(5px); transition: opacity .2s ease, transform .2s ease; z-index: 3; }
.product-card__sold-out { background: #f5f5f2; border-radius: 18px; font-size: 12px; padding: 8px 12px; position: absolute; right: 10px; top: 10px; z-index: 3; }
.product-card h2 { font-size: 14px; font-weight: 400; line-height: 1.35; margin: 9px 0 0; }
.product-card h2 a { text-decoration: none; }
.product-card:hover .product-card__add { opacity: 1; transform: none; }
.product-card:hover .product-card__image--primary:has(+ .product-card__image--secondary) { opacity: 0; }
.product-card:hover .product-card__image--secondary { opacity: 1; transform: scale(1.02); }

.catalogue { background: var(--paper); padding-top: 46px; }
.catalogue > h1 { font-size: 50px; letter-spacing: -.05em; margin: 0 0 68px; }
.catalogue-toolbar { align-items: center; display: flex; justify-content: space-between; margin-bottom: 26px; }
.catalogue-toolbar span { color: #333; }
.page-catalogue .product-grid { grid-template-columns: repeat(5, minmax(0, 1fr)); }

.product-page { display: grid; grid-template-columns: minmax(0, 2fr) minmax(430px, 1fr); margin: 0 auto; max-width: 1450px; }
.product-gallery { align-content: start; display: grid; gap: 4px; grid-template-columns: repeat(2, minmax(0, 1fr)); }
.product-gallery img { aspect-ratio: 1 / 1; background: #efefef; display: block; height: auto; object-fit: cover; width: 100%; }
.product-info { padding: 25px 32px 80px 48px; }
.product-info h1 { font-size: 34px; letter-spacing: -.045em; line-height: 1.05; margin: 0 0 44px; }
.product-form { border-bottom: 1px solid var(--line); border-top: 1px solid var(--line); padding: 28px 0; }
.variant-label { display: block; font-size: 11px; font-weight: 700; letter-spacing: .08em; margin-bottom: 8px; text-transform: uppercase; }
.product-form select { background: #fff; border: 1px solid #999; height: 48px; margin-bottom: 16px; padding: 0 12px; width: 100%; }
.product-form__row { display: grid; gap: 12px; grid-template-columns: 126px 1fr; }
.quantity-control { border: 1px solid var(--line); display: grid; grid-template-columns: 38px 1fr 38px; height: 53px; }
.quantity-control button { background: #fff; border: 0; cursor: pointer; }
.quantity-control input { appearance: textfield; border: 0; min-width: 0; text-align: center; width: 100%; }
.quantity-control input::-webkit-inner-spin-button { display: none; }
.product-add { min-height: 53px; }
.product-add:disabled { cursor: not-allowed; opacity: .45; }
.product-note { border-bottom: 1px solid var(--line); color: var(--muted); font-size: 12px; line-height: 1.45; margin: 0; padding: 17px 0 44px; }
.share-product { align-items: center; background: transparent; border: 0; cursor: pointer; display: flex; font-size: 13px; font-weight: 800; gap: 8px; letter-spacing: .08em; margin: 0 auto; padding: 35px 0; }
.share-product svg { height: 18px; width: 18px; }
.product-description { font-size: 14px; line-height: 1.6; }
.product-description p { margin: 0 0 18px; }
.product-description ul, .product-description ol { padding-left: 20px; }
.product-description li { margin-bottom: 8px; }
.recommendations { background: #fff; }
.recommendations > h2 { font-size: 26px; margin: 0 0 28px; }

.cart-page { background: #fff; min-height: 600px; }
.cart-page > header { display: grid; gap: 40px; grid-template-columns: 1fr 1fr; margin-bottom: 48px; }
.cart-page h1 { font-size: 48px; letter-spacing: -.05em; margin: 0; }
.cart-page h1 span { font-size: 16px; vertical-align: top; }
.cart-page > header p { color: var(--muted); line-height: 1.55; margin: 0; }
.cart-layout { display: grid; gap: 60px; grid-template-columns: minmax(0, 1fr) 350px; }
.cart-item { align-items: center; border-top: 1px solid var(--line); display: grid; gap: 24px; grid-template-columns: 112px 1fr auto auto; padding: 18px 0; }
.cart-item img { aspect-ratio: 4 / 5; object-fit: cover; width: 112px; }
.cart-item h2 { font-size: 17px; margin: 0 0 8px; }
.cart-item p { color: var(--muted); font-size: 12px; margin: 0; }
.cart-item .quantity-control { height: 44px; width: 118px; }
.cart-remove { background: transparent; border: 0; cursor: pointer; font-size: 10px; font-weight: 800; letter-spacing: .08em; text-decoration: underline; }
.cart-actions { align-self: start; background: #f2f2f0; padding: 28px; position: sticky; top: 20px; }
.cart-actions h2 { font-size: 24px; margin: 0 0 16px; }
.cart-actions p { border-bottom: 1px solid var(--line); margin: 0 0 22px; padding-bottom: 20px; }
.cart-actions .button { margin-top: 10px; width: 100%; }
.cart-empty { border-top: 1px solid var(--line); padding: 50px 0; }

.search-page { min-height: 600px; }
.search-page h1 { font-size: 48px; letter-spacing: -.05em; }
.search-page form { display: flex; margin-bottom: 28px; max-width: 850px; }
.search-page input { border: 1px solid #111; flex: 1; font-size: 18px; height: 52px; padding: 0 14px; }
.search-count { color: var(--muted); margin: 0 0 28px; }

.contact-page { display: grid; gap: 80px; grid-template-columns: 1fr 1fr; min-height: 650px; padding-top: 90px; }
.contact-page h1 { font-size: clamp(60px, 8vw, 116px); letter-spacing: -.07em; line-height: .9; margin: 0 0 24px; }
.contact-page > div > p:last-child { color: var(--muted); font-size: 18px; max-width: 420px; }
.contact-page dl { margin: 0; }
.contact-page dl div { border-top: 1px solid var(--line); display: grid; gap: 20px; grid-template-columns: 160px 1fr; padding: 25px 0; }
.contact-page dt { color: var(--muted); font-size: 11px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.contact-page dd { font-size: 17px; line-height: 1.5; margin: 0; }

.about-page > header { background: #101010; color: #fff; padding: 80px max(64px, calc((100vw - 1300px) / 2)) 95px; }
.about-page > header h1 { font-size: clamp(62px, 9vw, 120px); letter-spacing: -.07em; line-height: .87; margin: 0; }
.about-page > header > p:last-child { color: #ddd; font-size: 20px; line-height: 1.5; margin: 35px 0 0; max-width: 620px; }
.about-content { margin: 0 auto; max-width: 1120px; padding: 0 40px 100px; }
.about-content article { border-top: 1px solid var(--line); display: grid; gap: 40px; grid-template-columns: 220px 1fr; padding: 65px 0; }
.about-content small { color: var(--muted); font-weight: 800; letter-spacing: .1em; }
.about-content h2 { font-size: 48px; letter-spacing: -.055em; margin: 0 0 22px; }
.about-content p { color: var(--muted); font-size: 18px; line-height: 1.65; margin: 0 0 28px; }

.page-selection .announcement, .page-selection .site-header, .page-selection .site-footer { display: none; }
.selection-page { background: #fafafa; min-height: 100vh; }
.selection-page > header { align-items: center; border-bottom: 1px solid var(--line); display: flex; height: 80px; justify-content: space-between; padding: 0 max(24px, calc((100vw - 1120px) / 2)); }
.selection-page > header a { font-size: 24px; font-weight: 900; text-decoration: none; }
.selection-page > header span { font-size: 10px; font-weight: 800; letter-spacing: .12em; }
.selection-main { margin: 0 auto; max-width: 1120px; padding: 65px 24px 90px; }
.selection-intro { align-items: end; border-bottom: 2px solid #111; display: flex; justify-content: space-between; padding-bottom: 24px; }
.selection-intro p { color: var(--muted); font-size: 10px; font-weight: 800; letter-spacing: .12em; margin: 0 0 12px; }
.selection-intro h1 { font-size: 48px; letter-spacing: -.055em; margin: 0; }
.selection-intro > span { color: var(--muted); font-size: 10px; font-weight: 800; letter-spacing: .12em; }
.selection-item { align-items: center; border-bottom: 1px solid var(--line); display: grid; gap: 26px; grid-template-columns: 36px 112px 1fr 100px; min-height: 180px; padding: 20px 0; }
.selection-number { color: var(--muted); font-size: 11px; font-weight: 800; }
.selection-item > img { aspect-ratio: 4 / 5; object-fit: cover; width: 112px; }
.selection-item h2 { font-size: 22px; letter-spacing: -.025em; margin: 0 0 15px; }
.selection-options { display: flex; flex-wrap: wrap; gap: 8px; }
.selection-options span { border: 1px solid var(--line); display: grid; gap: 4px; min-width: 110px; padding: 8px 10px; }
.selection-options small, .selection-item > p small { color: var(--muted); font-size: 8px; font-weight: 800; letter-spacing: .1em; }
.selection-item > p { display: grid; gap: 8px; margin: 0; text-align: center; }
.selection-item > p strong { font-size: 24px; }

.not-found { min-height: 600px; padding-top: 100px; text-align: center; }
.not-found > p { font-size: 12px; font-weight: 800; letter-spacing: .1em; }
.not-found h1 { font-size: 60px; letter-spacing: -.05em; }
.empty-state { border: 1px solid var(--line); padding: 60px 24px; text-align: center; }

.site-footer { align-items: center; background: #101010; color: #fff; display: flex; justify-content: space-between; padding: 38px max(24px, calc((100vw - 1440px) / 2)); }
.site-footer > div { display: flex; gap: 24px; }
.site-footer a { font-size: 10px; font-weight: 800; letter-spacing: .08em; text-decoration: none; }
.site-footer p { color: #aaa; font-size: 10px; }
.toast { background: #101010; bottom: 20px; color: #fff; font-size: 12px; left: 50%; opacity: 0; padding: 13px 18px; pointer-events: none; position: fixed; transform: translate(-50%, 10px); transition: opacity .2s, transform .2s; z-index: 100; }
.toast.is-visible { opacity: 1; transform: translate(-50%, 0); }

@media (max-width: 1099px) {
  .page-catalogue .product-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
  .product-page { grid-template-columns: 1.5fr 1fr; }
  .product-info { padding-left: 28px; }
  .cart-layout { grid-template-columns: 1fr 300px; }
}

@media (max-width: 749px) {
  :root { --page: calc(100vw - 32px); }
  body { font-size: 14px; overflow-x: hidden; }
  .announcement { height: 65px; }
  .site-header__inner { height: 63px; padding: 0 11px; }
  .site-header__menu { display: inline-flex; }
  .site-logo { left: 50%; position: absolute; transform: translateX(-50%); }
  .site-logo__image { height: 28px; width: 46px; }
  .desktop-nav { display: none; }
  .site-header__actions { gap: 8px; }
  .search-drawer { padding: 20px 16px; }
  .search-drawer input { min-width: 0; }
  .section-pad { padding: 36px 16px; }

  .home-hero { gap: 18px; min-height: 422px; padding: 28px 21px 0; }
  .home-hero h1 { font-size: 42px; line-height: .96; }
  .home-hero > p { font-size: 16px; line-height: 1.42; margin: 0; }
  .hero-actions { display: grid; gap: 8px; }
  .hero-actions .button { width: 100%; }
  .hero-proof { max-width: none; padding-top: 13px; }
  .hero-proof strong { font-size: 6px; }
  .proof-icon { font-size: 18px; }

  .journey { padding: 31px 21px 36px; }
  .journey > .section-kicker { margin-bottom: 10px; }
  .journey > h2 { font-size: 29px; line-height: .98; margin-bottom: 24px; max-width: 330px; }
  .journey-grid { grid-template-columns: repeat(2, 1fr); }
  .journey-grid article { min-height: 123px; padding: 16px 14px; }
  .journey-grid h3 { font-size: 12px; line-height: 1.25; margin: 16px 0 8px; }
  .journey-grid p { font-size: 11px; }
  .new-arrivals { display: block; }

  .products-section > header h2 { font-size: 26px; }
  .product-grid, .page-catalogue .product-grid { gap: 20px 8px; grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .product-card h2 { font-size: 14px; }
  .product-card__add { display: none; }
  .catalogue { padding: 30px 16px 45px; }
  .catalogue > h1 { font-size: 36px; margin-bottom: 38px; }
  .catalogue-toolbar { font-size: 12px; margin-bottom: 18px; }

  .product-page { display: block; }
  .product-gallery { display: flex; gap: 5px; overflow-x: auto; scroll-snap-type: x mandatory; scrollbar-width: none; }
  .product-gallery::-webkit-scrollbar { display: none; }
  .product-gallery img { flex: 0 0 88%; scroll-snap-align: start; }
  .product-info { padding: 28px 16px 50px; }
  .product-info h1 { font-size: 29px; margin-bottom: 28px; }
  .product-form__row { grid-template-columns: 112px 1fr; }
  .product-note { padding-bottom: 28px; }
  .recommendations { padding-top: 42px; }

  .cart-page > header { display: block; }
  .cart-page > header h1 { font-size: 38px; margin-bottom: 22px; }
  .cart-layout { display: block; }
  .cart-item { gap: 12px; grid-template-columns: 82px 1fr; }
  .cart-item img { grid-row: 1 / span 2; width: 82px; }
  .cart-item .quantity-control { grid-column: 2; }
  .cart-remove { grid-column: 2; justify-self: start; }
  .cart-actions { margin-top: 35px; position: static; }

  .search-page form { display: grid; }
  .search-page h1 { font-size: 38px; }
  .contact-page { display: block; padding-top: 50px; }
  .contact-page h1 { font-size: 62px; }
  .contact-page dl { margin-top: 55px; }
  .contact-page dl div { display: block; }
  .contact-page dd { margin-top: 10px; }

  .about-page > header { padding: 55px 22px 70px; }
  .about-page > header h1 { font-size: 60px; }
  .about-content { padding: 0 22px 65px; }
  .about-content article { display: block; padding: 42px 0; }
  .about-content small { display: block; margin-bottom: 25px; }
  .about-content h2 { font-size: 36px; }

  .selection-page > header { height: 64px; padding: 0 16px; }
  .selection-main { padding: 38px 16px 60px; }
  .selection-intro { align-items: start; }
  .selection-intro h1 { font-size: 33px; }
  .selection-item { gap: 12px; grid-template-columns: 24px 76px 1fr; min-height: 135px; }
  .selection-item > img { width: 76px; }
  .selection-item h2 { font-size: 16px; }
  .selection-item > p { grid-column: 3; justify-self: start; text-align: left; }
  .selection-item > p strong { font-size: 18px; }
  .selection-options span { min-width: 90px; }

  .site-footer { align-items: start; display: block; padding: 35px 22px; }
  .site-footer > div { flex-wrap: wrap; }
  .site-footer p { margin-top: 28px; }
}

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