:root {
  --paper: #f4f0e9;
  --paper-2: #eee8df;
  --ink: #161512;
  --muted: #5f5b54;
  --line: #cfc7bb;
  --white: #fff;
  --max: 1440px;
}

* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body { background: var(--paper); color: var(--ink); font-family: "DM Sans", Arial, sans-serif; line-height: 1.55; }
a { color: inherit; text-decoration: none; }
img { display: block; width: 100%; height: 100%; object-fit: cover; }
button { font: inherit; }

.site-header,
.site-footer,
.section-grid { width: min(100%, var(--max)); margin-inline: auto; }

.site-header {
  min-height: 96px;
  padding: 22px 48px;
  display: grid;
  grid-template-columns: 240px 1fr auto;
  align-items: center;
  gap: 32px;
  border-inline: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: rgba(244,240,233,.94);
  position: sticky;
  top: 0;
  z-index: 50;
  backdrop-filter: blur(12px);
}

.brand { display: inline-flex; flex-direction: column; width: max-content; line-height: 1; }
.brand-name { font-family: "Playfair Display", Georgia, serif; font-size: 33px; letter-spacing: .5px; }
.brand-tagline { margin-top: 6px; font-size: 7px; font-weight: 600; letter-spacing: 1.8px; }

.nav-menu { display: flex; justify-content: center; gap: clamp(18px,2.5vw,42px); }
.nav-menu a, .site-footer nav a { position: relative; font-size: 12px; font-weight: 600; }
.nav-menu a::after { content:""; position:absolute; left:0; right:0; bottom:-12px; height:1px; background:var(--ink); transform:scaleX(0); transition:.2s; }
.nav-menu a:hover::after, .nav-menu a.active::after { transform:scaleX(1); }

.button { min-height: 48px; display:inline-flex; align-items:center; justify-content:center; gap:14px; padding:0 26px; font-size:12px; font-weight:700; transition:.25s; }
.button-dark { background:var(--ink); color:var(--white); }
.button-dark:hover { transform:translateY(-2px); background:#302d28; }
.header-cta { min-width:140px; }
.text-link { padding: 12px 0 7px; border-bottom:1px solid var(--ink); font-size:12px; font-weight:700; }

.menu-toggle { display:none; width:44px; height:44px; border:1px solid var(--ink); background:transparent; align-items:center; justify-content:center; flex-direction:column; gap:5px; }
.menu-toggle span { width:20px; height:1px; background:var(--ink); transition:.2s; }
.menu-toggle.is-open span:nth-child(1){ transform:translateY(6px) rotate(45deg); }
.menu-toggle.is-open span:nth-child(2){ opacity:0; }
.menu-toggle.is-open span:nth-child(3){ transform:translateY(-6px) rotate(-45deg); }

.section-grid { display:grid; border-inline:1px solid var(--line); }
.bordered { border-right:1px solid var(--line); border-bottom:1px solid var(--line); }
.panel { padding: clamp(34px,5vw,72px); }
.eyebrow { margin-bottom:10px; font-size:11px; font-weight:700; text-decoration:underline; text-underline-offset:4px; }
h1,h2,h3 { font-family:"Playfair Display", Georgia, serif; font-weight:500; }

.hero { grid-template-columns: 40% 60%; min-height:510px; }
.hero-copy { display:flex; flex-direction:column; justify-content:center; }
.hero-copy h1 { font-size:clamp(56px,5.4vw,88px); line-height:1.02; letter-spacing:-2.5px; }
.hero-copy > p { max-width:480px; margin-top:26px; color:var(--muted); font-size:15px; }
.hero-actions { margin-top:30px; display:flex; align-items:center; gap:40px; }

.hero-mosaic { display:grid; grid-template-columns: 1.05fr .85fr; grid-template-rows: 1fr .85fr; min-height:510px; gap:8px; padding:0 0 0 8px; background:var(--paper); }
.hero-main { grid-row:1 / 3; }
.hero-meeting { grid-column:2; }
.hero-landscape { grid-column:2; }
.hero-shelves, .hero-coffee { display:none; }
.image-card { overflow:hidden; }
.image-card img { transition:transform .6s; }
.image-card:hover img { transform:scale(1.035); }

.benefit-strip { grid-template-columns:repeat(3,1fr); }
.benefit { min-height:155px; padding:28px 48px; display:flex; align-items:center; gap:24px; }
.line-icon { width:46px; flex:0 0 46px; font-size:38px; font-family:Georgia,serif; font-weight:400; line-height:1; text-align:center; }
.benefit h2 { font-size:24px; line-height:1.2; }
.benefit p { margin-top:6px; color:var(--muted); font-size:12px; }

.about { grid-template-columns:30% 40% 30%; }
.about-photo { min-height:390px; }
.about-copy { padding:50px 60px; }
.about-copy h2 { font-size:34px; line-height:1.1; margin-bottom:24px; }
.about-copy p:not(.eyebrow) { margin-top:15px; color:#3f3c36; font-size:13px; }
.value-list { display:grid; grid-template-rows:repeat(3,1fr); }
.value-list article { display:flex; gap:26px; align-items:center; padding:24px 36px; border-bottom:1px solid var(--line); }
.value-list article:last-child { border-bottom:0; }
.value-list strong { font-size:11px; }
.value-list p { margin-top:4px; color:var(--muted); font-size:11px; line-height:1.45; }

.expertise { grid-template-columns:36% 64%; }
.expertise-list { padding:30px 56px; }
.service-row { display:grid; grid-template-columns:42px 1fr; align-items:center; gap:18px; padding:14px 0; border-bottom:1px solid var(--line); }
.service-row:last-child { border-bottom:0; }
.service-row > span { font-size:26px; text-align:center; }
.service-row h3 { font-family:"DM Sans",sans-serif; font-size:13px; font-weight:700; }
.service-row p { color:var(--muted); font-size:11px; }
.help-panel { padding:50px 64px; }
.help-panel h2 { font-size:38px; line-height:1.08; }
.help-panel > p:not(.eyebrow) { max-width:740px; margin-top:18px; color:var(--muted); font-size:13px; }
.channel-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:16px; margin-top:30px; }
.channel-grid article img { height:130px; }
.channel-grid h3 { margin-top:10px; font-family:"DM Sans",sans-serif; font-size:12px; font-weight:700; }
.channel-grid p { color:var(--muted); font-size:11px; }

.beliefs { grid-template-columns:1.1fr repeat(4,1fr); }
.belief-intro { display:flex; align-items:flex-start; justify-content:center; padding:36px 20px; }
.belief { min-height:210px; padding:34px 22px; text-align:center; }
.belief > span { display:block; margin-bottom:18px; font-size:38px; line-height:1; }
.belief h3 { font-family:"DM Sans",sans-serif; font-size:12px; font-weight:700; }
.belief p { max-width:175px; margin:9px auto 0; color:var(--muted); font-size:11px; }

.mission { grid-template-columns:55% 45%; }
.mission-copy { padding:54px 70px; }
.mission-copy h2 { font-size:42px; line-height:1.05; }
.mission-copy p:not(.eyebrow) { max-width:650px; margin-top:18px; color:var(--muted); font-size:13px; }
.mission-photo { min-height:260px; }

.contact { grid-template-columns:42% 58%; }
.contact-photo { min-height:230px; }
.contact-copy { display:flex; flex-direction:column; justify-content:center; align-items:flex-start; padding:36px 64px; }
.contact-copy h2 { font-size:39px; line-height:1.05; }
.contact-copy > p:not(.eyebrow) { margin:12px 0 22px; color:var(--muted); font-size:13px; }

.site-footer { min-height:98px; padding:24px 48px; display:grid; grid-template-columns:220px 1fr auto; align-items:center; gap:30px; border-inline:1px solid var(--line); }
.site-footer .brand-name { font-size:26px; }
.site-footer nav { display:flex; justify-content:center; gap:35px; }
.site-footer small { grid-column:1/-1; margin-top:-12px; font-size:9px; color:var(--muted); }

.back-to-top { position:fixed; right:24px; bottom:24px; width:46px; height:46px; border:1px solid var(--ink); background:var(--paper); color:var(--ink); cursor:pointer; opacity:0; visibility:hidden; transform:translateY(10px); transition:.2s; z-index:20; }
.back-to-top.is-visible { opacity:1; visibility:visible; transform:none; }

@media (min-width: 1200px) {
  .hero-mosaic { grid-template-columns: 1.2fr .95fr; grid-template-rows: 1fr .52fr .52fr; }
  .hero-main { grid-row:1 / 3; }
  .hero-meeting { grid-column:2; grid-row:1; }
  .hero-landscape { grid-column:2; grid-row:2; }
  .hero-shelves { display:block; grid-column:1; grid-row:3; }
  .hero-coffee { display:block; grid-column:2; grid-row:3; }
}

@media (max-width: 1080px) {
  .site-header { grid-template-columns:1fr auto; padding:18px 28px; }
  .menu-toggle { display:flex; }
  .header-cta { display:none; }
  .nav-menu { display:none; grid-column:1/-1; flex-direction:column; align-items:flex-start; gap:0; padding-top:14px; }
  .nav-menu.is-open { display:flex; }
  .nav-menu a { width:100%; padding:12px 0; border-top:1px solid var(--line); }
  .nav-menu a::after { display:none; }
  .hero { grid-template-columns:1fr; }
  .hero-mosaic { min-height:420px; padding-left:0; }
  .benefit-strip { grid-template-columns:1fr; }
  .about { grid-template-columns:1fr 1fr; }
  .value-list { grid-column:1/-1; grid-template-columns:repeat(3,1fr); grid-template-rows:none; }
  .value-list article { border-right:1px solid var(--line); border-bottom:0; }
  .expertise { grid-template-columns:1fr; }
  .beliefs { grid-template-columns:repeat(2,1fr); }
  .belief-intro { grid-column:1/-1; }
  .site-footer { grid-template-columns:1fr auto; }
  .site-footer nav { grid-column:1/-1; justify-content:flex-start; flex-wrap:wrap; }
}

@media (max-width: 720px) {
  .site-header { min-height:80px; padding:16px 20px; }
  .brand-name { font-size:27px; }
  .panel { padding:38px 24px; }
  .hero-copy h1 { font-size:52px; }
  .hero-mosaic { grid-template-columns:1fr; grid-template-rows:260px 180px; min-height:auto; gap:6px; }
  .hero-main { grid-row:auto; }
  .hero-meeting { grid-column:auto; }
  .hero-landscape { display:none; }
  .benefit { padding:26px 24px; }
  .about { grid-template-columns:1fr; }
  .about-photo { min-height:300px; }
  .about-copy { padding:38px 24px; }
  .value-list { grid-template-columns:1fr; }
  .value-list article { border-right:0; border-bottom:1px solid var(--line); }
  .channel-grid { grid-template-columns:1fr; }
  .channel-grid article img { height:190px; }
  .help-panel { padding:38px 24px; }
  .help-panel h2 { font-size:32px; }
  .beliefs { grid-template-columns:1fr; }
  .belief-intro { grid-column:auto; justify-content:flex-start; }
  .mission, .contact { grid-template-columns:1fr; }
  .mission-copy, .contact-copy { padding:38px 24px; }
  .contact-copy h2, .mission-copy h2 { font-size:34px; }
  .site-footer { padding:28px 20px; grid-template-columns:1fr; }
  .site-footer nav { grid-column:auto; gap:18px 28px; }
  .site-footer .button { justify-self:start; }
  .site-footer small { grid-column:auto; margin-top:0; }
}

/* Beliefs + mission row — compact reference layout */
.beliefs-mission {
  display: grid;
  grid-template-columns: minmax(0, 58%) minmax(0, 27%) minmax(180px, 15%);
  min-height: 176px;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.beliefs-panel {
  min-width: 0;
  border-right: 1px solid var(--line);
}

.belief-cards {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  height: 100%;
}

.belief-cards .belief {
  position: relative;
  min-height: 176px;
  padding: 52px 16px 18px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  border: 0;
}

/* Only the real separators between cards; no line after the heading */
.belief-cards .belief + .belief::before {
  content: "";
  position: absolute;
  left: 0;
  top: 28px;
  bottom: 28px;
  width: 1px;
  background: linear-gradient(
    to bottom,
    transparent 0%,
    rgba(207, 199, 187, .78) 18%,
    rgba(207, 199, 187, .78) 82%,
    transparent 100%
  );
}

.belief-cards .belief:first-child {
  padding-left: 14px;
}

.belief-intro {
  position: absolute;
  top: 20px;
  left: 14px;
  padding: 0;
  display: block;
}

.belief-intro .eyebrow {
  margin: 0;
  font-size: 10px;
  white-space: nowrap;
}

.belief-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  margin: 0 0 8px;
}

.belief-icon svg {
  width: 30px;
  height: 30px;
  stroke: var(--ink);
  stroke-width: 1.65;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.belief-cards .belief h3 {
  margin: 0;
  font-family: "DM Sans", Arial, sans-serif;
  font-size: 11px;
  font-weight: 700;
  line-height: 1.25;
}

.belief-cards .belief > p {
  max-width: 150px;
  margin: 6px auto 0;
  color: var(--muted);
  font-size: 9.5px;
  line-height: 1.42;
}

.beliefs-mission .mission-copy {
  padding: 24px 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-right: 1px solid var(--line);
}

.eyebrow {
  margin-bottom: 10px;
  color: var(--ink);
  font-size: 11px;
  font-weight: 700;
  text-decoration: underline;
  text-decoration-color: var(--ink);
  text-underline-offset: 4px;
}

.beliefs-mission .mission-copy h2 {
  font-size: clamp(27px, 2.15vw, 37px);
  line-height: .98;
}

.beliefs-mission .mission-copy > p:not(.eyebrow) {
  max-width: 430px;
  margin-top: 10px;
  color: var(--muted);
  font-size: 9.5px;
  line-height: 1.45;
}

.beliefs-mission .mission-photo {
  min-height: 176px;
  overflow: hidden;
}

.beliefs-mission .mission-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

@media (max-width: 1080px) {
  .beliefs-mission {
    grid-template-columns: 1fr 1fr;
  }

  .beliefs-panel {
    grid-column: 1 / -1;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .beliefs-mission .mission-photo {
    min-height: 240px;
  }
}

@media (max-width: 720px) {
  .beliefs-mission {
    grid-template-columns: 1fr;
  }

  .belief-cards {
    grid-template-columns: 1fr;
  }

  .belief-cards .belief {
    min-height: 150px;
    padding: 48px 24px 22px;
  }

  .belief-cards .belief + .belief::before {
    top: 0;
    bottom: auto;
    left: 24px;
    right: 24px;
    width: auto;
    height: 1px;
    background: linear-gradient(to right, transparent, rgba(207,199,187,.8), transparent);
  }

  .belief-intro {
    left: 24px;
  }

  .beliefs-mission .mission-copy {
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }
}

/* Final responsive and beliefs section corrections */
.beliefs-mission {
  grid-template-columns: minmax(0, 58%) minmax(0, 27%) minmax(180px, 15%);
}

.beliefs-panel {
  position: relative;
  padding-top: 0;
}

.belief-cards {
  position: relative;
}

.belief-cards .belief:first-child {
  padding-left: 20px;
}

.belief-intro {
  position: absolute;
  z-index: 2;
  top: 18px;
  left: 28px;
  display: block;
  padding: 0;
  text-align: left;
}

.belief-intro .eyebrow {
  margin: 0;
  font-size: 10px;
  font-weight: 700;
  line-height: 1.2;
  text-decoration: underline;
  text-underline-offset: 5px;
  white-space: nowrap;
}

/* Keep the first card content visually balanced below the section heading. */
.belief-cards .belief:first-child {
  padding-top: 62px;
}

/* Tablet layout */
@media (max-width: 1080px) {
  .section-grid,
  .site-header,
  .site-footer {
    width: 100%;
  }

  .benefit-strip {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .benefit {
    min-height: 130px;
    padding: 24px 22px;
  }

  .about {
    grid-template-columns: 42% 58%;
  }

  .about-photo {
    min-height: 420px;
  }

  .about-copy {
    padding: 44px 38px;
  }

  .value-list {
    grid-column: 1 / -1;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    grid-template-rows: none;
  }

  .value-list article {
    min-height: 170px;
    border-right: 1px solid var(--line);
    border-bottom: 0;
  }

  .value-list article:last-child {
    border-right: 0;
  }

  .expertise {
    grid-template-columns: 1fr;
  }

  .expertise-list,
  .help-panel {
    padding: 38px 36px;
  }

  .beliefs-mission {
    grid-template-columns: minmax(0, 66%) minmax(0, 34%);
  }

  .beliefs-panel {
    grid-column: 1 / -1;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .belief-cards {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .beliefs-mission .mission-copy {
    min-height: 220px;
    padding: 34px 38px;
  }

  .beliefs-mission .mission-photo {
    min-height: 220px;
  }

  .contact {
    grid-template-columns: 48% 52%;
  }

  .contact-copy {
    padding: 38px 42px;
  }
}

/* Mobile layout */
@media (max-width: 720px) {
  .site-header {
    padding: 16px 20px;
  }

  .benefit-strip {
    grid-template-columns: 1fr;
  }

  .benefit {
    min-height: 118px;
    padding: 24px 22px;
  }

  .about {
    grid-template-columns: 1fr;
  }

  .about-photo {
    min-height: 300px;
  }

  .about-copy {
    padding: 34px 24px;
  }

  .value-list {
    grid-template-columns: 1fr;
  }

  .value-list article,
  .value-list article:last-child {
    min-height: 140px;
    padding: 26px 24px;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .expertise-list,
  .help-panel {
    padding: 34px 24px;
  }

  .channel-grid {
    grid-template-columns: 1fr;
  }

  .channel-grid article img {
    height: 190px;
  }

  .beliefs-mission {
    grid-template-columns: 1fr;
  }

  .beliefs-panel {
    grid-column: auto;
  }

  .belief-cards {
    grid-template-columns: 1fr;
  }

  .belief-cards .belief,
  .belief-cards .belief:first-child {
    min-height: 142px;
    padding: 30px 24px;
  }

  .belief-cards .belief:first-child {
    padding-top: 66px;
  }

  .belief-intro {
    top: 22px;
    left: 24px;
  }

  .belief-cards .belief + .belief::before {
    top: 0;
    bottom: auto;
    left: 24px;
    right: 24px;
    width: auto;
    height: 1px;
    background: linear-gradient(to right, transparent, rgba(207,199,187,.8), transparent);
  }

  .beliefs-mission .mission-copy {
    min-height: auto;
    padding: 34px 24px;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .beliefs-mission .mission-copy h2 {
    font-size: 34px;
  }

  .beliefs-mission .mission-photo {
    min-height: 240px;
  }

  .contact {
    grid-template-columns: 1fr;
  }

  .contact-photo {
    min-height: 280px;
  }

  .contact-copy {
    padding: 34px 24px;
  }

  .site-footer {
    grid-template-columns: 1fr;
    padding: 28px 20px;
    gap: 22px;
  }

  .site-footer nav {
    grid-column: auto;
    justify-content: flex-start;
    gap: 16px 24px;
  }

  .site-footer small {
    grid-column: auto;
    margin-top: 0;
  }
}

/* =========================================================
   FINAL LAYOUT FIXES — authoritative overrides
   ========================================================= */

/* SVG system */
.benefit-icon,
.value-icon,
.service-icon,
.channel-icon,
.belief-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  color: var(--ink);
}

.benefit-icon { width: 48px; height: 48px; }
.value-icon { width: 44px; height: 44px; }
.service-icon { width: 32px; height: 32px; }
.channel-icon { width: 30px; height: 30px; }
.belief-icon { width: 34px; height: 34px; }

.benefit-icon svg,
.value-icon svg,
.service-icon svg,
.channel-icon svg,
.belief-icon svg {
  width: 100%;
  height: 100%;
  stroke: currentColor;
  stroke-width: 1.65;
  stroke-linecap: round;
  stroke-linejoin: round;
}

/* Expertise / How we help: remove stretched empty areas */
.expertise {
  align-items: start;
}

.expertise-list,
.help-panel {
  align-self: start;
  min-height: 0;
}

.help-panel {
  display: block;
}

.channel-grid {
  align-items: start;
}

.channel-grid article {
  display: grid;
  grid-template-rows: 130px auto;
  align-content: start;
  min-width: 0;
}

.channel-grid article img {
  width: 100%;
  height: 130px;
  object-fit: cover;
}

.channel-meta {
  display: grid;
  grid-template-columns: 30px minmax(0, 1fr);
  align-items: start;
  gap: 12px;
  padding-top: 12px;
}

.channel-grid h3 {
  margin-top: 0;
}

/* Beliefs + mission: compact desktop row matching the reference */
.beliefs-mission {
  display: grid;
  grid-template-columns: minmax(0, 58%) minmax(0, 27%) minmax(180px, 15%);
  min-height: 184px;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.beliefs-panel {
  min-width: 0;
  border-right: 1px solid var(--line);
}

.belief-cards {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  height: 100%;
}

.belief-cards .belief {
  position: relative;
  min-width: 0;
  min-height: 184px;
  padding: 28px 14px 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  border: 0;
}

.belief-cards .belief + .belief::before {
  content: "";
  position: absolute;
  left: 0;
  top: 24px;
  bottom: 24px;
  width: 1px;
  background: linear-gradient(
    to bottom,
    transparent 0%,
    rgba(207, 199, 187, .82) 18%,
    rgba(207, 199, 187, .82) 82%,
    transparent 100%
  );
}

.belief-first {
  display: block !important;
  padding: 20px 14px 18px 22px !important;
  text-align: left !important;
}

.belief-section-title {
  margin: 0 0 16px;
  font-size: 10px;
  font-weight: 700;
  line-height: 1.2;
  text-decoration: underline;
  text-underline-offset: 5px;
  white-space: nowrap;
}

.belief-content {
  min-height: 125px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.belief-cards .belief h3 {
  margin: 0;
  font-family: "DM Sans", Arial, sans-serif;
  font-size: 11px;
  font-weight: 700;
  line-height: 1.25;
}

.belief-cards .belief > p,
.belief-content > p {
  max-width: 150px;
  margin: 6px auto 0;
  color: var(--muted);
  font-size: 9.5px;
  line-height: 1.42;
}

.beliefs-mission .mission-copy {
  padding: 24px 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-right: 1px solid var(--line);
}

.beliefs-mission .mission-copy .eyebrow {
  margin-bottom: 8px;
  font-size: 9px;
}

.beliefs-mission .mission-copy h2 {
  font-size: clamp(27px, 2.15vw, 37px);
  line-height: .98;
}

.beliefs-mission .mission-copy > p:not(.eyebrow) {
  max-width: 430px;
  margin-top: 10px;
  color: var(--muted);
  font-size: 9.5px;
  line-height: 1.45;
}

.beliefs-mission .mission-photo {
  min-height: 184px;
  overflow: hidden;
}

.beliefs-mission .mission-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

/* Tablet */
@media (max-width: 1080px) {
  .expertise {
    grid-template-columns: 1fr;
  }

  .expertise-list,
  .help-panel {
    width: 100%;
  }

  .channel-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .beliefs-mission {
    grid-template-columns: minmax(0, 64%) minmax(0, 36%);
  }

  .beliefs-panel {
    grid-column: 1 / -1;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .belief-cards {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .beliefs-mission .mission-copy,
  .beliefs-mission .mission-photo {
    min-height: 220px;
  }
}

/* Mobile */
@media (max-width: 720px) {
  .channel-grid {
    grid-template-columns: 1fr;
  }

  .channel-grid article {
    grid-template-rows: 190px auto;
  }

  .channel-grid article img {
    height: 190px;
  }

  .beliefs-mission {
    grid-template-columns: 1fr;
  }

  .beliefs-panel {
    grid-column: auto;
  }

  .belief-cards {
    grid-template-columns: 1fr;
  }

  .belief-cards .belief,
  .belief-first {
    min-height: 142px;
    padding: 24px !important;
  }

  .belief-first {
    min-height: 170px;
  }

  .belief-content {
    min-height: 112px;
  }

  .belief-cards .belief + .belief::before {
    top: 0;
    bottom: auto;
    left: 24px;
    right: 24px;
    width: auto;
    height: 1px;
    background: linear-gradient(to right, transparent, rgba(207,199,187,.82), transparent);
  }

  .beliefs-mission .mission-copy {
    min-height: auto;
    padding: 34px 24px;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .beliefs-mission .mission-copy h2 {
    font-size: 34px;
  }

  .beliefs-mission .mission-photo {
    min-height: 240px;
  }
}

/* =========================================================
   FINAL LAYOUT CORRECTIONS
   1) Compact desktop hero + capability cards form one viewport unit
   2) Expertise has one continuous divider, not a boxed left panel
   ========================================================= */

@media (min-width: 1081px) {
  /* Header + image hero + three capability cards stay visually together. */
  .hero {
    height: clamp(400px, calc(100svh - 248px), 470px);
    min-height: 400px;
    grid-template-columns: 39% 61%;
    overflow: hidden;
  }

  .hero-copy {
    padding: clamp(30px, 3.4vw, 50px);
  }

  .hero-copy h1 {
    font-size: clamp(52px, 4.8vw, 76px);
    line-height: 1;
  }

  .hero-copy > p {
    margin-top: 20px;
    font-size: 14px;
  }

  .hero-actions {
    margin-top: 24px;
  }

  .hero-mosaic {
    height: 100%;
    min-height: 0;
    grid-template-columns: 57% 43%;
    grid-template-rows: 46% 27% 27%;
    gap: 4px;
    padding-left: 4px;
  }

  .hero-mosaic > * {
    min-width: 0;
    min-height: 0;
  }

  .hero-main { grid-column: 1; grid-row: 1 / 3; }
  .hero-meeting { grid-column: 2; grid-row: 1; }
  .hero-landscape { grid-column: 2; grid-row: 2; }
  .hero-shelves { display: block; grid-column: 1; grid-row: 3; }
  .hero-coffee { display: block; grid-column: 2; grid-row: 3; }

  .benefit {
    min-height: 138px;
    padding: 24px 38px;
  }

  /* One continuous section divider instead of a boxed left column. */
  .expertise {
    align-items: stretch;
    border-bottom: 1px solid var(--line);
  }

  .expertise-list,
  .help-panel {
    align-self: stretch;
    min-height: 100%;
    border-bottom: 0;
  }

  .expertise-list {
    border-right: 1px solid var(--line);
  }
}

@media (max-width: 1080px) {
  .expertise {
    border-bottom: 1px solid var(--line);
  }

  .expertise-list,
  .help-panel {
    border-bottom: 0;
  }

  .expertise-list {
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }
}

/* =========================================================
   HERO BENEFITS DIVIDER FIX
   One horizontal separator under the hero; vertical dividers
   stay inside the benefits row and never protrude upward.
   ========================================================= */
.benefit-strip {
  position: relative;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.benefit-strip .benefit {
  position: relative;
  border-right: 0;
  border-bottom: 0;
}

.benefit-strip .benefit + .benefit::before {
  content: "";
  position: absolute;
  left: 0;
  top: 22px;
  bottom: 22px;
  width: 1px;
  background: var(--line);
}

@media (max-width: 720px) {
  .benefit-strip .benefit + .benefit::before {
    left: 22px;
    right: 22px;
    top: 0;
    bottom: auto;
    width: auto;
    height: 1px;
  }
}

/* Force the "What we believe" heading and underline to true black */
.belief-intro .eyebrow,
.belief-section-title,
.belief-cards .belief:first-child .eyebrow {
  color: #000000 !important;
  opacity: 1 !important;
  font-weight: 700 !important;
  text-decoration-color: #000000 !important;
  text-decoration-thickness: 1.5px !important;
  text-underline-offset: 5px !important;
  -webkit-text-fill-color: #000000 !important;
}

/* Section eyebrow headings */
.eyebrow,
.belief-section-title,
.belief-intro .eyebrow {
  color: #000;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: 0.15px;
  text-decoration-color: #000;
  text-decoration-thickness: 1.5px;
  text-underline-offset: 5px;
  opacity: 1;
}

/* Match all section eyebrow headings */
.belief-section-title,
.belief-intro .eyebrow,
.beliefs-mission .mission-copy .eyebrow {
  color: var(--ink);
  font-size: 11px;
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: 0;
  text-decoration: underline;
  text-decoration-color: var(--ink);
  text-decoration-thickness: 1px;
  text-underline-offset: 4px;
  opacity: 1;
}
/* =========================================================
   FINAL FULL-WIDTH + SECTION HEADING + FOOTER FIXES
   ========================================================= */

/* Remove the large empty gutters on laptops and wide monitors. */
:root {
  --max: 100%;
}

html,
body {
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
}

.site-header,
.site-footer,
.section-grid {
  width: 100%;
  max-width: none;
  margin-inline: 0;
}

/* Keep content comfortable on very wide displays without recreating gutters. */
.site-header {
  padding-inline: clamp(24px, 4vw, 72px);
}

/* Move “What we believe” slightly to the right and match other eyebrow headings. */
.belief-intro {
  left: clamp(28px, 3vw, 52px) !important;
}

.belief-intro .eyebrow,
.belief-section-title {
  color: var(--ink) !important;
  -webkit-text-fill-color: var(--ink) !important;
  font-size: 12px !important;
  font-weight: 700 !important;
  line-height: 1.25 !important;
  text-decoration: underline !important;
  text-decoration-color: var(--ink) !important;
  text-decoration-thickness: 1.5px !important;
  text-underline-offset: 5px !important;
  opacity: 1 !important;
}

/* Footer credit: one clean line on desktop, wrapping only when necessary. */
.footer-legal {
  grid-column: 1 / -1;
  margin-top: -12px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 6px 12px;
  color: var(--muted);
  font-size: 10px;
  line-height: 1.5;
}

.footer-credit::before {
  content: "•";
  margin-right: 12px;
  color: var(--muted);
}

.footer-credit a {
  color: var(--ink);
  font-weight: 700;
  text-decoration: none;
  transition: opacity .2s ease;
}

.footer-credit a:hover {
  opacity: .6;
}

/* Keep the layout fluid on large screens. */
@media (min-width: 1441px) {
  .hero,
  .benefit-strip,
  .about,
  .expertise,
  .beliefs-mission,
  .contact {
    width: 100%;
  }

  .hero-copy,
  .about-copy,
  .expertise-list,
  .help-panel,
  .contact-copy {
    padding-left: clamp(48px, 5vw, 96px);
    padding-right: clamp(48px, 5vw, 96px);
  }
}

@media (max-width: 720px) {
  .site-header,
  .site-footer {
    padding-inline: 20px;
  }

  .belief-intro {
    left: 24px !important;
  }

  .footer-legal {
    display: block;
    margin-top: 0;
  }

  .footer-credit {
    display: block;
    margin-top: 4px;
  }

  .footer-credit::before {
    content: none;
  }
}

/* Slight hero height increase only — desktop */
@media (min-width: 1081px) {
  .hero {
    height: clamp(430px, calc(100svh - 220px), 500px);
    min-height: 430px;
  }
}

/* =========================================================
   HERO IMAGE FRAMING — subtle sizing and crop adjustments
   ========================================================= */
@media (min-width: 1081px) {
  .hero {
    height: clamp(455px, calc(100svh - 195px), 525px);
    min-height: 455px;
  }

  .hero-mosaic {
    grid-template-columns: 57% 43%;
    grid-template-rows: 43% 24% 33%;
  }

  .hero-main img {
    object-position: center 54%;
  }

  .hero-meeting img {
    object-position: center 50%;
  }

  .hero-landscape img {
    object-position: center 54%;
  }

  .hero-shelves img {
    object-position: center 48%;
  }

  .hero-coffee img {
    object-position: center 46%;
  }
}

/* Fine-dining hero tile — show more of the plate and serving action */
@media (min-width: 1081px) {
  .hero-mosaic {
    grid-template-rows: 42% 22% 36%;
  }

  .hero-shelves img {
    object-position: 50% 68%;
  }
}

/* Remove the divider between hero text and images */
.hero-copy {
  border-right: 0;
}

.hero-mosaic {
  padding-left: 0;
}
/* =========================================================
   ABOUT TEAM PHOTO — fill its section without empty bands
   ========================================================= */
.about-photo {
  overflow: hidden;
}

.about-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

/* =========================================================
   LIGHT MOTION ONLY
   No parallax, masks, image transforms or layout changes.
   ========================================================= */

@media (prefers-reduced-motion: no-preference) {
  /* Quiet entrance for the hero text only. */
  .motion-ready .hero-copy > * {
    opacity: 0;
    transform: translateY(10px);
    transition:
      opacity .55s ease,
      transform .55s ease;
  }

  .motion-ready.page-entered .hero-copy > * {
    opacity: 1;
    transform: translateY(0);
  }

  .motion-ready.page-entered .hero-copy h1 { transition-delay: 40ms; }
  .motion-ready.page-entered .hero-copy > p { transition-delay: 110ms; }
  .motion-ready.page-entered .hero-actions { transition-delay: 180ms; }

  /* Soft scroll reveal. This never changes image sizing or cropping. */
  .motion-ready .reveal-item {
    opacity: 0;
    transform: translateY(12px);
    transition:
      opacity .55s ease var(--reveal-delay, 0ms),
      transform .55s ease var(--reveal-delay, 0ms);
  }

  .motion-ready .reveal-item.is-revealed {
    opacity: 1;
    transform: translateY(0);
  }

  /* Small, restrained hover cues. */
  .service-row,
  .channel-grid article,
  .button {
    transition:
      transform .25s ease,
      background-color .25s ease;
  }

  .service-row:hover {
    transform: translateX(4px);
  }

  .channel-grid article:hover {
    transform: translateY(-2px);
  }

  .button span[aria-hidden="true"] {
    display: inline-block;
    transition: transform .25s ease;
  }

  .button:hover span[aria-hidden="true"] {
    transform: translateX(3px);
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: .01ms !important;
  }
}
/* =========================================================
   REQUESTED CHANGES ONLY
   1) Navbar remains visible while scrolling
   2) Existing hero images use the angled reference composition
   ========================================================= */

/* Keep the navigation visible and above all page content while scrolling. */
.site-header {
  position: sticky;
  top: 0;
  z-index: 1000;
  isolation: isolate;
  background: rgba(244, 240, 233, 0.96);
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
}

.site-header.is-scrolled {
  box-shadow: 0 8px 24px rgba(22, 21, 18, 0.08);
}

/* Angled hero composition — desktop/laptop only. Existing images are unchanged. */
@media (min-width: 1081px) {
  .hero {
    grid-template-columns: 40% 60%;
    overflow: hidden;
  }

  .hero-copy {
    position: relative;
    z-index: 2;
  }

  .hero-mosaic {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: minmax(0, 64%) minmax(0, 36%);
    grid-template-rows: repeat(4, minmax(0, 1fr));
    gap: 5px;
    height: 100%;
    min-height: 0;
    padding: 0;
    margin-left: -4.5vw;
    background: var(--paper);
    overflow: visible;
  }

  .hero-mosaic .image-card {
    min-width: 0;
    min-height: 0;
    overflow: hidden;
    background: var(--paper);
  }

  /* Large central image with both edges angled. */
  .hero-mosaic .hero-main {
    grid-column: 1;
    grid-row: 1 / 5;
    clip-path: polygon(13% 0, 100% 0, 86% 100%, 0 100%);
  }

  /* Four stacked images on the right. */
  .hero-mosaic .hero-meeting {
    display: block;
    grid-column: 2;
    grid-row: 1;
  }

  .hero-mosaic .hero-landscape {
    display: block;
    grid-column: 2;
    grid-row: 2;
  }

  .hero-mosaic .hero-shelves {
    display: block;
    grid-column: 2;
    grid-row: 3;
  }

  .hero-mosaic .hero-coffee {
    display: block;
    grid-column: 2;
    grid-row: 4;
  }

  .hero-mosaic .hero-meeting,
  .hero-mosaic .hero-landscape,
  .hero-mosaic .hero-shelves,
  .hero-mosaic .hero-coffee {
    margin-left: -18%;
    clip-path: polygon(18% 0, 100% 0, 100% 100%, 0 100%);
  }

  .hero-mosaic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: none;
  }

  .hero-mosaic .hero-main img { object-position: center 52%; }
  .hero-mosaic .hero-meeting img { object-position: center 50%; }
  .hero-mosaic .hero-landscape img { object-position: center 54%; }
  .hero-mosaic .hero-shelves img { object-position: center 66%; }
  .hero-mosaic .hero-coffee img { object-position: center 48%; }
}

/* Preserve the existing tablet/mobile layout without diagonal clipping. */
@media (max-width: 1080px) {
  .hero-mosaic,
  .hero-mosaic .image-card {
    clip-path: none;
    margin-left: 0;
  }
}

/* =========================================================
   COMPACT BENEFITS SLIDER — isolated override
   ========================================================= */
.benefit-strip[data-benefit-slider] {
  display: block;
  position: relative;
  overflow: hidden;
  padding-right: 112px;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.benefit-viewport {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(320px, calc((100vw - 112px) / 3));
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  scrollbar-width: none;
  overscroll-behavior-inline: contain;
}

.benefit-viewport::-webkit-scrollbar { display: none; }

.benefit-strip[data-benefit-slider] .benefit {
  min-height: 118px;
  padding: 20px 28px;
  gap: 18px;
  scroll-snap-align: start;
  border: 0;
  border-right: 1px solid var(--line);
}

.benefit-strip[data-benefit-slider] .benefit::before { display: none !important; }
.benefit-strip[data-benefit-slider] .benefit-icon { width: 40px; height: 40px; }
.benefit-strip[data-benefit-slider] .benefit h2 { font-size: clamp(20px, 1.7vw, 27px); }
.benefit-strip[data-benefit-slider] .benefit p { margin-top: 4px; font-size: 11px; }

.benefit-controls {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 112px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: stretch;
  background: var(--paper);
  border-left: 1px solid var(--line);
}

.benefit-controls button {
  border: 0;
  border-left: 1px solid var(--line);
  background: transparent;
  color: var(--ink);
  cursor: pointer;
  font-size: 22px;
  transition: background-color .2s ease, opacity .2s ease;
}

.benefit-controls button:first-child { border-left: 0; }
.benefit-controls button:hover { background: var(--paper-2); }
.benefit-controls button:disabled { opacity: .3; cursor: default; }

@media (max-width: 1080px) {
  .benefit-strip[data-benefit-slider] { padding-right: 96px; }
  .benefit-viewport { grid-auto-columns: minmax(300px, 48vw); }
  .benefit-controls { width: 96px; }
}

@media (max-width: 720px) {
  .benefit-strip[data-benefit-slider] {
    padding-right: 0;
    padding-bottom: 54px;
  }

  .benefit-viewport { grid-auto-columns: 86vw; }

  .benefit-strip[data-benefit-slider] .benefit {
    min-height: 106px;
    padding: 18px 22px;
  }

  .benefit-controls {
    top: auto;
    left: 0;
    right: auto;
    bottom: 0;
    width: 108px;
    height: 54px;
    border-top: 1px solid var(--line);
    border-left: 0;
  }
}


/* =========================================================
   HERO MOSAIC STABILITY
   Main image: diagonal only on the left, straight on the right.
   Side images: clean rectangles with equal white separators.
   ========================================================= */
@media (min-width: 1081px) {
  .hero-mosaic {
    grid-template-columns: minmax(0, 65%) minmax(0, 35%);
    grid-template-rows: repeat(4, minmax(0, 1fr));
    gap: 0 7px;
    margin-left: -4vw;
    padding: 0;
    overflow: hidden;
    background: var(--paper);
  }

  .hero-mosaic .hero-main {
    grid-column: 1;
    grid-row: 1 / 5;
    margin: 0;
    clip-path: polygon(12% 0, 100% 0, 100% 100%, 0 100%);
  }

  .hero-mosaic .hero-meeting,
  .hero-mosaic .hero-landscape,
  .hero-mosaic .hero-shelves,
  .hero-mosaic .hero-coffee {
    display: block;
    grid-column: 2;
    margin: 0;
    clip-path: none;
    border: 0;
    border-bottom: 7px solid var(--paper);
  }

  .hero-mosaic .hero-meeting { grid-row: 1; }
  .hero-mosaic .hero-landscape { grid-row: 2; }
  .hero-mosaic .hero-shelves { grid-row: 3; }
  .hero-mosaic .hero-coffee {
    grid-row: 4;
    border-bottom: 0;
  }

  .hero-mosaic .image-card,
  .hero-mosaic .image-card img {
    transform: none !important;
    animation: none !important;
  }

  .hero-mosaic .image-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}

/* =========================================================
   SIMPLE DIRECTIONAL REVEALS
   No zoom, blur, scaling or image geometry changes.
   ========================================================= */
@media (prefers-reduced-motion: no-preference) {
  .motion-ready .direction-reveal {
    opacity: 0;
    transition:
      opacity .58s ease var(--reveal-delay, 0ms),
      transform .68s cubic-bezier(.22,.7,.2,1) var(--reveal-delay, 0ms);
    will-change: opacity, transform;
  }

  .motion-ready .direction-reveal.reveal-from-left {
    transform: translateX(-28px);
  }

  .motion-ready .direction-reveal.reveal-from-right {
    transform: translateX(28px);
  }

  .motion-ready .direction-reveal.is-revealed {
    opacity: 1;
    transform: translateX(0);
  }

  /* The hero uses two calm opposing directions. */
  .motion-ready .hero-copy.direction-reveal {
    transform: translateX(-24px);
  }

  .motion-ready .hero-mosaic.direction-reveal {
    transform: translateX(24px);
  }

  .motion-ready .hero-copy.direction-reveal.is-revealed,
  .motion-ready .hero-mosaic.direction-reveal.is-revealed {
    transform: translateX(0);
  }

  /* Minimal hover feedback only. */
  .service-row,
  .channel-grid article,
  .button,
  .text-link {
    transition: transform .24s ease, background-color .24s ease, box-shadow .24s ease;
  }

  .service-row:hover { transform: translateX(4px); }
  .channel-grid article:hover { transform: translateY(-2px); }
  .button:hover { transform: translateY(-2px); }
  .text-link:hover { transform: translateX(2px); }

  @media (hover: none) {
    .service-row:hover,
    .channel-grid article:hover,
    .button:hover,
    .text-link:hover { transform: none; }
  }
}

@media (max-width: 1080px) {
  .hero-mosaic {
    margin-left: 0;
    overflow: hidden;
  }

  .hero-mosaic .hero-main,
  .hero-mosaic .hero-meeting,
  .hero-mosaic .hero-landscape,
  .hero-mosaic .hero-shelves,
  .hero-mosaic .hero-coffee {
    clip-path: none;
    margin-left: 0;
    border-bottom: 0;
  }
}

/* =========================================================
   HERO TEXT + STATIC BENEFITS FIX
   Hero content must always remain visible.
   Core capabilities show all three items with no slider UI.
   ========================================================= */
.hero-copy,
.hero-copy > * {
  opacity: 1 !important;
  visibility: visible !important;
  transform: none !important;
}

.benefit-strip {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  padding: 0 !important;
  overflow: visible !important;
}

.benefit-strip .benefit {
  min-width: 0;
  min-height: 112px;
  padding: 18px clamp(20px, 2.4vw, 34px);
  border: 0;
  border-right: 1px solid var(--line);
}

.benefit-strip .benefit:last-child {
  border-right: 0;
}

.benefit-strip .benefit::before {
  display: none !important;
}

.benefit-strip .benefit-icon {
  width: 38px;
  height: 38px;
}

.benefit-strip .benefit h2 {
  font-size: clamp(20px, 1.65vw, 27px);
}

.benefit-strip .benefit p {
  margin-top: 4px;
  font-size: 11px;
}

.benefit-controls,
.benefit-viewport {
  display: contents !important;
}

@media (max-width: 1080px) {
  .benefit-strip {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }

  .benefit-strip .benefit {
    min-height: 104px;
    padding: 16px 18px;
  }

  .benefit-strip .benefit h2 {
    font-size: 19px;
  }
}

@media (max-width: 720px) {
  .benefit-strip {
    grid-template-columns: 1fr !important;
  }

  .benefit-strip .benefit {
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .benefit-strip .benefit:last-child {
    border-bottom: 0;
  }
}

/* =========================================================
   NAVBAR FOLLOWS SCROLL — authoritative final override
   ========================================================= */
:root {
  --fixed-header-height: 96px;
}

body {
  padding-top: var(--fixed-header-height);
}

.site-header {
  position: fixed !important;
  top: 0;
  left: 0;
  right: 0;
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  z-index: 9999 !important;
  transition:
    min-height .25s ease,
    padding .25s ease,
    background-color .25s ease,
    box-shadow .25s ease;
}

.site-header.is-scrolled {
  min-height: 76px;
  padding-top: 14px;
  padding-bottom: 14px;
  background: rgba(244, 240, 233, .98);
  box-shadow: 0 10px 28px rgba(22, 21, 18, .10);
}

@media (max-width: 1080px) {
  :root {
    --fixed-header-height: 80px;
  }

  .site-header.is-scrolled {
    min-height: 72px;
    padding-top: 12px;
    padding-bottom: 12px;
  }
}

@media (max-width: 720px) {
  :root {
    --fixed-header-height: 80px;
  }
}
