/* Video layout follows the supplied Dr. Carlos reference: three 9:16 cards
   and a vertical dialog; touch screens use horizontal scroll-snap. */
.desktop-nav{gap:22px}.desktop-nav a{white-space:nowrap}
.videos-section{background:#fff;padding-top:28px}
.videos-heading{display:flex;align-items:flex-end;justify-content:space-between;gap:65px;margin-bottom:42px}
.videos-heading h2{margin-bottom:0}.videos-intro{width:340px;max-width:38%;padding-bottom:5px}
.videos-intro p{font-size:14px;color:var(--muted);margin-bottom:14px}.videos-intro .text-link{gap:24px}
.shorts-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:22px;max-width:850px}
.short-card{position:relative;aspect-ratio:9/16;border-radius:8px;overflow:hidden;border:0;background:var(--petrol);color:#fff;display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-end;text-align:left;padding:24px;font:inherit;isolation:isolate}
.short-card>img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center 22%;z-index:0}
.short-card:after{content:'';position:absolute;inset:30% 0 0;background:linear-gradient(transparent,#0f2c35f5);z-index:0}
.short-card:nth-child(2)>img{object-position:center 12%}.short-card:nth-child(3)>img{object-position:53% center}
.short-caption{font-family:var(--serif);font-size:31px;line-height:1.07;letter-spacing:-.02em}
.short-caption small{display:block;font:10px/1.5 var(--sans);color:#dae4e7;letter-spacing:.005em;margin-top:12px}
.short-caption,.short-play,.short-status{position:relative;z-index:1}
.short-play{position:absolute;top:45%;left:50%;transform:translate(-50%,-50%);display:grid;place-items:center;width:62px;height:62px;border-radius:50%;background:var(--gold-light);color:var(--petrol);transition:background .2s,transform .2s}
.short-play svg{height:26px;width:26px;fill:currentColor;transform:translateX(-2px)}
.short-card:hover .short-play{background:#f0dfaa;transform:translate(-50%,-50%) scale(1.06)}
.short-status{position:absolute;top:16px;left:16px;padding:6px 10px;background:#13303ab3;backdrop-filter:blur(6px);border:1px solid #ffffff30;border-radius:20px;font-size:9px}
.videos-bottom{display:flex;gap:24px;justify-content:space-between;align-items:center;max-width:850px;margin-top:20px}
.videos-bottom p{font-size:11px;color:var(--muted);margin:0;line-height:1.6}.swipe-note{display:none}
.video-dialog{width:min(450px,calc(100% - 28px));height:min(780px,calc(100svh - 28px));max-width:none;max-height:none;background:var(--petrol);color:#fff;border:1px solid #d5bd7b66;border-radius:12px;padding:48px 10px 10px;overflow:hidden}
.video-dialog::backdrop{background:#0b2029e8;backdrop-filter:blur(6px)}
.video-close{position:absolute;right:6px;top:4px;width:44px;height:44px;color:#fff;font-size:30px;line-height:1}
.video-frame{height:100%;width:100%;display:grid;place-items:center;overflow:auto;border-radius:6px;background:radial-gradient(ellipse at 50% 20%,#365c67,transparent 65%)}
.video-preview-content{text-align:center;max-width:340px;padding:30px 20px}
.video-preview-icon{display:grid;place-items:center;width:66px;height:66px;border-radius:50%;border:1px solid #d5bd7b77;color:var(--gold-light);margin:0 auto 33px}
.video-preview-icon svg{width:26px;height:26px;fill:currentColor;transform:translateX(-2px)}
.video-preview-content .section-kicker{font-size:11px;margin-bottom:17px;color:var(--gold-light)}
.video-preview-content h2{font-size:47px;line-height:1.03;margin-bottom:26px;color:#fff}
.video-preview-content .video-preview-state{color:var(--gold-light);font-size:12px;margin-bottom:12px}
.video-preview-content .video-preview-description{font-size:12px;line-height:1.8;color:#d0dde2;margin-bottom:28px}
.video-preview-content>a{font-size:12px;display:inline-flex;gap:24px;color:#fff;padding-bottom:8px;border-bottom:1px solid #ffffff50}
.testimonials-section{background:#eaf0f2}.testimonials-heading{display:flex;align-items:flex-end;justify-content:space-between;gap:60px;margin-bottom:42px}.testimonials-heading h2{margin-bottom:0}
.testimonials-notice{max-width:340px;font-size:12px;line-height:1.8;color:var(--muted);margin:0 0 5px;padding-left:19px;border-left:2px solid #a8801f66}
.testimonial-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:22px}
.testimonial-card{margin:0;padding:30px 28px;background:#fff;border-radius:6px;display:flex;flex-direction:column;align-items:flex-start}
.testimonial-type{font-size:10px;color:var(--muted);padding-bottom:5px}
.testimonial-quote{font:70px/.85 var(--serif);color:var(--gold);height:60px;margin-top:26px}
.testimonial-card blockquote{font:25px/1.38 var(--serif);letter-spacing:-.01em;margin:0 0 30px;color:var(--ink)}
.testimonial-person{display:flex;align-items:center;gap:11px;margin-top:auto;font-size:12px;padding-top:20px;border-top:1px solid var(--line);width:100%}
.testimonial-initial{display:grid;place-items:center;border-radius:50%;background:#eaf0f2;height:34px;width:34px;font:19px var(--serif);flex:none}
.testimonial-person small{display:block;font-size:9px;color:var(--muted);margin-top:5px}
@media(max-width:1150px){.desktop-nav{gap:13px;font-size:11px}.site-header{gap:17px}.testimonial-card{padding:25px 22px}.testimonial-card blockquote{font-size:23px}}
@media(max-width:980px) and (min-width:761px){.desktop-nav a[href="#depoimentos"]{display:none}}
@media(max-width:760px){.videos-section{padding-top:0}.videos-heading{display:block;margin-bottom:30px}.videos-heading h2{font-size:43px;margin-bottom:23px}.videos-intro{width:auto;max-width:350px;padding:0}.videos-intro p{font-size:13px}.videos-intro .text-link{font-size:11px}
.shorts-grid{display:flex;overflow-x:auto;gap:12px;scroll-snap-type:x mandatory;padding:5px 0 15px;scroll-padding-inline:0;scrollbar-width:thin;scrollbar-color:#8a9b9f transparent;overscroll-behavior-x:contain}
.short-card{flex:0 0 65%;max-width:260px;scroll-snap-align:start;padding:19px}.short-caption{font-size:27px}.short-caption small{font-size:9px}.short-card .short-play{height:48px;width:48px}.short-play svg{width:22px;height:22px}.short-status{left:12px;top:12px;font-size:8px;padding:5px 8px}
.videos-bottom{display:block;margin-top:12px}.videos-bottom p{font-size:10px;max-width:300px}.swipe-note{display:flex;align-items:center;justify-content:space-between;font-size:10px;color:var(--muted);padding-top:14px}.swipe-note>span{font-size:21px}
.video-dialog{width:min(380px,calc(100% - 24px))}.video-preview-content h2{font-size:39px}.video-preview-content{padding:24px 18px}.video-preview-icon{margin-bottom:25px;height:55px;width:55px}
.testimonials-heading{display:block;margin-bottom:30px}.testimonials-heading h2{font-size:44px;margin-bottom:23px}.testimonials-notice{font-size:11px;padding-left:15px;max-width:330px}
.testimonial-grid{grid-template-columns:1fr;gap:16px}.testimonial-card{padding:25px 24px}.testimonial-card blockquote{font-size:25px;max-width:360px;margin-bottom:25px}.testimonial-quote{margin-top:20px;height:48px;font-size:65px}.testimonial-person{padding-top:18px}}
@media(prefers-reduced-motion:reduce){.shorts-grid{scroll-behavior:auto}.short-card:hover .short-play{transform:translate(-50%,-50%)}}
@media print{.video-dialog{display:none}.shorts-grid{display:grid}.short-card{aspect-ratio:auto;min-height:100px}.testimonial-grid{grid-template-columns:repeat(3,1fr)}.testimonial-card{break-inside:avoid}}

/* Instagram profile and editorial cards; all images are supplied portraits. */
.instagram-section{background:#f1f4f3}.instagram-heading{max-width:640px;margin-bottom:45px}.instagram-heading h2{margin-bottom:20px}.instagram-heading>p:last-child{color:var(--muted);font-size:15px;max-width:430px}
.instagram-profile{display:flex;align-items:center;gap:20px;padding:26px 0;border-top:1px solid var(--line);border-bottom:1px solid var(--line);margin-bottom:30px}.instagram-avatar{width:88px;height:88px;border-radius:50%;padding:4px;border:1px solid #bca16a;flex:none}.instagram-avatar img{width:100%;height:100%;object-fit:cover;object-position:50% 25%;border-radius:50%}.instagram-profile-copy{min-width:0;flex:1}.instagram-name{display:flex;align-items:center;gap:8px;font-size:20px;font-weight:700;line-height:1.3}.instagram-verified{width:21px;height:21px;flex:none}.instagram-handle{display:block;font-size:14px;margin:5px 0;color:var(--petrol)}.instagram-profile-copy p{font-size:12px;color:var(--muted)}.instagram-follow{border:1px solid var(--petrol);white-space:nowrap}.instagram-follow:hover{background:var(--petrol);color:#fff}
.instagram-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px}.instagram-card{position:relative;display:block;min-width:0;aspect-ratio:4/5;overflow:hidden;background:#13303a;color:#fff}.instagram-card>img{height:100%;width:100%;object-fit:cover;object-position:50% 24%;transition:transform .6s}.instagram-card:after{content:"";position:absolute;inset:0;background:linear-gradient(to top,rgba(9,29,35,.98),rgba(9,29,35,.52) 35%,transparent 67%);pointer-events:none}.instagram-card:hover>img{transform:scale(1.035)}.instagram-card-icon{position:absolute;z-index:1;top:20px;right:20px;width:36px;height:36px;border:1px solid #ffffff88;display:grid;place-items:center;border-radius:50%;background:#13303a50}.instagram-card-copy{position:absolute;z-index:1;bottom:28px;left:28px;right:24px}.instagram-card-copy p{font-size:10px;letter-spacing:.05em;text-transform:uppercase;color:#e9d8ae;margin-bottom:10px}.instagram-card-copy h3{font-size:34px;line-height:1.05;margin-bottom:16px;color:#fff}.instagram-card-copy>span{font-size:10px}.instagram-card-copy .icon-arrow{width:15px;height:15px;margin-left:5px}
@media(max-width:1000px){.instagram-profile{flex-wrap:wrap}.instagram-follow{margin-left:auto}.instagram-card-copy{left:20px;right:20px}.instagram-card-copy h3{font-size:28px}.instagram-grid{gap:16px}}
@media(max-width:760px){.instagram-heading{margin-bottom:28px}.instagram-heading>p:last-child{font-size:14px}.instagram-profile{gap:14px;padding:22px 0;margin-bottom:24px}.instagram-avatar{width:66px;height:66px;padding:3px}.instagram-name{font-size:15px;gap:5px}.instagram-verified{width:18px;height:18px}.instagram-handle{font-size:12px}.instagram-profile-copy p{font-size:10px}.instagram-follow{width:100%;margin:4px 0 0;justify-content:space-between}.instagram-grid{display:flex;gap:16px;overflow-x:auto;scroll-snap-type:x mandatory;padding-bottom:15px}.instagram-card{flex:0 0 86%;scroll-snap-align:start}.instagram-card-copy h3{font-size:33px}.instagram-card-copy{bottom:24px;left:24px;right:20px}}
