
:root {
  --ink: #121412;
  --deep: #171a17;
  --paper: #f1efe9;
  --paper-2: #e7e3d9;
  --oak: #b8996e;
  --muted: #777a73;
  --line: rgba(18, 20, 18, 0.16);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: Arial, Helvetica, sans-serif;
  text-rendering: optimizeLegibility;
}
a { color: inherit; text-decoration: none; }
::selection { background: var(--oak); color: var(--ink); }
.section-shell { width: min(100% - 64px, 1380px); margin-inline: auto; }

.site-header {
  position: absolute;
  inset: 0 0 auto;
  z-index: 20;
  height: 88px;
  padding: 0 44px;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  color: white;
  border-bottom: 1px solid rgba(255, 255, 255, 0.18);
}
.brand {
  width: fit-content;
  display: flex;
  align-items: baseline;
  font-size: 17px;
  font-weight: 800;
  letter-spacing: 0.18em;
}
.brand-accent { color: var(--oak); font-weight: 400; }
.desktop-nav {
  display: flex;
  gap: 34px;
  align-items: center;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.13em;
}
.desktop-nav a, .header-cta, .text-link { transition: color 180ms ease, opacity 180ms ease; }
.desktop-nav a:hover, .header-cta:hover, .text-link:hover { color: var(--oak); }
.header-cta {
  justify-self: end;
  display: flex;
  gap: 8px;
  align-items: center;
  font-size: 13px;
}

.hero {
  position: relative;
  min-height: 780px;
  height: 100svh;
  overflow: hidden;
  color: white;
  background: #1c211d;
}
.hero-image, .featured-image {
  background-image: url("assets/wolfwood-hero.webp");
  background-position: center;
  background-size: cover;
}
.hero-image {
  position: absolute;
  inset: 0;
  transform: scale(1.015);
  animation: hero-settle 1.6s cubic-bezier(.2,.75,.2,1) both;
}
.hero-shade {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(11, 14, 12, 0.93) 0%, rgba(11, 14, 12, 0.74) 38%, rgba(11, 14, 12, 0.16) 72%),
    linear-gradient(0deg, rgba(5, 6, 5, 0.58) 0%, transparent 45%);
}
.hero-grid {
  position: absolute;
  inset: 88px 0 0;
  opacity: 0.16;
  background-image: linear-gradient(90deg, transparent calc(25% - 1px), rgba(255,255,255,.4) 25%, transparent calc(25% + 1px));
  background-size: 25% 100%;
}
.hero-content {
  position: relative;
  z-index: 2;
  min-height: inherit;
  height: 100%;
  width: min(100% - 88px, 1380px);
  margin: 0 auto;
  padding-top: clamp(180px, 24vh, 250px);
}
.eyebrow, .section-label {
  margin: 0;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.22em;
}
.eyebrow { color: #d7c9b6; margin-bottom: 28px; }
.hero h1 {
  margin: 0;
  max-width: 880px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(72px, 8.2vw, 126px);
  font-weight: 400;
  line-height: 0.87;
  letter-spacing: -0.055em;
}
.hero h1 em, .contact h2 em, .intro-copy h2 em { color: var(--oak); font-weight: 400; }
.hero-lead {
  margin: 38px 0 0;
  max-width: 600px;
  color: rgba(255, 255, 255, 0.74);
  font-size: 16px;
  line-height: 1.75;
}
.hero-actions { margin-top: 36px; display: flex; align-items: center; gap: 34px; }
.button {
  width: fit-content;
  min-height: 52px;
  padding: 0 22px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  transition: background 180ms ease, color 180ms ease, transform 180ms ease;
}
.button:hover { transform: translateY(-2px); }
.button-light { background: white; color: var(--ink); }
.button-light:hover { background: var(--oak); }
.button-dark { background: var(--ink); color: white; }
.button-dark:hover { background: var(--oak); color: var(--ink); }
.text-link { display: inline-flex; gap: 8px; align-items: center; font-size: 13px; }
.hero-index {
  position: absolute;
  z-index: 2;
  right: 42px;
  bottom: 38px;
  display: grid;
  grid-template-columns: 90px auto;
  gap: 15px;
  align-items: center;
  color: rgba(255, 255, 255, 0.64);
}
.hero-index > div { height: 1px; background: rgba(255, 255, 255, 0.45); }
.hero-index small { font-size: 9px; letter-spacing: .16em; }

.intro {
  padding: 150px 0 160px;
  display: grid;
  grid-template-columns: 1fr 3fr;
  gap: 40px;
}
.section-label { color: var(--muted); padding-top: 12px; }
.section-label.light { color: rgba(255,255,255,.45); }
.intro-copy { max-width: 960px; }
.intro-kicker { margin: 0 0 26px; color: var(--muted); font-size: 13px; }
.intro-copy h2, .services-heading h2, .process-heading h2, .pricing-copy h2, .about-copy h2, .contact h2, .work-heading h2 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 400;
  letter-spacing: -0.04em;
}
.intro-copy h2 { max-width: 940px; font-size: clamp(52px, 6.4vw, 92px); line-height: .98; }
.intro-copy > p:last-child {
  margin: 40px 0 0 auto;
  max-width: 570px;
  color: #62655f;
  font-size: 16px;
  line-height: 1.85;
}

.work-section { padding: 120px 0 110px; color: white; background: var(--deep); }
.work-heading { display: grid; grid-template-columns: 2fr 1fr; gap: 70px; align-items: end; }
.work-heading h2 { margin-top: 24px; max-width: 760px; font-size: clamp(54px, 5.4vw, 78px); line-height: 1; }
.work-heading > p { margin: 0 0 4px; color: rgba(255,255,255,.56); line-height: 1.8; font-size: 15px; }
.featured-work {
  width: min(100% - 64px, 1520px);
  min-height: 650px;
  margin: 82px 0 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 2.4fr) minmax(330px, 1fr);
}
.featured-image { min-height: 650px; background-position: center 53%; }
.featured-caption {
  padding: 72px 48px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  background: #242823;
}
.featured-caption > span {
  margin-bottom: auto;
  color: var(--oak);
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: .2em;
}
.featured-caption h3 { margin: 0; font-family: Georgia, serif; font-size: 37px; font-weight: 400; line-height: 1.12; }
.featured-caption p { margin: 24px 0 0; color: rgba(255,255,255,.54); line-height: 1.75; font-size: 14px; }
.project-types { margin-top: 50px; border-top: 1px solid rgba(255,255,255,.12); }
.project-types article {
  min-height: 126px;
  display: grid;
  grid-template-columns: 100px 1fr auto;
  gap: 30px;
  align-items: center;
  border-bottom: 1px solid rgba(255,255,255,.12);
}
.project-types article > span { color: var(--oak); font-family: Georgia, serif; font-size: 24px; }
.project-types article p { margin: 0 0 6px; color: rgba(255,255,255,.4); font-size: 10px; text-transform: uppercase; letter-spacing: .18em; }
.project-types article h3 { margin: 0; font-family: Georgia, serif; font-size: 25px; font-weight: 400; }

.services { padding: 150px 0; display: grid; grid-template-columns: 1.05fr 1.5fr; gap: 100px; }
.services-heading h2 { margin-top: 28px; max-width: 580px; font-size: clamp(50px, 5vw, 73px); line-height: 1.02; }
.service-list { border-top: 1px solid var(--line); }
.service-list article {
  position: relative;
  padding: 34px 52px 34px 68px;
  display: grid;
  grid-template-columns: 1fr 1.4fr;
  gap: 28px;
  border-bottom: 1px solid var(--line);
}
.service-number { position: absolute; top: 37px; left: 0; color: var(--oak); font-size: 10px; letter-spacing: .1em; }
.service-list h3 { margin: 0; font-family: Georgia, serif; font-size: 25px; font-weight: 400; }
.service-list p { margin: 0; color: #686b65; font-size: 14px; line-height: 1.7; }
.service-list svg { position: absolute; right: 0; top: 36px; }

.process { padding: 132px 0 140px; color: white; background: #262b26; }
.process-heading { display: grid; grid-template-columns: 2fr 1fr; gap: 100px; align-items: end; }
.process-heading h2 { margin-top: 28px; font-size: clamp(51px, 5vw, 74px); line-height: 1; }
.process-heading > p { margin: 0; color: rgba(255,255,255,.5); font-size: 15px; line-height: 1.75; }
.process-grid {
  margin-top: 85px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-top: 1px solid rgba(255,255,255,.16);
  border-bottom: 1px solid rgba(255,255,255,.16);
}
.process-grid article {
  min-height: 300px;
  padding: 28px 28px 36px;
  display: flex;
  flex-direction: column;
  border-right: 1px solid rgba(255,255,255,.16);
}
.process-grid article:first-child { border-left: 1px solid rgba(255,255,255,.16); }
.process-topline { display: flex; justify-content: space-between; color: var(--oak); }
.process-topline span { color: rgba(255,255,255,.34); font-size: 10px; letter-spacing: .12em; }
.process-grid h3 { margin: auto 0 16px; font-family: Georgia, serif; font-size: 24px; font-weight: 400; }
.process-grid p { margin: 0; color: rgba(255,255,255,.48); font-size: 13px; line-height: 1.65; }

.pricing { padding: 150px 0; display: grid; grid-template-columns: 1.2fr .8fr; gap: 120px; align-items: center; }
.pricing-copy h2 { margin-top: 28px; max-width: 760px; font-size: clamp(50px, 5.2vw, 76px); line-height: 1.02; }
.pricing-copy > p { max-width: 650px; margin: 34px 0 32px; color: #686b65; font-size: 15px; line-height: 1.8; }
.pricing-card { padding: 48px; background: #ddd6c9; }
.pricing-card > p { margin: 0 0 32px; font-family: Georgia, serif; font-size: 29px; }
.pricing-card ul { list-style: none; margin: 0; padding: 0; border-top: 1px solid rgba(18,20,18,.16); }
.pricing-card li {
  min-height: 58px;
  display: grid;
  grid-template-columns: 45px 1fr;
  align-items: center;
  border-bottom: 1px solid rgba(18,20,18,.16);
  font-size: 13px;
}
.pricing-card li span { color: #7f6a4e; font-size: 9px; }
.pricing-card small { display: block; margin-top: 28px; color: #68645c; font-size: 11px; line-height: 1.6; }

.about { padding: 140px 0; color: white; background: #1b1e1b; overflow: hidden; }
.about-grid { display: grid; grid-template-columns: .82fr 1.18fr; gap: 110px; align-items: center; }
.about-mark {
  position: relative;
  min-height: 590px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255,255,255,.14);
  background:
    linear-gradient(135deg, rgba(184,153,110,.12), transparent 60%),
    repeating-linear-gradient(90deg, transparent, transparent 94px, rgba(255,255,255,.04) 95px);
}
.about-mark::before, .about-mark::after { content: ""; position: absolute; background: rgba(255,255,255,.13); }
.about-mark::before { width: 1px; height: 100%; }
.about-mark::after { width: 100%; height: 1px; }
.about-mark span { position: relative; z-index: 1; color: var(--oak); font-family: Georgia, serif; font-size: 260px; font-style: italic; line-height: 1; }
.about-copy h2 { margin-top: 28px; max-width: 720px; font-size: clamp(48px, 4.9vw, 70px); line-height: 1.03; }
.about-lead { margin: 38px 0 18px; color: rgba(255,255,255,.74) !important; font-size: 17px !important; }
.about-copy > p { max-width: 660px; color: rgba(255,255,255,.48); font-size: 14px; line-height: 1.8; }
.about-copy ul { list-style: none; margin: 36px 0 0; padding: 0; display: grid; grid-template-columns: 1fr 1fr; gap: 15px 28px; }
.about-copy li { display: flex; gap: 10px; align-items: flex-start; color: rgba(255,255,255,.64); font-size: 12px; line-height: 1.5; }
.about-copy li svg { flex: 0 0 auto; color: var(--oak); }

.contact { padding: 145px 0; color: white; background: #3d433c; }
.contact-grid { display: grid; grid-template-columns: 1.45fr .55fr; gap: 120px; align-items: end; }
.contact h2 { margin-top: 28px; font-size: clamp(58px, 6.5vw, 94px); line-height: .95; }
.contact-copy > p:first-child { margin: 0 0 36px; color: rgba(255,255,255,.62); font-size: 15px; line-height: 1.75; }
.contact-note { padding: 24px 0; display: flex; flex-direction: column; gap: 9px; border-top: 1px solid rgba(255,255,255,.18); border-bottom: 1px solid rgba(255,255,255,.18); }
.contact-note span { color: var(--oak); font-size: 9px; text-transform: uppercase; letter-spacing: .2em; }
.contact-note a {
  width: fit-content;
  font-family: Georgia, serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.35;
  transition: color 180ms ease;
}
.contact-note a:hover { color: var(--oak); }
.contact-note a + span { margin-top: 15px; }
.service-area { margin: 26px 0 0 !important; color: rgba(255,255,255,.4) !important; font-size: 10px !important; text-transform: uppercase; letter-spacing: .13em; }

footer {
  min-height: 100px;
  padding: 0 44px;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  color: rgba(255,255,255,.54);
  background: #141714;
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: .13em;
}
.footer-brand { color: white; }
.footer-phone { justify-self: center; }
footer > a:last-child { justify-self: end; display: flex; gap: 7px; align-items: center; }

@keyframes hero-settle {
  from { transform: scale(1.07); opacity: .5; }
  to { transform: scale(1.015); opacity: 1; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .hero-image { animation: none; }
  .button { transition: none; }
}

@media (max-width: 1000px) {
  .site-header { padding: 0 26px; grid-template-columns: 1fr auto; }
  .desktop-nav { display: none; }
  .section-shell { width: min(100% - 48px, 1380px); }
  .hero-content { width: min(100% - 52px, 1380px); }
  .hero-index { right: 26px; }
  .hero h1 { font-size: clamp(70px, 11vw, 110px); }
  .intro { grid-template-columns: 1fr; gap: 40px; }
  .work-heading { grid-template-columns: 1fr; }
  .work-heading > p { max-width: 600px; }
  .featured-work { width: calc(100% - 24px); grid-template-columns: 1.7fr 1fr; }
  .services { grid-template-columns: 1fr; gap: 70px; }
  .process-grid { grid-template-columns: 1fr 1fr; }
  .process-grid article:nth-child(2) { border-right: 1px solid rgba(255,255,255,.16); }
  .process-grid article:nth-child(-n+2) { border-bottom: 1px solid rgba(255,255,255,.16); }
  .pricing { gap: 60px; }
  .about-grid { gap: 55px; }
  .about-mark { min-height: 490px; }
  .about-mark span { font-size: 200px; }
  .contact-grid { grid-template-columns: 1fr; gap: 65px; }
  .contact-copy { max-width: 520px; }
}

@media (max-width: 700px) {
  .section-shell { width: calc(100% - 40px); }
  .site-header { height: 72px; padding: 0 20px; }
  .header-cta { font-size: 0; gap: 0; }
  .header-cta svg { width: 21px; height: 21px; }
  .hero { min-height: 700px; height: 100svh; }
  .hero-image { background-position: 62% center; }
  .hero-shade { background: linear-gradient(90deg, rgba(11,14,12,.92), rgba(11,14,12,.35)), linear-gradient(0deg, rgba(5,6,5,.65), transparent 50%); }
  .hero-grid { inset: 72px 0 0; background-size: 50% 100%; }
  .hero-content { width: calc(100% - 40px); padding-top: 160px; }
  .eyebrow { font-size: 9px; line-height: 1.5; }
  .hero h1 { font-size: clamp(59px, 18.2vw, 86px); line-height: .9; }
  .hero-lead { margin-top: 28px; font-size: 14px; line-height: 1.65; }
  .hero-actions { margin-top: 30px; gap: 22px; align-items: flex-start; flex-direction: column; }
  .hero-index { right: 20px; bottom: 20px; grid-template-columns: 45px auto; }
  .hero-index small { display: none; }
  .intro, .services, .pricing { padding: 95px 0; }
  .intro { gap: 28px; }
  .intro-copy h2 { font-size: 47px; }
  .intro-copy > p:last-child { margin-top: 28px; font-size: 14px; }
  .work-section { padding: 85px 0 70px; }
  .work-heading { gap: 28px; }
  .work-heading h2 { font-size: 48px; }
  .featured-work { width: calc(100% - 20px); min-height: auto; margin-top: 52px; grid-template-columns: 1fr; }
  .featured-image { min-height: 430px; background-position: 60% center; }
  .featured-caption { min-height: 390px; padding: 38px 28px; }
  .featured-caption h3 { font-size: 32px; }
  .project-types article { min-height: 140px; grid-template-columns: 42px 1fr auto; gap: 12px; }
  .project-types article h3 { font-size: 20px; }
  .services { gap: 45px; }
  .services-heading h2 { font-size: 47px; }
  .service-list article { padding: 30px 30px 30px 42px; grid-template-columns: 1fr; gap: 12px; }
  .service-number { top: 33px; }
  .service-list svg { right: 0; top: 32px; }
  .process { padding: 90px 0; }
  .process-heading { grid-template-columns: 1fr; gap: 30px; }
  .process-heading h2 { font-size: 46px; }
  .process-grid { margin-top: 55px; grid-template-columns: 1fr; }
  .process-grid article { min-height: 250px; border-left: 1px solid rgba(255,255,255,.16); border-bottom: 1px solid rgba(255,255,255,.16); }
  .process-grid article:last-child { border-bottom: 0; }
  .pricing { grid-template-columns: 1fr; }
  .pricing-copy h2 { font-size: 46px; }
  .pricing-card { padding: 34px 25px; }
  .about { padding: 90px 0; }
  .about-grid { grid-template-columns: 1fr; }
  .about-mark { min-height: 330px; }
  .about-mark span { font-size: 150px; }
  .about-copy h2 { font-size: 45px; }
  .about-copy ul { grid-template-columns: 1fr; }
  .contact { padding: 95px 0; }
  .contact h2 { font-size: 51px; }
  footer { min-height: 150px; padding: 32px 20px; grid-template-columns: 1fr auto; gap: 24px; }
  .footer-phone { justify-self: end; }
  footer > a:last-child { grid-column: 1 / -1; justify-self: start; }
}
