/* =========================================================================
   Case — Maison Horlogère
   Obsidian + gold. Cormorant Garamond display. Manrope body.
   Slow, considered animations.
   ========================================================================= */

.case--maison {
	background: #0A0907;
	color: #EFE7D2;
	font-family: 'Manrope', sans-serif;
}

.mh-eyebrow {
	font-family: 'Cormorant Garamond', serif;
	font-style: italic;
	font-weight: 500;
	font-size: 1rem;
	letter-spacing: .12em;
	color: #7A5A1F;
	margin: 0 0 1em;
}
.mh-eyebrow--gold { color: #C9A24A; }

.mh-h2 {
	font-family: 'Cormorant Garamond', serif;
	font-weight: 500;
	font-size: clamp(2rem, 4.4vw, 3.4rem);
	line-height: 1.05;
	letter-spacing: -.01em;
	margin: 0 0 .6em;
}

/* ---------- Hero ---------- */
.mh-hero {
	position: relative;
	padding: clamp(90px, 14vw, 180px) 0 clamp(70px, 11vw, 140px);
	overflow: hidden;
	background:
		radial-gradient(50% 60% at 50% 0%, rgba(201,162,74,.10), transparent 65%),
		#0A0907;
}
.mh-hero__guilloché {
	position: absolute; inset: 0;
	background-image:
		repeating-radial-gradient(circle at 50% 50%,
			transparent 0 18px,
			rgba(201,162,74,.04) 18px 19px);
	mask-image: radial-gradient(60% 60% at 50% 50%, #000, transparent 80%);
	-webkit-mask-image: radial-gradient(60% 60% at 50% 50%, #000, transparent 80%);
	pointer-events: none;
}
.mh-hero__inner { position: relative; text-align: center; max-width: 900px; margin: 0 auto; }
.mh-title {
	font-family: 'Cormorant Garamond', serif;
	font-weight: 400;
	font-size: clamp(3rem, 9vw, 6.6rem);
	line-height: 1;
	letter-spacing: .005em;
	margin: 0 0 .5em;
	display: flex; align-items: baseline; justify-content: center; gap: .35em; flex-wrap: wrap;
}
.mh-title__amp {
	color: #C9A24A;
	font-style: italic;
	font-size: .8em;
}
.mh-tagline {
	font-family: 'Cormorant Garamond', serif;
	font-style: italic;
	font-weight: 400;
	font-size: clamp(1.05rem, 1.6vw, 1.35rem);
	color: #B8AB87;
	max-width: 56ch; margin: 0 auto;
	line-height: 1.55;
}
.mh-hero__rule {
	width: 60px; height: 1px;
	background: #C9A24A;
	margin: 40px auto 0;
	position: relative;
}
.mh-hero__rule::before,
.mh-hero__rule::after {
	content: ''; position: absolute; top: 50%; transform: translateY(-50%);
	width: 5px; height: 5px; border-radius: 50%; background: #C9A24A;
}
.mh-hero__rule::before { left: -10px; }
.mh-hero__rule::after  { right: -10px; }

/* ---------- Watch dial ---------- */
.mh-dial {
	position: absolute; bottom: -80px; right: -80px;
	width: 280px; height: 280px;
	opacity: .5;
	pointer-events: none;
}
@media (max-width: 980px) { .mh-dial { display: none; } }
.mh-dial__face {
	position: relative;
	width: 100%; height: 100%;
	border-radius: 50%;
	background:
		radial-gradient(circle at 30% 30%, #1a1814 0%, #0A0907 70%);
	border: 2px solid #C9A24A;
	box-shadow:
		inset 0 0 40px rgba(0,0,0,.8),
		0 30px 80px -30px rgba(201,162,74,.3),
		0 0 0 8px #0A0907,
		0 0 0 9px rgba(201,162,74,.4);
}
.mh-dial__index {
	position: absolute; top: 8%; left: 50%;
	width: 2px; height: 12px;
	background: #C9A24A;
	transform-origin: 50% 116px;
}
.mh-dial__index:nth-child(1)  { transform: translateX(-50%) rotate(0deg); }
.mh-dial__index:nth-child(2)  { transform: translateX(-50%) rotate(30deg); }
.mh-dial__index:nth-child(3)  { transform: translateX(-50%) rotate(60deg); }
.mh-dial__index:nth-child(4)  { transform: translateX(-50%) rotate(90deg); }
.mh-dial__index:nth-child(5)  { transform: translateX(-50%) rotate(120deg); }
.mh-dial__index:nth-child(6)  { transform: translateX(-50%) rotate(150deg); }
.mh-dial__index:nth-child(7)  { transform: translateX(-50%) rotate(180deg); }
.mh-dial__index:nth-child(8)  { transform: translateX(-50%) rotate(210deg); }
.mh-dial__index:nth-child(9)  { transform: translateX(-50%) rotate(240deg); }
.mh-dial__index:nth-child(10) { transform: translateX(-50%) rotate(270deg); }
.mh-dial__index:nth-child(11) { transform: translateX(-50%) rotate(300deg); }
.mh-dial__index:nth-child(12) { transform: translateX(-50%) rotate(330deg); }
.mh-dial__hour,
.mh-dial__minute,
.mh-dial__second {
	position: absolute; top: 50%; left: 50%;
	background: #C9A24A;
	transform-origin: 50% 100%;
	border-radius: 4px;
}
.mh-dial__hour {
	width: 5px; height: 70px;
	margin-left: -2.5px; margin-top: -70px;
	transform: rotate(35deg);
}
.mh-dial__minute {
	width: 3px; height: 100px;
	margin-left: -1.5px; margin-top: -100px;
	transform: rotate(170deg);
	background: #EFE7D2;
}
.mh-dial__second {
	width: 1px; height: 110px;
	margin-left: -.5px; margin-top: -110px;
	background: #C9A24A;
	animation: mh-tick 60s linear infinite;
}
@keyframes mh-tick { from { transform: rotate(0deg); } to { transform: rotate(360deg); } }
@media (prefers-reduced-motion: reduce) { .mh-dial__second { animation: none; } }
.mh-dial__pin {
	position: absolute; top: 50%; left: 50%;
	width: 12px; height: 12px;
	margin: -6px 0 0 -6px;
	background: #C9A24A;
	border-radius: 50%;
	box-shadow: 0 0 8px rgba(201,162,74,.6);
}

/* ---------- Sections ---------- */
.mh-section { padding: clamp(80px, 11vw, 140px) 0; border-top: 1px solid rgba(201,162,74,.1); }
.mh-section--rich {
	background:
		radial-gradient(80% 60% at 50% 0%, rgba(201,162,74,.06), transparent 60%),
		#06060A;
}
.mh-cols {
	display: grid; grid-template-columns: 1fr 1.4fr; gap: 60px; align-items: start;
}
@media (max-width: 880px) { .mh-cols { grid-template-columns: 1fr; gap: 24px; } }
.mh-cols p {
	color: #B8AB87; margin: 0 0 1.2em; line-height: 1.65; max-width: 56ch;
	font-size: 1.05rem;
}
.mh-cols p:last-child { margin-bottom: 0; }
.mh-cols em { color: #C9A24A; font-style: italic; }

/* ---------- Numbers / foil-stamp ---------- */
.mh-numbers {
	display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px;
	margin: 50px 0 30px;
}
@media (max-width: 880px) { .mh-numbers { grid-template-columns: repeat(2, 1fr); } }
.mh-number {
	text-align: center;
	padding: 32px 20px;
	border: 1px solid rgba(201,162,74,.25);
	background: linear-gradient(180deg, rgba(201,162,74,.05), transparent);
	transition: transform .6s var(--ac-ease-out), border-color .4s;
}
.mh-number:hover { transform: translateY(-3px); border-color: #C9A24A; }
.mh-number__big {
	display: block;
	font-family: 'Cormorant Garamond', serif;
	font-weight: 500;
	font-size: clamp(3.4rem, 6vw, 5rem);
	line-height: 1;
	background: linear-gradient(180deg, #E6C56F 0%, #C9A24A 50%, #7A5A1F 100%);
	-webkit-background-clip: text; background-clip: text;
	color: transparent;
	text-shadow: 0 0 30px rgba(201,162,74,.15);
}
.mh-number__label {
	display: block;
	margin-top: 14px;
	font-family: 'Cormorant Garamond', serif;
	font-style: italic; font-size: 1rem;
	color: #B8AB87; line-height: 1.4;
}
.mh-aside {
	text-align: center;
	font-family: 'Cormorant Garamond', serif;
	font-style: italic;
	font-size: 1.1rem;
	color: #B8AB87;
	max-width: 56ch;
	margin: 20px auto 0;
}

/* ---------- Type display ---------- */
.mh-type-display {
	font-family: 'Cormorant Garamond', serif;
	font-weight: 500;
	font-size: clamp(7rem, 14vw, 11rem);
	line-height: .8;
	color: #C9A24A;
	margin-bottom: 30px;
}

/* ---------- Swatches ---------- */
.mh-section--swatches { background: #06060A; }
.mh-swatches {
	display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px;
	margin-top: 30px;
}
@media (max-width: 760px) { .mh-swatches { grid-template-columns: repeat(2, 1fr); } }
.mh-swatch {
	background: var(--c); color: var(--fg);
	padding: 60px 24px 24px;
	aspect-ratio: 1.1;
	display: flex; flex-direction: column; justify-content: flex-end;
	transition: transform .4s var(--ac-ease-out);
	border: 1px solid rgba(201,162,74,.15);
}
.mh-swatch:hover { transform: translateY(-4px); }
.mh-swatch span {
	font-family: 'Cormorant Garamond', serif;
	font-style: italic;
	font-size: 1.3rem;
	margin-bottom: 6px;
}
.mh-swatch code {
	font-family: var(--ac-mono); font-size: .8rem; letter-spacing: .05em;
}
