:root{--ivory:#f5f0e5;--paper:#fffdf8;--ink:#171512;--muted:#675f56;--maroon:#6e2734;--terracotta:#bd583d;--line:#d8ccbc}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;color:var(--ink);background:var(--ivory);font-family:Arial,Helvetica,sans-serif;line-height:1.65}a{color:var(--maroon)}a:focus-visible{outline:3px solid var(--terracotta);outline-offset:4px}.site-header{width:min(1040px,calc(100% - 3rem));min-height:92px;margin:auto;display:flex;align-items:center;justify-content:space-between;gap:2rem}.brand{display:block;width:144px;line-height:0}.brand img{width:100%;height:auto}nav{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:1.4rem}nav a{color:var(--ink);font-size:.82rem;font-weight:700;letter-spacing:.08em;text-decoration:none;text-transform:uppercase}nav a:hover{color:var(--terracotta)}.hero{width:min(1040px,calc(100% - 3rem));min-height:460px;margin:0 auto 5.5rem;display:grid;grid-template-columns:1.1fr .9fr;overflow:hidden;background:var(--ink)}.hero-copy{display:flex;flex-direction:column;align-items:flex-start;justify-content:center;padding:clamp(2.5rem,6vw,5rem);color:var(--ivory)}.eyebrow{margin:0 0 1rem;color:var(--terracotta);font-size:.78rem;font-weight:700;letter-spacing:.14em;text-transform:uppercase}h1,h2{font-family:Georgia,times new roman,serif;line-height:1.12}h1{margin:0;font-size:clamp(2.35rem,4vw,4rem)}.hero-lead{max-width:36rem;margin:1.75rem 0 2.3rem;font-size:1.15rem}.hero-image{min-height:280px;background:linear-gradient(#2a1819a8,#2a181942),var(--hero-image)50%/cover;mix-blend-mode:screen}.button{display:inline-block;padding:.8rem 1.25rem;background:var(--terracotta);color:#fff;font-size:.82rem;font-weight:700;letter-spacing:.07em;text-decoration:none;text-transform:uppercase;transition:background .2s}.button:hover{background:var(--maroon)}.page-shell{width:min(810px,calc(100% - 3rem));margin:0 auto 6rem}.home-content{margin-top:0}.page-title{margin:4.5rem 0 4rem;padding-bottom:2rem;border-bottom:1px solid var(--line)}.prose h2{margin:4rem 0 1.2rem;font-size:clamp(2rem,4vw,3.2rem)}.prose p,.prose li{font-size:1.05rem}.prose li{margin-bottom:.45rem}.language-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem;margin:2rem 0 4rem}.language-card{position:relative;min-height:250px;display:flex;flex-direction:column;justify-content:flex-end;padding:1.25rem;overflow:hidden;background-image:linear-gradient(0deg,#120d0bdd,transparent 85%),var(--card-image);background-position:50%;background-size:cover;color:#fff;text-decoration:none}.language-card-latin{--card-image:var(--latin-image)}.language-card-griego{--card-image:var(--greek-image)}.language-card-sanscrito{--card-image:var(--sanskrit-image)}.language-card:hover{outline:4px solid var(--terracotta);outline-offset:-4px}.language-card span{font-family:Georgia,times new roman,serif;font-size:2rem;line-height:1.1}.language-card small{margin-top:.4rem;line-height:1.35}.language-section{display:grid;grid-template-columns:1.1fr .9fr;min-height:420px;margin:2rem 0;overflow:hidden;background:var(--ink);color:var(--ivory);scroll-margin-top:1rem}.language-section-copy{display:flex;flex-direction:column;justify-content:center;padding:clamp(2rem,5vw,4rem)}.language-section-copy h2{margin:0 0 1.2rem;color:var(--ivory);font-size:clamp(2rem,3.5vw,3.25rem)}.language-section-copy p,.language-section-copy li{font-size:1rem}.language-section-copy ul{margin-bottom:0}.language-section-image{min-height:280px;background:linear-gradient(#2a1819a8,#2a181942),var(--section-image)50%/cover;mix-blend-mode:screen}.language-section-reverse{grid-template-columns:.9fr 1.1fr}.language-section-reverse .language-section-copy{order:2}.language-section-reverse .language-section-image{order:1}.contact-section{margin-top:5rem;padding:2.4rem;background:var(--maroon);color:var(--ivory);scroll-margin-top:1rem}.contact-section h2{margin-top:0}.contact-section .button{margin-top:.5rem}.button-outline{border:1px solid var(--ivory);background:0 0}.button-outline:hover{background:var(--ivory);color:var(--maroon)}.site-footer{width:min(1160px,calc(100% - 3rem));display:flex;justify-content:space-between;gap:1rem;margin:auto;padding:2rem 0;border-top:1px solid var(--line);color:var(--muted);font-size:.9rem}.site-footer p{margin:0}.footer-links{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:1rem}@media(max-width:680px){.site-header{min-height:78px;width:min(100% - 2rem,1160px)}.brand{width:105px}nav{gap:.7rem}nav a{font-size:.68rem}.hero{width:100%;grid-template-columns:1fr;margin-bottom:3.5rem}.hero-copy{min-height:410px}.hero-image{min-height:240px}.page-shell{width:min(100% - 2rem,810px)}.language-cards{grid-template-columns:1fr}.language-card{min-height:185px}.language-section{grid-template-columns:1fr;min-height:0}.language-section-copy{padding:2.5rem}.language-section-image{min-height:240px}.language-section-reverse .language-section-copy,.language-section-reverse .language-section-image{order:0}.site-footer{width:min(100% - 2rem,1160px);flex-direction:column}.prose h2{margin-top:3rem}}