:root{
  --bg:#f6f1e7;
  --paper:#fbf7ef;
  --tint:#efe8db;
  --ink:#171714;
  --muted:#3f3f39;
  --muted2:#66665e;
  --line:rgba(23,23,20,.10);
  --line2:rgba(23,23,20,.16);
  --radius:18px;
  --shadow: 0 12px 28px rgba(23,23,20,.08);
  --max: 1040px;
  --font: ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial;
}

*{box-sizing:border-box}
html,body{height:100%}
body{
  margin:0;
  font-family:var(--font);
  color:var(--ink);
  background:
    radial-gradient(1200px 700px at 20% -10%, rgba(23,23,20,.06), transparent 60%),
    radial-gradient(900px 650px at 90% 0%, rgba(23,23,20,.04), transparent 55%),
    var(--bg);
  line-height:1.6;
}

.container{max-width:var(--max); margin:0 auto; padding:0 22px}

.skip-link{position:absolute;left:-999px;top:auto;width:1px;height:1px;overflow:hidden}
.skip-link:focus{
  left:18px;top:18px;width:auto;height:auto;padding:10px 12px;
  background:var(--ink);color:var(--bg);border-radius:10px;z-index:9999
}

/* Header */
.header{
  position:sticky; top:0; z-index:50;
  backdrop-filter: blur(12px);
  background: rgba(246,241,231,.88);
  border-bottom:1px solid var(--line);
}
.header__inner{
  display:flex; align-items:center; justify-content:space-between;
  padding:14px 0; gap:16px;
}
.logo{display:flex; align-items:center; gap:10px; text-decoration:none; color:inherit}
.logo__mark{
  width:34px;
  height:34px;
  border-radius:12px;
  border:1px solid var(--line2);
  box-shadow: var(--shadow);
  object-fit: cover;
  display:block;
  background: var(--paper);
}
.logo__text{display:flex; flex-direction:column}
.logo__name{font-weight:750; letter-spacing:.2px}
.logo__sub{font-size:12px; color:var(--muted2)}

.header__right{display:flex; align-items:center; gap:12px}
.nav{display:flex; gap:14px}
.nav__link{
  font-size:13px; color:var(--muted);
  text-decoration:none; padding:8px 10px; border-radius:999px;
  border:1px solid transparent;
}
.nav__link:hover{color:var(--ink); border-color:var(--line2); background: rgba(23,23,20,.04)}

.lang{
  border:1px solid var(--line2);
  background: rgba(23,23,20,.03);
  color:var(--ink);
  border-radius:999px;
  padding:6px 10px;
  cursor:pointer;
}
.lang__pill{
  font-size:12px; letter-spacing:.6px;
  padding:4px 8px; border-radius:999px;
  background: rgba(23,23,20,.06);
}

/* Typography */
.eyebrow{
  margin:0 0 10px;
  font-size:12px; letter-spacing:.9px; text-transform:uppercase;
  color:var(--muted2);
}
.h1{
  margin:0 0 14px;
  font-size:44px; line-height:1.08; letter-spacing:-.7px;
}
.lead{margin:0 0 18px; color:var(--muted); max-width:62ch}
.h2{margin:0 0 6px; font-size:26px; letter-spacing:-.3px}
.h3{margin:0 0 8px; font-size:16px}
.sub{margin:0; color:var(--muted); max-width:72ch}
.p{margin:10px 0 0; color:var(--muted)}
.fine{margin:12px 0 0; color:var(--muted2); font-size:12px}

/* Buttons */
.cta{display:flex; gap:10px; flex-wrap:wrap; margin: 10px 0 14px}
.btn{
  display:inline-flex; align-items:center; justify-content:center;
  padding:11px 14px;
  border-radius:999px;
  text-decoration:none;
  font-weight:650;
  font-size:14px;
  border:1px solid var(--line2);
  transition: transform .12s ease, background .12s ease;
}
.btn:active{transform: translateY(1px)}
.btn--primary{
  background: var(--ink);
  color: var(--bg);
  border-color: rgba(23,23,20,.85);
}
.btn--primary:hover{background: rgba(23,23,20,.92)}
.btn--ghost{
  background: rgba(23,23,20,.02);
  color: var(--ink);
}
.btn--ghost:hover{background: rgba(23,23,20,.05)}

/* Pills */
.meta{display:flex; gap:8px; flex-wrap:wrap}
.pill{
  font-size:12px;
  color:var(--muted);
  border:1px solid var(--line);
  padding:7px 10px;
  border-radius:999px;
  background: rgba(23,23,20,.02);
}

/* Layout sections */
.hero{padding:56px 0 22px}
.section{padding:52px 0}
.section--alt{
  background: rgba(239,232,219,.75);
  border-top:1px solid var(--line);
  border-bottom:1px solid var(--line);
}
.section__head{margin-bottom:18px}

.split{
  display:grid;
  grid-template-columns: 1.2fr .8fr;
  gap:18px;
  align-items:start;
}

.prose{margin-top:10px}

/* Office photos strip */
.photos{
  padding: 8px 0 26px;
}
.photos__grid{
  display:grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap:14px;
}
.photos__img{
  width:100%;
  height: 260px;
  object-fit: cover;
  border-radius: var(--radius);
  border:1px solid var(--line2);
  box-shadow: 0 10px 22px rgba(23,23,20,.06);
  background: var(--paper);
}

/* Brand cards (simple) */
.cards{
  display:grid;
  grid-template-columns: repeat(2, minmax(0,1fr));
  gap:14px;
}
.card{
  background: var(--paper);
  border:1px solid var(--line2);
  border-radius: var(--radius);
  padding:18px;
  box-shadow: 0 10px 22px rgba(23,23,20,.06);
}
.card__top{display:flex; align-items:center; justify-content:space-between; gap:10px}
.card__title{margin:0; font-weight:800; letter-spacing:.3px}

/* Brand logo + title */
.brandhead{
  display:flex;
  align-items:center;
  gap:10px;
  min-width: 0;
}
.brandhead__logo{
  width:34px;
  height:34px;
  border-radius:10px;
  border:1px solid var(--line2);
  object-fit: cover;
  background: var(--paper);
  flex: 0 0 auto;
}

.tag{
  font-size:12px; color:var(--muted);
  border:1px solid var(--line);
  border-radius:999px;
  padding:6px 10px;
  background: rgba(23,23,20,.02);
}
.card__text{margin:10px 0 0; color:var(--muted)}
.card__link{display:inline-block; margin-top:12px; color:var(--ink); text-decoration:none; border-bottom:1px solid rgba(23,23,20,.35)}
.card__link:hover{border-bottom-color: rgba(23,23,20,.65)}

/* Facts */
.facts{
  background: var(--paper);
  border:1px solid var(--line2);
  border-radius: var(--radius);
  padding:16px;
}
.fact{padding:12px 0; border-bottom:1px solid var(--line)}
.fact:last-child{border-bottom:0}
.fact__k{font-size:12px; color:var(--muted2)}
.fact__v{margin-top:4px; font-size:15px; color:var(--ink); font-weight:650}

/* Boxes / Careers */
.box{
  background: var(--paper);
  border:1px solid var(--line2);
  border-radius: var(--radius);
  padding:18px;
  box-shadow: 0 10px 22px rgba(23,23,20,.05);
}
.box--accent{
  background: rgba(23,23,20,.03);
  border-color: rgba(23,23,20,.22);
}

.list{margin:10px 0 0; padding-left:18px; color:var(--muted)}
.list li{margin:8px 0}

/* Values */
.values{
  margin-top:14px;
  display:grid;
  grid-template-columns: repeat(3, minmax(0,1fr));
  gap:12px;
}
.value{
  background: transparent;
  border:1px solid var(--line);
  border-radius: var(--radius);
  padding:14px;
}
.value__t{font-weight:750}
.value__d{margin-top:6px; color:var(--muted); font-size:13px}

/* Contact */
.contact{
  background: var(--paper);
  border:1px solid var(--line2);
  border-radius: var(--radius);
  padding:18px;
}
.contact__row{display:grid; grid-template-columns: 140px 1fr; gap:10px; padding:10px 0; border-bottom:1px solid var(--line)}
.contact__row:last-child{border-bottom:0}
.contact__k{color:var(--muted2); font-size:12px}
.contact__v{color:var(--ink); text-decoration:none}
.contact__v:hover{text-decoration:underline}

/* Footer */
.footer{
  border-top:1px solid var(--line);
  padding:26px 0;
  background: rgba(23,23,20,.03);
}
.footer__inner{
  display:flex; justify-content:space-between; gap:18px; flex-wrap:wrap;
}
.footer__brand{font-weight:800; margin-bottom:8px}
.footer__legal{color:var(--muted2); font-size:12px; display:grid; gap:4px}
.footer__right{display:grid; gap:8px; justify-items:end}
.footer__link{color:var(--muted); text-decoration:none; font-size:13px}
.footer__link:hover{color:var(--ink)}
.footer__copy{color:var(--muted2); font-size:12px}

@media (max-width: 900px){
  .h1{font-size:36px}
  .nav{display:none}
  .split{grid-template-columns: 1fr}
  .cards{grid-template-columns: 1fr}
  .values{grid-template-columns: 1fr}
  .photos__grid{grid-template-columns: 1fr;}
  .photos__img{height: 220px;}
  .contact__row{grid-template-columns: 1fr}
  .footer__right{justify-items:start}
}
