:root {
  --cream: #f6f2ea;
  --paper: #fcfaf6;
  --sage: #718b75;
  --deep: #354b3e;
  --ink: #2f332e;
  --clay: #d9c9b2;
  --line: #dcd7cc;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: "DM Sans", sans-serif;
  font-size: 16px;
  line-height: 1.55;
}
h1, h2, h3, p {
  margin: 0;
}
a {
  color: inherit;
  text-decoration: none;
}
.site-header {
  height: 86px;
  max-width: 1280px;
  padding: 0 42px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.brand {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--deep);
  font-family: Georgia, serif;
  font-size: 23px;
  font-weight: 600;
  letter-spacing: -0.05em;
}
.brand em {
  color: var(--sage);
  font-weight: 500;
}
.brand svg {
  width: 25px;
  fill: none;
  stroke: var(--sage);
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.45;
}
.nav-links {
  display: flex;
  align-items: center;
  gap: 31px;
  font-size: 13px;
}
.nav-links > a:not(.nav-cta) {
  color: #60665d;
}
.nav-cta {
  padding: 10px 17px;
  border: 1px solid #99a999;
  border-radius: 99px;
  color: var(--deep);
}
.menu-toggle {
  display: none;
}
.section-shell {
  max-width: 1196px;
  margin: 0 auto;
  padding-left: 32px;
  padding-right: 32px;
}
.hero {
  min-height: 604px;
  padding-top: 75px;
  padding-bottom: 88px;
  display: grid;
  grid-template-columns: 1fr 0.86fr;
  align-items: center;
  gap: 67px;
}
.eyebrow, .overline {
  color: var(--sage);
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}
.eyebrow {
  display: flex;
  align-items: center;
  gap: 9px;
}
.eyebrow span {
  width: 22px;
  height: 1px;
  background: var(--sage);
}
.hero h1 {
  max-width: 540px;
  margin-top: 20px;
  color: var(--deep);
  font-family: Georgia, serif;
  font-size: clamp(48px, 5.7vw, 78px);
  font-weight: 500;
  letter-spacing: -0.06em;
  line-height: 0.99;
}
.hero h1 em, h2 em {
  color: var(--sage);
  font-weight: 500;
}
.hero-intro {
  max-width: 435px;
  margin-top: 25px;
  color: #5d625a;
  font-size: 17px;
  line-height: 1.72;
}
.hero-services {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0 18px;
  max-width: 470px;
  margin-top: 30px;
}
.hero-services > p {
  grid-column: 1 / -1;
  margin-bottom: 7px;
  color: var(--sage);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}
.hero-services a {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 8px;
  align-items: center;
  padding: 11px 0;
  border-top: 1px solid var(--line);
  color: var(--deep);
}
.hero-services strong {
  font-size: 16px;
  font-weight: 600;
}
.hero-services b {
  color: var(--sage);
  font-size: 17px;
  font-weight: 400;
}
.hero-actions {
  margin-top: 27px;
  display: flex;
  align-items: center;
  gap: 27px;
}
.button {
  display: inline-flex;
  gap: 22px;
  align-items: center;
  justify-content: space-between;
  padding: 14px 17px 14px 20px;
  border-radius: 2px;
  font-size: 13px;
  font-weight: 600;
}
.button b {
  font-size: 19px;
  font-weight: 400;
  line-height: 0.6;
}
.button-primary {
  background: var(--deep);
  color: #fff;
}
.text-link {
  padding-bottom: 4px;
  border-bottom: 1px solid #879789;
  color: var(--deep);
  font-size: 13px;
  font-weight: 600;
}
.text-link span {
  padding-left: 7px;
}
.hero-note {
  margin-top: 54px;
  color: #8b9087;
  font-size: 18px;
}
.hero-art {
  position: relative;
  height: 445px;
  overflow: hidden;
  background: #d4dfcf;
  border: 10px solid #ebe3d5;
  border-radius: 56px 8px 56px 8px;
  box-shadow: 18px 18px 0 #d7c6ac;
}
.hero-art img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hero-art:after {
  display: none;
}
.sun {
  position: absolute;
  right: -50px;
  top: -64px;
  width: 226px;
  height: 226px;
  border-radius: 50%;
  background: #f3ebdc;
}
.window {
  position: absolute;
  left: 70px;
  top: 54px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  width: 183px;
  height: 143px;
  border: 9px solid #f3eee4;
  box-shadow: inset 0 0 0 1px #bfd0bd;
}
.window span + span {
  border-left: 8px solid #f3eee4;
}
.art-sun {
  position: absolute;
  left: 96px;
  top: 79px;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: #eadcba;
}
.shelf {
  position: absolute;
  top: 116px;
  right: 52px;
  width: 113px;
  height: 9px;
  background: #b7ae99;
}
.shelf i {
  display: inline-block;
  position: absolute;
  bottom: 9px;
  background: #e9e0d0;
}
.shelf i:nth-child(1) {
  left: 14px;
  width: 16px;
  height: 30px;
}
.shelf i:nth-child(2) {
  left: 35px;
  width: 20px;
  height: 42px;
  background: #8b9d84;
}
.shelf i:nth-child(3) {
  left: 62px;
  width: 29px;
  height: 22px;
  background: #d4bda2;
}
.plant {
  position: absolute;
  z-index: 2;
  right: 64px;
  bottom: 127px;
  width: 42px;
  height: 108px;
}
.plant b {
  position: absolute;
  bottom: 0;
  left: 10px;
  width: 27px;
  height: 33px;
  background: #b88365;
  border-radius: 0 0 10px 10px;
}
.plant i {
  position: absolute;
  bottom: 28px;
  width: 19px;
  height: 54px;
  background: #6e9674;
  border-radius: 100% 0 100% 0;
  transform-origin: bottom center;
}
.plant i:nth-child(1) {
  left: 18px;
  transform: rotate(3deg);
}
.plant i:nth-child(2) {
  left: 6px;
  transform: rotate(-31deg);
  height: 47px;
}
.plant i:nth-child(3) {
  left: 20px;
  transform: rotate(34deg);
  height: 45px;
}
.plant i:nth-child(4) {
  left: 13px;
  transform: rotate(-8deg);
  height: 65px;
  background: #86a681;
}
.sofa {
  position: absolute;
  bottom: 52px;
  left: 48px;
  width: 285px;
  height: 123px;
  background: #879e82;
  border-radius: 21px 21px 4px 4px;
}
.sofa:before, .sofa:after {
  content: "";
  position: absolute;
  width: 11px;
  height: 38px;
  bottom: -32px;
  background: #786b59;
}
.sofa:before {
  left: 19px;
}
.sofa:after {
  right: 19px;
}
.sofa i {
  display: block;
  position: absolute;
  top: 25px;
  left: 39px;
  width: 153px;
  height: 62px;
  border-radius: 10px;
  background: #97aa91;
}
.sofa b {
  position: absolute;
  top: 37px;
  right: 16px;
  width: 66px;
  height: 57px;
  border-radius: 8px;
  background: #e9e0d1;
}
.rug {
  position: absolute;
  bottom: -73px;
  right: -19px;
  width: 315px;
  height: 149px;
  border-radius: 50%;
  background: #dfcfb5;
}
.art-caption {
  position: absolute;
  z-index: 3;
  top: 246px;
  left: 73px;
  color: #f7f1e6;
  font-family: Georgia, serif;
  font-size: 24px;
  letter-spacing: -0.04em;
  line-height: 1.15;
}
.art-caption em {
  color: #e5c8a5;
}
.intro {
  display: grid;
  grid-template-columns: 0.55fr 1.35fr 1fr;
  gap: 42px;
  padding-top: 128px;
  padding-bottom: 134px;
}
.section-label {
  color: #95a18e;
  font-size: 13px;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}
.intro h2, .services h2, .reasons h2, .contact h2 {
  color: var(--deep);
  font-family: Georgia, serif;
  font-size: clamp(34px, 3.4vw, 49px);
  font-weight: 500;
  letter-spacing: -0.05em;
  line-height: 1.1;
}
.intro-text {
  padding-top: 43px;
  color: #62675f;
  font-size: 15px;
  line-height: 1.75;
}
.intro-text p + p {
  margin-top: 19px;
}
.services {
  padding: 76px 0 82px;
  background: var(--deep);
  color: #fff;
}
.services-heading {
  display: grid;
  grid-template-columns: 0.55fr 2.35fr;
  gap: 42px;
}
.section-label.light, .overline.light {
  color: #bdcdb9;
}
.services h2 {
  color: #fff;
  margin-top: 10px;
  font-size: clamp(38px, 3.8vw, 54px);
}
.service-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  margin-top: 38px;
}
.service-card {
  position: relative;
  min-height: 290px;
  padding: 30px 35px;
  background: #f8f5ee;
  color: var(--ink);
}
.service-card.featured {
  background: #b8c9b3;
}
.service-card svg {
  width: 39px;
  fill: none;
  stroke: var(--sage);
  stroke-width: 1.2;
  stroke-linejoin: round;
}
.service-card h3 {
  margin-top: 21px;
  color: var(--deep);
  font-family: Georgia, serif;
  font-size: 32px;
  font-weight: 500;
  letter-spacing: -0.04em;
}
.service-card > p {
  margin-top: 8px;
  color: #62665f;
  font-size: 16px;
  line-height: 1.55;
}
.service-card ul {
  margin: 21px 0 0;
  padding: 0;
  list-style: none;
  color: #62665f;
  font-size: 15px;
  line-height: 1.75;
}
.service-card li:before {
  content: "·";
  color: var(--sage);
  font-size: 21px;
  vertical-align: -1px;
  margin-right: 8px;
}
.reasons {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 110px;
  align-items: center;
  padding-top: 130px;
  padding-bottom: 130px;
}
.reasons-visual {
  position: relative;
  height: 400px;
  background: #e6ded0;
  overflow: hidden;
}
.arch {
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 250px;
  height: 315px;
  background: #f8f4ed;
  border-radius: 125px 125px 0 0;
  transform: translateX(-50%);
}
.vase {
  position: absolute;
  bottom: 57px;
  left: 50%;
  width: 75px;
  height: 102px;
  background: #c29779;
  border-radius: 36px 36px 25px 25px;
  transform: translateX(-50%);
}
.vase:before {
  content: "";
  position: absolute;
  top: -20px;
  left: 24px;
  width: 27px;
  height: 29px;
  background: #c29779;
}
.vase i {
  position: absolute;
  bottom: 103px;
  width: 22px;
  height: 105px;
  background: #6f9675;
  border-radius: 100% 0 100% 0;
  transform-origin: bottom center;
}
.vase i:nth-child(1) {
  left: 27px;
  transform: rotate(-29deg);
}
.vase i:nth-child(2) {
  left: 33px;
  transform: rotate(30deg);
  height: 86px;
  background: #89a484;
}
.reasons-visual span {
  position: absolute;
  left: 31px;
  top: 31px;
  color: #697c6d;
  font-family: Georgia, serif;
  font-size: 22px;
  line-height: 1.1;
}
.reasons-visual em {
  color: #b48462;
}
.reasons-copy h2 {
  margin-top: 13px;
}
.reasons-list {
  margin-top: 38px;
  border-top: 1px solid var(--line);
}
.reasons-list p {
  padding: 13px 0;
  border-bottom: 1px solid var(--line);
  color: #575e55;
  font-size: 16px;
}
.promise {
  padding: 108px 25px 112px;
  text-align: center;
  background: #d9c9b2;
}
.sparkle {
  color: #728871;
  font-size: 23px;
}
.promise .overline {
  margin-top: 16px;
  color: #637b64;
}
.promise h2 {
  margin: 15px 0 21px;
  color: var(--deep);
  font-family: Georgia, serif;
  font-size: clamp(38px, 4.4vw, 61px);
  font-weight: 500;
  letter-spacing: -0.055em;
  line-height: 1.04;
}
.promise > p:last-child {
  max-width: 492px;
  margin: auto;
  color: #5e625a;
  font-size: 15px;
  line-height: 1.75;
}
.contact {
  display: grid;
  grid-template-columns: 1.14fr 0.86fr;
  gap: 80px;
  padding-top: 126px;
  padding-bottom: 126px;
}
.contact h2 {
  margin-top: 12px;
  font-size: clamp(44px, 4.25vw, 60px);
}
.contact-card {
  padding: 38px 39px;
  background: #edf1e9;
}
.contact-card > p {
  max-width: 340px;
  color: #5e665c;
  font-size: 15px;
  line-height: 1.7;
}
.contact-card .button {
  margin-top: 26px;
}
.contact-details {
  display: grid;
  grid-template-columns: 1fr 1.45fr;
  gap: 8px 12px;
  margin-top: 39px;
  padding-top: 22px;
  border-top: 1px solid #cbd5c7;
  color: #626b61;
  font-size: 12px;
}
.contact-details span {
  color: #899785;
  text-transform: uppercase;
  font-size: 9px;
  letter-spacing: 0.13em;
}
.contact-details p {
  margin: 0;
}
.contact-details a {
  text-decoration: underline;
  text-underline-offset: 3px;
}
footer {
  display: grid;
  grid-template-columns: 1fr 1fr auto;
  gap: 40px;
  align-items: center;
  max-width: 1196px;
  margin: auto;
  padding: 31px 32px;
  color: #697167;
  font-size: 14px;
  border-top: 1px solid var(--line);
}
footer .brand {
  font-size: 20px;
}
.copyright {
  color: #9ba099;
  font-size: 10px;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
@media (max-width: 760px) {
  .site-header {
    height: 72px;
    padding: 0 22px;
  }
  .nav-links {
    display: none;
    position: absolute;
    z-index: 10;
    top: 65px;
    left: 18px;
    right: 18px;
    padding: 20px;
    background: #f8f5ee;
    box-shadow: 0 12px 26px #354b3e1a;
    flex-direction: column;
    align-items: stretch;
    gap: 16px;
  }
  .nav-links.open {
    display: flex;
  }
  .nav-cta {
    text-align: center;
  }
  .menu-toggle {
    display: flex;
    width: 42px;
    height: 42px;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 6px;
    border: 0;
    background: transparent;
  }
  .menu-toggle i {
    width: 21px;
    height: 1px;
    background: var(--deep);
  }
  .section-shell {
    padding-left: 22px;
    padding-right: 22px;
  }
  .hero {
    grid-template-columns: 1fr;
    gap: 42px;
    min-height: auto;
    padding-top: 54px;
    padding-bottom: 72px;
  }
  .hero h1 {
    font-size: 54px;
  }
  .hero-services {
    grid-template-columns: 1fr;
    gap: 0;
    max-width: 100%;
  }
  .hero-art {
    height: 370px;
    border-width: 7px;
    border-radius: 38px 6px 38px 6px;
    box-shadow: 10px 10px 0 #d7c6ac;
  }
  .hero-note {
    margin-top: 38px;
  }
  .intro {
    grid-template-columns: 1fr;
    gap: 22px;
    padding-top: 75px;
    padding-bottom: 80px;
  }
  .intro-text {
    padding-top: 0;
  }
  .services {
    padding: 70px 0;
  }
  .services-heading {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .service-grid {
    grid-template-columns: 1fr;
    margin-top: 36px;
  }
  .service-card {
    min-height: 0;
    padding: 29px;
  }
  .reasons {
    grid-template-columns: 1fr;
    gap: 47px;
    padding-top: 79px;
    padding-bottom: 79px;
  }
  .reasons-visual {
    height: 340px;
  }
  .promise {
    padding: 78px 22px;
  }
  .contact {
    grid-template-columns: 1fr;
    gap: 39px;
    padding-top: 76px;
    padding-bottom: 76px;
  }
  .contact-card {
    padding: 29px 25px;
  }
  footer {
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 29px 22px;
  }
  .copyright {
    margin-top: 5px;
  }
}
