:root {
  --ink: #2d2625;
  --soft-ink: #6f5e5c;
  --gold: #b99562;
  --rose: #df8995;
  --rose-dark: #c96d7d;
  --line: #ead9d2;
  --paper: #fffaf7;
  --blush: #f7e3e1;
  --white: #fffefd;
  --font-body: "Montserrat", Arial, sans-serif;
  --font-display: "Cormorant Garamond", Georgia, serif;
  --font-script: "Great Vibes", cursive;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: #efe2dc;
  color: var(--ink);
  font-family: var(--font-body);
}

a {
  color: inherit;
  text-decoration: none;
}

.page {
  width: min(100%, 1055px);
  margin: 0 auto;
  background: var(--paper);
  border: 1px solid #b18b58;
  box-shadow: 0 18px 50px rgba(89, 54, 44, .12);
  overflow: hidden;
}

.hero {
  position: relative;
  overflow: hidden;
  min-height: 449px;
  background:
    linear-gradient(90deg, rgba(255, 250, 247, .94) 0 40%, rgba(255, 250, 247, .08) 51%),
    url("./assets/hero-woman.jpg") right top / auto 100% no-repeat,
    url("./assets/hero-bg-left.jpg") left top / auto 100% no-repeat;
}

.hero::before,
.hero::after {
  content: "";
  position: absolute;
  pointer-events: none;
}

.hero::before {
  inset: 0;
  background:
    radial-gradient(circle at 72% 18%, rgba(255, 255, 255, .45), transparent 26%),
    radial-gradient(circle at 83% 55%, rgba(255, 236, 211, .28), transparent 32%);
  mix-blend-mode: screen;
}

.hero::after {
  top: -35%;
  left: 28%;
  width: 18%;
  height: 170%;
  background: linear-gradient(105deg, transparent 0 20%, rgba(255, 255, 255, .42) 45%, transparent 70% 100%);
  filter: blur(10px);
  opacity: .52;
  transform: translateX(-180%) rotate(10deg);
  animation: luxury-sweep 8.5s ease-in-out infinite;
}

@keyframes luxury-sweep {
  0%, 58% {
    transform: translateX(-180%) rotate(10deg);
    opacity: 0;
  }

  68% {
    opacity: .48;
  }

  100% {
    transform: translateX(520%) rotate(10deg);
    opacity: 0;
  }
}

.topbar {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 186px 1fr 173px;
  gap: 18px;
  align-items: start;
  padding: 17px 47px 0 57px;
}

.brand,
.footer-brand {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  line-height: 1;
  width: 210px;
}

.brand-mark {
  color: var(--gold);
  font-family: var(--font-script);
  font-size: 42px;
  line-height: .68;
  transform: rotate(-7deg);
}

.brand-name {
  margin-top: 4px;
  font-family: var(--font-display);
  font-size: 21px;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.brand-sub {
  margin-top: 5px;
  color: var(--gold);
  font-size: 8px;
  font-weight: 700;
  letter-spacing: 4px;
  text-transform: uppercase;
}

.nav {
  display: flex;
  justify-content: center;
  gap: 28px;
  padding-top: 17px;
  color: #382d2b;
  font-size: 8px;
  font-weight: 600;
  letter-spacing: 1.3px;
  text-transform: uppercase;
}

.nav a:first-child {
  color: var(--gold);
}

.outline-button,
.primary-button,
.small-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .9px;
  text-transform: uppercase;
  white-space: nowrap;
}

.outline-button {
  min-height: 36px;
  margin-left: auto;
  padding: 0 16px;
  border: 1px solid #c1a47a;
  color: #5c4741;
}

.primary-button {
  min-height: 36px;
  padding: 0 18px;
  background: linear-gradient(#e99aa5, #dd818f);
  color: white;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .22), 0 9px 18px rgba(205, 105, 120, .16);
}

.small-button {
  min-width: 161px;
  min-height: 28px;
  background: linear-gradient(#e6a0a8, #d97b8b);
  color: white;
  font-size: 11px;
}

.calendar-icon,
.wa-icon {
  width: 17px;
  height: 17px;
  margin-right: 8px;
  background: currentColor;
  opacity: .85;
  mask: var(--icon) center / contain no-repeat;
}

.calendar-icon { --icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='black' stroke-width='1.8'%3E%3Crect x='4' y='5' width='16' height='15' rx='2'/%3E%3Cpath d='M8 3v4M16 3v4M4 10h16'/%3E%3C/svg%3E"); }
.wa-icon { --icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cpath fill='black' d='M16.04 3.5A12.32 12.32 0 0 0 5.43 22.07L4 28.5l6.58-1.36A12.32 12.32 0 1 0 16.04 3.5Zm0 2.34a9.98 9.98 0 0 1 8.47 15.28 9.97 9.97 0 0 1-12.67 3.43l-.7-.37-3.99.82.87-3.82-.42-.72A9.98 9.98 0 0 1 16.04 5.84Zm-4.1 4.64c-.24 0-.62.09-.95.44-.33.36-1.25 1.22-1.25 2.98 0 1.75 1.28 3.45 1.46 3.69.18.24 2.48 3.96 6.1 5.39 3.02 1.2 3.64.96 4.29.9.66-.06 2.12-.86 2.42-1.7.3-.84.3-1.56.21-1.7-.09-.15-.33-.24-.69-.42-.36-.18-2.12-1.05-2.45-1.17-.33-.12-.57-.18-.81.18-.24.36-.93 1.17-1.14 1.41-.21.24-.42.27-.78.09-.36-.18-1.52-.56-2.89-1.78a10.83 10.83 0 0 1-2-2.49c-.21-.36-.02-.55.16-.73.16-.16.36-.42.54-.63.18-.21.24-.36.36-.6.12-.24.06-.45-.03-.63-.09-.18-.81-1.95-1.11-2.67-.29-.7-.59-.6-.81-.61l-.69-.01Z'/%3E%3C/svg%3E"); }

.hero-copy {
  position: relative;
  z-index: 1;
  width: 360px;
  margin-left: 57px;
  padding-top: 50px;
}

.hero-copy h1 {
  margin: 0;
  color: #46312f;
  font-family: var(--font-display);
  font-weight: 400;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

.hero-copy h1 span {
  display: block;
  font-size: 48px;
  line-height: .95;
}

.hero-copy h1 span:nth-child(2) {
  font-size: 56px;
}

.hero-copy h1 span:nth-child(2)::after {
  content: "";
  display: inline-block;
  width: 92px;
  height: 35px;
  margin-left: 8px;
  background: var(--gold);
  opacity: .9;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 145 58'%3E%3Cpath d='M10 42c21-19 28-33 43-16 9 10 7 23-6 19-16-5-1-44 23-21 13 13 31 25 64-5' fill='none' stroke='black' stroke-width='3' stroke-linecap='round'/%3E%3C/svg%3E") center / contain no-repeat;
}

.hero-copy h1 em {
  display: block;
  margin-top: -6px;
  color: var(--gold);
  font-family: var(--font-script);
  font-size: 76px;
  font-style: normal;
  line-height: .72;
  letter-spacing: 1px;
  text-transform: none;
}

.hero-copy p {
  max-width: 300px;
  margin: 25px 0 21px;
  color: #443b39;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.65;
}

.services,
.testimonials,
.features {
  padding: 13px 98px 9px;
  background: var(--white);
}

.services {
  padding-top: 33px;
  padding-bottom: 34px;
  background:
    linear-gradient(180deg, rgba(255, 254, 253, .94), rgba(255, 250, 247, .98)),
    radial-gradient(circle at 12% 12%, rgba(223, 137, 149, .12), transparent 30%);
}

.section-title {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin-bottom: 13px;
  color: #2f2928;
  font-family: var(--font-display);
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 8px;
  text-align: center;
  text-transform: uppercase;
}

.section-title::before,
.section-title::after {
  content: "";
  width: 55px;
  height: 1px;
  background: #d6b990;
}

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

.service-card {
  position: relative;
  display: flex;
  min-height: 100%;
  flex-direction: column;
  padding: 8px 8px 13px;
  border: 1px solid #eadbd8;
  border-radius: 8px;
  background: rgba(255, 255, 255, .92);
  box-shadow: 0 10px 20px rgba(96, 66, 58, .08);
  overflow: hidden;
}

.service-card > div {
  display: flex;
  min-height: 112px;
  flex-direction: column;
  padding: 12px 4px 0;
}

.service-card::after {
  content: "";
  position: absolute;
  inset: 8px 8px auto;
  height: 132px;
  border-radius: 6px;
  pointer-events: none;
  background: linear-gradient(112deg, transparent 0 32%, rgba(255, 255, 255, .42) 48%, transparent 64% 100%);
  opacity: .38;
  mix-blend-mode: screen;
}

.service-card img {
  width: 100%;
  height: 132px;
  object-fit: cover;
  border-radius: 6px;
  filter: saturate(1.06) contrast(1.04) brightness(1.05);
}

.service-card h3,
.feature-grid h3,
.footer h3 {
  margin: 0;
  font-family: var(--font-display);
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

.service-card p,
.feature-grid p,
.footer p {
  margin: 7px 0 0;
  color: #4d4645;
  font-size: 9px;
  font-weight: 500;
  line-height: 1.45;
}

.service-card p {
  flex: 1;
  font-size: 9.5px;
  line-height: 1.55;
}

.service-card a {
  margin-top: 10px;
  color: #b99562;
  font-size: 8px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.line-icon,
.feature-icon,
.instagram-icon {
  display: block;
  width: 38px;
  height: 38px;
  color: #d9939b;
  border: 0;
  background: currentColor;
  mask: var(--icon) center / contain no-repeat;
}

.scissors { --icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 64 64' stroke='black' stroke-width='2.7'%3E%3Ccircle cx='16' cy='48' r='8'/%3E%3Ccircle cx='16' cy='16' r='8'/%3E%3Cpath d='M23 21 55 4M23 43 55 60M23 16c9 8 10 22 0 32'/%3E%3C/svg%3E"); }
.nails { --icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 64 64' stroke='black' stroke-width='2.6'%3E%3Cpath d='M23 8c5 14 6 28 1 47M38 9c5 11 7 25 4 43M18 30l28-12M18 45l28-13'/%3E%3Cpath d='M17 11c6-6 14-7 21-2 7 7 8 16 5 27-4 11-10 19-18 21-8-7-11-18-9-32 .6-5 1-10 1-14Z'/%3E%3C/svg%3E"); }
.makeup { --icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 64 64' stroke='black' stroke-width='2.7'%3E%3Cpath d='M24 24h16v30H24zM28 10h8v14h-8zM21 54h22M32 10V3M16 16c6-6 26-6 32 0'/%3E%3C/svg%3E"); }
.dryer { --icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 64 64' stroke='black' stroke-width='2.7'%3E%3Cpath d='M10 17h25c10 0 17 7 17 16s-7 16-17 16H10zM52 30h8M34 49l7 10M20 25v16M9 25H3M9 41H3'/%3E%3C/svg%3E"); }
.drop { --icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 64 64' stroke='black' stroke-width='2.7'%3E%3Cpath d='M32 4C19 22 13 34 13 43a19 19 0 1 0 38 0C51 34 45 22 32 4Z'/%3E%3C/svg%3E"); }
.color { --icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 64 64' stroke='black' stroke-width='2.7'%3E%3Ccircle cx='28' cy='32' r='22'/%3E%3Ccircle cx='21' cy='22' r='4'/%3E%3Ccircle cx='38' cy='25' r='4'/%3E%3Ccircle cx='23' cy='42' r='4'/%3E%3Cpath d='M45 39c8 0 13 4 13 9 0 6-8 6-13 2-3-3-1-7 0-11Z'/%3E%3C/svg%3E"); }
.brow { --icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 64 64' stroke='black' stroke-width='2.7'%3E%3Cpath d='M10 25c14-11 31-12 45-2M14 39c10 9 25 9 36 0M18 39c7-9 21-9 28 0M31 16l2 15M14 53c12-6 24-6 36 0'/%3E%3C/svg%3E"); }
.lotus { --icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 64 64' stroke='black' stroke-width='2.7'%3E%3Cpath d='M32 49c-12-8-13-19 0-34 13 15 12 26 0 34Z'/%3E%3Cpath d='M32 49C18 48 9 41 8 26c15 1 23 9 24 23ZM32 49c14-1 23-8 24-23-15 1-23 9-24 23ZM15 51h34'/%3E%3C/svg%3E"); }

.about {
  display: grid;
  grid-template-columns: 309px 294px 1fr;
  gap: 10px;
  padding: 0 0 20px;
  background: #fffaf7;
  height: 274px;
  overflow: hidden;
}

.salon-photo {
  width: 100%;
  height: 274px;
  object-fit: cover;
  border-radius: 0 8px 8px 0;
  filter: saturate(1.05) contrast(1.03) brightness(1.04);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .32), 0 10px 22px rgba(143, 97, 85, .08);
}

.about-card {
  height: 274px;
  padding: 20px 31px 14px;
  border-radius: 8px;
  background: #fbf5f0;
}

.eyebrow {
  display: block;
  color: #2d2625;
  font-family: var(--font-display);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 6px;
  text-transform: uppercase;
}

.about-card h2,
.cta p {
  margin: 10px 0 11px;
  color: var(--gold);
  font-family: var(--font-script);
  font-size: 29px;
  font-weight: 400;
  line-height: 1.05;
}

.about-card p {
  margin: 0 0 12px;
  font-size: 8.5px;
  font-weight: 500;
  line-height: 1.75;
}

.gallery {
  position: relative;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  padding-right: 88px;
  overflow: hidden;
  border-radius: 8px;
}

.gallery::after {
  content: "";
  position: absolute;
  inset: -20% 78% -20% -42%;
  pointer-events: none;
  background: linear-gradient(105deg, transparent 0 22%, rgba(255, 255, 255, .5) 48%, transparent 72% 100%);
  filter: blur(8px);
  opacity: .3;
  transform: rotate(8deg);
  animation: photo-sheen 9s ease-in-out infinite 1.2s;
}

.gallery img {
  width: 100%;
  height: 132px;
  object-fit: cover;
  border-radius: 8px;
  filter: saturate(1.06) contrast(1.03) brightness(1.04);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .32), 0 8px 16px rgba(143, 97, 85, .07);
}

@keyframes photo-sheen {
  0%, 60% {
    transform: translateX(0) rotate(8deg);
    opacity: 0;
  }

  72% {
    opacity: .32;
  }

  100% {
    transform: translateX(480%) rotate(8deg);
    opacity: 0;
  }
}

.portfolio {
  padding: 24px 98px 30px;
  background: linear-gradient(180deg, #fffefd, #fff8f5);
  text-align: center;
}

.portfolio h2 {
  margin: 0;
  color: #2f2928;
  font-family: var(--font-display);
  font-size: 34px;
  font-weight: 500;
  line-height: 1;
}

.portfolio p {
  margin: 3px 0 16px;
  color: #3f3432;
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
}

.portfolio-grid {
  display: grid;
  grid-template-columns: 1.15fr 1fr 1fr 1fr;
  grid-auto-rows: 92px;
  gap: 8px;
}

.portfolio-grid img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 7px;
  filter: saturate(1.07) contrast(1.04) brightness(1.04);
  box-shadow: 0 9px 20px rgba(108, 75, 64, .08);
}

.portfolio-grid .tall {
  grid-row: span 2;
}

.portfolio-grid img:nth-child(4) {
  grid-column: span 2;
}

.testimonials {
  padding-top: 12px;
  padding-bottom: 20px;
  background: #fff6f4;
}

.testimonial-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 13px;
}

.testimonial-card {
  position: relative;
  display: grid;
  grid-template-columns: 68px 1fr;
  align-items: start;
  min-height: 104px;
  padding: 13px 18px;
  border: 1px solid #eadbd8;
  border-radius: 12px;
  background: rgba(255, 255, 255, .55);
}

.testimonial-card::before,
.testimonial-card::after {
  position: absolute;
  color: #d58b96;
  font-family: var(--font-display);
  font-size: 30px;
  font-weight: 700;
  opacity: .65;
}

.testimonial-card::before {
  content: "“";
  left: 79px;
  top: 12px;
}

.testimonial-card::after {
  content: "”";
  right: 18px;
  bottom: 15px;
}

.testimonial-card img {
  width: 58px;
  height: 58px;
  object-fit: cover;
  object-position: center;
  border-radius: 50%;
  align-self: start;
  justify-self: center;
  margin-top: 10px;
  filter: saturate(1.05) contrast(1.02) brightness(1.05);
  box-shadow: 0 0 0 6px rgba(255, 246, 244, .95), 0 7px 16px rgba(169, 105, 113, .13);
}

.testimonial-card > div {
  display: flex;
  min-height: 78px;
  flex-direction: column;
}

.testimonial-card p {
  margin: 2px 0 10px;
  color: #4f4543;
  font-size: 8px;
  font-weight: 500;
  line-height: 1.55;
}

.testimonial-card strong {
  display: block;
  margin-top: auto;
  font-family: var(--font-display);
  font-size: 13px;
  letter-spacing: .6px;
}

.stars {
  display: block;
  margin-top: 3px;
  color: #d2a65b;
  font-size: 11px;
  letter-spacing: 2px;
}

.features {
  height: 150px;
  overflow: hidden;
  padding-top: 11px;
  padding-bottom: 8px;
}

.features .section-title {
  margin-bottom: 2px;
}

.feature-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  padding-top: 10px;
}

.feature-grid article {
  display: grid;
  grid-template-columns: 50px 1fr;
  align-items: center;
  column-gap: 8px;
}

.feature-icon {
  grid-row: 1 / span 2;
  align-self: center;
  justify-self: center;
}

.feature-grid h3,
.feature-grid p {
  grid-column: 2;
}

.feature-grid h3 {
  font-size: 11px;
  line-height: 1.04;
}

.feature-grid p {
  margin-top: 4px;
  font-size: 7px;
  line-height: 1.2;
}

.feature-icon {
  width: 42px;
  height: 42px;
  color: #d58b96;
  border: 1px solid #e8c9cf;
  border-radius: 50%;
  background: #fffaf7;
}

.feature-icon::before {
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  margin: 5px;
  background: currentColor;
  mask: var(--icon) center / contain no-repeat;
}

.person { --icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 64 64' stroke='black' stroke-width='7' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M32 35a13 13 0 1 0 0-26 13 13 0 0 0 0 26ZM10 58c2-12 11-19 22-19 8 0 15 3 19 9M47 48l5 5 10-12'/%3E%3C/svg%3E"); }
.flower { --icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 64 64' stroke='black' stroke-width='7' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M32 50c-11-8-13-19 0-35 13 16 11 27 0 35Z'/%3E%3Cpath d='M32 50C17 49 9 40 8 27c14 1 23 9 24 23ZM32 50c15-1 23-10 24-23-14 1-23 9-24 23Z'/%3E%3C/svg%3E"); }
.star { --icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 64 64' stroke='black' stroke-width='7' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m32 6 8 17 19 3-14 13 4 19-17-9-17 9 4-19L5 26l19-3 8-17Z'/%3E%3C/svg%3E"); }
.bottle { --icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 64 64' stroke='black' stroke-width='7' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M24 19h16v37H24zM27 8h10v11H27zM25 27h14M25 45h14M29 3h6'/%3E%3C/svg%3E"); }

.cta {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 32px;
  align-items: center;
  padding: 10px 200px 9px;
  background:
    linear-gradient(rgba(232, 155, 164, .83), rgba(232, 155, 164, .83)),
    radial-gradient(circle at 8% 34%, rgba(255,255,255,.6), transparent 28%),
    linear-gradient(135deg, #efbec5, #e69aa7);
}

.cta h2 {
  margin: 0;
  font-family: var(--font-display);
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.cta p {
  margin: 4px 0 0;
  color: #8f704e;
  font-size: 25px;
}

.footer {
  display: grid;
  grid-template-columns: 190px 1fr 1fr 1fr 1fr;
  gap: 28px;
  padding: 16px 57px 9px;
  background: #fffaf7;
}

.footer .brand-mark {
  font-size: 38px;
}

.footer .brand-name {
  font-size: 18px;
}

.footer-brand {
  align-items: flex-start;
}

.footer-brand .brand-sub,
.footer-brand .brand-name,
.footer-brand .brand-mark {
  align-self: center;
}

.footer h3 {
  margin-top: 12px;
  font-size: 10px;
  letter-spacing: 1.5px;
}

.instagram-icon {
  --icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 64 64' stroke='black' stroke-width='2.7'%3E%3Crect x='14' y='14' width='36' height='36' rx='10'/%3E%3Ccircle cx='32' cy='32' r='9'/%3E%3Cpath d='M43 22h.1'/%3E%3C/svg%3E");
  width: 28px;
  height: 28px;
  margin-top: 12px;
  color: #d48c96;
}

.copyright {
  margin: 0;
  padding: 0 0 7px;
  color: #897977;
  background: #fffaf7;
  font-size: 8px;
  text-align: center;
}

@media (max-width: 1050px) {
  .page {
    border: 0;
  }

  .topbar {
    grid-template-columns: 1fr;
    justify-items: center;
    padding: 22px 22px 0;
  }

  .nav {
    flex-wrap: wrap;
    gap: 18px 28px;
    padding-top: 0;
  }

  .outline-button {
    display: none;
  }

  .hero {
    min-height: 720px;
    background:
      linear-gradient(180deg, rgba(255, 250, 247, .96) 0 51%, rgba(255, 250, 247, .06) 72%),
      url("./assets/hero-woman.jpg") center bottom / auto 62% no-repeat,
      #fffaf7;
  }

  .hero-copy {
    width: min(100% - 40px, 460px);
    margin: 0 auto;
    padding-top: 32px;
    text-align: center;
  }

  .hero-copy p {
    margin-left: auto;
    margin-right: auto;
  }

  .services,
  .testimonials,
  .features,
  .portfolio {
    padding-left: 22px;
    padding-right: 22px;
  }

  .section-title {
    font-size: 15px;
    letter-spacing: 5px;
  }

  .section-title::before,
  .section-title::after {
    width: 28px;
  }

  .service-grid,
  .testimonial-grid,
  .feature-grid {
    grid-template-columns: repeat(2, 1fr);
  }

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

  .about {
    grid-template-columns: 1fr 1fr;
    padding: 0 22px 24px;
    height: auto;
    overflow: visible;
  }

  .salon-photo,
  .about-card,
  .gallery {
    grid-column: auto;
  }

  .salon-photo {
    border-radius: 8px;
  }

  .about-card {
    min-height: auto;
  }

  .gallery {
    grid-column: 1 / -1;
    padding-right: 0;
  }

  .portfolio-grid {
    grid-template-columns: repeat(4, 1fr);
  }

  .cta,
  .footer {
    grid-template-columns: 1fr;
    padding-left: 24px;
    padding-right: 24px;
    text-align: center;
  }

  .footer-brand {
    align-items: center;
    margin: 0 auto;
  }
}

@media (max-width: 640px) {
  .brand-name {
    font-size: 24px;
  }

  .nav {
    display: none;
  }

  .hero {
    min-height: 670px;
  }

  .hero-copy h1 span,
  .hero-copy h1 span:nth-child(2) {
    font-size: 50px;
  }

  .hero-copy h1 em {
    font-size: 72px;
  }

  .service-grid,
  .testimonial-grid,
  .feature-grid,
  .about {
    grid-template-columns: 1fr;
  }

  .service-grid {
    grid-template-columns: 1fr;
  }

  .service-card img {
    height: 210px;
  }

  .service-card {
    min-height: 98px;
  }

  .salon-photo,
  .about-card {
    min-height: auto;
    height: auto;
  }

  .gallery {
    grid-template-columns: 1fr 1fr;
  }

  .portfolio h2 {
    font-size: 31px;
  }

  .portfolio-grid {
    grid-template-columns: repeat(2, 1fr);
    grid-auto-rows: 126px;
  }

  .portfolio-grid img:nth-child(4) {
    grid-column: auto;
  }

  .testimonial-card {
    grid-template-columns: 72px 1fr;
  }

  .feature-grid article {
    grid-template-columns: 58px 1fr;
    text-align: left;
  }

  .features {
    height: auto;
    overflow: visible;
    padding-bottom: 22px;
  }

  .feature-grid {
    gap: 18px;
  }

  .cta h2 {
    font-size: 18px;
  }

  .cta p {
    font-size: 31px;
  }
}
