:root {
  --ink: #173b3d;
  --ink-deep: #0d292b;
  --brand-blue: #6dcef2;
  --aqua: var(--brand-blue);
  --aqua-light: #e5f6fb;
  --sea: #effafe;
  --paper: #f8f7f2;
  --sand: #eee8da;
  --muted: #637777;
  --accent: #d89068;
  --line: rgba(23, 59, 61, .17);
  --ease-out: cubic-bezier(.22, 1, .36, 1);
  --ease-soft: cubic-bezier(.16, 1, .3, 1);
  --serif: 'Iowan Old Style', 'Palatino Linotype', Palatino, Georgia, serif;
  --sans: 'Avenir Next', Avenir, 'Segoe UI', Helvetica, Arial, sans-serif;
  color: var(--ink);
  font-family: var(--sans);
  background: var(--paper);
  font-synthesis: none;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; overflow-x: hidden; }
body { margin: 0; min-width: 320px; background: var(--paper); line-height: 1.6; overflow-x: hidden; }
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
button, input, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
button { cursor: pointer; }

.container { width: min(1160px, calc(100% - 48px)); margin: 0 auto; }
.section-pad { padding: clamp(84px, 10vw, 152px) 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; z-index: 20; top: -100px; left: 20px; padding: 10px 16px; background: var(--paper); border-radius: 0 0 8px 8px; }
.skip-link:focus { top: 0; }
.eyebrow { margin: 0 0 24px; color: var(--muted); font-size: .72rem; font-weight: 600; letter-spacing: .15em; text-transform: uppercase; }
.light { color: rgba(255,255,255,.72); }
h1, h2, h3, p { margin-top: 0; }
h1, h2 { font-family: var(--serif); font-weight: 400; letter-spacing: -.035em; }
h1 { max-width: 760px; margin-bottom: 24px; color: #fff; font-size: clamp(3.25rem, 6.8vw, 6.7rem); line-height: .98; }
h2 { font-size: clamp(2.5rem, 5vw, 5.3rem); line-height: 1.01; }
h3 { margin-bottom: 8px; font-size: 1.05rem; font-weight: 500; }
.lede { max-width: 480px; color: var(--muted); font-size: clamp(1.04rem, 1.3vw, 1.2rem); line-height: 1.7; }
.large-copy { font-family: var(--serif); font-size: clamp(1.65rem, 2.7vw, 2.6rem); line-height: 1.17; letter-spacing: -.02em; }

.site-header { position: fixed; z-index: 5; top: 0; width: 100%; color: #fff; transition: background .55s var(--ease-out), color .55s var(--ease-out), box-shadow .55s var(--ease-out); }
.site-header.is-scrolled { background: rgba(248, 247, 242, .88); color: var(--ink); box-shadow: 0 1px 0 rgba(23,59,61,.08); -webkit-backdrop-filter: blur(17px); backdrop-filter: blur(17px); }
.nav-wrap { position: relative; display: flex; align-items: center; justify-content: space-between; min-height: 82px; }
.brand { display: inline-flex; align-items: center; }
.brand-logo { display: block; width: 112px; height: auto; filter: brightness(0) invert(1); transition: filter .55s var(--ease-out), transform .55s var(--ease-out); }.brand:hover .brand-logo, .brand:focus-visible .brand-logo { transform: translateY(-1px); }.site-header.is-scrolled .brand-logo, .footer-brand .brand-logo { filter: none; }
.main-nav { display: flex; align-items: center; gap: clamp(18px, 3vw, 42px); font-size: .77rem; }
.main-nav a { opacity: .82; transition: opacity .25s ease; }
.main-nav a:hover, .main-nav a:focus-visible { opacity: 1; }
.nav-cta { padding: 10px 17px; border: 1px solid rgba(255,255,255,.55); border-radius: 999px; opacity: 1 !important; transition: border-color .35s ease, background .35s ease, color .35s ease; }
.nav-cta:hover, .nav-cta:focus-visible { border-color: var(--aqua-light); background: var(--aqua-light); color: var(--ink); }
.site-header.is-scrolled .nav-cta { border-color: rgba(23,59,61,.3); }.site-header.is-scrolled .nav-cta:hover, .site-header.is-scrolled .nav-cta:focus-visible { background: var(--aqua-light); }
.site-header.is-light-page { color: var(--ink); }.site-header.is-light-page .brand-logo { filter: none; }.site-header.is-light-page .nav-cta { border-color: rgba(23,59,61,.3); }.site-header.is-light-page .nav-cta:hover, .site-header.is-light-page .nav-cta:focus-visible { background: var(--aqua-light); }
.site-header.is-dark-hero:not(.is-scrolled) { color: #fff; }.site-header.is-dark-hero:not(.is-scrolled) .brand-logo { filter: brightness(0) invert(1); }.site-header.is-dark-hero:not(.is-scrolled) .nav-cta { border-color: rgba(255,255,255,.55); }
.menu-toggle { display: none; border: 0; background: transparent; color: currentColor; }
.nav-progress { position: absolute; bottom: 0; left: 0; display: block; width: 100%; height: 1px; background: linear-gradient(90deg, var(--accent) var(--progress, 0%), transparent var(--progress, 0%)); opacity: .9; }

.hero { position: relative; min-height: min(900px, 100vh); display: flex; align-items: center; overflow: hidden; background: var(--ink-deep); isolation: isolate; }
.hero-image, .hero-wash { position: absolute; inset: 0; }
.hero-image { z-index: -3; background: url('header.png') center center / cover no-repeat; transform: scale(1.05) translate3d(var(--parallax-x, 0), var(--parallax-y, 0), 0); animation: hero-image-in 1.8s var(--ease-soft) forwards; }
.hero-wash { z-index: -2; background: linear-gradient(90deg, rgba(7, 24, 25, .9) 0%, rgba(9, 30, 31, .72) 30%, rgba(11, 34, 35, .16) 68%, rgba(10, 28, 29, .36) 100%), linear-gradient(0deg, rgba(7, 24, 25, .54), transparent 32%); }
.hero-grain { position: absolute; z-index: -1; inset: -50%; opacity: .08; background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.8' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.55'/%3E%3C/svg%3E"); pointer-events: none; animation: grain-shift 1.5s steps(2) infinite; }
.hero-content { position: relative; z-index: 1; padding-top: 90px; }
.hero-content > * { opacity: 0; animation: hero-rise 1s var(--ease-soft) forwards; }
.hero-content .hero-kicker { animation-delay: .2s; }.hero-content .hero-title { animation-delay: .34s; }.hero-content .hero-copy { animation-delay: .48s; }.hero-content .hero-actions { animation-delay: .62s; }.hero-content .hero-note { animation-delay: .78s; }
.hero-copy { max-width: 500px; margin-bottom: 34px; color: rgba(255,255,255,.84); font-size: clamp(1rem, 1.4vw, 1.18rem); line-height: 1.65; }
.hero-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 24px; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 19px; min-height: 51px; padding: 13px 20px; border: 1px solid transparent; border-radius: 999px; font-size: .8rem; font-weight: 600; letter-spacing: .01em; transition: background .4s var(--ease-out), color .4s var(--ease-out), transform .4s var(--ease-out), box-shadow .4s var(--ease-out); }
.button:hover, .button:focus-visible { transform: translateY(-2px); }
.button-light { background: var(--aqua-light); color: var(--ink); }
.button-light:hover, .button-light:focus-visible { background: #fff; box-shadow: 0 10px 25px rgba(4,22,23,.18); }
.button span, .text-link span, .situation span { display: inline-block; transition: transform .4s var(--ease-out), opacity .3s ease; }.button:hover span, .button:focus-visible span, .text-link:hover span, .text-link:focus-visible span { transform: translate(4px, -3px); }
.text-link { display: inline-flex; align-items: center; gap: 13px; border-bottom: 1px solid currentColor; padding-bottom: 7px; font-size: .8rem; font-weight: 600; }
.light-link { color: #fff; border-color: rgba(255,255,255,.5); }
.hero-note { display: flex; align-items: center; gap: 14px; margin-top: 78px; color: rgba(255,255,255,.64); font-family: var(--serif); font-size: .95rem; line-height: 1.35; }
.note-line { display: inline-block; width: 44px; height: 1px; background: var(--accent); }
.scroll-cue { position: absolute; z-index: 1; right: 30px; bottom: 30px; display: flex; align-items: center; gap: 12px; color: rgba(255,255,255,.67); font-size: .68rem; letter-spacing: .14em; text-transform: uppercase; writing-mode: vertical-rl; animation: scroll-cue-in 1s 1.4s var(--ease-soft) both; }.scroll-cue span:last-child { color: var(--accent); font-size: 1.1rem; animation: scroll-cue-breathe 2.2s ease-in-out 2s infinite; }
.hero-caption { position: absolute; z-index: 1; right: 30px; top: 50%; display: flex; align-items: center; gap: 12px; color: rgba(255,255,255,.45); font-size: .62rem; letter-spacing: .14em; text-transform: uppercase; transform: rotate(-90deg) translateX(50%); transform-origin: right center; animation: caption-in 1s 1s var(--ease-soft) both; }.caption-dot { width: 4px; height: 4px; border-radius: 50%; background: var(--accent); }

.recognition { background: var(--paper); }
.recognition-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(50px, 10vw, 150px); align-items: start; }
.recognition h2 { max-width: 410px; margin-bottom: 28px; }
.situations { border-top: 1px solid var(--line); }
.situation { display: flex; width: 100%; align-items: center; justify-content: space-between; gap: 20px; padding: 21px 0; border: 0; border-bottom: 1px solid var(--line); background: transparent; color: var(--ink); text-align: left; font-family: var(--serif); font-size: clamp(1.2rem, 2vw, 1.65rem); transition: padding .25s ease, color .25s ease; }
.situation span { color: var(--accent); font-family: var(--sans); font-size: 1.1rem; opacity: 0; transition: opacity .35s ease, transform .4s var(--ease-out); }
.situation:hover, .situation:focus-visible, .situation.is-active { padding-left: 14px; color: var(--accent); }
.situation:hover span, .situation:focus-visible span, .situation.is-active span { transform: translate(3px, -3px); }
.situation:hover span, .situation:focus-visible span, .situation.is-active span { opacity: 1; }
.situation-response { margin: 25px 0 0 14px; color: var(--muted); font-size: .85rem; }.situation-response.is-changing { animation: response-in .55s var(--ease-soft) both; }

.center-section { position: relative; background: var(--aqua-light); overflow: hidden; }
.center-section::before, .center-section::after { content: ''; position: absolute; border: 1px solid rgba(23,59,61,.09); border-radius: 50%; pointer-events: none; }
.center-section::before { top: -35%; right: -18%; width: 65vw; height: 65vw; }
.center-section::after { top: -21%; right: -8%; width: 46vw; height: 46vw; border-color: rgba(23,59,61,.08); }
.center-layout { display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(50px, 10vw, 150px); align-items: center; }
.center-principle { display: flex; align-items: center; gap: 15px; width: fit-content; margin: -3px 0 28px; padding-bottom: 11px; border-bottom: 1px solid rgba(23,59,61,.2); color: var(--muted); font-size: .68rem; letter-spacing: .1em; text-transform: uppercase; }.center-principle span:first-child { color: var(--accent); }.center-copy h2 { max-width: 610px; margin-bottom: 27px; }.center-copy h2 em { position: relative; font-style: normal; }.center-copy h2 em::after { content: ''; position: absolute; right: .05em; bottom: .01em; left: .05em; height: .08em; background: rgba(109,206,242,.58); transform: rotate(-2deg); transform-origin: left; }.center-copy p:not(.eyebrow) { max-width: 500px; color: var(--muted); }.center-copy .center-intro { max-width: 520px; color: var(--ink); font-family: var(--serif); font-size: clamp(1.35rem, 2vw, 1.75rem); line-height: 1.3; }.center-copy .text-link { margin-top: 27px; }
.spiral-orbit { position: relative; min-height: 520px; }.center-isotipo { position: absolute; z-index: 0; top: 50%; left: 50%; width: min(30vw, 300px); opacity: .2; transform: translate(-50%, -50%) rotate(-10deg); animation: isotipo-breathe 8s ease-in-out infinite; }.orbit { position: absolute; z-index: 1; top: 50%; left: 50%; border: 1px solid rgba(23,59,61,.25); border-radius: 50%; transform: translate(-50%, -50%) rotate(-23deg); transition: border-color .7s ease; animation: orbit-breathe 9s ease-in-out infinite; }
.orbit::after { content: ''; position: absolute; width: 10px; height: 10px; background: var(--accent); border-radius: 50%; }
.orbit-one { width: 225px; height: 225px; border-right-color: transparent; border-bottom-color: var(--ink); }
.orbit-one::after { top: 2px; left: 33px; }
.orbit-two { width: 335px; height: 335px; border-left-color: transparent; transform: translate(-50%, -50%) rotate(38deg); animation-delay: -2s; }
.orbit-two::after { top: 25px; right: 34px; }
.orbit-three { width: 450px; height: 450px; border-top-color: transparent; transform: translate(-50%, -50%) rotate(-47deg); animation-delay: -4s; }
.orbit-three::after { right: 53px; bottom: 21px; }
.orbit-center { position: absolute; z-index: 2; top: 50%; left: 50%; display: grid; width: 125px; height: 125px; place-items: center; border-radius: 50%; background: var(--ink); color: #fff; text-align: center; font-family: var(--serif); font-size: 1.35rem; line-height: 1.05; transform: translate(-50%, -50%); transition: transform .8s var(--ease-out), box-shadow .8s var(--ease-out); }
.spiral-orbit:hover .orbit { border-color: rgba(23,59,61,.4); }.spiral-orbit:hover .orbit-center { transform: translate(-50%, -50%) scale(1.04); box-shadow: 0 16px 34px rgba(23,59,61,.16); }
.orbit-label { position: absolute; z-index: 2; color: var(--muted); font-size: .7rem; letter-spacing: .1em; text-transform: uppercase; }.label-top { top: 22px; left: 47%; }.label-right { top: 50%; right: 0; }.label-bottom { bottom: 25px; left: 43%; }.center-orbit-note { position: absolute; z-index: 2; bottom: 2px; left: 50%; display: flex; align-items: center; gap: 11px; color: var(--muted); font-size: .64rem; letter-spacing: .1em; text-transform: uppercase; transform: translateX(-50%); white-space: nowrap; }.center-orbit-line { display: block; width: 27px; height: 1px; background: var(--accent); }

.dimensions { background: var(--paper); }
.section-heading { display: grid; grid-template-columns: 1fr 1fr; column-gap: 60px; align-items: start; margin-bottom: 76px; }
.section-heading .eyebrow { grid-row: span 2; }.section-heading h2 { max-width: 660px; margin-bottom: 28px; }.section-heading p:last-child { max-width: 480px; color: var(--muted); }
.dimension-list { border-top: 1px solid var(--line); }
.dimension-item { position: relative; display: grid; grid-template-columns: 60px 1fr 38px; gap: 30px; align-items: center; padding: 31px 0; border-bottom: 1px solid var(--line); transition: padding .55s var(--ease-out), background .55s ease; }.dimension-item::after { content: ''; position: absolute; right: 0; bottom: -1px; left: 0; height: 1px; background: var(--accent); transform: scaleX(0); transform-origin: left; transition: transform .7s var(--ease-out); }.dimension-item:hover, .dimension-item:focus-within { padding-right: 14px; padding-left: 14px; background: rgba(220,239,235,.38); }.dimension-item:hover::after, .dimension-item:focus-within::after { transform: scaleX(1); }
.dimension-number { align-self: start; color: var(--accent); font-size: .72rem; letter-spacing: .1em; }.dimension-item h3 { margin-bottom: 9px; font-family: var(--serif); font-size: clamp(1.7rem, 3vw, 2.4rem); font-weight: 400; }.dimension-item p { max-width: 560px; margin: 0; color: var(--muted); font-size: .92rem; }.dimension-mark { color: var(--accent); font-family: var(--serif); font-size: 2rem; text-align: center; }

.thresholds { background: var(--sand); }.thresholds-layout, .tools-layout { display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(50px, 10vw, 150px); }.thresholds-heading h2 { max-width: 500px; }.thresholds-body { max-width: 550px; color: var(--muted); }.thresholds-body .large-copy { color: var(--ink); }.threshold-tags { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 42px; }.threshold-tags span { padding: 9px 15px; border: 1px solid rgba(23,59,61,.25); border-radius: 999px; font-size: .74rem; transition: background .4s var(--ease-out), color .4s var(--ease-out), transform .4s var(--ease-out); }.threshold-tags span:hover { background: var(--ink); color: #fff; transform: translateY(-3px); }

.tools { background: var(--ink); color: #fff; }.tools-heading .eyebrow { color: var(--aqua); }.tools-heading h2 { max-width: 430px; }.tool-row { position: relative; display: grid; grid-template-columns: 38px 1fr; column-gap: 20px; padding: 24px 0; border-top: 1px solid rgba(255,255,255,.2); transition: padding .55s var(--ease-out), background .55s ease; }.tool-row::after { content: '↗'; position: absolute; right: 5px; top: 23px; color: var(--accent); opacity: 0; transform: translate(-8px, 8px); transition: opacity .35s ease, transform .5s var(--ease-out); }.tool-row:hover { padding-right: 40px; padding-left: 12px; background: rgba(255,255,255,.035); }.tool-row:hover::after { opacity: 1; transform: none; }.tool-row > span { color: var(--accent); font-size: .72rem; }.tool-row h3 { margin: 0 0 7px; font-family: var(--serif); font-size: 1.65rem; font-weight: 400; }.tool-row p { grid-column: 2; max-width: 440px; margin: 0; color: rgba(255,255,255,.64); font-size: .85rem; }

.tools-heading h2 { margin-bottom: 22px; }
.tools-heading h2 {
  max-width: 480px;
  font-size: clamp(2.45rem, 4.35vw, 4.6rem);
  line-height: 1;
}
.tools-title-lead {
  display: block;
  margin-bottom: .18em;
  color: var(--accent);
}
.tools-bridge { max-width: 410px; margin: 0; color: rgba(255,255,255,.72); font-size: .96rem; line-height: 1.55; }
.tool-disclaimer { grid-column: 2; max-width: 420px; margin-top: 9px; color: rgba(255,255,255,.42); font-size: .7rem; line-height: 1.45; }

.about { background: var(--paper); }.about-card { position: relative; display: grid; grid-template-columns: 1fr 170px 150px; gap: 34px; align-items: center; min-height: 440px; padding: clamp(42px, 7vw, 90px); overflow: hidden; background: var(--aqua); }.about-accent { position: absolute; right: 140px; bottom: -210px; width: 450px; height: 450px; border: 1px solid rgba(23,59,61,.25); border-radius: 50%; }.about-accent::before, .about-accent::after { content: ''; position: absolute; border: 1px solid rgba(23,59,61,.2); border-radius: 50%; }.about-accent::before { inset: 42px; }.about-accent::after { inset: 95px; }.about-content { position: relative; z-index: 1; }.about-content h2 { max-width: 530px; margin-bottom: 26px; }.about-content p:not(.eyebrow) { max-width: 520px; color: var(--muted); }.pending-label, .contact-pending { display: inline-block; color: var(--muted); font-size: .72rem; letter-spacing: .03em; }.about-portrait { position: relative; z-index: 1; width: 170px; height: 230px; overflow: hidden; border-radius: 90px 90px 8px 8px; box-shadow: 0 17px 35px rgba(23,59,61,.16); transform: rotate(3deg); transition: transform .9s var(--ease-out), box-shadow .9s var(--ease-out); }.about-portrait img { width: 100%; height: 100%; object-fit: cover; object-position: 38% center; filter: saturate(.82) contrast(.94); transition: transform 1.2s var(--ease-out), filter .9s ease; }.about-card:hover .about-portrait { transform: rotate(0) translateY(-7px); box-shadow: 0 24px 45px rgba(23,59,61,.2); }.about-card:hover .about-portrait img { transform: scale(1.04); filter: saturate(1) contrast(1); }.about-signature { position: relative; z-index: 1; text-align: center; font-family: var(--serif); }.about-signature span { display: block; font-size: 4rem; line-height: 1; transform: rotate(-8deg); }.about-signature small { display: block; margin-top: 12px; font-family: var(--sans); font-size: .68rem; letter-spacing: .2em; }

.contact { background: var(--ink-deep); color: #fff; }.contact-layout { display: grid; grid-template-columns: .95fr 1.05fr; gap: clamp(50px, 10vw, 150px); }.contact-copy h2 { max-width: 550px; }.contact-copy > p:not(.eyebrow) { max-width: 450px; color: rgba(255,255,255,.69); }.contact-pending { margin-top: 40px; color: rgba(255,255,255,.49); }.contact-pending strong { color: var(--aqua); font-weight: 400; }.contact-form { display: grid; gap: 20px; }.form-field { display: grid; gap: 8px; }.form-field label { color: rgba(255,255,255,.72); font-size: .76rem; }.form-field input, .form-field textarea { width: 100%; padding: 10px 0; border: 0; border-bottom: 1px solid rgba(255,255,255,.35); outline: none; background: transparent; color: #fff; border-radius: 0; resize: vertical; transition: border-color .25s ease; }.form-field input:focus, .form-field textarea:focus { border-color: var(--aqua); }.form-field input::placeholder { color: rgba(255,255,255,.47); }.checkbox-field { display: flex; align-items: flex-start; gap: 10px; color: rgba(255,255,255,.55); font-size: .7rem; line-height: 1.45; }.checkbox-field input { accent-color: var(--aqua); margin-top: 3px; }.button-submit { width: fit-content; margin-top: 7px; }.form-status { min-height: 24px; margin: 0; color: var(--aqua); font-size: .78rem; }

.site-footer { padding: 44px 0 26px; background: var(--paper); }.footer-wrap { display: flex; align-items: center; justify-content: space-between; gap: 30px; padding-bottom: 55px; }.footer-brand { color: var(--ink); }.footer-wrap p { max-width: 260px; margin: 0; color: var(--muted); font-family: var(--serif); font-size: 1.05rem; line-height: 1.25; }.footer-links { display: flex; gap: 24px; color: var(--muted); font-size: .74rem; }.footer-links a:hover, .footer-links a:focus-visible { color: var(--ink); }.footer-bottom { display: flex; justify-content: space-between; gap: 20px; padding-top: 18px; border-top: 1px solid var(--line); color: var(--muted); font-size: .66rem; }

.inner-hero { position: relative; display: flex; min-height: 560px; align-items: flex-end; overflow: hidden; padding: 140px 0 92px; isolation: isolate; }.inner-hero--aqua { background: var(--aqua-light); }.inner-hero--sand { background: var(--sand); }.inner-hero--blue { background: var(--brand-blue); }.inner-hero--dark { background: var(--ink-deep); color: #fff; }.inner-hero-content { position: relative; z-index: 1; }.inner-hero h1 { max-width: 900px; margin-bottom: 28px; color: var(--ink); font-size: clamp(3.1rem, 7.4vw, 7.5rem); }.inner-hero--dark h1 { color: #fff; }.inner-hero .eyebrow { margin-bottom: 20px; }.inner-hero-lede { max-width: 580px; margin: 0; color: var(--muted); font-family: var(--serif); font-size: clamp(1.35rem, 2.2vw, 2rem); line-height: 1.28; }.inner-hero--dark .inner-hero-lede { color: rgba(255,255,255,.7); }.breadcrumb { display: inline-flex; gap: 12px; align-items: center; margin-bottom: 72px; color: var(--muted); font-size: .69rem; letter-spacing: .07em; text-transform: uppercase; transition: color .3s ease; }.inner-hero--dark .breadcrumb { color: rgba(255,255,255,.6); }.breadcrumb:hover, .breadcrumb:focus-visible { color: var(--accent); }.inner-hero-orbit { position: absolute; z-index: -1; right: -8%; bottom: -48%; width: min(55vw, 750px); aspect-ratio: 1; border: 1px solid rgba(23,59,61,.16); border-radius: 50%; transform: rotate(-28deg); }.inner-hero-orbit::before, .inner-hero-orbit::after { content: ''; position: absolute; border: 1px solid rgba(23,59,61,.11); border-radius: 50%; }.inner-hero-orbit::before { inset: 12%; }.inner-hero-orbit::after { inset: 25%; }.inner-hero--dark .inner-hero-orbit { border-color: rgba(167,213,208,.18); }.inner-hero--dark .inner-hero-orbit::before, .inner-hero--dark .inner-hero-orbit::after { border-color: rgba(167,213,208,.11); }
.service-hero-grid { display: grid; grid-template-columns: 1fr 190px; gap: 50px; align-items: end; }.service-hero-symbol { display: grid; width: 168px; height: 168px; place-items: center; border: 1px solid rgba(23,59,61,.27); border-radius: 50%; color: var(--ink); font-family: var(--serif); font-size: 5rem; line-height: 1; transform: rotate(-12deg); }.service-hero-symbol span { position: absolute; margin: 185px 0 0 125px; color: var(--accent); font-family: var(--sans); font-size: .7rem; letter-spacing: .12em; transform: rotate(12deg); }
.service-map { background: var(--paper); }.service-map-intro { max-width: 710px; }.service-map-intro h2 { margin-bottom: 26px; }.service-map-intro > p:last-child { max-width: 535px; color: var(--muted); }.service-cards { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; padding-top: 72px; }.service-card { position: relative; display: flex; min-height: 355px; flex-direction: column; padding: 32px; overflow: hidden; border: 1px solid rgba(23,59,61,.16); background: var(--sea); transition: transform .65s var(--ease-out), background .55s ease, box-shadow .65s var(--ease-out); }.service-card:nth-child(2) { background: var(--sand); }.service-card:nth-child(3) { background: var(--aqua-light); }.service-card:nth-child(4) { background: #f2ece8; }.service-card:hover, .service-card:focus-visible { background: #fff; box-shadow: 0 20px 40px rgba(23,59,61,.11); transform: translateY(-7px); }.service-card-number { color: var(--accent); font-size: .7rem; letter-spacing: .12em; }.service-card-symbol { position: absolute; top: 20px; right: 28px; color: rgba(23,59,61,.18); font-family: var(--serif); font-size: 4.2rem; line-height: 1; transition: color .5s ease, transform .7s var(--ease-out); }.service-card:hover .service-card-symbol, .service-card:focus-visible .service-card-symbol { color: var(--accent); transform: rotate(15deg) scale(1.05); }.service-card h3 { max-width: 300px; margin: auto 0 14px; font-family: var(--serif); font-size: 2rem; font-weight: 400; }.service-card p { max-width: 365px; margin-bottom: 25px; color: var(--muted); font-size: .86rem; line-height: 1.55; }.service-card-link { display: inline-flex; align-items: center; gap: 12px; margin-top: auto; font-size: .72rem; font-weight: 600; }.service-card-link span { color: var(--accent); transition: transform .45s var(--ease-out); }.service-card:hover .service-card-link span, .service-card:focus-visible .service-card-link span { transform: translate(4px, -4px); }
.service-invitation { background: var(--sand); }.invitation-panel { max-width: 820px; padding: clamp(38px, 7vw, 78px); border: 1px solid rgba(23,59,61,.14); background: var(--aqua-light); }.invitation-panel h2 { max-width: 600px; margin-bottom: 24px; }.invitation-panel > p:not(.eyebrow) { max-width: 500px; margin-bottom: 30px; color: var(--muted); }.invitation-panel--dark { background: var(--ink); color: #fff; }.invitation-panel--dark > p:not(.eyebrow) { color: rgba(255,255,255,.7); }.invitation-panel--dark .eyebrow { color: var(--aqua); }
.service-detail { background: var(--paper); }.detail-layout { display: grid; grid-template-columns: 220px minmax(0, 710px); gap: clamp(50px, 10vw, 150px); align-items: start; }.detail-aside { position: sticky; top: 120px; display: grid; gap: 14px; }.detail-aside .eyebrow { margin-bottom: 11px; }.detail-aside a { width: fit-content; color: var(--muted); font-size: .76rem; transition: color .3s ease, transform .3s ease; }.detail-aside a::before { content: '—'; display: inline-block; margin-right: 8px; color: var(--accent); opacity: 0; transform: translateX(-5px); transition: opacity .3s ease, transform .3s ease; }.detail-aside a:hover, .detail-aside a:focus-visible { color: var(--ink); transform: translateX(4px); }.detail-aside a:hover::before, .detail-aside a:focus-visible::before { opacity: 1; transform: none; }.detail-copy { min-width: 0; }.detail-lede { margin-bottom: 110px; color: var(--ink); font-family: var(--serif); font-size: clamp(1.55rem, 2.7vw, 2.45rem); line-height: 1.25; letter-spacing: -.02em; }.detail-block { padding: 52px 0 58px; border-top: 1px solid var(--line); }.detail-block h2 { max-width: 630px; margin-bottom: 23px; font-size: clamp(2rem, 4vw, 3.7rem); }.detail-block > p:not(.eyebrow) { max-width: 620px; color: var(--muted); }.editorial-list { display: grid; gap: 0; max-width: 630px; margin: 0; padding: 0; list-style: none; counter-reset: list; }.editorial-list li { position: relative; padding: 19px 0 19px 36px; border-bottom: 1px solid var(--line); color: var(--muted); counter-increment: list; }.editorial-list li::before { content: '0' counter(list); position: absolute; left: 0; color: var(--accent); font-size: .67rem; letter-spacing: .08em; }.detail-callout { margin: 20px 0; padding: 42px 44px 48px; border: 0; background: var(--sea); }.detail-callout--warning { background: #f4e9e0; }.detail-callout h2 { font-size: clamp(1.9rem, 3.4vw, 3.1rem); }.service-note { display: grid; grid-template-columns: 170px 1fr; gap: 20px; padding-top: 24px; border-top: 1px solid var(--line); color: var(--muted); font-size: .74rem; }.service-note span { color: var(--accent); font-size: .67rem; letter-spacing: .1em; text-transform: uppercase; }.service-note p { margin: 0; }.service-next { background: var(--aqua-light); }.service-next-inner { max-width: 760px; }.service-next-inner h2 { margin-bottom: 22px; }.service-next-inner > p:not(.eyebrow) { max-width: 500px; margin-bottom: 30px; color: var(--muted); }
.manifesto { background: var(--ink); color: #fff; }.manifesto-grid { display: grid; grid-template-columns: .75fr 1.25fr; gap: clamp(50px, 10vw, 160px); }.manifesto-label .eyebrow { color: var(--aqua); }.manifesto-number { color: rgba(255,255,255,.4); font-size: .7rem; letter-spacing: .12em; }.manifesto-copy { max-width: 680px; }.manifesto-copy p:not(.manifesto-lede) { max-width: 590px; color: rgba(255,255,255,.69); font-size: 1.05rem; }.manifesto-lede { max-width: 620px; margin-bottom: 35px; font-family: var(--serif); font-size: clamp(2.2rem, 4.8vw, 4.8rem); line-height: 1.03; letter-spacing: -.03em; }.about-dimensions { background: var(--sand); }.profile { background: var(--paper); }.profile-grid { display: grid; grid-template-columns: minmax(280px, 420px) 1fr; gap: clamp(50px, 11vw, 170px); align-items: center; }.profile-image-wrap { position: relative; }.profile-image-wrap img { display: block; width: 100%; aspect-ratio: .82; object-fit: cover; object-position: 40% center; filter: saturate(.84) contrast(.96); }.profile-image-caption { display: block; margin-top: 14px; color: var(--muted); font-size: .65rem; letter-spacing: .1em; text-transform: uppercase; }.profile-copy { max-width: 580px; }.profile-copy h2 { margin-bottom: 25px; }.profile-copy > p:not(.eyebrow) { color: var(--muted); }.profile-copy .pending-label { margin-top: 10px; }.testimonials-empty { background: var(--paper); }.testimonial-note { position: relative; max-width: 820px; padding: clamp(50px, 8vw, 100px); background: var(--sea); }.testimonial-note h2 { max-width: 650px; margin-bottom: 24px; }.testimonial-note > p:not(.eyebrow) { max-width: 570px; color: var(--muted); }.quote-mark { position: absolute; top: 18px; right: 35px; color: var(--brand-blue); font-family: var(--serif); font-size: 8rem; line-height: 1; }.trust-principles { background: var(--sand); }.trust-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(50px, 10vw, 150px); }.trust-intro h2 { max-width: 420px; }.trust-list > div { display: grid; grid-template-columns: 35px 1fr; gap: 15px; padding: 23px 0; border-top: 1px solid var(--line); }.trust-list > div > span { color: var(--accent); font-size: .68rem; }.trust-list h3 { margin: 0 0 6px; font-family: var(--serif); font-size: 1.7rem; font-weight: 400; }.trust-list p { grid-column: 2; max-width: 450px; margin: 0; color: var(--muted); font-size: .87rem; }.contact-page-hero { min-height: 520px; }.contact-page { background: var(--aqua-light); }.contact-page-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(50px, 10vw, 150px); align-items: start; }.contact-page-copy { max-width: 510px; }.contact-page-copy h2 { margin-bottom: 26px; }.contact-page-copy > p:not(.eyebrow) { color: var(--muted); }.contact-channel { display: grid; grid-template-columns: 1fr auto; gap: 8px 20px; margin-top: 40px; padding-top: 18px; border-top: 1px solid var(--line); }.contact-channel span { color: var(--muted); font-size: .7rem; letter-spacing: .1em; text-transform: uppercase; }.contact-channel strong { color: var(--accent); font-size: .7rem; font-weight: 500; }.contact-channel p { grid-column: 1 / -1; margin: 0; color: var(--muted); font-size: .8rem; }.contact-form--light { padding: clamp(30px, 5vw, 56px); background: #fff; box-shadow: 0 20px 50px rgba(23,59,61,.09); }.contact-form--light .form-field label { color: var(--muted); }.contact-form--light .form-field input, .contact-form--light .form-field textarea { color: var(--ink); border-color: var(--line); }.contact-form--light .form-field input:focus, .contact-form--light .form-field textarea:focus { border-color: var(--brand-blue); }.contact-form--light .checkbox-field { color: var(--muted); }.form-status--dark { color: var(--ink); }.contact-reassurance { background: var(--paper); }.reassurance-grid { display: grid; grid-template-columns: 95px 1fr; gap: 55px; align-items: center; max-width: 760px; }.reassurance-mark { display: grid; width: 95px; height: 95px; place-items: center; border: 1px solid var(--brand-blue); border-radius: 50%; color: var(--brand-blue); font-family: var(--serif); font-size: 4rem; line-height: 1; }.reassurance-grid h2 { max-width: 600px; margin: 0; font-size: clamp(2.1rem, 4vw, 4rem); }

.not-found-page { min-height: 100vh; background: var(--aqua-light); }.not-found { position: relative; display: grid; min-height: 100vh; place-items: center; align-content: center; padding: 40px 24px; text-align: center; overflow: hidden; }.not-found h1 { margin-bottom: 22px; color: var(--ink); font-size: clamp(3.5rem, 10vw, 8rem); }.not-found > p:not(.eyebrow) { position: relative; max-width: 430px; margin-bottom: 30px; color: var(--muted); }.button-dark { position: relative; background: var(--ink); color: #fff; }.button-dark:hover, .button-dark:focus-visible { background: var(--ink-deep); }.not-found-orbit { position: absolute; width: min(70vw, 680px); aspect-ratio: 1; border: 1px solid rgba(23,59,61,.16); border-radius: 50%; transform: rotate(-25deg); }.not-found-orbit::before, .not-found-orbit::after { content: ''; position: absolute; border: 1px solid rgba(23,59,61,.12); border-radius: 50%; }.not-found-orbit::before { inset: 10%; }.not-found-orbit::after { inset: 22%; }.not-found-orbit span { position: absolute; top: 16%; right: 16%; color: var(--accent); font-size: .75rem; letter-spacing: .15em; }

:focus-visible { outline: 2px solid var(--accent); outline-offset: 4px; }
.reveal { --delay: 0ms; opacity: 1; transform: none; filter: none; }.js .reveal { opacity: 0; transform: translateY(28px); filter: blur(4px); transition: opacity 1s var(--ease-soft) var(--delay), transform 1s var(--ease-soft) var(--delay), filter 1s var(--ease-soft) var(--delay); }.js .reveal[data-reveal='left'] { transform: translateX(-30px); }.js .reveal[data-reveal='right'] { transform: translateX(30px); }.js .reveal[data-reveal='scale'] { transform: scale(.94); }.js .reveal.is-visible { opacity: 1; transform: none; filter: blur(0); }

@keyframes hero-image-in { from { opacity: 0; transform: scale(1.12) translate3d(0, 1.5%, 0); } to { opacity: 1; transform: scale(1.05) translate3d(var(--parallax-x, 0), var(--parallax-y, 0), 0); } }
@keyframes hero-rise { from { opacity: 0; transform: translateY(22px); } to { opacity: 1; transform: none; } }
@keyframes caption-in { from { opacity: 0; transform: rotate(-90deg) translateX(32px); } to { opacity: 1; transform: rotate(-90deg) translateX(50%); } }
@keyframes scroll-cue-in { from { opacity: 0; transform: translateY(12px) rotate(0); } to { opacity: 1; transform: none; } }
@keyframes scroll-cue-breathe { 0%, 100% { transform: translateY(0); opacity: .65; } 50% { transform: translateY(5px); opacity: 1; } }
@keyframes grain-shift { 0% { transform: translate3d(0, 0, 0); } 25% { transform: translate3d(2%, -1%, 0); } 50% { transform: translate3d(-1%, 2%, 0); } 75% { transform: translate3d(1%, 1%, 0); } 100% { transform: translate3d(0, 0, 0); } }
@keyframes orbit-breathe { 0%, 100% { opacity: .68; } 50% { opacity: 1; } }
@keyframes isotipo-breathe { 0%, 100% { opacity: .16; transform: translate(-50%, -50%) rotate(-10deg) scale(.98); } 50% { opacity: .25; transform: translate(-50%, -50%) rotate(-5deg) scale(1.02); } }
@keyframes response-in { from { opacity: .35; transform: translateY(6px); } to { opacity: 1; transform: none; } }

@media (max-width: 760px) {
  .container { width: min(100% - 36px, 600px); }.section-pad { padding: 78px 0; }
  .main-nav { position: fixed; inset: 0; display: flex; flex-direction: column; align-items: flex-start; justify-content: center; gap: 25px; padding: 36px; background: var(--ink-deep); font-family: var(--serif); font-size: 2rem; opacity: 0; pointer-events: none; transform: translateY(-10px); transition: opacity .25s ease, transform .25s ease; }.main-nav.is-open { opacity: 1; pointer-events: auto; transform: none; }.site-header.is-scrolled .main-nav.is-open { color: #fff; }.main-nav .nav-cta { font-family: var(--sans); font-size: .8rem; }.menu-toggle { position: relative; z-index: 2; display: grid; gap: 6px; padding: 9px 0 9px 14px; }.menu-toggle > span:not(.sr-only) { display: block; width: 25px; height: 1px; background: currentColor; transition: transform .25s ease; }.menu-toggle[aria-expanded='true'] > span:nth-last-child(2) { transform: translateY(3.5px) rotate(45deg); }.menu-toggle[aria-expanded='true'] > span:last-child { transform: translateY(-3.5px) rotate(-45deg); }
  .hero { min-height: 760px; align-items: flex-end; }.hero-image { background-position: 57% center; }.hero-wash { background: linear-gradient(0deg, rgba(7,24,25,.92) 0%, rgba(7,24,25,.55) 50%, rgba(7,24,25,.25) 100%); }.hero-content { padding-bottom: 80px; }.hero-note { margin-top: 48px; }.hero-caption { display: none; }.scroll-cue { right: 18px; bottom: 20px; }
  .recognition-grid, .center-layout, .thresholds-layout, .tools-layout, .contact-layout { grid-template-columns: 1fr; gap: 54px; }.recognition-grid { gap: 48px; }.spiral-orbit { min-height: 370px; order: -1; }.center-isotipo { width: 220px; }.orbit-one { width: 170px; height: 170px; }.orbit-two { width: 260px; height: 260px; }.orbit-three { width: 348px; height: 348px; }.orbit-center { width: 95px; height: 95px; font-size: 1.05rem; }.label-top { top: 10px; }.label-bottom { bottom: 8px; }.center-orbit-note { bottom: -8px; font-size: .58rem; }
  .section-heading { display: block; margin-bottom: 48px; }.section-heading .eyebrow { margin-bottom: 22px; }.dimension-item { grid-template-columns: 35px 1fr; gap: 15px; padding: 24px 0; }.dimension-mark { display: none; }.dimension-item p { font-size: .85rem; }.about-card { grid-template-columns: 1fr; gap: 34px; min-height: auto; padding: 44px 28px 52px; }.about-portrait { width: 145px; height: 195px; justify-self: end; }.about-signature { width: 120px; justify-self: end; margin-top: -15px; }.about-accent { right: -130px; bottom: -165px; width: 330px; height: 330px; }.contact-pending { margin-top: 10px; }.footer-wrap, .footer-bottom { align-items: flex-start; flex-direction: column; }.footer-wrap { padding-bottom: 35px; }.footer-bottom { gap: 10px; }
}

@media (max-width: 760px) {
  .inner-hero { min-height: 500px; padding: 118px 0 68px; }.inner-hero h1 { max-width: 100%; font-size: clamp(3rem, 14vw, 5rem); }.inner-hero-lede { font-size: 1.3rem; }.breadcrumb { margin-bottom: 54px; }.inner-hero-orbit { right: -35%; bottom: -15%; width: 90vw; }.service-hero-grid { grid-template-columns: 1fr; gap: 34px; }.service-hero-symbol { width: 105px; height: 105px; font-size: 3.5rem; justify-self: end; }.service-hero-symbol span { margin: 120px 0 0 90px; }
  .service-cards { grid-template-columns: 1fr; gap: 12px; padding-top: 48px; }.service-card { min-height: 320px; padding: 27px; }.detail-layout, .manifesto-grid, .profile-grid, .trust-grid, .contact-page-grid { grid-template-columns: 1fr; gap: 52px; }.detail-aside { position: static; display: flex; flex-wrap: wrap; gap: 12px 21px; }.detail-aside .eyebrow { width: 100%; margin-bottom: 0; }.detail-aside a { font-size: .72rem; }.detail-lede { margin-bottom: 66px; font-size: 1.65rem; }.detail-block { padding: 40px 0 45px; }.detail-callout { padding: 34px 25px 38px; }.service-note { grid-template-columns: 1fr; gap: 7px; }.manifesto-copy p:not(.manifesto-lede) { font-size: 1rem; }.profile-image-wrap { max-width: 360px; }.profile-copy { max-width: 100%; }.testimonial-note { padding: 45px 26px 50px; }.quote-mark { top: 14px; right: 20px; font-size: 6rem; }.trust-list > div { padding: 20px 0; }.contact-page-hero { min-height: 500px; }.contact-form--light { padding: 30px 22px; }.contact-channel { margin-top: 30px; }.reassurance-grid { grid-template-columns: 65px 1fr; gap: 25px; }.reassurance-mark { width: 65px; height: 65px; font-size: 2.8rem; }
}

@media (prefers-reduced-motion: reduce) {
  html:not([data-motion='full']) { scroll-behavior: auto; }
  html:not([data-motion='full']) .hero-image,
  html:not([data-motion='full']) .hero-grain,
  html:not([data-motion='full']) .hero-content > *,
  html:not([data-motion='full']) .scroll-cue,
  html:not([data-motion='full']) .scroll-cue span:last-child,
  html:not([data-motion='full']) .hero-caption,
  html:not([data-motion='full']) .center-isotipo,
  html:not([data-motion='full']) .orbit,
  html:not([data-motion='full']) .situation-response.is-changing { animation: none; }
  html:not([data-motion='full']) .hero-content > * { opacity: 1; }
  html:not([data-motion='full']) .reveal,
  html:not([data-motion='full']) .reveal[data-reveal='left'],
  html:not([data-motion='full']) .reveal[data-reveal='right'],
  html:not([data-motion='full']) .reveal[data-reveal='scale'] { opacity: 1; transform: none; filter: none; transition: none; }
  html:not([data-motion='full']) .button,
  html:not([data-motion='full']) .situation,
  html:not([data-motion='full']) .situation span,
  html:not([data-motion='full']) .main-nav,
  html:not([data-motion='full']) .menu-toggle > span:not(.sr-only),
  html:not([data-motion='full']) .about-portrait img,
  html:not([data-motion='full']) .about-portrait,
  html:not([data-motion='full']) .orbit-center { transition: none; }
}

/* Inner-page heroes: fit the first meaningful message in real browser windows. */
.inner-hero {
  min-height: 560px;
  padding: 113px 0 72px;
}
.inner-hero .eyebrow { margin-bottom: 19px; }
.inner-hero h1 {
  margin-bottom: 22px;
  font-size: clamp(3.05rem, 6.45vw, 6.85rem);
  line-height: .98;
}
.inner-hero-lede {
  font-size: clamp(1.325rem, 1.95vw, 1.85rem);
  line-height: 1.3;
}
.breadcrumb { margin-bottom: 50px; }

@media (max-height: 800px) and (min-width: 761px) {
  .inner-hero { padding-top: 96px; padding-bottom: 61px; }
  .breadcrumb { margin-bottom: 45px; }
  .inner-hero h1 { font-size: clamp(2.95rem, 6.35vw, 6.5rem); }
  .inner-hero-lede { font-size: 1.6rem; }
}

@media (max-width: 760px) {
  .inner-hero { min-height: 490px; padding: 112px 0 63px; }
  .inner-hero .eyebrow { margin-bottom: 19px; }
  .inner-hero h1 { font-size: clamp(2.9rem, 12.5vw, 4.8rem); }
  .inner-hero-lede { font-size: 1.24rem; }
  .breadcrumb { margin-bottom: 48px; }
}

.testimonials-page-hero h1 {
  max-width: 820px;
  font-size: clamp(2.9rem, 5.2vw, 5.5rem);
}

@media (max-width: 760px) {
  .testimonials-page-hero h1 {
    max-width: 100%;
    font-size: clamp(2.65rem, 10.5vw, 4rem);
  }
}

/* The Nosotros hero is a light surface: keep its small text and header readable. */
.inner-hero--blue .breadcrumb,
.inner-hero--blue .eyebrow,
.inner-hero--blue .inner-hero-lede {
  color: var(--ink);
}

.about-page .site-header:not(.is-scrolled) {
  color: var(--ink);
}

.about-page .site-header:not(.is-scrolled) .brand-logo {
  filter: brightness(0) saturate(100%);
}

.about-page .site-header:not(.is-scrolled) .nav-cta {
  border-color: rgba(23, 59, 61, .3);
}

.light-brand-page .site-header .brand-logo {
  filter: brightness(0) saturate(100%);
}

/* Services hero: a human presence beside the invitation to begin. */
.services-hero-grid,
.inner-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(300px, .68fr);
  gap: clamp(50px, 7vw, 104px);
  align-items: center;
}
.services-hero-copy,
.inner-hero-copy { min-width: 0; }
.services-hero-copy h1,
.inner-hero-copy h1 { max-width: 850px; }
.services-hero-visual,
.inner-hero-visual {
  position: relative;
  z-index: 1;
  width: min(100%, 382px);
  margin: 0 12px 0 auto;
}
.services-hero-visual::before,
.inner-hero-visual::before {
  position: absolute;
  z-index: -1;
  inset: 18px -14px -18px 14px;
  content: '';
  border: 1px solid rgba(23, 59, 61, .16);
  background: rgba(238, 232, 218, .62);
  transform: rotate(2.5deg);
}
.services-hero-image-frame,
.inner-hero-image-frame {
  aspect-ratio: .78;
  overflow: hidden;
  border-radius: 0 0 46px 0;
  background: var(--ink-deep);
  box-shadow: 0 24px 46px rgba(23, 59, 61, .16);
}
.services-hero-image-frame img,
.inner-hero-image-frame img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  filter: saturate(.9) contrast(.98);
  transition: transform 1.1s var(--ease-out), filter .8s ease;
}
.services-hero-visual:hover .services-hero-image-frame img,
.services-hero-visual:focus-within .services-hero-image-frame img,
.inner-hero-visual:hover .inner-hero-image-frame img,
.inner-hero-visual:focus-within .inner-hero-image-frame img {
  filter: saturate(1) contrast(1);
  transform: scale(1.035);
}
.services-hero-visual figcaption,
.inner-hero-visual figcaption {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  margin-top: 13px;
  color: var(--muted);
  font-size: .62rem;
  letter-spacing: .11em;
  text-transform: uppercase;
}
.services-hero-visual figcaption span:last-child,
.inner-hero-visual figcaption span:last-child { color: var(--accent); }

.inner-hero-visual--about .inner-hero-image-frame img { object-position: center 22%; }
.inner-hero-visual--testimonials .inner-hero-image-frame img { object-position: center 18%; }
.inner-hero-visual--contact .inner-hero-image-frame img { object-position: center 32%; }

@media (max-width: 900px) and (min-width: 761px) {
.services-hero-grid,
.inner-hero-grid { grid-template-columns: minmax(0, 1fr) 280px; gap: 44px; }
.services-hero-visual,
.inner-hero-visual { width: 280px; }
}

@media (max-width: 760px) {
.services-hero-grid,
.inner-hero-grid { grid-template-columns: 1fr; gap: 32px; }
.services-hero-visual,
.inner-hero-visual { width: min(100%, 286px); margin: 0 auto; }
.services-hero-image-frame,
.inner-hero-image-frame { border-radius: 0 0 34px 0; }
.services-hero-visual figcaption,
.inner-hero-visual figcaption { font-size: .56rem; }
}

.media-library { background: var(--sea); }
.media-library-heading { display: grid; grid-template-columns: 1.1fr .9fr; gap: clamp(50px, 10vw, 150px); align-items: end; margin-bottom: 70px; }
.media-library-heading h2 { max-width: 650px; margin-bottom: 0; }
.media-library-heading > p { max-width: 450px; margin: 0; color: var(--muted); line-height: 1.7; }
.media-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; }
.media-card { overflow: hidden; border: 1px solid rgba(23,59,61,.14); background: #fff; transition: transform .7s var(--ease-out), box-shadow .7s var(--ease-out); }
.media-card:hover, .media-card:focus-within { box-shadow: 0 22px 50px rgba(23,59,61,.13); transform: translateY(-7px); }
.media-frame { aspect-ratio: 16 / 10; overflow: hidden; background: var(--ink-deep); }
.media-frame video { display: block; width: 100%; height: 100%; object-fit: contain; }
.media-card-body { padding: 26px 28px 30px; }
.media-meta { display: flex; justify-content: space-between; gap: 20px; margin-bottom: 19px; color: var(--accent); font-size: .66rem; font-weight: 600; letter-spacing: .13em; text-transform: uppercase; }
.media-card h3 { max-width: 430px; margin-bottom: 13px; font-family: var(--serif); font-size: clamp(1.65rem, 3vw, 2.3rem); font-weight: 400; line-height: 1.06; }
.media-card p { max-width: 450px; margin: 0; color: var(--muted); font-size: .86rem; line-height: 1.6; }
.media-card--retreat { display: grid; grid-column: 1 / -1; grid-template-columns: 1.16fr .84fr; }
.media-card--retreat .media-frame { height: 100%; aspect-ratio: auto; }
.media-card--retreat .media-card-body { display: flex; flex-direction: column; justify-content: center; padding: clamp(30px, 5vw, 68px); background: var(--aqua-light); }
.media-card--retreat h3 { font-size: clamp(2rem, 4vw, 3.8rem); }
.profile-visual { min-width: 0; }
.profile-gallery { display: grid; grid-template-columns: 1fr 1.14fr; gap: 12px; margin-top: 18px; }
.profile-gallery figure { margin: 0; }
.profile-gallery img { display: block; width: 100%; height: 156px; object-fit: cover; filter: saturate(.84) contrast(.96); transition: filter .7s ease, transform .8s var(--ease-out); }
.profile-gallery figure:first-child img { border-radius: 34px 0 0 0; }
.profile-gallery figure:last-child img { border-radius: 0 0 34px 0; }
.profile-gallery figure:hover img, .profile-gallery figure:focus-within img { filter: saturate(1) contrast(1); transform: translateY(-4px); }
.profile-gallery figcaption { margin-top: 8px; color: var(--muted); font-size: .63rem; letter-spacing: .1em; text-transform: uppercase; }

@media (max-width: 760px) {
  .media-library-heading { display: block; margin-bottom: 48px; }
  .media-library-heading > p { margin-top: 26px; }
  .media-grid { grid-template-columns: 1fr; }
  .media-card--retreat { grid-column: auto; grid-template-columns: 1fr; }
  .media-card--retreat .media-frame { min-height: 250px; aspect-ratio: 16 / 10; }
  .media-card--retreat .media-card-body { padding: 34px 28px 38px; }
  .profile-gallery { max-width: 360px; }
  .profile-gallery img { height: 128px; }
}

.media-library.section-pad { padding-top: clamp(74px, 8vw, 112px); padding-bottom: clamp(74px, 8vw, 112px); }
.media-library-heading { margin-bottom: 42px; }
.media-journey { position: relative; max-width: 950px; margin: 0 auto; }
.media-journey::before { content: ''; position: absolute; top: 25px; bottom: 25px; left: 17px; width: 1px; background: linear-gradient(var(--brand-blue), rgba(109,206,242,.18)); }
.media-journey-step { position: relative; display: grid; grid-template-columns: 54px 232px minmax(0, 1fr); gap: 26px; align-items: center; padding: 19px 0; border-top: 1px solid var(--line); }
.media-journey-step:last-child { border-bottom: 1px solid var(--line); }
.media-journey-index { position: relative; z-index: 1; display: grid; width: 35px; height: 35px; place-items: center; border: 1px solid var(--brand-blue); border-radius: 50%; background: var(--sea); color: var(--accent); font-size: .66rem; font-weight: 600; letter-spacing: .08em; }
.media-journey-video { aspect-ratio: 16 / 9; overflow: hidden; background: var(--ink-deep); }
.media-journey-video video { display: block; width: 100%; height: 100%; object-fit: contain; }
.media-journey-copy { min-width: 0; }
.media-kicker { margin-bottom: 9px; color: var(--accent); font-size: .65rem; font-weight: 600; letter-spacing: .13em; text-transform: uppercase; }
.media-journey-copy h3 { margin-bottom: 8px; font-family: var(--serif); font-size: clamp(1.5rem, 2.8vw, 2.1rem); font-weight: 400; line-height: 1.08; }
.media-journey-copy > p:last-child { max-width: 500px; margin: 0; color: var(--muted); font-size: .84rem; line-height: 1.55; }
.media-feature-section { background: var(--aqua-light); }
.media-retreat-feature { display: grid; grid-template-columns: 1.16fr .84fr; overflow: hidden; background: var(--ink); color: #fff; }
.media-retreat-feature > * { min-width: 0; }
.media-retreat-video { min-height: 430px; background: var(--ink-deep); }
.media-retreat-video video { display: block; width: 100%; height: 100%; object-fit: contain; }
.media-retreat-copy { display: flex; flex-direction: column; justify-content: center; padding: clamp(34px, 5vw, 70px); }
.media-retreat-copy h2 { max-width: 560px; margin-bottom: 24px; color: #fff; font-size: clamp(2.1rem, 4vw, 4.3rem); }
.media-retreat-copy > p:not(.eyebrow) { max-width: 450px; margin-bottom: 0; color: rgba(255,255,255,.7); }
.media-feature-note { max-width: 400px; margin-top: 28px; padding-top: 17px; border-top: 1px solid rgba(255,255,255,.2); color: rgba(255,255,255,.55); font-family: var(--serif); font-size: 1.05rem; line-height: 1.35; }

@media (max-width: 760px) {
  .media-library-heading { margin-bottom: 38px; }
  .media-journey::before { top: 25px; bottom: 25px; left: 16px; }
  .media-journey-step { grid-template-columns: 34px minmax(0, 1fr); gap: 16px; align-items: start; padding: 17px 0 24px; }
  .media-journey-index { grid-row: 1 / span 2; width: 33px; height: 33px; }
  .media-journey-video, .media-journey-copy { grid-column: 2; }
  .media-journey-copy { padding-top: 15px; }
  .media-journey-copy h3 { font-size: 1.75rem; }
  .media-retreat-feature { grid-template-columns: 1fr; }
  .media-retreat-video { min-height: 0; aspect-ratio: 16 / 10; }
  .media-retreat-copy { padding: 34px 27px 40px; }
}

.story-media-module { display: grid; grid-template-columns: minmax(0, 1.06fr) minmax(340px, .94fr); gap: clamp(40px, 7vw, 96px); align-items: stretch; padding: clamp(22px, 3.2vw, 42px); border: 1px solid rgba(23,59,61,.13); background: #fff; box-shadow: 0 24px 60px rgba(23,59,61,.07); }
.story-stage { min-width: 0; overflow: hidden; background: var(--ink-deep); color: #fff; box-shadow: 0 18px 42px rgba(23,59,61,.16); }
.story-stage-top { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 15px 19px; border-bottom: 1px solid rgba(255,255,255,.17); background: var(--ink); color: rgba(255,255,255,.55); font-size: .64rem; letter-spacing: .12em; text-transform: uppercase; }
.story-stage-top span:first-child { color: var(--brand-blue); font-weight: 600; }
.story-stage-tag { white-space: nowrap; }
.story-screen { position: relative; display: grid; min-height: 520px; place-items: center; overflow: hidden; background: radial-gradient(circle at 50% 38%, rgba(109,206,242,.1), transparent 32%), var(--ink-deep); }
.story-screen::after { position: absolute; inset: 0; content: ''; background: linear-gradient(180deg, transparent 65%, rgba(4,18,19,.54)); pointer-events: none; }
.story-screen video { display: block; width: 100%; height: 520px; object-fit: contain; background: var(--ink-deep); opacity: 1; transform: scale(1); transition: opacity .45s ease, transform .8s var(--ease-out); }
.story-stage.is-switching .story-screen video { opacity: .2; transform: scale(1.025); }
.video-play-orb { position: absolute; z-index: 2; top: 50%; left: 50%; display: grid; width: 78px; height: 78px; place-items: center; border: 1px solid rgba(23,59,61,.22); border-radius: 50%; background: var(--aqua-light); color: var(--ink); box-shadow: 0 14px 36px rgba(0,0,0,.2); transform: translate(-50%, -50%); transition: opacity .45s ease, background .35s ease, color .35s ease, box-shadow .55s var(--ease-out), transform .65s var(--ease-out); }
.video-play-orb:hover, .video-play-orb:focus-visible { background: #fff; color: var(--ink-deep); box-shadow: 0 18px 40px rgba(0,0,0,.3); transform: translate(-50%, -50%) scale(1.06); }
.custom-video-player.is-playing .video-play-orb { opacity: 0; pointer-events: none; transform: translate(-50%, -50%) scale(.82); }
.story-screen-hint { position: absolute; z-index: 2; bottom: 19px; left: 19px; padding: 7px 10px; border: 1px solid rgba(255,255,255,.18); background: rgba(13,41,43,.64); color: rgba(255,255,255,.7); font-size: .61rem; letter-spacing: .08em; text-transform: uppercase; transition: opacity .4s ease, transform .5s var(--ease-out); }
.custom-video-player.is-playing .story-screen-hint { opacity: 0; transform: translateY(8px); }
.video-controls { position: relative; z-index: 3; display: grid; grid-template-columns: auto minmax(50px, 1fr) auto auto auto auto auto; gap: 11px; align-items: center; min-height: 64px; padding: 12px 17px; border-top: 1px solid rgba(255,255,255,.14); background: var(--ink); color: rgba(255,255,255,.7); }
.video-control { display: grid; width: 29px; height: 29px; place-items: center; padding: 0; border: 1px solid transparent; border-radius: 50%; background: transparent; color: currentColor; transition: color .3s ease, background .3s ease, border-color .3s ease, transform .45s var(--ease-out); }
.video-control:hover, .video-control:focus-visible { border-color: rgba(109,206,242,.5); background: rgba(109,206,242,.11); color: var(--brand-blue); transform: translateY(-1px); }
.video-control--play { border-color: rgba(255,255,255,.34); color: var(--brand-blue); }
.video-control--play:hover, .video-control--play:focus-visible { border-color: var(--brand-blue); background: rgba(109,206,242,.14); }
.video-control svg, .video-play-orb svg { display: block; width: 17px; height: 17px; fill: currentColor; }.video-play-orb svg { width: 22px; height: 22px; }.video-control svg path:not(:first-child) { fill: none; stroke: currentColor; stroke-linecap: round; stroke-width: 1.25; }
.icon-pause, .icon-muted { display: none; }
.custom-video-player.is-playing .icon-play { display: none; }.custom-video-player.is-playing .icon-pause { display: inline; }.custom-video-player.is-muted .icon-volume { display: none; }.custom-video-player.is-muted .icon-muted { display: inline; }
.video-timeline { min-width: 0; display: flex; align-items: center; }
.video-timeline input { width: 100%; height: 15px; margin: 0; appearance: none; outline: none; background: linear-gradient(90deg, var(--brand-blue) var(--progress, 0%), rgba(255,255,255,.24) var(--progress, 0%)); border-radius: 999px; cursor: pointer; }
.video-timeline input::-webkit-slider-runnable-track { height: 2px; background: transparent; border-radius: 999px; }.video-timeline input::-webkit-slider-thumb { width: 10px; height: 10px; margin-top: -4px; appearance: none; border: 2px solid var(--ink); border-radius: 50%; background: var(--brand-blue); box-shadow: 0 0 0 1px rgba(109,206,242,.35); }.video-timeline input::-moz-range-track { height: 2px; background: transparent; border-radius: 999px; }.video-timeline input::-moz-range-progress { height: 2px; background: var(--brand-blue); border-radius: 999px; }.video-timeline input::-moz-range-thumb { width: 7px; height: 7px; border: 2px solid var(--ink); border-radius: 50%; background: var(--brand-blue); }
.video-time, .video-time-divider { color: rgba(255,255,255,.56); font-size: .62rem; font-variant-numeric: tabular-nums; letter-spacing: .02em; }.video-time-divider { color: rgba(255,255,255,.25); }
.story-copy { display: flex; min-width: 0; flex-direction: column; justify-content: center; padding: clamp(4px, 1vw, 16px) 0; color: var(--ink); }.story-copy.is-changing > * { animation: story-copy-in .55s var(--ease-soft) both; }.story-copy-top { display: flex; align-items: baseline; justify-content: space-between; gap: 20px; }.story-copy-top .eyebrow { margin: 0; color: var(--accent); }.story-index { color: var(--brand-blue); font-size: .68rem; font-weight: 600; letter-spacing: .13em; }.story-copy h3 { max-width: 560px; margin: 32px 0 19px; font-family: var(--serif); font-size: clamp(2.3rem, 4.6vw, 4.6rem); font-weight: 400; line-height: .99; letter-spacing: -.04em; }.story-copy > p:not(.story-copy-note) { max-width: 510px; margin: 0; color: var(--muted); font-size: 1rem; line-height: 1.7; }.story-copy-note { max-width: 460px; margin: 28px 0 35px; color: var(--ink); font-family: var(--serif); font-size: 1.08rem; line-height: 1.3; }.story-nav { margin-top: auto; border-top: 1px solid var(--line); }.story-nav-item { display: grid; grid-template-columns: 35px minmax(0, 1fr) auto; gap: 15px; width: 100%; align-items: center; padding: 16px 0; border: 0; border-bottom: 1px solid var(--line); background: transparent; color: var(--muted); text-align: left; transition: padding .45s var(--ease-out), color .35s ease, background .35s ease; }.story-nav-item:hover, .story-nav-item:focus-visible { padding-right: 9px; padding-left: 9px; color: var(--ink); background: rgba(109,206,242,.08); }.story-nav-item.is-active { color: var(--ink); }.story-nav-number { color: var(--accent); font-size: .65rem; font-weight: 600; letter-spacing: .09em; }.story-nav-title { min-width: 0; font-family: var(--serif); font-size: 1.27rem; line-height: 1.05; }.story-nav-arrow { color: var(--accent); opacity: 0; transform: translate(-5px, 5px); transition: opacity .3s ease, transform .4s var(--ease-out); }.story-nav-item:hover .story-nav-arrow, .story-nav-item:focus-visible .story-nav-arrow, .story-nav-item.is-active .story-nav-arrow { opacity: 1; transform: none; }
.media-retreat-video.custom-video-player { position: relative; overflow: hidden; }.media-retreat-video.custom-video-player > [data-player-video] { position: absolute; inset: 0; }.media-retreat-video.custom-video-player .video-controls { position: absolute; right: 0; bottom: 0; left: 0; }.media-retreat-video.custom-video-player .video-play-orb { top: 50%; }.media-retreat-video.custom-video-player .story-screen-hint { bottom: 82px; }
@keyframes story-copy-in { from { opacity: .3; transform: translateY(8px); } to { opacity: 1; transform: none; } }

@media (max-width: 880px) {
  .story-media-module { grid-template-columns: 1fr; gap: 38px; }
  .story-copy { padding: 0; }
  .story-copy h3 { font-size: clamp(2.4rem, 9vw, 4.2rem); }
}

@media (max-width: 760px) {
  .story-media-module { gap: 31px; padding: 14px; }
  .story-stage-top { padding: 13px 15px; }
  .story-stage-tag { font-size: .56rem; }
  .story-screen, .story-screen video { min-height: 0; height: min(126vw, 530px); }
  .video-controls { grid-template-columns: auto minmax(35px, 1fr) auto auto auto auto auto; gap: 7px; padding: 10px 11px; }
  .video-time, .video-time-divider { font-size: .56rem; }.video-control { width: 27px; height: 27px; }
  .story-copy h3 { margin-top: 24px; }.story-copy-note { margin: 22px 0 27px; font-size: 1rem; }.story-nav-title { font-size: 1.15rem; }
  .media-retreat-video.custom-video-player .story-screen-hint { bottom: 72px; }
}

/* Audiovisual sections: a tighter rhythm that keeps the videos as the focus. */
.media-library.section-pad {
  padding-top: clamp(58px, 7vw, 88px);
  padding-bottom: clamp(58px, 7vw, 88px);
}
.media-library-heading { margin-bottom: clamp(28px, 3vw, 34px); }
.story-media-module {
  gap: clamp(28px, 5vw, 68px);
  padding: clamp(18px, 2.5vw, 30px);
}
.story-stage-top { padding: 12px 16px; }
.story-screen,
.story-screen video {
  min-height: 0;
  height: 430px;
}
.video-controls {
  min-height: 56px;
  padding: 10px 15px;
}
.media-feature-section.section-pad {
  padding-top: clamp(60px, 7vw, 88px);
  padding-bottom: clamp(60px, 7vw, 88px);
}
.media-retreat-video { min-height: 400px; }
.media-retreat-copy { padding: clamp(38px, 4vw, 54px); }
.media-retreat-copy h2 { margin-bottom: 18px; }
.media-feature-note { margin-top: 20px; padding-top: 14px; }

@media (max-width: 760px) {
  .tools-heading h2 {
    max-width: 100%;
    font-size: clamp(2.25rem, 8.8vw, 3.5rem);
  }
  .media-library.section-pad { padding: 54px 0 60px; }
  .media-library-heading { margin-bottom: 28px; }
  .story-media-module { gap: 24px; padding: 12px; }
  .story-stage-top { padding: 11px 13px; }
  .story-screen,
  .story-screen video {
    height: min(114vw, 460px);
  }
  .video-controls { min-height: 52px; padding: 8px 9px; }
  .media-feature-section.section-pad { padding: 56px 0 62px; }
  .media-retreat-copy { padding: 28px 24px 32px; }
  .media-feature-note { margin-top: 20px; }
}

/* About card: a more editorial portrait composition. */
.about-card {
  grid-template-columns: minmax(0, 1.05fr) minmax(250px, 290px) 112px;
  gap: clamp(28px, 4.5vw, 62px);
  min-height: 540px;
  padding: clamp(52px, 7vw, 92px);
  background: linear-gradient(122deg, #6dcef2 0%, #72cbe5 63%, #91d8e5 100%);
}
.about-accent {
  right: 50px;
  bottom: -275px;
  width: 590px;
  height: 590px;
  border-color: rgba(23, 59, 61, .22);
}
.about-accent::before { inset: 52px; }
.about-accent::after { inset: 115px; }
.about-portrait-wrap {
  position: relative;
  z-index: 1;
  width: 250px;
  justify-self: center;
}
.about-portrait-wrap::before {
  position: absolute;
  z-index: -1;
  inset: 12px -12px -12px 12px;
  content: '';
  border: 1px solid rgba(23, 59, 61, .32);
  border-radius: 132px 132px 16px 16px;
  transform: rotate(-5deg);
  transition: transform .8s var(--ease-out), border-color .5s ease;
}
.about-portrait-wrap::after {
  position: absolute;
  top: 12px;
  right: -22px;
  width: 7px;
  height: 7px;
  content: '';
  border-radius: 50%;
  background: var(--accent);
  box-shadow: 0 0 0 7px rgba(216, 144, 104, .13);
}
.about-portrait {
  width: 100%;
  height: 340px;
  border-radius: 132px 132px 16px 16px;
}
.about-portrait img { object-position: 50% center; }
.about-image-label {
  display: block;
  margin-top: 15px;
  color: rgba(23, 59, 61, .68);
  font-size: .62rem;
  font-weight: 600;
  letter-spacing: .13em;
  text-transform: uppercase;
}
.about-card:hover .about-portrait-wrap::before {
  border-color: rgba(23, 59, 61, .45);
  transform: rotate(-1deg) translateY(-5px);
}
.about-card:hover .about-portrait { transform: rotate(0) translateY(-7px); }
.about-card:hover .about-portrait img { transform: scale(1.04); }

@media (max-width: 760px) {
  .about-card {
    grid-template-columns: 1fr;
    gap: 30px;
    min-height: auto;
    padding: 48px 28px 54px;
  }
  .about-accent {
    right: -175px;
    bottom: -170px;
    width: 370px;
    height: 370px;
  }
  .about-portrait-wrap {
    width: min(205px, 72vw);
    justify-self: end;
    margin-right: 10px;
  }
  .about-portrait { height: 280px; }
  .about-image-label { margin-top: 12px; font-size: .58rem; }
  .about-signature { justify-self: end; margin-top: -12px; }
}

/* Dimensions section: compact editorial introduction with a human visual anchor. */
.dimensions {
  padding: clamp(72px, 8vw, 112px) 0;
}
.dimensions-heading {
  grid-template-columns: minmax(220px, .62fr) minmax(0, 1.38fr);
  column-gap: clamp(44px, 8vw, 118px);
  margin-bottom: clamp(42px, 5vw, 58px);
}
.dimensions-heading .eyebrow {
  grid-row: auto;
  margin-bottom: 21px;
}
.dimensions-heading-visual {
  min-width: 0;
}
.dimensions-image {
  max-width: 265px;
  margin: 0;
}
.dimensions-image img {
  display: block;
  width: 100%;
  aspect-ratio: 1 / 1.13;
  object-fit: cover;
  object-position: 50% 38%;
  filter: saturate(.84) contrast(.96);
  transition: filter .8s ease, transform .8s var(--ease-out);
}
.dimensions-image figcaption {
  margin-top: 12px;
  color: var(--muted);
  font-size: .63rem;
  letter-spacing: .1em;
  text-transform: uppercase;
}
.dimensions-heading:hover .dimensions-image img {
  filter: saturate(1) contrast(1);
  transform: translateY(-4px);
}
.dimensions-heading-copy {
  align-self: center;
}
.dimensions-heading-copy h2 {
  max-width: 700px;
  margin-bottom: 20px;
}
.dimensions-heading-copy > p {
  max-width: 560px;
  margin-bottom: 0;
  color: var(--muted);
}
.dimensions .dimension-item {
  padding-top: 24px;
  padding-bottom: 24px;
}

@media (max-width: 760px) {
  .dimensions {
    padding: 70px 0 78px;
  }
  .dimensions-heading {
    display: grid;
    grid-template-columns: 1fr;
    gap: 28px;
    margin-bottom: 40px;
  }
  .dimensions-heading-visual {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 154px;
    gap: 20px;
    align-items: start;
  }
  .dimensions-heading .eyebrow {
    margin: 8px 0 0;
  }
  .dimensions-image {
    max-width: none;
  }
  .dimensions-image img {
    aspect-ratio: 1;
  }
  .dimensions-image figcaption {
    font-size: .56rem;
  }
  .dimensions-heading-copy h2 {
    margin-bottom: 17px;
  }
  .dimensions .dimension-item {
    padding-top: 21px;
    padding-bottom: 21px;
  }
}

/* Editorial image treatment: connect the portrait to AKUA's orbit language. */
.dimensions-heading-visual {
  position: relative;
  isolation: isolate;
  padding: 10px 20px 22px 0;
}
.dimensions-heading-visual::before,
.dimensions-heading-visual::after {
  position: absolute;
  content: '';
  pointer-events: none;
}
.dimensions-heading-visual::before {
  z-index: -1;
  inset: 45px 8px 0 30px;
  border: 1px solid rgba(23, 59, 61, .16);
  border-radius: 48% 52% 12px 12px;
  background: linear-gradient(145deg, rgba(229, 246, 251, .95), rgba(238, 232, 218, .76));
  transform: rotate(-5deg);
  transition: transform .8s var(--ease-out), background .8s ease;
}
.dimensions-heading-visual::after {
  z-index: -1;
  top: 72px;
  right: -34px;
  width: 190px;
  height: 190px;
  border: 1px solid rgba(23, 59, 61, .15);
  border-radius: 50%;
}
.dimensions-image {
  position: relative;
  z-index: 1;
  max-width: 290px;
  margin: 0 0 0 12px;
}
.dimensions-image img {
  aspect-ratio: .9 / 1;
  border: 1px solid rgba(23, 59, 61, .12);
  border-radius: 48% 48% 13px 13px;
  box-shadow: 0 22px 38px rgba(23, 59, 61, .14);
  object-position: 50% 38%;
}
.dimensions-image figcaption {
  display: flex;
  align-items: center;
  gap: 11px;
  padding-left: 4px;
}
.dimensions-image figcaption::before {
  width: 29px;
  height: 1px;
  content: '';
  background: var(--accent);
}
.dimensions-heading:hover .dimensions-heading-visual::before {
  background: linear-gradient(145deg, rgba(229, 246, 251, .98), rgba(238, 232, 218, .92));
  transform: rotate(-1deg) translateY(-4px);
}
.dimensions-heading:hover .dimensions-image img {
  box-shadow: 0 28px 48px rgba(23, 59, 61, .19);
}

@media (max-width: 760px) {
  .dimensions-heading-visual {
    padding: 0 0 17px;
  }
  .dimensions-heading-visual::before {
    inset: 19px -4px -4px 35%;
  }
  .dimensions-heading-visual::after {
    top: 25px;
    right: -27px;
    width: 120px;
    height: 120px;
  }
  .dimensions-image {
    margin: 0;
  }
  .dimensions-image img {
    border-radius: 48% 48% 10px 10px;
    box-shadow: 0 15px 27px rgba(23, 59, 61, .15);
  }
  .dimensions-heading:hover .dimensions-image img {
    box-shadow: 0 19px 32px rgba(23, 59, 61, .18);
  }
}

/* Dimensions list: four compact editorial modules on wider screens. */
.dimensions .dimension-list {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
  border-bottom: 1px solid var(--line);
}
.dimensions .dimension-item {
  display: flex;
  min-height: 238px;
  flex-direction: column;
  gap: 16px;
  padding: 24px 22px 23px;
  border-bottom: 0;
}
.dimensions .dimension-item + .dimension-item {
  border-left: 1px solid var(--line);
}
.dimensions .dimension-item::after {
  right: 0;
  bottom: 0;
  left: 0;
}
.dimensions .dimension-item:hover,
.dimensions .dimension-item:focus-within {
  padding: 24px 22px 23px;
  transform: translateY(-5px);
}
.dimensions .dimension-item > div {
  flex: 1;
}
.dimensions .dimension-item h3 {
  margin-bottom: 11px;
  font-size: clamp(1.45rem, 2.2vw, 2.15rem);
  line-height: 1.02;
}
.dimensions .dimension-item p {
  font-size: .82rem;
  line-height: 1.5;
}
.dimensions .dimension-mark {
  align-self: flex-end;
  margin-top: auto;
}

@media (max-width: 900px) and (min-width: 761px) {
  .dimensions .dimension-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .dimensions .dimension-item:nth-child(3),
  .dimensions .dimension-item:nth-child(4) {
    border-top: 1px solid var(--line);
  }
  .dimensions .dimension-item:nth-child(odd) {
    border-left: 0;
  }
}

@media (max-width: 760px) {
  .dimensions .dimension-list {
    display: block;
    border-bottom: 0;
  }
  .dimensions .dimension-item {
    display: grid;
    min-height: auto;
    grid-template-columns: 35px 1fr;
    gap: 15px;
    padding: 21px 0;
    border-left: 0;
    border-bottom: 1px solid var(--line);
  }
  .dimensions .dimension-item + .dimension-item {
    border-top: 0;
  }
  .dimensions .dimension-item:hover,
  .dimensions .dimension-item:focus-within {
    padding: 21px 0;
    transform: none;
  }
  .dimensions .dimension-item > div {
    grid-column: 2;
  }
  .dimensions .dimension-mark {
    display: none;
  }
}

/* Homepage contact: a focused invitation that hands the conversation to the inner page. */
.home-contact-cta {
  position: relative;
  overflow: hidden;
  background: var(--ink-deep);
  color: #fff;
}
.home-contact-cta::after {
  position: absolute;
  right: -130px;
  bottom: -250px;
  width: 560px;
  height: 560px;
  content: '';
  border: 1px solid rgba(167, 213, 208, .15);
  border-radius: 50%;
  pointer-events: none;
}
.home-contact-panel {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 52px;
  padding: clamp(38px, 5vw, 62px) clamp(28px, 5vw, 70px);
  border: 1px solid rgba(167, 213, 208, .18);
  background: linear-gradient(110deg, rgba(23, 59, 61, .88), rgba(13, 41, 43, .58));
}
.home-contact-copy {
  max-width: 690px;
}
.home-contact-copy .eyebrow {
  margin-bottom: 18px;
  color: var(--aqua);
}
.home-contact-copy h2 {
  max-width: 700px;
  margin-bottom: 21px;
  color: #fff;
  font-size: clamp(2.6rem, 5.2vw, 5.2rem);
}
.home-contact-copy > p:not(.eyebrow) {
  max-width: 560px;
  margin-bottom: 0;
  color: rgba(255, 255, 255, .68);
}
.home-contact-panel .button {
  flex: 0 0 auto;
  margin-bottom: 3px;
}

@media (max-width: 760px) {
  .home-contact-cta {
    padding: 68px 0;
  }
  .home-contact-cta::after {
    right: -220px;
    bottom: -230px;
    width: 430px;
    height: 430px;
  }
  .home-contact-panel {
    align-items: flex-start;
    flex-direction: column;
    gap: 31px;
    padding: 34px 25px 38px;
  }
  .home-contact-copy h2 {
    margin-bottom: 17px;
  }
  .home-contact-panel .button {
    margin-bottom: 0;
  }
}

/* Homepage hero: updated positioning and message hierarchy. */
.hero-title {
  max-width: 860px;
  font-size: clamp(2.55rem, 4.75vw, 4.85rem);
  line-height: .96;
}
.hero-copy {
  max-width: 650px;
}
.hero-copy strong {
  display: block;
  margin-bottom: 12px;
  color: #fff;
  font-family: var(--serif);
  font-size: clamp(1.25rem, 1.9vw, 1.7rem);
  font-weight: 400;
  line-height: 1.18;
  letter-spacing: -.015em;
}
.hero-copy > span {
  display: block;
  max-width: 610px;
  color: rgba(255, 255, 255, .82);
  font-size: clamp(.96rem, 1.2vw, 1.08rem);
  line-height: 1.6;
}

@media (max-width: 760px) {
  .hero-title {
    max-width: 100%;
    font-size: clamp(2.25rem, 9.25vw, 4rem);
    line-height: .97;
  }
  .hero-copy {
    max-width: 100%;
    margin-bottom: 30px;
  }
  .hero-copy strong {
    margin-bottom: 10px;
    font-size: 1.28rem;
  }
  .hero-copy > span {
    font-size: .94rem;
    line-height: 1.55;
  }
}

/* One Day Retreat: the principal audiovisual gets a full-bleed stage. */
.media-feature-section.section-pad {
  padding: clamp(34px, 3.8vw, 60px) 0;
  background: var(--ink);
}
.media-feature-section > .container {
  width: min(calc(100% - 72px), 1360px);
  max-width: 1360px;
  margin: 0;
  margin-inline: auto;
}
.media-retreat-feature {
  grid-template-columns: minmax(0, 1.16fr) minmax(360px, .84fr);
  min-height: min(580px, calc(100vh - 180px));
  border-radius: 0;
}
.media-retreat-video {
  min-height: min(580px, calc(100vh - 180px));
}
.media-retreat-copy {
  padding: clamp(42px, 4.2vw, 76px);
}
.media-retreat-copy h2 {
  font-size: clamp(2rem, 3.25vw, 3.5rem);
  line-height: 1.02;
}

@media (max-width: 760px) {
  .media-feature-section.section-pad {
    padding: 28px 0;
  }
  .media-feature-section > .container {
    width: calc(100% - 42px);
  }
  .media-retreat-feature {
    grid-template-columns: 1fr;
    min-height: 0;
  }
  .media-retreat-video {
    min-height: 0;
    aspect-ratio: 16 / 10;
  }
  .media-retreat-copy {
    padding: 36px 24px 46px;
  }
}

/* The three-video editorial module keeps its own proportions, independent of One Day. */
@media (min-width: 761px) {
  #miradas.media-library.section-pad {
    padding-top: clamp(58px, 7vw, 88px);
    padding-bottom: clamp(58px, 7vw, 88px);
  }

  #miradas > .container {
    width: min(calc(100% - 36px), 1160px);
  }

  #miradas .story-media-module {
    gap: clamp(28px, 5vw, 68px);
    padding: clamp(18px, 2.5vw, 30px);
  }

  #miradas .story-stage {
    display: grid;
    grid-template-rows: auto minmax(0, 1fr) auto;
    min-height: 0;
  }

  #miradas .story-stage-top {
    padding: 12px 16px;
  }

  #miradas .story-screen {
    min-height: 0;
    height: auto;
  }

  #miradas .story-screen video {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    min-height: 0;
    object-fit: contain;
  }

  #miradas .video-controls {
    min-height: 56px;
    padding: 10px 15px;
  }

  #miradas .story-stage:fullscreen,
  #miradas .story-stage:-webkit-full-screen {
    display: grid;
    grid-template-rows: auto minmax(0, 1fr) auto;
    width: 100vw;
    height: 100vh;
    max-width: none;
    max-height: none;
    border-radius: 0;
    box-shadow: none;
    background: var(--ink-deep);
  }

  #miradas .story-stage:fullscreen::backdrop,
  #miradas .story-stage:-webkit-full-screen::backdrop {
    background: var(--ink-deep);
  }

  #miradas .story-stage:fullscreen .story-screen,
  #miradas .story-stage:-webkit-full-screen .story-screen {
    min-height: 0;
    height: auto;
  }

  #miradas .story-stage:fullscreen .story-screen video,
  #miradas .story-stage:-webkit-full-screen .story-screen video {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }

  #miradas .story-stage:fullscreen .video-controls,
  #miradas .story-stage:-webkit-full-screen .video-controls {
    min-height: 56px;
    padding: 10px 15px;
  }
}

@media (max-width: 760px) {
  #miradas .story-stage {
    display: grid;
    grid-template-rows: auto auto auto;
    height: auto;
  }

  #miradas .story-screen {
    height: min(114vw, 460px);
  }

  #miradas .story-screen video {
    height: 100%;
  }

  #miradas .story-stage:fullscreen,
  #miradas .story-stage:-webkit-full-screen {
    grid-template-rows: auto minmax(0, 1fr) auto;
    height: 100vh;
  }

  #miradas .story-stage:fullscreen .story-screen,
  #miradas .story-stage:-webkit-full-screen .story-screen {
    height: auto;
  }
}

/* One Day on mobile: keep the controls below the full video frame instead of covering it. */
@media (max-width: 760px) {
  .media-retreat-video.custom-video-player {
    display: grid;
    grid-template-rows: auto auto;
    aspect-ratio: auto;
    min-height: 0;
  }

  .media-retreat-video.custom-video-player > [data-player-video] {
    position: relative;
    inset: auto;
    grid-row: 1;
    width: 100%;
    height: auto;
    aspect-ratio: 16 / 9;
    object-fit: contain;
  }

  .media-retreat-video.custom-video-player .video-play-orb {
    top: calc((100% - 52px) / 2);
  }

  .media-retreat-video.custom-video-player .video-controls {
    position: relative;
    right: auto;
    bottom: auto;
    left: auto;
    grid-row: 2;
    width: 100%;
  }
}

/* Mobile navigation: the open panel always uses the dark-menu contrast. */
@media (max-width: 760px) {
  .site-header .brand {
    position: relative;
    z-index: 2;
  }

  body.menu-open .site-header,
  body.menu-open .main-nav.is-open {
    color: #fff;
  }

  body.menu-open .site-header {
    background: transparent;
    box-shadow: none;
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
  }

  body.menu-open .site-header .brand-logo {
    filter: brightness(0) invert(1);
  }

  body.menu-open .site-header .nav-cta {
    border-color: rgba(255, 255, 255, .55);
  }

  body.menu-open .site-header .nav-cta:hover,
body.menu-open .site-header .nav-cta:focus-visible {
    border-color: var(--aqua-light);
    background: var(--aqua-light);
    color: var(--ink);
  }
}

/* Centro visual: una marca más editorial, con movimiento orbital lento y casi imperceptible. */
.orbit-center {
  isolation: isolate;
  box-shadow: 0 12px 28px rgba(13, 41, 43, .08);
}

.orbit-center::before {
  position: absolute;
  inset: 9px;
  z-index: -1;
  border: 1px solid rgba(229, 246, 251, .24);
  border-radius: 50%;
  content: '';
}

.orbit-center-copy {
  display: grid;
  place-items: center;
  gap: 2px;
  transform: translateY(1px);
}

.orbit-center-copy small {
  color: var(--aqua);
  font-family: var(--sans);
  font-size: .56rem;
  font-weight: 600;
  letter-spacing: .22em;
  line-height: 1;
  text-transform: uppercase;
}

.orbit-center-copy strong {
  color: #fff;
  font-family: var(--serif);
  font-size: 1.55rem;
  font-weight: 400;
  letter-spacing: -.04em;
  line-height: .9;
}

.orbit {
  will-change: transform, opacity;
}

.orbit-one {
  animation: orbit-spin-one 36s linear infinite, orbit-breathe 9s ease-in-out infinite;
}

.orbit-two {
  animation: orbit-spin-two 48s linear infinite, orbit-breathe 9s ease-in-out -2s infinite;
}

.orbit-three {
  animation: orbit-spin-three 62s linear infinite, orbit-breathe 9s ease-in-out -4s infinite;
}

@keyframes orbit-spin-one {
  from { transform: translate(-50%, -50%) rotate(-23deg); }
  to { transform: translate(-50%, -50%) rotate(337deg); }
}

@keyframes orbit-spin-two {
  from { transform: translate(-50%, -50%) rotate(38deg); }
  to { transform: translate(-50%, -50%) rotate(398deg); }
}

@keyframes orbit-spin-three {
  from { transform: translate(-50%, -50%) rotate(-47deg); }
  to { transform: translate(-50%, -50%) rotate(313deg); }
}

@media (max-width: 760px) {
  .orbit-center-copy strong { font-size: 1.28rem; }
}

/* Mobile-only hero composition: give the cover image its own visual moment. */
@media (max-width: 760px) {
  .hero {
    --hero-image-height: clamp(238px, 31svh, 285px);
    display: block;
    min-height: 0;
    padding: 0;
  }

  .hero-image,
  .hero-wash {
    inset: 0 18px auto;
    height: var(--hero-image-height);
    border-radius: 0 0 26px 26px;
  }

  .hero-image {
    background-position: 55% 38%;
    box-shadow: 0 20px 42px rgba(4, 22, 23, .24);
    transform: scale(1.01);
    animation: hero-mobile-image-in 1.45s var(--ease-soft) forwards;
  }

  .hero-wash {
    background: linear-gradient(180deg, rgba(7, 24, 25, .08) 0%, rgba(7, 24, 25, .12) 48%, rgba(7, 24, 25, .58) 100%);
  }

  .hero-content {
    padding-top: calc(var(--hero-image-height) + 34px);
    padding-bottom: clamp(64px, 8vh, 78px);
  }

  .hero-content .hero-title,
  .hero-content .hero-copy,
  .hero-content .hero-actions {
    max-width: 365px;
  }

  .hero-caption { display: none; }
}

@keyframes hero-mobile-image-in {
  from { opacity: 0; transform: scale(1.06); }
  to { opacity: 1; transform: scale(1.01); }
}

/* Mobile-only hero poster: image and message become one contained editorial piece. */
@media (max-width: 760px) {
  .hero {
    display: flex;
    min-height: min(820px, max(720px, 100svh));
    align-items: flex-end;
    padding: 0;
  }

  .hero-image,
  .hero-wash {
    inset: 14px 18px;
    height: auto;
    border: 1px solid rgba(229, 246, 251, .2);
    border-radius: 15px;
  }

  .hero-image {
    background-position: 55% center;
    box-shadow: 0 20px 42px rgba(4, 22, 23, .24);
    transform: scale(1.01);
    animation: hero-mobile-poster-in 1.45s var(--ease-soft) forwards;
  }

  .hero-wash {
    background:
      linear-gradient(180deg, rgba(7, 24, 25, .12) 0%, rgba(7, 24, 25, .16) 32%, rgba(7, 24, 25, .7) 70%, rgba(7, 24, 25, .94) 100%),
      linear-gradient(90deg, rgba(7, 24, 25, .58) 0%, rgba(7, 24, 25, .18) 65%, rgba(7, 24, 25, .38) 100%);
  }

  .hero-content {
    width: calc(100% - 72px);
    max-width: none;
    margin: 0 auto;
    padding-top: 128px;
    padding-bottom: clamp(62px, 8vh, 78px);
  }

  .hero-content .hero-title,
  .hero-content .hero-copy,
  .hero-content .hero-actions {
    max-width: 100%;
  }

  .hero-actions {
    display: grid;
    width: 100%;
    gap: 18px;
  }

  .hero-actions .button-light {
    width: 100%;
    justify-content: space-between;
  }

  .scroll-cue { right: 35px; bottom: 30px; }
}

@keyframes hero-mobile-poster-in {
  from { opacity: 0; transform: scale(1.045); }
  to { opacity: 1; transform: scale(1.01); }
}

/* Mobile-only hero refinement: keep the cover immersive without crowding the message. */
@media (max-width: 760px) {
  .hero {
    min-height: min(820px, max(720px, 100svh));
  }

  .hero-content {
    padding-top: 112px;
    padding-bottom: clamp(62px, 9vh, 82px);
  }

  .hero-kicker {
    margin-bottom: 20px;
  }

  .hero-title {
    max-width: 365px;
    font-size: clamp(2.35rem, 9.9vw, 4.25rem);
    line-height: .94;
  }

  .hero-copy {
    max-width: 365px;
    margin-bottom: 28px;
  }

  .hero-copy strong {
    max-width: 340px;
    font-size: clamp(1.3rem, 5vw, 1.5rem);
    line-height: 1.14;
  }

  .hero-copy > span {
    max-width: 355px;
    font-size: .98rem;
    line-height: 1.54;
  }

  .hero-actions {
    align-items: flex-start;
    gap: 20px 24px;
  }

  .hero-actions .button-light {
    min-height: 54px;
  }
}

/* Recognition section: compact the block while preserving its original interaction. */
.recognition.section-pad {
  padding: clamp(67px, 8vw, 122px) 0;
}

.situation-response {
  margin: 25px 0 0 14px;
  padding: 0;
  border: 0;
  background: transparent;
  color: var(--muted);
  font-family: var(--sans);
  font-size: clamp(.95rem, 1.1vw, 1.08rem);
  line-height: 1.55;
}

@media (max-width: 760px) {
  .recognition.section-pad { padding: 62px 0; }
  .situation-response { margin-left: 14px; font-size: 1rem; }
}

/* Mobile-only correction: preserve the full landscape photograph instead of cropping it into a portrait. */
@media (max-width: 760px) {
  .hero {
    --hero-photo-height: max(180px, min(330px, calc(56.25vw - 20.25px)));
    display: block;
    min-height: 0;
    padding: 14px 18px 18px;
  }

  .hero::before {
    position: absolute;
    inset: 14px 18px 18px;
    z-index: 0;
    border: 1px solid rgba(229, 246, 251, .2);
    border-radius: 15px;
    content: '';
    pointer-events: none;
  }

  .hero-image,
  .hero-wash {
    inset: 14px 18px auto;
    height: var(--hero-photo-height);
    border: 0;
    border-radius: 15px 15px 0 0;
  }

  .hero-image {
    background-color: var(--ink-deep);
    background-position: center;
    background-size: contain;
    box-shadow: 0 20px 42px rgba(4, 22, 23, .24);
    transform: none;
    animation: hero-mobile-photo-in 1.2s var(--ease-soft) forwards;
  }

  .hero-wash {
    background: linear-gradient(180deg, rgba(7, 24, 25, .06) 0%, rgba(7, 24, 25, .12) 100%);
  }

  .hero-content {
    width: calc(100% - 36px);
    max-width: none;
    margin: 0 auto;
    padding-top: calc(var(--hero-photo-height) + 28px);
    padding-bottom: clamp(62px, 8vh, 78px);
  }

  .scroll-cue { right: 35px; bottom: 30px; }
}

@keyframes hero-mobile-photo-in {
  from { opacity: 0; }
  to { opacity: 1; }
}
