:root { --heritage-ink:#173d38; --heritage-muted:#698079; --heritage-paper:#fffdfa; --heritage-line:rgba(30,75,65,.14); --heritage-gold:#cc8c58; --heritage-deep:#143c36; }
.heritage-page { min-height:100vh; background:#f8f4eb; color:var(--heritage-ink); }.heritage-shell { width:min(1100px,calc(100% - 48px)); margin-inline:auto; }.heritage-topbar { position:sticky; top:0; z-index:10; border-bottom:1px solid rgba(255,255,255,.16); background:rgba(19,57,52,.94); backdrop-filter:blur(14px); }.heritage-topbar-inner { min-height:70px; display:flex; align-items:center; justify-content:space-between; gap:20px; }.heritage-brand { display:inline-flex; align-items:center; gap:9px; color:#fff; font-family:var(--font-display,"Estedad",sans-serif); font-size:19px; font-weight:800; }.heritage-brand img { width:31px; height:31px; object-fit:contain; }.heritage-topbar nav { display:flex; align-items:center; gap:21px; }.heritage-topbar nav a { color:rgba(255,255,255,.73); font-size:12px; transition:color .2s ease; }.heritage-topbar nav a:hover,.heritage-topbar nav .active { color:#fff; }.heritage-hero { padding:92px 0 82px; overflow:hidden; background:radial-gradient(circle at 82% 22%,rgba(227,172,116,.24),transparent 24%),radial-gradient(circle at 8% 84%,rgba(163,202,179,.3),transparent 26%),linear-gradient(137deg,#113d36,#22594e); color:#fff; }.heritage-kicker { margin:0 0 10px; color:#cfa275; font-size:11px; font-weight:800; letter-spacing:.04em; }.heritage-hero h1,.heritage-intro h2,.heritage-section h2,.heritage-note h2 { margin:0; font-family:var(--font-display,"Estedad",sans-serif); letter-spacing:-.045em; }.heritage-hero h1 { max-width:810px; font-size:clamp(39px,5.7vw,68px); line-height:1.3; }.heritage-hero h1 em { color:#f2c494; font-style:normal; }.heritage-hero > .heritage-shell > p:not(.heritage-kicker) { max-width:630px; margin:21px 0 0; color:rgba(255,255,255,.8); font-size:15px; line-height:2.1; }.heritage-hero-link { display:inline-flex; align-items:center; gap:9px; margin-top:27px; padding:12px 17px; border:1px solid rgba(255,255,255,.36); border-radius:12px; background:rgba(255,255,255,.08); color:#fff; font-size:12px; font-weight:800; transition:transform .2s ease,background .2s ease; }.heritage-hero-link:hover { transform:translateY(-2px); background:rgba(255,255,255,.15); }.heritage-intro { display:grid; grid-template-columns:.72fr 1.28fr; gap:38px; padding:70px 0 50px; }.heritage-intro h2,.heritage-section h2 { font-size:clamp(27px,3.3vw,42px); line-height:1.4; }.heritage-principles { display:grid; grid-template-columns:repeat(3,1fr); gap:10px; }.heritage-principles article { padding:17px; border:1px solid var(--heritage-line); border-radius:16px; background:var(--heritage-paper); box-shadow:0 10px 20px rgba(32,69,59,.05); }.heritage-principles b,.heritage-principles span { display:block; }.heritage-principles b { margin-bottom:7px; color:#285a50; font-size:13px; }.heritage-principles span { color:var(--heritage-muted); font-size:11px; line-height:1.9; }.heritage-section { padding:36px 0; }.heritage-section-head { display:flex; align-items:end; justify-content:space-between; gap:22px; margin-bottom:18px; }.heritage-section-head > p { max-width:300px; margin:0; color:var(--heritage-muted); font-size:11px; line-height:1.85; }.heritage-feature-grid { display:grid; grid-template-columns:1.35fr .65fr; gap:13px; }.heritage-feature,.heritage-card-grid a { display:block; border:1px solid var(--heritage-line); border-radius:18px; background:var(--heritage-paper); box-shadow:0 12px 27px rgba(30,65,56,.06); transition:transform .2s ease,box-shadow .2s ease; }.heritage-feature:hover,.heritage-card-grid a:hover { transform:translateY(-4px); box-shadow:0 19px 30px rgba(30,65,56,.12); }.heritage-feature { min-height:228px; padding:25px; }.heritage-feature.main { background:linear-gradient(135deg,#f1deca,#fbf7ee 66%); }.heritage-feature span,.heritage-card-grid span { color:#a56f40; font-size:10px; font-weight:800; }.heritage-feature h3,.heritage-card-grid h3 { margin:13px 0 7px; font-family:var(--font-display,"Estedad",sans-serif); line-height:1.55; }.heritage-feature h3 { max-width:590px; font-size:26px; }.heritage-feature p,.heritage-card-grid p { margin:0; color:var(--heritage-muted); font-size:11px; line-height:1.9; }.heritage-feature small { display:block; margin-top:17px; color:#215d51; font-size:11px; font-weight:800; }.heritage-card-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:12px; }.heritage-card-grid a { min-height:194px; padding:19px; }.heritage-card-grid h3 { font-size:19px; }.heritage-card-guide { background:linear-gradient(140deg,#dcece2,#fffdf8)!important; }.heritage-note { display:grid; grid-template-columns:.75fr 1.25fr; gap:48px; margin-top:37px; padding:48px 0 66px; border-top:1px solid var(--heritage-line); }.heritage-note h2 { font-size:34px; line-height:1.45; }.heritage-note > p { max-width:560px; margin:18px 0 0; color:var(--heritage-muted); font-size:13px; line-height:2.1; }.heritage-note a { color:#196154; border-bottom:1px solid currentColor; font-weight:800; }.heritage-footer { padding:24px 0; background:var(--heritage-deep); color:rgba(255,255,255,.62); }.heritage-footer > .heritage-shell { display:flex; align-items:center; justify-content:space-between; gap:18px; font-size:11px; }.heritage-footer .heritage-brand { font-size:16px; }.heritage-footer .heritage-brand img { width:27px; height:27px; }
@media (max-width:760px) { .heritage-shell { width:min(100% - 32px,1100px); }.heritage-topbar-inner { min-height:60px; }.heritage-topbar nav { gap:12px; }.heritage-topbar nav a { font-size:10px; }.heritage-topbar nav a:nth-child(2) { display:none; }.heritage-hero { padding:58px 0 54px; }.heritage-hero h1 { font-size:38px; }.heritage-hero > .heritage-shell > p:not(.heritage-kicker) { font-size:12px; line-height:2; }.heritage-intro,.heritage-note { grid-template-columns:1fr; gap:21px; padding:46px 0 28px; }.heritage-principles { gap:7px; }.heritage-principles article { padding:11px; }.heritage-principles b { font-size:10px; }.heritage-principles span { font-size:9px; line-height:1.75; }.heritage-section { padding:28px 0; }.heritage-section-head { display:block; }.heritage-section-head > p { margin-top:8px; }.heritage-feature-grid { grid-template-columns:1fr; }.heritage-feature { min-height:0; padding:19px; }.heritage-feature h3 { font-size:22px; }.heritage-card-grid { grid-template-columns:1fr 1fr; gap:8px; }.heritage-card-grid a { min-height:172px; padding:13px; }.heritage-card-grid h3 { margin:8px 0 5px; font-size:15px; }.heritage-card-grid p { font-size:9px; line-height:1.7; }.heritage-note { margin-top:23px; padding-bottom:47px; }.heritage-note h2 { font-size:29px; }.heritage-note > p { margin:0; font-size:11px; }.heritage-footer > .heritage-shell { font-size:9px; }.heritage-footer .heritage-brand { font-size:14px; } }
