/* Mise en page éditoriale propre au Temps du Thé. */
@font-face{font-family:Unbounded;src:url("fonts/Unbounded.ttf") format("truetype");font-weight:200 900;font-display:swap}
.hero{position:relative;min-height:clamp(520px,66svh,620px);overflow:hidden;align-content:center;justify-content:center;justify-items:center;padding-inline:24px;color:#101a24;text-align:center;background:#f7f4ed}
.hero::before{content:none}
.hero .eyebrow{color:#000}
.hero h1{max-width:900px;color:#000;font-family:Unbounded,SiteText,Arial,sans-serif;font-size:clamp(2.5rem,5.5vw,4.8rem);text-shadow:none}
.hero h1 em{display:block;margin-top:.3em;color:#000;font-family:Unbounded,SiteText,Arial,sans-serif;font-size:.52em;line-height:1.3;letter-spacing:-.035em}
.hero-intro{max-width:680px;margin-inline:auto;color:#202020;text-shadow:none}
.hero .button{border-color:#111;background:#fff;color:#000;box-shadow:0 12px 35px rgba(0,0,0,.12)}
.hero-note{max-width:760px;color:#303030;text-shadow:none}
.feature{min-height:780px}
.feature-image::after{background:linear-gradient(90deg,rgba(255,255,255,.98) 0%,rgba(255,255,255,.91) 36%,rgba(255,255,255,.08) 74%)}
.feature-copy{padding:46px;border-radius:32px;background:rgba(255,255,255,.82);backdrop-filter:blur(12px)}

.services{max-width:none;padding:110px 0 0}
.services>.section-heading{width:min(calc(100% - 48px),1160px);margin:0 auto 64px}
.service-list{display:block}
.service-card{display:grid;grid-template-columns:1fr 1fr;min-height:620px;border:0;border-top:1px solid var(--line);border-radius:0;box-shadow:none}
.service-card:hover{transform:none;box-shadow:none}
.service-card:nth-child(even) img{order:2}
.service-card>img{width:100%;height:100%;min-height:620px;aspect-ratio:auto;object-fit:cover}
.service-body{display:flex;flex-direction:column;justify-content:center;padding:clamp(48px,8vw,120px)}
.service-index{font-size:.82rem;letter-spacing:.12em}
.service-card h3{max-width:520px;margin:22px 0 20px;font-size:clamp(2.25rem,4vw,4.4rem)}
.service-card p{max-width:520px;font-size:1.05rem;line-height:1.8}

.selling-points{padding-block:120px}
.selling-points-list{gap:24px}
.selling-point{min-height:280px;display:flex;flex-direction:column;justify-content:flex-end;padding:38px;background:#f3f0e8}
.reviews{padding-block:120px}
.offers{padding-block:120px}
.contact{min-height:760px}
.contact-overlay{background:rgba(5,18,31,.6)}
.contact-copy{padding:48px;border:1px solid rgba(255,255,255,.72);border-radius:32px;background:transparent;box-shadow:none}

@media(max-width:760px){
  .hero{min-height:clamp(460px,62svh,540px);align-content:center;justify-content:center;justify-items:center;padding:40px 20px;text-align:center}
  .hero h1{max-width:100%;font-size:clamp(1.9rem,8.2vw,2.8rem)}
  .hero h1 em{font-size:.48em;line-height:1.4}
  .hero .eyebrow{max-width:100%;font-size:.61rem}
  .hero-intro{max-width:520px;margin-inline:auto;font-size:.88rem;line-height:1.55}
  .hero-note{display:none}
  .hero .button{min-height:48px;padding:11px 19px;font-size:.85rem}
  .feature{min-height:680px}
  .feature-copy{padding:28px;background:rgba(255,255,255,.86)}
  .services{padding-top:76px}
  .services>.section-heading{width:calc(100% - 40px);margin-bottom:40px}
  .service-card{display:grid;grid-template-columns:1fr 1fr;min-height:0}
  .service-card:nth-child(even) img{order:2}
  .service-card>img{width:100%;height:100%;min-height:0;aspect-ratio:1/1;object-fit:cover}
  .service-body{align-self:stretch;padding:18px 16px}
  .service-card h3{margin:10px 0 8px;font-size:clamp(1.05rem,5vw,1.45rem);line-height:1.12}
  .service-card p{font-size:.72rem;line-height:1.5}
  .service-index{font-size:.66rem}
  .selling-points,.reviews,.offers{padding-block:80px}
  .contact{min-height:620px}
  .contact-copy{padding:30px 22px}
}
