@font-face {
font-family: "Plus Jakarta Sans";
src: url(//estrellamartinez.com/wp-content/plugins/estrella-home-corporativo/assets/plus-jakarta-sans-latin.woff2) format("woff2");
font-style: normal;
font-weight: 600 800;
font-display: swap;
}
@font-face {
font-family: "Source Sans 3";
src: url(//estrellamartinez.com/wp-content/plugins/estrella-home-corporativo/assets/source-sans-3-latin.woff2) format("woff2");
font-style: normal;
font-weight: 400 700;
font-display: swap;
}
:root {
--ink: #0c0d0c;
--surface: #121411;
--surface-2: #1a1c19;
--paper: #f1f0eb;
--paper-deep: #dfded6;
--white: #f8f8f5;
--muted: #9b9f98;
--line: rgba(255, 255, 255, 0.13);
--green: #a8ca00;
--green-dark: #829d00;
--cyan: #25bfd0;
--max: 1440px;
--scroll-progress: 0;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; overflow-x: clip; }
body {
margin: 0;
background: var(--ink);
color: var(--white);
font-family: "Source Sans 3", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
text-rendering: optimizeLegibility;
-webkit-font-smoothing: antialiased;
font-feature-settings: "kern" 1, "liga" 1;
overflow-x: clip;
}
h1, h2, h3, .button, .nav-cta, summary {
font-family: "Plus Jakarta Sans", "Source Sans 3", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
button, summary, a { -webkit-tap-highlight-color: transparent; touch-action: manipulation; }
a:focus-visible, summary:focus-visible { outline: 3px solid var(--cyan); outline-offset: 5px; }
.scroll-progress { position: fixed; z-index: 100; inset: 0 auto auto 0; width: 100%; height: 3px; background: var(--green); transform: scaleX(var(--scroll-progress)); transform-origin: left; pointer-events: none; }
.site-header {
width: min(calc(100% - 48px), var(--max));
height: 88px;
margin: 0 auto;
display: flex;
align-items: center;
justify-content: space-between;
border-bottom: 1px solid var(--line);
position: relative;
z-index: 20;
padding-left: env(safe-area-inset-left);
padding-right: env(safe-area-inset-right);
}
.brand img { width: 220px; height: auto; }
.desktop-nav { display: flex; align-items: center; gap: 34px; color: #c8cac5; font-size: 14px; }
.desktop-nav a { transition: color .2s ease; }
.desktop-nav a:hover { color: white; }
.desktop-nav .nav-cta { border: 1px solid var(--line); border-radius: 999px; padding: 12px 19px; color: white; }
.mobile-menu { display: none; }
.hero {
width: min(calc(100% - 48px), var(--max));
min-height: calc(100vh - 88px);
margin: 0 auto;
padding: 64px 0 66px;
display: grid;
grid-template-columns: minmax(0, .92fr) minmax(540px, 1.08fr);
align-items: center;
gap: 6vw;
}
.eyebrow {
margin: 0 0 24px;
color: var(--green);
font-size: 12px;
line-height: 1.3;
font-weight: 800;
letter-spacing: .16em;
text-transform: uppercase;
}
.hero h1 {
margin: 0;
max-width: 730px;
font-size: clamp(62px, 6.15vw, 108px);
line-height: .91;
letter-spacing: -.065em;
font-weight: 760;
}
.hero h1 em { color: var(--green); font-style: normal; }
.hero-lead {
max-width: 620px;
margin: 34px 0 0;
color: #b8bbb4;
font-size: clamp(18px, 1.5vw, 23px);
line-height: 1.52;
}
.hero-actions { display: flex; align-items: center; gap: 30px; margin-top: 38px; }
.button {
display: inline-flex;
align-items: center;
justify-content: center;
gap: 14px;
min-height: 56px;
padding: 0 25px;
border-radius: 999px;
font-weight: 750;
transition: transform .25s ease, background .25s ease;
}
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--green); color: #111; }
.button-primary:hover { background: #b7da0c; }
.text-link { display: inline-block; padding-bottom: 6px; border-bottom: 1px solid currentColor; color: #caccc7; font-weight: 700; }
.text-link:hover { color: white; }
.hero-gallery {
height: min(680px, 70vh);
min-height: 540px;
display: grid;
grid-template-columns: 1.35fr .65fr;
grid-template-rows: 1fr .72fr;
gap: 12px;
position: relative;
}
.hero-gallery figure { margin: 0; position: relative; overflow: hidden; border-radius: 4px; background: #222; }
.hero-gallery img { width: 100%; height: 100%; object-fit: cover; transition: transform 1.2s cubic-bezier(.2,.7,.2,1); }
.hero-gallery figure:hover img { transform: scale(1.025); }
.hero-gallery figcaption {
position: absolute;
left: 18px;
bottom: 17px;
padding: 8px 11px;
border-radius: 2px;
background: rgba(10, 11, 10, .78);
backdrop-filter: blur(12px);
font-size: 11px;
letter-spacing: .09em;
text-transform: uppercase;
}
.hero-main-image { grid-row: 1 / 3; }
.hero-side-image { grid-column: 2; grid-row: 1; }
.hero-stamp {
grid-column: 2;
grid-row: 2;
background: var(--green);
color: #10110f;
padding: 24px;
display: flex;
flex-direction: column;
justify-content: space-between;
transform-origin: center;
transition: transform .45s cubic-bezier(.2,.7,.2,1), background .3s ease;
}
.hero-stamp:hover { transform: rotate(-1.5deg) scale(1.015); background: #b7da0c; }
.hero-stamp strong { font-size: clamp(64px, 6vw, 100px); line-height: .8; letter-spacing: -.07em; }
.hero-stamp span { font-size: 16px; line-height: 1.1; font-weight: 800; text-transform: uppercase; }
.identity-strip {
min-height: 80px;
padding: 20px max(24px, calc((100vw - var(--max)) / 2));
display: flex;
align-items: center;
justify-content: space-between;
gap: 30px;
border-top: 1px solid var(--line);
border-bottom: 1px solid var(--line);
color: #c4c7c0;
font-size: 12px;
font-weight: 750;
letter-spacing: .1em;
text-transform: uppercase;
}
.identity-strip span:not(:last-child)::after { content: "•"; margin-left: 30px; color: var(--green); }
.business-section { background: var(--paper); color: #161714; padding: 118px max(24px, calc((100vw - var(--max)) / 2)); }
.section-heading { display: grid; grid-template-columns: .62fr 1.38fr .7fr; gap: 40px; align-items: start; margin-bottom: 66px; }
.section-heading h2, .system-intro h2, .family-copy h2, .contact-section h2 {
margin: 0;
font-size: clamp(46px, 5vw, 82px);
line-height: .98;
letter-spacing: -.055em;
}
.section-heading > p:last-child { margin: 4px 0 0; color: #61635e; font-size: 18px; line-height: 1.55; }
.business-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.business-card { min-height: 700px; display: grid; grid-template-rows: 380px 1fr; background: #e6e5de; overflow: hidden; position: relative; transition: transform .45s cubic-bezier(.2,.7,.2,1), background .35s ease; }
.business-card::after { content: ""; position: absolute; inset: 0 0 auto; height: 5px; background: var(--green-dark); transform: scaleX(0); transform-origin: left; transition: transform .55s cubic-bezier(.2,.7,.2,1); }
.business-card:hover { transform: translateY(-7px); background: #ecebe4; }
.business-card:hover::after { transform: scaleX(1); }
.card-image { overflow: hidden; position: relative; }
.card-image img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.88); transition: transform .8s cubic-bezier(.2,.7,.2,1); }
.business-card:hover .card-image img { transform: scale(1.045); filter: saturate(1); }
.card-copy { padding: 34px 36px 38px; display: grid; grid-template-columns: 60px 1fr; grid-template-rows: auto auto 1fr auto; column-gap: 18px; }
.card-number { grid-row: 1 / 5; color: #777a73; font-size: 12px; font-weight: 800; letter-spacing: .12em; }
.card-copy h3 { margin: 0 0 17px; font-size: clamp(27px, 2.4vw, 42px); line-height: 1.03; letter-spacing: -.04em; }
.card-copy p { margin: 0; max-width: 580px; color: #555750; font-size: 17px; line-height: 1.52; }
.card-copy small { display: block; margin-top: 24px; color: #73766f; font-size: 11px; font-weight: 750; letter-spacing: .08em; text-transform: uppercase; }
.card-copy a { margin-top: 25px; justify-self: start; padding-bottom: 5px; border-bottom: 1px solid; font-weight: 780; }
.system-section { padding: 118px max(24px, calc((100vw - var(--max)) / 2)); background: var(--surface); }
.system-intro { display: grid; grid-template-columns: .4fr 1.1fr .5fr; gap: 40px; align-items: start; margin-bottom: 80px; }
.system-intro h2 { max-width: 900px; }
.system-intro > p:last-child { margin: 5px 0 0; color: var(--muted); font-size: 18px; line-height: 1.55; }
.system-flow { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.system-flow article { min-height: 310px; padding: 32px 38px 38px 0; position: relative; }
.system-flow article::before { content: ""; position: absolute; left: 0; top: -1px; width: 72px; height: 2px; background: var(--green); transform: scaleX(0); transform-origin: left; transition: transform .75s cubic-bezier(.2,.7,.2,1) .15s; }
.system-flow article.is-visible::before { transform: scaleX(1); }
.system-flow article + article { border-left: 1px solid var(--line); padding-left: 38px; }
.system-flow span { color: var(--green); font-size: 12px; font-weight: 800; letter-spacing: .14em; }
.system-flow h3 { margin: 70px 0 15px; font-size: 38px; letter-spacing: -.04em; }
.system-flow p { margin: 0; max-width: 380px; color: var(--muted); font-size: 17px; line-height: 1.55; }
.family-section { display: grid; grid-template-columns: .82fr 1.18fr; min-height: 720px; background: var(--paper-deep); color: #161714; }
.family-image { min-height: 650px; overflow: hidden; position: relative; }
.family-image img { width: 100%; height: 100%; object-fit: cover; }
.family-copy { padding: 96px clamp(40px, 7vw, 112px); display: flex; flex-direction: column; justify-content: center; }
.family-copy h2 { max-width: 820px; }
.large-copy { margin: 35px 0; max-width: 790px; color: #484a45; font-size: clamp(20px, 1.8vw, 27px); line-height: 1.5; }
blockquote { margin: 20px 0 36px; padding-left: 25px; border-left: 3px solid var(--green-dark); max-width: 720px; font-size: 18px; line-height: 1.55; }
blockquote cite { display: block; margin-top: 18px; color: #666962; font-size: 12px; font-style: normal; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.family-copy .text-link { align-self: flex-start; color: #242521; }
.contact-section { padding: 118px max(24px, calc((100vw - var(--max)) / 2)); background: var(--green); color: #10110f; }
.contact-section .eyebrow { color: #10110f; opacity: .72; }
.contact-section h2 { max-width: 1100px; }
.contact-options { display: grid; grid-template-columns: 1fr 1fr; margin-top: 70px; border-top: 1px solid rgba(0,0,0,.25); }
.contact-options a { min-height: 84px; padding: 0 18px 0 0; display: flex; justify-content: space-between; align-items: center; border-bottom: 1px solid rgba(0,0,0,.25); font-size: 20px; font-weight: 780; transition: padding .3s ease, background .3s ease; }
.contact-options a:nth-child(odd) { margin-right: 36px; }
.contact-options a:hover { padding-left: 10px; padding-right: 8px; }
.contact-meta { margin-top: 58px; display: flex; gap: 34px; flex-wrap: wrap; font-size: 14px; font-weight: 700; }
footer { min-height: 220px; padding: 60px max(24px, calc((100vw - var(--max)) / 2)); display: grid; grid-template-columns: 1fr 1fr auto; align-items: end; gap: 30px; color: #8e928a; font-size: 12px; }
footer img { width: 220px; height: auto; }
footer p { margin: 0; }
.reveal { animation: reveal .8s cubic-bezier(.2,.7,.2,1) both; }
.delay-1 { animation-delay: .12s; }
@keyframes reveal { from { opacity: 0; transform: translateY(18px); } to { opacity: 1; transform: translateY(0); } }
.motion-ready [data-motion] {
opacity: 0;
transform: translate3d(0, 32px, 0) scale(.992);
transition: opacity .8s cubic-bezier(.16,1,.3,1), transform .9s cubic-bezier(.16,1,.3,1);
will-change: opacity, transform;
}
.motion-ready [data-motion].is-visible { opacity: 1; transform: translate3d(0, 0, 0); will-change: auto; }
.business-grid .business-card:nth-child(2) { transition-delay: .08s; }
.business-grid .business-card:nth-child(3) { transition-delay: .04s; }
.business-grid .business-card:nth-child(4) { transition-delay: .12s; }
.system-flow article:nth-child(2) { transition-delay: .1s; }
.system-flow article:nth-child(3) { transition-delay: .2s; }
@media (max-width: 1100px) {
.hero { grid-template-columns: 1fr; padding-top: 55px; }
.hero-gallery { height: 640px; }
.section-heading { grid-template-columns: 1fr; }
.business-grid { grid-template-columns: 1fr; }
.business-card { grid-template-columns: .75fr 1.25fr; grid-template-rows: 1fr; min-height: 460px; }
.system-intro { grid-template-columns: 1fr; }
.family-section { grid-template-columns: 1fr; }
.family-image { height: 620px; min-height: auto; }
}
@media (max-width: 900px) {
.desktop-nav { display: none; }
.mobile-menu { display: block; position: relative; }
.mobile-menu summary { list-style: none; cursor: pointer; border: 1px solid var(--line); border-radius: 999px; padding: 10px 15px; font-size: 13px; font-weight: 750; }
.mobile-menu summary::-webkit-details-marker { display: none; }
.mobile-menu nav { position: absolute; right: 0; top: 48px; width: 240px; padding: 12px; display: grid; background: #181a17; border: 1px solid var(--line); box-shadow: 0 20px 70px rgba(0,0,0,.45); }
.mobile-menu nav a { padding: 13px 12px; border-bottom: 1px solid var(--line); }
.mobile-menu[open] nav { animation: menu-in .24s cubic-bezier(.2,.7,.2,1) both; }
}
@media (max-width: 760px) {
.site-header { width: calc(100% - 32px); height: 76px; }
.brand img { width: 180px; }
.hero { width: calc(100% - 32px); min-height: auto; padding: 46px 0 44px; gap: 38px; }
.hero h1 { font-size: clamp(54px, 15vw, 72px); }
.hero-lead { font-size: 18px; }
.hero-actions { align-items: flex-start; flex-direction: column; gap: 22px; }
.hero-gallery { height: 500px; min-height: 0; grid-template-columns: 1fr .55fr; }
.hero-stamp { padding: 18px; }
.hero-stamp strong { font-size: 54px; }
.identity-strip { justify-content: flex-start; overflow-x: auto; white-space: nowrap; min-height: 72px; }
.business-section, .system-section, .contact-section { padding-top: 74px; padding-bottom: 74px; }
.section-heading { margin-bottom: 42px; }
.business-card { display: grid; grid-template-columns: 1fr; grid-template-rows: 240px 1fr; min-height: 0; }
.card-copy { padding: 27px 24px 30px; grid-template-columns: 40px 1fr; }
.system-flow { grid-template-columns: 1fr; }
.system-flow article { min-height: 250px; padding: 28px 0; }
.system-flow article + article { border-left: 0; border-top: 1px solid var(--line); padding-left: 0; }
.system-flow h3 { margin-top: 50px; }
.family-image { height: 460px; }
.family-copy { padding: 66px 24px; }
.contact-options { grid-template-columns: 1fr; margin-top: 45px; }
.contact-options a:nth-child(odd) { margin-right: 0; }
.contact-meta { flex-direction: column; gap: 14px; }
footer { grid-template-columns: 1fr; min-height: 300px; align-items: start; }
}
@media (hover: none) {
.button:active { transform: scale(.98); }
.business-card:active { transform: scale(.992); }
.contact-options a:active { padding-left: 8px; }
}
@keyframes menu-in {
from { opacity: 0; transform: translateY(-8px) scale(.98); }
to { opacity: 1; transform: translateY(0) scale(1); }
}
@media (prefers-reduced-motion: reduce) {
html { scroll-behavior: auto; }
*, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
[data-motion], .motion-ready [data-motion] { opacity: 1; transform: none; }
.scroll-progress { display: none; }
} .about-hero {
width: min(calc(100% - 48px), var(--max));
margin: 0 auto;
min-height: calc(100vh - 88px);
padding: 68px 0 72px;
display: grid;
grid-template-columns: .92fr 1.08fr;
grid-template-rows: 1fr auto;
gap: 30px 6vw;
align-items: center;
}
.about-hero-copy h1 {
margin: 0;
max-width: 760px;
font-size: clamp(58px, 6vw, 102px);
line-height: .92;
letter-spacing: -.065em;
}
.about-hero-copy h1 em { color: var(--green); font-style: normal; }
.about-lead {
max-width: 720px;
margin: 34px 0 0;
color: #d1d3ce;
font-size: clamp(20px, 1.75vw, 27px);
line-height: 1.48;
}
.about-summary { max-width: 670px; margin: 24px 0 0; color: var(--muted); font-size: 17px; line-height: 1.6; }
.about-hero-image { position: relative; min-height: 620px; margin: 0; overflow: hidden; }
.about-hero-image::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 60%, rgba(0,0,0,.58)); pointer-events: none; }
.about-hero-image img {
object-fit: cover;
transform: scale(1.012) translate3d(calc(var(--pointer-x, 0) * -8px), calc(var(--pointer-y, 0) * -8px), 0);
transition: transform 1.1s cubic-bezier(.16,1,.3,1);
}
.about-hero-image:hover img { transform: scale(1.035) translate3d(calc(var(--pointer-x, 0) * -8px), calc(var(--pointer-y, 0) * -8px), 0); }
.about-hero-image figcaption { position: absolute; z-index: 1; left: 24px; bottom: 22px; font-size: 11px; font-weight: 800; letter-spacing: .11em; text-transform: uppercase; }
.about-facts { grid-column: 1 / 3; display: grid; grid-template-columns: repeat(3, 1fr); margin: 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.about-facts div { min-height: 118px; padding: 24px 30px 22px 0; display: flex; align-items: end; gap: 18px; }
.about-facts div + div { border-left: 1px solid var(--line); padding-left: 30px; }
.about-facts dt { color: var(--green); font-size: clamp(42px, 4vw, 66px); line-height: .8; letter-spacing: -.06em; font-weight: 800; }
.about-facts dd { max-width: 190px; margin: 0; color: #afb2ab; font-size: 12px; line-height: 1.35; font-weight: 750; text-transform: uppercase; letter-spacing: .06em; }
.about-definition { padding: 110px max(24px, calc((100vw - var(--max)) / 2)); background: var(--green); color: #10110f; }
.about-definition p { margin: 0 0 20px; font-size: 13px; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.about-definition h2 { max-width: 1220px; margin: 0; font-size: clamp(48px, 6vw, 94px); line-height: .98; letter-spacing: -.06em; }
.history-section, .values-section { padding: 118px max(24px, calc((100vw - var(--max)) / 2)); background: var(--paper); color: #161714; }
.about-section-heading { display: grid; grid-template-columns: .5fr 1.15fr .55fr; gap: 42px; align-items: start; margin-bottom: 72px; }
.about-section-heading h2 { margin: 0; font-size: clamp(46px, 5vw, 82px); line-height: .98; letter-spacing: -.055em; }
.about-section-heading > p:last-child { margin: 4px 0 0; color: #61635e; font-size: 18px; line-height: 1.55; }
.timeline { border-top: 1px solid rgba(0,0,0,.16); }
.timeline article { display: grid; grid-template-columns: .28fr 1.72fr; gap: 30px; padding: 42px 0; border-bottom: 1px solid rgba(0,0,0,.16); }
.timeline-index { color: #7a7d75; font-size: 13px; font-weight: 850; letter-spacing: .12em; }
.timeline-copy { display: grid; grid-template-columns: .42fr .78fr 1.1fr; gap: 38px; align-items: start; }
.timeline-copy small { color: var(--green-dark); font-size: 11px; font-weight: 850; letter-spacing: .13em; text-transform: uppercase; }
.timeline-copy h3 { margin: -5px 0 0; font-size: clamp(28px, 2.4vw, 42px); line-height: 1.05; letter-spacing: -.04em; }
.timeline-copy p { margin: 0; color: #565950; font-size: 17px; line-height: 1.62; }
.story-section {
padding: 124px max(24px, calc((100vw - var(--max)) / 2));
background: #10110f;
color: #f3f4ef;
}
.story-intro {
display: grid;
grid-template-columns: .48fr 1.15fr .57fr;
gap: 42px;
align-items: start;
margin-bottom: 92px;
}
.story-intro h2 {
max-width: 820px;
margin: 0;
font-size: clamp(48px, 5.5vw, 88px);
line-height: .97;
letter-spacing: -.058em;
}
.story-intro > p:last-child {
margin: 6px 0 0;
color: #aeb1aa;
font-size: 18px;
line-height: 1.62;
}
.story-chapters { border-top: 1px solid var(--line); }
.story-chapters article {
display: grid;
grid-template-columns: .55fr 1.45fr;
gap: clamp(44px, 8vw, 130px);
padding: 78px 0;
border-bottom: 1px solid var(--line);
}
.story-marker { display: flex; align-items: flex-start; gap: 26px; padding-top: 8px; }
.story-marker span { color: var(--green); font-size: 13px; font-weight: 850; letter-spacing: .14em; }
.story-marker small { color: #c0c3bb; font-size: 11px; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.story-body { max-width: 850px; }
.story-body h3 {
margin: 0 0 34px;
font-size: clamp(38px, 4vw, 66px);
line-height: 1;
letter-spacing: -.052em;
}
.story-body p {
max-width: 760px;
margin: 0;
color: #c5c8c0;
font-size: clamp(18px, 1.5vw, 22px);
line-height: 1.72;
}
.story-body p + p { margin-top: 24px; }
.story-closing {
max-width: 1080px;
margin: 96px 0 0 auto;
padding: 0;
border: 0;
}
.story-closing p {
margin: 0;
color: var(--green);
font-size: clamp(36px, 4.6vw, 72px);
line-height: 1.08;
letter-spacing: -.05em;
}
.story-closing cite {
display: block;
margin-top: 36px;
color: #f3f4ef;
font-size: 12px;
font-style: normal;
font-weight: 850;
letter-spacing: .14em;
text-transform: uppercase;
}
.today-section { display: grid; grid-template-columns: 1fr 1fr; min-height: 780px; background: var(--surface); }
.today-image { position: relative; min-height: 680px; overflow: hidden; }
.today-image img {
object-fit: cover;
transform: scale(1.012) translate3d(calc(var(--pointer-x, 0) * -8px), calc(var(--pointer-y, 0) * -8px), 0);
transition: transform 1.1s cubic-bezier(.16,1,.3,1);
}
.today-image:hover img { transform: scale(1.035) translate3d(calc(var(--pointer-x, 0) * -8px), calc(var(--pointer-y, 0) * -8px), 0); }
.today-copy { padding: 92px clamp(40px, 7vw, 110px); display: flex; flex-direction: column; justify-content: center; }
.today-copy h2 { margin: 0; font-size: clamp(46px, 5vw, 80px); line-height: .98; letter-spacing: -.055em; }
.today-lead { margin: 32px 0 42px; color: #aeb1aa; font-size: 19px; line-height: 1.58; }
.today-lines { display: grid; border-top: 1px solid var(--line); }
.today-lines a { min-height: 68px; display: grid; grid-template-columns: 46px 1fr auto; align-items: center; border-bottom: 1px solid var(--line); font-weight: 750; transition: padding .25s ease, color .25s ease; }
.today-lines a:hover { padding-left: 8px; color: var(--green); }
.today-lines span { color: var(--muted); font-size: 11px; letter-spacing: .1em; }
.values-section { background: var(--paper-deep); }
.values-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid rgba(0,0,0,.18); border-bottom: 1px solid rgba(0,0,0,.18); }
.values-grid article { min-height: 330px; padding: 32px 34px 36px 0; }
.values-grid article + article { border-left: 1px solid rgba(0,0,0,.18); padding-left: 34px; }
.values-grid span { color: var(--green-dark); font-size: 12px; font-weight: 850; letter-spacing: .13em; }
.values-grid h3 { margin: 72px 0 18px; font-size: 30px; letter-spacing: -.04em; }
.values-grid p { margin: 0; color: #595c55; font-size: 16px; line-height: 1.58; }
.about-quote { padding: 125px max(24px, calc((100vw - var(--max)) / 2)); background: #0d0e0d; }
.about-quote blockquote { max-width: 1180px; margin: 0; padding: 0; border: 0; font-size: clamp(38px, 5vw, 76px); line-height: 1.08; letter-spacing: -.05em; }
.about-quote cite { margin-top: 42px; color: var(--green); }
@media (max-width: 1100px) {
.about-hero { grid-template-columns: 1fr; grid-template-rows: auto; }
.about-hero-image { min-height: 620px; }
.about-facts { grid-column: 1; }
.about-section-heading { grid-template-columns: 1fr; }
.story-intro { grid-template-columns: 1fr; }
.timeline-copy { grid-template-columns: .45fr .85fr 1.2fr; }
.today-section { grid-template-columns: 1fr; }
.today-image { min-height: 620px; }
.values-grid { grid-template-columns: 1fr 1fr; }
.values-grid article:nth-child(3) { border-left: 0; border-top: 1px solid rgba(0,0,0,.18); }
.values-grid article:nth-child(4) { border-top: 1px solid rgba(0,0,0,.18); }
}
@media (min-width: 761px) and (max-width: 1100px) {
.site-header { width: calc(100% - 64px); }
.about-hero { width: calc(100% - 64px); gap: 48px; padding-top: 60px; }
.about-hero-copy { max-width: 920px; }
.about-hero-image { min-height: clamp(560px, 72vw, 760px); }
.story-chapters article { gap: 54px; }
.today-copy { padding: 78px 56px; }
}
@media (max-width: 760px) {
.about-hero { width: calc(100% - 32px); min-height: auto; padding: 48px 0 44px; }
.about-hero-copy h1 { font-size: clamp(52px, 14vw, 70px); }
.about-hero-image { min-height: 480px; }
.about-facts { grid-template-columns: 1fr; }
.about-facts div { min-height: 94px; }
.about-facts div + div { border-left: 0; border-top: 1px solid var(--line); padding-left: 0; }
.about-definition, .history-section, .story-section, .values-section, .about-quote { padding-top: 76px; padding-bottom: 76px; }
.about-section-heading { margin-bottom: 46px; }
.timeline article { grid-template-columns: 40px 1fr; gap: 14px; padding: 32px 0; }
.timeline-copy { grid-template-columns: 1fr; gap: 13px; }
.timeline-copy h3 { margin: 0; }
.story-intro { margin-bottom: 52px; }
.story-chapters article { grid-template-columns: 1fr; gap: 30px; padding: 56px 0; }
.story-marker { gap: 20px; }
.story-body h3 { margin-bottom: 26px; }
.story-body p { font-size: 18px; line-height: 1.68; }
.story-closing { margin-top: 68px; }
.today-image { min-height: 480px; }
.today-copy { padding: 68px 24px; }
.values-grid { grid-template-columns: 1fr; }
.values-grid article { min-height: 250px; padding: 28px 0; }
.values-grid article + article, .values-grid article:nth-child(3) { border-left: 0; border-top: 1px solid rgba(0,0,0,.18); padding-left: 0; }
.values-grid h3 { margin-top: 50px; }
}
@media (max-width: 480px) {
.site-header { width: calc(100% - 28px); height: 72px; }
.brand img { width: min(168px, 48vw); }
.mobile-menu summary { min-width: 52px; min-height: 44px; display: grid; place-items: center; padding: 8px 12px; }
.about-hero { width: calc(100% - 28px); padding-top: 38px; gap: 32px; }
.about-hero-copy h1 { font-size: clamp(45px, 13.3vw, 62px); line-height: .94; }
.about-lead { margin-top: 27px; font-size: 18px; }
.about-summary { margin-top: 19px; font-size: 16px; }
.about-hero-image { min-height: min(118vw, 520px); }
.about-facts div { gap: 15px; }
.about-facts dt { min-width: 86px; }
.about-definition h2 { font-size: clamp(39px, 11.4vw, 54px); }
.about-section-heading h2, .story-intro h2, .today-copy h2 { font-size: clamp(39px, 11vw, 54px); }
.story-body h3 { font-size: clamp(34px, 10.5vw, 48px); }
.story-closing p { font-size: clamp(32px, 9.6vw, 46px); }
.today-image { min-height: 112vw; }
.contact-options a { min-height: 76px; font-size: 18px; }
footer { padding-bottom: calc(60px + env(safe-area-inset-bottom)); }
.motion-ready [data-motion] { transform: translate3d(0, 20px, 0) scale(.995); transition-duration: .68s, .76s; }
}
@media (max-height: 520px) and (orientation: landscape) {
.about-hero { min-height: auto; padding-top: 38px; }
.about-hero-image { min-height: 78vw; max-height: 620px; }
}
@media (min-width: 1800px) {
:root { --max: 1580px; }
.site-header { height: 96px; }
.about-hero { min-height: calc(100vh - 96px); }
.about-hero-copy h1 { max-width: 820px; }
.about-hero-image { min-height: 700px; }
}
@media (min-width: 2600px) {
:root { --max: 1720px; }
.about-hero-image { min-height: 760px; }
.about-lead, .about-summary, .timeline-copy p, .story-body p, .today-lead { max-width: 800px; }
}
@media (hover: hover) and (pointer: fine) {
.timeline article, .story-chapters article, .values-grid article { transition: background-color .35s ease; }
.timeline article:hover { background: rgba(0,0,0,.025); }
.story-chapters article:hover { background: rgba(255,255,255,.018); }
.values-grid article:hover { background: rgba(255,255,255,.16); }
}
@supports (animation-timeline: view()) {
@media (prefers-reduced-motion: no-preference) {
.about-definition h2, .story-closing p, .about-quote blockquote {
animation: premium-text-rise linear both;
animation-timeline: view();
animation-range: entry 8% cover 34%;
}
}
}
@keyframes premium-text-rise {
from { opacity: .3; transform: translate3d(0, 18px, 0); letter-spacing: -.04em; }
to { opacity: 1; transform: translate3d(0, 0, 0); letter-spacing: -.06em; }
}