@import "tailwindcss";

:root {
  --ink: #142735;
  --navy: #102a3a;
  --deep: #0b202d;
  --paper: #f7f4ec;
  --white: #fffdfa;
  --gold: #a77a3f;
  --muted: #63717a;
  --line: rgba(20, 39, 53, 0.14);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: "Yu Mincho", "Hiragino Mincho ProN", Georgia, serif; }
a { color: inherit; text-decoration: none; }
p { line-height: 1.95; }

.site-header { height: 88px; padding: 0 5vw; display: flex; align-items: center; justify-content: space-between; background: rgba(247,244,236,.94); border-bottom: 1px solid var(--line); position: sticky; top: 0; z-index: 20; backdrop-filter: blur(14px); }
.brand { display: flex; align-items: center; gap: 13px; }
.brand-mark { width: 42px; height: 42px; display: grid; place-items: center; border: 1px solid var(--gold); color: var(--gold); font-family: Georgia, serif; font-size: 13px; letter-spacing: .12em; }
.brand strong, .brand small { display: block; }
.brand strong { font-size: 16px; letter-spacing: .16em; }
.brand small { margin-top: 3px; font: 9px Arial, sans-serif; letter-spacing: .18em; color: var(--muted); }
nav { display: flex; gap: 30px; font: 12px Arial, sans-serif; letter-spacing: .08em; }
nav a { padding: 10px 0; border-bottom: 1px solid transparent; }
nav a:hover { border-color: var(--gold); }
.header-cta { padding: 13px 20px; color: white; background: var(--navy); font-size: 12px; letter-spacing: .1em; }

.hero { min-height: calc(100vh - 88px); display: grid; grid-template-columns: 1.45fr .55fr; position: relative; overflow: hidden; }
.hero-lines { position: absolute; inset: 0; opacity: .35; background-image: linear-gradient(90deg, transparent 49.9%, var(--line) 50%); background-size: 25% 100%; pointer-events: none; }
.hero-content { padding: 10vh 7vw 6vh; align-self: center; position: relative; z-index: 1; }
.eyebrow { margin: 0 0 22px; color: var(--gold); font: 11px Arial, sans-serif; letter-spacing: .22em; }
h1 { margin: 0; max-width: 840px; font-size: clamp(38px, 5.2vw, 74px); line-height: 1.43; font-weight: 500; letter-spacing: .025em; }
h1 span { color: var(--gold); position: relative; }
.hero-lead { margin: 34px 0 0; font-size: 16px; color: #42535e; }
.hero-actions { margin-top: 38px; display: flex; align-items: center; gap: 30px; }
.button { display: inline-flex; align-items: center; justify-content: center; min-width: 178px; padding: 17px 24px; font-size: 13px; letter-spacing: .1em; transition: transform .2s, background .2s; }
.button:hover { transform: translateY(-2px); }
.primary { color: white; background: var(--navy); }
.text-link { font-size: 13px; letter-spacing: .08em; }
.text-link span { color: var(--gold); margin-left: 8px; }
.trust-row { display: flex; gap: 40px; margin-top: 64px; padding-top: 24px; border-top: 1px solid var(--line); }
.trust-row div { display: grid; gap: 5px; }
.trust-row strong { font-size: 20px; font-weight: 500; color: var(--navy); }
.trust-row span { font: 10px Arial, sans-serif; color: var(--muted); letter-spacing: .06em; }
.portrait-panel { min-height: 600px; background: var(--navy); position: relative; display: flex; flex-direction: column; justify-content: flex-end; }
.portrait-photo { margin: auto 0 0; width: 100%; height: calc(100% - 76px); min-height: 520px; overflow: hidden; background: #f4f4f2; }
.portrait-photo img { width: 100%; height: 100%; display: block; object-fit: cover; object-position: 50% 18%; }
.portrait-caption { padding: 22px 14%; background: rgba(5,19,28,.55); color: white; display: grid; gap: 5px; }
.portrait-caption strong { font-size: 17px; letter-spacing: .12em; }
.portrait-caption span { font-size: 11px; color: #d7d1c4; }

.section { padding: 110px 8vw; }
.section-label { padding-bottom: 18px; border-bottom: 1px solid var(--line); font: 10px Arial, sans-serif; letter-spacing: .2em; color: var(--gold); display: flex; justify-content: space-between; }
.section-label.light { border-color: rgba(255,255,255,.18); }
.philosophy { background: var(--white); }
.philosophy-grid { margin-top: 70px; display: grid; grid-template-columns: .9fr 1.1fr; gap: 9vw; }
h2 { margin: 0; font-size: clamp(30px, 3.8vw, 52px); line-height: 1.55; font-weight: 500; }
.prose { max-width: 650px; color: #45555e; }
.prose p { margin-top: 0; margin-bottom: 25px; }
blockquote { margin: 45px 0 0; padding: 24px 0 24px 30px; border-left: 2px solid var(--gold); color: var(--ink); font-size: 22px; line-height: 1.8; }

.services { background: var(--deep); color: white; }
.section-heading { margin: 55px 0 60px; display: flex; justify-content: space-between; align-items: end; gap: 40px; }
.section-heading > p { width: 380px; margin: 0; color: var(--muted); font-size: 14px; }
.light-heading > p { color: #b6c0c5; }
.service-list { border-top: 1px solid rgba(255,255,255,.16); }
.service-card { display: grid; grid-template-columns: 70px 1fr 1.2fr; gap: 25px; align-items: center; padding: 30px 0; border-bottom: 1px solid rgba(255,255,255,.16); }
.service-card > span { color: var(--gold); font: 11px Arial, sans-serif; }
.service-card h3 { margin: 0; font-weight: 500; font-size: 20px; }
.service-card p { margin: 0; color: #bbc4c9; font-size: 13px; }

.books { background: var(--paper); }
.book-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 36px; }
.book-card { display: grid; grid-template-columns: 40% 1fr; gap: 24px; align-items: start; }
.book-cover { aspect-ratio: 2/3; padding: 20px 15px; color: white; box-shadow: 0 18px 30px rgba(20,39,53,.18); display: flex; flex-direction: column; }
.book-cover small { font-size: 9px; letter-spacing: .12em; }
.book-cover strong { margin: auto 0; font-size: 13px; line-height: 1.7; font-weight: 500; }
.book-cover span { font-size: 9px; }
.book-cover-image { padding: 0; background: white; }
.book-cover-image img { width: 100%; height: 100%; display: block; object-fit: cover; }
.cover-1 { background: #173446; }
.cover-2 { background: #76553b; }
.cover-3 { background: #3d5b55; }
.cover-4 { background: #594a65; }
.cover-5 { background: #8a6235; }
.cover-6 { background: #5e3131; }
.cover-7 { background: #30465f; }
.book-authors { color: var(--gold) !important; font-size: 10px !important; line-height: 1.65 !important; }
.book-info > span { color: var(--gold); font: 9px Arial, sans-serif; letter-spacing: .14em; }
.book-info h3 { font-size: 16px; line-height: 1.65; font-weight: 500; }
.book-info p { font-size: 12px; color: var(--muted); }
.book-link { display: inline-block; margin-top: 6px; padding-bottom: 4px; color: var(--navy); border-bottom: 1px solid var(--gold); font: 11px Arial, sans-serif; letter-spacing: .06em; }
.book-link:hover { color: var(--gold); }

.profile { color: white; background: var(--navy); }
.profile-grid { margin-top: 70px; display: grid; grid-template-columns: .8fr 1.2fr; gap: 9vw; align-items: center; }
.profile-photo { width: min(360px, 100%); aspect-ratio: 4/5; overflow: hidden; border: 1px solid rgba(255,255,255,.22); background: #f4f4f2; }
.profile-photo img { width: 100%; height: 100%; display: block; object-fit: cover; object-position: 50% 18%; }
.profile-copy h2 { font-size: 42px; }
.profile-copy .roman { margin-top: 0; color: #b99a6b; font: 10px Arial, sans-serif; letter-spacing: .2em; }
.profile-copy > p:not(.eyebrow):not(.roman) { color: #cbd2d5; font-size: 14px; }

.seminar { display: flex; justify-content: space-between; gap: 60px; align-items: end; background: #d9cfbd; }
.seminar-copy { max-width: 750px; }
.seminar-copy > p:last-child { color: #4f5d64; }
.secondary { border: 1px solid var(--navy); white-space: nowrap; }
.contact { text-align: center; background: var(--white); }
.contact h2 { font-size: clamp(30px, 4vw, 50px); }
.contact > p:not(.eyebrow) { color: var(--muted); }
.contact-note { max-width: 580px; margin: 38px auto 26px; padding: 20px 25px; border: 1px solid var(--line); display: flex; justify-content: space-between; gap: 20px; text-align: left; }
.contact-note span { color: var(--gold); font-size: 12px; }
.contact-note strong { font-size: 13px; font-weight: 500; }
.contact > small { color: #7b858a; }
footer { padding: 50px 8vw; background: #081923; color: white; display: grid; grid-template-columns: 1fr 1fr auto; gap: 30px; align-items: center; }
.footer-brand small { color: #8fa0aa; }
footer p { color: #adbac1; font-size: 12px; text-align: center; }
footer > small { color: #70828c; font: 9px Arial, sans-serif; }
.footer-links { text-align: center; }
.footer-links p { margin: 0 0 9px; }
.footer-links a { display: inline-block; color: #d1b17c; font: 11px Arial, sans-serif; letter-spacing: .08em; border-bottom: 1px solid rgba(209,177,124,.45); padding-bottom: 4px; }
.footer-links a + a { margin-left: 18px; }
.footer-links a:hover { color: white; border-color: white; }
.footer-links span { margin-left: 4px; }

@media (max-width: 900px) {
  nav { display: none; }
  .hero { grid-template-columns: 1fr; }
  .hero-content { padding: 10vh 7vw 8vh; }
  .portrait-panel { min-height: 620px; }
  .trust-row { gap: 20px; flex-wrap: wrap; }
  .philosophy-grid, .profile-grid { grid-template-columns: 1fr; }
  .book-grid { grid-template-columns: 1fr; }
  .book-card { grid-template-columns: 120px 1fr; }
  .seminar { align-items: start; flex-direction: column; }
  footer { grid-template-columns: 1fr; text-align: center; }
  .footer-brand { justify-content: center; }
}

@media (max-width: 620px) {
  .site-header { height: 72px; padding: 0 20px; }
  .brand-mark { width: 36px; height: 36px; }
  .brand strong { font-size: 13px; }
  .header-cta { padding: 11px 13px; font-size: 10px; }
  .hero { min-height: auto; }
  .hero-content { padding: 74px 24px 54px; }
  h1 { font-size: 36px; }
  .hero-lead br { display: none; }
  .hero-actions { align-items: flex-start; flex-direction: column; }
  .trust-row { display: grid; grid-template-columns: 1fr 1fr; }
  .portrait-panel { min-height: 520px; }
  .section { padding: 78px 24px; }
  .section-heading { align-items: start; flex-direction: column; }
  .section-heading > p { width: auto; }
  .service-card { grid-template-columns: 42px 1fr; }
  .service-card p { grid-column: 2; }
  .contact-note { flex-direction: column; text-align: center; }
}
