:root {
  color-scheme: dark;
  --ink: #111210;
  --paper: #eceae4;
  --cream: #f3f0e9;
  --orange: #ae674d;
  --muted: #b9b4a9;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--ink); color: var(--cream); font-family: "DM Sans", Arial, sans-serif; }
a { color: inherit; text-decoration: none; }
button, a { -webkit-tap-highlight-color: transparent; }
a:focus-visible { outline: 2px solid var(--orange); outline-offset: 5px; }
.skip-link { position: absolute; z-index: 20; top: -80px; left: 16px; padding: 12px 16px; background: var(--cream); color: var(--ink); }
.skip-link:focus { top: 12px; }

.site-header { height: 100px; max-width: 1600px; margin: auto; padding: 0 5.2%; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid #ffffff25; }
.brand { display: inline-flex; align-items: center; gap: 11px; font: 800 21px/.85 "Barlow Condensed", Impact, sans-serif; letter-spacing: .025em; }
.brand-mark { display: grid; place-items: center; width: 38px; height: 38px; border: 1px solid var(--orange); color: var(--orange); font: 700 15px/1 "DM Sans", sans-serif; letter-spacing: -.08em; }
.brand-dot, .footer-brand span { color: var(--orange); }
nav { display: flex; align-items: center; gap: 42px; font-size: 13px; font-weight: 700; }
nav a { transition: color .2s; }
nav a:hover { color: var(--orange); }
.nav-contact { padding: 11px 0; border-bottom: 1px solid var(--orange); }
.nav-contact span { color: var(--orange); margin-left: 12px; }

.hero { min-height: min(720px, calc(100svh - 100px)); max-width: 1600px; margin: auto; display: grid; grid-template-columns: 56% 44%; }
.hero-copy { min-height: 650px; padding: clamp(76px, 9vw, 134px) 4% 90px 9.3%; display: flex; flex-direction: column; align-items: flex-start; }
.eyebrow { margin: 0; color: var(--orange); font-size: 12px; line-height: 1.4; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; }
.eyebrow-line { display: inline-block; width: 26px; height: 1px; background: currentColor; vertical-align: middle; margin: 0 12px 3px 0; }
h1, h2 { font-family: "Barlow Condensed", Impact, sans-serif; font-weight: 800; letter-spacing: -.035em; text-transform: uppercase; }
h1 { font-size: clamp(86px, 9.6vw, 158px); line-height: .84; margin: 43px 0 38px; white-space: nowrap; }
h1 em, .contact h2 em { color: var(--orange); font-style: normal; }
.hero-description { max-width: 380px; color: #d1ccc2; font-size: 16px; line-height: 1.65; margin: 0 0 33px; }
.button { display: inline-flex; gap: 34px; align-items: center; justify-content: space-between; padding: 18px 22px; min-height: 58px; font-size: 13px; font-weight: 700; transition: transform .2s, background .2s; }
.button:hover { transform: translateY(-3px); }
.button-arrow { font-size: 19px; line-height: 1; }
.button-label { white-space: nowrap; }
.instagram-icon { width: 19px; height: 19px; flex: none; }
.button-primary { color: var(--ink); background: var(--orange); }
.button-primary:hover { background: #c27a5e; }
.hero-art { min-height: 650px; position: relative; overflow: hidden; background: #1b1d1a; color: var(--cream); }
.art-grid { position: absolute; inset: 0; background-image: linear-gradient(#ffffff0d 1px, transparent 1px), linear-gradient(90deg, #ffffff0d 1px, transparent 1px); background-size: 52px 52px; mask-image: linear-gradient(to bottom, #0009, transparent 90%); }
.art-orbit { position: absolute; width: 83%; aspect-ratio: 1; border: 1px solid #d9d4c14d; border-radius: 50%; top: 5%; left: 21%; }
.orbit-two { width: 112%; top: -11%; left: 6%; border-color: #d9d4c12b; }
.art-sun { position: absolute; width: 56%; aspect-ratio: 1; border-radius: 50%; background: #a46a55; top: 18%; left: 35%; }
.art-sun::after { content: ""; position: absolute; inset: 15%; border: 1px solid #f3f0e977; border-radius: 50%; }
.art-frame { position: absolute; width: 49%; height: 42%; left: 7%; bottom: 10%; border: 1px solid #f3f0e980; }
.art-frame::before, .art-frame::after { content: ""; position: absolute; left: 0; right: 0; top: 50%; border-top: 1px solid #f3f0e94d; transform: rotate(38deg); }
.art-frame::after { transform: rotate(-38deg); }
.art-label { position: absolute; top: 28px; left: 30px; font-size: 11px; font-weight: 700; letter-spacing: .15em; }
.art-bottom { position: absolute; bottom: 33px; left: 30px; font: 800 33px/.9 "Barlow Condensed", Impact, sans-serif; }

.ticker { overflow: hidden; background: var(--cream); color: var(--ink); border-top: 1px solid #d2cec5; border-bottom: 1px solid #d2cec5; }
.ticker-content { width: max-content; padding: 15px 0; font: 700 clamp(21px, 2.4vw, 34px)/1 "Barlow Condensed", Impact, sans-serif; letter-spacing: .06em; white-space: nowrap; }
.ticker span { color: var(--orange); margin: 0 23px; }
.section-wrap { max-width: 1600px; margin: auto; padding-left: 5.2%; padding-right: 5.2%; }
.services { padding-top: 115px; padding-bottom: 122px; background: var(--paper); color: var(--ink); }
.section-kicker { display: flex; align-items: center; gap: 24px; color: #aa4d29; font-size: 11px; font-weight: 700; letter-spacing: .16em; white-space: nowrap; }
.rule { width: 100%; height: 1px; background: #c5bfb4; }
.services-layout { display: grid; grid-template-columns: 54% 46%; align-items: end; gap: 15px; padding: 56px 0 62px; }
.services h2 { font-size: clamp(75px, 8vw, 130px); line-height: .86; margin: 0; }
.services h2 span { color: var(--orange); }
.services-copy { max-width: 440px; padding: 0 20px 2px 0; }
.services-copy p { font-size: 16px; line-height: 1.6; margin: 0 0 16px; }
.services-copy p:first-child { font-weight: 700; font-size: 20px; line-height: 1.4; }
.text-link { display: inline-flex; align-items: center; gap: 24px; margin-top: 12px; border-bottom: 1px solid currentColor; padding-bottom: 8px; font-size: 13px; font-weight: 700; }
.text-link:hover { color: #874831; }
.text-link span { font-size: 19px; }
.service-tags { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid #bfb9ad; border-bottom: 1px solid #bfb9ad; }
.service-tags > span { padding: 22px 22px 22px 0; font: 700 clamp(22px, 2.4vw, 34px)/1.1 "Barlow Condensed", Impact, sans-serif; text-transform: uppercase; }
.service-tags > span + span { border-left: 1px solid #bfb9ad; padding-left: 22px; }
.tag-number { display: block; color: #ab5030; font: 700 11px "DM Sans", sans-serif; margin-bottom: 16px; }
.contact { padding-top: 105px; padding-bottom: 105px; }
.contact-inner { position: relative; overflow: hidden; background: #1b1d1a; padding: 75px 7%; min-height: 450px; border-top: 2px solid var(--orange); }
.contact h2 { position: relative; z-index: 1; font-size: clamp(78px, 10vw, 150px); line-height: .8; margin: 34px 0 44px; }
.button-light { position: relative; z-index: 1; background: var(--cream); color: var(--ink); }
.button-light:hover { background: white; }
.site-footer { max-width: 1600px; margin: auto; padding: 35px 5.2%; border-top: 1px solid #ffffff25; display: flex; align-items: center; justify-content: space-between; gap: 20px; font-size: 12px; }
.footer-brand { font: 800 21px "Barlow Condensed", Impact, sans-serif; }
.site-footer p { color: var(--muted); }
.site-footer > a:last-child { border-bottom: 1px solid var(--orange); padding-bottom: 5px; }

@media (max-width: 900px) {
  .hero { grid-template-columns: 1fr 40%; min-height: 0; }
  .hero-copy, .hero-art { min-height: 580px; }
  .hero-copy { padding-left: 7.5%; }
  h1 { font-size: clamp(82px, 11vw, 130px); }
  .services-layout { grid-template-columns: 1fr; gap: 38px; }
  .services-copy { max-width: 620px; }
}

@media (max-width: 650px) {
  .site-header { height: 76px; padding: 0 6%; }
  .brand { font-size: 17px; }
  .brand-mark { width: 34px; height: 34px; font-size: 13px; }
  nav { gap: 0; font-size: 12px; }
  nav a:first-child { display: none; }
  .hero { display: flex; flex-direction: column; }
  .hero-copy { min-height: 0; padding: 73px 6% 72px; }
  h1 { font-size: clamp(77px, 15.1vw, 112px); margin: 40px 0 31px; }
  .hero-description { font-size: 15px; max-width: 340px; }
  .button-primary { gap: 13px; padding: 17px 15px; font-size: 12px; }
  .button-primary .button-arrow { margin-left: 5px; }
  .hero-art { min-height: 330px; height: 330px; }
  .art-orbit { width: 55%; top: -30%; left: 49%; }
  .orbit-two { width: 78%; top: -51%; left: 35%; }
  .art-sun { width: 39%; top: -10%; left: 56%; }
  .art-frame { width: 42%; height: 58%; left: 8%; bottom: 8%; }
  .art-bottom { font-size: 30px; bottom: 24px; left: 6%; }
  .art-label { left: 6%; top: 23px; }
  .ticker-content { padding: 13px 0; font-size: 27px; }
  .services { padding-top: 76px; padding-bottom: 80px; }
  .section-wrap { padding-left: 6%; padding-right: 6%; }
  .services-layout { padding: 38px 0 45px; gap: 32px; }
  .services h2 { font-size: clamp(76px, 15vw, 110px); }
  .services-copy p:first-child { font-size: 18px; }
  .service-tags { grid-template-columns: 1fr; }
  .service-tags > span { padding: 17px 0; font-size: 27px; }
  .service-tags > span + span { border-left: 0; border-top: 1px solid #bfb9ad; padding-left: 0; }
  .tag-number { display: inline; margin-right: 19px; }
  .contact { padding-top: 65px; padding-bottom: 65px; }
  .contact-inner { min-height: 0; padding: 55px 7% 60px; }
  .contact h2 { font-size: clamp(69px, 14vw, 104px); margin: 29px 0 39px; }
  .site-footer { padding: 29px 6%; flex-wrap: wrap; }
  .site-footer p { order: 3; width: 100%; margin: 0; }
}

@media (max-width: 380px) {
  h1 { font-size: 17vw; }
  .contact h2 { font-size: 13vw; }
}

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