*{box-sizing:border-box}
html,body{margin:0;padding:0}
body{
  font-family: Arial, Helvetica, sans-serif;
  color:#161616;
  background:#f7f3ec;
}
.site-header{
  min-height:140px;
  background:#fff;
  display:flex;
  align-items:center;
  justify-content:space-between;
  padding:18px clamp(28px,5vw,78px);
  gap:36px;
}
.brand{
  display:flex;
  align-items:center;
  text-decoration:none;
  color:#4d2619;
  min-width:330px;
}
.brand img{
  width:104px;
  height:104px;
  object-fit:contain;
  flex:0 0 auto;
}
.brand-copy{margin-left:17px}
.brand-title{
  font-family: Georgia, "Times New Roman", serif;
  font-size:40px;
  line-height:1;
  letter-spacing:.1px;
}
.brand-tagline{
  margin-top:10px;
  font-family: Georgia, "Times New Roman", serif;
  font-style:italic;
  font-size:20px;
}
.main-nav{
  display:flex;
  align-items:center;
  justify-content:flex-end;
  gap:clamp(22px,3.2vw,46px);
  flex-wrap:wrap;
}
.main-nav a{
  color:#161616;
  text-decoration:none;
  font-size:17px;
  padding:12px 0 15px;
  border-bottom:2px solid transparent;
  transition:.2s ease;
}
.main-nav a:hover,.main-nav a.active{
  color:#b87522;
  border-bottom-color:#c88b32;
}
.hero{
  position:relative;
  min-height:calc(100vh - 300px);
  height:clamp(620px,72vh,900px);
  background-image:
    linear-gradient(rgba(255,255,255,.02),rgba(255,255,255,.02)),
    url("images/mare.jpg");
  background-size:cover;
  background-position:center 42%;
  display:flex;
  align-items:center;
  justify-content:center;
  padding:40px 28px;
}
.hero-copy{
  text-align:center;
  width:min(1100px,94vw);
  transform:translateY(4%);
  text-shadow:0 1px 6px rgba(255,255,255,.35);
}
.hero h1{
  margin:0;
  font-family:Georgia,"Times New Roman",serif;
  font-weight:400;
  font-size:clamp(48px,6vw,84px);
  line-height:1.08;
  color:#111;
}
.ornament{
  width:min(760px,74vw);
  margin:28px auto 22px;
  display:flex;
  align-items:center;
  justify-content:center;
  gap:14px;
}
.ornament span{
  height:1px;
  background:#ca913c;
  flex:1;
}
.ornament b{
  display:block;
  width:13px;
  height:13px;
  border-radius:50%;
  background:#ca913c;
}
.hero p{
  margin:0 auto;
  font-size:clamp(24px,2.4vw,34px);
  line-height:1.25;
  font-weight:400;
  color:#111;
}
.site-footer{
  background:#f8f4ed;
  padding:30px clamp(28px,8vw,130px) 24px;
}
.footer-links{
  display:flex;
  justify-content:center;
  align-items:stretch;
  gap:38px;
}
.social{
  min-width:180px;
  display:flex;
  flex-direction:column;
  gap:7px;
  align-items:center;
  justify-content:center;
  color:#181818;
  text-decoration:none;
  font-size:16px;
}
.social:hover{color:#b87522}
.icon{
  font-size:35px;
  line-height:1;
  font-weight:500;
}
.envelope{font-size:31px}
.separator{
  width:1px;
  background:#c99a58;
}
.footer-rule{
  height:1px;
  background:#c99a58;
  max-width:930px;
  margin:26px auto 20px;
  opacity:.8;
}
.copyright{
  margin:0;
  text-align:center;
  font-size:15px;
}

@media (max-width:900px){
  .site-header{
    flex-direction:column;
    align-items:center;
    padding:18px 22px 14px;
    gap:10px;
  }
  .brand{min-width:0}
  .main-nav{justify-content:center;gap:22px}
  .hero{height:690px;background-position:center center}
}
@media (max-width:620px){
  .brand img{width:78px;height:78px}
  .brand-title{font-size:29px}
  .brand-tagline{font-size:16px;margin-top:6px}
  .main-nav{gap:13px}
  .main-nav a{font-size:14px}
  .hero{
    min-height:610px;
    height:68vh;
    padding:26px 18px;
    background-position:center center;
  }
  .hero-copy{transform:none}
  .hero h1{font-size:46px}
  .hero p{font-size:22px;max-width:520px}
  .ornament{width:76vw;margin:22px auto 18px}
  .footer-links{gap:18px}
  .social{min-width:0;flex:1;font-size:13px}
  .separator{display:none}
}


/* ---- Pagine interne ---- */
.content-page{
  background:#fff;
  padding:72px clamp(24px,7vw,110px) 92px;
}
.page-intro,
.activities-section{
  max-width:980px;
  margin:0 auto;
}
.page-intro h1,
.activities-section h2{
  margin:0;
  text-align:center;
  font-family:Georgia,"Times New Roman",serif;
  font-weight:400;
  color:#2d2019;
}
.page-intro h1{
  font-size:clamp(44px,5.5vw,68px);
}
.activities-section h2{
  font-size:clamp(34px,4vw,46px);
  margin:76px 0 42px;
}
.title-ornament{
  width:min(360px,58vw);
  margin:22px auto 42px;
  display:flex;
  align-items:center;
  gap:12px;
}
.title-ornament span{
  height:1px;
  background:#c99a58;
  flex:1;
}
.title-ornament b{
  display:block;
  width:10px;
  height:10px;
  border-radius:50%;
  background:#c99a58;
}
.intro-text{
  max-width:850px;
  margin:0 auto;
}
.intro-text p{
  margin:0 0 22px;
  font-family:Georgia,"Times New Roman",serif;
  font-size:20px;
  line-height:1.72;
  color:#39322e;
}
.activity{
  padding:30px 0 31px;
  border-top:1px solid #e0d3bf;
}
.activity:last-child{
  border-bottom:1px solid #e0d3bf;
}
.activity h3{
  margin:0 0 12px;
  font-family:Georgia,"Times New Roman",serif;
  font-weight:400;
  font-size:29px;
  color:#8f5e24;
}
.activity p{
  margin:0;
  max-width:860px;
  font-size:18px;
  line-height:1.72;
  color:#383838;
}
@media (max-width:620px){
  .content-page{
    padding:48px 22px 65px;
  }
  .intro-text p{
    font-size:18px;
    line-height:1.65;
  }
  .activities-section h2{
    margin:58px 0 28px;
  }
  .activity{
    padding:24px 0;
  }
  .activity h3{
    font-size:25px;
  }
  .activity p{
    font-size:17px;
  }
}

.activity-quote{
  margin:4px 0 20px;
  padding:0 0 0 22px;
  border-left:2px solid #c99a58;
  max-width:820px;
  font-family:Georgia,"Times New Roman",serif;
  font-style:italic;
  font-size:18px;
  line-height:1.65;
  color:#5a514b;
}
.activity-quote cite{
  display:block;
  margin-top:8px;
  font-size:15px;
  font-style:normal;
  color:#8f5e24;
}


/* ---- Chi siamo ---- */
.people-section{
  max-width:980px;
  margin:0 auto;
}
.internal-title{
  margin:0;
  text-align:center;
  font-family:Georgia,"Times New Roman",serif;
  font-weight:400;
  font-size:clamp(44px,5.5vw,68px);
  color:#2d2019;
}
.person-card{
  max-width:880px;
  margin:0 auto;
  padding:46px 0;
  border-top:1px solid #e0d3bf;
}
.person-card:first-of-type{
  border-top:0;
  padding-top:14px;
}
.person-card:last-child{
  border-bottom:1px solid #e0d3bf;
}
.person-copy h2{
  margin:0 0 9px;
  font-family:Georgia,"Times New Roman",serif;
  font-size:34px;
  font-weight:400;
  color:#8f5e24;
}
.person-role{
  margin:0 0 23px !important;
  font-family:Georgia,"Times New Roman",serif;
  font-style:italic;
  font-size:19px !important;
  color:#5a514b !important;
}
.person-copy p{
  margin:0 0 18px;
  font-size:18px;
  line-height:1.72;
  color:#383838;
}
@media (max-width:620px){
  .person-card{padding:34px 0}
  .person-copy h2{font-size:29px}
  .person-role{font-size:17px !important}
  .person-copy p{font-size:17px}
}


/* ---- Testimonianze ---- */
.testimonials-section{
  max-width:920px;
  margin:0 auto;
}
.testimonial{
  padding:34px 0 36px;
  border-top:1px solid #e0d3bf;
}
.testimonial:first-of-type{
  border-top:0;
}
.testimonial:last-child{
  border-bottom:1px solid #e0d3bf;
}
.testimonial blockquote{
  margin:0;
  font-family:Georgia,"Times New Roman",serif;
  font-size:19px;
  line-height:1.72;
  font-style:italic;
  color:#39322e;
}
.testimonial-author{
  margin:16px 0 0;
  font-size:15px;
  line-height:1.5;
  color:#8f5e24;
}
@media (max-width:620px){
  .testimonial{padding:27px 0 29px}
  .testimonial blockquote{font-size:17.5px;line-height:1.65}
  .testimonial-author{font-size:14px}
}

.brand-no-tagline{min-width:300px}
.person-with-photo{max-width:980px;display:flex;align-items:center;gap:44px;margin:18px auto;padding:36px;border:1px solid #eadcc8;border-radius:14px}
.person-with-photo.person-reverse{flex-direction:row-reverse}
.portrait-frame{width:270px;height:270px;flex:0 0 270px;padding:7px;border-radius:50%;background:#f2dfc2}
.portrait-frame img{display:block;width:100%;height:100%;object-fit:cover;object-position:center;border-radius:50%}
.portrait-frame .davide-photo{object-position:center 42%}
.person-with-photo .person-copy{flex:1}
.youtube-icon{font-size:25px}
@media(max-width:760px){.brand-no-tagline{min-width:0}.person-with-photo,.person-with-photo.person-reverse{flex-direction:column;gap:25px;padding:27px 22px}.portrait-frame{width:220px;height:220px;flex-basis:220px}}

/* Logo semplificato */
.brand-no-tagline img{
  border-radius:50%;
}

/* Privacy */
.copyright a{
  color:inherit;
  text-decoration:none;
  border-bottom:1px solid rgba(143,94,36,.35);
}
.copyright a:hover{color:#8f5e24}
.privacy-section{max-width:920px;margin:0 auto}
.privacy-copy{max-width:850px;margin:0 auto}
.privacy-copy h2{
  margin:34px 0 10px;
  font-family:Georgia,"Times New Roman",serif;
  font-size:25px;
  font-weight:400;
  color:#8f5e24;
}
.privacy-copy p{
  margin:0 0 16px;
  font-size:17px;
  line-height:1.72;
  color:#383838;
}
.privacy-copy a{color:#8f5e24}
.privacy-update{font-style:italic;color:#6b625d !important}


/* ===== Revisione agosto 2026 ===== */

/* Home: sottotitolo più leggibile, circa poco meno della metà del titolo */
.hero p{
  font-size:clamp(28px,3vw,38px);
  max-width:900px;
}

/* Cosa facciamo: introduzione più compatta e attività visibili in due colonne */
.page-intro{
  max-width:1100px;
}
.intro-text{
  max-width:1000px;
}
.intro-text p{
  font-size:17px;
  line-height:1.58;
  margin-bottom:16px;
}
.activities-grid-section{
  max-width:1100px;
}
.activities-grid-section h2{
  grid-column:1 / -1;
}
.activities-grid-section{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  column-gap:44px;
  row-gap:0;
}
.activities-grid-section .activity{
  border-top:1px solid #e0d3bf;
  padding:24px 0 26px;
}
.activities-grid-section .activity:last-child{
  border-bottom:0;
}
.activities-grid-section .activity h3{
  font-size:25px;
}
.activities-grid-section .activity p,
.activities-grid-section .activity-quote{
  font-size:16.5px;
  line-height:1.58;
}
.activities-grid-section .activity-quote{
  padding-left:16px;
  margin-bottom:14px;
}

/* Uniforma il nuovo logo in tutte le pagine */
.brand img{
  border-radius:50%;
}

/* Chi siamo: ordine Davide, poi Matteo */
.person-with-photo{
  max-width:980px;
}

@media (max-width:760px){
  .activities-grid-section{
    display:block;
  }
  .intro-text p{
    font-size:17px;
  }
  .hero p{
    font-size:24px;
  }
}
