:root {
  --brown-900: #3b2417;
  --brown-800: #4d3022;
  --brown-700: #5c3b2a;
  --cream: #fbf7f1;
  --cream-2: #f6efe7;
  --text: #2b211b;
  --muted: #6d5b4f;
  --border: #e8ddcf;
}
* {
  box-sizing: border-box;
}
html,
body {
  margin: 0;
  padding: 0;
  background: var(--cream);
  color: var(--text);
  font-family: 'Inter', sans-serif;
  scroll-behavior: smooth;
}
a {
  text-decoration: none;
}
img {
  max-width: 100%;
  display: block;
} /*.site-header {  position: relative;}*/ /*.site-header {  position: sticky;  top: 0;  z-index: 1000;}*/
.site-header {
  position: sticky;
  top: -38px;
  z-index: 1000;
}
.topbar {
  background: var(--brown-900);
  color: #f7e9db;
  font-size: 13px;
  position: relative;
}
.topbar-inner {
  min-height: 38px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}
.topbar-right {
  display: flex;
  align-items: center;
  gap: 16px;
}
.topbar-link,
.topbar-icon {
  color: #f7e9db;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  transition: 0.25s ease;
}
.topbar-icon {
  width: 28px;
  height: 28px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 50%;
  justify-content: center;
}
.topbar-link:hover,
.topbar-icon:hover {
  color: #fff;
  transform: translateY(-1px);
}
.mainbar {
  background: rgba(251, 247, 241, 0.96);
  border-bottom: 1px solid rgba(59, 36, 23, 0.08);
  backdrop-filter: blur(12px); /*position: sticky;  top: 0;  z-index: 1000;*/
}
.mainbar-inner {
  /*min-height: 82px;*/
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 10px 0;
}
.brand img {
  /*height: 42px;*/
  height: 62px;
  width: auto;
  display: block;
}
.main-nav {
  flex: 1 1 auto;
  display: flex;
  justify-content: center;
}
.navbar-nav {
  gap: 10px;
}
.nav-link {
  color: var(--text);
  font-size: 15px;
  padding: 10px 14px !important;
  position: relative;
  transition: 0.25s ease;
}
.nav-link:hover,
.nav-link.active {
  color: var(--brown-800);
}
.nav-link::after {
  content: '';
  position: absolute;
  left: 14px;
  right: 14px;
  bottom: 7px;
  height: 1px;
  background: currentColor;
  transform: scaleX(0);
  transform-origin: center;
  transition: transform 0.25s ease;
}
.nav-link:hover::after,
.nav-link.active::after {
  transform: scaleX(1);
}
.btn-cta {
  background: linear-gradient(180deg, #523426 0%, #3b2417 100%);
  color: #fff;
  border: none;
  border-radius: 999px;
  padding: 12px 22px;
  box-shadow: 0 8px 18px rgba(59, 36, 23, 0.16);
  transition: 0.25s ease;
  flex: 0 0 auto;
}
.btn-cta:hover {
  color: #fff;
  transform: translateY(-1px);
  box-shadow: 0 10px 22px rgba(59, 36, 23, 0.22);
}
.custom-toggler {
  display: none;
  width: 48px;
  height: 44px;
  border: 1px solid rgba(59, 36, 23, 0.12);
  border-radius: 12px;
  background: #fff;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 4px;
  padding: 10px;
}
.custom-toggler span {
  width: 20px;
  height: 2px;
  background: var(--brown-900);
  border-radius: 99px;
  display: block;
}
.brand-mobile {
  display: none;
  color: var(--brown-900);
  font-size: 22px;
}
.dropdown-menu {
  border: 1px solid var(--border);
  border-radius: 14px;
  box-shadow: 0 15px 40px rgba(59, 36, 23, 0.1);
  padding: 10px;
  margin-top: 12px;
}
.dropdown-item {
  border-radius: 10px;
  padding: 9px 12px;
} /*.hero-section {  padding: 34px 0 24px;  background: linear-gradient(180deg, #fbf7f1 0%, #f6eee5 100%);}*/ /*.hero-section {  padding: 34px 0 24px;  background:    linear-gradient(180deg, rgba(251, 247, 241, 0.85) 0%, rgba(246, 238, 229, 0.85) 100%),    url('../img/hero-background.png') no-repeat center center/cover;}*/
section {
  scroll-margin-top: 80px;
}
/*.hero-section {
  padding: 30px 0 24px;
  background: url('../img/hero-background.webp') no-repeat center center/cover;
}*/

.hero-section {
  position: relative;
  overflow: hidden;
  padding: 30px 0 24px;
}

.hero-bg {
  position: absolute;

  inset: 0;

  width: 100%;
  height: 100%;

  object-fit: cover;

  z-index: 0;

  pointer-events: none;
}
.hero-section .container {
  position: relative;
  z-index: 1;
}
.hero-inner {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  align-items: center;
  gap: 24px; /*min-height: 520px;*/
}
.hero-copy {
  padding: 20px 0;
}
.eyebrow {
  font-size: 13px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #6e5c50;
  margin-bottom: 18px;
}
h1,
h2,
h3 {
  font-family: 'Cormorant Garamond', serif;
}
.hero-copy h1 {
  font-size: clamp(3rem, 5vw, 5.4rem);
  line-height: 0.95;
  color: #2f2118;
  margin: 0 0 18px;
}
.hero-copy h1 em,
.about-copy h2 em {
  font-style: italic;
  color: #4a3429;
}
.hero-text {
  max-width: 560px;
  font-size: 18px;
  line-height: 1.7;
  color: #4d3d33;
  margin-bottom: 24px;
}
.hero-actions,
.about-actions {
  display: flex;
  align-items: center;
  gap: 18px;
  flex-wrap: wrap;
}
.hero-link,
.more-link {
  color: #4a3429;
  display: inline-flex;
  align-items: center;
  gap: 6px;
}
.hero-visual img,
.about-image img,
.project-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hero-visual {
  border-radius: 22px;
  overflow: hidden;
  min-height: 520px;
  box-shadow: 0 20px 45px rgba(59, 36, 23, 0.1);
}
.services-section,
.about-section,
.projects-section,
.process-section,
.cta-section {
  padding: 30px 0;
  background: var(--cream);
}
.cta-section {
  background-image: url('../img/cta-section-background.webp');
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 25%;
  background-size: auto;
  display: flex;
  align-items: center;
  background-color: #dcc8b4;
  padding: 32px 0;
}
.cta-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.3);
  pointer-events: none;
}
.cta-banner * {
  /*padding-left: 60px;*/
  position: relative; /* Necessário para z-index funcionar */
  z-index: 1; /* Coloca o texto ACIMA do overlay */
}
.contact-section {
  padding: 30px 0;
  background: var(--cream);
}
.contact-box {
  background: #f8f4ef;
  border-radius: 28px;
  padding: 60px;
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 60px;
  box-shadow: 0 16px 35px rgba(59, 36, 23, 0.08);
}
.contact-copy h2 {
  font-size: clamp(3rem, 5vw, 5rem);
  line-height: 0.95;
  color: #4b352c;
  margin-bottom: 24px;
}
.contact-copy p {
  color: var(--muted);
  font-size: 18px;
  line-height: 1.8;
}
.contact-form {
  display: flex;
  flex-direction: column;
  gap: 18px;
}
.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}
.contact-form input,
.contact-form textarea {
  width: 100%;
  border: 1px solid var(--border);
  border-radius: 18px;
  padding: 18px 20px;
  background: #fff;
  color: var(--text);
}
.contact-form textarea {
  resize: vertical;
}
.contact-feedback {
  margin-bottom: 20px;
  padding: 16px 20px;
  border-radius: 16px;
  font-size: 15px;
  line-height: 1.6;
}

.contact-feedback.success {
  background: #e8f4ed;
  border: 1px solid #c6e3d2;
  color: #2d5a42;
}

.contact-feedback.error {
  background: #fdeaea;
  border: 1px solid #e6bcbc;
  color: #8a3030;
}

.contact-feedback.warning {
  background: #fff5df;
  border: 1px solid #efd493;
  color: #7a5a16;
}
.section-title.centered,
.section-head {
  text-align: center;
  margin-bottom: 18px;
}
.section-title h2,
.section-head h2 {
  font-size: clamp(2.2rem, 3vw, 3.3rem);
  margin: 0;
  color: #332419;
}
.services-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 22px;
  padding-top: 12px;
  border-top: 1px solid rgba(59, 36, 23, 0.08);
}
.service-card,
.process-card {
  margin-top: 15px;
  padding: 18px 12px;
  text-align: center;
  transition:
    transform 0.4s ease,
    box-shadow 0.4s ease;
}
.service-card:hover,
.process-card:hover {
  border-radius: 16px;
  transform: translateY(-4px);
  box-shadow: 0 28px 50px rgba(59, 36, 23, 0.12);
}
.service-card i,
.process-card i {
  font-size: 34px;
  color: #8a6a53;
  margin-bottom: 10px;
  display: inline-block;
}
.service-card h3,
.process-card h3 {
  font-size: 28px;
  font-weight: 600;
  margin: 0 0 10px;
  color: #3a261b;
}
.service-card p,
.process-card p,
.about-copy p,
.cta-copy p {
  margin: 0;
  color: #5b4a40;
  line-height: 1.8;
  font-size: 17px;
}
.about-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 28px;
  align-items: center;
  padding-top: 18px;
  border-top: 1px solid rgba(59, 36, 23, 0.08);
}
.about-image {
  border-radius: 32px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.72);
  padding: 1rem;
  backdrop-filter: blur(10px);
  box-shadow: 0 20px 40px rgba(59, 36, 23, 0.08);
  transition:
    transform 0.4s ease,
    box-shadow 0.4s ease;
}
.about-image:hover {
  transform: translateY(-4px);
  box-shadow: 0 28px 50px rgba(59, 36, 23, 0.12);
}
.about-copy h2 {
  font-size: clamp(2.2rem, 3vw, 3.4rem);
  line-height: 1.04;
  margin: 0 0 16px;
  color: #332419;
}
.about-copy p {
  font-size: 17px;
  margin-bottom: 12px;
}
.handwritten {
  font-family: 'Cormorant Garamond', serif;
  font-style: italic;
  color: #7b5b47;
  font-size: 22px;
}
.projects-section,
.process-section {
  border-top: 1px solid rgba(59, 36, 23, 0.08);
}
.section-subtitle {
  text-align: left;
  font-size: 17px;
  line-height: 1.8;
  color: #5b4a40;
  padding: 10px 0;
}
.projects-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
  padding-top: 10px;
}
.project-card {
  border-radius: 16px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 16px 35px rgba(59, 36, 23, 0.08);
  transition:
    transform 0.4s ease,
    box-shadow 0.4s ease;
}
.project-card:hover {
  border-radius: 16px;
  transform: translateY(-4px);
  box-shadow: 0 28px 50px rgba(59, 36, 23, 0.12);
}
.project-card img {
  height: 180px;
}
.project-card span {
  display: block;
  padding: 10px 12px 14px;
  color: #5a463b;
  font-size: 14px;
}
.process-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 14px;
  padding-top: 10px;
}
.process-card {
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.3);
  border: 1px solid rgba(59, 36, 23, 0.08);
  min-height: 172px;
}
.cta-banner {
  background: transparent; /* ou rgba(239, 224, 210, 0.85) para um leve tom */ /*border-radius: 22px;*/ /*padding: 28px 28px;*/
  padding-left: 150px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}
.cta-copy h2 {
  font-size: clamp(2rem, 2.8vw, 3rem);
  margin: 0 0 10px;
  color: #332419;
}
.site-footer {
  background: linear-gradient(180deg, #4a2f20 0%, #3b2417 100%);
  color: #f6eadf;
  padding: 30px 0 18px;
}
.footer-grid {
  display: grid;
  grid-template-columns: 1.2fr 1fr 1fr 1fr;
  gap: 24px;
  padding-bottom: 30px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}
.footer-grid p {
  margin: 0;
  color: #f6eadf;
  line-height: 1.7;
}
.footer-brand {
  font-family: 'Cormorant Garamond', serif;
  font-size: 32px;
  margin-bottom: 12px;
}
.footer-brand span {
  font-style: italic;
}
.footer-nav-columns {
  display: flex;
  gap: 40px;
}
.footer-grid h3 {
  font-size: 22px;
  margin: 0 0 12px;
  color: #fff;
}
.footer-grid ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 8px;
}
.footer-grid a {
  color: #f6eadf;
  opacity: 0.92;
}
.footer-socials {
  display: flex;
  gap: 10px;
  margin-top: 14px;
}
.footer-socials a {
  width: 34px;
  height: 34px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}
.footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  padding-top: 14px;
  font-size: 13px;
  opacity: 0.92;
  flex-wrap: wrap;
}
.fade-up {
  opacity: 0;
  transform: translateY(24px);
  transition:
    opacity 0.8s ease,
    transform 0.8s ease;
}
.fade-up.active {
  opacity: 1;
  transform: translateY(0);
} /* ==========================Política de Privacidade========================== */
.privacy-section {
  padding: 100px 0;
  background: var(--cream);
}
.privacy-card {
  max-width: 850px;
  margin: 0 auto;
  background: rgba(255, 255, 255, 0.65);
  backdrop-filter: blur(8px);
  border-radius: 24px;
  padding: 48px;
  box-shadow: 0 20px 40px rgba(59, 36, 23, 0.06);
}
.privacy-card h1 {
  font-size: clamp(2.5rem, 4vw, 4rem);
  margin-bottom: 12px;
  color: #332419;
}
.privacy-card h2 {
  font-size: 2rem;
  margin-top: 42px;
  margin-bottom: 12px;
  color: #332419;
}
.privacy-card p,
.privacy-card li {
  font-size: 17px;
  line-height: 1.9;
  color: #5b4a40;
}
.privacy-card ul {
  padding-left: 24px;
}
.privacy-updated {
  color: #7b6a5f;
  font-size: 14px;
  margin-bottom: 32px;
}
.privacy-card a {
  color: var(--brown-800);
  font-weight: 600;
}
.privacy-signature {
  margin-top: 48px;
  padding-top: 24px;
  border-top: 1px solid rgba(59, 36, 23, 0.08);
}
.privacy-signature span {
  display: block;
  font-family: 'Cormorant Garamond', serif;
  font-size: 2rem;
  color: #332419;
}
.privacy-signature small {
  color: #7b6a5f;
}
@media (max-width: 768px) {
  .privacy-section {
    padding: 60px 0;
  }
  .privacy-card {
    padding: 28px;
    border-radius: 18px;
  }
} /* ==========================BLOG========================== */
.blog-hero {
  padding: 80px 0 40px;
  background: var(--cream);
}
.blog-intro {
  max-width: 700px;
  margin: 1rem auto 0;
  color: var(--muted);
}
.blog-search {
  width: 100%;
  max-width: 700px;
  margin: 2rem auto 0;
  display: flex;
  gap: 12px;
}
.blog-search input {
  width: 100%;
  flex: 1;
  height: 52px;
  min-width: 0;
  border: 1px solid var(--border);
  border-radius: 999px;
  padding: 0 20px;
  background: #fff;
}
.blog-search button {
  border: none;
  background: var(--brown-900);
  color: #fff;
  border-radius: 999px;
  padding: 0 24px;
}
.blog-posts {
  padding: 40px 0 80px;
}
.blog-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
.blog-card {
  background: #fff;
  border-radius: 22px;
  overflow: hidden;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.06);
  transition: 0.3s;
}
.blog-card:hover {
  transform: translateY(-4px);
}
.blog-card img {
  width: 100%;
  height: 220px;
  object-fit: cover;
}
.blog-card-content {
  padding: 24px;
}
.blog-card-content h3 a {
  color: var(--text);
}
.blog-date {
  display: block;
  margin-bottom: 12px;
  font-size: 13px;
  color: var(--muted);
}
.blog-card h2 {
  font-size: 1.9rem;
  margin-bottom: 12px;
}
.blog-card h2 a {
  color: var(--text);
}
.blog-card p {
  color: var(--muted);
  margin-bottom: 18px;
}
.blog-read-more {
  color: var(--brown-900);
  font-weight: 600;
}
.blog-empty {
  text-align: center;
  padding: 60px 0;
}
@media (max-width: 991px) {
  .blog-grid {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 767px) {
  .blog-grid {
    grid-template-columns: 1fr;
  }

  .blog-search {
    display: block;
  }

  .blog-search input {
    width: 100%;
    margin-bottom: 15px;
  }

  .blog-search button {
    width: 100%;
    height: 52px;
  }
}
/* ==========================POST INDIVIDUAL========================== */
.post-section {
  padding: 60px 0 80px;
  background: var(--cream);
}
.post-breadcrumb {
  max-width: 850px;
  margin: 0 auto 30px;
  font-size: 14px;
  color: var(--muted);
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.post-breadcrumb a {
  color: var(--brown-800);
}
.post-header {
  max-width: 850px;
  margin: 0 auto 40px;
  text-align: center;
}
.post-header h1 {
  font-size: clamp(2.8rem, 5vw, 4.5rem);
  line-height: 1;
  color: #332419;
  margin-bottom: 20px;
}
.post-meta {
  display: flex;
  justify-content: center;
  gap: 24px;
  flex-wrap: wrap;
  color: var(--muted);
  font-size: 15px;
}
.post-image {
  max-width: 1100px;
  margin: 0 auto 50px;
}
.post-image img {
  width: 100%;
  border-radius: 24px;
  box-shadow: 0 20px 40px rgba(59, 36, 23, 0.08);
}
.post-content {
  max-width: 900px;
  margin: 0 auto;
  background: rgba(255, 255, 255, 0.65);
  backdrop-filter: blur(8px);
  border-radius: 24px;
  padding: 48px;
  box-shadow: 0 20px 40px rgba(59, 36, 23, 0.06);
}
.post-content h2 {
  font-size: 2.4rem;
  color: #332419;
  margin-top: 50px;
  margin-bottom: 16px;
}
.post-content h3 {
  font-size: 2rem;
  color: #332419;
  margin-top: 40px;
  margin-bottom: 14px;
}
.post-content p,
.post-content li {
  font-size: 18px;
  line-height: 1.9;
  color: #5b4a40;
}
.post-content ul,
.post-content ol {
  padding-left: 24px;
}
.post-content a {
  color: var(--brown-800);
  font-weight: 600;
  text-decoration: underline;
  text-underline-offset: 3px;
}
.post-content pre {
  background: #2c221b;
  color: #f6eadf;
  padding: 20px;
  border-radius: 16px;
  overflow-x: auto;
  margin: 30px 0;
}
.post-content code {
  font-family: Consolas, monospace;
}
.post-content img {
  width: 100%;
  height: auto;
  border-radius: 18px;
  margin: 32px 0;
}
.post-content blockquote {
  margin: 40px 0;
  padding: 24px 30px;
  border-left: 4px solid var(--brown-800);
  background: rgba(59, 36, 23, 0.04);
  border-radius: 12px;
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.7rem;
  color: #4a3429;
}
.post-content table {
  width: 100%;
  border-collapse: collapse;
  margin: 32px 0;
  overflow: hidden;
  border-radius: 16px;
  background: white;
  box-shadow: 0 10px 25px rgba(59, 36, 23, 0.05);
}
.post-content th {
  background: rgba(59, 36, 23, 0.05);
  color: #332419;
  font-weight: 600;
}
.post-content th,
.post-content td {
  padding: 14px 18px;
  border-bottom: 1px solid var(--border);
  text-align: left;
}
.post-content tr:last-child td {
  border-bottom: none;
}
.post-content iframe {
  width: 100%;
  aspect-ratio: 16 / 9;
  height: auto;
  border: none;
  border-radius: 16px;
}
.post-share {
  max-width: 850px;
  margin: 60px auto 0;
  padding-top: 40px;
  text-align: center;
  border-top: 1px solid rgba(59, 36, 23, 0.08);
}
.share-buttons {
  display: flex;
  justify-content: center;
  gap: 12px;
  flex-wrap: wrap;
}
.share-btn {
  border: none;
  background: var(--brown-900);
  color: white;
  border-radius: 999px;
  padding: 12px 20px;
  transition: 0.3s;
}
.share-btn:hover {
  transform: translateY(-2px);
  color: white;
}
.copy-message {
  margin-top: 12px;
  color: #7b5b47;
  font-size: 14px;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.copy-message.show {
  opacity: 1;
}
.related-posts {
  margin-top: 80px;
}
.related-posts h2 {
  text-align: center;
  margin-bottom: 32px;
}
@media (max-width: 768px) {
  .post-content {
    padding: 28px;
    border-radius: 18px;
  }
  .post-header h1 {
    font-size: 2.6rem;
  }
  .post-content p,
  .post-content li {
    font-size: 16px;
  }
  .post-content h2 {
    font-size: 2rem;
  }
  .post-content h3 {
    font-size: 1.7rem;
  }
  .post-content table {
    display: block;
    overflow-x: auto;
  }
}
/* ==========================
404
========================== */

.error404-section {
  padding: 100px 0;
  background: var(--cream);
}

.error404-card {
  max-width: 800px;
  margin: 0 auto;

  background: rgba(255, 255, 255, 0.65);

  backdrop-filter: blur(8px);

  border-radius: 24px;

  padding: 50px;

  text-align: center;

  box-shadow: 0 20px 40px rgba(59, 36, 23, 0.06);
}

.error404-code {
  display: inline-block;

  font-size: 14px;

  letter-spacing: 0.15em;

  text-transform: uppercase;

  color: #8a6a53;

  margin-bottom: 18px;
}

.error404-card h1 {
  font-size: clamp(2.5rem, 4vw, 4rem);

  line-height: 1;

  margin-bottom: 24px;

  color: #332419;
}

.error404-card p {
  font-size: 17px;

  line-height: 1.9;

  color: #5b4a40;
}

.error404-actions {
  margin-top: 35px;

  display: flex;

  justify-content: center;

  gap: 15px;

  flex-wrap: wrap;
}

.error404-icon {
  font-size: 4rem;

  margin-bottom: 18px;

  line-height: 1;

  display: inline-block;

  animation: cafe-balanco 4s ease-in-out infinite;
}

@keyframes cafe-balanco {
  0% {
    transform: rotate(0deg);
  }

  25% {
    transform: rotate(-3deg);
  }

  50% {
    transform: rotate(0deg);
  }

  75% {
    transform: rotate(3deg);
  }

  100% {
    transform: rotate(0deg);
  }
}

.btn-outline {
  border: 1px solid var(--brown-900);

  color: var(--brown-900);

  border-radius: 999px;

  padding: 12px 22px;
}

.btn-outline:hover {
  background: var(--brown-900);

  color: #fff;
}

@media (max-width: 1199.98px) {
  .brand {
    display: none;
  }
  .brand-mobile {
    display: inline-flex; /*order: 1;    margin-left: 0;*/
  }
  .cta-section {
    background-image: none;
  }
  .cta-banner {
    padding-left: 0px;
  }

  .services-grid,
  .process-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .footer-grid {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 991.98px) {
  .topbar {
    display: none;
  }
  .site-header {
    position: sticky;
    top: 0;
    z-index: 1000;
  }
  .topbar-inner {
    flex-direction: column;
    justify-content: center;
    text-align: center;
    padding: 10px 0;
  }
  .topbar-right {
    justify-content: center;
    flex-wrap: wrap;
  }
  .mainbar {
    padding-top: 20px;
  }
  .mainbar-inner {
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 12px;
  }
  .main-nav {
    width: 100%;
    flex-basis: 100%;
    order: 10;
    justify-content: flex-start;
  }
  .hero-text {
    background: rgba(251, 247, 241, 0.72);
    backdrop-filter: blur(8px);
    padding: 18px 22px;
    border-radius: 22px;
    border: 1px solid rgba(255, 255, 255, 0.35);
    box-shadow: 0 8px 20px rgba(59, 36, 23, 0.06);
  }
  .custom-toggler {
    display: inline-flex;
    order: 3;
  }
  .brand {
    display: none;
  }
  .brand-mobile {
    display: inline-flex;
    order: 1;
    margin-left: 0;
  }
  .btn-cta {
    order: 4;
    padding: 11px 16px;
    font-size: 14px;
  }
  .navbar-collapse {
    background: var(--cream);
    border-top: 1px solid rgba(59, 36, 23, 0.08);
    padding: 14px 0 8px;
    margin-top: 12px;
    width: 100%;
  }
  .navbar-nav {
    width: 100%;
    text-align: center;
    gap: 4px;
  }
  .nav-link::after {
    display: none;
  }
  .hero-inner,
  .about-grid,
  .projects-grid,
  .cta-banner {
    grid-template-columns: 1fr;
    display: grid;
  }
  .hero-visual {
    min-height: 340px;
  }
  .section-head {
    flex-direction: column;
    align-items: flex-start;
  }
  .cta-banner {
    padding: 0px;
  }
  .contact-box {
    grid-template-columns: 1fr;
    padding: 30px;
  }
  .form-row {
    grid-template-columns: 1fr;
  }
  .contact-copy h2 {
    font-size: 3rem;
  }
  .footer-grid {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 575.98px) {
  .services-grid,
  .process-grid,
  .footer-grid {
    grid-template-columns: 1fr;
  }
  .hero-copy h1 {
    font-size: clamp(2.55rem, 13vw, 4rem);
  }
  .hero-text,
  .about-copy p {
    font-size: 16px;
  }
  .brand-mobile {
    margin-left: 8px;
  }
  .footer-nav-columns {
    display: flex;
    gap: 22px;
  }
  .footer-nav-columns ul {
    min-width: 90px;
  }
  .footer-bottom {
    flex-direction: column;
    text-align: center;
    gap: 8px;
  }
}
