@font-face {
  font-family: "Ethnocentric Rg";
  src: url("uploads/ethnocentric-rg.woff") format("woff");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

* { margin: 0; padding: 0; box-sizing: border-box; }

html { scroll-behavior: smooth; }

:root {
  --bg: #0a0a0a;
  --surface: #151515;
  --surface-light: #1b1a17;
  --text: #e0e0e0;
  --muted: #99958b;
  --gold: #d4af37;
  --gold-soft: #f0d477;
  --brand-height: min(290px, calc((100vw - 48px) * .305263));
  --phone-height: 102px;
  --nav-height: 58px;
  --header-height: calc(var(--brand-height) + var(--phone-height) + var(--nav-height));
}

body {
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
  color: var(--text);
  background: var(--bg) url("uploads/82ae1a92-15c3-432c-b74c-14d7c5871386.png") center / cover no-repeat fixed;
  line-height: 1.6;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  background: linear-gradient(rgba(0, 0, 0, .28), rgba(0, 0, 0, .28)), radial-gradient(circle at 50% 12%, rgba(212, 175, 55, .09), transparent 34%), linear-gradient(135deg, rgba(255,255,255,.025) 25%, transparent 25%) 0 0 / 5px 5px;
  z-index: 0;
  pointer-events: none;
}

.container { position: relative; z-index: 1; max-width: 960px; margin: 0 auto; padding: 0 24px; }

header { position: fixed; inset: 0 0 auto; z-index: 100; background: rgba(10,10,10,.9); backdrop-filter: blur(12px); border-bottom: 1px solid #24231e; }
header .container { max-width: 1080px; display: flex; flex-direction: column; align-items: center; justify-content: center; min-height: var(--header-height); }

.brand { display: block; width: min(950px, calc(100vw - 48px)); height: var(--brand-height); overflow: hidden; text-decoration: none; }
.brand-image { display: block; width: 100%; height: 100%; object-fit: cover; object-position: center; }
.brand-mark { color: var(--gold); font-size: 1.25rem; }
.brand-phone { color: var(--gold-soft); font-size: 3rem; font-weight: 700; line-height: var(--phone-height); text-decoration: none; white-space: nowrap; }
.section-nav { display: flex; align-items: center; justify-content: center; flex-wrap: nowrap; gap: 10px; width: 100%; min-height: var(--nav-height); overflow-x: auto; scrollbar-width: none; }
.section-nav::-webkit-scrollbar { display: none; }
.section-nav a { flex: 0 0 auto; padding: 7px 15px; border: 1px solid #f3cf5e; border-radius: 999px; background: linear-gradient(135deg, #ffe89a 0%, #d4af37 48%, #a87916 100%); color: #201605; font-family: "Ethnocentric Rg", sans-serif; font-size: .86rem; font-weight: 400; letter-spacing: .015em; text-decoration: none; box-shadow: inset 0 1px 0 rgba(255,255,255,.45), 0 4px 12px rgba(212,175,55,.2); transition: filter .2s, transform .2s, box-shadow .2s; }
.section-nav a:hover { filter: brightness(1.12); transform: translateY(-2px); box-shadow: inset 0 1px 0 rgba(255,255,255,.55), 0 7px 16px rgba(212,175,55,.3); }

.hero { min-height: 100vh; position: relative; display: flex; align-items: center; text-align: center; padding-top: var(--header-height); overflow: hidden; background: radial-gradient(ellipse at 50% 100%, rgba(92, 63, 27, .32), transparent 55%); }
.hero::after { content: ""; position: absolute; width: 680px; height: 680px; border: 1px solid rgba(212,175,55,.13); border-radius: 50%; left: 50%; top: 54%; transform: translate(-50%, -50%); box-shadow: 0 0 0 32px rgba(212,175,55,.02), 0 0 0 64px rgba(212,175,55,.015); }
.hero-content { z-index: 2; width: 100%; padding-top: 34px; padding-bottom: 28px; }
.eyebrow { color: var(--gold); text-transform: uppercase; letter-spacing: .22em; font-size: .7rem; font-weight: 700; margin-bottom: 16px; }
.hero h1 { max-width: 680px; margin: 0 auto 18px; font: 500 clamp(2.8rem, 7vw, 5.4rem)/1.04 Georgia, serif; letter-spacing: -.045em; color: #f5f0df; }
.hero-copy { max-width: 530px; margin: 0 auto 32px; color: #a39f95; font-size: 1.08rem; }
.photo-carousel { position: relative; max-width: 840px; margin: 0 auto; }
.carousel-viewport { position: relative; padding: 0 50px; }
.carousel-track { display: flex; overflow-x: auto; scroll-snap-type: x mandatory; scrollbar-width: none; cursor: grab; touch-action: pan-y; border-radius: 22px; box-shadow: 0 24px 70px rgba(0,0,0,.38); }
.carousel-track::-webkit-scrollbar { display: none; }
.carousel-track.is-dragging { cursor: grabbing; scroll-snap-type: none; }
.carousel-slide { flex: 0 0 100%; min-width: 0; scroll-snap-align: center; border: 1px solid rgba(212,175,55,.3); border-radius: 22px; overflow: hidden; background: rgba(15,15,14,.95); }
.carousel-slide img { display: block; width: 100%; height: clamp(280px, 54vh, 560px); object-fit: contain; user-select: none; -webkit-user-drag: none; }
.carousel-button { position: absolute; top: 50%; z-index: 3; width: 46px; height: 46px; transform: translateY(-50%); border: 1px solid rgba(240,212,119,.65); border-radius: 50%; background: rgba(10,10,10,.78); color: var(--gold-soft); font: 2.1rem/1 Georgia, serif; cursor: pointer; transition: background .2s, color .2s, transform .2s, border-color .2s; }
.carousel-button:hover, .carousel-button:focus-visible { background: var(--gold); border-color: var(--gold-soft); color: #171207; transform: translateY(-50%) scale(1.08); outline: none; }
.carousel-button-previous { left: 0; padding: 0 0 4px 0; }
.carousel-button-next { right: 0; padding: 0 0 4px 2px; }
.carousel-controls { display: flex; justify-content: center; align-items: center; gap: 17px; margin-top: 18px; }
.carousel-dots { display: flex; justify-content: center; align-items: center; gap: 8px; }
.carousel-dot { width: 8px; height: 8px; padding: 0; border: 1px solid var(--gold-soft); border-radius: 50%; background: transparent; cursor: pointer; opacity: .55; transition: width .2s, border-radius .2s, background .2s, opacity .2s; }
.carousel-dot:hover, .carousel-dot:focus-visible { opacity: 1; outline: none; }
.carousel-dot.is-active { width: 25px; border-radius: 999px; background: var(--gold-soft); opacity: 1; }
.carousel-counter { color: #c7b877; font-size: .78rem; letter-spacing: .08em; white-space: nowrap; }
.btn-primary { display: inline-block; background: var(--gold); color: #0a0a0a; padding: 13px 30px; border: 0; border-radius: 100px; text-decoration: none; font-weight: 700; font-size: .96rem; cursor: pointer; transition: background .2s, transform .15s, box-shadow .2s; box-shadow: 0 8px 26px rgba(212,175,55,.12); }
.btn-primary:hover { background: var(--gold-soft); transform: translateY(-2px); box-shadow: 0 11px 30px rgba(212,175,55,.2); }

.section { padding: 110px 0; scroll-margin-top: var(--header-height); }
#servicos { font-family: "Nunito", "Arial Rounded MT Bold", "Trebuchet MS", sans-serif; font-weight: 700; }
#servicos .section-title,
#servicos .card-icon { font-family: "Nunito", "Arial Rounded MT Bold", "Trebuchet MS", sans-serif; font-weight: 700; }
#sobre .section-title { font-family: "Nunito", "Arial Rounded MT Bold", "Trebuchet MS", sans-serif; font-weight: 700; }
#depoimentos .section-title { font-family: "Nunito", "Arial Rounded MT Bold", "Trebuchet MS", sans-serif; font-weight: 700; }
#contato .section-title { font-family: "Nunito", "Arial Rounded MT Bold", "Trebuchet MS", sans-serif; font-weight: 700; }
.card-icon-image { display: block; width: 72px; height: 72px; object-fit: contain; margin: 0 auto 13px; }
.bg-alt { background: rgba(17,17,17,.8); border-top: 1px solid rgba(255,255,255,.025); border-bottom: 1px solid rgba(255,255,255,.025); }
.section-eyebrow { text-align: center; margin-bottom: 9px; }
.section-title { font: 500 clamp(2rem, 4vw, 2.8rem)/1.15 Georgia, serif; text-align: center; margin-bottom: 48px; color: #f0eee6; letter-spacing: -.025em; }
.section-title::after { content: ""; display: block; width: 48px; height: 3px; background: var(--gold); margin: 16px auto 0; border-radius: 2px; }
.section-title-left { text-align: left; margin-bottom: 24px; }
.section-title-left::after { margin-left: 0; }

.cards { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 18px; }
.card { background: rgba(21,21,21,.9); border: 1px solid #292820; border-radius: 17px; padding: 31px 22px; text-align: center; box-shadow: 0 2px 16px rgba(0,0,0,.2); transition: transform .2s, border-color .2s, box-shadow .2s; }
.card:hover { transform: translateY(-5px); border-color: var(--gold); box-shadow: 0 10px 28px rgba(212,175,55,.08); }
.card-icon { color: var(--gold); font: 2.6rem Georgia, serif; margin-bottom: 13px; }
.card h3 { font-size: 1.05rem; margin-bottom: 8px; color: #f0eee6; }
.card p { font-size: .89rem; color: #8f8b82; }

.sobre-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 64px; align-items: center; }
.sobre-content p:not(.eyebrow) { color: #99958b; margin-bottom: 16px; }
.sobre-content ul { list-style: none; margin-top: 20px; }
.sobre-content li { margin-bottom: 10px; font-weight: 500; color: #ccc8bc; font-size: .94rem; }
.sobre-content li span { color: var(--gold); margin-right: 10px; }

.dog-portrait { position: relative; width: min(100%, 370px); aspect-ratio: 1; margin: 0 auto; overflow: hidden; border: 1px solid #3a3424; border-radius: 17px; background: #181512; box-shadow: 0 20px 60px rgba(0,0,0,.35); }
.dog-portrait-image { display: block; width: 100%; height: 100%; object-fit: cover; object-position: center; }
.portrait-sun { position: absolute; width: 150px; height: 150px; border-radius: 50%; top: 24px; left: 50%; transform: translateX(-50%); background: rgba(240,212,119,.15); }
.dog-shape { position: absolute; width: 175px; height: 220px; left: 50%; bottom: 32px; transform: translateX(-50%); }
.dog-face { position: absolute; width: 126px; height: 135px; left: 25px; top: 21px; border-radius: 48% 48% 45% 45%; background: #b99762; z-index: 3; }
.dog-ear { position: absolute; top: 7px; width: 50px; height: 91px; border-radius: 60% 60% 20% 50%; background: #765a38; z-index: 1; }
.dog-ear-left { left: 5px; transform: rotate(27deg); }.dog-ear-right { right: 5px; transform: rotate(-27deg); }
.eye { position: absolute; top: 57px; width: 9px; height: 12px; border-radius: 50%; background: #211a12; }.eye-left { left: 35px; }.eye-right { right: 35px; }
.nose { position: absolute; top: 76px; left: 50%; width: 21px; height: 15px; transform: translateX(-50%); border-radius: 50% 50% 45% 45%; background: #302017; }
.dog-body { position: absolute; bottom: 0; left: 12px; width: 151px; height: 135px; border-radius: 45% 45% 23% 23%; background: #9e7b4e; z-index: 2; }
.dog-paw { position: absolute; bottom: 4px; width: 44px; height: 55px; border-radius: 50%; background: #bc9863; z-index: 4; }.dog-paw-left { left: 27px; }.dog-paw-right { right: 27px; }
.dog-tail { position: absolute; width: 70px; height: 100px; right: -15px; bottom: 43px; border: 17px solid #9e7b4e; border-left-color: transparent; border-bottom-color: transparent; border-radius: 50%; transform: rotate(18deg); z-index: 1; }
.portrait-caption { position: absolute; left: 0; right: 0; bottom: 17px; text-align: center; color: #e7c974; font-size: .67rem; text-transform: uppercase; letter-spacing: .17em; z-index: 5; }

.depoimentos-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 18px; }
.depoimento { background: rgba(21,21,21,.9); border: 1px solid #292820; border-radius: 16px; padding: 0; overflow: hidden; box-shadow: 0 2px 13px rgba(0,0,0,.18); }
.depoimento-image { display: block; width: 100%; height: auto; }
.stars { color: var(--gold); margin-bottom: 12px; letter-spacing: 3px; font-size: .8rem; }.depoimento blockquote { font-style: italic; color: #aaa69b; margin-bottom: 17px; font-size: .94rem; }.depoimento figcaption { font-weight: 700; color: var(--gold); font-size: .85rem; }

.contato-sub { text-align: center; color: #929087; margin: -26px auto 31px; font-size: 1rem; }.contato-form { max-width: 480px; margin: 0 auto; display: flex; flex-direction: column; gap: 13px; }.contato-form input, .contato-form select { padding: 14px 17px; border: 1px solid #36342d; border-radius: 11px; font: inherit; background: #151515; color: #e0e0e0; outline: none; transition: border-color .2s, box-shadow .2s; }.contato-form input::placeholder { color: #716f68; }.contato-form input:focus, .contato-form select:focus { border-color: var(--gold); box-shadow: 0 0 0 3px rgba(212,175,55,.1); }.contato-form .btn-primary { align-self: center; margin-top: 8px; }.form-status { min-height: 24px; text-align: center; color: var(--gold-soft); font-size: .88rem; }
.social-link-wrap { display: flex; justify-content: center; align-items: center; gap: 18px; }
.instagram-link, .tiktok-link { display: block; width: 78px; height: 78px; line-height: 0; transition: transform .2s; }
.tiktok-link:hover { transform: scale(1.08); }
.instagram-link:hover { transform: scale(1.08); }
.instagram-icon, .tiktok-icon { display: block; width: 100%; height: 100%; object-fit: contain; }

.whatsapp-float { position: fixed; bottom: 24px; right: 24px; z-index: 99; width: 55px; height: 55px; border-radius: 50%; background: #25d366; color: #fff; display: flex; align-items: center; justify-content: center; text-decoration: none; box-shadow: 0 4px 16px rgba(37,211,102,.25); transition: transform .2s, box-shadow .2s; }.whatsapp-float:hover { transform: scale(1.08); box-shadow: 0 6px 24px rgba(37,211,102,.45); }.whatsapp-icon { width: 31px; height: 31px; display: block; }
footer { background: #050505; color: #66635c; text-align: center; padding: 30px 0; font-size: .86rem; border-top: 1px solid #1a1a1a; } footer a { color: var(--gold); text-decoration: none; }.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }

@media (max-width: 768px) {
  .hero h1 { font-size: clamp(2.8rem, 12vw, 4rem); }.hero-copy { font-size: 1rem; }.section { padding: 78px 0; }.sobre-grid { grid-template-columns: 1fr; gap: 43px; }.sobre-content { text-align: center; }.section-title-left { text-align: center; }.section-title-left::after { margin-left: auto; }.sobre-content ul { text-align: left; display: inline-block; }.dog-portrait { width: min(100%, 315px); }.contato-sub { margin-top: -25px; max-width: 360px; }.whatsapp-float { right: 17px; bottom: 17px; }
  .hero-content { padding-top: 20px; padding-bottom: 20px; }.carousel-viewport { padding: 0 38px; }.carousel-slide img { height: clamp(250px, 54vh, 450px); }.carousel-button { width: 36px; height: 36px; font-size: 1.7rem; }.carousel-controls { gap: 12px; }.carousel-dots { gap: 5px; }.carousel-dot { width: 6px; height: 6px; }.carousel-dot.is-active { width: 19px; }
}

@media (max-width: 600px) {
  :root { --nav-height: 104px; }
  .brand-phone { font-size: clamp(1.75rem, 8.5vw, 2.3rem); }
  .section-nav {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    align-content: center;
    gap: 7px;
    padding: 7px 0 9px;
    overflow: visible;
  }
  .section-nav a {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 39px;
    padding: 7px 4px;
    text-align: center;
    font-size: clamp(.62rem, 2.5vw, .76rem);
    line-height: 1.15;
    letter-spacing: 0;
  }
}

@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } *, *::before, *::after { transition-duration: .01ms !important; animation-duration: .01ms !important; } }
