@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Playfair+Display:ital,wght@0,600;1,600&display=swap');

:root {
  --ink: #171410;
  --paper: #f4efe5;
  --paper-deep: #e8ddcb;
  --gold: #bf8c3d;
  --gold-light: #e2bb72;
  --red: #9d3028;
  --muted: #6d655a;
  --line: rgba(23, 20, 16, .15);
  --display: "Playfair Display", Georgia, serif;
  --body: "DM Sans", Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; overflow-x: clip; background: var(--paper); color: var(--ink); font-family: var(--body); line-height: 1.55; }
a { color: inherit; }
.skip-link { position: fixed; top: -80px; left: 16px; z-index: 100; padding: 12px 16px; background: #fff; }
.skip-link:focus { top: 16px; }

.site-header {
  width: min(1220px, calc(100% - 40px));
  min-height: 84px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  border-bottom: 1px solid var(--line);
}
.brand { display: flex; align-items: center; gap: 11px; text-decoration: none; text-transform: uppercase; letter-spacing: .12em; }
.brand strong { display: block; font-family: var(--display); font-size: 23px; line-height: 1; letter-spacing: .08em; }
.brand small { display: block; margin-top: 4px; font-size: 9px; font-weight: 700; letter-spacing: .3em; }
.brand-mark { position: relative; width: 38px; height: 38px; border: 2px solid var(--ink); border-radius: 50%; }
.brand-mark::before, .brand-mark::after, .brand-mark span { content: ""; position: absolute; left: 50%; top: 50%; width: 2px; background: var(--ink); transform-origin: bottom; }
.brand-mark::before { height: 11px; transform: translate(-50%, -100%) rotate(0deg); }
.brand-mark::after { height: 10px; transform: translate(-50%, -100%) rotate(90deg); }
.brand-mark span { width: 5px; height: 5px; border-radius: 50%; transform: translate(-50%, -50%); }
nav { display: flex; gap: 28px; }
nav a { font-size: 13px; font-weight: 600; text-decoration: none; }
nav a:hover { color: var(--red); }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 51px; padding: 0 25px; border: 1px solid var(--ink); border-radius: 999px; background: var(--ink); color: #fff; font-size: 13px; font-weight: 700; text-decoration: none; transition: transform .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); background: var(--red); border-color: var(--red); }
.button-small { min-height: 43px; padding: 0 19px; }

.hero { width: min(1220px, calc(100% - 40px)); min-height: 690px; margin: 0 auto; display: grid; grid-template-columns: 1.04fr .96fr; align-items: center; gap: 64px; padding: 72px 0 82px; }
.hero-copy { min-width: 0; }
.eyebrow { margin: 0 0 18px; color: var(--red); font-size: 11px; font-weight: 700; letter-spacing: .22em; text-transform: uppercase; }
h1, h2 { margin: 0; font-family: var(--display); font-weight: 600; line-height: .98; letter-spacing: -.035em; }
h1 { max-width: 650px; font-size: clamp(60px, 7.1vw, 105px); }
h1 em { color: var(--red); font-weight: inherit; }
.hero-lead { max-width: 600px; margin: 29px 0 0; color: var(--muted); font-size: 18px; }
.hero-actions { display: flex; align-items: center; gap: 28px; margin-top: 35px; }
.text-link { font-size: 13px; font-weight: 700; text-decoration: none; border-bottom: 1px solid var(--ink); }
.trust-list { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin: 58px 0 0; padding: 25px 0 0; border-top: 1px solid var(--line); list-style: none; }
.trust-list strong, .trust-list span { display: block; }
.trust-list strong { font-family: var(--display); font-size: 18px; }
.trust-list span { margin-top: 3px; color: var(--muted); font-size: 11px; }

.hero-art { position: relative; min-height: 530px; display: grid; place-items: center; isolation: isolate; }
.hero-art::before { content: ""; position: absolute; inset: 5% 2%; z-index: -3; border-radius: 48% 52% 46% 54%; background: linear-gradient(145deg, #d9c5a2, #a42e27 86%); transform: rotate(-4deg); }
.orbit { position: absolute; border: 1px solid rgba(255,255,255,.45); border-radius: 50%; }
.orbit-one { width: 440px; height: 440px; }
.orbit-two { width: 365px; height: 365px; }
.clock-face { position: relative; width: 305px; aspect-ratio: 1; border: 16px solid #221e19; border-radius: 50%; background: radial-gradient(circle, #f9f5ec 0 61%, #eadcc1 62% 64%, #f7f0e4 65%); box-shadow: 0 30px 50px rgba(30, 17, 10, .28), inset 0 0 0 2px #866637; }
.clock-face::before { content: "CASIO\A RELOJOARIA"; white-space: pre; position: absolute; top: 27%; left: 50%; transform: translateX(-50%); text-align: center; font-family: var(--display); font-size: 13px; line-height: 1.35; letter-spacing: .15em; }
.marker { position: absolute; font-family: var(--display); font-size: 21px; }
.marker-12 { top: 14px; left: 50%; transform: translateX(-50%); }
.marker-3 { right: 18px; top: 50%; transform: translateY(-50%); }
.marker-6 { bottom: 12px; left: 50%; transform: translateX(-50%); }
.marker-9 { left: 18px; top: 50%; transform: translateY(-50%); }
.hand { position: absolute; left: 50%; top: 50%; width: 5px; border-radius: 4px; background: var(--ink); transform-origin: 50% 100%; }
.hand-hour { height: 72px; transform: translate(-50%, -100%) rotate(42deg); }
.hand-minute { height: 105px; width: 3px; transform: translate(-50%, -100%) rotate(132deg); background: var(--red); }
.pin { position: absolute; left: 50%; top: 50%; width: 13px; height: 13px; border-radius: 50%; background: var(--gold); transform: translate(-50%, -50%); box-shadow: 0 0 0 4px var(--ink); }
.art-note { position: absolute; left: 3%; bottom: 5%; padding: 15px 20px; background: rgba(244,239,229,.94); box-shadow: 0 15px 30px rgba(0,0,0,.16); transform: rotate(2deg); }
.art-note span, .art-note strong { display: block; }
.art-note span { font-size: 10px; text-transform: uppercase; letter-spacing: .18em; }
.art-note strong { margin-top: 3px; font-family: var(--display); font-size: 18px; }

.service-band { display: flex; align-items: center; justify-content: center; gap: clamp(20px, 5vw, 72px); min-height: 84px; padding: 16px 24px; background: var(--ink); color: #fff; overflow: hidden; }
.service-band p { margin: 0; font-family: var(--display); font-size: clamp(18px, 2vw, 27px); font-style: italic; }
.service-band i { flex: 0 0 5px; width: 5px; height: 5px; border-radius: 50%; background: var(--gold-light); }

.section { width: min(1220px, calc(100% - 40px)); margin: 0 auto; padding: 112px 0; }
.section-heading { display: grid; grid-template-columns: 1.15fr .85fr; align-items: end; gap: 70px; margin-bottom: 55px; }
.section-heading h2, .showcase h2, .visit h2, .contact h2 { font-size: clamp(44px, 5vw, 73px); }
.section-heading > p { max-width: 480px; margin: 0 0 5px; color: var(--muted); }
.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.service-card { position: relative; min-height: 420px; padding: 32px; border: 1px solid var(--line); background: rgba(255,255,255,.23); display: flex; flex-direction: column; }
.featured-service { background: var(--paper-deep); }
.service-number { position: absolute; top: 26px; right: 28px; color: var(--muted); font-size: 11px; }
.service-icon { width: 88px; height: 88px; display: grid; place-items: center; margin: 40px 0 48px; border-radius: 50%; background: #fff; color: var(--gold); font-family: var(--display); font-size: 48px; }
.mini-watch { position: relative; width: 84px; height: 84px; margin: 42px 0 50px; border: 7px solid var(--gold); border-radius: 50%; background: #fff; }
.mini-watch::before, .mini-watch::after { content: ""; position: absolute; left: 50%; width: 30px; height: 26px; border: 6px solid var(--gold); transform: translateX(-50%); z-index: -1; }
.mini-watch::before { top: -29px; border-bottom: 0; }
.mini-watch::after { bottom: -29px; border-top: 0; }
.mini-watch span::before, .mini-watch span::after { content: ""; position: absolute; left: 50%; top: 50%; width: 3px; height: 22px; background: var(--ink); transform-origin: bottom; }
.mini-watch span::before { transform: translate(-50%, -100%) rotate(20deg); }
.mini-watch span::after { transform: translate(-50%, -100%) rotate(120deg); }
.service-card h3 { margin: 0 0 12px; font-family: var(--display); font-size: 29px; }
.service-card p { margin: 0; color: var(--muted); font-size: 14px; }
.service-card ul { margin: 24px 0 0; padding: 0; display: flex; gap: 8px; flex-wrap: wrap; list-style: none; }
.service-card li { padding: 7px 10px; border: 1px solid var(--line); border-radius: 99px; font-size: 10px; text-transform: uppercase; letter-spacing: .08em; }
.service-card a { margin-top: auto; font-size: 12px; font-weight: 700; text-decoration: none; }
.dark-card { background: var(--ink); color: #fff; }
.dark-card p { color: #c8bfb2; }
.rings { position: relative; width: 120px; height: 100px; margin: 38px 0 52px; }
.rings span { position: absolute; width: 72px; height: 72px; border: 9px solid var(--gold-light); border-radius: 50%; }
.rings span:first-child { left: 4px; bottom: 0; }
.rings span:last-child { right: 2px; top: 0; }

.showcase { display: grid; grid-template-columns: .9fr 1.1fr; gap: 75px; align-items: center; }
.showcase-copy > p:not(.eyebrow) { max-width: 520px; color: var(--muted); }
.tag-row { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 28px; }
.tag-row span { padding: 9px 14px; border: 1px solid var(--line); border-radius: 99px; font-size: 11px; }
.product-scene { position: relative; min-height: 550px; background: linear-gradient(145deg, #9c2f27, #4f1815); overflow: hidden; }
.product-scene::before { content: ""; position: absolute; width: 390px; height: 390px; right: -130px; top: -160px; border: 1px solid rgba(255,255,255,.2); border-radius: 50%; }
.product-scene > p { position: absolute; left: 28px; bottom: 22px; margin: 0; color: rgba(255,255,255,.7); font-size: 10px; letter-spacing: .18em; text-transform: uppercase; }
.wall-clock { position: absolute; left: 9%; top: 15%; width: 220px; height: 220px; border: 13px solid #201c18; border-radius: 50%; background: #f2e8d8; box-shadow: 0 26px 45px rgba(0,0,0,.32); }
.wall-clock::before { content: "12\A\A\A6"; white-space: pre; position: absolute; inset: 10px 0 0; text-align: center; font-family: var(--display); font-size: 16px; line-height: 53px; }
.wall-hour, .wall-minute { position: absolute; left: 50%; top: 50%; width: 4px; background: var(--ink); transform-origin: bottom; }
.wall-hour { height: 52px; transform: translate(-50%, -100%) rotate(75deg); }
.wall-minute { height: 75px; transform: translate(-50%, -100%) rotate(180deg); }
.wall-clock i { position: absolute; inset: 50% auto auto 50%; width: 10px; height: 10px; border-radius: 50%; background: var(--gold); transform: translate(-50%, -50%); }
.wrist-watch { position: absolute; right: 12%; bottom: 6%; width: 180px; height: 420px; transform: rotate(21deg); filter: drop-shadow(0 30px 20px rgba(0,0,0,.32)); }
.strap { position: absolute; left: 50%; width: 80px; height: 145px; transform: translateX(-50%); background: linear-gradient(90deg, #9c6b33, #deb06a 48%, #805328); border: 3px solid #5e391b; }
.strap.top { top: 0; border-radius: 18px 18px 5px 5px; }
.strap.bottom { bottom: 0; border-radius: 5px 5px 18px 18px; }
.watch-case { position: absolute; left: 50%; top: 50%; z-index: 2; width: 180px; height: 180px; border: 15px solid #c99a4d; border-radius: 50%; background: radial-gradient(circle, #1e1b18 0 60%, #594527 61%); transform: translate(-50%, -50%); box-shadow: inset 0 0 0 3px #f4d799; }
.watch-case::before { content: "CASIO"; position: absolute; left: 50%; top: 33%; color: #fff; font-family: var(--display); font-size: 12px; letter-spacing: .18em; transform: translateX(-50%); }
.watch-case span, .watch-case i { position: absolute; left: 50%; top: 50%; width: 3px; height: 48px; background: #fff; transform-origin: bottom; }
.watch-case span { transform: translate(-50%, -100%) rotate(35deg); }
.watch-case i { height: 59px; background: var(--gold-light); transform: translate(-50%, -100%) rotate(145deg); }

.process { border-top: 1px solid var(--line); }
.compact { grid-template-columns: 1fr; }
.process-list { margin: 0; padding: 0; list-style: none; border-top: 1px solid var(--line); }
.process-list li { display: grid; grid-template-columns: 80px 1fr; gap: 22px; padding: 27px 0; border-bottom: 1px solid var(--line); }
.process-list li > span { color: var(--red); font-family: var(--display); font-size: 28px; }
.process-list strong { display: block; font-family: var(--display); font-size: 23px; }
.process-list p { margin: 4px 0 0; color: var(--muted); }

.visit { display: grid; grid-template-columns: 1fr 1fr; padding: 0; background: var(--red); color: #fff; }
.visit-card { padding: clamp(40px, 7vw, 92px); align-self: center; }
.visit .eyebrow { color: var(--gold-light); }
.visit address { margin: 30px 0; font-style: normal; font-size: 18px; }
.notice { max-width: 420px; color: #efcbc7; font-size: 12px; }
.button-light { margin-top: 18px; border-color: #fff; background: #fff; color: var(--ink); }
.source-card { margin: 0; padding: 55px; display: grid; align-content: center; background: #2a211b; }
.source-card img { width: 100%; display: block; transform: rotate(-2deg); box-shadow: 0 28px 50px rgba(0,0,0,.38); }
.source-card figcaption { margin-top: 22px; color: #bcb1a5; font-size: 11px; }

.contact { width: min(1220px, calc(100% - 40px)); margin: 0 auto; padding: 110px 0; display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center; }
.contact-box { padding: 34px; border: 1px solid var(--line); background: var(--paper-deep); }
.contact-box p { margin: 0 0 22px; color: var(--muted); }
.contact-box button { width: 100%; min-height: 52px; border: 0; border-radius: 99px; background: #8b8276; color: #fff; font-weight: 700; cursor: not-allowed; }

footer { min-height: 108px; padding: 28px max(24px, calc((100% - 1220px) / 2)); display: flex; align-items: center; justify-content: space-between; gap: 25px; background: #000; color: #fff; }
footer p { margin: 0; font-size: 12px; }
footer div { display: flex; gap: 10px; }
footer a { padding: 9px 13px; border-radius: 5px; background: #666; color: #fff; font-size: 11px; text-decoration: none; }
footer a:last-child { background: #fff; color: #111; }
footer a:last-child:hover { background: #eadcc1; color: #111; }

@media (max-width: 900px) {
  nav { display: none; }
  .hero { grid-template-columns: 1fr; padding-top: 55px; }
  .hero-art { min-height: 500px; }
  .section-heading, .showcase, .contact { grid-template-columns: 1fr; gap: 38px; }
  .service-grid { grid-template-columns: 1fr 1fr; }
  .dark-card { grid-column: 1 / -1; }
  .visit { grid-template-columns: 1fr; }
}

@media (max-width: 620px) {
  .site-header { width: min(100% - 28px, 1220px); min-height: 74px; }
  .site-header > .button { display: none; }
  .hero, .section, .contact { width: min(100% - 28px, 1220px); }
  .hero { min-height: auto; gap: 25px; padding: 48px 0 55px; }
  h1 { font-size: clamp(52px, 17vw, 72px); }
  .hero-lead { font-size: 16px; }
  .trust-list { grid-template-columns: 1fr; }
  .hero-art { min-height: 410px; }
  .orbit-one { width: 330px; height: 330px; }
  .orbit-two { width: 285px; height: 285px; }
  .clock-face { width: 240px; }
  .service-band { justify-content: flex-start; }
  .service-band p:nth-of-type(n+3), .service-band i:nth-of-type(n+2) { display: none; }
  .section { padding: 78px 0; }
  .service-grid { grid-template-columns: 1fr; }
  .dark-card { grid-column: auto; }
  .showcase { padding-top: 0; }
  .product-scene { min-height: 480px; }
  .wall-clock { width: 165px; height: 165px; }
  .wrist-watch { right: 5%; transform: scale(.82) rotate(21deg); }
  .source-card { padding: 30px 20px; }
  .contact { padding: 78px 0; }
  footer { flex-direction: column; align-items: flex-start; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  * { transition: none !important; }
}
