@font-face {
font-family: 'Playfair Display';
font-style: normal;
font-weight: 400 900;
font-display: swap;
src: url('/assets/fonts/playfair.woff2') format('woff2');
}
@font-face {
font-family: 'Playfair Display';
font-style: italic;
font-weight: 400 900;
font-display: swap;
src: url('/assets/fonts/playfair-italic.woff2') format('woff2');
}
@font-face {
font-family: 'Inter';
font-style: normal;
font-weight: 100 900;
font-display: swap;
src: url('/assets/fonts/inter.woff2') format('woff2');
}
:root {
--navy: #1B2A4A;
--navy-deep: #131E36;
--ink: #2C2C2C;
--sand: #E8E0D0;
--wash: #F7F4EC;
--slate: #56607A;
--hairline: rgba(27, 42, 74, .16);
--hairline-soft: rgba(27, 42, 74, .09);
--serif: 'Playfair Display', Georgia, 'Times New Roman', serif;
--sans: 'Inter', system-ui, -apple-system, sans-serif;
--ease: cubic-bezier(.33, 1, .68, 1);
--shadow-1: 0 1px 2px rgba(19, 30, 54, .06), 0 6px 18px rgba(19, 30, 54, .07);
--shadow-2: 0 2px 4px rgba(19, 30, 54, .08), 0 14px 34px rgba(19, 30, 54, .12);
}
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
html, body { margin: 0; padding: 0; }
body {
font-family: var(--sans);
font-size: 17px;
line-height: 1.7;
color: var(--ink);
background: #fff;
overflow-wrap: break-word;
}
img { max-width: 100%; height: auto; display: block; }
a { color: var(--navy); text-decoration-thickness: 1px; text-underline-offset: 3px; }
a:hover { color: var(--navy-deep); }
[hidden] { display: none !important; }
::placeholder { color: rgba(86, 96, 122, .45); }
:focus-visible { outline: 2px solid var(--navy); outline-offset: 2px; }
h1, h2, h3 {
font-family: var(--serif);
color: var(--navy);
line-height: 1.15;
margin: 0 0 .5em;
font-weight: 600;
text-wrap: balance;
}
h1 { font-size: clamp(2.1rem, 4.6vw, 3.4rem); }
h2 { font-size: clamp(1.7rem, 3.2vw, 2.4rem); }
h3 { font-size: 1.35rem; }
p { margin: 0 0 1.1em; }
.wrap { max-width: 1140px; margin-inline: auto; padding-inline: clamp(20px, 4vw, 40px); }
.wrap-narrow { max-width: 880px; }
.kicker {
display: inline-flex;
align-items: center;
gap: 12px;
font-size: 12px;
font-weight: 600;
letter-spacing: .2em;
text-transform: uppercase;
color: var(--navy);
margin: 0 0 14px;
}
.kicker::before {
content: '';
width: 34px; height: 1px;
background: var(--navy);
opacity: .55;
}
.on-dark .kicker, .kicker.on-dark { color: var(--sand); }
.on-dark .kicker::before, .kicker.on-dark::before { background: var(--sand); }
.num { font-variant-numeric: tabular-nums; letter-spacing: .04em; }
.lede { font-size: 1.13rem; line-height: 1.75; }
.ticks {
height: 14px;
background:
repeating-linear-gradient(90deg, var(--hairline) 0 1px, transparent 1px 10px),
repeating-linear-gradient(90deg, var(--hairline) 0 1px, transparent 1px 50px);
background-size: auto 7px, auto 14px;
background-repeat: repeat-x;
background-position: 0 bottom, 0 bottom;
}
.btn {
display: inline-block;
font-family: var(--sans);
font-size: 15px;
font-weight: 600;
letter-spacing: .02em;
line-height: 1;
padding: 15px 28px;
border-radius: 3px;
border: 1px solid var(--navy);
background: var(--navy);
color: #fff;
text-decoration: none;
cursor: pointer;
transition: background-color .2s var(--ease), border-color .2s var(--ease),
transform .2s var(--ease), box-shadow .2s var(--ease);
}
.btn:hover { background: var(--navy-deep); border-color: var(--navy-deep); color: #fff; transform: translateY(-1px); box-shadow: var(--shadow-1); }
.btn:active { transform: translateY(0); }
.btn-sand {
background: transparent;
border-color: var(--sand);
color: var(--sand);
}
.btn-sand:hover { background: var(--sand); border-color: var(--sand); color: var(--navy); }
.btn-quiet {
background: transparent;
color: var(--navy);
}
.btn-quiet:hover { background: var(--navy); color: #fff; }
.more {
font-weight: 600;
font-size: 15px;
text-decoration: none;
white-space: nowrap;
}
.more::after { content: ' \2192'; transition: margin-left .2s var(--ease); display: inline-block; margin-left: 2px; }
.more:hover::after { margin-left: 6px; }
.skip-link {
position: absolute;
left: -9999px; top: 0;
z-index: 99;
background: var(--navy);
color: #fff;
padding: 10px 16px;
}
.skip-link:focus { left: 0; color: #fff; }
.site-header {
position: sticky;
top: 0;
z-index: 60;
background: rgba(255, 255, 255, .96);
backdrop-filter: blur(8px);
-webkit-backdrop-filter: blur(8px);
border-bottom: 1px solid var(--hairline-soft);
transition: box-shadow .25s var(--ease);
}
.site-header.scrolled { box-shadow: 0 2px 14px rgba(19, 30, 54, .08); }
.header-in {
display: flex;
align-items: center;
justify-content: space-between;
gap: 20px;
min-height: 74px;
}
.brand {
display: flex;
align-items: center;
gap: 13px;
text-decoration: none;
color: var(--navy);
}
.brand-mark { width: 46px; height: 46px; flex: none; }
.rose-needle { transform-box: fill-box; transform-origin: center; }
.loaded .rose-needle { animation: needle-settle 1.4s var(--ease) both; }
.brand:hover .rose-needle { animation: needle-nudge .9s var(--ease); }
@keyframes needle-settle {
0% { transform: rotate(-16deg); }
55% { transform: rotate(3.2deg); }
78% { transform: rotate(-1.6deg); }
100% { transform: rotate(0deg); }
}
@keyframes needle-nudge {
0% { transform: rotate(0); }
35% { transform: rotate(-5deg); }
70% { transform: rotate(1.6deg); }
100% { transform: rotate(0); }
}
.brand-word {
font-family: Georgia, 'Times New Roman', serif;
line-height: 1.12;
white-space: nowrap;
padding-left: 13px;
border-left: 1px solid var(--hairline);
}
.brand-line1 { font-size: 17px; letter-spacing: .147em; display: block; }
.brand-line2 { font-size: 11px; letter-spacing: .69em; display: block; margin-right: -.69em; }
.nav { display: flex; align-items: center; gap: clamp(18px, 2.6vw, 34px); }
.nav a {
font-size: 15px;
font-weight: 500;
color: var(--ink);
text-decoration: none;
padding: 6px 0;
position: relative;
}
.nav a::after {
content: '';
position: absolute;
left: 0; right: 100%;
bottom: 0;
height: 2px;
background: var(--navy);
transition: right .25s var(--ease);
}
.nav a:hover { color: var(--navy); }
.nav a:hover::after { right: 0; }
body[data-page="home"]     .nav a[data-nav="home"],
body[data-page="services"] .nav a[data-nav="services"],
body[data-page="guides"]   .nav a[data-nav="guides"],
body[data-page="about"]    .nav a[data-nav="about"],
body[data-page="contact"]  .nav a[data-nav="contact"] { color: var(--navy); font-weight: 600; }
body[data-page="home"]     .nav a[data-nav="home"]::after,
body[data-page="services"] .nav a[data-nav="services"]::after,
body[data-page="guides"]   .nav a[data-nav="guides"]::after,
body[data-page="about"]    .nav a[data-nav="about"]::after,
body[data-page="contact"]  .nav a[data-nav="contact"]::after { right: 0; }
.nav a.btn { color: #fff; padding: 12px 22px; }
.nav a.btn:hover { color: #fff; }
.nav a.btn::after { content: none; }
.nav-toggle {
display: none;
background: none;
border: 1px solid var(--hairline);
border-radius: 3px;
width: 44px; height: 44px;
align-items: center; justify-content: center;
cursor: pointer;
}
.call-mini {
display: none;
width: 44px; height: 44px;
align-items: center; justify-content: center;
border: 1px solid var(--hairline);
border-radius: 50%;
color: var(--navy);
margin-left: auto;
margin-right: 12px;
}
.nav-toggle .bars, .nav-toggle .bars::before, .nav-toggle .bars::after {
display: block;
width: 22px; height: 2px;
background: var(--navy);
position: relative;
transition: transform .25s var(--ease), opacity .2s var(--ease);
}
.nav-toggle .bars::before, .nav-toggle .bars::after { content: ''; position: absolute; left: 0; }
.nav-toggle .bars::before { top: -7px; }
.nav-toggle .bars::after { top: 7px; }
.nav-open .nav-toggle .bars { background: transparent; }
.nav-open .nav-toggle .bars::before { transform: translateY(7px) rotate(45deg); }
.nav-open .nav-toggle .bars::after { transform: translateY(-7px) rotate(-45deg); }
@media (max-width: 820px) {
.nav-toggle { display: inline-flex; }
.call-mini { display: inline-flex; }
.nav {
position: absolute;
top: 100%;
left: 0; right: 0;
flex-direction: column;
align-items: stretch;
gap: 0;
background: #fff;
border-bottom: 1px solid var(--hairline);
box-shadow: 0 18px 30px rgba(19, 30, 54, .12);
padding: 8px 24px 20px;
display: none;
}
.nav-open .nav { display: flex; }
.nav a { padding: 13px 2px; border-bottom: 1px solid var(--hairline-soft); font-size: 16px; }
.nav a::after { content: none; }
.nav .btn { margin-top: 14px; text-align: center; padding: 15px 22px; }
.brand-line1 { font-size: 14.5px; }
.brand-line2 { font-size: 9.4px; }
}
.section { padding-block: clamp(64px, 9vw, 110px); }
.section-tint { background: var(--wash); }
.section-head { max-width: 720px; margin-bottom: clamp(30px, 4.5vw, 52px); }
.rv { opacity: 0; transform: translateY(16px); transition: opacity .6s var(--ease), transform .6s var(--ease); }
.rv.in { opacity: 1; transform: none; }
.no-js .rv { opacity: 1; transform: none; }
.hero {
position: relative;
min-height: min(80vh, 720px);
display: flex;
align-items: flex-end;
isolation: isolate;
}
.hero-img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; z-index: -2; }
.hero::after {
content: '';
position: absolute; inset: 0;
z-index: -1;
background:
linear-gradient(12deg, rgba(19, 30, 54, .84) 0%, rgba(19, 30, 54, .56) 36%, rgba(19, 30, 54, .08) 64%),
linear-gradient(180deg, rgba(19, 30, 54, .34) 0%, rgba(19, 30, 54, 0) 30%);
}
.hero-in { padding-top: clamp(28px, 4.5vw, 56px); padding-bottom: clamp(56px, 8vw, 96px); max-width: 780px; }
.hero .kicker { color: var(--sand); text-shadow: 0 1px 12px rgba(19, 30, 54, .45); }
.hero .kicker::before { background: var(--sand); }
.hero h1 { color: #fff; margin-bottom: .35em; }
.hero-sub {
font-size: clamp(1.15rem, 2vw, 1.35rem);
font-weight: 500;
color: #fff;
margin-bottom: .6em;
}
.hero-support { color: rgba(255, 255, 255, .88); max-width: 560px; margin-bottom: 1.6em; }
.hero .btn { padding: 17px 34px; font-size: 16px; background: #fff; border-color: #fff; color: var(--navy); }
.hero .btn:hover { background: var(--navy-deep); border-color: var(--navy-deep); color: #fff; }
@media (max-width: 640px) { .hero { min-height: min(66vh, 560px); } }
.trust { background: var(--wash); border-block: 1px solid var(--hairline-soft); }
.trust-in { padding-block: clamp(34px, 4.5vw, 48px); text-align: center; }
.trust p {
font-family: var(--serif);
font-size: clamp(1.15rem, 2.1vw, 1.45rem);
color: var(--navy);
margin: 0 auto;
max-width: 760px;
line-height: 1.5;
}
.svc-grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(210px, 1fr));
gap: 18px;
}
@media (min-width: 1020px) { .svc-grid { grid-template-columns: repeat(5, 1fr); } .svc-card { padding: 24px 20px 20px; } }
.svc-card {
background: #fff;
border: 1px solid var(--hairline);
border-radius: 4px;
padding: 26px 24px 22px;
text-decoration: none;
color: var(--ink);
display: flex;
flex-direction: column;
gap: 10px;
position: relative;
overflow: hidden;
transition: transform .25s var(--ease), box-shadow .25s var(--ease), border-color .25s var(--ease);
}
.svc-card::before {
content: '';
position: absolute;
top: 0; left: 24px;
width: 34px; height: 3px;
background: var(--sand);
transition: width .3s var(--ease), background-color .3s var(--ease);
}
.svc-card:hover { transform: translateY(-3px); box-shadow: var(--shadow-1); border-color: var(--hairline); color: var(--ink); }
.svc-card:hover::before { width: 64px; background: var(--navy); }
.svc-card .n { font-size: 12px; font-weight: 600; letter-spacing: .12em; color: var(--slate); }
.svc-card h3 { font-size: 1.22rem; margin: 0; }
.svc-card p { font-size: 14.5px; line-height: 1.6; color: var(--slate); margin: 0; flex: 1; }
.svc-card .more { font-size: 14px; }
.about-snap {
display: grid;
grid-template-columns: minmax(280px, 5fr) 7fr;
gap: clamp(32px, 5vw, 72px);
align-items: center;
position: relative;
}
.about-snap-quad {
position: absolute;
right: -60px; top: -70px;
width: 380px; height: 380px;
pointer-events: none;
opacity: .5;
z-index: 0;
}
.about-snap > :not(.about-snap-quad) { position: relative; z-index: 1; }
@media (max-width: 1259px) { .about-snap-quad { right: 0; } }
@media (max-width: 760px) { .about-snap { grid-template-columns: 1fr; } .about-snap-quad { display: none; } }
.chips { display: flex; flex-wrap: wrap; gap: 9px; padding: 0; margin: 18px 0 24px; list-style: none; }
.chips li {
background: var(--sand);
color: var(--navy);
font-size: 13.5px;
font-weight: 600;
padding: 7px 14px;
border-radius: 999px;
white-space: nowrap;
}
.cta-band {
background: var(--navy);
color: #fff;
position: relative;
overflow: hidden;
}
.cta-band .rose-wm {
position: absolute;
right: -140px;
top: 50%;
transform: translateY(-50%);
width: 520px; height: 520px;
opacity: .09;
pointer-events: none;
}
.cta-in { position: relative; padding-block: clamp(60px, 8vw, 96px); max-width: 720px; }
.cta-band h2 { color: #fff; }
.cta-band p { color: rgba(255, 255, 255, .88); }
.cta-contacts {
display: flex;
flex-wrap: wrap;
gap: 10px 40px;
margin: 26px 0 30px;
padding: 0;
list-style: none;
}
.cta-contacts li { display: flex; flex-direction: column; gap: 2px; }
.cta-contacts .lbl { font-size: 12px; font-weight: 600; letter-spacing: .16em; text-transform: uppercase; color: var(--sand); }
.cta-contacts a { color: #fff; text-decoration: none; font-weight: 500; }
.cta-contacts a:hover { color: var(--sand); }
.cta-contacts .val { color: #fff; font-weight: 500; }
.page-head { padding-block: clamp(48px, 7vw, 84px) clamp(24px, 3.5vw, 42px); }
.banner {
position: relative;
height: clamp(220px, 34vw, 420px);
overflow: hidden;
}
.banner img { width: 100%; height: 100%; object-fit: cover; }
.banner::after {
content: '';
position: absolute; inset: 0;
background: linear-gradient(180deg, rgba(19, 30, 54, .12), rgba(19, 30, 54, 0) 40%);
}
.credit {
position: absolute;
right: 10px; bottom: 10px;
font-size: 11.5px;
letter-spacing: .04em;
color: #fff;
background: rgba(19, 30, 54, .55);
padding: 3px 9px;
border-radius: 3px;
z-index: 2;
}
.svc-jump {
display: flex;
flex-wrap: wrap;
gap: 8px 26px;
padding: 18px 0;
border-top: 1px solid var(--hairline-soft);
border-bottom: 1px solid var(--hairline-soft);
font-size: 14.5px;
}
.svc-jump a { text-decoration: none; font-weight: 500; color: var(--slate); }
.svc-jump a:hover { color: var(--navy); }
.svc-jump .num { color: var(--navy); font-weight: 600; margin-right: 5px; }
.svc {
display: grid;
grid-template-columns: repeat(2, 1fr);
gap: clamp(32px, 5vw, 76px);
align-items: center;
padding-block: clamp(44px, 6vw, 72px);
scroll-margin-top: 96px;
}
.svc + .svc { border-top: 1px solid var(--hairline-soft); }
.svc.flip .svc-media { order: 2; }
.svc-media { position: relative; }
.svc-media img { border-radius: 4px; box-shadow: var(--shadow-1); }
.svc h2 { margin-bottom: .45em; }
.ideal { margin-top: 20px; }
.ideal .lbl {
display: block;
font-size: 12px;
font-weight: 600;
letter-spacing: .16em;
text-transform: uppercase;
color: var(--slate);
margin-bottom: 9px;
}
.svc .btn, .svc .more { margin-top: 22px; }
@media (max-width: 780px) {
.svc { grid-template-columns: 1fr; gap: 26px; }
.svc.flip .svc-media { order: 0; }
}
.reviews-panel { background: var(--wash); border-block: 1px solid var(--hairline-soft); }
.reviews-grid {
display: grid;
grid-template-columns: 1fr;
gap: 18px;
margin-top: clamp(26px, 4vw, 40px);
}
@media (min-width: 700px) { .reviews-grid { grid-template-columns: 1fr 1fr; } }
.review {
background: #fff;
border: 1px solid var(--hairline);
border-left: 3px solid var(--sand);
border-radius: 4px;
padding: 26px 26px 20px;
margin: 0;
transition: transform .25s var(--ease), box-shadow .25s var(--ease);
}
.review:hover { transform: translateY(-2px); box-shadow: var(--shadow-1); }
.review p {
font-family: var(--serif);
font-style: italic;
font-size: 1.13rem;
line-height: 1.6;
color: var(--navy);
margin: 0 0 14px;
}
.review footer { font-size: 13.5px; color: var(--slate); }
.review footer strong { color: var(--ink); font-weight: 600; }
.scope-note { font-size: 14.5px; color: var(--slate); margin-top: 6px; }
.guide-sec {
max-width: 820px;
padding-block: clamp(40px, 5.5vw, 66px);
scroll-margin-top: 96px;
}
.guide-sec + .guide-sec { border-top: 1px solid var(--hairline-soft); }
.guide-sec h2 { margin-bottom: .4em; }
.guide-sec .kicker { margin-bottom: 12px; }
.guide-sec > p { color: var(--ink); }
.check-list { list-style: none; margin: 22px 0 0; padding: 0; display: grid; gap: 14px; }
.check-list li { display: flex; gap: 13px; align-items: baseline; }
.check-list .tick { color: var(--navy); font-weight: 700; flex: none; font-size: 14px; }
.check-list li > span:last-child { font-size: 15.5px; line-height: 1.6; }
.check-list strong { color: var(--navy); font-weight: 600; }
.guide-note {
border-left: 3px solid var(--sand);
padding: 4px 0 4px 20px;
margin-top: 20px;
color: var(--slate);
font-size: 15px;
}
.intro-grid {
display: grid;
grid-template-columns: 7fr minmax(260px, 5fr);
gap: clamp(32px, 5vw, 72px);
align-items: start;
}
@media (max-width: 760px) { .intro-grid { grid-template-columns: 1fr; } }
.course { position: relative; max-width: 880px; margin-inline: auto; }
.course-rail {
position: absolute;
left: 7px; top: 6px; bottom: 6px;
width: 1px;
background-image: linear-gradient(var(--hairline) 55%, transparent 55%);
background-size: 1px 9px;
}
.course-progress {
position: absolute;
left: 6.5px; top: 6px;
width: 2px;
height: 0;
background: var(--navy);
transition: height .4s linear;
}
.no-js .course-progress { display: none; }
.wp {
position: relative;
padding: 0 0 clamp(44px, 6vw, 64px) clamp(38px, 5vw, 56px);
}
.wp:last-child { padding-bottom: 8px; }
.wp-dot {
position: absolute;
left: 0; top: 6px;
width: 15px; height: 15px;
border-radius: 50%;
border: 1.5px solid var(--navy);
background: #fff;
transition: background-color .45s var(--ease), box-shadow .45s var(--ease);
}
.wp.in .wp-dot { background: var(--navy); box-shadow: 0 0 0 4px rgba(27, 42, 74, .12); }
.wp-fix {
font-size: 12.5px;
font-weight: 600;
letter-spacing: .14em;
text-transform: uppercase;
color: var(--slate);
margin-bottom: 8px;
}
.wp-fix .num { color: var(--navy); margin-left: 10px; }
.wp h3 { margin-bottom: .4em; }
.wp-body {
display: grid;
grid-template-columns: 3fr 2fr;
gap: clamp(22px, 3.5vw, 40px);
align-items: start;
}
.wp-body.text-only { grid-template-columns: 1fr; max-width: 640px; }
@media (max-width: 700px) { .wp-body { grid-template-columns: 1fr; } }
.print {
background: #fff;
border: 1px solid var(--hairline);
padding: 10px 10px 8px;
border-radius: 2px;
box-shadow: var(--shadow-1);
margin: 0;
transition: transform .3s var(--ease), box-shadow .3s var(--ease);
}
.print img { border-radius: 1px; width: 100%; }
.print figcaption {
font-size: 12.5px;
color: var(--slate);
padding: 8px 2px 2px;
display: flex;
justify-content: space-between;
gap: 12px;
}
a.print-link { text-decoration: none; display: block; }
a.print-link:hover .print { transform: translateY(-3px); box-shadow: var(--shadow-2); }
.print-pair { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; align-items: start; }
@media (max-width: 560px) { .print-pair { grid-template-columns: 1fr; } }
.creds-grid {
display: grid;
grid-template-columns: 1fr 1fr;
gap: clamp(26px, 4vw, 56px);
margin-top: clamp(24px, 3.5vw, 40px);
}
@media (max-width: 700px) { .creds-grid { grid-template-columns: 1fr; } }
.creds-col h3 { font-size: 1.2rem; padding-bottom: 12px; border-bottom: 1px solid var(--hairline); }
.creds-list { list-style: none; margin: 16px 0 0; padding: 0; display: grid; gap: 10px; }
.creds-list li { display: flex; gap: 12px; align-items: baseline; }
.creds-list .tick { color: var(--navy); font-weight: 700; flex: none; font-size: 14px; }
.closing {
position: relative;
isolation: isolate;
display: flex;
align-items: center;
min-height: clamp(380px, 52vw, 560px);
}
.closing-img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; z-index: -2; }
.closing::after {
content: '';
position: absolute; inset: 0; z-index: -1;
background: linear-gradient(8deg, rgba(19, 30, 54, .72) 0%, rgba(19, 30, 54, .3) 55%, rgba(19, 30, 54, .06) 100%);
}
.closing-in { max-width: 640px; padding-block: clamp(56px, 7vw, 88px); }
.closing p {
font-family: var(--serif);
font-size: clamp(1.25rem, 2.4vw, 1.6rem);
line-height: 1.5;
color: #fff;
}
.contact-grid {
display: grid;
grid-template-columns: 5fr 7fr;
gap: clamp(32px, 5vw, 64px);
align-items: start;
}
@media (max-width: 820px) { .contact-grid { grid-template-columns: 1fr; } }
.contact-details { position: relative; }
.contact-details .rose-wm {
position: absolute;
right: -30px; bottom: -40px;
width: 260px; height: 260px;
opacity: .06;
pointer-events: none;
}
@media (max-width: 820px) { .contact-details .rose-wm { right: 0; } }
.detail-list { list-style: none; margin: 0; padding: 0; display: grid; gap: 22px; }
.detail-list .lbl {
font-size: 12px;
font-weight: 600;
letter-spacing: .16em;
text-transform: uppercase;
color: var(--slate);
display: block;
margin-bottom: 3px;
}
.detail-list a,
.detail-list .val { font-size: 1.1rem; font-weight: 500; color: var(--navy); }
.detail-list a { text-decoration: none; }
.detail-list a:hover { text-decoration: underline; }
.form-card {
background: #fff;
border: 1px solid var(--hairline);
border-top: 3px solid var(--navy);
border-radius: 4px;
padding: clamp(24px, 3.5vw, 40px);
box-shadow: var(--shadow-1);
}
.field { margin-bottom: 18px; }
.field label {
display: block;
font-size: 13.5px;
font-weight: 600;
color: var(--navy);
margin-bottom: 6px;
}
.field input, .field select, .field textarea {
width: 100%;
font: inherit;
font-size: 16px;
color: var(--ink);
background: #fff;
border: 1px solid var(--hairline);
border-radius: 3px;
padding: 12px 14px;
transition: border-color .2s var(--ease), box-shadow .2s var(--ease);
}
.field textarea { min-height: 130px; resize: vertical; }
.field input:focus, .field select:focus, .field textarea:focus {
outline: none;
border-color: var(--navy);
box-shadow: 0 0 0 3px rgba(27, 42, 74, .12);
}
.form-card .btn { width: 100%; padding: 16px; font-size: 16px; }
.form-note { font-size: 13.5px; color: var(--slate); margin: 14px 0 0; text-align: center; }
.lead-msg { border-radius: 3px; padding: 14px 16px; font-size: 15px; margin-bottom: 18px; }
.lead-ok { background: var(--wash); border: 1px solid var(--sand); color: var(--navy); font-weight: 500; }
.lead-err { background: #FBF1F0; border: 1px solid #E4B7B0; color: #7C2D24; font-weight: 500; }
form[data-sent] .form-fields { display: none; }
.trust-lines {
border-left: 3px solid var(--sand);
padding: 4px 0 4px 20px;
margin-top: 30px;
color: var(--slate);
font-size: 15.5px;
}
.site-footer { background: var(--navy-deep); color: rgba(255, 255, 255, .82); }
.footer-in {
display: grid;
grid-template-columns: minmax(240px, 1.3fr) 1fr 1fr;
gap: clamp(30px, 5vw, 64px);
padding-block: clamp(48px, 6vw, 72px) clamp(30px, 4vw, 44px);
}
@media (max-width: 760px) { .footer-in { grid-template-columns: 1fr; } }
.footer-logo img { width: 230px; height: auto; }
.footer-tag { font-size: 14.5px; line-height: 1.65; margin-top: 16px; max-width: 300px; }
.site-footer h4 {
font-family: var(--sans);
font-size: 12px;
font-weight: 600;
letter-spacing: .18em;
text-transform: uppercase;
color: var(--sand);
margin: 4px 0 16px;
}
.footer-list { list-style: none; margin: 0; padding: 0; display: grid; gap: 9px; font-size: 15px; }
.footer-list a { color: rgba(255, 255, 255, .82); text-decoration: none; }
.footer-list a:hover { color: #fff; text-decoration: underline; }
.footer-bottom {
border-top: 1px solid rgba(255, 255, 255, .12);
padding-block: 20px;
display: flex;
flex-wrap: wrap;
gap: 8px 28px;
justify-content: space-between;
font-size: 13px;
color: rgba(255, 255, 255, .55);
}
.footer-bottom a { color: rgba(255, 255, 255, .7); }
@media (max-width: 640px) { .footer-bottom { padding-bottom: 100px; } }
.lost { text-align: center; padding-block: clamp(80px, 12vw, 150px); }
.lost .brand-mark { width: 84px; height: 84px; margin: 0 auto 26px; opacity: .9; }
@media (prefers-reduced-motion: reduce) {
html { scroll-behavior: auto; }
*, *::before, *::after {
animation-duration: .01ms !important;
animation-iteration-count: 1 !important;
transition-duration: .01ms !important;
}
.rv { opacity: 1; transform: none; }
.course-progress { display: none; }
.wp .wp-dot { background: var(--navy); }
}