:root {
  color-scheme: light;
  --cream: #f7ecdf;
  --ink: #171513;
  --terracotta: #9b3e24;
  --coral: #c66e4f;
  --sage: #929984;
}

* {
  box-sizing: border-box;
}

html,
body {
  min-width: 320px;
  min-height: 100%;
  margin: 0;
}

body {
  color: var(--ink);
  background: var(--cream);
  font-family: "PT Serif Caption", Georgia, serif;
}

.landing {
  position: relative;
  display: flex;
  width: 100%;
  min-height: 100vh;
  min-height: 100svh;
  overflow: hidden;
  background: #c9795d;
}

.portrait {
  position: absolute;
  inset: 0 auto 0 0;
  width: 59%;
  background-image: url("../images/home-hero.jpg");
  background-position: left center;
  background-repeat: no-repeat;
  background-size: auto 100%;
}

.intro {
  position: relative;
  z-index: 1;
  display: flex;
  flex: 0 0 47%;
  flex-direction: column;
  justify-content: center;
  min-height: 100vh;
  min-height: 100svh;
  width: 47%;
  margin-left: auto;
  padding: 3.4vh 2.9vw 2.3vh 5.4vw;
  background: var(--cream);
  border-radius: 17% 0 0 12% / 26% 0 0 21%;
}

.intro-content {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 560px;
  margin: 0 auto;
}

.signature {
  align-self: flex-end;
  margin: 0 0 3.3vh;
  text-align: right;
  font-size: clamp(10px, 1vw, 14px);
  line-height: 1.23;
  letter-spacing: 0.19em;
  text-transform: uppercase;
}

.signature::after,
.side-note::before,
.side-note::after {
  display: block;
  width: 42px;
  height: 1px;
  margin: 10px 0 0 auto;
  background: #9d6b57;
  content: "";
}

.heading h1 {
  margin: 0;
  color: #71321f;
  font-family: "PT Serif Caption", Georgia, serif;
  font-size: clamp(43px, 4.6vw, 64px);
  font-weight: 400;
  line-height: 0.98;
  letter-spacing: -0.065em;
  text-transform: uppercase;
  white-space: nowrap;
}

.profession {
  margin: 9px 0 0 5px;
  font-size: clamp(17px, 2.15vw, 31px);
  line-height: 1;
  letter-spacing: 0.3em;
  text-transform: uppercase;
}

.statement {
  margin: 4.2vh 0 2.4vh 4px;
  font-family: "PT Serif Caption", Georgia, serif;
  font-size: clamp(19px, 2.35vw, 32px);
  font-style: italic;
  line-height: 1;
  letter-spacing: -0.035em;
}

.services {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  column-gap: 1.25vw;
  row-gap: 1.5vh;
  margin: 0 0 1.2vh 4px;
  padding: 0;
  list-style: none;
}

.services li {
  display: flex;
  min-width: 0;
  align-items: center;
  gap: 12px;
  font-size: clamp(13px, 1.32vw, 18px);
  line-height: 1.18;
}

.service-icon {
  display: grid;
  width: clamp(44px, 4.5vw, 62px);
  height: clamp(44px, 4.5vw, 62px);
  flex: 0 0 auto;
  place-items: center;
  border-radius: 50%;
}

.service-icon svg {
  width: 57%;
  height: 57%;
  overflow: visible;
  fill: currentColor;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.3;
}

.service-icon.terracotta {
  color: #f4dfcf;
  background: #9d3e25;
}

.service-icon.terracotta svg {
  fill: none;
  stroke-width: 1.4;
}

.service-icon.blush {
  color: #9b422a;
  background: #efd0b8;
}

.service-icon.sage {
  color: #ece7d6;
  background: var(--sage);
}

.service-icon.sage svg {
  fill: none;
  stroke-width: 1.1;
}

.service-icon.sand {
  color: #97432e;
  background: #ecd0ae;
}

.contact-block {
  margin-top: 0.2vh;
  padding-top: 1.9vh;
  border-top: 1px solid #c8a28e;
}

.booking {
  display: flex;
  width: min(100%, 252px);
  min-height: 40px;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1.1vh;
  padding: 0 22px 0 25px;
  border-radius: 30px;
  color: #f6e5d5;
  background: var(--terracotta);
  text-decoration: none;
  text-transform: uppercase;
  font-size: clamp(13px, 1.4vw, 19px);
  letter-spacing: 0.11em;
}

.booking:hover {
  background: #7f321f;
}

.arrow {
  font-size: 1.4em;
  line-height: 0.8;
}

address {
  display: grid;
  gap: 4px;
  font-size: clamp(13px, 1.35vw, 18px);
  font-style: normal;
  line-height: 1.25;
}

address a,
address span {
  display: flex;
  align-items: center;
  gap: 11px;
  color: inherit;
  text-decoration: none;
}

address a:hover {
  color: var(--terracotta);
}

address svg {
  width: 23px;
  height: 23px;
  flex: 0 0 auto;
  fill: none;
  stroke: #743e30;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.4;
}

.closing {
  align-self: flex-start;
  margin: 1.5vh 0 0 16px;
  color: #704233;
  font-family: "PT Serif Caption", Georgia, serif;
  font-size: clamp(20px, 2.1vw, 29px);
  font-style: italic;
  line-height: 1.03;
  transform: rotate(-7deg);
}

.closing::after {
  display: block;
  width: 45%;
  height: 1px;
  margin: 6px auto 0;
  background: #704233;
  content: "";
}

.side-note {
  position: absolute;
  right: 2.8vw;
  bottom: 3.3vh;
  margin: 0;
  font-size: clamp(9px, 0.9vw, 12px);
  line-height: 1.22;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.side-note::before {
  margin: 0 0 8px;
}

.side-note::after {
  width: 43px;
  margin: 8px 0 0;
}

@media (min-width: 761px) {
  .signature,
  .side-note {
    font-weight: 500;
    letter-spacing: 0.16em;
  }

  .heading h1 {
    font-family: "PT Serif Caption", Georgia, serif;
    font-size: clamp(46px, 4.6vw, 66px);
    font-weight: 500;
    line-height: 0.96;
    letter-spacing: -0.045em;
    text-transform: none;
  }

  .profession {
    margin-top: 7px;
    font-size: clamp(15px, 1.35vw, 19px);
    font-weight: 600;
    letter-spacing: 0.24em;
  }

  .statement {
    font-family: "PT Serif Caption", Georgia, serif;
    font-size: clamp(23px, 2.25vw, 33px);
    font-weight: 500;
    line-height: 1.08;
    letter-spacing: -0.02em;
  }

  .services li {
    font-size: clamp(14px, 1.2vw, 17px);
    line-height: 1.28;
  }

  .booking {
    font-size: clamp(12px, 1.15vw, 16px);
    font-weight: 600;
    letter-spacing: 0.09em;
  }

  address {
    font-size: clamp(13px, 1.15vw, 16px);
    line-height: 1.35;
  }

  .closing {
    font-family: "PT Serif Caption", Georgia, serif;
    font-size: clamp(23px, 2.1vw, 31px);
    font-weight: 500;
  }
}

@media (min-width: 1500px) {
  .intro {
    padding-left: max(5.4vw, calc((100vw - 1500px) / 2 + 5.4vw));
  }
}

@media (max-width: 760px) {
  .landing {
    display: block;
    height: 150vw;
    min-height: 0;
    overflow: hidden;
  }

  .portrait {
    width: 100%;
    background-position: 16% center;
    background-size: auto 100%;
  }

  .intro {
    position: absolute;
    inset: 0 auto 0 0;
    display: block;
    width: 58%;
    min-height: 0;
    margin: 0;
    padding: 0;
    border-radius: 0 50% 11% 0 / 0 20% 8% 0;
  }

  .intro-content {
    position: absolute;
    inset: 0;
    display: block;
    max-width: none;
    margin: 0;
  }

  .signature {
    position: absolute;
    top: 3.5%;
    left: 13%;
    margin: 0;
    text-align: left;
    font-size: 1.35vw;
    line-height: 1.4;
    letter-spacing: 0.22em;
  }

  .signature::after {
    width: 18%;
    margin: 5% 0 0;
  }

  .heading {
    position: absolute;
    top: 13.5%;
    left: 12%;
    width: 82%;
  }

  .heading h1 {
    font-size: 10.3vw;
    line-height: 0.9;
    white-space: normal;
  }

  .profession {
    margin: 2% 0 0 1%;
    font-size: 3.6vw;
    letter-spacing: 0.3em;
  }

  .statement {
    position: absolute;
    top: 30.8%;
    left: 13%;
    width: 80%;
    margin: 0;
    font-size: 3.8vw;
    line-height: 1.04;
    letter-spacing: -0.035em;
  }

  .desktop-break {
    display: none;
  }

  .services {
    position: absolute;
    top: 46.8%;
    left: 13%;
    display: flex;
    width: 60%;
    flex-direction: column;
    gap: 1.3vw;
    margin: 0;
  }

  .services li {
    gap: 2.6vw;
    font-size: 2.05vw;
    line-height: 1.2;
  }

  .service-icon {
    width: 8.2vw;
    height: 8.2vw;
  }

  .contact-block {
    position: absolute;
    top: 74.1%;
    left: 13%;
    width: 65%;
    margin: 0;
    padding-top: 2.1%;
  }

  .booking {
    width: 100%;
    min-height: 0;
    margin-bottom: 2.8%;
    padding: 2.5% 8%;
    font-size: 2.2vw;
  }

  address {
    gap: 0.3vw;
    font-size: 1.85vw;
    line-height: 1.35;
  }

  address a,
  address span {
    gap: 2.5vw;
    white-space: nowrap;
  }

  address svg {
    width: 3.5vw;
    height: 3.5vw;
  }

  .closing {
    position: absolute;
    top: 89.8%;
    left: 16%;
    width: 78%;
    margin: 0;
    font-size: 4.1vw;
    line-height: 1.08;
  }

  .side-note {
    right: 3.2%;
    bottom: 3.2%;
    font-size: 1.65vw;
    line-height: 1.5;
    letter-spacing: 0.2em;
  }

  .side-note::before {
    margin-bottom: 2vw;
  }

  .side-note::after {
    margin-top: 2vw;
  }

  .side-note::before,
  .side-note::after {
    width: 10vw;
  }
}
