@font-face {
  font-family: Inter;
  font-style: normal;
  font-weight: 100 900;
  font-display: optional;
  src: url("/fonts/inter-400.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: "Bodoni Moda";
  font-style: normal;
  font-weight: 900;
  font-display: optional;
  src: url("/fonts/bodoni-900.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: "Libre Baskerville";
  font-style: normal;
  font-weight: 400;
  font-display: optional;
  src: url("/fonts/libre-400.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

:root {
  --bg: #fffbeb;
  --ink: #111111;
  --muted: #5c564e;
  --line: #e4dcc6;
  --yellow: #f5c400;
  --dark: #141414;
  --max: 68rem;
  color-scheme: light;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--bg);
  color: var(--ink);
  font-family: Inter, ui-sans-serif, system-ui, "Segoe UI", sans-serif;
  font-size: 1.0625rem;
  line-height: 1.6;
  -webkit-text-size-adjust: 100%;
}
img { max-width: 100%; height: auto; display: block; }
a { color: inherit; }
:focus-visible { outline: 3px solid var(--yellow); outline-offset: 3px; }

.skip {
  position: absolute;
  left: 1rem;
  top: -3rem;
  z-index: 30;
  background: var(--ink);
  color: #fff;
  padding: 0.7rem 1rem;
  min-height: 44px;
}
.skip:focus { top: 1rem; }
.wrap { width: min(100% - 2rem, var(--max)); margin-inline: auto; }

.site-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.85rem 0;
  background: var(--bg);
  position: sticky;
  top: 0;
  z-index: 12;
  border-bottom: 1px solid var(--line);
}
.brand {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  text-decoration: none;
  min-height: 44px;
}
.brand-name {
  font-family: "Bodoni Moda", Georgia, serif;
  font-weight: 900;
  letter-spacing: -0.04em;
  font-size: 1.4rem;
  line-height: 1;
}
.brand-sub {
  font-family: "Libre Baskerville", Georgia, serif;
  font-size: 0.62rem;
  letter-spacing: 0.18em;
  text-transform: lowercase;
  margin-top: 0.28rem;
}
.nav-toggle { position: absolute; width: 1px; height: 1px; overflow: hidden; clip-path: inset(50%); }
.menu-btn {
  display: none;
  align-items: center;
  justify-content: center;
  min-width: 44px;
  min-height: 44px;
  border: 1px solid var(--line);
  background: #fff;
  font-weight: 700;
  font-size: 0.8rem;
  cursor: pointer;
}
.nav { display: flex; align-items: center; gap: 1.1rem; flex-wrap: wrap; }
.nav a {
  text-decoration: none;
  font-size: 0.88rem;
  font-weight: 600;
  min-height: 44px;
  display: inline-flex;
  align-items: center;
}
.nav .cta {
  background: var(--yellow);
  color: var(--ink);
  padding: 0 0.95rem;
  font-weight: 800;
}

.hero { display: grid; gap: 2rem; padding: 2.75rem 0 3rem; align-items: center; }
.eyebrow {
  margin: 0 0 0.7rem;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--muted);
}
h1 {
  margin: 0 0 1rem;
  font-size: clamp(2rem, 5.2vw, 3.35rem);
  line-height: 1.12;
  letter-spacing: -0.04em;
}
.hero h1 {
  max-width: 18ch;
  font-family: "Bodoni Moda", Georgia, serif;
  font-weight: 900;
}
.kicker,
.section-title {
  margin: 0 0 0.7rem;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--muted);
}
.btn-primary:focus-visible { outline-color: var(--ink); }
.lead { margin: 0 0 1.4rem; max-width: 38rem; font-size: 1.12rem; color: #3d382f; }
.actions { display: flex; flex-wrap: wrap; gap: 0.7rem; }
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 0 1.2rem;
  font-weight: 800;
  text-decoration: none;
  border: 1px solid transparent;
}
.btn-primary { background: var(--yellow); color: var(--ink); }
.btn-ghost { background: #fff; border-color: var(--line); }
.trust {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
  margin-top: 1.4rem;
}
.trust span {
  border: 1px solid var(--line);
  background: #fff;
  padding: 0.4rem 0.7rem;
  font-size: 0.82rem;
  font-weight: 700;
}
.hero-photo {
  margin: 0;
  border-radius: 1.25rem;
  overflow: hidden;
  border: 1px solid var(--line);
  background: #fff;
}
.hero-photo img {
  width: 100%;
  height: min(70vh, 36rem);
  object-fit: cover;
  object-position: 50% 18%;
}
.band-soft { background: #fff8d6; }
.person {
  display: grid;
  gap: 1.5rem;
  align-items: center;
}
.person figure { margin: 0; }
.person img {
  width: 100%;
  max-height: 32rem;
  object-fit: cover;
  object-position: 50% 20%;
  border-radius: 1.25rem;
  border: 1px solid var(--line);
}
.shot-grid {
  display: grid;
  gap: 0.75rem;
  margin-top: 1.25rem;
}
.shot-grid img {
  width: 100%;
  height: 16rem;
  object-fit: cover;
  border-radius: 1rem;
  border: 1px solid var(--line);
}
.work article { overflow: hidden; border-radius: 1rem; }
.work img {
  width: calc(100% + 2.3rem);
  max-width: none;
  margin: -1.15rem -1.15rem 0.9rem;
  height: 12rem;
  object-fit: cover;
}

.band { padding: 3.25rem 0; }
.band h2 {
  margin: 0 0 0.75rem;
  font-family: "Bodoni Moda", Georgia, serif;
  font-weight: 900;
  font-size: clamp(1.45rem, 3vw, 2.05rem);
  letter-spacing: -0.03em;
}
.band p { margin: 0 0 1.25rem; max-width: 40rem; }
.band-dark { background: var(--dark); color: #f3eee3; }
.band-dark p,
.band-dark .eyebrow { color: #cfc6b6; }
.band-yellow { background: var(--yellow); color: var(--ink); }
.band-yellow .btn-ghost {
  background: var(--ink);
  color: #fff;
  border-color: var(--ink);
}

.pains { display: grid; gap: 0.75rem; margin-top: 1.5rem; }
.pains article {
  background: #1c1c1c;
  padding: 1.1rem 1.15rem;
  border-left: 4px solid var(--yellow);
}
.pains h3 { margin: 0 0 0.3rem; font-size: 1.02rem; }
.pains p { margin: 0; color: #cfc6b6; font-size: 0.95rem; }

.steps { display: grid; gap: 1rem; margin: 1.5rem 0 0; padding: 0; counter-reset: passo; }
.steps li {
  list-style: none;
  background: #fff;
  border: 1px solid var(--line);
  padding: 1.15rem 1.2rem 1.15rem 4.3rem;
  position: relative;
}
.steps li::before {
  counter-increment: passo;
  content: counter(passo);
  position: absolute;
  left: 1.1rem;
  top: 1.15rem;
  width: 2.2rem;
  height: 2.2rem;
  background: var(--yellow);
  font-weight: 800;
  display: grid;
  place-items: center;
}
.steps h3 { margin: 0 0 0.3rem; font-size: 1.05rem; }
.steps p { margin: 0; color: var(--muted); }

.pillars { display: grid; gap: 1.25rem; margin-top: 1.5rem; }
.pillars article h3 { margin: 0 0 0.4rem; }
.pillars article p { margin: 0; color: var(--muted); }

.split { display: grid; gap: 1.5rem; margin-top: 1.25rem; }
.split h3 { margin: 0 0 0.4rem; }
.split p { margin: 0; color: var(--muted); }
.band-dark .split p { color: #cfc6b6; }

.work { display: grid; gap: 1rem; margin-top: 1.25rem; }
.work article { background: #fff; border: 1px solid var(--line); padding: 1.15rem; }
.work h3 { margin: 0 0 0.35rem; }
.work p { margin: 0; color: var(--muted); }

.faq details { border-bottom: 1px solid var(--line); }
.faq summary {
  cursor: pointer;
  font-weight: 800;
  min-height: 52px;
  display: flex;
  align-items: center;
}
.faq details p { margin: 0 0 1rem; color: var(--muted); max-width: 40rem; }

footer {
  padding: 2rem 0 2.5rem;
  border-top: 1px solid var(--line);
  color: var(--muted);
  font-size: 0.9rem;
}
body:has(.dock) footer { padding-bottom: 5.5rem; }
footer a { font-weight: 700; text-decoration: none; }
.foot-grid { display: grid; gap: 1.1rem; }
.legal { margin-top: 1.2rem; font-size: 0.78rem; }

.inner { padding: 2.5rem 0 4.5rem; max-width: 40rem; }
.inner .lead { margin-bottom: 1.5rem; }
.rates { width: 100%; border-collapse: collapse; }
.rates th, .rates td { text-align: left; padding: 0.85rem 0; border-bottom: 1px solid var(--line); }
.rates th { font-size: 0.72rem; letter-spacing: 0.08em; text-transform: uppercase; color: var(--muted); }
.rates td:last-child { font-weight: 800; white-space: nowrap; }
.note { margin: 1rem 0 0; color: var(--muted); }

.dock {
  display: none;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 20;
  padding: 0.55rem 1rem calc(0.55rem + env(safe-area-inset-bottom));
  background: var(--dark);
}
.dock a {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  background: var(--yellow);
  color: var(--ink);
  font-weight: 800;
  text-decoration: none;
}

@media (min-width: 840px) {
  .hero { grid-template-columns: 1.05fr 0.95fr; padding: 3.5rem 0 3.75rem; }
  .person { grid-template-columns: 0.9fr 1.1fr; }
  .shot-grid { grid-template-columns: 1fr 1fr; }
  .pains { grid-template-columns: 1fr 1fr; }
  .steps { grid-template-columns: 1fr 1fr; }
  .pillars, .work, .foot-grid { grid-template-columns: 1fr 1fr 1fr; }
  .split { grid-template-columns: 1fr 1fr; }
  .nav-toggle, .menu-btn { display: none !important; }
  body:has(.dock) footer { padding-bottom: 2.5rem; }
}
@media (max-width: 839px) {
  .menu-btn { display: inline-flex; }
  .nav {
    display: none;
    position: absolute;
    left: 1rem;
    right: 1rem;
    top: 4.2rem;
    background: #fff;
    border: 1px solid var(--line);
    padding: 0.5rem;
    flex-direction: column;
    align-items: stretch;
  }
  .nav-toggle:checked ~ .nav { display: flex; }
  .dock { display: block; }
}
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }

.hold-page { min-height: 100dvh; }
.hold {
  min-height: 100dvh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 2rem 1.25rem 3rem;
  max-width: 28rem;
  margin-inline: auto;
}
.hold img {
  width: min(17.5rem, 82vw);
  margin-inline: auto;
}
.hold-kicker {
  margin: 1.5rem 0 0;
  font-size: 0.75rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--muted);
}
.hold h1 {
  margin: 0.45rem 0 0;
  font-family: "Bodoni Moda", Georgia, serif;
  font-weight: 900;
  font-size: clamp(1.8rem, 6vw, 2.4rem);
  letter-spacing: -0.04em;
  line-height: 1.1;
}
.hold-copy {
  margin: 0.85rem 0 0;
  color: var(--muted);
}
.hold-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  justify-content: center;
  margin: 1.5rem 0 0;
}
.hold-cta,
.hold-ghost {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  min-width: 44px;
  padding: 0.7rem 1.2rem;
  border-radius: 0.75rem;
  font-weight: 700;
  text-decoration: none;
}
.hold-cta { background: var(--yellow); color: #111; }
.hold-ghost { background: #fff; border: 1px solid var(--line); }
.hold-login { margin: 2rem 0 0; }
.hold-login a {
  color: var(--muted);
  font-size: 0.9rem;
  font-weight: 600;
  min-height: 44px;
  display: inline-flex;
  align-items: center;
}
