:root {
  --offwhite: #F7F6F3;
  --ink: #1A1A1A;
  --grey: #9A9A9A;
  --grey-line: #E4E2DC;
  --grey-ph: #ECEAE4;
  --accent: #C8612C;
  --accent-d: #B0531F;

  --surface-page: var(--offwhite);
  --surface-ink: var(--ink);
  --surface-placeholder: var(--grey-ph);
  --surface-header: color-mix(in srgb, var(--offwhite) 86%, transparent);
  --surface-placeholder-dark: color-mix(in srgb, var(--ink) 92%, var(--offwhite));
  --border-placeholder-dark: color-mix(in srgb, var(--ink) 82%, var(--offwhite));
  --text-primary: var(--ink);
  --text-inverse: var(--offwhite);
  --text-muted: var(--grey);
  --text-soft: color-mix(in srgb, var(--ink) 82%, var(--offwhite));
  --text-subtle: color-mix(in srgb, var(--ink) 76%, var(--offwhite));
  --text-placeholder: color-mix(in srgb, var(--ink) 72%, var(--offwhite));
  --text-editorial: color-mix(in srgb, var(--offwhite) 78%, var(--grey));
  --text-placeholder-inverse: color-mix(in srgb, var(--offwhite) 76%, var(--grey));
  --border-editorial: color-mix(in srgb, var(--ink) 72%, var(--offwhite));

  --font-en: 'Inter', 'Helvetica Neue', Arial, sans-serif;
  --font-jp: 'Noto Sans JP', 'Hiragino Kaku Gothic ProN', 'Yu Gothic', sans-serif;
  --font-base: var(--font-jp);

  --weight-regular: 400;
  --weight-medium: 500;
  --weight-semibold: 600;

  --leading-tight: 1;
  --leading-hero: 1.2;
  --leading-heading: 1.28;
  --leading-legal-heading: 1.3;
  --leading-caption: 1.4;
  --leading-statement: 1.7;
  --leading-body: 1.75;
  --leading-address: 1.9;

  --tracking-body: 0.01em;
  --tracking-wordmark: 0.34em;
  --tracking-eyebrow: 0.22em;
  --tracking-button: 0.14em;
  --tracking-link: 0.12em;
  --tracking-meta: 0.1em;
  --tracking-label: 0.16em;
  --tracking-footer-heading: 0.18em;
  --tracking-caption: 0.02em;

  --text-3xs: 0.52rem;
  --text-2xs: 0.68rem;
  --text-xs: 0.7rem;
  --text-sm: 0.72rem;
  --text-md: 0.78rem;
  --text-lg: 0.8rem;
  --text-xl: 0.82rem;
  --text-2xl: 0.84rem;
  --text-3xl: 0.85rem;
  --text-4xl: 0.9rem;
  --text-5xl: 0.92rem;
  --text-6xl: 0.95rem;
  --text-7xl: 1rem;
  --text-8xl: 1.02rem;
  --text-9xl: 1.05rem;
  --text-10xl: 1.1rem;
  --text-11xl: 1.15rem;
  --text-12xl: 1.2rem;
  --text-13xl: 1.4rem;
  --text-14xl: 1.55rem;
  --text-15xl: 1.75rem;
  --text-16xl: 1.8rem;
  --text-17xl: 1.85rem;
  --text-18xl: 2rem;
  --text-19xl: 2.1rem;
  --text-20xl: 2.3rem;
  --text-21xl: 2.35rem;
  --text-22xl: 2.4rem;
  --text-23xl: 2.7rem;
  --text-24xl: 3.8rem;
  --text-25xl: 5rem;

  --wordmark-header-min: 1rem;
  --wordmark-footer-min: 1.25rem;
  --wordmark-clearspace: 1em;

  --space-0: 0;
  --space-3xs: 0.2rem;
  --space-2xs: 0.25rem;
  --space-xs: 0.3rem;
  --space-sm: 0.35rem;
  --space-md: 0.4rem;
  --space-lg: 0.5rem;
  --space-xl: 0.6rem;
  --space-2xl: 0.7rem;
  --space-3xl: 0.75rem;
  --space-4xl: 0.8rem;
  --space-5xl: 0.95rem;
  --space-6xl: 1rem;
  --space-7xl: 1.1rem;
  --space-8xl: 1.2rem;
  --space-9xl: 1.25rem;
  --space-10xl: 1.4rem;
  --space-11xl: 1.5rem;
  --space-12xl: 1.75rem;
  --space-13xl: 1.9rem;
  --space-14xl: 2rem;
  --space-15xl: 2.2rem;
  --space-16xl: 2.4rem;
  --space-17xl: 2.5rem;
  --space-18xl: 3rem;
  --space-19xl: 3.5rem;
  --space-20xl: 4rem;
  --space-21xl: 4.5rem;
  --space-22xl: 5rem;
  --space-23xl: 5.5rem;

  --layout-max: 1240px;
  --layout-legal-max: 820px;
  --layout-section-copy: 56ch;
  --layout-hero-copy: 40ch;
  --layout-editorial-copy: 46ch;
  --layout-newsletter-copy: 42ch;
  --layout-placeholder-copy: 26ch;
  --layout-input-min: 220px;

  --page-x: clamp(var(--space-9xl), 5vw, var(--space-20xl));
  --section-y: clamp(var(--space-21xl), 10vw, 9rem);
  --hero-y-start: clamp(var(--space-17xl), 6vw, var(--space-22xl));
  --hero-grid-gap: clamp(var(--space-17xl), 6vw, var(--space-22xl));
  --section-head-gap: clamp(var(--space-17xl), 5vw, var(--space-20xl));
  --placeholder-pad: clamp(var(--space-9xl), 4vw, var(--space-18xl));
  --wide-section-gap: clamp(var(--space-17xl), 5vw, var(--space-20xl));
  --legal-page-x: clamp(var(--space-9xl), 5vw, var(--space-17xl));
  --legal-main-y-start: clamp(var(--space-17xl), 6vw, var(--space-21xl));
  --legal-main-y-end: clamp(var(--space-18xl), 7vw, var(--space-22xl));
  --footer-y-start: clamp(var(--space-19xl), 7vw, var(--space-23xl));
  --footer-bottom-gap: clamp(var(--space-18xl), 6vw, var(--space-21xl));
  --product-foot-gap: clamp(var(--space-17xl), 5vw, var(--space-19xl));

  --header-h: 68px;
  --legal-header-h: 64px;
  --nav-line-w: 24px;
  --nav-line-h: 1.5px;
  --nav-line-shift: 6.5px;
  --focus-ring: 2px;
  --border-w: 1px;
  --icon-size: 30px;
  --visually-hidden-size: 1px;
  --hidden-offset: -9999px;
  --full: 100%;
  --opacity-hidden: 0;
  --opacity-visible: 1;
  --reveal-y: 22px;

  --bp-feature-2: 640px;
  --bp-tablet: 720px;
  --bp-copy: 760px;
  --bp-visual: 800px;
  --bp-wide: 860px;
  --bp-desktop: 900px;
  --bp-nav: 940px;
  --bp-feature-4: 980px;
  --bp-large: 1100px;

  --ease: cubic-bezier(0.22, 0.61, 0.36, 1);
  --duration-fast: 0.3s;
  --duration-med: 0.35s;
  --duration-slow: 0.5s;
  --duration-reveal: 0.8s;
  --duration-reduced: 0.001ms;
}

.wordmark {
  display: inline-block;
  font-family: var(--font-en);
  font-weight: var(--weight-semibold);
  text-transform: uppercase;
  letter-spacing: var(--tracking-wordmark);
  line-height: var(--leading-tight);
  padding-left: var(--tracking-wordmark);
  color: var(--text-primary);
}
