/* A quiet, editorial layer shared by the public site. */
:root {
  --paper: #ffffff;
  --white: #ffffff;
  --cream: #ffffff;
  --ink: #111111;
  --muted: #4d4a44;
  --line: #111111;
  --butter: #c8a34a;
  --tomato: #c8a34a;
  --tomato-dark: #8d6b21;
  --mint: #ffffff;
  --sky: #ffffff;
}

body { background: #fff; color: var(--ink); }
nav { background: rgba(255,255,255,.97); border-bottom: 1px solid var(--ink); min-height: 70px; }
.brand-mark { font-family: Georgia, "Times New Roman", serif; font-weight: 600; }
.brand-stamp { width: 38px; height: 38px; border: 1px solid var(--ink); border-radius: 0; background: #fff; color: var(--ink); }
.brand-text span:first-child { font-size: 23px; font-weight: 600; }
.brand-text span:last-child { color: var(--ink); font-size: 9px; letter-spacing: .18em; }
.nav-links a { color: var(--ink); font-weight: 600; letter-spacing: .13em; }
.nav-links a:hover, .card-meta a:hover { color: var(--tomato-dark); }

.btn { min-height: 44px; border: 1px solid var(--ink); border-radius: 0; box-shadow: none; color: var(--ink); background: #fff; font-weight: 700; letter-spacing: .12em; }
.btn:hover { transform: none; box-shadow: none; background: var(--ink); color: #fff; }
.btn-primary, .btn-tomato { background: var(--butter); color: var(--ink); }
.btn-quiet { border-color: var(--ink); background: transparent; }

.hero { min-height: auto; padding-top: clamp(64px, 9vw, 118px); padding-bottom: clamp(64px, 9vw, 118px); }
.hero-split {
  max-width: none;
  grid-template-columns: minmax(0, .92fr) minmax(0, 1.08fr);
  gap: 0;
  padding: 0;
  background: #f6f4ef;
}
.hero-split .hero-copy {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  min-height: 560px;
  padding: clamp(60px, 10vw, 140px) clamp(28px, 6vw, 92px);
}
.hero-split h1 {
  margin-bottom: 30px;
  font-size: clamp(54px, 5.25vw, 76px);
  line-height: .99;
}
.hero-split h1 span { display: block; }
.hero-split .hero-lede { max-width: 470px; margin: 0 0 18px; font-size: 16px; }
.hero-split .hero-actions { margin-top: 14px; }
.hero-split .about-photo {
  aspect-ratio: auto;
  min-height: 560px;
  border: 0;
  box-shadow: none;
}
.hero-split .about-photo img { object-position: center; }
.hero-split .about-badge {
  right: auto;
  bottom: 0;
  left: 0;
  padding: 14px 18px;
  border: 0;
  background: var(--butter);
  font: 10px "Inter", sans-serif;
  font-weight: 700;
  letter-spacing: .11em;
  text-transform: uppercase;
}
.hero-split .eyebrow-pill { margin-bottom: 20px; }
.hero-split .hero-mobile-photo { display: none; }
.hero h1, h1, h2, h3, .section-heading, .card-title, .footer-brand { font-family: Georgia, "Times New Roman", serif; font-weight: 400; letter-spacing: -.04em; }
.hero h1 { font-size: clamp(52px, 8vw, 98px); line-height: .94; }
.hero h1 span { color: inherit; font-style: italic; }
.hero-lede, .section-copy { color: var(--muted); }
.eyebrow-pill, .section-kicker, .kicker { padding: 0; border: 0; border-radius: 0; background: transparent; color: var(--tomato-dark); font-weight: 700; }
.eyebrow-pill::before { content: ""; width: 30px; height: 1px; background: currentColor; }
.section-kicker::before, .kicker::before { height: 1px; }
.about-photo, .hero-photo, .photo-tile, .hero-mobile-photo { border: 1px solid var(--ink); border-radius: 0; box-shadow: none; }
.about-badge, .caption-card { border: 1px solid var(--ink); border-radius: 0; box-shadow: none; background: #fff; transform: none; }
.caption-card { background: var(--butter); }
.hero-proof { border-top: 1px solid var(--ink); gap: 0; }
.proof-item { border: 0; border-radius: 0; border-right: 1px solid var(--ink); box-shadow: none; background: #fff; }
.proof-item:last-child { border-right: 0; }

.marquee { border-block: 1px solid var(--ink); background: #fff; color: var(--ink); }
.courses, .recipes, .recipe-library, .notes { background: #fff; color: var(--ink); }
.courses { border-block: 1px solid var(--ink); }
.courses .section-kicker { color: var(--tomato-dark); }
.courses .section-copy { color: var(--muted); }
.course-grid { gap: 0; margin-top: 48px; border-top: 1px solid var(--ink); border-left: 1px solid var(--ink); }
.course-card, .recipe-card, .post-card, .photo-recipe-card { border: 0; border-radius: 0; box-shadow: none; background: #fff !important; }
.course-card { min-height: 330px; border-right: 1px solid var(--ink); border-bottom: 1px solid var(--ink); transform: none !important; }
.course-top { border-bottom: 1px solid var(--ink); }
.course-card .btn { align-self: flex-start; }

/* Home-page course collection: layered, warm, and easy to browse. */
.course-layered {
  background: #f7f5ef;
  border: 0;
}
.course-layered .section-heading { max-width: 900px; }
.course-layered .section-heading em { color: var(--tomato-dark); }
.course-layered .course-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 15px;
  margin-top: 44px;
  border: 0;
}
.course-layered .course-card {
  min-height: 350px;
  border: 1px solid var(--ink);
  border-top: 2px solid var(--ink);
  background: #fff !important;
  box-shadow: none;
}
.course-layered .course-card.featured,
.course-layered .course-card:nth-child(5) { background: #efe4c9 !important; }
.course-layered .course-card.online,
.course-layered .course-card.private,
.course-layered .course-card:nth-child(6) { background: #fff !important; }
.course-layered .course-top { padding: 28px 28px 0; border: 0; }
.course-layered .course-card h3 { font-size: clamp(29px, 3vw, 37px); }
.course-layered .course-body { padding: 24px 28px 28px; }
.course-layered .course-facts { display: none; }
.course-layered .course-body p { color: #5c5952; font-size: 14px; }
.course-layered .course-actions { display: grid; grid-template-columns: 1fr; gap: 9px; margin-top: auto; }
.course-layered .course-card .btn {
  align-self: stretch;
  min-height: 42px;
  margin: 0;
  padding: 11px 13px;
  border: 1px solid var(--ink);
  color: var(--ink);
  background: #fff;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 10px;
  letter-spacing: .1em;
}
.course-layered .course-card .btn.btn-primary { background: var(--butter); }
.course-layered .course-card .btn::after { content: none; }
.course-layered .course-card .btn:hover { background: var(--ink); color: #fff; }

.workshop-gallery { padding: clamp(54px,8vw,92px) 0; background:#fff; overflow:hidden; }
.workshop-gallery-heading { display:flex; align-items:baseline; justify-content:space-between; gap:24px; max-width:1240px; margin:0 auto 21px; padding:0 clamp(20px,5vw,72px); }
.workshop-gallery-heading span { color:var(--tomato-dark); font:500 10px "DM Mono",monospace; letter-spacing:.15em; text-transform:uppercase; }
.workshop-gallery-heading p { margin:0; color:var(--muted); font:500 13px "Plus Jakarta Sans",sans-serif; }
.workshop-gallery-window { overflow:hidden; }
.workshop-gallery-track,.workshop-gallery-repeat { display:flex; flex:none; gap:14px; width:max-content; }
.workshop-gallery-track { animation:workshop-scroll 38s linear infinite; }
.workshop-gallery-track:hover { animation-play-state:paused; }
.workshop-gallery figure { width:clamp(240px,18vw,320px); aspect-ratio:4 / 5; margin:0; overflow:hidden; border:1px solid var(--ink); background:#f7f5ef; }
.workshop-gallery img { display:block; width:100%; height:100%; object-fit:cover; object-position:center; }
@keyframes workshop-scroll { to { transform:translateX(calc(-50% - 7px)); } }
.recipe-grid, .photo-recipe-grid { gap: 0; border-top: 1px solid var(--ink); border-left: 1px solid var(--ink); }
.recipe-card, .photo-recipe-card { border-right: 1px solid var(--ink); border-bottom: 1px solid var(--ink); }
.post-list { gap: 0; border-top: 1px solid var(--ink); }
.post-card { border-bottom: 1px solid var(--ink); }
.card-image, .post-card .card-image { border-color: var(--ink); }
.tag, .tag.green, .tag.red, .tag.blue { border: 1px solid var(--ink); border-radius: 0; background: #fff; font-weight: 700; }
.card-meta { border-top-color: var(--ink); }

footer { background: #fff; color: var(--ink); border-top: 1px solid var(--ink); }
footer a:hover { color: var(--tomato-dark); }
input, select, textarea { border-color: var(--ink) !important; border-radius: 0 !important; }

@media (max-width: 760px) {
  html,
  body {
    max-width: 100%;
    overflow-x: hidden;
  }

  nav {
    width: 100%;
    max-width: 100%;
    justify-content: flex-start;
  }

  .brand-mark {
    min-width: 0;
  }

  .nav-links { display: none; }
  .nav-cta {
    flex: 0 0 auto;
    margin-left: auto;
    padding-inline: 10px;
    font-size: 9px;
    letter-spacing: .08em;
    white-space: nowrap;
  }

  .article-hero,
  .article-shell,
  .photo-board,
  .article-body {
    max-width: 100%;
  }

  .hero-proof { grid-template-columns: 1fr; }
  .hero-split { grid-template-columns: 1fr; }
  .hero-split .hero-copy { min-height: auto; padding: 64px 24px 54px; }
  .hero-split .hero-mobile-photo { display: block; width: 100%; height: 250px; margin: 0 0 26px; }
  .hero-split .about-photo { display: none; }
  .proof-item { border-right: 0; border-bottom: 1px solid var(--ink); }
  .proof-item:last-child { border-bottom: 0; }
  .course-grid, .recipe-grid, .photo-recipe-grid { gap: 0; }
  .course-layered .course-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
  .course-layered .course-card { min-height: 300px; }
  .workshop-gallery { padding:48px 0; }
  .workshop-gallery-heading { align-items:flex-start; flex-direction:column; gap:8px; }
  .workshop-gallery figure { width:220px; aspect-ratio:4 / 5; }
}

@media (prefers-reduced-motion: reduce) { .workshop-gallery-track { animation:none; } }
