.generated-preview {
  height: auto !important;
  min-height: 0 !important;
  margin: 0;
  background: #ddd;
  box-shadow: 0 24px 70px #16181418;
}
.generated-preview img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 16/10;
  object-fit: cover;
}
:root {
  --ink: #171816;
  --paper: #f2f0e9;
  --lime: #c9ff4a;
  --line: #c8c7bf;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: Arial, Helvetica, sans-serif;
}
a {
  color: inherit;
  text-decoration: none;
}
button {
  font: inherit;
  border: 0;
}
header {
  height: 90px;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  padding: 0 4.5vw;
  border-bottom: 1px solid var(--line);
  position: relative;
  z-index: 2;
}
.logo {
  font-size: 22px;
  font-weight: 900;
  letter-spacing: -0.06em;
}
.logo span {
  font-weight: 400;
  font-style: italic;
}
nav {
  display: flex;
  gap: 32px;
  font-size: 12px;
  font-weight: 700;
}
nav span {
  color: #989991;
}
.availability {
  justify-self: end;
  font-size: 11px;
}
.availability i {
  display: inline-block;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #61b44b;
  margin-right: 7px;
}
.hero {
  min-height: 680px;
  padding: 58px 4.5vw 75px;
  position: relative;
  overflow: hidden;
}
.hero-kicker {
  display: flex;
  justify-content: space-between;
  text-transform: uppercase;
  font-size: 10px;
  letter-spacing: 0.15em;
}
.hero h1 {
  margin: 75px 0 52px;
  font-size: clamp(62px, 9.2vw, 142px);
  line-height: 0.82;
  letter-spacing: -0.085em;
  font-weight: 800;
}
.hero h1 em {
  font-family: Georgia, serif;
  font-weight: 400;
}
.hero-bottom {
  display: flex;
  align-items: end;
  justify-content: space-between;
  max-width: 1020px;
}
.hero-bottom p {
  max-width: 480px;
  margin: 0;
  font-size: 17px;
  line-height: 1.6;
}
.hero-bottom a {
  font-size: 13px;
  font-weight: 800;
  border-bottom: 1px solid;
  padding-bottom: 6px;
}
.hero-bottom a span {
  margin-left: 30px;
}
.orbit {
  position: absolute;
  right: -48px;
  bottom: -66px;
  width: 230px;
  height: 230px;
  border-radius: 50%;
  background: var(--lime);
  display: grid;
  place-items: center;
  transform: rotate(18deg);
}
.orbit span {
  width: 120px;
  text-align: center;
  font-size: 11px;
  font-weight: 900;
  line-height: 1.8;
}
.intro {
  padding: 125px 4.5vw 90px;
  border-top: 1px solid var(--line);
  display: grid;
  grid-template-columns: 1fr 3fr;
}
.eyebrow {
  text-transform: uppercase;
  letter-spacing: 0.14em;
  font-size: 10px;
  font-weight: 800;
}
.intro > div {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 60px;
  align-items: end;
}
.intro h2,
.services h2 {
  margin: 0;
  font-size: clamp(42px, 5.4vw, 78px);
  line-height: 0.98;
  letter-spacing: -0.065em;
}
.intro > div p,
.services-heading > p {
  margin: 0;
  max-width: 370px;
  font-size: 14px;
  line-height: 1.7;
  color: #62635e;
}
.projects {
  padding: 0 4.5vw;
}
.project {
  display: grid;
  grid-template-columns: 150px 1fr;
  gap: 24px;
  padding: 48px 0 95px;
  border-top: 1px solid var(--line);
}
.project-meta {
  grid-row: 1/3;
  font-size: 11px;
}
.project-meta > span {
  font-family: Georgia, serif;
  font-size: 36px;
}
.project-meta p {
  margin: 30px 0 6px;
  font-weight: 800;
}
.project-meta small {
  text-transform: uppercase;
  color: #8c8d87;
  font-size: 8px;
  letter-spacing: 0.12em;
}
.preview {
  height: min(52vw, 660px);
  min-height: 430px;
  position: relative;
  overflow: hidden;
  display: block;
  background: #ddd;
}
.project-copy {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  padding-top: 16px;
}
.project-copy > div {
  display: flex;
  align-items: baseline;
  gap: 18px;
}
.project-copy h3 {
  margin: 0;
  font-size: 27px;
  letter-spacing: -0.04em;
}
.project-copy span {
  font-family: Georgia, serif;
  font-style: italic;
  color: #7d7e78;
}
.project-copy p {
  margin: 0;
  max-width: 520px;
  color: #62635e;
  font-size: 13px;
  line-height: 1.65;
}
.open-demo {
  position: absolute;
  right: 20px;
  bottom: 20px;
  padding: 12px 16px;
  background: var(--lime);
  font-size: 11px;
  font-weight: 900;
  z-index: 4;
}
.mini-site {
  position: absolute;
  inset: 7%;
  overflow: hidden;
  box-shadow: 0 25px 65px #0002;
}
.mini-nav {
  height: 13%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 5%;
  font-size: clamp(8px, 1vw, 13px);
}
.mini-nav span {
  font-size: 0.75em;
}
.mini-site h3 {
  margin: 0;
  letter-spacing: -0.055em;
}
.mini-site button {
  padding: 11px 16px;
  margin-top: 20px;
  font-size: clamp(7px, 0.8vw, 11px);
  font-weight: 800;
}
.mini-site small {
  font-size: clamp(6px, 0.7vw, 9px);
  letter-spacing: 0.16em;
  font-weight: 800;
}
.pho {
  background: #d3c8b1;
}
.pho-site {
  background: #f5efe4;
  color: #18251e;
}
.pho-site .mini-nav {
  background: #fff;
}
.pho-site .mini-nav i {
  font-style: normal;
  background: #b72a22;
  color: #fff;
  border-radius: 50%;
  padding: 6px;
}
.pho-layout {
  height: 87%;
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.pho-layout > div:first-child {
  padding: 12% 9%;
}
.pho-layout h3 {
  margin-top: 8%;
  font-family: Georgia, serif;
  font-size: clamp(27px, 4.4vw, 67px);
  font-weight: 400;
}
.pho-layout h3 em {
  color: #b72a22;
}
.pho-layout button {
  background: #b72a22;
  color: #fff;
}
.pho-bowl {
  display: grid;
  place-items: center;
  background: linear-gradient(135deg, #95a177, #d3b97e);
}
.pho-bowl > div {
  width: 68%;
  aspect-ratio: 1;
  border-radius: 50%;
  background: repeating-radial-gradient(
    ellipse,
    #d0b375 0 7px,
    #805b3e 9px 15px
  );
  border: 22px solid #f7f1df;
  box-shadow: 0 22px 40px #18251e55;
  position: relative;
}
.pho-bowl i {
  position: absolute;
  width: 26%;
  height: 12%;
  border-radius: 50%;
  background: #88482f;
}
.pho-bowl i:nth-child(1) {
  left: 18%;
  top: 30%;
}
.pho-bowl i:nth-child(2) {
  right: 15%;
  top: 45%;
}
.pho-bowl i:nth-child(3) {
  left: 34%;
  bottom: 20%;
}
.coach {
  background: #b4bfd0;
}
.coach-site {
  background: #071a40;
  color: #fff;
}
.coach-site .mini-nav {
  border-bottom: 1px solid #ffffff33;
}
.coach-site .mini-nav b {
  font-size: 2em;
}
.coach-site .mini-nav b span {
  color: #ef4c25;
}
.coach-copy {
  padding: 10% 7%;
  position: relative;
  z-index: 2;
}
.coach-copy small {
  color: #f5743c;
}
.coach-copy h3 {
  font-size: clamp(42px, 7vw, 102px);
  line-height: 0.84;
  text-transform: uppercase;
  margin-top: 2%;
}
.coach-copy h3 i {
  color: #d7ff45;
}
.coach-copy button {
  background: #d7ff45;
  color: #071a40;
}
.court-lines {
  position: absolute;
  width: 58%;
  aspect-ratio: 1;
  border: 2px solid #fff5;
  border-radius: 50%;
  right: -10%;
  bottom: -55%;
  transform: rotate(-12deg);
}
.court-lines span {
  position: absolute;
  inset: 20%;
  border: 2px solid #fff4;
  border-radius: 50%;
}
.court-lines i {
  position: absolute;
  width: 100%;
  height: 2px;
  background: #fff4;
  top: 50%;
}
.pilates {
  background: #ddd6d1;
}
.pilates-site {
  background: #e9ded8;
  color: #473c38;
}
.pilates-site .mini-nav {
  position: relative;
  z-index: 2;
}
.pilates-site .mini-nav b {
  font-family: Georgia, serif;
  letter-spacing: 0.2em;
}
.pilates-copy {
  position: absolute;
  left: 8%;
  top: 31%;
  z-index: 2;
}
.pilates-copy h3 {
  font-family: Georgia, serif;
  font-size: clamp(34px, 6vw, 86px);
  font-weight: 400;
  line-height: 0.93;
  margin-top: 5%;
}
.pilates-copy h3 i {
  color: #9b5e54;
}
.pilates-copy button {
  background: #473c38;
  color: #fff;
}
.pilates-orb {
  position: absolute;
  width: 54%;
  aspect-ratio: 1;
  border-radius: 50% 48% 43% 53%;
  right: 4%;
  top: 16%;
  background: linear-gradient(145deg, #b88377, #efd3ca);
  transform: rotate(-10deg);
}
.pilates-orb span {
  position: absolute;
  width: 31%;
  height: 67%;
  border-radius: 50%;
  background: #5f453f;
  left: 34%;
  top: 18%;
  transform: rotate(24deg);
  opacity: 0.65;
}
.electric {
  background: #1a1d1a;
}
.electric-site {
  background: #f4d735;
  color: #111;
}
.electric-site .mini-nav {
  border-bottom: 2px solid #111;
}
.electric-site .mini-nav b {
  font-size: 1.4em;
}
.electric-site .mini-nav b span {
  font-size: 1em;
}
.electric-site .mini-nav strong {
  background: #111;
  color: #fff;
  padding: 7px 10px;
  font-size: 0.7em;
}
.electric-copy {
  padding: 6% 7%;
}
.bolt {
  float: right;
  width: 25%;
  aspect-ratio: 1;
  border: 3px solid;
  border-radius: 50%;
  display: grid;
  place-items: center;
  font-size: clamp(50px, 8vw, 110px);
}
.electric-copy h3 {
  font-size: clamp(40px, 6.5vw, 94px);
  line-height: 0.89;
  text-transform: uppercase;
  margin-top: 4%;
  max-width: 75%;
}
.electric-copy button {
  background: #111;
  color: #fff;
}
.salon {
  background: #c6b1c4;
}
.salon-site {
  background: #f2b7cd;
  color: #2c1327;
}
.salon-site .mini-nav b {
  font-family: Georgia, serif;
  font-size: 2em;
}
.salon-copy {
  position: absolute;
  z-index: 2;
  left: 7%;
  top: 32%;
}
.salon-copy h3 {
  font-size: clamp(40px, 7vw, 100px);
  line-height: 0.83;
  text-transform: uppercase;
  margin-top: 4%;
}
.salon-copy h3 i {
  font-family: Georgia, serif;
  text-transform: none;
  font-weight: 400;
  color: #fff;
}
.salon-copy button {
  border: 1px solid;
  background: transparent;
}
.salon-arch {
  position: absolute;
  width: 38%;
  height: 72%;
  right: 7%;
  bottom: 0;
  border-radius: 50% 50% 0 0;
  background: #5c264e;
  padding: 5%;
}
.salon-arch span {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 50% 50% 0 0;
  background: linear-gradient(180deg, #ca8d9f, #422037);
}
.accounting {
  background: #b9c8bf;
}
.accounting-site {
  background: #e5eee8;
  color: #183229;
}
.accounting-site .mini-nav {
  border-bottom: 1px solid #81988b;
}
.accounting-site .mini-nav b {
  font-family: Georgia, serif;
}
.accounting-site .mini-nav b span {
  font-style: italic;
  color: #9b6c45;
  margin: 0 4px;
}
.accounting-copy {
  padding: 8% 7%;
  position: relative;
  z-index: 2;
}
.accounting-copy h3 {
  font-family: Georgia, serif;
  font-weight: 400;
  font-size: clamp(36px, 6vw, 88px);
  line-height: 0.94;
  margin-top: 4%;
}
.accounting-copy p {
  font-size: clamp(8px, 1vw, 14px);
  max-width: 290px;
  color: #4f685e;
}
.accounting-copy button {
  background: #183229;
  color: #fff;
}
.accounting-mark {
  position: absolute;
  right: 5%;
  bottom: -17%;
  font-family: Georgia, serif;
  font-size: clamp(230px, 35vw, 500px);
  line-height: 1;
  color: #c9d8ce;
}
.services {
  margin-top: 40px;
  padding: 120px 4.5vw;
  background: #171816;
  color: #f4f2ea;
}
.services-heading {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 80px;
  align-items: end;
  margin: 45px 0 90px;
}
.services-heading > p {
  color: #aaa9a1;
}
.service-list {
  border-top: 1px solid #444;
}
.service-list > div {
  display: grid;
  grid-template-columns: 80px 1fr 1fr;
  align-items: center;
  gap: 25px;
  padding: 28px 0;
  border-bottom: 1px solid #444;
}
.service-list span {
  color: var(--lime);
  font-family: Georgia, serif;
}
.service-list h3 {
  margin: 0;
  font-size: 25px;
}
.service-list p {
  margin: 0;
  color: #aaa9a1;
  font-size: 13px;
}
.closing {
  min-height: 550px;
  padding: 110px 4.5vw;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  text-align: center;
  background: var(--lime);
}
.closing p {
  font-weight: 900;
}
.closing h2 {
  font-size: clamp(50px, 7vw, 104px);
  line-height: 0.9;
  letter-spacing: -0.07em;
  margin: 0;
}
.closing h2 em {
  font-family: Georgia, serif;
  font-weight: 400;
}
.closing span,
.closing-contact {
  text-transform: uppercase;
  font-size: 10px;
  letter-spacing: 0.14em;
}
.closing-contact {
  font-weight: 900;
  border-bottom: 1px solid;
  padding-bottom: 7px;
}
footer {
  padding: 30px 4.5vw;
  display: flex;
  justify-content: space-between;
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}
footer a {
  font-weight: 800;
}
@media (max-width: 800px) {
  header {
    grid-template-columns: 1fr auto;
    height: 74px;
    padding: 0 20px;
  }
  header nav {
    display: none;
  }
  .availability {
    font-size: 9px;
  }
  .hero {
    min-height: 650px;
    padding: 45px 20px;
  }
  .hero-kicker span:last-child {
    display: none;
  }
  .hero h1 {
    margin: 95px 0 55px;
    font-size: 18vw;
    line-height: 0.88;
  }
  .hero-bottom {
    display: block;
  }
  .hero-bottom p {
    font-size: 15px;
  }
  .hero-bottom a {
    display: inline-block;
    margin-top: 35px;
  }
  .orbit {
    width: 150px;
    height: 150px;
    right: -50px;
    bottom: -35px;
  }
  .intro {
    padding: 85px 20px 60px;
    display: block;
  }
  .intro > div {
    display: block;
  }
  .intro h2 {
    margin: 30px 0;
  }
  .projects {
    padding: 0 20px;
  }
  .project {
    grid-template-columns: 1fr;
    padding: 32px 0 65px;
  }
  .project-meta {
    grid-row: auto;
    display: flex;
    align-items: center;
    gap: 15px;
  }
  .project-meta > span {
    font-size: 23px;
  }
  .project-meta p {
    margin: 0;
  }
  .project-meta small {
    margin-left: auto;
  }
  .preview {
    height: 72vw;
    min-height: 300px;
  }
  .mini-site {
    inset: 4%;
  }
  .project-copy {
    grid-template-columns: 1fr;
    gap: 15px;
  }
  .project-copy > div {
    justify-content: space-between;
  }
  .project-copy p {
    font-size: 12px;
  }
  .services {
    padding: 85px 20px;
  }
  .services-heading {
    grid-template-columns: 1fr;
    gap: 30px;
    margin: 35px 0 60px;
  }
  .service-list > div {
    grid-template-columns: 35px 1fr;
  }
  .service-list p {
    grid-column: 2;
  }
  .closing {
    min-height: 480px;
    padding: 80px 20px;
  }
  footer {
    padding: 25px 20px;
    flex-direction: column;
    align-items: center;
    gap: 13px;
    text-align: center;
  }
  .mini-site button {
    margin-top: 10px;
    padding: 8px 10px;
  }
  .pho-bowl > div {
    border-width: 10px;
  }
  .salon-arch {
    right: 2%;
    width: 42%;
  }
}
