:root {
  --sand: #d8c8b8;
  --brown: #3c2a23;
  --burgundy: #48151b;
  --cream: #f4ebdd;
  --gold: #b58a4a;
  --display: "DM Serif Display", Georgia, serif;
  --body: "Roboto Condensed", "Arial Narrow", Arial, sans-serif;
  --accent: "Inter", Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--sand);
  color: var(--brown);
  font-family: var(--body);
  line-height: 1.24;
}
img { display: block; width: 100%; }
a { color: inherit; }

.hero {
  min-height: 640px;
  display: grid;
  grid-template-columns: 2fr 1fr;
  background: var(--sand);
}
.hero-image-wrap { min-height: 640px; overflow: hidden; }
.hero-image { width: 100%; height: 100%; object-fit: cover; object-position: center; }
.hero-copy {
  padding: clamp(56px, 6vw, 90px) clamp(44px, 5vw, 84px);
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.hero-copy h1,
.about h2,
.portfolio h2 {
  font-family: var(--display);
  font-weight: 400;
  margin: 0;
}
.hero-copy h1 { font-size: clamp(46px, 5vw, 76px); line-height: .95; }
.hero-copy h1 span { color: #9d363d; }
.rule { width: 110px; height: 3px; background: var(--gold); margin: 28px 0 48px; }
.hero-copy h2 {
  font-family: var(--body);
  font-size: clamp(25px, 2vw, 36px);
  line-height: 1.02;
  margin: 0 0 34px;
  font-weight: 600;
}
.hero-copy p { margin: 0; font-size: clamp(20px, 1.55vw, 29px); line-height: 1.08; font-weight: 500; }

.portfolio {
  background: var(--burgundy);
  color: var(--cream);
  display: grid;
  grid-template-columns: 0.78fr repeat(3, 1fr);
  gap: clamp(20px, 3vw, 48px);
  padding: 26px clamp(36px, 5vw, 76px) 42px;
  align-items: start;
}
.portfolio-intro h2 { font-size: clamp(44px, 4vw, 66px); line-height: .92; }
.portfolio .rule { margin: 24px 0 32px; width: 130px; }
.etsy-copy { font-family: var(--accent); font-size: 17px; line-height: 1.2; }
.etsy-copy strong { font-weight: 600; }
.etsy-copy p { margin: 3px 0 18px; font-style: italic; }
.etsy-copy a { color: var(--cream); font-style: italic; text-decoration: none; border-bottom: 1px solid transparent; }
.etsy-copy a:hover { border-bottom-color: var(--gold); }
.etsy-copy a span { color: var(--gold); margin-left: 16px; font-size: 1.5em; vertical-align: -.08em; }
.project-card img { aspect-ratio: 1.55 / 1; object-fit: cover; }
.project-card:first-of-type img { object-position: center; }
.project-card h3 { margin: 15px 0 5px; font-size: clamp(21px, 1.5vw, 28px); font-weight: 500; }
.project-card p { margin: 0; font-family: var(--accent); font-style: italic; font-size: 16px; }

.about {
  background: var(--sand);
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: clamp(42px, 8vw, 110px);
  align-items: center;
  padding: clamp(90px, 10vw, 150px) clamp(52px, 8vw, 125px);
}
.about-copy { max-width: 650px; justify-self: end; }
.about h2 { color: var(--burgundy); font-size: clamp(43px, 4vw, 66px); }
.about .rule { margin: 26px 0 42px; width: 180px; }
.about p { font-size: clamp(19px, 1.4vw, 26px); margin: 0 0 28px; line-height: 1.22; }
.about .bottom-rule { margin: 42px auto 0; width: 220px; }
.about-image-wrap { width: 100%; max-width: 760px; }
.about-image-wrap img { aspect-ratio: 1.25 / 1; object-fit: cover; object-position: 50% 50%; }

.statement {
  background: var(--brown);
  color: var(--cream);
  text-align: center;
  padding: clamp(58px, 7vw, 90px) 24px;
}
.statement p { margin: 0; font-family: var(--display); font-size: clamp(43px, 4.8vw, 78px); line-height: .94; }
.statement em { color: var(--gold); font-style: normal; }
.mobile-break { display: none; }

footer {
  background: var(--sand);
  min-height: 170px;
  padding: 52px clamp(38px, 8vw, 120px);
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 32px;
  font-family: var(--accent);
  font-size: 15px;
}
footer p { margin: 0; }
footer a { text-decoration: none; }
footer a:hover { text-decoration: underline; }
footer strong { font-family: var(--display); font-size: 20px; font-weight: 400; }

@media (max-width: 900px) {
  .desktop-only { display: none; }
  .hero { grid-template-columns: 1fr; min-height: auto; }
  .hero-image-wrap { min-height: 0; aspect-ratio: 1.5 / 1; }
  .hero-copy { padding: 46px 30px 56px; }
  .hero-copy h1 { font-size: 54px; }
  .hero-copy p { font-size: 22px; max-width: 18em; }
  .hero-copy .rule { margin: 22px 0 34px; }

  .portfolio { grid-template-columns: 1fr; padding: 42px 28px 50px; }
  .portfolio-intro { margin-bottom: 6px; }
  .etsy-copy { max-width: 320px; }
  .project-card img { aspect-ratio: 1.45/1; }

  .about { grid-template-columns: 1fr; padding: 76px 28px; gap: 46px; }
  .about-copy { justify-self: stretch; max-width: none; }
  .about-image-wrap { max-width: none; }
  .about-image-wrap img { aspect-ratio: 1.18/1; }

  .statement p { font-size: 50px; }
  .mobile-break { display: initial; }
  footer { min-height: 0; padding: 38px 28px 52px; flex-direction: column; }
}

@media (max-width: 520px) {
  .hero-image-wrap { aspect-ratio: 1.12 / 1; }
  .hero-copy h1 { font-size: 48px; }
  .hero-copy h2 { font-size: 25px; }
  .hero-copy p { font-size: 20px; }
  .portfolio-intro h2 { font-size: 48px; }
  .about h2 { font-size: 46px; }
  .about p { font-size: 19px; }
  .statement p { font-size: 42px; }
}
