:root {
  --black: #090908;
  --coal: #111110;
  --graphite: #1b1b19;
  --steel: #5f615f;
  --paper: #f2efe8;
  --muted: #a7a49d;
  --fire: #f36a21;
  --fire-dark: #c84412;
  --line: rgba(242, 239, 232, .14);
  --display: "Barlow Condensed", Impact, sans-serif;
  --body: "Inter", Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; overflow-x: hidden; background: var(--black); color: var(--paper); font-family: var(--body); font-size: 16px; line-height: 1.6; }
img { max-width: 100%; }
button, a { font: inherit; }
button { cursor: pointer; }
a { color: inherit; }
[id] { scroll-margin-top: 88px; }
:focus-visible { outline: 3px solid var(--fire); outline-offset: 4px; }
.skip-link { position: fixed; top: -100px; left: 1rem; z-index: 100; padding: .75rem 1rem; background: var(--paper); color: var(--black); }
.skip-link:focus { top: 1rem; }

.site-header { position: fixed; inset: 0 0 auto; z-index: 50; height: 92px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 2rem; padding: .7rem clamp(1.2rem, 4vw, 4.5rem); border-bottom: 1px solid transparent; transition: .25s ease; }
.site-header.scrolled { height: 74px; background: rgba(9,9,8,.93); border-color: var(--line); backdrop-filter: blur(18px); }
.brand { justify-self: start; line-height: 0; }
.brand img { width: 68px; height: 68px; object-fit: contain; transition: .25s ease; }
.scrolled .brand img { width: 54px; height: 54px; }
nav { display: flex; gap: 2rem; }
nav a, .footer-links a { color: #d7d3cc; text-decoration: none; font-size: .83rem; letter-spacing: .08em; text-transform: uppercase; }
nav a:hover, .footer-links a:hover { color: var(--fire); }
.site-header > .button { justify-self: end; }

.button { min-height: 52px; display: inline-flex; align-items: center; justify-content: center; gap: .8rem; padding: .85rem 1.35rem; border: 1px solid transparent; border-radius: 2px; font-weight: 700; letter-spacing: .04em; text-decoration: none; text-transform: uppercase; transition: transform .2s ease, background .2s ease, color .2s ease; }
.button:hover { transform: translateY(-2px); }
.button span { font-size: 1.15em; }
.button-small { min-height: 44px; padding: .65rem 1.1rem; font-size: .8rem; }
.button-fire { background: var(--fire); color: #100b08; box-shadow: 0 12px 32px rgba(243,106,33,.18); }
.button-fire:hover { background: #ff7c32; }
.button-dark { background: var(--black); color: var(--paper); border-color: #2e2e2b; }
.button-outline-light { border-color: rgba(255,255,255,.35); color: white; background: transparent; }
.button-outline-light:hover { background: white; color: var(--black); }

.hero { position: relative; min-height: 860px; display: flex; align-items: center; overflow: hidden; isolation: isolate; }
.hero-backdrop { position: absolute; inset: 0; z-index: -2; background: linear-gradient(90deg, rgba(5,5,5,.98) 0%, rgba(5,5,5,.77) 42%, rgba(5,5,5,.08) 76%), linear-gradient(0deg, rgba(5,5,5,.78), transparent 48%), url("./assets/forjar-hero.webp") center / cover no-repeat; transform: scale(1.015); }
.hero::after { content: ""; position: absolute; inset: 0; z-index: -1; background-image: radial-gradient(circle at 20% 30%, rgba(255,255,255,.06) 0 1px, transparent 1.5px); background-size: 6px 6px; opacity: .08; pointer-events: none; }
.hero-content { width: min(730px, 90vw); margin-left: clamp(1.2rem, 8vw, 9rem); padding-top: 80px; }
.eyebrow { display: inline-flex; align-items: center; gap: .65rem; color: #6e6d68; font-size: .75rem; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; }
.eyebrow i { width: 24px; height: 2px; background: var(--fire); box-shadow: 8px 0 20px rgba(243,106,33,.5); }
.eyebrow.light { color: rgba(255,255,255,.66); }
h1, h2, h3 { margin: 0; font-family: var(--display); text-transform: uppercase; line-height: .92; }
h1 { max-width: 680px; margin-top: 1.4rem; font-size: clamp(4.8rem, 9.2vw, 8.8rem); font-weight: 600; letter-spacing: -.035em; }
h1 strong, h2 strong { color: var(--fire); font-weight: inherit; }
.hero-content > p { max-width: 610px; margin: 1.8rem 0 2.2rem; color: #c4c0b9; font-size: clamp(1rem, 1.3vw, 1.18rem); }
.hero-actions { display: flex; align-items: center; gap: 2rem; }
.text-link { text-decoration: none; color: #e5e2dc; font-size: .9rem; font-weight: 600; }
.text-link span { margin-left: .5rem; color: var(--fire); }
.quick-info { display: flex; flex-wrap: wrap; gap: 1rem 2rem; margin-top: 4.2rem; color: #8c8a84; font-size: .74rem; letter-spacing: .06em; text-transform: uppercase; }
.quick-info span { display: flex; gap: .55rem; }
.quick-info b { color: var(--fire); }
.hero-stamp { position: absolute; right: -2.5rem; bottom: 8rem; transform: rotate(90deg); color: rgba(255,255,255,.36); font-family: var(--display); font-size: .72rem; letter-spacing: .45em; }

.section { padding: clamp(5rem, 9vw, 9rem) clamp(1.2rem, 8vw, 9rem); }
.services { background: var(--paper); color: var(--black); }
.section-heading { display: grid; grid-template-columns: 1.15fr .85fr; align-items: end; gap: 4rem; max-width: 1320px; margin: 0 auto 4rem; }
.section-heading h2, .location h2 { margin-top: 1rem; font-size: clamp(3.2rem, 6vw, 6rem); font-weight: 700; letter-spacing: -.025em; }
.section-heading > p { max-width: 500px; margin: 0 0 .5rem; color: #66645f; }
.service-grid { max-width: 1320px; margin: 0 auto; display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid #cbc7bf; border-left: 1px solid #cbc7bf; }
.service-card { position: relative; min-height: 360px; display: flex; flex-direction: column; padding: 2rem; border-right: 1px solid #cbc7bf; border-bottom: 1px solid #cbc7bf; background: rgba(255,255,255,.1); transition: background .2s ease, transform .2s ease; }
.service-card:hover { background: white; transform: translateY(-4px); z-index: 2; }
.service-card.featured { background: var(--coal); color: var(--paper); }
.service-number { color: #9c9992; font: 600 .75rem var(--body); letter-spacing: .12em; }
.service-icon { margin: 2rem 0 .5rem; color: var(--fire); font-size: 2.2rem; }
.service-price { margin-top: auto; color: var(--fire); font: 700 1rem var(--body); letter-spacing: .03em; }
.service-card h3 { margin-top: 1rem; font-size: 2.1rem; }
.service-card p { color: #6e6b65; font-size: .92rem; }
.service-card.featured p { color: #a9a69f; }
.service-card > a, .plan-card > a { width: fit-content; margin-top: auto; padding: .8rem 0 0; border-bottom: 1px solid currentColor; color: inherit; font-weight: 700; font-size: .77rem; letter-spacing: .08em; text-decoration: none; text-transform: uppercase; }
.service-card > a span, .plan-card > a span { color: var(--fire); }
.service-menu { max-width: 1320px; margin: 3rem auto 0; padding: clamp(1.4rem, 3vw, 2.5rem); border: 1px solid #cbc7bf; background: #e8e4dc; }
.service-menu-heading { display: flex; justify-content: space-between; align-items: baseline; padding-bottom: 1.2rem; border-bottom: 2px solid #1b1b19; font-family: var(--display); text-transform: uppercase; }
.service-menu-heading span { font-size: 2rem; font-weight: 700; }
.service-menu-heading small { color: #77746d; font: 700 .7rem var(--body); letter-spacing: .12em; }
.service-menu-grid { display: grid; grid-template-columns: 1fr 1fr; column-gap: 3rem; }
.menu-item { display: flex; justify-content: space-between; gap: 1rem; padding: 1.05rem 0; border-bottom: 1px solid #c7c2b9; }
.menu-item span { color: #35342f; }
.menu-item strong { flex: 0 0 auto; color: var(--black); }
.service-menu-action { display: flex; justify-content: flex-end; padding-top: 2rem; }

.membership { background: linear-gradient(135deg, #121210, #080807); }
.membership-intro { max-width: 1320px; margin: 0 auto 4.5rem; }
.membership h2 { margin-top: 1rem; font-size: clamp(3.7rem, 7vw, 7rem); }
.membership-intro > p { max-width: 430px; margin: 1.7rem 0 2rem; color: #aaa69f; }
.plan-stack { max-width: 1320px; margin: 0 auto; display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; align-items: stretch; }
.plan-card { min-height: 510px; display: flex; flex-direction: column; padding: clamp(2rem, 3vw, 3rem); border: 1px solid var(--line); background: #171715; }
.plan-card.highlighted { border-color: rgba(243,106,33,.7); background: linear-gradient(160deg, #211a15, #131311 55%); box-shadow: 0 22px 70px rgba(0,0,0,.4); transform: translateY(-12px); }
.plan-tag { width: fit-content; padding: .35rem .55rem; border: 1px solid #44433f; color: #aaa69f; font-size: .63rem; font-weight: 700; letter-spacing: .12em; }
.highlighted .plan-tag { border-color: var(--fire); color: var(--fire); }
.plan-card h3 { margin-top: 2.4rem; font-size: clamp(2.5rem, 3vw, 3.4rem); }
.plan-price { display: flex; align-items: baseline; gap: .45rem; margin: 1.25rem 0 .4rem; }
.plan-price strong { color: var(--fire); font: 700 clamp(2.15rem, 3vw, 3.15rem)/1 var(--display); letter-spacing: -.02em; }
.plan-price span { color: #8f8b84; font-size: .78rem; font-weight: 600; letter-spacing: .06em; text-transform: uppercase; }
.plan-card > p { color: #aaa69f; }
.plan-card ul { margin: 1rem 0 2rem; padding: 0; list-style: none; color: #d5d2cc; font-size: .88rem; }
.plan-card li { padding: .75rem 0; border-bottom: 1px solid var(--line); }
.plan-card li::before { content: "—"; margin-right: .7rem; color: var(--fire); }

.location { display: grid; grid-template-columns: 1.2fr .8fr; padding: 0; background: var(--paper); color: var(--black); }
.location-copy { padding: clamp(5rem, 9vw, 9rem) clamp(1.2rem, 8vw, 9rem); }
.address-block { margin-top: 3rem; padding-left: 1.2rem; border-left: 3px solid var(--fire); }
.address-block span { color: #77746d; font-size: .7rem; font-weight: 700; letter-spacing: .15em; }
.address-block p { margin: .35rem 0 0; font-weight: 600; }
.location-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 1.4rem; margin-top: 2rem; }
.instagram-link, .whatsapp-link { font-weight: 700; color: #383733; text-underline-offset: 4px; }
.location-panel { min-height: 670px; position: relative; display: flex; flex-direction: column; align-items: center; justify-content: center; overflow: hidden; background: linear-gradient(rgba(7,7,6,.35), rgba(7,7,6,.9)), url("./assets/forjar-hero.webp") 76% center / cover; color: white; }
.location-panel::after { content: ""; position: absolute; inset: 1.5rem; border: 1px solid rgba(255,255,255,.22); }
.metal-line { width: 1px; height: 80px; background: linear-gradient(transparent, var(--fire)); }
.location-logo { width: min(330px, 62%); margin-top: 1.6rem; filter: drop-shadow(0 18px 38px rgba(0,0,0,.45)); }

.final-cta { padding: clamp(6rem, 11vw, 11rem) 1.2rem; text-align: center; background: radial-gradient(circle at 50% 110%, rgba(243,106,33,.22), transparent 38%), #090908; }
.final-cta h2 { margin: 1.5rem 0 2.3rem; font-size: clamp(4rem, 9vw, 9rem); }
footer { display: grid; grid-template-columns: 1fr auto 1fr; align-items: end; gap: 3rem; padding: 3rem clamp(1.2rem, 5vw, 5rem); border-top: 1px solid var(--line); background: #070706; }
.footer-brand { display: flex; align-items: center; gap: 1.2rem; }
.footer-brand img { width: 68px; height: 78px; object-fit: contain; }
.footer-brand p, .lumia-credit { margin: 0; color: #85827c; font-size: .77rem; }
.footer-links { display: flex; gap: 1.2rem; }
.lumia-credit { text-align: right; }
.lumia-credit a { color: #d8d5ce; font-weight: 700; text-decoration-color: var(--fire); text-underline-offset: 3px; }
.sticky-booking { display: none; }

@media (max-width: 1000px) {
  .site-header { grid-template-columns: 1fr auto; }
  nav { display: none; }
  .hero { min-height: 780px; }
  .hero-content { margin-left: clamp(1.2rem, 6vw, 5rem); }
  .section-heading, .location { grid-template-columns: 1fr; }
  .service-grid { grid-template-columns: 1fr 1fr; }
  .plan-stack { grid-template-columns: 1fr 1fr; }
  .plan-card.highlighted { transform: none; }
  .location-panel { min-height: 520px; }
  footer { grid-template-columns: 1fr 1fr; }
  .footer-links { display: none; }
  .lumia-credit { grid-column: 1 / -1; text-align: left; }
}

@media (max-width: 680px) {
  body { padding-bottom: calc(74px + env(safe-area-inset-bottom)); }
  .site-header { height: 70px; padding: .4rem 1rem; }
  .brand img { width: 58px; height: 58px; }
  .site-header > .button { display: none; }
  .hero { min-height: max(740px, 100svh); align-items: flex-end; padding-bottom: 3.2rem; }
  .hero-backdrop { background: linear-gradient(0deg, rgba(5,5,5,.98) 8%, rgba(5,5,5,.77) 64%, rgba(5,5,5,.22)), url("./assets/forjar-hero.webp") 68% center / cover no-repeat; }
  .hero-content { width: auto; margin: 0 1.2rem; padding-top: 100px; }
  h1 { font-size: clamp(4.1rem, 21vw, 6.4rem); }
  .hero-actions { align-items: stretch; flex-direction: column; gap: 1.2rem; }
  .hero-actions .button { width: 100%; }
  .hero-actions .text-link { min-height: 44px; display: inline-flex; align-items: center; justify-content: center; }
  .quick-info { margin-top: 2.8rem; gap: .55rem; flex-direction: column; }
  .hero-stamp { display: none; }
  .section-heading { gap: 1.5rem; }
  .section-heading h2, .location h2 { font-size: 3.55rem; }
  .service-grid, .plan-stack { grid-template-columns: 1fr; }
  .service-menu-grid { grid-template-columns: 1fr; }
  .service-card { min-height: 300px; padding: 1.6rem; }
  .service-card > a, .plan-card > a { min-height: 44px; display: inline-flex; align-items: center; }
  .service-menu { padding: 1.3rem; }
  .service-menu-heading span { font-size: 1.7rem; }
  .menu-item { align-items: flex-start; padding: 1rem 0; }
  .menu-item span { max-width: 72%; }
  .service-menu-action .button { width: 100%; }
  .membership { gap: 4rem; }
  .membership-intro > .button { width: 100%; }
  .plan-card, .plan-card.highlighted { min-height: 440px; }
  .location-copy { padding-bottom: 5rem; }
  .location-actions { align-items: stretch; flex-direction: column; }
  .location-actions .button { width: 100%; }
  .instagram-link, .whatsapp-link { min-height: 44px; display: inline-flex; align-items: center; justify-content: center; text-align: center; }
  .location-panel { min-height: 420px; }
  footer { grid-template-columns: 1fr; }
  .lumia-credit { grid-column: auto; }
  .sticky-booking { position: fixed; z-index: 60; inset: auto 0 0; display: block; padding: .65rem 1rem calc(.65rem + env(safe-area-inset-bottom)); border-top: 1px solid var(--line); background: rgba(9,9,8,.96); backdrop-filter: blur(16px); }
  .sticky-booking .button { width: 100%; min-height: 50px; }
}

@media (max-width: 390px) {
  .hero-content { margin-inline: 1rem; }
  h1 { font-size: clamp(3.75rem, 20.5vw, 5rem); }
  .hero-content > p { margin-block: 1.35rem 1.7rem; }
  .section { padding-inline: 1rem; }
  .section-heading h2, .location h2 { font-size: 3.15rem; }
  .menu-item { gap: .7rem; }
  .menu-item span { max-width: 68%; }
  .menu-item strong { font-size: .93rem; }
  .final-cta h2 { font-size: 3.7rem; }
  footer { padding-inline: 1rem; }
}

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