:root {
  --navy: #1a2e4e;
  --navy-dark: #10243e;
  --gold: #d89556;
  --cream: #f7f1e6;
  --text: #6b6f76;
  --white: #ffffff;
  --max: 1440px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: Inter, sans-serif;
  color: var(--text);
  background: var(--white);
  overflow-x: hidden;
}

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

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

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

.narrow {
  max-width: 780px;
}

.center {
  text-align: center;
}

.section {
  padding: clamp(72px, 9vw, 150px) 0;
}

.warm {
  background: var(--cream);
}

.section-dark {
  background: var(--navy);
  color: var(--white);
}

h1,
h2,
h3,
blockquote {
  margin: 0;
  font-family: "Cormorant Garamond", serif;
  color: var(--navy);
  font-weight: 400;
}

.section-dark h1,
.section-dark h2,
.section-dark h3,
.section-dark blockquote {
  color: var(--white);
}

h1 {
  font-size: clamp(56px, 8vw, 112px);
  line-height: .9;
  letter-spacing: -0.04em;
}

h2 {
  font-size: clamp(40px, 5vw, 64px);
  line-height: 1;
  letter-spacing: -0.03em;
  font-weight: 200 !important;
}

h3 {
  font-size: clamp(26px, 2.4vw, 34px);
  line-height: 1.08;
}

p {
  line-height: 1.75;
  margin: 0 0 18px;
}

em {
  color: var(--gold);
  font-style: italic;
}

.lead {
  font-size: clamp(16px, 1.5vw, 20px);
  color: rgba(255, 255, 255, .82);
  font-weight: 200;
}

.subhead {
  color: var(--gold);
  font-weight: 500;
}

.small-note {
  font-size: 14px;
  color: var(--text);
  margin-top: 30px;
}

.light {
  color: rgba(255, 255, 255, .7);
}

.kicker,
.eyebrow {
  color: var(--gold);
  font-size: 12px;
  font-weight: 500;
  letter-spacing: .04em;
  text-transform: none;
  margin-bottom: 22px;
}

.kicker::before,
.kicker::after {
  content: "";
  display: inline-block;
  width: 32px;
  height: 1px;
  margin: 0 14px 4px 0;
  background: var(--gold);
}

.kicker:not(.centered)::after {
  display: none;
}

.kicker.centered::after {
  margin: 0 0 4px 14px;
}

.site-header {
  position: absolute;
  z-index: 20;
  top: 0;
  left: 0;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  padding: 28px clamp(24px, 4vw, 72px);
  color: var(--white);
}

.logo {
  width: 98px;
  height: 96px;
  display: block;
  background: url("./images/logo.png") center / contain no-repeat;
}

.main-nav {
  display: flex;
  align-items: center;
  gap: clamp(18px, 2vw, 34px);
  font-size: 13px;
}

.lang {
  opacity: .75;
  display: none;
}

.lang strong {
  color: var(--gold);
}

.hero {
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(rgba(10, 24, 42, .25), rgba(10, 24, 42, .25)), url("./images/home-back.jpg") center / cover no-repeat;
  padding: 150px 0 110px;
}

.hero-content {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.hero .lead {
  max-width: 650px;
  margin-top: 28px;
}

.button-row {
  display: flex;
  gap: 18px;
  flex-wrap: wrap;
  margin-top: 38px;
}

.center-row {
  justify-content: center;
}

.button {
  min-height: 54px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  padding: 0 30px;
  border: 1px solid currentColor;
  font-size: 13px;
  font-weight: 500;
  transition: transform .25s ease, opacity .25s ease, background .25s ease;
}

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

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

.button.ghost {
  color: var(--white);
  border-color: rgba(255, 255, 255, .35);
}

.button.outline {
  color: var(--navy);
  border-color: rgba(26, 46, 78, .25);
  margin-top: 44px;
}

.split {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: clamp(48px, 7vw, 120px);
}

.split>* {
  flex: 1 1 0;
}

.copy-block {
  max-width: 700px;
}

.copy-block h2 {
  margin-bottom: 32px;
}

.compact p {
  font-size: 15px;
  line-height: 1.7;
}

.intro {
  max-width: 900px;
  margin-bottom: 64px;
}

.intro h2 {
  margin-bottom: 22px;
}

.image-stat-wrap {
  position: relative;
  min-height: 560px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.decor-image {
  width: 100%;
  height: 700px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.decor-about {
  max-width: 520px;
  background-image: url("./images/advisory_sand.jpg");
  background-size: cover;
  background-position: center left;
}

.decor-family {
  background-image: url("./images/decor_family.jpg");
  min-height: 500px;
}

.stat-card {
  position: absolute;
  right: 0;
  bottom: -40px;
  display: flex;
  gap: 36px;
  background: var(--navy);
  color: var(--white);
  padding: 32px 40px;
}

.stat-card strong,
.mini-stats strong {
  display: block;
  font-family: "Cormorant Garamond", serif;
  font-size: 52px;
  line-height: .9;
  color: var(--gold);
  font-weight: 400;
}

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

.stat-card span,
.mini-stats span {
  display: block;
  font-size: 11px;
  line-height: 1.4;
}

.card-grid {
  display: grid;
  gap: 24px;
}

.card-grid.four {
  grid-template-columns: repeat(4, 1fr);
}

.card-grid.three {
  grid-template-columns: repeat(3, 1fr);
}

.service-card {
  background: var(--white);
  padding: 42px 34px;
  min-height: 320px;
  display: flex;
  flex-direction: column;
  border-top: 3px solid var(--gold);
}

.service-card .roman {
  width: 56px;
  height: 56px;
  border: 1px solid rgba(216, 149, 86, .25);
  border-radius: 50%;
  display: grid;
  place-items: center;
  color: var(--gold);
  font-family: "Cormorant Garamond", serif;
  font-size: 24px;
  margin-bottom: 32px;
}

.service-card p {
  font-size: 15px;
}

.service-card a {
  margin-top: auto;
  color: var(--navy);
  font-size: 12px;
  font-weight: 600;
}

.process-section {
  position: relative;
  overflow: hidden;
}

.process-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 32px;
  text-align: center;
  position: relative;
}

.process-grid::before {
  content: "";
  position: absolute;
  top: 36px;
  left: 12%;
  right: 12%;
  height: 1px;
  background: rgba(255, 255, 255, .15);
}

.process-grid article {
  position: relative;
  z-index: 1;
}

.process-grid span {
  width: 72px;
  height: 72px;
  display: grid;
  place-items: center;
  margin: 0 auto 26px;
  border-radius: 50%;
  background: var(--navy);
  color: var(--gold);
  border: 1px dashed rgba(216, 149, 86, .55);
  font-family: "Cormorant Garamond", serif;
  font-size: 28px;
}

.process-grid p {
  color: rgba(255, 255, 255, .65);
  font-size: 15px;
}

.founder-image {
  min-height: 600px;
}

blockquote {
  font-style: italic;
  color: var(--navy);
  font-size: clamp(24px, 3vw, 38px);
  line-height: 1.15;
  margin: 32px 0;
}

.mini-stats {
  display: flex;
  gap: 34px;
  flex-wrap: wrap;
  margin-top: 34px;
}

.quote-section {
  padding: clamp(84px, 11vw, 170px) 0;
  background: linear-gradient(rgba(16, 36, 62, .7), rgba(16, 36, 62, .7)), url("./images/water_back.jpg") center / cover no-repeat;
}

.quote-mark {
  font-family: "Cormorant Garamond", serif;
  color: var(--gold);
  font-size: 52px;
  line-height: 1;
}

.post-card {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.post-image {
  min-height: 230px;
  background-size: cover;
  background-position: center;
}

.post-1 {
  background-image: url("./images/v12_17.png");
}

.post-2 {
  background-image: url("./images/v12_24.png");
}

.post-3 {
  background-image: url("./images/v2_566.png");
}

.meta {
  color: var(--gold);
  font-size: 12px;
  margin: 0;
}

.post-card h3 {
  color: var(--navy);
  font-size: 28px;
}

.post-card p:not(.meta) {
  font-size: 15px;
}

.contact-grid {
  align-items: flex-start;
}

.contact-list {
  margin-top: 36px;
  display: grid;
  gap: 18px;
}

.contact-list p {
  font-family: "Cormorant Garamond", serif;
  color: var(--navy);
  font-size: 20px;
  line-height: 24px;
}

.contact-list p span {
  font-family: Inter, sans-serif;
  color: #d89556;
  letter-spacing: 3px;
  font-size: 12px;
}

.contact-form {
  background: var(--white);
  padding: clamp(28px, 5vw, 58px);
  box-shadow: 0 20px 80px rgba(16, 36, 62, .08);
}

.contact-form h3 {
  color: var(--navy);
}

.form-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 22px;
  margin: 32px 0;
}

label {
  display: flex;
  flex-direction: column;
  gap: 8px;
  font-size: 13px;
  color: var(--navy);
}

.full {
  grid-column: 1 / -1;
}

input,
select,
textarea {
  width: 100%;
  border: 0;
  border-bottom: 1px solid rgba(26, 46, 78, .18);
  padding: 12px 0;
  font: inherit;
  color: var(--navy);
  background: transparent;
}

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

.site-footer {
  padding: 70px 0 34px;
  background: var(--navy-dark);
}

.footer-grid {
  display: grid;
  grid-template-columns: 2fr 2fr 2fr;
  gap: 56px;
}

.footer-grid p,
.footer-grid a {
  color: rgba(255, 255, 255, .65);
  font-size: 14px;
  display: block;
  margin-bottom: 10px;
}

.footer-grid h4 {
  color: var(--gold);
  margin: 0 0 18px;
  font-size: 13px;
}

.footer-logo {
  margin-bottom: 22px;
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  border-top: 1px solid rgba(255, 255, 255, .12);
  margin-top: 54px;
  padding-top: 24px;
  color: rgba(255, 255, 255, .45);
  font-size: 12px;
}

.privacy-table-wrapper{
    margin:60px 0;
    overflow-x:auto;
}

.privacy-table{
    width:100%;
    border-collapse:collapse;
    font-size:15px;
    line-height:1.7;
    font-family:var(--font-body, "Inter", sans-serif);
}

.privacy-table th,
.privacy-table td{
    border:1px solid #cfcfcf;
    padding:20px;
    vertical-align:top;
}

.privacy-table thead th{
    background:#e5e5e5;
    font-weight:600;
    text-align:center;
}

.privacy-table thead th:first-child{
    width:78%;
}

.privacy-table thead th:nth-child(2),
.privacy-table thead th:nth-child(3){
    width:11%;
}

.privacy-table td:nth-child(2),
.privacy-table td:nth-child(3){
    text-align:center;
    vertical-align:middle;
    font-weight:500;
}

.privacy-table strong{
    font-weight:600;
}

@media (max-width:768px){

    .privacy-table{
        min-width:700px;
        font-size:14px;
    }

}

@media (max-width: 1100px) {
  .site-header {
    align-items: flex-start;
    gap: 18px;
  }

  .main-nav {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 12px 18px;
    font-size: 12px;
  }

  .card-grid.four,
  .process-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .card-grid.three {
    grid-template-columns: repeat(2, 1fr);
  }

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

@media (max-width: 800px) {
  .section {padding: 76px 0;}
  .container {width: min(calc(100% - 32px), var(--max));  }
  .site-header { position: absolute; padding: 18px 16px;
    flex-direction: column;    align-items: center;
    text-align: center;  }

  .main-nav {
    width: 100%;
    justify-content: center;
    gap: 10px 16px;
    font-size: 12px;
  }

  .logo {
    width: 68px;
    height: 68px;
  }

  .hero {
    padding-top: 190px;
  }
  
  .image-stat-wrap {
    flex-direction: column !important;
}

.decor-image {
  width: 100%;
  height: 300px;
}

.founder-image {
    min-height: 420px;
}


h1 {
  font-size: clamp(48px, 15vw, 68px);
}

h2 {
  font-size: clamp(38px, 11vw, 52px);
}

.split,
.reverse-mobile {
  flex-direction: column;
  align-items: stretch;
}

.reverse-mobile {
  flex-direction: column-reverse;
}

.intro {
  text-align: left;
  margin-bottom: 42px;
}

.kicker.centered::after {
  display: none;
}

.card-grid.four,
.card-grid.three,
.process-grid,
.form-grid,
.footer-grid {
  grid-template-columns: 1fr;
}

.process-grid::before {
  display: none;
}

.image-stat-wrap {
  min-height: auto;
}

.decor-image {
  min-height: 360px;
}

.founder-image {min-height:420px;}

.stat-card {
  position: relative;
  right: auto;
  bottom: auto;
  margin-top: -60px;
  width: calc(100% - 28px);
  align-self: center;
  justify-content: space-between;
  padding: 26px;
}

.mini-stats {
  gap: 24px;
}

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

.button-row .button {
  width: 100%;
  max-width: 340px;
}
}