:root {
  --ink: #1d2426;
  --muted: #667174;
  --line: #d8dedc;
  --paper: #f7f8f5;
  --cream: #eef0e9;
  --gold: #bd8a43;
  --dark: #233035;
  --white: #ffffff;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; line-height: 1.55; }
a { color: inherit; }
.section-shell { width: min(1120px, calc(100% - 48px)); margin: 0 auto; }
.site-header { height: 76px; padding: 0 max(24px, calc((100% - 1120px) / 2)); display: flex; justify-content: space-between; align-items: center; background: rgba(247, 248, 245, .92); border-bottom: 1px solid var(--line); position: sticky; top: 0; z-index: 5; backdrop-filter: blur(12px); }
.brand { font-size: 18px; letter-spacing: .16em; text-decoration: none; font-weight: 700; }
.site-header nav { display: flex; gap: 28px; font-size: 13px; color: var(--muted); }
.site-header nav a { text-decoration: none; }
.site-header nav a:hover, .text-link:hover, .site-footer a:hover { color: var(--gold); }
.hero { min-height: 650px; padding: 96px 0 110px; display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 64px; }
.eyebrow { margin: 0 0 16px; color: var(--gold); font-size: 11px; letter-spacing: .18em; text-transform: uppercase; font-weight: 700; }
h1, h2, h3, p { margin-top: 0; }
h1 { max-width: 600px; margin-bottom: 24px; font-family: Georgia, "Times New Roman", serif; font-size: clamp(44px, 6vw, 76px); line-height: .99; letter-spacing: -.045em; font-weight: 500; }
h2 { margin-bottom: 18px; font-family: Georgia, "Times New Roman", serif; font-size: clamp(34px, 4vw, 52px); line-height: 1.05; font-weight: 500; letter-spacing: -.035em; }
h3 { margin-bottom: 8px; font-size: 20px; font-weight: 600; }
.lede { max-width: 500px; margin-bottom: 34px; color: var(--muted); font-size: 18px; }
.hero-actions { display: flex; align-items: center; gap: 24px; flex-wrap: wrap; }
.button { display: inline-flex; justify-content: center; align-items: center; padding: 13px 20px; border: 1px solid transparent; text-decoration: none; font-size: 13px; font-weight: 700; transition: transform .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-dark { background: var(--ink); color: var(--white); }
.button-light { background: var(--white); color: var(--ink); }
.text-link { font-size: 13px; text-decoration: none; font-weight: 700; }
.hero-object { min-height: 480px; position: relative; overflow: hidden; background: linear-gradient(140deg, #e9ede7, #c9d0cb 50%, #eef0e9); border-radius: 2px; box-shadow: 18px 22px 0 #e6e9e3; }
.watch-face { position: absolute; width: 192px; height: 192px; left: 50%; top: 50%; transform: translate(-50%, -50%); border: 16px solid #717e7c; border-radius: 50%; background: radial-gradient(circle at 35% 30%, #f5f4ed, #b9c0b9 70%); box-shadow: inset 0 0 0 7px #dfe3dc, 0 18px 28px rgba(29,36,38,.18); display: flex; justify-content: center; align-items: center; gap: 4px; color: #475456; font: 500 27px Georgia, serif; }
.watch-face span:last-child { color: #8b9690; }
.band-link { position: absolute; width: 240px; height: 52px; left: 50%; transform: translateX(-50%); border: 1px solid rgba(60, 70, 69, .28); background: linear-gradient(#d4d9d3, #87938f 45%, #c8cec7); box-shadow: 0 8px 12px rgba(29,36,38,.12); }
.link-one { top: -25px; border-radius: 0 0 30px 30px; }.link-two { top: 23px; border-radius: 0 0 30px 30px; }.link-three { bottom: 23px; border-radius: 30px 30px 0 0; }.link-four { bottom: -25px; border-radius: 30px 30px 0 0; }
.section-block { padding: 110px 0; }
.section-heading { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: end; margin-bottom: 44px; }.section-heading > p { max-width: 420px; color: var(--muted); }
.product-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.product-card { padding: 18px; background: var(--white); border: 1px solid var(--line); }.product-art { height: 260px; display: grid; place-items: center; margin-bottom: 24px; overflow: hidden; }.product-card-silver .product-art { background: #e4e8e3; }.product-card-gold .product-art { background: #eee5d4; }.product-card-dark .product-art { background: #dce3e1; }
.mini-band { width: 90px; height: 220px; border-radius: 44px; transform: rotate(26deg); box-shadow: 0 24px 28px rgba(29,36,38,.18); }.mini-band.silver { background: linear-gradient(90deg, #6a7774, #eef0e9 45%, #798783); }.mini-band.gold { background: linear-gradient(90deg, #9d672b, #f1cc89 45%, #9d672b); }.mini-band.dark { background: linear-gradient(90deg, #1d292d, #73817e 46%, #192327); }
.product-index { margin-bottom: 10px; color: var(--gold); font-size: 11px; letter-spacing: .12em; }.product-card p:last-child { margin-bottom: 0; color: var(--muted); font-size: 14px; }
.story-section { padding: 110px 0; background: var(--cream); }.story-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; }.story-copy > p { max-width: 500px; color: var(--muted); font-size: 17px; }.detail-list { border-top: 1px solid var(--line); margin-top: 34px; }.detail-list > div { display: grid; grid-template-columns: 42px 1fr; column-gap: 14px; padding: 18px 0; border-bottom: 1px solid var(--line); }.detail-list span { color: var(--gold); font-size: 12px; }.detail-list strong { font-size: 15px; }.detail-list p { grid-column: 2; margin: 5px 0 0; color: var(--muted); font-size: 13px; }
.closing { padding: 130px 0; text-align: center; }.closing h2 { max-width: 600px; margin-left: auto; margin-right: auto; }.closing-copy { max-width: 560px; margin: 0 auto 28px; color: var(--muted); }
.site-footer { padding: 28px 0; border-top: 1px solid var(--line); color: var(--muted); font-size: 12px; }.footer-inner { display: flex; justify-content: space-between; align-items: center; gap: 20px; }.brand-footer { color: var(--ink); font-size: 14px; }.site-footer a { text-decoration: none; }
.legal-page { padding: 100px 0; }.legal-page article { max-width: 780px; }.legal-page h1 { font-size: clamp(42px, 5vw, 64px); }.legal-page h2 { margin-top: 48px; font-size: 30px; }.legal-page p, .legal-page li { color: var(--muted); }.legal-page a { color: var(--ink); }
@media (max-width: 760px) { .site-header { height: auto; padding: 18px 24px; gap: 18px; align-items: flex-start; }.site-header nav { gap: 14px; flex-wrap: wrap; justify-content: flex-end; }.hero, .section-heading, .story-grid { grid-template-columns: 1fr; gap: 40px; }.hero { padding: 70px 0 90px; }.hero-object { min-height: 380px; }.product-grid { grid-template-columns: 1fr; }.section-block, .story-section { padding: 80px 0; }.closing { padding: 90px 0; }.footer-inner { flex-direction: column; align-items: flex-start; } }
