:root {
  --ink: #171717;
  --muted: #68615c;
  --paper: #f8f5ef;
  --panel: #fffdf8;
  --line: #ded7cb;
  --acid: #c7f052;
  --coral: #ff6b4a;
  --blue: #3d74ff;
  --shadow: 0 24px 70px rgba(23, 23, 23, 0.12);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 96px;
}

body {
  min-height: 100vh;
  margin: 0;
  background:
    linear-gradient(90deg, rgba(23, 23, 23, 0.035) 1px, transparent 1px),
    linear-gradient(rgba(23, 23, 23, 0.035) 1px, transparent 1px),
    var(--paper);
  background-size: 42px 42px;
  color: var(--ink);
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.5;
}

a {
  color: inherit;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  width: min(1180px, calc(100% - 88px));
  margin: 18px auto 0;
  padding: 10px 12px;
  border: 1px solid rgba(23, 23, 23, 0.12);
  border-radius: 999px;
  background: rgba(255, 253, 248, 0.82);
  backdrop-filter: blur(18px);
}

.brand,
.site-nav {
  display: flex;
  align-items: center;
}

.brand {
  gap: 10px;
  text-decoration: none;
  font-weight: 900;
  letter-spacing: 0;
}

.brand img {
  width: 34px;
  height: 34px;
  border-radius: 50%;
}

.site-nav {
  gap: 8px;
}

.site-nav a {
  min-height: 36px;
  padding: 8px 14px;
  border-radius: 999px;
  color: var(--muted);
  font-size: 0.92rem;
  font-weight: 700;
  text-decoration: none;
}

.site-nav a:hover {
  background: var(--ink);
  color: var(--panel);
}

main {
  width: min(1180px, calc(100% - 88px));
  margin: 0 auto;
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 360px;
  align-items: start;
  gap: 42px;
  min-height: auto;
  padding: 44px 0 64px;
}

.hero-copy {
  max-width: 780px;
}

.eyebrow,
.section-kicker,
.card-label {
  margin: 0 0 14px;
  color: var(--coral);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  max-width: 900px;
  margin-bottom: 24px;
  font-size: clamp(2.85rem, 6vw, 5.4rem);
  line-height: 0.96;
  letter-spacing: 0;
}

.intro {
  max-width: 690px;
  margin-bottom: 34px;
  color: #373330;
  font-size: clamp(1.08rem, 2vw, 1.42rem);
}

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

.button,
.contact-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 13px 18px;
  border: 2px solid var(--ink);
  border-radius: 999px;
  box-shadow: 4px 4px 0 var(--ink);
  font-weight: 900;
  text-decoration: none;
  transition: transform 160ms ease, box-shadow 160ms ease, background 160ms ease;
}

.button:hover,
.contact-link:hover {
  transform: translate(3px, 3px);
  box-shadow: 1px 1px 0 var(--ink);
}

.primary,
.email-link {
  background: var(--acid);
}

.ghost {
  background: var(--panel);
}

.studio-card {
  display: grid;
  gap: 22px;
  padding: 24px;
  border: 2px solid var(--ink);
  border-radius: 8px;
  background: var(--panel);
  box-shadow: var(--shadow);
  transform: rotate(1.5deg);
}

.studio-card img {
  width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
  border: 2px solid var(--ink);
  border-radius: 8px;
}

.card-title {
  margin: 0;
  font-size: 1.35rem;
  font-weight: 900;
  line-height: 1.08;
}

.section {
  padding: 46px 0;
  border-top: 1px solid var(--line);
}

.intro-section {
  display: grid;
  grid-template-columns: 220px minmax(0, 1fr);
  gap: 44px;
}

.wide-copy {
  max-width: 820px;
}

.wide-copy h2,
.section-heading h2,
.contact-section h2 {
  margin-bottom: 18px;
  font-size: clamp(2rem, 4vw, 4rem);
  line-height: 0.96;
}

.wide-copy p {
  color: #3e3935;
  font-size: 1.25rem;
}

.section-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 30px;
}

.text-link {
  flex: 0 0 auto;
  font-weight: 900;
  text-decoration-thickness: 3px;
  text-underline-offset: 5px;
}

.face-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.face-card {
  min-height: 270px;
  padding: 24px;
  border: 2px solid var(--ink);
  border-radius: 8px;
  background: var(--panel);
}

.face-card:nth-child(2) {
  background: #f0f6ff;
}

.face-card:nth-child(3) {
  background: #fff0e9;
}

.face-number {
  display: inline-flex;
  margin-bottom: 58px;
  padding: 5px 9px;
  border: 1px solid var(--ink);
  border-radius: 999px;
  background: var(--acid);
  font-size: 0.74rem;
  font-weight: 900;
}

.face-card h3 {
  margin-bottom: 10px;
  font-size: 2rem;
}

.face-card p {
  margin-bottom: 0;
  color: #423d39;
  font-weight: 600;
}

.project-list {
  display: grid;
  gap: 12px;
}

.project-row {
  display: grid;
  grid-template-columns: 88px minmax(0, 1fr) 40px;
  align-items: center;
  gap: 22px;
  padding: 20px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 253, 248, 0.78);
  text-decoration: none;
}

.project-row:hover {
  border-color: var(--ink);
  background: var(--panel);
}

.project-mark {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  border: 2px solid var(--ink);
  border-radius: 999px;
  background: var(--blue);
  color: white;
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
}

.project-row:nth-child(2) .project-mark {
  background: var(--coral);
}

.project-row:nth-child(3) .project-mark {
  background: var(--acid);
  color: var(--ink);
}

.project-row:nth-child(4) .project-mark {
  background: var(--ink);
  color: var(--panel);
}

.project-row h3 {
  margin-bottom: 4px;
  font-size: 1.3rem;
}

.project-row p {
  margin-bottom: 0;
  color: var(--muted);
}

.arrow {
  font-size: 1.55rem;
  font-weight: 900;
}

.contact-section {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 40px;
}

.contact-section h2 {
  max-width: 760px;
}

.contact-actions {
  justify-content: flex-end;
}

.site-footer {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  width: min(1180px, calc(100% - 88px));
  margin: 0 auto;
  padding: 34px 0 42px;
  border-top: 1px solid var(--line);
  color: var(--muted);
  font-size: 0.92rem;
  font-weight: 700;
}

.project-page {
  padding-top: 44px;
}

.case-hero {
  max-width: 920px;
  padding: 36px 0 64px;
}

.case-hero h1 {
  margin-bottom: 20px;
}

.lookasingh-hero {
  display: grid;
  grid-template-columns: 260px minmax(0, 1fr);
  align-items: center;
  gap: 54px;
  padding: 36px 0 64px;
}

.lookasingh-logo-wrap {
  padding: 14px;
  border: 2px solid var(--ink);
  border-radius: 8px;
  background: var(--panel);
  box-shadow: 8px 8px 0 var(--ink);
  transform: rotate(-1.5deg);
}

.lookasingh-logo {
  display: block;
  width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
  border-radius: 6px;
}

.lookasingh-hero h1 {
  margin-bottom: 20px;
}

.lookasingh-gallery {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.lookasingh-gallery figure {
  display: grid;
  grid-template-rows: auto 1fr;
  margin: 0;
  border: 2px solid var(--ink);
  border-radius: 8px;
  background: var(--panel);
  overflow: hidden;
}

.lookasingh-gallery img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.lookasingh-gallery figcaption {
  padding: 14px;
  color: var(--muted);
  font-size: 0.82rem;
  font-weight: 700;
}

.article-section {
  display: grid;
  grid-template-columns: 220px minmax(0, 760px);
  gap: 44px;
}

.article-copy h2 {
  margin-bottom: 26px;
  font-size: clamp(2rem, 4vw, 4rem);
  line-height: 0.96;
}

.article-copy h3 {
  margin: 44px 0 14px;
  font-size: clamp(1.45rem, 2.5vw, 2.2rem);
  line-height: 1.05;
}

.article-copy p {
  margin-bottom: 20px;
  color: #3e3935;
  font-size: 1.14rem;
}

.article-copy blockquote {
  margin: 30px 0;
  padding: 18px 22px;
  border-left: 6px solid var(--coral);
  background: rgba(255, 253, 248, 0.72);
  font-size: clamp(1.45rem, 3vw, 2.4rem);
  font-weight: 900;
  line-height: 1.05;
}

.dashboard-gallery {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.dashboard-shot {
  margin: 0;
  border: 2px solid var(--ink);
  border-radius: 8px;
  background: var(--panel);
  box-shadow: 6px 6px 0 var(--ink);
  overflow: hidden;
}

.dashboard-shot-large {
  grid-column: 1 / -1;
}

.dashboard-shot img {
  display: block;
  width: 100%;
}

.feature-list {
  display: grid;
  gap: 12px;
  margin: 0 0 28px;
}

.feature-list p {
  margin: 0;
  padding: 16px 18px;
  border: 1px solid var(--line);
  border-left: 6px solid var(--blue);
  border-radius: 8px;
  background: rgba(255, 253, 248, 0.72);
}

@media (max-width: 900px) {
  .hero,
  .intro-section,
  .contact-section,
  .lookasingh-hero,
  .article-section {
    grid-template-columns: 1fr;
  }

  .hero {
    min-height: auto;
    padding-top: 48px;
  }

  .studio-card {
    max-width: 420px;
    transform: none;
  }

  .face-grid {
    grid-template-columns: 1fr;
  }

  .lookasingh-hero {
    gap: 30px;
  }

  .lookasingh-logo-wrap {
    max-width: 260px;
  }

  .lookasingh-gallery {
    grid-template-columns: 1fr;
  }

  .dashboard-gallery {
    grid-template-columns: 1fr;
  }

  .face-card {
    min-height: 0;
  }

  .face-number {
    margin-bottom: 34px;
  }

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

@media (max-width: 640px) {
  .site-header {
    width: min(100% - 24px, 1180px);
    align-items: flex-start;
    border-radius: 20px;
  }

  .brand span {
    display: none;
  }

  .site-nav {
    width: 100%;
    justify-content: flex-end;
  }

  .site-nav a {
    padding-inline: 9px;
    font-size: 0.82rem;
  }

  main,
  .site-footer {
    width: min(100% - 24px, 1180px);
  }

  h1 {
    font-size: clamp(2.35rem, 10vw, 3.1rem);
  }

  .section {
    padding: 46px 0;
  }

  .project-page {
    padding-top: 30px;
  }

  .lookasingh-hero {
    padding-top: 18px;
  }

  .case-hero {
    padding-top: 18px;
  }

  .section-heading {
    display: block;
  }

  .text-link {
    display: inline-flex;
    margin-top: 8px;
  }

  .project-row {
    grid-template-columns: 1fr 34px;
    gap: 12px;
  }

  .project-mark {
    grid-column: 1 / -1;
    width: fit-content;
  }

  .button,
  .contact-link {
    width: 100%;
  }

  .site-footer {
    display: grid;
  }
}
