:root {
  --ds-surface: #fff7ec;
  --ds-panel: #fffdf7;
  --ds-panel-secondary: #ffe0b2;
  --ds-text: #1f1a17;
  --ds-muted: #5c4b3b;
  --ds-accent: #129acb;
  --ds-accent-strong: #0b7ab0;
  --ds-warm: #f25f3a;
  --ds-shadow: rgba(12, 72, 104, 0.18);
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  min-height: 100vh;
  font-family: "Source Serif 4", "Times New Roman", serif;
  font-size: 18px;
  line-height: 1.65;
  background: linear-gradient(135deg, #fff7ec 0%, #fff1ce 40%, #b9e8ff 100%);
  color: var(--ds-text);
}

p {
  max-width: 65ch;
}

h1,
h2,
h3 {
  font-family: "Inter", system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
  font-weight: 500;
  color: var(--ds-text);
  margin: 0;
}

h1 {
  font-size: clamp(2.25rem, 4vw, 2.5rem);
  line-height: 1.12;
}

h2 {
  font-size: clamp(1.5rem, 3vw, 1.75rem);
  line-height: 1.2;
}

h3 {
  font-size: clamp(1.125rem, 2vw, 1.25rem);
  line-height: 1.3;
}

header,
main,
footer {
  padding: 1.5rem;
}

header {
  padding-bottom: 0.5rem;
}

main {
  padding-top: 0.4rem;
}

.hero {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  align-items: center;
  justify-items: center;
  gap: 2rem;
  padding: clamp(2rem, 6vw, 5rem);
}

.hero--center {
  min-height: calc(100vh - 6rem);
  justify-items: center;
  text-align: center;
}

.hero--feature {
  min-height: calc(100vh - 4rem);
  width: 100%;
  margin-top: 0;
}

.hero__text {
  background: rgba(255, 253, 247, 0.97);
  border: 1px solid rgba(242, 95, 58, 0.16);
  border-radius: 32px;
  padding: clamp(2.5rem, 5vw, 4rem);
  box-shadow: 0 40px 100px var(--ds-shadow);
  max-width: 900px;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 1.4rem;
  text-align: left;
}

.hero__art {
  margin: 0 auto 1.5rem;
  padding: 0.75rem 0.75rem 1rem;
  width: 100%;
  max-width: 735px;
  align-self: center;
  background: #fff;
  border: 1px solid rgba(31, 26, 23, 0.18);
  border-radius: 6px;
  box-shadow: 0 30px 70px rgba(12, 72, 104, 0.2);
  position: relative;
}

.hero__art::after {
  content: '';
  position: absolute;
  inset: 0.5rem;
  border-radius: 4px;
  box-shadow: 0 20px 40px rgba(31, 26, 23, 0.18);
  z-index: -1;
}

.hero__art img {
  width: 100%;
  display: block;
  height: auto;
  border-radius: 4px;
}

@media (max-width: 720px) {
  .hero__art {
    max-width: 560px;
    padding: 0.5rem 0.5rem 0.75rem;
  }
}

.hero__text h1 {
  margin: 0;
}

.hero__subheadline {
  margin: 0;
  font-size: 1.15rem;
  color: var(--ds-text);
  font-weight: 600;
}

.hero__text p {
  color: var(--ds-muted);
  margin: 0;
  font-size: 1.05rem;
}

.hero__about {
  background: rgba(255, 253, 247, 0.97);
  color: var(--ds-text);
  border-radius: 28px;
  padding: 1.8rem 2.4rem 1.9rem;
  border: 1px solid rgba(242, 95, 58, 0.16);
  box-shadow: 0 30px 80px var(--ds-shadow);
  display: flex;
  flex-direction: column;
  gap: 0.85rem;
  margin: clamp(0.6rem, 2vw, 0.9rem) auto 0;
  max-width: 900px;
  width: 100%;
  text-align: center;
}

.hero__about-heading {
  margin: 0;
  font-family: "Source Serif 4", "Times New Roman", serif;
  font-size: clamp(2.45rem, 5vw, 2.9rem);
  line-height: 1.1;
  letter-spacing: 0.012em;
  text-transform: none;
  color: var(--ds-text);
  font-weight: 500;
}

.hero__about-tagline {
  margin: 0.05rem auto 0.35rem;
  font-family: "Inter", system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 0.92rem;
  line-height: 1.35;
  text-transform: uppercase;
  letter-spacing: 0.26em;
  word-spacing: 0.08em;
  color: var(--ds-muted);
  text-align: center;
}

.hero__about-divider {
  width: min(600px, 85%);
  height: 2px;
  margin: 0 auto 0.75rem;
  background: linear-gradient(90deg, transparent, rgba(18, 154, 203, 0.55), transparent);
  border-radius: 999px;
}

.hero__about-text,
.hero__about-note {
  display: flex;
  flex-direction: column;
  gap: 0.65rem;
  align-items: center;
}

.hero__about-note {
  margin-top: 0.15rem;
}

.hero__about-copy {
  margin: 0;
  font-family: "Source Serif 4", "Times New Roman", serif;
  font-size: 1.05rem;
  line-height: 1.55;
  color: rgba(31, 26, 23, 0.9);
  max-width: 65ch;
  letter-spacing: 0.01em;
  word-spacing: 0.08em;
}

.hero__about-copy--primary {
  text-align: center;
}

.hero__about-copy--secondary {
  font-weight: 300;
  font-size: 0.92rem;
  color: rgba(31, 26, 23, 0.65);
  text-align: center;
}

.producer-note {
  border-left: 3px solid var(--ds-warm);
  padding-left: 1rem;
}

.hero__text .cta-group {
  justify-content: flex-start;
}

.hero__cta--primary {
  margin-top: 1rem;
  margin-bottom: 0.5rem;
}

@media (min-width: 960px) {
  .hero {
    padding-top: 7rem;
    padding-bottom: 7rem;
  }
}

.hero__cta--secondary {
  margin-top: 1.5rem;
}

.layout-shell {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 1.5rem 1.75rem;
  display: flex;
  flex-direction: column;
  gap: clamp(0.5rem, 1.8vw, 1.2rem);
}

.projects {
  padding: 0;
  width: 100%;
  margin-top: 0;
}

.section-heading {
  max-width: 720px;
  margin: 0 auto 2.5rem;
  text-align: center;
}

.section-heading p {
  color: var(--ds-muted);
}

.project-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 1.5rem;
}

.project-card {
  background: rgba(255, 255, 255, 0.9);
  border-radius: 24px;
  padding: 1.75rem;
  box-shadow: 0 20px 50px rgba(12, 72, 104, 0.12);
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.project-card ul {
  padding-left: 1.25rem;
  color: var(--ds-muted);
  margin: 1rem 0 0;
}

.project-card li + li {
  margin-top: 0.35rem;
}

.project-link {
  align-self: flex-start;
  text-decoration: none;
  font-weight: 600;
  color: var(--ds-accent-strong);
  padding: 0.6rem 1.25rem;
  border-radius: 999px;
  border: 1px solid rgba(18, 154, 203, 0.4);
}

.project-link[aria-disabled='true'] {
  opacity: 0.5;
  pointer-events: none;
}

@media (max-width: 720px) {
  .hero__text {
    max-width: 100%;
  }

  .hero__text .cta-group {
    justify-content: center;
  }

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


.eyebrow {
  text-transform: uppercase;
  letter-spacing: 0.2em;
  font-size: 0.75rem;
  color: var(--ds-muted);
  margin-bottom: 1rem;
}

.cta-group {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.75rem;
  margin-top: 2rem;
}

.cta {
  text-decoration: none;
  padding: 0.85rem 1.5rem;
  border-radius: 999px;
  font-weight: 600;
  text-align: center;
  border: 1px solid rgba(18, 154, 203, 0.35);
  color: var(--ds-accent-strong);
  background: rgba(255, 255, 255, 0.75);
  transition: transform 150ms ease, box-shadow 150ms ease;
}

.cta:focus-visible {
  outline: 2px solid var(--ds-warm);
  outline-offset: 3px;
}

.cta.primary {
  background: linear-gradient(120deg, var(--ds-warm), var(--ds-accent));
  color: #fff;
  border-color: transparent;
  box-shadow: 0 10px 30px rgba(242, 95, 58, 0.25);
}

.cta.secondary {
  color: var(--ds-warm);
  border-color: rgba(242, 95, 58, 0.35);
  background: rgba(255, 255, 255, 0.85);
}

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

footer {
  text-align: center;
  color: var(--ds-muted);
  margin-top: 3rem;
}

footer .support {
  margin-top: 0.5rem;
  font-size: 0.9rem;
}

footer .support a {
  color: var(--ds-accent-strong);
  text-decoration: none;
  font-weight: 600;
}

@media (min-width: 960px) {
  header,
  footer {
    padding: 2rem 6rem;
  }
}
