
:root {
  --ink: #151515;
  --muted: #6e6a64;
  --paper: #fbf5ef;
  --cream: #fffaf4;
  --line: rgba(21,21,21,.10);
  --teal: #2f9d92;
  --teal-dark: #237c73;
  --clay: #9a5b3d;
  --whatsapp: #25D366;
  --shadow: 0 24px 70px rgba(21,21,21,.20);
  --shadow-soft: 0 18px 50px rgba(21,21,21,.10);
  --radius: 34px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--cream); color: var(--ink); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
.container { width: min(1180px, calc(100% - 44px)); margin: 0 auto; }
.navbar { position: fixed; left: 20px; right: 20px; top: 18px; z-index: 80; border-radius: 22px 22px 0 0; color: #fff; transition: background .25s ease, color .25s ease, box-shadow .25s ease, top .25s ease, border-radius .25s ease; }
.navbar::after { content: ""; position: absolute; left: 0; right: 0; bottom: 0; height: 1px; background: rgba(255,255,255,.18); }
.navbar.scrolled { top: 0; left: 0; right: 0; border-radius: 0; background: rgba(255,250,244,.96); color: var(--ink); box-shadow: 0 16px 40px rgba(21,21,21,.08); backdrop-filter: blur(18px); }
.navbar.scrolled::after { background: rgba(21,21,21,.08); }
.nav-inner { height: 92px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.nav-logo { display: inline-flex; align-items: center; gap: 12px; font-weight: 850; font-size: 19px; letter-spacing: -.04em; }

.logo-mark {
  width: 46px;
  height: 46px;
  flex: 0 0 46px;
  border-radius: 50%;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1px;
  border: 1px solid rgba(198, 153, 92, .72);
  background: radial-gradient(circle at 50% 38%, #2a1c14 0, #15100d 72%);
  color: #d7ad71;
  box-shadow: inset 0 0 0 2px rgba(255, 244, 217, .08), 0 8px 18px rgba(0,0,0,.12);
  font-family: Georgia, "Times New Roman", serif;
  line-height: 1;
  text-align: center;
  letter-spacing: .08em;
}
.logo-line { display: block; white-space: nowrap; font-size: inherit; letter-spacing: inherit; }
.logo-line-top { font-size: 7px; font-weight: 700; }
.logo-line-mid { font-size: 10px; font-weight: 700; letter-spacing: .12em; }
.logo-line-bottom { font-size: 5.5px; letter-spacing: .16em; }
.footer-logo .logo-mark { width: 50px; height: 50px; flex-basis: 50px; }
.nav-links { display: flex; align-items: center; gap: 27px; font-size: 14px; font-weight: 800; }
.nav-links a { opacity: .95; }
.nav-links a.active { color: var(--teal); }
.nav-cta { display: inline-grid; place-items: center; min-height: 46px; padding: 0 20px; border-radius: 999px; color: #fff !important; background: var(--teal); box-shadow: 0 12px 28px rgba(47,157,146,.25); }
.nav-toggle { display: none; width: 46px; height: 42px; border: 0; background: transparent; color: inherit; cursor: pointer; }
.nav-toggle span { display: block; height: 2px; margin: 6px 5px; background: currentColor; border-radius: 999px; }
.corporate-hero { position: relative; min-height: 560px; display: grid; align-items: end; padding: 156px 0 86px; overflow: hidden; background: var(--ink); color: #fff; }
.corporate-hero-bg { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(0,0,0,.72), rgba(0,0,0,.22)), url('../img/lobby/theway-lobby-02.jpg') center/cover; transform: scale(1.02); }
.corporate-hero-inner { position: relative; z-index: 1; max-width: 920px; }
.section-label { display: inline-flex; align-items: center; gap: 12px; color: rgba(255,255,255,.88); font-size: 12px; font-weight: 900; letter-spacing: .17em; text-transform: uppercase; }
.section-label::before { content: ""; width: 34px; height: 1px; background: currentColor; opacity: .8; }
.section-label.dark { color: var(--clay); }
.corporate-hero h1 { margin: 20px 0 0; max-width: 860px; font-size: clamp(48px, 8vw, 92px); line-height: .92; letter-spacing: -.075em; }
.hero-subtitle { max-width: 780px; margin: 24px 0 0; color: rgba(255,255,255,.80); font-size: clamp(18px, 2.2vw, 25px); line-height: 1.4; }
.hero-note { max-width: 720px; margin: 16px 0 0; color: rgba(255,255,255,.68); font-size: 16px; }
.section { padding: 92px 0; }
.btn { display: inline-grid; place-items: center; min-height: 50px; padding: 0 20px; border-radius: 999px; font-weight: 850; border: 1px solid transparent; cursor: pointer; }
.btn-primary { background: var(--teal); color: #fff; }
.btn-primary:hover { background: var(--teal-dark); }
.btn-whatsapp { background: var(--whatsapp); color: #fff; }
.btn-whatsapp:hover { background: #1eb85a; }
.btn-dark { background: var(--ink); color: #fff; }
.full { width: 100%; }
.contact-grid { display: grid; grid-template-columns: 1fr 420px; gap: 42px; align-items: start; }
.contact-copy h2, .address-copy h2, .legal-card h2 { margin: 16px 0 12px; font-size: clamp(38px, 5vw, 64px); line-height: .95; letter-spacing: -.065em; }
.contact-copy p, .address-copy p, .legal-card p, .legal-card li { color: var(--muted); font-size: 16px; line-height: 1.72; }
.contact-cards { display: grid; gap: 12px; margin-top: 30px; }
.contact-card { display: grid; gap: 6px; padding: 22px; border: 1px solid var(--line); border-radius: 24px; background: #fff; box-shadow: var(--shadow-soft); transition: transform .18s ease, border .18s ease; }
.contact-card:hover { transform: translateY(-2px); border-color: rgba(47,157,146,.35); }
.contact-card span { color: var(--clay); font-size: 12px; font-weight: 900; letter-spacing: .13em; text-transform: uppercase; }
.contact-card strong { font-size: 22px; letter-spacing: -.04em; }
.contact-card small { color: var(--muted); line-height: 1.45; }
.whatsapp-card { background: #f0fff5; border-color: rgba(37,211,102,.28); }
.contact-panel, .legal-sidebar { padding: 26px; border-radius: 30px; background: var(--ink); color: #fff; box-shadow: var(--shadow); }
.panel-label { display: inline-grid; place-items: center; min-height: 30px; padding: 0 11px; border-radius: 999px; background: rgba(255,255,255,.1); color: rgba(255,255,255,.76); font-size: 11px; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; }
.contact-panel h2 { margin: 16px 0 10px; font-size: 32px; line-height: 1; letter-spacing: -.055em; }
.contact-panel p { color: rgba(255,255,255,.68); line-height: 1.6; }
.contact-form { display: grid; gap: 12px; margin-top: 22px; }
.contact-form label { display: grid; gap: 7px; color: rgba(255,255,255,.75); font-size: 13px; font-weight: 800; }
.contact-form input, .contact-form textarea, .contact-form select { width: 100%; border: 1px solid rgba(255,255,255,.14); border-radius: 16px; background: rgba(255,255,255,.08); color: #fff; padding: 14px 14px; font: inherit; outline: 0; }
.contact-form select option { color: var(--ink); }
.contact-form input::placeholder, .contact-form textarea::placeholder { color: rgba(255,255,255,.42); }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.address-section, .legal-section { background: #fff; }
.address-grid { display: grid; grid-template-columns: .9fr 1fr; gap: 58px; align-items: center; }
.map-card { position: relative; min-height: 520px; border-radius: 34px; overflow: hidden; background: #ddd; box-shadow: var(--shadow-soft); }
.map-placeholder { height: 100%; min-height: 520px; display: grid; place-items: center; color: #fff; font-size: 14px; font-weight: 800; background: linear-gradient(135deg, rgba(21,21,21,.68), rgba(21,21,21,.22)), repeating-linear-gradient(45deg, #c7c0b8 0 2px, #d8d1c8 2px 9px); }
.map-placeholder span { padding: 12px 18px; border-radius: 999px; background: rgba(21,21,21,.48); backdrop-filter: blur(10px); }
.theway-map-embed { width: 100%; height: 100%; min-height: inherit; border: 0; display: block; filter: saturate(.92) contrast(.96); }
.map-overlay { position: absolute; left: 24px; right: 24px; bottom: 24px; padding: 22px; border-radius: 24px; background: rgba(255,250,244,.92); backdrop-filter: blur(14px); }
.map-overlay strong { display: block; font-size: 18px; letter-spacing: -.03em; }
.map-overlay p { margin: 6px 0 12px; color: var(--muted); font-size: 14px; }
.map-overlay a { color: var(--ink); font-weight: 900; }
.info-list { display: grid; gap: 10px; margin-top: 30px; }
.info-list div { display: flex; justify-content: space-between; gap: 20px; padding: 16px 0; border-bottom: 1px solid var(--line); }
.info-list span { color: var(--muted); }
.info-list strong { text-align: right; max-width: 68%; }
.legal-layout { display: grid; grid-template-columns: 280px 1fr; gap: 34px; align-items: start; }
.legal-sidebar { position: sticky; top: 108px; display: grid; gap: 12px; }
.legal-sidebar span { color: rgba(255,255,255,.55); font-size: 12px; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; }
.legal-sidebar a { padding: 12px 0; border-bottom: 1px solid rgba(255,255,255,.12); color: rgba(255,255,255,.86); font-weight: 800; }
.legal-sidebar small { margin-top: 12px; color: rgba(255,255,255,.46); line-height: 1.5; }
.legal-card { padding: clamp(28px, 4vw, 54px); border: 1px solid var(--line); border-radius: 34px; background: var(--cream); box-shadow: var(--shadow-soft); }
.legal-card h3 { margin: 34px 0 8px; font-size: 24px; letter-spacing: -.04em; }
.legal-card ul { margin: 12px 0 0; padding-left: 22px; }
.legal-info-box, .cookie-table { display: grid; gap: 10px; margin: 22px 0; }
.legal-info-box div, .cookie-table div { padding: 18px; border: 1px solid var(--line); border-radius: 18px; background: #fff; }
.legal-info-box span, .cookie-table span { display: block; color: var(--muted); margin-top: 5px; line-height: 1.55; }
.footer { padding: 70px 0 120px; background: #101010; color: rgba(255,255,255,.68); }
.footer-grid { display: grid; grid-template-columns: 1.25fr .75fr .75fr .75fr; gap: 42px; }
.footer-logo { display: inline-flex; align-items: center; gap: 12px; color: #fff; font-weight: 850; }

.footer-brand p { max-width: 360px; margin: 18px 0 0; line-height: 1.65; }
.footer h3 { margin: 0 0 14px; color: #fff; font-size: 15px; }
.footer a:not(.footer-logo) { display: block; margin: 8px 0; color: rgba(255,255,255,.7); font-size: 14px; }
.footer-address { margin-top: 34px; padding: 18px 0 0; border-top: 1px solid rgba(255,255,255,.12); }
.footer-address strong { color: #fff; }
.footer-bottom { display: flex; justify-content: space-between; gap: 24px; margin-top: 22px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.12); font-size: 13px; }
.quick-contact { position: fixed; right: 22px; bottom: 24px; z-index: 65; display: grid; gap: 10px; }
.quick-contact-link { display: grid; place-items: center; width: 54px; height: 54px; border-radius: 18px; color: var(--ink); background: rgba(255,250,244,.94); border: 1px solid rgba(21,21,21,.12); box-shadow: 0 14px 34px rgba(21,21,21,.18); backdrop-filter: blur(14px); transition: transform .18s ease, background .18s ease; }
.quick-contact-link:hover { transform: translateY(-2px); }
.quick-contact-link svg { width: 23px; height: 23px; }
.quick-contact-link.whatsapp { color: #fff; background: var(--whatsapp); border-color: var(--whatsapp); }
.quick-contact-link.phone { color: #fff; background: var(--ink); border-color: var(--ink); }
.quick-contact-link.map { background: var(--paper); }
.reveal { opacity: 0; transform: translateY(24px); transition: opacity .55s ease, transform .55s ease; }
.reveal.visible { opacity: 1; transform: translateY(0); }
@media (max-width: 980px) {
  .nav-toggle { display: block; }
  .nav-links { position: fixed; left: 18px; right: 18px; top: 92px; display: none; grid-template-columns: 1fr; gap: 0; padding: 16px; border-radius: 22px; background: rgba(255,250,244,.98); color: var(--ink); box-shadow: var(--shadow-soft); }
  .nav-links.open { display: grid; }
  .nav-links a { padding: 14px 8px; border-bottom: 1px solid var(--line); }
  .nav-links .nav-cta { margin-top: 10px; border-bottom: 0; }
  .contact-grid, .address-grid, .legal-layout { grid-template-columns: 1fr; }
  .legal-sidebar { position: static; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 680px) {
  .container { width: min(100% - 28px, 1180px); }
  .navbar { left: 10px; right: 10px; top: 10px; }
  .nav-inner { height: 74px; }
  .nav-logo > span:not(.logo-mark) { font-size: 17px; }
  .corporate-hero { min-height: 500px; padding: 120px 0 64px; }
  .corporate-hero h1 { font-size: clamp(42px, 13vw, 62px); }
  .section { padding: 66px 0; }
  .form-row, .footer-grid { grid-template-columns: 1fr; }
  .contact-copy h2, .address-copy h2, .legal-card h2 { font-size: 40px; }
  .info-list div { display: grid; }
  .info-list strong { text-align: left; max-width: none; }
  .footer-bottom { display: grid; }
  .quick-contact { right: 14px; bottom: 14px; }
  .quick-contact-link { width: 50px; height: 50px; border-radius: 16px; }
}

/* Final internal link network for SEO/GEO and user navigation */
.footer-link-network {
  margin-top: 28px;
  padding-top: 22px;
  border-top: 1px solid rgba(255,255,255,.16);
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}
.footer-link-network h3 {
  margin: 0 0 12px;
  font-size: 13px;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.footer-link-network a {
  display: inline-block;
  margin: 0 12px 9px 0;
  font-size: 14px;
  color: inherit;
  opacity: .82;
  text-decoration: none;
}
.footer-link-network a:hover { opacity: 1; text-decoration: underline; }
@media (max-width: 760px) {
  .footer-link-network { grid-template-columns: 1fr; gap: 18px; }
  .footer-link-network a { margin-right: 10px; }
}

/* Visual QA responsive guardrails */
.corporate-hero-inner,
.contact-copy,
.address-copy,
.legal-card,
.contact-panel,
.contact-card,
.map-overlay {
  min-width: 0;
  max-width: 100%;
}

.corporate-hero h1,
.hero-subtitle,
.hero-note,
.contact-copy h2,
.address-copy h2,
.legal-card h2,
.contact-copy p,
.address-copy p,
.legal-card p,
.legal-card li,
.contact-card strong,
.contact-card small {
  max-width: 100%;
  overflow-wrap: break-word;
}
