/* Futura is the brand's structural voice: labels, navigation, logo and CTAs. */
:root {
  --futura: "Futura", "Futura PT", "Century Gothic", sans-serif;
  /* Tangerine Tango — Pantone: CMYK 0 77 71 0 / RGB 239 86 66 */
  --orange: #ef5642;
  /* Zafferano: accento caldo ispirato a spezie, grano e cucina mediterranea. */
  --acid: #d2a23a;
}
.brand { font-family: var(--futura); }
.main-nav { font-family: var(--futura); font-weight: 500; letter-spacing: .03em; }
.eyebrow, .section-index { font-family: var(--futura); letter-spacing: .08em; }
.text-link, .image-credit, .hero-stamp, .hero-bottom,
.service-list span, .service-list b, .content-card span, .content-card p,
.social-row, .round-link, footer, .menu-toggle {
  font-family: var(--futura);
  letter-spacing: .055em;
}
.manifesto, .logo-grid span { font-family: var(--futura); }

/* The principal brand moment: an unmistakable Tangerine Tango closing CTA. */
.contact { background: var(--orange); }
.contact .round-link:hover { color: var(--orange); }
.contact .eyebrow:before { color: var(--ink); }

.service-tabs { margin-top: 65px; border-top: 1px solid var(--line); }
.service-tab { appearance: none; width: 100%; padding: 17px 0; border: 0; border-bottom: 1px solid var(--line); background: transparent; display: grid; grid-template-columns: 32px 1fr 25px; gap: 10px; align-items: center; text-align: left; color: var(--ink); font: 500 20px var(--futura); letter-spacing: -.03em; cursor: pointer; transition: color .2s, padding .2s; }
.service-tab span { font: 500 10px var(--futura); letter-spacing: .08em; }
.service-tab i { justify-self: end; font-style: normal; opacity: 0; transition: opacity .2s, transform .2s; }
.service-tab.active { color: var(--orange); padding-left: 7px; }
.service-tab.active i { opacity: 1; transform: translateX(3px); }
.service-panels { padding-top: 55px; }
.service-panel { animation: serviceReveal .32s ease both; }
.panel-intro { max-width: 490px; margin: 0 0 32px; font: 500 20px/1.35 var(--futura); letter-spacing: -.025em; }
.service-panel strong { font-weight: 700; }
.video-manifesto { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(45px, 8vw, 140px); align-items: center; background: #e7ddd0; }
.video-manifesto h2 { margin: 44px 0 25px; font-size: clamp(44px, 5.5vw, 84px); line-height: .96; }
.video-manifesto-copy > p:not(.section-index) { max-width: 390px; margin: 0 0 30px; font-size: 17px; line-height: 1.5; }
.video-manifesto-copy strong { font-weight: 700; }
.reel-wrap { width: min(100%, 410px); justify-self: end; aspect-ratio: .75; overflow: hidden; background: var(--ink); position: relative; display: block; }
.reel-wrap video { width: 100%; height: 100%; display: block; object-fit: cover; transition: transform .45s ease; }
.reel-wrap:hover video { transform: scale(1.035); }
.reel-link-label { position: absolute; right: 14px; bottom: 14px; padding: 9px 11px; background: var(--paper); color: var(--ink); font: 500 10px var(--futura); letter-spacing: .06em; text-transform: uppercase; opacity: 0; transform: translateY(5px); transition: .25s; }
.reel-wrap:hover .reel-link-label, .reel-wrap:focus-visible .reel-link-label { opacity: 1; transform: translateY(0); }
.reel-link-label b { color: var(--orange); font-size: 16px; margin-left: 4px; }
.service-panel .service-list { padding-top: 0; }
@keyframes serviceReveal { from { opacity: 0; transform: translateY(10px); } to { opacity: 1; transform: translateY(0); } }

.intro strong, .about-text strong { font-weight: 600; }
.service-group { padding: 8px 0 22px; border-top: 1px solid var(--line); display: grid; grid-template-columns: 55px 1fr; gap: 15px; }
.service-group p { margin: 0; font: 500 11px var(--futura); letter-spacing: .08em; text-transform: uppercase; color: var(--orange); }
.service-group span { max-width: 430px; font-size: 14px; line-height: 1.45; }
.service-group + article { border-top: 0; }
.principles { background: var(--orange); }
.principles > h2 { max-width: 900px; margin: 48px 0 65px; font-size: clamp(44px,5.5vw,84px); line-height: .98; }
.principles-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid rgba(32,29,26,.35); }
.principles-grid article { padding: 23px 25px 10px 0; margin-right: 25px; border-right: 1px solid rgba(32,29,26,.35); }
.principles-grid article:last-child { border-right: 0; margin-right: 0; }
.principles-grid p { margin: 0 0 55px; font: 500 12px var(--futura); letter-spacing: .08em; text-transform: uppercase; }
.principles-grid span { display: block; font-size: 16px; line-height: 1.5; }
.principles-grid strong, .partners-head strong, .social-row strong { font-weight: 700; }
.newsletter-logo { display: block; width: min(290px, 78%); }
.newsletter-logo img { display: block; width: 100%; height: auto; }
.social-row { gap: 25px; }
.hero-visual { background-image: linear-gradient(0deg, rgba(25,16,10,.12), rgba(25,16,10,0)), url("assets/laura-hero.jpg"); background-position: center center; }

.brand-logo { display: flex; align-items: center; letter-spacing: 0; }
.brand-logo img { display: block; width: 172px; max-height: 58px; object-fit: contain; object-position: left center; }
.brand-symbol { display: block; width: 120px; height: auto; margin-top: 22px; mix-blend-mode: multiply; }
.logo-grid { grid-template-columns: repeat(4, 1fr); }
.logo-card { height: 150px; display: flex; align-items: center; justify-content: center; padding: 20px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); background: #fff; }
.logo-card:nth-child(4n) { border-right: 0; }
.logo-card img { display: block; max-width: 100%; max-height: 100%; width: auto; height: auto; object-fit: contain; mix-blend-mode: multiply; }
@media (max-width: 700px) {
  .brand-logo img { width: 126px; max-height: 45px; }
  .brand-symbol { width: 98px; margin-top: 18px; }
  .service-group { grid-template-columns: 1fr; gap: 8px; }
  .service-tabs { margin-top: 42px; }
  .service-tab { font-size: 18px; }
  .service-panels { padding-top: 35px; }
  .panel-intro { font-size: 18px; }
  .video-manifesto { grid-template-columns: 1fr; gap: 35px; }
  .video-manifesto h2 { margin: 35px 0 20px; }
  .reel-wrap { width: min(100%, 390px); justify-self: start; }
  .reel-link-label { opacity: 1; transform: none; }
  .newsletter-logo { width: min(360px, 88%); margin-bottom: 8px; }
  .principles > h2 { margin: 35px 0 45px; }
  .principles-grid { grid-template-columns: 1fr; }
  .principles-grid article { padding: 20px 0 30px; margin: 0; border-right: 0; border-bottom: 1px solid rgba(32,29,26,.35); }
  .principles-grid article:last-child { border-bottom: 0; }
  .principles-grid p { margin-bottom: 14px; }
  .logo-grid { grid-template-columns: repeat(2, 1fr); }
  .logo-card { height: 112px; padding: 14px; }
  .logo-card:nth-child(4n) { border-right: 1px solid var(--line); }
  .logo-card:nth-child(2n) { border-right: 0; }
}
