/* ============================================================
   CHOICE PIES — demo build by Nimblesite
   Playbook fingerprint: warm bakery. Fraunces + Author;
   butter cream / crust brown / pastry gold; split hero with
   menu-board card; rounded 12px, warm soft shadows; cheeky
   Kiwi voice. Facts from their own archived site (2018).
   ============================================================ */

:root {
  --cream:   #faf3e4;
  --cream-2: #f3e8cf;
  --ink:     #3a2a1c;
  --mut:     #7a6a55;
  --gold:    #d99a2b;
  --gold-deep:#b57b14;
  --line:    #e5d6b8;
  --serif: "Fraunces", Georgia, serif;
  --sans: "Author", system-ui, -apple-system, "Segoe UI", sans-serif;
  --pad: clamp(20px, 5vw, 48px);
  --r: 12px;
  --shadow: 0 8px 26px -14px rgba(58,42,28,.35);
}

* { box-sizing: border-box; margin: 0; }
html { -webkit-text-size-adjust: 100%; }
body { font-family: var(--sans); font-size: 1.06rem; line-height: 1.65; color: var(--ink); background: var(--cream); }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
::selection { background: var(--gold); color: #fff; }
:focus { outline: none; }
:focus-visible { outline: 3px solid var(--gold-deep); outline-offset: 3px; }

.page { max-width: 1060px; margin-inline: auto; padding-inline: var(--pad); }

.btn { display: inline-flex; align-items: center; gap: .5rem; font-family: var(--serif); font-weight: 600; font-size: 1.02rem; line-height: 1; padding: .95rem 1.6rem; border-radius: 999px; background: var(--ink); color: var(--cream); box-shadow: var(--shadow); transition: background .2s; }
.btn:hover { background: var(--gold-deep); }
.btn.gold { background: var(--gold); color: var(--ink); }
.btn.gold:hover { background: var(--gold-deep); color: #fff; }
.btn.ghost { background: transparent; color: var(--ink); border: 2px solid var(--ink); box-shadow: none; }
.btn.ghost:hover { background: var(--ink); color: var(--cream); }

/* util + mast */
.util { background: var(--ink); color: #e8dcc8; font-size: .92rem; }
.util .page { display: flex; justify-content: space-between; gap: 1rem; padding-block: .5rem; flex-wrap: wrap; }
.util b { color: var(--gold); }
.util a { color: #fff; text-decoration: underline; text-underline-offset: 3px; }
.mast { position: sticky; top: 0; z-index: 50; background: color-mix(in srgb, var(--cream) 93%, transparent); backdrop-filter: blur(8px); border-bottom: 2px solid var(--ink); }
.mast .page { display: flex; align-items: center; justify-content: space-between; gap: 1rem; height: 76px; }
.wordmark { font-family: var(--serif); font-weight: 700; font-size: 1.45rem; letter-spacing: -.01em; }
.wordmark span { color: var(--gold-deep); }
.mast nav { display: flex; align-items: center; gap: clamp(1rem, 2.6vw, 2rem); font-weight: 600; font-size: .98rem; }
.mast nav a:not(.btn) { padding: .3rem 0; border-bottom: 2.5px solid transparent; }
.mast nav a:not(.btn):hover, .mast nav a[aria-current="page"] { border-bottom-color: var(--gold); }
.mast .btn { padding: .7rem 1.2rem; font-size: .95rem; box-shadow: none; }
@media (max-width: 760px) { .mast nav a:not(.btn) { display: none; } }

/* split hero */
.hero { padding-block: clamp(2.6rem, 7vw, 5rem) clamp(2.4rem, 6vw, 4.2rem); background: radial-gradient(120% 90% at 15% 0%, #fdf9ef 0%, var(--cream) 60%); }
.hero .page { display: grid; grid-template-columns: 1.15fr .85fr; gap: clamp(2rem, 5vw, 4rem); align-items: center; }
@media (max-width: 860px) { .hero .page { grid-template-columns: 1fr; } }
.hero .kicker { display: inline-block; font-family: var(--serif); font-style: italic; color: var(--gold-deep); font-size: 1.05rem; }
.hero h1 { font-family: var(--serif); font-weight: 700; font-size: clamp(2.4rem, 1.4rem + 4.2vw, 4rem); line-height: 1.02; letter-spacing: -.02em; margin-top: .8rem; max-width: 15ch; }
.hero h1 em { font-style: italic; color: var(--gold-deep); }
.hero .lead { color: var(--mut); max-width: 48ch; margin-top: 1.2rem; font-size: 1.12rem; }
.hero-cta { display: flex; flex-wrap: wrap; gap: .9rem; margin-top: 1.8rem; }

/* menu-board card */
.board { background: var(--ink); color: var(--cream); border-radius: 18px; padding: 1.8rem 1.9rem; box-shadow: var(--shadow); rotate: 1.2deg; }
.board h2 { font-family: var(--serif); font-weight: 700; font-size: 1.3rem; color: var(--gold); }
.board ul { list-style: none; padding: 0; margin-top: 1rem; }
.board li { display: flex; justify-content: space-between; gap: 1rem; padding: .5rem 0; border-bottom: 1px dashed rgba(232,220,200,.3); font-size: 1rem; }
.board li:last-child { border-bottom: 0; }
.board li b { font-weight: 600; }
.board li span { color: var(--gold); font-family: var(--serif); }
.board .fine { margin-top: .9rem; font-size: .8rem; opacity: .65; }

/* sections */
.sec { padding-block: clamp(2.6rem, 6vw, 4.6rem) 0; }
.sec:last-of-type { padding-bottom: clamp(2.6rem, 6vw, 4.6rem); }
.sec-kicker { font-family: var(--serif); font-style: italic; color: var(--gold-deep); font-size: 1.05rem; }
h2.title { font-family: var(--serif); font-weight: 700; font-size: clamp(1.7rem, 1.2rem + 2.2vw, 2.6rem); line-height: 1.08; letter-spacing: -.015em; margin-top: .5rem; max-width: 26ch; }
.lead2 { color: var(--mut); max-width: 60ch; margin-top: 1rem; }

/* menu grid */
.menu-cats { display: grid; grid-template-columns: 1fr 1fr; gap: 1.4rem; margin-top: clamp(1.8rem, 4vw, 2.6rem); }
@media (max-width: 820px) { .menu-cats { grid-template-columns: 1fr; } }
.cat { background: #fff; border: 2px solid var(--line); border-radius: var(--r); padding: 1.6rem 1.7rem; box-shadow: var(--shadow); }
.cat h3 { font-family: var(--serif); font-weight: 700; font-size: 1.35rem; }
.cat h3 small { font-family: var(--sans); font-weight: 500; color: var(--mut); font-size: .85rem; display: block; margin-top: .15rem; }
.cat ul { list-style: none; padding: 0; margin-top: .9rem; }
.cat li { display: flex; justify-content: space-between; gap: 1rem; padding: .5rem 0; border-bottom: 1px dashed var(--line); }
.cat li:last-child { border-bottom: 0; }
.cat li span { font-family: var(--serif); color: var(--gold-deep); white-space: nowrap; }
.cat .more { margin-top: .8rem; color: var(--mut); font-size: .95rem; font-style: italic; }

/* photo placeholder frames */
.pies { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.3rem; margin-top: clamp(1.8rem, 4vw, 2.6rem); }
@media (max-width: 820px) { .pies { grid-template-columns: 1fr; } }
.pie { border-radius: var(--r); overflow: hidden; border: 2px solid var(--line); background: #fff; box-shadow: var(--shadow); }
.pie .ph { aspect-ratio: 4/3; background: repeating-linear-gradient(-45deg, #f0e4c8 0 14px, #f7efdd 14px 28px); display: grid; place-items: center; color: var(--mut); font-family: var(--serif); font-style: italic; }
.pie .cap { padding: .85rem 1.05rem; font-size: .95rem; color: var(--mut); border-top: 2px solid var(--line); }
.pie .cap b { font-family: var(--serif); color: var(--ink); }

/* band */
.band { margin-top: clamp(2.6rem, 6vw, 4.6rem); background: var(--gold); color: var(--ink); }
.band .page { display: grid; grid-template-columns: 1.4fr auto; gap: 1.5rem; align-items: center; padding-block: clamp(2.2rem, 5vw, 3.2rem); }
@media (max-width: 760px) { .band .page { grid-template-columns: 1fr; } }
.band h2 { font-family: var(--serif); font-weight: 700; font-size: clamp(1.5rem, 1.1rem + 2vw, 2.2rem); line-height: 1.08; max-width: 26ch; }
.band p { margin-top: .5rem; opacity: .85; max-width: 56ch; }

/* prose, note, contact */
.two { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(2rem, 5vw, 4rem); align-items: start; margin-top: clamp(1.4rem, 3vw, 2.2rem); }
@media (max-width: 780px) { .two { grid-template-columns: 1fr; } }
.prose { color: var(--mut); max-width: 62ch; }
.prose p + p { margin-top: 1rem; }
.prose b { color: var(--ink); }
.note { border: 2px dashed var(--line); background: #fff; border-radius: var(--r); padding: 1.2rem 1.4rem; color: var(--mut); font-size: .96rem; }
.contact-card { background: #fff; border: 2px solid var(--ink); border-radius: var(--r); padding: 1.7rem 1.8rem; box-shadow: var(--shadow); }
.contact-card h3 { font-family: var(--serif); font-weight: 700; font-size: 1.25rem; }
.contact-card dl div { display: flex; justify-content: space-between; gap: 1rem; padding: .6rem 0; border-bottom: 1px dashed var(--line); flex-wrap: wrap; }
.contact-card dl div:last-child { border-bottom: 0; }
.contact-card dt { color: var(--mut); }
.contact-card dd { font-weight: 600; text-align: right; }
.contact-card .btn { width: 100%; justify-content: center; margin-top: 1.1rem; }

/* footer */
.foot { margin-top: clamp(2.6rem, 6vw, 4.6rem); background: var(--ink); color: #e8dcc8; }
.foot .page { padding-block: 2.1rem 1.5rem; }
.foot .row { display: flex; flex-wrap: wrap; gap: .6rem 2rem; justify-content: space-between; font-size: .95rem; }
.foot .wm { font-family: var(--serif); font-weight: 700; color: var(--cream); }
.foot a { text-decoration: underline; text-underline-offset: 3px; }
.foot .credit { margin-top: 1.2rem; font-size: .85rem; opacity: .75; }
