:root {
  --black: #080808;
  --black-soft: #10100f;
  --ink: #171612;
  --white: #f7f4ec;
  --muted: #aaa69d;
  --gold: #d99a2b;
  --gold-light: #f1bd59;
  --line: rgba(217, 154, 43, 0.24);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--black);
  color: var(--white);
  font-family: Inter, "Helvetica Neue", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.6;
  overflow-x: hidden;
}

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

.topbar {
  position: absolute;
  inset: 0 0 auto;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: min(1180px, calc(100% - 48px));
  margin-inline: auto;
  padding: 22px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.brand img {
  display: block;
  width: 76px;
  height: 76px;
  object-fit: cover;
  border-radius: 50%;
}

nav {
  display: flex;
  align-items: center;
  gap: 32px;
  font-size: 0.88rem;
  font-weight: 700;
  letter-spacing: 0.04em;
}

nav > a:not(.nav-cta) {
  color: rgba(255, 255, 255, 0.78);
  transition: color 180ms ease;
}

nav > a:not(.nav-cta):hover {
  color: var(--gold-light);
}

.nav-cta {
  padding: 11px 18px;
  border: 1px solid var(--gold);
  color: var(--gold-light);
}

.hero {
  position: relative;
  min-height: 760px;
  display: grid;
  align-items: center;
  isolation: isolate;
  overflow: hidden;
}

.hero-photo,
.hero-shade {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.hero-photo {
  z-index: -3;
  object-fit: cover;
  object-position: 62% center;
}

.hero-shade {
  z-index: -2;
  background:
    linear-gradient(90deg, rgba(5, 5, 5, 0.98) 0%, rgba(5, 5, 5, 0.86) 35%, rgba(5, 5, 5, 0.2) 72%),
    linear-gradient(0deg, rgba(5, 5, 5, 0.92) 0%, transparent 34%);
}

.hero::after {
  content: "";
  position: absolute;
  z-index: -1;
  width: 520px;
  height: 520px;
  left: -340px;
  top: 165px;
  border: 1px solid rgba(217, 154, 43, 0.35);
  border-radius: 50%;
  box-shadow: 0 0 80px rgba(217, 154, 43, 0.08);
}

.hero-content {
  width: min(1180px, calc(100% - 48px));
  margin: 70px auto 0;
}

.eyebrow,
.card-label {
  display: block;
  color: var(--gold-light);
  font-size: 0.72rem;
  font-weight: 800;
  line-height: 1.3;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

h1,
h2,
h3 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 400;
  line-height: 1.03;
}

h1 {
  max-width: 760px;
  margin-top: 20px;
  font-size: clamp(3.3rem, 7vw, 6.6rem);
  letter-spacing: -0.055em;
}

h1 em {
  color: var(--gold-light);
  font-weight: 400;
}

.hero-content > p {
  max-width: 600px;
  margin: 26px 0 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: 1.08rem;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 34px;
}

.button {
  display: inline-flex;
  min-height: 52px;
  align-items: center;
  justify-content: center;
  padding: 0 25px;
  border: 1px solid transparent;
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.055em;
  text-transform: uppercase;
  transition: transform 180ms ease, background 180ms ease, color 180ms ease;
}

.button:hover {
  transform: translateY(-2px);
}

.button-gold {
  background: var(--gold);
  color: #0b0905;
}

.button-gold:hover {
  background: var(--gold-light);
}

.button-ghost {
  border-color: rgba(255, 255, 255, 0.28);
  color: var(--white);
}

.button-ghost:hover {
  border-color: var(--white);
}

.hours {
  position: absolute;
  right: max(24px, calc((100% - 1180px) / 2));
  bottom: 38px;
  display: grid;
  justify-items: end;
}

.hours span {
  color: var(--muted);
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.hours strong {
  color: var(--gold-light);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.45rem;
  font-weight: 400;
  letter-spacing: 0.04em;
}

.manifesto {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: clamp(48px, 8vw, 120px);
  width: min(1180px, calc(100% - 48px));
  margin-inline: auto;
  padding: 120px 0;
}

.manifesto h2,
.section-heading h2,
.closing h2 {
  margin-top: 18px;
  font-size: clamp(2.6rem, 5vw, 4.8rem);
  letter-spacing: -0.045em;
}

.manifesto-copy {
  align-self: end;
  padding-bottom: 5px;
}

.manifesto-copy p {
  margin: 0;
  color: var(--muted);
  font-size: 1.05rem;
}

.text-link {
  display: inline-block;
  margin-top: 28px;
  padding-bottom: 5px;
  border-bottom: 1px solid var(--gold);
  color: var(--gold-light);
  font-size: 0.88rem;
  font-weight: 800;
}

.signature {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 36px;
  width: min(1180px, calc(100% - 48px));
  margin: 0 auto 120px;
  padding: 36px 42px;
  border: 1px solid var(--line);
  background:
    linear-gradient(120deg, rgba(217, 154, 43, 0.12), transparent 38%),
    #0d0d0c;
}

.signature-mark {
  width: 74px;
  height: 74px;
  display: grid;
  place-items: center;
  border: 1px solid var(--gold);
  border-radius: 50%;
  color: var(--gold-light);
  font-family: Georgia, serif;
  font-size: 2.3rem;
}

.signature p {
  margin: 0;
  font-family: Georgia, serif;
  font-size: clamp(1.5rem, 3vw, 2.5rem);
  line-height: 1.15;
}

.signature > span {
  color: var(--muted);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.destinations {
  padding: 110px max(24px, calc((100% - 1180px) / 2)) 130px;
  background: #eeeadf;
  color: var(--ink);
}

.section-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  margin-bottom: 54px;
}

.section-heading .eyebrow {
  color: #9b6814;
}

.card-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

.destination-card {
  position: relative;
  min-height: 440px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 28px;
  overflow: hidden;
  border: 1px solid rgba(23, 22, 18, 0.16);
  background: #f7f4ec;
  transition: transform 220ms ease, box-shadow 220ms ease;
}

.destination-card:hover {
  transform: translateY(-7px);
  box-shadow: 0 22px 50px rgba(34, 27, 15, 0.14);
}

.destination-card::before {
  content: "";
  position: absolute;
  inset: auto -90px -120px auto;
  width: 280px;
  height: 280px;
  border: 1px solid rgba(155, 104, 20, 0.2);
  border-radius: 50%;
}

.card-number {
  color: rgba(23, 22, 18, 0.25);
  font-family: Georgia, serif;
  font-size: 1.5rem;
}

.card-content {
  position: relative;
  z-index: 1;
}

.card-label {
  color: #9b6814;
}

.destination-card h3 {
  margin-top: 10px;
  font-size: clamp(2.4rem, 4vw, 3.5rem);
  letter-spacing: -0.045em;
}

.destination-card address,
.destination-card p {
  min-height: 58px;
  margin: 24px 0 26px;
  color: #666055;
  font-style: normal;
  font-size: 0.94rem;
}

.destination-card a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 16px;
  border-top: 1px solid rgba(23, 22, 18, 0.18);
  font-size: 0.8rem;
  font-weight: 800;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.card-complexo {
  background: var(--ink);
  color: var(--white);
}

.card-complexo .card-number {
  color: rgba(255, 255, 255, 0.22);
}

.card-complexo address {
  color: #aaa69d;
}

.card-complexo a {
  border-color: rgba(255, 255, 255, 0.18);
  color: var(--gold-light);
}

.card-training {
  background: #d99a2b;
  color: #120d04;
}

.card-training .card-label,
.card-training p {
  color: rgba(18, 13, 4, 0.7);
}

.closing {
  display: grid;
  grid-template-columns: 130px 1fr auto;
  align-items: center;
  gap: 40px;
  width: min(1180px, calc(100% - 48px));
  margin: 0 auto;
  padding: 100px 0;
}

.closing img {
  width: 130px;
  height: 130px;
  border-radius: 50%;
}

.closing h2 {
  font-size: clamp(2.4rem, 4vw, 4rem);
}

footer {
  display: flex;
  justify-content: space-between;
  gap: 30px;
  padding: 30px max(24px, calc((100% - 1180px) / 2));
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  color: #77746d;
  font-size: 0.77rem;
}

footer p {
  margin: 0;
}

footer div {
  display: flex;
  gap: 18px;
}

footer a:hover {
  color: var(--gold-light);
}

@media (max-width: 860px) {
  .topbar {
    width: min(100% - 32px, 1180px);
  }

  nav > a:not(.nav-cta) {
    display: none;
  }

  .brand img {
    width: 62px;
    height: 62px;
  }

  .hero {
    min-height: 760px;
    align-items: end;
  }

  .hero-photo {
    object-position: 67% center;
  }

  .hero-shade {
    background:
      linear-gradient(0deg, rgba(5, 5, 5, 1) 0%, rgba(5, 5, 5, 0.89) 42%, rgba(5, 5, 5, 0.16) 85%),
      linear-gradient(90deg, rgba(5, 5, 5, 0.65), transparent);
  }

  .hero-content {
    width: min(100% - 32px, 1180px);
    margin: 0 auto;
    padding-bottom: 115px;
  }

  h1 {
    max-width: 620px;
    font-size: clamp(3rem, 14vw, 5.5rem);
  }

  .hours {
    left: 16px;
    right: auto;
    bottom: 28px;
    justify-items: start;
  }

  .manifesto {
    grid-template-columns: 1fr;
    width: min(100% - 32px, 1180px);
    padding: 88px 0;
  }

  .signature {
    grid-template-columns: auto 1fr;
    width: min(100% - 32px, 1180px);
    margin-bottom: 88px;
    padding: 28px;
  }

  .signature > span {
    display: none;
  }

  .destinations {
    padding: 82px 16px 92px;
  }

  .card-grid {
    grid-template-columns: 1fr;
  }

  .destination-card {
    min-height: 360px;
  }

  .closing {
    grid-template-columns: 92px 1fr;
    width: min(100% - 32px, 1180px);
    gap: 24px;
    padding: 82px 0;
  }

  .closing img {
    width: 92px;
    height: 92px;
  }

  .closing .button {
    grid-column: 1 / -1;
    width: 100%;
  }

  footer {
    flex-direction: column;
  }

  footer div {
    flex-direction: column;
    gap: 5px;
  }
}

@media (max-width: 520px) {
  .topbar {
    padding-top: 16px;
  }

  .nav-cta {
    padding: 9px 13px;
    font-size: 0.72rem;
  }

  .hero {
    min-height: 720px;
  }

  .hero-content > p {
    font-size: 1rem;
  }

  .hero-actions {
    display: grid;
  }

  .button {
    width: 100%;
  }

  .signature {
    grid-template-columns: 1fr;
  }

  .signature-mark {
    width: 58px;
    height: 58px;
    font-size: 1.8rem;
  }

  .closing {
    grid-template-columns: 1fr;
  }
}

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

  *,
  *::before,
  *::after {
    transition-duration: 0.01ms !important;
  }
}

/* Lucas Barbershop — editorial motion layer */
:root { --gold: #d99a2b; --gold-light: #f0bb58; }
html { scroll-padding-top: 30px; }
a:focus-visible { outline: 2px solid var(--gold-light); outline-offset: 5px; }
.skip-link { position: fixed; top: -100px; left: 16px; z-index: 100; padding: 12px 18px; background: var(--gold); color: #080808; }
.skip-link:focus { top: 12px; }
.scroll-progress { position: fixed; z-index: 80; inset: 0 auto auto 0; height: 3px; width: 100%; background: var(--gold-light); transform: scaleX(0); transform-origin: left; pointer-events: none; }
.topbar { width: min(1240px, calc(100% - 64px)); padding: 17px 0; }
.topbar .brand img { object-fit: contain; }
.hero { min-height: 760px; height: 100svh; max-height: 1100px; }
.hero-photo { transform: scale(1.065); }
.hero-content { width: min(1240px, calc(100% - 64px)); }
.hero h1 { font-size: clamp(5.1rem, 10.8vw, 11rem); max-width: none; line-height: .89; letter-spacing: -.072em; margin-top: 27px; }
.hero h1 span { display: block; }
.hero h1 em { color: var(--gold-light); }
.hero-content > p { max-width: 525px; line-height: 1.65; }
.hero-shade { background: linear-gradient(90deg, rgba(5,5,5,.97), rgba(5,5,5,.76) 36%, rgba(5,5,5,.08) 77%), linear-gradient(0deg, rgba(5,5,5,.83), transparent 30%); }
.hours { right: max(32px, calc((100% - 1240px) / 2)); }
.button { min-height: 55px; }
.ticker { height: 76px; display: flex; align-items: center; overflow: hidden; position: relative; z-index: 2; background: var(--gold); color: #191208; transform: rotate(-1.15deg) scale(1.025); }
.ticker-track { display: flex; width: max-content; white-space: nowrap; animation: ticker-run 35s linear infinite; }
.ticker span { flex: none; padding-right: 40px; font-size: 1.03rem; font-weight: 900; letter-spacing: .14em; }
@keyframes ticker-run { to { transform: translateX(-50%); } }
.manifesto { padding: 165px 0 130px; }
.manifesto h2 { font-size: clamp(4rem, 7vw, 7.5rem); line-height: .96; }
.manifesto h2 em, .section-heading h2 em { color: var(--gold-light); font-weight: 400; }
.manifesto-copy p { line-height: 1.8; }
.signature { margin-bottom: 145px; padding: 36px 0; border-left: 0; border-right: 0; background: none; }
.signature-mark { border: 0; font-size: 3.5rem; }
.signature p { font-family: Arial, Helvetica, sans-serif; font-weight: 900; letter-spacing: -.065em; font-size: clamp(2.1rem, 4.5vw, 4.7rem); }
.signature p em { color: var(--gold-light); font-family: Georgia, serif; font-weight: 400; }
.destinations { padding-block: 130px 155px; }
.section-heading h2 { font-size: clamp(4rem, 7vw, 7.5rem); line-height: .98; }
.section-heading h2 em { color: #ac711a; }
.destination-card { min-height: 475px; transition: transform .35s ease, box-shadow .35s ease; }
.destination-card:hover { transform: translateY(-10px); }
.destination-card h3 { font-size: clamp(2.8rem, 4vw, 4rem); }
.destination-card .card-content > a { transition: color .2s ease; }
.destination-card .card-content > a:hover { color: #a76e18; }
.destination-card .card-content > a.unit-cta { margin-top: 11px; color: #6e480b; }
.card-complexo .card-content > a.unit-cta { color: var(--gold-light); }
.card-training .card-content > a { color: #120d04; }
.closing { padding-block: 130px; }
.closing h2 { font-size: clamp(3.7rem, 6vw, 6.5rem); }
.js-motion .hero-content > .eyebrow, .js-motion .hero h1 span, .js-motion .hero-content > p, .js-motion .hero-actions { opacity: 0; transform: translateY(34px); transition: opacity .8s ease, transform .8s cubic-bezier(.2,.7,.2,1); }
.js-motion .hero-content .is-visible { opacity: 1; transform: translateY(0); }
.js-motion .reveal-on-scroll { opacity: 0; transform: translateY(44px); transition: opacity .8s ease, transform .8s cubic-bezier(.2,.7,.2,1); }
.js-motion .reveal-on-scroll.is-visible { opacity: 1; transform: translateY(0); }
@media (max-width: 860px) {
  .hero { max-height: none; }
  .hero-content { width: min(100% - 32px, 1180px); }
  .hero h1 { font-size: clamp(5.3rem, 13vw, 8rem); }
  .manifesto { padding: 105px 0; }
  .signature { margin-bottom: 90px; }
  .destinations { padding-block: 90px 100px; }
  .destination-card { min-height: 370px; }
}
@media (max-width: 520px) {
  .topbar { width: calc(100% - 32px); }
  .hero { min-height: 790px; min-height: 100svh; }
  .hero h1 { font-size: clamp(4.15rem, 16.4vw, 6rem); margin-top: 16px; }
  .hero-shade { background: linear-gradient(0deg, #050505 0%, rgba(5,5,5,.93) 31%, rgba(5,5,5,.12) 85%), linear-gradient(90deg, rgba(5,5,5,.55), transparent); }
  .hero-content { padding-bottom: 120px; }
  .hero-content > p { margin-top: 20px; line-height: 1.55; }
  .hero-actions { margin-top: 22px; gap: 9px; }
  .hours { right: auto; }
  .ticker { height: 62px; }
  .ticker span { font-size: .78rem; }
  .manifesto h2, .section-heading h2 { font-size: clamp(3.35rem, 13.5vw, 5.2rem); }
  .signature { padding: 25px 0; }
  .signature p { font-size: clamp(2rem, 7vw, 3.6rem); }
  .closing { padding-block: 85px; }
  .closing h2 { font-size: clamp(3.2rem, 12vw, 5rem); }
}
@media (max-width: 360px) { .hero h1 { font-size: 15.2vw; } }
@media (prefers-reduced-motion: reduce) {
  .ticker-track { animation: none; }
  .hero-photo { transform: none !important; }
  .js-motion .hero-content > .eyebrow, .js-motion .hero h1 span, .js-motion .hero-content > p, .js-motion .hero-actions, .js-motion .reveal-on-scroll { opacity: 1; transform: none; transition: none; }
}

/* Motion direction: diagonal tapes, cinematic cut, tactile cards */
.hero::before { content:""; position:absolute; z-index:1; pointer-events:none; inset:0; background:linear-gradient(105deg,transparent 50%,rgba(240,187,88,.13) 53%,transparent 56%); transform:translateX(-120%); animation:hero-sweep 1.5s cubic-bezier(.19,1,.22,1) .25s both; }
@keyframes hero-sweep { to { transform:translateX(120%); } }
.hero-orbit { position:absolute; z-index:-1; left:-195px; top:16%; width:580px; aspect-ratio:1; border:1px solid rgba(240,187,88,.23); border-radius:50%; transform:rotate(var(--orbit-rotation,0deg)); pointer-events:none; }
.hero-orbit::before { content:""; position:absolute; inset:16%; border:1px solid rgba(240,187,88,.11); border-radius:50%; }
.orbit-dot { position:absolute; left:50%; top:-5px; width:9px; height:9px; border-radius:50%; background:var(--gold-light); box-shadow:0 0 20px 6px rgba(240,187,88,.45); }
.hero::after { display:none; }
.hero-content { position:relative; z-index:3; }
.hero .button-gold, .closing .button-gold { position:relative; isolation:isolate; box-shadow:0 12px 34px rgba(217,154,43,.22),0 0 35px rgba(217,154,43,.12); }
.hero .button-gold::after, .closing .button-gold::after { content:""; position:absolute; z-index:-1; inset:-6px; border:1px solid rgba(240,187,88,.5); opacity:0; transform:scale(.95); transition:opacity .3s,transform .3s; }
.hero .button-gold:hover::after, .closing .button-gold:hover::after { opacity:1; transform:scale(1); }
.ticker-stage { height:205px; position:relative; margin-top:-1px; background:#0b0a09; overflow:hidden; }
.ticker-stage .ticker { position:absolute; left:-3%; width:106%; height:65px; transform:none; overflow:visible; }
.ticker-one { top:22px; rotate:-5deg; box-shadow:0 12px 35px rgba(0,0,0,.35); }
.ticker-two { top:112px; rotate:3deg; background:var(--gold-light); box-shadow:0 12px 35px rgba(0,0,0,.35); }
.ticker-two .ticker-track { animation-direction:reverse; animation-duration:41s; }
.ticker-stage .ticker span { line-height:65px; }
.manifesto { padding-top:130px; }
.signature { overflow:hidden; }
.signature p { transition:clip-path 1s cubic-bezier(.16,1,.3,1),transform 1s cubic-bezier(.16,1,.3,1); }
.js-motion .signature.reveal-on-scroll p { clip-path:inset(100% 0 0 0); transform:translateY(35px); }
.js-motion .signature.reveal-on-scroll.is-visible p { clip-path:inset(0 0 0 0); transform:translateY(0); }
.destination-card { isolation:isolate; transform-style:preserve-3d; }
.destination-card::after { content:""; position:absolute; z-index:0; inset:0; pointer-events:none; background:radial-gradient(420px circle at var(--spot-x,50%) var(--spot-y,20%),rgba(255,255,255,.2),transparent 66%); opacity:0; transition:opacity .35s; }
.destination-card:hover::after { opacity:1; }
.destination-card .card-content { transform:translateZ(12px); }
.js-motion .destination-card.reveal-on-scroll { clip-path:inset(0 0 16% 0); transform:translateY(72px) rotateX(5deg); opacity:0; transition:clip-path .9s cubic-bezier(.16,1,.3,1),transform .9s cubic-bezier(.16,1,.3,1),opacity .9s ease,box-shadow .3s ease; }
.js-motion .destination-card.reveal-on-scroll.is-visible { clip-path:inset(0 0 0 0); transform:translateY(0) rotateX(0); opacity:1; }
.js-motion .destination-card.reveal-on-scroll.is-visible:hover { transform:translateY(-9px) rotateX(0); }
.js-motion .destination-card:nth-child(2) { transition-delay:100ms; }
.js-motion .destination-card:nth-child(3) { transition-delay:200ms; }
.section-heading h2, .manifesto h2 { text-wrap:balance; }
@media(max-width:860px) { .ticker-stage { height:170px; } .ticker-stage .ticker { height:54px; } .ticker-stage .ticker span { line-height:54px; } .ticker-one { top:19px; } .ticker-two { top:95px; } .hero-orbit { left:-320px; } }
@media(max-width:520px) { .ticker-stage { height:140px; } .ticker-stage .ticker { height:46px; } .ticker-stage .ticker span { line-height:46px; } .ticker-one { top:20px; rotate:-8deg; } .ticker-two { top:78px; rotate:5deg; } .hero-orbit { display:none; } .manifesto { padding-top:80px; } .js-motion .destination-card:nth-child(n) { transition-delay:0ms; } .js-motion .destination-card.reveal-on-scroll { transform:translateY(35px); clip-path:inset(0 0 8% 0); } }
@media(prefers-reduced-motion:reduce) { .hero::before { animation:none; display:none; } .ticker-track { animation:none!important; } .js-motion .signature.reveal-on-scroll p, .js-motion .destination-card.reveal-on-scroll { clip-path:none; transform:none; opacity:1; transition:none; } }
