:root {
  --deep-harbour: #20436b;
  --copper: #c4773a;
  --teal: #4a7c8e;
  --charcoal: #2d2d2d;
  --linen: #fbf9f1;
  --paper: #f8f8f5;
  --muted: #62615d;
  --line: rgba(32, 67, 107, 0.18);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--linen);
  color: var(--charcoal);
  font-family: Inter, Arial, sans-serif;
  font-size: 17px;
  line-height: 1.65;
}

a {
  color: var(--deep-harbour);
  text-decoration-color: rgba(196, 119, 58, 0.55);
  text-underline-offset: 4px;
}

a:hover {
  color: var(--copper);
}

.skip-link {
  position: absolute;
  left: -999px;
  top: 1rem;
  z-index: 10;
  background: #fff;
  padding: 0.65rem 0.85rem;
  border: 1px solid var(--line);
}

.skip-link:focus {
  left: 1rem;
}

.topbar {
  position: sticky;
  top: 0;
  z-index: 4;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  width: 100%;
  padding: 1rem clamp(1.25rem, 4vw, 4rem);
  background: rgba(251, 249, 241, 0.92);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(14px);
}

.brand {
  color: var(--deep-harbour);
  font-family: Lora, Georgia, serif;
  font-size: 1.05rem;
  font-weight: 600;
  text-decoration: none;
}

.nav {
  display: flex;
  align-items: center;
  gap: 1.1rem;
  font-size: 0.9rem;
}

.nav a {
  color: var(--charcoal);
  text-decoration: none;
}

.nav a:hover {
  color: var(--copper);
}

.language-switch {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  padding: 0.28rem;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.52);
}

.language-switch a,
.language-switch span {
  min-width: 2.35rem;
  padding: 0.32rem 0.65rem;
  border-radius: 999px;
  color: var(--deep-harbour);
  font-size: 0.82rem;
  font-weight: 650;
  line-height: 1;
  text-align: center;
  text-decoration: none;
}

.language-switch .active {
  background: var(--deep-harbour);
  color: #fff;
}

.hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 0.78fr) minmax(0, 1.22fr);
  gap: clamp(2rem, 6vw, 5rem);
  align-items: center;
  min-height: calc(82svh - 74px);
  width: min(1120px, calc(100% - clamp(2.5rem, 12vw, 12rem)));
  margin: 0 auto;
  padding: clamp(3rem, 7vw, 5.8rem) 0 clamp(2.5rem, 5vw, 4rem);
  overflow: hidden;
}

.hero::before {
  content: "";
  display: none;
}

.hero::after {
  content: none;
}

.hero > div {
  position: relative;
  z-index: 2;
}

.hero-copy {
  width: 100%;
}

.hero-title-row {
  display: block;
}

.eyebrow {
  margin: 0 0 1rem;
  color: var(--copper);
  font-size: 0.86rem;
  font-weight: 700;
  letter-spacing: 0.095em;
  text-transform: uppercase;
}

h1,
h2,
h3 {
  margin: 0;
  color: var(--deep-harbour);
  font-family: Lora, Georgia, serif;
  font-weight: 600;
  line-height: 1.16;
}

h1 {
  max-width: 610px;
  font-size: clamp(1.85rem, 2.85vw, 2.85rem);
}

.hero h1 {
  max-width: 590px;
}

.subtitle {
  max-width: 700px;
  margin: 1.25rem 0 0;
  color: var(--charcoal);
  font-size: clamp(1.02rem, 1.25vw, 1.16rem);
  line-height: 1.5;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem;
  margin-top: 1.8rem;
}

.hero-side {
  max-width: 440px;
  padding: 0.45rem 0 0.45rem 1.55rem;
  border-left: 4px solid var(--copper);
  background: transparent;
}

.hero-side p {
  margin: 0;
  color: var(--muted);
  font-size: 1rem;
  line-height: 1.65;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2.8rem;
  padding: 0.7rem 1.1rem;
  border: 1px solid var(--deep-harbour);
  border-radius: 6px;
  background: var(--deep-harbour);
  color: #fff;
  font-size: 0.95rem;
  font-weight: 700;
  line-height: 1.2;
  text-decoration: none;
  transition: background-color 160ms ease, border-color 160ms ease, color 160ms ease;
}

.button.secondary {
  background: transparent;
  color: var(--deep-harbour);
}

.button:hover,
.button:focus-visible {
  border-color: var(--copper);
  background: var(--copper);
  color: #fff;
}

.button:focus-visible {
  outline: 3px solid rgba(196, 119, 58, 0.28);
  outline-offset: 3px;
}

.content {
  background: #fff;
}

section {
  padding: clamp(3.5rem, 7vw, 6.5rem) clamp(1.25rem, 6vw, 6rem);
}

.warm-section {
  background: var(--linen);
}

.paper-section {
  background: var(--paper);
}

.section-inner {
  width: min(1120px, 100%);
  margin: 0 auto;
}

.two-column {
  display: grid;
  grid-template-columns: minmax(0, 0.78fr) minmax(0, 1.22fr);
  gap: clamp(2rem, 6vw, 5rem);
  align-items: start;
}

h2 {
  font-size: clamp(1.72rem, 2.65vw, 2.55rem);
}

.lead {
  margin: 0;
  color: var(--charcoal);
  font-size: clamp(1rem, 1.2vw, 1.08rem);
  line-height: 1.7;
}

.section-portrait {
  display: block;
  width: min(180px, 58vw);
  aspect-ratio: 1 / 1;
  margin-top: 1.4rem;
  object-fit: cover;
  object-position: 56% 45%;
  border-radius: 8px;
  box-shadow: 0 12px 30px rgba(32, 67, 107, 0.13);
}

.prose p {
  margin: 0 0 1.15rem;
}

.prose p:last-child {
  margin-bottom: 0;
}

.focus-band {
  background: #fff;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.focus-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
  margin-top: 2rem;
}

.focus-item {
  min-height: 210px;
  padding: 1.35rem;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--paper);
}

.focus-item::before {
  display: block;
  width: 2.35rem;
  height: 0.22rem;
  margin-bottom: 1.1rem;
  background: var(--copper);
  border-radius: 999px;
  content: "";
}

.focus-item h3 {
  margin-bottom: 0.65rem;
  font-size: 1.14rem;
}

.focus-item p {
  margin: 0;
  color: var(--muted);
  font-size: 0.96rem;
  line-height: 1.55;
}

.contact-section {
  background: var(--deep-harbour);
  color: rgba(255, 255, 255, 0.82);
}

.contact-section h2 {
  color: #fff;
}

.contact-section .lead {
  color: rgba(255, 255, 255, 0.82);
}

.contact-links {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem;
  margin-top: 2rem;
}

.contact-links a {
  display: inline-flex;
  align-items: center;
  min-height: 2.7rem;
  padding: 0.65rem 1rem;
  border: 1px solid rgba(255, 255, 255, 0.32);
  border-radius: 6px;
  color: #fff;
  font-weight: 700;
  text-decoration: none;
  transition: background-color 160ms ease, border-color 160ms ease;
}

.contact-links a:hover,
.contact-links a:focus-visible {
  border-color: var(--copper);
  background: var(--copper);
}

.footer {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 0.85rem 1.5rem;
  padding: 1.3rem clamp(1.25rem, 6vw, 6rem);
  background: #183451;
  color: rgba(255, 255, 255, 0.68);
  font-size: 0.88rem;
}

.footer a {
  color: rgba(255, 255, 255, 0.86);
  text-decoration-color: rgba(196, 119, 58, 0.75);
}

.legal-page {
  min-height: calc(100svh - 74px);
  padding: clamp(3rem, 7vw, 6rem) clamp(1.25rem, 6vw, 6rem);
  background: #fff;
}

.legal-page article {
  width: min(860px, 100%);
  margin: 0 auto;
}

.legal-page h1 {
  margin-bottom: 2rem;
  font-size: clamp(2.25rem, 4.2vw, 4.25rem);
}

.legal-page h2 {
  margin: 2rem 0 0.7rem;
  font-size: 1.55rem;
}

.legal-page p {
  margin: 0 0 1rem;
}

.legal-note {
  padding: 1rem 1.1rem;
  border-left: 4px solid var(--copper);
  background: var(--linen);
  color: var(--muted);
}

@media (max-width: 980px) {
  .hero {
    grid-template-columns: 1fr;
    gap: 2.25rem;
    width: min(1120px, calc(100% - 2.5rem));
  }

  .two-column {
    grid-template-columns: 1fr;
  }

  .focus-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 720px) {
  body {
    font-size: 16px;
  }

  .topbar {
    align-items: center;
    flex-direction: row;
    flex-wrap: wrap;
    padding: 0.85rem 1rem;
  }

  .nav {
    width: 100%;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 0.65rem 0.9rem;
    font-size: 0.86rem;
  }

  .hero {
    min-height: auto;
    width: min(1120px, calc(100% - 2rem));
    padding-top: 3rem;
    padding-bottom: 3.25rem;
  }

  .eyebrow {
    font-size: 0.8rem;
  }

  h1 {
    font-size: clamp(1.95rem, 11vw, 2.55rem);
  }

  h2 {
    font-size: clamp(1.65rem, 9vw, 2.1rem);
  }

  section {
    padding: 3.6rem 1rem;
  }

  .hero-side {
    max-width: none;
    padding-left: 1rem;
    border-left-width: 3px;
  }

  .hero-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .button {
    width: 100%;
  }

  .focus-grid {
    grid-template-columns: 1fr;
  }

  .focus-item {
    min-height: 0;
  }
}
