/*
Theme Name: Arclo Sports
Theme URI: https://arclosports.com.br
Author: Arclo Sports
Description: Landing page oficial da Arclo Sports para locação de campos, quadras e espaço para eventos.
Version: 1.2.0
Requires at least: 6.0
Requires PHP: 7.4
Text Domain: arclo-sports
*/

:root {
  --graphite: #363638;
  --graphite-2: #242426;
  --teal: #1496a2;
  --cyan: #20b7c7;
  --ice: #e7f7f8;
  --paper: #f5f4f0;
  --white: #ffffff;
  --muted: #6f7478;
  --line: rgba(54, 54, 56, .16);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--graphite); font-family: Arial, Helvetica, sans-serif; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }

.site-header { height: 86px; padding: 0 clamp(22px, 5vw, 78px); background: var(--graphite-2); color: white; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; border-bottom: 1px solid rgba(255,255,255,.12); position: relative; z-index: 20; }
.logo-link { width: clamp(142px, 14vw, 190px); }
.logo-link img { width: 100%; height: auto; }
.site-header nav { display: flex; gap: 30px; color: rgba(255,255,255,.72); font-size: 12px; text-transform: uppercase; letter-spacing: .09em; }
.site-header nav a:hover { color: var(--cyan); }
.header-cta { justify-self: end; background: var(--cyan); color: var(--graphite-2); padding: 15px 19px; font-weight: 800; font-size: 11px; text-transform: uppercase; letter-spacing: .08em; display: flex; gap: 14px; }

.hero { min-height: 760px; position: relative; overflow: hidden; display: flex; align-items: center; color: white; padding: 96px clamp(22px, 7vw, 110px); }
.hero-photo { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.hero-overlay { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(25,25,27,.96) 0%, rgba(31,31,33,.83) 46%, rgba(31,31,33,.25) 100%), linear-gradient(0deg, rgba(20,150,162,.35), transparent 60%); }
.hero-symbol { position: absolute; right: -7vw; bottom: -18vw; width: min(51vw, 720px); opacity: .12; filter: brightness(0) invert(1); }
.hero-content { position: relative; z-index: 2; max-width: 820px; }
.eyebrow { display: flex; align-items: center; gap: 11px; margin: 0 0 22px; font-size: 10px; font-weight: 800; letter-spacing: .18em; text-transform: uppercase; }
.eyebrow span { display: block; width: 34px; height: 3px; background: var(--cyan); }
.eyebrow.dark { color: var(--muted); }
h1, h2, h3 { font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif; text-transform: uppercase; letter-spacing: -.015em; font-weight: 700; }
.hero h1 { font-size: clamp(64px, 8.5vw, 126px); line-height: .88; margin: 0; }
h1 em, h2 em { color: var(--cyan); font-style: normal; }
.hero-copy { max-width: 610px; margin: 30px 0 36px; color: rgba(255,255,255,.77); font-size: clamp(16px, 1.5vw, 19px); line-height: 1.65; }
.hero-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 28px; }
.button { min-height: 56px; padding: 0 22px; display: inline-flex; align-items: center; justify-content: center; gap: 12px; font-weight: 800; font-size: 11px; text-transform: uppercase; letter-spacing: .08em; transition: transform .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--cyan); color: var(--graphite-2); }
.button-dark { background: var(--graphite-2); color: white; }
.button-link { color: white; font-size: 11px; text-transform: uppercase; letter-spacing: .08em; font-weight: 700; border-bottom: 1px solid rgba(255,255,255,.6); padding-bottom: 7px; }
.wa-mark { width: 19px; height: 19px; border: 2px solid currentColor; border-radius: 50%; display: inline-grid; place-items: center; font-size: 7px; line-height: 1; }
.hero-badge { position: absolute; z-index: 2; right: clamp(24px, 7vw, 110px); bottom: 48px; display: flex; align-items: center; gap: 16px; padding: 18px 22px; background: rgba(36,36,38,.8); backdrop-filter: blur(12px); border-left: 4px solid var(--cyan); }
.hero-badge b { font-size: 38px; line-height: 1; }.hero-badge span { font-size: 10px; line-height: 1.4; text-transform: uppercase; letter-spacing: .11em; }

.quick-bar { min-height: 76px; display: grid; grid-template-columns: repeat(3,1fr); background: var(--cyan); padding: 0 clamp(22px, 7vw, 110px); align-items: center; }
.quick-bar a { font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif; text-transform: uppercase; letter-spacing: .04em; font-size: 17px; padding: 12px 0; }
.quick-bar span { font-family: Arial, sans-serif; font-size: 9px; opacity: .6; margin-right: 12px; }

.section { padding: clamp(82px, 10vw, 145px) clamp(22px, 7vw, 110px); }
.intro { display: grid; grid-template-columns: 1.25fr .75fr; gap: 8vw; align-items: end; }
.intro h2, .video-heading h2, .reservation h2, .faq h2 { margin: 0; font-size: clamp(48px, 6vw, 86px); line-height: .92; }
.intro-copy p { color: var(--muted); font-size: 17px; line-height: 1.7; margin: 0 0 28px; }
.intro-copy a, .experience-copy a { color: var(--teal); text-transform: uppercase; font-weight: 800; letter-spacing: .08em; font-size: 11px; border-bottom: 2px solid var(--cyan); padding-bottom: 7px; }

.experiences { background: white; }
.experience { display: grid; grid-template-columns: 1.15fr .85fr; min-height: 570px; }
.experience.reverse { grid-template-columns: .85fr 1.15fr; }.experience.reverse .experience-photo { order: 2; }.experience.reverse .experience-copy { background: var(--graphite); color: white; }
.experience-photo { position: relative; min-height: 500px; overflow: hidden; }
.experience-photo img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: transform .6s ease; }
.experience:hover .experience-photo img { transform: scale(1.025); }
.experience-photo::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(0,0,0,.35), transparent 45%); }
.experience-copy { padding: clamp(55px, 7vw, 110px); display: flex; flex-direction: column; justify-content: center; background: var(--ice); }
.experience-copy .number { color: var(--teal); font-size: 9px; font-weight: 800; letter-spacing: .16em; }
.experience-copy h3 { font-size: clamp(40px, 4.3vw, 66px); margin: 18px 0 20px; line-height: .95; }
.experience-copy > p:not(.number) { color: var(--muted); line-height: 1.7; margin: 0 0 34px; max-width: 450px; }
.experience.reverse .experience-copy > p:not(.number) { color: rgba(255,255,255,.66); }.experience.reverse .experience-copy a { color: var(--cyan); }

.video-section { background: var(--graphite-2); color: white; }
.video-heading { display: grid; grid-template-columns: 1fr 1fr; column-gap: 8vw; align-items: end; margin-bottom: 54px; }
.video-heading .eyebrow { grid-column: 1 / -1; }.video-heading > p:last-child { color: rgba(255,255,255,.62); line-height: 1.7; max-width: 430px; }
.video-placeholder { min-height: min(63vw, 690px); position: relative; overflow: hidden; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.16); }
.video-placeholder > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.video-placeholder > video { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; background: #111; }
.video-shade { position: absolute; inset: 0; background: linear-gradient(0deg, rgba(20,150,162,.72), rgba(36,36,38,.3)); }
.play-button { position: relative; z-index: 2; width: 108px; height: 108px; border-radius: 50%; background: white; color: var(--graphite-2); display: grid; place-items: center; padding-left: 7px; font-size: 28px; box-shadow: 0 0 0 18px rgba(255,255,255,.13); }
.video-caption { position: absolute; z-index: 2; left: 30px; bottom: 28px; display: flex; flex-direction: column; gap: 5px; }.video-caption span { font-size: 8px; letter-spacing: .18em; }.video-caption strong { font-size: 18px; text-transform: uppercase; }

.reservation { display: grid; grid-template-columns: .8fr 1.2fr; gap: 8vw; align-items: center; }
.reservation-intro > p:last-child { color: var(--muted); line-height: 1.7; max-width: 380px; }
.steps { display: grid; grid-template-columns: repeat(3,1fr); border-top: 1px solid var(--line); }
.steps article { min-height: 310px; padding: 28px 22px; border-right: 1px solid var(--line); display: flex; flex-direction: column; }.steps article:first-child { border-left: 1px solid var(--line); }
.steps b { color: var(--cyan); font-size: 10px; letter-spacing: .14em; }.steps span { font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif; text-transform: uppercase; font-size: 30px; margin-top: auto; }.steps p { color: var(--muted); font-size: 13px; line-height: 1.6; }

.faq { background: var(--graphite); color: white; display: grid; grid-template-columns: .65fr 1.35fr; gap: 9vw; }
.faq-list { border-top: 1px solid rgba(255,255,255,.18); }
.faq-list details { border-bottom: 1px solid rgba(255,255,255,.18); }
.faq-list summary { list-style: none; cursor: pointer; display: flex; justify-content: space-between; gap: 20px; padding: 25px 0; font-weight: 800; text-transform: uppercase; letter-spacing: .04em; }
.faq-list summary::-webkit-details-marker { display: none; }.faq-list summary span { color: var(--cyan); font-size: 22px; }.faq-list details[open] summary span { transform: rotate(45deg); }
.faq-list details p { color: rgba(255,255,255,.62); line-height: 1.7; margin: 0 55px 24px 0; }

.final-cta { min-height: 590px; padding: 90px 22px; background: var(--cyan); position: relative; overflow: hidden; display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; }
.final-cta > img { position: absolute; width: min(62vw, 780px); opacity: .1; filter: brightness(0); }
.final-cta > *:not(img) { position: relative; z-index: 1; }.final-cta .eyebrow span { background: var(--graphite); }.final-cta h2 { margin: 0; color: white; font-size: clamp(70px, 10vw, 145px); line-height: .9; }.final-cta > p:not(.eyebrow) { max-width: 520px; line-height: 1.6; margin: 25px 0 30px; }

.location { background: var(--paper); display: grid; grid-template-columns: .85fr 1.15fr; gap: 9vw; align-items: center; }
.location h2 { margin: 0; font-size: clamp(48px, 6vw, 86px); line-height: .92; }
.location-details { border-left: 4px solid var(--cyan); padding: 18px 0 18px clamp(24px, 4vw, 58px); display: grid; grid-template-columns: auto 1fr; gap: 18px 22px; align-items: start; }
.location-pin { width: 30px; height: 30px; border: 2px solid var(--teal); border-radius: 50% 50% 50% 0; color: var(--cyan); display: grid; place-items: center; font-size: 10px; transform: rotate(-45deg); }
.location-pin::first-letter { transform: rotate(45deg); }
.location address { font-style: normal; font-size: clamp(18px, 2vw, 25px); line-height: 1.55; font-weight: 700; max-width: 580px; }
.location .button { grid-column: 2; justify-self: start; margin-top: 12px; }

footer { min-height: 170px; padding: 40px clamp(22px, 7vw, 110px); background: var(--graphite-2); color: rgba(255,255,255,.6); display: flex; align-items: center; justify-content: space-between; gap: 30px; font-size: 11px; }
footer img { width: 165px; } footer a { color: var(--cyan); text-transform: uppercase; letter-spacing: .08em; font-weight: 800; }
.footer-links { display: flex; align-items: center; justify-content: flex-end; gap: 24px; }
.footer-logo { flex-shrink: 0; }

.internal-header { min-height: 86px; padding: 0 clamp(22px, 5vw, 78px); background: var(--graphite-2); color: white; display: flex; align-items: center; justify-content: space-between; gap: 30px; border-bottom: 1px solid rgba(255,255,255,.12); }
.internal-header .logo-link { display: block; }
.internal-header .back-link { color: var(--cyan); font-size: 11px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.internal-page { min-height: 65vh; padding: clamp(64px, 8vw, 110px) clamp(22px, 7vw, 110px); }
.internal-page article { width: min(900px, 100%); margin: 0 auto; }
.internal-page h1 { margin: 0 0 42px; color: var(--graphite); font-size: clamp(42px, 6vw, 76px); line-height: .96; }
.internal-content { color: var(--graphite); font-size: 16px; line-height: 1.75; }
.internal-content h2 { margin: 50px 0 18px; color: var(--graphite); font-family: Arial, Helvetica, sans-serif; font-size: 25px; line-height: 1.25; letter-spacing: 0; text-transform: none; }
.internal-content h3 { margin: 34px 0 14px; font-family: Arial, Helvetica, sans-serif; font-size: 19px; line-height: 1.35; letter-spacing: 0; text-transform: none; }
.internal-content p, .internal-content ul, .internal-content ol { margin: 0 0 20px; }
.internal-content ul, .internal-content ol { padding-left: 24px; }
.internal-content a { color: var(--teal); text-decoration: underline; text-underline-offset: 3px; }
.internal-content strong { color: var(--graphite-2); }
.floating-cta { position: fixed; z-index: 30; right: 20px; bottom: 20px; min-height: 50px; padding: 0 18px; background: var(--cyan); color: var(--graphite-2); display: flex; align-items: center; gap: 9px; box-shadow: 0 10px 32px rgba(0,0,0,.28); font-size: 10px; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; }

@media (max-width: 980px) {
  .site-header { grid-template-columns: 1fr auto; }.site-header nav { display: none; }
  .hero { min-height: 780px; }.hero-content { max-width: 700px; }
  .intro, .video-heading, .reservation, .faq, .location { grid-template-columns: 1fr; }.intro, .reservation, .faq, .location { gap: 55px; }
  .experience, .experience.reverse { grid-template-columns: 1fr 1fr; }
  .video-heading > p:last-child { margin-top: 26px; }.video-heading .eyebrow { grid-column: auto; }
}

@media (max-width: 680px) {
  .site-header { height: 72px; padding: 0 18px; }.logo-link { width: 140px; }.header-cta { font-size: 0; padding: 13px; }.header-cta::before { content: "WHATSAPP"; font-size: 9px; }
  .hero { min-height: 780px; padding: 76px 20px 170px; align-items: flex-start; }.hero h1 { font-size: clamp(60px, 18vw, 86px); }.hero-overlay { background: linear-gradient(90deg, rgba(25,25,27,.94), rgba(31,31,33,.46)); }.hero-actions { align-items: flex-start; flex-direction: column; gap: 20px; }.hero-badge { left: 20px; right: auto; bottom: 30px; }
  .quick-bar { grid-template-columns: 1fr; padding: 14px 20px; gap: 4px; }.quick-bar a { font-size: 14px; }
  .section { padding: 78px 20px; }.intro { gap: 35px; }
  .experience, .experience.reverse { grid-template-columns: 1fr; }.experience.reverse .experience-photo { order: 0; }.experience-photo { min-height: 340px; }.experience-copy { padding: 58px 24px; }
  .video-heading { gap: 25px; }.video-placeholder { min-height: 420px; }.play-button { width: 76px; height: 76px; font-size: 21px; }.video-caption { left: 20px; bottom: 18px; }
  .steps { grid-template-columns: 1fr; }.steps article { min-height: 170px; border-left: 1px solid var(--line); border-bottom: 1px solid var(--line); }.steps span { margin-top: 38px; }
  .faq { gap: 45px; }.faq-list summary { font-size: 14px; }.final-cta { min-height: 500px; }.final-cta h2 { font-size: 70px; }
  .location-details { padding-left: 22px; grid-template-columns: 1fr; }.location-pin { margin-bottom: 4px; }.location .button { grid-column: 1; }
  footer { flex-direction: column; text-align: center; padding-bottom: 100px; }.footer-links { flex-direction: column; justify-content: center; gap: 16px; }.floating-cta { right: 13px; bottom: 13px; }
}

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