/* ah! design — Collection12 editorial redesign */

@font-face {
  font-family: "TT Firs Neue";
  src: url("../fonts/TT-Firs-Neue-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Figtree";
  src: url("../fonts/Figtree-v9-latin-ext.woff2") format("woff2");
  font-weight: 400 700;
  font-style: normal;
  font-display: swap;
  unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
  font-family: "Figtree";
  src: url("../fonts/Figtree-v9-latin.woff2") format("woff2");
  font-weight: 400 700;
  font-style: normal;
  font-display: swap;
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

:root {
  --font-ui: "Figtree", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --font-display: var(--font-ui);
  --font-logo: var(--font-ui);
  --white: #ffffff;
  --black: #000000;
  --manual-gray: #878787;
  --manual-beige: #cac4ba;
  --paper: #ffffff;
  --paper-warm: #cac4ba;
  --paper-deep: #cac4ba;
  --ink: #000000;
  --ink-soft: rgba(0, 0, 0, 0.66);
  --ink-faint: rgba(0, 0, 0, 0.42);
  --line: rgba(0, 0, 0, 0.14);
  --line-strong: rgba(0, 0, 0, 0.24);
  --oak: #878787;
  --clay: #9b5a3f;
  --stone: #74736c;
  --charcoal: #151410;
  --max: 1520px;
  --gutter: clamp(20px, 4.4vw, 72px);
  --radius: 8px;
  --ease-out: cubic-bezier(0.16, 1, 0.3, 1);
  --type-small: 12px;
  --type-body: 17px;
  --type-title: 30px;
  --type-heading: 42px;
  --type-display: 56px;
}

html.has-scroll-smooth {
  overflow: hidden;
}

html.has-scroll-dragging {
  user-select: none;
}

.has-scroll-smooth body.collection12-page {
  overflow: hidden;
}

.has-scroll-smooth [data-scroll-container] {
  min-height: 100vh;
}

.collection12-page * {
  box-sizing: border-box;
}

html:has(body.collection12-page) {
  -webkit-text-size-adjust: 100%;
  background: var(--paper);
  scroll-behavior: smooth;
}

body.collection12-page {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--font-ui);
  font-size: var(--type-body);
  font-feature-settings: "liga" 1, "kern" 1;
  overflow-x: hidden;
}

body.collection12-page.v2-modal-open {
  overflow: hidden;
}

body.collection12-page.v2-modal-open .v2-hero-top {
  z-index: 90;
}

body.collection12-page.v2-modal-open .hero-shop-nav {
  background: rgba(255, 255, 255, 0.94);
  color: var(--ink);
  border-bottom-color: var(--line);
  backdrop-filter: blur(18px);
}

body.collection12-page.v2-modal-open .hero-nav-logo img {
  filter: brightness(0);
}

body.collection12-page.v2-modal-open .v2-modal {
  align-items: flex-start;
  padding-top: calc(74px + env(safe-area-inset-top, 0));
}

body.collection12-page.v2-modal-open .v2-modal-dialog {
  max-height: calc(100svh - 74px - env(safe-area-inset-top, 0) - clamp(24px, 6vw, 56px));
}

.collection12-page img {
  max-width: 100%;
}

.collection12-page a {
  color: inherit;
  text-decoration: none;
}

.collection12-page button,
.collection12-page input,
.collection12-page select,
.collection12-page textarea {
  font: inherit;
}

.skip-link {
  position: absolute;
  top: -100px;
  left: 16px;
  z-index: 10000;
  padding: 12px 18px;
  background: var(--ink);
  color: #fff;
  font-size: var(--type-small);
  font-weight: 700;
}

.skip-link:focus {
  top: max(16px, env(safe-area-inset-top, 0));
  outline: 2px solid var(--oak);
  outline-offset: 3px;
}

.v2-loader {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: grid;
  place-items: center;
  background: var(--paper);
  transition: opacity 0.7s var(--ease-out), visibility 0.7s;
}

.v2-loader.v2-loader--hidden {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.v2-loader-logo {
  width: min(180px, 46vw);
  filter: brightness(0);
  opacity: 0;
  transform: translateY(8px);
  animation: loader-reveal 1.1s var(--ease-out) forwards;
}

@keyframes loader-reveal {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.v2-site {
  width: 100%;
  overflow-x: hidden;
}

.section-shell {
  width: min(calc(100% - (var(--gutter) * 2)), var(--max));
  margin: 0 auto;
}

.section-heading {
  display: grid;
  gap: 18px;
  align-content: start;
}

.section-heading p,
.split-eyebrow,
.product-code,
.catalog-card-copy > p,
.v2-modal-eyebrow {
  margin: 0;
  font-size: var(--type-small);
  font-weight: 700;
  letter-spacing: 0.17em;
  line-height: 1.35;
  text-transform: uppercase;
  color: var(--ink-faint);
}

.section-heading h2,
.product-card-copy h3,
.scenario-copy h3,
.v2-split-copy h3,
.final-footer-title,
.v2-modal-title,
.v2-modal-section h4,
.product-modal-info h4,
.product-modal-layout h4,
.modal-inquiry h4 {
  margin: 0;
  font-family: var(--font-display);
  font-weight: 600;
  letter-spacing: 0;
  color: var(--ink);
}

.section-heading h2 {
  max-width: 900px;
  font-size: var(--type-heading);
  line-height: 1.1;
}

.section-heading.compact h2 {
  font-size: var(--type-heading);
  line-height: 1.12;
}

.collection-intro .section-heading h2 {
  font-size: var(--type-heading);
}
