* { box-sizing: border-box; }
*::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
:root {
  --ink: #241915;
  --muted: #6f625b;
  --soft: #9c8f85;
  --paper: #fbfaf7;
  --panel: #f3efe8;
  --line: #ddd5ca;
  --accent: #8f4f2b;
  --accent-dark: #603721;
  --green: #4f7a55;
  --shadow: 0 14px 34px rgba(36,25,21,0.08);
}
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: 'DM Sans', Arial, sans-serif;
  font-size: 16px;
  line-height: 1.62;
  overflow-x: hidden;
}
img { display: block; max-width: 100%; }
a { color: inherit; }
.wrap { width: min(1120px, calc(100% - 48px)); margin: 0 auto; }
.site-nav {
  position: sticky;
  top: 0;
  z-index: 50;
  height: 72px;
  padding: 0 32px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: rgba(251,250,247,0.94);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(16px);
}
.nav-logo, .footer-logo { display: flex; align-items: center; gap: 12px; text-decoration: none; }
.nav-logo img, .footer-logo img { width: 42px; height: 42px; object-fit: contain; }
.nav-logo-text, .footer-logo-text {
  font-family: 'Fraunces', Georgia, serif;
  font-size: 1.08rem;
  font-weight: 600;
  line-height: 1.05;
  color: var(--ink);
}
.nav-logo-text span {
  display: block;
  margin-top: 3px;
  font-family: 'DM Sans', Arial, sans-serif;
  font-size: 0.63rem;
  font-weight: 500;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--muted);
}
.nav-links { display: flex; align-items: center; gap: 4px; list-style: none; margin: 0; padding: 0; }
.nav-links a {
  display: inline-flex;
  align-items: center;
  height: 36px;
  padding: 0 12px;
  border-radius: 6px;
  color: var(--muted);
  font-size: 0.86rem;
  font-weight: 500;
  text-decoration: none;
}
.nav-links a:hover { background: var(--panel); color: var(--ink); }
.hero {
  min-height: calc(100svh - 72px);
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(360px, 1.1fr);
  align-items: stretch;
  border-bottom: 1px solid var(--line);
  background: var(--paper);
}
.hero-photo { position: relative; width: 100%; height: 100%; min-height: 560px; object-fit: cover; order: 2; }
.hero-overlay { display: none; }
.hero-content {
  order: 1;
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  max-width: 600px;
  padding: 96px 48px 72px max(48px, calc((100vw - 1120px) / 2));
}
.hero-heading {
  margin: 0;
  font-family: 'Fraunces', Georgia, serif;
  font-size: 5.8rem;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 0.98;
  color: var(--ink);
}
.hero-heading strong { display: block; font-weight: 600; color: var(--accent-dark); }
.hero-sub { max-width: 440px; margin: 28px 0 0; color: var(--muted); font-size: 1.02rem; }
.hero-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 18px; margin-top: 34px; }
.btn-hero, .cf-submit, .apply-submit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 20px;
  border: 1px solid var(--accent-dark);
  border-radius: 6px;
  background: var(--accent-dark);
  color: #fff;
  font-family: 'DM Sans', Arial, sans-serif;
  font-size: 0.9rem;
  font-weight: 600;
  text-decoration: none;
  cursor: pointer;
}
.btn-hero:hover, .cf-submit:hover, .apply-submit:hover { background: var(--ink); border-color: var(--ink); }
.photo-strip { display: grid; grid-template-columns: 1.2fr 1fr 1fr; gap: 1px; height: 320px; background: var(--line); border-bottom: 1px solid var(--line); }
.strip-item { position: relative; overflow: hidden; background: var(--panel); }
.strip-item img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.45s ease; }
.strip-item:hover img { transform: scale(1.025); }
section { scroll-margin-top: 84px; }
.about, .seasonal, .contact, .visit, .blog-listing-body, .menu-body { padding: 76px 0; }
.about, .contact { background: #fff; }
.seasonal, .menu-body, .blog-listing-body { background: var(--paper); }
.visit { background: var(--panel); }
.about-inner { display: grid; grid-template-columns: minmax(0, 1fr) 280px; gap: 64px; align-items: center; }
.about-kicker, .section-kicker, .post-page-label {
  margin: 0 0 10px;
  color: var(--accent);
  font-size: 0.74rem;
  font-weight: 700;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}
.about-heading, .section-title, .menu-hero-title, .blog-listing-title, .apply-hero-title, .post-page h1 {
  margin: 0;
  font-family: 'Fraunces', Georgia, serif;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.08;
  color: var(--ink);
}
.about-heading, .section-title { font-size: 3rem; }
.about-body p { max-width: 620px; margin: 18px 0 0; color: var(--muted); }
.about-logo { display: flex; align-items: center; justify-content: center; min-height: 220px; border-left: 1px solid var(--line); }
.about-logo img { width: 180px; height: 180px; object-fit: contain; }
.section-head { display: flex; justify-content: space-between; align-items: end; gap: 32px; margin-bottom: 28px; }
.cards-grid, .posts-grid, .menu-items-grid, .blog-listing-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 16px;
}
.item-card, .post-card, .menu-item, .blog-listing-card, .contact-form-wrap, .apply-form-wrap {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
}
.item-card { padding: 24px; }
.item-badge, .post-date, .blc-date, .menu-cat-title, .milk-label {
  margin: 0 0 8px;
  color: var(--accent);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}
.item-name, .post-title, .blc-title, .menu-item-name {
  margin: 0;
  font-family: 'Fraunces', Georgia, serif;
  font-size: 1.34rem;
  font-weight: 600;
  line-height: 1.2;
  color: var(--ink);
}
.item-desc, .post-excerpt, .blc-excerpt, .menu-item-desc { margin: 10px 0 0; color: var(--muted); font-size: 0.93rem; }
.item-price { margin: 18px 0 0; color: var(--accent-dark); font-weight: 700; }
.seasonal-empty, .blog-empty, .menu-empty, .blog-listing-empty { color: var(--muted); }
.blog { padding: 76px 0; background: #2b211d; }
.blog .section-title { color: #fff; }
.blog .section-kicker, .blog .post-arrow { color: #d8b48d; }
.post-card { display: flex; flex-direction: column; min-height: 230px; padding: 24px; text-decoration: none; background: rgba(255,255,255,0.06); border-color: rgba(255,255,255,0.14); }
.post-card:hover { background: rgba(255,255,255,0.1); }
.post-title { color: #fff; }
.post-excerpt { color: rgba(255,255,255,0.68); flex: 1; }
.post-date { color: #d8b48d; }
.post-arrow, .blc-arrow, .btn-see-all, .address-line a, .back-link { color: var(--accent); font-size: 0.84rem; font-weight: 700; text-decoration: none; }
.blog-see-all { margin-top: 28px; }
.btn-see-all { color: #d8b48d; }
.contact-inner, .visit-inner { display: grid; grid-template-columns: 0.75fr 1.25fr; gap: 52px; align-items: start; }
.contact-sub { margin: 16px 0 0; color: var(--muted); }
.contact-form-wrap { padding: 28px; }
.contact-form, .apply-form { display: grid; gap: 18px; }
.cf-row, .apply-row-2 { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.cf-group, .apply-field { display: grid; gap: 7px; }
.cf-label, .apply-label {
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 700;
}
.cf-input, .form-control {
  width: 100%;
  min-height: 44px;
  padding: 10px 12px;
  border: 1px solid var(--line);
  border-radius: 6px;
  background: #fff;
  color: var(--ink);
  font: inherit;
  outline: none;
}
.cf-input:focus, .form-control:focus { border-color: var(--accent); box-shadow: 0 0 0 3px rgba(143,79,43,0.12); }
.cf-textarea { min-height: 140px; resize: vertical; }
.contact-success, .apply-success { display: flex; align-items: center; gap: 12px; padding: 18px; border: 1px solid #bdd7bf; border-radius: 8px; background: #f3faf4; color: #315f37; }
.hours-table { width: 100%; margin-top: 22px; border-collapse: collapse; background: #fff; border: 1px solid var(--line); }
.hours-table td { padding: 13px 16px; border-bottom: 1px solid var(--line); color: var(--muted); font-size: 0.95rem; }
.hours-table tr:last-child td { border-bottom: 0; }
.hours-table td:first-child { color: var(--ink); font-weight: 700; }
.hours-table tr.today td { background: #f8f1ea; color: var(--accent-dark); }
.closed-cell { color: var(--soft) !important; }
.map-wrap { height: 330px; margin-top: 22px; overflow: hidden; border: 1px solid var(--line); border-radius: 8px; background: #fff; }
.map-wrap iframe { width: 100%; height: 100%; border: 0; filter: saturate(0.85); }
.address-line { margin-top: 16px; color: var(--muted); }
footer { padding: 34px 32px; background: #201815; color: rgba(255,255,255,0.72); }
.footer-inner { width: min(1120px, 100%); margin: 0 auto; display: flex; align-items: center; justify-content: space-between; gap: 24px; flex-wrap: wrap; }
.footer-logo-text { color: #fff; }
.footer-links { display: flex; gap: 18px; flex-wrap: wrap; }
.footer-links a { color: rgba(255,255,255,0.72); font-size: 0.86rem; text-decoration: none; }
.footer-links a:hover { color: #fff; }
.footer-copy { margin: 0; color: rgba(255,255,255,0.46); font-size: 0.82rem; }
.menu-hero, .blog-listing-hero, .apply-hero { padding: 98px 0 52px; background: var(--panel); border-bottom: 1px solid var(--line); }
.menu-hero-title, .blog-listing-title, .apply-hero-title { font-size: 4.2rem; }
.blog-listing-sub, .apply-hero-sub, .menu-hero-sub { max-width: 620px; margin: 16px 0 0; color: var(--muted); }
.menu-category { margin-bottom: 46px; }
.menu-cat-header { display: flex; align-items: center; gap: 16px; margin-bottom: 14px; }
.menu-cat-rule { flex: 1; height: 1px; background: var(--line); }
.menu-item { padding: 18px; }
.menu-item-top { display: flex; justify-content: space-between; gap: 14px; align-items: baseline; }
.menu-item-price { color: var(--accent-dark); font-weight: 700; white-space: nowrap; }
.menu-cat-milk, .menu-item-sizes { display: flex; align-items: center; flex-wrap: wrap; gap: 8px; margin: 0 0 14px; }
.milk-tag, .size-tag { display: inline-flex; gap: 6px; padding: 4px 8px; border: 1px solid var(--line); border-radius: 999px; background: #fff; color: var(--muted); font-size: 0.78rem; }
.size-tag strong { color: var(--accent-dark); }
.menu-note { color: var(--soft); font-size: 0.86rem; }
.blog-listing-card { overflow: hidden; text-decoration: none; transition: transform 0.18s ease, box-shadow 0.18s ease; }
.blog-listing-card:hover { transform: translateY(-2px); box-shadow: var(--shadow); }
.blc-img { height: 220px; background: var(--panel); }
.blc-img img { width: 100%; height: 100%; object-fit: cover; }
.blc-body { padding: 20px; }
.post-page { width: min(760px, calc(100% - 48px)); margin: 0 auto; padding: 96px 0 76px; }
.post-page h1 { font-size: 3.5rem; }
.post-page-meta { margin: 14px 0 28px; padding-bottom: 22px; border-bottom: 1px solid var(--line); color: var(--muted); }
.post-page-content p { color: var(--muted); font-size: 1.03rem; line-height: 1.78; }
.post-hero-img { height: 400px; margin: 0 0 28px; overflow: hidden; border-radius: 8px; border: 1px solid var(--line); }
.post-hero-img img { width: 100%; height: 100%; object-fit: cover; }
.post-page-footer { margin-top: 34px; padding-top: 24px; border-top: 1px solid var(--line); }
.apply-hero-inner, .apply-form-wrap { width: min(680px, calc(100% - 48px)); margin: 0 auto; }
.apply-form-section { padding: 56px 0 76px; background: var(--paper); }
.apply-form-wrap { padding: 28px; }
.resume-drop-zone { display: grid; justify-items: center; gap: 8px; padding: 28px; border: 1px dashed var(--soft); border-radius: 8px; background: #fff; cursor: pointer; text-align: center; }
.resume-drop-zone:hover, .resume-drop-zone.drag-over { border-color: var(--accent); background: #fcf7f2; }
.resume-drop-zone.has-file { border-color: var(--green); background: #f3faf4; }
.resume-drop-icon { color: var(--accent); font-size: 1.5rem; }
.resume-drop-text { color: var(--ink); font-weight: 700; }
.resume-drop-hint, .apply-label-hint { color: var(--muted); font-size: 0.82rem; font-weight: 400; }
.resume-file-input { position: absolute; width: 1px; height: 1px; opacity: 0; pointer-events: none; }
.photo-strip--scroll { display: flex !important; overflow: hidden; width: 100%; height: 320px; position: relative; }
.photo-strip--scroll .strip-item { flex: 0 0 auto; width: calc(100% / 3.5); height: 100%; }
.photo-strip--scroll .strip-track { display: flex; height: 100%; will-change: transform; }
.photo-strip--scroll:hover .strip-track { animation-play-state: paused; }
@keyframes gallery-scroll { from { transform: translateX(0); } to { transform: translateX(-50%); } }
.reveal { opacity: 0; transform: translateY(12px); transition: opacity 0.4s ease, transform 0.4s ease; }
.reveal.in { opacity: 1; transform: none; }
@media (max-width: 900px) {
  .site-nav { padding: 0 20px; }
  .nav-links { display: none; }
  .hero { grid-template-columns: 1fr; }
  .hero-photo { order: 1; min-height: 360px; height: 44svh; }
  .hero-content { order: 2; padding: 44px 24px 56px; max-width: none; }
  .about-inner, .contact-inner, .visit-inner { grid-template-columns: 1fr; gap: 32px; }
  .about-logo { border-left: 0; border-top: 1px solid var(--line); padding-top: 28px; }
  .section-head { display: block; }
  .photo-strip { height: 240px; grid-template-columns: 1fr 1fr; }
  .photo-strip .strip-item:last-child { display: none; }
  .footer-inner { align-items: flex-start; }
}
@media (max-width: 620px) {
  .wrap, .post-page, .apply-hero-inner, .apply-form-wrap { width: min(100% - 32px, 1120px); }
  .hero-heading { font-size: 3.2rem; }
  .about-heading, .section-title { font-size: 2.35rem; }
  .menu-hero-title, .blog-listing-title, .apply-hero-title { font-size: 3rem; }
  .post-page h1 { font-size: 2.45rem; }
  .cf-row, .apply-row-2 { grid-template-columns: 1fr; }
  .cards-grid, .posts-grid, .menu-items-grid, .blog-listing-grid { grid-template-columns: 1fr; }
  .photo-strip, .photo-strip--scroll { height: 210px; }
  .photo-strip--scroll .strip-item { width: calc(100% / 1.5); }
  .post-hero-img { height: 250px; }
}