:root {
  --yellow: #f6c934;
  --yellow-soft: #fff3bd;
  --ink: #17382f;
  --green: #244e41;
  --cream: #fbf8ef;
  --white: #fffef9;
  --line: rgba(23, 56, 47, .17);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--cream); font-family: "DM Sans", sans-serif; font-size: 16px; line-height: 1.55; }
a { color: inherit; }
.preview-note { height: 32px; display: grid; place-items: center; background: var(--ink); color: #fff; font-size: .72rem; letter-spacing: .14em; text-transform: uppercase; }
.site-header { min-height: 86px; padding: 0 clamp(24px, 5vw, 78px); display: flex; align-items: center; gap: 42px; background: var(--white); border-bottom: 1px solid var(--line); position: relative; z-index: 5; }
.brand { display: flex; align-items: center; gap: 12px; text-decoration: none; margin-right: auto; }
.brand-mark { width: 42px; height: 42px; display: grid; place-items: center; border-radius: 50%; background: var(--yellow); color: var(--ink); font-weight: 800; letter-spacing: -.08em; }
.brand strong { display: block; font-family: "Fraunces", serif; font-size: 1.15rem; line-height: 1; }
.brand small { display: block; margin-top: 4px; font-size: .64rem; font-weight: 600; letter-spacing: .14em; }
nav { display: flex; gap: 30px; }
nav a { text-decoration: none; font-size: .9rem; font-weight: 600; }
.button { display: inline-flex; min-height: 52px; padding: 0 24px; align-items: center; justify-content: center; border-radius: 2px; background: var(--yellow); color: var(--ink); font-weight: 700; text-decoration: none; transition: transform .2s, background .2s; }
.button:hover { transform: translateY(-2px); background: #ffd855; }
.button-small { min-height: 44px; padding: 0 18px; font-size: .88rem; }
.hero { position: relative; min-height: 710px; display: flex; align-items: center; overflow: hidden; color: #fff; }
.hero-image, .hero-shade { position: absolute; inset: 0; width: 100%; height: 100%; }
.hero-image { object-fit: cover; object-position: 52% center; }
.hero-shade { background: linear-gradient(90deg, rgba(11,41,32,.9) 0%, rgba(11,41,32,.72) 38%, rgba(11,41,32,.16) 70%, rgba(11,41,32,.05) 100%); }
.hero-copy { position: relative; width: min(650px, 48vw); margin-left: clamp(24px, 8vw, 122px); padding: 70px 0 110px; z-index: 1; }
.eyebrow { margin: 0 0 22px; color: var(--yellow); font-size: .76rem; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; }
.eyebrow.dark { color: #7c681e; }
h1, h2, h3, p { margin-top: 0; }
h1, h2 { font-family: "Fraunces", serif; font-weight: 500; letter-spacing: -.035em; line-height: 1.06; }
h1 { margin-bottom: 26px; font-size: clamp(3.3rem, 6vw, 6.4rem); }
h1 em, h2 em { color: var(--yellow); font-weight: 500; }
.hero-text { max-width: 545px; margin-bottom: 34px; font-size: 1.18rem; line-height: 1.65; color: rgba(255,255,255,.9); }
.hero-actions { display: flex; align-items: center; gap: 28px; }
.text-link { text-decoration: none; font-weight: 650; }
.text-link span, .path-card a span { margin-left: 8px; transition: margin .2s; }
.text-link:hover span, .path-card a:hover span { margin-left: 13px; }
.hero-fact { position: absolute; right: clamp(24px, 5vw, 74px); bottom: 38px; display: flex; align-items: center; gap: 20px; z-index: 1; }
.hero-fact strong { font-family: "Fraunces", serif; font-size: 2.1rem; color: var(--yellow); }
.hero-fact span { padding-left: 20px; border-left: 1px solid rgba(255,255,255,.5); font-size: .82rem; line-height: 1.5; }
.section-pad { padding: 120px clamp(24px, 8vw, 122px); }
.everyday { display: grid; grid-template-columns: .7fr 1.3fr; gap: 8vw; background: var(--white); }
.everyday-heading { align-self: center; }
.everyday-heading h2 em { color: #8c7420; }
.everyday-heading > p:not(.eyebrow) { max-width: 520px; margin: 28px 0 30px; font-size: 1.04rem; line-height: 1.8; }
.instagram-link { font-weight: 750; text-underline-offset: 5px; text-decoration-thickness: 1px; }
.moments { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.moment { min-height: 245px; padding: 26px 28px; display: flex; flex-direction: column; justify-content: flex-end; }
.moment span { margin-bottom: auto; font-size: .72rem; font-weight: 800; letter-spacing: .14em; }
.moment h3 { margin-bottom: 10px; font-family: "Fraunces", serif; font-size: 1.75rem; font-weight: 500; line-height: 1.08; }
.moment p { margin-bottom: 0; font-size: .92rem; line-height: 1.55; }
.moment-yellow { background: var(--yellow); }
.moment-green { position: relative; overflow: hidden; color: #fff; background: url("english-naturally.jpg") center / cover no-repeat; }
.moment-green::before { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(10,40,31,.9), rgba(10,40,31,.05) 72%); }
.moment-green > * { position: relative; }
.moment-green p { color: rgba(255,255,255,.74); }
.moment-cream { background: var(--yellow-soft); }
.moment-community, .moment-outing, .moment-project { position: relative; overflow: hidden; color: #fff; background-position: center; background-size: cover; }
.moment-community { background-image: url("instagram-community-edited.jpg"); }
.moment-outing { background-image: url("instagram-outing.jpg"); }
.moment-project { background-image: url("instagram-project.jpg"); }
.moment-community::before, .moment-outing::before, .moment-project::before { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(10,40,31,.9), rgba(10,40,31,.04) 72%); }
.moment-community > *, .moment-outing > *, .moment-project > * { position: relative; }
.intro { display: grid; grid-template-columns: 1.4fr .7fr; align-items: end; gap: 9vw; }
h2 { margin-bottom: 0; font-size: clamp(2.4rem, 4vw, 4.4rem); }
.intro h2 em, .method h2 em { color: #8c7420; }
.intro > p { margin-bottom: 5px; font-size: 1.06rem; line-height: 1.8; }
.paths { padding-top: 0; }
.section-heading { display: flex; align-items: end; justify-content: space-between; margin-bottom: 50px; }
.path-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.path-card { min-height: 430px; padding: 34px 40px 42px; display: flex; flex-direction: column; justify-content: space-between; }
.path-yellow { background: var(--yellow); }
.path-green { background: var(--green); color: #fff; }
.path-number { align-self: flex-end; font-family: "Fraunces", serif; font-size: 1.15rem; opacity: .58; }
.age { margin-bottom: 12px; font-size: .76rem; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; }
.path-card h3 { margin-bottom: 16px; font-family: "Fraunces", serif; font-size: clamp(2rem, 3vw, 3rem); font-weight: 500; }
.path-card p:not(.age) { max-width: 500px; font-size: 1.02rem; }
.path-card a { display: inline-block; margin-top: 24px; font-weight: 700; text-decoration: none; }
.method { display: grid; grid-template-columns: .85fr 1.15fr; gap: 9vw; background: var(--green); color: #fff; }
.method-title { position: sticky; top: 40px; align-self: start; }
.method-title > p:last-child { max-width: 470px; margin-top: 28px; color: rgba(255,255,255,.72); }
.pillars article { padding: 28px 0 30px; display: grid; grid-template-columns: 50px 1fr 1.2fr; gap: 18px; border-top: 1px solid rgba(255,255,255,.19); }
.pillars article:last-child { border-bottom: 1px solid rgba(255,255,255,.19); }
.pillars span { color: var(--yellow); font-weight: 700; }
.pillars h3 { margin-bottom: 0; font-family: "Fraunces", serif; font-size: 1.45rem; font-weight: 500; }
.pillars p { margin-bottom: 0; color: rgba(255,255,255,.7); font-size: .94rem; }
.features { display: grid; grid-template-columns: 1fr 1fr; gap: 10vw; align-items: center; background: var(--yellow-soft); }
.feature-main > p:last-child { max-width: 620px; margin-top: 28px; font-size: 1.05rem; }
.feature-item { padding: 26px 0; display: grid; grid-template-columns: .75fr 1fr; gap: 25px; border-top: 1px solid var(--line); text-decoration: none; }
.feature-item:last-child { border-bottom: 1px solid var(--line); }
.feature-item:hover span { color: var(--ink); }
.feature-list strong { font-family: "Fraunces", serif; font-size: 1.28rem; }
.feature-list span { color: rgba(23,56,47,.72); }
.inline-more { display: inline; color: var(--yellow); font-weight: 700; text-underline-offset: 3px; }
.inner-hero { min-height: 440px; padding: 110px clamp(24px, 8vw, 122px) 90px; display: flex; align-items: end; color: #fff; background: linear-gradient(110deg, rgba(11,41,32,.96), rgba(11,41,32,.65)), url("busy-bees-sede-marciapiede-v2.jpg") center 52% / cover; }
.inner-hero-copy { max-width: 850px; }
.inner-hero h1 { margin-bottom: 20px; font-size: clamp(3rem, 6vw, 6rem); }
.inner-hero p:last-child { max-width: 680px; margin-bottom: 0; color: rgba(255,255,255,.82); font-size: 1.1rem; }
.section-nav { padding: 20px clamp(24px, 8vw, 122px); display: flex; gap: 12px; overflow-x: auto; background: var(--white); border-bottom: 1px solid var(--line); }
.section-nav a { flex: 0 0 auto; padding: 9px 14px; border: 1px solid var(--line); text-decoration: none; font-size: .86rem; font-weight: 700; }
.content-section { padding: 105px clamp(24px, 10vw, 155px); scroll-margin-top: 20px; }
.content-section:nth-of-type(even) { background: var(--white); }
.content-section:nth-of-type(odd) { background: var(--cream); }
.content-grid { display: grid; grid-template-columns: .7fr 1.3fr; gap: 9vw; }
.content-kicker { color: #7c681e; font-size: .75rem; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; }
.content-section h2 { margin: 10px 0 26px; font-size: clamp(2.5rem, 4.5vw, 4.8rem); }
.content-copy { max-width: 790px; }
.content-copy p { margin-bottom: 20px; font-size: 1.03rem; line-height: 1.8; }
.content-copy h3 { margin: 38px 0 12px; font-family: "Fraunces", serif; font-size: 1.7rem; font-weight: 500; }
.fact-list { margin: 26px 0 0; padding: 0; display: grid; grid-template-columns: 1fr 1fr; gap: 12px; list-style: none; }
.fact-list li { padding: 18px; background: var(--yellow-soft); font-weight: 650; }
.page-cta { padding: 80px clamp(24px, 8vw, 122px); display: flex; align-items: center; justify-content: space-between; gap: 40px; background: var(--yellow); }
.page-cta h2 { max-width: 720px; font-size: clamp(2.2rem, 4vw, 4rem); }
.contact-panel { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; }
.contact-card { padding: 34px; background: var(--yellow-soft); }
.contact-card h3 { font-family: "Fraunces", serif; font-size: 1.65rem; font-weight: 500; }
.contact-card a { display: block; margin: 8px 0; font-weight: 700; }
.visit { display: grid; grid-template-columns: 1fr .7fr; align-items: end; gap: 10vw; background: var(--white); }
.visit-copy p { margin-bottom: 28px; font-size: 1.08rem; }
.button-dark { background: var(--ink); color: #fff; }
.button-dark:hover { background: var(--green); }
footer { padding: 72px clamp(24px, 8vw, 122px) 26px; display: grid; grid-template-columns: 1.5fr 1fr .7fr; gap: 70px; background: #102f27; color: #fff; }
.brand-mark.light { background: var(--yellow); color: var(--ink); }
footer h3 { margin: 18px 0 4px; font-family: "Fraunces", serif; font-size: 1.6rem; font-weight: 500; }
footer h4 { margin: 0 0 18px; color: var(--yellow); font-size: .75rem; letter-spacing: .15em; text-transform: uppercase; }
footer p { color: rgba(255,255,255,.65); }
footer a { display: block; width: fit-content; margin: 8px 0; color: rgba(255,255,255,.86); text-decoration: none; }
.footer-legal { grid-column: 1 / -1; margin-top: 44px; padding-top: 24px; display: flex; align-items: center; justify-content: space-between; gap: 24px; border-top: 1px solid rgba(255,255,255,.15); }
.copyright { margin: 0; padding: 0; font-size: .78rem; }
.compliance-link { margin: 0; color: rgba(255,255,255,.68); font-size: .78rem; text-decoration: underline; text-underline-offset: 4px; }
.legal-page { min-height: 70vh; padding: 90px clamp(24px, 14vw, 220px) 120px; background: var(--white); }
.legal-page h1 { max-width: 1050px; margin-bottom: 48px; color: var(--ink); font-size: clamp(2.2rem, 4.5vw, 4.7rem); }
.legal-content { max-width: 800px; }
.legal-content h2 { margin: 36px 0 12px; font-family: "DM Sans", sans-serif; font-size: 1rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.legal-content p { margin-bottom: 8px; }
.legal-amounts { margin: 16px 0 0; padding-left: 22px; }
.legal-total { margin-top: 20px !important; font-weight: 800; }

@media (max-width: 960px) {
  nav { display: none; }
  .hero { min-height: 670px; }
  .hero-copy { width: min(640px, calc(100% - 48px)); margin-left: 24px; }
  .hero-fact { display: none; }
  .everyday, .intro, .method, .features, .visit, .content-grid { grid-template-columns: 1fr; gap: 42px; }
  .method-title { position: static; }
}

@media (max-width: 680px) {
  .preview-note { font-size: .62rem; }
  .site-header { min-height: 74px; padding: 0 18px; }
  .brand-mark { width: 38px; height: 38px; }
  .brand strong { font-size: 1rem; }
  .brand small { font-size: .55rem; }
  .site-header > .button { display: none; }
  .hero { min-height: 670px; align-items: end; }
  .hero-image { object-position: 60% center; }
  .hero-shade { background: linear-gradient(0deg, rgba(11,41,32,.94) 0%, rgba(11,41,32,.62) 55%, rgba(11,41,32,.12) 100%); }
  .hero-copy { width: auto; margin: 0; padding: 54px 22px 48px; }
  h1 { font-size: clamp(3.05rem, 14vw, 4.3rem); }
  .hero-text { font-size: 1.02rem; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 22px; }
  .section-pad { padding: 82px 22px; }
  .moments { grid-template-columns: 1fr; }
  .moment { min-height: 220px; }
  .intro { gap: 30px; }
  h2 { font-size: 2.55rem; }
  .path-grid { grid-template-columns: 1fr; }
  .path-card { min-height: 390px; padding: 28px; }
  .pillars article { grid-template-columns: 36px 1fr; }
  .pillars p { grid-column: 2; }
  .feature-item { grid-template-columns: 1fr; gap: 7px; }
  .inner-hero { min-height: 390px; padding: 80px 22px 56px; }
  .content-section { padding: 78px 22px; }
  .fact-list, .contact-panel { grid-template-columns: 1fr; }
  .page-cta { padding: 64px 22px; align-items: flex-start; flex-direction: column; }
  footer { grid-template-columns: 1fr; gap: 38px; padding: 58px 22px 24px; }
  .footer-legal { margin-top: 10px; align-items: flex-start; flex-direction: column; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  * { transition: none !important; }
}
