@import url('https://fonts.googleapis.com/css2?family=DM+Mono:wght@400;500&family=Manrope:wght@400;500;600;700;800&family=Playfair+Display:ital,wght@0,600;0,700;1,600&display=swap');

:root { --ink: #12232d; --paper: #f5f2ea; --red: #d84b32; --sky: #9ecfd3; --line: #c9c7bd; --navy: #10222d; }
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: Manrope, sans-serif; font-size: 16px; line-height: 1.6; }
a { color: inherit; text-decoration: none; }
.skip-link { position: fixed; left: 1rem; top: -4rem; z-index: 10; padding: .7rem 1rem; background: white; }.skip-link:focus { top: 1rem; }
.site-header { min-height: 88px; display: flex; align-items: center; justify-content: space-between; gap: 2rem; padding: 1.15rem clamp(1.5rem, 5vw, 6rem); background: var(--navy); color: white; }
.brand img { display: block; width: 142px; height: auto; }.site-nav { display: flex; align-items: center; gap: clamp(1rem, 2.2vw, 2.5rem); font-size: .68rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }.site-nav a { border-bottom: 2px solid transparent; padding: .35rem 0; }.site-nav a:hover, .site-nav .active { border-color: var(--sky); }.nav-contact { padding: .65rem .9rem !important; border: 1px solid var(--sky) !important; }.menu-toggle { display: none; border: 0; background: transparent; color: white; font: inherit; font-size: .75rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.hero { min-height: min(740px, calc(100vh - 88px)); display: flex; align-items: end; padding: clamp(2rem, 6vw, 6rem); background-position: center; background-size: cover; color: white; }.home-hero { background-image: linear-gradient(90deg, rgba(10, 25, 34, .75), rgba(10, 25, 34, .15)), url('hero.jpg'); }.hero-content { max-width: 700px; }.eyebrow, .section-label { margin: 0 0 1rem; font-family: 'DM Mono', monospace; font-size: .72rem; font-weight: 500; letter-spacing: .12em; text-transform: uppercase; }.hero h1, h2 { margin: 0; font-family: 'Playfair Display', Georgia, serif; font-weight: 600; line-height: 1.06; }.hero h1 { font-size: clamp(3rem, 7vw, 6.8rem); max-width: 11ch; }.hero p:not(.eyebrow) { max-width: 550px; margin: 1.4rem 0 2rem; font-size: clamp(1rem, 1.4vw, 1.2rem); }
.button { display: inline-block; padding: .8rem 1.1rem; font-size: .76rem; font-weight: 800; letter-spacing: .07em; text-transform: uppercase; transition: transform .2s ease, background .2s ease; }.button:hover { transform: translateY(-2px); }.button-light { background: var(--paper); color: var(--ink); }.button-dark { background: var(--navy); color: white; }.section { padding: clamp(4rem, 9vw, 9rem) clamp(1.5rem, 8vw, 11rem); }.intro { display: grid; grid-template-columns: minmax(150px, .7fr) 2fr; gap: 3rem; }.section-label { color: var(--red); }.intro h2 { font-size: clamp(2.2rem, 5vw, 4.5rem); max-width: 15ch; }.intro p { max-width: 650px; margin: 1.6rem 0 0; font-size: 1.12rem; }
.feature-grid { display: grid; grid-template-columns: 1.1fr .8fr 1.1fr; height: min(40vw, 560px); overflow: hidden; }.feature-grid img { width: 100%; height: 100%; object-fit: cover; }.feature-grid img:nth-child(2) { margin-top: 3.5rem; height: calc(100% - 3.5rem); }
.page-hero { min-height: 510px; }.services-hero { background-image: linear-gradient(90deg, rgba(10, 25, 34, .75), rgba(10, 25, 34, .18)), url('services-hero.jpg'); }.itinerary-hero { background-image: linear-gradient(90deg, rgba(10, 25, 34, .72), rgba(10, 25, 34, .13)), url('itinerary-hero.jpg'); }.story-intro { display: grid; grid-template-columns: minmax(150px, .7fr) 2fr; gap: 3rem; }.story-intro h2 { max-width: 14ch; font-size: clamp(2.2rem, 4.8vw, 4.4rem); }.story-intro p { max-width: 680px; margin-bottom: 0; font-size: 1.1rem; }.pillars { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0; padding-top: 0; }.pillars article { min-height: 290px; padding: 2rem; border: 1px solid var(--line); margin: -1px 0 0 -1px; }.pillars span, .article-date { font-family: 'DM Mono', monospace; color: var(--red); font-size: .72rem; letter-spacing: .08em; text-transform: uppercase; }.pillars h3 { margin: 3rem 0 1rem; font-family: 'Playfair Display', Georgia, serif; font-size: 1.7rem; line-height: 1.15; }.pillars p { font-size: .9rem; }.service-list { padding-top: 0; }.service-list article { display: grid; grid-template-columns: 1fr 2fr; gap: 3rem; border-top: 1px solid var(--ink); padding: 2.4rem 0; }.service-list h3 { margin: 0; font-family: 'Playfair Display', Georgia, serif; font-size: 2rem; line-height: 1.1; }.service-list p { margin: 0 0 1.15rem; }.service-list p:last-child { margin-bottom: 0; }.contact-page { display: grid; grid-template-columns: 1.2fr .8fr; gap: 4rem; background: var(--sky); }.contact-page h1, .journal-header h1, .legal-page h1, .article-page h1 { font-size: clamp(3rem, 6vw, 6rem); }.contact-page > div > p:not(.section-label) { max-width: 550px; font-size: 1.1rem; }.contact-details { padding-top: 3rem; }.contact-details h2 { font-family: 'Playfair Display', Georgia, serif; font-size: 1.8rem; }.contact-details a { display: block; margin-top: .5rem; font-weight: 700; }.contact-form-section { padding-top: 3rem; }.contact-form-section form { display: grid; grid-template-columns: 1fr 1fr; gap: 1.3rem; max-width: 800px; }.contact-form-section label { font-size: .75rem; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; }.contact-form-section input, .contact-form-section textarea { display: block; width: 100%; margin-top: .45rem; border: 1px solid var(--ink); border-radius: 0; padding: .75rem; background: transparent; color: var(--ink); font: inherit; text-transform: none; }.full-width { grid-column: 1 / -1; }.form-note { margin: 0; font-size: .85rem; }.journal-header { padding-bottom: 4rem; background: var(--sky); }.journal-header h1 em { font-weight: 600; }.journal-header > p:last-child { max-width: 520px; margin-bottom: 0; }.journal-list { padding-top: 1rem; }.journal-list article { max-width: 900px; padding: 3.5rem 0; border-top: 1px solid var(--ink); }.journal-list h2 { max-width: 17ch; font-size: clamp(2rem, 3.7vw, 3.4rem); }.journal-list article > p:not(.article-date) { max-width: 640px; }.legal-page, .article-page { max-width: 970px; }.legal-page h1, .article-page h1 { max-width: 14ch; margin-bottom: 2.5rem; }.legal-page p, .article-page p { max-width: 700px; }.article-lede { font-family: 'Playfair Display', Georgia, serif; font-size: 1.6rem; line-height: 1.35; }
.section-dark { display: grid; grid-template-columns: 1fr 1fr; gap: 4rem; background: var(--navy); color: white; }.section-dark h2 { font-size: clamp(2.5rem, 4vw, 4rem); max-width: 9ch; }.prose p { max-width: 600px; margin-top: 0; }.text-link { display: inline-block; margin-top: 1rem; padding-bottom: .25rem; border-bottom: 1px solid var(--sky); font-size: .8rem; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; }.text-link span { margin-left: .5rem; }
.results-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 2.5rem; }.results-grid article { border-top: 1px solid var(--ink); padding-top: 1.1rem; }.results-grid span { font-family: 'DM Mono', monospace; color: var(--red); font-size: .75rem; }.results-grid h3 { margin: 1.7rem 0 .7rem; font-family: 'Playfair Display', Georgia, serif; font-size: 1.75rem; line-height: 1.2; }.results-grid p { margin: 0; font-size: .92rem; }.cta-band { padding: clamp(4rem, 8vw, 8rem) 1.5rem; background: var(--sky); text-align: center; }.cta-band .eyebrow { color: var(--navy); }.cta-band h2 { max-width: 650px; margin: 0 auto 2rem; font-size: clamp(2.6rem, 5vw, 5.2rem); }
.site-footer { padding: 4rem clamp(1.5rem, 5vw, 6rem) 1.5rem; background: var(--navy); color: white; }.footer-top { display: grid; grid-template-columns: 1.4fr 1fr 1fr; align-items: start; gap: 2rem; padding-bottom: 4rem; }.footer-top img { width: 165px; }.footer-top p, .footer-top a { margin: 0; font-size: .9rem; }.footer-bottom { display: flex; justify-content: space-between; gap: 1rem; border-top: 1px solid rgba(255,255,255,.3); padding-top: 1.2rem; font-size: .68rem; }.footer-bottom p { margin: 0; }.footer-bottom div { display: flex; gap: 1.2rem; }
@media (max-width: 760px) { .site-header { min-height: 76px; padding: 1rem 1.5rem; }.brand img { width: 116px; }.menu-toggle { display: block; }.site-nav { position: absolute; top: 76px; left: 0; right: 0; display: none; flex-direction: column; align-items: stretch; gap: 0; padding: 1rem 1.5rem 1.5rem; background: var(--navy); z-index: 4; }.site-nav.open { display: flex; }.site-nav a { padding: .8rem 0; }.nav-contact { margin-top: .6rem; padding: .7rem !important; text-align: center; }.legal-nav { position: static; display: flex; flex-direction: row; padding: 0; }.hero { min-height: 660px; padding: 2rem 1.5rem; }.page-hero { min-height: 450px; }.hero h1 { font-size: clamp(3.2rem, 15vw, 4.8rem); }.intro, .section-dark, .story-intro, .contact-page { grid-template-columns: 1fr; gap: 1.7rem; }.feature-grid { height: 440px; grid-template-columns: 1fr 1fr; }.feature-grid img:nth-child(2) { margin-top: 0; height: 100%; }.feature-grid img:nth-child(3) { display: none; }.results-grid, .pillars { grid-template-columns: 1fr; gap: 2rem; }.pillars { gap: 0; }.service-list article { grid-template-columns: 1fr; gap: 1.2rem; }.contact-details { padding-top: 0; }.contact-form-section form { grid-template-columns: 1fr; }.full-width { grid-column: auto; }.footer-top { grid-template-columns: 1fr; padding-bottom: 2.5rem; }.footer-bottom { flex-direction: column; }.footer-bottom div { flex-wrap: wrap; } }