/* Smaak & Stijl — navy + rust, Newsreader / Source Sans 3.
   Their logo and the long table. Resets leftover look-horeca. */

:root,
html.look-horeca {
  --color-bg: #eceae4;
  --color-bg-2: #1b2c4a;
  --color-ink: #1b2c4a;
  --color-muted: #5c6570;
  --color-accent: #c6452a;
  --color-on-accent: #eceae4;
  --color-line: rgba(27, 44, 74, 0.14);
  --color-footer: #1b2c4a;
  --color-focus: #c6452a;
  --color-rule: rgba(27, 44, 74, 0.14);
  --font-display: "Newsreader", serif;
  --font-heading: "Newsreader", serif;
  --font-body: "Source Sans 3", sans-serif;
  --font-sans: "Source Sans 3", sans-serif;
  --header-h: 3.5rem;
  --dock-h: 3.35rem;
  --wrap: min(68rem, calc(100% - 2 * var(--gutter)));
}

html,
html.look-horeca {
  background: var(--color-bg);
  color: var(--color-ink);
}

html.look-horeca body,
body {
  margin: 0;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  font-family: var(--font-body);
  font-size: var(--step-0);
  line-height: 1.55;
  letter-spacing: 0;
  color: var(--color-ink);
  background: var(--color-bg);
  padding-bottom: calc(var(--dock-h) + 0.85rem);
}

@media (min-width: 860px) {
  html.look-horeca body,
  body { padding-bottom: 0; }
}

html.look-horeca main,
main {
  flex: 1;
  padding: 0;
}

html.look-horeca a,
a {
  color: var(--color-ink);
}

html.look-horeca h1,
html.look-horeca h2,
html.look-horeca h3,
h1, h2, h3 {
  font-family: var(--font-display);
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 1.08;
  text-transform: none;
  margin: 0 0 0.7rem;
  color: var(--color-ink);
}

html.look-horeca h1,
h1 {
  font-size: clamp(1.9rem, 1.2rem + 3.2vw, 3.2rem);
  max-width: 16ch;
}

html.look-horeca h2,
h2 {
  font-size: clamp(1.35rem, 1.05rem + 1.2vw, 1.9rem);
}

h3 {
  font-size: 1.12rem;
  font-weight: 700;
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

/* —— header —— */
.site-head {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  min-height: var(--header-h);
  padding: 0.35rem var(--gutter);
  background: var(--color-bg);
  border-bottom: 1px solid var(--color-line);
  position: relative;
}

.wordmark {
  margin-right: auto;
  display: flex;
  align-items: center;
  text-decoration: none;
}

.wordmark img {
  display: block;
  height: 2.55rem;
  width: auto;
}

html.look-horeca .nav-toggle,
.nav-toggle {
  width: var(--tap);
  height: var(--tap);
  border: 0;
  background: transparent;
  cursor: pointer;
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 7px;
  padding: 0;
}

html.look-horeca .nav-toggle span,
.nav-toggle span {
  display: block;
  width: 1.15rem;
  height: 2px;
  background: var(--color-ink);
}

.site-nav { display: none; }
.site-nav[data-open="true"] {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  z-index: 30;
  background: var(--color-bg);
  border-bottom: 1px solid var(--color-line);
  padding: 0.5rem var(--gutter) 1rem;
}

.site-nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 0.15rem;
}

html.look-horeca .site-nav a,
.site-nav a {
  display: flex;
  align-items: center;
  min-height: var(--tap);
  text-decoration: none;
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 1rem;
  color: var(--color-ink);
}

.site-nav a[aria-current="page"] {
  box-shadow: inset 2px 0 0 var(--color-accent);
  padding-left: 0.7rem;
}

@media (min-width: 860px) {
  html.look-horeca .nav-toggle,
  .nav-toggle { display: none; }
  .site-nav,
  .site-nav[data-open="true"] {
    display: block;
    position: static;
    border: 0;
    padding: 0;
    background: transparent;
  }
  .site-nav ul {
    display: flex;
    gap: 1.35rem;
  }
  .site-nav a {
    min-height: 0;
    padding: 0.2rem 0;
  }
  .site-nav a[aria-current="page"] {
    box-shadow: inset 0 -2px 0 var(--color-accent);
    padding-left: 0;
  }
}

/* —— bands —— */
.wrap {
  width: var(--wrap);
  margin-inline: auto;
}

.band {
  padding: clamp(2rem, 4vw, 3.5rem) 0;
  background: var(--color-bg);
  color: var(--color-ink);
}

.band--navy {
  background: var(--color-bg-2);
  color: var(--color-on-accent);
}

html.look-horeca .band--navy h2,
html.look-horeca .band--navy h3,
.band--navy h2,
.band--navy h3 {
  color: var(--color-on-accent);
}

.page-head {
  padding: 1.6rem 0 0;
}

.page-head--in { padding: 0 0 1rem; }

.lede {
  margin: 0 0 1.15rem;
  max-width: 32rem;
  font-size: 1.12rem;
  line-height: 1.5;
  color: var(--color-muted);
}

html.look-horeca .hero__copy .lede,
html.look-horeca .band--navy .lede,
.hero__copy .lede,
.band--navy .lede {
  color: color-mix(in srgb, var(--color-on-accent) 78%, transparent);
}

/* —— hero: photo then navy ground strip. Never 100dvh empty. —— */
.hero {
  display: grid;
  background: var(--color-bg-2);
}

.hero__shot {
  margin: 0;
  width: 100%;
  max-width: 100%;
  height: 50vh;
  min-height: 14rem;
  overflow: hidden;
  background: #1b2c4a;
}

.hero__shot img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 40%;
}

.hero__copy {
  padding: 1.15rem var(--gutter) calc(var(--dock-h) + 1.15rem);
  background: var(--color-bg-2);
  color: var(--color-on-accent);
}

@media (max-width: 859px) {
  html.look-horeca .hero .btn--icon,
  .hero .btn--icon { display: none; }
}

html.look-horeca .hero__copy h1,
.hero__copy h1 {
  color: var(--color-on-accent);
  margin-bottom: 0.55rem;
}

.hero__logo {
  display: block;
  width: 4.4rem;
  height: auto;
  margin: 0 0 0.75rem;
  background: var(--color-bg);
}

@media (min-width: 860px) {
  .hero__shot {
    height: 58vh;
    min-height: 22rem;
  }
  .hero__copy {
    padding: 1.6rem var(--gutter) 2rem;
  }
  .hero__copy .wrap,
  .hero__copy {
    max-width: none;
  }
  .hero__copy .lede,
  .hero__copy h1 {
    max-width: 36rem;
  }
}

/* —— CTAs —— */
.cta-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.55rem;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2.75rem;
  padding: 0.45rem 1.05rem;
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 0.98rem;
  letter-spacing: -0.01em;
  text-decoration: none;
  border: 1px solid transparent;
  cursor: pointer;
}

html.look-horeca .btn--solid,
.btn--solid {
  background: var(--color-accent);
  color: var(--color-on-accent);
  border-color: var(--color-accent);
}

html.look-horeca .btn--line,
.btn--line {
  background: transparent;
  color: var(--color-ink);
  border-color: var(--color-ink);
}

html.look-horeca .hero__copy .btn--line,
html.look-horeca .band--navy .btn--line,
.hero__copy .btn--line,
.band--navy .btn--line {
  color: var(--color-on-accent);
  border-color: color-mix(in srgb, var(--color-on-accent) 70%, transparent);
}

html.look-horeca .hero__copy .btn--solid,
html.look-horeca .band--navy .btn--solid,
.hero__copy .btn--solid,
.band--navy .btn--solid {
  background: var(--color-accent);
  color: var(--color-on-accent);
  border-color: var(--color-accent);
}

html.look-horeca .btn--icon,
.btn--icon {
  width: 2.75rem;
  min-height: 2.75rem;
  padding: 0.3rem;
  background: transparent;
  border: 0;
}

.btn--icon img {
  display: block;
  width: 1.75rem;
  height: 1.75rem;
}

button.btn {
  font: inherit;
  font-family: var(--font-display);
  font-weight: 700;
}

/* —— Facebook-feed: compact white cards, zigzag from 768 —— */
.feed {
  max-width: 57.5rem;
  margin-inline: auto;
  padding-inline: var(--gutter);
  display: grid;
  gap: 1.1rem;
}

.post {
  display: grid;
  gap: 0.7rem;
  margin: 0;
  padding: 0.85rem;
  background: #fff;
  border: 1px solid var(--color-line);
  border-radius: 16px;
  box-shadow: 0 1px 0 rgba(27, 44, 74, 0.05);
}

.post__head {
  display: flex;
  align-items: center;
  gap: 0.55rem;
  margin: 0;
}

.post__logo {
  display: block;
  width: 1.85rem;
  height: 1.85rem;
  object-fit: cover;
  flex-shrink: 0;
  background: var(--color-bg);
  border-radius: 4px;
}

.post__name {
  margin: 0;
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 0.88rem;
  letter-spacing: -0.015em;
  line-height: 1.2;
}

.post__media {
  min-width: 0;
}

.post__media img,
.post__media video {
  display: block;
  width: 100%;
  height: 220px;
  object-fit: cover;
  object-position: center;
  border-radius: 10px;
  background: #d8d4cc;
}

.post__media--pair {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.35rem;
}

.post__media--pair img {
  height: 220px;
}

.post__media--reel video {
  aspect-ratio: auto;
  max-height: 220px;
  background: #111;
}

.post__caption {
  margin: 0;
  font-size: 0.95rem;
  line-height: 1.45;
  white-space: pre-line;
}

.post__caption strong {
  font-family: var(--font-display);
  font-weight: 700;
}

.post__caption em {
  font-style: italic;
}

@media (min-width: 768px) {
  .post {
    grid-template-columns: minmax(0, 0.42fr) minmax(0, 1fr);
    grid-template-areas:
      "media head"
      "media caption";
    column-gap: 1rem;
    row-gap: 0.45rem;
    align-items: start;
    padding: 0.95rem;
  }
  .post:nth-child(even) {
    grid-template-columns: minmax(0, 1fr) minmax(0, 0.42fr);
    grid-template-areas:
      "head media"
      "caption media";
  }
  .post__head { grid-area: head; }
  .post__media { grid-area: media; }
  .post__caption { grid-area: caption; }

  .post__media img,
  .post__media video,
  .post__media--pair img,
  .post__media--reel video {
    height: 100%;
    min-height: 14.5rem;
    max-height: 18.5rem;
  }

  .post__media--pair {
    grid-template-columns: 1fr;
    height: 100%;
    min-height: 14.5rem;
    max-height: 18.5rem;
  }

  .post__media--pair img {
    min-height: 0;
    height: 100%;
    max-height: 9rem;
  }
}

/* —— wat we doen —— */
.doen {
  display: grid;
  gap: 1.15rem;
  max-width: 36rem;
  margin-top: 0.6rem;
}

.doen article { margin: 0; }

.doen h3 { margin: 0 0 0.25rem; }

.doen p {
  margin: 0;
  color: var(--color-muted);
}

.more {
  margin: 1.4rem 0 0;
  font-family: var(--font-display);
  font-weight: 700;
}

.more a { text-decoration: none; border-bottom: 1px solid currentColor; }

/* —— waarom —— */
.why {
  list-style: none;
  max-width: 36rem;
  display: grid;
  gap: 0.85rem;
  margin: 1rem 0 0;
  padding: 0;
}

.why li {
  padding-left: 0.9rem;
  border-left: 2px solid var(--color-accent);
}

/* —— diensten stamps (stacked, not cards) —— */
.stamps {
  display: grid;
  gap: 1.6rem;
  max-width: 36rem;
}

.stamp {
  margin: 0;
  padding: 0 0 0 0.95rem;
  border-left: 3px solid var(--color-accent);
  background: transparent;
}

.stamp h2 {
  margin: 0 0 0.4rem;
  font-size: clamp(1.2rem, 1rem + 0.8vw, 1.55rem);
}

.stamp p {
  margin: 0;
  color: var(--color-muted);
}

/* —— over / contact —— */
.over-layout,
.contact-layout {
  display: grid;
  gap: 1.5rem;
}

.over-shot { margin: 0; max-width: 32rem; }

.tile__frame {
  aspect-ratio: 4 / 3;
  overflow: hidden;
  background: var(--color-bg-2);
}

.tile__frame img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.prose { max-width: 36rem; }
.prose p { margin: 0 0 1rem; }
.prose p:last-child { margin-bottom: 0; }

.nap {
  display: grid;
  gap: 0.15rem;
  font-style: normal;
}

.nap__name {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 1.2rem;
  letter-spacing: -0.02em;
}

.nap__line,
.nap__tel,
.nap__mail { display: block; }

html.look-horeca .nap__tel,
html.look-horeca .nap__mail,
.nap__tel,
.nap__mail {
  margin-top: 0.45rem;
  font-family: var(--font-display);
  font-weight: 700;
  text-decoration: none;
  border-bottom: 1px solid currentColor;
  width: fit-content;
  color: var(--color-ink);
}

.nap-social {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.55rem;
  margin-top: 0.75rem;
}

.offerte {
  display: grid;
  gap: 0.75rem;
  max-width: 28rem;
}

.field { display: grid; gap: 0.3rem; }

.field span {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 0.9rem;
}

.field input,
.field textarea {
  width: 100%;
  border: 1px solid var(--color-line);
  background: #fff;
  color: var(--color-ink);
  font: inherit;
  padding: 0.6rem 0.7rem;
}

.field textarea { resize: vertical; min-height: 7rem; }

.form-success {
  margin: 0.25rem 0 0;
  color: var(--color-ink);
}

@media (min-width: 860px) {
  .over-layout {
    grid-template-columns: minmax(0, 22rem) minmax(0, 1fr);
    align-items: start;
    gap: 2.5rem;
  }
  .contact-layout {
    grid-template-columns: minmax(0, 18rem) minmax(0, 26rem);
    gap: 3rem;
    align-items: start;
  }
}

/* —— footer navy + linen —— */
.site-foot {
  padding: 1.25rem var(--gutter) 1.5rem;
  border-top: none;
  background: var(--color-footer);
  display: grid;
  gap: 0.45rem;
}

.site-foot__legal,
.site-foot__privacy {
  margin: 0;
  font-size: 0.85rem;
  color: var(--color-on-accent);
}

html.look-horeca .site-foot a,
.site-foot a { color: var(--color-on-accent); }

/* —— dock —— */
.dock {
  position: fixed;
  inset: auto 0 0 0;
  z-index: 50;
  display: grid;
  grid-template-columns: 1.15fr 0.75fr 0.7fr 0.7fr;
  min-height: var(--dock-h);
  background: var(--color-bg-2);
}

html.look-horeca .dock a,
.dock a {
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 0.88rem;
  color: var(--color-on-accent);
  padding: 0.25rem;
}

html.look-horeca .dock a.dock__offerte,
.dock a.dock__offerte,
.dock__offerte {
  background: var(--color-accent);
  color: var(--color-on-accent);
}

.dock__bel {
  background: var(--color-bg-2);
  color: var(--color-on-accent);
}

.dock__wa img,
.dock__ig img {
  display: block;
  width: 1.55rem;
  height: 1.55rem;
}

@media (min-width: 860px) {
  .dock { display: none; }
}
