:root{
      --black:#0d0d0b;
      --espresso:#17110e;
      --brown:#221813;
      --brown-2:#2b2019;
      --green:#214f2d;
      --green-deep:#163a24;
      --green-dark:#102c1b;
      --cream:#f1e6d4;
      --cream-2:#e5d4bb;
      --paper:#d9c6aa;
      --rust:#8f3f27;
      --red:#8f2c20;
      --gold:#c79b57;
      --muted:#b9aa98;
      --line:rgba(241,230,212,.15);
      --line-dark:rgba(23,17,14,.18);
      --max:1420px;
    }

    *{box-sizing:border-box}
    html{scroll-behavior:smooth}
    body{
      margin:0;
      background:var(--espresso);
      color:var(--cream);
      font-family:Arial,Helvetica,sans-serif;
      -webkit-font-smoothing:antialiased;
      text-rendering:optimizeLegibility;
      overflow-x:hidden;
    }
    img,video{display:block;max-width:100%}
    a{color:inherit;text-decoration:none}
    .wrap{width:min(var(--max),calc(100% - 64px));margin-inline:auto}

    /* thin opening note — intentionally restrained */
    .opening-note{
      height:34px;
      display:flex;
      align-items:center;
      justify-content:center;
      background:var(--rust);
      color:#fff4e7;
      font-size:10px;
      font-weight:800;
      letter-spacing:.20em;
      text-transform:uppercase;
    }

    /* header: ONE emblem only. The full wordmark appears only in the hero. */
    .site-header{
      position:sticky;
      top:0;
      z-index:40;
      background:rgba(13,13,11,.95);
      border-bottom:1px solid var(--line);
      backdrop-filter:blur(12px);
    }
    .header-inner{
      min-height:82px;
      display:grid;
      grid-template-columns:1fr auto 1fr;
      align-items:center;
      gap:28px;
    }
    .mini-brand{
      display:flex;
      align-items:center;
      min-width:0;
    }
    .mini-brand img{
      width:44px;
      height:44px;
      border-radius:50%;
      object-fit:cover;
      flex:0 0 auto;
    }
    .nav{
      display:flex;
      justify-content:center;
      align-items:center;
      gap:30px;
      white-space:nowrap;
    }
    .nav a{
      position:relative;
      padding:32px 0 29px;
      font-size:10px;
      font-weight:800;
      letter-spacing:.15em;
      text-transform:uppercase;
      color:#e7dbca;
    }
    .nav a:after{
      content:"";
      position:absolute;
      height:1px;
      left:0;
      right:100%;
      bottom:23px;
      background:var(--gold);
      transition:right .2s ease;
    }
    .nav a:hover:after{right:0}
    .header-actions{
      justify-self:end;
      display:flex;
      gap:10px;
    }

    .btn{
      min-height:44px;
      display:inline-flex;
      align-items:center;
      justify-content:center;
      padding:0 18px;
      border:1px solid rgba(241,230,212,.55);
      border-radius:0;
      font-size:9px;
      font-weight:800;
      letter-spacing:.15em;
      text-transform:uppercase;
      transition:.18s ease;
    }
    .btn:hover{transform:translateY(-1px);background:rgba(255,255,255,.05)}
    .btn-gold{border-color:var(--gold);background:var(--gold);color:var(--espresso)}
    .btn-green{border-color:var(--green);background:var(--green);color:#fff}
    .btn-dark{border-color:#fff;background:#fff;color:var(--espresso)}

    /* HERO */
    .hero-shell{
      background:
        radial-gradient(circle at 12% 10%, rgba(143,63,39,.16), transparent 28%),
        radial-gradient(circle at 64% 44%, rgba(33,79,45,.12), transparent 36%),
        var(--black);
      border-bottom:1px solid var(--line);
    }
    .hero{
      display:grid;
      grid-template-columns:minmax(0,1.06fr) minmax(420px,.94fr);
      min-height:calc(100vh - 116px);
    }
    .hero-copy{
      padding:82px 78px 72px 0;
      display:flex;
      flex-direction:column;
      justify-content:center;
    }

    /* Wordmark/decal appears once, large and intentional. White background is inverted to black. */
    .hero-wordmark-box{
      width:min(560px,88%);
      margin-bottom:48px;
      overflow:visible;
    }
    .hero-wordmark{
      width:100%;
      height:auto;
      display:block;
    }

    .eyebrow{
      display:flex;
      align-items:center;
      gap:14px;
      color:var(--gold);
      font-size:9px;
      line-height:1;
      font-weight:800;
      letter-spacing:.23em;
      text-transform:uppercase;
    }
    .eyebrow:before{
      content:"";
      width:46px;
      height:1px;
      background:currentColor;
    }
    h1,h2,h3{
      margin:0;
      font-family:Georgia,"Times New Roman",serif;
      font-weight:400;
    }
    h1{
      margin-top:24px;
      max-width:790px;
      font-size:clamp(60px,6.1vw,105px);
      line-height:.92;
      letter-spacing:-.052em;
      color:var(--cream);
    }
    .hero-lead{
      max-width:700px;
      margin:28px 0 0;
      color:#d7c5ae;
      font:400 clamp(20px,1.9vw,30px)/1.35 Georgia,"Times New Roman",serif;
    }
    .hero-body{
      max-width:660px;
      margin:20px 0 0;
      color:#a99988;
      font-size:14px;
      line-height:1.85;
    }
    .hero-actions{
      display:flex;
      flex-wrap:wrap;
      gap:10px;
      margin-top:31px;
    }
    .hero-facts{
      margin-top:54px;
      display:grid;
      grid-template-columns:repeat(3,1fr);
      border-top:1px solid var(--line);
      border-bottom:1px solid var(--line);
    }
    .fact{
      padding:18px 24px 17px 0;
    }
    .fact + .fact{
      padding-left:24px;
      border-left:1px solid var(--line);
    }
    .fact strong{
      display:block;
      color:var(--cream);
      font:400 18px/1.2 Georgia,"Times New Roman",serif;
    }
    .fact span{
      display:block;
      margin-top:5px;
      color:#958675;
      font-size:9px;
      letter-spacing:.13em;
      text-transform:uppercase;
    }

    .hero-video{
      position:relative;
      min-height:760px;
      overflow:hidden;
      background:#000;
      border-left:1px solid var(--line);
    }
    .hero-video video{
      width:100%;
      height:100%;
      min-height:760px;
      object-fit:cover;
    }
    .video-shade{
      position:absolute;
      inset:0;
      pointer-events:none;
      background:
        linear-gradient(to top,rgba(0,0,0,.68) 0%,rgba(0,0,0,0) 40%),
        linear-gradient(to right,rgba(0,0,0,.15),transparent 18%);
    }
    .video-caption{
      position:absolute;
      left:34px;
      right:34px;
      bottom:30px;
      display:flex;
      align-items:end;
      justify-content:space-between;
      gap:25px;
    }
    .video-caption strong{
      display:block;
      font:400 34px/1 Georgia,"Times New Roman",serif;
      color:#fff;
    }
    .video-caption span{
      display:block;
      margin-top:8px;
      color:rgba(255,255,255,.75);
      font-size:9px;
      letter-spacing:.16em;
      text-transform:uppercase;
    }

    /* STORY */
    .story{
      padding:118px 0;
      background:var(--brown);
      border-bottom:1px solid var(--line);
    }
    .story-grid{
      display:grid;
      grid-template-columns:minmax(0,.92fr) minmax(0,1.08fr);
      gap:78px;
      align-items:center;
    }
    .story-image{
      aspect-ratio:4/5;
      overflow:hidden;
      border:1px solid rgba(199,155,87,.30);
    }
    .story-image img{
      width:100%;
      height:100%;
      object-fit:cover;
    }
    .story-copy h2{
      margin-top:20px;
      max-width:690px;
      color:var(--cream);
      font-size:clamp(50px,5.1vw,80px);
      line-height:.96;
      letter-spacing:-.042em;
    }
    .story-copy p{
      max-width:680px;
      margin:25px 0 0;
      color:#b6a693;
      font-size:15px;
      line-height:1.9;
    }
    .signature{
      margin-top:32px;
      color:var(--gold);
      font:italic 25px/1.3 Georgia,"Times New Roman",serif;
    }
    .craft-line{
      margin-top:48px;
      display:grid;
      grid-template-columns:repeat(3,1fr);
      border-top:1px solid var(--line);
      border-bottom:1px solid var(--line);
    }
    .craft{
      padding:22px 25px 23px 0;
    }
    .craft + .craft{
      padding-left:25px;
      border-left:1px solid var(--line);
    }
    .craft strong{
      display:block;
      color:var(--cream);
      font:400 17px/1.2 Georgia,"Times New Roman",serif;
    }
    .craft span{
      display:block;
      margin-top:7px;
      color:#938371;
      font-size:11px;
      line-height:1.6;
    }

    /* GALLERY */
    .gallery-section{
      padding:112px 0 118px;
      background:var(--espresso);
      border-bottom:1px solid var(--line);
    }
    .section-heading{
      display:grid;
      grid-template-columns:minmax(0,.8fr) minmax(330px,1.2fr);
      gap:70px;
      align-items:end;
      margin-bottom:50px;
    }
    .section-heading h2{
      margin-top:18px;
      color:var(--cream);
      font-size:clamp(48px,5vw,77px);
      line-height:.96;
      letter-spacing:-.04em;
    }
    .section-heading p{
      margin:0;
      max-width:650px;
      color:#9f907f;
      font-size:14px;
      line-height:1.85;
    }

    /* exactly aligned, no masonry, no featured spans */
    .gallery-grid{
      display:grid;
      grid-template-columns:repeat(3,1fr);
      gap:12px;
    }
    .gallery-grid figure{
      margin:0;
      aspect-ratio:4/3;
      overflow:hidden;
      background:#241c17;
      border:1px solid rgba(241,230,212,.08);
    }
    .gallery-grid img{
      width:100%;
      height:100%;
      object-fit:cover;
      transition:transform .4s ease,filter .4s ease;
    }
    .gallery-grid figure:hover img{
      transform:scale(1.018);
      filter:brightness(1.04);
    }

    /* MENU — compact by design, no prices */
    .menu-section{
      position:relative;
      padding:104px 0 110px;
      background:
        linear-gradient(rgba(16,44,27,.95),rgba(16,44,27,.95)),
        radial-gradient(circle at 20% 0%,rgba(199,155,87,.16),transparent 35%);
      border-bottom:1px solid var(--line);
    }
    .menu-intro{
      display:grid;
      grid-template-columns:minmax(0,.8fr) minmax(320px,1.2fr);
      gap:70px;
      align-items:end;
      padding-bottom:36px;
      border-bottom:1px solid rgba(241,230,212,.22);
    }
    .menu-intro h2{
      margin-top:18px;
      color:#f1e6d4;
      font-size:clamp(50px,5.2vw,80px);
      line-height:.94;
      letter-spacing:-.04em;
    }
    .menu-intro p{
      margin:0;
      max-width:700px;
      color:#b7c1b4;
      font-size:13px;
      line-height:1.8;
    }
    .menu-block{
      padding-top:34px;
    }
    .menu-block + .menu-block{
      margin-top:10px;
      border-top:1px solid rgba(241,230,212,.13);
    }
    .menu-block h3{
      color:var(--gold);
      font-size:25px;
      line-height:1.1;
      margin-bottom:18px;
    }
    .pizza-names{
      display:grid;
      grid-template-columns:repeat(4,1fr);
      column-gap:34px;
    }
    .menu-name{
      padding:10px 0 11px;
      border-bottom:1px solid rgba(241,230,212,.12);
      color:#f0e7dc;
      font:400 15px/1.25 Georgia,"Times New Roman",serif;
    }
    .menu-small-grid{
      display:grid;
      grid-template-columns:repeat(4,1fr);
      gap:38px;
      margin-top:36px;
      padding-top:34px;
      border-top:1px solid rgba(241,230,212,.17);
    }
    .menu-small h3{
      margin:0 0 14px;
      color:var(--gold);
      font-size:22px;
    }
    .compact-list{
      margin:0;
      padding:0;
      list-style:none;
    }
    .compact-list li{
      padding:7px 0;
      border-bottom:1px solid rgba(241,230,212,.10);
      color:#ddd3c7;
      font-size:12px;
      line-height:1.35;
    }
    .menu-note{
      margin-top:26px;
      color:#8fa08f;
      font-size:10px;
      letter-spacing:.06em;
      line-height:1.6;
    }

    /* VISIT */
    .visit{
      background:var(--cream);
      color:var(--espresso);
    }
    .visit-grid{
      display:grid;
      grid-template-columns:1.08fr .92fr;
      min-height:590px;
    }
    .visit-copy{
      padding:92px 72px 86px 0;
      display:flex;
      flex-direction:column;
      justify-content:center;
    }
    .visit .eyebrow{color:var(--rust)}
    .visit-copy h2{
      margin-top:18px;
      color:var(--green-deep);
      font-size:clamp(50px,5vw,78px);
      line-height:.95;
      letter-spacing:-.04em;
    }
    .address{
      margin-top:29px;
      color:#2d231d;
      font:400 24px/1.38 Georgia,"Times New Roman",serif;
    }
    .phone{
      display:inline-block;
      margin-top:18px;
      color:var(--rust);
      font-weight:800;
      font-size:16px;
    }
    .visit-actions{
      display:flex;
      flex-wrap:wrap;
      gap:10px;
      margin-top:30px;
    }
    .visit-actions .btn{
      color:var(--green-deep);
      border-color:rgba(22,58,36,.65);
    }
    .visit-actions .btn-green{color:#fff}

    .hours{
      background:var(--brown);
      color:var(--cream);
      padding:78px 62px;
      display:flex;
      flex-direction:column;
      justify-content:center;
    }
    .hours h3{
      margin:0 0 25px;
      color:var(--cream);
      font-size:32px;
    }
    .hour-row{
      display:flex;
      justify-content:space-between;
      gap:30px;
      padding:12px 0;
      border-bottom:1px solid var(--line);
      font-size:12px;
    }
    .hour-row span:last-child{
      color:#d5bd99;
      font-weight:800;
      text-align:right;
    }

    footer{
      padding:38px 0 42px;
      background:#080807;
      color:#897c6e;
      border-top:1px solid rgba(255,255,255,.04);
    }
    .footer-inner{
      display:grid;
      grid-template-columns:1fr auto 1fr;
      align-items:center;
      gap:30px;
      font-size:9px;
      letter-spacing:.12em;
      text-transform:uppercase;
    }
    .footer-name{
      color:#d4c8b8;
      font:400 16px/1 Georgia,"Times New Roman",serif;
      letter-spacing:.04em;
      text-transform:none;
    }
    .footer-center{text-align:center}
    .footer-links{
      justify-self:end;
      display:flex;
      gap:20px;
      font-weight:800;
    }
    .footer-links a:hover{color:#fff}



    .ig-square{
      width:42px;
      height:42px;
      display:inline-flex;
      align-items:center;
      justify-content:center;
      border:1px solid rgba(241,230,212,.35);
      background:transparent;
      color:#f1e6d4;
      transition:.18s ease;
      flex:0 0 auto;
    }
    .ig-square:hover{
      border-color:var(--gold);
      background:rgba(199,155,87,.10);
      transform:translateY(-1px);
    }
    .ig-square svg{
      width:18px;
      height:18px;
      display:block;
    }

    /* language selector */
    .lang-switcher{
      display:flex;
      align-items:center;
      gap:6px;
      margin-right:2px;
      padding-right:12px;
      border-right:1px solid var(--line);
    }
    .lang-btn{
      appearance:none;
      border:1px solid rgba(241,230,212,.22);
      background:transparent;
      color:#e7dbca;
      min-width:42px;
      height:34px;
      padding:0 7px;
      display:inline-flex;
      align-items:center;
      justify-content:center;
      gap:5px;
      cursor:pointer;
      font-family:Arial,Helvetica,sans-serif;
      font-size:8px;
      font-weight:800;
      line-height:1;
      letter-spacing:.10em;
      text-transform:uppercase;
      transition:.18s ease;
    }
    .lang-btn:hover{
      border-color:rgba(199,155,87,.75);
      background:rgba(255,255,255,.04);
    }
    .lang-btn.active{
      border-color:var(--gold);
      color:#fff;
      background:rgba(199,155,87,.12);
    }
    .lang-flag{
      font-size:16px;
      line-height:1;
      letter-spacing:0;
    }

    @media (max-width:1100px){
      .wrap{width:min(var(--max),calc(100% - 42px))}
      .hero{grid-template-columns:1fr .82fr}
      .hero-copy{padding-right:46px}
      .story-grid{gap:48px}
      .pizza-names{grid-template-columns:repeat(3,1fr)}
      .menu-small-grid{grid-template-columns:repeat(2,1fr)}
    }

    @media (max-width:900px){
      .header-inner{grid-template-columns:1fr auto}
      .nav{display:none}
      .header-call{display:none}
      .lang-switcher{padding-right:10px;gap:5px}
      .lang-btn{min-width:36px;height:32px;padding:0 5px}
      .hero{grid-template-columns:1fr}
      .hero-copy{padding:60px 0 56px}
      .hero-video{border-left:0;border-top:1px solid var(--line);min-height:74vh}
      .hero-video video{min-height:74vh}
      .story{padding:88px 0}
      .story-grid{grid-template-columns:1fr}
      .story-image{max-height:720px}
      .section-heading,.menu-intro{grid-template-columns:1fr;gap:22px}
      .gallery-section{padding:84px 0 90px}
      .gallery-grid{grid-template-columns:repeat(2,1fr)}
      .menu-section{padding:82px 0 88px}
      .pizza-names{grid-template-columns:repeat(2,1fr)}
      .visit-grid{grid-template-columns:1fr}
      .visit-copy{padding:72px 0}
      .hours{padding:58px 42px}
      .footer-inner{grid-template-columns:1fr;justify-items:center;text-align:center}
      .footer-links{justify-self:center}
    }

    @media (max-width:620px){
      .wrap{width:min(var(--max),calc(100% - 24px))}
      .opening-note{height:30px;font-size:8px;letter-spacing:.16em}
      .site-header{position:relative}
      .header-inner{min-height:70px}
      .mini-brand img{width:38px;height:38px}
      .header-actions{gap:7px}
      .header-actions .btn{min-height:38px;padding:0 12px;font-size:8px}
      .lang-switcher{gap:4px;padding-right:7px}
      .lang-btn{min-width:31px;height:30px;padding:0 4px}
      .lang-code{display:none}
      .lang-flag{font-size:15px}
      .hero-copy{padding:44px 0 46px}
      .hero-wordmark-box{width:92%;margin-bottom:35px}
      h1{font-size:56px}
      .hero-lead{font-size:22px}
      .hero-body{font-size:13px}
      .hero-actions .btn{flex:1 1 145px}
      .hero-facts{grid-template-columns:1fr}
      .fact{padding:15px 0}
      .fact + .fact{padding-left:0;border-left:0;border-top:1px solid var(--line)}
      .hero-video,.hero-video video{min-height:630px}
      .video-caption{left:20px;right:20px;bottom:22px}
      .video-caption strong{font-size:27px}
      .story{padding:70px 0}
      .story-copy h2,.section-heading h2,.menu-intro h2,.visit-copy h2{font-size:48px}
      .craft-line{grid-template-columns:1fr}
      .craft{padding:18px 0}
      .craft + .craft{padding-left:0;border-left:0;border-top:1px solid var(--line)}
      .gallery-section{padding:70px 0 74px}
      .gallery-grid{grid-template-columns:1fr;gap:9px}
      .pizza-names{grid-template-columns:1fr 1fr;column-gap:20px}
      .menu-name{font-size:14px}
      .menu-small-grid{grid-template-columns:1fr 1fr;gap:28px 22px}
      .hours{padding:48px 24px}
      .footer-links{flex-wrap:wrap;justify-content:center}
    }