/*
Theme Name: Athena Fossey
Theme URI: https://thefreewebsiteguys.com/
Author: The Free Website Guys
Author URI: https://thefreewebsiteguys.com
Description: WordPress theme that reproduces the Lovable Athena Fossey portfolio frontend with Customizer controls and controlled item capacities.
Version: 1.0.0
Requires at least: 6.4
Tested up to: 6.5
Requires PHP: 7.4
Text Domain: athena-fossey
*/

@import url("https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400;0,500;0,600;0,700;0,800;0,900;1,400;1,700&family=Inter:wght@300;400;500;600;700&display=swap");

:root {
  --background: #021022;
  --background-rgb: 2, 16, 34;
  --foreground: #e2ebf3;
  --foreground-rgb: 226, 235, 243;
  --card: #041325;
  --card-rgb: 4, 19, 37;
  --primary: #c9a240;
  --primary-rgb: 201, 162, 64;
  --primary-foreground: #021022;
  --primary-foreground-rgb: 2, 16, 34;
  --secondary: #0a1829;
  --secondary-rgb: 10, 24, 41;
  --muted-foreground: #8599ad;
  --muted-foreground-rgb: 133, 153, 173;
  --destructive: #ef4444;
  --destructive-rgb: 239, 68, 68;
  --border: #122236;
  --border-rgb: 18, 34, 54;
  --gold-light: #dbbd70;
  --gold-light-rgb: 219, 189, 112;
  --header-gold: #d9bb6e;
  --radius: 0.5rem;
}

* { box-sizing: border-box; border-color: var(--border); }
html { scroll-behavior: smooth; }
body { margin: 0; min-width: 320px; background: var(--background); color: var(--foreground); font-family: "Inter", sans-serif; line-height: 1.5; }
img, svg, video { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, textarea { font: inherit; }
button { cursor: pointer; }
h1, h2, h3, h4, h5, h6 { margin: 0; font-family: "Playfair Display", serif; }
p { margin: 0; }
.site-shell { min-height: 100vh; overflow-x: hidden; }
.aft-section { padding: 6rem 1.5rem; }
.aft-container-7, .aft-container-6, .aft-container-5, .aft-container-4, .aft-container-3 { width: 100%; margin: 0 auto; }
.aft-container-7 { max-width: 80rem; }
.aft-container-6 { max-width: 72rem; }
.aft-container-5 { max-width: 64rem; }
.aft-container-4 { max-width: 56rem; }
.aft-container-3 { max-width: 48rem; }
.text-gradient-gold { background: linear-gradient(135deg, var(--header-gold), color-mix(in srgb, var(--header-gold) 70%, white)); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; }
.gold-glow { box-shadow: 0 0 20px hsla(43, 56%, 52%, 0.15), 0 0 60px hsla(43, 56%, 52%, 0.05); }
.aft-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; }
.aft-nav { position: fixed; top: 0; right: 0; left: 0; z-index: 50; transition: background-color 0.5s ease, box-shadow 0.5s ease, border-color 0.5s ease, backdrop-filter 0.5s ease, top 0.3s ease; border-bottom: 1px solid transparent; }
/* Evitar superposición con la barra de administración de WordPress (admin-bar: 32px desktop, 46px mobile) */
body.admin-bar .aft-nav { top: 32px; }
.aft-nav.is-scrolled { background: rgba(var(--background-rgb), 0.9); border-color: var(--border); box-shadow: 0 10px 15px -3px rgba(0,0,0,0.1), 0 4px 6px -4px rgba(0,0,0,0.1); backdrop-filter: blur(12px); }
.aft-nav-inner { display: flex; align-items: center; justify-content: space-between; padding: 1rem 1.5rem; }
.aft-brand { display: inline-flex; align-items: center; gap: 0.75rem; }
.aft-brand:hover .aft-brand-text { color: var(--primary); }
.aft-brand-text { font-family: "Playfair Display", serif; font-size: 1.125rem; font-weight: 700; transition: color 0.3s ease; }
.aft-logo { display: inline-flex; align-items: center; justify-content: center; color: var(--primary); flex-shrink: 0; }
.aft-logo svg, .aft-icon svg, .aft-button-icon svg, .aft-faq-chevron svg, .aft-inline-icon svg { width: 100%; height: 100%; stroke: currentColor; fill: none; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
/* Icon sizes (Lovable: h-8=2rem, h-6=1.5rem, h-5=1.25rem, h-4=1rem, h-3=0.75rem) */
.aft-brand .aft-logo { width: 2rem; height: 2rem; }
.aft-footer-brand .aft-logo { width: 1.5rem; height: 1.5rem; flex-shrink: 0; }
.aft-footer-meta .aft-inline-icon { width: 0.75rem; height: 0.75rem; }
.aft-nav-links { display: none; align-items: center; gap: 2rem; }
.aft-nav-link { font-size: 0.875rem; font-weight: 500; color: var(--muted-foreground); transition: color 0.3s ease; }
.aft-nav-link:hover, .aft-mobile-link:hover, .aft-social-text-link:hover, .aft-footer-link:hover, .aft-about-social:hover .aft-about-social-icon, .aft-about-social:hover, .aft-text-link:hover { color: var(--primary); }
.aft-mobile-toggle { display: inline-flex; align-items: center; justify-content: center; width: 2.5rem; height: 2.5rem; padding: 0; border: 0; background: transparent; color: var(--foreground); }
.aft-mobile-toggle-open, .aft-mobile-toggle-close { display: inline-flex; align-items: center; justify-content: center; width: 1.5rem; height: 1.5rem; flex-shrink: 0; }
.aft-mobile-toggle-open[hidden], .aft-mobile-toggle-close[hidden] { display: none; }
.aft-mobile-toggle .aft-icon { display: inline-flex; align-items: center; justify-content: center; width: 1.5rem; height: 1.5rem; flex-shrink: 0; }
.aft-mobile-menu { max-height: 0; overflow: hidden; background: rgba(var(--background-rgb), 0.95); border-bottom: 1px solid var(--border); opacity: 0; transition: max-height 0.4s ease, opacity 0.3s ease; backdrop-filter: blur(12px); }
.aft-mobile-menu.is-open { max-height: 24rem; opacity: 1; }
.aft-mobile-menu-inner { display: flex; flex-direction: column; gap: 1rem; padding: 1rem 1.5rem; }
.aft-mobile-link { font-size: 1rem; font-weight: 500; color: var(--muted-foreground); transition: color 0.3s ease; }
.aft-hero { position: relative; display: flex; align-items: center; justify-content: center; min-height: 100vh; overflow: hidden; }
.aft-hero-media, .aft-hero-overlay { position: absolute; inset: 0; }
.aft-hero-media img { width: 100%; height: 100%; object-fit: cover; animation: aftHeroZoom 20s ease-in-out infinite; transform-origin: center center; }
.aft-hero-overlay { background: linear-gradient(to bottom, rgba(var(--background-rgb), 0.7), rgba(var(--background-rgb), 0.5), var(--background)); }
.aft-hero-content { position: relative; z-index: 10; max-width: 56rem; padding: 0 1.5rem; text-align: center; }
.aft-hero-logo { width: 4rem; height: 4rem; margin: 0 auto 1.5rem; }
.aft-hero-title { margin-bottom: 1rem; font-size: 3rem; line-height: 1; font-weight: 700; }
.aft-hero-subtitle { margin-bottom: 0.75rem; color: var(--primary); font-family: "Playfair Display", serif; font-size: 1.25rem; font-style: italic; }
.aft-hero-description { max-width: 42rem; margin: 0 auto 2.5rem; color: #ccd5de; font-size: 0.875rem; }
.aft-hero-cta { display: inline-flex; align-items: center; gap: 0.5rem; color: var(--primary); font-size: 0.875rem; transition: color 0.3s ease; }
.aft-hero-cta .aft-icon { width: 1rem; height: 1rem; }
.aft-hero-cta:hover { color: var(--gold-light); }
.aft-bounce { animation: aftBounce 1s infinite; }
.aft-about-grid, .aft-contact-grid { display: grid; gap: 4rem; align-items: center; }
.aft-section-title-wrap { margin-bottom: 3rem; text-align: center; }
.aft-section-title-wrap.aft-align-left { text-align: left; }
.aft-section-title { margin-bottom: 0.5rem; font-size: 2.25rem; line-height: 1.1; font-weight: 700; }
.aft-section-rule { width: 4rem; height: 0.125rem; margin: 0 auto 1.5rem; background: var(--primary); }
.aft-align-left .aft-section-rule { margin-left: 0; }
.aft-section-copy { max-width: 36rem; margin: 0 auto; color: var(--muted-foreground); }
.aft-align-left .aft-section-copy { margin-left: 0; }
.aft-resume-link, .aft-cta-button, .aft-portfolio-button, .aft-contact-submit { display: inline-flex; align-items: center; gap: 0.5rem; border-radius: 0.75rem; transition: all 0.3s ease; }
.aft-resume-link { margin-bottom: 2rem; padding: 0.5rem 1rem; border: 1px solid rgba(var(--primary-rgb), 0.5); background: rgba(var(--primary-rgb), 0.2); color: var(--primary); font-size: 0.875rem; font-weight: 500; }
.aft-resume-link:hover { background: rgba(var(--primary-rgb), 0.3); border-color: var(--primary); }
.aft-about-body-primary { margin-bottom: 1.5rem; color: rgba(var(--foreground-rgb), 0.9); font-size: 1rem; line-height: 1.625; }
.aft-about-body-secondary { margin-bottom: 2rem; color: var(--muted-foreground); font-size: 0.875rem; line-height: 1.625; }
.aft-about-socials { display: flex; flex-wrap: wrap; gap: 1rem; }
.aft-about-social { display: inline-flex; align-items: center; gap: 0.5rem; padding: 0.5rem 1rem; border: 1px solid var(--border); border-radius: 0.75rem; background: var(--secondary); color: var(--foreground); font-size: 0.875rem; transition: all 0.3s ease; }
.aft-about-social:hover { background: rgba(var(--primary-rgb), 0.2); border-color: rgba(var(--primary-rgb), 0.5); }
.aft-about-social-icon { display: inline-flex; align-items: center; justify-content: center; }
.aft-inline-icon { display: inline-flex; align-items: center; justify-content: center; width: 0.75rem; height: 0.75rem; flex-shrink: 0; color: var(--muted-foreground); }
.aft-about-visual { position: relative; }
.aft-about-glow { position: absolute; inset: 0; border-radius: 1rem; background: rgba(var(--primary-rgb), 0.1); filter: blur(40px); transform: scale(1.1); animation: aftPulseGlow 4s ease-in-out infinite; }
.aft-about-card { position: relative; overflow: hidden; border: 1px solid rgba(var(--primary-rgb), 0.25); border-radius: 1rem; box-shadow: 0 25px 50px -12px rgba(var(--primary-rgb), 0.15); }
.aft-about-card img { width: 100%; height: auto; }
.aft-decor, .aft-sparkle { position: absolute; pointer-events: none; }
.aft-decor.one { right: -1rem; bottom: -1rem; width: 6rem; height: 6rem; border: 2px solid rgba(var(--primary-rgb), 0.2); border-radius: 1rem; }
.aft-decor.two { top: -1rem; left: -1rem; width: 4rem; height: 4rem; border: 2px solid rgba(var(--primary-rgb), 0.15); border-radius: 999px; }
.aft-decor.three { top: -0.5rem; right: -1.5rem; width: 2rem; height: 2rem; border: 1px solid rgba(var(--primary-rgb), 0.1); border-radius: 999px; }
.aft-decor.four { bottom: -1.5rem; left: -0.5rem; width: 2.5rem; height: 2.5rem; border: 1px solid rgba(var(--primary-rgb), 0.1); border-radius: 0.5rem; transform: rotate(12deg); }
.aft-sparkle { border-radius: 999px; animation: aftSparkle 3s ease-in-out infinite; }
.aft-sparkle.one { top: -0.75rem; right: 2rem; width: 0.5rem; height: 0.5rem; background: rgba(var(--primary-rgb), 0.4); }
.aft-sparkle.two { left: -1.25rem; bottom: 1rem; width: 0.375rem; height: 0.375rem; background: rgba(var(--primary-rgb), 0.3); animation-delay: 1s; }
.aft-sparkle.three { right: 3rem; bottom: -0.5rem; width: 0.375rem; height: 0.375rem; background: rgba(var(--primary-rgb), 0.35); animation-delay: 2s; }
.aft-portfolio-grid { display: grid; grid-template-columns: 1fr; gap: 1rem; grid-auto-rows: 220px; }
.aft-portfolio-card { position: relative; display: block; overflow: hidden; min-height: 200px; border: 1px solid var(--border); border-radius: 0.75rem; background: var(--card); transition: transform 0.3s ease; }
.aft-portfolio-card:hover { transform: scale(1.02); }
.aft-portfolio-image { width: 100%; height: 100%; object-fit: cover; transition: transform 0.7s ease; }
.aft-portfolio-card:hover .aft-portfolio-image { transform: scale(1.1); }
.aft-portfolio-overlay { position: absolute; inset: 0; display: flex; align-items: flex-end; padding: 1rem; opacity: 0; background: linear-gradient(to top, rgba(var(--background-rgb), 0.9), transparent, transparent); transition: opacity 0.3s ease; }
.aft-portfolio-card:hover .aft-portfolio-overlay { opacity: 1; }
.aft-portfolio-overlay-row { display: flex; align-items: center; justify-content: space-between; width: 100%; gap: 0.75rem; }
.aft-portfolio-title { font-size: 0.875rem; font-weight: 600; }
.aft-portfolio-button-wrap, .aft-services-cta-wrap { display: flex; justify-content: center; margin-top: 2.5rem; }
.aft-portfolio-button { padding: 0.75rem 2rem; border-radius: 0.75rem; background: var(--primary); color: var(--primary-foreground); font-size: 0.875rem; font-weight: 600; box-shadow: 0 10px 15px -3px rgba(0,0,0,0.1), 0 4px 6px -4px rgba(0,0,0,0.1); }
.aft-portfolio-button:hover { filter: brightness(1.1); transform: scale(1.05); }
.aft-services-grid { display: grid; gap: 2rem; margin-bottom: 2.5rem; }
.aft-service-card { padding: 2rem; border: 1px solid var(--border); border-radius: 1rem; background: var(--card); transition: border-color 0.3s ease, transform 0.3s ease; }
.aft-service-card-empty { display: none; }
.aft-service-card:hover { border-color: rgba(var(--primary-rgb), 0.4); }
.aft-service-icon, .aft-experience-icon, .aft-contact-card-icon, .aft-button-icon { display: inline-flex; align-items: center; justify-content: center; flex-shrink: 0; }
.aft-service-icon { width: 2.5rem; height: 2.5rem; margin-bottom: 1.25rem; color: var(--primary); }
.aft-service-icon .aft-icon { width: 2.5rem; height: 2.5rem; }
.aft-button-icon { width: 1rem; height: 1rem; }
.aft-service-title { margin-bottom: 0.75rem; font-size: 1.25rem; font-weight: 700; }
.aft-service-description, .aft-experience-description, .aft-faq-content, .aft-contact-lead, .aft-form-label, .aft-form-input::placeholder, .aft-form-textarea::placeholder, .aft-copyright, .aft-footer-meta { color: var(--muted-foreground); }
.aft-service-description, .aft-experience-description, .aft-faq-content { font-size: 0.875rem; line-height: 1.625; }
.aft-cta-button { padding: 0.75rem 1.5rem; border-radius: 0.5rem; background: var(--primary); color: var(--primary-foreground); font-size: 0.875rem; font-weight: 600; }
.aft-cta-button:hover, .aft-contact-submit:hover { background: rgba(var(--primary-rgb), 0.9); }
.aft-experience-wrap { position: relative; }
.aft-experience-line { position: absolute; top: 0; bottom: 0; left: 1.5rem; width: 1px; background: var(--border); }
.aft-experience-list { display: flex; flex-direction: column; gap: 3rem; }
.aft-experience-item { position: relative; display: flex; gap: 1.5rem; align-items: flex-start; }
.aft-experience-dot { position: absolute; top: 0.5rem; left: 1.5rem; width: 0.75rem; height: 0.75rem; border-radius: 999px; background: var(--primary); transform: translateX(-50%); z-index: 2; }
.aft-experience-card-wrap { width: 100%; margin-left: 3.5rem; }
.aft-experience-card { padding: 1.5rem; border: 1px solid var(--border); border-radius: 0.75rem; background: var(--card); transition: border-color 0.3s ease; }
.aft-experience-card:not(.is-highlight):hover { border-color: rgba(var(--primary-rgb), 0.3); }
.aft-experience-card.is-highlight { background: rgba(var(--primary-rgb), 0.1); border-color: rgba(var(--primary-rgb), 0.4); }
.aft-experience-meta { display: flex; align-items: center; gap: 0.75rem; margin-bottom: 0.75rem; }
.aft-experience-icon { width: 1.25rem; height: 1.25rem; color: var(--muted-foreground); }
.aft-experience-icon .aft-icon { width: 1.25rem; height: 1.25rem; }
.aft-experience-card.is-highlight .aft-experience-icon, .aft-portfolio-overlay .aft-icon, .aft-footer-meta a, .aft-text-link { color: var(--primary); }
.aft-portfolio-overlay .aft-icon { width: 1rem; height: 1rem; }
.aft-experience-year { color: var(--primary); font-size: 0.75rem; font-weight: 600; letter-spacing: 0.05em; text-transform: uppercase; }
.aft-experience-title { margin-bottom: 0.5rem; font-size: 1.125rem; font-weight: 700; }
.aft-faq-list { display: flex; flex-direction: column; gap: 0.75rem; }
.aft-faq-item { border: 1px solid var(--border); border-radius: 0.75rem; background: rgba(var(--card-rgb), 0.5); transition: border-color 0.3s ease, box-shadow 0.3s ease; }
.aft-faq-item.is-open { border-color: rgba(var(--primary-rgb), 0.4); box-shadow: 0 0 20px rgba(var(--primary-rgb), 0.15), 0 0 60px rgba(var(--primary-rgb), 0.05); }
.aft-faq-trigger { display: flex; align-items: center; justify-content: space-between; width: 100%; padding: 1.25rem 1.5rem; background: transparent; border: 0; color: var(--foreground); text-align: left; }
.aft-faq-trigger:hover { color: var(--primary); }
.aft-faq-question { font-family: "Playfair Display", serif; font-size: 1rem; font-weight: 600; }
.aft-faq-chevron { width: 1rem; height: 1rem; color: var(--muted-foreground); transition: transform 0.2s ease; }
.aft-faq-item.is-open .aft-faq-chevron { transform: rotate(180deg); }
.aft-faq-panel { max-height: 0; overflow: hidden; transition: max-height 0.2s ease; }
.aft-faq-panel-inner { padding: 0 1.5rem 1.25rem; }
.aft-contact-grid { gap: 2.5rem; }
.aft-contact-stack { display: flex; flex-direction: column; gap: 1.25rem; }
.aft-contact-stack .aft-section-title-wrap { margin-bottom: 2rem; }
.aft-contact-card { display: flex; align-items: center; gap: 1rem; padding: 1.25rem 2rem; border: 1px solid rgba(var(--primary-rgb), 0.15); border-radius: 1rem; background: linear-gradient(to bottom right, rgba(var(--secondary-rgb), 0.8), rgba(var(--secondary-rgb), 0.4)); box-shadow: 0 10px 15px -3px rgba(0,0,0,0.1), 0 4px 6px -4px rgba(0,0,0,0.1); transition: transform 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease; text-align: left; }
.aft-contact-card:hover { transform: translateY(-2px) scale(1.02); border-color: rgba(var(--primary-rgb), 0.4); box-shadow: 0 10px 15px -3px rgba(var(--primary-rgb), 0.1), 0 4px 6px -4px rgba(var(--primary-rgb), 0.1); }
.aft-contact-card-icon-wrap { display: inline-flex; padding: 0.625rem; border-radius: 0.75rem; background: rgba(var(--primary-rgb), 0.15); transition: background-color 0.3s ease; }
.aft-contact-card:hover .aft-contact-card-icon-wrap { background: rgba(var(--primary-rgb), 0.25); }
.aft-contact-card-icon { width: 1.25rem; height: 1.25rem; color: var(--primary); }
.aft-contact-card-icon .aft-icon { width: 1.25rem; height: 1.25rem; }
.aft-contact-card-label { margin-bottom: 0.125rem; color: var(--muted-foreground); font-size: 0.75rem; }
.aft-contact-card-value { color: var(--foreground); font-weight: 500; display: block; }
.aft-social-text-links { display: flex; flex-wrap: wrap; align-items: center; gap: 1.5rem; padding-top: 1rem; padding-left: 0.5rem; }
.aft-contact-lead { font-size: 1rem; line-height: 1.5; margin: 0; }
.aft-social-text-link { display: inline-flex; align-items: center; gap: 0.375rem; color: var(--muted-foreground); font-size: 0.875rem; transition: color 0.3s ease; }
.aft-social-text-link .aft-inline-icon { transition: transform 0.3s ease; }
.aft-social-text-link:hover .aft-inline-icon { transform: translate(2px, -2px); }
.aft-contact-form { display: flex; flex-direction: column; gap: 1.25rem; padding: 2rem; border: 1px solid var(--border); border-radius: 1rem; background: var(--card); }
.aft-form-field { display: flex; flex-direction: column; }
.aft-form-label { margin-bottom: 0.375rem; font-size: 0.875rem; }
.aft-form-input, .aft-form-textarea { width: 100%; padding: 0.75rem 1rem; border: 1px solid var(--border); border-radius: 0.75rem; background: rgba(var(--secondary-rgb), 0.6); color: var(--foreground); outline: none; transition: border-color 0.3s ease; }
.aft-form-input:focus, .aft-form-textarea:focus { border-color: rgba(var(--primary-rgb), 0.5); }
.aft-form-textarea { min-height: 8.5rem; resize: none; }
.aft-contact-submit { align-self: flex-start; padding: 0.75rem 1.5rem; border: 0; background: var(--primary); color: var(--primary-foreground); font-size: 0.875rem; font-weight: 600; }
.aft-contact-submit:disabled { opacity: 0.5; }
.aft-footer { padding: 2.5rem 1.5rem; border-top: 1px solid var(--border); }
.aft-footer-inner { display: flex; flex-direction: column; gap: 1.5rem; align-items: center; justify-content: space-between; color: var(--muted-foreground); font-size: 0.875rem; }
.aft-footer-brand, .aft-footer-links, .aft-footer-meta { display: flex; align-items: center; }
.aft-footer-brand { gap: 0.75rem; }
.aft-footer-links { flex-wrap: wrap; justify-content: center; gap: 1.25rem; }
.aft-footer-link, .aft-footer-meta a { transition: color 0.3s ease; }
.aft-footer-meta a { display: inline-flex; align-items: center; gap: 0.25rem; }
.aft-footer-meta a:hover { color: var(--gold-light); }
.aft-toast-stack { position: fixed; top: 1.5rem; right: 1.5rem; z-index: 100; display: flex; flex-direction: column; gap: 0.75rem; pointer-events: none; }
.aft-toast { min-width: 18rem; max-width: 22rem; padding: 0.875rem 1rem; border: 1px solid var(--border); border-radius: 0.75rem; background: rgba(var(--background-rgb), 0.96); color: var(--foreground); box-shadow: 0 10px 15px -3px rgba(0,0,0,0.15), 0 4px 6px -4px rgba(0,0,0,0.15); opacity: 0; transform: translateY(-8px); transition: opacity 0.25s ease, transform 0.25s ease; }
.aft-toast.is-visible { opacity: 1; transform: translateY(0); }
.aft-toast.is-error { border-color: rgba(var(--destructive-rgb), 0.45); }
.aft-toast.is-success { border-color: rgba(var(--primary-rgb), 0.45); }
.aft-reveal, .aft-reveal-left, .aft-reveal-right, .aft-hero-intro, .aft-hero-title, .aft-hero-subtitle, .aft-hero-description, .aft-hero-cta { opacity: 0; }
.aft-reveal, .aft-hero-description, .aft-hero-cta { transform: translateY(30px); }
.aft-reveal-left { transform: translateX(-40px); }
.aft-reveal-right { transform: translateX(40px); }
.aft-hero-intro { transform: translateY(30px); animation: aftFadeUp 1s ease forwards 0.2s; }
.aft-hero-title { transform: translateY(40px); animation: aftFadeUp 1s ease forwards 0.4s; }
.aft-hero-subtitle { transform: translateY(30px); animation: aftFadeUp 1s ease forwards 0.7s; }
.aft-hero-description { animation: aftFadeUp 1s ease forwards 0.9s; }
.aft-hero-cta { animation: aftFade 1s ease forwards 1.2s; }
.aft-reveal.is-visible, .aft-reveal-left.is-visible, .aft-reveal-right.is-visible { opacity: 1; transform: translate(0,0); transition: opacity 0.8s ease, transform 0.8s ease; }
@keyframes aftFadeUp { from { opacity: 0; transform: translateY(30px); } to { opacity: 1; transform: translateY(0); } }
@keyframes aftFade { from { opacity: 0; } to { opacity: 1; } }
@keyframes aftHeroZoom { 0%,100% { transform: scale(1); } 50% { transform: scale(1.08); } }
@keyframes aftPulseGlow { 0%,100% { opacity: 0.3; } 50% { opacity: 0.6; } }
@keyframes aftSparkle { 0%,100% { opacity: 0; transform: scale(0.5); } 50% { opacity: 1; transform: scale(1); } }
@keyframes aftBounce { 0%,100% { transform: translateY(-25%); animation-timing-function: cubic-bezier(0.8,0,1,1); } 50% { transform: translateY(0); animation-timing-function: cubic-bezier(0,0,0.2,1); } }
@media (min-width: 640px) { .aft-hero-title { font-size: 4.5rem; } .aft-hero-subtitle { font-size: 1.5rem; } .aft-hero-description, .aft-about-body-secondary, .aft-contact-card-value { font-size: 1rem; } .aft-section-title { font-size: 3rem; } .aft-portfolio-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); } .aft-portfolio-card-wide { grid-column: span 2 / span 2; } }
@media (max-width: 782px) { body.admin-bar .aft-nav { top: 46px; } }
@media (min-width: 768px) { .aft-nav-links { display: flex; } .aft-mobile-toggle, .aft-mobile-menu { display: none; } .aft-about-grid, .aft-contact-grid, .aft-services-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); } .aft-contact-grid { align-items: start; } .aft-experience-line { left: 50%; transform: translateX(-1px); } .aft-experience-dot { left: 50%; } .aft-experience-item.is-even { flex-direction: row; } .aft-experience-item.is-odd { flex-direction: row-reverse; } .aft-experience-card-wrap { width: 45%; margin-left: 0; } .aft-experience-item.is-even .aft-experience-card-wrap { margin-right: auto; padding-right: 2.5rem; } .aft-experience-item.is-odd .aft-experience-card-wrap { margin-left: auto; padding-left: 2.5rem; } .aft-footer-inner { flex-direction: row; } }
@media (min-width: 1024px) { .aft-hero-title { font-size: 6rem; } }
