@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@400;500;600&family=Manrope:wght@400;500;600;700&display=swap');

:root {
  --teal-950: #003a40;
  --teal-900: #004a51;
  --teal-850: #07575d;
  --teal-700: #0c6a70;
  --teal-150: #dbeaec;
  --teal-075: #edf5f4;
  --ink: #102d31;
  --muted: #61767a;
  --gold: #c79a58;
  --gold-soft: #e2c79d;
  --cream: #f5f2eb;
  --paper: #fbfaf7;
  --white: #ffffff;
  --line: rgba(16, 45, 49, .14);
  --shadow: 0 24px 70px rgba(0, 45, 51, .13);
  --radius: 22px;
  --serif: Georgia, 'Times New Roman', serif;
  --sans: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: var(--sans);
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
button, input, textarea, select { font: inherit; }
button { cursor: pointer; }
.container { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }
.narrow { width: min(780px, 100%); }
.eyebrow {
  margin: 0 0 14px;
  color: var(--gold);
  font-size: .76rem;
  font-weight: 800;
  letter-spacing: .19em;
  text-transform: uppercase;
}
h1, h2, h3, h4 { margin: 0; line-height: 1.08; font-family: var(--serif); font-weight: 500; }
h1 { font-size: clamp(2.85rem, 6vw, 5.65rem); letter-spacing: -.045em; }
h2 { font-size: clamp(2.05rem, 4vw, 3.55rem); letter-spacing: -.035em; }
h3 { font-size: clamp(1.35rem, 2.2vw, 1.8rem); }
p { margin: 0 0 1.1rem; }
.lead { font-size: clamp(1.08rem, 1.7vw, 1.32rem); color: #dce7e8; max-width: 760px; }
.section-lead { font-size: 1.17rem; color: var(--muted); max-width: 760px; }
.section { padding: 104px 0; }
.section-sm { padding: 74px 0; }
.section-dark { color: var(--white); background: var(--teal-950); }
.section-soft { background: var(--teal-075); }
.section-cream { background: var(--cream); }
.gold-rule { width: 76px; height: 2px; margin: 24px 0 28px; background: var(--gold); }

/* Header */
.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  border-bottom: 1px solid rgba(255,255,255,.08);
  background: rgba(0,58,64,.96);
  backdrop-filter: blur(16px);
}
.nav-wrap { min-height: 82px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { display: flex; align-items: center; gap: 13px; color: white; min-width: 218px; }
.brand-mark { width: 46px; height: 46px; border-radius: 10px; overflow: hidden; border: 1px solid rgba(255,255,255,.18); }
.brand-mark img { width: 100%; height: 100%; object-fit: cover; }
.brand-copy { line-height: 1; }
.brand-name { display: block; font-family: var(--serif); font-size: 1.22rem; letter-spacing: .16em; }
.brand-tag { display: block; margin-top: 6px; color: var(--gold-soft); font-size: .58rem; letter-spacing: .18em; text-transform: uppercase; }
.main-nav { display: flex; align-items: center; gap: 24px; }
.main-nav > a, .nav-drop > button {
  color: rgba(255,255,255,.84);
  background: none;
  border: 0;
  padding: 28px 0;
  font-size: .86rem;
  font-weight: 700;
}
.main-nav > a:hover, .nav-drop > button:hover, .main-nav > a[aria-current="page"] { color: white; }
.nav-drop { position: relative; }
.nav-drop-menu {
  position: absolute;
  top: 70px;
  left: -24px;
  width: 325px;
  padding: 12px;
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 16px;
  background: #063f45;
  box-shadow: var(--shadow);
  opacity: 0;
  visibility: hidden;
  transform: translateY(8px);
  transition: .2s ease;
}
.nav-drop:hover .nav-drop-menu, .nav-drop:focus-within .nav-drop-menu { opacity: 1; visibility: visible; transform: translateY(0); }
.nav-drop-menu a { display: block; padding: 10px 12px; color: rgba(255,255,255,.78); border-radius: 10px; font-size: .83rem; }
.nav-drop-menu a:hover { color: white; background: rgba(255,255,255,.07); }
.header-cta { padding: 12px 17px !important; border: 1px solid var(--gold) !important; border-radius: 999px; color: white !important; white-space: nowrap; }
.menu-toggle { display: none; width: 44px; height: 44px; border: 1px solid rgba(255,255,255,.2); border-radius: 10px; color: white; background: transparent; }

/* Hero */
.hero {
  position: relative;
  overflow: hidden;
  min-height: 720px;
  display: flex;
  align-items: center;
  color: white;
  background:
    radial-gradient(circle at 85% 12%, rgba(24, 127, 132, .55), transparent 32%),
    radial-gradient(circle at 5% 100%, rgba(199,154,88,.18), transparent 28%),
    linear-gradient(135deg, #002f35 0%, #004c53 58%, #003b40 100%);
}
.hero::before, .hero::after {
  content: '';
  position: absolute;
  border: 1px solid rgba(255,255,255,.09);
  border-radius: 50%;
}
.hero::before { width: 560px; height: 560px; top: -240px; right: -180px; }
.hero::after { width: 760px; height: 760px; bottom: -520px; left: -320px; }
.hero-grid { position: relative; z-index: 2; display: grid; grid-template-columns: 1.15fr .65fr; gap: 64px; align-items: center; padding: 110px 0; }
.hero-copy p + p { margin-top: 10px; }
.hero-logo-card {
  position: relative;
  justify-self: end;
  width: min(440px, 100%);
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 28px;
  overflow: hidden;
  box-shadow: 0 40px 100px rgba(0,0,0,.25);
}
.hero-logo-card::after { content:''; position:absolute; inset:0; box-shadow: inset 0 0 60px rgba(0,0,0,.14); pointer-events:none; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 34px; }
.btn { display: inline-flex; align-items: center; justify-content: center; min-height: 50px; padding: 13px 21px; border-radius: 999px; font-size: .88rem; font-weight: 800; transition: .2s ease; }
.btn-primary { color: #173236; background: var(--gold-soft); }
.btn-primary:hover { transform: translateY(-2px); background: white; }
.btn-secondary { color: white; border: 1px solid rgba(255,255,255,.34); }
.btn-secondary:hover { background: rgba(255,255,255,.08); border-color: white; }
.btn-dark { color: white; background: var(--teal-900); }
.btn-dark:hover { transform: translateY(-2px); background: var(--teal-700); }
.btn-outline { border: 1px solid var(--teal-900); color: var(--teal-900); }
.btn-outline:hover { color: white; background: var(--teal-900); }
.page-hero { min-height: 470px; }
.page-hero .hero-grid { grid-template-columns: 1fr; max-width: 930px; padding: 98px 0; }
.page-hero h1 { font-size: clamp(2.7rem, 5vw, 4.8rem); }
.page-hero .lead { max-width: 860px; }

/* Layout & cards */
.split { display: grid; grid-template-columns: 1fr 1fr; gap: 72px; align-items: start; }
.split-60 { grid-template-columns: 1.25fr .75fr; }
.cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.card {
  position: relative;
  padding: 30px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--white);
  box-shadow: 0 10px 35px rgba(0, 53, 59, .05);
  transition: .22s ease;
}
.card:hover { transform: translateY(-5px); box-shadow: var(--shadow); border-color: rgba(199,154,88,.55); }
.card-index { display: inline-flex; align-items:center; justify-content:center; width: 42px; height: 42px; margin-bottom: 34px; border-radius: 50%; color: var(--gold); background: var(--teal-075); font-weight: 900; font-size: .78rem; }
.card p { color: var(--muted); }
.card-link { display: inline-flex; align-items: center; gap: 8px; margin-top: 12px; color: var(--teal-700); font-size: .86rem; font-weight: 800; }
.card-link::after { content: '→'; transition: transform .2s ease; }
.card-link:hover::after { transform: translateX(4px); }
.expertise-card { min-height: 365px; display: flex; flex-direction: column; }
.expertise-card .card-link { margin-top: auto; }
.principles { display: grid; grid-template-columns: repeat(5, 1fr); gap: 16px; }
.principle { padding: 24px 20px; border-top: 2px solid var(--gold); background: rgba(255,255,255,.05); }
.principle h3 { font-family: var(--sans); font-size: 1rem; font-weight: 800; margin-bottom: 10px; }
.principle p { color: rgba(255,255,255,.68); font-size: .9rem; }
.quote-panel { padding: 44px; border: 1px solid rgba(199,154,88,.4); border-radius: 26px; background: var(--teal-950); color: white; box-shadow: var(--shadow); }
.quote-panel p { font-family: var(--serif); font-size: clamp(1.55rem, 2.6vw, 2.4rem); line-height: 1.25; }
.feature-list, .tick-list, .role-grid { list-style: none; padding: 0; margin: 0; }
.tick-list { display: grid; gap: 12px; }
.tick-list li { position: relative; padding-left: 28px; }
.tick-list li::before { content: '✓'; position: absolute; left: 0; color: var(--gold); font-weight: 900; }
.role-grid { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 11px 30px; }
.role-grid li { padding: 11px 0; border-bottom: 1px solid var(--line); }
.pill-row { display: flex; flex-wrap: wrap; gap: 9px; margin-top: 24px; }
.pill { padding: 8px 12px; border-radius: 999px; background: var(--teal-075); color: var(--teal-900); font-size: .78rem; font-weight: 700; }
.stats-band { display:grid; grid-template-columns: repeat(4, 1fr); gap: 1px; background: rgba(255,255,255,.1); border: 1px solid rgba(255,255,255,.1); }
.stat { padding: 28px; background: var(--teal-950); }
.stat strong { display:block; margin-bottom:8px; color: var(--gold-soft); font-family: var(--serif); font-size: 1.65rem; font-weight:500; }
.stat span { color: rgba(255,255,255,.7); font-size:.88rem; }

/* Process */
.process { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; counter-reset: stage; }
.process-card { padding: 28px; border: 1px solid var(--line); border-radius: 18px; background: white; }
.process-card::before { counter-increment: stage; content: '0' counter(stage); display:block; margin-bottom:28px; color:var(--gold); font-weight:900; letter-spacing:.1em; }
.process-card h3 { margin-bottom: 10px; }
.process-card p { color: var(--muted); }

/* People */
.profile { display: grid; grid-template-columns: 220px 1fr; gap: 36px; padding: 38px; border: 1px solid var(--line); border-radius: 24px; background: white; }
.profile + .profile { margin-top: 28px; }
.profile-visual { min-height: 235px; display: grid; place-items: center; border-radius: 18px; color: var(--gold-soft); background: linear-gradient(145deg, var(--teal-950), var(--teal-700)); }
.profile-visual span { font-family: var(--serif); font-size: 4.5rem; }
.profile-title { margin: 8px 0 22px; color: var(--gold); font-weight: 800; font-size: .82rem; letter-spacing:.08em; text-transform:uppercase; }

/* Forms */
.form-shell { padding: 38px; border: 1px solid var(--line); border-radius: 24px; background: white; box-shadow: 0 18px 55px rgba(0, 53, 59, .07); }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 19px; }
.field { display: grid; gap: 7px; }
.field.full { grid-column: 1 / -1; }
label { font-size: .82rem; font-weight: 800; color: var(--ink); }
input, select, textarea {
  width: 100%;
  border: 1px solid rgba(16,45,49,.22);
  border-radius: 12px;
  padding: 13px 14px;
  color: var(--ink);
  background: #fff;
  outline: none;
}
input:focus, select:focus, textarea:focus { border-color: var(--gold); box-shadow: 0 0 0 4px rgba(199,154,88,.13); }
textarea { min-height: 130px; resize: vertical; }
.consent { display:flex; gap: 11px; align-items:flex-start; color:var(--muted); font-size:.78rem; }
.consent input { width: auto; margin-top:4px; }
.form-status { display:none; margin-top:18px; padding:14px 16px; border-radius:12px; color:#164b38; background:#e5f4ea; font-weight:700; }
.route-tabs { display:flex; gap:8px; flex-wrap:wrap; margin-bottom:28px; }
.route-tab { border:1px solid var(--line); border-radius:999px; padding:10px 15px; color:var(--teal-900); background:white; font-weight:800; }
.route-tab.active { color:white; background:var(--teal-900); }
.route-panel { display:none; }
.route-panel.active { display:block; }

/* CTA */
.cta-band { position:relative; overflow:hidden; padding:70px 0; color:white; background:linear-gradient(120deg,var(--teal-950),var(--teal-700)); }
.cta-band::after { content:''; position:absolute; width:440px; height:440px; border:1px solid rgba(255,255,255,.12); border-radius:50%; right:-190px; top:-220px; }
.cta-row { position:relative; z-index:2; display:flex; align-items:center; justify-content:space-between; gap:32px; }
.cta-row p { max-width:650px; color:rgba(255,255,255,.72); }

/* Footer */
.site-footer { padding: 72px 0 28px; color: white; background: #002f34; }
.footer-grid { display: grid; grid-template-columns: 1.45fr 1fr 1fr; gap: 70px; }
.footer-brand { max-width: 500px; color: rgba(255,255,255,.69); }
.footer-title { margin-bottom: 16px; color: var(--gold-soft); font-size:.72rem; font-weight:900; letter-spacing:.16em; text-transform:uppercase; }
.footer-links { display:grid; gap:10px; }
.footer-links a { color:rgba(255,255,255,.72); font-size:.88rem; }
.footer-links a:hover { color:white; }
.footer-bottom { display:flex; justify-content:space-between; gap:20px; margin-top:58px; padding-top:22px; border-top:1px solid rgba(255,255,255,.1); color:rgba(255,255,255,.48); font-size:.78rem; }

/* Legal */
.legal h2 { margin-top: 50px; font-size: 2rem; }
.legal h3 { margin-top: 30px; font-family: var(--sans); font-size: 1.1rem; font-weight: 800; }
.legal p, .legal li { color: var(--muted); }
.notice { padding: 18px 20px; border-left: 3px solid var(--gold); background: var(--cream); }

/* Reveal */
.reveal { opacity: 0; transform: translateY(18px); transition: opacity .65s ease, transform .65s ease; }
.reveal.visible { opacity: 1; transform: none; }

@media (max-width: 1050px) {
  .main-nav { gap: 15px; }
  .main-nav > a, .nav-drop > button { font-size: .78rem; }
  .hero-grid { grid-template-columns: 1fr .55fr; gap: 34px; }
  .cards { grid-template-columns: repeat(2,1fr); }
  .principles { grid-template-columns: repeat(3,1fr); }
}
@media (max-width: 1080px) {
  .menu-toggle { display:block; }
  .main-nav {
    position:absolute;
    inset:82px 0 auto 0;
    display:none;
    padding:18px 24px 28px;
    background:#003a40;
    border-top:1px solid rgba(255,255,255,.08);
  }
  .main-nav.open { display:grid; }
  .main-nav > a, .nav-drop > button { width:100%; padding:10px 0; text-align:left; font-size:.9rem; }
  .nav-drop-menu { position:static; width:100%; opacity:1; visibility:visible; transform:none; display:none; box-shadow:none; border:0; background:rgba(255,255,255,.04); }
  .nav-drop.open .nav-drop-menu { display:block; }
  .header-cta { display:inline-flex; width:max-content !important; padding:10px 15px !important; }
  .hero { min-height:auto; }
  .hero-grid { grid-template-columns:1fr; padding:86px 0; }
  .hero-logo-card { justify-self:start; width:min(420px,90%); }
  .split, .split-60 { grid-template-columns:1fr; gap:42px; }
  .principles { grid-template-columns:repeat(2,1fr); }
  .stats-band { grid-template-columns:repeat(2,1fr); }
  .process { grid-template-columns:repeat(2,1fr); }
  .profile { grid-template-columns:1fr; }
  .profile-visual { min-height:160px; }
  .footer-grid { grid-template-columns:1fr 1fr; }
  .footer-grid > :first-child { grid-column:1/-1; }
}
@media (max-width: 620px) {
  .container { width:min(100% - 28px, 1180px); }
  .brand-tag { display:none; }
  .brand-name { font-size:1.04rem; }
  .section { padding:78px 0; }
  .cards, .process, .form-grid, .role-grid, .principles, .footer-grid { grid-template-columns:1fr; }
  .stats-band { grid-template-columns:1fr; }
  .hero-actions { align-items:stretch; }
  .hero-actions .btn { width:100%; }
  .hero-logo-card { width:100%; }
  .cta-row, .footer-bottom { align-items:flex-start; flex-direction:column; }
  .form-shell, .profile, .quote-panel { padding:25px; }
}


/* Revision: complete brand name, clean monogram variants, image-led premium layout */
.brand { min-width: 244px; gap: 10px; }
.brand-mark { width: 42px; height: 48px; flex: 0 0 auto; border: 0; border-radius: 0; overflow: visible; }
.brand-mark img { width: 100%; height: 100%; object-fit: contain; }
.brand-mark-footer { width: 46px; height: 52px; }
.brand-name { font-size: 1.02rem; letter-spacing: .105em; white-space: nowrap; }
.brand-tag { margin-top: 7px; font-size: .54rem; letter-spacing: .15em; }

/* Remove decorative numbering from cards and process boxes */
.card-index { display: none !important; }
.process { counter-reset: none; }
.process-card::before { content: none !important; display: none !important; }
.card h3, .process-card h3 { margin-bottom: 15px; }
.card::before, .process-card::before { content: ''; }
.card:not(.visual-card)::after, .process-card::after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 30px;
  width: 52px;
  height: 2px;
  background: var(--gold);
}
.process-card { position: relative; padding-top: 34px; }
.process-card::after { left: 28px; }
.expertise-card { min-height: 320px; padding-top: 38px; }

/* More cinematic, image-led home hero */
.home-hero { min-height: 760px; }
.home-hero .hero-grid { grid-template-columns: minmax(0, 1.12fr) minmax(360px, .82fr); gap: 54px; }
.hero-media {
  position: relative;
  justify-self: end;
  width: min(510px, 100%);
  min-height: 565px;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 3px 48px 3px 48px;
  box-shadow: 0 40px 110px rgba(0,0,0,.34);
}
.hero-photo { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.hero-media-shade { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(0,47,52,.06), rgba(0,47,52,.78)); }
.hero-media-mark { position: absolute; z-index: 2; top: 36px; right: 34px; width: 154px; opacity: .86; }
.hero-media-caption { position: absolute; z-index: 2; left: 34px; right: 34px; bottom: 32px; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.45); }
.hero-media-caption strong { display: block; font-family: var(--serif); font-weight: 500; letter-spacing: .13em; }
.hero-media-caption span { display: block; margin-top: 7px; color: var(--gold-soft); font-size: .68rem; letter-spacing: .18em; text-transform: uppercase; }

/* Image-led page heroes with the gold monogram watermark */
.page-hero-photo { background-position: center; background-size: cover; }
.page-hero-city { background-image: linear-gradient(90deg, rgba(0,47,52,.95) 0%, rgba(0,58,64,.83) 48%, rgba(0,58,64,.45) 100%), url('city-london.webp'); }
.page-hero-marina { background-image: linear-gradient(90deg, rgba(0,47,52,.96) 0%, rgba(0,58,64,.85) 52%, rgba(0,58,64,.45) 100%), url('marina-lifestyle.webp'); }
.page-hero-architecture { background-image: linear-gradient(90deg, rgba(0,47,52,.96) 0%, rgba(0,58,64,.84) 50%, rgba(0,58,64,.48) 100%), url('architecture.webp'); }
.page-hero-photo::before { content: ''; position: absolute; inset: 0; width: auto; height: auto; border: 0; border-radius: 0; background: linear-gradient(180deg, rgba(0,0,0,.04), rgba(0,0,0,.20)); }
.page-hero-photo::after { content: ''; position: absolute; width: 260px; height: 240px; right: 6%; bottom: -42px; left: auto; top: auto; border: 0; border-radius: 0; background: url('logo-symbol-gold.png') center/contain no-repeat; opacity: .28; }
.page-hero-photo .hero-grid { position: relative; z-index: 3; }

/* Editorial visual market navigation, inspired by premium executive-search sites */
.visual-markets { background: #f7f4ed; }
.visual-intro { display: grid; grid-template-columns: 1.05fr .8fr; gap: 64px; align-items: end; margin-bottom: 42px; }
.visual-grid { display: grid; grid-template-columns: 1.25fr .75fr; grid-template-rows: repeat(2, 300px); gap: 20px; }
.visual-card { position: relative; overflow: hidden; min-height: 300px; border-radius: 3px 28px 3px 28px; color: white; box-shadow: 0 24px 70px rgba(0,45,51,.14); }
.visual-card-wide { grid-row: 1 / 3; }
.visual-card > img:first-child { width: 100%; height: 100%; object-fit: cover; transition: transform .7s ease; }
.visual-card:hover > img:first-child { transform: scale(1.035); }
.visual-overlay { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(0,47,52,.06), rgba(0,47,52,.86)); }
.visual-mark { position: absolute; top: 22px; right: 24px; width: 86px; opacity: .72; }
.visual-copy { position: absolute; z-index: 2; left: 28px; right: 28px; bottom: 26px; }
.visual-copy small { display: block; margin-bottom: 10px; color: var(--gold-soft); font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.visual-copy strong { display: block; max-width: 520px; font-family: var(--serif); font-size: clamp(1.45rem, 2.6vw, 2.35rem); font-weight: 500; line-height: 1.14; }
.visual-copy em { display: inline-block; margin-top: 16px; font-style: normal; font-size: .82rem; font-weight: 800; }

/* Branded photographic quote panel */
.image-quote { position: relative; min-height: 430px; overflow: hidden; display: flex; align-items: flex-end; border-radius: 3px 34px 3px 34px; }
.image-quote-photo { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.image-quote-overlay { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(0,47,52,.12), rgba(0,47,52,.9)); }
.image-quote-mark { position: absolute; top: 28px; right: 28px; width: 112px; opacity: .8; }
.image-quote p { position: relative; z-index: 2; }

/* Subtle brand watermark in dark sections and CTA */
.section-dark, .cta-band { isolation: isolate; }
.section-dark::after { content: ''; position: absolute; right: 2%; bottom: -80px; width: 320px; height: 300px; background: url('logo-symbol-white.png') center/contain no-repeat; opacity: .035; pointer-events: none; }
.section-dark { position: relative; overflow: hidden; }

@media (max-width: 1080px) {
  .brand { min-width: 0; }
  .home-hero .hero-grid { grid-template-columns: 1fr; }
  .hero-media { justify-self: start; width: min(720px, 100%); min-height: 500px; }
  .visual-intro { grid-template-columns: 1fr; gap: 22px; }
}
@media (max-width: 760px) {
  .brand-name { font-size: .9rem; letter-spacing: .08em; }
  .brand-mark { width: 36px; height: 42px; }
  .visual-grid { grid-template-columns: 1fr; grid-template-rows: none; }
  .visual-card, .visual-card-wide { grid-row: auto; min-height: 360px; }
  .page-hero-photo::after { width: 170px; height: 160px; right: -18px; bottom: -28px; }
}
@media (max-width: 620px) {
  .brand-tag { display: block; font-size: .46rem; }
  .brand-name { font-size: .77rem; }
  .hero-media { min-height: 410px; }
  .hero-media-mark { width: 112px; top: 24px; right: 22px; }
  .hero-media-caption { left: 24px; right: 24px; bottom: 24px; }
  .visual-card, .visual-card-wide { min-height: 320px; }
}

/* Revision v3: consistent typography and direct contact details */
:root {
  --serif: Georgia, 'Times New Roman', serif;
  --sans: 'Segoe UI', Arial, Helvetica, sans-serif;
}

body,
button,
input,
textarea,
select,
.main-nav,
.eyebrow,
.brand-tag,
.profile-title,
.pill,
.btn,
.footer-title,
.footer-links,
.contact-method-label {
  font-family: var(--sans);
}

h1,
h2,
h3,
h4,
.brand-name,
.quote-panel p,
.profile-visual span,
.stat strong,
.hero-media-caption strong,
.visual-copy strong,
.principle h3,
.legal h3 {
  font-family: var(--serif);
  font-weight: 500;
}

h1 { line-height: 1.04; }
h2 { line-height: 1.1; }
h3, h4 { line-height: 1.18; }

.principle h3,
.legal h3 {
  font-size: 1.18rem;
  letter-spacing: -.015em;
}

.card h3,
.process-card h3,
.profile h2 {
  letter-spacing: -.02em;
}

.contact-strip-section {
  padding: 46px 0 0;
  background: var(--paper);
}

.contact-strip {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(460px, .95fr);
  gap: 54px;
  align-items: center;
  padding: 38px 42px;
  border: 1px solid var(--line);
  border-radius: 24px;
  background: var(--white);
  box-shadow: 0 18px 55px rgba(0, 53, 59, .07);
}

.contact-strip h2 {
  font-size: clamp(1.9rem, 3vw, 2.75rem);
  margin-bottom: 12px;
}

.contact-strip-intro > p:last-child {
  max-width: 600px;
  margin-bottom: 0;
  color: var(--muted);
}

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

.contact-method {
  display: grid;
  gap: 5px;
  padding: 18px 20px;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: var(--teal-075);
  transition: transform .2s ease, border-color .2s ease, background .2s ease;
}

.contact-method:hover {
  transform: translateY(-2px);
  border-color: rgba(199, 154, 88, .65);
  background: var(--cream);
}

.contact-method-label {
  color: var(--gold);
  font-size: .7rem;
  font-weight: 800;
  letter-spacing: .15em;
  text-transform: uppercase;
}

.contact-method strong {
  color: var(--teal-950);
  font-size: 1.03rem;
  font-weight: 700;
  overflow-wrap: anywhere;
}

.footer-contact {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 24px;
  margin-top: 18px;
}

.footer-contact a {
  color: var(--gold-soft);
  font-size: .91rem;
  font-weight: 700;
}

.footer-contact a:hover {
  color: var(--white);
}

@media (max-width: 900px) {
  .contact-strip {
    grid-template-columns: 1fr;
    gap: 28px;
  }
}

@media (max-width: 620px) {
  .contact-strip-section { padding-top: 28px; }
  .contact-strip { padding: 26px; }
  .footer-contact { display: grid; gap: 6px; }
}


/* Revision v4: address, Juneid headshot and yacht inset hero */
.profile-photo {
  overflow: hidden;
  background: linear-gradient(145deg, #d6dfdf, #f7f7f4);
}

.profile-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.footer-address {
  margin-top: 16px;
  color: rgba(255,255,255,.78);
  font-style: normal;
  line-height: 1.7;
  font-size: .9rem;
}

.footer-address-label {
  display: block;
  margin-bottom: 4px;
  color: var(--gold-soft);
  font-size: .72rem;
  font-weight: 800;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.hero-inset {
  position: absolute;
  right: -28px;
  bottom: -30px;
  width: min(248px, 44%);
  min-height: 215px;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 3px 24px 3px 24px;
  box-shadow: 0 26px 60px rgba(0,0,0,.28);
  z-index: 3;
}

.hero-inset img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-inset-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0,47,52,.06), rgba(0,47,52,.88));
}

.hero-inset-copy {
  position: absolute;
  left: 18px;
  right: 18px;
  bottom: 18px;
  z-index: 2;
  color: white;
}

.hero-inset-copy small {
  display: block;
  margin-bottom: 9px;
  color: var(--gold-soft);
  font-size: .66rem;
  font-weight: 800;
  letter-spacing: .15em;
  text-transform: uppercase;
}

.hero-inset-copy strong {
  display: block;
  font-family: var(--serif);
  font-size: 1.02rem;
  font-weight: 500;
  line-height: 1.25;
}

.contact-method strong br {
  content: '';
}

@media (max-width: 1080px) {
  .hero-inset {
    right: 18px;
    bottom: 18px;
    width: min(250px, 42%);
  }
}

@media (max-width: 620px) {
  .hero-inset {
    position: relative;
    right: auto;
    bottom: auto;
    width: 100%;
    min-height: 220px;
    margin-top: 18px;
  }

  .footer-address {
    margin-top: 10px;
  }
}


/* Revision v5: clean separate maritime inset image */
.hero-inset-clean {
  background: #fff;
}

.hero-inset-clean img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}


/* Revision v6: square executive headshot frame */
.profile {
  align-items: start;
}

.profile-photo {
  width: 220px;
  aspect-ratio: 1 / 1;
  min-height: 0;
  align-self: start;
  justify-self: start;
  border-radius: 18px;
}

.profile-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 18%;
}

@media (max-width: 1080px) {
  .profile-photo {
    width: min(280px, 100%);
  }
}

@media (max-width: 620px) {
  .profile-photo {
    width: 100%;
    max-width: 280px;
  }
}


/* Revision v7: homepage branded collage hero */
.hero-media-collage {
  min-height: 565px;
  border-radius: 4px 44px 4px 44px;
  background: rgba(255,255,255,.04);
}

.hero-media-collage .hero-photo {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

@media (max-width: 1080px) {
  .hero-media-collage {
    min-height: 500px;
  }
}

@media (max-width: 620px) {
  .hero-media-collage {
    min-height: 390px;
  }
}


/* Revision v8: Teji Cowie-aligned typography and Alex profile image */
:root {
  --serif: 'Montserrat', 'Helvetica Neue', Arial, sans-serif;
  --sans: 'Montserrat', 'Helvetica Neue', Arial, sans-serif;
}

body {
  font-family: var(--sans);
  font-weight: 400;
  letter-spacing: -.005em;
}

h1, h2, h3, h4,
.brand-name,
.quote-panel p,
.stat strong,
.hero-media-caption strong,
.visual-copy strong,
.principle h3,
.legal h3,
.profile-visual span {
  font-family: var(--sans);
  font-weight: 400;
}

h1 { letter-spacing: -.045em; }
h2 { letter-spacing: -.035em; }
h3, h4 { letter-spacing: -.02em; }

.eyebrow,
.brand-tag,
.profile-title,
.footer-title,
.contact-method-label {
  font-family: var(--sans);
  font-weight: 600;
}

.main-nav > a,
.nav-drop > button,
.btn,
.card-link,
.pill,
label {
  font-family: var(--sans);
  font-weight: 600;
}

.profile-photo-alex img {
  object-fit: cover;
  object-position: center;
}


/* Netlify Forms spam-protection field */
.form-honeypot { position: absolute !important; left: -9999px !important; width: 1px; height: 1px; overflow: hidden; }


/* Revision v10: premium editorial typography */
:root {
  --serif: 'Cormorant Garamond', Georgia, 'Times New Roman', serif;
  --sans: 'Manrope', 'Segoe UI', Arial, sans-serif;
}

body,
button,
input,
textarea,
select,
.main-nav,
.eyebrow,
.brand-tag,
.profile-title,
.pill,
.btn,
.footer-title,
.footer-links,
.contact-method-label,
.card-link,
label {
  font-family: var(--sans);
}

body {
  font-weight: 400;
  letter-spacing: 0;
}

h1,
h2,
h3,
h4,
.brand-name,
.quote-panel p,
.stat strong,
.hero-media-caption strong,
.visual-copy strong,
.principle h3,
.legal h3,
.profile-visual span {
  font-family: var(--serif);
  font-weight: 500;
}

h1 {
  line-height: .98;
  letter-spacing: -.025em;
}

h2 {
  line-height: 1.02;
  letter-spacing: -.02em;
}

h3,
h4 {
  line-height: 1.12;
  letter-spacing: -.012em;
}

.brand-name {
  font-weight: 600;
  letter-spacing: .14em;
}

.quote-panel p,
.visual-copy strong,
.hero-media-caption strong {
  font-weight: 500;
}

.eyebrow,
.brand-tag,
.profile-title,
.footer-title,
.contact-method-label {
  font-weight: 700;
  letter-spacing: .17em;
}

.main-nav > a,
.nav-drop > button,
.btn,
.card-link,
.pill,
label {
  font-weight: 600;
}

.lead,
.section-lead,
.card p,
.process-card p,
.footer-brand,
.footer-contact,
.footer-address,
.contact-method strong {
  font-family: var(--sans);
}

.profile h2,
.card h3,
.process-card h3 {
  font-weight: 600;
}

@media (max-width: 620px) {
  h1 { line-height: 1.02; }
  h2 { line-height: 1.06; }
}
