/*!
Theme Name: AOI - Alvim Odontologia Integrada
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: aoi

*/

/* Box sizing rules */
*,
*::before,
*::after {
  box-sizing: border-box;
}

/* Prevent font size inflation */
html {
  -moz-text-size-adjust: none;
  -webkit-text-size-adjust: none;
  text-size-adjust: none;
  scroll-behavior: smooth;
}

/* Remove default margin in favour of better control in authored CSS */
body,
h1,
h2,
h3,
h4,
p,
figure,
blockquote,
dl,
dd {
  margin-block-end: 0;
}

/* Remove list styles on ul, ol elements with a list role, which suggests default styling will be removed */
ul[role='list'],
ol[role='list'] {
  list-style: none;
  padding: 0;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  line-height: 1.5;
}

/* Set shorter line heights on headings and interactive elements */
h1,
h2,
h3,
h4,
button,
input,
label {
  line-height: 1.1;
}

/* Balance text wrapping on headings */
h1,
h2,
h3,
h4 {
  text-wrap: balance;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  text-decoration-skip-ink: auto;
  color: currentColor;
}

/* Make images easier to work with */
img,
picture {
  max-width: 100%;
  display: block;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font-family: inherit;
  font-size: inherit;
}

/* Make sure textareas without a rows attribute are not tiny */
textarea:not([rows]) {
  min-height: 10em;
}

/* Anything that has been anchored to should have extra scroll margin */
:target {
  scroll-margin-block: 5ex;
}


:root {

  /* @link https://utopia.fyi/type/calculator?c=360,18,1.2,1240,20,1.25,6,2,&s=0.75|0.5|0.25,1.5|2|3|4|6,s-l&g=s,l,xl,12 */

  /* Step -2: 12.5px → 12.8px */
  --step--2: clamp(0.7813rem, 0.7736rem + 0.0341vw, 0.8rem);
  /* Step -1: 15px → 16px */
  --step--1: clamp(0.9375rem, 0.9119rem + 0.1136vw, 1rem);
  /* Step 0: 18px → 20px */
  --step-0: clamp(1.125rem, 1.0739rem + 0.2273vw, 1.25rem);
  /* Step 1: 21.6px → 25px */
  --step-1: clamp(1.35rem, 1.2631rem + 0.3864vw, 1.5625rem);
  /* Step 2: 25.92px → 31.25px */
  --step-2: clamp(1.62rem, 1.4837rem + 0.6057vw, 1.9531rem);
  /* Step 3: 31.104px → 39.0625px */
  --step-3: clamp(1.944rem, 1.7405rem + 0.9044vw, 2.4414rem);
  /* Step 4: 37.3248px → 48.8281px */
  --step-4: clamp(2.3328rem, 2.0387rem + 1.3072vw, 3.0518rem);
  /* Step 5: 44.7898px → 61.0352px */
  --step-5: clamp(2.7994rem, 2.384rem + 1.8461vw, 3.8147rem);
  /* Step 6: 53.7477px → 76.2939px */
  --step-6: clamp(3.3592rem, 2.7828rem + 2.5621vw, 4.7684rem);

  /* @link https://utopia.fyi/space/calculator?c=360,18,1.2,1240,20,1.25,6,2,&s=0.75|0.5|0.25,1.5|2|3|4|6,s-l&g=s,l,xl,12 */

  /* Space 3xs: 5px → 5px */
  --space-3xs: clamp(0.3125rem, 0.3125rem + 0vw, 0.3125rem);
  /* Space 2xs: 9px → 10px */
  --space-2xs: clamp(0.5625rem, 0.5369rem + 0.1136vw, 0.625rem);
  /* Space xs: 14px → 15px */
  --space-xs: clamp(0.875rem, 0.8494rem + 0.1136vw, 0.9375rem);
  /* Space s: 18px → 20px */
  --space-s: clamp(1.125rem, 1.0739rem + 0.2273vw, 1.25rem);
  /* Space m: 27px → 30px */
  --space-m: clamp(1.6875rem, 1.6108rem + 0.3409vw, 1.875rem);
  /* Space l: 36px → 40px */
  --space-l: clamp(2.25rem, 2.1477rem + 0.4545vw, 2.5rem);
  /* Space xl: 54px → 60px */
  --space-xl: clamp(3.375rem, 3.2216rem + 0.6818vw, 3.75rem);
  /* Space 2xl: 72px → 80px */
  --space-2xl: clamp(4.5rem, 4.2955rem + 0.9091vw, 5rem);
  /* Space 3xl: 108px → 120px */
  --space-3xl: clamp(6.75rem, 6.4432rem + 1.3636vw, 7.5rem);

  --clr-cream: #F0EAE0;
  --clr-warm-white: #FAF8F5;
  --clr-dark: #54587b;
  --clr-charcoal: #1f212e;
  --clr-mid: #6B6159;
  --clr-accent: #8B6F4E;
  --clr-light-accent: #C9B49A;
  --clr-border: rgba(26, 23, 20, 0.12);

  --font-base: 'DM Sans', sans-serif;
  --font-special: 'Cormorant Garamond', serif;
  --wrapper-max-width: 1560px;
  --gutter: 1rem;

}

body {
  font-family: var(--font-base);
  background: var(--clr-warm-white);
  color: var(--clr-dark);
  overflow-x: hidden;
}

.wrapper {
  margin-inline: auto;
  max-width: var(--wrapper-max-width);
  padding-left: var(--gutter);
  padding-right: var(--gutter);
  position: relative;
}

/* UTILITY CLASSES */
.repel {
  display: flex;
  flex-wrap: wrap;
  gap: var(--repel-gutter, var(--space-s));
  justify-content: var(--repel-horizontal-align, space-between);
  align-items: var(--repel-vertical-align, center);
}

.cluster {
  display: flex;
  flex-wrap: wrap;
  gap: var(--cluster-gutter, var(--space-s));
  justify-content: var(--cluster-horizontal-align, flex-start);
  align-items: var(--cluster-vertical-align, center);
}

.stack {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

.stack>* {
  margin-block: 0;
}

.stack\:3xs>*+* {
  margin-block-start: var(--space-3xs);
}

.stack\:2xs>*+* {
  margin-block-start: var(--space-2xs);
}

.stack\:xs>*+* {
  margin-block-start: var(--space-xs);
}

.stack\:s>*+* {
  margin-block-start: var(--space-s);
}

.stack\:m>*+* {
  margin-block-start: var(--space-m);
}

.stack\:l>*+* {
  margin-block-start: var(--space-l);
}

.stack\:xl>*+* {
  margin-block-start: var(--space-xl);
}

/* NAV */
.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
}

header>div {
  padding-block: var(--space-xs);
  padding-inline: var(--space-2xl);
  background: rgba(250, 248, 245, 0.92);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--clr-border);
  transition: padding .3s;
}

.nav-links a {
  font-size: var(--step--1);
  letter-spacing: .12em;
  text-transform: uppercase;
  color: var(--clr-mid);
  text-decoration: none;
  transition: color .2s;
}

.nav-links a:hover {
  color: var(--clr-accent);
}

li.nav-cta a {
  background: var(--clr-dark);
  color: var(--clr-cream) !important;
  padding: .55rem 1.4rem;
  border-radius: 2px;
  transition: background .2s !important;
}

li.nav-cta a:hover {
  background: var(--clr-accent) !important;
  color: var(--clr-cream) !important;
}

.menu-toggle,
.menu-close-wrapper {
  display: none;
}

.nav-button {
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
}

@media screen and (max-width: 64rem) {

  .menu-toggle,
  .menu-close-wrapper {
    display: block;
  }

  nav {
    --cluster-gutter: var(--space-l);
    position: fixed;
    top: 0;
    right: -100%;
    height: 100vh;
    width: min(25rem, 100%);
    z-index: 999;
    background: var(--clr-charcoal);
    transition: right .3s ease-out;
  }

  nav.show {
    right: 0;
  }

  nav ul {
    width: 100%;
    flex-direction: column;
    align-items: flex-start !important;
    margin-inline-start: var(--space-l);
    margin-block-start: var(--space-xl);
  }

  nav a {
    display: block;
    text-align: left;
    color: var(--clr-cream) !important;
  }

  body::after {
    content: '';
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.4);
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s ease;
    z-index: 99;
  }

  body.menu-open::after {
    opacity: 1;
    pointer-events: auto;
  }
}

/* ─── HERO ─── */
#hero {
  min-height: 100vh;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  overflow: hidden;
  padding: 0;
}

.hero-left {
  background: var(--clr-dark);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 8rem 5rem 6rem;
  position: relative;
  overflow: hidden;
}

.hero-left::before {
  content: 'AOI';
  position: absolute;
  top: -2rem;
  left: -1rem;
  font-family: var(--font-special);
  font-size: 22vw;
  font-weight: 300;
  color: rgba(255, 255, 255, 0.04);
  line-height: 1;
  pointer-events: none;
  letter-spacing: -.02em;
}

.hero-tag {
  font-size: var(--step--2);
  letter-spacing: .2em;
  text-transform: uppercase;
  color: var(--clr-light-accent);
  margin-bottom: var(--space-m);
  display: flex;
  align-items: center;
  gap: var(--space-2xs);
}

.hero-tag::before {
  content: '';
  display: block;
  width: var(--space-m);
  height: 1px;
  background: var(--clr-light-accent);
}

.hero-title {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(3rem, 5vw, 5.5rem);
  font-weight: 300;
  line-height: 1.05;
  color: var(--clr-cream);
  margin-bottom: var(--space-l);
}

.hero-title em {
  font-style: italic;
  color: var(--clr-light-accent);
}

.hero-desc {
  font-size: var(--step--1);
  line-height: 1.8;
  color: rgba(240, 234, 224, .6);
  max-width: 34ch;
  margin-bottom: var(--space-l);
}

.hero-btns {
  display: flex;
  gap: var(--space-xs);
  flex-wrap: wrap;
}

.btn-primary {
  background: var(--clr-accent);
  color: var(--clr-cream);
  padding: .9rem 2.2rem;
  font-size: .8rem;
  letter-spacing: .1em;
  text-transform: uppercase;
  text-decoration: none;
  border-radius: 2px;
  transition: background .2s, transform .2s;
}

.btn-primary:hover {
  background: var(--clr-light-accent);
  transform: translateY(-2px);
}

.btn-outline {
  border: 1px solid rgba(240, 234, 224, .3);
  color: var(--clr-cream);
  padding: .9rem 2.2rem;
  font-size: .8rem;
  letter-spacing: .1em;
  text-transform: uppercase;
  text-decoration: none;
  border-radius: 2px;
  transition: all .2s;
}

.btn-outline:hover {
  border-color: var(--cream);
  background: rgba(255, 255, 255, .05);
}

.hero-right {
  background: url('https://alvimodontologia.com.br/wp-content/uploads/2026/06/aoi.jpeg') center/cover no-repeat;
}

/* ─── SECTION BASE ─── */
section {
  padding: 7rem 0;
}


.section-tag {
  font-size: .7rem;
  letter-spacing: .2em;
  text-transform: uppercase;
  color: var(--clr-accent);
  display: flex;
  align-items: center;
  gap: .8rem;
  margin-bottom: 1.5rem;
}

.section-tag::after {
  content: '';
  flex: 1;
  max-width: 3rem;
  height: 1px;
  background: var(--clr-accent);
}

.section-title {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(2.5rem, 4vw, 3.8rem);
  font-weight: 300;
  line-height: 1.1;
  color: var(--clr-dark);
}

.section-title em {
  font-style: italic;
  color: var(--clr-accent);
}

/* ─── SOBRE ─── */
#sobre {
  background: var(--clr-warm-white);
}

.sobre-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 8rem;
  align-items: center;
}

.sobre-text p {
  margin-top: 2rem;
  font-size: 1rem;
  line-height: 1.9;
  color: var(--clr-mid);
}

.sobre-text p+p {
  margin-top: 1.2rem;
}

.sobre-features {
  margin-top: 3rem;
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
}

.feature-item {
  display: flex;
  gap: 1.2rem;
  align-items: flex-start;
  padding: 1.2rem;
  background: var(--clr-cream);
  border-radius: 4px;
}

.feature-icon {
  width: 2.5rem;
  height: 2.5rem;
  min-width: 2.5rem;
  background: var(--clr-dark);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
}

.feature-info h4 {
  font-size: .85rem;
  font-weight: 500;
  letter-spacing: .05em;
  margin-bottom: .3rem;
}

.feature-info p {
  font-size: .8rem;
  color: var(--clr-mid);
  line-height: 1.5;
}

.sobre-visual {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto auto;
  gap: 1rem;
  position: relative;
}

.clinic-img {
  border-radius: 4px;
  overflow: hidden;
  background: var(--clr-cream);
  aspect-ratio: 4/3;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.clinic-img.tall {
  grid-row: span 2;
  aspect-ratio: unset;
}

.clinic-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* placeholder visuals when images aren't real */
.clinic-placeholder {
  width: 100%;
  height: 100%;
  min-height: 160px;
  background: linear-gradient(135deg, #2D2926 0%, #8B6F4E 100%);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: .5rem;
}

.clinic-placeholder svg {
  opacity: .3;
}

.clinic-placeholder span {
  font-size: .65rem;
  letter-spacing: .1em;
  color: rgba(255, 255, 255, .4);
  text-transform: uppercase;
}

/* ─── ESPECIALIDADES ─── */
#especialidades {
  background: var(--clr-dark);
}

#especialidades .section-tag {
  color: var(--clr-light-accent);
}

#especialidades .section-tag::after {
  background: var(--clr-light-accent);
}

#especialidades .section-title {
  color: var(--clr-cream);
}

#especialidades .section-title em {
  color: var(--clr-light-accent);
}

.esp-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 4rem;
  flex-wrap: wrap;
  gap: 2rem;
}

.esp-header p {
  max-width: 35ch;
  font-size: .9rem;
  line-height: 1.8;
  color: rgba(240, 234, 224, .55);
  padding-bottom: .4rem;
}

.esp-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(max(200px, 100% / 5), 1fr));
  background: rgba(255, 255, 255, .08);
  border: 1px solid rgba(255, 255, 255, .08);
  border-radius: 4px;
  overflow: hidden;

}

.esp-card {
  background: var(--clr-dark);
  padding: 2.2rem 1.8rem;
  transition: all .25s;
  cursor: default;
}

.esp-card:hover {
  background: var(--clr-charcoal);
}

.esp-num {
  font-family: 'Cormorant Garamond', serif;
  font-size: 2.2rem;
  font-weight: 300;
  color: rgba(201, 180, 154, .3);
  display: block;
  margin-bottom: 1rem;
}

.esp-card h3,
.esp-card p {
  line-height: 1.4;
  color: var(--clr-cream);
  letter-spacing: .03em;
}

.esp-card h3 {
  font-size: 1.2rem;
  font-weight: 600;
  margin-bottom: .5rem;
}

.esp-card p {
  font-size: .82rem;
}

/* ─── EQUIPE ─── */
#equipe {
  background: var(--clr-cream);
}

.team-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2rem;
  margin-top: 4rem;
}

.team-card {
  display: flex;
  flex-direction: column;
}

.team-photo {
  aspect-ratio: 3/4;
  background: var(--clr-dark);
  border-radius: 4px;
  overflow: hidden;
  margin-bottom: 1rem;
  position: relative;
}

.team-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  filter: grayscale(20%);
  transition: filter .3s, transform .4s;
}

.team-card:hover .team-photo img {
  filter: grayscale(0%);
  transform: scale(1.03);
}

.team-photo-placeholder {
  width: 100%;
  height: 100%;
  background: linear-gradient(160deg, #2D2926 0%, #1A1714 100%);
  display: flex;
  align-items: center;
  justify-content: center;
}

.team-photo-placeholder svg {
  opacity: .2;
}

.team-info h3 {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.25rem;
  font-weight: 400;
  margin-bottom: .2rem;
}

.team-cro {
  font-size: .7rem;
  color: var(--accent);
  letter-spacing: .1em;
  text-transform: uppercase;
  margin-bottom: .4rem;
}

.team-role {
  font-size: .78rem;
  color: var(--clr-mid);
  line-height: 1.5;
}

/* ─── CURSOS ─── */
#cursos {
  background: var(--clr-warm-white);
}

.cursos-intro {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 6rem;
  align-items: center;
  margin-bottom: 5rem;
}

.cursos-intro p {
  font-size: .95rem;
  line-height: 1.9;
  color: var(--mid);
}

.cursos-intro p+p {
  margin-top: 1rem;
}

.cursos-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.5rem;
}

.curso-card {
  border: 1px solid var(--clr-border);
  border-radius: 4px;
  overflow: hidden;
  transition: box-shadow .25s, transform .25s;
  cursor: pointer;
  background: var(--clr-warm-white);
}

.curso-card:hover {
  box-shadow: 0 12px 40px rgba(0, 0, 0, .1);
  transform: translateY(-4px);
}

.curso-thumb {
  aspect-ratio: 3/4;
  background: var(--clr-dark);
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: flex-end;
  padding: 1.5rem;
}

.curso-thumb-bg {
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, rgba(26, 23, 20, .2) 0%, rgba(26, 23, 20, .85) 100%);
  z-index: 1;
}

.curso-thumb-visual {
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, #2D2926, #8B6F4E);
}

.curso-title-over {
  position: relative;
  z-index: 2;
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.3rem;
  font-weight: 300;
  color: var(--clr-cream);
  line-height: 1.2;
}

.curso-body {
  padding: 1.2rem;
}

.curso-body p {
  font-size: .75rem;
  color: var(--clr-mid);
  line-height: 1.5;
}

.curso-link {
  display: inline-block;
  margin-top: .8rem;
  font-size: .72rem;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: var(--clr-accent);
  text-decoration: none;
}

/* ─── DEPOIMENTOS ─── */
#depoimentos {
  background: var(--clr-dark);
}

#depoimentos .section-tag {
  color: var(--clr-light-accent);
}

#depoimentos .section-tag::after {
  background: var(--clr-light-accent);
}

#depoimentos .section-title {
  color: var(--clr-cream);
}

.dep-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
  margin-top: 4rem;
}

.dep-card {
  border: 1px solid rgba(255, 255, 255, .1);
  border-radius: 4px;
  padding: 2.5rem;
  background: rgba(255, 255, 255, .03);
  transition: background .25s, border-color .25s;
}

.dep-card:hover {
  background: rgba(255, 255, 255, .06);
  border-color: rgba(201, 180, 154, .3);
}

.dep-quote {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.1rem;
  font-weight: 300;
  font-style: italic;
  line-height: 1.7;
  color: rgba(240, 234, 224, .8);
  margin-bottom: 2rem;
}

.dep-quote::before {
  content: '"';
  font-size: 2rem;
  line-height: 0;
  vertical-align: -.4em;
  color: var(--clr-light-accent);
  margin-right: .2rem;
}

.dep-author {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.dep-avatar {
  width: 2.5rem;
  height: 2.5rem;
  background: var(--clr-accent);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.2rem;
  color: var(--clr-cream);
}

.dep-name {
  font-size: .85rem;
  font-weight: 500;
  color: var(--clr-cream);
}

.dep-stars {
  color: var(--clr-light-accent);
  font-size: .8rem;
}

/* ─── MAP SECTION ─── */
.map-strip {
  height: 340px;
  background: var(--clr-dark);
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.map-strip iframe {
  width: 100%;
  height: 100%;
  border: none;
  filter: grayscale(30%) contrast(1.1);
  opacity: .9;
}

.map-overlay {
  position: absolute;
  bottom: 2rem;
  left: 50%;
  transform: translateX(-50%);
  background: var(--clr-dark);
  border: 1px solid rgba(255, 255, 255, .15);
  padding: 1rem 2rem;
  border-radius: 4px;
  text-align: center;
  color: var(--clr-cream);
}

.map-overlay small {
  display: block;
  font-size: .72rem;
  letter-spacing: .08em;
  color: var(--clr-light-accent);
  text-transform: uppercase;
  margin-bottom: .3rem;
}

.map-overlay p {
  font-size: .88rem;
}

/* ─── CONTATO ─── */
#contato {
  background: var(--cream);
}

.contato-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 6rem;
  align-items: start;
}

.contato-info {}

.contato-info p {
  margin-top: 1.5rem;
  font-size: .95rem;
  line-height: 1.9;
  color: var(--mid);
}

.contato-details {
  margin-top: 3rem;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.cd-item {
  display: flex;
  gap: 1.2rem;
  align-items: center;
}

.cd-icon {
  width: 2.8rem;
  height: 2.8rem;
  min-width: 2.8rem;
  border: 1px solid var(--border);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.1rem;
}

.cd-text a,
.cd-text span {
  display: block;
  font-size: .85rem;
  color: var(--dark);
  text-decoration: none;
}

.cd-text small {
  font-size: .72rem;
  color: var(--mid);
}

.contato-form {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
}

.field {
  display: flex;
  flex-direction: column;
  gap: .4rem;
}

.field label {
  font-size: .72rem;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: var(--mid);
}

.field input,
.field select,
.field textarea {
  border: 1px solid var(--border);
  background: var(--warm-white);
  padding: .9rem 1rem;
  font-family: 'DM Sans', sans-serif;
  font-size: .9rem;
  color: var(--dark);
  border-radius: 2px;
  outline: none;
  transition: border-color .2s;
  resize: none;
}

.field input:focus,
.field select:focus,
.field textarea:focus {
  border-color: var(--accent);
}

.field textarea {
  height: 130px;
}

.form-submit {
  margin-top: .5rem;
  background: var(--dark);
  color: var(--cream);
  border: none;
  cursor: pointer;
  padding: 1rem 2.5rem;
  font-family: 'DM Sans', sans-serif;
  font-size: .78rem;
  letter-spacing: .1em;
  text-transform: uppercase;
  border-radius: 2px;
  transition: background .2s;
  align-self: flex-start;
}

.form-submit:hover {
  background: var(--accent);
}

/* ─── PARCEIROS ─── */
.parceiros {
  border-top: 1px solid rgba(255, 255, 255, .08);
  padding-top: 2rem;
  margin-top: 0;
}

.parceiros h4 {
  font-size: .7rem;
  letter-spacing: .15em;
  text-transform: uppercase;
  color: rgba(240, 234, 224, .4);
  margin-bottom: 1rem;
}

.parceiros-logos {
  display: flex;
  gap: 2rem;
  align-items: center;
  flex-wrap: wrap;
}

.parceiro-logo {
  height: 2rem;
  background: rgba(255, 255, 255, .07);
  border-radius: 3px;
  padding: .4rem 1.2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: .72rem;
  letter-spacing: .1em;
  color: rgba(240, 234, 224, .3);
  text-transform: uppercase;
}

/* FOOTER */
footer {
  background: var(--clr-dark);
  padding: 5rem 0 2rem;
  color: rgba(240, 234, 224, .5);
}

.footer-top {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  gap: 4rem;
  padding-bottom: 3rem;
  border-bottom: 1px solid rgba(255, 255, 255, .08);
}

.footer-brand .logo {
  font-family: 'Cormorant Garamond', serif;
  font-size: 2rem;
  font-weight: 300;
  color: var(--clr-cream);
  letter-spacing: .1em;
  display: block;
  margin-bottom: 1rem;
}

.footer-brand p {
  font-size: .82rem;
  line-height: 1.7;
  max-width: 28ch;
}

.footer-social {
  display: flex;
  gap: .8rem;
  margin-top: 1.5rem;
}

.social-btn {
  width: 2.2rem;
  height: 2.2rem;
  border: 1px solid rgba(255, 255, 255, .15);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: .9rem;
  text-decoration: none;
  transition: border-color .2s, background .2s;
}

.social-btn:hover {
  border-color: var(--clr-light-accent);
  background: rgba(201, 180, 154, .1);
}

.footer-col h4 {
  font-size: .72rem;
  letter-spacing: .15em;
  text-transform: uppercase;
  color: var(--clr-cream);
}

.footer-col ul {
  list-style: none;
}

.footer-col ul a {
  font-size: .82rem;
  color: rgba(240, 234, 224, .5);
  text-decoration: none;
  transition: color .2s;
}

.footer-col ul a:hover {
  color: var(--clr-light-accent);
}

.footer-bottom {
  padding-top: 2rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: .75rem;
  flex-wrap: wrap;
  gap: 1rem;
}

.footer-bottom a {
  color: var(--clr-light-accent);
  text-decoration: none;
}
@media (max-width: 900px) {
    #hero { grid-template-columns: 1fr; min-height: auto; }
    .hero-left { padding: 7rem 2rem 4rem; }
    .hero-right { padding: 4rem 2rem; }
    .sobre-grid, .cursos-intro, .contato-grid { grid-template-columns: 1fr; gap: 3rem; }
    .esp-grid { grid-template-columns: repeat(2, 1fr); }
    .team-grid { grid-template-columns: repeat(2, 1fr); }
    .cursos-grid { grid-template-columns: repeat(2, 1fr); }
    .dep-grid { grid-template-columns: 1fr; }
    .footer-top { grid-template-columns: 1fr 1fr; }
  }