/*
Theme Name: Nails City
Theme URI: https://nails.city
Author: Nails City
Description: Bespoke one-page booking theme for Nails City nail atelier, Hyde, Manchester. Includes a real appointment booking system, an interactive nail studio designer, a loyalty card and local-business SEO schema.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.7
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: nails-city
Tags: one-column, custom-colors, custom-menu, editor-style, full-width-template, block-styles
*/

/* ==========================================================================
   1. Tokens
   ========================================================================== */

:root {
  --cream: #fbf6f3;
  --blush: #f6eae6;
  --white: #ffffff;
  --ink: #33201f;
  --ink-deep: #2a1518;
  --muted: #8a6e74;
  --muted-soft: #c4aeb2;
  --red: #e11d3f;
  --red-deep: #c81336;
  --red-dark: #a61330;
  --pink: #e8b4bc;
  --green: #3ba55d;

  --line: rgba(51, 32, 31, 0.08);
  --line-mid: rgba(51, 32, 31, 0.12);
  --line-strong: rgba(51, 32, 31, 0.18);
  --red-line: rgba(225, 29, 63, 0.8);
  --red-tint: rgba(225, 29, 63, 0.08);

  --serif: "Cormorant Garamond", "Times New Roman", Georgia, serif;
  --sans: "Space Grotesk", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;

  --shadow-sm: 0 2px 10px rgba(51, 32, 31, 0.04);
  --shadow-md: 0 20px 40px rgba(140, 17, 40, 0.12);
  --shadow-lg: 0 24px 60px rgba(140, 17, 40, 0.08);
  --shadow-red: 0 8px 28px rgba(225, 29, 63, 0.28);

  --gutter: 40px;
  --maxw: 1200px;
  --nav-h: 52px;
}

/* ==========================================================================
   2. Base
   ========================================================================== */

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  /* Stop the fixed nav covering anchor targets. */
  scroll-padding-top: var(--nav-h);
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
  background: var(--cream);
  color: var(--ink);
  font-family: var(--sans);
  font-size: 16px;
  line-height: 1.5;
  min-height: 100vh;
  overflow-x: clip;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body.nc-no-scroll {
  overflow: hidden;
}

a {
  color: var(--ink);
  text-decoration: none;
  transition: color 0.2s ease;
}

a:hover,
a:focus-visible {
  color: var(--red);
}

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

button {
  font-family: inherit;
}

::selection {
  background: var(--red);
  color: #fff;
}

/* A single, consistent focus ring for keyboard users across the whole theme. */
:focus-visible {
  outline: 2px solid var(--red);
  outline-offset: 3px;
  border-radius: 4px;
}

.nc-screen-reader-text {
  position: absolute !important;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.nc-skip-link {
  position: absolute;
  left: -9999px;
  top: 0;
  z-index: 200;
  background: var(--red);
  color: #fff;
  padding: 12px 22px;
  border-radius: 0 0 10px 0;
  font-size: 14px;
  font-weight: 600;
}

.nc-skip-link:focus {
  left: 0;
  color: #fff;
}

/* Honeypot field — hidden from humans, tempting to bots. */
.nc-hp {
  position: absolute !important;
  left: -9999px;
  opacity: 0;
  height: 0;
  width: 0;
  pointer-events: none;
}

/* ==========================================================================
   3. Animations
   ========================================================================== */

@keyframes nc-marquee {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}

@keyframes nc-blob-float {
  0%, 100% { transform: translate(0, 0) scale(1); }
  50% { transform: translate(60px, -40px) scale(1.15); }
}

@keyframes nc-fade-up {
  from { opacity: 0; transform: translateY(28px); }
  to { opacity: 1; transform: translateY(0); }
}

@keyframes nc-spin-slow {
  to { transform: rotate(360deg); }
}

@keyframes nc-shine {
  0% { transform: translateX(-140%) rotate(14deg); }
  55%, 100% { transform: translateX(240%) rotate(14deg); }
}

@keyframes nc-petal-drift {
  0%   { transform: translate3d(0, -14vh, 0) rotate(-10deg) rotateY(0deg); }
  25%  { transform: translate3d(5vw, 18vh, 0) rotate(70deg) rotateY(150deg); }
  50%  { transform: translate3d(-4vw, 48vh, 0) rotate(150deg) rotateY(310deg); }
  75%  { transform: translate3d(4vw, 78vh, 0) rotate(230deg) rotateY(460deg); }
  100% { transform: translate3d(-3vw, 116vh, 0) rotate(310deg) rotateY(620deg); }
}

@keyframes nc-modal-in {
  from { opacity: 0; transform: translateY(16px) scale(0.98); }
  to { opacity: 1; transform: translateY(0) scale(1); }
}

@keyframes nc-spin {
  to { transform: rotate(360deg); }
}

/* ==========================================================================
   4. Shared elements
   ========================================================================== */

.nc-wrap {
  max-width: var(--maxw);
  margin: 0 auto;
  width: 100%;
}

.nc-eyebrow {
  margin: 0 0 12px;
  font-size: 13px;
  letter-spacing: 0.32em;
  color: var(--red);
  font-weight: 600;
  text-transform: uppercase;
}

.nc-h2 {
  margin: 0;
  font-family: var(--serif);
  font-weight: 500;
  font-size: clamp(38px, 5vw, 64px);
  line-height: 1;
  color: var(--ink-deep);
}

.nc-h2 em,
.nc-h1 em {
  color: var(--red);
}

.nc-lede {
  color: var(--muted);
  font-size: 15px;
  line-height: 1.6;
}

.nc-btn {
  display: inline-block;
  border: none;
  cursor: pointer;
  font-family: var(--sans);
  font-weight: 600;
  letter-spacing: 0.06em;
  text-align: center;
  transition: transform 0.22s ease, box-shadow 0.22s ease, background-color 0.22s ease, color 0.22s ease;
}

.nc-btn--primary {
  background: var(--red);
  color: #fff;
  padding: 16px 34px;
  border-radius: 999px;
  font-size: 14px;
  box-shadow: var(--shadow-red);
}

.nc-btn--primary:hover,
.nc-btn--primary:focus-visible {
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 12px 36px rgba(225, 29, 63, 0.4);
}

.nc-btn--light {
  background: #fff;
  color: var(--red);
  padding: 18px 40px;
  border-radius: 999px;
  font-size: 15px;
}

.nc-btn--light:hover,
.nc-btn--light:focus-visible {
  background: var(--ink-deep);
  color: #fff;
}

.nc-btn--ghost {
  background: none;
  border: 1px solid rgba(51, 32, 31, 0.2);
  color: var(--ink-deep);
  padding: 14px 36px;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 500;
}

.nc-btn--ghost:hover,
.nc-btn--ghost:focus-visible {
  border-color: var(--red);
  color: var(--red);
}

.nc-btn[disabled],
.nc-btn[aria-busy="true"] {
  opacity: 0.65;
  cursor: not-allowed;
  transform: none;
}

/* ==========================================================================
   5. Navigation
   ========================================================================== */

.nc-nav {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 50;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 7px var(--gutter);
  background: rgba(251, 246, 243, 0.82);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border-bottom: 1px solid var(--line);
}

.nc-logo {
  display: flex;
  align-items: center;
  gap: 9px;
  flex-shrink: 0;
}

.nc-logo svg {
  width: 30px;
  height: 30px;
  flex-shrink: 0;
}

.nc-logo__text {
  font-family: var(--serif);
  font-size: 19px;
  font-weight: 600;
  letter-spacing: 0.14em;
  color: var(--ink-deep);
  white-space: nowrap;
}

.nc-logo__text em {
  color: var(--red);
  font-style: italic;
}

.nc-logo img {
  max-height: 34px;
  width: auto;
}

.nc-nav__links {
  display: flex;
  gap: 26px;
  align-items: center;
  font-size: 12.5px;
  letter-spacing: 0.06em;
}

.nc-nav__links a {
  color: var(--muted);
  text-transform: uppercase;
}

.nc-nav__links a:hover,
.nc-nav__links a:focus-visible {
  color: var(--ink-deep);
}

.nc-nav__cta {
  background: var(--red);
  color: #fff;
  border: none;
  padding: 9px 20px;
  border-radius: 999px;
  font-family: var(--sans);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.08em;
  cursor: pointer;
  transition: background-color 0.2s ease;
}

.nc-nav__cta:hover,
.nc-nav__cta:focus-visible {
  background: var(--ink-deep);
}

.nc-burger {
  display: none;
  background: none;
  border: 1px solid var(--line-strong);
  border-radius: 999px;
  width: 38px;
  height: 38px;
  cursor: pointer;
  padding: 0;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 5px;
  flex-shrink: 0;
}

.nc-burger span {
  display: block;
  width: 18px;
  height: 1.8px;
  background: var(--ink-deep);
  border-radius: 2px;
  transition: transform 0.25s ease, opacity 0.2s ease;
}

.nc-burger[aria-expanded="true"] span:nth-child(1) {
  transform: translateY(6.8px) rotate(45deg);
}

.nc-burger[aria-expanded="true"] span:nth-child(2) {
  opacity: 0;
}

.nc-burger[aria-expanded="true"] span:nth-child(3) {
  transform: translateY(-6.8px) rotate(-45deg);
}

.nc-mobile-menu {
  position: fixed;
  inset: 0;
  z-index: 49;
  background: var(--cream);
  padding: calc(var(--nav-h) + 40px) var(--gutter) 40px;
  display: flex;
  flex-direction: column;
  gap: 6px;
  transform: translateY(-100%);
  transition: transform 0.32s cubic-bezier(0.4, 0, 0.2, 1);
  overflow-y: auto;
}

.nc-mobile-menu[data-open="true"] {
  transform: translateY(0);
}

.nc-mobile-menu a {
  font-family: var(--serif);
  font-size: 34px;
  color: var(--ink-deep);
  padding: 10px 0;
  border-bottom: 1px solid var(--line);
}

.nc-mobile-menu .nc-btn {
  margin-top: 24px;
  align-self: flex-start;
}

/* ==========================================================================
   6. Hero
   ========================================================================== */

.nc-hero {
  position: relative;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 140px var(--gutter) 70px;
  overflow: hidden;
}

.nc-hero__blob {
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
}

.nc-hero__blob--a {
  top: 8%;
  right: -12%;
  width: 680px;
  height: 680px;
  background: radial-gradient(circle, rgba(225, 29, 63, 0.13), transparent 65%);
  filter: blur(30px);
  animation: nc-blob-float 9s ease-in-out infinite;
}

.nc-hero__blob--b {
  bottom: -22%;
  left: -10%;
  width: 560px;
  height: 560px;
  background: radial-gradient(circle, rgba(232, 180, 188, 0.5), transparent 65%);
  filter: blur(40px);
  animation: nc-blob-float 12s ease-in-out infinite reverse;
}

.nc-petals {
  position: absolute;
  inset: 0;
  pointer-events: none;
  user-select: none;
  overflow: hidden;
}

.nc-petal {
  position: absolute;
  top: 0;
  animation: nc-petal-drift linear infinite;
}

.nc-hero__inner {
  position: relative;
  max-width: var(--maxw);
  margin: 0 auto;
  width: 100%;
}

.nc-hero__eyebrow {
  margin: 0 0 20px;
  font-size: 13px;
  letter-spacing: 0.32em;
  color: var(--red);
  font-weight: 600;
  animation: nc-fade-up 0.7s ease both;
}

.nc-h1 {
  margin: 0;
  font-family: var(--serif);
  font-weight: 500;
  font-size: clamp(52px, 8.5vw, 128px);
  line-height: 0.95;
  letter-spacing: -0.01em;
  color: var(--ink-deep);
  animation: nc-fade-up 0.7s 0.1s ease both;
}

.nc-hero__sub {
  margin: 28px 0 0;
  max-width: 540px;
  font-size: 18px;
  line-height: 1.6;
  color: var(--muted);
  animation: nc-fade-up 0.7s 0.2s ease both;
}

.nc-hero__notes {
  display: flex;
  gap: 20px;
  margin-top: 22px;
  font-size: 13px;
  color: var(--muted);
  flex-wrap: wrap;
  animation: nc-fade-up 0.7s 0.4s ease both;
}

.nc-hero__seal {
  position: absolute;
  right: 56px;
  bottom: 44px;
  width: 110px;
  height: 110px;
  animation: nc-spin-slow 18s linear infinite;
  opacity: 0.9;
  pointer-events: none;
}

/* Quick-book bar --------------------------------------------------------- */

.nc-quickbook {
  margin-top: 40px;
  background: rgba(255, 255, 255, 0.85);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border: 1px solid rgba(51, 32, 31, 0.1);
  border-radius: 20px;
  padding: 18px;
  display: flex;
  gap: 12px;
  align-items: flex-end;
  flex-wrap: wrap;
  box-shadow: 0 20px 50px rgba(140, 17, 40, 0.1);
  max-width: 860px;
  animation: nc-fade-up 0.7s 0.3s ease both;
}

.nc-field {
  display: grid;
  gap: 6px;
  font-size: 11px;
  letter-spacing: 0.18em;
  color: var(--muted);
  font-weight: 600;
  text-transform: uppercase;
}

.nc-field--service { flex: 2 1 190px; }
.nc-field--day { flex: 1.4 1 150px; }
.nc-field--time { flex: 1 1 120px; }

.nc-select {
  appearance: none;
  -webkit-appearance: none;
  background-color: var(--cream);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1.5 6 6.5 11 1.5' fill='none' stroke='%238A6E74' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 14px center;
  border: 1px solid rgba(51, 32, 31, 0.14);
  border-radius: 11px;
  padding: 13px 34px 13px 14px;
  font-family: var(--sans);
  font-size: 14px;
  color: var(--ink);
  cursor: pointer;
  outline: none;
  width: 100%;
}

.nc-select:focus-visible {
  border-color: var(--red);
}

.nc-quickbook__btn {
  flex: 0 0 auto;
  background: var(--red);
  color: #fff;
  border: none;
  padding: 14px 30px;
  border-radius: 12px;
  font-family: var(--sans);
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.06em;
  cursor: pointer;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  box-shadow: 0 8px 24px rgba(225, 29, 63, 0.3);
}

.nc-quickbook__btn:hover,
.nc-quickbook__btn:focus-visible {
  transform: translateY(-2px);
  box-shadow: 0 12px 32px rgba(225, 29, 63, 0.4);
}

/* ==========================================================================
   7. Marquee
   ========================================================================== */

.nc-marquee {
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  overflow: hidden;
  padding: 20px 0;
  background: var(--blush);
}

.nc-marquee__track {
  display: flex;
  width: max-content;
  animation: nc-marquee 28s linear infinite;
}

.nc-marquee__group {
  display: flex;
  gap: 48px;
  padding-right: 48px;
  font-family: var(--serif);
  font-size: 26px;
  font-style: italic;
  color: var(--muted);
  white-space: nowrap;
}

.nc-marquee__group span[aria-hidden] {
  color: var(--red);
}

/* ==========================================================================
   8. Services
   ========================================================================== */

.nc-section {
  padding: 110px var(--gutter);
  max-width: var(--maxw);
  margin: 0 auto;
}

.nc-section--tinted {
  padding: 110px var(--gutter);
  background: var(--blush);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  max-width: none;
}

.nc-section__head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 52px;
  flex-wrap: wrap;
}

.nc-section__head p.nc-lede {
  margin: 0;
  max-width: 340px;
}

.nc-filters {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  margin-bottom: 44px;
}

.nc-group {
  margin-bottom: 56px;
}

.nc-group:last-of-type {
  margin-bottom: 0;
}

.nc-group[hidden] {
  display: none;
}

.nc-group__title {
  margin: 0 0 20px;
  font-family: var(--serif);
  font-weight: 600;
  font-size: 30px;
  color: var(--ink-deep);
  display: flex;
  align-items: center;
  gap: 18px;
}

.nc-group__title::after {
  content: "";
  flex: 1;
  height: 1px;
  background: var(--line);
}

.nc-menu-note {
  margin: 44px 0 0;
  padding-top: 24px;
  border-top: 1px solid var(--line);
  color: var(--muted);
  font-size: 14.5px;
  line-height: 1.6;
  max-width: 620px;
}

.nc-services__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 16px;
}

.nc-service {
  position: relative;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 20px;
  padding: 32px;
  display: flex;
  flex-direction: column;
  gap: 14px;
  transition: transform 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
  cursor: pointer;
  overflow: hidden;
  box-shadow: var(--shadow-sm);
  text-align: left;
  font-family: var(--sans);
  width: 100%;
}

.nc-service:hover,
.nc-service:focus-visible {
  border-color: rgba(225, 29, 63, 0.5);
  transform: translateY(-4px);
  box-shadow: var(--shadow-md);
}

/* Add-ons are priced per nail, so they are read, not clicked. */
.nc-service--static {
  cursor: default;
  background: rgba(255, 255, 255, 0.55);
}

.nc-service--static:hover {
  transform: none;
  border-color: var(--line);
  box-shadow: var(--shadow-sm);
}

.nc-service--static .nc-service__go {
  color: var(--muted);
}

.nc-service__bloom {
  position: absolute;
  top: -18px;
  right: -10px;
  font-size: 90px;
  line-height: 1;
  color: rgba(225, 29, 63, 0.07);
  pointer-events: none;
}

.nc-service__top {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: 12px;
}

.nc-service__name {
  margin: 0;
  font-family: var(--serif);
  font-weight: 600;
  font-size: 28px;
  color: var(--ink-deep);
}

.nc-service__price {
  font-size: 22px;
  font-weight: 600;
  color: var(--red);
  white-space: nowrap;
}

.nc-service__desc {
  margin: 0;
  color: var(--muted);
  font-size: 14.5px;
  line-height: 1.55;
  flex: 1;
}

.nc-service__foot {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  padding-top: 14px;
  border-top: 1px solid var(--line);
  font-size: 13px;
  letter-spacing: 0.08em;
}

.nc-service__mins { color: var(--muted); }

.nc-service__go {
  font-weight: 600;
  color: var(--red);
}

/* ==========================================================================
   9. Nail studio
   ========================================================================== */

.nc-studio__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 48px;
  align-items: center;
}

.nc-studio__stage {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 28px;
  padding: 64px 32px 48px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 44px;
  box-shadow: var(--shadow-lg);
}

.nc-hand {
  display: flex;
  align-items: flex-end;
  gap: 16px;
}

.nc-nail {
  position: relative;
  overflow: hidden;
  box-shadow: 0 10px 22px rgba(51, 32, 31, 0.22);
  transition: height 0.35s ease, width 0.35s ease, border-radius 0.35s ease, background 0.35s ease;
}

.nc-nail__shine {
  position: absolute;
  top: 0;
  left: 0;
  width: 38%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.55), transparent);
  animation: nc-shine 3.4s ease-in-out infinite;
}

.nc-nail__flower {
  position: absolute;
  top: 12%;
  left: 50%;
  transform: translateX(-50%);
  font-size: 14px;
  color: rgba(255, 255, 255, 0.95);
}

.nc-look__name {
  margin: 0 0 4px;
  font-family: var(--serif);
  font-style: italic;
  font-size: 26px;
  color: var(--ink-deep);
}

.nc-look__meta {
  margin: 0;
  font-size: 13px;
  letter-spacing: 0.14em;
  color: var(--muted);
  text-transform: uppercase;
}

.nc-studio__controls {
  display: flex;
  flex-direction: column;
  gap: 26px;
}

.nc-control__label {
  margin: 0 0 12px;
  font-size: 12px;
  letter-spacing: 0.22em;
  color: var(--muted);
  font-weight: 600;
}

.nc-chips {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}

.nc-chip {
  padding: 11px 20px;
  border-radius: 999px;
  background: transparent;
  border: 1px solid var(--line-strong);
  color: var(--muted);
  cursor: pointer;
  font-family: var(--sans);
  font-size: 13.5px;
  font-weight: 500;
  transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}

.nc-chip:hover {
  border-color: rgba(225, 29, 63, 0.7);
}

.nc-chip[aria-pressed="true"] {
  background: rgba(225, 29, 63, 0.1);
  border-color: var(--red-line);
  color: var(--ink-deep);
}

.nc-swatches {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.nc-swatch {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 2px solid rgba(51, 32, 31, 0.15);
  cursor: pointer;
  padding: 0;
  transition: transform 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}

.nc-swatch:hover {
  transform: scale(1.12);
}

.nc-swatch[aria-pressed="true"] {
  border-color: var(--red);
  box-shadow: 0 0 0 4px rgba(225, 29, 63, 0.15);
}

.nc-studio__cta {
  align-self: flex-start;
  margin-top: 8px;
}

/* ==========================================================================
   10. Loyalty
   ========================================================================== */

.nc-loyalty__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 48px;
  align-items: center;
}

.nc-loyalty__perks {
  display: flex;
  flex-direction: column;
  gap: 14px;
  font-size: 15px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.nc-loyalty__perks li {
  display: flex;
  gap: 14px;
  align-items: baseline;
}

.nc-loyalty__perks li::before {
  content: "\2740";
  color: var(--red);
  flex-shrink: 0;
}

.nc-card {
  background: linear-gradient(150deg, var(--red-deep), var(--red));
  border-radius: 26px;
  padding: 44px 40px;
  cursor: pointer;
  box-shadow: 0 24px 60px rgba(225, 29, 63, 0.28);
  user-select: none;
  transition: transform 0.2s ease;
  border: none;
  width: 100%;
  display: block;
  text-align: left;
  font-family: var(--sans);
}

.nc-card:hover,
.nc-card:focus-visible {
  transform: translateY(-4px);
}

.nc-card__head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 32px;
}

.nc-card__brand {
  font-family: var(--serif);
  font-size: 22px;
  letter-spacing: 0.12em;
  color: #fff;
}

.nc-card__tag {
  font-size: 11px;
  letter-spacing: 0.22em;
  color: rgba(255, 255, 255, 0.78);
}

.nc-card__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
  margin-bottom: 30px;
}

.nc-stamp {
  aspect-ratio: 1;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 26px;
  background: rgba(255, 255, 255, 0.12);
  border: 1.5px dashed rgba(255, 255, 255, 0.5);
  color: rgba(255, 255, 255, 0.55);
  transition: background-color 0.3s ease, border-color 0.3s ease, color 0.3s ease;
}

.nc-stamp[data-filled="true"] {
  background: rgba(255, 255, 255, 0.92);
  border-color: transparent;
  color: var(--red);
}

.nc-card__foot {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
}

.nc-card__msg {
  font-size: 13.5px;
  color: rgba(255, 255, 255, 0.88);
}

.nc-card__count {
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.1em;
  color: #fff;
  white-space: nowrap;
}

/* ==========================================================================
   11. Visit
   ========================================================================== */

.nc-visit {
  padding: 0 var(--gutter) 110px;
  max-width: var(--maxw);
  margin: 0 auto;
}

.nc-visit__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 48px;
  align-items: start;
}

.nc-status {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 16px;
  border-radius: 999px;
  background: var(--red-tint);
  border: 1px solid rgba(225, 29, 63, 0.25);
  margin-bottom: 24px;
}

.nc-status__dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--red);
  flex-shrink: 0;
}

.nc-status[data-open="true"] .nc-status__dot {
  background: var(--green);
}

.nc-status__label {
  font-size: 12.5px;
  letter-spacing: 0.12em;
  font-weight: 600;
  color: var(--ink-deep);
}

.nc-visit__address {
  margin: 0 0 6px;
  font-size: 19px;
  color: var(--ink-deep);
}

.nc-visit__hint {
  margin: 0 0 22px;
  color: var(--muted);
  font-size: 15px;
}

.nc-visit__phone {
  font-size: 26px;
  font-weight: 600;
  color: var(--red);
}

.nc-visit__phone:hover,
.nc-visit__phone:focus-visible {
  color: var(--ink-deep);
}

.nc-hours {
  margin: 34px 0 0;
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 9px 32px;
  font-size: 15px;
  max-width: 340px;
}

.nc-hours dt {
  color: var(--muted);
}

.nc-hours dd {
  margin: 0;
  text-align: right;
  color: var(--ink-deep);
}

.nc-hours dd[data-closed="true"] {
  color: var(--muted);
}

.nc-hours [data-today="true"] {
  font-weight: 600;
}

.nc-visit__map {
  margin-top: 28px;
  border-radius: 18px;
  overflow: hidden;
  border: 1px solid var(--line);
  line-height: 0;
}

.nc-visit__map iframe {
  width: 100%;
  height: 260px;
  border: 0;
  display: block;
}

.nc-promo {
  background: linear-gradient(145deg, var(--red-deep), var(--red));
  border-radius: 24px;
  padding: 56px 48px;
  display: flex;
  flex-direction: column;
  gap: 24px;
  box-shadow: 0 24px 60px rgba(225, 29, 63, 0.28);
  position: relative;
  overflow: hidden;
}

.nc-promo__bloom {
  position: absolute;
  bottom: -40px;
  right: -30px;
  font-size: 220px;
  line-height: 1;
  color: rgba(255, 255, 255, 0.1);
  pointer-events: none;
}

.nc-promo h3 {
  margin: 0;
  font-family: var(--serif);
  font-weight: 500;
  font-size: clamp(34px, 4vw, 44px);
  line-height: 1.05;
  color: #fff;
  position: relative;
}

.nc-promo p {
  margin: 0;
  color: rgba(255, 255, 255, 0.88);
  font-size: 15.5px;
  line-height: 1.6;
  position: relative;
}

.nc-promo .nc-btn {
  align-self: flex-start;
  position: relative;
}

/* ==========================================================================
   12. Footer
   ========================================================================== */

.nc-footer {
  border-top: 1px solid var(--line);
  padding: 32px var(--gutter);
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 16px;
  background: var(--blush);
}

.nc-footer__brand {
  display: flex;
  align-items: center;
  gap: 10px;
}

.nc-footer__brand svg {
  width: 26px;
  height: 26px;
}

.nc-footer__brand span {
  font-family: var(--serif);
  font-size: 20px;
  letter-spacing: 0.14em;
  color: var(--ink-deep);
}

.nc-footer__brand em {
  color: var(--red);
  font-style: italic;
}

.nc-footer__meta {
  display: flex;
  gap: 24px;
  align-items: center;
  flex-wrap: wrap;
  font-size: 13px;
  letter-spacing: 0.06em;
  color: var(--muted);
}

.nc-footer__meta a {
  color: var(--muted);
  text-transform: uppercase;
}

.nc-footer__meta a:hover,
.nc-footer__meta a:focus-visible {
  color: var(--red);
}

/* ==========================================================================
   13. Booking modal
   ========================================================================== */

.nc-modal {
  position: fixed;
  inset: 0;
  z-index: 100;
  background: rgba(42, 21, 24, 0.45);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
}

.nc-modal[hidden] {
  display: none;
}

.nc-modal__panel {
  background: #fff;
  border: 1px solid rgba(51, 32, 31, 0.1);
  border-radius: 24px;
  width: min(680px, 100%);
  max-height: 88vh;
  overflow: auto;
  padding: 40px;
  position: relative;
  box-shadow: 0 40px 100px rgba(42, 21, 24, 0.35);
  animation: nc-modal-in 0.28s ease both;
}

.nc-modal__close {
  position: absolute;
  top: 20px;
  right: 20px;
  background: none;
  border: 1px solid var(--line-strong);
  color: var(--muted);
  width: 36px;
  height: 36px;
  border-radius: 50%;
  cursor: pointer;
  font-size: 15px;
  line-height: 1;
  transition: border-color 0.2s ease, color 0.2s ease;
}

.nc-modal__close:hover,
.nc-modal__close:focus-visible {
  border-color: var(--red);
  color: var(--red);
}

.nc-steps {
  display: flex;
  gap: 8px;
  margin-bottom: 26px;
  /* Clears the round close button in the top-right corner. */
  margin-right: 64px;
}

.nc-steps__dot {
  height: 4px;
  flex: 1;
  border-radius: 2px;
  background: rgba(51, 32, 31, 0.1);
  transition: background-color 0.3s ease;
}

.nc-steps__dot[data-active="true"] {
  background: var(--red);
}

.nc-modal__kicker {
  margin: 0 0 6px;
  font-size: 12px;
  letter-spacing: 0.28em;
  color: var(--red);
  font-weight: 600;
}

.nc-modal__title {
  margin: 0 0 24px;
  font-family: var(--serif);
  font-weight: 500;
  font-size: clamp(28px, 5vw, 36px);
  color: var(--ink-deep);
}

.nc-step[hidden] {
  display: none;
}

/* Step 1: services */

.nc-pick-list {
  display: grid;
  gap: 10px;
}

.nc-pick-group {
  margin: 0 0 6px;
  padding-top: 14px;
  font-size: 11.5px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  font-weight: 600;
  color: var(--muted);
}

.nc-pick-group:first-child {
  padding-top: 0;
}

.nc-pick-intro {
  margin: -8px 0 20px;
  font-size: 14.5px;
  line-height: 1.55;
  color: var(--muted);
}

.nc-pick {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 14px;
  text-align: left;
  background: #fff;
  border: 1px solid var(--line-mid);
  border-radius: 14px;
  padding: 15px 20px;
  cursor: pointer;
  color: var(--ink-deep);
  font-family: var(--sans);
  transition: border-color 0.2s ease, background-color 0.2s ease;
  width: 100%;
}

/* A tick box, because this step now takes as many services as you like. */
.nc-pick__tick {
  flex: 0 0 auto;
  width: 22px;
  height: 22px;
  border-radius: 7px;
  border: 1.5px solid var(--line-strong);
  position: relative;
  transition: background-color 0.2s ease, border-color 0.2s ease;
}

.nc-pick__tick::after {
  content: "";
  position: absolute;
  left: 7px;
  top: 3px;
  width: 5px;
  height: 10px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg) scale(0.4);
  opacity: 0;
  transition: transform 0.18s ease, opacity 0.18s ease;
}

.nc-pick[aria-pressed="true"] .nc-pick__tick {
  background: var(--red);
  border-color: var(--red);
}

.nc-pick[aria-pressed="true"] .nc-pick__tick::after {
  transform: rotate(45deg) scale(1);
  opacity: 1;
}

.nc-pick__main {
  flex: 1;
}

/* Running total pinned under the service list. */
.nc-basket {
  position: sticky;
  bottom: -40px;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
  margin: 20px -40px -40px;
  padding: 18px 40px;
  background: rgba(255, 255, 255, 0.94);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border-top: 1px solid var(--line);
}

.nc-basket__sum {
  display: flex;
  flex-direction: column;
  gap: 2px;
  min-width: 0;
}

.nc-basket__count {
  font-size: 15px;
  font-weight: 600;
  color: var(--ink-deep);
}

.nc-basket__meta {
  font-size: 13px;
  color: var(--muted);
}

.nc-basket__go {
  padding: 13px 28px;
  font-size: 13.5px;
  flex: 0 0 auto;
}

.nc-basket__go[disabled] {
  background: var(--muted-soft);
  box-shadow: none;
}

.nc-summary__list {
  display: block;
  margin-bottom: 2px;
  font-weight: 600;
}

.nc-pick:hover {
  border-color: rgba(225, 29, 63, 0.7);
}

.nc-pick[aria-pressed="true"] {
  background: var(--red-tint);
  border-color: var(--red-line);
}

.nc-pick__main {
  display: flex;
  flex-direction: column;
  gap: 3px;
}

.nc-pick__name {
  font-size: 16px;
  font-weight: 600;
}

.nc-pick__mins {
  font-size: 13px;
  color: var(--muted);
}

.nc-pick__price {
  font-size: 17px;
  font-weight: 600;
  color: var(--red);
  white-space: nowrap;
}

/* Step 2: artists */

.nc-techs {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(230px, 1fr));
  gap: 10px;
}

.nc-tech {
  display: flex;
  align-items: center;
  gap: 14px;
  text-align: left;
  background: #fff;
  border: 1px solid var(--line-mid);
  border-radius: 14px;
  padding: 16px 18px;
  cursor: pointer;
  color: var(--ink-deep);
  font-family: var(--sans);
  transition: border-color 0.2s ease, background-color 0.2s ease;
}

.nc-tech:hover {
  border-color: rgba(225, 29, 63, 0.7);
}

.nc-tech[aria-pressed="true"] {
  background: var(--red-tint);
  border-color: var(--red-line);
}

.nc-tech__avatar {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: linear-gradient(140deg, var(--red-deep), var(--red));
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--serif);
  font-size: 20px;
  font-style: italic;
  color: #fff;
  flex-shrink: 0;
  overflow: hidden;
}

.nc-tech__avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.nc-tech__text {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.nc-tech__name {
  font-size: 15.5px;
  font-weight: 600;
}

.nc-tech__role {
  font-size: 12.5px;
  color: var(--muted);
  line-height: 1.35;
}

/* Step 3: date + time */

.nc-pick-hint {
  margin: 0 0 12px;
  font-size: 12px;
  letter-spacing: 0.18em;
  color: var(--muted);
  font-weight: 600;
}

.nc-pick-hint span {
  color: var(--muted-soft);
}

.nc-dates {
  display: flex;
  gap: 8px;
  overflow-x: auto;
  padding-bottom: 8px;
  margin-bottom: 22px;
  scrollbar-width: thin;
}

.nc-date {
  flex: 0 0 auto;
  width: 72px;
  padding: 11px 0;
  border-radius: 12px;
  background: #fff;
  border: 1px solid var(--line-mid);
  color: var(--muted);
  cursor: pointer;
  font-family: var(--sans);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2px;
  transition: border-color 0.2s ease, background-color 0.2s ease, color 0.2s ease;
}

.nc-date:hover {
  border-color: rgba(225, 29, 63, 0.7);
}

.nc-date[aria-pressed="true"] {
  background: var(--red-tint);
  border-color: var(--red-line);
  color: var(--ink-deep);
}

.nc-date__dow {
  font-size: 11px;
  letter-spacing: 0.1em;
}

.nc-date__num {
  font-size: 19px;
  font-weight: 600;
}

.nc-date__mon {
  font-size: 10.5px;
  opacity: 0.7;
}

.nc-slots {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(88px, 1fr));
  gap: 8px;
  min-height: 48px;
}

.nc-slot {
  padding: 12px 0;
  border-radius: 10px;
  background: #fff;
  border: 1px solid var(--line-mid);
  color: var(--ink-deep);
  cursor: pointer;
  font-family: var(--sans);
  font-size: 14px;
  font-weight: 500;
  transition: border-color 0.2s ease, background-color 0.2s ease;
}

.nc-slot:hover:not([disabled]) {
  border-color: rgba(225, 29, 63, 0.7);
}

.nc-slot[aria-pressed="true"] {
  background: var(--red-tint);
  border-color: var(--red-line);
}

.nc-slot[disabled] {
  background: transparent;
  border-color: rgba(51, 32, 31, 0.06);
  color: var(--muted-soft);
  cursor: not-allowed;
  text-decoration: line-through;
}

.nc-slots__empty {
  grid-column: 1 / -1;
  margin: 0;
  color: var(--muted);
  font-size: 14px;
}

.nc-loading {
  grid-column: 1 / -1;
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--muted);
  font-size: 14px;
}

.nc-loading::before {
  content: "";
  width: 15px;
  height: 15px;
  border-radius: 50%;
  border: 2px solid rgba(225, 29, 63, 0.25);
  border-top-color: var(--red);
  animation: nc-spin 0.7s linear infinite;
}

/* Step 4: details */

.nc-summary {
  background: var(--cream);
  border: 1px solid rgba(51, 32, 31, 0.1);
  border-radius: 14px;
  padding: 18px 22px;
  margin-bottom: 22px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
}

.nc-summary__text {
  font-size: 15px;
  line-height: 1.5;
  color: var(--ink-deep);
}

.nc-summary__when {
  color: var(--muted);
}

.nc-summary__price {
  font-size: 18px;
  font-weight: 600;
  color: var(--red);
}

.nc-form {
  display: grid;
  gap: 14px;
}

.nc-form label {
  display: grid;
  gap: 6px;
  font-size: 12px;
  letter-spacing: 0.14em;
  color: var(--muted);
  font-weight: 600;
  text-transform: uppercase;
}

.nc-input,
.nc-textarea {
  background: var(--cream);
  border: 1px solid rgba(51, 32, 31, 0.14);
  border-radius: 10px;
  padding: 14px 16px;
  color: var(--ink-deep);
  font-family: var(--sans);
  font-size: 15px;
  outline: none;
  width: 100%;
  transition: border-color 0.2s ease;
}

.nc-textarea {
  resize: vertical;
  min-height: 76px;
  line-height: 1.5;
}

.nc-input:focus,
.nc-textarea:focus {
  border-color: var(--red);
}

.nc-consent {
  display: flex !important;
  grid-template-columns: none;
  align-items: flex-start;
  gap: 10px;
  font-size: 12.5px;
  letter-spacing: 0;
  text-transform: none;
  font-weight: 400;
  color: var(--muted);
  line-height: 1.5;
}

.nc-consent input {
  margin: 2px 0 0;
  accent-color: var(--red);
  flex-shrink: 0;
  width: 16px;
  height: 16px;
}

.nc-pay-note {
  display: flex;
  gap: 8px;
  margin: 2px 0 0;
  padding: 12px 16px;
  border-radius: 10px;
  background: var(--red-tint);
  border: 1px solid rgba(225, 29, 63, 0.22);
  font-size: 13.5px;
  color: var(--ink-deep);
}

.nc-pay-note span {
  color: var(--red);
}

.nc-error {
  margin: 0;
  font-size: 13.5px;
  color: #c11235;
}

.nc-error[hidden] {
  display: none;
}

.nc-form .nc-btn--primary {
  margin-top: 6px;
  padding: 17px 0;
  width: 100%;
  font-size: 15px;
  letter-spacing: 0.08em;
}

/* Done */

.nc-done {
  text-align: center;
  padding: 28px 0 12px;
}

.nc-done__badge {
  width: 76px;
  height: 76px;
  border-radius: 50%;
  background: var(--red-tint);
  border: 1px solid rgba(225, 29, 63, 0.4);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 24px;
}

.nc-done__badge svg {
  width: 44px;
  height: 44px;
}

.nc-done h3 {
  margin: 0 0 10px;
  font-family: var(--serif);
  font-weight: 500;
  font-size: clamp(30px, 6vw, 40px);
  color: var(--ink-deep);
}

.nc-done h3 em {
  color: var(--red);
}

.nc-done__line {
  margin: 0 0 6px;
  font-size: 16px;
  color: var(--ink-deep);
}

.nc-done__when {
  margin: 0 0 6px;
  color: var(--muted);
  font-size: 15px;
}

.nc-done__length {
  margin: 0 0 22px;
  color: var(--muted);
  font-size: 13.5px;
  letter-spacing: 0.06em;
}

.nc-done__ref {
  display: inline-block;
  background: var(--cream);
  border: 1px dashed rgba(225, 29, 63, 0.5);
  border-radius: 12px;
  padding: 12px 26px;
  margin-bottom: 22px;
}

.nc-done__ref-label {
  font-size: 12px;
  letter-spacing: 0.2em;
  color: var(--muted);
}

.nc-done__ref-code {
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.1em;
  color: var(--ink-deep);
}

.nc-done__note {
  margin: 0 0 26px;
  color: var(--muted);
  font-size: 14px;
}

.nc-back {
  margin-top: 22px;
  background: none;
  border: none;
  color: var(--muted);
  font-family: var(--sans);
  font-size: 13.5px;
  letter-spacing: 0.08em;
  cursor: pointer;
  padding: 0;
}

.nc-back:hover,
.nc-back:focus-visible {
  color: var(--red);
}

.nc-back[hidden] {
  display: none;
}

/* ==========================================================================
   14. Inner pages (privacy policy, blog posts, 404 …)
   ========================================================================== */

.nc-page {
  padding: calc(var(--nav-h) + 70px) var(--gutter) 90px;
  max-width: 780px;
  margin: 0 auto;
}

.nc-page__title {
  font-family: var(--serif);
  font-weight: 500;
  font-size: clamp(38px, 6vw, 62px);
  line-height: 1.05;
  color: var(--ink-deep);
  margin: 0 0 28px;
}

.nc-prose {
  font-size: 16.5px;
  line-height: 1.7;
  color: var(--ink);
}

.nc-prose h2,
.nc-prose h3 {
  font-family: var(--serif);
  font-weight: 600;
  color: var(--ink-deep);
  line-height: 1.2;
  margin: 40px 0 12px;
}

.nc-prose h2 { font-size: 32px; }
.nc-prose h3 { font-size: 24px; }

.nc-prose a {
  color: var(--red);
  text-decoration: underline;
  text-underline-offset: 3px;
}

.nc-prose img,
.nc-prose figure {
  border-radius: 16px;
  margin: 28px 0;
}

.nc-prose blockquote {
  margin: 28px 0;
  padding: 4px 0 4px 24px;
  border-left: 3px solid var(--red);
  font-family: var(--serif);
  font-size: 22px;
  font-style: italic;
  color: var(--ink-deep);
}

.nc-prose ul,
.nc-prose ol {
  padding-left: 22px;
}

.nc-prose li + li {
  margin-top: 6px;
}

.nc-prose table {
  width: 100%;
  border-collapse: collapse;
  margin: 24px 0;
}

.nc-prose th,
.nc-prose td {
  border: 1px solid var(--line);
  padding: 10px 14px;
  text-align: left;
}

.nc-pagination {
  display: flex;
  gap: 16px;
  margin-top: 48px;
  font-size: 14px;
}

.nc-post-card {
  display: block;
  padding: 28px 0;
  border-bottom: 1px solid var(--line);
}

.nc-post-card h2 {
  font-family: var(--serif);
  font-size: 30px;
  font-weight: 600;
  margin: 0 0 8px;
  color: var(--ink-deep);
}

.nc-post-card time {
  font-size: 12.5px;
  letter-spacing: 0.16em;
  color: var(--muted);
  text-transform: uppercase;
}

/* Keep the WP admin bar from hiding the fixed nav. */
body.admin-bar .nc-nav { top: 32px; }
body.admin-bar .nc-mobile-menu { top: 32px; }

@media screen and (max-width: 782px) {
  body.admin-bar .nc-nav { top: 46px; }
  body.admin-bar .nc-mobile-menu { top: 46px; }
}

/* ==========================================================================
   15. Responsive
   ========================================================================== */

@media (max-width: 1080px) {
  :root { --gutter: 28px; }

  .nc-hero__seal { display: none; }
}

@media (max-width: 900px) {
  .nc-nav__links { display: none; }
  .nc-burger { display: flex; }

  .nc-section,
  .nc-section--tinted { padding: 80px var(--gutter); }

  .nc-visit { padding: 0 var(--gutter) 80px; }

  .nc-studio__grid,
  .nc-loyalty__grid,
  .nc-visit__grid { gap: 36px; }
}

@media (max-width: 700px) {
  .nc-hero {
    min-height: auto;
    padding: 120px var(--gutter) 56px;
  }

  .nc-hero__sub { font-size: 16.5px; }

  .nc-quickbook {
    padding: 16px;
    gap: 10px;
  }

  .nc-field--service,
  .nc-field--day,
  .nc-field--time { flex: 1 1 100%; }

  .nc-quickbook__btn { width: 100%; }

  .nc-marquee__group { font-size: 21px; gap: 32px; padding-right: 32px; }

  .nc-service { padding: 26px; }

  .nc-studio__stage { padding: 44px 20px 34px; gap: 32px; }

  .nc-hand { gap: 10px; }

  .nc-card { padding: 32px 26px; }

  .nc-card__grid { gap: 10px; }

  .nc-stamp { font-size: 20px; }

  .nc-promo { padding: 40px 28px; }

  .nc-modal { padding: 0; }

  .nc-modal__panel {
    padding: 32px 22px;
    border-radius: 20px 20px 0 0;
    max-height: 92vh;
    width: 100%;
    margin-top: auto;
    align-self: flex-end;
  }

  .nc-basket {
    margin: 20px -22px -32px;
    padding: 16px 22px;
    bottom: -32px;
  }

  .nc-basket__go {
    width: 100%;
  }

  .nc-footer { justify-content: flex-start; }

  .nc-hours { max-width: none; }
}

@media (max-width: 420px) {
  .nc-techs { grid-template-columns: 1fr; }
  .nc-slots { grid-template-columns: repeat(auto-fill, minmax(76px, 1fr)); }
  .nc-logo__text { font-size: 19px; }
  .nc-logo svg { width: 32px; height: 32px; }
}

/* ==========================================================================
   16. Motion & print
   ========================================================================== */

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }

  *,
  *::before,
  *::after {
    animation-duration: 0.001ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.001ms !important;
  }

  .nc-petals,
  .nc-hero__seal { display: none; }

  .nc-marquee__track { animation: none; }
}

@media print {
  .nc-nav,
  .nc-burger,
  .nc-mobile-menu,
  .nc-modal,
  .nc-petals,
  .nc-quickbook,
  .nc-marquee { display: none !important; }

  body { background: #fff; }
}

/* ==========================================================================
   17. Dark navigation + hero video
   ========================================================================== */



.nc-hero__video {
  position: absolute;
  inset: 0;
  overflow: hidden;
  pointer-events: none;
  z-index: 0;
}

.nc-hero__video video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  /* Portrait footage in a landscape hero: bias the crop up so hands stay in frame. */
  object-position: center 35%;
  display: block;
}

/* Scrim keeps the headline legible whatever the footage does. */
.nc-hero__scrim {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background:
    linear-gradient(100deg, rgba(251,246,243,.88) 0%, rgba(251,246,243,.7) 26%, rgba(251,246,243,.26) 52%, rgba(251,246,243,.02) 100%);
}

.nc-hero--video .nc-hero__inner { position: relative; z-index: 2; }

/* Seal is already absolutely positioned — only lift it, never restate position. */
.nc-hero--video .nc-hero__seal { z-index: 2; }

.nc-hero--video .nc-hero__blob { opacity: .55; }

@media (max-width: 700px) {
  /* Text spans the full width on mobile, so the scrim runs top-to-bottom. */
  .nc-hero__scrim {
    background: linear-gradient(to bottom, rgba(251,246,243,.9) 0%, rgba(251,246,243,.74) 50%, rgba(251,246,243,.2) 100%);
  }
  .nc-hero--video { min-height: 88vh; }
}

@media (prefers-reduced-motion: reduce) {
  /* Moving footage is exactly what this preference asks us to stop. */
  .nc-hero__video video { display: none; }
  .nc-hero__video { background: var(--blush) center / cover no-repeat; }
}
