@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;600&family=Space+Grotesk:wght@500;700&display=swap');

*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth}
body{font-family:Inter,system-ui,sans-serif;font-size:1rem;line-height:1.65;-webkit-font-smoothing:antialiased}
img{max-width:100%;height:auto;display:block}
a{color:currentColor;text-decoration:none}
a:hover{text-decoration:underline}
ul{list-style:none}
button,input,select,textarea{font:inherit}

.surface-ink{background:#10192B;color:#F3EFE7}
.surface-bone{background:#F3EFE7;color:#10192B}
.surface-slate{background:#22344A;color:#F3EFE7}
.surface-amber{background:#E0A63C;color:#10192B}

.container{width:min(1160px,92vw);margin-inline:auto}
.eyebrow{font-size:.75rem;font-weight:600;letter-spacing:.18em;text-transform:uppercase;color:#E0A63C}
h1,h2,h3{font-family:'Space Grotesk',sans-serif;font-weight:700;line-height:1.12}
h1{font-size:clamp(2.875rem,5vw,5.25rem)}
h2{font-size:clamp(1.75rem,3vw,2.5rem)}
h3{font-size:1.25rem;font-weight:500}
p+p{margin-top:1rem}
.hairline{height:1px;background:#E0A63C;border:none;width:100%}

.btn{display:inline-flex;align-items:center;justify-content:center;padding:.85rem 1.75rem;font-weight:600;font-size:.9375rem;border:1px solid transparent;border-radius:2px;cursor:pointer;transition:filter .25s,box-shadow .25s;text-decoration:none}
.btn:hover{filter:brightness(1.06);box-shadow:0 4px 20px rgba(0,0,0,.18);text-decoration:none}
.btn-outline{background:transparent;border-color:currentColor}

/* Header */
.site-header{position:sticky;top:0;z-index:100;border-bottom:1px solid rgba(224,166,60,.25)}
.header-inner{display:flex;align-items:center;justify-content:space-between;padding:1rem 0;gap:1rem}
.logo{font-family:'Space Grotesk',sans-serif;font-weight:700;font-size:1.125rem;letter-spacing:.04em}
.logo span{color:#E0A63C}
.nav-list{display:flex;flex-wrap:wrap;gap:.25rem 1.5rem;font-size:.875rem;font-weight:600}
.nav-toggle{display:none;background:none;border:1px solid currentColor;padding:.4rem .7rem;border-radius:2px;cursor:pointer;color:inherit}

/* Hero VETRINA ISOLA */
.hero-vetrina{min-height:92vh;display:flex;flex-direction:column;position:relative;overflow:hidden;padding-bottom:4rem}
.hero-top{display:flex;justify-content:space-between;align-items:center;padding:2rem 0 1rem;font-size:.75rem;letter-spacing:.12em;text-transform:uppercase}
.hero-top .year{color:#E0A63C}
.hero-body{flex:1;display:grid;grid-template-columns:1fr 1fr;gap:2rem;align-items:center;padding:2rem 0;position:relative}
.hero-copy{position:relative;z-index:2;max-width:560px}
.hero-copy h1 em{font-style:normal;color:#E0A63C}
.hero-copy .lead{margin-top:1.5rem;opacity:.85;max-width:520px;font-size:1.0625rem}
.hero-ctas{display:flex;flex-wrap:wrap;gap:1rem;margin-top:2rem}
.hero-photo{position:relative;z-index:1;justify-self:end;align-self:end;margin-bottom:-2rem}
.hero-photo img{width:min(480px,42vw);aspect-ratio:4/5;object-fit:cover;border:1px solid #E0A63C}
.hero-trust{margin-top:auto;padding-top:1.5rem;font-size:.75rem;color:#9AA6B2;letter-spacing:.06em}
.hero-vetrina .hairline{margin-bottom:0}

/* Sections */
section{padding:6rem 0}
section.compact{padding:4rem 0}
.section-head{margin-bottom:3rem;max-width:640px}
.section-head .eyebrow{margin-bottom:.75rem;display:block}
.grid-2{display:grid;grid-template-columns:repeat(2,1fr);gap:2.5rem;align-items:center}
.grid-3{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}
.grid-4{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem}
.card{padding:2rem;border:1px solid rgba(224,166,60,.2)}
.card-num{font-family:'Space Grotesk',monospace;font-size:.75rem;color:#E0A63C;letter-spacing:.1em;margin-bottom:.75rem}
.stat-num{font-family:'Space Grotesk',sans-serif;font-size:2.5rem;font-weight:700;color:#E0A63C;line-height:1}
.stat-label{font-size:.8125rem;margin-top:.25rem;opacity:.8}
.menu-preview{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}
.menu-card{padding:1.75rem;border-left:1px solid #E0A63C}
.menu-card .num{font-family:monospace;font-size:.7rem;color:#E0A63C;margin-bottom:.5rem}
.price{font-weight:600;color:#E0A63C}
.photo-frame img{width:100%;aspect-ratio:3/2;object-fit:cover;border:1px solid rgba(224,166,60,.3)}
.faq-item{padding:1.5rem 0;border-bottom:1px solid rgba(224,166,60,.2)}
.faq-item h3{font-size:1.0625rem;margin-bottom:.5rem}
.disclaimer{font-size:.8125rem;opacity:.75;margin-top:2rem;padding-top:1.5rem;border-top:1px solid rgba(224,166,60,.2)}

/* Forms */
.form-group{margin-bottom:1.25rem}
.form-group label{display:block;font-size:.875rem;font-weight:600;margin-bottom:.35rem}
.form-group input,.form-group select,.form-group textarea{width:100%;padding:.75rem 1rem;border:1px solid rgba(16,25,43,.2);background:#fff;color:#10192B;border-radius:2px}
.form-group textarea{min-height:140px;resize:vertical}
.form-check{display:flex;gap:.6rem;align-items:flex-start;font-size:.875rem}
.form-check input{margin-top:.25rem}
.hp{position:absolute;left:-9999px;opacity:0;height:0;width:0;overflow:hidden}

/* Footer */
.site-footer{padding:4rem 0 2rem;font-size:.875rem}
.footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr;gap:2rem;margin-bottom:2rem}
.footer-grid h4{font-family:'Space Grotesk',sans-serif;font-size:.8125rem;letter-spacing:.12em;text-transform:uppercase;color:#E0A63C;margin-bottom:.75rem}
.footer-bottom{padding-top:1.5rem;border-top:1px solid rgba(224,166,60,.2);font-size:.75rem;opacity:.7}
.footer-disclaimer{margin-top:1rem;font-size:.75rem;opacity:.65;max-width:720px}

/* Cookie banner */
.cookie-banner{position:fixed;bottom:0;left:0;right:0;z-index:200;padding:1.25rem 0;box-shadow:0 -4px 24px rgba(0,0,0,.2);border-top:1px solid rgba(224,166,60,.3)}
.cookie-banner[hidden]{display:none!important}
.cookie-inner{display:flex;flex-wrap:wrap;align-items:flex-start;justify-content:space-between;gap:1rem}
.cookie-actions{display:flex;flex-wrap:wrap;gap:.5rem;width:100%;flex-shrink:0}
.cookie-banner .cookie-actions .btn{appearance:none;-webkit-appearance:none;flex-shrink:0}
.cookie-banner .btn.surface-amber{background:#E0A63C!important;color:#10192B!important;border-color:#E0A63C!important}
.cookie-banner .btn-outline{background:transparent!important;color:#F3EFE7!important;border-color:#F3EFE7!important}
.cookie-modal{position:fixed;inset:0;z-index:300;background:rgba(16,25,43,.85);display:flex;align-items:center;justify-content:center;padding:1rem}
.cookie-modal[hidden]{display:none!important}
.cookie-panel{max-width:480px;width:100%;padding:2rem;border:1px solid rgba(224,166,60,.3)}
.cookie-panel .btn.surface-amber{background:#E0A63C!important;color:#10192B!important;border-color:#E0A63C!important}
.cookie-panel .btn-outline{background:transparent!important;color:#F3EFE7!important;border-color:#F3EFE7!important}
@media(min-width:768px){
  .cookie-inner{align-items:center}
  .cookie-actions{width:auto}
}

/* Reveal */
.js .reveal{opacity:1;transform:none;transition:opacity .7s ease,transform .7s ease}
@media (prefers-reduced-motion:no-preference){
  .js .reveal:not(.is-visible){opacity:.001;transform:translateY(16px)}
}
@media (prefers-reduced-motion:reduce){
  .js .reveal{transition:none}
}

/* Page hero (inner) */
.page-hero{padding:5rem 0 3rem;border-bottom:1px solid rgba(224,166,60,.25)}
.page-hero h1{margin-top:.5rem}
.legal-content,.policy-content{max-width:760px}
.legal-content h2,.policy-content h2{font-size:1.25rem;margin:2rem 0 .75rem}
.legal-content h3,.policy-content h3{font-size:1.0625rem;margin:1.5rem 0 .5rem}
.legal-content ul,.policy-content ul{margin:.75rem 0 1rem 1.25rem;list-style:disc}
.legal-content li,.policy-content li{margin-bottom:.35rem}
.menu-section{margin-bottom:3rem;padding-bottom:2rem;border-bottom:1px solid rgba(224,166,60,.15)}
.menu-section h2{margin-bottom:1rem}
.menu-items{margin-top:1rem}
.menu-items li{display:flex;justify-content:space-between;gap:1rem;padding:.4rem 0;border-bottom:1px dotted rgba(16,25,43,.15)}
.error-page{min-height:70vh;display:flex;align-items:center;text-align:center}
.error-page h1{margin-bottom:1rem}

@media(max-width:900px){
  .hero-body{grid-template-columns:1fr}
  .hero-photo{justify-self:center;margin-bottom:0}
  .hero-photo img{width:min(360px,88vw)}
  .hero-vetrina{min-height:78vh}
  .grid-2,.grid-3,.grid-4,.menu-preview,.footer-grid{grid-template-columns:1fr}
  .nav-toggle{display:block}
  .nav-list{display:none;flex-direction:column;width:100%;padding:1rem 0}
  .nav-list.is-open{display:flex}
}
