:root {
  color-scheme: light;
  --paper: #f3efe5;
  --paper-bright: #fbf9f3;
  --ink: #191814;
  --muted: #6e695d;
  --line: rgba(25, 24, 20, 0.14);
  --lime: #c9f45d;
  --blue: #215ed8;
  --dark: #171b1f;
  --radius: 32px;
  font-family: "Avenir Next", Avenir, "Helvetica Neue", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  min-width: 320px;
  color: var(--ink);
  background:
    radial-gradient(circle at 12% 8%, rgba(201, 244, 93, 0.25), transparent 24rem),
    linear-gradient(180deg, var(--paper-bright), var(--paper));
}
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
.shell { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }

.nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  min-height: 88px;
  border-bottom: 1px solid var(--line);
}
.wordmark {
  font-family: "Iowan Old Style", "Palatino Linotype", serif;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: -0.04em;
}
.nav nav, .footer nav { display: flex; gap: 24px; }
.nav nav a, .footer a { color: var(--muted); font-size: 14px; font-weight: 700; }
.nav nav a:hover, .footer a:hover { color: var(--ink); }

.hero, .product-hero {
  padding: clamp(100px, 15vw, 190px) 0 112px;
}
.hero { min-height: 760px; }
.product-hero { text-align: center; }
.kicker {
  margin: 0 0 20px;
  color: var(--muted);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}
h1, h2, h3, p { margin-top: 0; }
h1 {
  margin-bottom: 32px;
  font-size: clamp(62px, 11vw, 142px);
  line-height: 0.84;
  letter-spacing: -0.085em;
}
h1 em {
  font-family: "Iowan Old Style", "Palatino Linotype", serif;
  font-weight: 400;
}
h2 {
  margin-bottom: 22px;
  font-size: clamp(42px, 6.5vw, 86px);
  line-height: 0.95;
  letter-spacing: -0.065em;
}
h3 { letter-spacing: -0.045em; }
.hero-copy {
  width: min(700px, 100%);
  margin-bottom: 38px;
  color: var(--muted);
  font-size: clamp(20px, 2.2vw, 27px);
  line-height: 1.5;
  letter-spacing: -0.025em;
}
.product-hero .hero-copy { margin-inline: auto; }
.arrow-link {
  display: inline-flex;
  gap: 14px;
  align-items: center;
  font-weight: 800;
}
.arrow-link span { font-size: 24px; }

.work { padding: 100px 0 130px; }
.section-heading { margin-bottom: 46px; }
.project {
  display: grid;
  grid-template-columns: 0.76fr 1.24fr;
  overflow: hidden;
  min-height: 670px;
  border-radius: 44px;
  color: white;
  background: var(--dark);
  box-shadow: 0 42px 110px rgba(32, 28, 20, 0.18);
}
.project-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 62px;
}
.app-icon, .product-icon {
  border-radius: 24%;
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.24);
}
.app-icon { margin-bottom: 34px; }
.product-icon { margin: 0 auto 34px; }
.project-label {
  margin-bottom: 16px;
  color: rgba(255,255,255,0.6);
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.11em;
}
.project h3 {
  margin-bottom: 20px;
  font-size: clamp(40px, 5vw, 68px);
  line-height: 0.95;
}
.project-copy > p:not(.project-label) {
  color: rgba(255,255,255,0.7);
  font-size: 18px;
  line-height: 1.6;
}
.project-art {
  display: grid;
  align-items: center;
  padding: 46px 0 46px 46px;
  background:
    radial-gradient(circle at 80% 20%, rgba(201,244,93,0.28), transparent 20rem),
    #20262b;
}
.project-art img { width: 820px; max-width: none; border-radius: 24px 0 0 24px; }
.actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 24px; }
.actions.centered { justify-content: center; }
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 0 22px;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 800;
}
.button.primary { color: var(--ink); background: var(--lime); }
.button.quiet { border: 1px solid currentColor; color: inherit; opacity: 0.82; }

.principles, .feature-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  padding: 100px 0 130px;
  border-top: 1px solid var(--line);
}
.principles > div, .feature-list article { padding: 34px; border-left: 1px solid var(--line); }
.principles > div:first-child, .feature-list article:nth-child(1) { border-left: 0; padding-left: 0; }
.number, .feature-list span { color: var(--muted); font-size: 13px; font-weight: 800; }
.principles h3, .feature-list h3 { margin: 42px 0 16px; font-size: 28px; }
.principles p:last-child, .feature-list p {
  color: var(--muted);
  font-size: 17px;
  line-height: 1.6;
}

.contact { padding: 120px 0 150px; text-align: center; }
.large-link {
  display: inline-block;
  padding-bottom: 8px;
  border-bottom: 2px solid var(--ink);
  font-size: clamp(20px, 3vw, 34px);
  font-weight: 800;
}
.footer {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  padding: 32px 0 42px;
  border-top: 1px solid var(--line);
  color: var(--muted);
  font-size: 14px;
}

.product-preview {
  padding: 0 0 120px;
}
.product-preview img {
  width: 100%;
  border-radius: 40px;
  box-shadow: 0 38px 100px rgba(35, 44, 69, 0.18);
}
.problem {
  padding: 120px 0;
  text-align: center;
  border-top: 1px solid var(--line);
}
.problem h2, .problem > p:last-child { width: min(850px, 100%); margin-inline: auto; }
.problem > p:last-child {
  color: var(--muted);
  font-size: 21px;
  line-height: 1.6;
}
.feature-list { grid-template-columns: repeat(2, 1fr); }
.feature-list article { border-top: 1px solid var(--line); min-height: 300px; }
.feature-list article:nth-child(2n+1) { border-left: 0; }
.feature-list article:nth-child(1), .feature-list article:nth-child(2) { border-top: 0; }

.document { padding: 100px 0 140px; }
.document h1 { margin-bottom: 24px; font-size: clamp(58px, 9vw, 112px); }
.document-lede {
  width: min(760px, 100%);
  margin-bottom: 74px;
  color: var(--muted);
  font-size: 23px;
  line-height: 1.55;
}
.support-card {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 40px;
  align-items: center;
  margin-bottom: 90px;
  padding: 42px;
  border-radius: var(--radius);
  color: white;
  background: var(--dark);
}
.support-card h2 { font-size: clamp(38px, 5vw, 62px); }
.support-card p:not(.kicker) { max-width: 660px; color: rgba(255,255,255,0.68); line-height: 1.6; }
.faq { width: min(900px, 100%); }
.faq h2, .legal h2, .contact-note h2 { font-size: 34px; letter-spacing: -0.045em; }
details { padding: 24px 0; border-top: 1px solid var(--line); }
details:last-child { border-bottom: 1px solid var(--line); }
summary { cursor: pointer; font-size: 19px; font-weight: 800; }
details p { margin: 14px 0 0; color: var(--muted); line-height: 1.6; }
.contact-note { margin-top: 90px; padding-top: 50px; border-top: 1px solid var(--line); }
.contact-note p, .legal section p {
  color: var(--muted);
  font-size: 17px;
  line-height: 1.7;
}
.contact-note a, .legal a { text-decoration: underline; text-underline-offset: 3px; }
.updated { margin-bottom: 24px; color: var(--muted); font-weight: 700; }
.legal { width: min(900px, calc(100% - 40px)); }
.legal section { padding: 34px 0; border-top: 1px solid var(--line); }
.legal section:last-child { border-bottom: 1px solid var(--line); }

@media (max-width: 850px) {
  .project { grid-template-columns: 1fr; }
  .project-art { padding: 28px 0 28px 28px; }
  .principles { grid-template-columns: 1fr; }
  .principles > div { border-left: 0; border-top: 1px solid var(--line); padding-inline: 0; }
  .feature-list { grid-template-columns: 1fr; }
  .feature-list article { border-left: 0; padding-inline: 0; }
  .feature-list article:nth-child(2) { border-top: 1px solid var(--line); }
  .support-card { grid-template-columns: 1fr; }
}

@media (max-width: 560px) {
  .shell { width: min(100% - 28px, 1180px); }
  .nav { min-height: 74px; }
  .nav nav { gap: 14px; }
  .nav nav a:first-child { display: none; }
  .hero { min-height: 650px; }
  .project-copy { padding: 38px 26px; }
  .project-art img { width: 650px; }
  .actions { flex-direction: column; }
  .button { width: 100%; }
  .footer { flex-direction: column; }
}

/* Dark editorial studio and DashWall product experience */
.studio-home,
.dashwall-page {
  --night: #11130f;
  --night-soft: #1a1d18;
  --night-line: rgba(255, 255, 255, 0.14);
  --night-muted: rgba(255, 255, 255, 0.62);
  margin: 0;
  color: #f7f5ed;
  background:
    radial-gradient(circle at 78% 4%, rgba(201, 244, 93, 0.10), transparent 27rem),
    var(--night);
}

.dark-nav {
  position: relative;
  z-index: 4;
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 92px;
  border-bottom: 1px solid var(--night-line);
}

.wordmark.light { color: #f7f5ed; }
.dark-nav nav,
.dark-footer nav {
  display: flex;
  align-items: center;
  gap: 26px;
}
.dark-nav nav a,
.dark-footer nav a {
  color: var(--night-muted);
  font-size: 13px;
  font-weight: 760;
}
.dark-nav nav a:hover,
.dark-footer nav a:hover { color: #fff; }

.studio-hero {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: end;
  min-height: 770px;
  padding: 116px 0 90px;
}
.studio-intro h1,
.dash-hero h1 {
  max-width: 1050px;
  color: #f7f5ed;
}
.studio-intro h1 {
  margin: 0 0 44px;
  font-size: clamp(66px, 10vw, 138px);
}
.studio-intro h1 em,
.dash-hero h1 em,
.studio-contact h2 em,
.dash-cta h2 em {
  color: var(--lime);
  font-family: "Iowan Old Style", "Palatino Linotype", serif;
  font-weight: 400;
}
.studio-intro > p:last-child {
  max-width: 670px;
  margin: 0;
  color: var(--night-muted);
  font-size: clamp(19px, 2vw, 26px);
  line-height: 1.52;
}
.signal {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 24px;
  color: rgba(255, 255, 255, 0.58);
  font-size: 12px;
  font-weight: 820;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}
.signal span {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--lime);
  box-shadow: 0 0 18px rgba(201, 244, 93, 0.66);
}
.signal.dark { color: var(--muted); }
.studio-mark {
  padding-bottom: 10px;
  color: rgba(255, 255, 255, 0.11);
  font-family: "Iowan Old Style", serif;
  font-size: 64px;
  font-style: italic;
}

.spotlight {
  padding: 90px 0 124px;
  border-top: 1px solid var(--night-line);
}
.spotlight-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 30px;
  margin-bottom: 48px;
}
.spotlight-head h2 {
  margin: 0;
  color: #f7f5ed;
  font-size: clamp(52px, 8vw, 104px);
}
.spotlight-icon {
  border-radius: 24%;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.36);
}
.spotlight-video,
.demo-stage video {
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 34px;
  background: #020302;
  box-shadow: 0 50px 130px rgba(0, 0, 0, 0.45);
}
.spotlight-video video,
.demo-stage video {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
}
.spotlight-copy {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 80px;
  align-items: start;
  padding: 54px 0 0;
}
.spotlight-copy h3 {
  margin: 0;
  color: #f7f5ed;
  font-size: clamp(38px, 5vw, 66px);
  line-height: 1;
}
.spotlight-copy p {
  margin: 0;
  color: var(--night-muted);
  font-size: 19px;
  line-height: 1.65;
}
.dark-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 14px;
  margin-top: 30px;
}
.dark-actions.centered { justify-content: center; }
.lime-button,
.text-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 22px;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 820;
}
.lime-button {
  color: #15170f;
  background: var(--lime);
  box-shadow: 0 15px 42px rgba(201, 244, 93, 0.15);
}
.text-button {
  color: #f7f5ed;
  border: 1px solid rgba(255, 255, 255, 0.24);
}
.lime-button:hover,
.text-button:hover { transform: translateY(-1px); }

.proof {
  color: var(--ink);
  background: var(--paper);
  width: 100%;
  max-width: none;
  padding: 128px max(20px, calc((100vw - 1180px) / 2));
}
.proof-copy {
  display: grid;
  grid-template-columns: 1fr 0.72fr;
  gap: 80px;
  align-items: end;
  margin-bottom: 58px;
}
.proof-copy h2 { margin: 0; }
.proof-copy > p:last-child {
  margin: 0;
  color: var(--muted);
  font-size: 20px;
  line-height: 1.62;
}
.proof-image { margin: 0; }
.proof-image img {
  width: 100%;
  border-radius: 30px;
  box-shadow: 0 35px 100px rgba(27, 29, 24, 0.20);
}
.proof-image figcaption {
  margin-top: 16px;
  color: var(--muted);
  font-size: 12px;
  font-weight: 750;
  text-align: right;
  text-transform: uppercase;
  letter-spacing: 0.12em;
}

.studio-values {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  padding: 110px 0 140px;
}
.studio-values article {
  min-height: 280px;
  padding: 0 34px;
  border-left: 1px solid var(--night-line);
}
.studio-values article:first-child { padding-left: 0; border-left: 0; }
.studio-values span,
.product-notes span {
  color: var(--lime);
  font-family: "SF Mono", Menlo, monospace;
  font-size: 12px;
  font-weight: 800;
}
.studio-values h3 {
  margin: 84px 0 16px;
  color: #f7f5ed;
  font-size: 30px;
}
.studio-values p {
  color: var(--night-muted);
  font-size: 16px;
  line-height: 1.65;
}
.studio-contact {
  padding: 124px 0 145px;
  border-top: 1px solid var(--night-line);
  text-align: center;
}
.studio-contact .signal { justify-content: center; }
.studio-contact h2,
.dash-cta h2 {
  margin-bottom: 40px;
  color: #f7f5ed;
  font-size: clamp(58px, 9vw, 118px);
}
.studio-contact > a {
  color: var(--lime);
  font-size: clamp(18px, 2vw, 26px);
  font-weight: 820;
}
.dark-footer {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  padding: 32px 0 42px;
  border-top: 1px solid var(--night-line);
  color: var(--night-muted);
  font-size: 13px;
}

.dash-hero {
  padding: 100px 0 90px;
}
.dash-identity {
  display: flex;
  align-items: center;
  gap: 22px;
  margin-bottom: 58px;
}
.dash-identity img,
.dash-cta img {
  border-radius: 24%;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.34);
}
.dash-identity p {
  margin: 0;
  color: #f7f5ed;
  font-size: 22px;
  font-weight: 850;
}
.dash-identity p span { color: var(--night-muted); font-weight: 600; }
.dash-hero h1 {
  margin: 0 0 64px;
  font-size: clamp(62px, 10vw, 130px);
}
.dash-hero-bottom {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 60px;
  align-items: end;
}
.dash-hero-bottom > p {
  max-width: 670px;
  margin: 0;
  color: var(--night-muted);
  font-size: clamp(19px, 2vw, 25px);
  line-height: 1.55;
}
.dash-hero-bottom .dark-actions { margin: 0; }

.demo-stage { padding-bottom: 120px; }
.demo-stage > p {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  margin: 18px 4px 0;
  color: var(--night-muted);
  font-size: 13px;
  font-weight: 720;
}
.demo-stage > p span { font-family: "SF Mono", Menlo, monospace; color: var(--lime); }

.product-manifesto {
  width: 100%;
  max-width: none;
  padding: 128px max(20px, calc((100vw - 1180px) / 2));
  color: var(--ink);
  background: var(--paper);
}
.product-manifesto h2 { max-width: 1000px; }
.product-manifesto > p:last-child {
  max-width: 760px;
  color: var(--muted);
  font-size: 21px;
  line-height: 1.65;
}
.real-product {
  width: 100%;
  max-width: none;
  padding: 0 max(20px, calc((100vw - 1180px) / 2)) 130px;
  color: var(--ink);
  background: var(--paper);
}
.real-product figure { margin: 0; }
.real-product figure img {
  width: 100%;
  border-radius: 30px;
  box-shadow: 0 38px 100px rgba(27, 29, 24, 0.22);
}
.product-notes {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 56px;
}
.product-notes article {
  padding: 0 30px;
  border-left: 1px solid var(--line);
}
.product-notes article:first-child { padding-left: 0; border-left: 0; }
.product-notes h3 { margin: 44px 0 12px; font-size: 27px; }
.product-notes p { color: var(--muted); line-height: 1.65; }

.dash-features {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 100px;
  padding: 130px 0;
}
.feature-lead h2 {
  color: #f7f5ed;
  font-size: clamp(44px, 6vw, 76px);
}
.feature-rows article {
  display: grid;
  grid-template-columns: 0.42fr 0.58fr;
  gap: 28px;
  padding: 27px 0;
  border-top: 1px solid var(--night-line);
}
.feature-rows article:last-child { border-bottom: 1px solid var(--night-line); }
.feature-rows span { color: #f7f5ed; font-size: 16px; font-weight: 820; }
.feature-rows p { margin: 0; color: var(--night-muted); line-height: 1.6; }

.dash-cta {
  padding: 120px 0 145px;
  border-top: 1px solid var(--night-line);
  text-align: center;
}
.dash-cta img { margin: 0 auto 34px; }
.dash-cta .signal { justify-content: center; }

@media (max-width: 900px) {
  .studio-hero { grid-template-columns: 1fr; min-height: 700px; }
  .studio-mark { display: none; }
  .spotlight-copy,
  .proof-copy,
  .dash-features { grid-template-columns: 1fr; gap: 40px; }
  .dash-hero-bottom { grid-template-columns: 1fr; gap: 30px; }
  .dash-hero-bottom .dark-actions { justify-content: flex-start; }
}

@media (max-width: 680px) {
  .dark-nav { min-height: 74px; }
  .dark-nav nav { gap: 14px; }
  .dark-nav nav a:first-child { display: none; }
  .studio-hero { min-height: 620px; padding-top: 84px; }
  .studio-intro h1 { font-size: clamp(54px, 17vw, 76px); }
  .spotlight { padding-top: 72px; }
  .spotlight-head { align-items: center; }
  .spotlight-icon { width: 64px; height: 64px; }
  .spotlight-video,
  .demo-stage video { border-radius: 18px; }
  .spotlight-copy { padding-top: 34px; }
  .proof,
  .product-manifesto { padding-top: 88px; padding-bottom: 88px; }
  .proof-image img,
  .real-product figure img { border-radius: 16px; }
  .studio-values,
  .product-notes { grid-template-columns: 1fr; }
  .studio-values article,
  .product-notes article {
    min-height: auto;
    padding: 34px 0;
    border-top: 1px solid var(--night-line);
    border-left: 0;
  }
  .product-notes article { border-color: var(--line); }
  .studio-values h3,
  .product-notes h3 { margin-top: 32px; }
  .dark-footer { flex-direction: column; }
  .dash-hero { padding-top: 70px; }
  .dash-identity { margin-bottom: 40px; }
  .dash-identity img { width: 72px; height: 72px; }
  .dash-hero h1 { font-size: clamp(54px, 16vw, 78px); }
  .dash-hero-bottom .dark-actions,
  .dark-actions { align-items: stretch; flex-direction: column; }
  .lime-button,
  .text-button { width: 100%; }
  .demo-stage > p { display: block; line-height: 1.6; }
  .demo-stage > p span { display: block; }
  .feature-rows article { grid-template-columns: 1fr; gap: 10px; }
}
