/*
Theme Name: Vostalya Creative
Theme URI: https://vostalyacreative.com/
Author: Vostalya Creative
Author URI: https://vostalyacreative.com/
Description: Vostalya Creative için özel hazırlanmış kurumsal portföy teması.
Version: 1.0.1
Requires at least: 6.0
Requires PHP: 7.4
Text Domain: vostalya-creative
*/

:root {
  --bg: #09090b;
  --bg-soft: #101014;
  --panel: #141419;
  --line: rgba(255, 255, 255, .11);
  --text: #f5f2ec;
  --muted: #a7a5ad;
  --accent: #f3cb55;
  --accent-2: #ffe697;
  --lime: #d7ff5e;
  --max: 1280px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; overflow-x: hidden; background: var(--bg); color: var(--text); font-family: "DM Sans", sans-serif; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
::selection { background: var(--accent); color: #fff; }

.noise { position: fixed; inset: 0; opacity: .035; pointer-events: none; z-index: 20; background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.8'/%3E%3C/svg%3E"); }
.section-shell { width: min(calc(100% - 48px), var(--max)); margin-inline: auto; }
.site-header { width: min(calc(100% - 48px), var(--max)); height: 88px; margin: 0 auto; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid var(--line); position: relative; z-index: 30; }
.brand-logo { width: 205px; height: 62px; display: block; flex: 0 0 auto; overflow: hidden; position: relative; }
.brand-logo-viewport { position: absolute; inset: 0; overflow: hidden; }
.brand-logo img { width: auto; max-width: none; height: 100%; position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); object-fit: contain; }
.desktop-nav { display: flex; gap: 36px; }
.desktop-nav a { color: #c7c5ca; font-size: 14px; transition: color .2s; }
.desktop-nav a:hover { color: white; }
.header-cta { padding: 13px 18px; border: 1px solid #25d366; border-radius: 100px; background: #25d366; color: #071b0e; font-size: 13px; font-weight: 700; box-shadow: 0 10px 30px rgba(37,211,102,.18); transition: .25s; }
.header-cta:hover { transform: translateY(-2px); background: #34e477; box-shadow: 0 14px 34px rgba(37,211,102,.3); }
.header-cta span { color: currentColor; margin-left: 8px; }
.menu-button, .mobile-nav { display: none; }

.hero { min-height: 760px; padding: 110px 0 34px; position: relative; display: grid; grid-template-columns: 1.12fr .88fr; align-items: center; gap: 60px; }
.hero-copy { position: relative; z-index: 2; }
.eyebrow { display: flex; align-items: center; gap: 10px; margin: 0 0 24px; color: #c2c0c6; font-size: 11px; letter-spacing: .22em; font-weight: 700; }
.eyebrow span { width: 26px; height: 1px; background: var(--accent); }
h1, h2, h3 { font-family: "Manrope", sans-serif; margin-top: 0; }
h1 { margin-bottom: 26px; font-size: clamp(54px, 6.2vw, 91px); line-height: .96; letter-spacing: -.058em; max-width: 890px; }
h1 em, h2 em { color: var(--accent); font-style: normal; }
.hero-lead { max-width: 650px; color: var(--muted); font-size: 18px; line-height: 1.7; }
.hero-actions { display: flex; gap: 12px; margin-top: 38px; }
.button { min-height: 52px; padding: 0 22px; display: inline-flex; align-items: center; justify-content: center; gap: 24px; border-radius: 100px; border: 1px solid transparent; font-weight: 700; font-size: 14px; cursor: pointer; transition: transform .25s, background .25s, color .25s; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--accent); color: #111; }
.button-primary:hover { background: var(--accent-2); }
.button-ghost { border-color: var(--line); background: rgba(255,255,255,.02); color: var(--text); }
.button-ghost:hover { background: var(--text); color: var(--bg); }

.hero-visual { height: 520px; position: relative; border-radius: 50% 50% 44% 56% / 55% 44% 56% 45%; border: 1px solid var(--line); background: radial-gradient(circle at 35% 25%, rgba(255,92,53,.28), transparent 34%), linear-gradient(145deg, #19191f, #0b0b0e); overflow: hidden; box-shadow: 0 60px 120px rgba(0,0,0,.45); }
.visual-grid { position: absolute; inset: 0; opacity: .14; background-image: linear-gradient(var(--line) 1px, transparent 1px), linear-gradient(90deg, var(--line) 1px, transparent 1px); background-size: 42px 42px; transform: perspective(500px) rotateX(58deg) scale(1.8) translateY(30%); }
.floating-card { position: absolute; border: 1px solid rgba(255,255,255,.14); background: rgba(15,15,19,.72); box-shadow: 0 30px 70px rgba(0,0,0,.3); backdrop-filter: blur(16px); }
.card-social { left: 12%; right: 15%; top: 20%; min-height: 245px; padding: 28px; border-radius: 22px; transform: rotate(-5deg); }
.card-kicker { color: var(--accent); font-size: 10px; letter-spacing: .22em; }
.card-social strong { display: block; margin-top: 56px; font: 700 30px/1.1 "Manrope", sans-serif; letter-spacing: -.04em; }
.mini-stats { margin-top: 26px; display: flex; gap: 6px; }
.mini-stats span { padding: 7px 10px; border: 1px solid var(--line); border-radius: 100px; color: var(--muted); font-size: 8px; letter-spacing: .12em; }
.card-result { right: 2%; bottom: 19%; padding: 16px 18px; border-radius: 14px; display: flex; gap: 12px; align-items: center; transform: rotate(4deg); }
.pulse { width: 10px; height: 10px; border-radius: 50%; background: var(--lime); box-shadow: 0 0 0 7px rgba(215,255,94,.12); }
.card-result small { display: block; color: var(--muted); font-size: 8px; letter-spacing: .15em; }
.card-result strong { font-size: 12px; }
.orbit-text { width: 115px; height: 115px; position: absolute; left: 3%; bottom: 6%; border: 1px solid var(--line); border-radius: 50%; background: var(--bg); display: grid; place-items: center; }
.orbit-text::after { content: "VC"; font: 800 20px "Manrope"; color: var(--accent); }
.orbit-text span { position: absolute; inset: 6px; animation: spin 14s linear infinite; font-size: 8px; letter-spacing: .12em; color: var(--muted); word-spacing: 5px; }
.hero-orb { position: absolute; border-radius: 50%; filter: blur(90px); pointer-events: none; }
.orb-one { width: 300px; height: 300px; background: rgba(255,92,53,.13); left: -18%; top: 12%; }
.orb-two { width: 240px; height: 240px; background: rgba(83,60,255,.1); right: -10%; bottom: 8%; }
.hero-proof { grid-column: 1 / -1; padding-top: 36px; display: flex; justify-content: space-between; align-items: center; color: #65646b; font-size: 9px; letter-spacing: .21em; }
.hero-proof i { width: 3px; height: 3px; border-radius: 50%; background: var(--accent); }

.trust-strip { padding: 56px 0; border-block: 1px solid var(--line); overflow: hidden; background: #0c0c0f; }
.trust-strip > p { margin: 0 auto 32px; padding: 0 24px; text-align: center; color: #77757d; font-size: 12px; }
.marquee { overflow: hidden; mask-image: linear-gradient(90deg, transparent, #000 12%, #000 88%, transparent); }
.marquee-track { width: max-content; display: flex; gap: 76px; animation: marquee 26s linear infinite; color: #d2d0d5; font: 700 18px "Manrope"; letter-spacing: .04em; }

.services, .work, .process, .about, .contact { padding-block: 140px; }
.section-heading { display: grid; grid-template-columns: 1fr .7fr; align-items: end; gap: 80px; margin-bottom: 70px; }
.section-heading h2 { margin-bottom: 0; font-size: clamp(44px, 5vw, 74px); line-height: 1.02; letter-spacing: -.05em; }
.section-heading > p { color: var(--muted); line-height: 1.7; max-width: 490px; }
.service-list { border-top: 1px solid var(--line); }
.service-item { padding: 36px 8px; display: grid; grid-template-columns: 80px 1fr 46px; gap: 20px; align-items: center; border-bottom: 1px solid var(--line); transition: padding .25s, background .25s; }
.service-item:hover { padding-left: 22px; padding-right: 22px; background: rgba(255,255,255,.025); }
.service-number { color: var(--accent); font: 600 11px "Manrope"; }
.service-item > div { display: grid; grid-template-columns: .8fr 1.2fr; align-items: center; gap: 60px; }
.service-item h3 { margin: 0; font-size: clamp(22px, 2.2vw, 32px); letter-spacing: -.03em; }
.service-item p { margin: 0; color: var(--muted); line-height: 1.65; font-size: 14px; }
.service-icon { width: 42px; height: 42px; display: grid; place-items: center; border: 1px solid var(--line); border-radius: 50%; color: var(--accent); }

.work { border-top: 1px solid var(--line); }
.work-heading > p { justify-self: end; }
.video-rail { display: grid; grid-auto-flow: column; grid-auto-columns: minmax(220px, 1fr); gap: 16px; overflow-x: auto; overscroll-behavior-inline: contain; scroll-snap-type: inline mandatory; scrollbar-width: thin; scrollbar-color: var(--accent) rgba(255,255,255,.06); padding-bottom: 22px; }
.video-project { min-width: 0; scroll-snap-align: start; }
.video-frame { aspect-ratio: 9 / 16; position: relative; overflow: hidden; border: 1px solid var(--line); border-radius: 18px; background: #111; }
.video-frame::after { content: ""; position: absolute; inset: 0; z-index: 2; pointer-events: none; background: linear-gradient(180deg, rgba(0,0,0,.04), transparent 62%, rgba(0,0,0,.38)); }
.video-frame video { width: 100%; height: 100%; display: block; object-fit: cover; transition: transform .55s cubic-bezier(.22,1,.36,1); }
.video-project:hover .video-frame video { transform: scale(1.025); }
.video-badge { position: absolute; left: 18px; top: 18px; z-index: 3; padding: 8px 11px; display: inline-flex; align-items: center; gap: 8px; border: 1px solid rgba(255,255,255,.22); border-radius: 100px; background: rgba(8,8,10,.68); color: white; font-size: 12px; font-weight: 700; letter-spacing: .12em; backdrop-filter: blur(12px); }
.video-badge i { width: 7px; height: 7px; border-radius: 50%; background: var(--accent); box-shadow: 0 0 0 4px rgba(243,203,85,.16); }
.video-open { position: absolute; inset: 0; z-index: 4; border: 0; background: transparent; color: white; cursor: pointer; display: grid; place-items: center; font: inherit; text-decoration: none; }
.video-open::after { content: ""; position: absolute; inset: 0; background: radial-gradient(circle at center, transparent 30%, rgba(0,0,0,.08) 75%); opacity: 0; transition: opacity .25s; }
.video-play-icon { position: relative; z-index: 1; width: 62px; height: 62px; display: grid; place-items: center; padding-left: 4px; border: 1px solid rgba(255,255,255,.58); border-radius: 50%; background: rgba(6,6,8,.42); font-size: 20px; box-shadow: 0 10px 36px rgba(0,0,0,.24); backdrop-filter: blur(12px); transition: transform .25s, background .25s, border-color .25s; }
.video-open-label { position: absolute; z-index: 1; right: 16px; bottom: 16px; padding: 8px 11px; border: 1px solid rgba(255,255,255,.28); border-radius: 100px; background: rgba(8,8,10,.58); font-size: 12px; font-weight: 700; letter-spacing: .08em; backdrop-filter: blur(12px); }
.video-open:hover::after, .video-open:focus-visible::after { opacity: 1; }
.video-open:hover .video-play-icon, .video-open:focus-visible .video-play-icon { transform: scale(1.1); border-color: var(--accent); background: rgba(8,8,10,.7); }
.video-open:focus-visible { outline: 2px solid var(--accent); outline-offset: -5px; }
.video-project-meta { padding: 18px 2px 0; }
.video-project-meta small { color: var(--muted); font-size: 12px; letter-spacing: .1em; }
.video-project-meta h3 { margin: 7px 0 0; font-size: clamp(17px, 1.45vw, 21px); letter-spacing: -.03em; }
.center-action { margin-top: 48px; text-align: center; }

.video-modal { width: min(560px, calc(100vw - 32px)); max-width: none; padding: 0; border: 0; border-radius: 22px; background: #0b0b0d; color: var(--text); overflow: hidden; box-shadow: 0 30px 100px rgba(0,0,0,.7); }
.video-modal::backdrop { background: rgba(0,0,0,.82); backdrop-filter: blur(10px); }
.video-modal-panel { padding: 14px; }
.video-modal-header { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 5px 3px 14px 8px; }
.video-modal-header small { color: var(--accent); font-size: 11px; letter-spacing: .13em; }
.video-modal-header h2 { margin: 5px 0 0; font-size: 21px; letter-spacing: -.03em; }
.video-modal-close { width: 42px; height: 42px; flex: 0 0 42px; border: 1px solid var(--line); border-radius: 50%; background: rgba(255,255,255,.05); color: white; font-size: 27px; line-height: 1; cursor: pointer; }
.video-modal-close:hover, .video-modal-close:focus-visible { border-color: var(--accent); color: var(--accent); }
.video-modal-player { width: 100%; max-height: 65vh; aspect-ratio: 9 / 16; display: block; border-radius: 14px; background: #000; object-fit: contain; }
.video-seekbar { padding: 14px 4px 4px; }
.video-seekbar input { width: 100%; accent-color: var(--accent); cursor: pointer; }
.video-time { margin-top: 5px; display: flex; justify-content: space-between; color: var(--muted); font-size: 12px; font-variant-numeric: tabular-nums; }
.video-transport { padding: 9px 0 2px; display: grid; grid-template-columns: 1fr 1.35fr 1fr; gap: 9px; }
.video-transport button { min-height: 44px; border: 1px solid var(--line); border-radius: 12px; background: rgba(255,255,255,.05); color: white; font: 600 13px "Manrope"; cursor: pointer; }
.video-transport button:hover, .video-transport button:focus-visible { border-color: var(--accent); color: var(--accent); }
.video-play-toggle { background: var(--accent) !important; color: #0b0b0d !important; border-color: var(--accent) !important; }
body.modal-open { overflow: hidden; }

.process { border-top: 1px solid var(--line); }
.process-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.process-card { min-height: 320px; padding: 26px; border: 1px solid var(--line); border-radius: 18px; background: linear-gradient(145deg, rgba(255,255,255,.035), transparent); display: flex; flex-direction: column; transition: transform .25s, border-color .25s; }
.process-card:hover { transform: translateY(-7px); border-color: rgba(255,92,53,.55); }
.process-card > span { color: var(--accent); font-size: 11px; }
.process-card h3 { margin: auto 0 16px; font-size: 25px; }
.process-card p { margin: 0; color: var(--muted); line-height: 1.65; font-size: 14px; }

.about { padding-top: 20px; }
.about-panel { position: relative; padding: clamp(34px, 5vw, 72px); overflow: hidden; border: 1px solid rgba(243,203,85,.22); border-radius: 30px; background: radial-gradient(circle at 88% 8%, rgba(243,203,85,.15), transparent 32%), linear-gradient(145deg, #151519, #09090b 68%); color: var(--text); }
.about-panel::after { content: "VOSTALYA"; position: absolute; right: -22px; bottom: -42px; color: rgba(255,255,255,.025); font: 800 clamp(80px, 15vw, 210px) "Manrope"; letter-spacing: -.08em; pointer-events: none; }
.about-intro { position: relative; z-index: 1; display: grid; grid-template-columns: 1.2fr .8fr; align-items: end; gap: 70px; }
.about .eyebrow { color: var(--muted); }
.about-copy h2 { margin: 32px 0; font-size: clamp(56px, 8vw, 112px); line-height: .88; letter-spacing: -.065em; }
.about-copy h2 em { color: var(--accent); }
.about-copy p { max-width: 620px; margin: 0; color: #aaa7af; line-height: 1.75; font-size: 17px; }
.about-signature { justify-self: end; display: grid; justify-items: end; }
.about-signature img { width: min(430px, 34vw); max-width: 100%; height: auto; display: block; filter: drop-shadow(0 18px 40px rgba(243,203,85,.14)); }
.about-signature small { margin-top: 25px; color: var(--accent); font-size: 11px; letter-spacing: .18em; }
.about-path { position: relative; z-index: 1; margin-top: clamp(52px, 7vw, 96px); display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); }
.about-path article { min-height: 260px; padding: 28px 28px 14px 0; border-right: 1px solid var(--line); }
.about-path article + article { padding-left: 28px; }
.about-path article:last-child { border-right: 0; }
.about-path article > span { color: var(--accent); font: 700 12px "Manrope"; }
.about-path small { margin-left: 18px; color: var(--muted); font-size: 11px; letter-spacing: .14em; }
.about-path h3 { max-width: 260px; margin: 76px 0 14px; font-size: clamp(22px, 2vw, 29px); letter-spacing: -.04em; }
.about-path p { max-width: 330px; margin: 0; color: var(--muted); font-size: 14px; line-height: 1.65; }

.contact { min-height: 760px; position: relative; display: grid; grid-template-columns: 1fr .72fr; gap: 100px; align-items: center; }
.contact-glow { width: 500px; height: 500px; position: absolute; left: -30%; bottom: -25%; border-radius: 50%; background: rgba(255,92,53,.15); filter: blur(110px); }
.contact-copy { position: relative; }
.contact-copy h2 { font-size: clamp(48px, 5.8vw, 82px); line-height: 1; letter-spacing: -.055em; }
.contact-copy > p { max-width: 520px; color: var(--muted); line-height: 1.7; }
.contact-links { margin-top: 32px; display: flex; align-items: flex-start; flex-direction: column; gap: 16px; }
.contact-mail { display: inline-flex; gap: 20px; padding-bottom: 8px; border-bottom: 1px solid var(--accent); }
.contact-mail span { color: var(--accent); }
.contact-form { padding: 34px; border: 1px solid var(--line); border-radius: 22px; background: rgba(255,255,255,.025); }
.contact-form label { display: block; margin-bottom: 20px; color: #ccc9d0; font-size: 11px; letter-spacing: .03em; }
.contact-form input, .contact-form select, .contact-form textarea { width: 100%; margin-top: 8px; padding: 14px 0; border: 0; border-bottom: 1px solid var(--line); border-radius: 0; outline: 0; background: transparent; color: var(--text); resize: vertical; }
.contact-form select option { color: #111; }
.contact-form input:focus, .contact-form select:focus, .contact-form textarea:focus { border-color: var(--accent); }
.contact-form .button { width: 100%; margin-top: 8px; }
.form-note { min-height: 20px; margin: 12px 0 0; color: var(--lime); font-size: 12px; text-align: center; }

.site-footer { min-height: 120px; border-top: 1px solid var(--line); display: flex; align-items: center; justify-content: space-between; gap: 28px; color: var(--muted); font-size: 11px; }
.site-footer > div { display: flex; gap: 24px; }
.site-footer a:hover { color: white; }

.floating-whatsapp { position: fixed; right: 22px; bottom: 22px; z-index: 40; display: flex; align-items: center; gap: 12px; padding: 11px 18px 11px 11px; border: 1px solid rgba(255,255,255,.28); border-radius: 999px; background: #25d366; color: #061d10; box-shadow: 0 18px 50px rgba(37,211,102,.32); transition: transform .22s, background .22s, box-shadow .22s; }
.floating-whatsapp:hover { transform: translateY(-4px); background: #34e477; box-shadow: 0 22px 60px rgba(37,211,102,.44); }
.floating-whatsapp::before { content: ""; position: absolute; inset: -5px; border: 1px solid rgba(37,211,102,.5); border-radius: inherit; animation: whatsappPulse 2.4s ease-out infinite; pointer-events: none; }
.floating-whatsapp-icon { width: 42px; height: 42px; flex: 0 0 42px; display: grid; place-items: center; border-radius: 50%; background: white; color: #25d366; }
.floating-whatsapp-icon svg { width: 24px; height: 24px; display: block; fill: currentColor; }
.floating-whatsapp-copy { display: grid; gap: 1px; }
.floating-whatsapp-copy small { font-size: 9px; font-weight: 800; letter-spacing: .15em; opacity: .68; }
.floating-whatsapp-copy strong { font: 700 14px "Manrope", sans-serif; white-space: nowrap; }

.reveal { opacity: 0; transform: translateY(28px); transition: opacity .8s ease, transform .8s cubic-bezier(.22,1,.36,1); }
.reveal.visible { opacity: 1; transform: none; }
@keyframes marquee { to { transform: translateX(-50%); } }
@keyframes spin { to { transform: rotate(360deg); } }
@keyframes whatsappPulse { 0%, 100% { opacity: 0; transform: scale(.97); } 35% { opacity: .7; } 80% { opacity: 0; transform: scale(1.08); } }

@media (max-width: 980px) {
  .desktop-nav, .header-cta { display: none; }
  .menu-button { width: 44px; height: 44px; padding: 0; display: grid; place-content: center; gap: 6px; border: 1px solid var(--line); border-radius: 50%; background: transparent; }
  .menu-button span { width: 16px; height: 1px; background: white; transition: .25s; }
  .menu-button[aria-expanded="true"] span:first-child { transform: translateY(3.5px) rotate(45deg); }
  .menu-button[aria-expanded="true"] span:last-child { transform: translateY(-3.5px) rotate(-45deg); }
  .mobile-nav { position: absolute; top: 76px; right: 0; width: min(320px, 90vw); padding: 24px; display: none; flex-direction: column; gap: 4px; border: 1px solid var(--line); border-radius: 18px; background: rgba(15,15,19,.96); backdrop-filter: blur(18px); }
  .mobile-nav.open { display: flex; }
  .mobile-nav a { padding: 14px; border-bottom: 1px solid var(--line); }
  .hero { padding-top: 80px; grid-template-columns: 1fr; }
  .hero-copy { max-width: 820px; }
  .hero-visual { width: min(620px, 100%); justify-self: center; }
  .section-heading { grid-template-columns: 1fr; gap: 26px; }
  .work-heading > p { justify-self: start; }
  .service-item > div { grid-template-columns: 1fr; gap: 14px; }
  .process-grid { grid-template-columns: repeat(2, 1fr); }
  .about-intro { grid-template-columns: 1fr; gap: 40px; }
  .about-signature { justify-self: start; justify-items: start; }
  .about-path { grid-template-columns: 1fr; }
  .about-path article, .about-path article + article { min-height: 0; padding: 26px 0; border-right: 0; border-bottom: 1px solid var(--line); }
  .about-path article:last-child { border-bottom: 0; }
  .about-path h3 { margin-top: 34px; }
  .contact { grid-template-columns: 1fr; gap: 60px; }
  .contact { padding-block: 120px; }
}

@media (max-width: 680px) {
  .section-shell, .site-header { width: min(calc(100% - 30px), var(--max)); }
  .site-header { height: 76px; }
  .hero { min-height: auto; padding-top: 68px; gap: 52px; }
  h1 { font-size: clamp(46px, 14vw, 66px); }
  .hero-lead { font-size: 16px; }
  .hero-actions { align-items: stretch; flex-direction: column; }
  .hero-visual { height: 410px; }
  .card-social { left: 8%; right: 8%; min-height: 215px; padding: 22px; }
  .card-social strong { margin-top: 45px; font-size: 25px; }
  .hero-proof { display: none; }
  .services, .work, .process, .about, .contact { padding-block: 90px; }
  .section-heading { margin-bottom: 48px; }
  .service-item { grid-template-columns: 38px 1fr; padding: 28px 0; }
  .service-icon { display: none; }
  .video-rail { width: calc(100vw - 15px); grid-auto-columns: minmax(240px, 78vw); margin-right: calc((100vw - 100%) * -1); }
  .process-grid { grid-template-columns: 1fr; }
  .process-card { min-height: 260px; }
  .about-panel { padding: 34px 24px; border-radius: 20px; }
  .about-copy h2 { margin: 26px 0; }
  .about-signature img { width: min(330px, 88vw); }
  .about-signature small { margin-top: 18px; font-size: 9px; }
  .video-modal { width: calc(100vw - 18px); }
  .video-modal-player { max-height: 58vh; }
  .contact { gap: 48px; }
  .contact-form { padding: 24px 18px; }
  .brand-logo { width: 170px; height: 54px; }
  .contact-mail { font-size: 13px; }
  .site-footer { padding: 36px 0; align-items: flex-start; flex-direction: column; }
  .floating-whatsapp { right: 15px; bottom: 15px; padding: 9px 14px 9px 9px; }
  .floating-whatsapp-icon { width: 38px; height: 38px; flex-basis: 38px; }
  .floating-whatsapp-copy small { display: none; }
}

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