:root {
  --ink: #111111;
  --muted: #626262;
  --paper: #f7f4ee;
  --card: #ffffff;
  --line: #ddd6ce;
  --tan: #bd875c;
  --rose: #f0d5df;
  --sage: #d7e7dd;
  --sky: #d9e5f4;
  --lemon: #f1e4ad;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Arial, Helvetica, sans-serif;
}

a {
  color: inherit;
}

.hero {
  min-height: 760px;
  padding: 28px;
  background:
    radial-gradient(circle at 8% 8%, #bd875c 0 94px, transparent 96px),
    linear-gradient(135deg, #ffffff 0%, #fbf6ef 48%, #ead8ca 100%);
}

.nav {
  max-width: 1160px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 22px;
  padding-bottom: 18px;
  border-bottom: 3px solid var(--ink);
}

.nav strong {
  font-size: 22px;
}

.nav div {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
}

.nav a {
  font-weight: 800;
  text-decoration: none;
}

.hero-grid {
  max-width: 1160px;
  margin: 96px auto 0;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(360px, 0.95fr);
  gap: 56px;
  align-items: center;
}

.eyebrow {
  margin: 0 0 14px;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

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

h1,
h2 {
  font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
  letter-spacing: 0;
}

h1 {
  max-width: 760px;
  margin-bottom: 24px;
  font-size: 76px;
  line-height: 0.96;
}

h2 {
  margin-bottom: 16px;
  font-size: 48px;
  line-height: 1;
}

h3 {
  margin-bottom: 10px;
  font-size: 24px;
}

.lead {
  max-width: 690px;
  color: var(--muted);
  font-size: 19px;
  line-height: 1.6;
}

.actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 30px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 20px;
  border: 2px solid var(--ink);
  background: #ffffff;
  font-weight: 900;
  text-decoration: none;
}

.button.primary {
  background: var(--ink);
  color: #ffffff;
}

.hero-preview {
  overflow: hidden;
  border: 3px solid var(--ink);
  background: #ffffff;
  box-shadow: 14px 14px 0 rgba(17, 17, 17, 0.12);
}

.browser-bar {
  display: flex;
  gap: 9px;
  padding: 16px 18px;
  background: var(--ink);
}

.browser-bar span {
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background: #f06d6d;
}

.browser-bar span:nth-child(2) {
  background: #f0c85e;
}

.browser-bar span:nth-child(3) {
  background: #63c476;
}

.preview-hero {
  padding: 36px;
  background: var(--rose);
}

.preview-hero p {
  margin-bottom: 8px;
  font-weight: 900;
}

.preview-hero h2 {
  max-width: 420px;
  font-size: 42px;
}

.preview-button {
  width: 164px;
  height: 40px;
  margin-top: 22px;
  background: var(--ink);
}

.preview-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  padding: 24px;
}

.preview-grid div {
  min-height: 112px;
  background: #eeeeee;
}

main {
  max-width: 1160px;
  margin: 0 auto;
  padding: 62px 28px 90px;
}

.section {
  padding: 58px 0;
  border-bottom: 2px solid var(--line);
}

.section-head {
  max-width: 780px;
  margin-bottom: 32px;
}

.section-head p,
.split p,
.contact p,
.project p,
.style-card p {
  color: var(--muted);
  font-size: 17px;
  line-height: 1.55;
}

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

.style-card {
  min-height: 392px;
  padding: 18px;
  border: 2px solid var(--line);
  background: #ffffff;
}

.style-card strong {
  display: block;
  margin-top: 18px;
  margin-bottom: 8px;
  font-size: 20px;
}

.mock-nav,
.dash-top,
.portfolio-head {
  height: 38px;
  background: var(--ink);
}

.mock-nav {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 8px;
  padding: 0 12px;
}

.mock-nav span {
  width: 44px;
  height: 7px;
  background: #ffffff;
}

.mock-hero {
  min-height: 154px;
  padding: 22px;
}

.mock-hero p {
  margin-bottom: 7px;
  color: var(--ink);
  font-weight: 800;
}

.mock-hero h3 {
  max-width: 280px;
  font-size: 28px;
}

.mock-pill {
  width: 124px;
  height: 28px;
  margin-top: 16px;
  background: var(--ink);
  border-radius: 14px;
}

.mock-row,
.dash-grid,
.portfolio-tiles {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  margin-top: 14px;
}

.mock-row span,
.dash-grid span,
.portfolio-tiles span {
  min-height: 64px;
  background: rgba(255, 255, 255, 0.72);
}

.beauty {
  background: var(--rose);
}

.shop {
  background: var(--sage);
}

.dashboard {
  background: var(--sky);
}

.booking {
  background: #ffffff;
}

.portfolio {
  background: var(--lemon);
}

.content {
  background: #ece7df;
}

.shop-layout {
  display: grid;
  grid-template-columns: 82px 1fr;
  gap: 14px;
}

.shop-side {
  min-height: 230px;
  background: var(--ink);
}

.shop-items {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
}

.shop-items span {
  min-height: 108px;
  background: rgba(255, 255, 255, 0.78);
  border: 2px solid rgba(17, 17, 17, 0.08);
}

.dash-grid span {
  min-height: 72px;
  background: #ffffff;
}

.dash-chart {
  height: 126px;
  margin-top: 14px;
  background:
    linear-gradient(135deg, transparent 0 22%, rgba(17,17,17,.16) 22% 24%, transparent 24% 100%),
    #ffffff;
}

.calendar {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 8px;
}

.calendar span {
  min-height: 46px;
  background: var(--rose);
}

.booking-panel {
  height: 92px;
  margin-top: 14px;
  background: var(--ink);
}

.portfolio-tiles span {
  min-height: 130px;
  background: #ffffff;
}

.article-lines {
  display: grid;
  gap: 12px;
}

.article-lines span {
  height: 18px;
  background: var(--ink);
}

.article-lines span:nth-child(2),
.article-lines span:nth-child(4) {
  width: 76%;
}

.content-card {
  height: 116px;
  margin-top: 22px;
  background: #ffffff;
}

.projects {
  display: grid;
  gap: 22px;
}

.project {
  display: grid;
  grid-template-columns: 320px minmax(0, 1fr);
  gap: 26px;
  align-items: center;
  padding: 18px;
  border: 2px solid var(--line);
  background: var(--card);
}

.project img {
  display: block;
  width: 100%;
  border: 1px solid var(--line);
}

.project ul {
  margin: 12px 0 0;
  padding-left: 20px;
  line-height: 1.55;
}

.split {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(280px, 1.1fr);
  gap: 42px;
}

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

.skills span {
  display: block;
  padding: 14px;
  background: #ffffff;
  border: 2px solid var(--line);
  font-weight: 800;
}

.contact {
  border-bottom: 0;
  text-align: center;
}

.contact p {
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 900px) {
  .hero-grid,
  .split,
  .project {
    grid-template-columns: 1fr;
  }

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

@media (max-width: 640px) {
  .hero {
    min-height: auto;
    padding: 22px 18px 46px;
  }

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

  .hero-grid {
    margin-top: 58px;
    gap: 34px;
  }

  h1 {
    font-size: 50px;
  }

  h2 {
    font-size: 38px;
  }

  main {
    padding: 36px 18px 58px;
  }

  .style-grid,
  .skills {
    grid-template-columns: 1fr;
  }

  .hero-preview {
    box-shadow: none;
  }
}
