@charset "UTF-8";
/* ==========================================================================
   K Kitchen Catering Ltd, /services.html only. Loaded after main.css.
   No new tokens: every colour, space, size and easing below is a custom
   property already declared in main.css.
   The page is a kankotri opened flat: a contents leaf, then one leaf per
   function, each with its photograph tipped in like a plate onto the card.
   ========================================================================== */

/* --------------------------------------------------------------------------
   1. The contents leaf: jump links to the five functions
   -------------------------------------------------------------------------- */
.jump {
  background: var(--paper-2);
  border-top: 1px solid var(--rule);
  border-bottom: 1px solid var(--rule);
}
.jump__inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0 var(--s-6);
  padding-block: var(--s-2);
}
.jump__label {
  flex: none;
  font-family: var(--ff-display);
  font-size: var(--fs-micro);
  font-weight: 600;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: var(--ink-soft);
  padding-block: var(--s-2);
}
.jump__list {
  display: flex;
  flex-wrap: wrap;
  gap: 0 var(--s-6);
  margin: 0;
  /* A wrapped flex row left "04" and "05" sharing a ragged last line on every
     phone between 350 and 435px. A grid gives even rows at every width. */
  display: grid;
  grid-template-columns: 1fr;
  gap: var(--s-2);
}
@media (min-width: 30em) { .jump__list { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 62em) { .jump__list { grid-template-columns: repeat(5, 1fr); } }

.jump__link {
  display: inline-flex;
  align-items: center;
  gap: 0.65em;
  min-height: 44px;
  font-family: var(--ff-display);
  font-size: var(--fs-micro);
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  text-decoration: none;
  color: var(--ink);
  transition: color 260ms var(--ease);
}
.jump__link:hover {
  color: var(--red-700);
  text-decoration: underline;
  text-decoration-color: var(--gold-500);
  text-decoration-thickness: 1px;
  text-underline-offset: 0.4em;
}
.jump__n {
  color: var(--gold-900);
  letter-spacing: 0.1em;
}

/* --------------------------------------------------------------------------
   2. A leaf per function: text column and tipped-in plate, alternating
   -------------------------------------------------------------------------- */
.func__inner {
  display: grid;
  gap: clamp(2rem, 1.2rem + 3vw, 3rem);
  align-items: center;
}
@media (min-width: 62em) {
  .func__inner {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    gap: clamp(2.5rem, 1rem + 4vw, 4.5rem);
  }
  /* The body is first in source order so the heading answers the jump link
     immediately on a phone. On wide screens every other plate moves left. */
  .func--flip .func__media { order: -1; }
}

/* The masthead of a leaf: a struck numeral, then the engraved eyebrow. */
.func__head {
  display: flex;
  align-items: center;
  gap: var(--s-4);
}
.func__head .eyebrow {
  flex: 1 1 auto;
  min-width: 0;
}
.func__n {
  flex: none;
  display: grid;
  place-items: center;
  width: 2.75rem;
  height: 2.75rem;
  border: 1px solid var(--rule);
  font-family: var(--ff-display);
  font-size: 0.95rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.06em;
  color: var(--gold-900);
}
:is(.on-red, .on-green) .func__n {
  color: var(--gold-300);
  border-color: color-mix(in srgb, var(--gold-500) 50%, transparent);
}

.func__note {
  font-size: var(--fs-small);
  color: var(--ink-soft);
  max-width: 54ch;
}
:is(.on-red, .on-green) .func__note {
  color: color-mix(in srgb, var(--paper) 80%, transparent);
}

/* The recommendation, set full width beneath its leaf. */
.func__proof {
  max-width: var(--wrap-narrow);
  margin-inline: auto;
  margin-top: clamp(2.5rem, 1.5rem + 3vw, 4rem);
}

/* --------------------------------------------------------------------------
   3. The plate and the two smaller prints under it
   -------------------------------------------------------------------------- */
.func__media {
  position: relative;
  margin: 0;
}
@media (min-width: 62em) {
  /* Laid on the page by hand, not printed square to the trim. */
  .func__media { transform: rotate(-0.8deg); }
  .func--flip .func__media { transform: rotate(0.8deg); }
}

/* On the ivory grounds the plate is the same stock as the page, so it needs
   its own cut edge to read as a separate piece of paper. */
.func--light .tipped {
  border: 1px solid var(--paper-edge);
  box-shadow: var(--shadow-card);
}

.plate-strip {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: clamp(0.5rem, 0.35rem + 0.7vw, 0.85rem);
  margin-top: clamp(0.5rem, 0.35rem + 0.7vw, 0.85rem);
}
.plate-strip img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  background: var(--paper-3);
  border: 1px solid color-mix(in srgb, var(--gold-500) 40%, transparent);
}
.func--light .plate-strip img { border-color: var(--paper-edge); }

/* --------------------------------------------------------------------------
   4. Small parts
   -------------------------------------------------------------------------- */
/* Her own words, pulled out on a foil rule. */
.pullquote {
  border-left: 2px solid var(--gold-500);
  padding-left: var(--s-5);
}
.pullquote p {
  font-family: var(--ff-display);
  font-size: var(--fs-h4);
  font-weight: 400;
  line-height: 1.45;
  color: var(--ink);
}
.pullquote footer {
  margin-top: var(--s-3);
  font-size: var(--fs-small);
  color: var(--ink-soft);
}

/* A ruled aside for the one thing on this page we will not claim. */
.note {
  max-width: 54ch;
  padding: clamp(1rem, 0.8rem + 1vw, 1.35rem) clamp(1rem, 0.8rem + 1.2vw, 1.5rem);
  border: 1px solid var(--rule);
  background: var(--paper-2);
}
.note__label {
  display: block;
  margin-bottom: var(--s-2);
  font-family: var(--ff-display);
  font-size: var(--fs-micro);
  font-weight: 600;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: var(--red-700);
}
.note p {
  font-size: var(--fs-small);
  color: var(--ink-soft);
}
