:root {
  color-scheme: light;
  --bg: #ffffff;
  --text: #1f1f1f;
  --muted: #5f5f5f;
  --border: #eeeeee;
  --theme-primary: #d9b26b;
  --theme-secondary: #f7efe2;
  --theme-accent: #d1a348;
  --theme-logo-bg: #302216;
  --theme-text: #1f1f1f;
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  background: #ffffff;
  color: var(--theme-text);
  font-family: Arial, Helvetica, sans-serif;
}

a { color: inherit; }

.site-page {
  min-height: 100vh;
  background: #ffffff;
  color: var(--theme-text);
}

.container {
  width: min(1080px, calc(100% - 32px));
  margin: 0 auto;
}

.site-header {
  background: #ffffff;
}

.header-inner {
  min-height: 76px;
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
}

.social-circle,
.login-button,
.instagram-link,
.whatsapp-button,
.contact-cta-button {
  transition: transform 160ms ease, color 160ms ease, background 160ms ease, border-color 160ms ease;
}

.social-circle:hover,
.login-button:hover,
.instagram-link:hover,
.whatsapp-button:hover,
.contact-cta-button:hover {
  transform: translateY(-1px);
}

.social-circle {
  width: 46px;
  height: 46px;
  display: inline-grid;
  place-items: center;
  border-radius: 999px;
  background: #f3f7ff;
  color: #1877f2;
  text-decoration: none;
  box-shadow: inset 0 0 0 1px rgba(24, 119, 242, .12), 0 8px 22px rgba(24, 119, 242, .08);
}

.social-circle svg {
  width: 28px;
  height: 28px;
}

.login-button {
  min-height: 42px;
  border: 1px solid color-mix(in srgb, var(--theme-primary) 38%, #ffffff);
  border-radius: 999px;
  background: linear-gradient(180deg, #ffffff 0%, var(--theme-secondary) 100%);
  color: var(--theme-primary);
  cursor: pointer;
  font: 800 .95rem/1 Arial, Helvetica, sans-serif;
  letter-spacing: .06em;
  padding: 0 27px;
  box-shadow: 0 10px 24px rgba(31, 31, 31, .08);
}

.login-button:hover {
  background: var(--theme-primary);
  color: #ffffff;
}

.identity-section {
  width: 100%;
  max-width: 1080px;
  margin: 0 auto;
  padding: 4px 0 34px;
  text-align: center;
}

.logo-mark {
  width: clamp(140px, 13vw, 170px);
  aspect-ratio: 1;
  display: grid;
  place-items: center;
  margin: 0 auto 20px;
  border: 7px solid var(--theme-primary);
  border-radius: 999px;
  background:
    radial-gradient(circle at 50% 42%, #ffffff 0 29%, transparent 30%),
    radial-gradient(circle, var(--theme-logo-bg) 0 52%, var(--theme-primary) 53% 61%, var(--theme-logo-bg) 62% 100%);
  box-shadow: 0 12px 32px rgba(31, 31, 31, .12);
}

.logo-mark span {
  color: var(--theme-primary);
  font: 900 clamp(3rem, 5vw, 4.4rem)/1 Arial, Helvetica, sans-serif;
}

.company-title {
  max-width: 980px;
  margin: 0 auto 12px;
  color: var(--theme-primary);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.55rem, 4vw, 2.65rem);
  font-weight: 700;
  line-height: 1.13;
  letter-spacing: .01em;
  text-transform: uppercase;
  overflow-wrap: anywhere;
}

.cnpj-line {
  margin: 0 0 34px;
  color: var(--theme-text);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.25rem, 2.3vw, 1.62rem);
  font-weight: 700;
}

.mission-block,
.about-section {
  width: min(900px, 100%);
  margin: 0 auto;
}

.mission-block h2,
.about-section h2 {
  margin: 0 0 22px;
  color: var(--theme-primary);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.45rem, 3.2vw, 2rem);
  font-weight: 700;
  text-transform: uppercase;
}

.mission-copy,
.about-copy {
  width: 100%;
  color: #2d2d2d;
  font-size: clamp(1.06rem, 1.45vw, 1.2rem);
  line-height: 1.72;
  text-align: left;
  overflow-wrap: anywhere;
}

.mission-copy p,
.about-copy p {
  margin: 0 0 20px;
}

.about-section {
  padding: 18px 0 42px;
  text-align: center;
}

.simple-contact {
  display: grid;
  gap: 10px;
  justify-items: center;
  margin-top: 30px;
  padding-top: 22px;
  border-top: 1px solid var(--border);
  color: var(--theme-text);
}

.simple-contact p {
  margin: 0;
  font-size: 1.02rem;
}

.instagram-link {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin-top: 6px;
  color: var(--theme-primary);
  text-decoration: none;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .05em;
}

.instagram-link svg {
  width: 24px;
  height: 24px;
}

.whatsapp-button {
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  margin-top: 8px;
  padding: 10px 20px;
  border-radius: 4px;
  background: var(--theme-primary);
  color: #ffffff;
  text-decoration: none;
  font-size: .94rem;
  font-weight: 800;
}

.whatsapp-button:hover {
  background: var(--theme-logo-bg);
}

.company-info-grid {
  width: min(1000px, 100%);
  margin: 48px auto 36px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.company-info-card {
  min-height: 96px;
  display: flex;
  align-items: flex-start;
  gap: 14px;
  padding: 20px 22px;
  border: 1px solid color-mix(in srgb, var(--theme-primary) 28%, #ffffff);
  border-radius: 8px;
  background: #fbf7f1;
  text-align: left;
}

.company-info-icon {
  flex: 0 0 auto;
  color: var(--theme-primary);
  line-height: 1;
  margin-top: 1px;
}

.company-info-icon svg {
  width: 20px;
  height: 20px;
}

.company-info-label {
  margin: 0 0 12px;
  color: #1e1e1e;
  font-size: .9rem;
  font-weight: 800;
  line-height: 1.25;
}

.company-info-value {
  margin: 0;
  color: #2f2f2f;
  font-size: .92rem;
  line-height: 1.55;
  overflow-wrap: anywhere;
}

.contact-cta {
  width: min(1000px, 100%);
  margin: 34px auto 52px;
  text-align: center;
}

.contact-cta-title {
  margin: 0 0 14px;
  color: var(--theme-primary);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.45rem, 2.2vw, 1.75rem);
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
}

.contact-cta-button {
  min-width: 165px;
  height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 0 18px;
  border: 0;
  border-radius: 5px;
  background: var(--theme-primary);
  color: #ffffff;
  font-size: .78rem;
  font-weight: 800;
  letter-spacing: .02em;
  text-decoration: none;
  text-transform: uppercase;
}

.contact-cta-button svg {
  width: 15px;
  height: 15px;
}

.contact-cta-button:hover {
  filter: brightness(.92);
}

.site-footer {
  background: #ffffff;
  border-top: 1px solid var(--border);
}

.footer-inner {
  max-width: 960px;
  padding: 34px 0 54px;
  text-align: center;
}

.footer-inner p {
  margin: 0 auto 18px;
  color: var(--theme-text);
  font-size: clamp(.92rem, 1.2vw, 1.04rem);
  line-height: 1.6;
  overflow-wrap: anywhere;
}

.legal-links {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  flex-wrap: wrap;
}

.legal-links a {
  color: var(--theme-primary);
  font-weight: 700;
  text-decoration: underline;
}

.access-modal-overlay {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
  background: rgba(0, 0, 0, .62);
  backdrop-filter: blur(2px);
}

.access-modal-overlay[hidden] { display: none; }

.access-modal {
  position: relative;
  width: min(448px, calc(100vw - 32px));
  padding: 30px 32px 32px;
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 24px 80px rgba(0, 0, 0, .28);
}

.access-close {
  position: absolute;
  top: 18px;
  right: 20px;
  border: 0;
  background: transparent;
  color: #9ca3af;
  cursor: pointer;
  font-size: 28px;
  line-height: 1;
}

.access-modal-header { text-align: center; }

.access-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 12px;
  padding: 6px 14px;
  border: 1px solid #ead8aa;
  border-radius: 999px;
  background: #fffaf0;
  color: #9d7830;
  font-size: .68rem;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.access-title {
  margin: 0;
  color: #171717;
  text-align: center;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.65rem;
  line-height: 1.15;
  font-weight: 700;
}

.access-subtitle {
  margin: 8px 0 24px;
  color: #6f6f78;
  text-align: center;
  font-size: .92rem;
  line-height: 1.45;
}

.access-tabs {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4px;
  padding: 4px;
  border: 1px solid #e6e6e8;
  border-radius: 10px;
  background: #f5f5f6;
  margin-bottom: 22px;
}

.access-tab {
  border: 0;
  border-radius: 8px;
  background: transparent;
  color: #5f6368;
  cursor: pointer;
  font: inherit;
  font-size: .9rem;
  padding: 10px 12px;
}

.access-tab.active {
  background: #fff;
  color: #222;
  box-shadow: 0 1px 3px rgba(0, 0, 0, .08);
}

.access-field { margin-bottom: 16px; }

.access-label-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 8px;
}

.access-label {
  display: block;
  margin-bottom: 8px;
  color: #424242;
  font-size: .86rem;
  font-weight: 500;
}

.access-label-row .access-label { margin-bottom: 0; }

.access-forgot {
  color: #b28a3e;
  text-decoration: none;
  font-size: .78rem;
  font-weight: 700;
}

.access-input-wrap { position: relative; }

.access-input-icon {
  position: absolute;
  left: 15px;
  top: 50%;
  transform: translateY(-50%);
  color: #a8adb7;
  pointer-events: none;
}

.access-input {
  width: 100%;
  height: 48px;
  border: 1px solid #e0e0e4;
  border-radius: 11px;
  background: #fff;
  color: #222;
  outline: none;
  padding: 0 14px 0 44px;
  font: inherit;
  font-size: .95rem;
}

.access-input::placeholder { color: #b8bcc5; }

.access-input:focus {
  border-color: #d8bd7a;
  box-shadow: 0 0 0 3px rgba(216, 189, 122, .18);
}

.access-security {
  display: flex;
  align-items: center;
  gap: 9px;
  border: 1px solid #3d3d3d;
  border-radius: 9px;
  padding: 13px 14px;
  margin: 18px 0;
  color: #777984;
  font-size: .82rem;
  line-height: 1.45;
}

.access-security-dot {
  width: 6px;
  height: 6px;
  border-radius: 999px;
  background: #20c77a;
  flex: 0 0 auto;
}

.access-submit {
  width: 100%;
  height: 50px;
  border: 0;
  border-radius: 10px;
  background: #e3bf68;
  color: #fff;
  cursor: pointer;
  box-shadow: 0 10px 20px rgba(199, 159, 75, .25);
  font-size: .95rem;
  font-weight: 700;
}

.access-submit:hover { background: #d5ad52; }

.access-message {
  margin: -2px 0 14px;
  color: #1f1f1f;
  font-weight: 800;
  text-align: center;
  font-size: .88rem;
}

.legal-page {
  min-height: 100vh;
  background: #fff;
}

.legal-main {
  padding: 54px 0;
}

.legal-main article {
  max-width: 820px;
}

.legal-main p {
  color: var(--muted);
  line-height: 1.75;
}

@media (max-width: 760px) {
  .header-inner {
    min-height: 70px;
  }

  .identity-section {
    padding-top: 8px;
  }

  .mission-copy,
  .about-copy {
    font-size: 1.04rem;
  }

  .company-info-grid {
    grid-template-columns: 1fr;
    margin-top: 36px;
  }

  .company-info-card {
    min-height: auto;
  }

  .contact-cta {
    margin: 30px auto 44px;
  }

  .contact-cta-title {
    font-size: 1.45rem;
  }

  .contact-cta-button {
    min-width: 155px;
    height: 40px;
    padding: 0 16px;
    font-size: .74rem;
  }

  .legal-links {
    flex-direction: column;
    gap: 10px;
  }
}
