:root {
  --ink: #111916;
  --muted: #65736d;
  --cream: #fff8e8;
  --paper: #fffdf7;
  --line: rgba(17, 25, 22, 0.12);
  --green: #17342a;
  --green-2: #285543;
  --orange: #e96a2c;
  --gold: #d6a84a;
  --shadow: 0 24px 70px rgba(36, 27, 11, 0.14);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background:
    radial-gradient(circle at 8% 6%, rgba(233, 106, 44, 0.2), transparent 30rem),
    radial-gradient(circle at 90% 0%, rgba(214, 168, 74, 0.22), transparent 28rem),
    linear-gradient(180deg, #fff9eb 0%, #f6edd8 44%, #efe3cb 100%);
  min-width: 320px;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(17, 25, 22, 0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(17, 25, 22, 0.04) 1px, transparent 1px);
  background-size: 34px 34px;
  mask-image: linear-gradient(to bottom, #000 0%, transparent 72%);
}

a {
  color: inherit;
  text-decoration: none;
}

.section-shell {
  width: min(1160px, calc(100% - 40px));
  margin-inline: auto;
}

.site-header {
  position: sticky;
  top: 16px;
  z-index: 10;
  width: min(1160px, calc(100% - 40px));
  margin: 16px auto 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 12px 14px;
  border: 1px solid rgba(255, 255, 255, 0.62);
  border-radius: 999px;
  background: rgba(255, 253, 247, 0.78);
  box-shadow: 0 18px 50px rgba(35, 30, 17, 0.1);
  backdrop-filter: blur(18px);
}

.brand {
  display: inline-flex;
  align-items: center;
  min-width: 0;
}

.brand-logo {
  width: 168px;
  max-width: 42vw;
  height: 48px;
  object-fit: contain;
  object-position: left center;
  display: block;
}

.nav-links {
  display: flex;
  gap: 8px;
  color: var(--muted);
  font-size: 0.92rem;
  font-weight: 700;
}

.nav-links a,
.header-cta {
  border-radius: 999px;
  padding: 10px 14px;
}

.nav-links a:hover,
.nav-links a:focus-visible {
  background: rgba(23, 52, 42, 0.08);
  color: var(--green);
}

.header-cta {
  background: var(--green);
  color: white;
  font-size: 0.9rem;
  font-weight: 800;
  box-shadow: 0 12px 26px rgba(23, 52, 42, 0.24);
}

.hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(320px, 0.78fr);
  gap: 32px;
  align-items: stretch;
  padding: 72px 0 34px;
}

.hero-copy,
.hero-card,
.about,
.why,
.services,
.works,
.contact {
  position: relative;
}

.eyebrow {
  margin: 0 0 14px;
  color: var(--orange);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  overflow-wrap: anywhere;
}

h1,
h2 {
  margin: 0;
  color: var(--ink);
  font-family: Georgia, "Times New Roman", serif;
  letter-spacing: -0.055em;
  line-height: 0.98;
}

h1 {
  max-width: 880px;
  font-size: clamp(3rem, 7vw, 6.8rem);
}

h2 {
  font-size: clamp(2rem, 4vw, 4.1rem);
}

h3 {
  margin: 0;
  font-size: 1.08rem;
  line-height: 1.2;
}

.hero-lede {
  max-width: 680px;
  margin: 24px 0 0;
  color: #41504a;
  font-size: clamp(1rem, 1.8vw, 1.22rem);
  line-height: 1.75;
}

.hero-actions,
.contact-card {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  border-radius: 999px;
  padding: 14px 20px;
  font-weight: 900;
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.button:hover,
.button:focus-visible,
.header-cta:hover,
.header-cta:focus-visible {
  transform: translateY(-2px);
}

.button-primary {
  color: white;
  background: linear-gradient(135deg, var(--orange), #f1a447);
  box-shadow: 0 16px 32px rgba(233, 106, 44, 0.28);
}

.button-secondary {
  color: var(--green);
  background: rgba(255, 255, 255, 0.74);
  border: 1px solid var(--line);
}

.hero-card {
  min-height: 520px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
  border-radius: 36px;
  padding: 28px;
  color: white;
  background:
    linear-gradient(150deg, rgba(23, 52, 42, 0.96), rgba(40, 85, 67, 0.94) 58%, rgba(233, 106, 44, 0.88)),
    radial-gradient(circle at 80% 12%, rgba(255, 255, 255, 0.22), transparent 20rem);
  box-shadow: var(--shadow);
}

.hero-card::after {
  content: "N";
  position: absolute;
  right: -18px;
  bottom: -52px;
  color: rgba(255, 255, 255, 0.08);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 18rem;
  line-height: 1;
}

.hero-card-top {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: space-between;
  gap: 18px;
  color: rgba(255, 255, 255, 0.75);
  font-weight: 800;
}

.hero-card-top strong {
  color: white;
  font-size: 2.1rem;
}

.event-window {
  position: relative;
  z-index: 1;
  min-height: 245px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 28px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.13), rgba(255, 255, 255, 0.04)),
    repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.08) 0 1px, transparent 1px 34px);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2);
}

.stage-light {
  position: absolute;
  left: 24px;
  top: 26px;
  width: 120px;
  height: 120px;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(255, 221, 138, 0.78), transparent 70%);
  filter: blur(4px);
}

.stage-light-alt {
  left: auto;
  right: 18px;
  top: 60px;
  background: radial-gradient(circle, rgba(233, 106, 44, 0.66), transparent 72%);
}

.event-panel {
  position: absolute;
  right: 18px;
  bottom: 18px;
  left: 18px;
  display: grid;
  gap: 6px;
  padding: 18px;
  border-radius: 22px;
  background: rgba(14, 24, 20, 0.68);
  backdrop-filter: blur(16px);
}

.event-panel span {
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.82rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.event-panel strong {
  font-size: 1.45rem;
}

.quick-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
}

.quick-grid span {
  padding: 12px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.1);
  font-size: 0.86rem;
  font-weight: 800;
  text-align: center;
}

.trust-strip {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
  margin-top: 10px;
}

.trust-strip article,
.reason-card,
.service-card,
.work-card,
.contact {
  border: 1px solid rgba(255, 255, 255, 0.68);
  background: rgba(255, 253, 247, 0.76);
  box-shadow: 0 18px 44px rgba(36, 27, 11, 0.09);
  backdrop-filter: blur(14px);
}

.trust-strip article {
  display: grid;
  gap: 7px;
  min-height: 128px;
  padding: 20px;
  border-radius: 26px;
}

.trust-strip strong {
  color: var(--green);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 2rem;
  letter-spacing: -0.05em;
}

.trust-strip span,
.about p,
.reason-card p,
.service-card p,
.work-card p,
.contact p,
.site-footer {
  color: var(--muted);
  line-height: 1.65;
}

.section-grid {
  display: grid;
  grid-template-columns: 0.85fr 1fr;
  gap: 42px;
  align-items: start;
}

.about,
.why,
.services,
.works,
.contact {
  margin-top: 96px;
}

.about p {
  margin: 0;
  font-size: clamp(1.1rem, 2vw, 1.45rem);
}

.section-heading {
  max-width: 760px;
  margin-bottom: 28px;
}

.split-heading {
  max-width: none;
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 24px;
}

.text-link {
  color: var(--orange);
  font-weight: 900;
  white-space: nowrap;
}

.reason-grid,
.works-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
}

.reason-card,
.service-card,
.work-card {
  border-radius: 28px;
  padding: 24px;
}

.reason-card span,
.service-card span,
.work-card span {
  display: inline-flex;
  width: fit-content;
  margin-bottom: 28px;
  border-radius: 999px;
  padding: 8px 11px;
  color: var(--orange);
  background: rgba(233, 106, 44, 0.12);
  font-size: 0.78rem;
  font-weight: 900;
}

.service-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 14px;
}

.service-card {
  grid-column: span 2;
  min-height: 260px;
}

.service-card.featured {
  grid-column: span 3;
  color: white;
  background:
    linear-gradient(145deg, rgba(23, 52, 42, 0.96), rgba(40, 85, 67, 0.94)),
    radial-gradient(circle at 88% 12%, rgba(233, 106, 44, 0.7), transparent 15rem);
}

.service-card.featured h3,
.service-card.featured p {
  color: white;
}

.service-card.featured span {
  color: white;
  background: rgba(255, 255, 255, 0.14);
}

.works-grid {
  grid-template-columns: repeat(3, 1fr);
}

.work-card {
  min-height: 245px;
  background:
    linear-gradient(180deg, rgba(255, 253, 247, 0.86), rgba(255, 253, 247, 0.74)),
    radial-gradient(circle at 100% 0%, rgba(214, 168, 74, 0.22), transparent 12rem);
}

.work-card.wide {
  grid-column: span 3;
  min-height: 180px;
  color: white;
  background:
    linear-gradient(135deg, rgba(23, 52, 42, 0.97), rgba(233, 106, 44, 0.87)),
    repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.1) 0 1px, transparent 1px 42px);
}

.work-card.wide h3,
.work-card.wide p {
  color: white;
}

.contact {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 28px;
  align-items: center;
  padding: 34px;
  border-radius: 34px;
  background:
    linear-gradient(135deg, rgba(255, 253, 247, 0.88), rgba(255, 247, 229, 0.88)),
    radial-gradient(circle at 96% 0%, rgba(233, 106, 44, 0.18), transparent 18rem);
}

.contact h2 {
  max-width: 720px;
}

.contact p {
  max-width: 650px;
  margin: 18px 0 0;
}

.contact-card {
  justify-content: flex-end;
  margin: 0;
}

.site-footer {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  padding: 38px 0 46px;
  font-size: 0.92rem;
}

:focus-visible {
  outline: 3px solid rgba(233, 106, 44, 0.42);
  outline-offset: 3px;
}

@media (max-width: 920px) {
  .site-header {
    align-items: flex-start;
    border-radius: 28px;
  }

  .nav-links {
    display: none;
  }

  .hero,
  .section-grid,
  .contact {
    grid-template-columns: 1fr;
  }

  .hero {
    padding-top: 48px;
  }

  .hero-card {
    min-height: 430px;
  }

  .trust-strip,
  .reason-grid,
  .works-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .service-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .service-card,
  .service-card.featured {
    grid-column: span 1;
  }

  .work-card.wide {
    grid-column: span 2;
  }

  .contact-card {
    justify-content: flex-start;
  }
}

@media (max-width: 620px) {
  .section-shell,
  .site-header {
    width: min(100% - 24px, 1160px);
  }

  .site-header {
    top: 8px;
    margin-top: 8px;
    padding: 10px;
  }

  .brand-logo {
    width: 136px;
    height: 42px;
  }

  .header-cta {
    padding: 9px 11px;
    font-size: 0.78rem;
  }

  h1 {
    font-size: clamp(2.65rem, 18vw, 4rem);
  }

  h2 {
    font-size: clamp(2rem, 12vw, 3rem);
  }

  .hero {
    padding-top: 36px;
  }

  .hero-actions,
  .contact-card {
    display: grid;
  }

  .button {
    width: 100%;
  }

  .hero-card {
    min-height: 380px;
    border-radius: 28px;
    padding: 20px;
  }

  .trust-strip,
  .reason-grid,
  .service-grid,
  .works-grid {
    grid-template-columns: 1fr;
  }

  .work-card.wide {
    grid-column: span 1;
  }

  .about,
  .why,
  .services,
  .works,
  .contact {
    margin-top: 70px;
  }

  .split-heading {
    align-items: flex-start;
    flex-direction: column;
  }

  .contact {
    padding: 24px;
  }

  .site-footer {
    flex-direction: column;
    padding-bottom: 34px;
  }
}
