@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@500;600;700&family=Inter:wght@300;400;500;600&family=Cinzel:wght@500;600&display=swap');

:root {
  --black: #0f0f10;
  --charcoal: #1d1d1f;
  --gold: #b08d57;
  --gold-light: #d7bd8d;
  --burgundy: #5a1e2b;
  --ivory: #f4f1ea;
  --muted: #b9b3aa;
  --line: rgba(176,141,87,.32);
  --max: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ivory);
  background: var(--black);
  font-family: Inter, Arial, sans-serif;
  line-height: 1.65;
}
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
button, input, textarea, select { font: inherit; }

.container { width: min(calc(100% - 40px), var(--max)); margin: 0 auto; }
.eyebrow { color: var(--gold-light); text-transform: uppercase; letter-spacing: .22em; font-size: .75rem; font-weight: 600; }
.section { padding: 96px 0; }
.section-sm { padding: 64px 0; }
.section-title { font-family: 'Cormorant Garamond', serif; font-size: clamp(2.5rem, 5vw, 4.8rem); line-height: .98; margin: 10px 0 22px; font-weight: 600; }
.lead { color: #d7d2ca; font-size: 1.1rem; max-width: 720px; }
.muted { color: var(--muted); }
.gold-line { width: 72px; height: 1px; background: var(--gold); margin: 24px 0; }

.site-header {
  position: fixed; inset: 0 0 auto 0; z-index: 50;
  background: linear-gradient(to bottom, rgba(10,10,10,.95), rgba(10,10,10,.55), transparent);
  transition: background .25s ease, border-color .25s ease;
}
.site-header.scrolled { background: rgba(15,15,16,.96); border-bottom: 1px solid var(--line); backdrop-filter: blur(12px); }
.nav { height: 84px; display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.logo { font-family: Cinzel, serif; letter-spacing: .11em; font-size: 1.3rem; }
.logo span { color: var(--gold); }
.nav-links { display: flex; gap: 26px; align-items: center; font-size: .88rem; }
.nav-links a { color: #e9e4db; }
.nav-links a:hover, .nav-links a.active { color: var(--gold-light); }
.menu-toggle { display: none; background: none; color: white; border: 0; font-size: 1.7rem; }

.btn {
  display: inline-flex; align-items: center; justify-content: center;
  min-height: 48px; padding: 0 24px; border: 1px solid var(--gold);
  text-transform: uppercase; letter-spacing: .14em; font-size: .75rem; font-weight: 600;
  transition: .2s ease; cursor: pointer;
}
.btn:hover { background: var(--gold); color: #15120e; }
.btn.solid { background: var(--gold); color: #15120e; }
.btn.solid:hover { background: var(--gold-light); }
.btn.ghost { border-color: rgba(255,255,255,.35); }
.button-row { display: flex; gap: 14px; flex-wrap: wrap; margin-top: 28px; }

.hero {
  min-height: 100vh; display: grid; place-items: center; position: relative; overflow: hidden;
  background:
    linear-gradient(90deg, rgba(8,8,9,.93), rgba(8,8,9,.63) 50%, rgba(8,8,9,.78)),
    radial-gradient(circle at 70% 30%, rgba(176,141,87,.24), transparent 35%),
    radial-gradient(circle at 20% 70%, rgba(90,30,43,.28), transparent 35%),
    #121214;
}
.hero::before {
  content: ''; position: absolute; inset: 0; opacity: .16;
  background-image: linear-gradient(rgba(255,255,255,.03) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.03) 1px, transparent 1px);
  background-size: 42px 42px;
}
.hero-content { position: relative; z-index: 2; padding-top: 70px; max-width: 850px; }
.hero h1 { font-family: 'Cormorant Garamond', serif; font-size: clamp(4rem, 10vw, 8rem); line-height: .85; margin: 16px 0 26px; font-weight: 600; }
.hero h1 em { color: var(--gold-light); font-style: normal; }
.hero p { font-size: clamp(1rem, 2vw, 1.3rem); color: #ddd7ce; max-width: 670px; }
.hero-meta { position: absolute; bottom: 26px; left: 0; right: 0; z-index: 2; }
.hero-meta .container { display: flex; justify-content: space-between; color: #bdb6ac; font-size: .78rem; letter-spacing: .12em; text-transform: uppercase; }

.grid-2 { display: grid; grid-template-columns: 1.1fr .9fr; gap: 70px; align-items: center; }
.grid-3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.grid-4 { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }

.image-panel, .gallery-tile {
  min-height: 480px; border: 1px solid var(--line); position: relative; overflow: hidden;
  background:
    linear-gradient(145deg, rgba(176,141,87,.17), transparent 44%),
    linear-gradient(325deg, rgba(90,30,43,.24), transparent 50%), #232326;
}

.photo-panel {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.photo-panel::after { content: none; }
.interior-photo { background-image: linear-gradient(rgba(0,0,0,.08), rgba(0,0,0,.08)), url('images/interior.jpg'); }
.latte-photo { background-image: url('images/latte.jpg'); background-position: center 52%; }
.stage-photo { background-image: linear-gradient(rgba(0,0,0,.06), rgba(0,0,0,.06)), url('images/stage.jpg'); background-position: center 48%; }
.image-panel::after, .gallery-tile::after {
  content: attr(data-label); position: absolute; left: 22px; bottom: 18px; color: #d8d0c4;
  letter-spacing: .13em; text-transform: uppercase; font-size: .7rem;
}

.experience-card { border-top: 1px solid var(--line); padding: 28px 8px 10px; }
.experience-card .number { color: var(--gold); font-family: 'Cormorant Garamond', serif; font-size: 1.6rem; }
.experience-card h3 { font-family: 'Cormorant Garamond', serif; font-size: 2rem; margin: 10px 0 8px; }
.experience-card p { color: var(--muted); font-size: .95rem; }

.feature-band { background: var(--ivory); color: #191919; }
.feature-band .muted { color: #5c5852; }
.quote { font-family: 'Cormorant Garamond', serif; font-size: clamp(2rem, 4vw, 4rem); line-height: 1.15; }
.quote-mark { font-size: 6rem; line-height: .4; color: var(--gold); }

.event-card, .menu-card, .info-card {
  border: 1px solid var(--line); background: #171719; padding: 28px; min-height: 100%;
}
.event-date { color: var(--gold-light); text-transform: uppercase; letter-spacing: .16em; font-size: .74rem; }
.event-card h3, .menu-card h3, .info-card h3 { font-family: 'Cormorant Garamond', serif; font-size: 2rem; margin: 12px 0; }
.price { color: var(--gold-light); font-weight: 600; }

.page-hero { padding: 180px 0 90px; border-bottom: 1px solid var(--line); background: radial-gradient(circle at 80% 0, rgba(176,141,87,.18), transparent 30%), #121214; }
.page-hero h1 { font-family: 'Cormorant Garamond', serif; font-size: clamp(3.8rem, 8vw, 7rem); line-height: .9; margin: 12px 0 20px; }

.menu-section { padding: 60px 0; border-bottom: 1px solid var(--line); }
.menu-list { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px 48px; }
.menu-item { display: grid; grid-template-columns: 1fr auto; gap: 12px; padding: 18px 0; border-bottom: 1px dotted rgba(255,255,255,.15); }
.menu-item h4 { margin: 0 0 4px; font-family: 'Cormorant Garamond', serif; font-size: 1.45rem; }
.menu-item p { margin: 0; color: var(--muted); font-size: .9rem; }

.gallery-grid { display: grid; grid-template-columns: repeat(12, 1fr); grid-auto-rows: 160px; gap: 16px; }
.gallery-tile { min-height: 0; }
.gallery-tile:nth-child(1) { grid-column: span 7; grid-row: span 3; }
.gallery-tile:nth-child(2) { grid-column: span 5; grid-row: span 2; }
.gallery-tile:nth-child(3) { grid-column: span 5; grid-row: span 2; }
.gallery-tile:nth-child(4) { grid-column: span 4; grid-row: span 2; }
.gallery-tile:nth-child(5) { grid-column: span 8; grid-row: span 2; }

.form-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; }
.form-group { display: grid; gap: 8px; }
.form-group.full { grid-column: 1 / -1; }
label { font-size: .78rem; letter-spacing: .1em; text-transform: uppercase; color: #d2cabf; }
input, textarea, select { width: 100%; background: #161618; color: white; border: 1px solid #3a3733; padding: 14px 15px; }
textarea { min-height: 150px; resize: vertical; }

.site-footer { border-top: 1px solid var(--line); padding: 70px 0 30px; background: #0b0b0c; }
.footer-grid { display: grid; grid-template-columns: 1.4fr .8fr .8fr; gap: 50px; }
.footer-title { font-family: Cinzel, serif; letter-spacing: .12em; font-size: 1.2rem; }
.footer-links { display: grid; gap: 8px; color: var(--muted); }
.footer-bottom { margin-top: 50px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.08); display: flex; justify-content: space-between; color: #8f8a83; font-size: .8rem; }

.reveal { opacity: 0; transform: translateY(22px); transition: .7s ease; }
.reveal.visible { opacity: 1; transform: none; }

@media (max-width: 900px) {
  .menu-toggle { display: block; }
  .nav-links { position: fixed; top: 84px; left: 0; right: 0; background: rgba(15,15,16,.98); display: none; flex-direction: column; padding: 26px; border-bottom: 1px solid var(--line); }
  .nav-links.open { display: flex; }
  .grid-2, .grid-3, .grid-4, .footer-grid { grid-template-columns: 1fr; }
  .menu-list { grid-template-columns: 1fr; }
  .section { padding: 72px 0; }
  .image-panel { min-height: 360px; }
}

@media (max-width: 640px) {
  .container { width: min(calc(100% - 28px), var(--max)); }
  .hero h1 { font-size: 4.25rem; }
  .hero-meta .container { flex-direction: column; gap: 8px; }
  .button-row .btn { width: 100%; }
  .gallery-grid { display: grid; grid-template-columns: 1fr; grid-auto-rows: 260px; }
  .gallery-tile:nth-child(n) { grid-column: auto; grid-row: auto; }
  .form-grid { grid-template-columns: 1fr; }
  .form-group.full { grid-column: auto; }
  .footer-bottom { flex-direction: column; gap: 10px; }
}

/* Final menu layout */
.menu-category-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:2rem;align-items:start}.menu-category-grid>section{background:rgba(14,12,10,.55);border:1px solid rgba(201,157,70,.25);padding:1.25rem}.menu-category-title{font-family:Georgia,serif;text-transform:uppercase;letter-spacing:.08em;color:var(--red,#9b2f2f);font-size:1.2rem;margin:0 0 1rem}.menu-note{color:var(--gold,#c99d46);font-size:.9rem;line-height:1.6;border-top:1px solid rgba(201,157,70,.25);padding-top:.8rem}.menu-item .price{white-space:nowrap;line-height:1.45;text-align:right}.menu-item h4{margin-bottom:.3rem}.menu-item p{line-height:1.55}@media(max-width:900px){.menu-category-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:620px){.menu-category-grid{grid-template-columns:1fr}.menu-category-grid>section{padding:1rem}.menu-item{gap:1rem}.menu-item .price{font-size:.92rem}}

/* Our Story page */
.story-hero {
  min-height: 78vh;
  position: relative;
  display: flex;
  align-items: flex-end;
  background-image: url('images/soulback-exterior.jpg');
  background-size: cover;
  background-position: center 52%;
  overflow: hidden;
}
.story-hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(8,8,9,.96) 0%, rgba(8,8,9,.55) 48%, rgba(8,8,9,.2) 100%), linear-gradient(90deg, rgba(8,8,9,.58), transparent 70%);
}
.story-hero-content {
  position: relative;
  z-index: 2;
  padding: 170px 0 76px;
  max-width: 850px;
}
.story-hero h1 {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(4rem, 9vw, 7.8rem);
  line-height: .88;
  margin: 14px 0 24px;
  font-weight: 600;
  text-shadow: 0 4px 32px rgba(0,0,0,.62);
}
.story-hero h1 em { color: var(--gold-light); font-style: normal; }
.story-hero p { margin: 0; color: #eee8df; letter-spacing: .08em; font-size: 1.05rem; }
.story-main { background: radial-gradient(circle at 0 30%, rgba(90,30,43,.13), transparent 34%), var(--black); }
.story-grid { display: grid; grid-template-columns: minmax(320px,.82fr) minmax(0,1.18fr); gap: 78px; align-items: start; }
.story-portrait { margin: 0; position: sticky; top: 112px; border: 1px solid var(--line); background: #171719; padding: 10px; }
.story-portrait img { width: 100%; aspect-ratio: 3 / 4; object-fit: cover; object-position: center 38%; }
.story-portrait figcaption { padding: 13px 8px 4px; text-align: center; color: var(--gold-light); text-transform: uppercase; letter-spacing: .16em; font-size: .68rem; }
.story-copy .section-title { font-size: clamp(3rem,5.5vw,5.2rem); }
.story-copy p { color: #c9c3ba; font-size: 1.03rem; margin: 0 0 22px; }
.story-copy .story-opening { color: #eee9e1; font-size: 1.2rem; }
.story-copy strong { color: var(--gold-light); }
.story-copy blockquote { margin: 36px 0; padding: 25px 0 25px 30px; border-left: 2px solid var(--gold); color: var(--ivory); font-family: 'Cormorant Garamond', serif; font-size: clamp(1.8rem,3vw,2.7rem); line-height: 1.15; }
.story-emphasis { color: var(--gold-light) !important; font-family: 'Cormorant Garamond', serif; font-size: 2.4rem !important; line-height: 1.05; }
.welcome-signoff { margin-top: 40px; display: grid; gap: 8px; }
.welcome-signoff span { font-family: 'Cormorant Garamond', serif; font-size: clamp(3rem,6vw,5rem); color: var(--gold-light); line-height: 1; }
.welcome-signoff small { color: #d7d2ca; font-size: .9rem; letter-spacing: .1em; }
.story-belief .eyebrow { color: #6f552d; margin-bottom: 28px; text-align: center; }
.story-values { gap: 0; }
.story-value { text-align: center; padding: 34px 38px; border-right: 1px solid rgba(25,25,25,.18); }
.story-value:last-child { border-right: 0; }
.story-value-icon { color: #7f5d28; font-size: 2rem; min-height: 48px; }
.story-value h3 { font-family: 'Cormorant Garamond', serif; font-size: 2.35rem; margin: 8px 0 10px; }
.story-value p { color: #5c5852; margin: 0; }
.story-closing { text-align: center; background: linear-gradient(rgba(12,12,13,.84),rgba(12,12,13,.93)), url('images/soulback-exterior.jpg') center 58% / cover; }
.story-closing p { font-family: 'Cormorant Garamond', serif; color: var(--gold-light); font-size: clamp(2rem,4vw,3.8rem); margin: 0 0 26px; }
@media (max-width: 900px) {
  .story-hero { min-height: 68vh; background-position: center; }
  .story-grid { grid-template-columns: 1fr; gap: 46px; }
  .story-portrait { position: relative; top: auto; max-width: 620px; margin: 0 auto; }
  .story-values { grid-template-columns: 1fr; }
  .story-value { border-right: 0; border-bottom: 1px solid rgba(25,25,25,.18); }
  .story-value:last-child { border-bottom: 0; }
}
@media (max-width: 640px) {
  .story-hero { min-height: 620px; background-position: 47% center; }
  .story-hero-content { padding-bottom: 54px; }
  .story-hero h1 { font-size: 4.2rem; }
  .story-copy blockquote { padding-left: 20px; }
}

/* Contact links and build gallery */
.text-link { color: var(--gold-light); text-decoration: underline; text-underline-offset: 4px; }
.build-gallery { display: grid; grid-template-columns: repeat(12, 1fr); gap: 18px; }
.build-photo { grid-column: span 4; margin: 0; border: 1px solid var(--line); background: #171719; overflow: hidden; }
.build-photo.wide { grid-column: span 8; }
.build-photo.portrait { grid-column: span 4; }
.build-photo.logo-tile { display: flex; flex-direction: column; justify-content: center; background: #050505; }
.build-photo img { width: 100%; height: 330px; object-fit: cover; }
.build-photo.wide img { height: 430px; }
.build-photo.portrait img { height: 520px; object-position: center 25%; }
.build-photo.logo-tile img { height: 330px; object-fit: contain; padding: 20px; }
.build-photo figcaption { padding: 15px 17px 17px; color: #d2cabf; font-size: .82rem; letter-spacing: .05em; }
.gallery-closing { margin: 42px auto 0; max-width: 760px; text-align: center; color: var(--gold-light); font-family: 'Cormorant Garamond', serif; font-size: clamp(1.8rem,3vw,2.8rem); line-height: 1.15; }
@media (max-width: 900px) { .build-photo, .build-photo.wide, .build-photo.portrait { grid-column: span 6; } }
@media (max-width: 640px) { .build-gallery { grid-template-columns: 1fr; } .build-photo, .build-photo.wide, .build-photo.portrait { grid-column: auto; } .build-photo img, .build-photo.wide img { height: 300px; } .build-photo.portrait img { height: 430px; } }

/* Story page photo quote and build timeline */
.story-quote-photo {
  min-height: 68vh;
  display: flex;
  align-items: center;
  text-align: center;
  background: linear-gradient(rgba(8,8,9,.44), rgba(8,8,9,.78)), url('images/interior.jpg') center 46% / cover;
  background-attachment: fixed;
}
.story-quote-photo p {
  max-width: 980px;
  margin: 0 auto;
  color: #f2eadc;
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: clamp(2.4rem, 5vw, 5rem);
  line-height: 1.02;
  text-shadow: 0 4px 30px rgba(0,0,0,.75);
}
.story-journey { background: #0d0d0f; }
.story-journey > .container > .lead { max-width: 820px; margin-bottom: 42px; }
.story-timeline {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 18px;
}
.story-timeline figure {
  grid-column: span 4;
  margin: 0;
  border: 1px solid var(--line);
  background: #171719;
  overflow: hidden;
}
.story-timeline figure:nth-child(2),
.story-timeline figure:nth-child(5) { grid-column: span 8; }
.story-timeline img { width: 100%; height: 360px; object-fit: cover; }
.story-timeline figure:nth-child(2) img,
.story-timeline figure:nth-child(5) img { height: 440px; }
.story-timeline figcaption { padding: 16px 18px 18px; color: #d4cdc3; line-height: 1.45; }
@media (max-width: 900px) {
  .story-quote-photo { background-attachment: scroll; min-height: 54vh; }
  .story-timeline figure,
  .story-timeline figure:nth-child(2),
  .story-timeline figure:nth-child(5) { grid-column: span 6; }
  .story-timeline img,
  .story-timeline figure:nth-child(2) img,
  .story-timeline figure:nth-child(5) img { height: 340px; }
}
@media (max-width: 640px) {
  .story-timeline { grid-template-columns: 1fr; }
  .story-timeline figure,
  .story-timeline figure:nth-child(2),
  .story-timeline figure:nth-child(5) { grid-column: auto; }
  .story-timeline img,
  .story-timeline figure:nth-child(2) img,
  .story-timeline figure:nth-child(5) img { height: 300px; }
}
