:root{
  --ink:#10212b;
  --navy:#0d3b66;
  --blue:#176b87;
  --sky:#cbeef3;
  --sand:#f4eadb;
  --paper:#fffaf2;
  --coral:#f26b4f;
  --mustard:#e9b949;
  --white:#fff;
  --muted:#66757e;
  --line:rgba(16,33,43,.13);
  --shadow:0 24px 70px rgba(18,44,58,.14);
  --radius:28px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;background:var(--paper);color:var(--ink);font-family:Inter,ui-sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;font-size:16px;line-height:1.6;overflow-x:hidden}
a{color:inherit;text-decoration:none}
img{max-width:100%;display:block}
button,a{outline-offset:4px}
button:focus-visible,a:focus-visible{outline:3px solid var(--mustard)}
.skip-link{position:fixed;left:1rem;top:-100px;background:var(--white);padding:.8rem 1rem;z-index:999;border-radius:12px}.skip-link:focus{top:1rem}
.container{width:min(1160px,calc(100% - 40px));margin:0 auto}
.section-pad{padding:110px 0}
.section-kicker{display:inline-block;font-size:.74rem;letter-spacing:.17em;font-weight:800;text-transform:uppercase;color:var(--blue);margin-bottom:18px}.section-kicker.light{color:#9ee5ec}
h1,h2,h3,p{margin-top:0}
h1,h2,h3{letter-spacing:-.035em;line-height:1.05}
h1{font-size:clamp(3.5rem,8vw,7.8rem);font-weight:850;max-width:980px;margin-bottom:28px}
h2{font-size:clamp(2.4rem,5.5vw,5rem);font-weight:800;margin-bottom:26px}
h3{font-size:1.5rem}
em{font-family:Georgia,"Times New Roman",serif;font-weight:500}
.btn{display:inline-flex;align-items:center;justify-content:center;gap:10px;min-height:54px;padding:0 24px;border-radius:999px;font-weight:800;border:1px solid transparent;transition:transform .2s ease,box-shadow .2s ease,background .2s ease;cursor:pointer;font-size:.96rem}.btn:hover{transform:translateY(-2px)}
.btn-primary{background:var(--coral);color:var(--white);box-shadow:0 14px 30px rgba(242,107,79,.24)}.btn-primary:hover{box-shadow:0 18px 34px rgba(242,107,79,.34)}
.btn-ghost{border-color:rgba(255,255,255,.5);color:var(--white);background:rgba(255,255,255,.07);backdrop-filter:blur(8px)}.btn-ghost:hover{background:rgba(255,255,255,.14)}
.btn-light{background:var(--white);color:var(--navy)}
.text-link{font-weight:800;color:var(--blue);display:inline-flex;gap:8px;align-items:center}.text-link.dark{color:var(--ink)}
.site-header{position:absolute;inset:0 0 auto;z-index:50;color:var(--white)}
.nav-shell{width:min(1240px,calc(100% - 40px));height:92px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid rgba(255,255,255,.17)}
.brand{display:inline-flex;align-items:center;gap:12px}.brand img{width:64px;height:64px;object-fit:cover;border-radius:50%;filter:drop-shadow(0 8px 20px rgba(0,0,0,.22))}.brand span{display:flex;flex-direction:column;line-height:1}.brand strong{font-size:1.05rem}.brand small{font-size:.72rem;letter-spacing:.12em;text-transform:uppercase;margin-top:5px;opacity:.8}
.main-nav{display:flex;align-items:center;gap:28px;font-size:.9rem;font-weight:700}.main-nav>a:not(.nav-cta){opacity:.88}.main-nav>a:hover{opacity:1}.nav-cta{border:1px solid rgba(255,255,255,.5);padding:10px 16px;border-radius:999px;background:rgba(255,255,255,.09)}
.menu-toggle{display:none;border:0;background:transparent;padding:10px}.menu-toggle span{display:block;width:25px;height:2px;background:white;margin:5px}
.hero{min-height:850px;height:min(94vh,980px);position:relative;color:var(--white);display:flex;align-items:center;overflow:hidden;background:linear-gradient(100deg,rgba(4,31,52,.88) 0%,rgba(4,31,52,.65) 48%,rgba(4,31,52,.18) 100%),url('https://images.unsplash.com/photo-1469474968028-56623f02e42e?auto=format&fit=crop&w=2200&q=88') center/cover no-repeat}
.hero:after{content:"";position:absolute;inset:auto 0 0;height:160px;background:linear-gradient(to top,rgba(4,31,52,.45),transparent);pointer-events:none}
.hero-content{position:relative;z-index:2;padding-top:60px}.hero-logo{width:118px;height:118px;object-fit:cover;border-radius:50%;margin-bottom:22px;filter:drop-shadow(0 16px 34px rgba(0,0,0,.28))}.hero .eyebrow{font-size:.76rem;letter-spacing:.2em;font-weight:850;color:#a7e7ed;margin-bottom:24px}.hero p{max-width:710px;font-size:clamp(1.05rem,2vw,1.26rem);color:rgba(255,255,255,.85);margin-bottom:34px}.hero-actions{display:flex;gap:14px;flex-wrap:wrap}
.hero-card{position:absolute;right:max(4vw,32px);bottom:70px;width:min(330px,30vw);z-index:3;padding:26px 28px;border:1px solid rgba(255,255,255,.26);border-radius:22px;background:rgba(6,35,55,.48);backdrop-filter:blur(14px);box-shadow:0 24px 70px rgba(0,0,0,.15)}.hero-card-kicker{font-size:.68rem;letter-spacing:.15em;text-transform:uppercase;opacity:.75}.hero-card strong{font-size:1.35rem;display:block;margin:8px 0}.hero-card p{font-size:.9rem;line-height:1.5;margin:0}.scroll-hint{position:absolute;bottom:35px;left:32px;z-index:3;font-size:.64rem;letter-spacing:.2em;writing-mode:vertical-rl;display:flex;gap:10px;align-items:center}.scroll-hint span{font-size:1rem}
.manifesto{background:var(--sand)}.manifesto-grid{display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:start}.manifesto h2{font-size:clamp(2.6rem,5vw,4.8rem);margin:0}.manifesto-copy{padding-top:50px}.manifesto-copy p{font-size:1.22rem;max-width:580px}.pill-row{display:flex;gap:10px;flex-wrap:wrap;margin-top:30px}.pill-row span{padding:8px 12px;border:1px solid rgba(16,33,43,.16);border-radius:999px;font-weight:700;font-size:.78rem;background:rgba(255,255,255,.35)}
.video-section{background:var(--navy);color:var(--white)}.split-heading{display:flex;justify-content:space-between;align-items:end;gap:30px}.split-heading h2{max-width:780px}.video-section .text-link{color:#b9eef3;margin-bottom:32px;white-space:nowrap}.youtube-stage{margin-top:48px;border-radius:var(--radius);overflow:hidden;box-shadow:0 30px 90px rgba(0,0,0,.22);background:#062b4c;min-height:520px}.youtube-placeholder{min-height:520px;padding:60px;display:grid;grid-template-columns:110px 1fr auto;gap:34px;align-items:center;background:radial-gradient(circle at 75% 10%,rgba(90,203,215,.24),transparent 36%),linear-gradient(130deg,#092d4d,#0d4b6a)}.youtube-placeholder h3{font-size:clamp(2rem,3.5vw,3.4rem);margin-bottom:14px}.youtube-placeholder p{max-width:630px;color:rgba(255,255,255,.72)}.play-mark{width:94px;height:94px;display:grid;place-items:center;border-radius:50%;background:var(--coral);font-size:1.6rem;box-shadow:0 18px 40px rgba(0,0,0,.22)}.youtube-frame{display:block;width:100%;aspect-ratio:16/9;border:0;min-height:520px}
.section-heading{max-width:850px;margin-bottom:54px}.section-heading>p{font-size:1.08rem;color:var(--muted);max-width:650px}.section-heading.compact{margin-bottom:40px}
.destination-grid{display:grid;grid-template-columns:repeat(12,1fr);grid-auto-rows:310px;gap:18px}.destination-card{position:relative;display:flex;flex-direction:column;justify-content:space-between;overflow:hidden;border-radius:24px;color:white;padding:24px;isolation:isolate;transition:transform .25s ease,box-shadow .25s ease;background-position:center;background-size:cover}.destination-card:before{content:"";position:absolute;inset:0;z-index:-1;background:linear-gradient(to top,rgba(6,28,40,.88),rgba(6,28,40,.03) 70%)}.destination-card:hover{transform:translateY(-5px);box-shadow:var(--shadow)}.destination-card h3{font-size:2rem;margin-bottom:8px}.destination-card p{font-size:.94rem;color:rgba(255,255,255,.82);margin-bottom:12px;max-width:360px}.card-tag{align-self:flex-start;font-size:.68rem;font-weight:850;letter-spacing:.15em;background:rgba(255,255,255,.18);backdrop-filter:blur(6px);padding:6px 10px;border-radius:999px}.card-link{font-size:.82rem;font-weight:800}.card-calabria{grid-column:span 7;background-image:url('https://images.unsplash.com/photo-1533105079780-92b9be482077?auto=format&fit=crop&w=1200&q=82')}.card-mexico{grid-column:span 5;background-image:url('https://images.unsplash.com/photo-1518638150340-f706e86654de?auto=format&fit=crop&w=1200&q=82')}.card-bavaria{grid-column:span 4;background-image:url('https://images.unsplash.com/photo-1534313314376-a72289b6181e?auto=format&fit=crop&w=1000&q=82')}.card-tuscany{grid-column:span 4;background-image:url('https://images.unsplash.com/photo-1470770841072-f978cf4d019e?auto=format&fit=crop&w=1000&q=82')}.card-paris{grid-column:span 4;background-image:url('https://images.unsplash.com/photo-1502602898657-3e91760cbb34?auto=format&fit=crop&w=1000&q=82')}.card-langhe{grid-column:span 12;background-image:url('https://images.unsplash.com/photo-1506377247377-2a5b3b417ebb?auto=format&fit=crop&w=1600&q=82');background-position:center 58%}.card-langhe>div{max-width:500px}
.nearby{background:var(--coral);color:white;position:relative;overflow:hidden}.nearby:before{content:"MILANO";position:absolute;right:-60px;top:-40px;font-size:16vw;font-weight:900;letter-spacing:-.07em;color:rgba(255,255,255,.07);line-height:1}.nearby-wrap{display:grid;grid-template-columns:1fr 310px;gap:80px;align-items:center;position:relative}.nearby-copy{max-width:800px}.nearby-copy p{max-width:650px;color:rgba(255,255,255,.83);font-size:1.1rem}.nearby-stamp{width:260px;height:260px;border:2px dashed rgba(255,255,255,.5);border-radius:50%;display:flex;flex-direction:column;align-items:center;justify-content:center;transform:rotate(7deg);margin:auto}.nearby-stamp span{font-size:.7rem;letter-spacing:.2em}.nearby-stamp strong{font-size:5rem;line-height:1}.nearby-stamp small{font-size:.8rem;text-transform:uppercase;letter-spacing:.1em}
.about{background:var(--paper)}.about-grid{display:grid;grid-template-columns:1fr 1fr;gap:90px;align-items:center}.about-visual{min-height:590px;position:relative}.about-shape{position:absolute;border-radius:50%}.about-shape-one{width:480px;height:480px;background:var(--sky);left:0;top:30px}.about-shape-two{width:310px;height:310px;background:var(--mustard);right:0;bottom:0}.about-card{position:absolute;inset:100px 70px 40px 60px;background:var(--navy);border-radius:34px;color:white;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;box-shadow:var(--shadow);transform:rotate(-3deg)}.about-card img{width:190px;height:190px;object-fit:cover;border-radius:50%;margin-bottom:22px;filter:drop-shadow(0 18px 28px rgba(0,0,0,.28))}.about-card strong{font-size:3.5rem;line-height:1}.about-card span{font-size:.82rem;letter-spacing:.12em;text-transform:uppercase;opacity:.72;margin-top:12px}.about-copy p{font-size:1.08rem;color:#40515b}.about-actions{display:flex;align-items:center;gap:24px;flex-wrap:wrap;margin-top:32px}
.values{background:#f6f1e9}.value-grid{display:grid;grid-template-columns:repeat(4,1fr);border-top:1px solid var(--line);border-left:1px solid var(--line)}.value-grid article{padding:34px 28px 44px;border-right:1px solid var(--line);border-bottom:1px solid var(--line);min-height:270px}.value-grid article>span{font-size:.72rem;font-weight:850;color:var(--coral)}.value-grid h3{font-size:1.5rem;margin-top:50px}.value-grid p{color:var(--muted);font-size:.92rem;margin-bottom:0}
.collab{background:#0b314f;color:white}.collab-grid{display:grid;grid-template-columns:1.15fr .85fr;gap:80px;align-items:start}.collab p{color:rgba(255,255,255,.78);font-size:1.08rem}.small-note{font-size:.9rem!important;border-left:3px solid var(--coral);padding-left:16px;margin:25px 0 30px}
.final-cta{background:var(--sand);text-align:center}.final-cta-inner{display:flex;flex-direction:column;align-items:center}.final-cta h2{max-width:920px}.youtube-button{margin-top:20px;display:inline-flex;align-items:center;gap:16px;padding:16px 22px 16px 16px;border-radius:18px;background:#ff0033;color:#fff;box-shadow:0 18px 38px rgba(255,0,51,.2);text-align:left;transition:transform .2s ease}.youtube-button:hover{transform:translateY(-3px)}.youtube-icon{width:48px;height:48px;display:grid;place-items:center;border-radius:12px;background:white;color:#ff0033}.youtube-button span:last-child{display:flex;flex-direction:column}.youtube-button small{font-size:.65rem;letter-spacing:.12em}.youtube-button strong{font-size:1.05rem}
.site-footer{background:#071f31;color:white;padding:70px 0 28px}.footer-grid{display:grid;grid-template-columns:2fr repeat(3,1fr);gap:50px;padding-bottom:55px}.footer-brand{margin-bottom:20px}.footer-brand img{width:72px;height:72px}.footer-grid>div:first-child p{max-width:330px;color:rgba(255,255,255,.62);font-size:.9rem}.footer-grid>div:not(:first-child){display:flex;flex-direction:column;gap:10px}.footer-grid>div:not(:first-child)>strong{font-size:.78rem;text-transform:uppercase;letter-spacing:.12em;color:#9ee5ec;margin-bottom:8px}.footer-grid a{font-size:.9rem;color:rgba(255,255,255,.76)}.footer-grid a:hover{color:white}.footer-bottom{border-top:1px solid rgba(255,255,255,.1);padding-top:24px;display:flex;justify-content:space-between;gap:20px;color:rgba(255,255,255,.45);font-size:.78rem}
.legal-page{background:var(--paper);min-height:100vh}.legal-header{background:var(--navy);color:white}.legal-content{padding:80px 0 120px}.legal-content article{max-width:800px}.legal-content h1{font-size:clamp(2.8rem,6vw,5.5rem);color:var(--ink)}.legal-content h2{font-size:1.7rem;margin-top:45px}.legal-content p,.legal-content li{color:#455660}.legal-note{padding:16px 18px;border-left:4px solid var(--mustard);background:#fff3cf;border-radius:0 12px 12px 0}
@media (max-width:980px){
  .section-pad{padding:85px 0}.main-nav{position:absolute;left:20px;right:20px;top:78px;background:#092f4c;border:1px solid rgba(255,255,255,.12);border-radius:18px;display:none;flex-direction:column;align-items:stretch;gap:0;padding:12px;box-shadow:0 20px 50px rgba(0,0,0,.22)}.main-nav.open{display:flex}.main-nav a{padding:13px 12px}.nav-cta{text-align:center;margin-top:6px}.menu-toggle{display:block}.hero{min-height:760px}.hero-card{display:none}.manifesto-grid,.about-grid,.collab-grid{grid-template-columns:1fr;gap:45px}.manifesto-copy{padding-top:0}.youtube-placeholder{grid-template-columns:80px 1fr;padding:44px}.youtube-placeholder .btn{grid-column:1 / -1}.play-mark{width:70px;height:70px}.destination-grid{grid-auto-rows:290px}.destination-card{grid-column:span 6}.card-langhe{grid-column:span 12}.nearby-wrap{grid-template-columns:1fr 230px;gap:30px}.nearby-stamp{width:210px;height:210px}.nearby-stamp strong{font-size:4rem}.value-grid{grid-template-columns:repeat(2,1fr)}.footer-grid{grid-template-columns:2fr 1fr 1fr}.footer-grid>div:last-child{grid-column:2}}
@media (max-width:700px){
  .container{width:min(100% - 28px,1160px)}.nav-shell{width:calc(100% - 28px);height:76px}.brand strong{font-size:.94rem}.brand small{font-size:.62rem}.brand img{width:50px;height:50px}.hero{height:auto;min-height:760px;padding:130px 0 90px;background-position:62% center}.hero-content{padding-top:20px}.hero h1{font-size:clamp(3.25rem,15vw,5.2rem)}.hero p{font-size:1.03rem}.hero-actions .btn{width:100%}.scroll-hint{display:none}.section-pad{padding:70px 0}.manifesto-grid{gap:30px}.manifesto h2,h2{font-size:clamp(2.35rem,11vw,3.9rem)}.split-heading{display:block}.video-section .text-link{white-space:normal}.youtube-stage,.youtube-placeholder{min-height:460px}.youtube-placeholder{display:flex;flex-direction:column;align-items:flex-start;padding:30px}.youtube-frame{min-height:0}.destination-grid{display:block}.destination-card{min-height:330px;margin-bottom:14px}.nearby-wrap{grid-template-columns:1fr}.nearby-stamp{display:none}.about-grid{gap:30px}.about-visual{min-height:390px}.about-shape-one{width:300px;height:300px}.about-shape-two{width:210px;height:210px}.about-card{inset:50px 25px 20px 25px}.about-card img{width:145px;height:145px}.about-card strong{font-size:2.8rem}.value-grid{grid-template-columns:1fr}.value-grid article{min-height:auto}.value-grid h3{margin-top:30px}.footer-grid{grid-template-columns:1fr 1fr;gap:35px}.footer-grid>div:first-child{grid-column:1 / -1}.footer-grid>div:last-child{grid-column:auto}.footer-bottom{flex-direction:column}.collab-grid{gap:25px}}
@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{transition:none!important;animation:none!important}}
