:root {
  --bg: #f5f2ec;
  --bg-soft: #ebe7df;
  --paper: #faf9f6;
  --ink: #242626;
  --muted: #666a68;
  --line: #c8c0b5;
  --accent: #776c5c;
  --dark: #222526;
  --max: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: "DM Sans", system-ui, sans-serif;
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; text-decoration: none; }
button, a { -webkit-tap-highlight-color: transparent; }

.site-header {
  height: 108px;
  padding: 0 max(28px, calc((100vw - var(--max)) / 2));
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: rgba(250,249,246,.95);
  border-bottom: 1px solid rgba(36,38,38,.06);
  position: sticky;
  top: 0;
  z-index: 40;
  backdrop-filter: blur(14px);
}
.brand { display: inline-flex; align-items: center; }
.brand-stack { flex-direction: column; align-items: center; gap: 4px; }
.logo-art {
  --logo-width: 124px;
  --logo-image: url("assets/logo-dark.png");
  position: relative;
  display: block;
  width: var(--logo-width);
  height: calc(var(--logo-width) * .973154);
}
.logo-art-light { --logo-image: url("assets/logo-light.png"); }
.site-header .logo-art { --logo-width: 78px; }
.logo-symbol,
.logo-letter {
  position: absolute;
  display: block;
  background-image: var(--logo-image);
  background-repeat: no-repeat;
}
.logo-symbol {
  top: calc(var(--logo-width) * .05);
  left: 50%;
  width: calc(var(--logo-width) * .93);
  height: calc(var(--logo-width) * .68);
  transform: translateX(-50%);
  background-position: top center;
  background-size: 100% auto;
}
.logo-letter {
  top: calc(var(--logo-width) * .753356);
  height: calc(var(--logo-width) * .130872);
  background-size: var(--logo-width) auto;
  background-position-y: calc(var(--logo-width) * -.753356);
}
.logo-letter-c-first {
  left: calc(var(--logo-width) * .016443);
  width: calc(var(--logo-width) * .115772);
  background-position-x: 0;
}
.logo-letter-s {
  left: calc(var(--logo-width) * .25);
  width: calc(var(--logo-width) * .100671);
  background-position-x: calc(var(--logo-width) * -.246644);
}
.logo-letter-p {
  left: calc(var(--logo-width) * .408054);
  width: calc(var(--logo-width) * .102349);
  background-position-x: calc(var(--logo-width) * -.411074);
}
.logo-letter-a {
  left: calc(var(--logo-width) * .540604);
  width: calc(var(--logo-width) * .134228);
  background-position-x: calc(var(--logo-width) * -.54698);
}
.logo-letter-c-last {
  left: calc(var(--logo-width) * .714094);
  width: calc(var(--logo-width) * .11745);
  background-position-x: calc(var(--logo-width) * -.724832);
}
.logo-letter-e {
  left: calc(var(--logo-width) * .882886);
  width: calc(var(--logo-width) * .100671);
  background-position-x: calc(var(--logo-width) * -.899329);
}
.brand-tag { font-size: .72rem; font-weight: 500; letter-spacing: .34em; color: #535654; line-height: 1; }
.site-header .brand-tag { font-weight: 700; transform: translateY(-4px); }
.desktop-nav { display: flex; align-items: center; gap: 28px; font-size: .88rem; }
.desktop-nav a { color: #444746; }
.menu-toggle {
  display: none;
  width: 44px;
  height: 44px;
  padding: 10px;
  align-items: center;
  justify-content: center;
  background: none;
  border: 0;
  color: var(--ink);
  cursor: pointer;
}
.menu-icon {
  display: flex;
  width: 22px;
  height: 18px;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
}
.menu-icon span {
  display: block;
  width: 100%;
  height: 1.5px;
  background: currentColor;
}
.mobile-menu { display: none; }

.hero {
  min-height: 620px;
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  background: linear-gradient(rgba(0,0,0,.02), rgba(0,0,0,.02)), url("assets/hero-abstract.jpg") center/cover no-repeat;
}
.hero-copy {
  padding: 118px max(38px, calc((100vw - var(--max)) / 2)) 100px;
  padding-right: 72px;
  align-self: center;
  background: linear-gradient(90deg, rgba(245,242,236,.80), rgba(245,242,236,.58));
}
.eyebrow {
  display: flex;
  align-items: center;
  gap: 14px;
  color: #6f665a;
  font-size: .71rem;
  letter-spacing: .16em;
  font-weight: 600;
}
.eyebrow span { width: 42px; height: 1px; background: #9a8f80; display: inline-block; }
.hero h1 {
  font-family: Manrope, sans-serif;
  font-size: clamp(3rem, 5vw, 5.2rem);
  line-height: .98;
  font-weight: 500;
  letter-spacing: .075em;
  margin: 28px 0 14px;
}
.hero h2, .section h3, .growth h3 {
  font-family: Manrope, sans-serif;
  font-weight: 400;
  letter-spacing: -.025em;
}
.hero h2 { font-size: clamp(1.7rem, 2.55vw, 2.45rem); margin: 0 0 22px; }
.hero p { max-width: 620px; color: #4f5351; font-size: 1.05rem; line-height: 1.65; margin: 0 0 16px; }
.hero-brand-mark { margin: 0 18px 18px 0; display: inline-flex; flex-direction: column; align-items: center; gap: 4px; opacity: .72; }
.hero-brand-mark .logo-art { --logo-width: 122px; height: calc(var(--logo-width) * .130872); }
.hero-brand-mark .logo-letter { top: 0; }
.hero-brand-mark > .brand-tag { font-size: .64rem; font-weight: 700; letter-spacing: .34em; color: #535654; transform: translateY(-2px); }
.button { display: inline-flex; align-items: center; gap: 16px; padding: 15px 20px; font-size: .91rem; transition: transform .25s ease, background .25s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--accent); color: #fff; }
.button-dark { background: var(--dark); color: #fff; }
.hero-image {
  position: relative;
  min-height: 620px;
}
.section {
  padding: 88px max(30px, calc((100vw - var(--max)) / 2));
}
.intro { display: grid; grid-template-columns: 1fr 1fr; gap: 90px; align-items: center; background: #fbfaf8; }
.section h3, .growth h3 { font-size: clamp(2rem, 3.2vw, 3.1rem); line-height: 1.12; margin: 22px 0 0; }
.section-copy p, .businesses-top > p, .principles-top > p, .growth > p { color: var(--muted); line-height: 1.7; font-size: 1rem; }
.text-link { display: inline-flex; gap: 10px; border-bottom: 1px solid #8c8275; padding-bottom: 4px; margin-top: 8px; font-size: .93rem; }

.businesses { background: var(--bg-soft); }
.businesses-top, .principles-top { display: grid; grid-template-columns: 1fr 1fr; gap: 90px; align-items: end; margin-bottom: 42px; }
.businesses-top > p, .principles-top > p { margin: 0 0 4px; max-width: 520px; }
.business-card { display: grid; grid-template-columns: 1.03fr 1.17fr; background: var(--paper); border-radius: 6px; overflow: hidden; box-shadow: 0 18px 40px rgba(38,39,37,.04); }
.business-image { min-height: 360px; background: url("assets/coffee-architecture-wide.jpg") center/cover no-repeat; }
.business-content { padding: 54px 56px; align-self: center; }
.business-name { font-size: 1.25rem; letter-spacing: .17em; margin-bottom: 10px; }
.business-content h4 { font-family: Manrope, sans-serif; font-weight: 400; font-size: 1.65rem; margin: 0 0 14px; }
.business-content p { color: var(--muted); line-height: 1.65; margin: 0 0 28px; max-width: 460px; }

.principles { background: #fbfaf8; }
.principle-grid { display: grid; grid-template-columns: repeat(3, 1fr); margin-top: 54px; border-top: 1px solid #ddd7ce; }
.principle { display: grid; grid-template-columns: 48px 1fr; gap: 18px; padding: 32px 32px 12px 0; }
.principle + .principle { border-left: 1px solid #ddd7ce; padding-left: 32px; }
.icon { color: #837562; font-size: 2rem; line-height: 1; }
.principle h4 { font-size: 1.05rem; margin: 0 0 9px; }
.principle p { margin: 0; color: var(--muted); line-height: 1.65; font-size: .93rem; }

.growth {
  padding: 74px max(30px, calc((100vw - var(--max)) / 2));
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 90px;
  align-items: center;
  background: linear-gradient(110deg, #e4ded5 0%, #f0ece6 48%, #d7d8d4 100%);
  position: relative;
  overflow: hidden;
}
.growth::after {
  content: "";
  position: absolute;
  right: -8%; bottom: -45%;
  width: 60%; height: 90%;
  background: radial-gradient(ellipse at center, rgba(95,101,100,.17), rgba(95,101,100,0) 68%);
  transform: rotate(-8deg);
}
.growth > * { position: relative; z-index: 1; }

footer {
  padding: 20px max(30px, calc((100vw - var(--max)) / 2));
  background: #252829;
  color: #f3f1ed;
  display: grid;
  grid-template-columns: 1fr;
  align-items: center;
  column-gap: 30px;
  row-gap: 8px;
}
.footer-main { display: flex; flex-direction: column; align-items: flex-start; }
.footer-brand { color: #fff; gap: 7px; }
.footer-brand .brand-tag { color: #d3d6d4; font-size: .8rem; font-weight: 700; transform: none; }
.footer-brand .logo-art { --logo-width: 124px; height: calc(var(--logo-width) * .130872); }
.footer-brand .logo-letter { top: 0; }
.footer-tagline, .copyright { color: #bfc2c0; font-size: .8rem; line-height: 1.5; }
.footer-tagline { margin: 14px 0 0; }
.footer-contact-details {
  display: grid;
  gap: 4px;
  margin-top: 12px;
  color: #a5aaa7;
  font-size: .72rem;
  line-height: 1.5;
}
.footer-contact-details p { margin: 0; }
.footer-contact-details a { width: fit-content; border-bottom: 1px solid rgba(191,194,192,.35); padding-bottom: 1px; }
.footer-privacy-link { margin-top: 3px; }
.copyright { text-align: right; margin: 0; }
.footer-bottom {
  grid-column: 1 / -1;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 32px;
  padding-top: 8px;
  border-top: 1px solid rgba(255,255,255,.08);
}
.legal-line { color: #989d9a; font-size: .68rem; line-height: 1.5; margin: 0; }

.privacy-main { background: #fbfaf8; }
.privacy-hero {
  padding: 86px max(30px, calc((100vw - var(--max)) / 2)) 68px;
  background: linear-gradient(110deg, #e8e3db 0%, #f2eee8 52%, #dedfdb 100%);
}
.privacy-wrap { max-width: 820px; }
.privacy-hero h1 {
  margin: 24px 0 16px;
  font-family: Manrope, sans-serif;
  font-size: clamp(2.8rem, 5vw, 4.7rem);
  font-weight: 400;
  letter-spacing: -.035em;
  line-height: 1.05;
}
.effective-date { margin: 0; color: var(--muted); font-size: .9rem; }
.language-links { display: flex; gap: 18px; margin-top: 28px; font-size: .84rem; }
.language-links a { border-bottom: 1px solid #8c8275; padding-bottom: 3px; }
.privacy-content { padding: 78px max(30px, calc((100vw - 900px) / 2)) 92px; }
.privacy-language { max-width: 820px; margin: 0 auto; }
.privacy-language + .privacy-language { margin-top: 72px; padding-top: 72px; border-top: 1px solid #d8d2c9; }
.language-kicker { margin: 0 0 12px; color: #6f665a; font-size: .72rem; font-weight: 600; letter-spacing: .16em; }
.privacy-language > h2 { margin: 0 0 12px; font-family: Manrope, sans-serif; font-size: 2rem; font-weight: 400; letter-spacing: -.025em; }
.privacy-language > .effective-date { margin-bottom: 38px; }
.privacy-section { margin-bottom: 34px; }
.privacy-section:last-child { margin-bottom: 0; }
.privacy-section h2, .privacy-section h3 { margin: 0 0 10px; font-family: Manrope, sans-serif; font-size: 1.22rem; font-weight: 500; letter-spacing: -.01em; }
.privacy-section p { margin: 0; color: var(--muted); font-size: 1rem; line-height: 1.75; }
.privacy-contact { font-style: normal; color: var(--muted); font-size: 1rem; line-height: 1.75; }
.privacy-contact a { border-bottom: 1px solid #8c8275; }
.reveal { opacity: 0; transform: translateY(16px); transition: opacity .7s ease, transform .7s ease; }
.reveal.visible { opacity: 1; transform: none; }

@media (min-width: 901px) and (max-width: 1194px) {
  .hero-copy {
    align-self: stretch;
    align-content: center;
  }
}

@media (max-width: 900px) {
  .site-header { height: 84px; padding: 0 22px; }
  .site-header .logo-art { --logo-width: 60px; }
  .desktop-nav { display: none; }
  .menu-toggle { display: inline-flex; }
  .mobile-menu { position: fixed; inset: 84px 0 auto 0; z-index: 35; background: #f8f6f2; padding: 22px; border-bottom: 1px solid #ddd6cc; flex-direction: column; gap: 18px; }
  .mobile-menu.open { display: flex; }
  .hero { grid-template-columns: 1fr; }
  .hero-copy { padding: 74px 24px 64px; }
  .hero-image { min-height: 420px; }
  .intro, .businesses-top, .principles-top, .growth { grid-template-columns: 1fr; gap: 34px; }
  .section, .growth { padding: 64px 24px; }
  .business-card { grid-template-columns: 1fr; }
  .business-image { min-height: 300px; }
  .business-content { padding: 34px 28px; }
  .principle-grid { grid-template-columns: 1fr; }
  .principle + .principle { border-left: 0; border-top: 1px solid #ddd7ce; padding-left: 0; }
  footer {
    grid-template-columns: 1fr;
    align-items: start;
    padding: 20px 24px;
  }
  .footer-bottom { flex-direction: column; align-items: flex-start; gap: 8px; }
  .copyright { text-align: left; }
  .privacy-hero { padding: 66px 24px 54px; }
  .privacy-content { padding: 62px 24px 72px; }
}


@media (max-width: 900px) {
  .brand-stack { gap: 3px; }
  .hero-brand-mark { gap: 3px; }
  .hero-brand-mark .logo-art { --logo-width: 108px; }
  .footer-brand { gap: 7px; }
  .footer-brand .logo-art { --logo-width: 104px; }
  .footer-brand .brand-tag { font-size: .7rem; }
}

@media (max-width: 520px) {
  .brand-tag { font-size: .62rem; letter-spacing: .28em; }
  .footer-brand .logo-art { --logo-width: 120px; }
  .footer-brand .brand-tag { font-size: .78rem; }
  .hero h1 { font-size: 2.55rem; letter-spacing: .055em; }
  .hero h2 { font-size: 1.65rem; }
  .hero-image { min-height: 320px; }
  .section h3, .growth h3 { font-size: 2rem; }
  .business-image { min-height: 240px; }
  .principle { grid-template-columns: 40px 1fr; }
  .privacy-hero h1 { font-size: 2.55rem; }
  .privacy-language + .privacy-language { margin-top: 56px; padding-top: 56px; }
  .privacy-section { margin-bottom: 30px; }
  footer {
    grid-template-columns: minmax(0, 1fr) auto;
    column-gap: 12px;
  }
  .footer-main, .footer-bottom { display: contents; }
  .footer-brand { grid-column: 1 / -1; grid-row: 1; justify-self: start; }
  .footer-tagline { grid-column: 1 / -1; grid-row: 2; }
  .footer-contact-details { grid-column: 1; grid-row: 3; }
  .copyright {
    grid-column: 2;
    grid-row: 3;
    align-self: end;
    justify-self: end;
    text-align: right;
    white-space: nowrap;
  }
  .legal-line {
    grid-column: 1 / -1;
    grid-row: 4;
    padding-top: 8px;
    border-top: 1px solid rgba(255,255,255,.08);
  }
}

@media (max-width: 360px) {
  footer { grid-template-columns: 1fr; }
  .footer-brand, .footer-tagline, .footer-contact-details, .copyright, .legal-line { grid-column: 1; }
  .copyright { grid-row: 4; margin-top: 4px; }
  .legal-line { grid-row: 5; }
}
