:root {
  --ink: #1D2621;
  --forest: #2E3B33;
  --brass: #8A6A3B;
  --brass-light: #C9A25E;
  --stone: #EDEFEC;
  --grey: #5E6661;
  --white: #FFFFFF;
  --font: "Schibsted Grotesk", "Helvetica Neue", Arial, sans-serif;
}

* { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; }
body {
  margin: 0;
  background: var(--white);
  color: var(--ink);
  font-family: var(--font);
  font-size: 18px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; display: block; }
a { color: inherit; }
p { margin: 0 0 1.1em; }
h1, h2, h3 { margin: 0; font-weight: 700; letter-spacing: -0.025em; line-height: 1.05; }
h1 { font-size: clamp(2.8rem, 7vw, 6rem); }
h2 { font-size: clamp(2rem, 4.2vw, 3.4rem); }
h3 { font-size: 1.45rem; letter-spacing: -0.015em; line-height: 1.2; }

.container { width: min(1240px, 100% - 64px); margin: 0 auto; }

/* Header */
.topbar { background: var(--white); position: relative; z-index: 5; }
.topbar .container { display: flex; align-items: center; justify-content: space-between; padding: 22px 0; }
.logo img { width: 138px; height: auto; }
.menu { display: flex; gap: 34px; font-size: 16px; }
.menu a { text-decoration: none; padding: 4px 0; border-bottom: 2px solid transparent; }
.menu a:hover, .menu a[aria-current="page"] { border-bottom-color: var(--brass); }
.menu-toggle { display: none; }

/* Home hero */
.hero {
  position: relative;
  min-height: min(86vh, 820px);
  display: flex;
  align-items: flex-end;
  color: var(--white);
  background: var(--forest) center/cover no-repeat;
}
.hero::before { content: ""; position: absolute; inset: 0; background: rgba(15, 22, 18, 0.48); }
.hero .container { position: relative; padding: 0 0 72px; }
.hero h1 { max-width: 12ch; }
.hero p { font-size: 1.25rem; max-width: 34rem; margin: 26px 0 0; color: rgba(255,255,255,0.9); }

/* Inner page header */
.page-head { position: relative; color: var(--white); background: var(--forest) center/cover no-repeat; }
.page-head::before { content: ""; position: absolute; inset: 0; background: rgba(15, 22, 18, 0.55); }
.page-head .container { position: relative; padding: 150px 0 60px; }
.page-head p { font-size: 1.2rem; max-width: 36rem; margin: 20px 0 0; color: rgba(255,255,255,0.9); }

/* Blocks */
.block { padding: 110px 0; }
.block-stone { background: var(--stone); }
.block-forest { background: var(--forest); color: var(--white); }

.statement { font-size: clamp(1.5rem, 2.8vw, 2.25rem); line-height: 1.3; letter-spacing: -0.015em; max-width: 30ch; margin: 0; }
.statement-wide { max-width: 38ch; }

.intro { display: grid; grid-template-columns: 7fr 4fr; gap: 80px; align-items: end; }
.intro .aside { color: var(--grey); }

/* Placement tiles */
.places { display: grid; grid-template-columns: 1.2fr 1fr 1fr; gap: 20px; margin-top: 56px; }
.place { text-decoration: none; }
.place img { width: 100%; height: 460px; object-fit: cover; }
.place h3 { margin-top: 18px; }
.place p { color: var(--grey); font-size: 16px; margin: 6px 0 0; }
.place:hover h3 { text-decoration: underline; text-decoration-color: var(--brass); text-underline-offset: 5px; }
.places-head { display: flex; justify-content: space-between; align-items: end; gap: 40px; }

/* Split image/text */
.split { display: grid; grid-template-columns: 1fr 1fr; min-height: 560px; }
.split-img { background: var(--stone) center/cover no-repeat; }
.split-text { padding: 100px 8vw 100px 72px; display: flex; flex-direction: column; justify-content: center; }
.split-text h2 { margin-bottom: 26px; }
.split-text .textlink { align-self: flex-start; }
.split.reverse .split-img { order: 2; }
.split.reverse .split-text { padding: 100px 72px 100px 8vw; }

/* Links */
.textlink {
  display: inline-block;
  font-weight: 600;
  text-decoration: none;
  border-bottom: 2px solid var(--brass);
  padding-bottom: 3px;
  margin-top: 10px;
}
.textlink:hover { color: var(--brass); }
.block-forest .textlink { border-color: var(--brass-light); }
.block-forest .textlink:hover { color: var(--brass-light); }

.cta-band { display: grid; grid-template-columns: 1.4fr 1fr; gap: 80px; align-items: end; }
.cta-band p { color: rgba(255,255,255,0.85); }

/* Services page */
.service { display: grid; grid-template-columns: 5fr 6fr; gap: 72px; align-items: center; padding: 60px 0; }
.service + .service { border-top: 1px solid #DADDD9; }
.service img { width: 100%; aspect-ratio: 3 / 2; object-fit: cover; }
.service h2 { font-size: clamp(1.8rem, 3vw, 2.5rem); margin-bottom: 20px; }
.service ul { padding-left: 1.1em; margin: 0; color: var(--grey); }
.service li { margin-bottom: 6px; }
.service.flip img { order: 2; }

/* Hosts page */
.cols { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; }
.plainlist { list-style: none; padding: 0; margin: 0; }
.plainlist li { padding: 18px 0; border-bottom: 1px solid #DADDD9; }
.plainlist li:first-child { border-top: 1px solid #DADDD9; }
.plainlist strong { display: block; font-size: 1.1rem; }
.plainlist span { color: var(--grey); font-size: 16px; }

/* About / team */
.person { display: grid; grid-template-columns: 340px 1fr; gap: 64px; align-items: start; }
.headshot { aspect-ratio: 4 / 5; background: var(--forest); color: var(--brass-light); display: flex; align-items: center; justify-content: center; font-size: 4rem; font-weight: 700; letter-spacing: -0.03em; }
.headshot img { width: 100%; height: 100%; object-fit: cover; }
.person .role { color: var(--brass); font-weight: 600; margin: 8px 0 24px; }

/* Contact */
.contact-grid { display: grid; grid-template-columns: 4fr 6fr; gap: 90px; }
.contact-grid .note { color: var(--grey); }
.form { display: grid; gap: 22px; }
.form .row { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; }
.form label { display: grid; gap: 8px; font-size: 15px; font-weight: 600; }
.form input, .form select, .form textarea {
  font: 400 17px/1.4 var(--font);
  color: var(--ink);
  background: var(--white);
  border: 1px solid #BFC4C0;
  border-radius: 2px;
  padding: 13px 14px;
  width: 100%;
}
.form input:focus, .form select:focus, .form textarea:focus { outline: 2px solid var(--brass); outline-offset: 0; border-color: var(--brass); }
.form textarea { resize: vertical; }
.button {
  justify-self: start;
  font: 600 17px var(--font);
  background: var(--forest);
  color: var(--white);
  border: 0;
  border-radius: 2px;
  padding: 16px 30px;
  cursor: pointer;
}
.button:hover { background: var(--ink); }
.hp { position: absolute; left: -9999px; }

/* Footer */
.footer { background: var(--ink); color: rgba(255,255,255,0.75); padding: 72px 0 40px; font-size: 15px; }
.footer-top { display: flex; justify-content: space-between; gap: 40px; align-items: start; flex-wrap: wrap; }
.footer-top img { width: 150px; }
.footer nav { display: flex; gap: 28px; flex-wrap: wrap; }
.footer nav a { text-decoration: none; color: var(--white); }
.footer nav a:hover { color: var(--brass-light); }
.footer-bottom { margin-top: 56px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,0.12); display: flex; justify-content: space-between; flex-wrap: wrap; gap: 12px; }

@media (max-width: 900px) {
  .container { width: calc(100% - 40px); }
  .menu { display: none; position: absolute; top: 100%; left: 0; right: 0; background: var(--white); flex-direction: column; gap: 0; padding: 8px 20px 20px; border-bottom: 1px solid #DADDD9; }
  .menu.open { display: flex; }
  .menu a { padding: 12px 0; border-bottom: 1px solid #EEE; }
  .menu-toggle { display: block; background: none; border: 1px solid var(--ink); border-radius: 2px; font: 600 15px var(--font); padding: 8px 14px; color: var(--ink); }
  .intro, .cta-band, .cols, .contact-grid, .service, .person { grid-template-columns: 1fr; gap: 36px; }
  .service.flip img { order: 0; }
  .places { grid-template-columns: 1fr; }
  .place img { height: auto; aspect-ratio: 4 / 3; }
  .places-head { flex-direction: column; align-items: start; gap: 10px; }
  .split { grid-template-columns: 1fr; }
  .split-img { min-height: 320px; }
  .split.reverse .split-img { order: 0; }
  .split-text, .split.reverse .split-text { padding: 64px 20px; }
  .block { padding: 72px 0; }
  .hero .container { padding-bottom: 48px; }
  .page-head .container { padding: 110px 0 44px; }
  .form .row { grid-template-columns: 1fr; }
  .person .headshot { max-width: 300px; }
}
