/*
Theme Name: Bianco & Figli
Theme URI: https://biancoandfigli.com
Author: Bianco & Figli
Author URI: https://biancoandfigli.com
Description: Custom theme for Bianco & Figli — traditional Neapolitan pizza, made with fresh ingredients from Italy. Black ground, white type, Playfair Display headlines, EB Garamond body copy.
Version: 1.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: bianco-figli
*/

:root{
  --bg:#0a0a0a;
  --surface:#141212;
  --ink:#f8f4f4;
  --muted:#bab6b6;
  --line:rgba(248,244,244,0.18);
  --font-head:'Playfair Display', Georgia, serif;
  --font-body:'EB Garamond', Georgia, serif;
}

*,*::before,*::after{box-sizing:border-box;}
html{scroll-behavior:smooth;}
body{
  margin:0; background:var(--bg); color:var(--ink);
  font-family:var(--font-body); font-size:19px; line-height:1.7;
}
img{max-width:100%; display:block;}
a{color:var(--ink); text-decoration:none;}
a:hover{color:var(--muted);}
h1,h2,h3,h4{
  font-family:var(--font-head); font-weight:800; letter-spacing:-0.01em;
  line-height:1.1; margin:0 0 20px;
}
h1{font-size:64px;}
h2{font-size:42px;}
h3{font-size:26px;}
.container{max-width:1160px; margin:0 auto; padding:0 32px;}
.eyebrow{
  font-family:var(--font-body); font-size:13px; letter-spacing:0.3em;
  text-transform:uppercase; color:var(--muted); margin-bottom:14px;
}
.rule{height:2px; width:64px; background:var(--ink); margin:24px 0;}
.rule-center{margin-left:auto; margin-right:auto;}
.btn{
  display:inline-block; border:1px solid var(--ink); color:var(--ink);
  font-family:var(--font-head); font-weight:700; letter-spacing:0.04em;
  text-transform:uppercase; font-size:14px; padding:16px 32px;
}
.btn:hover{background:var(--ink); color:var(--bg);}

/* header */
.site-header{
  position:sticky; top:0; z-index:20; background:var(--bg);
  border-bottom:1px solid var(--line);
}
.site-header .container{
  display:flex; align-items:center; justify-content:space-between;
  padding-top:22px; padding-bottom:22px;
}
.site-logo{font-family:var(--font-head); font-size:22px; font-weight:800; letter-spacing:-0.01em; color:var(--ink);}
.primary-menu{list-style:none; display:flex; gap:40px; margin:0; padding:0;}
.primary-menu a{
  font-size:14px; letter-spacing:0.1em; text-transform:uppercase; color:var(--muted);
}
.primary-menu a:hover, .primary-menu .current-menu-item a{color:var(--ink);}
.menu-toggle{display:none;}

/* hero */
.hero{
  min-height:86vh; display:flex; flex-direction:column; align-items:center;
  justify-content:center; text-align:center; padding:120px 32px; border-bottom:1px solid var(--line);
}
.hero h1{max-width:900px;}
.hero p{color:var(--muted); font-size:20px; max-width:520px; margin:0 auto 36px;}

/* sections */
.section{padding:120px 0; border-bottom:1px solid var(--line);}
.section.tight{padding:90px 0;}
.section-head{max-width:640px; margin:0 auto 64px; text-align:center;}
.section-head p{color:var(--muted); font-size:19px;}

.two-col{display:grid; grid-template-columns:1fr 1fr; gap:80px; align-items:center;}
.two-col p{color:var(--muted);}

.cards{display:grid; grid-template-columns:repeat(3,1fr); gap:1px; background:var(--line);}
.card{background:var(--bg); padding:48px 40px;}
.card h3{margin-bottom:12px;}
.card p{color:var(--muted); font-size:16px; margin:0;}

.menu-preview-list{max-width:760px; margin:0 auto;}
.menu-row{
  display:flex; justify-content:space-between; gap:24px; align-items:baseline;
  padding:22px 0; border-bottom:1px solid var(--line);
}
.menu-row:last-child{border-bottom:none;}
.menu-row h4{font-family:var(--font-head); font-size:21px; font-weight:700; margin:0;}
.menu-row .desc{color:var(--muted); font-size:15px; margin-top:6px;}
.menu-row .price{font-family:var(--font-head); font-size:20px; white-space:nowrap;}

.cta-band{
  text-align:center; padding:120px 32px; border-bottom:1px solid var(--line);
}

/* photos */
.photo-square, .photo-placeholder.photo-square{width:100%; aspect-ratio:4/3; object-fit:cover;}
.photo-placeholder{
  display:flex; align-items:center; justify-content:center; text-align:center;
  background:var(--surface); border:1px dashed var(--line); color:var(--muted);
  font-family:var(--font-body); font-size:14px; line-height:1.5;
}
.photo-placeholder small{font-size:12px; opacity:0.7;}
.photo-gallery{display:grid; grid-template-columns:repeat(4,1fr); gap:1px; background:var(--line); margin-bottom:0;}
.photo-gallery figure{margin:0; background:var(--bg);}
.photo-gallery-img, .photo-gallery .photo-placeholder{width:100%; aspect-ratio:1/1; object-fit:cover;}
.photo-gallery figcaption{
  padding:14px 16px; font-family:var(--font-head); font-size:14px; letter-spacing:0.02em;
}
@media (max-width:820px){
  .photo-gallery{grid-template-columns:repeat(2,1fr);}
}

/* page content */
.page-content{max-width:760px; margin:0 auto; padding:100px 32px;}
.page-content h1{font-size:48px;}
.page-content p{color:var(--muted);}

/* contact */
.contact-grid{display:grid; grid-template-columns:1fr 1fr; gap:80px;}
.contact-block h4{font-family:var(--font-head); font-size:14px; letter-spacing:0.1em; text-transform:uppercase; color:var(--muted); margin-bottom:10px;}
.contact-block p{margin:0 0 32px; font-size:19px;}

/* footer */
.site-footer{padding:64px 0; text-align:center;}
.site-footer .site-logo{display:inline-block; margin-bottom:12px;}
.social-row{margin-bottom:16px;}
.social-row a{font-family:var(--font-head); font-size:15px; letter-spacing:0.04em;}
.social-row a:hover{color:var(--muted);}
.site-footer p{color:var(--muted); font-size:14px; margin:0;}

@media (max-width:820px){
  h1{font-size:40px;}
  h2{font-size:30px;}
  .primary-menu{display:none;}
  .two-col, .contact-grid{grid-template-columns:1fr; gap:40px;}
  .cards{grid-template-columns:1fr;}
  .section{padding:72px 0;}
}
