:root {
  --ink: #102027;
  --ink-soft: #3e555c;
  --paper: #f5f4ef;
  --panel: #ffffff;
  --line: rgba(16, 32, 39, 0.14);
  --steel: #607078;
  --copper: #b96f34;
  --harbor: #0e3d49;
  --foam: #dce8e8;
  --shadow: 0 22px 70px rgba(14, 29, 35, 0.17);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--ink);
  background: #fff;
}

a {
  color: inherit;
  text-decoration: none;
}

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 18px 42px;
  color: #fff;
  transition: background 180ms ease, box-shadow 180ms ease, color 180ms ease;
}

.site-header.is-scrolled,
.site-header.is-open {
  color: var(--ink);
  background: rgba(245, 244, 239, 0.94);
  box-shadow: 0 10px 38px rgba(16, 32, 39, 0.08);
  backdrop-filter: blur(14px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-width: 250px;
}

.brand-mark {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border: 1px solid currentColor;
  font-weight: 800;
  letter-spacing: 0;
}

.brand strong,
.brand small {
  display: block;
}

.brand strong {
  font-size: 15px;
}

.brand small {
  margin-top: 2px;
  color: currentColor;
  font-size: 11px;
  opacity: 0.72;
}

.nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 28px;
  font-size: 17px;
  font-weight: 700;
}

.header-cta,
.button {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  justify-content: center;
  border: 1px solid currentColor;
  padding: 0 18px;
  font-size: 13px;
  font-weight: 800;
}

.menu-button {
  display: none;
}

.hero {
  position: relative;
  display: grid;
  min-height: 94vh;
  align-items: end;
  overflow: hidden;
  padding: 132px 42px 42px;
  color: #fff;
}

.hero-image,
.hero-scrim {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.hero-image {
  object-fit: cover;
}

.hero-scrim {
  background:
    linear-gradient(90deg, rgba(7, 20, 25, 0.9) 0%, rgba(7, 20, 25, 0.7) 43%, rgba(7, 20, 25, 0.22) 100%),
    linear-gradient(0deg, rgba(7, 20, 25, 0.82) 0%, rgba(7, 20, 25, 0) 42%);
}

.hero-content {
  position: relative;
  z-index: 1;
  max-width: 780px;
  padding-bottom: 0;
}

.eyebrow,
.section-kicker {
  margin: 0 0 18px;
  color: var(--copper);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.hero h1 {
  max-width: 860px;
  margin: 0;
  font-size: clamp(32px, 4.2vw, 58px);
  line-height: 1.05;
  letter-spacing: 0;
  font-weight: 600;
}

.hero-copy {
  max-width: 660px;
  margin: 26px 0 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: 18px;
  line-height: 1.65;
}

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

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

.button.secondary {
  color: #fff;
}

.hero-panel {
  position: absolute;
  z-index: 2;
  right: 42px;
  bottom: 42px;
  display: grid;
  width: min(520px, calc(100% - 84px));
  grid-template-columns: repeat(3, 1fr);
  border: 1px solid rgba(255, 255, 255, 0.22);
  background: rgba(11, 31, 37, 0.72);
  box-shadow: var(--shadow);
  backdrop-filter: blur(16px);
}

.hero-panel div {
  padding: 22px;
}

.hero-panel div + div {
  border-left: 1px solid rgba(255, 255, 255, 0.18);
}

.hero-panel strong,
.hero-panel span {
  display: block;
}

.hero-panel strong {
  font-size: 20px;
}

.hero-panel span {
  margin-top: 8px;
  color: rgba(255, 255, 255, 0.7);
  font-size: 12px;
  line-height: 1.45;
}

.section {
  padding: 104px 42px;
}


.section-heading,
.profile,
.engagement,
.contact,
.footer {
  width: min(1180px, 100%);
  margin: 0 auto;
}

h1,
h2,
h3 {
  font-family: "Cormorant Garamond", Georgia, serif;
}

h2 {
  margin: 0;
  font-size: clamp(26px, 3vw, 44px);
  line-height: 1.08;
  letter-spacing: 0;
  font-weight: 600;
}

.profile-copy p,
.contact p {
  margin: 0;
  color: var(--ink-soft);
  font-size: 17px;
  line-height: 1.75;
}

.about {
  display: grid;
  grid-template-columns: minmax(0, 0.7fr) minmax(0, 1fr);
  gap: 72px;
  align-items: center;
  width: min(1180px, 100%);
  margin: 0 auto;
}

.about-portrait {
  position: relative;
  margin: 0;
  padding: 0;
}

.about-portrait img {
  display: block;
  width: 100%;
  height: auto;
  border: 1px solid var(--line);
  background: #fff;
  box-shadow: var(--shadow);
}


.about-portrait figcaption {
  display: flex;
  flex-direction: column;
  gap: 2px;
  margin-top: 18px;
  padding-left: 2px;
}

.about-portrait figcaption strong {
  font-size: 17px;
}

.about-portrait figcaption span {
  color: var(--copper);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.04em;
}

.about-copy p {
  margin: 22px 0 0;
  color: var(--ink-soft);
  font-size: 17px;
  line-height: 1.75;
}

.about-copy .button {
  margin-top: 32px;
}

.services {
  background: #fff;
}

.section-heading {
  margin-bottom: 44px;
}

.service-grid {
  display: grid;
  width: min(1180px, 100%);
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  margin: 0 auto;
  background: var(--line);
  border: 1px solid var(--line);
}

.service-card {
  min-height: 284px;
  padding: 34px;
  background: #fff;
}

.service-icon {
  display: flex;
  width: 44px;
  height: 44px;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--copper);
  color: var(--copper);
}

.service-icon svg {
  width: 22px;
  height: 22px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.service-card h3 {
  margin: 42px 0 14px;
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 0;
}

.service-card p {
  margin: 0;
  color: var(--ink-soft);
  line-height: 1.65;
}

.credentials {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  background: var(--harbor);
  color: #fff;
}

.metric {
  min-height: 198px;
  padding: 38px 42px;
  border-right: 1px solid rgba(255, 255, 255, 0.14);
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 0.55s ease, transform 0.55s ease;
}

.credentials.is-visible .metric:nth-child(1) { opacity: 1; transform: none; transition-delay: 0ms; }
.credentials.is-visible .metric:nth-child(2) { opacity: 1; transform: none; transition-delay: 140ms; }
.credentials.is-visible .metric:nth-child(3) { opacity: 1; transform: none; transition-delay: 280ms; }
.credentials.is-visible .metric:nth-child(4) { opacity: 1; transform: none; transition-delay: 420ms; }

@media (prefers-reduced-motion: reduce) {
  .metric {
    opacity: 1;
    transform: none;
    transition: none;
  }
}

.metric strong {
  display: block;
  font-size: clamp(34px, 4vw, 54px);
  line-height: 1;
}

.metric strong.metric-text {
  font-size: clamp(24px, 2.6vw, 32px);
  line-height: 1.1;
}

.metric span {
  display: block;
  max-width: 220px;
  margin-top: 16px;
  color: rgba(255, 255, 255, 0.72);
  line-height: 1.55;
}

.profile {
  display: grid;
  grid-template-columns: minmax(0, 0.78fr) minmax(0, 1fr);
  gap: 72px;
}

.profile-copy p {
  margin-top: 24px;
}

.timeline {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  padding-left: 28px;
}

.timeline::before {
  content: "";
  position: absolute;
  left: 0;
  top: 6px;
  bottom: 6px;
  width: 2px;
  background: var(--line);
}

.timeline-item {
  position: relative;
}

.timeline-item::before {
  content: "";
  position: absolute;
  left: -33px;
  top: 4px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: var(--copper);
  border: 2px solid #fff;
  box-shadow: 0 0 0 2px var(--copper);
}

.timeline-item time {
  display: block;
  color: var(--copper);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  margin-bottom: 8px;
}

.timeline-item h3 {
  margin: 0;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.3;
}

.engagement {
  border-top: 1px solid var(--line);
}


.engagement-list {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 32px;
  margin-top: 48px;
}

.engagement-item {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.engagement-icon {
  display: flex;
  width: 52px;
  height: 52px;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--copper);
  color: var(--copper);
  flex-shrink: 0;
}

.engagement-icon svg {
  width: 24px;
  height: 24px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.engagement-item strong {
  font-size: 16px;
  font-weight: 700;
  color: var(--ink);
  line-height: 1.3;
}

.engagement-item p {
  margin: 0;
  color: var(--ink-soft);
  font-size: 15px;
  line-height: 1.6;
}

.press-grid {
  display: grid;
  width: min(1180px, 100%);
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
  margin: 0 auto;
}

.press-card {
  background: #fff;
  border: 1px solid var(--line);
  transition: box-shadow 180ms ease, transform 180ms ease;
}

.press-card:hover {
  box-shadow: var(--shadow);
  transform: translateY(-3px);
}

.press-card a {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.press-thumb {
  display: block;
  aspect-ratio: 16 / 10;
  overflow: hidden;
  /* Placeholder tile shown until an image is added (or if it fails to load). */
  background: linear-gradient(135deg, var(--harbor), var(--steel));
}

.press-thumb img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.press-body {
  display: flex;
  flex: 1;
  flex-direction: column;
  gap: 12px;
  padding: 24px;
}

.press-source {
  color: var(--copper);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.press-headline {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.32;
}

.press-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: auto;
  padding-top: 6px;
  color: var(--harbor);
  font-size: 14px;
  font-weight: 800;
}

.press-link svg {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  transition: transform 160ms ease;
}

.press-card:hover .press-link svg {
  transform: translateX(4px);
}


.contact {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 64px;
  padding: 96px 42px;
  background: var(--ink);
  color: #fff;
}

.contact p {
  max-width: 690px;
  margin-top: 22px;
  color: rgba(255, 255, 255, 0.72);
}

.contact-panel {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-top: 24px;
}

.contact-form {
  display: grid;
  gap: 18px;
  align-content: start;
}

.form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}

.form-row {
  display: grid;
  gap: 8px;
}

.form-row label {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.66);
}

.form-row label span {
  color: var(--copper);
  margin-left: 2px;
}

.form-row input,
.form-row select,
.form-row textarea {
  width: 100%;
  padding: 14px 16px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: rgba(255, 255, 255, 0.04);
  color: #fff;
  font-family: inherit;
  font-size: 15px;
  transition: border-color 160ms ease, background 160ms ease;
}

.form-row textarea {
  resize: vertical;
  min-height: 110px;
}

.form-row select {
  appearance: none;
  background-image: linear-gradient(45deg, transparent 50%, rgba(255, 255, 255, 0.6) 50%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.6) 50%, transparent 50%);
  background-position: calc(100% - 20px) center, calc(100% - 14px) center;
  background-size: 6px 6px, 6px 6px;
  background-repeat: no-repeat;
}

.form-row select option {
  color: var(--ink);
}

.form-row input:focus,
.form-row select:focus,
.form-row textarea:focus {
  outline: none;
  border-color: var(--copper);
  background: rgba(255, 255, 255, 0.08);
}

.form-row input.is-invalid,
.form-row textarea.is-invalid {
  border-color: #e2725b;
}

.contact-form .button {
  justify-self: start;
  margin-top: 6px;
  padding: 0 28px;
  cursor: pointer;
}

.contact-form .button[disabled] {
  opacity: 0.6;
  cursor: progress;
}

.form-status {
  margin: 4px 0 0;
  min-height: 20px;
  font-size: 14px;
  font-weight: 600;
}

.form-status.is-error {
  color: #f0a08e;
}

.form-status.is-success {
  color: #7fd1b9;
}

.contact-panel .contact-link,
.contact-panel .contact-location {
  margin: 0;
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
}

.contact-panel .contact-link,
.contact-panel .contact-location {
  display: flex;
  align-items: center;
  gap: 14px;
}

.contact-panel .contact-link {
  transition: border-color 160ms ease, background 160ms ease;
}

.contact-panel .contact-link:hover {
  border-color: rgba(255, 255, 255, 0.42);
  background: rgba(255, 255, 255, 0.06);
}

.contact-panel .contact-link svg,
.contact-panel .contact-location svg {
  flex: 0 0 auto;
  width: 24px;
  height: 24px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}

.contact-panel .contact-link .linkedin-icon {
  fill: currentColor;
  stroke: none;
}

.footer {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  padding: 26px 42px;
  color: var(--ink-soft);
  font-size: 13px;
}

@media (max-width: 1180px) {
  .hero {
    min-height: auto;
  }

  .hero-panel {
    position: relative;
    right: auto;
    bottom: auto;
    width: min(720px, 100%);
    margin-top: 32px;
  }
}

@media (max-width: 980px) {
  .site-header {
    padding: 14px 20px;
  }

  .nav,
  .header-cta {
    display: none;
  }

  .menu-button {
    display: grid;
    width: 44px;
    height: 44px;
    place-items: center;
    border: 1px solid currentColor;
    background: transparent;
    color: currentColor;
  }

  .menu-button span {
    display: block;
    width: 18px;
    height: 2px;
    background: currentColor;
  }

  .site-header.is-open .nav {
    position: absolute;
    top: 72px;
    right: 20px;
    left: 20px;
    display: grid;
    gap: 0;
    background: var(--paper);
    box-shadow: var(--shadow);
  }

  .site-header.is-open .nav a {
    padding: 18px;
    border-bottom: 1px solid var(--line);
  }

  .hero {
    min-height: 100svh;
    padding: 112px 20px 24px;
  }

  .hero h1 {
    font-size: 30px;
    line-height: 1.1;
  }

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

  .hero-panel {
    width: 100%;
    grid-template-columns: 1fr;
  }

  .hero-panel div {
    padding: 16px;
  }

  .hero-panel div + div {
    border-top: 1px solid rgba(255, 255, 255, 0.18);
    border-left: 0;
  }

  .section {
    padding: 72px 20px;
  }

  .profile,
  .about,
  .contact {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .about-portrait {
    max-width: 380px;
  }

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

  .service-grid,
  .credentials,
  .engagement-list,
  .press-grid,
  .contact-panel {
    grid-template-columns: 1fr;
  }

  .metric {
    min-height: auto;
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.14);
  }


  .contact {
    padding: 72px 20px;
  }

  .footer {
    display: grid;
    padding: 24px 20px;
  }
}

@media (max-width: 520px) {
  .brand {
    min-width: 0;
  }

  .brand small {
    display: none;
  }

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

  .button {
    width: 100%;
  }
}
