:root {
  --ink: #1d2328;
  --soft-ink: #3e474f;
  --paper: #fbfaf7;
  --white: #ffffff;
  --mist: #eef2ef;
  --line: #d7ddd8;
  --oxblood: #8f2435;
  --teal: #2f6f73;
  --gold: #b98a3d;
  --shadow: 0 18px 42px rgba(18, 24, 29, 0.16);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 17px;
  line-height: 1.65;
  letter-spacing: 0;
}

img {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
}

.skip-link {
  position: absolute;
  left: 16px;
  top: -48px;
  z-index: 20;
  padding: 10px 14px;
  color: var(--white);
  background: var(--ink);
}

.skip-link:focus {
  top: 16px;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  min-height: 76px;
  padding: 14px 6vw;
  color: var(--ink);
  background: rgba(251, 250, 247, 0.94);
  border-bottom: 1px solid rgba(29, 35, 40, 0.1);
  backdrop-filter: blur(12px);
}

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

.brand-mark {
  display: block;
  width: 46px;
  height: 46px;
  padding: 5px;
  object-fit: contain;
  background: var(--white);
  border: 2px solid var(--gold);
  border-radius: 50%;
}

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

.brand-text strong {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 20px;
  line-height: 1.1;
}

.brand-text span {
  color: var(--soft-ink);
  font-size: 12px;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 22px;
  font-size: 14px;
  font-weight: 700;
}

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

.site-nav a:hover,
.site-nav a:focus {
  color: var(--oxblood);
}

.hero {
  min-height: 650px;
  display: flex;
  align-items: center;
  padding: 96px 6vw 110px;
  color: var(--white);
  background:
    linear-gradient(90deg, rgba(11, 15, 17, 0.88), rgba(11, 15, 17, 0.58) 46%, rgba(11, 15, 17, 0.22)),
    linear-gradient(0deg, rgba(11, 15, 17, 0.52), rgba(11, 15, 17, 0.08)),
    url("assets/st-lucia-hero.jpg") center 48% / cover no-repeat;
}

.hero-content {
  max-width: 780px;
}

.eyebrow {
  margin: 0 0 12px;
  color: var(--gold);
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
}

.hero h1,
.section h2,
.contact-section h2 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 700;
  letter-spacing: 0;
}

.hero h1 {
  max-width: 820px;
  font-size: 66px;
  line-height: 1.02;
}

.hero-slogan {
  margin: 18px 0 0;
  color: #f4d8a4;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 28px;
  line-height: 1.2;
}

.hero-copy {
  max-width: 650px;
  margin: 24px 0 0;
  color: rgba(255, 255, 255, 0.9);
  font-size: 20px;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 34px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 12px 20px;
  border: 1px solid transparent;
  border-radius: 6px;
  font-size: 15px;
  font-weight: 800;
  text-decoration: none;
}

.button.primary {
  color: var(--white);
  background: var(--oxblood);
}

.button.primary:hover,
.button.primary:focus {
  background: #741a2a;
}

.button.secondary {
  color: var(--white);
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.55);
}

.button.secondary:hover,
.button.secondary:focus {
  background: rgba(255, 255, 255, 0.2);
}

.recognition {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 18px;
  align-items: center;
  padding: 24px 6vw;
  color: var(--ink);
  background: var(--white);
  border-bottom: 1px solid var(--line);
}

.recognition p {
  margin: 0;
  color: var(--soft-ink);
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
}

.recognition ul {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.recognition li {
  padding: 7px 11px;
  background: var(--mist);
  border: 1px solid var(--line);
  border-radius: 6px;
  font-size: 14px;
  font-weight: 700;
}

.experience-strip {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
  background: var(--ink);
}

.experience-strip figure {
  position: relative;
  min-height: 260px;
  margin: 0;
  overflow: hidden;
}

.experience-strip img {
  width: 100%;
  height: 100%;
  min-height: 260px;
  object-fit: cover;
  filter: grayscale(100%);
}

.experience-strip figure:first-child img {
  object-position: center;
}

.experience-strip figure:nth-child(2) img {
  object-position: 48% center;
}

.experience-strip figure:nth-child(3) img {
  object-position: 58% center;
}

.experience-strip figcaption {
  position: absolute;
  left: 18px;
  bottom: 18px;
  padding: 7px 10px;
  color: var(--white);
  background: rgba(29, 35, 40, 0.78);
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 6px;
  font-size: 13px;
  font-weight: 800;
}

.section {
  padding: 92px 6vw;
}

.section-heading {
  display: grid;
  grid-template-columns: minmax(220px, 320px) minmax(0, 760px);
  gap: 46px;
  align-items: start;
  max-width: 1180px;
  margin: 0 auto 44px;
}

.section h2,
.contact-section h2 {
  font-size: 42px;
  line-height: 1.12;
}

.expertise-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 16px;
  max-width: 1180px;
  margin: 0 auto;
}

.expertise-card {
  min-height: 245px;
  padding: 24px;
  background: var(--white);
  border: 1px solid var(--line);
  border-top: 4px solid var(--teal);
  border-radius: 8px;
  box-shadow: 0 10px 24px rgba(29, 35, 40, 0.06);
}

.expertise-card:nth-child(2),
.expertise-card:nth-child(5) {
  border-top-color: var(--gold);
}

.expertise-card:nth-child(3) {
  border-top-color: var(--oxblood);
}

.expertise-card h3 {
  margin: 0 0 12px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 22px;
  line-height: 1.18;
}

.expertise-card p {
  margin: 0;
  color: var(--soft-ink);
  font-size: 15px;
  line-height: 1.55;
}

.photo-band {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 440px);
  align-items: stretch;
  min-height: 410px;
  color: var(--white);
  background: var(--ink);
}

.photo-band img {
  width: 100%;
  height: 100%;
  min-height: 410px;
  object-fit: cover;
  object-position: 45% center;
}

.photo-band-copy {
  display: flex;
  align-items: center;
  padding: 48px 6vw 48px 44px;
  background: linear-gradient(135deg, var(--ink), #263035);
}

.photo-band-copy p {
  max-width: 420px;
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 28px;
  line-height: 1.3;
}

.about-section {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 430px);
  gap: 56px;
  align-items: center;
  max-width: 1180px;
  margin: 0 auto;
}

.about-copy p {
  margin: 18px 0 0;
  color: var(--soft-ink);
}

.about-copy .eyebrow {
  margin-top: 0;
}

.portrait {
  margin: 0;
}

.portrait img {
  width: 100%;
  height: 560px;
  object-fit: cover;
  object-position: 58% 20%;
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.contact-section {
  padding: 88px 6vw;
  color: var(--white);
  background: var(--ink);
}

.contact-inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(310px, 480px);
  gap: 56px;
  align-items: start;
  max-width: 1180px;
  margin: 0 auto;
}

.contact-section p {
  max-width: 590px;
  margin: 20px 0 0;
  color: rgba(255, 255, 255, 0.76);
}

.contact-methods {
  display: grid;
  gap: 14px;
  font-style: normal;
}

.contact-methods a,
.contact-methods p {
  display: grid;
  gap: 4px;
  margin: 0;
  padding: 20px;
  color: var(--white);
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 8px;
  text-decoration: none;
}

.contact-methods a:hover,
.contact-methods a:focus {
  border-color: var(--gold);
}

.contact-methods span {
  color: #f4d8a4;
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.site-footer {
  padding: 26px 6vw;
  color: var(--soft-ink);
  background: var(--paper);
  border-top: 1px solid var(--line);
}

.site-footer p {
  margin: 0;
  font-size: 14px;
}

@media (max-width: 1100px) {
  .expertise-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .expertise-card {
    min-height: 210px;
  }
}

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

  .site-header {
    position: static;
    align-items: flex-start;
    flex-direction: column;
    gap: 14px;
  }

  .site-nav {
    width: 100%;
    justify-content: space-between;
    gap: 10px;
  }

  .hero {
    min-height: 500px;
    padding: 76px 6vw 86px;
    background-position: 52% center;
  }

  .hero h1 {
    font-size: 44px;
  }

  .hero-slogan {
    font-size: 24px;
  }

  .hero-copy {
    font-size: 18px;
  }

  .recognition,
  .experience-strip,
  .section-heading,
  .photo-band,
  .about-section,
  .contact-inner {
    grid-template-columns: 1fr;
  }

  .section,
  .contact-section {
    padding: 68px 6vw;
  }

  .section h2,
  .contact-section h2 {
    font-size: 34px;
  }

  .photo-band-copy {
    padding: 38px 6vw;
  }

  .photo-band-copy p {
    font-size: 24px;
  }

  .portrait img {
    height: 520px;
  }
}

@media (max-width: 560px) {
  .brand-text strong {
    font-size: 18px;
  }

  .brand-text span {
    display: none;
  }

  .site-nav {
    font-size: 13px;
  }

  .hero {
    min-height: 500px;
  }

  .hero h1 {
    font-size: 38px;
  }

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

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

  .expertise-card {
    min-height: auto;
  }

  .photo-band img {
    min-height: 300px;
  }

  .experience-strip figure,
  .experience-strip img {
    min-height: 230px;
  }

  .portrait img {
    height: 430px;
  }
}
