/* =========================================================
   About Men · styles
   ========================================================= */

/* ---------- Fonts ---------- */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('assets/fonts/Inter-Regular.woff2') format('woff2');
}
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url('assets/fonts/Inter-Medium.woff2') format('woff2');
}
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url('assets/fonts/Inter-SemiBold.woff2') format('woff2');
}
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('assets/fonts/Inter-Bold.woff2') format('woff2');
}

/* ---------- Design tokens ---------- */
:root {
  --bg:        #f6f1e8;
  --bg-alt:    #ede7d8;
  --paper:     #faf6ec;
  --ink:       #1a1a1a;
  --ink-2:     #4a4a4a;
  --mute:      #666666;
  --line:      rgba(26,26,26,0.12);
  --rosso:     #a02020;
  --blu:       #1a3a7a;

  --font-stack: 'Inter', system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif;
}

/* ---------- Reset ---------- */
*,*::before,*::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--bg);
  color: var(--ink);
  font-family: var(--font-stack);
  font-size: 16px;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
img, svg { display: block; max-width: 100%; }
a { color: inherit; }

/* ---------- Layout ---------- */
.container { max-width: 1180px; margin: 0 auto; padding: 0 28px; }

/* ---------- Typography utilities ---------- */
h1, h2, h3 { margin: 0; font-weight: 700; letter-spacing: -0.025em; }
.label {
  font-size: 11px;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  font-weight: 600;
  color: var(--rosso);
}
.label.muted { color: var(--mute); }

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex; align-items: center; gap: 10px;
  padding: 14px 22px;
  border-radius: 999px;
  font-size: 13px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  font-weight: 600;
  text-decoration: none;
  transition: transform 80ms ease;
}
.btn:hover { transform: translateY(-1px); }
.btn-primary { background: var(--ink); color: var(--bg); }
.btn-ghost   { background: transparent; color: var(--ink); border: 1px solid var(--ink); }

/* ---------- Barber-pole stripe ---------- */
.stripe {
  height: 6px;
  background: repeating-linear-gradient(
    135deg,
    var(--rosso) 0 14px,
    var(--paper) 14px 28px,
    var(--blu)   28px 42px,
    var(--paper) 42px 56px
  );
}

/* ---------- Skip link (a11y) ---------- */
.skip-link {
  position: absolute; top: -40px; left: 0;
  background: var(--ink); color: var(--bg);
  padding: 8px 14px;
  text-decoration: none;
  font-size: 13px; letter-spacing: 0.04em;
  z-index: 100;
  transition: top 120ms ease;
}
.skip-link:focus { top: 0; }

/* ---------- Nav top ---------- */
nav.top {
  position: sticky; top: 0; z-index: 50;
  background: rgba(246,241,232,0.95);
  backdrop-filter: saturate(140%) blur(8px);
  border-bottom: 1px solid var(--line);
}
nav.top .container {
  display: flex; align-items: center; justify-content: space-between;
  height: 64px;
}
.brand { display: flex; align-items: center; gap: 12px; text-decoration: none; }
.brand-mark { width: 32px; height: 32px; border-radius: 50%; }
.brand-name {
  font-size: 13px; letter-spacing: 0.24em; text-transform: uppercase; font-weight: 700;
}
nav.top .nav-menu { list-style: none; padding: 0; margin: 0; display: flex; gap: 28px; }
nav.top .nav-menu a {
  color: var(--ink-2); text-decoration: none;
  font-size: 13px; letter-spacing: 0.04em; font-weight: 500;
}
nav.top .nav-menu a:hover { color: var(--ink); }
.nav-cta {
  background: var(--ink); color: var(--bg);
  padding: 9px 16px; border-radius: 999px;
  font-size: 12px; letter-spacing: 0.16em; text-transform: uppercase; font-weight: 600;
  text-decoration: none;
  display: inline-flex; align-items: center; gap: 8px;
}
.nav-cta:hover { background: #000; }
@media (max-width: 760px) {
  nav.top .nav-menu { display: none; }
}

/* ---------- Hero ---------- */
.hero { padding: 72px 0 56px; }
.hero .grid {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 48px;
  align-items: end;
}
.hero .label { margin-bottom: 22px; display: inline-block; }
.hero h1 {
  font-size: clamp(48px, 7vw, 92px);
  line-height: 0.95;
  letter-spacing: -0.04em;
}
.hero h1 .em { font-style: italic; font-weight: 500; }
.hero h1 .dot { color: var(--rosso); }
.hero p.lede {
  font-size: 18px; line-height: 1.55; color: var(--ink-2);
  max-width: 460px; margin-top: 26px;
}
.hero .ctas { display: flex; gap: 12px; margin-top: 30px; flex-wrap: wrap; }
.hero-photo {
  background-image: url('assets/salone.jpeg');
  background-size: cover; background-position: center;
  min-height: 460px; border-radius: 4px;
  position: relative;
}
.hero-photo::after {
  content: ''; position: absolute; inset: 0;
  background: linear-gradient(180deg, transparent 60%, rgba(0,0,0,0.4));
  border-radius: 4px;
}
.hero-rating {
  position: absolute; left: 18px; bottom: 18px; z-index: 2;
  background: var(--paper); color: var(--ink);
  padding: 14px 18px; border-radius: 4px;
  display: flex; align-items: center; gap: 14px;
}
.hero-rating .stars { color: var(--rosso); letter-spacing: 2px; font-size: 14px; }
.hero-rating .score { font-size: 26px; font-weight: 700; letter-spacing: -0.02em; }
.hero-rating .meta {
  font-size: 10px; letter-spacing: 0.18em; text-transform: uppercase;
  color: var(--ink-2); margin-top: 2px;
}
@media (max-width: 860px) {
  .hero .grid { grid-template-columns: 1fr; gap: 32px; }
  .hero-photo { min-height: 360px; }
}

/* ---------- Pillars ---------- */
.pillars { padding: 88px 0; }
.pillars .head {
  display: flex; justify-content: space-between; align-items: end;
  gap: 24px; flex-wrap: wrap; margin-bottom: 56px;
}
.pillars .head h2 {
  font-size: clamp(28px, 3.5vw, 44px);
  max-width: 580px; letter-spacing: -0.03em;
}
.pillars .head p { color: var(--ink-2); max-width: 360px; font-size: 15px; margin: 0; }
.pillars .grid {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 0;
  border-top: 1px solid var(--line);
}
.pillar {
  padding: 36px 28px 36px 0;
  border-bottom: 1px solid var(--line);
  border-right: 1px solid var(--line);
}
.pillar:last-child { border-right: none; }
.pillar .num {
  font-size: 12px; letter-spacing: 0.24em;
  color: var(--rosso); font-weight: 700;
}
.pillar h3 { font-size: 22px; margin: 18px 0 12px; letter-spacing: -0.02em; }
.pillar p { color: var(--ink-2); font-size: 14.5px; margin: 0; }
@media (max-width: 760px) {
  .pillars .grid { grid-template-columns: 1fr; }
  .pillar { border-right: none; padding-right: 28px; }
}

/* ---------- Servizi ---------- */
.servizi { padding: 88px 0; background: var(--bg-alt); }
.servizi .head { margin-bottom: 48px; }
.servizi .head h2 {
  font-size: clamp(28px, 3.5vw, 44px);
  max-width: 700px; margin-top: 16px; letter-spacing: -0.03em;
}
.servizi .head p { color: var(--ink-2); max-width: 540px; margin-top: 14px; font-size: 16px; }
.servizi .list { list-style: none; padding: 0; margin: 0; border-top: 1px solid var(--line); }
.servizi .list li {
  display: grid; grid-template-columns: 60px 1fr auto; gap: 24px;
  padding: 24px 0; border-bottom: 1px solid var(--line); align-items: baseline;
}
.servizi .list .n {
  font-size: 12px; color: var(--mute);
  letter-spacing: 0.24em; font-weight: 700;
}
.servizi .list .name {
  font-size: 22px; font-weight: 600; letter-spacing: -0.02em;
}
.servizi .list .desc {
  color: var(--ink-2); font-size: 14px; margin-top: 4px; max-width: 60ch;
}
.servizi .list .price {
  font-size: 13px; color: var(--mute);
  letter-spacing: 0.12em; text-transform: uppercase; font-weight: 600;
}
@media (max-width: 760px) {
  .servizi .list li { grid-template-columns: 40px 1fr; }
  .servizi .list .price { grid-column: 2; margin-top: 6px; }
}

/* ---------- Reviews ---------- */
.reviews { padding: 88px 0; }
.reviews .head {
  display: flex; justify-content: space-between; align-items: end;
  flex-wrap: wrap; gap: 24px; margin-bottom: 48px;
}
.reviews .head h2 {
  font-size: clamp(28px, 3.5vw, 44px);
  max-width: 560px; margin-top: 16px; letter-spacing: -0.03em;
}
.reviews .head .badge {
  background: var(--paper);
  padding: 18px 22px; border: 1px solid var(--line);
  display: flex; align-items: center; gap: 14px;
}
.reviews .head .badge .score { font-size: 32px; font-weight: 700; letter-spacing: -0.02em; }
.reviews .head .badge .stars { color: var(--rosso); letter-spacing: 2px; font-size: 13px; }
.reviews .head .badge .meta {
  font-size: 10px; letter-spacing: 0.18em; text-transform: uppercase;
  color: var(--ink-2); margin-top: 2px;
}
.reviews .head .badge .link { margin-top: 6px; }
.reviews .head .badge .link a {
  text-decoration: underline; color: var(--ink); font-size: 11px;
}
.reviews .grid {
  display: grid; grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid var(--line);
}
.review {
  padding: 32px 28px 32px 0;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.review:last-child { border-right: none; }
.review .stars { color: var(--rosso); letter-spacing: 2px; font-size: 12px; margin-bottom: 14px; }
.review blockquote {
  margin: 0; font-family: var(--font-stack);
  font-size: 17px; line-height: 1.5; color: var(--ink); letter-spacing: -0.01em;
}
.review .who {
  margin-top: 18px; font-size: 12px; color: var(--mute); letter-spacing: 0.06em;
}
@media (max-width: 900px) {
  .reviews .grid { grid-template-columns: 1fr; }
  .review { border-right: none; padding-right: 28px; }
}

/* ---------- Steve ---------- */
.steve {
  padding: 88px 0; background: var(--paper);
  border-top: 1px solid var(--line); border-bottom: 1px solid var(--line);
}
.steve .grid {
  display: grid; grid-template-columns: 0.85fr 1.15fr;
  gap: 56px; align-items: center;
}
.steve .photo {
  aspect-ratio: 4/5; background: var(--bg-alt);
  display: grid; place-items: center;
  color: var(--mute); font-size: 13px;
  letter-spacing: 0.18em; text-transform: uppercase;
  border: 1px dashed var(--line);
  text-align: center;
}
.steve .photo small { font-size: 10px; }
.steve h2 {
  font-size: clamp(32px, 4vw, 52px);
  margin-top: 18px; letter-spacing: -0.03em;
}
.steve h2 .em { font-style: italic; font-weight: 500; color: var(--rosso); }
.steve p {
  font-size: 16.5px; line-height: 1.65;
  color: var(--ink-2); max-width: 56ch; margin: 20px 0;
}
.steve .signoff {
  font-size: 14px; color: var(--mute);
  letter-spacing: 0.06em; margin-top: 26px;
}
@media (max-width: 860px) {
  .steve .grid { grid-template-columns: 1fr; }
}

/* ---------- Info (dark) ---------- */
.info { padding: 96px 0 64px; background: var(--ink); color: var(--bg); }
.info .grid {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 56px;
}
.info h3 {
  font-size: 11px; letter-spacing: 0.24em; text-transform: uppercase;
  color: rgba(246,241,232,0.5); font-weight: 600; margin-bottom: 22px;
}
.info .big {
  font-size: clamp(26px, 3vw, 36px);
  font-weight: 700; letter-spacing: -0.02em;
  line-height: 1.15; color: var(--bg);
}
.info .big-sub {
  margin-top: 18px; color: rgba(246,241,232,0.7); font-size: 14px;
}
.info a {
  color: var(--bg); text-decoration: none;
  border-bottom: 1px solid rgba(246,241,232,0.3);
}
.info a:hover { border-bottom-color: var(--bg); }
.info .link-light { margin-top: 20px; display: inline-block; }

.orari { list-style: none; padding: 0; margin: 0; }
.orari li {
  display: flex; justify-content: space-between;
  padding: 10px 0;
  border-bottom: 1px solid rgba(246,241,232,0.12);
  font-size: 15px;
}
.orari li.closed { color: rgba(246,241,232,0.5); }

.contact-row { display: flex; flex-direction: column; gap: 14px; }
.contact-row .row {
  display: flex; align-items: center; justify-content: space-between;
  padding: 14px 0; border-bottom: 1px solid rgba(246,241,232,0.12);
}
.contact-row .label-2 {
  font-size: 11px; letter-spacing: 0.18em; text-transform: uppercase;
  color: rgba(246,241,232,0.5);
}
.contact-row .val { font-size: 16px; font-weight: 600; }
@media (max-width: 900px) {
  .info .grid { grid-template-columns: 1fr; gap: 40px; }
}

/* ---------- Footer ---------- */
footer.bottom {
  background: var(--ink); color: rgba(246,241,232,0.5);
  border-top: 1px solid rgba(246,241,232,0.12);
  padding: 28px 0; font-size: 12px;
}
footer.bottom .container {
  display: flex; justify-content: space-between;
  flex-wrap: wrap; gap: 12px;
}
footer.bottom a {
  color: rgba(246,241,232,0.7); text-decoration: none;
  border-bottom: 1px solid transparent;
}
footer.bottom a:hover { color: var(--bg); border-bottom-color: rgba(246,241,232,0.4); }
