/*
Theme Name: Alpha EF2030
Theme URI: https://alphaef2030.com/
Author: Alpha EF2030 LLC
Description: A focused corporate landing page for Alpha EF2030 LLC.
Version: 1.0.1
Text Domain: alphaef2030
*/

:root {
  --paper: #fbf9f3;
  --cream: #f1ede2;
  --ink: #153a2e;
  --ink-soft: #52645d;
  --forest: #103b2d;
  --forest-deep: #08271e;
  --sage: #dfe6d3;
  --gold: #d5aa31;
  --line: #d8d8cd;
  --white: #fffef9;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: "Avenir Next", Avenir, "Helvetica Neue", Helvetica, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
}
body.admin-bar .site-header { top: 32px; }
a { color: inherit; text-decoration: none; }
p, h1, h2, h3, figure { margin: 0; }
main { min-width: 320px; overflow: hidden; }

.skip-link {
  position: fixed;
  top: .75rem;
  left: .75rem;
  z-index: 100000;
  padding: .75rem 1rem;
  background: var(--white);
  color: var(--forest-deep);
  border: 1px solid var(--forest);
  transform: translateY(-150%);
}
.skip-link:focus { transform: translateY(0); }

.site-header {
  position: absolute;
  inset: 0 0 auto;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: min(100% - 4rem, 1380px);
  margin: 0 auto;
  padding: 1.6rem 0;
  border-bottom: 1px solid rgba(21, 58, 46, .16);
}
.brand { display: inline-flex; align-items: center; gap: .7rem; letter-spacing: -.02em; }
.brand-mark {
  display: grid;
  place-items: center;
  width: 2.05rem;
  height: 2.05rem;
  border-radius: 50%;
  background: var(--forest);
  color: var(--white);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.35rem;
  line-height: 1;
}
.brand-name { font-size: .96rem; font-weight: 650; letter-spacing: .02em; text-transform: uppercase; }
.brand-name strong { color: #8a711b; font-weight: 650; }
nav { display: flex; align-items: center; gap: clamp(1.2rem, 2.8vw, 2.8rem); font-size: .76rem; font-weight: 600; letter-spacing: .1em; text-transform: uppercase; }
nav a:not(.nav-contact) { position: relative; padding: .6rem 0; }
nav a:not(.nav-contact)::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: .25rem;
  left: 0;
  height: 1px;
  background: var(--forest);
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 180ms ease;
}
nav a:hover::after, nav a:focus-visible::after { transform: scaleX(1); transform-origin: left; }
.nav-contact { padding: .7rem 1rem; border: 1px solid var(--forest); }

.hero {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(380px, .92fr);
  gap: clamp(2.5rem, 6vw, 7rem);
  min-height: 820px;
  width: min(100% - 4rem, 1380px);
  margin: 0 auto;
  padding: 9.6rem 0 5rem;
  align-items: center;
}
.hero-copy { min-width: 0; max-width: 760px; padding-top: 1.5rem; animation: reveal 700ms ease both; }
.eyebrow { display: flex; align-items: center; gap: .8rem; margin-bottom: 1.75rem; color: #806b25; font-size: .7rem; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; }
.eyebrow::before { content: ""; width: 2.2rem; height: 1px; background: var(--gold); }
h1, h2 { font-family: "Iowan Old Style", Baskerville, "Times New Roman", serif; font-weight: 400; letter-spacing: -.045em; }
h1 { max-width: 12.5ch; font-size: clamp(3.7rem, 6.7vw, 7.2rem); line-height: .94; }
.hero-intro { max-width: 660px; margin-top: 2.2rem; color: var(--ink-soft); font-size: clamp(1.03rem, 1.4vw, 1.24rem); line-height: 1.65; }
.hero-actions { display: flex; align-items: center; gap: 2rem; margin-top: 2.6rem; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 2.2rem; min-height: 3.55rem; padding: .9rem 1.15rem .9rem 1.4rem; font-size: .78rem; font-weight: 650; letter-spacing: .09em; text-transform: uppercase; transition: background 180ms ease, color 180ms ease, transform 180ms ease; }
.button-primary { background: var(--forest); color: var(--white); }
.button:hover, .button:focus-visible { background: var(--gold); color: var(--forest-deep); transform: translateY(-2px); }
.text-link, .contact-email { text-decoration: underline; text-decoration-color: rgba(21, 58, 46, .35); text-underline-offset: .4rem; text-decoration-thickness: 1px; }
.text-link { font-size: .84rem; font-weight: 620; }
.hero-footnote { display: flex; flex-wrap: wrap; gap: .7rem 2rem; margin-top: 4rem; padding-top: 1rem; border-top: 1px solid var(--line); color: var(--ink-soft); font-size: .75rem; letter-spacing: .08em; text-transform: uppercase; }

.hero-visual { position: relative; align-self: stretch; min-height: 650px; margin-right: calc((min(100vw - 4rem, 1380px) - 100vw) / 2); animation: reveal 850ms 120ms ease both; }
.hero-photo { position: absolute; inset: 0; min-height: 650px; background-repeat: no-repeat; background-position: right center; background-size: 245% auto; border-radius: 11rem 0 0 0; }
.hero-visual::after { content: "EC \2192  AZ"; position: absolute; top: 1.25rem; right: 1.25rem; padding: .55rem .7rem; background: rgba(8, 39, 30, .86); color: var(--white); font-family: Consolas, "Courier New", monospace; font-size: .68rem; letter-spacing: .12em; }
.hero-visual figcaption { position: absolute; right: 1.25rem; bottom: 1.25rem; left: 1.25rem; display: flex; justify-content: space-between; padding-top: .85rem; border-top: 1px solid rgba(255, 255, 255, .6); color: var(--white); font-size: .68rem; font-weight: 600; letter-spacing: .1em; text-transform: uppercase; text-shadow: 0 1px 8px rgba(0, 0, 0, .45); }

.signal-strip { display: grid; grid-template-columns: repeat(3, 1fr); background: var(--forest); color: var(--white); }
.signal-strip span { padding: 1.25rem 2rem; border-right: 1px solid rgba(255, 255, 255, .16); font-size: .7rem; font-weight: 600; letter-spacing: .13em; text-align: center; text-transform: uppercase; }
.section { width: min(100% - 4rem, 1240px); margin: 0 auto; padding: clamp(6rem, 10vw, 10rem) 0; }
.section-label { display: flex; align-items: baseline; gap: .8rem; color: #7b722e; font-size: .68rem; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.section-label span, .capability-number, .principles span { font-family: Consolas, "Courier New", monospace; }
.about { display: grid; grid-template-columns: 240px 1fr; gap: clamp(2rem, 6vw, 8rem); }
.about-content h2, .section-heading h2, .approach-heading h2 { max-width: 16ch; font-size: clamp(2.8rem, 5vw, 5.4rem); line-height: 1.02; }
.about-columns { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: clamp(2rem, 5vw, 5rem); margin-top: 3.5rem; padding-top: 2rem; border-top: 1px solid var(--line); color: var(--ink-soft); font-size: 1rem; line-height: 1.75; }

.capabilities { border-top: 1px solid var(--line); }
.section-heading { display: grid; grid-template-columns: 240px 1fr; gap: clamp(2rem, 6vw, 8rem); margin-bottom: clamp(3.5rem, 7vw, 6rem); }
.capability-list { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); border-top: 1px solid var(--ink); }
.capability { display: grid; grid-template-columns: 3rem 1fr; gap: .4rem 1.3rem; min-height: 235px; padding: 2.1rem 2.5rem 2.4rem 0; border-bottom: 1px solid var(--line); }
.capability:nth-child(odd) { margin-right: 2.5rem; border-right: 1px solid var(--line); }
.capability-number { grid-row: span 2; color: #8a711b; font-size: .72rem; }
.capability h3 { font-family: "Iowan Old Style", Baskerville, "Times New Roman", serif; font-size: clamp(1.55rem, 2.4vw, 2.25rem); font-weight: 400; letter-spacing: -.025em; }
.capability > p:last-child { align-self: end; max-width: 36rem; color: var(--ink-soft); line-height: 1.65; }

.corridor { display: grid; grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr); gap: clamp(4rem, 9vw, 10rem); padding: clamp(6rem, 10vw, 10rem) max(2rem, calc((100vw - 1240px) / 2)); background: var(--forest-deep); color: var(--white); }
.eyebrow-light { color: #dfc85b; }
.corridor h2 { max-width: 10ch; font-size: clamp(3rem, 5.2vw, 5.8rem); line-height: .98; }
.corridor-copy > p:last-child { max-width: 34rem; margin-top: 2.2rem; color: rgba(255, 255, 255, .68); line-height: 1.75; }
.route { display: grid; grid-template-columns: auto 1fr auto; align-items: center; align-self: center; }
.route-point { position: relative; min-width: 145px; padding-top: 2.2rem; }
.route-point-end { text-align: right; }
.route-dot { position: absolute; top: 0; left: 0; width: .75rem; height: .75rem; border: 2px solid var(--forest-deep); border-radius: 50%; background: var(--gold); outline: 1px solid var(--gold); outline-offset: 4px; }
.route-point-end .route-dot { right: 0; left: auto; }
.route-point p { font-family: "Iowan Old Style", Baskerville, "Times New Roman", serif; font-size: 1.5rem; }
.route-point small { display: block; margin-top: .45rem; color: rgba(255, 255, 255, .54); font-size: .68rem; letter-spacing: .08em; text-transform: uppercase; }
.route-line { position: relative; height: 1px; margin: -2rem 1rem 0; background: rgba(255, 255, 255, .35); }
.route-line span { position: absolute; top: -2px; left: 15%; width: 5px; height: 5px; border-radius: 50%; background: var(--gold); }

.approach-heading { align-items: start; }
.approach-heading > div:last-child > p { max-width: 39rem; margin-top: 1.8rem; color: var(--ink-soft); line-height: 1.7; }
.principles { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); margin: 0; padding: 0; border-top: 1px solid var(--ink); list-style: none; }
.principles li { display: flex; flex-direction: column; justify-content: space-between; min-height: 165px; padding: 1.5rem; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.principles li:nth-child(3n) { border-right: 0; }
.principles span { color: #8a711b; font-size: .68rem; }
.principles strong { font-family: "Iowan Old Style", Baskerville, "Times New Roman", serif; font-size: clamp(1.35rem, 2vw, 1.8rem); font-weight: 400; }

.contact { padding: clamp(6rem, 11vw, 11rem) max(2rem, calc((100vw - 1240px) / 2)); background: var(--sage); }
.contact-kicker { display: flex; align-items: center; gap: .75rem; color: #72651f; font-size: .7rem; font-weight: 700; letter-spacing: .15em; text-transform: uppercase; }
.contact-kicker span { width: .55rem; height: .55rem; border-radius: 50%; background: var(--gold); }
.contact h2 { max-width: 17ch; margin-top: 2rem; font-size: clamp(3rem, 6vw, 6.5rem); line-height: .98; }
.contact-email { display: inline-block; margin-top: 3.3rem; font-size: clamp(1.1rem, 2.2vw, 1.7rem); }
.contact-location { margin-top: 4rem; padding-top: 1.1rem; border-top: 1px solid rgba(21, 58, 46, .28); color: var(--ink-soft); font-size: .74rem; letter-spacing: .09em; text-transform: uppercase; }

footer { display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 2rem; padding: 2rem max(2rem, calc((100vw - 1380px) / 2)); background: var(--forest-deep); color: rgba(255, 255, 255, .72); font-size: .68rem; letter-spacing: .08em; text-transform: uppercase; }
.brand-footer { color: var(--white); }
.brand-footer .brand-mark { background: var(--gold); color: var(--forest-deep); }
footer p:last-child { text-align: right; }
a:focus-visible { outline: 2px solid var(--gold); outline-offset: 4px; }

@keyframes reveal { from { opacity: 0; transform: translateY(18px); } to { opacity: 1; transform: translateY(0); } }

@media (max-width: 980px) {
  body.admin-bar .site-header { top: 32px; }
  .site-header, .hero, .section { width: min(100% - 2.5rem, 760px); }
  nav a:not(.nav-contact) { display: none; }
  .hero { grid-template-columns: 1fr; gap: 3.5rem; min-height: auto; padding-top: 9rem; }
  .hero-copy { padding-top: 0; }
  .hero-visual { min-height: 670px; margin-right: calc((min(100vw - 2.5rem, 760px) - 100vw) / 2); margin-left: 8vw; }
  .hero-photo { min-height: 670px; background-size: 205% auto; }
  .about, .section-heading, .corridor { grid-template-columns: 1fr; }
  .about, .section-heading { gap: 2.5rem; }
  .corridor { gap: 5rem; }
  .principles { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .principles li:nth-child(3n) { border-right: 1px solid var(--line); }
  .principles li:nth-child(2n) { border-right: 0; }
  footer { grid-template-columns: 1fr 1fr; }
  footer > p:first-of-type { display: none; }
}

@media (max-width: 782px) { body.admin-bar .site-header { top: 46px; } }

@media (max-width: 700px) {
  .site-header { padding-top: 1.2rem; }
  .brand-name { font-size: .84rem; }
  .nav-contact { padding: .65rem .8rem; }
  .hero { width: min(100% - 2rem, 540px); padding-top: 7.8rem; }
  h1 { max-width: 100%; font-size: clamp(2.2rem, 11.5vw, 4.8rem); overflow-wrap: break-word; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 1.4rem; }
  .hero-footnote { margin-top: 2.7rem; }
  .hero-visual { min-height: 560px; margin-right: calc((min(100vw - 2rem, 540px) - 100vw) / 2); margin-left: 1.2rem; }
  .hero-photo { min-height: 560px; background-size: 230% auto; border-radius: 7rem 0 0 0; }
  .signal-strip { grid-template-columns: 1fr; }
  .signal-strip span { border-right: 0; border-bottom: 1px solid rgba(255, 255, 255, .14); }
  .section { width: min(100% - 2rem, 540px); }
  .about-columns, .capability-list { grid-template-columns: 1fr; }
  .capability, .capability:nth-child(odd) { min-height: 210px; margin-right: 0; padding-right: 0; border-right: 0; }
  .corridor, .contact { padding-right: 1rem; padding-left: 1rem; }
  .route { grid-template-columns: 1fr; gap: 1.6rem; }
  .route-line { width: 1px; height: 75px; margin: 0 0 0 .35rem; }
  .route-line span { top: 35%; left: -2px; }
  .route-point-end { text-align: left; }
  .route-point-end .route-dot { right: auto; left: 0; }
  .principles { grid-template-columns: 1fr; }
  .principles li, .principles li:nth-child(2n), .principles li:nth-child(3n) { min-height: 130px; border-right: 0; }
  footer { grid-template-columns: 1fr; }
  footer p:last-child { text-align: left; }
}

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