.site-header { align-items: center; color: var(--white); display: flex; height: 5.5rem; justify-content: space-between; left: 0; padding: 0 var(--gutter); position: fixed; right: 0; top: 0; transition: background .5s var(--ease), color .5s var(--ease), border-color .5s var(--ease); z-index: 20; }
.site-header.is-scrolled { background: rgba(246,246,243,.96); border-bottom: 1px solid var(--line); color: var(--black); }
.brand { align-items: center; display: inline-flex; font-family: 'Space Grotesk', sans-serif; font-size: 1.35rem; gap: .65rem; letter-spacing: -.08em; }
.brand img { border-radius: 50%; height: 2.1rem; object-fit: cover; width: 2.1rem; }
.brand-dot { color: var(--red); }
.desktop-nav { display: flex; gap: clamp(1rem, 2.4vw, 3rem); margin-left: auto; margin-right: clamp(1.4rem, 4vw, 5rem); }
.desktop-nav a { font-size: .76rem; letter-spacing: .07em; position: relative; text-transform: uppercase; }
.desktop-nav a::after { background: currentColor; bottom: -.4rem; content: ''; height: 1px; left: 0; position: absolute; transform: scaleX(0); transform-origin: left; transition: transform .35s var(--ease); width: 100%; }
.desktop-nav a:hover::after, .desktop-nav a:focus-visible::after { transform: scaleX(1); }
.header-cta { background: var(--red); color: var(--white); font-size: .72rem; letter-spacing: .05em; padding: .75rem 1rem; text-transform: uppercase; transition: transform .4s var(--ease), background .4s var(--ease); }
.header-cta:hover, .header-cta:focus-visible { background: var(--red-dark); transform: translateY(-2px); }
.menu-toggle, .mobile-menu { display: none; }

.hero { background: var(--black); color: var(--white); height: 100vh; min-height: 42rem; position: relative; }
.hero-pin { height: 100%; overflow: hidden; position: relative; }
.hero-backdrop { background: center / cover no-repeat; filter: blur(28px); inset: -4%; opacity: 0; position: absolute; transform: scale(1.1); transition: opacity .6s var(--ease); }
.hero-media-wrap { inset: 0; overflow: hidden; position: absolute; z-index: 1; }
.hero-media { height: 100%; object-fit: cover; transition: opacity .6s var(--ease); width: 100%; }
.hero-shade { background: linear-gradient(rgba(0,0,0,.16), rgba(0,0,0,.16)), linear-gradient(180deg, rgba(0,0,0,.32), transparent 35%, rgba(0,0,0,.72)); inset: 0; position: absolute; z-index: 2; }
.hero-content { inset: 0; padding: 8rem var(--gutter) 4.3rem; position: absolute; z-index: 3; }
.hero-kicker { font-size: .7rem; left: var(--gutter); letter-spacing: .14em; opacity: .9; position: absolute; top: 12rem; transform: rotate(-90deg) translateX(-100%); transform-origin: left top; }
.hero-index { align-items: center; display: flex; font-size: .7rem; gap: .7rem; position: absolute; right: var(--gutter); top: 9rem; }
.hero-index-line { background: rgba(255,255,255,.65); height: 1px; width: 3rem; }
.hero-title-block { bottom: 4.3rem; left: 24%; max-width: 52rem; position: absolute; }
.hero-eyebrow { color: #f2b2ae; margin-bottom: 1.1rem; }
.hero-title-block h1 { font-size: clamp(3.4rem, 7.8vw, 9.2rem); max-width: 9ch; }
.hero-description { color: rgba(255,255,255,.78); font-size: 1rem; margin-top: 1.5rem; max-width: 25rem; }
.hero-actions { align-items: center; display: flex; gap: 1.5rem; margin-top: 2rem; }
.hero-note { bottom: 4.3rem; font-size: .75rem; letter-spacing: .1em; line-height: 1.4; position: absolute; right: var(--gutter); text-align: right; text-transform: uppercase; }
.hero-controls { align-items: center; bottom: 4.3rem; display: flex; gap: 1.25rem; left: var(--gutter); position: absolute; z-index: 5; }
.hero-arrow { background: transparent; border: 0; cursor: pointer; font-size: 1.4rem; padding: .2rem; transition: color .3s, transform .3s; }
.hero-arrow:hover, .hero-arrow:focus-visible { color: #f2b2ae; transform: translateX(3px); }
.hero-dots { display: flex; gap: .45rem; }
.hero-dot { background: rgba(255,255,255,.5); border: 0; border-radius: 50%; cursor: pointer; height: .42rem; padding: 0; transition: background .3s, transform .3s; width: .42rem; }
.hero-dot.is-active { background: #f2b2ae; transform: scale(1.35); }
.hero-next-peek { align-items: center; bottom: .9rem; display: flex; font-size: .64rem; gap: .75rem; left: 50%; letter-spacing: .14em; position: absolute; text-transform: uppercase; transform: translateX(-50%); z-index: 4; }

.differentiators-head { align-items: end; display: grid; gap: clamp(3rem, 8vw, 10rem); grid-template-columns: minmax(14rem, .55fr) 1.45fr; margin: 0 auto clamp(3.5rem, 8vw, 8rem); max-width: var(--container); }
.differentiators-thumb { aspect-ratio: 4 / 5; max-width: 20rem; overflow: hidden; }
.differentiators-thumb img { height: 100%; object-fit: cover; transition: transform 1s var(--ease); width: 100%; }
.differentiators-thumb:hover img { transform: scale(1.04); }
.differentiators-copy h2 { margin-top: 1.6rem; max-width: 11ch; }
.editorial-grid { margin: 0 auto; max-width: var(--container); }
.editorial-item { border-top: 1px solid var(--line); min-height: 15rem; padding: 1.4rem 1.5rem 1.4rem 0; }
.editorial-item + .editorial-item { padding-left: 1.5rem; }
.item-number, .solution-arrow { color: var(--red); display: block; font-size: .72rem; letter-spacing: .12em; }
.editorial-item h3 { margin-top: 3.8rem; max-width: 8ch; }
.editorial-item p { font-size: .92rem; margin-top: .9rem; max-width: 15rem; }

.manifesto { display: grid; grid-template-columns: 1fr 1fr; min-height: min(85vh, 58rem); }
.manifesto-image img { height: 100%; object-fit: cover; width: 100%; }
.manifesto-content { align-self: center; max-width: 38rem; padding: var(--gutter); }
.manifesto-content h2 { margin: 2rem 0 2.5rem; }
.manifesto-content h2 em { color: #8f8f8b; }
.manifesto-content > p { color: rgba(255,255,255,.65); font-size: 1.05rem; max-width: 31rem; }
.manifesto-content .text-link { margin-top: 3rem; }

.projects-grid { align-items: start; display: grid; gap: clamp(2.5rem, 5vw, 7rem) clamp(1.2rem, 2vw, 2.5rem); grid-template-columns: repeat(4, minmax(0, 1fr)); margin: 0 auto; max-width: var(--container); }
.project-card, .project-card-large { display: block; grid-column: span 1; }
.project-card-offset { margin-top: 0; }
.project-image { overflow: hidden; }
.project-image img { aspect-ratio: 3 / 4; object-fit: cover; transition: transform .9s var(--ease); width: 100%; }
.project-card:hover .project-image img, .project-card:focus-visible .project-image img { transform: scale(1.04); }
.project-meta { border-bottom: 1px solid var(--line); padding: 1rem 0 1.1rem; position: relative; }
.project-meta > span:first-child { color: var(--red); font-size: .68rem; letter-spacing: .12em; text-transform: uppercase; }
.project-meta h3 { margin-top: .6rem; }
.project-arrow { color: var(--red); font-size: 1.4rem; position: absolute; right: 0; top: 1.1rem; transition: transform .4s var(--ease); }
.project-card:hover .project-arrow, .project-card:focus-visible .project-arrow { transform: translate(3px, -3px); }

.solutions { padding-bottom: calc(var(--section-y) + 1rem); padding-top: var(--section-y); }
.solutions .section-head { margin-bottom: clamp(3.5rem, 7vw, 7rem); }
.solutions .section-head h2 em { color: #888783; }
.solutions-grid { color: var(--white); }
.solution-item { border-bottom: 1px solid var(--line-light); border-top: 1px solid var(--line-light); min-height: 17rem; padding: 1.4rem 1.5rem; position: relative; transition: background .45s var(--ease), color .45s var(--ease), transform .45s var(--ease); }
.solution-item + .solution-item { border-left: 1px solid var(--line-light); }
.solution-item h3 { margin-top: 4rem; }
.solution-item p { color: rgba(255,255,255,.58); font-size: .9rem; margin-top: .9rem; max-width: 14rem; transition: color .45s var(--ease); }
.solution-arrow { bottom: 1.5rem; color: #f2b2ae; position: absolute; right: 1.5rem; }
.solution-item .item-number { color: #f2b2ae; transition: color .45s var(--ease); }
.solution-item:hover, .solution-item:focus-visible { background: var(--red); color: var(--white); transform: translateY(-9px); }
.solution-item:hover .item-number, .solution-item:focus-visible .item-number { color: var(--white); }
.solution-item:hover p, .solution-item:focus-visible p { color: rgba(255,255,255,.86); }

.process { background: var(--black); color: var(--white); height: 380vh; position: relative; }
.process-pin { height: 100vh; overflow: hidden; position: sticky; top: 0; }
.process-backdrop { background: center / cover no-repeat; filter: blur(24px); inset: -3%; opacity: .45; position: absolute; transform: scale(1.1); }
.process-overlay { background: linear-gradient(90deg, rgba(0,0,0,.92) 0%, rgba(0,0,0,.5) 42%, rgba(0,0,0,.12)), linear-gradient(180deg, rgba(0,0,0,.48), rgba(0,0,0,.42)); inset: 0; position: absolute; }
.process-layout { align-items: center; display: grid; gap: 5vw; grid-template-columns: minmax(19rem, .8fr) 1.7fr; height: 100%; margin: 0 auto; max-width: var(--container); padding: 4rem 0; position: relative; z-index: 1; }
.process-copy h2 { font-size: clamp(3rem, 4.6vw, 5.4rem); margin: 1.8rem 0 2rem; max-width: 8ch; }
.process-copy h2 em { color: #8f8f8b; }
.process-copy > p { color: rgba(255,255,255,.64); max-width: 22rem; }
.process-counter { align-items: baseline; display: flex; gap: .5rem; margin-top: 4rem; }
.process-counter span:first-child { color: #f2b2ae; font-family: 'Space Grotesk', sans-serif; font-size: 3.5rem; letter-spacing: -.08em; }
.process-counter span:last-child { color: rgba(255,255,255,.5); font-size: .8rem; }
.process-visual { height: 70vh; min-height: 30rem; position: relative; }
.process-panel { inset: 0; opacity: 0; position: absolute; transform: translateY(14%); transition: opacity .8s var(--ease), transform .9s var(--ease); }
.process-panel.is-active { opacity: 1; transform: translateY(0); }
.process-panel img { border-radius: 1.3rem; height: 100%; object-fit: cover; width: 100%; }
.process-panel::after { background: linear-gradient(180deg, transparent 40%, rgba(0,0,0,.82)); border-radius: 1.3rem; content: ''; inset: 0; position: absolute; }
.process-panel > div { bottom: 2rem; left: 2.2rem; max-width: 22rem; position: absolute; z-index: 2; }
.process-panel > div > span { color: #f2b2ae; font-size: .72rem; letter-spacing: .12em; }
.process-panel h3 { font-size: clamp(2rem, 4vw, 4.6rem); margin: .7rem 0 1rem; }
.process-panel p { color: rgba(255,255,255,.72); }

.section-mineral { background: #e8e5dd; display: grid; grid-template-columns: 1fr 1fr; min-height: 45rem; }
.details-content { align-self: center; max-width: 34rem; padding: var(--section-y) var(--gutter); }
.details-content h2 { margin: 2rem 0; }
.details-content > p { font-size: 1.05rem; max-width: 25rem; }
.details-tags { display: flex; flex-wrap: wrap; gap: .5rem; margin-top: 2rem; }
.details-tags span { border: 1px solid rgba(17,17,17,.24); font-size: .7rem; letter-spacing: .08em; padding: .5rem .75rem; text-transform: uppercase; }
.details-tabs { display: flex; gap: clamp(1.25rem, 3vw, 2rem); margin-top: 5rem; }
.details-tabs button { background: transparent; border: 0; border-bottom: 1px solid transparent; cursor: pointer; font-size: .78rem; padding: .5rem 0 .8rem; }
.details-tabs button.is-active { border-color: var(--red); color: var(--red); }
.details-image img { height: 100%; object-fit: cover; width: 100%; }

.gallery-section { overflow: hidden; padding-bottom: clamp(1.5rem, 2.5vw, 2.75rem); padding-left: 0; padding-right: 0; padding-top: clamp(4.5rem, 7vw, 7rem); }
.gallery-section .section-head { margin-bottom: clamp(2.5rem, 5vw, 5rem); padding: 0 var(--gutter); }
.infinite-gallery { display: flex; flex-direction: column; gap: 1.25rem; overflow: hidden; }
.gallery-lane { overflow: visible; width: max-content; }
.gallery-track { align-items: end; display: flex; gap: 2rem; width: max-content; }
.gallery-lane-two .gallery-track { align-items: start; }
.gallery-card { flex: 0 0 auto; margin: 0; overflow: hidden; }
.gallery-card img { border-radius: 1.25rem; height: 28rem; object-fit: cover; width: 28rem; }
.gallery-card-wide img { height: 25rem; width: 36rem; }
.gallery-card-tall img { height: 28rem; width: 25rem; }
.gallery-card img { transition: transform .8s var(--ease); }
.gallery-card:hover img { transform: scale(1.035); }
.gallery-signature { border-top: 1px solid var(--line); color: var(--black); font-family: 'Space Grotesk', sans-serif; font-size: clamp(1.25rem, 2.5vw, 2.4rem); letter-spacing: -.045em; line-height: 1; margin: clamp(2.5rem, 5vw, 5rem) auto 0; max-width: var(--container); padding: 1.5rem var(--gutter) 0; text-align: right; }
.gallery-signature em { color: var(--gray); font-style: normal; }

.section-red { background: var(--red); color: var(--white); }
.testimonial { align-items: center; display: flex; min-height: 46rem; overflow: hidden; padding: var(--section-y) var(--gutter); position: relative; }
.testimonial-mark { color: rgba(255,255,255,.18); font-family: Georgia, serif; font-size: 28rem; left: 8%; line-height: .7; position: absolute; top: 12%; }
.testimonial-content { align-items: center; display: grid; gap: clamp(3rem, 8vw, 8rem); grid-template-columns: minmax(0, 1fr) minmax(20rem, .9fr); margin: 0 auto; max-width: var(--container); position: relative; width: 100%; z-index: 1; }
.testimonial-copy { max-width: 38rem; position: relative; z-index: 1; }
.testimonial-content h2 { font-size: clamp(3.4rem, 8vw, 9rem); margin: 3rem 0; max-width: 10ch; }
.testimonial-content h2 em { color: rgba(255,255,255,.68); }
.testimonial-note { color: rgba(255,255,255,.68); font-size: .8rem; }
.testimonial-video-wrap { min-width: 0; position: relative; width: 100%; z-index: 1; }
.testimonial-video { aspect-ratio: 16 / 10; background: rgba(17,17,17,.18); overflow: hidden; position: relative; width: 100%; }
.testimonial-video video, .testimonial-video iframe { border: 0; display: block; height: 100%; object-fit: cover; width: 100%; }
.testimonial-video-embed > div { height: 100%; }
.testimonial-video-placeholder { align-items: flex-start; border: 1px solid rgba(255,255,255,.42); color: var(--white); display: flex; flex-direction: column; justify-content: space-between; padding: 1.4rem; }
.testimonial-video-label { color: #f2b2ae; font-size: .68rem; letter-spacing: .14em; }
.testimonial-video-placeholder p { color: rgba(255,255,255,.68); font-size: .82rem; max-width: 16rem; }
.testimonial-video-link { color: var(--white); font-size: .8rem; letter-spacing: .08em; text-transform: uppercase; }
.testimonial-video-link span { display: inline-block; margin-left: .55rem; transition: transform .35s var(--ease); }
.testimonial-video-link:hover span, .testimonial-video-link:focus-visible span { transform: translate(3px, -3px); }
.final-cta { color: var(--white); min-height: 90vh; overflow: hidden; position: relative; }
.final-cta > img { height: 100%; inset: 0; object-fit: cover; position: absolute; width: 100%; }
.final-cta-overlay { background: linear-gradient(90deg, var(--black) 0%, rgba(17,17,17,.08) 23%, rgba(17,17,17,.08) 77%, var(--black) 100%), linear-gradient(180deg, rgba(0,0,0,.18), rgba(0,0,0,.66)); inset: 0; position: absolute; }
.final-cta-content { align-items: center; display: flex; flex-direction: column; justify-content: center; margin: 0 auto; max-width: 48rem; min-height: 90vh; padding: 15vh var(--gutter); position: relative; text-align: center; z-index: 1; }
.final-cta-content h2 { margin: 2rem 0; }
.final-cta-content h2 em { color: #bebdb8; }
.final-cta-content p { color: rgba(255,255,255,.72); font-size: 1.05rem; margin-bottom: 2rem; max-width: 27rem; }

.site-footer { background: var(--black); color: var(--white); padding: 5rem var(--gutter) 1.5rem; }
.footer-main { display: grid; gap: 5rem; grid-template-columns: 2fr 1fr 1fr; margin: 0 auto 7rem; max-width: var(--container); }
.brand-footer { font-size: 2rem; }
.brand-footer img { height: 2.6rem; width: 2.6rem; }
.footer-brand > p { color: rgba(255,255,255,.58); margin-top: 1.8rem; }
.footer-column { display: flex; flex-direction: column; gap: .85rem; }
.footer-column .eyebrow { margin-bottom: .6rem; }
.footer-column a, .footer-pending { color: rgba(255,255,255,.7); font-size: .86rem; }
.footer-column a:hover, .footer-column a:focus-visible { color: #f2b2ae; }
.footer-pending { color: rgba(255,255,255,.38); }
.footer-bottom { border-top: 1px solid var(--line-light); color: rgba(255,255,255,.42); display: flex; font-size: .7rem; justify-content: space-between; margin: 0 auto; max-width: var(--container); padding-top: 1.3rem; }
.footer-bottom a:hover, .footer-bottom a:focus-visible { color: var(--white); }

/* Keep fixed theme elements below the WordPress Admin Bar for authenticated previews. */
body.admin-bar .site-header,
body.admin-bar .process-pin { top: 32px; }

@media screen and (max-width: 782px) {
  body.admin-bar .site-header,
  body.admin-bar .process-pin { top: 46px; }
  body.admin-bar .mobile-menu { inset: 46px 0 0; }
}

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