:root {
  --ink: #191511;
  --soft-ink: #302922;
  --stone: #a9957f;
  --mortex: #7f725f;
  --paper: #eee6da;
  --cream: #f7f1e8;
  --warm: #c89b63;
  --line: rgba(35, 28, 22, 0.18);
  --shadow: 0 24px 80px rgba(13, 10, 8, 0.26);
  --ease-luxury: cubic-bezier(0.22, 1, 0.36, 1);
  color-scheme: light;
  font-family:
    "Inter", "Avenir Next", "Segoe UI", system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
}

* {
  box-sizing: border-box;
}

*,
*::before,
*::after {
  overflow-wrap: break-word;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background:
    radial-gradient(circle at 8% 12%, rgba(200, 155, 99, 0.2), transparent 28rem),
    linear-gradient(180deg, #f6efe5 0%, #e7dacb 45%, #efe7dc 100%);
  color: var(--ink);
}

body.has-confirmation-open {
  overflow: hidden;
}

body::selection {
  background: #d3a66f;
  color: #191511;
}

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

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

#werkwijze,
#werken,
#diensten,
#bar,
#afspraak,
#contact {
  scroll-margin-top: 5.5rem;
}

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 20;
  display: grid;
  grid-template-columns: minmax(190px, 1fr) auto minmax(150px, 1fr);
  align-items: center;
  gap: 1rem;
  padding: 1rem clamp(1rem, 4vw, 3rem);
  background: rgba(22, 18, 15, 0.7);
  color: var(--cream);
  border-bottom: 1px solid rgba(247, 241, 232, 0.14);
  backdrop-filter: blur(18px);
  animation: headerReveal 900ms var(--ease-luxury) both;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 0.8rem;
  min-width: 0;
}

.brand strong {
  display: block;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.05rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  white-space: nowrap;
}

.brand small {
  display: block;
  margin-top: 0.12rem;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 0.58rem;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  opacity: 0.78;
}

.mark {
  position: relative;
  display: grid;
  place-items: center;
  width: 1.55rem;
  height: 2.4rem;
  border: 1px solid currentColor;
  flex: 0 0 auto;
}

.mark::before,
.mark::after {
  content: "";
  position: absolute;
  left: 0.18rem;
  right: 0.18rem;
  height: 1px;
  background: currentColor;
}

.mark::before {
  top: -0.35rem;
}

.mark::after {
  bottom: -0.35rem;
}

.mark span {
  width: 100%;
  height: 100%;
  background: repeating-linear-gradient(
    135deg,
    transparent 0 0.34rem,
    currentColor 0.34rem 0.62rem,
    transparent 0.62rem 0.96rem
  );
  opacity: 0.88;
}

.brand:hover .mark span {
  animation: barberStripe 900ms var(--ease-luxury);
}

.nav-links {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(1rem, 3vw, 2.4rem);
  font-size: 0.75rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.nav-links a,
.header-cta {
  opacity: 0.84;
  transition:
    opacity 180ms ease,
    color 180ms ease,
    transform 180ms ease;
}

.nav-links a:hover,
.header-cta:hover {
  color: #f5d2a0;
  opacity: 1;
  transform: translateY(-1px);
}

.header-cta {
  justify-self: end;
  padding: 0.75rem 1rem;
  border: 1px solid rgba(247, 241, 232, 0.28);
  font-size: 0.75rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.hero {
  position: relative;
  min-height: 92svh;
  display: grid;
  align-items: end;
  padding-top: 6.2rem;
  overflow: clip;
  contain: layout paint;
  color: var(--cream);
}

.hero picture,
.hero img,
.hero-scrim {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.hero img {
  object-fit: cover;
  object-position: center 42%;
  filter: saturate(0.9) contrast(1.02);
  animation: heroImageDrift 18s var(--ease-luxury) infinite alternate;
}

.hero-scrim {
  background:
    linear-gradient(90deg, rgba(15, 11, 9, 0.9), rgba(15, 11, 9, 0.54) 48%, rgba(15, 11, 9, 0.18)),
    linear-gradient(180deg, rgba(15, 11, 9, 0.24), rgba(15, 11, 9, 0.84));
}

.hero-content {
  position: relative;
  z-index: 2;
  width: min(820px, calc(100% - 2rem));
  margin: 0 0 clamp(4.2rem, 7vh, 5.4rem) clamp(1rem, 7vw, 6rem);
  animation: heroCopyReveal 1100ms var(--ease-luxury) 160ms both;
}

.eyebrow {
  margin: 0 0 0.85rem;
  color: #8d6b40;
  font-size: 0.74rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.hero .eyebrow {
  color: #e7c08d;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1,
h2 {
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 500;
  line-height: 1.02;
}

h1 {
  max-width: min(660px, 100%);
  margin-bottom: 1.25rem;
  font-size: clamp(2.9rem, 5.6vw, 4.9rem);
}

h2 {
  margin-bottom: 1rem;
  font-size: clamp(2rem, 4.4vw, 4.1rem);
}

h3 {
  margin-bottom: 0.45rem;
  font-size: 1.05rem;
}

.hero-content p:not(.eyebrow) {
  max-width: 630px;
  margin-bottom: 1.2rem;
  color: rgba(247, 241, 232, 0.82);
  font-size: clamp(1rem, 1.8vw, 1.26rem);
  line-height: 1.7;
}

.hero-services {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
  margin-bottom: 1.8rem;
}

.hero-services span {
  padding: 0.5rem 0.7rem;
  border: 1px solid rgba(247, 241, 232, 0.22);
  background: rgba(22, 18, 15, 0.42);
  color: rgba(247, 241, 232, 0.86);
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.hero-actions,
.service-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem;
}

.button,
.service-tabs button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 3rem;
  padding: 0.85rem 1.1rem;
  border: 1px solid var(--line);
  border-radius: 0;
  background: transparent;
  color: inherit;
  font: inherit;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  cursor: pointer;
  transition:
    transform 220ms var(--ease-luxury),
    box-shadow 220ms var(--ease-luxury),
    border-color 220ms ease,
    background 220ms ease,
    color 220ms ease;
}

.button.primary {
  border-color: #d3a66f;
  background: #d3a66f;
  color: #1a1511;
  box-shadow: 0 14px 36px rgba(211, 166, 111, 0.18);
}

.button.ghost {
  border-color: rgba(247, 241, 232, 0.36);
  color: var(--cream);
}

.button.dark-soft {
  border-color: rgba(25, 21, 17, 0.18);
  background: #241d17;
  color: var(--cream);
}

.button:hover,
.service-tabs button:hover {
  transform: translateY(-2px);
  box-shadow: 0 18px 38px rgba(13, 10, 8, 0.16);
}

.button.wide {
  width: 100%;
}

.hero-status {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  width: min(1040px, calc(100% - 2rem));
  margin: 0 auto 1rem;
  border: 1px solid rgba(247, 241, 232, 0.16);
  background: rgba(26, 20, 16, 0.58);
  backdrop-filter: blur(14px);
  animation: heroStatusReveal 1000ms var(--ease-luxury) 620ms both;
}

.hero-status span {
  padding: 1rem;
  text-align: center;
  font-size: 0.74rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.hero-status span + span {
  border-left: 1px solid rgba(247, 241, 232, 0.16);
}

.strip {
  padding: clamp(2rem, 5vw, 4rem) clamp(1rem, 8vw, 7rem);
  background: #211a15;
  color: var(--cream);
}

.promise p {
  max-width: 980px;
  margin: 0 auto;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.55rem, 4vw, 3rem);
  line-height: 1.18;
  text-align: center;
}

.section {
  padding: clamp(4rem, 8vw, 7rem) clamp(1rem, 6vw, 5rem);
}

.two-col,
.bar-section,
.booking {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(320px, 1.1fr);
  gap: clamp(2rem, 6vw, 5rem);
  align-items: center;
}

.booking {
  align-items: start;
}

.section-copy > p:not(.eyebrow),
.section-heading > p,
.booking-copy > p {
  max-width: 680px;
  color: rgba(25, 21, 17, 0.72);
  font-size: 1.02rem;
  line-height: 1.75;
}

.process-list {
  display: grid;
  gap: 0.75rem;
  margin-top: 2rem;
}

.process-list article {
  display: grid;
  grid-template-columns: 3rem 1fr;
  gap: 1rem;
  padding: 1rem 0;
  border-top: 1px solid var(--line);
  transition:
    transform 280ms var(--ease-luxury),
    border-color 280ms ease;
}

.process-list article:hover {
  border-color: rgba(141, 107, 64, 0.38);
  transform: translateX(0.35rem);
}

.process-list span {
  grid-row: 1 / span 2;
  color: #8d6b40;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.4rem;
}

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

.process-list p,
.quiet-list {
  margin: 0;
  color: rgba(25, 21, 17, 0.68);
  line-height: 1.6;
}

.image-stack {
  position: relative;
  min-height: 680px;
}

.image-stack img {
  position: absolute;
  object-fit: cover;
  box-shadow: var(--shadow);
  transition: transform 900ms var(--ease-luxury);
}

.image-stack:hover img:first-child {
  transform: translateY(-0.5rem);
}

.image-stack:hover img:last-child {
  transform: translateY(0.45rem);
}

.image-stack img:first-child {
  top: 0;
  right: 0;
  width: 68%;
  height: 78%;
}

.image-stack img:last-child {
  left: 0;
  bottom: 0;
  width: 55%;
  height: 48%;
  border: 0.75rem solid #efe5d8;
}

.section-heading {
  max-width: 900px;
  margin-bottom: 2.2rem;
}

.service-section {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.28), rgba(255, 255, 255, 0)),
    #e5d8c8;
}

.works-section {
  background: #f0e7dc;
}

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

.works-preview .work-card,
.works-preview .work-card.large {
  grid-row: auto;
  min-height: 520px;
}

.work-card {
  position: relative;
  min-height: 540px;
  overflow: hidden;
  background: #211a15;
  color: var(--cream);
  transform: translateZ(0);
}

.work-card.large {
  grid-row: span 2;
  min-height: 720px;
}

.work-card img {
  width: 100%;
  height: 100%;
  min-height: inherit;
  object-fit: cover;
  filter: saturate(0.92) contrast(1.02);
  transition:
    transform 900ms var(--ease-luxury),
    filter 900ms var(--ease-luxury);
}

.work-card:hover img {
  transform: scale(1.045);
  filter: saturate(1) contrast(1.06);
}

.work-card::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 42%;
  background: linear-gradient(180deg, transparent, rgba(17, 12, 9, 0.88));
}

.work-card div {
  position: absolute;
  right: 1rem;
  bottom: 1rem;
  left: 1rem;
  z-index: 1;
}

.work-card p {
  margin-bottom: 0.45rem;
  color: #d3a66f;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.work-card h3 {
  max-width: 18rem;
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.2rem, 2vw, 1.7rem);
  font-weight: 500;
  line-height: 1.15;
}

.studio-gallery {
  display: grid;
  grid-template-columns: 1.2fr 0.9fr 0.9fr;
  gap: 1rem;
  margin-top: 1rem;
}

.studio-gallery img {
  width: 100%;
  height: clamp(320px, 36vw, 520px);
  object-fit: cover;
  box-shadow: 0 18px 54px rgba(44, 33, 24, 0.14);
}

.cut-gallery {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr 0.9fr;
  gap: 1rem;
  margin-bottom: clamp(2rem, 5vw, 4rem);
}

.cut-gallery article {
  position: relative;
  min-height: 420px;
  overflow: hidden;
  background: #211a15;
  color: var(--cream);
}

.cut-gallery article:first-child {
  min-height: 520px;
}

.cut-gallery img {
  width: 100%;
  height: 100%;
  min-height: inherit;
  object-fit: cover;
  filter: saturate(0.88) contrast(1.04);
}

.cut-gallery article::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 48%;
  background: linear-gradient(180deg, transparent, rgba(18, 13, 10, 0.9));
}

.cut-gallery div {
  position: absolute;
  right: 1rem;
  bottom: 1rem;
  left: 1rem;
  z-index: 1;
}

.cut-gallery p {
  margin-bottom: 0.45rem;
  color: #d3a66f;
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.cut-gallery h3 {
  max-width: 18rem;
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.25rem, 2.4vw, 2rem);
  font-weight: 500;
  line-height: 1.1;
}

.service-layout {
  display: grid;
  gap: 1.2rem;
}

.service-tabs button {
  min-height: 2.55rem;
  background: rgba(255, 255, 255, 0.18);
}

.service-tabs button.active {
  background: var(--ink);
  color: var(--cream);
}

.service-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  background: rgba(25, 21, 17, 0.18);
  border: 1px solid rgba(25, 21, 17, 0.18);
}

.service-card {
  min-height: 220px;
  display: grid;
  align-content: space-between;
  gap: 1.5rem;
  padding: 1.25rem;
  background: #efe4d5;
  transition:
    opacity 180ms ease,
    transform 260ms var(--ease-luxury),
    background 260ms ease,
    box-shadow 260ms var(--ease-luxury);
}

.service-card:hover {
  background: #fff7ec;
  box-shadow: 0 18px 40px rgba(44, 33, 24, 0.12);
  transform: translateY(-0.28rem);
}

.service-card.hidden {
  display: none;
}

.service-card.featured {
  background: #241d17;
  color: var(--cream);
}

.service-card p,
.packages p {
  margin-bottom: 0.5rem;
  color: #8d6b40;
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.service-card.featured p {
  color: #d3a66f;
}

.service-card span {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.8rem;
}

.service-card small {
  display: block;
  color: rgba(25, 21, 17, 0.62);
  line-height: 1.55;
}

.service-card.featured small {
  color: rgba(247, 241, 232, 0.66);
}

.packages {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  padding: 0 clamp(1rem, 6vw, 5rem) clamp(4rem, 8vw, 7rem);
  background: #e5d8c8;
}

.packages article {
  min-height: 260px;
  padding: clamp(1.2rem, 3vw, 2rem);
  background: #17120f;
  color: var(--cream);
  transition:
    transform 300ms var(--ease-luxury),
    background 300ms ease;
}

.packages article:hover {
  background: #211914;
  transform: translateY(-0.35rem);
}

.packages strong {
  display: block;
  margin: 1.25rem 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 2.2rem;
  font-weight: 400;
}

.packages span {
  color: rgba(247, 241, 232, 0.68);
  line-height: 1.65;
}

.bar-section {
  grid-template-columns: minmax(320px, 1fr) minmax(0, 0.85fr);
}

.bar-image img {
  width: 100%;
  max-height: 820px;
  object-fit: cover;
  box-shadow: var(--shadow);
  transition:
    transform 900ms var(--ease-luxury),
    filter 900ms var(--ease-luxury);
}

.bar-image:hover img {
  transform: scale(1.018);
  filter: saturate(1.04) contrast(1.04);
}

.quiet-list {
  display: grid;
  gap: 0.8rem;
  padding: 0;
  list-style: none;
}

.quiet-list li {
  padding: 1rem 0;
  border-top: 1px solid var(--line);
}

.products {
  background: #241d17;
  color: var(--cream);
}

.products .section-heading > p {
  color: rgba(247, 241, 232, 0.68);
}

.product-gallery {
  display: grid;
  grid-template-columns: 1.2fr 1fr 0.8fr;
  gap: 1rem;
  align-items: stretch;
}

.product-gallery img {
  width: 100%;
  height: clamp(360px, 44vw, 620px);
  object-fit: cover;
}

.product-gallery img:nth-child(2) {
  margin-top: 3rem;
}

.product-gallery img:nth-child(3) {
  margin-top: 6rem;
}

.booking {
  padding: clamp(4rem, 8vw, 7rem) clamp(1rem, 6vw, 5rem);
  background:
    linear-gradient(90deg, rgba(34, 27, 22, 0.88), rgba(34, 27, 22, 0.68)),
    url("assets/interior.png") center/cover;
  color: var(--cream);
}

.booking-copy > p {
  color: rgba(247, 241, 232, 0.72);
}

.booking-studio {
  display: grid;
  gap: 1rem;
  min-width: 0;
  padding: clamp(1rem, 2.4vw, 1.5rem);
  background:
    linear-gradient(180deg, rgba(247, 241, 232, 0.98), rgba(235, 225, 211, 0.96)),
    #efe5d8;
  color: var(--ink);
  box-shadow: var(--shadow);
}

.booking-studio-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 1rem;
  order: -2;
  padding-bottom: 1rem;
  border-bottom: 1px solid var(--line);
}

.booking-studio-head span,
.panel-title span {
  color: #8d6b40;
  font-size: 0.7rem;
  font-weight: 850;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.booking-studio-head strong {
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.35rem, 2vw, 1.8rem);
  font-weight: 500;
  line-height: 1.1;
  text-align: right;
  text-wrap: balance;
}

.booking-service {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(8.8rem, 1fr));
  gap: 1px;
  background: rgba(25, 21, 17, 0.16);
  border: 1px solid rgba(25, 21, 17, 0.16);
}

.booking-service button {
  min-height: 7.2rem;
  min-width: 0;
  display: grid;
  align-content: space-between;
  gap: 0.45rem;
  padding: 0.85rem;
  border: 0;
  border-radius: 0;
  background: rgba(255, 250, 242, 0.82);
  color: var(--ink);
  cursor: pointer;
  font: inherit;
  text-align: left;
}

.booking-service button.is-selected {
  background: #191511;
  color: var(--cream);
}

.booking-service span {
  min-height: 2.6em;
  font-size: 0.78rem;
  font-weight: 850;
  line-height: 1.3;
  overflow-wrap: normal;
  word-break: normal;
}

.booking-service strong {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.45rem;
  font-weight: 500;
}

.booking-service small {
  color: rgba(25, 21, 17, 0.58);
  font-size: 0.72rem;
  font-weight: 750;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.booking-service button.is-selected small {
  color: rgba(247, 241, 232, 0.7);
}

.booking-picker {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
  align-items: start;
  order: -1;
}

.calendar-panel,
.time-panel {
  min-width: 0;
  padding: 1rem;
  border: 1px solid rgba(25, 21, 17, 0.14);
  background: rgba(255, 250, 242, 0.58);
}

.calendar-panel {
  overflow-x: auto;
  overscroll-behavior-x: contain;
}

.panel-title {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 1rem;
}

.panel-title h3 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.35rem;
  font-weight: 500;
  line-height: 1.15;
}

.time-panel > p {
  margin: -0.35rem 0 1rem;
  color: rgba(25, 21, 17, 0.62);
  font-size: 0.92rem;
  line-height: 1.5;
}

.booking-summary {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) auto;
  align-items: center;
  gap: 1rem;
  padding: 1rem;
  border: 1px solid rgba(25, 21, 17, 0.14);
  background: rgba(25, 21, 17, 0.06);
}

.booking-summary span {
  color: rgba(25, 21, 17, 0.62);
  font-size: 0.78rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.booking-summary strong {
  justify-self: end;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.35rem;
  font-weight: 400;
}

.booking-summary small {
  grid-column: 1;
  color: rgba(25, 21, 17, 0.62);
  font-size: 0.95rem;
  line-height: 1.4;
}

.booking-summary .button {
  grid-column: 2;
  grid-row: 1 / span 3;
  min-width: 13rem;
}

.booking-confirmation {
  position: fixed;
  inset: 0;
  z-index: 40;
  display: grid;
  place-items: center;
  padding: 1rem;
  background: rgba(18, 13, 10, 0.72);
  backdrop-filter: blur(16px);
}

.booking-confirmation[hidden] {
  display: none;
}

.confirmation-panel {
  position: relative;
  width: min(560px, 100%);
  padding: clamp(1.2rem, 4vw, 2rem);
  border: 1px solid rgba(247, 241, 232, 0.18);
  background:
    linear-gradient(180deg, rgba(247, 241, 232, 0.98), rgba(232, 221, 207, 0.98)),
    #efe5d8;
  color: var(--ink);
  box-shadow: 0 28px 90px rgba(8, 6, 5, 0.38);
  animation: confirmationIn 360ms var(--ease-luxury) both;
}

.confirmation-panel > p:not(.eyebrow) {
  color: rgba(25, 21, 17, 0.68);
  line-height: 1.65;
}

.confirmation-close {
  position: absolute;
  top: 0.75rem;
  right: 0.75rem;
  width: 2.35rem;
  height: 2.35rem;
  border: 1px solid rgba(25, 21, 17, 0.16);
  background: rgba(255, 250, 242, 0.7);
  color: var(--ink);
  cursor: pointer;
  font: inherit;
  font-size: 1.35rem;
  line-height: 1;
}

.confirmation-details {
  display: grid;
  gap: 1px;
  margin: 1.4rem 0;
  background: rgba(25, 21, 17, 0.14);
  border: 1px solid rgba(25, 21, 17, 0.14);
}

.confirmation-details div {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 1rem;
  padding: 0.95rem;
  background: rgba(255, 250, 242, 0.78);
}

.confirmation-details dt {
  color: rgba(25, 21, 17, 0.54);
  font-size: 0.72rem;
  font-weight: 750;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.confirmation-details dd {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.08rem;
  line-height: 1.35;
}

.confirmation-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem;
}

fieldset {
  min-width: 0;
  margin: 0;
  padding: 0;
  border: 0;
}

legend {
  margin-bottom: 0.65rem;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.calendar-head,
.calendar-grid {
  display: grid;
  grid-template-columns: repeat(7, minmax(3.2rem, 1fr));
  gap: 0.35rem;
  min-width: 25rem;
}

.calendar-head {
  margin-bottom: 0.35rem;
  color: rgba(25, 21, 17, 0.56);
  font-size: 0.68rem;
  font-weight: 650;
  letter-spacing: 0.08em;
  text-align: center;
  text-transform: uppercase;
}

.date-button,
.time-button {
  min-width: 0;
  border: 1px solid rgba(25, 21, 17, 0.16);
  border-radius: 0;
  background: #fffaf2;
  color: var(--ink);
  cursor: pointer;
  font: inherit;
  transition:
    background 160ms ease,
    border-color 160ms ease,
    color 160ms ease,
    transform 160ms ease;
}

.date-button {
  min-height: 4.15rem;
  display: grid;
  place-items: center;
  gap: 0.1rem;
  padding: 0.45rem 0.25rem;
  text-align: center;
}

.date-button strong {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.35rem;
  font-weight: 400;
  line-height: 1;
}

.date-button span {
  color: rgba(25, 21, 17, 0.58);
  font-size: 0.62rem;
  font-weight: 650;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  white-space: nowrap;
}

.date-button.is-placeholder {
  visibility: hidden;
}

.date-button.is-selected,
.time-button.is-selected {
  border-color: var(--ink);
  background: var(--ink);
  color: var(--cream);
}

.date-button.is-selected span {
  color: rgba(247, 241, 232, 0.72);
}

.date-button:hover,
.time-button:hover {
  border-color: rgba(25, 21, 17, 0.45);
  transform: translateY(-1px);
}

.time-slots {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.5rem;
}

.time-button {
  min-height: 2.85rem;
  padding: 0.65rem 0.45rem;
  font-weight: 550;
  letter-spacing: 0.04em;
  white-space: nowrap;
}

.contact-section {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 0.72fr);
  gap: clamp(1.5rem, 5vw, 4rem);
  align-items: center;
  padding: clamp(4rem, 8vw, 7rem) clamp(1rem, 6vw, 5rem);
  background: #f0e7dc;
  color: var(--ink);
}

.contact-section > div:first-child p:not(.eyebrow) {
  max-width: 620px;
  color: rgba(25, 21, 17, 0.7);
  font-size: 1.05rem;
  line-height: 1.7;
}

.contact-card {
  display: grid;
  gap: 0.8rem;
  padding: clamp(1rem, 2.4vw, 1.5rem);
  border: 1px solid rgba(25, 21, 17, 0.16);
  background: rgba(255, 250, 242, 0.74);
}

.contact-card a:not(.button),
.contact-card span {
  padding-bottom: 0.8rem;
  border-bottom: 1px solid rgba(25, 21, 17, 0.14);
  color: rgba(25, 21, 17, 0.76);
  font-size: 1rem;
  line-height: 1.4;
}

.contact-card a:not(.button) {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.35rem;
  color: var(--ink);
}

.footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1.25rem clamp(1rem, 4vw, 3rem);
  background: #14100d;
  color: var(--cream);
}

.footer p,
.footer a {
  margin: 0;
  color: rgba(247, 241, 232, 0.7);
}

@media (max-width: 1040px) {
  .site-header {
    grid-template-columns: 1fr auto;
  }

  .nav-links {
    display: none;
  }

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

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

  .work-card.large {
    grid-row: span 1;
  }

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

}

@media (max-width: 820px) {
  .site-header {
    padding: 0.8rem 1rem;
  }

  .header-cta {
    display: none;
  }

  .brand strong {
    font-size: 0.9rem;
  }

  .brand small {
    font-size: 0.5rem;
  }

  .hero {
    min-height: 88svh;
    padding-top: 5.3rem;
  }

  .hero-scrim {
    background:
      linear-gradient(180deg, rgba(15, 11, 9, 0.28), rgba(15, 11, 9, 0.92)),
      linear-gradient(90deg, rgba(15, 11, 9, 0.62), rgba(15, 11, 9, 0.18));
  }

  .hero-content {
    margin: 0 auto 5.8rem;
  }

  h1 {
    max-width: 100%;
    font-size: clamp(2.35rem, 10vw, 3.15rem);
    line-height: 1.04;
  }

  h2 {
    font-size: clamp(1.8rem, 9vw, 2.7rem);
  }

  .hero-status {
    grid-template-columns: 1fr;
  }

  .hero-status span + span {
    border-top: 1px solid rgba(247, 241, 232, 0.16);
    border-left: 0;
  }

  .two-col,
  .bar-section,
  .booking,
  .contact-section {
    grid-template-columns: 1fr;
  }

  .image-stack {
    min-height: auto;
    display: grid;
    grid-template-columns: 1fr 0.7fr;
    gap: 0.75rem;
  }

  .image-stack img {
    position: static;
    width: 100% !important;
    height: 420px !important;
  }

  .image-stack img:last-child {
    align-self: end;
    height: 300px !important;
    border-width: 0.4rem;
  }

  .packages,
  .product-gallery,
  .cut-gallery,
  .works-grid {
    grid-template-columns: 1fr;
  }

  .product-gallery img,
  .product-gallery img:nth-child(2),
  .product-gallery img:nth-child(3) {
    height: 420px;
    margin-top: 0;
  }

  .cut-gallery article,
  .cut-gallery article:first-child,
  .work-card,
  .work-card.large {
    min-height: 380px;
  }

  .studio-gallery img {
    height: 420px;
  }

  .booking-studio {
    width: 100%;
  }

  .booking-service button {
    min-height: 6.4rem;
  }
}

@media (max-width: 620px) {
  .service-grid {
    grid-template-columns: 1fr;
  }

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

  .hero-actions,
  .hero-actions .button {
    width: 100%;
  }

  .footer {
    align-items: flex-start;
    flex-direction: column;
  }

  .booking-summary {
    grid-template-columns: 1fr;
    gap: 0.55rem;
    width: 100%;
  }

  .booking-summary strong {
    justify-self: start;
    max-width: 100%;
    font-size: 1.2rem;
    line-height: 1.2;
  }

  .booking-summary small,
  .booking-summary .button {
    grid-column: 1;
  }

  .booking-summary .button {
    grid-row: auto;
    min-width: 0;
    width: 100%;
  }

  .confirmation-details div {
    grid-template-columns: 1fr;
    gap: 0.35rem;
  }

  .confirmation-actions,
  .confirmation-actions .button {
    width: 100%;
  }

  .booking-studio-head {
    align-items: start;
    flex-direction: column;
  }

  .booking-studio-head strong {
    text-align: left;
  }

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

  .booking-service button {
    min-height: auto;
    grid-template-columns: 1fr auto auto;
    align-items: center;
    gap: 0.7rem;
  }

  .booking-service span {
    min-height: 0;
  }

}

@media (max-width: 430px) {
  .booking {
    padding-right: 0.75rem;
    padding-left: 0.75rem;
  }

  .booking-studio {
    gap: 0.85rem;
    padding: 0.8rem;
  }

  .booking-studio-head strong {
    font-size: 1.2rem;
  }

  .panel-title {
    gap: 0.65rem;
  }

  .panel-title h3 {
    font-size: 1.15rem;
  }

}

.reveal {
  opacity: 0;
  transform: translateY(2.2rem);
  transition:
    opacity 900ms var(--ease-luxury),
    transform 900ms var(--ease-luxury);
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.reveal-stagger > * {
  opacity: 0;
  transform: translateY(1.4rem);
  transition:
    opacity 720ms var(--ease-luxury),
    transform 720ms var(--ease-luxury);
}

.reveal-stagger.is-visible > * {
  opacity: 1;
  transform: translateY(0);
}

.reveal-stagger.is-visible > *:nth-child(2) {
  transition-delay: 80ms;
}

.reveal-stagger.is-visible > *:nth-child(3) {
  transition-delay: 160ms;
}

.reveal-stagger.is-visible > *:nth-child(4) {
  transition-delay: 240ms;
}

.reveal-stagger.is-visible > *:nth-child(5) {
  transition-delay: 320ms;
}

@keyframes headerReveal {
  from {
    opacity: 0;
    transform: translateY(-1rem);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes heroCopyReveal {
  from {
    opacity: 0;
    transform: translateY(1.5rem);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes motionReveal {
  from {
    opacity: 0;
    transform: translateY(1.8rem) scale(0.96);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

@keyframes confirmationIn {
  from {
    opacity: 0;
    transform: translateY(1rem) scale(0.985);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

@keyframes heroStatusReveal {
  from {
    opacity: 0;
    transform: translateY(1rem);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes heroImageDrift {
  from {
    transform: scale(1);
  }
  to {
    transform: scale(1.035) translate3d(-0.4rem, -0.3rem, 0);
  }
}

@keyframes barberStripe {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 0 1.2rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 1ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: 1ms !important;
  }

  .reveal,
  .reveal-stagger > * {
    opacity: 1;
    transform: none;
  }
}
