@font-face {
  font-family: "Pieces of Eight";
  src: url("/assets/pieces-of-eight.ttf") format("truetype");
  font-display: swap;
  font-style: normal;
  font-weight: 400;
}

:root {
  --navy-950: #041326;
  --navy-900: #071a31;
  --navy-800: #0b2746;
  --navy-700: #123b62;
  --slate-700: #29475f;
  --slate-500: #637b8d;
  --gold-600: #b67b1f;
  --gold-500: #d39a32;
  --gold-300: #edc56e;
  --cream-50: #fffdf8;
  --cream-100: #f8f3e9;
  --cream-200: #eee4d2;
  --red-600: #a82d2a;
  --green-700: #365d42;
  --white: #ffffff;
  --shadow-soft: 0 24px 70px rgba(4, 19, 38, 0.13);
  --shadow-card: 0 14px 36px rgba(4, 19, 38, 0.09);
  --radius-lg: 28px;
  --radius-md: 18px;
  --radius-sm: 12px;
  --container: 1180px;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-width: 320px;
  color: var(--navy-900);
  background: var(--cream-50);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}

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

a {
  color: var(--navy-700);
  text-underline-offset: 0.2em;
}

a:hover {
  color: var(--gold-600);
}

button,
input,
textarea {
  font: inherit;
}

button,
a {
  -webkit-tap-highlight-color: transparent;
}

.container {
  width: min(calc(100% - 40px), var(--container));
  margin-inline: auto;
}

.skip-link {
  position: fixed;
  left: 16px;
  top: 16px;
  z-index: 999;
  padding: 10px 16px;
  color: var(--white);
  background: var(--navy-900);
  border-radius: 8px;
  transform: translateY(-160%);
}

.skip-link:focus {
  transform: translateY(0);
}

.sr-only {
  position: absolute !important;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(255, 253, 248, 0.93);
  border-bottom: 1px solid rgba(7, 26, 49, 0.08);
  backdrop-filter: blur(18px);
}

.nav {
  min-height: 76px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: var(--navy-900);
  text-decoration: none;
}

.brand img {
  width: 52px;
  height: 52px;
  border: 2px solid var(--gold-500);
  border-radius: 50%;
  box-shadow: 0 5px 14px rgba(4, 19, 38, 0.15);
}

.brand span {
  display: grid;
  line-height: 1.05;
}

.brand strong {
  font-family: "Pieces of Eight", Georgia, "Times New Roman", serif;
  font-size: 1.32rem;
  font-weight: 400;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.brand small {
  margin-top: 5px;
  color: var(--slate-500);
  font-size: 0.76rem;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 26px;
}

.nav-links a {
  color: var(--navy-900);
  font-size: 0.94rem;
  font-weight: 700;
  text-decoration: none;
}

.nav-links a:hover {
  color: var(--gold-600);
}

.nav-links .nav-contact {
  padding: 9px 16px;
  color: var(--white);
  background: var(--navy-900);
  border-radius: 999px;
}

.nav-links .nav-contact:hover {
  color: var(--navy-900);
  background: var(--gold-500);
}

.nav-toggle {
  display: none;
  width: 44px;
  height: 44px;
  padding: 10px;
  border: 0;
  background: transparent;
  cursor: pointer;
}

.nav-toggle span:not(.sr-only) {
  display: block;
  height: 2px;
  margin: 5px 0;
  background: var(--navy-900);
  border-radius: 2px;
}

.hero {
  position: relative;
  overflow: hidden;
  color: var(--white);
  background:
    radial-gradient(circle at 85% 10%, rgba(211, 154, 50, 0.23), transparent 27%),
    radial-gradient(circle at 10% 88%, rgba(27, 87, 109, 0.45), transparent 30%),
    linear-gradient(140deg, var(--navy-950), var(--navy-800));
}

.hero-pattern {
  position: absolute;
  inset: 0;
  opacity: 0.12;
  background-image:
    linear-gradient(rgba(255,255,255,.25) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.25) 1px, transparent 1px);
  background-size: 44px 44px;
  mask-image: linear-gradient(to right, transparent, black 35%, black);
}

.hero-grid {
  position: relative;
  min-height: 700px;
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  align-items: center;
  gap: 72px;
  padding-block: 82px 90px;
}

.eyebrow {
  margin: 0 0 12px;
  color: var(--gold-500);
  font-size: 0.82rem;
  font-weight: 850;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.hero .eyebrow {
  color: var(--gold-300);
}

.hero h1,
.section h2 {
  margin: 0;
  font-family: "Pieces of Eight", Georgia, "Times New Roman", serif;
  font-weight: 400;
  line-height: 1.04;
  letter-spacing: 0.025em;
}

.hero h1 {
  max-width: 680px;
  font-size: clamp(3.3rem, 7vw, 6.4rem);
}

.hero h1 span {
  color: var(--gold-500);
}

.hero-lead {
  max-width: 650px;
  margin: 28px 0 0;
  color: #dbe6ef;
  font-size: clamp(1.08rem, 2vw, 1.32rem);
}

.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: 999px;
  font-weight: 800;
  text-decoration: none;
  cursor: pointer;
  transition: transform 160ms ease, box-shadow 160ms ease, background 160ms ease;
}

.button:hover {
  transform: translateY(-2px);
}

.button-primary {
  color: var(--navy-950);
  background: var(--gold-500);
  box-shadow: 0 12px 30px rgba(211, 154, 50, 0.22);
}

.button-primary:hover {
  color: var(--navy-950);
  background: var(--gold-300);
}

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

.button-secondary:hover {
  color: var(--white);
  background: rgba(255,255,255,0.12);
}

.trust-list {
  display: flex;
  flex-wrap: wrap;
  gap: 13px 25px;
  margin: 30px 0 0;
  padding: 0;
  color: #c6d4de;
  list-style: none;
  font-size: 0.92rem;
  font-weight: 700;
}

.trust-list li::before {
  content: "✦";
  margin-right: 8px;
  color: var(--gold-500);
}

.hero-visual {
  position: relative;
  min-height: 520px;
}

.portrait-frame {
  position: absolute;
  top: 0;
  right: 0;
  width: min(90%, 470px);
  aspect-ratio: 4 / 5;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,0.25);
  border-radius: 44% 44% 24px 24px;
  background: #d7e0e8;
  box-shadow: 0 28px 80px rgba(0,0,0,0.34);
}

.portrait-frame::after {
  content: "";
  position: absolute;
  inset: 0;
  box-shadow: inset 0 0 0 8px rgba(255,255,255,0.07);
  border-radius: inherit;
  pointer-events: none;
}

.portrait-frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 25%;
}

.logo-medallion {
  position: absolute;
  left: 0;
  bottom: -8px;
  width: clamp(170px, 22vw, 240px);
  border: 8px solid var(--navy-900);
  border-radius: 50%;
  background: var(--cream-50);
  box-shadow: var(--shadow-soft);
}

.logo-medallion img {
  border-radius: 50%;
}

.section {
  padding-block: 105px;
}

.section h2 {
  color: var(--navy-900);
  font-size: clamp(2.35rem, 5vw, 4.4rem);
}

.section-heading {
  max-width: 770px;
  margin-bottom: 46px;
}

.section-heading > p:last-child,
.two-column p,
.interests-grid > div > p {
  color: var(--slate-700);
  font-size: 1.06rem;
}

.service-section {
  background: var(--cream-100);
}

.card-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}

.card {
  position: relative;
  padding: 30px;
  border: 1px solid rgba(7, 26, 49, 0.09);
  border-radius: var(--radius-md);
  background: rgba(255,255,255,0.76);
  box-shadow: var(--shadow-card);
}

.card h3 {
  margin: 15px 0 8px;
  font-size: 1.28rem;
}

.card p {
  margin: 0;
  color: var(--slate-700);
}

.service-card {
  min-height: 255px;
}

.icon-box {
  width: 54px;
  height: 54px;
  display: grid;
  place-items: center;
  color: var(--gold-300);
  background: var(--navy-900);
  border-radius: 16px;
  font-size: 1.5rem;
  box-shadow: 0 10px 24px rgba(7, 26, 49, 0.18);
}

.status-pill {
  display: inline-block;
  margin-top: 22px;
  padding: 6px 10px;
  color: var(--green-700);
  background: #edf6ef;
  border: 1px solid #d7eadb;
  border-radius: 999px;
  font-size: 0.79rem;
  font-weight: 800;
}

.service-note {
  margin: 28px 0 0;
  color: var(--slate-500);
  font-size: 0.92rem;
}

.about-section {
  background:
    linear-gradient(90deg, rgba(211,154,50,0.12), transparent 34%),
    var(--white);
}

.two-column {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 72px;
  align-items: start;
}

.about-copy {
  padding: 34px;
  border-left: 4px solid var(--gold-500);
  border-radius: 0 var(--radius-md) var(--radius-md) 0;
  background: var(--cream-100);
}

.about-copy > p {
  margin: 0;
  color: var(--slate-700);
  font-size: 1.03rem;
}

.about-copy > p + p {
  margin-top: 18px;
}

.availability-note {
  margin-top: 28px;
  padding: 22px 24px;
  border: 1px solid rgba(182, 123, 31, 0.28);
  border-radius: var(--radius-md);
  background: rgba(255, 255, 255, 0.72);
  box-shadow: 0 10px 26px rgba(4, 19, 38, 0.06);
}

.availability-note strong {
  display: block;
  color: var(--navy-900);
  font-size: 1.02rem;
}

.availability-note p {
  margin: 8px 0 0;
  color: var(--slate-700);
  font-size: 0.96rem;
}

.experience-section {
  background: var(--cream-50);
}

.card-number {
  display: inline-block;
  color: var(--gold-600);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 2.1rem;
  font-weight: 700;
}

.interests-section {
  color: var(--white);
  background:
    radial-gradient(circle at 15% 20%, rgba(211,154,50,0.18), transparent 24%),
    linear-gradient(135deg, var(--navy-900), var(--navy-700));
}

.interests-section h2 {
  color: var(--white);
}

.interests-grid {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 68px;
  align-items: center;
}

.interests-grid > div > p {
  color: #d6e1e9;
}

.interest-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 28px;
}

.interest-tags span {
  padding: 8px 13px;
  color: var(--cream-100);
  border: 1px solid rgba(255,255,255,0.18);
  border-radius: 999px;
  background: rgba(255,255,255,0.06);
  font-weight: 750;
}

.quote-panel {
  padding: 40px;
  border: 1px solid rgba(255,255,255,0.14);
  border-radius: var(--radius-lg);
  background: rgba(255,255,255,0.07);
  box-shadow: 0 26px 70px rgba(0,0,0,0.18);
}

.quote-panel blockquote {
  margin: 0;
  color: var(--cream-100);
  font-family: "Pieces of Eight", Georgia, "Times New Roman", serif;
  font-size: clamp(1.8rem, 3.2vw, 2.7rem);
  line-height: 1.35;
}

.quote-panel p {
  margin: 22px 0 0;
  color: var(--gold-300);
  font-weight: 800;
}

.contact-section {
  background: var(--cream-100);
}

.contact-grid {
  display: grid;
  grid-template-columns: 0.82fr 1.18fr;
  gap: 72px;
  align-items: start;
}

.contact-copy > p {
  color: var(--slate-700);
}

.contact-details {
  margin: 34px 0 0;
}

.contact-details div {
  padding: 15px 0;
  border-top: 1px solid rgba(7, 26, 49, 0.12);
}

.contact-details dt {
  color: var(--slate-500);
  font-size: 0.78rem;
  font-weight: 850;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.contact-details dd {
  margin: 3px 0 0;
  font-weight: 700;
}

.contact-form {
  padding: 34px;
  border: 1px solid rgba(7,26,49,0.09);
  border-radius: var(--radius-lg);
  background: var(--white);
  box-shadow: var(--shadow-soft);
}

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

.field {
  margin-bottom: 18px;
}

.field label {
  display: block;
  margin-bottom: 7px;
  color: var(--navy-900);
  font-weight: 800;
}

.field input,
.field textarea {
  width: 100%;
  padding: 12px 14px;
  color: var(--navy-900);
  border: 1px solid #bdc9d2;
  border-radius: 10px;
  background: #fff;
  outline: none;
  transition: border-color 150ms ease, box-shadow 150ms ease;
}

.field input:focus,
.field textarea:focus {
  border-color: var(--gold-600);
  box-shadow: 0 0 0 4px rgba(211,154,50,0.17);
}

.field textarea {
  resize: vertical;
}

.honeypot {
  position: absolute;
  left: -10000px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.form-status {
  min-height: 1.5em;
  margin: 14px 0 0;
  color: var(--slate-700);
  font-size: 0.9rem;
}

.site-footer {
  padding-block: 52px 30px;
  color: #d6e1e9;
  background: var(--navy-950);
}

.footer-grid,
.footer-bottom {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 30px;
}

.footer-grid strong {
  color: var(--white);
  font-size: 1.1rem;
}

.footer-grid p {
  margin: 5px 0 0;
  color: #9fb1bf;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 22px;
}

.footer-links a {
  color: #d6e1e9;
  text-decoration: none;
}

.footer-links a:hover {
  color: var(--gold-300);
}

.footer-bottom {
  margin-top: 38px;
  padding-top: 22px;
  border-top: 1px solid rgba(255,255,255,0.1);
  color: #879dac;
  font-size: 0.82rem;
}

.footer-bottom p {
  max-width: 620px;
  margin: 0;
}

.privacy-page {
  min-height: 100vh;
  background: var(--cream-100);
}

.privacy-main {
  padding-block: 86px;
}

.privacy-card {
  max-width: 850px;
  padding: clamp(28px, 5vw, 60px);
  border-radius: var(--radius-lg);
  background: var(--white);
  box-shadow: var(--shadow-soft);
}

.privacy-card h1,
.privacy-card h2 {
  color: var(--navy-900);
  font-family: Georgia, "Times New Roman", serif;
}

.privacy-card h1 {
  margin-top: 0;
  font-size: clamp(2.4rem, 6vw, 4.6rem);
}

.privacy-card h2 {
  margin-top: 2em;
}

.privacy-card p,
.privacy-card li {
  color: var(--slate-700);
}

@media (max-width: 920px) {
  .nav-toggle {
    display: block;
  }

  .nav-links {
    position: absolute;
    top: 76px;
    left: 20px;
    right: 20px;
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding: 12px;
    border: 1px solid rgba(7,26,49,0.1);
    border-radius: 14px;
    background: var(--cream-50);
    box-shadow: var(--shadow-soft);
  }

  .nav-links.open {
    display: flex;
  }

  .nav-links a {
    padding: 12px;
  }

  .nav-links .nav-contact {
    margin-top: 6px;
    text-align: center;
  }

  .hero-grid,
  .two-column,
  .interests-grid,
  .contact-grid {
    grid-template-columns: 1fr;
  }

  .hero-grid {
    gap: 40px;
    padding-block: 68px 82px;
  }

  .hero-visual {
    min-height: 570px;
  }

  .portrait-frame {
    left: 50%;
    right: auto;
    width: min(78vw, 450px);
    transform: translateX(-42%);
  }

  .logo-medallion {
    left: 5%;
  }

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

  .two-column,
  .contact-grid,
  .interests-grid {
    gap: 40px;
  }
}

@media (max-width: 620px) {
  .container {
    width: min(calc(100% - 26px), var(--container));
  }

  .brand small {
    display: none;
  }

  .hero h1 {
    font-size: clamp(3rem, 17vw, 4.8rem);
  }

  .hero-visual {
    min-height: 490px;
  }

  .portrait-frame {
    width: min(86vw, 390px);
    transform: translateX(-48%);
  }

  .logo-medallion {
    width: 150px;
    left: 0;
  }

  .section {
    padding-block: 78px;
  }

  .field-row {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .contact-form,
  .quote-panel,
  .card {
    padding: 24px;
  }

  .footer-grid,
  .footer-bottom {
    flex-direction: column;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.001ms !important;
    animation-duration: 0.001ms !important;
    animation-iteration-count: 1 !important;
  }
}
