@font-face {
  font-family: "Bodoni Moda";
  font-style: normal;
  font-weight: 400 900;
  font-display: swap;
  src: url("../assets/fonts/bodoni-moda-latin.woff2") format("woff2");
}
@font-face {
  font-family: "Bodoni Moda";
  font-style: normal;
  font-weight: 400 900;
  font-display: swap;
  src: url("../assets/fonts/bodoni-moda-latin-ext.woff2") format("woff2");
  unicode-range: U+0100-02BA, U+1E00-1E9F;
}
@font-face {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 300 800;
  font-display: swap;
  src: url("../assets/fonts/manrope-latin.woff2") format("woff2");
}
@font-face {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 300 800;
  font-display: swap;
  src: url("../assets/fonts/manrope-latin-ext.woff2") format("woff2");
  unicode-range: U+0100-02BA, U+1E00-1E9F;
}

:root {
  --green: #092d26;
  --deep: #041713;
  --night: #071d18;
  --gold: #d6ad76;
  --paper: #f5f1e8;
  --white: #fff;
  --ink: #132923;
  --serif: "Bodoni Moda", Georgia, serif;
  --sans: "Manrope", Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--sans);
  font-weight: 400;
  overflow-x: hidden;
}
body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 999;
  opacity: .035;
  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='.85' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.8'/%3E%3C/svg%3E");
}
a { color: inherit; }
.skip-link {
  position: fixed;
  z-index: 1000;
  left: 1rem;
  top: -5rem;
  padding: .75rem 1rem;
  color: var(--deep);
  background: var(--gold);
}
.skip-link:focus { top: 1rem; }

.variant-switcher {
  position: fixed;
  right: 1rem;
  bottom: 1rem;
  z-index: 100;
  display: flex;
  gap: .1rem;
  padding: .3rem;
  background: rgba(4, 23, 19, .8);
  border: 1px solid rgba(214, 173, 118, .3);
  backdrop-filter: blur(14px);
}
.variant-switcher a {
  padding: .55rem .62rem;
  color: rgba(255, 255, 255, .48);
  font-size: .6rem;
  letter-spacing: .15em;
  text-decoration: none;
  text-transform: uppercase;
}
.variant-switcher a:hover,
.variant-switcher a.active { color: var(--gold); }

.site-header {
  position: absolute;
  inset: 0 0 auto;
  z-index: 20;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  padding: 1.4rem clamp(1.2rem, 4vw, 4.5rem);
  color: var(--white);
}
.wordmark {
  width: max-content;
  color: inherit;
  line-height: 1;
  text-align: center;
  text-decoration: none;
}
.wordmark span {
  display: block;
  font-size: 1.3rem;
  font-weight: 300;
  letter-spacing: .48em;
}
.wordmark small {
  display: block;
  margin-top: .42rem;
  color: var(--gold);
  font-size: .44rem;
  font-weight: 600;
  letter-spacing: .25em;
  text-transform: uppercase;
}
.main-nav { display: flex; gap: 2rem; }
.main-nav a,
.header-contact {
  color: rgba(255, 255, 255, .68);
  font-size: .73rem;
  text-decoration: none;
  transition: color .25s ease;
}
.main-nav a:hover,
.header-contact:hover { color: var(--gold); }
.header-contact { justify-self: end; }
.header-contact span { margin-left: .45rem; color: var(--gold); }

.hero {
  position: relative;
  min-height: 100vh;
  min-height: 100svh;
  isolation: isolate;
  overflow: hidden;
  color: var(--white);
  background:
    radial-gradient(circle at 77% 42%, rgba(31, 104, 88, .23), transparent 29%),
    linear-gradient(135deg, #0a3028, var(--deep) 54%, #03110e);
}
.hero-grid {
  position: absolute;
  inset: 0;
  opacity: .07;
  background-image:
    linear-gradient(rgba(255,255,255,.7) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.7) 1px, transparent 1px);
  background-size: 7.5vw 7.5vw;
  mask-image: linear-gradient(to right, black, transparent 75%);
}
.hero-glow {
  position: absolute;
  left: var(--mouse-x, 70%);
  top: var(--mouse-y, 42%);
  width: 36rem;
  height: 36rem;
  border-radius: 50%;
  background: rgba(214, 173, 118, .09);
  filter: blur(100px);
  transform: translate(-50%, -50%);
  transition: left .35s ease-out, top .35s ease-out;
}
.hero-copy {
  position: relative;
  z-index: 5;
  width: min(93rem, calc(100% - 2.4rem));
  min-height: 100svh;
  margin: 0 auto;
  padding: clamp(8rem, 17vh, 11rem) 0 10rem;
}
.kicker,
.eyebrow {
  color: var(--gold);
  font-size: .62rem;
  font-weight: 700;
  letter-spacing: .3em;
  text-transform: uppercase;
}
.hero h1 {
  position: relative;
  z-index: 5;
  margin: 1.6rem 0 2.2rem;
  max-width: 11ch;
  font-family: var(--serif);
  font-size: clamp(3.5rem, 7.4vw, 7.2rem);
  font-weight: 450;
  letter-spacing: -.045em;
  line-height: .88;
}
.hero h1 em {
  color: var(--gold);
  font-weight: 400;
}
.hero-bottom {
  position: relative;
  z-index: 8;
  max-width: 35rem;
  margin-left: clamp(0rem, 8vw, 8rem);
}
.hero-bottom > p {
  max-width: 34rem;
  margin: 0 0 1.7rem;
  color: rgba(255,255,255,.65);
  font-size: clamp(.9rem, 1.2vw, 1.03rem);
  line-height: 1.75;
}
.hero-actions { display: flex; flex-wrap: wrap; gap: .65rem; }
.button {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  min-width: 13.5rem;
  padding: 1rem 1.15rem;
  font-size: .7rem;
  font-weight: 700;
  letter-spacing: .09em;
  text-decoration: none;
  text-transform: uppercase;
  transition: background .3s ease, color .3s ease, transform .3s ease;
}
.button:hover { transform: translateY(-2px); }
.button-light { background: var(--paper); color: var(--deep); }
.button-light:hover { background: var(--gold); }
.button-ghost { border: 1px solid rgba(255,255,255,.23); color: var(--white); }
.button-ghost:hover { border-color: var(--gold); color: var(--gold); }

.hero-portrait {
  --portrait-x: 0px;
  --portrait-y: 0px;
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0;
  bottom: 0;
  width: min(78vw, 78rem);
  overflow: hidden;
  -webkit-mask-image: linear-gradient(to right, transparent 0%, rgba(0,0,0,.28) 19%, #000 46%);
  mask-image: linear-gradient(to right, transparent 0%, rgba(0,0,0,.28) 19%, #000 46%);
  transform: translate(var(--portrait-x), var(--portrait-y));
  transition: transform .45s ease-out;
}
.hero-portrait img {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 70% center;
  filter: saturate(.82) contrast(1.03);
}
.portrait-halo {
  position: absolute;
  z-index: 3;
  right: 4%;
  top: 11%;
  width: 48%;
  aspect-ratio: 1;
  border: 1px solid rgba(214,173,118,.28);
  border-radius: 50%;
}
.portrait-halo::before,
.portrait-halo::after {
  content: "";
  position: absolute;
  inset: 8%;
  border: 1px solid rgba(214,173,118,.14);
  border-radius: inherit;
}
.portrait-halo::after {
  inset: 20%;
  border-style: dashed;
  animation: rotate 24s linear infinite;
}
.portrait-index {
  position: absolute;
  z-index: 4;
  right: 6%;
  top: 11%;
  color: rgba(255,255,255,.42);
  font-size: .58rem;
  letter-spacing: .22em;
}
.portrait-note {
  position: absolute;
  z-index: 4;
  right: 5%;
  bottom: 15%;
  margin: 0;
  padding-left: 1rem;
  border-left: 1px solid var(--gold);
  color: rgba(255,255,255,.62);
  font-size: .6rem;
  letter-spacing: .14em;
  line-height: 1.8;
  text-transform: uppercase;
}
.orbit {
  position: absolute;
  z-index: 1;
  border: 1px solid rgba(214,173,118,.1);
  border-radius: 50%;
}
.orbit-a { right: 5vw; top: 11vh; width: 42vw; aspect-ratio: 1; }
.orbit-b { right: 11vw; top: 23vh; width: 27vw; aspect-ratio: 1; border-style: dashed; animation: rotate 48s linear infinite reverse; }
.orbit-dot {
  position: absolute;
  z-index: 1;
  right: 29.5vw;
  top: 18vh;
  width: .45rem;
  height: .45rem;
  border-radius: 50%;
  background: var(--gold);
  box-shadow: 0 0 1.5rem var(--gold);
  animation: pulse 3s ease-in-out infinite;
}
.hero-stats {
  position: absolute;
  z-index: 10;
  left: clamp(1.2rem, 3.5vw, 4.5rem);
  right: clamp(1.2rem, 3.5vw, 4.5rem);
  bottom: 1.6rem;
  display: flex;
  width: min(41rem, 50vw);
  border-top: 1px solid rgba(255,255,255,.16);
}
.hero-stats div {
  flex: 1;
  padding: 1rem 1.4rem 0 0;
}
.hero-stats strong {
  display: block;
  color: var(--gold);
  font-family: var(--serif);
  font-size: 1.7rem;
  font-weight: 500;
}
.hero-stats span {
  display: block;
  margin-top: .2rem;
  color: rgba(255,255,255,.42);
  font-size: .52rem;
  letter-spacing: .15em;
  text-transform: uppercase;
}
.scroll-cue {
  position: absolute;
  z-index: 10;
  right: 2.4rem;
  bottom: 2rem;
  color: rgba(255,255,255,.45);
  font-size: .58rem;
  letter-spacing: .2em;
  text-decoration: none;
  text-transform: uppercase;
}
.scroll-cue span { margin-left: .65rem; color: var(--gold); }
.hero-in { opacity: 0; animation: heroRise .95s cubic-bezier(.2,.75,.25,1) forwards; }
.delay-1 { animation-delay: .1s; }
.delay-2 { animation-delay: .22s; }
.delay-3 { animation-delay: .4s; }

.marquee {
  overflow: hidden;
  padding: .9rem 0;
  border-block: 1px solid rgba(9,45,38,.14);
  background: var(--gold);
  color: var(--deep);
}
.marquee-track {
  display: flex;
  width: max-content;
  gap: 2rem;
  align-items: center;
  animation: marquee 22s linear infinite;
}
.marquee span {
  font-size: .66rem;
  font-weight: 800;
  letter-spacing: .38em;
}
.marquee i { font-size: .42rem; }

.section-shell {
  width: min(82rem, calc(100% - 2.5rem));
  margin: 0 auto;
  padding: clamp(5rem, 10vw, 9rem) 0;
}
.section-number {
  padding-bottom: 1rem;
  border-bottom: 1px solid rgba(9,45,38,.16);
  color: rgba(9,45,38,.48);
  font-size: .58rem;
  font-weight: 700;
  letter-spacing: .2em;
  text-transform: uppercase;
}
.statement-grid {
  display: grid;
  grid-template-columns: 1.2fr .8fr;
  gap: clamp(3rem, 9vw, 9rem);
  align-items: end;
  padding: clamp(3.2rem, 6vw, 6rem) 0;
}
.statement h2,
.expertise h2,
.contact h2 {
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(2.8rem, 5vw, 5.4rem);
  font-weight: 450;
  letter-spacing: -.045em;
  line-height: .97;
}
.statement h2 em,
.expertise h2 em,
.contact h2 em { color: #a97f47; font-weight: 450; }
.statement-copy p {
  margin: 0;
  color: rgba(19,41,35,.68);
  font-size: .98rem;
  line-height: 1.85;
}
.text-link {
  display: inline-flex;
  gap: 1.4rem;
  align-items: center;
  margin-top: 2rem;
  padding-bottom: .45rem;
  border-bottom: 1px solid var(--gold);
  font-size: .7rem;
  font-weight: 800;
  letter-spacing: .12em;
  text-decoration: none;
  text-transform: uppercase;
}
.statement-image { margin: 0; }
.statement-image img {
  display: block;
  width: 100%;
  aspect-ratio: 2.1 / 1;
  object-fit: cover;
  filter: saturate(.72);
}
.statement-image figcaption {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  padding-top: .8rem;
  color: rgba(9,45,38,.48);
  font-size: .56rem;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.expertise {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 90% 10%, rgba(214,173,118,.12), transparent 25%),
    var(--green);
  color: var(--white);
}
.expertise::before {
  content: "ARTEO";
  position: absolute;
  right: -1rem;
  top: 2rem;
  color: transparent;
  font-family: var(--serif);
  font-size: clamp(8rem, 23vw, 22rem);
  letter-spacing: -.07em;
  line-height: 1;
  -webkit-text-stroke: 1px rgba(255,255,255,.045);
}
.section-number-light { border-color: rgba(255,255,255,.14); color: rgba(255,255,255,.42); }
.expertise-head {
  position: relative;
  display: grid;
  grid-template-columns: 1fr .45fr;
  gap: 5rem;
  align-items: end;
  padding: 4.5rem 0 5rem;
}
.expertise h2 em { color: var(--gold); }
.expertise-head p {
  color: rgba(255,255,255,.6);
  font-size: .93rem;
  line-height: 1.8;
}
.expertise-list { position: relative; border-top: 1px solid rgba(255,255,255,.16); }
.expertise-row {
  display: grid;
  grid-template-columns: .2fr .7fr 1fr auto;
  gap: 2rem;
  align-items: center;
  padding: 1.8rem .2rem;
  border-bottom: 1px solid rgba(255,255,255,.16);
  text-decoration: none;
  transition: padding .35s ease, background .35s ease;
}
.expertise-row:hover {
  padding-inline: 1.2rem;
  background: rgba(255,255,255,.045);
}
.expertise-row .row-index {
  color: var(--gold);
  font-size: .62rem;
  letter-spacing: .2em;
}
.expertise-row h3 {
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(2rem, 4vw, 4rem);
  font-weight: 450;
}
.expertise-row p { color: rgba(255,255,255,.52); font-size: .75rem; }
.row-arrow {
  display: grid;
  width: 2.7rem;
  aspect-ratio: 1;
  place-items: center;
  border: 1px solid rgba(255,255,255,.22);
  border-radius: 50%;
  color: var(--gold);
  transition: transform .35s ease, background .35s ease;
}
.expertise-row:hover .row-arrow { transform: rotate(45deg); background: var(--gold); color: var(--green); }

.process-layout {
  display: grid;
  grid-template-columns: .72fr 1fr;
  gap: clamp(3rem, 9vw, 9rem);
  padding-top: 5rem;
}
.process-intro { position: sticky; top: 8rem; height: max-content; }
.process-intro h2 {
  margin: 1.4rem 0 0;
  font-family: var(--serif);
  font-size: clamp(2.8rem, 4.5vw, 4.8rem);
  font-weight: 450;
  line-height: 1;
  letter-spacing: -.04em;
}
.process-steps { margin: 0; padding: 0; list-style: none; }
.process-steps li {
  display: grid;
  grid-template-columns: 4.5rem 1fr;
  gap: 1rem;
  min-height: 14rem;
  padding: 2.2rem 0;
  border-bottom: 1px solid rgba(9,45,38,.17);
}
.process-steps li > span {
  color: #a97f47;
  font-family: var(--serif);
  font-size: 1.7rem;
}
.process-steps h3 {
  margin: 0 0 1rem;
  font-family: var(--serif);
  font-size: 2.2rem;
  font-weight: 500;
}
.process-steps p {
  max-width: 29rem;
  margin: 0;
  color: rgba(19,41,35,.64);
  line-height: 1.75;
}

.paths { display: grid; grid-template-columns: 1fr 1fr; }
.path-card {
  position: relative;
  min-height: 39rem;
  padding: clamp(2.2rem, 5vw, 5rem);
  overflow: hidden;
  text-decoration: none;
}
.path-card::before {
  content: "";
  position: absolute;
  inset: 0;
  transition: transform 1s cubic-bezier(.2,.7,.25,1);
}
.path-card:hover::before { transform: scale(1.04); }
.path-company { color: var(--white); }
.path-company::before {
  background:
    linear-gradient(to top, rgba(4,23,19,.9), rgba(4,23,19,.28)),
    url("../assets/img/enterprise.webp") center / cover;
}
.path-partner { color: var(--ink); background: var(--gold); }
.path-partner::before {
  opacity: .15;
  background:
    linear-gradient(to top, var(--gold), transparent),
    url("../assets/img/partnership.webp") center / cover;
  mix-blend-mode: multiply;
}
.path-card > * { position: relative; z-index: 2; }
.path-label {
  font-size: .6rem;
  font-weight: 800;
  letter-spacing: .25em;
  text-transform: uppercase;
}
.path-card h2 {
  margin: clamp(10rem, 20vw, 17rem) 0 1.3rem;
  font-family: var(--serif);
  font-size: clamp(3rem, 5vw, 5rem);
  font-weight: 450;
  line-height: .95;
  letter-spacing: -.04em;
}
.path-card p { max-width: 30rem; line-height: 1.7; opacity: .7; }
.path-go {
  display: flex;
  justify-content: space-between;
  margin-top: 2.4rem;
  padding-top: 1rem;
  border-top: 1px solid currentColor;
  font-size: .65rem;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.contact {
  position: relative;
  overflow: hidden;
  padding: clamp(6rem, 12vw, 10rem) 1.25rem;
  color: var(--white);
  text-align: center;
  background: var(--deep);
}
.contact h2 { margin-top: 1.5rem; }
.contact h2 em { color: var(--gold); }
.contact-link {
  display: inline-flex;
  gap: 1.5rem;
  margin-top: 3rem;
  padding-bottom: .55rem;
  border-bottom: 1px solid var(--gold);
  color: var(--white);
  font-size: clamp(.95rem, 2vw, 1.35rem);
  text-decoration: none;
}
.contact-link span { color: var(--gold); }
.contact-orbit {
  position: absolute;
  left: 50%;
  top: 50%;
  width: min(55rem, 80vw);
  aspect-ratio: 1;
  border: 1px solid rgba(214,173,118,.1);
  border-radius: 50%;
  transform: translate(-50%,-50%);
}
.contact-orbit::before,
.contact-orbit::after {
  content: "";
  position: absolute;
  inset: 14%;
  border: 1px dashed rgba(214,173,118,.08);
  border-radius: inherit;
}
.contact-orbit::after { inset: 31%; }

.site-footer {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: end;
  gap: 2rem;
  padding: 3rem clamp(1.25rem,4vw,4rem);
  color: rgba(255,255,255,.45);
  background: var(--green);
  font-size: .6rem;
  letter-spacing: .1em;
  text-transform: uppercase;
}
.wordmark-footer { color: var(--white); }
.site-footer p { margin: 0; }
.site-footer div { justify-self: end; display: flex; gap: 1.5rem; }
.site-footer div a { text-decoration: none; }

.reveal {
  opacity: 0;
  transform: translateY(2.2rem);
  transition: opacity .85s ease, transform .85s cubic-bezier(.2,.75,.25,1);
}
.reveal.delay { transition-delay: .12s; }
.reveal.visible { opacity: 1; transform: none; }

@keyframes rotate { to { transform: rotate(1turn); } }
@keyframes pulse { 50% { opacity: .3; transform: scale(.7); } }
@keyframes heroRise { from { opacity: 0; transform: translateY(1.8rem); } to { opacity: 1; transform: none; } }
@keyframes marquee { to { transform: translateX(-50%); } }

@media (max-width: 900px) {
  .site-header { grid-template-columns: 1fr 1fr; }
  .main-nav { display: none; }
  .hero-copy { padding-top: 8.5rem; }
  .hero h1 { max-width: 10ch; font-size: clamp(3.5rem, 12vw, 6rem); }
  .hero-portrait {
    width: 100%;
    opacity: .58;
    -webkit-mask-image: linear-gradient(to right, transparent 0%, rgba(0,0,0,.2) 38%, #000 78%);
    mask-image: linear-gradient(to right, transparent 0%, rgba(0,0,0,.2) 38%, #000 78%);
  }
  .hero-portrait img { object-position: 68% center; }
  .hero-bottom { margin-left: 0; }
  .hero-stats { width: calc(100% - 2.4rem); }
  .scroll-cue { display: none; }
  .statement-grid,
  .expertise-head,
  .process-layout { grid-template-columns: 1fr; gap: 2.5rem; }
  .process-intro { position: static; }
  .expertise-row { grid-template-columns: 3rem 1fr auto; }
  .expertise-row p { display: none; }
  .paths { grid-template-columns: 1fr; }
  .path-card { min-height: 32rem; }
  .site-footer { grid-template-columns: 1fr 1fr; }
  .site-footer p { display: none; }
}

@media (max-width: 600px) {
  .variant-switcher { right: .55rem; bottom: .55rem; }
  .variant-switcher a { padding: .5rem; }
  .site-header { padding: 1.2rem; }
  .header-contact { font-size: 0; }
  .header-contact span { font-size: 1rem; }
  .hero { min-height: 58rem; }
  .hero-copy { width: calc(100% - 2rem); min-height: 58rem; padding-bottom: 12rem; }
  .hero h1 { font-size: clamp(3.15rem, 16vw, 5rem); }
  .hero-portrait {
    inset: 0;
    width: 100%;
    opacity: .45;
    -webkit-mask-image: linear-gradient(to right, transparent 0%, rgba(0,0,0,.08) 40%, #000 100%);
    mask-image: linear-gradient(to right, transparent 0%, rgba(0,0,0,.08) 40%, #000 100%);
  }
  .hero-portrait img { object-position: 67% center; }
  .portrait-note,
  .portrait-index { display: none; }
  .hero-actions { flex-direction: column; align-items: flex-start; }
  .button { width: 100%; }
  .hero-stats { bottom: 1.1rem; }
  .hero-stats div { padding-right: .35rem; }
  .hero-stats strong { font-size: 1.35rem; }
  .hero-stats span { font-size: .42rem; }
  .statement-grid { padding-block: 3rem; }
  .statement-image img { aspect-ratio: 4 / 3; }
  .statement-image figcaption span:last-child { display: none; }
  .expertise-head { padding: 3rem 0; }
  .expertise-row { gap: .7rem; }
  .process-steps li { grid-template-columns: 3rem 1fr; min-height: auto; }
  .path-card { min-height: 30rem; }
  .path-card h2 { margin-top: 10rem; }
  .site-footer { display: block; padding-bottom: 5rem; }
  .site-footer div { margin-top: 2rem; justify-content: flex-start; }
}

@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, .hero-in { opacity: 1; transform: none; }
}
