@font-face { font-family: Editorial; src: url('../fonts/serif.woff2'); }
@font-face { font-family: Editorial; src: url('../fonts/italic.woff2'); font-style: italic; }
@font-face { font-family: Body; src: url('../fonts/sans.woff2'); }

:root {
  --cream: #f7f2e9;
  --paper: #f8f4ed;
  --ink: #14352a;
  --copy: #665d54;
  --forest: #0d3025;
  --forest-bright: #1b4a3b;
  --gold: #b69b69;
  --gold-light: #d8bd83;
  --line: #d7c9b6;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; overflow-x: hidden; background: var(--cream); color: var(--ink); font: 15px/1.65 Body, Arial, sans-serif; }
h1, h2, h3, p, blockquote { margin: 0; }
h1, h2, h3, .brand { font-family: Editorial, Georgia, serif; font-weight: 400; }
a, button, select { touch-action: manipulation; }
a { color: inherit; }
button, select { font: inherit; }
button, a { cursor: pointer; }
button:focus-visible, a:focus-visible, select:focus-visible, summary:focus-visible { outline: 3px solid var(--gold-light); outline-offset: 4px; }
[hidden] { display: none !important; }

/* Header and navigation */
.club { background: var(--forest); color: var(--cream); }
.club main { background: var(--cream); }
.topbar { position: relative; z-index: 5; display: flex; min-height: 64px; align-items: center; justify-content: center; max-width: 1240px; margin: auto; padding: 16px 24px 8px; background: var(--cream); }
.brand { color: var(--ink); text-decoration: none; }
.topbar .brand { position: absolute; left: 50%; transform: translateX(-50%); font-size: 44px; line-height: .9; letter-spacing: -3px; }
.monogram { display: inline; }
.menu-button { margin-left: auto; border: 0; background: transparent; color: var(--ink); padding: 10px 0; font-size: 14px; letter-spacing: 3px; }
.nav-panel { position: absolute; z-index: 10; top: 62px; right: 20px; left: 20px; padding: 12px 20px; border-radius: 8px; background: var(--cream); color: var(--ink); box-shadow: 0 16px 40px rgba(0, 0, 0, .16); }
.nav-panel a { display: block; padding: 12px; border-bottom: 1px solid var(--line); text-decoration: none; }
.nav-panel a:last-child { border-bottom: 0; }

/* Hero */
.hero { display: flex; flex-direction: column; max-width: 760px; margin: auto; padding: 15px 20px 0; background: var(--cream); color: var(--ink); }
.hero-copy { display: contents; }
.hero-heading { order: 0; padding: 0 0 18px; text-align: center; font-size: clamp(35px, 10.4vw, 50px); font-style: italic; line-height: 1.08; letter-spacing: -1.5px; }
.hero-heading span { color: var(--gold); }
.hero-image-wrap { position: relative; order: 1; width: 100vw; max-width: none; margin-right: calc(50% - 50vw); margin-left: calc(50% - 50vw); overflow: hidden; background: var(--forest); }
.hero-photo { display: block; width: 100%; aspect-ratio: 1.15; object-fit: cover; object-position: center 44%; }
.hero-image-wrap::after { position: absolute; inset: 44% 0 0; content: ''; background: linear-gradient(to bottom, transparent, rgba(10, 42, 32, .95)); pointer-events: none; }
.hero-image-actions { position: absolute; z-index: 1; right: 16px; bottom: 12px; left: 16px; display: flex; justify-content: space-between; gap: 14px; }
.hero-image-actions button { border: 0; background: transparent; color: #f8f0de; padding: 8px 0; font: 14px/1.3 Body, Arial, sans-serif; text-align: left; text-shadow: 0 1px 5px #0008; }
.hero-image-actions button:last-child { text-align: right; }
.hero-image-actions span { font-size: 22px; vertical-align: -2px; }
.entry { order: 2; margin: 0 20px 30px; padding: 26px 20px 30px; background: var(--forest); color: var(--cream); text-align: center; }
.button { display: flex; width: 100%; min-height: 54px; align-items: center; justify-content: center; border: 0; border-radius: 8px; background: var(--forest); color: var(--cream); padding: 14px 18px; font-size: 16px; line-height: 1.3; text-align: center; text-decoration: none; transition: transform .2s ease, filter .2s ease, background .2s ease; }
.button:hover { filter: brightness(1.12); transform: translateY(-1px); }
.club .entry > .button { width: min(380px, 100%); min-height: 54px; margin: 0 auto; border: 1px solid #c7b07c; border-radius: 999px; background: transparent; color: #d6bf89; font: 21px/1.2 Editorial, Georgia, serif; box-shadow: none; }
.invitation-copy { max-width: 580px; margin: 22px auto 0; color: #f5f0e8; font-size: 17px; line-height: 1.48; }

/* Shared sections */
.section { max-width: 1080px; margin: auto; padding: 42px 24px; }
.eyebrow { font-size: 10px; letter-spacing: 2px; text-transform: uppercase; }
.matchmakers, .alignment { background: var(--cream); color: var(--ink); }
.matchmakers { padding-top: 48px; padding-bottom: 48px; text-align: center; }
.matchmakers .eyebrow, .alignment .eyebrow { color: #9e8358; }
.matchmakers h2, .alignment h2, .questions h2, .confidence h2, .client-perspectives h2 { margin: 10px 0 25px; font-size: 39px; line-height: 1.04; letter-spacing: -1.3px; }
.matchmakers h2 em, .alignment h2 em, .questions h2 em, .client-perspectives h2 em { color: #b39867; font-style: italic; }
.advisor-grid { display: grid; grid-template-columns: repeat(3, minmax(155px, 1fr)); gap: 14px; margin: auto; overflow-x: auto; padding-bottom: 6px; scroll-snap-type: x mandatory; text-align: left; }
.advisor { min-height: 190px; border-top: 1px solid var(--line); padding: 18px 5px; scroll-snap-align: start; }
.advisor-mark { display: grid; width: 50px; height: 50px; place-items: center; margin-bottom: 15px; border: 1px solid #c5ab79; border-radius: 50%; color: #a78956; font: 22px/1 Editorial, Georgia, serif; }
.advisor h3, .alignment h3, .confidence h3 { margin: 0 0 9px; color: var(--ink); font-size: 19px; line-height: 1.1; }
.advisor p, .alignment p { color: var(--copy); font-size: 13px; line-height: 1.6; }
.alignment { padding-top: 56px; padding-bottom: 56px; }
.alignment-list { display: grid; max-width: 850px; margin: 0; padding: 0; list-style: none; }
.alignment-list li { display: grid; grid-template-columns: 74px 1fr; gap: 13px; padding: 19px 0; border-top: 1px solid var(--line); }
.alignment-list b, .confidence-list b { color: var(--gold); font: 44px/.85 Editorial, Georgia, serif; font-weight: 400; }
.alignment-list h3 { font-size: 23px; }

/* Client perspectives */
.client-perspectives { background: #ebe4d8; color: var(--ink); padding-top: 42px; padding-bottom: 48px; }
.client-perspectives .eyebrow { color: #987c51; }
.testimonial-grid { display: flex; gap: 14px; margin-right: -24px; overflow-x: auto; padding: 0 24px 8px 0; scroll-snap-type: x mandatory; -webkit-overflow-scrolling: touch; }
.testimonial-grid::-webkit-scrollbar { display: none; }
.testimonial-grid { scrollbar-width: none; }
.testimonial-card { display: flex; min-height: 285px; flex: 0 0 min(82vw, 330px); flex-direction: column; padding: 20px 18px; border: 1px solid rgba(178, 149, 99, .22); border-radius: 12px; background: var(--paper); box-shadow: 0 8px 28px rgba(37, 29, 18, .05); scroll-snap-align: start; }
.testimonial-head { display: flex; align-items: center; gap: 11px; margin-bottom: 18px; }
.testimonial-head strong { display: block; color: var(--ink); font-size: 15px; line-height: 1.25; }
.testimonial-head span:not(.blurred-avatar) { display: block; margin-top: 3px; color: #8b7a63; font-size: 10px; letter-spacing: .07em; text-transform: uppercase; }
.blurred-avatar { position: relative; display: block; width: 40px; height: 40px; flex: 0 0 40px; overflow: hidden; border-radius: 50%; background: linear-gradient(135deg, #a59172, #435444); filter: blur(.8px); box-shadow: 0 0 0 2px #d9c8ab; }
.blurred-avatar::before { position: absolute; top: 7px; left: 13px; width: 15px; height: 15px; border-radius: 50%; background: #e2c6a5; content: ''; }
.blurred-avatar::after { position: absolute; bottom: -4px; left: 8px; width: 26px; height: 19px; border-radius: 14px 14px 5px 5px; background: #31493c; content: ''; }
.avatar-robert { background: linear-gradient(135deg, #b6a078, #324447); }.avatar-robert::after { background: #3d4140; }
.avatar-james { background: linear-gradient(135deg, #958467, #6a785c); }.avatar-james::after { background: #524b44; }
.avatar-michael { background: linear-gradient(135deg, #b7a37f, #40534b); }.avatar-michael::after { background: #222d2b; }
.testimonial-card blockquote { color: #473e34; font: italic 16px/1.52 Editorial, Georgia, serif; }
.testimonial-author { margin-top: auto; padding-top: 18px; color: #294237; font-size: 13px; font-weight: 700; line-height: 1.45; }.testimonial-author span { color: #756c61; font-weight: 400; }

/* Process and questions */
.confidence, .questions { background: var(--forest); color: #f5eddd; }
.confidence { padding-top: 48px; padding-bottom: 48px; }.questions { padding-top: 50px; padding-bottom: 54px; }
.confidence .eyebrow, .questions .eyebrow { color: #cfb983; }.confidence h2 { color: #f6f0e4; }
.confidence-list { max-width: 850px; margin: 0; }.confidence-list article { display: grid; grid-template-columns: 65px 1fr; gap: 12px; padding: 18px 0; border-top: 1px solid rgba(220, 203, 167, .3); }
.confidence-list h3 { color: #f4eddf; font-size: 20px; }.confidence-list p { color: #d5cbbd; font-size: 14px; line-height: 1.6; }
.questions details { border-bottom: 1px solid rgba(220, 203, 167, .32); }.questions summary { display: flex; justify-content: space-between; gap: 16px; padding: 17px 0; color: #f6f0e5; font-size: 15px; list-style: none; cursor: pointer; }.questions summary::-webkit-details-marker { display: none; }.questions summary::after { color: #d2b574; content: '+'; font-size: 22px; line-height: .75; }.questions details[open] summary::after { content: '–'; }.questions details p { padding: 0 22px 18px 0; color: #d9d0c3; font-size: 14px; }.questions a { color: #dcc38b; }.questions .final-cta { max-width: 420px; margin-top: 34px; border: 1px solid #d1b878; border-radius: 999px; background: transparent; color: #e4ce9c; font: 20px/1.2 Editorial, Georgia, serif; }

/* Footer and dialog */
.club footer { padding: 30px 24px; background: var(--cream); color: var(--ink); }.club footer .brand { font-size: 25px; }.club footer nav { display: flex; flex-wrap: wrap; gap: 12px 20px; margin: 22px 0; font-size: 12px; }.club footer p { max-width: 650px; color: #655e56; font-size: 11px; line-height: 1.8; }
dialog { width: min(470px, calc(100% - 28px)); max-height: 90dvh; overflow: auto; border: 1px solid #18382d; border-radius: 16px; padding: 34px; background: var(--paper); color: var(--ink); box-shadow: 0 24px 90px rgba(0, 0, 0, .4); }dialog::backdrop { background: rgba(23, 28, 25, .63); }body:has(dialog[open]) { overflow: hidden; }.close { position: absolute; top: 8px; right: 10px; width: 40px; height: 40px; border: 0; background: transparent; color: var(--ink); font-size: 28px; }.consultation-modal .eyebrow { margin-bottom: 10px; color: #9a7c50; }.consultation-modal h2 { margin: 0; font: 400 clamp(29px, 7vw, 38px)/1.04 Editorial, Georgia, serif; letter-spacing: -.8px; }.consultation-modal h2 em { color: #aa8e5b; font-style: italic; }.consultation-intro { margin: 17px 0 22px; color: #574c42; font-size: 15px; line-height: 1.55; }#lead-form { display: grid; gap: 15px; }.form-group { display: grid; gap: 7px; }.form-group label { color: #26382f; font-size: 13px; font-weight: 700; }.form-group select { width: 100%; min-height: 53px; appearance: none; border: 1px solid #d5c7b3; border-radius: 6px; background: #fff url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='9'%3E%3Cpath d='m1 1 6 6 6-6' fill='none' stroke='%235c554c' stroke-width='1.5'/%3E%3C/svg%3E") calc(100% - 15px) center/13px no-repeat; padding: 12px 42px 12px 14px; color: #2b2926; font: 15px Body, Arial, sans-serif; }.form-group select:focus { outline: 2px solid #b89c6b; outline-offset: 2px; }#lead-error { min-height: 18px; margin: 0; color: #9b3024; font-size: 12px; }.consultation-modal .submit-btn { min-height: 57px; margin-top: 2px; background: #12382c; color: #f7eddd; font-size: 16px; font-weight: 700; }.disclaimer-text { margin: 18px 0 0; color: #63594e; font-size: 12px; line-height: 1.55; }.disclaimer-text strong { color: #31473c; }

/* Return control */
.back-to-top { position: fixed; z-index: 10; right: 14px; bottom: 14px; display: flex; width: 39px; min-height: 39px; height: 39px; align-items: center; justify-content: center; border: 0; border-radius: 50%; background: #12382c; color: #f8eedc; box-shadow: 0 6px 18px rgba(0, 0, 0, .2); font: 400 20px/1 Body, Arial, sans-serif; text-decoration: none; opacity: 0; pointer-events: none; transform: translateY(8px); transition: opacity .18s ease, visibility .18s ease, transform .18s ease, background .2s ease; visibility: hidden; }.has-scrolled-past-hero .back-to-top { opacity: 1; pointer-events: auto; transform: translateY(0); visibility: visible; }.has-scrolled-past-hero .back-to-top:hover { background: var(--forest-bright); transform: translateY(-2px); }

@media (min-width: 769px) {
  .topbar { padding: 24px 48px 12px; }.hero { display: grid; grid-template-columns: minmax(360px, .88fr) minmax(480px, 1.12fr); gap: clamp(34px, 5vw, 78px); align-items: stretch; max-width: 1240px; padding: 48px; }.hero-copy { display: flex; flex-direction: column; align-items: flex-start; justify-content: center; }.hero-heading { padding: 0; text-align: left; font-size: clamp(54px, 5.35vw, 76px); line-height: 1.03; }.hero-image-wrap { grid-column: 2; grid-row: 1; width: 100%; margin: 0; border-radius: 10px; }.hero-photo { min-height: 600px; height: 100%; aspect-ratio: auto; object-position: center 42%; }.hero-copy .entry { width: 100%; max-width: none; margin: 34px 0 0; padding: 30px 34px 32px; }.hero-copy .entry .invitation-copy { font-size: 18px; }.section { padding: 70px 40px; }.matchmakers h2, .alignment h2, .questions h2, .confidence h2, .client-perspectives h2 { font-size: clamp(44px, 5.2vw, 62px); }.advisor-grid { gap: 18px; overflow: visible; padding: 0; }.advisor { min-height: 0; padding: 22px 14px; }.advisor h3 { font-size: 22px; }.advisor p { font-size: 14px; }.alignment-list li { grid-template-columns: 105px 1fr; gap: 20px; padding: 22px 0; }.alignment-list b, .confidence-list b { font-size: 54px; }.alignment-list h3 { font-size: 26px; }.confidence-list article { grid-template-columns: 90px 1fr; gap: 18px; padding: 19px 0; }.confidence-list h3 { font-size: 22px; }.testimonial-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; margin: 0; overflow: visible; padding: 0; }.testimonial-card { min-height: 310px; padding: 22px 20px; }.testimonial-card blockquote { font-size: 17px; }.club footer { padding: 40px max(24px, calc((100% - 1000px) / 2)); }.back-to-top { right: 18px; bottom: 18px; width: 42px; min-height: 42px; height: 42px; font-size: 22px; }
}

@media (max-width: 480px) { dialog { padding: 29px 25px 25px; border-radius: 14px; }.consultation-modal h2 { font-size: 30px; }.consultation-intro { margin: 15px 0 19px; font-size: 14px; }.form-group select { min-height: 50px; }.consultation-modal .submit-btn { font-size: 15px; } }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } *, *::before, *::after { transition: none !important; } }
/* Keep the consultation panel flush with the full-width hero image on mobile. */
@media (max-width:768px){
  .club .entry{
    width:100vw;
    max-width:none;
    margin-right:calc(50% - 50vw);
    margin-bottom:30px;
    margin-left:calc(50% - 50vw);
  }
}
