:root {
  --ink: #183b35;
  --paper: #fbf8f1;
  --sand: #eee5d4;
  --orange: #e95735;
  --gold: #dfb857;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font:
    16px/1.65 "DM Sans",
    sans-serif;
}
h1,
h2,
h3 {
  font-family: "Playfair Display", serif;
  line-height: 1.08;
  margin: 0;
}
h2 {
  font-size: clamp(2.35rem, 5vw, 4.5rem);
}
a {
  color: inherit;
}
header {
  height: 82px;
  padding: 0 6vw;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: absolute;
  z-index: 3;
  width: 100%;
}
.brand {
  text-decoration: none;
  font-weight: 700;
  letter-spacing: 0.1em;
  display: flex;
  align-items: center;
  gap: 7px;
}
.brand b {
  color: var(--orange);
  font-size: 1.3rem;
}
.brand small {
  font-size: 0.52rem;
  letter-spacing: 0.16em;
  align-self: flex-end;
  margin-bottom: 4px;
  margin-left: -4px;
}
.menu {
  display: none;
  border: 0;
  background: 0;
  font-size: 1.6rem;
}
nav {
  display: flex;
  gap: 28px;
}
nav a {
  text-decoration: none;
  font-size: 0.9rem;
  font-weight: 600;
}
.hero {
  min-height: 720px;
  display: grid;
  grid-template-columns: 1.06fr 0.94fr;
}
.hero-copy {
  padding: 175px 7vw 70px;
  align-self: center;
}
.eyebrow {
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--orange);
  margin: 0 0 16px;
}
.hero h1 {
  font-size: clamp(4rem, 8.5vw, 8rem);
  letter-spacing: -0.06em;
}
.hero h1 em {
  color: var(--orange);
}
.intro {
  font-size: 1.15rem;
  max-width: 430px;
  margin: 30px 0;
}
.button {
  display: inline-flex;
  gap: 20px;
  align-items: center;
  border: 0;
  background: var(--orange);
  padding: 14px 18px 14px 23px;
  color: #fff;
  text-decoration: none;
  font-weight: 700;
  cursor: pointer;
}
.button span {
  font-size: 1.25rem;
}
.hero-art {
  background: var(--sand);
  position: relative;
  overflow: hidden;
}
.hero-art i {
  position: absolute;
  top: 20%;
  left: 47%;
  font-size: 4rem;
  font-style: normal;
}
.sun {
  width: 62%;
  aspect-ratio: 1;
  border-radius: 50%;
  background: var(--gold);
  position: absolute;
  top: 13%;
  left: 20%;
}
.arch {
  position: absolute;
  border: 2px solid #183b35a8;
  border-bottom: 0;
  border-radius: 220px 220px 0 0;
}
.a1 {
  height: 62%;
  width: 80%;
  bottom: 0;
  left: 8%;
}
.a2 {
  height: 40%;
  width: 55%;
  bottom: 0;
  left: 21%;
}
.hero-art p {
  position: absolute;
  bottom: 25px;
  left: 8%;
  font-size: 0.7rem;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}
.section {
  padding: 115px 7vw;
}
.about {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10vw;
  background: #fff;
}
.about > div:last-child {
  max-width: 530px;
  font-size: 1.08rem;
}
.text {
  font-weight: 700;
  font-size: 0.86rem;
  text-decoration: none;
  border-bottom: 1px solid;
  padding-bottom: 3px;
}
.meetings {
  padding: 115px 7vw;
  background: var(--ink);
  color: #fff;
}
.light {
  color: #b9c6c0;
}
.cards {
  display: grid;
  grid-template-columns: 1.1fr 1fr 1fr;
  margin-top: 50px;
  border-top: 1px solid #ffffff40;
}
.cards article {
  padding: 36px 32px;
  min-height: 400px;
  border-right: 1px solid #ffffff40;
}
.cards article:first-child {
  padding-left: 0;
}
.cards article:last-child {
  border: 0;
}
.cards small {
  color: var(--gold);
}
.cards h3 {
  font-size: 2rem;
  margin: 45px 0 16px;
}
.cards b {
  font-size: 0.95rem;
}
.cards .light {
  font-size: 0.82rem;
}
.dates {
  background: #f2eadc;
}
.dates > div {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 30px;
}
.dates p {
  max-width: 360px;
}
.team {
  display: grid;
  grid-template-columns: minmax(250px, 0.75fr) 1.25fr;
  gap: 10vw;
  align-items: center;
}
.portrait {
  background: var(--gold);
  min-height: 430px;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.portrait strong {
  font: 7rem "Playfair Display";
}
.portrait small {
  position: absolute;
  bottom: 20px;
  left: 25px;
  font-size: 0.62rem;
  letter-spacing: 0.12em;
}
.role {
  color: var(--orange);
  font-weight: bold;
}
.contact {
  padding: 100px 7vw;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10vw;
  background: var(--orange);
  color: #fff;
}
.contact .eyebrow {
  color: #ffe1b5;
}
.contact p:not(.eyebrow) {
  max-width: 430px;
}
.email {
  font-weight: 700;
}
.contact form {
  display: grid;
  gap: 15px;
}
.contact label {
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.05em;
}
.contact input,
.contact textarea {
  display: block;
  width: 100%;
  border: 0;
  border-bottom: 1px solid #fff9;
  background: transparent;
  padding: 8px 0;
  color: #fff;
  font: 1rem "DM Sans";
  outline: 0;
}
.contact .button {
  background: var(--ink);
  justify-self: start;
  margin-top: 8px;
}
.status {
  margin: 0;
  font-size: 0.85rem;
}
.travel {
  background: #fff;
}
.map-wrap {
  position: relative;
  margin-top: 35px;
}
#map {
  height: 430px;
  background: #e5e1d7;
}
.address {
  position: absolute;
  z-index: 500;
  top: 22px;
  left: 22px;
  background: #fff;
  padding: 22px;
  box-shadow: 0 7px 30px #0002;
}
.address a {
  display: block;
  color: var(--orange);
  font-size: 0.8rem;
  font-weight: bold;
  margin-top: 12px;
}
.marker span {
  font-size: 30px;
  color: var(--orange);
  text-shadow: 0 1px 3px #555;
}
.faq {
  max-width: 1020px;
  margin: auto;
}
.faq h2 {
  margin-bottom: 38px;
}
.faq details {
  border-top: 1px solid #cfd4cf;
  padding: 0;
}
.faq details:last-child {
  border-bottom: 1px solid #cfd4cf;
}
.faq summary {
  cursor: pointer;
  list-style: none;
  padding: 25px 38px 25px 0;
  position: relative;
  font-size: 1.2rem;
  font-weight: bold;
}
.faq summary:after {
  content: "+";
  position: absolute;
  right: 4px;
  color: var(--orange);
  font-size: 1.6rem;
}
.faq details[open] summary:after {
  content: "−";
}
.faq details p {
  max-width: 780px;
}
.legal {
  max-width: 1040px;
  margin: auto;
  font-size: 0.87rem;
  color: #45534e;
}
.legal h2 {
  color: var(--ink);
  margin-bottom: 35px;
}
.legal h3 {
  font: 1.45rem "Playfair Display";
  color: var(--ink);
  margin-top: 35px;
}
.legal h4 {
  color: var(--ink);
  margin-bottom: 0;
}
footer {
  background: var(--ink);
  color: white;
  padding: 48px 7vw;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 25px;
  font-size: 0.8rem;
}
footer div {
  display: flex;
  gap: 20px;
}
footer p {
  color: #b9c6c0;
  margin: 0;
}
@media (max-width: 760px) {
  header {
    height: 70px;
  }
  .menu {
    display: block;
  }
  nav {
    display: none;
    position: absolute;
    top: 65px;
    left: 5vw;
    right: 5vw;
    background: white;
    box-shadow: 0 10px 25px #0002;
    padding: 18px;
    flex-direction: column;
    gap: 12px;
  }
  nav.open {
    display: flex;
  }
  .hero {
    grid-template-columns: 1fr;
  }
  .hero-copy {
    padding: 130px 7vw 65px;
  }
  .hero-art {
    min-height: 350px;
  }
  .section,
  .meetings {
    padding: 80px 7vw;
  }
  .about,
  .team,
  .contact {
    grid-template-columns: 1fr;
    gap: 42px;
  }
  .cards {
    grid-template-columns: 1fr;
  }
  .cards article,
  .cards article:first-child {
    padding: 30px 0;
    border-right: 0;
    border-bottom: 1px solid #ffffff40;
    min-height: auto;
  }
  .cards h3 {
    margin: 22px 0 16px;
  }
  .dates > div {
    display: block;
  }
  .portrait {
    min-height: 300px;
  }
  .contact {
    padding: 75px 7vw;
  }
  .map-wrap #map {
    height: 470px;
  }
  .address {
    left: 12px;
    right: 12px;
    top: 12px;
  }
  footer {
    display: block;
  }
  footer div {
    margin: 22px 0;
  }
  .legal {
    padding-top: 80px;
  }
}

.languages{display:flex;gap:8px;margin-left:24px}.languages a{font-size:.72rem;font-weight:700;text-decoration:none;padding:3px 5px;border:1px solid transparent}.languages a.active{border-color:var(--orange);color:var(--orange)}@media(max-width:760px){.languages{margin-left:auto;margin-right:15px;gap:3px}.languages a{font-size:.65rem;padding:2px 3px}}
