:root { --navy: #0F2C59; --gold: #D4AF37; --white: #FFFFFF; --mist: #f4f7fa; --ink: #10223b; --line: rgba(15,44,89,.18); --serif: Georgia, 'Times New Roman', serif; --sans: 'DM Sans', Arial, sans-serif; }
* { box-sizing: border-box; } html { scroll-behavior: smooth; } body { background: var(--white); color: var(--ink); font-family: var(--sans); line-height: 1.55; margin: 0; } a { color: inherit; text-decoration: none; } img { display: block; height: 100%; object-fit: cover; width: 100%; } button, input, select, textarea { font: inherit; } h1, h2, p { margin-top: 0; } h1, h2 { font-family: var(--serif); font-weight: 400; } h1 em, h2 em { color: var(--gold); font-style: italic; }
.site-header { align-items: center; background: #fff; border-bottom: 1px solid var(--line); display: flex; justify-content: space-between; padding: 17px 6vw; position: fixed; top: 0; width: 100%; z-index: 10; } .brand { align-items: center; color: var(--navy); display: flex; font-size: 11px; gap: 10px; letter-spacing: .06em; line-height: 1.1; text-transform: uppercase; } .brand strong { font-weight: 800; } .brand-mark { align-items: center; background: var(--navy); color: var(--gold); display: inline-flex; font-family: Georgia, serif; font-size: 15px; height: 38px; justify-content: center; letter-spacing: -.06em; width: 38px; } .site-nav { align-items: center; display: flex; gap: clamp(20px,3vw,46px); } .site-nav a { color: var(--navy); font-size: 12px; font-weight: 700; } .site-nav a:hover { color: var(--gold); } .nav-contact { border: 1px solid var(--navy); padding: 10px 15px; } .nav-contact span, .gold-button span { color: var(--gold); margin-left: 20px; } .menu-toggle { background: none; border: 0; display: none; padding: 5px; } .menu-toggle span { background: var(--navy); display: block; height: 2px; margin: 5px 0; width: 25px; }
.hero { background: var(--mist); display: grid; grid-template-columns: 43% 52% 5%; min-height: 740px; padding: 130px 6vw 0; } .hero-copy { align-self: center; padding-bottom: 30px; position: relative; z-index: 1; } .eyebrow { color: var(--navy); font-size: 10px; font-weight: 800; letter-spacing: .15em; margin-bottom: 26px; text-transform: uppercase; } .eyebrow::before { background: var(--gold); content: ''; display: inline-block; height: 7px; margin-right: 10px; width: 7px; } h1 { color: var(--navy); font-size: clamp(48px, 6vw, 86px); letter-spacing: -.06em; line-height: .98; margin-bottom: 29px; } h1 span { color: var(--gold); font-style: italic; } .hero-subtitle { color: #40516b; font-size: 16px; line-height: 1.65; margin-bottom: 31px; max-width: 390px; } .gold-button { background: var(--navy); border: 1px solid var(--navy); color: var(--white); cursor: pointer; display: inline-flex; font-size: 12px; font-weight: 700; justify-content: space-between; padding: 14px 18px; transition: background .2s, color .2s, transform .2s; } .gold-button:hover { background: var(--gold); border-color: var(--gold); color: var(--navy); transform: translateY(-2px); } .hero-photo-wrap { align-self: end; height: 590px; overflow: hidden; position: relative; } .hero-photo-wrap::after { border: 1px solid rgba(255,255,255,.6); content: ''; inset: 16px; pointer-events: none; position: absolute; } .hero-photo-wrap img { object-position: center 50%; transition: transform .6s; } .hero-photo-wrap:hover img { transform: scale(1.03); } .photo-caption { bottom: 27px; color: white; display: flex; font-size: 10px; justify-content: space-between; left: 29px; letter-spacing: .08em; position: absolute; right: 29px; z-index: 1; } .photo-caption span:first-child { color: var(--gold); font-weight: 800; } .hero-stat { align-self: end; color: var(--navy); display: flex; flex-direction: column; gap: 5px; padding: 0 0 58px 16px; } .hero-stat strong { font-family: var(--serif); font-size: 36px; font-weight: 400; line-height: 1; } .hero-stat span { font-size: 10px; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; }
.intro-strip { align-items: center; background: var(--navy); color: var(--white); display: flex; gap: 9vw; justify-content: center; padding: 32px 8vw; } .intro-strip p:first-child { color: var(--gold); font-family: var(--serif); font-size: 24px; margin: 0; } .intro-strip p:last-child { border-left: 1px solid rgba(255,255,255,.35); font-size: 13px; margin: 0; max-width: 390px; padding-left: 30px; }
.section-shell { padding: 105px 10vw; } .section-label { color: var(--navy); display: flex; font-size: 10px; font-weight: 800; gap: 22px; letter-spacing: .13em; margin-bottom: 52px; text-transform: uppercase; } .section-label span:first-child { color: var(--gold); } .about-grid { align-items: center; display: grid; gap: 8vw; grid-template-columns: 28% 39% 1fr; } .headshot-placeholder { align-items: center; background: var(--navy); color: var(--white); display: flex; flex-direction: column; height: 390px; justify-content: flex-end; overflow: hidden; position: relative; } .headshot-placeholder::before { border: 1px solid var(--gold); content: ''; inset: 13px; position: absolute; z-index: 1; } .headshot-placeholder img { height: 100%; object-fit: cover; object-position: center top; position: absolute; z-index: 0; } .headshot-placeholder > span { background: linear-gradient(transparent, rgba(15,44,89,.9)); bottom: 0; font-size: 10px; letter-spacing: .12em; padding: 45px 15px 26px; position: relative; text-align: center; text-transform: uppercase; width: 100%; z-index: 2; } .about-copy h2, .guide-heading h2, .contact-inner h2 { color: var(--navy); font-size: clamp(40px, 4.5vw, 65px); letter-spacing: -.06em; line-height: .96; margin-bottom: 28px; } .about-copy p:not(.eyebrow) { color: #40516b; font-size: 14px; line-height: 1.7; max-width: 390px; } .outline-link { border-bottom: 1px solid var(--navy); display: inline-flex; font-size: 11px; font-weight: 800; gap: 30px; margin-top: 12px; padding-bottom: 8px; } .outline-link span { color: var(--gold); font-size: 18px; line-height: .6; } .contact-card { align-self: end; border-left: 1px solid var(--gold); display: flex; flex-direction: column; gap: 10px; padding: 10px 0 10px 26px; } .card-kicker { color: var(--gold); font-size: 10px; font-weight: 800; letter-spacing: .13em; margin-bottom: 10px; text-transform: uppercase; } .contact-card a { color: var(--navy); font-size: 13px; font-weight: 700; } .contact-card address { color: #63728a; font-size: 12px; font-style: normal; line-height: 1.6; margin-top: 11px; } .social-links { display: flex; gap: 18px; margin-top: 18px; } .social-links a { border-bottom: 1px solid var(--line); font-size: 10px; padding-bottom: 4px; }
.guides-section { background: var(--navy); color: var(--white); padding: 90px 0 105px; } .section-label.light { color: var(--white); } .guide-heading { align-items: end; display: flex; justify-content: space-between; margin-bottom: 58px; } .guide-heading h2 { color: var(--white); margin: 0; } .guide-heading p { color: rgba(255,255,255,.7); font-size: 13px; line-height: 1.7; margin: 0 0 6px; max-width: 300px; } .accordion { border-top: 1px solid rgba(255,255,255,.4); } .accordion-item { border-bottom: 1px solid rgba(255,255,255,.4); } .accordion-item button { align-items: center; background: none; border: 0; color: var(--white); cursor: pointer; display: grid; font-family: var(--serif); font-size: 25px; grid-template-columns: 80px 1fr 30px; padding: 24px 0; text-align: left; width: 100%; } .step-number { color: var(--gold); font-family: var(--sans); font-size: 10px; font-weight: 800; letter-spacing: .1em; } .accordion-icon { color: var(--gold); font-family: var(--sans); font-size: 22px; text-align: right; } .accordion-content { display: grid; grid-template-rows: 0fr; transition: grid-template-rows .3s ease; } .accordion-content p { color: rgba(255,255,255,.7); font-size: 13px; line-height: 1.7; margin: 0; max-width: 470px; overflow: hidden; } .accordion-item.is-open .accordion-content { grid-template-rows: 1fr; } .accordion-item.is-open .accordion-content p { padding: 0 30px 27px 80px; }
.seller-section { padding-bottom: 120px; } .seller-section .guide-heading h2 { color: var(--navy); } .seller-layout { align-items: start; display: grid; gap: 8vw; grid-template-columns: 45% 1fr; } .seller-image { height: 515px; } .dark-accordion { border-top-color: var(--line); } .dark-accordion .accordion-item { border-bottom-color: var(--line); } .dark-accordion .accordion-item button { color: var(--navy); } .dark-accordion .accordion-content p { color: #52657f; } .dark-accordion .accordion-item.is-open .accordion-content p { padding-left: 80px; }
.kw-section { background: var(--mist); padding: 100px 10vw; } .kw-inner { margin: auto; max-width: 1200px; } .kw-inner h2 { color: var(--navy); font-size: clamp(40px, 4.5vw, 65px); letter-spacing: -.06em; line-height: .96; margin: 0 0 42px; } .kw-frame { background: var(--white); border: 1px solid rgba(15,44,89,.25); border-radius: 4px; box-shadow: 0 24px 55px rgba(15,44,89,.14); overflow: hidden; } .kw-toolbar { align-items: center; background: var(--navy); color: var(--white); display: flex; font-size: 10px; font-weight: 700; justify-content: space-between; letter-spacing: .1em; padding: 13px 18px; text-transform: uppercase; } .kw-toolbar i { background: var(--gold); border-radius: 50%; display: inline-block; height: 7px; margin-right: 9px; width: 7px; } .kw-toolbar a { border-bottom: 1px solid var(--gold); color: var(--white); padding-bottom: 3px; } .kw-toolbar b { color: var(--gold); font-size: 15px; margin-left: 10px; } .kw-frame iframe { border: 0; display: block; }
.contact-section { background: var(--mist); padding: 100px 10vw; } .contact-inner { display: grid; gap: 10vw; grid-template-columns: 40% 1fr; margin: auto; max-width: 1120px; } .contact-intro { color: #52657f; font-size: 14px; line-height: 1.7; max-width: 290px; } .contact-form { display: grid; gap: 22px; grid-template-columns: 1fr 1fr; } .contact-form label { color: var(--navy); display: flex; flex-direction: column; font-size: 10px; font-weight: 800; gap: 8px; letter-spacing: .08em; text-transform: uppercase; } .contact-form input, .contact-form select, .contact-form textarea { background: transparent; border: 0; border-bottom: 1px solid var(--line); border-radius: 0; color: var(--navy); outline: 0; padding: 8px 0; resize: vertical; } .contact-form input:focus, .contact-form select:focus, .contact-form textarea:focus { border-bottom-color: var(--gold); } .contact-form label:nth-child(4), .contact-form .gold-button, .form-status { grid-column: 1 / -1; } .contact-form .gold-button { justify-self: start; margin-top: 10px; } .form-status { color: var(--navy); font-size: 12px; margin: 0; }
.site-footer { background: var(--navy); color: var(--white); padding: 68px 6vw 23px; } .footer-top { align-items: end; border-bottom: 1px solid rgba(255,255,255,.3); display: flex; justify-content: space-between; padding-bottom: 65px; } .footer-brand { color: var(--white); } .footer-brand .brand-mark { background: var(--gold); color: var(--navy); } .footer-cta p { color: rgba(255,255,255,.7); font-size: 12px; margin-bottom: 14px; } .footer-cta a { border-bottom: 1px solid var(--gold); color: var(--white); font-family: var(--serif); font-size: 20px; padding-bottom: 8px; } .footer-cta span { color: var(--gold); font-family: var(--sans); margin-left: 25px; } .footer-bottom { align-items: center; color: rgba(255,255,255,.6); display: flex; font-size: 10px; gap: 25px; justify-content: space-between; padding-top: 22px; } .footer-bottom div { display: flex; gap: 20px; }
@media (max-width: 800px) { .site-header { padding: 14px 6vw; } .menu-toggle { display: block; position: relative; z-index: 2; } .site-nav { align-items: flex-start; background: var(--white); border-bottom: 1px solid var(--line); flex-direction: column; gap: 20px; padding: 86px 6vw 28px; position: absolute; right: 0; top: 0; transform: translateY(-110%); transition: transform .25s ease; width: 100%; } .site-nav.is-open { transform: translateY(0); } .site-nav a { font-size: 14px; } .hero { display: flex; flex-direction: column; min-height: 0; padding: 130px 6vw 0; } h1 { font-size: clamp(46px, 13vw, 70px); } .hero-copy { padding-bottom: 48px; } .hero-photo-wrap { height: 90vw; max-height: 560px; min-height: 380px; } .hero-stat { align-items: center; flex-direction: row; gap: 12px; padding: 20px 0 28px; } .hero-stat strong { font-size: 30px; } .intro-strip { align-items: flex-start; flex-direction: column; gap: 15px; padding: 30px 8vw; } .intro-strip p:last-child { border-left: 0; border-top: 1px solid rgba(255,255,255,.35); padding: 15px 0 0; } .section-shell { padding: 78px 8vw; } .section-label { margin-bottom: 37px; } .about-grid, .seller-layout, .contact-inner { display: block; } .headshot-placeholder { height: 380px; margin-bottom: 50px; } .about-copy { margin-bottom: 50px; } .contact-card { padding-left: 20px; } .guides-section { padding: 78px 0 84px; } .guides-section .section-shell { padding-bottom: 0; padding-top: 0; } .guide-heading { align-items: flex-start; display: block; margin-bottom: 40px; } .guide-heading h2 { margin-bottom: 25px; } .accordion-item button { font-size: 21px; grid-template-columns: 45px 1fr 25px; padding: 20px 0; } .accordion-item.is-open .accordion-content p, .dark-accordion .accordion-item.is-open .accordion-content p { padding: 0 20px 24px 45px; } .seller-section { padding-bottom: 82px; } .seller-image { height: 95vw; margin-bottom: 45px; max-height: 520px; } .contact-section { padding: 80px 8vw; } .contact-inner h2 { margin-bottom: 25px; } .contact-form { display: block; } .contact-form label { margin-top: 23px; } .contact-form .gold-button { margin-top: 30px; } .footer-top { align-items: flex-start; display: block; padding-bottom: 45px; } .footer-cta { margin-top: 50px; } .footer-cta a { font-size: 16px; } .footer-bottom { align-items: flex-start; flex-direction: column; gap: 12px; line-height: 1.4; } }

.brand-logo { display: none; height: auto; max-height: 110px; object-fit: contain; width: auto; max-width: 320px; }
.brand-logo-fallback { color: var(--navy); display: none; font-family: var(--serif); font-size: 15px; letter-spacing: .04em; line-height: .9; }
.brand-logo-fallback strong { color: var(--gold); font-family: var(--sans); font-size: 7px; letter-spacing: .18em; }
.headshot-image { display: none; }
.headshot-fallback { align-items: center; background: var(--navy); color: var(--gold); display: none; font-family: var(--serif); font-size: 74px; height: 100%; justify-content: center; position: absolute; width: 100%; }
.headshot-fallback::after { background: radial-gradient(ellipse at center 35%, rgba(212,175,55,.22) 0 18%, transparent 19%), linear-gradient(135deg, transparent 48%, rgba(255,255,255,.12) 49% 51%, transparent 52%); content: ''; inset: 0; position: absolute; }
.brand-logo-fallback.is-visible, .headshot-fallback.is-visible { display: inline-flex; }
.logo-lockup { align-items: center; display: inline-flex; flex: 0 0 auto; flex-direction: row; gap: 3px; width: auto; }
.logo-lockup .brand-logo { flex: 0 0 auto; max-width: 320px; width: auto; }
.logo-lockup small { color: var(--navy); font-size: 9px; font-weight: 800; letter-spacing: .16em; line-height: 1; text-transform: uppercase; }
.footer-brand .logo-lockup small { color: var(--white); }
