/* Ghar Ka Khana theme.

   Palette is chosen for food, not for fashion. Warm yellows and reds are the
   appetite colours; a herb green carries every trust and safety signal so the
   two never get confused. Cool blues are kept off the food entirely — they read
   as clinical next to a plate. The ground is a warm off-white rather than pure
   white so photographs of home food sit on something that feels like a table.

   No webfonts: most customers open this on a mid-range Android over mobile data,
   and a hungry person will not wait for a font. */

:root {
  --ink:        #221A13;
  --ink-2:      #4A3E33;
  --muted:      #6E6155;
  --line:       #E7DED2;
  --line-2:     #D6C9B8;
  --ground:     #FDFAF5;
  --surface:    #FFFFFF;
  --sunk:       #F6F0E6;

  --marigold:   #E08A1E;
  --marigold-d: #B56A0C;
  --chilli:     #C0442E;
  --chilli-d:   #9A3324;
  --herb:       #3A7D53;
  --herb-wash:  #E7F1EA;
  --warm-wash:  #FCEFDC;

  --dark:       #241B14;
  --dark-2:     #33271D;
  --on-dark:    #F4EBDF;
  --on-dark-mu: #B9A895;

  --shell: 1120px;
  --radius: 12px;
  --font: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}

*, *::before, *::after { box-sizing: border-box; }

body {
  margin: 0;
  background: var(--ground);
  color: var(--ink);
  font-family: var(--font);
  font-size: 16px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}

img { max-width: 100%; height: auto; }
a { color: var(--chilli-d); }
a:focus-visible, button:focus-visible { outline: 2px solid var(--marigold-d); outline-offset: 2px; }

.gkk-shell { max-width: var(--shell); margin: 0 auto; padding: 0 1.15rem; }

.gkk-skip { position: absolute; left: -9999px; background: var(--ink); color: #fff; padding: .6rem 1rem; z-index: 100; }
.gkk-skip:focus { left: .5rem; top: .5rem; }

h1, h2, h3 { text-wrap: balance; }

/* ---------- buttons ---------- */

.gkk-btn {
  display: inline-block;
  background: var(--chilli);
  color: #fff;
  text-decoration: none;
  font-weight: 700;
  font-size: .95rem;
  padding: .7rem 1.3rem;
  border-radius: 8px;
  border: 1px solid var(--chilli);
  white-space: nowrap;
  transition: filter .15s ease, background .15s ease;
}
.gkk-btn:hover { filter: brightness(1.07); }
.gkk-btn--lg { padding: .9rem 1.7rem; font-size: 1.02rem; }
.gkk-btn--ghost { background: transparent; color: var(--chilli-d); border-color: var(--line-2); }
.gkk-btn--ghost:hover { background: var(--warm-wash); border-color: var(--marigold); filter: none; }
.gkk-btn--onDark { background: var(--marigold); border-color: var(--marigold); color: var(--dark); }
.gkk-btn--ghostDark { background: transparent; color: var(--on-dark); border-color: rgba(244,235,223,.35); }
.gkk-btn--ghostDark:hover { background: rgba(244,235,223,.1); filter: none; }

/* ---------- header ---------- */

.gkk-header { background: var(--surface); border-bottom: 1px solid var(--line); position: sticky; top: 0; z-index: 30; }
.gkk-header-in {
  display: flex; align-items: center; justify-content: space-between;
  gap: 1rem; flex-wrap: wrap; min-height: 64px;
  padding-top: .5rem; padding-bottom: .5rem;
}
.gkk-wordmark { font-weight: 800; font-size: 1.24rem; letter-spacing: -.025em; text-decoration: none; color: var(--ink); }
.gkk-nav-list { list-style: none; display: flex; gap: .3rem; margin: 0; padding: 0; flex-wrap: wrap; align-items: center; }
.gkk-nav-list a {
  display: block; padding: .45rem .8rem; border-radius: 7px;
  text-decoration: none; color: var(--ink); font-size: .93rem; font-weight: 600;
}
.gkk-nav-list a:hover { background: var(--warm-wash); color: var(--chilli-d); }
.gkk-nav-list .current-menu-item > a { color: var(--chilli-d); }
.gkk-nav-cta { background: var(--chilli); color: #fff !important; }
.gkk-nav-cta:hover { background: var(--chilli-d); }

/* ---------- hero ---------- */

.gkk-hero { background: linear-gradient(178deg, var(--warm-wash) 0%, var(--ground) 78%); padding: 3rem 0 2.5rem; border-bottom: 1px solid var(--line); }
.gkk-hero-in { display: grid; grid-template-columns: minmax(0, 1.35fr) minmax(0, 1fr); gap: 2.5rem; align-items: center; }

.gkk-eyebrow {
  margin: 0 0 .7rem; font-size: .74rem; font-weight: 700;
  letter-spacing: .14em; text-transform: uppercase; color: var(--marigold-d);
}
.gkk-hero h1 { margin: 0 0 .8rem; font-size: clamp(1.9rem, 5.2vw, 3.1rem); line-height: 1.06; letter-spacing: -.032em; }
.gkk-hero-sub { margin: 0 0 1.6rem; font-size: 1.08rem; color: var(--ink-2); max-width: 48ch; }
.gkk-hero-actions { display: flex; gap: .65rem; flex-wrap: wrap; margin-bottom: 1.1rem; }
.gkk-cutoff { margin: 0; font-size: .9rem; color: var(--muted); }
.gkk-cutoff strong { color: var(--chilli-d); }

.gkk-promises { list-style: none; margin: 0; padding: 0; display: grid; gap: .7rem; }
.gkk-promises li {
  background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius);
  padding: .9rem 1.1rem; display: grid; grid-template-columns: 2rem 1fr; gap: .2rem .8rem; align-items: start;
}
.gkk-promise-ico { grid-row: span 2; color: var(--herb); }
.gkk-promise-ico svg { width: 26px; height: 26px; display: block; }
.gkk-promises strong { font-size: .97rem; }
.gkk-promises span:last-child { font-size: .85rem; color: var(--muted); }

/* ---------- meal-time strip ---------- */

.gkk-slotstrip { background: var(--surface); border-bottom: 1px solid var(--line); position: sticky; top: 64px; z-index: 20; }
.gkk-slotstrip-in { display: flex; gap: .5rem; overflow-x: auto; padding-top: .7rem; padding-bottom: .7rem; scrollbar-width: thin; }
.gkk-slotchip {
  flex: 0 0 auto; min-width: 132px;
  border: 1px solid var(--line); border-radius: 10px;
  padding: .55rem .85rem; text-decoration: none; color: var(--ink); background: var(--ground);
  line-height: 1.25;
}
.gkk-slotchip strong { display: block; font-size: .93rem; }
.gkk-slotchip span { display: block; font-size: .76rem; color: var(--muted); }
.gkk-slotchip em { display: block; font-style: normal; font-size: .68rem; font-weight: 800; letter-spacing: .09em; text-transform: uppercase; color: var(--herb); margin-top: .15rem; }
.gkk-slotchip:hover { border-color: var(--marigold); background: var(--warm-wash); }
.gkk-slotchip.is-open { border-color: var(--herb); background: var(--herb-wash); }

/* ---------- shared section furniture ---------- */

.gkk-main { min-height: 60vh; }
.gkk-body { padding: 2.25rem 1.15rem 3rem; }

.gkk-sec-head { max-width: 58ch; margin: 0 0 2rem; }
.gkk-sec-head h2 { margin: 0 0 .5rem; font-size: clamp(1.5rem, 3.8vw, 2.1rem); line-height: 1.14; letter-spacing: -.026em; }
.gkk-sec-head p { margin: 0; color: var(--muted); font-size: 1.01rem; }

.gkk-page-title { margin: 0 0 1rem; font-size: clamp(1.5rem, 4vw, 2.1rem); line-height: 1.15; letter-spacing: -.024em; }
.gkk-prose { max-width: 68ch; }
.gkk-prose > * + * { margin-top: 1rem; }
.gkk-prose h2 { font-size: 1.35rem; margin-top: 2rem; }
.gkk-prose h3 { font-size: 1.1rem; margin-top: 1.5rem; }

.gkk-warn { background: var(--warm-wash); border: 1px solid var(--marigold); color: var(--marigold-d); padding: .9rem 1.1rem; border-radius: 9px; }

/* ---------- why ---------- */

.gkk-why { background: var(--surface); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); padding: 3rem 0 3.25rem; }
.gkk-reasons { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 1.6rem 2rem; }
.gkk-reason { border-top: 3px solid var(--marigold); padding-top: .9rem; }
.gkk-reason h3 { margin: 0 0 .4rem; font-size: 1.1rem; line-height: 1.25; }
.gkk-reason p { margin: 0; color: var(--ink-2); font-size: .95rem; }
.gkk-why-cta { margin: 2.25rem 0 0; }

/* ---------- how ---------- */

.gkk-how { padding: 3rem 0 3.25rem; }
.gkk-steps { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: repeat(auto-fit, minmax(210px, 1fr)); gap: 1rem; counter-reset: none; }
.gkk-steps li {
  background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius);
  padding: 1.1rem 1.2rem 1.2rem; display: flex; flex-direction: column; gap: .3rem;
}
.gkk-step-n {
  width: 1.9rem; height: 1.9rem; border-radius: 50%;
  background: var(--chilli); color: #fff;
  display: grid; place-items: center; font-weight: 800; font-size: .92rem; margin-bottom: .3rem;
}
.gkk-steps strong { font-size: 1rem; line-height: 1.25; }
.gkk-steps li > span:last-child { font-size: .89rem; color: var(--muted); }

/* ---------- testimonials ---------- */

.gkk-quotes { background: var(--sunk); border-top: 1px solid var(--line); padding: 3rem 0 3.25rem; }
.gkk-quote-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(268px, 1fr)); gap: 1rem; }
.gkk-quote { margin: 0; background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius); padding: 1.2rem 1.3rem 1.3rem; }
.gkk-quote-stars { margin: 0 0 .5rem; color: var(--marigold); letter-spacing: .1em; font-size: .95rem; }
.gkk-quote blockquote { margin: 0 0 .9rem; font-size: 1rem; line-height: 1.5; color: var(--ink); }
.gkk-quote blockquote::before { content: "\201C"; }
.gkk-quote blockquote::after { content: "\201D"; }
.gkk-quote figcaption { font-size: .85rem; color: var(--muted); display: flex; flex-direction: column; gap: .1rem; }
.gkk-quote figcaption strong { color: var(--ink); font-size: .92rem; }
.gkk-quote figcaption em { font-style: normal; color: var(--herb); font-size: .8rem; }

/* ---------- seller band ---------- */

.gkk-seller { background: var(--dark); color: var(--on-dark); padding: 3.5rem 0 3.75rem; }
.gkk-seller .gkk-eyebrow { color: var(--marigold); }
.gkk-seller-head { max-width: 60ch; margin-bottom: 2.25rem; }
.gkk-seller-head h2 { margin: 0 0 .6rem; font-size: clamp(1.6rem, 4.2vw, 2.35rem); line-height: 1.1; letter-spacing: -.028em; }
.gkk-seller-sub { margin: 0; color: var(--on-dark-mu); font-size: 1.03rem; }

.gkk-perks { display: grid; grid-template-columns: repeat(auto-fit, minmax(232px, 1fr)); gap: 1rem; margin-bottom: 2.5rem; }
.gkk-perk { background: var(--dark-2); border: 1px solid rgba(244,235,223,.1); border-radius: var(--radius); padding: 1.2rem 1.25rem 1.3rem; }
.gkk-perk-ico { display: block; color: var(--marigold); margin-bottom: .7rem; }
.gkk-perk-ico svg { width: 28px; height: 28px; display: block; }
.gkk-perk h3 { margin: 0 0 .35rem; font-size: 1.05rem; }
.gkk-perk p { margin: 0; font-size: .9rem; color: var(--on-dark-mu); line-height: 1.5; }

.gkk-joinsteps { border-top: 1px solid rgba(244,235,223,.14); padding-top: 1.75rem; margin-bottom: 2rem; }
.gkk-joinsteps h3 { margin: 0 0 1.1rem; font-size: 1.15rem; }
.gkk-joinsteps ol { list-style: none; margin: 0; padding: 0; counter-reset: join; display: grid; grid-template-columns: repeat(auto-fit, minmax(206px, 1fr)); gap: 1.1rem; }
.gkk-joinsteps li { counter-increment: join; padding-left: 2.4rem; position: relative; }
.gkk-joinsteps li::before {
  content: counter(join);
  position: absolute; left: 0; top: -.1rem;
  width: 1.75rem; height: 1.75rem; border-radius: 50%;
  background: var(--marigold); color: var(--dark);
  display: grid; place-items: center; font-weight: 800; font-size: .85rem;
}
.gkk-joinsteps strong { display: block; font-size: .98rem; margin-bottom: .15rem; }
.gkk-joinsteps span { font-size: .86rem; color: var(--on-dark-mu); line-height: 1.45; }

.gkk-seller-actions { display: flex; gap: .7rem; flex-wrap: wrap; }

/* ---------- single dish ---------- */

.gkk-dish-hero { border-radius: var(--radius); overflow: hidden; margin-bottom: 1.5rem; max-width: 640px; background: var(--sunk); }
.gkk-dish-hero img { display: block; width: 100%; }
.gkk-dish-by { margin: 0 0 1.25rem; color: var(--muted); }
.gkk-facts { display: flex; flex-wrap: wrap; gap: .6rem; margin: 0 0 1.75rem; padding: 0; }
.gkk-facts > div { background: var(--surface); border: 1px solid var(--line); border-radius: 9px; padding: .6rem .9rem; min-width: 96px; }
.gkk-facts dt { font-size: .68rem; letter-spacing: .09em; text-transform: uppercase; color: var(--muted); margin: 0 0 .15rem; }
.gkk-facts dd { margin: 0; font-weight: 700; font-size: 1.02rem; }
.gkk-allergen { background: var(--surface); border-left: 3px solid var(--chilli); padding: .7rem 1rem; max-width: 68ch; font-size: .92rem; }

.gkk-entry { padding: 1.25rem 0; border-bottom: 1px solid var(--line); }
.gkk-entry-title { margin: 0 0 .35rem; font-size: 1.2rem; }
.gkk-entry-title a { text-decoration: none; color: var(--ink); }
.gkk-entry-title a:hover { color: var(--chilli-d); }

/* ---------- footer ---------- */

.gkk-footer { border-top: 1px solid var(--line); background: var(--surface); padding: 2.25rem 0 2.5rem; }
.gkk-footer-note { max-width: 60ch; color: var(--muted); font-size: .9rem; margin: 0 0 1.1rem; }
.gkk-footer-links { display: flex; flex-wrap: wrap; gap: 1.1rem; margin: 0 0 1.1rem; font-size: .92rem; font-weight: 600; }
.gkk-footer-links a { text-decoration: none; }
.gkk-footer-links a:hover { text-decoration: underline; }
.gkk-footer-nav { list-style: none; display: flex; flex-wrap: wrap; gap: 1rem; padding: 0; margin: 0 0 1rem; font-size: .9rem; }
.gkk-footer-nav a { color: var(--muted); text-decoration: none; }
.gkk-copy { margin: 0; font-size: .82rem; color: var(--muted); }

/* ---------- responsive ---------- */

@media (max-width: 900px) {
  .gkk-hero-in { grid-template-columns: 1fr; gap: 1.75rem; }
  .gkk-promises { grid-template-columns: repeat(auto-fit, minmax(210px, 1fr)); }
}

@media (max-width: 560px) {
  .gkk-header-in { min-height: 56px; }
  .gkk-nav-list { width: 100%; }
  .gkk-nav-list a { padding: .4rem .6rem; font-size: .88rem; }
  .gkk-slotstrip { top: 56px; }
  .gkk-hero { padding: 2.25rem 0 2rem; }
  .gkk-hero-actions .gkk-btn { flex: 1; text-align: center; }
  .gkk-seller-actions .gkk-btn { flex: 1; text-align: center; }
}

@media (prefers-reduced-motion: reduce) {
  .gkk-btn { transition: none; }
}

/* Safety net: an inline icon must never escape its box, even if a rule above is
   overridden by a plugin or a cached stylesheet. */
.gkk-promise-ico svg,
.gkk-perk-ico svg { width: 26px; height: 26px; display: block; flex: none; }
.gkk-main svg, .gkk-seller svg, .gkk-hero svg { max-width: 100%; height: auto; }

/* ---------- location picker in the header ---------- */

.hk-areapick {
  display: flex;
  align-items: center;
  gap: .5rem;
  font-size: .86rem;
  color: var(--muted);
  margin: 0;
}
.hk-areapick label { white-space: nowrap; font-weight: 600; }
.hk-areapick select {
  font: inherit;
  font-size: .88rem;
  font-weight: 600;
  color: var(--ink);
  background: var(--sunk);
  border: 1px solid var(--line-2);
  border-radius: 8px;
  padding: .4rem 1.9rem .4rem .65rem;
  max-width: 15rem;
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 8'%3E%3Cpath d='M1 1.5 6 6.5l5-5' fill='none' stroke='%236E6155' stroke-width='1.6' stroke-linecap='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right .6rem center;
  background-size: 11px;
}
.hk-areapick select:hover { border-color: var(--marigold); }
.hk-areapick-go { font: inherit; padding: .4rem .8rem; border-radius: 8px; border: 1px solid var(--line-2); background: var(--surface); cursor: pointer; }

/* ---------- empty meal slots ---------- */

.hk-slot--empty .hk-slot-head { border-bottom-color: var(--line); }
.hk-slot--empty .hk-slot-head h2 { color: var(--muted); }
.hk-slot-none {
  margin: 0;
  padding: 1.1rem 1.2rem;
  border: 1px dashed var(--line-2);
  border-radius: var(--radius);
  color: var(--muted);
  font-size: .92rem;
  background: var(--surface);
}

/* ---------- link out to the cooks' page ---------- */

.gkk-sellerlink {
  background: var(--dark);
  color: var(--on-dark);
  padding: 2.25rem 0 2.5rem;
}
.gkk-sellerlink-in {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  flex-wrap: wrap;
}
.gkk-sellerlink h2 { margin: 0 0 .3rem; font-size: clamp(1.3rem, 3.4vw, 1.7rem); line-height: 1.15; letter-spacing: -.022em; }
.gkk-sellerlink p { margin: 0; color: var(--on-dark-mu); max-width: 52ch; font-size: .96rem; }
.gkk-sellerlink .gkk-btn { background: var(--marigold); border-color: var(--marigold); color: var(--dark); }

@media (max-width: 700px) {
  .hk-areapick { order: 3; width: 100%; }
  .hk-areapick select { flex: 1; max-width: none; }
  .gkk-sellerlink .gkk-btn { width: 100%; text-align: center; }
}

/* ---------- dish gallery + order box ---------- */

.gkk-gallery {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
  gap: .6rem;
  margin: 1.5rem 0;
  max-width: 640px;
}
.gkk-gallery img { border-radius: 10px; display: block; width: 100%; aspect-ratio: 4/3; object-fit: cover; }

.gkk-orderbox {
  margin-top: 2.5rem;
  padding-top: 1.75rem;
  border-top: 2px solid var(--ink);
}
.gkk-orderbox h2 { margin: 0 0 1.1rem; font-size: 1.35rem; letter-spacing: -.02em; }

/* ---------- hero media ---------- */

.gkk-hero-media { display: flex; justify-content: center; align-items: center; }
.gkk-thali { width: 100%; max-width: 380px; height: auto; display: block; }
.gkk-hero-photo {
  width: 100%;
  max-width: 460px;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  border-radius: 16px;
  display: block;
  box-shadow: 0 18px 40px -24px rgba(34,26,19,.55);
}

/* ---------- the three promises, as their own band ---------- */

.gkk-promisebar {
  background: var(--surface);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  padding: 1.4rem 0;
}
.gkk-promisebar .gkk-promises {
  grid-template-columns: repeat(auto-fit, minmax(238px, 1fr));
}
.gkk-promisebar .gkk-promises li { border-color: var(--line); background: var(--ground); }

/* Dish cards with no photo get the drawn bowl instead of a blank box. */
.hk-dish-noimg { display: grid; place-items: center; height: 100%; background: var(--sunk); }
.hk-dish-noimg svg { width: 60%; max-width: 130px; height: auto; opacity: .95; }

@media (max-width: 900px) {
  .gkk-hero-media { order: -1; }
  .gkk-thali { max-width: 260px; }
  .gkk-hero-photo { max-width: 100%; }
}
