/* ============================================================
   css/styles.css — Editorial Swell layout.
   Asymmetric 12-column feel, thin 1px rules, no card shadows.
   Tokens come from tokens.css; nothing here re-declares a colour
   or a face so the two never drift apart.
   ============================================================ */

/* ---- reset & base ---- */
* { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; }
body {
  margin: 0;
  background: var(--c-bg);
  color: var(--c-text);
  font-family: var(--font-body);
  font-weight: var(--fw-body);
  font-size: var(--fs-body);
  line-height: 1.55;
}
img, .ph { display: block; }
a { color: inherit; }
a:hover { color: var(--c-accent); }
figure { margin: 0; }
p { margin: 0 0 1em; }

.container {
  max-width: var(--max-w);
  margin: 0 auto;
  padding-left: var(--container-pad);
  padding-right: var(--container-pad);
}

.skip-link {
  position: absolute;
  left: -999px;
  top: 0;
  z-index: 100;
  background: var(--c-text);
  color: #fff;
  padding: 8px 16px;
}
.skip-link:focus { left: 0; }

/* ---- shared type ---- */
.eyebrow {
  margin: 0 0 var(--space-2);
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--c-accent);
}

.section__title {
  margin: 0 0 var(--space-3);
  font-family: var(--font-display);
  font-weight: var(--fw-display);
  font-size: var(--fs-h2);
  line-height: 1.05;
  color: var(--c-text);
}

.section {
  padding: var(--space-6) 0;
  border-top: var(--line) solid var(--c-line);
}

/* ---- header ---- */
.site-header {
  position: sticky;
  top: 0;
  z-index: 10;
  background: var(--c-bg);
  border-bottom: var(--line) solid var(--c-line);
}
.header-grid {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: var(--space-3);
  min-height: 72px;
}
.brand {
  font-family: var(--font-display);
  font-weight: var(--fw-display);
  font-size: 22px;
  text-decoration: none;
  letter-spacing: -0.01em;
}
.site-nav {
  display: flex;
  gap: var(--space-3);
}
.site-nav a {
  text-decoration: none;
  font-size: 14px;
  letter-spacing: 0.02em;
}
.site-nav a:hover { color: var(--c-accent); }

/* ---- placeholder image blocks ---- */
/* Real photographs arrive later; a labelled block stands in, always 1px-ruled
   and flat (no shadows anywhere on the page). */
.ph {
  width: 100%;
  background:
    repeating-linear-gradient(135deg,
      var(--c-line) 0, var(--c-line) 1px,
      transparent 1px, transparent 14px),
    #f4f4f1;
  border: var(--line) solid var(--c-line);
  position: relative;
  display: flex;
  align-items: flex-end;
}
.ph--tall { height: 76vh; min-height: 420px; }
.ph__label {
  display: block;
  width: 100%;
  padding: var(--space-1) var(--space-2);
  font-size: 12px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--c-text-soft);
  border-top: var(--line) solid var(--c-line);
  background: var(--c-bg);
}

/* ---- hero ---- */
.hero {
  border-bottom: var(--line) solid var(--c-line);
}
.hero__media { position: relative; }
.hero__ph {
  height: 78vh;
  min-height: 440px;
  border: 0;
  border-bottom: var(--line) solid var(--c-line);
}
.hero__band {
  padding-top: var(--space-4);
  padding-bottom: var(--space-4);
  border-bottom: var(--line) solid var(--c-line);
  /* overlap: the white band pulls up over the foot of the image */
  margin-top: calc(var(--space-4) * -1);
  position: relative;
  background: var(--c-bg);
  max-width: fit-content;
}
.hero__title {
  margin: 0;
  font-family: var(--font-display);
  font-weight: var(--fw-display);
  font-size: var(--fs-display);
  line-height: 0.98;
  letter-spacing: -0.015em;
  color: var(--c-text);
}
.hero__title em {
  font-style: italic;
  color: var(--c-accent);
}

/* ---- about ---- */
.about__grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  column-gap: var(--space-3);
  row-gap: var(--space-4);
}
.about__text {
  grid-column: 1 / 6;
  align-self: start;
}
.about__lede {
  font-family: var(--font-display);
  font-size: var(--fs-lede);
  line-height: 1.3;
  color: var(--c-text);
  margin-bottom: var(--space-3);
}
.about__body { color: var(--c-text); }
.about__media {
  grid-column: 7 / 13;
}
.about__media .ph {
  height: 560px;
}
.about__media figcaption {
  margin-top: var(--space-1);
  font-size: 13px;
  color: var(--c-text-soft);
  border-bottom: var(--line) solid var(--c-line);
  padding-bottom: var(--space-1);
}

/* ---- menu (masonry of three) ---- */
.menu .section__head {
  margin-bottom: var(--space-4);
}
.menu__masonry {
  columns: 3;
  column-gap: var(--space-3);
}
.menu__item {
  break-inside: avoid;
  margin: 0 0 var(--space-4);
}
.menu__item .ph {
  margin-bottom: var(--space-1);
}
.menu__ph--1 { height: 460px; }
.menu__ph--2 { height: 360px; }
.menu__ph--3 { height: 520px; }
.menu__item figcaption {
  display: block;
  padding-bottom: var(--space-2);
  border-bottom: var(--line) solid var(--c-line);
}
.menu__name {
  display: block;
  font-family: var(--font-display);
  font-size: 22px;
  font-weight: 600;
  color: var(--c-text);
}
.menu__note {
  display: block;
  margin-top: 2px;
  font-size: 14px;
  color: var(--c-text-soft);
}

/* ---- pull quote ---- */
.pullquote {
  border-top: var(--line) solid var(--c-line);
  border-bottom: var(--line) solid var(--c-line);
  padding: var(--space-6) var(--space-3);
  background: var(--c-bg);
}
.pullquote .container {
  max-width: 1080px;
  text-align: center;
}
.pullquote__text {
  margin: 0 0 var(--space-2);
  font-family: var(--font-display);
  font-style: italic;
  font-weight: 500;
  font-size: var(--fs-quote);
  line-height: 1.35;
  color: var(--c-text);
}
.pullquote__cite {
  margin: 0;
  font-size: 13px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--c-accent);
}

/* ---- booking (shell) ---- */
.book__grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  column-gap: var(--space-3);
  row-gap: var(--space-4);
}
.book__head {
  grid-column: 1 / 8;
}
.book__intro {
  max-width: 46ch;
  color: var(--c-text);
}
.book__panel {
  grid-column: 9 / 13;
  padding: var(--space-4);
  border: var(--line) solid var(--c-line);
  align-self: start;
  background: var(--c-bg);
}
.book__panel-label {
  margin-bottom: var(--space-1);
  font-size: 12px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--c-accent);
}
.book__coming {
  color: var(--c-text-soft);
}
.cta {
  display: inline-block;
  text-decoration: none;
  font-weight: 500;
  padding-bottom: 2px;
  border-bottom: var(--line) solid var(--c-accent-2);
  color: var(--c-text);
}
.cta:hover { color: var(--c-accent); border-color: var(--c-accent); }

/* ---- location ---- */
/* Editorial Swell: narrow-street photo on the left; on the right the address
   over a two-column block of address lines and the embedded OpenStreetMap. */
.location__grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  column-gap: var(--space-3);
  row-gap: var(--space-4);
}
.location__media {
  grid-column: 1 / 7;
}
.location__media .ph {
  height: 520px;
}
.location__info {
  grid-column: 8 / 13;
  align-self: start;
  padding-top: var(--space-5);
}
/* the two internal columns: address (left) and map (right) */
.location__cols {
  margin-top: var(--space-3);
  padding-top: var(--space-3);
  border-top: var(--line) solid var(--c-line);
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: var(--space-4);
}
.location__h {
  margin: 0 0 var(--space-2);
  font-size: 12px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--c-accent);
}
.location__lines {
  margin: 0 0 var(--space-2);
  font-family: var(--font-display);
  font-size: 22px;
  line-height: 1.4;
  color: var(--c-text);
}
.location__route {
  margin-top: var(--space-1);
}
.location__map {
  border: var(--line) solid var(--c-line);
  background: #f4f4f1;
}
.location__map iframe {
  display: block;
  width: 100%;
  height: 300px;
  border: 0;
}

/* ---- footer ---- */
.site-footer {
  border-top: var(--line) solid var(--c-line);
  padding: var(--space-4) 0;
  color: var(--c-text-soft);
  font-size: 14px;
}
.footer-grid {
  display: flex;
  justify-content: space-between;
  gap: var(--space-2);
  flex-wrap: wrap;
}
.footer__brand {
  font-family: var(--font-display);
  font-weight: 600;
  font-size: 18px;
  color: var(--c-text);
}

/* ---- responsive ---- */
@media (max-width: 1040px) {
  .about__text { grid-column: 1 / 6; }
  .about__media { grid-column: 6 / 13; }
}

@media (max-width: 900px) {
  .about__text { grid-column: 1 / 13; }
  .about__media { grid-column: 1 / 13; }
  .about__media .ph { height: 460px; }
  .menu__masonry { columns: 2; }
  .book__head { grid-column: 1 / 13; }
  .book__panel { grid-column: 1 / 13; }
  .location__media { grid-column: 1 / 13; }
  .location__info { grid-column: 1 / 13; padding-top: 0; }
}

@media (max-width: 760px) {
  .section { padding: var(--space-5) 0; }
  .hero__title { font-size: var(--fs-display-sm); }
  .section__title { font-size: 34px; }
  .hero__ph { height: 64vh; }
  .hero__band { max-width: none; margin-top: calc(var(--space-3) * -1); }
}

@media (max-width: 600px) {
  .site-nav { gap: var(--space-2); font-size: 13px; }
  .menu__masonry { columns: 1; }
  .pullquote__text { font-size: 24px; }
  .hero__band { padding-top: var(--space-2); padding-bottom: var(--space-2); }
  .location__cols { grid-template-columns: 1fr; row-gap: var(--space-3); }
  .location__map iframe { height: 260px; }
}
