:root {
  --bg: #f6f3ee;
  --ink: #171b20;
  --muted: #626b75;
  --line: #ddd6cc;
  --accent: #8a6328;
  --panel: #ffffff;
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--bg);
  color: var(--ink);
}

a {
  color: inherit;
}

.page {
  width: min(1120px, calc(100% - 32px));
  margin: 0 auto;
  padding: clamp(28px, 5vw, 72px) 0;
}

.site-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: clamp(28px, 5vw, 56px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  text-decoration: none;
}

.brand img {
  display: block;
  width: clamp(72px, 9vw, 104px);
  height: auto;
}

.brand-text {
  display: grid;
  gap: 2px;
  line-height: 1;
}

.brand-text strong {
  font-family: Didot, "Bodoni 72", "Bodoni 72 Oldstyle", "Times New Roman", serif;
  color: var(--ink);
  font-size: clamp(1.2rem, 2vw, 1.7rem);
  font-weight: 500;
  letter-spacing: 0.01em;
}

.brand-text small {
  font-family: Didot, "Bodoni 72", "Bodoni 72 Oldstyle", "Times New Roman", serif;
  color: var(--accent);
  font-size: clamp(0.82rem, 1.2vw, 1rem);
  font-weight: 500;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.top-nav {
  display: flex;
  align-items: center;
  gap: 22px;
  color: var(--muted);
  font-size: 0.92rem;
  font-weight: 800;
}

.top-nav a {
  text-decoration: none;
}

.top-nav a:hover,
.direct-contact a:hover {
  color: var(--accent);
}

.language-link {
  padding: 6px 9px;
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.45);
  color: var(--ink);
}

.intro {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 420px);
  align-items: center;
  gap: clamp(28px, 6vw, 80px);
  min-height: min(760px, 92svh);
}

.kicker {
  margin: 0 0 14px;
  color: var(--accent);
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

h1,
h2,
p {
  margin-top: 0;
}

h1 {
  margin-bottom: 22px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(3.1rem, 8vw, 6.4rem);
  line-height: 0.96;
}

h2 {
  margin-bottom: 10px;
  font-size: 1.1rem;
}

.lead {
  max-width: 680px;
  color: var(--muted);
  font-size: clamp(1.05rem, 2vw, 1.25rem);
  line-height: 1.7;
}

.sublead {
  max-width: 620px;
  color: var(--ink);
  font-size: 1rem;
  line-height: 1.7;
}

.actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}

.inline-form {
  margin: 0;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 13px 18px;
  border: 1px solid var(--ink);
  border-radius: 4px;
  background: transparent;
  color: var(--ink);
  cursor: pointer;
  font: inherit;
  font-weight: 800;
  text-decoration: none;
}

.button.primary {
  border-color: var(--ink);
  background: var(--ink);
  color: #fff;
}

.button.secondary {
  border-color: var(--line);
  background: rgba(255, 255, 255, 0.5);
}

.note {
  max-width: 620px;
  margin: 16px 0 0;
  color: var(--muted);
  font-size: 0.95rem;
  line-height: 1.55;
}

.portrait {
  margin: 0;
}

.portrait img {
  display: block;
  width: 100%;
  aspect-ratio: 3 / 4;
  border-radius: 6px;
  object-fit: cover;
  object-position: center 18%;
  box-shadow: 0 26px 70px rgba(23, 27, 32, 0.16);
}

.summary {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  margin: 20px 0;
  background: var(--line);
  border: 1px solid var(--line);
}

.summary > div {
  padding: clamp(22px, 4vw, 34px);
  background: rgba(255, 255, 255, 0.56);
}

.summary span {
  display: block;
  margin-bottom: 22px;
  color: var(--accent);
  font-size: 0.8rem;
  font-weight: 900;
}

.summary p,
.contact p {
  color: var(--muted);
  line-height: 1.65;
}

.content-block {
  display: grid;
  grid-template-columns: minmax(260px, 0.85fr) minmax(0, 1.15fr);
  gap: clamp(26px, 5vw, 64px);
  margin-top: clamp(54px, 8vw, 92px);
  padding-top: clamp(28px, 5vw, 54px);
  border-top: 1px solid var(--line);
}

.content-block h2 {
  max-width: 540px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2rem, 4vw, 3.5rem);
  line-height: 1.08;
}

.text-columns {
  display: grid;
  gap: 18px;
  color: var(--muted);
  line-height: 1.75;
}

.services {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  margin-top: clamp(36px, 6vw, 64px);
  background: var(--line);
  border: 1px solid var(--line);
}

.services article {
  min-height: 210px;
  padding: clamp(20px, 3vw, 30px);
  background: rgba(255, 255, 255, 0.56);
}

.services h3 {
  margin: 0 0 12px;
  font-size: 1rem;
}

.services p {
  margin: 0;
  color: var(--muted);
  line-height: 1.65;
}

.questions {
  display: grid;
  grid-template-columns: minmax(260px, 0.75fr) minmax(0, 1.25fr);
  gap: clamp(26px, 5vw, 64px);
  margin-top: clamp(54px, 8vw, 92px);
  padding-top: clamp(28px, 5vw, 54px);
  border-top: 1px solid var(--line);
}

.questions-heading h2 {
  max-width: 500px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2rem, 4vw, 3.2rem);
  line-height: 1.08;
}

.question-list {
  display: grid;
  gap: 1px;
  border: 1px solid var(--line);
  background: var(--line);
}

.question-list details {
  background: rgba(255, 255, 255, 0.58);
}

.question-list summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  min-height: 62px;
  padding: 18px 22px;
  color: var(--ink);
  cursor: pointer;
  font-weight: 800;
  list-style: none;
}

.question-list summary::-webkit-details-marker {
  display: none;
}

.question-list summary::after {
  content: "+";
  color: var(--accent);
  font-size: 1.35rem;
  font-weight: 400;
}

.question-list details[open] summary::after {
  content: "-";
}

.question-list p {
  margin: 0;
  padding: 0 22px 22px;
  color: var(--muted);
  line-height: 1.7;
}

.contact {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(320px, 1.2fr);
  gap: clamp(24px, 5vw, 60px);
  margin-top: clamp(54px, 8vw, 92px);
  padding-top: clamp(28px, 5vw, 54px);
  border-top: 1px solid var(--line);
}

.contact h2 {
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2rem, 4vw, 3.2rem);
  line-height: 1.05;
}

.direct-contact {
  margin-top: 22px;
}

.direct-contact a {
  font-weight: 800;
  text-decoration-thickness: 1px;
  text-underline-offset: 4px;
}

.contact-form {
  display: grid;
  gap: 16px;
}

.contact-form label {
  display: grid;
  gap: 8px;
  color: var(--muted);
  font-size: 0.94rem;
  font-weight: 700;
}

.contact-form input,
.contact-form textarea {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 4px;
  background: var(--panel);
  color: var(--ink);
  font: inherit;
  padding: 13px 14px;
}

.contact-form textarea {
  resize: vertical;
}

.hidden-field {
  display: none !important;
}

.thanks-page {
  display: grid;
  place-items: center;
  align-content: center;
  min-height: 100svh;
  width: min(760px, calc(100% - 32px));
  margin: 0 auto;
  padding: 48px 0;
  text-align: center;
}

.thanks-page h1 {
  margin-bottom: 12px;
  font-size: clamp(3.5rem, 9vw, 7rem);
}

.thanks-page p {
  margin-bottom: 34px;
  color: var(--muted);
  font-size: clamp(1.25rem, 3vw, 2rem);
  font-weight: 700;
}

.thanks-page img {
  width: min(320px, 72vw);
  height: auto;
  margin-bottom: 34px;
}

@media (max-width: 760px) {
  .site-header {
    align-items: flex-start;
    flex-direction: column;
  }

  .top-nav {
    width: 100%;
    justify-content: space-between;
  }

  .intro,
  .summary,
  .content-block,
  .services,
  .questions,
  .contact {
    grid-template-columns: 1fr;
  }

  .intro {
    min-height: auto;
  }

  .portrait {
    order: -1;
  }

  .portrait img {
    max-height: 520px;
  }

  .actions,
  .button,
  .inline-form {
    width: 100%;
  }
}
