@import url("https://api.fontshare.com/v2/css?f[]=technor@400,500,600&f[]=synonym@400,500,600&display=swap");

:root {
  --font-display: "Technor", "Apple SD Gothic Neo", "Noto Sans KR", sans-serif;
  --font-body: "Synonym", "Apple SD Gothic Neo", "Noto Sans KR", sans-serif;
  --dial-paper: #f2efe5;
  --paper-deep: #e5e0d3;
  --paper-pale: #f7f5ee;
  --bench: #151616;
  --bench-soft: #242524;
  --steel: #b7b9b6;
  --steel-dark: #737773;
  --line: rgba(21, 22, 22, 0.34);
  --line-light: rgba(242, 239, 229, 0.36);
  --ink: #151616;
  --muted: #5f625f;
  --porcelain: #d8d0bf;
  --oxblood: #722530;
  --oxblood-dark: #3d151a;
  --ink-blue: #314e66;
  --ink-blue-dark: #162632;
  --celadon: #8ea598;
  --celadon-dark: #586c61;
  --container: 1344px;
  --gutter-desktop: 48px;
  --gutter-tablet: 32px;
  --gutter-mobile: 20px;
  --section-desktop: 120px;
  --section-mobile: 72px;
  --header-desktop: 72px;
  --header-mobile: 60px;
  --radius-sm: 1px;
  --radius-md: 2px;
  --shadow-soft: 0 18px 52px rgba(21, 22, 22, 0.13);
  --focus: 0 0 0 3px rgba(114, 37, 48, 0.33);
  --motion-fast: 180ms ease;
  --motion: 420ms cubic-bezier(0.22, 1, 0.36, 1);
}

*,
*::before,
*::after {
  box-sizing: border-box;
  letter-spacing: 0;
}

html {
  scroll-behavior: smooth;
  background: var(--dial-paper);
}

body {
  margin: 0;
  overflow-x: hidden;
  color: var(--ink);
  background: var(--dial-paper);
  font-family: var(--font-body);
  font-size: 16px;
  line-height: 1.68;
  text-rendering: optimizeLegibility;
}

body.is-locked {
  overflow: hidden;
}

button,
input {
  color: inherit;
  font: inherit;
}

button,
a {
  -webkit-tap-highlight-color: transparent;
}

button {
  border: 0;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  display: block;
  width: 100%;
  max-width: 100%;
}

h1,
h2,
h3,
p,
dl,
dd,
figure {
  margin: 0;
}

h1,
h2,
h3 {
  font-family: var(--font-display);
  font-weight: 500;
  line-height: 1.08;
  text-wrap: balance;
  word-break: keep-all;
  overflow-wrap: break-word;
}

p,
dd,
summary,
a,
button,
label {
  word-break: keep-all;
  overflow-wrap: break-word;
}

button,
summary,
a {
  cursor: pointer;
}

:focus-visible {
  outline: 0;
  box-shadow: var(--focus);
}

::selection {
  color: var(--dial-paper);
  background: var(--oxblood);
}

[hidden] {
  display: none !important;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.skip-link {
  position: fixed;
  top: 8px;
  left: 8px;
  z-index: 200;
  padding: 10px 14px;
  color: var(--dial-paper);
  background: var(--bench);
  transform: translateY(-150%);
}

.skip-link:focus {
  transform: translateY(0);
}

.eyebrow {
  font-family: var(--font-display);
  font-size: 12px;
  font-weight: 500;
  line-height: 1.3;
  text-transform: uppercase;
}

.wordmark {
  font-family: var(--font-display);
  font-size: 27px;
  font-weight: 500;
  line-height: 1;
}

.site-header {
  left: 0;
  z-index: 100;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  width: 100%;
  height: var(--header-desktop);
  padding: 0 var(--gutter-desktop);
  border-bottom: 1px solid transparent;
}

.site-header--overlay {
  position: absolute;
  top: 0;
  color: var(--dial-paper);
  border-bottom-color: var(--line-light);
}

.site-header--solid {
  position: sticky;
  top: 0;
  color: var(--ink);
  background: rgba(242, 239, 229, 0.95);
  border-bottom-color: var(--line);
  backdrop-filter: blur(12px);
}

.site-header--overlay.is-scrolled {
  position: fixed;
  color: var(--ink);
  background: rgba(242, 239, 229, 0.95);
  border-bottom-color: var(--line);
  backdrop-filter: blur(12px);
}

.desktop-nav {
  display: flex;
  align-items: center;
  gap: 36px;
  height: 100%;
  font-family: var(--font-display);
  font-size: 12px;
  font-weight: 500;
}

.desktop-nav a {
  position: relative;
  display: grid;
  align-items: center;
  height: 100%;
}

.desktop-nav a::after {
  position: absolute;
  right: 0;
  bottom: -1px;
  left: 0;
  height: 1px;
  content: "";
  background: currentColor;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform var(--motion-fast);
}

.desktop-nav a:hover::after,
.desktop-nav a[aria-current="page"]::after {
  transform: scaleX(1);
}

.header-actions {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 24px;
}

.case-trigger {
  display: flex;
  align-items: center;
  gap: 10px;
  min-height: 44px;
  padding: 0;
  color: inherit;
  background: transparent;
  font-family: var(--font-display);
  font-size: 12px;
  font-weight: 500;
}

.case-trigger span {
  display: grid;
  place-items: center;
  width: 28px;
  height: 28px;
  border: 1px solid currentColor;
  border-radius: 50%;
}

.case-trigger.is-latched span {
  color: var(--dial-paper);
  background: var(--oxblood);
  border-color: var(--oxblood);
  transform: scale(1.12);
  transition: transform var(--motion-fast), color var(--motion-fast), background var(--motion-fast);
}

.icon-button {
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  padding: 0;
  color: inherit;
  background: transparent;
  font-family: var(--font-display);
  font-size: 27px;
  line-height: 1;
}

.menu-trigger {
  display: none;
}

.mobile-menu {
  position: fixed;
  inset: 0;
  z-index: 160;
  display: grid;
  grid-template-rows: auto 1fr auto;
  min-height: 100dvh;
  padding: 0 var(--gutter-mobile) 28px;
  color: var(--dial-paper);
  background: var(--bench);
}

.mobile-menu__top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: var(--header-mobile);
  border-bottom: 1px solid var(--line-light);
}

.mobile-menu nav {
  display: grid;
  align-content: center;
}

.mobile-menu nav a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 22px 0;
  border-bottom: 1px solid var(--line-light);
  font-family: var(--font-display);
  font-size: 30px;
  line-height: 1.15;
}

.mobile-menu nav span,
.mobile-menu > p {
  color: var(--steel);
  font-size: 12px;
}

.dial-case {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 180;
  display: grid;
  grid-template-rows: auto 1fr auto;
  width: min(470px, 100%);
  height: 100dvh;
  padding: 28px;
  color: var(--dial-paper);
  background: var(--bench);
  border-left: 1px solid var(--line-light);
  transform: translateX(102%);
  transition: transform var(--motion);
}

.dial-case.is-open {
  transform: translateX(0);
}

.dial-case__header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding-bottom: 28px;
  border-bottom: 1px solid var(--line-light);
}

.dial-case__header h2 {
  margin-top: 8px;
  font-size: 36px;
}

.dial-case__list {
  display: grid;
  align-content: start;
  gap: 0;
  overflow-y: auto;
}

.case-empty {
  padding: 48px 0;
  color: var(--steel);
}

.case-item {
  display: grid;
  grid-template-columns: 52px 1fr 44px;
  align-items: center;
  gap: 16px;
  padding: 22px 0;
  border-bottom: 1px solid var(--line-light);
}

.case-item__swatch {
  width: 52px;
  height: 52px;
  border: 1px solid var(--line-light);
  border-radius: 50%;
}

.case-item strong,
.case-item small {
  display: block;
}

.case-item strong {
  font-family: var(--font-display);
  font-size: 17px;
  line-height: 1.25;
}

.case-item small {
  margin-top: 3px;
  color: var(--steel);
  font-size: 11px;
}

.case-item button {
  width: 44px;
  height: 44px;
  color: var(--steel);
  background: transparent;
  font-size: 22px;
}

.scrim {
  position: fixed;
  inset: 0;
  z-index: 170;
  background: rgba(21, 22, 22, 0.56);
}

.command {
  display: inline-flex;
  justify-content: space-between;
  align-items: center;
  gap: 28px;
  min-height: 48px;
  padding: 0 18px;
  border: 1px solid currentColor;
  border-radius: var(--radius-sm);
  font-family: var(--font-display);
  font-size: 12px;
  font-weight: 500;
  line-height: 1.2;
  text-transform: uppercase;
  transition: color var(--motion-fast), background var(--motion-fast);
}

.command--dark {
  color: var(--dial-paper);
  background: var(--bench);
  border-color: var(--bench);
}

.command--dark:hover {
  color: var(--bench);
  background: var(--dial-paper);
}

.command--light {
  color: var(--dial-paper);
  background: transparent;
  border-color: var(--dial-paper);
}

.command--light:hover {
  color: var(--bench);
  background: var(--dial-paper);
}

.command--fill {
  width: 100%;
}

.text-link {
  display: inline-flex;
  align-items: center;
  gap: 18px;
  min-height: 44px;
  border-bottom: 1px solid currentColor;
  font-family: var(--font-display);
  font-size: 12px;
  font-weight: 500;
}

.text-link--light {
  color: var(--dial-paper);
}

.reveal {
  opacity: 1;
  transform: none;
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

/* Home */
.page-home main {
  position: relative;
}

.home-hero {
  position: relative;
  height: 760px;
  min-height: 560px;
  max-height: calc(100svh - 110px);
  overflow: hidden;
  color: var(--dial-paper);
  background: var(--bench);
}

.home-hero__media,
.home-hero__media img {
  width: 100%;
  height: 100%;
}

.home-hero__media img {
  object-fit: cover;
  object-position: center;
}

.home-hero__shade {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.16);
}

.home-hero__copy {
  position: absolute;
  top: 50%;
  left: 27%;
  z-index: 2;
  width: 470px;
  transform: translateY(-34%);
  text-shadow: 0 2px 24px rgba(0, 0, 0, 0.3);
}

.home-hero__copy h1 {
  margin-top: 22px;
  font-size: 58px;
  line-height: 1.08;
}

.home-hero__copy > p:not(.eyebrow) {
  max-width: 480px;
  margin-top: 26px;
  font-size: 18px;
  line-height: 1.7;
}

.hero-actions {
  display: flex;
  align-items: center;
  gap: 28px;
  margin-top: 34px;
}

.hero-actions .text-link {
  display: none;
}

.hero-index {
  position: absolute;
  right: var(--gutter-desktop);
  bottom: 30px;
  z-index: 2;
  display: grid;
  grid-template-columns: auto 110px auto;
  align-items: center;
  gap: 12px;
  font-family: var(--font-display);
  font-size: 11px;
}

.hero-index__line {
  height: 1px;
  background: var(--dial-paper);
}

.precision-register {
  position: relative;
  z-index: 4;
  display: grid;
  grid-template-columns: 1.2fr repeat(4, 1fr);
  min-height: 150px;
  background: var(--dial-paper);
  border-bottom: 1px solid var(--line);
}

.register-label,
.register-hour {
  display: grid;
  align-content: center;
  min-width: 0;
  padding: 18px 26px;
  border-right: 1px solid var(--line);
}

.register-label {
  gap: 8px;
  font-family: var(--font-display);
  font-size: 11px;
}

.register-hour {
  position: relative;
  grid-template-columns: 1fr auto;
  grid-template-rows: auto auto;
  gap: 8px 14px;
  overflow: hidden;
  font-family: var(--font-display);
  font-size: 12px;
}

.register-hour::after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 4px;
  content: "";
  background: var(--shade, var(--ink));
  transform: scaleX(0);
  transform-origin: left;
  transition: transform var(--motion-fast);
}

.register-hour:hover::after,
.register-hour.is-active::after {
  transform: scaleX(1);
}

.register-hour__time {
  grid-column: 1;
}

.register-hour > span:last-child {
  grid-column: 1;
  color: var(--muted);
  font-size: 11px;
}

.enamel-dot {
  grid-column: 2;
  grid-row: 1 / 3;
  align-self: center;
  width: 38px;
  height: 38px;
  background: var(--shade);
  border: 6px solid var(--paper-pale);
  border-radius: 50%;
  box-shadow: 0 0 0 1px var(--line), inset 0 3px 8px rgba(255, 255, 255, 0.25);
}

.register-hour[data-shade="porcelain"],
.enamel-dot--porcelain {
  --shade: var(--porcelain);
}

.register-hour[data-shade="oxblood"],
.enamel-dot--oxblood {
  --shade: var(--oxblood);
}

.register-hour[data-shade="ink"],
.enamel-dot--ink {
  --shade: var(--ink-blue);
}

.register-hour[data-shade="celadon"],
.enamel-dot--celadon {
  --shade: var(--celadon);
}

.hour {
  position: relative;
  display: grid;
  min-height: 680px;
  border-bottom: 1px solid var(--line);
}

.hour::after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  z-index: 3;
  width: 1px;
  content: "";
  background: currentColor;
  opacity: 0.35;
  pointer-events: none;
}

.hour__ledger,
.hour__technical {
  display: grid;
  align-content: center;
  padding: 88px 64px;
}

.hour__number {
  margin-bottom: 34px;
  font-family: var(--font-display);
  font-size: 76px;
  font-weight: 400;
  line-height: 0.9;
}

.hour h2 {
  margin-top: 14px;
  font-size: 58px;
}

.hour__ledger > p:not(.hour__number, .eyebrow),
.hour__technical > p {
  max-width: 500px;
  margin-top: 28px;
  font-size: 17px;
}

.spec-list {
  display: grid;
  margin-top: 38px;
  border-top: 1px solid currentColor;
}

.spec-list > div {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  padding: 12px 0;
  border-bottom: 1px solid currentColor;
  font-size: 12px;
}

.spec-list dt {
  color: var(--muted);
}

.hour .text-link,
.hour .command {
  justify-self: start;
  margin-top: 36px;
}

.hour__image,
.hour__macro {
  position: relative;
  min-width: 0;
  min-height: 100%;
  overflow: hidden;
}

.hour__image img,
.hour__macro img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hour__image figcaption {
  position: absolute;
  right: 18px;
  bottom: 14px;
  padding: 5px 8px;
  color: var(--dial-paper);
  background: rgba(21, 22, 22, 0.72);
  font-family: var(--font-display);
  font-size: 10px;
}

.hour--porcelain,
.hour--celadon {
  grid-template-columns: 36% 64%;
}

.hour--porcelain {
  background: var(--paper-pale);
}

.hour--oxblood {
  grid-template-columns: 62% 38%;
  color: var(--dial-paper);
  background: var(--oxblood-dark);
}

.hour--oxblood::after,
.hour--ink::after {
  background: var(--dial-paper);
}

.hour--oxblood .hour__ledger {
  background: var(--oxblood-dark);
}

.hour--oxblood .spec-list dt,
.hour--ink .spec-list dt {
  color: var(--steel);
}

.hour--ink {
  grid-template-columns: 58% 42%;
  color: var(--dial-paper);
  background: var(--ink-blue-dark);
}

.hour--ink .hour__technical {
  padding: 68px 48px;
}

.hour__heading-line {
  display: grid;
  grid-template-columns: 110px 1fr;
  align-items: end;
  gap: 24px;
}

.hour__heading-line .hour__number {
  margin: 0;
}

.technical-table {
  width: 100%;
  margin-top: 38px;
  border-collapse: collapse;
  font-family: var(--font-display);
  font-size: 11px;
}

.technical-table th,
.technical-table td {
  padding: 11px 0;
  border-top: 1px solid var(--line-light);
  text-align: left;
}

.technical-table th {
  width: 48%;
  color: var(--steel);
  font-weight: 400;
}

.hour--celadon {
  background: #c4cfc8;
}

.calibration-story {
  position: relative;
  min-height: 650px;
  overflow: hidden;
  color: var(--dial-paper);
  background: var(--bench);
}

.calibration-story > img {
  width: 100%;
  height: 650px;
  object-fit: cover;
}

.calibration-story::after {
  position: absolute;
  inset: 0;
  content: "";
  background: rgba(0, 0, 0, 0.14);
}

.calibration-story__copy {
  position: absolute;
  top: 50%;
  left: var(--gutter-desktop);
  z-index: 2;
  width: min(560px, 43%);
  transform: translateY(-50%);
}

.calibration-story__copy h2 {
  margin-top: 18px;
  font-size: 50px;
}

.calibration-story__copy > p:not(.eyebrow) {
  margin-top: 24px;
  font-size: 17px;
}

.calibration-story__copy .command {
  margin-top: 34px;
}

.story-coordinate {
  position: absolute;
  right: var(--gutter-desktop);
  bottom: 28px;
  z-index: 2;
  font-family: var(--font-display);
  font-size: 10px;
  line-height: 1.5;
  text-align: right;
}

/* Dial Index */
.index-hero {
  position: relative;
  min-height: 650px;
  overflow: hidden;
  color: var(--dial-paper);
  background: var(--bench);
}

.index-hero > img {
  width: 100%;
  height: 650px;
  object-fit: cover;
}

.index-hero::after {
  position: absolute;
  inset: 0;
  content: "";
  background: rgba(0, 0, 0, 0.22);
}

.index-hero__copy {
  position: absolute;
  bottom: 62px;
  left: var(--gutter-desktop);
  z-index: 2;
  width: 225px;
}

.index-hero__copy h1 {
  margin-top: 18px;
  font-size: 40px;
}

.index-hero__copy > p:not(.eyebrow) {
  margin-top: 22px;
  font-size: 14px;
}

.index-hero__mark {
  position: absolute;
  right: var(--gutter-desktop);
  bottom: 62px;
  z-index: 2;
  font-family: var(--font-display);
  font-size: 11px;
  line-height: 1.5;
  text-align: right;
}

.calibrator-section {
  padding: var(--section-desktop) var(--gutter-desktop);
  background: var(--dial-paper);
  border-bottom: 1px solid var(--line);
}

.section-lead {
  display: grid;
  grid-template-columns: 1fr 1.4fr 1fr;
  align-items: end;
  gap: 64px;
  max-width: var(--container);
  margin: 0 auto 88px;
}

.section-lead h2 {
  font-size: 52px;
}

.section-lead > p:last-child {
  color: var(--muted);
}

.calibrator-layout {
  display: grid;
  grid-template-columns: minmax(620px, 1fr) minmax(320px, 430px);
  align-items: center;
  gap: 88px;
  max-width: var(--container);
  margin: 0 auto;
}

.dial-calibrator {
  position: relative;
  width: 620px;
  height: 620px;
  margin: 0 auto;
  border: 1px solid var(--line);
  border-radius: 50%;
}

.dial-calibrator::before,
.dial-calibrator::after {
  position: absolute;
  z-index: 0;
  content: "";
  background: var(--line);
}

.dial-calibrator::before {
  top: 50%;
  right: 18px;
  left: 18px;
  height: 1px;
}

.dial-calibrator::after {
  top: 18px;
  bottom: 18px;
  left: 50%;
  width: 1px;
}

.dial-calibrator__ticks {
  position: absolute;
  inset: 20px;
  border: 1px dashed var(--line);
  border-radius: 50%;
}

.dial-calibrator__ring {
  position: absolute;
  inset: 118px;
  border: 1px solid var(--line);
  border-radius: 50%;
}

.dial-calibrator__hand {
  position: absolute;
  bottom: 50%;
  left: calc(50% - 1px);
  z-index: 2;
  width: 2px;
  height: 190px;
  background: var(--oxblood);
  transform: rotate(90deg);
  transform-origin: bottom;
  transition: transform 640ms cubic-bezier(0.22, 1, 0.36, 1), background var(--motion);
}

.dial-calibrator__hand::before {
  position: absolute;
  top: -5px;
  left: -4px;
  width: 10px;
  height: 10px;
  content: "";
  background: currentColor;
  border-radius: 50%;
}

.dial-calibrator__core {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 4;
  display: grid;
  place-items: center;
  align-content: center;
  width: 210px;
  height: 210px;
  color: var(--dial-paper);
  background: var(--oxblood);
  border: 12px solid var(--paper-pale);
  border-radius: 50%;
  box-shadow: 0 0 0 1px var(--line), inset 0 12px 28px rgba(255, 255, 255, 0.12);
  transform: translate(-50%, -50%);
  transition: background var(--motion);
}

.dial-calibrator__core span,
.dial-calibrator__core small {
  font-family: var(--font-display);
  font-size: 11px;
}

.dial-calibrator__core strong {
  margin: 6px 0;
  font-family: var(--font-display);
  font-size: 24px;
  font-weight: 500;
}

.dial-position {
  position: absolute;
  z-index: 6;
  display: grid;
  gap: 2px;
  min-width: 118px;
  min-height: 54px;
  padding: 8px 12px;
  color: var(--ink);
  background: var(--dial-paper);
  border: 1px solid var(--line);
  font-family: var(--font-display);
  text-align: left;
  transition: color var(--motion-fast), background var(--motion-fast);
}

.dial-position span {
  color: var(--muted);
  font-size: 10px;
}

.dial-position strong {
  font-size: 12px;
  font-weight: 500;
}

.dial-position:hover,
.dial-position.is-active {
  color: var(--dial-paper);
  background: var(--bench);
}

.dial-position:hover span,
.dial-position.is-active span {
  color: var(--steel);
}

.dial-position--12 {
  top: -27px;
  left: calc(50% - 59px);
}

.dial-position--3 {
  top: calc(50% - 27px);
  right: -59px;
}

.dial-position--6 {
  bottom: -27px;
  left: calc(50% - 59px);
}

.dial-position--9 {
  top: calc(50% - 27px);
  left: -59px;
}

.calibration-result {
  border-top: 1px solid var(--line);
}

.calibration-result__head {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  padding: 14px 0;
  border-bottom: 1px solid var(--line);
  font-family: var(--font-display);
  font-size: 11px;
}

.result-color {
  width: 100%;
  height: 112px;
  background: var(--oxblood);
  border-bottom: 1px solid var(--line);
  transition: background var(--motion);
}

.calibration-result dl {
  display: grid;
}

.calibration-result dl > div {
  display: grid;
  grid-template-columns: 38% 62%;
  gap: 16px;
  padding: 13px 0;
  border-bottom: 1px solid var(--line);
  font-size: 13px;
}

.calibration-result dt {
  color: var(--muted);
}

.calibration-result .command {
  width: 100%;
  margin-top: 26px;
}

.calibration-result .text-link {
  margin-top: 18px;
}

.record-ledger {
  background: var(--paper-pale);
}

.record-ledger__heading {
  display: grid;
  grid-template-columns: 1fr 2fr;
  align-items: end;
  gap: 64px;
  padding: 96px var(--gutter-desktop) 64px;
  border-bottom: 1px solid var(--line);
}

.record-ledger__heading h2 {
  font-size: 52px;
}

.shade-record {
  position: relative;
  display: grid;
  grid-template-columns: 130px minmax(260px, 0.8fr) minmax(480px, 1.35fr);
  min-height: 430px;
  border-bottom: 1px solid currentColor;
}

.shade-record__index,
.shade-record__copy {
  padding: 54px 34px;
  border-right: 1px solid currentColor;
}

.shade-record__index {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  font-family: var(--font-display);
}

.shade-record__index span {
  font-size: 54px;
  line-height: 1;
}

.shade-record__index small {
  font-size: 11px;
}

.shade-record__copy {
  display: grid;
  align-content: center;
}

.shade-record__copy h3 {
  margin-top: 10px;
  font-size: 42px;
}

.shade-record__copy > p:not(.eyebrow) {
  margin-top: 22px;
}

.shade-record__copy dl {
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin-top: 28px;
  border-top: 1px solid currentColor;
}

.shade-record__copy dl > div {
  padding: 12px 0;
  border-bottom: 1px solid currentColor;
}

.shade-record__copy dt {
  color: var(--muted);
  font-size: 11px;
}

.shade-record__copy dd {
  margin-top: 4px;
  font-family: var(--font-display);
  font-size: 12px;
}

.shade-record > img {
  width: 100%;
  height: 100%;
  min-height: 430px;
  object-fit: cover;
}

.record-add {
  position: absolute;
  right: 16px;
  bottom: 16px;
  z-index: 2;
  width: 48px;
  height: 48px;
  color: var(--dial-paper);
  background: var(--bench);
  border: 1px solid var(--dial-paper);
  border-radius: 50%;
  font-size: 20px;
}

.shade-record--porcelain {
  color: var(--ink);
  background: var(--paper-pale);
}

.shade-record--oxblood {
  grid-template-columns: 130px minmax(480px, 1.35fr) minmax(260px, 0.8fr);
  color: var(--dial-paper);
  background: var(--oxblood-dark);
}

.shade-record--oxblood .shade-record__copy {
  border-right: 0;
  border-left: 1px solid currentColor;
}

.shade-record--oxblood .shade-record__copy dt,
.shade-record--ink .shade-record__copy dt {
  color: var(--steel);
}

.shade-record--ink {
  color: var(--dial-paper);
  background: var(--ink-blue-dark);
}

.shade-record--celadon {
  grid-template-columns: 130px minmax(480px, 1.35fr) minmax(260px, 0.8fr);
  background: #b8c7be;
}

.shade-record--celadon .shade-record__copy {
  border-right: 0;
  border-left: 1px solid currentColor;
}

.comparison {
  padding: var(--section-desktop) var(--gutter-desktop);
  background: var(--dial-paper);
}

.comparison__heading {
  display: grid;
  grid-template-columns: 1fr 2fr;
  align-items: end;
  gap: 64px;
  max-width: var(--container);
  margin: 0 auto 64px;
}

.comparison__heading h2 {
  font-size: 52px;
}

.table-scroll {
  max-width: var(--container);
  margin: 0 auto;
  overflow-x: auto;
}

.comparison table {
  width: 100%;
  min-width: 920px;
  border-collapse: collapse;
  font-family: var(--font-display);
  font-size: 12px;
}

.comparison th,
.comparison td {
  padding: 18px 14px;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  text-align: left;
}

.comparison thead th {
  color: var(--muted);
  font-size: 10px;
  font-weight: 400;
}

.table-swatch {
  display: block;
  width: 34px;
  height: 34px;
  border: 1px solid var(--line);
  border-radius: 50%;
}

.swatch-porcelain {
  background: var(--porcelain);
}

.swatch-oxblood {
  background: var(--oxblood);
}

.swatch-ink {
  background: var(--ink-blue);
}

.swatch-celadon {
  background: var(--celadon);
}

.oxblood-callout {
  position: relative;
  display: grid;
  grid-template-columns: 190px 1fr 1fr auto;
  align-items: center;
  gap: 48px;
  min-height: 320px;
  padding: 54px var(--gutter-desktop);
  overflow: hidden;
  color: var(--dial-paper);
  background: var(--oxblood-dark);
}

.oxblood-callout__dial {
  width: 150px;
  height: 150px;
  background: var(--oxblood);
  border: 12px solid var(--dial-paper);
  border-radius: 50%;
  box-shadow: 0 0 0 1px var(--line-light);
}

.oxblood-callout h2 {
  margin-top: 12px;
  font-size: 44px;
}

.oxblood-callout > p {
  max-width: 430px;
}

/* Product detail */
.product-case {
  display: grid;
  grid-template-columns: 7fr 5fr;
  min-height: 760px;
  border-bottom: 1px solid var(--line);
}

.product-case__media {
  position: relative;
  min-width: 0;
  overflow: hidden;
  background: var(--bench);
}

.product-case__media > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.case-coordinate {
  position: absolute;
  top: 24px;
  left: 24px;
  display: flex;
  justify-content: space-between;
  width: calc(100% - 48px);
  color: var(--dial-paper);
  font-family: var(--font-display);
  font-size: 11px;
}

.product-case__ledger {
  display: grid;
  align-content: center;
  padding: 58px 48px;
  background: var(--dial-paper);
}

.product-case__title h1 {
  margin-top: 10px;
  font-size: 66px;
}

.product-case__title > p:not(.eyebrow) {
  margin-top: 22px;
  font-size: 16px;
}

.product-facts {
  display: grid;
  margin-top: 34px;
  border-top: 1px solid var(--line);
}

.product-facts > div {
  display: grid;
  grid-template-columns: 44% 56%;
  gap: 20px;
  padding: 10px 0;
  border-bottom: 1px solid var(--line);
  font-family: var(--font-display);
  font-size: 11px;
}

.product-facts dt {
  color: var(--muted);
}

.option-group {
  padding: 0;
  margin: 26px 0 0;
  border: 0;
}

.option-group legend {
  margin-bottom: 10px;
  font-size: 12px;
}

.segmented {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  border: 1px solid var(--line);
}

.segmented button {
  min-height: 44px;
  padding: 0 14px;
  background: transparent;
  border-right: 1px solid var(--line);
  font-family: var(--font-display);
  font-size: 11px;
}

.segmented button:last-child {
  border-right: 0;
}

.segmented button[aria-pressed="true"] {
  color: var(--dial-paper);
  background: var(--bench);
}

.product-command {
  display: grid;
  grid-template-columns: 126px 1fr;
  gap: 12px;
  margin-top: 30px;
}

.quantity-stepper {
  display: grid;
  grid-template-columns: 44px 1fr 44px;
  min-height: 48px;
  border: 1px solid var(--line);
}

.quantity-stepper button,
.quantity-stepper output {
  display: grid;
  place-items: center;
  min-width: 44px;
  background: transparent;
  font-family: var(--font-display);
  font-size: 14px;
}

.quantity-stepper output {
  border-right: 1px solid var(--line);
  border-left: 1px solid var(--line);
}

.product-note {
  margin-top: 14px;
  color: var(--muted);
  font-size: 11px;
}

.packshot-section {
  display: grid;
  grid-template-columns: 5fr 7fr;
  min-height: 820px;
  border-bottom: 1px solid var(--line);
}

.packshot-section__image {
  position: relative;
  display: grid;
  place-items: center;
  min-width: 0;
  padding: 64px;
  background: var(--paper-deep);
  border-right: 1px solid var(--line);
}

.packshot-section__image img {
  width: min(500px, 100%);
  max-height: 690px;
  object-fit: contain;
}

.packshot-scale {
  position: absolute;
  right: 18px;
  bottom: 14px;
  font-family: var(--font-display);
  font-size: 10px;
}

.packshot-section__copy {
  display: grid;
  align-content: center;
  padding: 88px 80px;
}

.packshot-section__copy h2 {
  margin-top: 16px;
  font-size: 54px;
}

.packshot-section__copy > p:not(.eyebrow) {
  max-width: 650px;
  margin-top: 24px;
  font-size: 17px;
}

.material-ledger {
  display: grid;
  margin-top: 48px;
  border-top: 1px solid var(--line);
}

.material-ledger > div {
  display: grid;
  grid-template-columns: 52px 180px 1fr;
  gap: 24px;
  padding: 18px 0;
  border-bottom: 1px solid var(--line);
}

.material-ledger span,
.material-ledger strong {
  font-family: var(--font-display);
  font-size: 12px;
}

.material-ledger strong {
  font-weight: 500;
}

.material-ledger p {
  color: var(--muted);
  font-size: 14px;
}

.mechanism {
  position: relative;
  padding: var(--section-desktop) var(--gutter-desktop);
  background: var(--paper-pale);
  border-bottom: 1px solid var(--line);
}

.mechanism__heading {
  display: grid;
  grid-template-columns: 1fr 2fr;
  align-items: end;
  gap: 64px;
  max-width: var(--container);
  margin: 0 auto 72px;
}

.mechanism__heading h2 {
  font-size: 52px;
}

.mechanism__rail {
  position: absolute;
  top: 280px;
  right: var(--gutter-desktop);
  left: var(--gutter-desktop);
  height: 1px;
  background: var(--line);
}

.mechanism__steps {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
  max-width: var(--container);
  padding: 0;
  margin: 0 auto;
  list-style: none;
}

.mechanism__steps li {
  display: grid;
  grid-template-columns: 46px 1fr;
  grid-template-rows: auto auto;
  background: var(--paper-pale);
  border-top: 1px solid var(--line);
}

.mechanism__number {
  grid-row: 1 / 3;
  padding-top: 16px;
  border-right: 1px solid var(--line);
  font-family: var(--font-display);
  font-size: 20px;
}

.mechanism__steps img {
  width: 100%;
  height: auto;
  aspect-ratio: 4 / 3;
  align-self: start;
  object-fit: cover;
  border-bottom: 1px solid var(--line);
}

.mechanism__copy {
  padding: 20px 0 0 22px;
}

.mechanism__copy h3 {
  font-size: 18px;
}

.mechanism__copy p {
  margin-top: 8px;
  color: var(--muted);
  font-size: 14px;
}

.application-field {
  display: grid;
  grid-template-columns: 0.75fr 1.35fr 0.9fr;
  grid-template-rows: auto auto;
  background: var(--bench);
  color: var(--dial-paper);
}

.application-field__lead {
  display: grid;
  align-content: center;
  padding: 72px 48px;
  border-right: 1px solid var(--line-light);
}

.application-field__lead h2 {
  margin-top: 16px;
  font-size: 44px;
}

.application-field__lead > p:not(.eyebrow) {
  margin-top: 22px;
  color: var(--steel);
}

.application-field figure {
  position: relative;
  min-width: 0;
  overflow: hidden;
  border-right: 1px solid var(--line-light);
}

.application-field figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.application-field figcaption {
  position: absolute;
  right: 14px;
  bottom: 12px;
  padding: 5px 8px;
  background: rgba(21, 22, 22, 0.74);
  font-family: var(--font-display);
  font-size: 9px;
}

.application-field__main {
  grid-row: 1 / 3;
  grid-column: 2;
  min-height: 720px;
}

.application-field__brush,
.application-field__enamel {
  grid-column: 3;
  min-height: 360px;
}

.finished-field {
  position: relative;
  display: grid;
  grid-template-columns: 40% 60%;
  min-height: 650px;
  color: var(--dial-paper);
  background: var(--oxblood-dark);
}

.finished-field__copy {
  display: grid;
  align-content: center;
  padding: 72px var(--gutter-desktop);
}

.finished-field__copy h2 {
  margin-top: 16px;
  font-size: 50px;
}

.finished-field__copy > p:not(.eyebrow) {
  margin-top: 24px;
  color: var(--steel);
}

.finished-field > img {
  width: 100%;
  height: 100%;
  min-height: 650px;
  object-fit: cover;
  object-position: center;
}

.facts-section {
  padding: var(--section-desktop) var(--gutter-desktop);
  background: var(--dial-paper);
  border-bottom: 1px solid var(--line);
}

.facts-section__heading {
  display: grid;
  grid-template-columns: 1fr 2fr;
  align-items: end;
  gap: 64px;
  max-width: var(--container);
  margin: 0 auto 64px;
}

.facts-section__heading h2 {
  font-size: 52px;
}

.facts-grid {
  display: grid;
  grid-template-columns: 1.25fr 0.75fr;
  gap: 72px;
  max-width: var(--container);
  margin: 0 auto;
}

.facts-grid table {
  width: 100%;
  border-collapse: collapse;
}

.facts-grid th,
.facts-grid td {
  padding: 16px 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  text-align: left;
}

.facts-grid th {
  width: 32%;
  color: var(--muted);
  font-size: 12px;
  font-weight: 400;
}

.facts-grid td {
  font-size: 14px;
}

.formula-copy {
  padding-top: 16px;
  border-top: 1px solid var(--line);
}

.formula-copy h3 {
  font-size: 20px;
}

.formula-copy h3:not(:first-child) {
  margin-top: 34px;
}

.formula-copy p {
  margin-top: 12px;
  color: var(--muted);
  font-size: 14px;
}

.faq-section {
  display: grid;
  grid-template-columns: 0.72fr 1.28fr;
  gap: 80px;
  padding: var(--section-desktop) var(--gutter-desktop);
  background: var(--paper-pale);
}

.faq-section__heading h2 {
  margin-top: 16px;
  font-size: 48px;
}

.faq-list {
  border-top: 1px solid var(--line);
}

.faq-list details {
  border-bottom: 1px solid var(--line);
}

.faq-list summary {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 28px;
  min-height: 72px;
  list-style: none;
  font-size: 16px;
}

.faq-list summary::-webkit-details-marker {
  display: none;
}

.faq-list summary span {
  font-family: var(--font-display);
  font-size: 20px;
  transition: transform var(--motion-fast);
}

.faq-list details[open] summary span {
  transform: rotate(45deg);
}

.faq-list details p {
  max-width: 720px;
  padding: 0 52px 26px 0;
  color: var(--muted);
}

.next-hour {
  position: relative;
  min-height: 520px;
  overflow: hidden;
  color: var(--dial-paper);
  background: var(--ink-blue-dark);
}

.next-hour > img {
  width: 100%;
  height: 520px;
  object-fit: cover;
}

.next-hour__copy {
  position: absolute;
  top: 50%;
  left: var(--gutter-desktop);
  width: min(520px, 38%);
  transform: translateY(-50%);
}

.next-hour__copy h2 {
  margin-top: 14px;
  font-size: 52px;
}

.next-hour__copy > p:not(.eyebrow) {
  margin-top: 18px;
}

.next-hour__copy .command {
  margin-top: 28px;
}

/* Footer */
.site-footer {
  display: grid;
  grid-template-columns: 1.2fr 1fr 1fr 1.4fr;
  gap: 0;
  padding: 72px var(--gutter-desktop) 24px;
  color: var(--dial-paper);
  background: var(--bench);
}

.footer-brand,
.footer-column,
.footer-form {
  min-width: 0;
  min-height: 190px;
  padding-right: 38px;
  border-right: 1px solid var(--line-light);
}

.footer-column,
.footer-form {
  padding-left: 38px;
}

.footer-form {
  padding-right: 0;
  border-right: 0;
}

.footer-brand p {
  margin-top: 24px;
  color: var(--steel);
  font-family: var(--font-display);
  font-size: 10px;
  line-height: 1.6;
}

.footer-column h2,
.footer-form label {
  display: block;
  margin-bottom: 20px;
  color: var(--steel);
  font-family: var(--font-display);
  font-size: 11px;
  font-weight: 400;
}

.footer-column a {
  display: block;
  width: fit-content;
  min-height: 30px;
  font-size: 13px;
}

.footer-form__field {
  display: grid;
  grid-template-columns: 1fr 48px;
  margin-top: 28px;
  border-bottom: 1px solid var(--line-light);
}

.footer-form input {
  min-width: 0;
  height: 48px;
  padding: 0;
  color: var(--dial-paper);
  background: transparent;
  border: 0;
  outline: 0;
}

.footer-form input::placeholder {
  color: var(--steel-dark);
}

.footer-form button {
  width: 48px;
  height: 48px;
  color: var(--dial-paper);
  background: transparent;
  font-size: 20px;
}

.footer-form > p {
  min-height: 24px;
  margin-top: 10px;
  color: var(--steel);
  font-size: 11px;
}

.footer-bottom {
  grid-column: 1 / -1;
  display: flex;
  justify-content: space-between;
  gap: 24px;
  padding-top: 22px;
  border-top: 1px solid var(--line-light);
  color: var(--steel);
  font-family: var(--font-display);
  font-size: 9px;
}

@media (max-width: 1180px) {
  :root {
    --gutter-desktop: var(--gutter-tablet);
    --section-desktop: 96px;
  }

  .desktop-nav {
    gap: 24px;
  }

  .home-hero__copy h1 {
    font-size: 60px;
  }

  .precision-register {
    grid-template-columns: 1fr repeat(4, 1fr);
  }

  .register-label,
  .register-hour {
    padding: 16px;
  }

  .hour {
    min-height: 620px;
  }

  .hour__ledger,
  .hour__technical {
    padding: 68px 40px;
  }

  .hour h2 {
    font-size: 48px;
  }

  .calibrator-layout {
    grid-template-columns: minmax(540px, 1fr) 340px;
    gap: 60px;
  }

  .dial-calibrator {
    width: 540px;
    height: 540px;
  }

  .dial-calibrator__hand {
    height: 160px;
  }

  .shade-record {
    grid-template-columns: 100px minmax(250px, 0.85fr) minmax(390px, 1.15fr);
  }

  .shade-record--oxblood,
  .shade-record--celadon {
    grid-template-columns: 100px minmax(390px, 1.15fr) minmax(250px, 0.85fr);
  }

  .shade-record__index,
  .shade-record__copy {
    padding: 42px 26px;
  }

  .product-case {
    grid-template-columns: 6fr 6fr;
  }

  .product-case__ledger {
    padding: 46px 34px;
  }

  .product-case__title h1 {
    font-size: 56px;
  }

  .packshot-section__copy {
    padding: 70px 52px;
  }

  .application-field {
    grid-template-columns: 0.8fr 1.2fr 0.8fr;
  }

  .application-field__lead {
    padding: 52px 32px;
  }

  .application-field__lead h2 {
    font-size: 36px;
  }
}

@media (max-width: 900px) {
  :root {
    --header-desktop: 64px;
  }

  .site-header {
    grid-template-columns: 1fr auto;
    height: 64px;
    padding: 0 var(--gutter-tablet);
  }

  .desktop-nav {
    display: none;
  }

  .menu-trigger {
    display: grid;
  }

  .header-actions {
    gap: 8px;
  }

  .home-hero {
    height: 690px;
  }

  .home-hero__copy {
    left: 28%;
    width: 430px;
  }

  .home-hero__copy h1 {
    font-size: 52px;
  }

  .precision-register {
    grid-template-columns: repeat(4, 1fr);
    min-height: 130px;
  }

  .register-label {
    display: none;
  }

  .register-hour {
    grid-template-columns: 1fr;
    justify-items: center;
    text-align: center;
    border-top: 0;
  }

  .enamel-dot {
    grid-column: 1;
    grid-row: auto;
    width: 32px;
    height: 32px;
  }

  .register-hour__time,
  .register-hour > span:last-child {
    grid-column: 1;
  }

  .hour {
    min-height: 560px;
  }

  .hour--porcelain,
  .hour--celadon {
    grid-template-columns: 42% 58%;
  }

  .hour--oxblood {
    grid-template-columns: 56% 44%;
  }

  .hour--ink {
    grid-template-columns: 52% 48%;
  }

  .hour__number {
    font-size: 58px;
  }

  .hour h2 {
    font-size: 40px;
  }

  .index-hero,
  .index-hero > img {
    min-height: 560px;
    height: 560px;
  }

  .index-hero__copy {
    width: 210px;
  }

  .index-hero__copy h1 {
    font-size: 36px;
  }

  .section-lead {
    grid-template-columns: 1fr 1.5fr;
  }

  .section-lead > p:last-child {
    grid-column: 2;
  }

  .calibrator-layout {
    grid-template-columns: 1fr;
    gap: 90px;
  }

  .dial-calibrator {
    width: 540px;
    height: 540px;
  }

  .calibration-result {
    max-width: 620px;
    margin: 0 auto;
  }

  .record-ledger__heading,
  .comparison__heading,
  .mechanism__heading,
  .facts-section__heading {
    grid-template-columns: 1fr 1.5fr;
  }

  .shade-record,
  .shade-record--oxblood,
  .shade-record--celadon {
    grid-template-columns: 92px 1fr;
    min-height: 0;
  }

  .shade-record > img {
    grid-column: 2;
    grid-row: 1;
    min-height: 390px;
    aspect-ratio: 3 / 2;
  }

  .shade-record__copy {
    grid-column: 2;
    padding: 44px 34px;
    border-top: 1px solid currentColor;
    border-right: 0;
    border-left: 0;
  }

  .shade-record--oxblood .shade-record__copy,
  .shade-record--celadon .shade-record__copy {
    border-left: 0;
  }

  .shade-record__index {
    grid-row: 1 / 3;
  }

  .oxblood-callout {
    grid-template-columns: 140px 1fr;
  }

  .oxblood-callout__dial {
    width: 120px;
    height: 120px;
  }

  .oxblood-callout > p {
    grid-column: 2;
  }

  .oxblood-callout .command {
    grid-column: 2;
    justify-self: start;
  }

  .product-case {
    grid-template-columns: 1fr;
  }

  .product-case__media {
    aspect-ratio: 4 / 5;
    min-height: 0;
  }

  .product-case__ledger {
    padding: 64px var(--gutter-tablet);
  }

  .packshot-section {
    grid-template-columns: 1fr;
  }

  .packshot-section__image {
    min-height: 720px;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .mechanism__rail {
    display: none;
  }

  .mechanism__steps {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .mechanism__steps li {
    grid-template-columns: 72px 1fr;
    grid-template-rows: auto auto;
    padding: 30px 0;
    border-bottom: 1px solid var(--line);
  }

  .mechanism__number {
    padding: 16px 0;
    font-size: 28px;
  }

  .mechanism__steps img {
    max-height: 420px;
  }

  .application-field {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto auto auto;
  }

  .application-field__lead {
    grid-column: 1 / -1;
    padding: 72px var(--gutter-tablet);
    border-bottom: 1px solid var(--line-light);
  }

  .application-field__main {
    grid-column: 1 / -1;
    grid-row: 2;
    min-height: 580px;
  }

  .application-field__brush,
  .application-field__enamel {
    grid-column: auto;
    grid-row: 3;
    min-height: 340px;
  }

  .finished-field {
    grid-template-columns: 1fr;
  }

  .finished-field__copy {
    padding: 72px var(--gutter-tablet);
  }

  .finished-field > img {
    min-height: 560px;
  }

  .facts-grid {
    grid-template-columns: 1fr;
    gap: 54px;
  }

  .faq-section {
    grid-template-columns: 1fr;
    gap: 56px;
  }

  .next-hour__copy {
    width: 50%;
  }

  .site-footer {
    grid-template-columns: repeat(2, 1fr);
    row-gap: 48px;
  }

  .footer-brand,
  .footer-column,
  .footer-form {
    padding-right: 28px;
    padding-left: 0;
  }

  .footer-column:nth-of-type(2),
  .footer-form {
    padding-left: 28px;
    border-right: 0;
  }
}

@media (max-width: 767px) {
  :root {
    --section-desktop: var(--section-mobile);
  }

  body {
    font-size: 15px;
  }

  .site-header {
    height: var(--header-mobile);
    padding: 0 var(--gutter-mobile);
  }

  .wordmark {
    font-size: 23px;
  }

  .case-trigger {
    font-size: 10px;
  }

  .case-trigger span {
    width: 26px;
    height: 26px;
  }

  .home-hero {
    height: 640px;
    min-height: 540px;
    max-height: calc(100svh - 108px);
  }

  .home-hero__media img {
    object-position: center;
  }

  .home-hero__shade {
    background: rgba(0, 0, 0, 0.22);
  }

  .home-hero__copy {
    top: 104px;
    bottom: auto;
    left: var(--gutter-mobile);
    width: 320px;
    transform: none;
  }

  .home-hero__copy h1 {
    margin-top: 14px;
    font-size: 40px;
    line-height: 1.1;
  }

  .home-hero__copy > p:not(.eyebrow) {
    max-width: 330px;
    margin-top: 16px;
    font-size: 15px;
  }

  .hero-actions {
    align-items: flex-start;
    gap: 16px;
    margin-top: 22px;
  }

  .hero-actions .text-link {
    display: none;
  }

  .hero-index {
    display: none;
  }

  .precision-register {
    grid-template-columns: repeat(4, minmax(84px, 1fr));
    min-height: 112px;
    overflow-x: auto;
  }

  .register-hour {
    min-width: 84px;
    padding: 12px 8px;
    gap: 5px;
  }

  .register-hour__time,
  .register-hour > span:last-child {
    font-size: 9px;
  }

  .enamel-dot {
    width: 28px;
    height: 28px;
    border-width: 5px;
  }

  .hour {
    grid-template-columns: 1fr;
    min-height: 0;
  }

  .hour::after {
    display: none;
  }

  .hour__ledger,
  .hour__technical {
    grid-row: auto;
    padding: 64px var(--gutter-mobile);
  }

  .hour__number {
    margin-bottom: 24px;
    font-size: 54px;
  }

  .hour h2 {
    font-size: 38px;
  }

  .hour__ledger > p:not(.hour__number, .eyebrow),
  .hour__technical > p {
    margin-top: 20px;
    font-size: 15px;
  }

  .hour__image,
  .hour__macro {
    min-height: 0;
    aspect-ratio: 4 / 3;
  }

  .hour--oxblood .hour__image {
    grid-row: 2;
  }

  .hour--ink .hour__macro {
    aspect-ratio: 4 / 3;
  }

  .hour__heading-line {
    grid-template-columns: 72px 1fr;
  }

  .hour__heading-line h2 {
    font-size: 34px;
  }

  .calibration-story {
    display: grid;
    min-height: 0;
    background: var(--bench);
  }

  .calibration-story > img {
    height: auto;
    aspect-ratio: 4 / 5;
    object-position: center;
  }

  .calibration-story::after {
    display: none;
  }

  .calibration-story__copy {
    position: static;
    width: auto;
    padding: 58px var(--gutter-mobile);
    transform: none;
  }

  .calibration-story__copy h2 {
    font-size: 38px;
  }

  .story-coordinate {
    display: none;
  }

  .index-hero {
    display: grid;
    min-height: 0;
    height: auto;
  }

  .index-hero > img {
    height: 390px;
    min-height: 0;
    object-position: center;
  }

  .index-hero::after {
    display: none;
  }

  .index-hero__copy {
    position: static;
    width: auto;
    padding: 42px var(--gutter-mobile) 48px;
    background: var(--bench);
  }

  .index-hero__copy h1 {
    font-size: 38px;
    line-height: 1.1;
  }

  .index-hero__copy > p:not(.eyebrow) {
    margin-top: 14px;
    font-size: 14px;
  }

  .index-hero__mark {
    display: none;
  }

  .calibrator-section {
    padding: var(--section-mobile) var(--gutter-mobile);
  }

  .section-lead,
  .record-ledger__heading,
  .comparison__heading,
  .mechanism__heading,
  .facts-section__heading {
    grid-template-columns: 1fr;
    gap: 18px;
    margin-bottom: 56px;
  }

  .section-lead > p:last-child {
    grid-column: 1;
  }

  .section-lead h2,
  .record-ledger__heading h2,
  .comparison__heading h2,
  .mechanism__heading h2,
  .facts-section__heading h2 {
    font-size: 38px;
  }

  .calibrator-layout {
    gap: 56px;
  }

  .dial-calibrator {
    display: grid;
    grid-template-columns: 76px 1fr;
    width: 100%;
    height: auto;
    border: 0;
    border-radius: 0;
  }

  .dial-calibrator::before,
  .dial-calibrator::after,
  .dial-calibrator__ticks,
  .dial-calibrator__ring,
  .dial-calibrator__hand {
    display: none;
  }

  .dial-calibrator__core {
    position: static;
    grid-column: 2;
    grid-row: 1 / 5;
    align-self: center;
    width: 210px;
    height: 210px;
    margin: 0 auto;
    transform: none;
  }

  .dial-position {
    position: static;
    grid-column: 1;
    min-width: 76px;
    min-height: 66px;
    padding: 10px 8px;
    border-right: 1px solid var(--line);
    border-bottom: 0;
  }

  .dial-position:last-child {
    border-bottom: 1px solid var(--line);
  }

  .dial-position--12 {
    grid-row: 1;
  }

  .dial-position--3 {
    grid-row: 2;
  }

  .dial-position--9 {
    grid-row: 3;
  }

  .dial-position--6 {
    grid-row: 4;
  }

  .calibration-result dl > div {
    grid-template-columns: 42% 58%;
  }

  .record-ledger__heading {
    padding: 64px var(--gutter-mobile) 46px;
  }

  .shade-record,
  .shade-record--oxblood,
  .shade-record--celadon {
    grid-template-columns: 60px 1fr;
  }

  .shade-record__index {
    padding: 24px 12px;
  }

  .shade-record__index span {
    font-size: 32px;
  }

  .shade-record > img {
    min-height: 0;
    aspect-ratio: 4 / 3;
  }

  .shade-record__copy {
    padding: 42px var(--gutter-mobile);
  }

  .shade-record__copy h3 {
    font-size: 34px;
  }

  .record-add {
    right: 12px;
    bottom: 12px;
    width: 44px;
    height: 44px;
  }

  .comparison {
    padding: var(--section-mobile) var(--gutter-mobile);
  }

  .oxblood-callout {
    grid-template-columns: 1fr;
    gap: 28px;
    min-height: 0;
    padding: 64px var(--gutter-mobile);
  }

  .oxblood-callout__dial {
    width: 92px;
    height: 92px;
  }

  .oxblood-callout > p,
  .oxblood-callout .command {
    grid-column: 1;
  }

  .oxblood-callout h2 {
    font-size: 38px;
  }

  .product-case__media {
    aspect-ratio: 4 / 5;
  }

  .product-case__media > img {
    object-position: center;
  }

  .product-case__ledger {
    padding: 58px var(--gutter-mobile);
  }

  .product-case__title h1 {
    font-size: 46px;
  }

  .product-facts > div {
    grid-template-columns: 46% 54%;
    gap: 12px;
  }

  .product-command {
    grid-template-columns: 1fr;
  }

  .packshot-section__image {
    min-height: 0;
    padding: 56px var(--gutter-mobile);
  }

  .packshot-section__image img {
    max-height: 560px;
  }

  .packshot-section__copy {
    padding: 64px var(--gutter-mobile);
  }

  .packshot-section__copy h2 {
    font-size: 38px;
  }

  .material-ledger > div {
    grid-template-columns: 40px 1fr;
    gap: 12px;
  }

  .material-ledger p {
    grid-column: 2;
  }

  .mechanism {
    padding: var(--section-mobile) var(--gutter-mobile);
  }

  .mechanism__steps li {
    grid-template-columns: 54px 1fr;
  }

  .mechanism__steps img {
    max-height: none;
  }

  .mechanism__copy {
    padding-left: 16px;
  }

  .application-field {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
  }

  .application-field__lead {
    grid-column: 1;
    padding: 64px var(--gutter-mobile);
  }

  .application-field__lead h2 {
    font-size: 38px;
  }

  .application-field__main,
  .application-field__brush,
  .application-field__enamel {
    grid-column: 1;
    grid-row: auto;
    min-height: 0;
    aspect-ratio: 4 / 3;
    border-bottom: 1px solid var(--line-light);
  }

  .finished-field__copy {
    padding: 64px var(--gutter-mobile);
  }

  .finished-field__copy h2 {
    font-size: 38px;
  }

  .finished-field > img {
    min-height: 0;
    aspect-ratio: 4 / 5;
    object-position: center;
  }

  .facts-section {
    padding: var(--section-mobile) var(--gutter-mobile);
  }

  .facts-grid {
    gap: 44px;
  }

  .facts-grid th {
    width: 38%;
  }

  .faq-section {
    gap: 42px;
    padding: var(--section-mobile) var(--gutter-mobile);
  }

  .faq-section__heading h2 {
    font-size: 38px;
  }

  .faq-list summary {
    min-height: 68px;
    font-size: 15px;
  }

  .next-hour {
    display: grid;
    min-height: 0;
    background: var(--ink-blue-dark);
  }

  .next-hour > img {
    height: auto;
    aspect-ratio: 4 / 5;
    object-position: center;
  }

  .next-hour__copy {
    position: static;
    width: auto;
    padding: 58px var(--gutter-mobile);
    transform: none;
  }

  .next-hour__copy h2 {
    font-size: 38px;
  }

  .site-footer {
    grid-template-columns: 1fr;
    gap: 0;
    padding: 58px var(--gutter-mobile) 24px;
  }

  .footer-brand,
  .footer-column,
  .footer-form {
    min-height: 0;
    padding: 28px 0;
    border-right: 0;
    border-bottom: 1px solid var(--line-light);
  }

  .footer-column:nth-of-type(2),
  .footer-form {
    padding-left: 0;
  }

  .footer-bottom {
    display: grid;
    gap: 6px;
    padding-top: 24px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }

  .reveal {
    opacity: 1;
    transform: none;
  }
}
