/* CUTTHROAT CUISINE V7 - APPROVED VISUAL PASS */
:root{
  --ink:#080808;
  --paper:#f4f1eb;
  --white:#fff;
  --red:#e2232e;
  --muted:#a7a29b;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;background:var(--paper);color:var(--ink);font-family:Arial,Helvetica,sans-serif;-webkit-font-smoothing:antialiased}
a{color:inherit;text-decoration:none}
img{display:block;width:100%}

.site-header{
  min-height:76px;
  padding:0 5.2vw;
  display:flex;
  align-items:center;
  justify-content:space-between;
  background:rgba(244,241,235,.98);
  position:sticky;
  top:0;
  z-index:20;
  border-bottom:1px solid rgba(0,0,0,.06);
}
.brand{font-size:15px;letter-spacing:.22em;font-weight:600;white-space:nowrap}
.nav{display:flex;align-items:center;gap:34px;font-size:11px;letter-spacing:.24em;font-weight:700}
.nav-book{border:1px solid var(--ink);padding:13px 18px}

.hero{
  display:grid;
  grid-template-columns:minmax(420px,43%) minmax(0,57%);
  min-height:650px;
  background:var(--ink);
  color:var(--white);
  overflow:hidden;
}
.hero-copy{
  min-width:0;
  padding:92px 5.5vw 72px 5.2vw;
  display:flex;
  flex-direction:column;
  align-items:flex-start;
  justify-content:center;
  position:relative;
  z-index:2;
  background:var(--ink);
}
.eyebrow{font-size:13px;line-height:1.55;letter-spacing:.28em;font-weight:700;margin:0 0 24px}
.eyebrow.dark{color:var(--ink)}
.red-rule{display:block;width:43px;height:2px;background:var(--red);margin:0 0 27px}
.hero h1{
  font-size:clamp(50px,5.2vw,78px);
  line-height:.95;
  letter-spacing:.10em;
  margin:0 0 24px;
  font-weight:500;
  max-width:100%;
}
.subhead{font-size:14px;letter-spacing:.28em;margin:0 0 20px}
.hero-note{font-family:Arial,Helvetica,sans-serif;font-size:31px;line-height:1.12;color:#fff;margin:0 0 18px}
.knife-mark{width:112px;height:22px;margin:0 0 31px;position:relative;display:block}
.knife-mark:before{content:"";position:absolute;left:0;top:9px;width:36px;height:5px;background:var(--red);border-radius:5px 0 0 5px}
.knife-mark:after{content:"";position:absolute;left:32px;top:6px;width:76px;height:11px;background:var(--red);clip-path:polygon(0 0,100% 0,80% 55%,0 100%)}
.button{display:inline-flex;align-items:center;gap:28px;padding:16px 22px;font-size:11px;letter-spacing:.22em;font-weight:700;transition:.2s ease;cursor:pointer}
.button span{font-size:18px;line-height:0}
.button-light{border:1px solid rgba(255,255,255,.8);color:#fff}
.hero-image{
  min-width:0;
  min-height:650px;
  background-color:#111;
  background-image:url('assets/hero-clean-v4.jpg');
  background-repeat:no-repeat;
  background-position:center center;
  background-size:contain;
}

.section{padding:70px 5.2vw}
.section-light{background:var(--paper)}
.section-head.split{display:grid;grid-template-columns:1fr 1fr;gap:70px;align-items:end;margin-bottom:38px}
.section-head h2,.about h2,.book-section h2{font-size:21px;letter-spacing:.24em;line-height:1.35;margin:0;font-weight:600}
.section-head p{font-family:Arial,Helvetica,sans-serif;font-size:18px;line-height:1.55;margin:0;max-width:620px}
.gallery{display:grid;grid-template-columns:repeat(3,1fr);gap:10px}
.gallery img{aspect-ratio:1.25/1;object-fit:cover}
figure{margin:0}
figcaption{text-align:center;font-size:10px;letter-spacing:.28em;font-weight:700;padding:14px 8px}
.quote-band{padding:58px 5.2vw 54px;background:#ece8e1;text-align:center}
.quote-band blockquote{font-family:Arial,Helvetica,sans-serif;font-size:clamp(27px,3vw,44px);line-height:1.2;margin:0 auto 24px;max-width:900px}
.quote-band .quote-knife{margin:0 auto}
.about{display:grid;grid-template-columns:1fr 1fr;gap:8vw;align-items:center;padding-top:90px;padding-bottom:90px}
.about-copy{max-width:590px}
.about-copy h2{font-size:clamp(24px,2.35vw,36px);letter-spacing:.08em;margin-bottom:27px;white-space:nowrap}
.about-copy p{font-family:Arial,Helvetica,sans-serif;font-size:18px;line-height:1.6}
.about-copy .micro{font-family:Arial,Helvetica,sans-serif;font-size:12px;letter-spacing:.17em;text-transform:uppercase;margin-top:30px}
.about-image{position:relative}
.about-image img{aspect-ratio:1.35/1;object-fit:cover;filter:grayscale(1) contrast(1.05)}
.book-section{background:#080808;color:white;padding:84px 5.2vw;display:grid;grid-template-columns:.9fr 1.1fr;gap:9vw}
.book-intro h2{font-size:clamp(32px,4vw,60px);letter-spacing:.12em;margin:0 0 20px}
.book-intro p:last-child{font-family:Arial,Helvetica,sans-serif;color:#cec8bf;font-size:18px;line-height:1.55;max-width:480px}
.booking-form{display:grid;gap:17px}
.booking-form label{display:grid;gap:8px;font-size:10px;letter-spacing:.18em;text-transform:uppercase;color:#cfc9c1}
.booking-form input,.booking-form select,.booking-form textarea{width:100%;border:1px solid #383838;background:#111;color:white;padding:14px 15px;border-radius:0;font:inherit;font-size:15px;letter-spacing:0;text-transform:none;outline:none}
.two-col{display:grid;grid-template-columns:1fr 1fr;gap:14px}
.button-red{border:0;background:var(--red);color:white;justify-content:space-between;margin-top:5px}
.form-note{font-size:11px;line-height:1.5;color:#8f8b85;margin:0}
.site-footer{min-height:112px;padding:0 5.2vw;background:#050505;color:#fff;display:flex;align-items:center;justify-content:space-between;font-size:10px;letter-spacing:.26em;font-weight:700}

@media(max-width:900px){
  .site-header{height:74px;background:#080808;color:#fff;padding:0 22px}
  .brand{font-size:13px;line-height:1.25;letter-spacing:.18em;white-space:normal;max-width:170px}
  .nav{gap:12px}
  .nav a:not(.nav-book){display:none}
  .nav-book{border-color:#fff;padding:12px 18px}
  .hero{display:flex;flex-direction:column;min-height:0;background:#080808}
  .hero-image{order:0;min-height:440px;background-position:center 47%;background-size:contain}
  .hero-copy{order:1;padding:38px 28px 48px;justify-content:flex-start}
  .hero-copy .eyebrow{display:none}
  .hero-copy>.red-rule{display:none}
  .hero h1{display:none}
  .subhead{font-size:12px;letter-spacing:.27em;margin-bottom:20px}
  .hero-note{font-size:38px;line-height:1.05;margin-bottom:18px;max-width:360px}
  .knife-mark{margin-bottom:28px}
  .section-head.split,.about,.book-section{grid-template-columns:1fr;gap:38px}
  .gallery{grid-template-columns:repeat(3,1fr);gap:2px}
  .gallery img{aspect-ratio:.82/1}
  .gallery figcaption{font-size:8px;letter-spacing:.18em;padding:12px 3px}
  .about{padding-top:70px;padding-bottom:70px}
  .book-section{padding-top:70px;padding-bottom:70px}
  .site-footer{flex-direction:column;justify-content:center;gap:12px;text-align:center}
}
@media(max-width:520px){
  .hero-copy,.section,.book-section{padding-left:22px;padding-right:22px}
  .hero-image{min-height:410px}
  .hero-note{font-size:36px}
  .quote-band{padding-left:22px;padding-right:22px}
  .two-col{grid-template-columns:1fr}
  .site-footer{padding-left:22px;padding-right:22px}
  .section{padding-top:54px;padding-bottom:54px}
  .section-head.split{display:block}
  .section-head.split>div{margin-bottom:24px}
  .section-head p{font-size:17px}
}
