.hero-section { min-height: 100vh; min-height: 100svh; min-height: 100dvh; height: 100vh; height: 100svh; height: 100dvh; padding: 0; }
.hero-content { position: relative; width: 100%; max-width: 100%; min-height: 100%; height: 100%; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 10px; }
.hero-bg { position: absolute; width: 100%; height: 100%; top: 0; left: 0; opacity: 0.2; z-index: 0; object-fit: cover; transform: scale(1.06); will-change: transform; animation: heroBgDrift 22s ease-in-out infinite alternate; }
.hero-logo { position: relative; width: clamp(80px, 12vw, 115px); height: auto; transform: rotate(-4deg); z-index: 2; }
.hero-title-main { position: relative; width: auto; height: auto; font-size: clamp(28px, 5vw, 48px); font-weight: 600; text-transform: uppercase; letter-spacing: 0.02em; color: #ffffff; z-index: 2; background-image: linear-gradient(90deg, #ffffff, rgba(255, 255, 255, 0.92), var(--accent-2)); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; }
.hero-title-top { display: none; }
.hero-tagline { position: relative; width: auto; height: auto; left: auto; top: auto; font-size: clamp(16px, 2.5vw, 20px); font-weight: 400; text-transform: uppercase; letter-spacing: 0.06em; color: var(--text-dim); z-index: 2; white-space: normal; text-align: center; margin-top: 8px; }
.hero-cta { position: relative; width: auto; height: auto; left: auto; top: auto; font-size: clamp(14px, 2.2vw, 18px); font-weight: 700; text-transform: uppercase; color: #ffffff; z-index: 4; margin-top: 10px; }
.hero-cta { display: inline-flex; align-items: center; justify-content: center; gap: 8px; padding: 12px 20px; background-image: linear-gradient(90deg, var(--accent), var(--accent-2)); border: 1px solid rgba(255, 255, 255, 0.18); border-radius: 9999px; box-shadow: var(--shadow); }
.hero-cta:hover { transform: translateY(-2px); box-shadow: 0 14px 30px rgba(0, 151, 178, 0.5); filter: brightness(1.06); }
.scroll-indicator { position: absolute; width: 74px; height: 45px; left: 506px; top: 595px; z-index: 2; }
.hero-scroll-link { display: none; }
.hero-section::after { content: ""; position: absolute; inset: 0; background: radial-gradient(ellipse at 50% 30%, rgba(0, 151, 178, 0.18), transparent 60%); pointer-events: none; transform: translate3d(0,0,0); animation: heroOverlayDrift 26s ease-in-out infinite alternate; }

.hero-section::before { content: ""; position: absolute; inset: 0; background: radial-gradient(600px 300px at 20% 10%, rgba(56, 189, 248, 0.12), transparent 60%), radial-gradient(600px 300px at 80% 85%, rgba(0, 168, 192, 0.12), transparent 60%); pointer-events: none; mix-blend-mode: screen; }

.about-section { min-height: auto; height: auto; padding: 60px 0; }
.about-bg { position: absolute; width: 100%; height: 100%; left: 0; top: 0; opacity: 0.2; z-index: 0; object-fit: cover; }
.about-title { position: relative; width: auto; height: auto; left: auto; top: auto; font-size: 40px; font-weight: 700; color: #ffffff; z-index: 2; opacity: 0; margin: 0 0 24px; text-align: left; }
.about-text { position: relative; width: 100%; height: auto; left: auto; top: auto; font-size: 20px; line-height: 26px; color: #ffffff; z-index: 2; opacity: 0; margin: 0; }
.about-text strong { font-weight: 700; }
.about-image { position: relative; z-index: 2; opacity: 0; }

.approach-section { min-height: auto; height: auto; padding: 60px 0; }
.approach-bg { position: absolute; width: 100%; height: 100%; left: 0; top: 0; opacity: 0.2; z-index: 0; object-fit: cover; }
.approach-title { position: relative; width: auto; height: auto; left: auto; top: auto; font-size: 40px; font-weight: 700; color: #ffffff; z-index: 2; opacity: 0; margin: 0 0 24px; text-align: left; }
.approach-text { position: relative; width: 100%; height: auto; left: auto; top: auto; font-size: 23px; line-height: 27px; color: #ffffff; z-index: 2; opacity: 0; margin: 0; }
.approach-list { list-style: disc; margin-left: 1.7em; }
.approach-list li { margin-bottom: 0.5em; }
.approach-image { position: relative; width: 100%; height: auto; z-index: 2; opacity: 0; object-fit: cover; }

.portfolio-section { min-height: auto; height: auto; padding: 60px 0; }
.portfolio-bg { position: absolute; width: 100%; height: 100%; left: 0; top: 0; opacity: 0.12; z-index: 0; object-fit: cover; }
.portfolio-content { display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; padding: 60px 20px; min-height: auto; gap: 16px; }
.portfolio-title { width: auto; max-width: 469px; margin: 0 auto 20px; font-size: clamp(24px, 3vw, 30px); font-weight: 700; color: #ffffff; z-index: 2; opacity: 0; }
.portfolio-subtitle { width: auto; max-width: 298px; margin: 0 auto 20px; font-size: clamp(14px, 2.5vw, 18px); font-weight: 300; text-transform: uppercase; color: #ffffff; z-index: 2; opacity: 0; }
.portfolio-text { width: 100%; max-width: 1012px; margin: 0 auto 30px; font-size: clamp(16px, 2.2vw, 25px); line-height: clamp(20px, 2.6vw, 29px); color: #ffffff; z-index: 2; opacity: 0; }
.social-links { margin: 0 auto 30px; z-index: 2; display: flex; gap: 12px; justify-content: center; align-items: center; opacity: 0; }
.social-link { width: 48px; height: 48px; display: inline-flex; align-items: center; justify-content: center; border-radius: 9999px; background-image: linear-gradient(90deg, var(--accent), var(--accent-2)); border: 1px solid rgba(255, 255, 255, 0.18); box-shadow: var(--shadow); transition: transform var(--transition), box-shadow var(--transition), filter var(--transition); }
.social-link:hover { transform: translateY(-2px); box-shadow: 0 14px 30px rgba(0, 151, 178, 0.5); filter: brightness(1.06); }
.social-link.social-link-instagram, .social-link.social-link-facebook, .social-link.social-link-tiktok { width: 48px; height: 48px; margin-left: 0; }
.social-link img { width: 26px; height: 26px; object-fit: contain; }
.quote { width: 100%; max-width: 994px; margin: 0 auto 30px; font-size: 20px; font-style: italic; line-height: 23px; color: #ffffff; z-index: 2; opacity: 0; }
.quote-author { margin-top: 10px; }
.scroll-indicator-portfolio { width: 74px; height: 45px; margin: 0 auto; z-index: 2; opacity: 0; display: flex; align-items: center; justify-content: center; }

.comunicato-section { min-height: auto; height: auto; position: relative; overflow: hidden; width: 100%; padding: 60px 0; background-color: transparent; }
.comunicato-container { position: relative; width: 100%; height: auto; margin: 0 auto; display: grid; grid-template-columns: 1fr; justify-items: center; row-gap: 24px; }
.comunicato-container { z-index: 2; }
.comunicato-bg-wrapper { position: absolute; width: 100%; height: 100%; top: 0; left: 0; background-color: transparent; overflow: hidden; z-index: 0; }
.comunicato-bg-wrapper::after { content: ""; position: absolute; inset: 0; background: rgba(0,0,0,0.35); z-index: 1; }
.comunicato-bg-image { position: absolute; width: 100%; height: 100%; top: 0; left: 0; opacity: 1; object-fit: cover; z-index: 0; }
.comunicato-images-wrapper { position: relative; width: 100%; display: flex; flex-wrap: wrap; justify-content: center; align-items: center; gap: 20px; margin-top: 40px; z-index: 2; }
.comunicato-image-1 { position: relative; width: 289px; height: 385px; transform: rotate(1.39deg); z-index: 2; }
.comunicato-image-1 img { width: 100%; height: 100%; object-fit: contain; }
.comunicato-image-2 { position: relative; width: 289px; height: 385px; z-index: 2; }
.comunicato-image-2 img { width: 100%; height: 100%; object-fit: contain; }
.comunicato-image-3 { position: relative; width: 289px; height: 385px; z-index: 2; }
.comunicato-image-3 img { width: 100%; height: 100%; object-fit: contain; }
.comunicato-images-wrapper .will-animate[data-animate="scale-in"] { filter: none; }
.comunicato-link-wrapper { position: relative; width: auto; height: auto; left: auto; top: auto; z-index: 3; margin: 0 auto; }
.comunicato-link { display: inline-flex; align-items: center; justify-content: center; gap: 8px; padding: 12px 20px; color: #ffffff; background-image: linear-gradient(90deg, var(--accent), var(--accent-2)); border: 1px solid rgba(255, 255, 255, 0.18); border-radius: 9999px; box-shadow: var(--shadow); text-decoration: none; font-size: 16px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.12em; white-space: nowrap; transition: transform var(--transition), box-shadow var(--transition), filter var(--transition); }
.comunicato-link::after { content: "→"; font-weight: 700; }
.comunicato-link:hover { transform: translateY(-2px); box-shadow: 0 14px 30px rgba(0, 151, 178, 0.5); filter: brightness(1.06); }

.duccio-section { min-height: auto; height: auto; position: relative; overflow: hidden; width: 100%; background-color: rgb(15, 24, 25); padding: 60px 0 0; }
.duccio-container { position: relative; width: 100%; height: auto; margin: 0 auto; display: grid; grid-template-columns: 1fr; justify-items: center; row-gap: 24px; padding-bottom: clamp(420px, 38vw, 700px); }
.duccio-video-bg { position: absolute; width: 100%; height: 101%; top: -0.5%; left: 0; opacity: 0.43; object-fit: cover; z-index: 0; }
.duccio-main-image { position: absolute; left: 50%; bottom: 0; transform: translateX(-50%); width: clamp(420px, 38vw, 700px); height: auto; z-index: 1; }
.duccio-main-image img { width: 100%; height: 100%; object-fit: contain; }
.duccio-main-image.will-animate[data-animate="scale-in"] { filter: none; }
.duccio-coming-soon { display: none; }
.duccio-social-links { position: relative; z-index: 5; display: flex; gap: 12px; justify-content: center; }
.duccio-social-link { width: 50px; height: 50px; display: block; }
.duccio-social-link.duccio-social-link-tiktok { width: 70px; height: 70px; margin-top: -10px; }
.duccio-social-link img { width: 100%; height: 100%; object-fit: contain; }
.duccio-title { position: relative; font-size: 36px; font-weight: 700; color: #ffffff; z-index: 5; white-space: nowrap; text-align: center; }
.duccio-subtitle { position: relative; font-size: 27px; font-weight: 300; text-transform: uppercase; color: #ffffff; z-index: 5; white-space: nowrap; text-align: center; }

.footer-section { min-height: auto; height: auto; position: relative; overflow: hidden; width: 100%; background-color: rgb(15, 24, 25); }
.footer-container { position: relative; width: 100%; margin: 0 auto; }
.footer-video-bg { position: absolute; width: 100%; height: 100.4%; top: -0.2%; left: 0; opacity: 0.18; object-fit: cover; z-index: 0; pointer-events: none; }
.footer-logo-wrapper { position: relative; width: auto; height: auto; margin: 60px auto 30px; z-index: 2; display: flex; align-items: center; justify-content: center; gap: 5px; }
.footer-logo-img { width: 57px; height: 62px; transform: rotate(-4deg) translateY(8px); margin-left: -8px; }
.footer-logo-img img { width: 100%; height: 100%; object-fit: contain; }
.footer-logo-text { font-size: 22px; font-weight: 300; text-transform: uppercase; letter-spacing: 0.02em; color: #ffffff; line-height: 26px; margin-left: -30px; margin-top: 30px; }
.footer-main-text { position: relative; width: 1000px; max-width: 90%; margin: 0 auto 50px; z-index: 2; text-align: center; padding: 0 20px; }
.footer-main-text h3 { font-size: clamp(24px, 3vw, 30px); font-weight: 700; color: #ffffff; line-height: clamp(28px, 3.5vw, 34px); margin-top: 55px; margin-bottom: 15px; }
.footer-main-text p { font-size: clamp(18px, 2.5vw, 30px); font-weight: 400; color: #ffffff; line-height: clamp(22px, 3vw, 34px); margin-bottom: 10px; }
.footer-main-text p:nth-of-type(2) { margin-top: 35px; margin-bottom: 60px; }
.footer-color-bar { position: relative; width: 100%; background-color: var(--accent); background-image: linear-gradient(90deg, var(--accent), var(--accent-2)); z-index: 1; padding: 50px 20px 80px; margin-top: 0; }
.footer-cta { position: relative; width: 100%; max-width: 600px; margin: 0 auto; z-index: 2; text-align: center; }
.footer-cta h3 { font-size: 33px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.02em; color: #ffffff; line-height: 31px; margin-bottom: 30px; }
.footer-form { position: relative; width: 100%; max-width: 600px; margin: 0 auto; z-index: 2; }
.footer-form-group { margin-bottom: 20px; }
.footer-form-group label { display: block; font-size: 16px; font-weight: 500; color: #ffffff; margin-bottom: 8px; text-align: left; text-shadow: 0 1px 3px rgba(0, 0, 0, 0.3); }
.footer-form-group input,
.footer-form-group textarea { width: 100%; padding: 12px 15px; font-size: 16px; font-family: inherit; color: #ffffff; background-color: rgba(255, 255, 255, 0.25); border: 2px solid rgba(255, 255, 255, 0.5); border-radius: var(--radius); box-sizing: border-box; transition: transform var(--transition), box-shadow var(--transition), background-color var(--transition), border-color var(--transition); backdrop-filter: blur(6px); box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15); }
.footer-form-group input:focus,
.footer-form-group textarea:focus { outline: none; border-color: rgba(255, 255, 255, 0.8); background-color: rgba(255, 255, 255, 0.35); box-shadow: 0 6px 20px rgba(0, 0, 0, 0.25); }
.footer-form-group input:hover,
.footer-form-group textarea:hover { border-color: rgba(255, 255, 255, 0.7); background-color: rgba(255, 255, 255, 0.3); transform: translateY(-1px); box-shadow: 0 6px 18px rgba(0, 0, 0, 0.2); }
.footer-form-group input::placeholder,
.footer-form-group textarea::placeholder { color: rgba(255, 255, 255, 0.75); }
.footer-form-group textarea { min-height: 120px; resize: vertical; }
.footer-form-file-wrapper { position: relative; }
.footer-form-file-input { position: absolute; opacity: 0; width: 0; height: 0; }
.footer-form-file-label { display: inline-block; padding: 12px 20px; font-size: 16px; font-weight: 400; color: #ffffff; background-color: rgba(255, 255, 255, 0.25); border: 2px solid rgba(255, 255, 255, 0.5); border-radius: var(--radius); cursor: pointer; transition: transform var(--transition), box-shadow var(--transition), background-color var(--transition), border-color var(--transition); text-align: center; width: 100%; backdrop-filter: blur(6px); box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15); }
.footer-form-file-label:hover { background-color: rgba(255, 255, 255, 0.35); border-color: rgba(255, 255, 255, 0.7); box-shadow: 0 6px 18px rgba(0, 0, 0, 0.2); }
.footer-form-file-name { margin-top: 8px; font-size: 14px; color: rgba(255, 255, 255, 0.8); font-style: italic; }
.footer-form-status { margin: 12px 0; padding: 12px 16px; border-radius: 6px; font-size: 16px; }
.footer-form-status.success { background: rgba(0, 200, 120, 0.14); border: 1px solid rgba(0, 200, 120, 0.4); color: #b9f6ca; }
.footer-form-status.error { background: rgba(255, 80, 80, 0.14); border: 1px solid rgba(255, 80, 80, 0.4); color: #ffb3b3; }
.footer-form-submit { width: 100%; padding: 15px 30px; font-size: 18px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.02em; color: #ffffff; background-image: linear-gradient(90deg, var(--accent), var(--accent-2)); border: none; border-radius: var(--radius); cursor: pointer; transition: transform var(--transition), box-shadow var(--transition), filter var(--transition); margin-top: 10px; box-shadow: var(--shadow); }
.footer-form-submit:hover { transform: translateY(-2px); filter: brightness(1.05); box-shadow: 0 14px 30px rgba(0, 151, 178, 0.5); }
.footer-form-submit:active { transform: translateY(0); }
.footer-copyright { position: relative; width: 100%; max-width: 553px; margin: 40px auto 40px; z-index: 2; text-align: center; font-size: 18px; font-weight: 300; color: #ffffff; padding: 0 20px; }

.social-links { gap: 12px; }
.social-link { border-radius: 50%; transition: transform var(--transition), filter var(--transition), background-color var(--transition), border-color var(--transition); background-color: rgba(255, 255, 255, 0.08); border: 1px solid var(--surface-border); backdrop-filter: blur(4px); }
.social-link:hover { transform: translateY(-2px) scale(1.05); filter: drop-shadow(0 8px 20px rgba(0, 0, 0, 0.35)); }
.about-text { background-color: var(--surface); border: 1px solid var(--surface-border); backdrop-filter: blur(3px); border-radius: var(--radius); padding: 24px; box-shadow: var(--shadow); position: relative; }
.approach-text { background-color: var(--surface); border: 1px solid var(--surface-border); backdrop-filter: blur(3px); border-radius: var(--radius); padding: 24px; box-shadow: var(--shadow); position: relative; }
.approach-image { border-radius: var(--radius); box-shadow: none; }
.about-image { border-radius: var(--radius); box-shadow: none; }
.image-box { width: clamp(300px, 52vw, 540px); border-radius: var(--radius); overflow: hidden; background: transparent; border: none; box-shadow: none; margin: 0 auto; aspect-ratio: 4 / 3; }
.image-box img { width: 100%; height: 100%; object-fit: cover; display: block; }
.portfolio-text { background-color: var(--surface); border: 1px solid var(--surface-border); backdrop-filter: blur(3px); border-radius: var(--radius); padding: 24px; box-shadow: var(--shadow); position: relative; }
.quote { background-color: var(--surface); border: 1px solid var(--surface-border); backdrop-filter: blur(3px); border-radius: var(--radius); padding: 24px; box-shadow: var(--shadow); position: relative; }
.about-text p, .approach-text p, .portfolio-text p, .quote p { margin: 12px 0; }
.approach-list { margin: 12px 0; padding-left: 1.4em; }
.approach-list li { margin-bottom: 8px; }
.about-text::before, .approach-text::before, .portfolio-text::before, .quote::before { content: ""; position: absolute; top: 0; left: 0; width: 100%; height: 2px; background: linear-gradient(90deg, var(--accent), transparent); opacity: 0.12; border-radius: var(--radius) var(--radius) 0 0; }
.about-text::after, .approach-text::after, .portfolio-text::after, .quote::after { content: ""; position: absolute; bottom: 0; left: 0; width: 100%; height: 2px; background: linear-gradient(90deg, transparent, var(--accent)); opacity: 0.08; border-radius: 0 0 var(--radius) var(--radius); }
.comunicato-link { text-underline-offset: initial; transition: transform var(--transition), box-shadow var(--transition), filter var(--transition); }
.footer-color-bar { background-color: var(--accent); background-image: linear-gradient(90deg, var(--accent), #00bcd4); }
.footer-form-group input, .footer-form-group textarea { background-color: rgba(255, 255, 255, 0.08); border-radius: var(--radius); backdrop-filter: blur(6px); }
.about-text, .approach-text, .portfolio-text, .quote { max-width: 68ch; line-height: 1.65; }
.about-text p, .approach-text p, .portfolio-text p, .quote p, .footer-main-text p { margin: 14px 0; }
.footer-main-text h3, .about-title, .approach-title, .portfolio-title { text-wrap: balance; }
.portfolio-subtitle { margin-bottom: 12px; }
.hero-brand { position: relative; left: auto; top: auto; transform: none; display: inline-flex; align-items: center; gap: 12px; z-index: 10; }
.hero-brand .hero-logo { position: static; width: clamp(80px, 12vw, 115px); height: auto; transform: rotate(-4deg); }
.hero-brand .hero-title-main { position: static; width: auto; height: auto; font-size: clamp(28px, 5vw, 48px); font-weight: 600; text-transform: uppercase; letter-spacing: 0.02em; white-space: nowrap; background-image: linear-gradient(90deg, #ffffff, rgba(255, 255, 255, 0.92), var(--accent-2)); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; }

.duccio-section::after { content: ""; position: absolute; inset: 0; background: radial-gradient(800px 320px at 50% 100%, rgba(0, 168, 192, 0.18), transparent 60%); pointer-events: none; mix-blend-mode: screen; }
.duccio-title { background-image: linear-gradient(90deg, #ffffff, var(--accent-2)); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; }

@media only screen and (max-width: 992px) {
  .duccio-main-image.will-animate[data-animate="scale-in"] { transform: translateX(-50%) scale(0.98); }
  .duccio-main-image.is-visible { transform: translateX(-50%); }
}
.footer-form-consent { display: flex; align-items: center; gap: 10px; }
.footer-form-consent input[type="checkbox"] { width: 18px; height: 18px; }
.footer-form-consent a { text-decoration: underline; color: #ffffff; }
.footer-legal-links { margin: 18px auto 0; text-align: center; color: #ffffff; opacity: 0.9; }
.footer-legal-links a { color: #ffffff; text-decoration: underline; }
.footer-legal-links .sep { margin: 0 10px; opacity: 0.6; }
