/*
Theme Name: Art Publicidade
Author: Art Publicidade
Description: Site one-page para agência de marketing digital em Araçatuba, SP.
Version: 1.0.3
Requires at least: 6.0
Requires PHP: 7.4
Text Domain: art-publicidade
*/

@import url("https://fonts.googleapis.com/css2?family=DM+Mono:wght@300;400;500&family=Playfair+Display:wght@500;600;700;800&display=swap");

:root {
  --red: #e8210a;
  --hot-red: #ff2b14;
  --coral: #ff6a3d;
  --cream: #fff0df;
  --black: #0e0e0e;
  --white: #f8f6f2;
  --muted: rgba(248, 246, 242, 0.68);
  --line: rgba(232, 33, 10, 0.45);
  --card: rgba(248, 246, 242, 0.04);
  --title: "Playfair Display", serif;
  --mono: "DM Mono", monospace;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background:
    linear-gradient(180deg, #180a07 0%, var(--black) 34%, #150604 70%, var(--black) 100%);
  color: var(--white);
  font-family: var(--mono);
  overflow-x: hidden;
}
a { color: inherit; text-decoration: none; }
button, input, textarea { font: inherit; }
.container { width: min(1120px, calc(100% - 40px)); margin-inline: auto; }
.section { padding: 96px 0; }
h1, h2, h3 { font-family: var(--title); margin: 0; line-height: .96; }
h1 { font-size: clamp(4.2rem, 13vw, 10.5rem); max-width: 930px; }
h2 { font-size: clamp(2.6rem, 7vw, 6rem); }
h3 { font-size: clamp(1.7rem, 3vw, 2.5rem); }
p { line-height: 1.75; color: var(--muted); }
.eyebrow {
  color: var(--red);
  text-transform: uppercase;
  letter-spacing: .16em;
  font-size: .78rem;
  margin: 0 0 22px;
}
.eyebrow.light { color: var(--black); opacity: .85; }
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 26px;
  border-radius: 999px;
  border: 1px solid transparent;
  text-transform: uppercase;
  letter-spacing: .08em;
  font-size: .78rem;
  transition: transform .3s ease, background .3s ease, border-color .3s ease;
}
.btn:hover { transform: translateY(-3px); }
.btn-primary {
  background: linear-gradient(135deg, var(--hot-red), var(--coral));
  color: var(--white);
  box-shadow: 0 16px 42px rgba(232, 33, 10, .32);
}
.btn-outline { border-color: var(--red); color: var(--white); }
.btn-outline:hover { background: var(--red); }
.btn-dark { background: var(--black); color: var(--white); }
.site-header {
  position: fixed;
  inset: 0 0 auto 0;
  z-index: 100;
  height: 76px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 clamp(20px, 5vw, 54px);
  background: rgba(14, 14, 14, .78);
	}

.logo img {
    height: 60px;
    width: auto;
    display: block;
}
  backdrop-filter: blur(18px);
  border-bottom: 1px solid rgba(248, 246, 242, .08);
}
.logo, .footer-logo { font-family: var(--title); font-size: 1.45rem; }
.logo img {
    height: 55px;
    width: auto;
    display: block;
}
.nav-menu { display: flex; gap: 26px; font-size: .78rem; text-transform: uppercase; letter-spacing: .1em; }
.nav-menu a { color: var(--muted); transition: color .25s ease; }
.nav-menu a:hover { color: var(--red); }
.menu-toggle {
  display: none;
  width: 44px;
  height: 44px;
  background: transparent;
  border: 1px solid rgba(248, 246, 242, .18);
  border-radius: 50%;
}
.menu-toggle span { display: block; width: 18px; height: 1px; background: var(--white); margin: 5px auto; }
.hero {
  min-height: 100vh;
  display: grid;
  place-items: center;
  position: relative;
  overflow: hidden;
  padding-top: 120px;
  background:
    linear-gradient(90deg, rgba(14, 14, 14, .91) 0%, rgba(14, 14, 14, .63) 36%, rgba(14, 14, 14, .10) 100%),
    url("assets/images/hero-art-publicidade.png") center right / cover no-repeat;
}
.grain {
  position: absolute;
  inset: 0;
  opacity: .13;
  pointer-events: none;
  background-image:
    radial-gradient(circle at 20% 30%, rgba(248, 246, 242, .3) 0 1px, transparent 1px),
    radial-gradient(circle at 80% 70%, rgba(248, 246, 242, .25) 0 1px, transparent 1px);
  background-size: 18px 18px, 26px 26px;
}
.hero-shape {
  position: absolute;
  right: -11vw;
  top: 18%;
  width: 42vw;
  height: 70vh;
  background: var(--red);
  transform: rotate(16deg);
  opacity: .62;
  mix-blend-mode: color-dodge;
}
.hero-content { position: relative; z-index: 2; }
.hero-subtitle { margin: 24px 0 36px; font-size: clamp(1rem, 2vw, 1.35rem); color: var(--white); }
.visual-band {
  padding: 28px 0;
  background: var(--hot-red);
  color: var(--black);
}
.visual-band-grid {
  display: grid;
  grid-template-columns: 1.2fr .8fr .8fr;
  gap: 18px;
}
.visual-tile {
  min-height: 280px;
  padding: 24px;
  display: flex;
  align-items: end;
  border: 1px solid rgba(14, 14, 14, .22);
  background:
    linear-gradient(180deg, rgba(14, 14, 14, .08), rgba(14, 14, 14, .72)),
    var(--tile-image) center / cover no-repeat;
}
.visual-tile span {
  color: var(--white);
  font-family: var(--title);
  font-size: clamp(1.8rem, 4vw, 3.8rem);
  line-height: .92;
}
.about {
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(135deg, rgba(255, 106, 61, .14), transparent 40%),
    linear-gradient(180deg, #150604, var(--black));
}
.about-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: 64px; align-items: start; }
.about-copy { border-left: 1px solid var(--line); padding-left: 32px; }
.highlights, .service-grid, .portfolio-grid, .testimonial-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}
.highlights { margin-top: 64px; }
.highlight-card, .service-card, .testimonial-card, .plan-card {
  background: var(--card);
  border: 1px solid rgba(248, 246, 242, .09);
}
.highlight-card {
  min-height: 260px;
  padding: 28px;
  background: linear-gradient(145deg, rgba(232, 33, 10, .22), rgba(248, 246, 242, .045));
}
.highlight-card:nth-child(2) { background: linear-gradient(145deg, rgba(255, 106, 61, .25), rgba(248, 246, 242, .045)); }
.highlight-card:nth-child(3) { background: linear-gradient(145deg, rgba(255, 240, 223, .14), rgba(232, 33, 10, .12)); }
.highlight-card span { display: block; color: var(--cream); margin-bottom: 52px; }
.abstract-type {
  width: min(1120px, calc(100% - 40px));
  margin: 58px auto 0;
  color: transparent;
  -webkit-text-stroke: 1px rgba(232, 33, 10, .42);
  font-family: var(--title);
  font-size: clamp(3rem, 12vw, 10rem);
  line-height: .84;
  opacity: .75;
}
.abstract-type span { display: block; }
.section-head { max-width: 850px; margin-bottom: 44px; }
.service-card {
  min-height: 280px;
  padding: 28px;
  background: linear-gradient(145deg, rgba(255, 43, 20, .2), rgba(255, 106, 61, .06) 52%, rgba(248, 246, 242, .04));
  border-color: var(--line);
  transition: transform .3s ease;
  position: relative;
  overflow: hidden;
}
.service-card::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 7px;
  background: linear-gradient(180deg, var(--hot-red), var(--coral), var(--cream));
}
.service-card:hover, .case-card:hover, .testimonial-card:hover, .plan-card:hover { transform: translateY(-8px); }
.service-card p { margin-top: 24px; }
.portfolio-filters { display: flex; gap: 10px; flex-wrap: wrap; margin-bottom: 22px; }
.filter {
  background: transparent;
  color: var(--muted);
  border: 1px solid rgba(248, 246, 242, .16);
  border-radius: 999px;
  padding: 9px 16px;
  cursor: pointer;
}
.filter.active, .filter:hover { color: var(--white); border-color: var(--red); }
.case-card {
  aspect-ratio: 1 / 1.15;
  padding: 24px;
  border: 1px solid rgba(248, 246, 242, .12);
  background:
    linear-gradient(180deg, rgba(14, 14, 14, .0) 0%, rgba(14, 14, 14, .44) 42%, rgba(14, 14, 14, .78) 100%),
    var(--case-image) center / cover no-repeat;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transition: transform .3s ease;
  overflow: hidden;
  position: relative;
}
.case-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(135deg, rgba(255, 43, 20, .42), transparent 45%),
    linear-gradient(0deg, rgba(255, 106, 61, .22), transparent 36%);
  pointer-events: none;
}
.case-card span,
.case-card h3 {
  position: relative;
  z-index: 1;
}
.case-card span { color: var(--cream); text-transform: uppercase; font-size: .78rem; }
.portfolio {
  background:
    linear-gradient(180deg, var(--black), #210803 48%, var(--black));
}
.testimonial-card {
  position: relative;
  padding: 34px 28px;
  min-height: 310px;
  transition: transform .3s ease;
  background: linear-gradient(145deg, rgba(248, 246, 242, .07), rgba(255, 43, 20, .09));
}
.quote { font-family: var(--title); color: var(--red); font-size: 7rem; line-height: .5; }
.testimonial-card strong, .testimonial-card small { display: block; }
.testimonial-card small { color: var(--muted); margin-top: 6px; }
.plans-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.plans {
  background:
    linear-gradient(90deg, rgba(255, 43, 20, .11), transparent 42%),
    var(--black);
}
.plan-card {
  padding: 34px;
  transition: transform .3s ease;
  background: linear-gradient(145deg, rgba(248, 246, 242, .06), rgba(232, 33, 10, .1));
}
.plan-card.featured {
  border-color: var(--hot-red);
  background: linear-gradient(145deg, rgba(255, 43, 20, .34), rgba(255, 106, 61, .15), rgba(248, 246, 242, .055));
  box-shadow: 0 28px 70px rgba(232, 33, 10, .22);
}
.plan-label { color: var(--red); text-transform: uppercase; letter-spacing: .13em; font-size: .78rem; }
.plan-card ul { list-style: none; padding: 0; margin: 28px 0; }
.plan-card li { padding: 13px 0; border-bottom: 1px solid rgba(248, 246, 242, .1); color: var(--muted); }
.contact {
  background:
    linear-gradient(135deg, var(--hot-red), var(--coral) 56%, var(--cream));
  color: var(--black);
  padding: 92px 0;
}
.contact p { color: rgba(14, 14, 14, .78); }
.contact-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 60px; align-items: start; }
.instagram a { text-decoration: underline; }
.contact-form { display: grid; gap: 18px; }
.contact-form label { display: grid; gap: 8px; text-transform: uppercase; letter-spacing: .1em; font-size: .76rem; }
.contact-form input, .contact-form textarea {
  width: 100%;
  border: 1px solid rgba(14, 14, 14, .45);
  background: transparent;
  color: var(--black);
  padding: 15px;
  outline: none;
}
.contact-form input::placeholder, .contact-form textarea::placeholder { color: rgba(14, 14, 14, .5); }
.site-footer { padding: 34px 0; border-top: 1px solid rgba(248, 246, 242, .1); }
.footer-grid { display: grid; grid-template-columns: 1.2fr 1fr auto; gap: 24px; align-items: center; }
.site-footer p, .footer-links a, .footer-social { color: var(--muted); font-size: .78rem; }
.footer-links { display: flex; gap: 18px; flex-wrap: wrap; }
.footer-social { display: inline-flex; align-items: center; gap: 8px; }
.reveal { opacity: 0; transform: translateY(28px); transition: opacity .75s ease, transform .75s ease; }
.reveal.visible { opacity: 1; transform: translateY(0); }

@media (max-width: 860px) {
  .menu-toggle { display: block; }
  .nav-menu {
    position: fixed;
    top: 76px;
    right: 20px;
    left: 20px;
    display: none;
    flex-direction: column;
    padding: 24px;
    background: #141414;
    border: 1px solid rgba(248, 246, 242, .12);
  }
  .nav-menu.open { display: flex; }
  .hero-shape { width: 70vw; height: 45vh; top: 40%; right: -28vw; }
  .about-grid, .contact-grid, .footer-grid, .plans-grid,
  .highlights, .service-grid, .portfolio-grid, .testimonial-grid, .visual-band-grid { grid-template-columns: 1fr; }
	.logo img {
    height: 40px !important;
    width: auto !important;
    display: block;
}

.logo {
    display: flex;
    align-items: center;
}
  .visual-tile { min-height: 220px; }
  .about-copy { border-left: 0; padding-left: 0; }
  .section { padding: 74px 0; }
}
