:root {
  --paper: #f7f4f1;
  --ink: #2f3032;
  --muted: #686563;
  --accent: #c8c5dd;
  --line: #d8d3ce;
  --white: #fff;
  --heading: "Playfair Display", Georgia, serif;
  --body: "Lato", Arial, sans-serif;
  --gutter: clamp(24px, 5.7vw, 96px);
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: 110px;
}
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font: 400 17px/1.65 var(--body);
  -webkit-font-smoothing: antialiased;
}
body.modal-open {
  overflow: hidden;
}
img {
  display: block;
  max-width: 100%;
  height: auto;
}
a {
  color: inherit;
  text-decoration: none;
}
button,
a,
input,
summary {
  -webkit-tap-highlight-color: transparent;
}
button {
  font: inherit;
  cursor: pointer;
}
button:focus-visible,
a:focus-visible,
summary:focus-visible {
  outline: 2px solid #71618b;
  outline-offset: 6px;
}
button {
  color: inherit;
}
h1,
h2,
h3,
p,
figure,
blockquote {
  margin: 0;
}
h1,
h2,
h3 {
  font-family: var(--heading);
  font-weight: 400;
  line-height: 1.1;
}
h1 {
  font-size: clamp(50px, 5.3vw, 84px);
  letter-spacing: -0.045em;
}
h2 {
  font-size: clamp(38px, 4vw, 62px);
  letter-spacing: -0.035em;
}
h3 {
  font-size: 27px;
  letter-spacing: -0.02em;
}
h1 em,
h2 em {
  font-weight: 400;
  color: #767080;
}
p + p {
  margin-top: 18px;
}
button[hidden],
[hidden] {
  display: none !important;
}
.eyebrow {
  font: 700 12px/1.5 var(--body);
  letter-spacing: 0.17em;
  margin-bottom: 24px;
  text-transform: uppercase;
}
.lead {
  font-size: 21px;
  line-height: 1.55;
}
.section-wrap {
  padding: 105px var(--gutter);
  max-width: 1760px;
  margin: auto;
}
.section-heading {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 48px;
  margin-bottom: 50px;
}
.section-heading > p {
  color: var(--muted);
  max-width: 360px;
}
.section-heading h2 {
  max-width: 740px;
}
.button {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  min-height: 53px;
  padding: 14px 24px;
  font-size: 14px;
  line-height: 1.4;
  font-weight: 700;
  transition:
    background 0.2s,
    color 0.2s,
    transform 0.2s;
  border: 1px solid transparent;
}
.button span {
  font-size: 20px;
  font-weight: 400;
}
.button:hover {
  transform: translateY(-2px);
}
.primary {
  background: var(--ink);
  color: var(--paper);
}
.primary:hover {
  background: #49454d;
}
.outline {
  border-color: var(--ink);
}
.outline:hover {
  background: var(--ink);
  color: var(--paper);
}
.light {
  background: #f7f4f1;
  color: #242522;
}
.light:hover {
  background: #ddd6ce;
  color: #242522;
}
/* Arrow glyphs are not in the subsetted fonts; keep them out of the emoji fallback. */
.button span[aria-hidden],
.text-link span[aria-hidden] {
  font-family: "Helvetica Neue", Arial, sans-serif;
  font-variant-emoji: text;
}
.text-link {
  display: inline-flex;
  gap: 26px;
  align-items: center;
  border-bottom: 1px solid currentColor;
  font-size: 14px;
  font-weight: 700;
  padding-bottom: 5px;
}
.text-link:hover {
  opacity: 0.7;
}
.skip-link {
  position: absolute;
  top: -100px;
  left: 12px;
  background: #fff;
  color: #222;
  z-index: 100;
  padding: 12px;
}
.skip-link:focus {
  top: 8px;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
}
.header-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #e8e4ed;
  padding: 0 var(--gutter);
  font-size: 12px;
  letter-spacing: 0.08em;
  min-height: 38px;
}
.brand-tabs {
  display: flex;
  align-self: stretch;
}
.brand-tabs a {
  padding: 10px 22px;
  border-left: 1px solid #d3cfdb;
}
.brand-tabs a:last-child {
  border-right: 1px solid #d3cfdb;
}
.brand-tabs a[aria-current] {
  background: var(--paper);
  font-weight: 700;
}
.top-location {
  font-size: 12px;
}
.site-header {
  position: sticky;
  top: 0;
  z-index: 30;
  background: white;
  border-bottom: 1px solid #ddd9d450;
}
.salon .site-header {
  background: var(--paper);
  border-bottom-color: var(--line);
}
.salon .header-bar {
  background: var(--paper);
}
.header-bar {
  display: flex;
  align-items: center;
  gap: 32px;
  padding: 14px var(--gutter);
  min-height: 67px;
}
.logo {
  flex-shrink: 0;
  margin-right: auto;
}
.logo img {
  width: 132px;
  height: auto;
}
.site-header nav {
  display: flex;
  gap: 28px;
  align-items: center;
  font-size: 14px;
}
.site-header nav a {
  position: relative;
  padding: 8px 0;
}
.site-header nav a:after {
  content: "";
  position: absolute;
  bottom: 2px;
  left: 0;
  width: 0;
  height: 1px;
  background: currentColor;
  transition: width 0.2s;
}
.site-header nav a:hover:after {
  width: 100%;
}
.header-book {
  white-space: nowrap;
}
.menu-toggle {
  display: none;
  background: transparent;
  border: 1px solid var(--line);
  padding: 8px 13px;
  font-size: 14px;
}
.hero {
  position: relative;
  isolation: isolate;
  min-height: 650px;
  display: flex;
  align-items: center;
  overflow: hidden;
}
.hero-image,
.hero picture {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: -2;
}
.hero-image {
  object-fit: cover;
}
.hero-content {
  position: relative;
  padding: 65px var(--gutter) 85px;
  width: 100%;
  max-width: 840px;
}
.hero-content > p:not(.eyebrow) {
  margin-top: 26px;
  font-size: 18px;
  line-height: 1.65;
}
.hero-content h1 {
  max-width: 650px;
}
.hero-actions {
  display: flex;
  gap: 27px;
  align-items: center;
  margin-top: 34px;
}
.hero-caption {
  position: absolute;
  bottom: 24px;
  right: var(--gutter);
  font-size: 12px;
  letter-spacing: 0.12em;
}
.salon-hero .hero-image {
  object-position: 70% 50%;
}
.salon-hero .hero-content {
  max-width: 680px;
}
.salon-hero:before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(
    90deg,
    rgba(247, 244, 241, 0.58),
    rgba(247, 244, 241, 0.1) 48%,
    transparent 65%
  );
}
.trust-strip {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-block: 1px solid var(--line);
  background: #eeebf0;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-align: center;
}
.trust-strip a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 22px clamp(14px, 2.5vw, 28px);
  min-height: 68px;
  line-height: 1.45;
  transition: background 0.2s;
}
.trust-strip a:hover {
  background: rgba(255, 255, 255, 0.5);
}
.trust-strip a + a {
  border-left: 1px solid #d8d3de;
}
.trust-strip span[aria-hidden] {
  display: none;
}
.intro-section {
  display: grid;
  grid-template-columns: 0.9fr 1.15fr;
  align-items: center;
  gap: 7vw;
}
.intro-copy h2 {
  margin-bottom: 28px;
}
.intro-copy p:not(.eyebrow) {
  max-width: 510px;
  color: var(--muted);
}
.intro-copy .lead {
  color: var(--ink) !important;
}
.intro-copy .text-link,
.intro-copy .button {
  margin-top: 30px;
}
.interior-frame {
  position: relative;
  margin: 14px 0 40px;
}
.interior-frame:before {
  content: "";
  position: absolute;
  inset: -24px 24px 24px -24px;
  border: 1px solid #bbb5c8;
  z-index: -1;
}
.interior-frame img {
  width: 100%;
  min-height: 360px;
  object-fit: cover;
  aspect-ratio: 1.35;
}
.interior-frame figcaption {
  font-size: 12px;
  letter-spacing: 0.06em;
  line-height: 1.55;
  margin-top: 18px;
  color: var(--muted);
}
.services-section {
  background: #ebe8e5;
  display: grid;
  grid-template-columns: 1.13fr 0.87fr;
  gap: 8vw;
  align-items: center;
}
.service-copy h2 {
  margin-bottom: 38px;
}
.service-list {
  border-top: 1px solid #c9c3bf;
}
.service-list details {
  border-bottom: 1px solid #c9c3bf;
}
.service-list summary {
  display: flex;
  align-items: center;
  gap: 20px;
  cursor: pointer;
  list-style: none;
  min-height: 90px;
  padding: 24px 0;
}
.service-list summary::-webkit-details-marker {
  display: none;
}
.service-no {
  font-size: 12px;
  letter-spacing: 0.12em;
  color: var(--muted);
}
.service-list h3 {
  font-size: clamp(22px, 2vw, 28px);
}
.plus {
  font-size: 24px;
  font-weight: 400;
  margin-left: auto;
  transition: transform 0.2s;
}
.service-list details[open] .plus {
  transform: rotate(45deg);
}
.service-detail {
  padding: 0 15px 25px 36px;
  color: var(--muted);
}
.service-detail .text-link {
  margin-top: 15px;
  color: var(--ink);
}
.service-help {
  font-size: 14px;
  color: var(--muted);
  margin-top: 22px;
}
.service-help a {
  text-decoration: underline;
  text-underline-offset: 3px;
}
.service-image {
  position: relative;
}
.service-image img {
  aspect-ratio: 0.85;
  width: 100%;
  object-fit: cover;
}
.service-image figcaption {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(transparent, rgba(0, 0, 0, 0.65));
  padding: 50px 24px 24px;
  color: #fff;
  font-size: 14px;
}
.filters {
  display: flex;
  gap: 10px;
  margin: 0 0 30px;
}
.filters button {
  border: 1px solid var(--line);
  padding: 9px 20px;
  background: transparent;
  font-size: 14px;
}
.filters button[aria-pressed="true"] {
  background: var(--ink);
  color: var(--paper);
  border-color: var(--ink);
}
.work-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 34px 26px;
}
.work-item {
  min-width: 0;
}
.gallery-open {
  display: block;
  position: relative;
  overflow: hidden;
}
.work-item img {
  aspect-ratio: 4/5;
  object-fit: cover;
  width: 100%;
  transition: transform 0.45s;
}
.gallery-open:hover img {
  transform: scale(1.035);
}
.image-open {
  position: absolute;
  bottom: 12px;
  right: 12px;
  background: var(--paper);
  color: var(--ink);
  display: none;
  place-items: center;
  width: 35px;
  height: 35px;
}
@media (hover: hover) and (pointer: fine) {
  .image-open {
    display: grid;
  }
}
.work-item figcaption {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding-top: 14px;
  font-size: 16px;
}
.work-index {
  font-size: 12px;
  color: var(--muted);
}
.owner-section {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  grid-template-areas:
    "testimonial testimonial"
    "photo copy";
  align-items: center;
  gap: 8vw;
  background: #e7e3ee;
}
.owner-photo {
  grid-area: photo;
  position: relative;
  max-width: 580px;
}
.owner-copy {
  grid-area: copy;
}
.owner-section .testimonial-feature {
  grid-area: testimonial;
  padding: 0 0 60px;
  border-bottom: 1px solid #c5bfce;
}
.owner-photo img {
  width: 100%;
  aspect-ratio: 0.8;
  object-fit: cover;
  object-position: 50% 25%;
}
.owner-photo > span {
  position: absolute;
  bottom: 20px;
  left: 20px;
  background: var(--paper);
  padding: 12px 20px;
  font-size: 12px;
  letter-spacing: 0.1em;
}
.owner-copy h2 {
  margin-bottom: 28px;
}
.owner-copy p:not(.eyebrow) {
  color: #5e5965;
  max-width: 570px;
}
.owner-copy .button {
  margin-top: 30px;
}
.owner-quote {
  margin-top: 35px;
  border-top: 1px solid #c5bfce;
  padding-top: 28px;
}
.owner-quote blockquote {
  font: italic 23px/1.5 var(--heading);
  max-width: 440px;
}
.owner-quote p {
  font-size: 12px;
  margin-top: 12px;
}
.awards-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 28px;
}
.award-card {
  display: grid;
  grid-template-columns: 0.75fr 1.25fr;
  align-items: center;
  gap: 28px;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  padding: 28px 0;
}
.award-card img {
  aspect-ratio: 1;
  width: 100%;
  object-fit: cover;
}
.award-card p {
  font-size: 14px;
  color: var(--muted);
  margin-top: 14px;
}
.award-result {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.07em;
  color: #70647f;
  display: block;
  margin-bottom: 12px;
}
.award-card .text-link {
  font-size: 12px;
  margin-top: 15px;
}
.award-card h3 {
  font-size: 26px;
}
.reviews {
  background: #efedeb;
}
.rating-summary {
  display: grid;
  grid-template-columns: auto auto;
  gap: 0 16px;
  align-items: center;
}
.rating-number {
  font: 400 60px/1 var(--heading);
}
.rating-summary strong,
.rating-summary span:not(.rating-number) {
  display: block;
  font-size: 14px;
}
.rating-summary small {
  grid-column: 1/-1;
  font-size: 12px;
  color: var(--muted);
  margin-top: 13px;
}
.review-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 26px;
}
.review-card {
  padding: 30px;
  background: var(--paper);
  display: flex;
  flex-direction: column;
  border-top: 2px solid var(--accent);
}
.review-top {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  font-size: 12px;
  color: #70647f;
  margin-bottom: 24px;
}
.stars {
  letter-spacing: 3px;
  font-size: 15px;
}
.review-card blockquote {
  font: 400 21px/1.5 var(--heading);
  margin-bottom: 30px;
}
.review-person {
  margin-top: auto;
  display: flex;
  flex-direction: column;
  gap: 4px;
  font-size: 14px;
}
.review-person > span {
  font-size: 12px;
  color: var(--muted);
}
.review-card .text-link {
  align-self: flex-start;
  font-size: 12px;
  margin-top: 20px;
}
.cross-brand {
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 470px;
}
.cross-image {
  min-width: 0;
  overflow: hidden;
}
.cross-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  min-height: 470px;
  aspect-ratio: 1.35;
}
.cross-copy {
  padding: 75px 6vw;
  align-self: center;
}
.cross-copy p:not(.eyebrow) {
  margin-top: 28px;
  max-width: 460px;
}
.cross-copy .button {
  margin-top: 30px;
}
.barber-preview {
  background: #242522;
  color: #f7f6f4;
}
.barber-preview h2 {
  font:
    800 clamp(36px, 4vw, 58px) / 1.1 "Inter",
    Arial,
    sans-serif;
  letter-spacing: -0.055em;
}
.barber-preview .eyebrow {
  color: #c9b8a3;
}
.barber-preview .cross-copy p:not(.eyebrow) {
  color: #c5c2bd;
}
.barber-preview .barber-cross {
  font-family: "Inter", Arial, sans-serif;
  letter-spacing: -0.02em;
  background: #f7f6f4;
  color: #232421;
  border: 1px solid #c9b8a3;
  gap: 12px;
  justify-content: flex-start;
}
.barber-preview .barber-cross:hover {
  background: #e8dfd2;
  border-color: #d8c6b0;
}
.barber-preview .barber-cross-icon {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  flex-shrink: 0;
}
.barber-preview .barber-cross > span[aria-hidden] {
  margin-left: auto;
}
.booking-section {
  background: var(--accent);
  padding-top: 65px;
  padding-bottom: 70px;
}
.booking-section > div {
  display: flex;
  gap: 40px;
  justify-content: space-between;
  align-items: center;
}
.booking-section h2 {
  font-size: clamp(38px, 4.3vw, 66px);
}
.booking-section h2 em {
  color: #534c5f;
}
.visit-section {
  display: grid;
  grid-template-columns: 1.1fr 1fr 1fr;
  gap: 6vw;
}
.visit-section h2 {
  font-size: 45px;
  margin-bottom: 30px;
}
.visit-section address {
  font-style: normal;
  color: var(--muted);
  margin-bottom: 25px;
}
.visit-section address strong {
  font-weight: 400;
  color: var(--ink);
}
.visit-section h3 {
  margin-bottom: 27px;
}
.contact-block {
  padding-top: 5px;
}
.contact-block > a:not(.button) {
  display: block;
}
.contact-block .phone {
  font-family: var(--heading);
  font-size: 30px;
  line-height: 1.4;
  margin-bottom: 14px;
}
.contact-block a[href^="mailto"] {
  font-size: 14px;
  overflow-wrap: anywhere;
}
.contact-block p {
  color: var(--muted);
  font-size: 16px;
  margin: 25px 0;
}
.hours dl {
  margin: 0;
}
.hours dl > div {
  display: flex;
  justify-content: space-between;
  font-size: 14px;
  padding: 8px 0;
  border-bottom: 1px solid var(--line);
  gap: 10px;
}
.hours dd {
  margin: 0;
  color: var(--muted);
  white-space: nowrap;
}
.small-note {
  font-size: 12px;
  color: var(--muted);
  margin-top: 15px;
}
.site-footer {
  background: #2f3032;
  color: #f7f4f1;
  padding-top: 55px;
  padding-bottom: 25px;
}
.footer-top {
  display: flex;
  align-items: center;
  gap: 80px;
  padding-bottom: 45px;
}
.footer-top p {
  font-size: 14px;
  line-height: 1.6;
  color: #c4c0c9;
}
.back-top {
  margin-left: auto;
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  border: 1px solid #76727b;
  border-radius: 50%;
}
.footer-bottom {
  border-top: 1px solid #59565b;
  padding-top: 22px;
  display: flex;
  justify-content: space-between;
  gap: 25px;
  font-size: 12px;
  color: #c4c0c9;
}
.footer-bottom > div {
  display: flex;
  gap: 25px;
}
.lightbox {
  position: fixed;
  inset: 0;
  border: 0;
  padding: 65px 70px 20px;
  width: min(1050px, 96vw);
  height: 92vh;
  max-width: 96vw;
  max-height: 92vh;
  background: #20211f;
  color: white;
  overflow: hidden;
}
.lightbox::backdrop {
  background: rgba(0, 0, 0, 0.87);
}
.lightbox figure {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 16px;
}
.lightbox figure img {
  height: calc(100% - 45px);
  max-height: 100%;
  width: auto;
  max-width: 100%;
  object-fit: contain;
}
.lightbox figcaption {
  font-size: 14px;
  text-align: center;
}
.lightbox button {
  border: 1px solid #999;
  background: #252623;
  color: white;
  padding: 9px 14px;
  font-size: 16px;
  position: absolute;
  z-index: 1;
}
.lightbox-close {
  right: 20px;
  top: 15px;
}
.lightbox-prev {
  left: 15px;
  top: 50%;
}
.lightbox-next {
  right: 15px;
  top: 50%;
}
.barber {
  --paper: #232421;
  --ink: #f7f6f4;
  --muted: #c1bdb7;
  --line: #55554f;
  --accent: #d8c6b0;
  --heading: "Inter", Arial, sans-serif;
  --body: "Inter", Arial, sans-serif;
  background: #232421;
}
.barber h1,
.barber h2 {
  font-weight: 800;
  letter-spacing: -0.055em;
}
.barber h3 {
  font-weight: 600;
  letter-spacing: -0.035em;
}
.barber h1 em {
  font-style: normal;
  color: #c8ab8b;
}
.barber .header-top {
  background: #161714;
}
.barber .brand-tabs a {
  border-color: #3a3b36;
}
.barber .brand-tabs a[aria-current] {
  background: #30312d;
}
.barber .site-header {
  background: #232421;
  border-color: #454540;
}
.barber .barber-logo img {
  width: 70px;
  border-radius: 50%;
}
.barber .primary {
  background: #f7f6f4;
  color: #232421;
}
.barber .primary:hover {
  background: #d8c6b0;
}
.barber .hero {
  min-height: 660px;
}
.barber .hero:before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    90deg,
    rgba(14, 15, 13, 0.93),
    rgba(14, 15, 13, 0.5) 45%,
    rgba(14, 15, 13, 0.08)
  );
  z-index: -1;
}
.barber .hero h1 {
  font-size: clamp(60px, 6.8vw, 102px);
  line-height: 1;
}
.barber .hero-content {
  max-width: 850px;
}
.barber .hero-content > p:not(.eyebrow) {
  color: #e0dcd6;
}
.barber .hero-caption {
  color: #ddd6ce;
}
.barber .hero-actions .text-link {
  color: #fff;
}
.barber .trust-strip {
  background: #30312d;
  color: #f7f6f4;
  border-color: #45463f;
}
.barber .trust-strip a + a {
  border-left-color: #45463f;
}
.barber .trust-strip a:hover {
  background: rgba(255, 255, 255, 0.05);
}
.checker-stripe {
  height: 16px;
  background: repeating-conic-gradient(#bcb6aa 0 25%, #242522 0 50%) 0 0/32px
    32px;
}
.barber .intro-section {
  gap: 9vw;
}
.barber-work-photo img {
  aspect-ratio: 0.95;
  object-fit: cover;
  width: 100%;
}
.barber-work-photo figcaption {
  font-size: 12px;
  color: var(--muted);
  margin-top: 12px;
  letter-spacing: 0.06em;
}
.barber-services {
  background: #30312d;
}
.barber-service-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 5vw;
}
.barber-service-grid article {
  padding-top: 25px;
  border-top: 1px solid #55554f;
}
.barber-service-grid h3 {
  margin-top: 25px;
  margin-bottom: 20px;
  font-size: 27px;
}
.barber-service-grid p {
  color: var(--muted);
  max-width: 380px;
  font-size: 16px;
}
.barber-service-grid .text-link {
  margin-top: 26px;
}
.barber-grid {
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
.barber .work-item figcaption {
  font-size: 14px;
}
.barber .image-open {
  background: #f7f6f4;
  color: #232421;
}
.barber .reviews {
  background: #e7e2db;
  color: #252622;
  --muted: #625d56;
}
.barber .review-card {
  background: #f7f6f4;
}
.barber .review-card blockquote {
  font-size: 19px;
}
.barber .review-top {
  color: #625d56;
}
.barber .rating-number {
  font-weight: 700;
}
.membership {
  padding-top: 85px;
  padding-bottom: 85px;
  position: relative;
  background: #514339;
}
.membership h2 {
  font-size: clamp(45px, 5.5vw, 80px);
}
.membership > p:not(.eyebrow) {
  max-width: 530px;
  margin: 24px 0 30px;
  color: #e0d8ce;
}
.salon-preview {
  background: #f7f4f1;
  color: #2f3032;
}
.salon-preview h2 {
  font:
    400 clamp(38px, 4vw, 60px) / 1.1 "Playfair Display",
    Georgia,
    serif;
  letter-spacing: -0.035em;
}
.salon-preview .primary {
  background: #2f3032;
  color: #f7f4f1;
}
.salon-preview .cross-image {
  position: relative;
}
.salon-preview .cross-image img {
  object-position: right center;
  max-height: 530px;
}
.salon-preview .cross-image::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(
    90deg,
    #f7f4f1 0%,
    rgba(247, 244, 241, 0.85) 18%,
    rgba(247, 244, 241, 0.35) 42%,
    transparent 65%
  );
}
.barber .booking-section {
  background: #c4ad93;
  color: #242522;
}
.barber .booking-section .primary {
  background: #242522;
  color: #f7f6f4;
}
.barber .visit-section h2 {
  font-size: 42px;
}
.barber .contact-block .phone {
  font-size: 27px;
}
.barber .site-footer {
  background: #171815;
}
@media (min-width: 1760px) {
  .hero {
    max-width: 1760px;
    margin: auto;
  }
  .cross-brand {
    max-width: 1760px;
    margin: auto;
  }
  .header-top,
  .header-bar {
    padding-left: max(var(--gutter), calc((100vw - 1560px) / 2));
    padding-right: max(var(--gutter), calc((100vw - 1560px) / 2));
  }
}
@media (max-width: 1150px) {
  .header-bar {
    gap: 22px;
    padding-left: 32px;
    padding-right: 32px;
  }
  .header-top {
    padding-left: 32px;
    padding-right: 32px;
  }
  .site-header nav {
    gap: 18px;
  }
  .header-book {
    font-size: 12px;
    padding: 12px 16px;
    gap: 15px;
  }
  .logo img {
    width: 112px;
  }
  .hero {
    min-height: 610px;
  }
  .salon-hero .hero-content {
    max-width: 580px;
  }
  .salon-hero .hero-content > p {
    font-size: 16px;
  }
  .hero-actions {
    gap: 18px;
  }
  .hero-actions .button {
    padding: 13px 18px;
  }
  .hero-actions .text-link {
    font-size: 12px;
    gap: 10px;
  }
  .section-wrap {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .intro-section,
  .services-section,
  .owner-section {
    gap: 5vw;
  }
  .intro-section {
    grid-template-columns: 1fr 1fr;
  }
  .award-card {
    gap: 20px;
    grid-template-columns: 0.7fr 1fr;
  }
  .award-card h3 {
    font-size: 23px;
  }
  .review-card {
    padding: 25px;
  }
  .review-card blockquote {
    font-size: 19px;
  }
  .visit-section {
    gap: 4vw;
    grid-template-columns: 1fr 1fr 1fr;
  }
  .visit-section h2 {
    font-size: 38px;
  }
  .contact-block .phone {
    font-size: 26px;
  }
  .visit-section h3 {
    font-size: 24px;
  }
  .hours dl > div {
    font-size: 12px;
  }
  .cross-copy {
    padding: 55px 5vw;
  }
  .barber .hero h1 {
    font-size: 80px;
  }
}
@media (max-width: 900px) {
  .header-bar {
    position: relative;
  }
  .site-header nav {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: #fff;
    padding: 24px var(--gutter);
    flex-direction: column;
    align-items: flex-start;
    gap: 6px;
    border-bottom: 1px solid var(--line);
  }
  .site-header nav.is-open {
    display: flex;
  }
  .site-header nav a {
    font-size: 16px;
    padding: 10px 0;
    width: 100%;
  }
  .barber .site-header nav {
    background: #232421;
  }
  .menu-toggle {
    display: block;
  }
  .site-header .barber-logo img {
    width: 60px;
  }
  .hero-content {
    padding-top: 55px;
    padding-bottom: 70px;
  }
  .salon-hero .hero-content {
    max-width: 560px;
  }
  .salon-hero .hero-image {
    object-position: 65% 50%;
    opacity: 0.58;
  }
  .salon-hero:before {
    background: linear-gradient(90deg, #f7f4f1, rgba(247, 244, 241, 0.15) 90%);
  }
  .trust-strip a {
    padding: 18px 14px;
    font-size: 10px;
    letter-spacing: 0.08em;
  }
  .intro-section {
    grid-template-columns: 1fr;
  }
  .intro-copy {
    max-width: 650px;
  }
  .intro-copy p:not(.eyebrow) {
    max-width: 600px;
  }
  .interior-frame {
    margin: 30px 0 0 20px;
  }
  .interior-frame img {
    aspect-ratio: 1.78;
    min-height: 0;
  }
  .services-section {
    gap: 35px;
  }
  .services-section h2 {
    font-size: 42px;
  }
  .service-list h3 {
    font-size: 23px;
  }
  .service-no {
    font-size: 12px;
  }
  .service-list summary {
    gap: 12px;
  }
  .service-image img {
    aspect-ratio: 0.62;
  }
  .section-heading {
    align-items: flex-start;
    gap: 25px;
  }
  .section-heading > p {
    font-size: 15px;
    max-width: 260px;
  }
  .work-grid {
    gap: 28px 20px;
  }
  .owner-section {
    gap: 35px;
  }
  .owner-copy .lead {
    font-size: 19px;
  }
  .owner-copy h2 {
    font-size: 42px;
  }
  .owner-photo img {
    aspect-ratio: 0.65;
  }
  .owner-quote blockquote {
    font-size: 20px;
  }
  .awards-grid {
    grid-template-columns: 1fr;
  }
  .award-card {
    grid-template-columns: 180px 1fr;
  }
  .review-grid {
    gap: 16px;
  }
  .review-card {
    padding: 22px;
  }
  .review-card blockquote {
    font-size: 18px;
  }
  .review-person {
    font-size: 13px;
  }
  .review-top {
    font-size: 12px;
    gap: 8px;
  }
  .stars {
    letter-spacing: 1px;
    font-size: 13px;
  }
  .cross-brand {
    grid-template-columns: 1fr 1fr;
    min-height: 420px;
  }
  .cross-image img {
    min-height: 420px;
  }
  .cross-copy h2 {
    font-size: 38px;
  }
  .visit-section {
    grid-template-columns: 1fr 1fr;
    gap: 50px;
  }
  .hours {
    grid-column: 1/-1;
    max-width: 550px;
    width: 100%;
  }
  .hours dl > div {
    font-size: 14px;
  }
  .footer-bottom {
    flex-wrap: wrap;
  }
  .barber .hero {
    min-height: 620px;
  }
  .barber .intro-section {
    grid-template-columns: 0.9fr 1.1fr;
    gap: 30px;
  }
  .barber .intro-section h2 {
    font-size: 42px;
  }
  .barber-service-grid {
    gap: 30px;
  }
  .barber-service-grid h3 {
    font-size: 23px;
  }
  .barber-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .barber .review-card blockquote {
    font-size: 16px;
  }
}
@media (max-width: 650px) {
  html {
    scroll-padding-top: 48px;
  }
  .top-location {
    display: none;
  }
  .logo img {
    width: 100px;
  }
  .header-book {
    font-size: 12px;
    padding: 9px 12px;
    min-height: 41px;
    gap: 10px;
  }
  .header-book span {
    display: none;
  }
  .menu-toggle {
    padding: 7px 10px;
    font-size: 12px;
  }
  .menu-toggle span {
    display: none;
  }
  .hero {
    min-height: 0;
    display: flex;
    flex-direction: column;
    align-items: stretch;
  }
  .salon-hero picture {
    position: relative;
    order: 2;
    height: auto;
    z-index: 0;
  }
  .salon-hero .hero-image {
    position: static;
    height: auto;
    aspect-ratio: 1.55;
    object-fit: cover;
    object-position: right bottom;
    opacity: 1;
  }
  .salon-hero .hero-content {
    order: 1;
    max-width: none;
    padding: 24px var(--gutter) 30px;
  }
  .salon-hero:before {
    display: none;
  }
  .salon-hero h1 {
    font-size: clamp(49px, 12vw, 72px);
  }
  .hero-content .eyebrow {
    font-size: 12px;
    margin-bottom: 20px;
  }
  .hero-content > p:not(.eyebrow) {
    font-size: 16px;
  }
  .hero-actions {
    flex-wrap: wrap;
    gap: 22px;
    margin-top: 25px;
  }
  .hero-actions .button {
    font-size: 14px;
  }
  .hero-actions .text-link {
    font-size: 14px;
  }
  .hero-caption {
    display: none;
  }
  .trust-strip {
    grid-template-columns: 1fr;
  }
  .trust-strip a {
    padding: 16px var(--gutter);
    min-height: 0;
    font-size: 11px;
    letter-spacing: 0.1em;
  }
  .trust-strip a + a {
    border-left: none;
    border-top: 1px solid #d8d3de;
  }
  .barber .trust-strip a + a {
    border-top-color: #45463f;
  }
  .section-wrap {
    padding: 58px var(--gutter);
  }
  h2 {
    font-size: 42px;
  }
  .eyebrow {
    margin-bottom: 19px;
    font-size: 12px;
    letter-spacing: 0.13em;
  }
  .lead {
    font-size: 19px;
  }
  .intro-section {
    gap: 28px;
  }
  .interior-frame {
    margin: 20px 0 16px 10px;
  }
  .interior-frame:before {
    inset: -14px 14px 14px -14px;
  }
  .interior-frame figcaption {
    margin-top: 24px;
  }
  .services-section {
    grid-template-columns: 1fr;
    gap: 35px;
  }
  .service-copy h2 {
    margin-bottom: 30px;
  }
  .service-image img {
    aspect-ratio: 1.1;
    object-position: center 45%;
  }
  .service-list summary {
    min-height: 80px;
    padding: 20px 0;
  }
  .service-detail {
    padding-left: 28px;
  }
  .section-heading {
    display: block;
    margin-bottom: 30px;
  }
  .section-heading > p {
    max-width: 100%;
    margin-top: 24px;
    font-size: 16px;
  }
  .section-heading > p br {
    display: none;
  }
  .filters {
    gap: 7px;
    flex-wrap: wrap;
    margin-bottom: 23px;
  }
  .filters button {
    padding: 8px 13px;
    font-size: 14px;
  }
  .work-grid {
    grid-template-columns: 1fr 1fr;
    gap: 25px 14px;
  }
  .work-item figcaption {
    font-size: 14px;
    line-height: 1.4;
    padding-top: 10px;
    gap: 5px;
  }
  .work-index {
    display: none;
  }
  .image-open {
    width: 28px;
    height: 28px;
    bottom: 8px;
    right: 8px;
  }
  .owner-section {
    grid-template-columns: 1fr;
    grid-template-areas:
      "photo"
      "copy"
      "testimonial";
    gap: 35px;
  }
  .owner-section .testimonial-feature {
    padding: 35px 0 0;
    margin-top: 5px;
    border-bottom: none;
    border-top: 1px solid #c5bfce;
  }
  .owner-photo {
    max-width: none;
  }
  .owner-photo img {
    aspect-ratio: 0.98;
    object-position: 50% 25%;
  }
  .owner-photo > span {
    left: 14px;
    bottom: 14px;
    font-size: 12px;
    padding: 10px 14px;
  }
  .owner-copy .button {
    margin-top: 25px;
  }
  .owner-quote {
    margin-top: 28px;
  }
  .award-card {
    grid-template-columns: 120px 1fr;
    gap: 20px;
    padding: 23px 0;
    align-items: start;
  }
  .award-card img {
    aspect-ratio: 0.85;
  }
  .award-card h3 {
    font-size: 23px;
  }
  .award-result {
    font-size: 12px;
    line-height: 1.6;
    margin-bottom: 8px;
  }
  .award-card p {
    font-size: 14px;
    line-height: 1.6;
  }
  .award-card .text-link {
    font-size: 12px;
    gap: 10px;
  }
  .awards-grid {
    gap: 12px;
  }
  .review-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .rating-summary {
    display: inline-grid;
    margin-top: 28px;
  }
  .rating-number {
    font-size: 52px;
  }
  .review-card {
    padding: 28px;
  }
  .review-card blockquote {
    font-size: 22px;
    margin-bottom: 25px;
  }
  .review-top {
    font-size: 12px;
  }
  .review-person {
    font-size: 14px;
  }
  .cross-brand {
    grid-template-columns: 1fr;
    min-height: 0;
  }
  .cross-image img {
    min-height: 0;
    aspect-ratio: 1.55;
    max-height: 400px;
  }
  .cross-copy {
    padding: 50px var(--gutter);
  }
  .cross-copy h2 {
    font-size: 42px;
  }
  .cross-copy p:not(.eyebrow) {
    margin-top: 22px;
  }
  .booking-section > div {
    display: block;
  }
  .booking-section .button {
    margin-top: 28px;
  }
  .booking-section h2 {
    font-size: 43px;
  }
  .visit-section {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .visit-section h2 {
    font-size: 42px;
  }
  .hours {
    grid-column: auto;
    max-width: none;
  }
  .visit-section h3 {
    margin-bottom: 20px;
  }
  .contact-block {
    padding-top: 0;
  }
  .contact-block p {
    margin: 18px 0 25px;
    max-width: 440px;
  }
  .footer-top {
    gap: 35px;
    flex-wrap: wrap;
    padding-bottom: 30px;
  }
  .footer-top p {
    font-size: 12px;
    max-width: 140px;
  }
  .back-top {
    display: none;
  }
  .footer-bottom {
    display: block;
    font-size: 12px;
    padding-top: 25px;
  }
  .footer-bottom > div {
    margin: 16px 0;
    gap: 25px;
  }
  .footer-bottom > span:last-child {
    font-size: 12px;
  }
  .lightbox {
    padding: 60px 45px 20px;
    width: 100vw;
    max-width: 100vw;
    height: 90dvh;
    max-height: 90dvh;
  }
  .lightbox button {
    padding: 8px 10px;
  }
  .lightbox-prev {
    left: 5px;
  }
  .lightbox-next {
    right: 5px;
  }
  .lightbox-close {
    right: 14px;
  }
  .barber .hero {
    min-height: 630px;
    display: block;
  }
  .barber .hero .hero-image {
    position: absolute;
    height: 100%;
    width: 100%;
    object-position: 65% center;
  }
  .barber .hero-content {
    padding: 65px var(--gutter);
  }
  .barber .hero h1 {
    font-size: clamp(60px, 14vw, 88px);
  }
  .barber .hero:before {
    background: linear-gradient(
      90deg,
      rgba(14, 15, 13, 0.85),
      rgba(14, 15, 13, 0.3)
    );
  }
  .barber .hero .hero-actions {
    margin-top: 32px;
  }
  .barber .intro-section {
    grid-template-columns: 1fr;
    gap: 35px;
  }
  .barber-work-photo img {
    aspect-ratio: 1;
  }
  .barber-service-grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  .barber-service-grid article {
    padding-top: 22px;
  }
  .barber-service-grid h3 {
    margin-top: 12px;
    margin-bottom: 15px;
    font-size: 28px;
  }
  .barber-service-grid .text-link {
    margin-top: 20px;
  }
  .barber .review-card blockquote {
    font-size: 19px;
  }
  .membership h2 {
    font-size: 50px;
  }
  .salon-preview .cross-image {
    order: -1;
  }
  .salon-preview .cross-image::after {
    background: linear-gradient(
      180deg,
      transparent 55%,
      rgba(247, 244, 241, 0.6) 82%,
      #f7f4f1 100%
    );
  }
  .salon-preview h2 {
    font-size: 43px;
  }
  .barber .booking-section h2 {
    font-size: 45px;
  }
  .barber .visit-section h2 {
    font-size: 42px;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  *,
  *:before,
  *:after {
    transition: none !important;
    animation: none !important;
  }
}

.footer-logo {
  display: block;
  flex-shrink: 0;
  width: 190px;
  padding: 14px;
  background: #fff;
}
.footer-logo img {
  display: block;
  width: 100%;
  height: auto;
}
.footer-logo--barber {
  width: 108px;
  padding: 0;
  border-radius: 50%;
  overflow: hidden;
}
/* Trim the source photo’s embedded black strips in the gallery presentation. */
.gallery-open.edge-trim img {
  transform: scale(1.065);
}
.gallery-open.edge-trim:hover img {
  transform: scale(1.1);
}
.lightbox img.edge-trim {
  clip-path: inset(0.9% 0 2.8% 0);
}
@media (max-width: 650px) {
  .footer-logo--salon {
    width: 160px;
    padding: 12px;
  }
}

.brand-tabs a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
}
.brand-tabs a:has(.brand-tab-logo) .brand-tab-label {
  display: none;
}
.brand-tabs a:has(.brand-tab-logo) .brand-tab-logo {
  display: block;
  height: 22px;
  width: auto;
}
@media (min-width: 901px) {
  .brand-tabs a:has(.brand-tab-logo) .brand-tab-logo {
    display: none;
  }
  .brand-tabs a:has(.brand-tab-logo):not([aria-current]) .brand-tab-label {
    display: inline;
  }
  .salon {
    --salon-tab-width: 156px;
    --salon-logo-width: 132px;
  }
  .salon .brand-tabs a[aria-current]:has(.brand-tab-logo) {
    width: var(--salon-tab-width);
    min-width: var(--salon-tab-width);
    flex-shrink: 0;
  }
  .salon .header-bar .logo {
    margin-left: calc((var(--salon-tab-width) - var(--salon-logo-width)) / 2);
  }
}
@media (max-width: 900px) {
  .site-header {
    border-bottom: none;
  }
  .header-top {
    padding: 0;
    min-height: 0;
  }
  .header-bar {
    display: none;
  }
  .brand-tabs {
    width: 100%;
    min-height: 48px;
  }
  .brand-tabs a {
    flex: 1;
    padding: 14px 10px;
    border: none;
    border-right: 1px solid #d3cfdb;
    font-size: 10px;
    letter-spacing: 0.08em;
    text-align: center;
  }
  .brand-tabs a:last-child {
    border-right: none;
  }
  .brand-tabs a[aria-current] {
    font-weight: 700;
  }
  .brand-tabs a:has(.brand-tab-logo) .brand-tab-logo {
    height: 24px;
  }
  .brand-tabs a:has(.brand-tab-icon) .brand-tab-icon {
    display: block;
    width: 22px;
    height: 22px;
  }
  .brand-tabs a:has(.brand-tab-icon) .brand-tab-label {
    display: inline;
  }
  .salon .header-top {
    background: #e8e4ed;
  }
  .salon .brand-tabs a[aria-current] {
    background: var(--paper);
  }
  .salon .brand-tabs a:not([aria-current]) {
    background: #fff;
  }
  .salon-hero .hero-content {
    padding-top: 28px;
  }
  .barber .site-header {
    background: #232421;
    border-bottom: none;
  }
  .barber .header-top {
    background: #161714;
  }
  .barber .brand-tabs a[aria-current] {
    background: #232421;
  }
  .barber .brand-tabs a:not([aria-current]) {
    background: #161714;
  }
  .barber .brand-tabs a {
    border-right-color: #3a3b36;
  }
}
.brand-tab-icon {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  flex-shrink: 0;
}
.footer-logo--salon {
  background: transparent;
  padding: 0;
  width: 190px;
}
.review-source {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  white-space: nowrap;
}
.review-source img {
  width: 22px;
  height: 22px;
  object-fit: contain;
  flex-shrink: 0;
}
.review-top {
  align-items: center;
}
.rating-provider {
  display: flex !important;
  align-items: center;
  gap: 7px;
}
.rating-provider img {
  width: 20px;
  height: 20px;
  object-fit: contain;
}
.owner-review-source {
  display: inline-flex;
  margin-top: 10px;
  font-size: 12px;
}
.film-section {
  background: #e7e3ee;
}
.film-section .rdm-video {
  background: #242522;
}
.film-section .section-heading > p {
  max-width: 410px;
}
.film-caption {
  font-size: 12px;
  color: var(--muted);
  margin-top: 16px;
  letter-spacing: 0.05em;
}
.barber .film-section {
  background: #30312d;
}
.testimonial-feature {
  background: #e7e3ee;
  text-align: center;
  padding-top: 70px;
  padding-bottom: 70px;
}
.testimonial-feature blockquote {
  font: 400 clamp(25px, 2.7vw, 39px) / 1.45 var(--heading);
  max-width: 970px;
  margin: 0 auto;
}
.testimonial-credit {
  margin-top: 28px;
  display: flex;
  flex-wrap: wrap;
  gap: 12px 22px;
  align-items: center;
  justify-content: center;
  font-size: 14px;
}
.testimonial-credit > span {
  font-size: 12px;
  color: var(--muted);
}
.testimonial-credit .review-source {
  font-size: 12px;
}
.testimonial-feature--barber {
  background: #e7e2db;
  color: #252622;
}
.testimonial-feature--barber .eyebrow {
  color: #625d56;
}
.testimonial-feature--barber .testimonial-credit > span {
  color: #625d56;
}
@media (max-width: 900px) {
  .review-top {
    flex-wrap: wrap;
    gap: 12px;
  }
}
@media (max-width: 650px) {
  .brand-tabs a {
    padding: 8px 10px;
    font-size: 12px;
    gap: 7px;
  }
  .brand-tab-icon {
    width: 22px;
    height: 22px;
  }
  .footer-logo--salon {
    width: 160px;
    padding: 0;
  }
  .testimonial-feature {
    padding-top: 55px;
    padding-bottom: 55px;
  }
  .testimonial-credit {
    flex-direction: column;
    gap: 9px;
  }
}

/* The salon film is an editorial feature, with a player loaded on request. */
.salon .film-editorial {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.8fr);
  align-items: center;
  gap: clamp(32px, 5vw, 88px);
  background: #eeebf0;
  border-block: 1px solid #ded9e3;
  padding-block: clamp(56px, 7vw, 104px);
}
.film-intro .eyebrow {
  margin-bottom: 24px;
}
.film-intro h2 {
  font-size: clamp(36px, 3.5vw, 54px);
}
.film-rule {
  display: block;
  width: 46px;
  height: 1px;
  background: #8b809b;
  margin: 28px 0;
}
.film-intro > p:not(.eyebrow) {
  color: var(--muted);
  font-size: 16px;
  max-width: 330px;
}
.film-intro .film-invitation {
  margin-top: 16px;
}
.film-runtime {
  display: block;
  margin-top: 28px;
  font-size: 11px;
  letter-spacing: 0.17em;
  color: #71677e;
}
.film-feature {
  min-width: 0;
  position: relative;
  padding: 0 18px 0 0;
}
.film-feature::before {
  content: "";
  position: absolute;
  background: #d5cede;
  top: 22px;
  right: 0;
  bottom: 24px;
  left: 22px;
}
.film-player {
  isolation: isolate;
  box-shadow: 0 12px 32px #30263716;
}
.film-cover {
  position: absolute;
  inset: 0;
  display: block;
  color: white;
  overflow: hidden;
}
.film-poster {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s ease;
}
.film-cover::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, #19121f80, #21172918 40%, #19121fd9);
}
.film-cover-top,
.film-cover-bottom {
  position: absolute;
  left: 26px;
  right: 26px;
  z-index: 1;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
}
.film-cover-top {
  top: 24px;
  font-size: 12px;
  letter-spacing: 0.2em;
}
.film-cover-top > span {
  font-size: 9px;
  letter-spacing: 0.15em;
}
.film-cover-bottom {
  bottom: 24px;
}
.film-cover-bottom > span:first-child {
  font: italic 400 clamp(20px, 2.3vw, 34px) / 1.2 var(--heading);
}
.film-watch {
  font-size: 9px;
  letter-spacing: 0.13em;
  white-space: nowrap;
}
.film-watch > span {
  margin-left: 8px;
  font-size: 20px;
}
.film-play {
  position: absolute;
  left: 50%;
  top: 47%;
  transform: translate(-50%, -50%);
  z-index: 1;
  display: grid;
  place-items: center;
  width: 68px;
  height: 68px;
  border: 1px solid #ffffffb3;
  border-radius: 50%;
  background: #f7f4f11a;
  backdrop-filter: blur(5px);
  transition:
    background 0.2s,
    color 0.2s;
}
.film-play svg {
  width: 26px;
  height: 26px;
}
.film-cover:hover .film-poster {
  transform: scale(1.025);
}
.film-cover:hover .film-play,
.film-cover:focus-visible .film-play {
  color: #302637;
  background: #f7f4f1;
}
.film-cover:focus-visible {
  outline-offset: 5px;
}
.film-credit {
  position: relative;
  display: flex;
  justify-content: space-between;
  gap: 18px;
  border-top: 1px solid #c9c1d1;
  margin-top: 36px;
  padding-top: 14px;
  font-size: 11px;
  letter-spacing: 0.1em;
  color: #68616f;
}
.film-credit > span:last-child {
  white-space: nowrap;
  letter-spacing: 0;
  font-size: 11px;
}
@media (max-width: 800px) {
  .salon .film-editorial {
    grid-template-columns: 1fr;
    gap: 32px;
  }
  .film-intro > p:not(.eyebrow) {
    max-width: 440px;
  }
  .film-intro .film-invitation {
    margin-top: 8px;
  }
  .film-runtime {
    margin-top: 18px;
  }
  .film-rule {
    margin: 20px 0;
  }
}
@media (max-width: 480px) {
  .film-feature {
    padding-right: 10px;
  }
  .film-feature::before {
    top: 12px;
    left: 12px;
  }
  .film-cover-top,
  .film-cover-bottom {
    left: 16px;
    right: 16px;
  }
  .film-cover-top {
    top: 14px;
    font-size: 10px;
  }
  .film-cover-bottom {
    bottom: 14px;
  }
  .film-cover-bottom > span:first-child {
    font-size: 18px;
  }
  .film-watch {
    font-size: 8px;
    letter-spacing: 0.05em;
  }
  .film-watch > span {
    display: none;
  }
  .film-play {
    width: 50px;
    height: 50px;
  }
  .film-credit {
    margin-top: 24px;
    font-size: 10px;
  }
}
@media (prefers-reduced-motion: reduce) {
  .film-poster,
  .film-play {
    transition: none;
  }
}

/* RDM additions: SEO eyebrow inside h1, cross-brand nav link, enquiry form */
h1 .eyebrow {
  display: block;
  letter-spacing: 0.17em;
  margin-bottom: 24px;
}
.nav-cross {
  font-weight: 700;
}
.barber .review-grid {
  grid-template-columns: repeat(2, 1fr);
}
.enquiry-section {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 6vw;
  align-items: start;
  background: #ebe8e5;
  border-top: 1px solid var(--line);
}
.barber .enquiry-section {
  background: #30312d;
}
.enquiry-copy h2 {
  margin-bottom: 24px;
}
.enquiry-copy p:not(.eyebrow) {
  color: var(--muted);
  max-width: 460px;
}
.enquiry-form {
  display: grid;
  gap: 22px;
  max-width: 620px;
  background: var(--paper);
  border-top: 2px solid var(--accent);
  padding: clamp(28px, 4vw, 40px);
}
@media (min-width: 651px) {
  .enquiry-form {
    grid-template-columns: 1fr 1fr;
  }
  .enquiry-form .field:has(select),
  .enquiry-form .field:has(textarea),
  .enquiry-form .field:has([name="email"]),
  .enquiry-form .form-error,
  .enquiry-form > .button {
    grid-column: 1 / -1;
  }
}
.hidden-field {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
.field {
  display: grid;
  gap: 10px;
}
.field label {
  font: 700 12px/1.5 var(--body);
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #70647f;
}
.field input,
.field textarea,
.field select {
  font: 400 17px/1.5 var(--body);
  color: var(--ink);
  background: var(--white);
  border: 1px solid var(--line);
  padding: 14px 16px;
  width: 100%;
  border-radius: 0;
  -webkit-appearance: none;
  appearance: none;
  transition:
    border-color 0.2s,
    box-shadow 0.2s;
}
.field input::placeholder,
.field textarea::placeholder {
  color: #9a9590;
}
.field select {
  background-color: var(--white);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%2370647f' stroke-width='1.5'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 14px center;
  background-size: 18px;
  padding-right: 44px;
  cursor: pointer;
}
.barber .enquiry-form {
  background: #232421;
  border-top-color: #c9b8a3;
}
.barber .field label {
  color: #c9b8a3;
}
.barber .field input,
.barber .field textarea,
.barber .field select {
  color: #f7f6f4;
  background-color: #1c1d1a;
  border-color: #45463f;
}
.barber .field input::placeholder,
.barber .field textarea::placeholder {
  color: #8a8680;
}
.barber .field select {
  background-color: #1c1d1a;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23c9b8a3' stroke-width='1.5'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E");
}
.field input:focus-visible,
.field textarea:focus-visible,
.field select:focus-visible {
  outline: none;
  border-color: #8a7a9e;
  box-shadow: 0 0 0 1px #8a7a9e;
}
.barber .field input:focus-visible,
.barber .field textarea:focus-visible,
.barber .field select:focus-visible {
  border-color: #c9b8a3;
  box-shadow: 0 0 0 1px #c9b8a3;
}
.field textarea {
  resize: vertical;
  min-height: 140px;
}
.enquiry-form .button {
  justify-self: start;
  margin-top: 4px;
}
.built-by {
  text-decoration: underline;
  text-underline-offset: 3px;
}
.built-by:hover {
  opacity: 0.7;
}
/* Barbers: the visit section is the top half of the footer */
.barber .visit-footer {
  background: #171815;
  border-top: 1px solid #2f302c;
  padding-bottom: 70px;
}
.barber .visit-footer .hours dl > div {
  border-color: #3a3b36;
}
.barber .visit-footer + .site-footer,
.barber .site-footer {
  padding-top: 0;
}
.barber .site-footer .footer-top {
  border-top: 1px solid #2f302c;
  padding-top: 40px;
  padding-bottom: 35px;
}
.barber .enquiry-section {
  background: #30312d;
  border-top: 1px solid #45463f;
}
.form-error {
  font-size: 14px;
  color: #8a2f27;
  border-left: 3px solid #8a2f27;
  padding-left: 14px;
}
.barber .form-error {
  color: #e7b0a8;
  border-color: #e7b0a8;
}
.form-error a {
  text-decoration: underline;
}
.form-success {
  max-width: 620px;
  padding: clamp(28px, 4vw, 40px);
  background: var(--paper);
  border-top: 2px solid var(--accent);
}
.form-success h3 {
  font-family: var(--heading);
  font-size: clamp(24px, 3vw, 30px);
  font-weight: 400;
  margin-bottom: 12px;
}
.barber .form-success {
  background: #232421;
  border-top-color: #c9b8a3;
}
.form-success a {
  text-decoration: underline;
}
@media (max-width: 900px) {
  .enquiry-section {
    grid-template-columns: 1fr;
    gap: 36px;
  }
  .barber .review-grid {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 650px) {
  h1 .eyebrow {
    margin-bottom: 20px;
  }
  .barber .review-grid {
    grid-template-columns: 1fr;
  }
}
