:root {
  --petrol-deep: #092c38;
  --petrol: #0e4352;
  --teal: #367e8a;
  --sky: #c7dcdf;
  --mist: #eaf2f3;
  --gold: #cdb77d;
  --gold-light: #e2d3a8;
  --white: #ffffff;
  --off-white: #f7f6f2;
  --ink: #101c24;
  --text: #5d696f;
  --line: rgba(14, 67, 82, 0.16);
  --shadow: 0 24px 60px rgba(9, 44, 56, 0.12);
  --radius-lg: 2.25rem;
  --radius-md: 1.4rem;
  --container: min(1180px, calc(100% - 2.5rem));
  --font-title: "Montserrat", sans-serif;
  --font-body: "Inter", sans-serif;
  --font-editorial: "Cormorant Garamond", serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 5rem; }
body { margin: 0; color: var(--ink); background: var(--white); font-family: var(--font-body); font-size: 1rem; line-height: 1.65; -webkit-font-smoothing: antialiased; }
body.dialog-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
button, input, textarea, select { font: inherit; }
button { color: inherit; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { font-family: var(--font-title); line-height: 1.15; font-weight: 500; letter-spacing: -0.025em; }
h2 { font-size: clamp(2rem, 4vw, 3.6rem); }
h3 { font-size: 1.12rem; }
p { color: var(--text); }
address { font-style: normal; }
.container { width: var(--container); margin-inline: auto; }
.section { padding: clamp(5rem, 10vw, 8.5rem) 0; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; top: 1rem; left: 1rem; z-index: 9999; padding: .85rem 1.2rem; border-radius: .65rem; color: var(--petrol-deep); background: var(--gold-light); transform: translateY(-160%); transition: transform .2s ease; }
.skip-link:focus { transform: translateY(0); }
:focus-visible { outline: 3px solid var(--gold); outline-offset: 4px; }

.hero { position: relative; overflow: hidden; min-height: 100svh; display: flex; align-items: center; padding: clamp(2.5rem, 5vh, 4.5rem) 0; color: var(--white); background: var(--petrol-deep); }
.hero::before { content: ""; position: absolute; width: 56vw; height: 56vw; min-width: 650px; min-height: 650px; right: -28vw; top: -22vw; border: 1px solid rgba(199,220,223,.12); border-radius: 49% 51% 65% 35% / 44% 48% 52% 56%; transform: rotate(18deg); }
.hero::after { content: ""; position: absolute; width: 280px; height: 280px; left: -170px; bottom: -110px; border: 1px solid rgba(205,183,125,.28); border-radius: 50%; }
.hero-pattern { position: absolute; inset: 0; opacity: .07; background: url("assets/images/pattern-fg-claro.png") center / 520px auto repeat; mix-blend-mode: screen; }
.hero-grid { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(0, 1.07fr) minmax(380px, .75fr); align-items: center; gap: clamp(3rem, 7vw, 7rem); }
.eyebrow { display: flex; align-items: center; gap: .8rem; margin-bottom: 1.35rem; color: var(--gold-light); font-family: var(--font-title); font-size: .73rem; font-weight: 600; letter-spacing: .18em; text-transform: uppercase; }
.eyebrow span { display: inline-block; width: 2.5rem; height: 1px; background: currentColor; }
.eyebrow.dark { color: var(--teal); }
.hero h1 { max-width: 770px; margin-bottom: 1rem; font-size: clamp(2.65rem, 4.35vw, 4.5rem); font-weight: 400; line-height: 1; }
.hero-highlight { max-width: 700px; margin-bottom: 1.4rem; color: var(--gold-light); font-family: var(--font-editorial); font-size: clamp(1.55rem, 2.6vw, 2.3rem); font-style: italic; line-height: 1.15; }
.hero-text { max-width: 690px; margin-bottom: 2.1rem; color: rgba(255,255,255,.74); font-size: 1.04rem; }
.hero-actions, .institutional-actions { display: flex; flex-wrap: wrap; align-items: center; gap: .9rem; }
.button { min-height: 3.35rem; display: inline-flex; align-items: center; justify-content: center; gap: .65rem; padding: .85rem 1.35rem; border: 1px solid transparent; border-radius: 999px; font-family: var(--font-title); font-size: .75rem; font-weight: 600; letter-spacing: .045em; line-height: 1.2; text-align: center; text-decoration: none; text-transform: uppercase; cursor: pointer; transition: transform .2s ease, background .2s ease, color .2s ease, border-color .2s ease; }
.button svg { width: 1rem; height: 1rem; }
.button:hover { transform: translateY(-2px); }
.button-gold { color: var(--petrol-deep); background: var(--gold); }
.button-gold:hover { background: var(--gold-light); }
.button-outline { color: var(--white); background: transparent; border-color: rgba(255,255,255,.4); }
.button-outline:hover { border-color: var(--gold); color: var(--gold-light); }
.button-dark { color: var(--white); background: var(--petrol-deep); }
.button-dark:hover { background: var(--petrol); }
.button-line { color: var(--petrol-deep); background: transparent; border-color: rgba(14,67,82,.32); }
.button-line:hover { border-color: var(--petrol); background: var(--mist); }
.hero-contact { color: #000000; background: var(--gold); border-color: var(--gold); }
.hero-contact:hover { color: #000000; background: var(--gold-light); border-color: var(--gold-light); }
.hero-visual { position: relative; padding: 1.35rem 1.35rem 4.5rem; }
.hero-frame { position: relative; z-index: 1; aspect-ratio: .78; padding: .7rem; border: 1px solid var(--gold); border-radius: 9rem 9rem var(--radius-lg) var(--radius-lg); }
.hero-frame::before { content: ""; position: absolute; inset: -1.6rem 1.8rem 2rem -1.6rem; z-index: -1; border-radius: 8rem 8rem var(--radius-lg) var(--radius-lg); background: var(--sky); }
.hero-frame img { width: 100%; height: 100%; border-radius: 8.4rem 8.4rem 1.8rem 1.8rem; object-fit: cover; object-position: center 35%; filter: saturate(.85) contrast(1.02); }
.hero-signature { position: absolute; right: -1rem; bottom: 2.3rem; z-index: 2; color: rgba(205,183,125,.5); font-family: var(--font-editorial); font-size: 7rem; font-style: italic; line-height: 1; }
.hero-caption { position: absolute; left: 0; bottom: 0; z-index: 2; margin: 0; color: var(--white); font-family: var(--font-title); font-size: .95rem; letter-spacing: .04em; }
.hero-caption span { display: block; margin-top: .25rem; color: var(--gold-light); font-family: var(--font-body); font-size: .7rem; text-transform: uppercase; letter-spacing: .12em; }

.situations { background: var(--off-white); }
.situations .container { width: min(1260px, calc(100% - 2.5rem)); }
.section-heading { max-width: 770px; margin: 0 auto 3.7rem; text-align: center; }
.section-heading .eyebrow { justify-content: center; }
.section-heading h2 { margin-bottom: 1rem; }
.section-heading > p:last-child { max-width: 680px; margin-inline: auto; font-size: 1.05rem; }
.situation-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 320px)); justify-content: center; gap: 1.4rem; }
.situation-card { overflow: hidden; position: relative; border-radius: var(--radius-lg); background: var(--petrol); box-shadow: 0 14px 35px rgba(9,44,56,.1); }
.situation-card > img { width: 100%; height: auto; aspect-ratio: 1 / 1; object-fit: cover; object-position: center; filter: none; transition: transform .5s ease; }
.situation-card:hover > img { transform: scale(1.025); }
.card-title { position: relative; z-index: 2; min-height: 7.1rem; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: .85rem; padding: 1.2rem 1.25rem; color: var(--white); border-top: 1px solid rgba(205,183,125,.7); }
.card-title > span { color: var(--gold-light); font-family: var(--font-editorial); font-size: 1.35rem; font-style: italic; }
.card-title h3 { margin: 0; color: var(--white); font-size: 1rem; line-height: 1.3; text-transform: uppercase; letter-spacing: .035em; }
.card-title button { width: 2.65rem; height: 2.65rem; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.3); border-radius: 50%; color: var(--white); background: transparent; cursor: pointer; }
.card-title button:hover { border-color: var(--gold); color: var(--gold); }
.card-title button svg { width: 1.1rem; transition: transform .3s ease; }
.situation-card.open .card-title button svg { transform: rotate(45deg); }
.card-detail { display: grid; grid-template-rows: 0fr; background: var(--petrol-deep); transition: grid-template-rows .35s ease; }
.card-detail p { overflow: hidden; margin: 0; padding: 0 1.4rem; color: rgba(255,255,255,.74); font-size: .9rem; transition: padding .35s ease; }
.situation-card.open .card-detail { grid-template-rows: 1fr; }
.situation-card.open .card-detail p { padding: .1rem 1.4rem 1.6rem; }
.section-cta { grid-column: 1 / -1; display: flex; justify-content: center; margin-top: 2.4rem; }

.understand { background: var(--white); }
.understand-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(2.8rem, 7vw, 7rem); align-items: start; }
.understand-copy { position: sticky; top: 7rem; }
.understand-copy h2 { margin-bottom: 1.5rem; }
.lead { color: var(--ink); font-size: clamp(1.15rem, 2vw, 1.4rem); line-height: 1.55; }
.fact-list { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: .8rem; margin: 0; padding: 0; list-style: none; }
.fact-list li { min-height: 7rem; display: flex; align-items: flex-start; gap: .8rem; padding: 1.25rem; border: 1px solid var(--line); border-radius: var(--radius-md); color: var(--petrol-deep); background: var(--mist); }
.fact-list svg { width: 1.1rem; flex: 0 0 auto; margin-top: .23rem; color: var(--teal); }

.analysis { position: relative; overflow: hidden; color: var(--white); background: var(--petrol-deep); }
.analysis-pattern { position: absolute; inset: 0; opacity: .055; background: url("assets/images/pattern-fg-claro.png") center / 580px auto repeat; }
.analysis-grid { position: relative; display: grid; grid-template-columns: .85fr 1.15fr; gap: clamp(3rem, 7vw, 7.5rem); align-items: center; }
.analysis-visual { position: relative; min-height: 650px; }
.analysis-main { width: 88%; height: 510px; object-fit: cover; object-position: center; border: 1px solid var(--gold); border-radius: 8rem 1.5rem 1.5rem 1.5rem; filter: saturate(.75); }
.analysis-small { position: absolute; right: 0; bottom: 0; width: 48%; height: 300px; object-fit: cover; object-position: center; border: 7px solid var(--petrol-deep); border-radius: 1.5rem 1.5rem 5rem 1.5rem; box-shadow: 0 24px 50px rgba(0,0,0,.25); }
.analysis-copy h2 { max-width: 650px; color: var(--white); }
.analysis-copy > p:not(.eyebrow) { max-width: 660px; color: rgba(255,255,255,.7); }
.analysis-list { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: .5rem 1.25rem; margin: 2rem 0; }
.analysis-list article { display: flex; align-items: flex-start; gap: .85rem; padding: 1rem 0; border-top: 1px solid rgba(255,255,255,.13); }
.analysis-list > article > svg { width: 1.25rem; flex: 0 0 auto; margin-top: .1rem; color: var(--gold); }
.analysis-list h3 { margin-bottom: .35rem; color: var(--white); font-size: .93rem; }
.analysis-list p { margin: 0; color: rgba(255,255,255,.62); font-size: .82rem; line-height: 1.55; }

.process { background: var(--off-white); }
.timeline { position: relative; display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 1.1rem; margin: 0; padding: 2.5rem 0 0; list-style: none; }
.timeline::before { content: ""; position: absolute; top: 4.15rem; left: 11%; right: 11%; height: 1px; background: linear-gradient(90deg, var(--gold), var(--teal), var(--gold)); }
.timeline li { position: relative; z-index: 1; min-height: 265px; padding: 1.5rem; border: 1px solid var(--line); border-radius: var(--radius-md); background: var(--white); }
.timeline li > span { position: absolute; top: -2.3rem; left: 50%; transform: translateX(-50%); color: var(--teal); font-family: var(--font-editorial); font-size: 1rem; font-style: italic; }
.timeline li > svg { width: 3.3rem; height: 3.3rem; margin-bottom: 1.4rem; padding: .9rem; border: 1px solid var(--gold); border-radius: 50%; color: var(--petrol); background: var(--off-white); }
.timeline h3 { margin-bottom: .75rem; color: var(--petrol-deep); }
.timeline p { margin: 0; font-size: .9rem; }

.about { background: var(--mist); }
.about-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(3rem, 8vw, 8rem); align-items: center; }
.about-visual { position: relative; padding: 1.4rem 0 1.4rem 1.4rem; }
.about-visual::before { content: ""; position: absolute; inset: 0 10% 0 0; border-radius: 7rem 1.5rem 7rem 1.5rem; background: var(--petrol); }
.about-visual::after { content: ""; position: absolute; inset: 1.6rem 4% -1.6rem 8%; z-index: 0; border: 1px solid var(--gold); border-radius: 7rem 1.5rem 7rem 1.5rem; }
.about-image-wrap { position: relative; z-index: 1; overflow: hidden; aspect-ratio: .74; border-radius: 6rem 1rem 6rem 1rem; }
.about-image-wrap img { width: 100%; height: 100%; object-fit: cover; object-position: 52% center; filter: saturate(.72); }
.about-monogram { position: absolute; z-index: 2; right: -1rem; bottom: -2rem; width: 7.5rem; height: 7.5rem; padding: 1.5rem; border-radius: 50%; background: var(--petrol-deep); box-shadow: var(--shadow); }
.about-copy h2 { margin-bottom: 1.5rem; }
.about-copy > p { font-size: .96rem; }
.credential-list { display: flex; flex-wrap: wrap; gap: .6rem; margin: 2rem 0 0; padding: 0; list-style: none; }
.credential-list li { padding: .6rem .85rem; border: 1px solid rgba(14,67,82,.22); border-radius: 999px; color: var(--petrol); font-size: .78rem; }

.institutional { padding: 0 0 clamp(5rem, 10vw, 8.5rem); background: linear-gradient(to bottom, var(--mist) 50%, var(--petrol-deep) 50%); }
.institutional-card { display: grid; grid-template-columns: .9fr 1.1fr; min-height: 590px; overflow: hidden; border-radius: var(--radius-lg); background: var(--white); box-shadow: 0 32px 70px rgba(4,27,35,.23); }
.institutional-photo { position: relative; min-height: 490px; }
.institutional-photo::after { content: ""; position: absolute; inset: 0; background: linear-gradient(to top, rgba(9,44,56,.3), transparent 55%); }
.institutional-photo img { width: 100%; height: 100%; object-fit: cover; object-position: center; filter: saturate(.75); }
.institutional-copy { position: relative; overflow: hidden; padding: clamp(2.2rem, 5vw, 5rem); }
.institutional-copy::before { content: "FG"; position: absolute; right: -1.5rem; top: -4rem; color: rgba(14,67,82,.05); font-family: var(--font-editorial); font-size: 14rem; font-style: italic; }
.institutional-copy > * { position: relative; }
.institutional-copy h2 { margin-bottom: 1.5rem; }
.institutional-copy blockquote { margin: 2rem 0; padding-left: 1.2rem; border-left: 2px solid var(--gold); color: var(--petrol); font-family: var(--font-editorial); font-size: 1.55rem; font-style: italic; line-height: 1.25; }

.faq { background: var(--off-white); }
.faq-grid { display: grid; grid-template-columns: .72fr 1.28fr; gap: clamp(3rem, 8vw, 8rem); align-items: start; }
.faq-intro { position: sticky; top: 7rem; }
.faq-intro > img { width: 7rem; height: 7rem; margin-top: 2rem; opacity: .18; }
.accordion details { border-top: 1px solid rgba(14,67,82,.2); }
.accordion details:last-child { border-bottom: 1px solid rgba(14,67,82,.2); }
.accordion summary { min-height: 4.8rem; display: grid; grid-template-columns: 1fr 2rem; align-items: center; gap: 1rem; padding: 1rem 0; color: var(--petrol-deep); font-family: var(--font-title); font-size: .95rem; font-weight: 500; cursor: pointer; list-style: none; }
.accordion summary::-webkit-details-marker { display: none; }
.accordion summary span { position: relative; width: 2rem; height: 2rem; border: 1px solid rgba(14,67,82,.25); border-radius: 50%; }
.accordion summary span::before, .accordion summary span::after { content: ""; position: absolute; left: 50%; top: 50%; width: .75rem; height: 1px; background: var(--petrol); transform: translate(-50%,-50%); }
.accordion summary span::after { transform: translate(-50%,-50%) rotate(90deg); transition: transform .2s ease; }
.accordion details[open] summary span::after { transform: translate(-50%,-50%) rotate(0); }
.accordion details[open] summary { color: var(--teal); }
.accordion details p { max-width: 700px; margin: -.2rem 3.5rem 1.5rem 0; font-size: .9rem; }

.location { padding: clamp(5rem, 9vw, 7rem) 0; background: var(--white); }
.location-grid { display: grid; grid-template-columns: .65fr 1.35fr; gap: clamp(2rem, 6vw, 6rem); align-items: center; }
.location-copy address { margin: 1.4rem 0 2rem; color: var(--text); }
.map-wrap { overflow: hidden; min-height: 460px; border-radius: var(--radius-lg); box-shadow: var(--shadow); }
.map-wrap iframe { width: 100%; height: 460px; display: block; border: 0; filter: saturate(.65) contrast(.94); }

.site-footer { position: relative; overflow: hidden; padding: 5.5rem 0 1.8rem; color: var(--white); background: var(--petrol-deep); }
.footer-pattern { position: absolute; inset: 0; opacity: .05; background: url("assets/images/pattern-fg-claro.png") center / 560px auto repeat; }
.footer-grid, .legal-area { position: relative; }
.footer-grid { display: grid; grid-template-columns: 1.45fr .8fr 1fr .9fr; gap: 2.5rem; padding-bottom: 3.5rem; }
.footer-brand img { width: 230px; height: auto; margin-bottom: 1.5rem; }
.footer-grid h2 { margin-bottom: .9rem; color: var(--gold-light); font-size: .78rem; text-transform: uppercase; letter-spacing: .12em; }
.footer-grid p, .footer-grid address { color: rgba(255,255,255,.64); font-size: .84rem; }
.footer-grid a { display: inline-flex; align-items: center; gap: .45rem; color: var(--white); font-size: .84rem; text-underline-offset: .3rem; }
.footer-grid a svg { width: 1rem; color: var(--gold); }
.legal-area { padding-top: 2rem; border-top: 1px solid rgba(255,255,255,.12); }
.legal-warning { max-width: 950px; color: rgba(255,255,255,.58); font-size: .78rem; }
.legal-notes { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: .7rem; }
.legal-notes details { padding: .7rem .8rem; border: 1px solid rgba(255,255,255,.12); border-radius: .7rem; }
.legal-notes summary { color: rgba(255,255,255,.8); font-size: .73rem; cursor: pointer; }
.legal-note-content { padding-top: .15rem; }
.legal-notes p { margin: .7rem 0 0; color: rgba(255,255,255,.57); font-size: .72rem; }
.legal-notes strong { color: rgba(255,255,255,.78); }
.copyright { margin: 2rem 0 0; color: rgba(255,255,255,.46); font-size: .72rem; text-align: center; }

.floating-contact { position: fixed; right: 1.3rem; bottom: 1.3rem; z-index: 90; min-height: 3.5rem; display: flex; align-items: center; gap: .65rem; padding: .8rem 1rem; border: 1px solid var(--gold); border-radius: 999px; color: var(--white); background: var(--petrol); box-shadow: 0 10px 30px rgba(4,27,35,.28); cursor: pointer; transition: transform .2s, background .2s; }
.floating-contact:hover { transform: translateY(-2px); background: var(--petrol-deep); }
.floating-contact svg { width: 1.25rem; color: var(--gold-light); }
.floating-contact span { font-size: .77rem; }
.back-to-top { position: fixed; left: 1.3rem; bottom: 1.3rem; z-index: 80; width: 3.2rem; height: 3.2rem; display: grid; place-items: center; border: 1px solid rgba(9,44,56,.18); border-radius: 50%; color: var(--petrol-deep); background: rgba(255,255,255,.92); box-shadow: 0 8px 24px rgba(4,27,35,.16); cursor: pointer; opacity: 0; pointer-events: none; transform: translateY(1rem); transition: opacity .2s, transform .2s; }
.back-to-top.visible { opacity: 1; pointer-events: auto; transform: none; }
.back-to-top svg { width: 1.15rem; }

.contact-dialog[hidden] { display: none; }
.contact-dialog { position: fixed; inset: 0; z-index: 1000; display: grid; place-items: center; padding: 1.2rem; }
.dialog-backdrop { position: absolute; inset: 0; background: rgba(4,27,35,.78); backdrop-filter: blur(5px); }
.dialog-panel { position: relative; width: min(520px, 100%); padding: clamp(2rem, 6vw, 3.5rem); border: 1px solid rgba(205,183,125,.55); border-radius: var(--radius-lg); background: var(--off-white); box-shadow: 0 28px 80px rgba(0,0,0,.3); }
.dialog-close { position: absolute; right: 1rem; top: 1rem; width: 2.75rem; height: 2.75rem; display: grid; place-items: center; border: 1px solid var(--line); border-radius: 50%; background: transparent; cursor: pointer; }
.dialog-close svg { width: 1.15rem; }
.dialog-icon { width: 3.8rem; height: 3.8rem; display: grid; place-items: center; margin-bottom: 1.6rem; border-radius: 50%; color: var(--gold); background: var(--petrol-deep); }
.dialog-panel h2 { margin-bottom: 1rem; font-size: 2rem; }

.reveal { opacity: 0; transform: translateY(22px); transition: opacity .7s ease, transform .7s ease; }
.reveal.visible { opacity: 1; transform: none; }

@media (min-width: 761px) {
  .hero-frame { height: min(68svh, 610px); aspect-ratio: auto; }
  .hero-visual { padding-top: .75rem; padding-bottom: 3.6rem; }
  .hero-caption { bottom: .15rem; }
}

@media (min-width: 761px) and (max-height: 900px) {
  .section { padding: clamp(4rem, 8vh, 6rem) 0; }
  .section-heading { margin-bottom: 2.5rem; }
  .hero-highlight { margin-bottom: 1rem; }
  .hero-text { margin-bottom: 1.4rem; font-size: .96rem; line-height: 1.55; }
}

@media (min-width: 761px) and (max-height: 760px) {
  .hero { padding: 1.75rem 0; }
  .hero .eyebrow { margin-bottom: .85rem; }
  .hero h1 { margin-bottom: .7rem; font-size: clamp(2.45rem, 4vw, 3.65rem); line-height: .98; }
  .hero-highlight { margin-bottom: .7rem; font-size: clamp(1.25rem, 2vw, 1.8rem); }
  .hero-text { margin-bottom: 1rem; font-size: .9rem; line-height: 1.45; }
  .hero-contact { min-height: 3rem; padding-block: .7rem; }
  .hero-frame { height: min(64svh, 500px); }
  .hero-visual { padding-bottom: 3rem; }
}

@media (max-width: 1040px) {
  .hero-grid { grid-template-columns: 1fr .72fr; gap: 3rem; }
  .hero h1 { font-size: clamp(2.7rem, 5.8vw, 4.6rem); }
  .situation-grid { grid-template-columns: repeat(2, minmax(0, 320px)); }
  .analysis-grid { grid-template-columns: 1fr; }
  .analysis-visual { width: min(680px, 100%); min-height: 560px; }
  .analysis-main { height: 480px; }
  .about-grid { gap: 4rem; }
  .footer-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 760px) {
  :root { --container: min(100% - 1.5rem, 680px); --radius-lg: 1.5rem; }
  html { scroll-padding-top: 4.5rem; }
  .hero { min-height: auto; padding: 4.5rem 0; text-align: center; }
  .hero::before, .hero::after { display: none; }
  .hero-pattern { opacity: .035; }
  .hero-grid { grid-template-columns: 1fr; gap: 3.2rem; }
  .hero-copy .eyebrow { justify-content: center; }
  .hero h1 { font-size: clamp(2.35rem, 10vw, 3.6rem); }
  .hero-actions { flex-direction: column; align-items: stretch; }
  .hero-actions .button { width: 100%; }
  .hero-visual { width: min(470px, 94%); margin-inline: auto; padding: 1rem 1rem 4.5rem; }
  .hero-frame::before { inset: -1rem 1rem 1.2rem -1rem; }
  .hero-signature { right: -.5rem; font-size: 5rem; }
  .hero-caption { width: 100%; text-align: center; }
  .situations .container { width: var(--container); }
  .situation-grid { grid-template-columns: minmax(0, 320px); }
  .understand-grid, .about-grid, .institutional-card, .faq-grid, .location-grid { grid-template-columns: 1fr; }
  .understand-copy, .faq-intro { position: static; }
  .fact-list { grid-template-columns: 1fr; }
  .fact-list li { min-height: auto; }
  .analysis-visual { min-height: 450px; }
  .analysis-main { width: 92%; height: 370px; border-radius: 5rem 1rem 1rem; }
  .analysis-small { width: 50%; height: 210px; border-width: 5px; }
  .analysis-list { grid-template-columns: 1fr; }
  .timeline { grid-template-columns: 1fr; padding-left: 2.5rem; }
  .timeline::before { top: 0; bottom: 0; left: 1rem; right: auto; width: 1px; height: auto; }
  .timeline li { min-height: auto; }
  .timeline li > span { top: 50%; left: -2.5rem; transform: translateY(-50%) rotate(-90deg); }
  .about-visual { width: min(480px, 92%); margin-inline: auto; }
  .institutional-photo { min-height: 420px; }
  .institutional-copy { padding: 2.2rem 1.4rem; }
  .institutional-actions { flex-direction: column; align-items: stretch; }
  .map-wrap, .map-wrap iframe { min-height: 360px; height: 360px; }
  .footer-grid { grid-template-columns: 1fr; }
  .legal-notes { grid-template-columns: 1fr; }
  .floating-contact span { display: inline; }
  .floating-contact { left: .8rem; right: .8rem; bottom: .8rem; justify-content: center; }
  .back-to-top { left: auto; right: .8rem; bottom: 5.1rem; }
}

@media (max-width: 430px) {
  .hero h1 { font-size: 2.25rem; }
  .hero-highlight { font-size: 1.45rem; }
  .analysis-visual { min-height: 390px; }
  .analysis-main { height: 320px; }
  .analysis-small { height: 170px; }
  .card-title { min-height: 6.2rem; padding: 1rem; }
  .card-title h3 { font-size: .88rem; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .ticker-track { animation: none; }
  .reveal { opacity: 1; transform: none; }
}
