:root {
  --gold: #ab8d2d;
  --gold-40: #ddd0a6;
  --gold-20: #eee8d7;
  --cream: #ffe1b9;
  --cream-soft: #fff6de;
  --ink: #151515;
  --muted: #5d5746;
  --max: 1060px;
  --serif: "Chapaza", Georgia, "Times New Roman", serif;
  --sans: "Gilroy", "Trebuchet MS", Arial, sans-serif;
}

@font-face {
  font-family: "Chapaza";
  src: url("../assets/fonts/Chapaza-Regular-fixed.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Gilroy";
  src: url("../assets/fonts/Gilroy-Medium.web.otf") format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Gilroy";
  src: url("../assets/fonts/Gilroy-Bold.web.otf") format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}


* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

body {
  margin: 0;
  color: var(--ink);
  background: #fff;
  font-family: var(--sans);
  font-size: 17px;
  font-weight: 500;
  line-height: 1.55;
  overflow-x: hidden;
}

strong {
  font-weight: 700;
}

img {
  display: block;
  max-width: 100%;
}

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

.site-header {
  display: grid;
  grid-template-columns: minmax(190px, 270px) 1fr;
  align-items: center;
  gap: 44px;
  max-width: var(--max);
  min-height: 154px;
  margin: 0 auto;
  padding: 20px 22px;
  background: #fff;
}

.brand {
  color: var(--gold);
  text-align: center;
}

.brand-logo {
  width: 100%;
  height: auto;
  object-fit: contain;
}

.brand-logo-header {
  max-width: 285px;
}

.brand-logo-footer {
  max-width: 330px;
}

.brand-mark {
  display: block;
  font-family: var(--serif);
  font-size: clamp(2.7rem, 5vw, 4rem);
  font-weight: 700;
  line-height: .85;
  letter-spacing: 0;
  text-shadow: 0 1px 0 #f9e58a, 1px 1px 0 #725f1f;
}

.brand-subtitle {
  display: block;
  margin-top: 10px;
  font-family: var(--serif);
  font-size: .9rem;
  letter-spacing: .02em;
  line-height: 1.25;
}

.main-nav {
  display: flex;
  justify-content: flex-end;
  gap: clamp(24px, 5vw, 64px);
  font-size: 1rem;
  text-transform: uppercase;
}

.main-nav a {
  flex: 0 0 auto;
  color: var(--gold);
}

.main-nav a[aria-current="page"],
.main-nav a:hover {
  color: #000;
}

.hero {
  position: relative;
  min-height: clamp(340px, 42vw, 520px);
  display: grid;
  align-items: end;
  overflow: hidden;
}

.hero.compact {
  min-height: clamp(300px, 32vw, 405px);
}

.hero img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
}

.locations-hero img {
  object-position: center 74%;
}

.our-work-hero img {
  object-position: center;
}

.our-work-hero {
  min-height: 0;
  aspect-ratio: 2048 / 1366;
}

.our-work-hero h1 {
  padding-bottom: 70px;
}

.services-hero {
  min-height: 0;
  aspect-ratio: 2880 / 1896;
}

.services-hero img {
  object-position: center;
}

.hero h1 {
  position: relative;
  z-index: 1;
  max-width: var(--max);
  width: 100%;
  margin: 0 auto;
  padding: 0 22px 38px;
  color: #fff;
  font-family: var(--serif);
  font-size: clamp(3rem, 8vw, 6rem);
  font-weight: 400;
  line-height: .95;
  text-align: right;
}

.section {
  max-width: var(--max);
  margin: 0 auto;
  padding: clamp(62px, 8vw, 100px) 22px;
}

.section.tight {
  padding-top: 48px;
  padding-bottom: 48px;
}

.section-title {
  margin: 0 0 30px;
  color: var(--gold);
  font-family: var(--serif);
  font-size: clamp(2.5rem, 5vw, 4rem);
  font-weight: 400;
  line-height: 1;
  text-align: center;
}

.eyebrow {
  margin: 0 0 8px;
  color: var(--gold);
  font-family: var(--serif);
  font-size: clamp(2.2rem, 4vw, 3.25rem);
  font-weight: 400;
  line-height: 1.05;
}

.subheading {
  font-size: 2rem;
}

.home-intro {
  display: grid;
  grid-template-columns: .85fr 1.15fr;
  align-items: center;
  gap: clamp(38px, 7vw, 90px);
  text-align: center;
}

.home-intro > *,
.two-column > *,
.contact-form > *,
.location > * {
  min-width: 0;
}

.anniversary {
  display: flex;
  justify-content: center;
}

.anniversary img {
  width: min(100%, 360px);
  height: auto;
  object-fit: contain;
}

.lead {
  max-width: 680px;
  margin: 0 auto;
  text-align: center;
}

.home-tagline {
  max-width: 620px;
  margin-inline: auto;
  font-size: clamp(1.8rem, 2.45vw, 2.5rem);
  line-height: 1.12;
}

.service-preview {
  background: linear-gradient(180deg, #fff 0, var(--cream-soft) 28%, var(--cream) 100%);
}

.service-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 22px 88px;
}

.image-card,
.service-tile {
  position: relative;
  overflow: hidden;
  border-radius: 8px;
}

.image-card img,
.service-tile img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.service-tile {
  aspect-ratio: 1.52 / 1;
}

.service-tile h2,
.service-tile h3 {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  margin: 0;
  padding: 18px;
  color: #fff;
  font-family: var(--serif);
  font-size: clamp(2rem, 4vw, 3.6rem);
  font-weight: 400;
  line-height: 1.05;
  text-align: center;
  text-shadow: 0 1px 8px rgba(0,0,0,.28);
}

.awards-carousel {
  display: grid;
  grid-template-columns: 48px minmax(0, 720px) 48px;
  align-items: center;
  justify-content: center;
  gap: clamp(16px, 4vw, 42px);
}

.awards-viewport {
  overflow: hidden;
}

.awards-track {
  display: flex;
  transition: transform .35s ease;
  will-change: transform;
}

.award-slide {
  flex: 0 0 calc(100% / 3);
  display: grid;
  place-items: center;
  min-width: 0;
  height: 190px;
  padding: 10px 16px;
}

.award-slide[hidden] {
  display: none;
}

.award-slide img {
  max-width: 100%;
  max-height: 170px;
  object-fit: contain;
}

.carousel-control {
  display: grid;
  place-items: center;
  width: 48px;
  min-width: 48px;
  height: 48px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: #000;
  color: #fff;
  font-family: Arial, sans-serif;
  font-size: 44px;
  line-height: 1;
  cursor: pointer;
}

.carousel-control span {
  transform: translateY(-3px);
}

.quote-band {
  position: relative;
  min-height: 410px;
  display: grid;
  align-items: center;
  overflow: hidden;
  color: #fff;
}

.quote-band::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,.58);
  z-index: 1;
}

.quote-band > img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.quote-content {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 260px 1fr;
  gap: clamp(32px, 7vw, 90px);
  align-items: center;
  max-width: 920px;
  margin: 0 auto;
  padding: 50px 22px;
}

.quote-person {
  text-align: center;
}

.quote-content .portrait {
  display: block;
  width: 230px;
  aspect-ratio: 1;
  margin: 0 auto 18px;
  border-radius: 50%;
  object-fit: cover;
  background: #fff;
}

blockquote {
  margin: 0;
  font-size: clamp(1.8rem, 4vw, 3rem);
  line-height: 1.18;
}

blockquote::before {
  content: "“";
  display: block;
  color: var(--gold);
  font-family: var(--serif);
  font-size: 6rem;
  line-height: .55;
}

.quote-name {
  margin-top: 24px;
  font-size: 1.45rem;
}

.quote-role {
  font-size: 1.1rem;
}

.two-column {
  display: grid;
  grid-template-columns: .8fr 1.2fr;
  gap: clamp(38px, 8vw, 90px);
  align-items: center;
}

.round-photo {
  width: min(100%, 360px);
  aspect-ratio: 1;
  margin: 0 auto;
  border-radius: 50%;
  object-fit: cover;
}

.founder-media {
  text-align: center;
}

.founder-logo {
  display: block;
  width: min(82%, 300px);
  margin: 28px auto 0;
}

.about-copy {
  text-align: center;
}

.about-strip {
  background: var(--gold-20);
}

.about-strip .strip-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  max-width: var(--max);
  margin: 0 auto;
  padding: 58px 22px;
}

.about-strip img {
  width: 100%;
  aspect-ratio: 1.38 / 1;
  object-fit: cover;
}

.services-grid,
.work-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 34px 62px;
}

.services-grid .service-tile {
  border-radius: 0;
}

.service-list-page {
  position: relative;
  isolation: isolate;
  min-height: 1600px;
  padding: 72px 22px 92px;
  text-align: center;
}

.service-list-page::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(rgba(255,255,255,.88), rgba(255,255,255,.88)),
    url("../assets/images/bg-salon-bw.jpg") center / cover no-repeat;
  z-index: -1;
}

.menu-stack {
  max-width: 620px;
  margin: 0 auto;
}

.menu-stack section {
  margin-bottom: 92px;
}

.menu-stack h2 {
  margin: 0 0 22px;
  color: var(--gold);
  font-family: var(--serif);
  font-size: clamp(2.8rem, 5vw, 4.4rem);
  font-weight: 400;
}

.menu-stack ul {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 1.35rem;
  line-height: 1.65;
}

.contact-card {
  max-width: 970px;
  margin: 0 auto;
  padding: clamp(30px, 5vw, 46px);
  border-radius: 18px;
  background: var(--gold-20);
}

.contact-card h2 {
  text-align: left;
}

.contact-form {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 28px 42px;
  margin-top: 34px;
}

.field-group {
  display: grid;
  gap: 14px;
}

label {
  display: grid;
  gap: 8px;
  font-size: 1rem;
}

input,
textarea {
  width: 100%;
  border: 0;
  min-height: 54px;
  padding: 12px 14px;
  background: #fff;
  font: inherit;
}

textarea {
  min-height: 160px;
  resize: vertical;
}

button,
.button {
  justify-self: end;
  min-width: 185px;
  border: 0;
  padding: 14px 28px;
  background: var(--gold);
  color: #fff;
  font: inherit;
  font-size: 1.25rem;
  cursor: pointer;
}

.location-list {
  display: grid;
  gap: 62px;
  max-width: 970px;
  margin: 80px auto 0;
}

.location {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 46px;
  padding-bottom: 56px;
  border-bottom: 1px solid var(--gold);
}

.location:last-child {
  border-bottom: 0;
}

.location img {
  width: 100%;
  object-fit: cover;
}

.map-link {
  display: block;
}

.location .map {
  aspect-ratio: 1.62 / 1;
}

.location .shop {
  margin-top: 20px;
  aspect-ratio: 1.35 / 1;
}

.location h2 {
  margin: 12px 0 16px;
  color: var(--gold);
  font-family: var(--serif);
  font-size: 2.25rem;
  font-weight: 400;
}

.work-grid {
  grid-template-columns: repeat(3, 1fr);
  gap: 36px;
}

.work-grid img {
  width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
}

.brand-guide {
  max-width: 1040px;
  min-height: 100vh;
  padding: clamp(70px, 12vw, 180px) 22px;
}

.font-sample {
  margin: 0 0 40px;
  font-family: var(--serif);
  font-size: clamp(4rem, 9vw, 7rem);
  line-height: 1;
}

.font-sample.sans {
  font-family: var(--sans);
  font-size: clamp(2.2rem, 5vw, 3.4rem);
}

.swatches {
  display: grid;
  grid-template-columns: 2.2fr 1fr 1fr;
  gap: 32px;
  margin-top: 70px;
}

.swatch {
  min-height: 150px;
  display: grid;
  align-items: center;
  padding: 36px;
  font-size: 2rem;
  line-height: 1.35;
}

.swatch.gold {
  background: var(--gold);
}

.swatch.gold40 {
  background: var(--gold-40);
}

.swatch.gold20 {
  background: var(--gold-20);
}

.swatch.cream-gradient {
  grid-column: span 2;
  background: linear-gradient(90deg, var(--cream-soft), #fff);
}

.swatch.cream {
  grid-column: span 2;
  background: var(--cream);
}

.site-footer {
  background: linear-gradient(90deg, var(--cream) 0, #fff 100%);
  color: var(--gold);
}

.footer-inner {
  display: grid;
  grid-template-columns: 1.4fr .8fr .8fr;
  gap: 40px;
  align-items: center;
  max-width: var(--max);
  min-height: 276px;
  margin: 0 auto;
  padding: 44px 22px;
}

.footer-heading {
  margin: 0 0 14px;
  font-size: 1.45rem;
}

.socials {
  display: flex;
  align-items: center;
  gap: 18px;
}

.socials a {
  display: block;
  width: 45px;
  height: 45px;
}

.socials img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.contact-widget {
  position: fixed;
  right: clamp(14px, 2.4vw, 28px);
  bottom: clamp(14px, 2.4vw, 28px);
  z-index: 20;
  display: grid;
  justify-items: end;
  gap: 14px;
}

.contact-panel {
  display: grid;
  justify-items: center;
  gap: 10px;
  width: min(82vw, 292px);
  padding-right: 58px;
}

.contact-panel[hidden] {
  display: none;
}

.contact-action,
.contact-toggle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  border: 0;
  border-radius: 999px;
  color: #fff;
  font-family: var(--font-body);
  font-size: clamp(.78rem, 1.7vw, .9rem);
  font-weight: 700;
  letter-spacing: .02em;
  text-transform: uppercase;
  box-shadow: 0 12px 26px rgba(0,0,0,.2);
  cursor: pointer;
}

.contact-action {
  width: 100%;
  padding: 0 22px;
  background: #000;
  text-align: center;
}

.contact-action.call {
  width: min(100%, 150px);
  background: #f20d0d;
}

.contact-toggle {
  position: relative;
  min-height: 0;
  gap: 10px;
  padding: 0;
  border-radius: 0;
  background: transparent;
  color: #2b2b2b;
  font-size: clamp(.95rem, 2vw, 1.18rem);
  font-weight: 500;
  letter-spacing: .01em;
  box-shadow: none;
}

.contact-toggle::after {
  content: none;
}

.contact-toggle > span:first-child {
  position: relative;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  min-height: 48px;
  padding: 0 26px;
  border-radius: 14px;
  background-color: #fff;
  box-shadow: 0 8px 18px rgba(0,0,0,.16);
}

.contact-toggle > span:first-child::after {
  content: "";
  position: absolute;
  right: -7px;
  top: 50%;
  width: 16px;
  height: 16px;
  background-color: #fff;
  box-shadow: none;
  transform: translateY(-50%) rotate(45deg);
  z-index: -1;
}

.contact-toggle-icon {
  position: relative;
  z-index: 3;
  right: auto;
  top: auto;
  display: grid;
  place-items: center;
  width: 62px;
  height: 62px;
  border-radius: 50%;
  background: #ff5b66;
  color: inherit;
  font-size: 0;
  line-height: 1;
  transform: none;
}

.contact-toggle-icon img {
  width: 38px;
  height: 38px;
  object-fit: contain;
}

.contact-toggle-icon::after {
  content: "1";
  position: absolute;
  right: 0;
  top: -4px;
  display: grid;
  place-items: center;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #ff5b66;
  color: #fff;
  font-size: .72rem;
  font-weight: 500;
  line-height: 1;
}

@media (max-width: 820px) {
  .site-header,
  .footer-inner,
  .home-intro,
  .two-column,
  .contact-form,
  .location {
    grid-template-columns: 1fr;
  }

  .site-header {
    gap: 18px;
    min-height: auto;
  }

  .site-header .brand,
  .brand-logo-header {
    justify-self: center;
    margin-inline: auto;
  }

  .main-nav {
    display: grid;
    grid-template-columns: repeat(3, auto);
    justify-content: center;
    gap: 12px 20px;
    font-size: .92rem;
    width: 100%;
    min-width: 0;
  }

  .hero h1 {
    text-align: center;
  }

  .section-title {
    font-size: 1.9rem;
    overflow-wrap: break-word;
  }

  .eyebrow {
    font-size: 2rem;
  }

  .home-intro > div {
    width: min(100%, 280px);
    margin-inline: auto;
  }

  .home-intro p {
    font-size: 1rem;
    overflow-wrap: break-word;
  }

  .section {
    width: 100%;
    max-width: 100%;
  }

  .contact-card,
  .contact-card p,
  .about-copy,
  .lead {
    max-width: 100%;
    overflow-wrap: break-word;
  }

  .contact-card p,
  .about-copy p,
  .lead {
    width: min(100%, 280px);
    margin-inline: auto;
  }

  .service-row,
  .services-grid,
  .work-grid,
  .about-strip .strip-grid,
  .swatches {
    grid-template-columns: 1fr;
  }

  .awards-carousel {
    grid-template-columns: 38px minmax(0, 1fr) 38px;
    gap: 6px;
  }

  .award-slide {
    flex-basis: 100%;
    height: 210px;
    padding: 8px 4px;
  }

  .award-slide img {
    max-height: 200px;
    margin-inline: auto;
  }

  .carousel-control {
    width: 38px;
    min-width: 38px;
    height: 38px;
    font-size: 34px;
  }

  .contact-widget {
    right: 10px;
    bottom: 12px;
  }

  .contact-panel {
    width: min(88vw, 250px);
    padding-right: 46px;
  }

  .contact-action,
  .contact-toggle {
    min-height: 42px;
    font-size: .74rem;
  }

  .contact-action {
    padding-inline: 18px;
  }

  .contact-action.call {
    width: min(100%, 130px);
  }

  .contact-toggle {
    gap: 10px;
    padding: 0;
    font-size: .86rem;
  }

  .contact-toggle > span:first-child::after {
    right: -6px;
    width: 14px;
    height: 14px;
  }

  .contact-toggle > span:first-child {
    min-height: 42px;
    padding: 0 20px;
  }

  .contact-toggle-icon {
    right: auto;
    width: 52px;
    height: 52px;
  }

  .contact-toggle-icon img {
    width: 32px;
    height: 32px;
  }

  .contact-toggle-icon::after {
    width: 18px;
    height: 18px;
    font-size: .68rem;
  }

  .quote-content {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .quote-content .portrait {
    margin: 0 auto;
  }

  .contact-card h2 {
    text-align: center;
  }

  button,
  .button {
    justify-self: stretch;
  }

  .swatch,
  .swatch.cream,
  .swatch.cream-gradient {
    grid-column: auto;
  }
}
