:root {
  color-scheme: light;
  --ink: #1d1d1f;
  --muted: #737373;
  --line: #e8e4de;
  --paper: #f7f5f1;
  --card: #fffdfa;
  --orange: #ef7d32;
  --orange-deep: #c95b18;
  --shadow: 0 24px 70px rgba(44, 36, 26, .10);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: -apple-system, BlinkMacSystemFont, "SF Pro Display", "Apple SD Gothic Neo", sans-serif;
  line-height: 1.6;
}
a { color: inherit; text-decoration: none; }
.shell { width: min(1120px, calc(100% - 40px)); margin: 0 auto; }
.topline { height: 4px; background: var(--orange); }
.nav { display: flex; align-items: center; justify-content: space-between; padding: 24px 0; }
.brand { display: inline-flex; align-items: center; gap: 10px; font-weight: 750; letter-spacing: -.03em; font-size: 20px; }
.brand-mark { display: grid; place-items: center; width: 32px; height: 32px; border-radius: 10px; background: var(--orange); color: white; font-size: 15px; }
.nav-links { display: flex; gap: 24px; color: var(--muted); font-size: 14px; }
.nav-links a:hover { color: var(--orange-deep); }
.nav-download { color: var(--orange-deep); font-weight: 750; }
.hero { display: grid; grid-template-columns: 1.05fr .95fr; gap: 72px; align-items: center; padding: 72px 0 104px; }
.eyebrow { color: var(--orange-deep); font-size: 13px; font-weight: 750; letter-spacing: .12em; text-transform: uppercase; }
h1 { margin: 16px 0 24px; font-size: clamp(48px, 7vw, 82px); line-height: .98; letter-spacing: -.075em; max-width: 650px; }
.hero-copy { max-width: 520px; color: var(--muted); font-size: 19px; }
.actions { display: flex; gap: 12px; flex-wrap: wrap; margin-top: 32px; }
.button { min-height: 48px; display: inline-flex; align-items: center; justify-content: center; padding: 0 20px; border-radius: 14px; font-weight: 700; font-size: 15px; transition: transform .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--ink); color: white; }
.button-secondary { border: 1px solid var(--line); background: var(--card); }
.clock-card { position: relative; min-height: 360px; display: grid; place-items: center; border-radius: 32px; background: #eef0f5; box-shadow: var(--shadow); overflow: hidden; }
.clock-card::before { content: ""; position: absolute; width: 300px; height: 300px; border-radius: 50%; background: rgba(239,125,50,.16); filter: blur(2px); }
.clock-card::after { content: ""; position: absolute; inset: 20px; border: 1px solid rgba(255,255,255,.12); border-radius: 24px; }
.hero-shot { position: relative; z-index: 1; display: block; width: min(94%, 620px); max-height: 330px; object-fit: contain; object-position: center; border-radius: 22px; box-shadow: 0 20px 42px rgba(0,0,0,.18); }
.section { padding: 88px 0; border-top: 1px solid var(--line); }
.section-heading { max-width: 620px; margin-bottom: 36px; }
h2 { margin: 10px 0 12px; font-size: clamp(32px, 5vw, 52px); line-height: 1.05; letter-spacing: -.06em; }
.section-heading p { color: var(--muted); font-size: 17px; }
.feature-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.feature { padding: 28px; border: 1px solid var(--line); border-radius: 24px; background: var(--card); }
.feature-number { color: var(--orange); font-variant-numeric: tabular-nums; font-weight: 800; }
.feature h3 { margin: 36px 0 8px; font-size: 20px; letter-spacing: -.03em; }
.feature p { margin: 0; color: var(--muted); font-size: 15px; }
.contact-section { padding-top: 40px; }
.contact-band { display: flex; align-items: end; justify-content: space-between; gap: 32px; padding: 42px; border-radius: 28px; background: #ebe7df; }
.contact-band h2 { margin-bottom: 10px; }
.contact-band p { margin: 0; color: var(--muted); font-size: 16px; }
.gallery { display: grid; grid-template-columns: repeat(12, 1fr); gap: 18px; max-width: 960px; }
.gallery-item { position: relative; min-width: 0; margin: 0; overflow: visible; border-radius: 0; background: transparent; box-shadow: none; }
.gallery-item:nth-child(1) { grid-column: span 7; }
.gallery-item:nth-child(2) { grid-column: span 5; }
.gallery-item:nth-child(3) { grid-column: span 7; }
.gallery-item:nth-child(4) { grid-column: span 5; }
.gallery-item img { display: block; width: 100%; height: auto; object-fit: contain; object-position: center; border-radius: 24px; box-shadow: 0 16px 42px rgba(44, 36, 26, .12); }
.gallery-caption { position: static; padding: 0 4px 10px; color: var(--ink); font-size: 13px; }
.gallery-caption strong { display: block; font-size: 14px; }
.gallery-caption span { color: var(--muted); }
.footer { display: flex; justify-content: space-between; gap: 20px; padding: 28px 0 40px; color: var(--muted); font-size: 13px; }
.footer-links { display: flex; gap: 18px; }
.legal-page { padding-bottom: 80px; }
.legal-header { padding: 64px 0 42px; border-bottom: 1px solid var(--line); }
.legal-header h1 { max-width: 760px; font-size: clamp(42px, 6vw, 68px); }
.legal-meta { color: var(--muted); font-size: 14px; }
.legal-content { max-width: 780px; padding-top: 42px; }
.legal-content h2 { margin: 42px 0 12px; font-size: 26px; letter-spacing: -.04em; }
.legal-content h3 { margin: 26px 0 8px; font-size: 18px; }
.legal-content p, .legal-content li { color: #505050; font-size: 16px; }
.legal-content ul { padding-left: 22px; }
.notice { padding: 18px 20px; border-left: 3px solid var(--orange); background: #fff6ed; color: #6b4b34; border-radius: 0 12px 12px 0; }
@media (max-width: 760px) {
  .shell { width: min(100% - 32px, 560px); }
  .nav { padding: 18px 0; }
  .nav-links { gap: 12px; font-size: 12px; }
  .hero { grid-template-columns: 1fr; gap: 42px; padding: 54px 0 72px; }
  .clock-card { min-height: 320px; }
  .hero-shot { max-height: 250px; }
  .feature-grid { grid-template-columns: 1fr; }
  .gallery { display: flex; flex-direction: column; }
  .section { padding: 64px 0; }
  .contact-section { padding-top: 0; }
  .contact-band { align-items: start; flex-direction: column; padding: 28px; }
  .footer { flex-direction: column; }
}
@media (prefers-reduced-motion: reduce) { *, *::before, *::after { scroll-behavior: auto !important; transition: none !important; } }
