@font-face {
  font-family: Lobster;
  src: url("assets/fonts/lobster-400.woff2") format("woff2");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: "DM Sans";
  src: url("assets/fonts/dm-sans-400.woff2") format("woff2");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: "DM Sans";
  src: url("assets/fonts/dm-sans-500.woff2") format("woff2");
  font-style: normal;
  font-weight: 500;
  font-display: swap;
}
@font-face {
  font-family: "DM Sans";
  src: url("assets/fonts/dm-sans-600.woff2") format("woff2");
  font-style: normal;
  font-weight: 600;
  font-display: swap;
}
@font-face {
  font-family: "DM Sans";
  src: url("assets/fonts/dm-sans-700.woff2") format("woff2");
  font-style: normal;
  font-weight: 700;
  font-display: swap;
}
@font-face {
  font-family: "DM Sans";
  src: url("assets/fonts/dm-sans-800.woff2") format("woff2");
  font-style: normal;
  font-weight: 800;
  font-display: swap;
}
:root {
  --paper: #fffcf7;
  --ink: #29123d;
  --grape: #431878;
  --pink: #d52f79;
  --yellow: #ffd45d;
  --cobalt: #123f9a;
  --blossom: #f8c9df;
  --lilac: #eee6f8;
  --muted: #665a70;
  --line: #d8ccdc;
  --max: 1320px;
  --gutter: 48px;
  --ease: cubic-bezier(0.2, 0.75, 0.25, 1);
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: 112px;
}
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: "DM Sans", sans-serif;
  font-size: 16px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}
body,
main {
  min-width: 0;
}
main {
  overflow: clip;
}
h1,
h2,
h3,
p {
  margin: 0;
}
h1,
h2,
h3 {
  line-height: 1.06;
  letter-spacing: -0.045em;
}
h1,
h2 {
  font-weight: 700;
}
h3 {
  font-weight: 600;
}
p + p {
  margin-top: 1em;
}
a {
  color: inherit;
  text-decoration: none;
}
button,
input,
select,
textarea {
  font: inherit;
  color: inherit;
}
button,
a,
input,
select,
textarea {
  -webkit-tap-highlight-color: transparent;
}
button {
  cursor: pointer;
}
img {
  max-width: 100%;
  height: auto;
  display: block;
}
svg {
  display: block;
  flex-shrink: 0;
}
button {
  border: 0;
}
button:disabled {
  cursor: not-allowed;
  opacity: 0.6;
}
::selection {
  background: var(--grape);
  color: var(--yellow);
}
:focus-visible {
  outline: 3px solid var(--pink);
  outline-offset: 6px;
}
.closing :focus-visible,
.tone-treatments :focus-visible,
.tone-blow-dries :focus-visible,
.menu-cover :focus-visible,
.home-statement :focus-visible {
  outline-color: var(--yellow);
}
a:focus-visible {
  border-radius: 3px;
}
[hidden] {
  display: none !important;
}
.container {
  width: calc(100% - var(--gutter) * 2);
  max-width: var(--max);
  margin-inline: auto;
}
.section {
  padding: 110px 0;
}
.large-copy {
  font-size: 1.35rem;
  line-height: 1.55;
  letter-spacing: -0.025em;
}
.arrow {
  width: 24px;
  height: 24px;
}
.flower-mark {
  width: 65px;
  height: 65px;
}
.visually-hidden {
  position: absolute !important;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.skip-link {
  position: fixed;
  top: 8px;
  left: 8px;
  z-index: 200;
  padding: 10px 20px;
  background: var(--grape);
  color: white;
  transform: translateY(-160%);
}
.skip-link:focus {
  transform: none;
}
/* The quiet shared frame leaves the poster centre stage. */
.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: var(--paper);
  border-bottom: 1px solid rgba(67, 24, 120, 0.13);
}
.header-inner {
  min-height: 94px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
}
.brand {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  flex-shrink: 0;
  color: var(--grape);
}
.brand-name {
  font:
    400 43px/0.95 Lobster,
    cursive;
  letter-spacing: -0.025em;
}
.brand-sub {
  font-size: 9px;
  line-height: 1.1;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-weight: 700;
  margin-top: 7px;
}
.site-nav {
  display: flex;
  align-items: center;
  gap: 32px;
  font-size: 14px;
  font-weight: 600;
}
.site-nav > a {
  position: relative;
  padding: 12px 0;
}
.site-nav > a:not(.nav-book)::after {
  content: "";
  position: absolute;
  bottom: 5px;
  left: 0;
  width: 100%;
  height: 2px;
  background: var(--pink);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.2s var(--ease);
}
.site-nav > a:hover::after,
.site-nav > a[aria-current="page"]::after {
  transform: scaleX(1);
}
.site-nav .nav-book {
  display: flex;
  align-items: center;
  gap: 22px;
  background: var(--grape);
  color: var(--paper);
  padding: 14px 22px;
  border-radius: 50px;
}
.nav-book .arrow {
  width: 19px;
  height: 19px;
  transition: transform 0.25s var(--ease);
}
.nav-book:hover .arrow {
  transform: rotate(-35deg);
}
.menu-toggle {
  display: none;
}
.button {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  min-height: 56px;
  padding: 14px 26px;
  border: 1px solid transparent;
  border-radius: 50px;
  font-weight: 600;
  font-size: 15px;
  line-height: 1.35;
  transition:
    background 0.2s,
    color 0.2s,
    transform 0.25s var(--ease);
}
.button .arrow {
  width: 21px;
  height: 21px;
  transition: transform 0.25s var(--ease);
}
.button:hover .arrow,
.text-link:hover .arrow {
  transform: rotate(-35deg);
}
.button:active {
  transform: translateY(2px);
}
.button.primary {
  background: var(--grape);
  color: var(--paper);
}
.button.primary:hover {
  background: var(--cobalt);
}
.button.outline {
  border-color: currentColor;
}
.button.outline:hover {
  background: var(--grape);
  color: var(--paper);
}
.button.light {
  background: var(--paper);
  color: var(--cobalt);
}
.button.text {
  padding: 14px 0;
  border-radius: 0;
  border-bottom: 1px solid currentColor;
  min-height: 48px;
}
.text-link,
.quiet-link {
  display: inline-flex;
  align-items: center;
  gap: 20px;
  font-weight: 600;
  text-decoration: underline;
  text-underline-offset: 6px;
  text-decoration-thickness: 1px;
}
.quiet-link {
  background: transparent;
  padding: 0;
  text-align: left;
}
.text-link .arrow {
  transition: transform 0.25s var(--ease);
}
/* Home: the type, car and foreground flowers form one oversized poster. */
.poster-hero {
  background: var(--blossom);
  position: relative;
  padding: 32px 0 24px;
}
.poster-inner {
  position: relative;
}
.poster-kicker {
  display: flex;
  justify-content: space-between;
  font-size: 13px;
  font-weight: 500;
}
.poster-kicker > span:first-child {
  font-weight: 700;
}
.poster-wordmark {
  font:
    400 clamp(10rem, 22vw, 20rem)/1 Lobster,
    cursive;
  letter-spacing: -0.055em;
  color: var(--grape);
  text-align: center;
  position: relative;
  z-index: 1;
  padding: 0 40px 18px;
  margin: 4px 0 0;
}
.poster-scene {
  position: relative;
  height: 290px;
  margin-top: -80px;
}
.poster-orbit {
  position: absolute;
  width: 560px;
  height: 270px;
  border: 1px solid rgba(67, 24, 120, 0.25);
  border-radius: 50%;
  left: 50%;
  top: 92px;
  transform: translateX(-50%) rotate(-10deg);
}
.poster-car {
  position: absolute;
  width: 600px;
  max-width: 65%;
  left: 50%;
  top: -35px;
  transform: translateX(-50%) rotate(-4deg);
  z-index: 3;
}
.poster-bloom {
  position: absolute;
  pointer-events: none;
  z-index: 2;
}
.bloom-left {
  width: 430px;
  left: -170px;
  top: 40px;
  transform: rotate(-24deg);
}
.bloom-right {
  width: 350px;
  right: -135px;
  top: -140px;
  transform: rotate(8deg);
}
.poster-bottom {
  display: grid;
  grid-template-columns: 1.15fr 1fr 180px;
  align-items: end;
  gap: 50px;
  position: relative;
  z-index: 4;
  margin-top: 8px;
}
.poster-bottom h1 {
  font-size: 30px;
  line-height: 1.17;
  letter-spacing: -0.035em;
  max-width: 370px;
}
.poster-bottom > p {
  font-size: 15px;
  line-height: 1.55;
  max-width: 250px;
  justify-self: center;
}
.book-seal {
  width: 170px;
  height: 170px;
  border-radius: 50%;
  background: var(--grape);
  color: var(--yellow);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  transform: rotate(8deg);
  transition:
    transform 0.4s var(--ease),
    background 0.2s;
  position: relative;
}
.book-seal::after {
  content: "";
  position: absolute;
  inset: 9px;
  border: 1px dashed rgba(255, 212, 93, 0.7);
  border-radius: 50%;
  pointer-events: none;
}
.book-seal span {
  font-size: 23px;
  font-weight: 600;
  letter-spacing: -0.03em;
  line-height: 1.1;
  text-align: center;
}
.book-seal .arrow {
  transform: rotate(-40deg);
  width: 29px;
  height: 29px;
}
.book-seal:hover,
.book-seal:focus-visible {
  transform: rotate(-5deg);
  background: var(--cobalt);
}
.hero-scroll {
  display: flex;
  gap: 16px;
  align-items: center;
  justify-content: center;
  width: fit-content;
  margin: 34px auto 0;
  font-size: 12px;
}
.hero-scroll span {
  font-size: 20px;
}

.menu-layout {
  display: grid;
  grid-template-columns: 0.85fr 1.3fr;
  gap: 90px;
  align-items: center;
}
.menu-stage {
  position: relative;
  aspect-ratio: 1;
  border-radius: 50%;
  background: var(--blossom);
  border: 8px solid var(--yellow);
  color: var(--grape);
  transition:
    background 0.35s ease,
    color 0.35s ease;
}
.stage-scene {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  opacity: 0;
  transform: rotate(-12deg) scale(0.88);
  transition:
    opacity 0.25s ease,
    transform 0.5s var(--ease);
  pointer-events: none;
  gap: 8px;
}
.stage-scene.is-active {
  opacity: 1;
  transform: rotate(-8deg) scale(1);
}
.stage-scene .tool-art {
  width: 62%;
  height: 62%;
  object-fit: contain;
  margin-top: -12px;
}
.stage-scene > span {
  font:
    400 45px/1.1 Lobster,
    cursive;
}
.menu-stage .flower-mark {
  display: none;
  position: absolute;
  right: 3px;
  top: 6px;
  width: 110px;
  height: 110px;
  color: var(--pink);
  transform: rotate(17deg);
  transition: transform 0.6s var(--ease);
}
.menu-stage[data-active="colour"] {
  background: var(--lilac);
}
.menu-stage[data-active="styling"] {
  background: var(--yellow);
  border-color: var(--blossom);
}
.menu-stage[data-active="blow-dries"] {
  background: var(--cobalt);
  color: var(--paper);
}
.menu-stage[data-active="highlights"] {
  background: #fcecae;
  border-color: var(--lilac);
}
.menu-stage[data-active="treatments"] {
  background: var(--grape);
  color: var(--yellow);
}
.menu-stage[data-active="colour"] .flower-mark,
.menu-stage[data-active="highlights"] .flower-mark {
  transform: rotate(80deg);
}
.stage-caption {
  position: absolute;
  bottom: 30px;
  left: 0;
  right: 0;
  text-align: center;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.05em;
}
.menu-row {
  display: grid;
  grid-template-columns: 1fr 36px;
  column-gap: 12px;
  align-items: center;
  border-bottom: 1px solid var(--line);
  padding: 18px 0;
  position: relative;
}
.menu-row:first-child {
  border-top: 1px solid var(--line);
}
.menu-row-name {
  font-size: clamp(2rem, 3.6vw, 3.4rem);
  font-weight: 600;
  line-height: 1.1;
  letter-spacing: -0.045em;
  transition:
    transform 0.25s var(--ease),
    color 0.25s;
}
.menu-row-note {
  font-size: 12px;
  grid-row: 2;
  color: var(--muted);
  margin-top: 6px;
}
.menu-row > .arrow {
  grid-column: 2;
  grid-row: 1 / span 2;
  width: 32px;
  height: 32px;
  transform: rotate(-40deg);
  transition: transform 0.3s var(--ease);
}
.menu-row > .service-icon {
  display: none;
}
.menu-row:hover .menu-row-name,
.menu-row:focus-visible .menu-row-name {
  transform: translateX(12px);
  color: var(--pink);
}
.menu-row:hover > .arrow,
.menu-row:focus-visible > .arrow {
  transform: rotate(0deg);
}
.menu-foot {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 30px;
  margin-top: 35px;
  font-size: 14px;
}
.menu-foot > span {
  color: var(--muted);
}
/* A saturated pause in the page: the client's Mini blue, at architectural scale. */
.home-statement {
  background: var(--cobalt);
  color: var(--yellow);
  overflow: hidden;
  padding: 95px 0 100px;
}
.statement-inner {
  position: relative;
}
.statement-inner h2 {
  font-size: clamp(4rem, 10.4vw, 9.5rem);
  line-height: 0.98;
  letter-spacing: -0.065em;
  position: relative;
  z-index: 2;
}
.statement-flower {
  position: absolute;
  right: -155px;
  top: -120px;
  width: 650px;
  transform: rotate(24deg);
  pointer-events: none;
}
.statement-copy {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: end;
  gap: 90px;
  margin-top: 60px;
  position: relative;
  z-index: 2;
}
.statement-copy > p {
  max-width: 445px;
  color: var(--paper);
  font-size: 20px;
  line-height: 1.5;
}

/* Shared sign-off: a single oversized invitation, with no card wrapper. */
.closing {
  background: var(--grape);
  color: var(--yellow);
  padding: 68px 0 28px;
  overflow: hidden;
}
.closing-inner > p {
  font-size: 14px;
  color: var(--paper);
  margin-bottom: 26px;
}
.closing-link {
  display: grid;
  grid-template-columns: 1fr 190px;
  align-items: center;
  gap: 60px;
  padding-bottom: 46px;
}
.closing-link h2 {
  font:
    400 clamp(3rem, 7.7vw, 7rem)/1.08 Lobster,
    cursive;
  letter-spacing: -0.015em;
}
.closing-arrow {
  width: 155px;
  height: 155px;
  border: 1px solid rgba(255, 212, 93, 0.5);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition:
    background 0.35s var(--ease),
    transform 0.35s var(--ease);
}
.closing-arrow .arrow {
  width: 75px;
  height: 75px;
  transform: rotate(-35deg);
  transition: transform 0.4s var(--ease);
}
.closing-link:hover .closing-arrow,
.closing-link:focus-visible .closing-arrow {
  background: var(--yellow);
  color: var(--grape);
  transform: rotate(-10deg);
}
.closing-link:hover .closing-arrow .arrow {
  transform: rotate(0deg);
}
.closing-bottom {
  border-top: 1px solid rgba(255, 212, 93, 0.25);
  padding-top: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 12px;
  color: var(--paper);
}
.closing-bottom .flower-mark {
  color: var(--blossom);
  width: 42px;
  height: 42px;
}
.site-footer {
  background: var(--paper);
  padding: 55px 0 22px;
}
.footer-top {
  display: grid;
  grid-template-columns: 1fr 0.7fr 1fr;
  gap: 70px;
}
.footer-brand {
  display: flex;
  align-items: flex-start;
  gap: 35px;
}
.footer-brand p {
  font-size: 12px;
  line-height: 1.5;
  max-width: 150px;
  margin-top: 8px;
}
.footer-top nav {
  display: grid;
  grid-template-columns: 1fr;
  justify-items: start;
  gap: 5px;
  font-size: 13px;
}
.footer-top nav a:hover,
.footer-contact a:hover {
  text-decoration: underline;
  text-underline-offset: 4px;
}
.footer-contact {
  font-size: 13px;
}
.footer-contact > p:first-child {
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 600;
}
.footer-contact > a {
  display: block;
  width: fit-content;
  overflow-wrap: anywhere;
}
.footer-contact [data-area-copy] {
  color: var(--muted);
  font-size: 12px;
  margin-top: 10px;
}
.footer-bottom {
  border-top: 1px solid var(--line);
  margin-top: 35px;
  padding-top: 18px;
  display: flex;
  justify-content: space-between;
  gap: 24px;
  font-size: 11px;
  color: var(--muted);
}
.mobile-book {
  display: none;
}
/* Services: an illustrated cover and a contents list that stays beside the book. */
.menu-cover {
  background: var(--grape);
  color: var(--yellow);
  padding: 42px 0 60px;
  overflow: hidden;
}
.menu-cover > .container {
  position: relative;
}
.cover-top,
.cover-bottom {
  display: flex;
  justify-content: space-between;
  gap: 60px;
  position: relative;
  z-index: 2;
}
.cover-top {
  font-size: 13px;
  color: var(--paper);
}
.menu-cover h1 {
  font:
    400 clamp(4rem, 12.6vw, 12rem)/1.05 Lobster,
    cursive;
  letter-spacing: -0.04em;
  margin: 38px 0 40px;
  position: relative;
  z-index: 2;
}
.cover-bottom {
  align-items: end;
}
.cover-bottom > p {
  max-width: 590px;
  color: var(--paper);
  font-size: 17px;
  line-height: 1.5;
}
.cover-bottom .text-link {
  font-size: 13px;
}
.cover-flower {
  position: absolute;
  width: 345px;
  right: -175px;
  top: 26px;
  transform: rotate(30deg);
  opacity: 0.96;
  pointer-events: none;
}

.book-contents nav a:focus-visible .arrow {
  opacity: 1;
  transform: none;
}

/* About: a floral window rather than a stock stylist portrait. */
.about-cover {
  background: var(--blossom);
  text-align: center;
  padding: 45px 0 0;
  overflow: hidden;
}
.cover-label {
  font-size: 13px;
  font-weight: 500;
  margin-bottom: 28px;
}
.about-cover h1 {
  font-size: clamp(3rem, 7vw, 6.75rem);
  line-height: 1.02;
  position: relative;
  z-index: 2;
}
.about-window {
  width: 820px;
  max-width: 100%;
  height: 460px;
  border-radius: 440px 440px 0 0;
  background: var(--grape);
  margin: 48px auto 0;
  position: relative;
  overflow: hidden;
}
.window-sun {
  width: 370px;
  height: 370px;
  background: var(--yellow);
  border-radius: 50%;
  position: absolute;
  top: 40px;
  left: 50%;
  transform: translateX(-50%);
}
.window-flowers {
  position: absolute;
  width: 480px;
  right: -90px;
  top: -25px;
  transform: rotate(-10deg);
}
.window-car {
  position: absolute;
  width: 570px;
  max-width: 85%;
  left: 30px;
  top: 20px;
  transform: rotate(-5deg);
}
.window-caption {
  font:
    400 24px/1.1 Lobster,
    cursive;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 14px 20px;
  background: var(--grape);
  color: var(--paper);
  text-align: center;
}
.narrative {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 110px;
  align-items: start;
}
.narrative h2 {
  font-size: clamp(2.5rem, 4.7vw, 4.5rem);
}
.narrative > div {
  max-width: 540px;
}
.narrative p:not(.large-copy) {
  color: var(--muted);
  font-size: 16px;
}
.narrative .button {
  margin-top: 30px;
}

/* Questions: exuberant cover, unhurried answers. */
.faq-cover {
  background: var(--lilac);
  padding: 70px 0 75px;
  overflow: hidden;
}
.faq-cover-grid {
  display: grid;
  grid-template-columns: 1.3fr 0.8fr;
  gap: 80px;
  align-items: center;
}
.faq-cover h1 {
  font:
    400 clamp(3.5rem, 8vw, 7.5rem)/1.03 Lobster,
    cursive;
  color: var(--grape);
  letter-spacing: -0.035em;
}
.faq-cover .large-copy {
  margin-top: 30px;
  font-size: 20px;
}
.question-art {
  position: relative;
  height: 355px;
}
.question-art > span {
  font:
    400 420px/0.85 Lobster,
    cursive;
  color: var(--pink);
  display: block;
  transform: rotate(10deg);
  text-align: center;
  position: relative;
  z-index: 2;
}
.question-flower {
  position: absolute;
  width: 340px;
  right: -140px;
  top: -5px;
  transform: rotate(15deg);
  z-index: 1;
}
.faq-layout {
  display: grid;
  grid-template-columns: 260px 1fr;
  gap: 130px;
  align-items: start;
}
.faq-aside {
  position: sticky;
  top: 140px;
}
.faq-aside h2 {
  font-size: 28px;
  line-height: 1.14;
  margin-bottom: 25px;
}
.faq-aside nav {
  display: grid;
  gap: 12px;
  font-size: 14px;
}
.faq-aside nav a:hover {
  text-decoration: underline;
  text-underline-offset: 4px;
}
.faq-aside > p {
  font-size: 13px;
  color: var(--muted);
  margin: 40px 0 13px;
}
.faq-aside .text-link {
  font-size: 14px;
}
.faq-group {
  scroll-margin-top: 12px;
}
.faq-group + .faq-group {
  margin-top: 60px;
}
.faq-group h2 {
  font-size: 32px;
  margin-bottom: 25px;
  color: var(--grape);
}
.faq-group details {
  border-top: 1px solid var(--line);
  transition: background 0.2s;
}
.faq-group details:last-child {
  border-bottom: 1px solid var(--line);
}
.faq-group summary {
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 26px;
  list-style: none;
  font-size: 18px;
  line-height: 1.4;
  letter-spacing: -0.02em;
  font-weight: 500;
  padding: 24px 0;
}
.faq-group summary::-webkit-details-marker {
  display: none;
}
.faq-group summary > span {
  width: 26px;
  height: 26px;
  flex-shrink: 0;
  position: relative;
  background: var(--lilac);
  border-radius: 50%;
  transition:
    transform 0.3s var(--ease),
    background 0.2s;
}
.faq-group summary > span::before,
.faq-group summary > span::after {
  content: "";
  position: absolute;
  width: 10px;
  height: 1px;
  background: var(--grape);
  left: 8px;
  top: 13px;
}
.faq-group summary > span::after {
  transform: rotate(90deg);
  transition: transform 0.25s;
}
.faq-group details[open] summary > span {
  background: var(--yellow);
  transform: rotate(180deg);
}
.faq-group details[open] summary > span::after {
  transform: rotate(0);
}
.faq-group details[open] summary {
  color: var(--grape);
}
.faq-answer {
  padding: 0 55px 28px 0;
  color: var(--muted);
  font-size: 15px;
  max-width: 710px;
}
.faq-answer a {
  text-decoration: underline;
}
/* Booking: a personal appointment card on sunshine yellow. */
.contact-section {
  background: var(--yellow);
  padding: 65px 0 90px;
}
.contact-layout {
  display: grid;
  grid-template-columns: 0.85fr 1.2fr;
  gap: 100px;
  align-items: start;
}
.contact-intro {
  color: var(--grape);
  position: relative;
}
.contact-intro h1 {
  font:
    400 clamp(3rem, 7.5vw, 7rem)/1.03 Lobster,
    cursive;
  letter-spacing: -0.025em;
}
.contact-intro .large-copy {
  font-size: 20px;
  max-width: 375px;
  margin-top: 30px;
}
.direct-contact {
  display: grid;
  justify-items: start;
  gap: 8px;
  margin-top: 32px;
  font-size: 16px;
}
.direct-contact > span {
  font-size: 12px;
}
.direct-contact a {
  font-weight: 600;
  text-decoration: underline;
  text-underline-offset: 5px;
  overflow-wrap: anywhere;
}
.contact-still-life {
  position: relative;
  height: 360px;
  margin-top: 25px;
}
.contact-flower {
  position: absolute;
  width: 340px;
  max-width: 95%;
  left: -80px;
  top: 10px;
  transform: rotate(-15deg);
}
.contact-still-life > span {
  font:
    400 45px/1.05 Lobster,
    cursive;
  position: absolute;
  right: 0;
  bottom: 45px;
  transform: rotate(9deg);
}
.enquiry-panel {
  background: var(--paper);
  position: relative;
  padding: 42px 42px 28px;
  border-radius: 3px;
  box-shadow: 12px 12px 0 rgba(67, 24, 120, 0.1);
  border-top: 8px solid var(--grape);
}
.enquiry-panel h2 {
  font-size: 32px;
  line-height: 1.1;
  margin-bottom: 16px;
  max-width: 400px;
}
.enquiry-panel form > p:not(.required-note) {
  font-size: 14px;
  color: var(--muted);
  max-width: 420px;
}
.required-note {
  font-size: 11px;
  margin: 25px 0 17px;
  color: var(--muted);
}
.form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 23px 22px;
}
.field {
  min-width: 0;
}
.field.full {
  grid-column: 1 / span 2;
}
.field label {
  display: block;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.5;
  margin-bottom: 8px;
}
.field label span {
  font-weight: 400;
  color: var(--muted);
  font-size: 11px;
}
.field input,
.field select,
.field textarea {
  display: block;
  width: 100%;
  max-width: 100%;
  min-height: 48px;
  border: 1px solid #b9aac4;
  border-radius: 3px;
  background: #fff;
  font-size: 16px;
  line-height: 1.4;
  padding: 11px 12px;
  transition:
    border-color 0.2s,
    background 0.2s;
}
.field textarea {
  resize: vertical;
  min-height: 118px;
}
.field input:focus,
.field select:focus,
.field textarea:focus {
  outline: 2px solid var(--grape);
  outline-offset: 2px;
  border-color: var(--grape);
  background: #fff9fd;
}
.field input::placeholder,
.field textarea::placeholder {
  color: #74687d;
  font-size: 13px;
  opacity: 1;
}
.form-actions {
  margin-top: 26px;
}
.form-actions .button {
  width: 100%;
}
.form-actions > p {
  font-size: 12px;
  line-height: 1.5;
  color: var(--muted);
  margin-top: 14px;
}
.privacy-note {
  font-size: 11px;
  color: var(--muted);
  border-top: 1px solid var(--line);
  padding-top: 20px;
  margin-top: 22px;
}
.privacy-note a {
  text-decoration: underline;
  text-underline-offset: 3px;
}
.enquiry-result {
  background: var(--lilac);
  padding: 24px;
  margin-top: 26px;
  border-left: 3px solid var(--grape);
}
.enquiry-result h3 {
  font-size: 24px;
  margin-bottom: 15px;
}
.enquiry-result > p {
  font-size: 14px;
}
.result-actions {
  display: flex;
  gap: 22px;
  flex-wrap: wrap;
  margin: 18px 0;
}
.result-actions .quiet-link {
  font-size: 13px;
}
.draft-details summary {
  cursor: pointer;
  font-size: 13px;
}
.draft-details textarea {
  width: 100%;
  font:
    12px/1.5 "DM Sans",
    sans-serif;
  border: 1px solid var(--line);
  padding: 10px;
  margin-top: 15px;
  resize: vertical;
}
.enquiry-panel noscript {
  display: block;
  background: var(--lilac);
  padding: 15px;
  margin-top: 20px;
  font-size: 14px;
}
.enquiry-panel noscript a {
  text-decoration: underline;
}
/* Even the wrong turn belongs to the same illustrated world. */
.detour {
  padding: 35px 0 75px;
  background: var(--blossom);
  text-align: center;
  overflow: hidden;
}
.detour .cover-label {
  margin-bottom: 0;
}
.detour-scene {
  height: 430px;
  position: relative;
  max-width: 820px;
  margin: 0 auto;
}
.detour-number {
  font-weight: 800;
  font-size: 390px;
  line-height: 1;
  letter-spacing: -0.1em;
  color: var(--grape);
  position: relative;
  z-index: 1;
}
.detour-car {
  width: 440px;
  position: absolute;
  left: 50%;
  top: 110px;
  transform: translateX(-50%) rotate(-8deg);
  z-index: 3;
}
.detour-flower {
  width: 270px;
  position: absolute;
  right: -60px;
  top: 40px;
  transform: rotate(20deg);
}
.detour h1 {
  font:
    400 clamp(3rem, 5.5vw, 5rem)/1.1 Lobster,
    cursive;
  color: var(--grape);
  letter-spacing: -0.02em;
}
.detour > div > p:not(.cover-label) {
  margin-top: 22px;
  font-size: 16px;
}
.error-actions {
  display: flex;
  justify-content: center;
  gap: 15px;
  flex-wrap: wrap;
  margin-top: 30px;
}
/* Only one automatic sequence. Subsequent motion responds to navigation or input. */
@supports (background-clip: text) {
  .poster-wordmark {
    background: linear-gradient(168deg, #bd2068 17%, #431878 65%);
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
  }
}
@media (prefers-reduced-motion: no-preference) {
  @view-transition {
    navigation: auto;
  }
  ::view-transition-old(root) {
    animation: page-out 0.18s ease-out both;
  }
  ::view-transition-new(root) {
    animation: page-in 0.35s var(--ease) both;
  }
  .site-header {
    view-transition-name: header;
  }
  .poster-wordmark {
    animation: signature-in 0.75s var(--ease) both;
  }
  .poster-car {
    animation: mini-arrives 1.1s var(--ease) 0.1s both;
  }
  .bloom-left {
    animation: left-bloom 1s var(--ease) 0.2s both;
  }
  .bloom-right {
    animation: right-bloom 1s var(--ease) 0.25s both;
  }
  .js .site-nav.is-open {
    animation: answer-in 0.24s var(--ease);
  }
  .enquiry-result:not([hidden]) {
    animation: answer-in 0.24s var(--ease);
  }
  .faq-group details[open] .faq-answer {
    animation: answer-in 0.24s var(--ease);
  }
}
@keyframes signature-in {
  from {
    opacity: 0;
    transform: translateY(20px) rotate(-2deg);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
@keyframes mini-arrives {
  from {
    opacity: 0;
    transform: translateX(-38%) translateY(12px) rotate(0deg);
  }
  to {
    opacity: 1;
    transform: translateX(-50%) rotate(-4deg);
  }
}
@keyframes left-bloom {
  from {
    opacity: 0;
    transform: translate(-25px, 30px) rotate(-32deg);
  }
  to {
    opacity: 1;
    transform: rotate(-24deg);
  }
}
@keyframes right-bloom {
  from {
    opacity: 0;
    transform: translate(25px, -15px) rotate(16deg);
  }
  to {
    opacity: 1;
    transform: rotate(8deg);
  }
}
@keyframes answer-in {
  from {
    opacity: 0;
    transform: translateY(-5px);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
@keyframes page-out {
  to {
    opacity: 0;
    transform: translateY(-10px);
  }
}
@keyframes page-in {
  from {
    opacity: 0;
    transform: translateY(14px);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
@media (max-width: 1150px) {
  :root {
    --gutter: 32px;
  }
  .site-nav {
    gap: 24px;
  }
  .poster-scene {
    margin-top: -70px;
    height: 300px;
  }
  .poster-car {
    width: 600px;
    top: 0;
  }
  .bloom-left {
    width: 350px;
    left: -150px;
    top: 20px;
  }
  .bloom-right {
    width: 290px;
    right: -120px;
    top: -100px;
  }
  .poster-bottom {
    gap: 30px;
    grid-template-columns: 1.1fr 1fr 150px;
    margin-top: 8px;
  }
  .book-seal {
    width: 145px;
    height: 145px;
  }
  .book-seal span {
    font-size: 20px;
  }
  .poster-bottom h1 {
    font-size: 25px;
  }
  .poster-bottom > p {
    font-size: 13px;
  }
  .poster-orbit {
    width: 450px;
    height: 230px;
    top: 90px;
  }
  .menu-layout {
    gap: 50px;
  }
  .section {
    padding: 85px 0;
  }
  .menu-stage .flower-mark {
    width: 85px;
    height: 85px;
  }
  .stage-scene > span {
    font-size: 38px;
  }
  .stage-caption {
    bottom: 20px;
  }
  .statement-flower {
    width: 550px;
    right: -180px;
    top: -65px;
  }
  .footer-top {
    gap: 40px;
  }
  .footer-brand {
    flex-direction: column;
    gap: 12px;
  }
  .footer-brand p {
    margin-top: 0;
  }

  .contact-layout {
    gap: 55px;
  }
  .enquiry-panel {
    padding: 35px 28px 25px;
  }
  .contact-flower {
    left: -55px;
    width: 300px;
  }
  .contact-still-life > span {
    font-size: 37px;
  }
  .faq-layout {
    gap: 70px;
    grid-template-columns: 230px 1fr;
  }
  .faq-cover-grid {
    gap: 25px;
  }
  .question-flower {
    width: 270px;
    right: -140px;
  }
  .question-art > span {
    font-size: 360px;
  }
  .question-art {
    height: 310px;
  }
  .narrative {
    gap: 70px;
  }

  .closing-link {
    gap: 35px;
    grid-template-columns: 1fr 145px;
  }
  .closing-arrow {
    width: 135px;
    height: 135px;
  }
  .cover-flower {
    right: -195px;
    width: 300px;
    top: 0;
  }
}
@media (max-width: 800px) {
  :root {
    --gutter: 25px;
  }
  .header-inner {
    min-height: 80px;
    flex-wrap: wrap;
    gap: 0;
  }
  .brand-name {
    font-size: 38px;
  }
  .brand-sub {
    font-size: 8px;
  }
  .menu-toggle {
    display: flex;
    align-items: center;
    gap: 12px;
    background: transparent;
    padding: 14px 0 14px 14px;
    font-size: 14px;
    font-weight: 600;
  }
  .menu-lines {
    width: 23px;
    height: 15px;
    position: relative;
  }
  .menu-lines::before,
  .menu-lines::after {
    content: "";
    position: absolute;
    left: 0;
    width: 23px;
    height: 1px;
    background: var(--grape);
    transition: transform 0.25s var(--ease);
  }
  .menu-lines::before {
    top: 4px;
  }
  .menu-lines::after {
    top: 11px;
  }
  .menu-toggle[aria-expanded="true"] .menu-lines::before {
    transform: translateY(3.5px) rotate(45deg);
  }
  .menu-toggle[aria-expanded="true"] .menu-lines::after {
    transform: translateY(-3.5px) rotate(-45deg);
  }
  .site-nav {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 10px 24px;
    padding: 20px 0;
  }
  .site-nav .nav-book {
    padding: 12px 20px;
  }
  .js .site-nav {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    width: 100%;
    background: var(--grape);
    color: var(--paper);
    padding: 24px var(--gutter) 30px;
    border-top: 1px solid var(--line);
    box-shadow: 0 18px 25px rgba(41, 18, 61, 0.1);
  }
  .js .site-nav.is-open {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0 25px;
  }
  .js .site-nav > a:not(.nav-book) {
    font-size: 25px;
    letter-spacing: -0.025em;
    padding: 16px 0;
    border-bottom: 1px solid rgba(255, 252, 247, 0.22);
  }
  .js .site-nav > a:not(.nav-book)::after {
    bottom: 8px;
    width: 22px;
    height: 3px;
    background: var(--yellow);
  }
  .js .site-nav .nav-book {
    grid-column: 1 / span 2;
    background: var(--yellow);
    color: var(--grape);
    justify-content: space-between;
    margin-top: 20px;
    min-height: 52px;
  }
  .js .site-nav :focus-visible {
    outline-color: var(--yellow);
  }
  .poster-hero {
    padding-top: 25px;
  }
  .poster-kicker {
    font-size: 11px;
  }
  .poster-kicker > span:last-child {
    display: none;
  }
  .poster-wordmark {
    font-size: 27vw;
    line-height: 1.03;
    padding: 5px 0 10px;
    margin: 0 -10px;
  }
  .poster-scene {
    margin-top: -45px;
    height: 280px;
  }
  .poster-car {
    width: 500px;
    max-width: 78%;
    top: 5px;
  }
  .poster-orbit {
    width: 380px;
    max-width: 78%;
    height: 180px;
    top: 65px;
  }
  .bloom-left {
    width: 265px;
    left: -135px;
    top: 55px;
  }
  .bloom-right {
    width: 230px;
    right: -100px;
    top: -65px;
  }
  .poster-bottom {
    grid-template-columns: 1fr 130px;
    gap: 22px;
    align-items: center;
    margin-top: 35px;
  }
  .poster-bottom > p {
    grid-column: 1;
    grid-row: 2;
    justify-self: start;
    max-width: 100%;
    font-size: 14px;
  }
  .poster-bottom > p br {
    display: none;
  }
  .poster-bottom h1 {
    font-size: 28px;
    max-width: 360px;
  }
  .book-seal {
    grid-column: 2;
    grid-row: 1 / span 2;
    width: 125px;
    height: 125px;
  }
  .book-seal span {
    font-size: 18px;
  }
  .hero-scroll {
    margin-top: 28px;
  }

  .menu-layout {
    grid-template-columns: 0.72fr 1fr;
    gap: 30px;
  }
  .stage-scene > span {
    font-size: 28px;
  }
  .stage-caption {
    font-size: 9px;
    bottom: 12px;
  }
  .menu-stage {
    border-width: 5px;
  }
  .menu-stage .flower-mark {
    width: 60px;
    height: 60px;
    top: 0;
    right: -5px;
  }
  .menu-row {
    padding: 14px 0;
  }
  .menu-row-name {
    font-size: 30px;
  }
  .menu-row-note {
    font-size: 10px;
  }
  .menu-row > .arrow {
    width: 25px;
    height: 25px;
  }
  .menu-foot {
    font-size: 12px;
    gap: 20px;
  }
  .home-statement {
    padding: 65px 0;
  }
  .statement-inner h2 {
    font-size: 11vw;
  }
  .statement-flower {
    width: 430px;
    right: -155px;
    top: -55px;
  }
  .statement-copy {
    margin-top: 40px;
    gap: 35px;
  }
  .statement-copy > p {
    font-size: 17px;
    max-width: 360px;
  }
  .statement-copy .button {
    font-size: 13px;
    padding: 14px 18px;
    gap: 20px;
  }

  .closing {
    padding: 55px 0 25px;
  }
  .closing-link {
    grid-template-columns: 1fr 105px;
    gap: 25px;
    padding-bottom: 35px;
  }
  .closing-link h2 {
    font-size: 7.8vw;
  }
  .closing-arrow {
    width: 100px;
    height: 100px;
  }
  .closing-arrow .arrow {
    width: 48px;
    height: 48px;
  }
  .footer-top {
    grid-template-columns: 1fr 1fr;
    gap: 35px;
  }
  .footer-brand {
    grid-column: 1 / span 2;
    flex-direction: row;
    gap: 35px;
    align-items: center;
  }
  .footer-top nav {
    font-size: 14px;
  }
  .footer-contact {
    font-size: 13px;
  }
  .mobile-book {
    position: fixed;
    z-index: 40;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 10px var(--gutter) calc(10px + env(safe-area-inset-bottom));
    background: var(--paper);
    border-top: 1px solid var(--line);
    transform: translateY(110%);
    visibility: hidden;
    transition:
      transform 0.3s var(--ease),
      visibility 0.3s;
    display: block;
  }
  .mobile-book.is-visible {
    visibility: visible;
    transform: none;
  }
  .mobile-book > a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: var(--grape);
    color: var(--paper);
    padding: 12px 22px;
    border-radius: 40px;
    font-size: 14px;
    font-weight: 500;
  }
  .page-index .site-footer,
  .page-about .site-footer,
  .page-faq .site-footer,
  .page-services .site-footer {
    padding-bottom: 100px;
  }
  .menu-cover {
    padding: 30px 0 45px;
  }
  .menu-cover h1 {
    font-size: 13vw;
    margin: 28px 0 30px;
  }
  .cover-top {
    font-size: 11px;
  }
  .cover-bottom {
    gap: 30px;
  }
  .cover-bottom > p {
    font-size: 15px;
    max-width: 380px;
  }
  .cover-bottom .text-link {
    font-size: 12px;
  }
  .cover-flower {
    width: 200px;
    right: -125px;
    top: 15px;
  }

  .about-cover {
    padding-top: 35px;
  }
  .about-cover h1 {
    font-size: 8.5vw;
  }
  .about-window {
    height: 390px;
    margin-top: 35px;
  }
  .window-car {
    width: 490px;
    left: 20px;
    top: 0;
  }
  .window-flowers {
    width: 400px;
    right: -95px;
    top: -10px;
  }
  .window-sun {
    width: 320px;
    height: 320px;
  }
  .window-caption {
    font-size: 24px;
  }
  .narrative {
    gap: 40px;
  }
  .narrative h2 {
    font-size: 39px;
  }
  .narrative .large-copy {
    font-size: 20px;
  }
  .narrative p:not(.large-copy) {
    font-size: 14px;
  }

  .faq-cover {
    padding: 50px 0;
  }
  .faq-cover-grid {
    grid-template-columns: 1.25fr 0.65fr;
    gap: 25px;
  }
  .faq-cover h1 {
    font-size: 9vw;
  }
  .faq-cover .large-copy {
    font-size: 17px;
    margin-top: 25px;
  }
  .question-art {
    height: 260px;
  }
  .question-art > span {
    font-size: 300px;
  }
  .question-flower {
    width: 230px;
    right: -130px;
    top: 0;
  }
  .faq-layout {
    grid-template-columns: 180px 1fr;
    gap: 45px;
  }
  .faq-aside h2 {
    font-size: 25px;
  }
  .faq-aside nav {
    font-size: 13px;
    gap: 15px;
  }
  .faq-group h2 {
    font-size: 28px;
  }
  .faq-group summary {
    font-size: 16px;
    padding: 20px 0;
    gap: 18px;
  }
  .faq-answer {
    padding-right: 20px;
    font-size: 14px;
  }
  .contact-section {
    padding: 40px 0 60px;
  }
  .contact-layout {
    grid-template-columns: 0.8fr 1.2fr;
    gap: 35px;
  }
  .contact-intro h1 {
    font-size: 8.5vw;
  }
  .contact-intro .large-copy {
    font-size: 17px;
    margin-top: 25px;
  }
  .direct-contact {
    font-size: 13px;
  }
  .contact-still-life {
    height: 270px;
  }
  .contact-flower {
    width: 230px;
    left: -55px;
  }
  .contact-still-life > span {
    font-size: 29px;
    right: -5px;
    bottom: 5px;
  }
  .enquiry-panel {
    padding: 30px 24px 24px;
    box-shadow: 8px 8px 0 rgba(67, 24, 120, 0.1);
  }
  .enquiry-panel h2 {
    font-size: 27px;
  }
  .form-grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }
  .field.full {
    grid-column: 1;
  }
  .enquiry-panel form > p:not(.required-note) {
    font-size: 13px;
  }
  .form-actions .button {
    padding: 14px 20px;
    font-size: 13px;
    gap: 15px;
  }
  .detour-scene {
    height: 360px;
  }
  .detour-number {
    font-size: 320px;
  }
  .detour-car {
    width: 380px;
    top: 95px;
  }
  .detour-flower {
    width: 220px;
    right: -50px;
    top: 40px;
  }
}
@media (max-width: 540px) {
  :root {
    --gutter: 22px;
  }
  body {
    font-size: 15px;
  }
  .section {
    padding: 65px 0;
  }
  .header-inner {
    min-height: 74px;
  }
  .brand-name {
    font-size: 35px;
  }
  .brand-sub {
    font-size: 7px;
  }
  .poster-hero {
    padding-top: 20px;
    padding-bottom: 18px;
  }
  .poster-kicker {
    font-size: 11px;
    justify-content: center;
  }
  .poster-wordmark {
    font-size: 29vw;
    line-height: 1.07;
    padding: 2px 0 8px;
    margin: 3px -10px 0;
  }
  .poster-scene {
    height: 235px;
    margin-top: -20px;
  }
  .poster-car {
    width: 420px;
    max-width: 105%;
    top: 5px;
  }
  .poster-orbit {
    width: 310px;
    max-width: 95%;
    height: 160px;
    top: 35px;
  }
  .bloom-left {
    width: 195px;
    left: -115px;
    top: 48px;
    z-index: 4;
  }
  .bloom-right {
    width: 170px;
    right: -95px;
    top: -68px;
  }
  .poster-bottom {
    grid-template-columns: minmax(0, 1fr) 104px;
    gap: 17px 10px;
    margin-top: 35px;
  }
  .poster-bottom h1 {
    font-size: 22px;
    line-height: 1.17;
    max-width: 250px;
  }
  .poster-bottom > p {
    font-size: 12px;
    line-height: 1.55;
    max-width: 240px;
  }
  .book-seal {
    width: 103px;
    height: 103px;
    gap: 6px;
  }
  .book-seal span {
    font-size: 15px;
  }
  .book-seal::after {
    inset: 7px;
  }
  .book-seal .arrow {
    width: 21px;
    height: 21px;
  }
  .hero-scroll {
    font-size: 10px;
    margin-top: 22px;
  }
  .hero-scroll span {
    font-size: 16px;
  }

  .menu-layout {
    display: block;
  }
  .menu-stage {
    display: none;
  }
  .menu-row {
    grid-template-columns: 1fr 32px 25px;
    gap: 0 15px;
    padding: 21px 0;
  }
  .menu-row-name {
    font-size: 33px;
  }
  .menu-row-note {
    font-size: 11px;
    grid-column: 1;
  }
  .menu-row > .service-icon {
    display: block;
    width: 29px;
    height: 29px;
    grid-column: 2;
    grid-row: 1 / span 2;
    stroke-width: 1.3;
  }
  .menu-row > .arrow {
    grid-column: 3;
    width: 23px;
    height: 23px;
  }
  .menu-row:hover .menu-row-name,
  .menu-row:focus-visible .menu-row-name {
    transform: translateX(5px);
  }
  .menu-foot {
    align-items: flex-start;
    flex-direction: column;
    gap: 10px;
    margin-top: 28px;
    font-size: 13px;
  }
  .home-statement {
    padding: 55px 0 50px;
  }
  .statement-inner h2 {
    font-size: 17vw;
    line-height: 1;
    letter-spacing: -0.06em;
    max-width: 330px;
  }
  .statement-flower {
    width: 170px;
    right: -60px;
    top: auto;
    bottom: -90px;
    z-index: 1;
  }
  .statement-copy {
    display: block;
    margin-top: 30px;
  }
  .statement-copy > p {
    font-size: 16px;
    max-width: 290px;
  }
  .statement-copy .button {
    margin-top: 25px;
  }

  .closing {
    padding: 40px 0 22px;
  }
  .closing-inner > p {
    font-size: 11px;
    margin-bottom: 24px;
  }
  .closing-link {
    grid-template-columns: minmax(0, 1fr) 62px;
    gap: 15px;
    padding-bottom: 30px;
  }
  .closing-link h2 {
    font-size: 10vw;
    line-height: 1.13;
  }
  .closing-arrow {
    width: 62px;
    height: 62px;
  }
  .closing-arrow .arrow {
    width: 32px;
    height: 32px;
  }
  .closing-bottom {
    font-size: 10px;
    gap: 15px;
    padding-top: 18px;
  }
  .closing-bottom .flower-mark {
    display: none;
  }
  .closing-bottom > span:last-child {
    text-align: right;
  }
  .site-footer {
    padding-top: 38px;
  }
  .footer-top {
    gap: 30px 20px;
    grid-template-columns: 0.9fr 1.1fr;
  }
  .footer-brand {
    gap: 30px;
  }
  .footer-brand p {
    font-size: 11px;
  }
  .footer-top nav {
    font-size: 12px;
    gap: 9px;
  }
  .footer-contact > p:first-child {
    font-size: 13px;
  }
  .footer-contact > a {
    font-size: 11px;
  }
  .footer-contact [data-area-copy] {
    font-size: 11px;
    line-height: 1.5;
  }
  .footer-bottom {
    font-size: 10px;
    gap: 20px;
    align-items: center;
  }
  .footer-bottom > span {
    max-width: 205px;
  }
  .footer-bottom > a {
    white-space: nowrap;
  }
  .mobile-book {
    padding-left: 15px;
    padding-right: 15px;
  }
  .menu-cover {
    padding: 26px 0 35px;
  }
  .cover-top {
    font-size: 11px;
  }
  .cover-top > p:last-child {
    display: none;
  }
  .menu-cover h1 {
    font-size: 19vw;
    line-height: 1.05;
    max-width: 310px;
    margin: 27px 0 32px;
  }
  .cover-bottom {
    display: block;
  }
  .cover-bottom > p {
    font-size: 14px;
    max-width: 280px;
  }
  .cover-bottom > p br {
    display: none;
  }
  .cover-bottom .text-link {
    margin-top: 23px;
    font-size: 12px;
  }
  .cover-flower {
    width: 190px;
    right: -130px;
    top: 40px;
  }

  .about-cover {
    padding-top: 30px;
  }
  .cover-label {
    font-size: 11px;
    margin-bottom: 22px;
  }
  .about-cover h1 {
    font-size: 10.5vw;
    line-height: 1.04;
    margin-inline: -5px;
  }
  .about-window {
    height: 310px;
    width: calc(100% + 4px);
    max-width: none;
    margin: 30px -2px 0;
  }
  .window-sun {
    width: 230px;
    height: 230px;
    top: 30px;
  }
  .window-flowers {
    width: 275px;
    right: -100px;
    top: 0;
  }
  .window-car {
    width: 330px;
    max-width: 100%;
    left: 0;
    top: 20px;
  }
  .window-caption {
    font-size: 20px;
    padding: 12px;
  }
  .narrative {
    display: block;
  }
  .narrative h2 {
    font-size: 38px;
    margin-bottom: 30px;
  }
  .narrative h2 br {
    display: initial;
  }
  .narrative .large-copy {
    font-size: 20px;
  }
  .narrative p:not(.large-copy) {
    font-size: 15px;
  }

  .faq-cover {
    padding: 35px 0 45px;
  }
  .faq-cover-grid {
    display: block;
    position: relative;
  }
  .faq-cover h1 {
    font-size: 16vw;
    position: relative;
    z-index: 2;
  }
  .faq-cover .large-copy {
    font-size: 16px;
    margin-top: 24px;
    max-width: 270px;
    position: relative;
    z-index: 2;
  }
  .question-art {
    position: absolute;
    right: -45px;
    top: -10px;
    width: 100px;
    height: 130px;
  }
  .question-art > span {
    font-size: 140px;
    opacity: 0.4;
  }
  .question-flower {
    width: 120px;
    max-width: none;
    right: -58px;
    top: 100px;
    opacity: 1;
  }
  .faq-layout {
    display: block;
  }
  .faq-aside {
    position: static;
    margin-bottom: 38px;
  }
  .faq-aside h2 {
    font-size: 25px;
    margin-bottom: 20px;
  }
  .faq-aside h2 br {
    display: none;
  }
  .faq-aside nav {
    display: flex;
    flex-wrap: wrap;
    gap: 8px 18px;
    font-size: 12px;
  }
  .faq-aside nav a {
    border-bottom: 1px solid var(--line);
    padding-bottom: 5px;
  }
  .faq-aside > p,
  .faq-aside > .text-link {
    display: none;
  }
  .faq-group h2 {
    font-size: 29px;
    margin-bottom: 18px;
  }
  .faq-group + .faq-group {
    margin-top: 45px;
  }
  .faq-group summary {
    font-size: 16px;
    padding: 21px 0;
  }
  .faq-answer {
    font-size: 14px;
    padding: 0 20px 24px 0;
  }
  .contact-section {
    padding: 32px 0 45px;
  }
  .contact-layout {
    display: block;
  }
  .contact-intro {
    padding-bottom: 35px;
  }
  .contact-intro h1 {
    font-size: 18vw;
    position: relative;
    z-index: 2;
  }
  .contact-intro .large-copy {
    font-size: 16px;
    max-width: 280px;
    margin-top: 20px;
    position: relative;
    z-index: 2;
  }
  .direct-contact {
    font-size: 14px;
    margin-top: 24px;
    position: relative;
    z-index: 2;
  }
  .direct-contact > span {
    font-size: 11px;
  }
  .contact-still-life {
    position: absolute;
    right: -10px;
    top: 20px;
    width: 100px;
    height: 150px;
    margin: 0;
  }
  .contact-flower {
    width: 180px;
    max-width: none;
    left: 25px;
    top: 0;
    transform: rotate(5deg);
  }
  .contact-still-life > span {
    display: none;
  }
  .enquiry-panel {
    padding: 30px 23px 24px;
    box-shadow: 7px 7px 0 rgba(67, 24, 120, 0.12);
  }
  .enquiry-panel h2 {
    font-size: 29px;
  }
  .required-note {
    margin-top: 22px;
  }
  .field label {
    font-size: 12px;
  }
  .form-grid {
    gap: 21px;
  }
  .form-actions .button {
    font-size: 14px;
  }
  .form-actions > p {
    font-size: 11px;
  }
  .enquiry-result {
    padding: 20px 17px;
  }
  .enquiry-result h3 {
    font-size: 22px;
  }
  .result-actions {
    gap: 20px;
  }
  .detour {
    padding-top: 30px;
    padding-bottom: 55px;
  }
  .detour-scene {
    height: 245px;
    margin-top: 18px;
  }
  .detour-number {
    font-size: 61vw;
    letter-spacing: -0.1em;
    margin-left: -10px;
  }
  .detour-car {
    width: 270px;
    max-width: 95%;
    top: 60px;
  }
  .detour-flower {
    width: 150px;
    right: -70px;
    top: 15px;
  }
  .detour h1 {
    font-size: 47px;
  }
  .detour > div > p:not(.cover-label) {
    font-size: 14px;
    margin-top: 17px;
  }
  .error-actions {
    gap: 12px;
    margin-top: 25px;
  }
  .error-actions .button {
    font-size: 13px;
    min-height: 51px;
  }
}
@media (max-width: 360px) {
  :root {
    --gutter: 18px;
  }
  .poster-scene {
    height: 202px;
  }
  .poster-bottom h1 {
    font-size: 20px;
  }
  .poster-bottom > p {
    font-size: 11px;
  }
  .poster-bottom {
    grid-template-columns: minmax(0, 1fr) 91px;
    margin-top: 32px;
  }
  .book-seal {
    width: 90px;
    height: 90px;
  }
  .book-seal span {
    font-size: 13px;
  }
  .poster-car {
    top: 0;
  }
  .menu-row-name {
    font-size: 29px;
  }
  .menu-row {
    column-gap: 10px;
  }
  .menu-row-note {
    font-size: 10px;
  }

  .contact-intro .large-copy {
    max-width: 260px;
  }
  .enquiry-panel {
    padding: 27px 19px 22px;
  }
  .form-actions .button {
    font-size: 12px;
  }

  .question-art {
    right: -53px;
  }
  .detour-scene {
    height: 218px;
  }
}
/* Brochure-led material and composition. Layer scale: art 0, copy 1,
   sticky contents 20, mobile booking 40, header 50, skip link 200. */
.header-inner {
  min-height: 80px;
}
.poster-hero,
.faq-cover,
.contact-section,
.detour {
  background-image:
    linear-gradient(rgba(255, 252, 247, 0.57), rgba(255, 252, 247, 0.57)),
    url("assets/watercolour-paper.webp");
  background-size: cover;
  background-position: center;
}
.poster-hero {
  background-color: var(--paper);
}
.poster-orbit {
  background: var(--blossom);
}
.section-heading {
  display: block;
  margin-bottom: 48px;
}
.section-heading h2 {
  font-size: clamp(2.5rem, 4.7vw, 4.5rem);
  max-width: 850px;
}
.section-heading > p {
  font-size: 17px;
  line-height: 1.5;
  max-width: 470px;
  margin-top: 22px;
}
.menu-stage {
  border-radius: 48% 48% 4px 4px;
  border: 1px solid rgba(67, 24, 120, 0.15);
}
.stage-caption {
  letter-spacing: 0.03em;
}
.menu-foot {
  border-bottom: 1px dashed var(--line);
  padding-bottom: 20px;
}

/* One printed appointment slip makes the sequence feel personal. */
.journey {
  background:
    linear-gradient(rgba(255, 252, 247, 0.62), rgba(255, 252, 247, 0.62)),
    url("assets/watercolour-paper.webp") center/cover;
  padding: 115px 0 125px;
}
.journey-layout {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 100px;
  align-items: center;
}
.journey-intro h2 {
  font-size: clamp(3rem, 5.8vw, 5.5rem);
  color: var(--grape);
}
.journey-intro > p {
  max-width: 350px;
  font-size: 18px;
  margin-top: 26px;
}
.journey-mini {
  width: 440px;
  margin: 20px 0 -25px -40px;
  transform: rotate(-7deg);
}
.journey-ticket {
  position: relative;
  background: var(--paper);
  border: 1px solid var(--grape);
  box-shadow:
    9px 12px 0 var(--blossom),
    10px 13px 0 var(--grape);
  transform: rotate(1.5deg);
  padding: 0 38px 28px;
}
.ticket-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 18px 0;
  color: var(--grape);
  border-bottom: 1px dashed var(--grape);
  font-size: 14px;
}
.ticket-heading > span:last-child {
  font-size: 30px;
  line-height: 1;
  color: var(--pink);
}
.steps {
  list-style: none;
  margin: 0;
  padding: 8px 0;
}
.steps li {
  position: relative;
  padding: 26px 0 26px 68px;
}
.steps li + li {
  border-top: 1px solid var(--line);
}
.step-number {
  position: absolute;
  left: 0;
  top: 22px;
  color: var(--pink);
  font:
    400 54px/1.1 Lobster,
    cursive;
}
.steps h3 {
  font-size: 26px;
  margin: 0 0 12px;
}
.steps p {
  color: var(--muted);
  font-size: 15px;
  max-width: 380px;
}
.ticket-signoff {
  border-top: 1px dashed var(--grape);
  padding-top: 23px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
.ticket-signoff > span {
  font:
    400 25px/1.2 Lobster,
    cursive;
  color: var(--grape);
}
.ticket-signoff > a {
  font-size: 12px;
  gap: 10px;
}

/* A menu arranged in spreads, not six repetitions of one template. */
.service-book {
  display: block;
  padding-top: 0;
}
.book-contents {
  position: sticky;
  top: 80px;
  z-index: 20;
  background: var(--paper);
  padding: 22px 0;
  margin-bottom: 38px;
  border-bottom: 1px solid var(--line);
}
.book-contents > p,
.contents-help {
  display: none;
}
.book-contents nav {
  display: flex;
  justify-content: space-between;
  gap: 12px;
}
.book-contents nav a {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 14px;
  font-weight: 500;
  padding: 9px 15px;
  border-radius: 40px;
  transition:
    background 0.2s,
    color 0.2s;
}
.book-contents nav a[aria-current="location"] {
  color: var(--paper);
  background: var(--grape);
}
.book-contents nav a:hover {
  background: var(--blossom);
  color: var(--grape);
}
.book-contents nav .arrow {
  width: 16px;
  height: 16px;
}
.book-chapters {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 42px;
  align-items: start;
}
.service-chapter {
  position: relative;
  scroll-margin-top: 80px;
  color: var(--grape);
  min-width: 0;
}
.chapter-art {
  position: relative;
}
.chapter-art h2 {
  font:
    400 clamp(3.5rem, 6vw, 6rem)/1.12 Lobster,
    cursive;
  letter-spacing: -0.025em;
  position: relative;
  z-index: 1;
}
.tool-disc {
  width: 260px;
  height: 260px;
}
.tool-disc .tool-art {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: transform 0.6s var(--ease);
}
.service-chapter:hover .tool-art,
.service-chapter:focus-within .tool-art {
  transform: rotate(7deg) translateY(-4px);
}
.service-description {
  position: relative;
  z-index: 1;
}
.service-description h3 {
  font-size: 30px;
  max-width: 350px;
  margin-bottom: 18px;
}
.service-description p {
  font-size: 15px;
  max-width: 430px;
}
.service-description ul {
  font-size: 13px;
  padding-left: 18px;
  margin: 20px 0;
}
.service-description li + li {
  margin-top: 5px;
}
.service-description .button {
  font-size: 14px;
  width: 100%;
  padding: 15px 0;
  justify-content: space-between;
  gap: 16px;
  border-bottom: 1px solid currentColor;
  border-radius: 0;
}
.service-description .button > svg {
  width: 20px;
  height: 20px;
}
.tone-cuts {
  grid-column: span 7;
  padding: 50px 42px 45px;
  background: var(--blossom);
}
.tone-cuts .chapter-art {
  min-height: 300px;
}
.tone-cuts .chapter-art h2 {
  max-width: 65%;
  font-size: clamp(4rem, 7.6vw, 7rem);
}
.tone-cuts .tool-disc {
  position: absolute;
  right: -25px;
  top: 20px;
  width: 320px;
  height: 320px;
  transform: rotate(-14deg);
}
.tone-cuts .service-description {
  max-width: 420px;
}
.tone-colour {
  grid-column: span 5;
  margin-top: 90px;
  padding: 45px 38px;
  background:
    linear-gradient(rgba(238, 230, 248, 0.72), rgba(238, 230, 248, 0.72)),
    url("assets/watercolour-paper.webp") center/cover;
}
.tone-colour .chapter-art {
  padding-bottom: 20px;
  text-align: center;
}
.tone-colour .tool-disc {
  margin: 5px auto 0;
  height: 190px;
  width: 220px;
}
.tone-colour .service-description h3 {
  font-size: 34px;
}
.tone-styling {
  grid-column: span 5;
  padding: 35px 0 40px 25px;
  margin-top: 40px;
}
.tone-styling .chapter-art {
  display: flex;
  flex-direction: column-reverse;
}
.tone-styling .tool-disc {
  width: 250px;
  height: 230px;
  margin-left: 25px;
  transform: rotate(-12deg);
}
.tone-styling .chapter-art h2 {
  margin: 15px 0 28px;
}
.tone-styling .service-description {
  max-width: 370px;
}
.tone-blow-dries {
  grid-column: span 7;
  background: var(--cobalt);
  color: var(--paper);
  margin-top: 50px;
  padding: 55px 45px 45px;
}
.tone-blow-dries .chapter-art {
  min-height: 285px;
}
.tone-blow-dries h2 {
  max-width: 360px;
  color: var(--yellow);
}
.tone-blow-dries .tool-disc {
  position: absolute;
  right: -50px;
  top: 15px;
  width: 300px;
  height: 300px;
  transform: rotate(12deg);
}
.tone-blow-dries .service-description {
  max-width: 450px;
}
.tone-highlights {
  grid-column: span 7;
  background: #fcecae;
  padding: 45px;
  margin-top: 20px;
  display: grid;
  grid-template-columns: 0.65fr 1fr;
  gap: 25px;
  align-items: center;
}
.tone-highlights .chapter-art {
  grid-column: 1 / span 2;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.tone-highlights .tool-disc {
  width: 210px;
  height: 200px;
  flex-shrink: 0;
  margin-right: -30px;
  transform: rotate(-20deg);
}
.tone-highlights .service-description {
  grid-column: 1 / span 2;
  padding-left: 18%;
  padding-bottom: 5px;
}
.tone-treatments {
  grid-column: span 5;
  background: var(--grape);
  color: var(--yellow);
  padding: 40px 35px;
  margin-top: 75px;
  overflow: hidden;
}
.tone-treatments .chapter-art {
  padding-bottom: 170px;
}
.tone-treatments h2 {
  font-size: clamp(3rem, 4.8vw, 4.7rem);
}
.tone-treatments .tool-disc {
  position: absolute;
  width: 290px;
  height: 290px;
  right: -125px;
  top: 30px;
  transform: rotate(-20deg);
}
.tone-treatments .service-description > p,
.tone-treatments .service-description ul {
  color: var(--paper);
}
.before-section {
  padding-top: 105px;
}
.before-booking {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 95px;
  padding: 45px;
  border: 1px solid var(--grape);
  background: var(--paper);
  box-shadow: 8px 8px 0 var(--lilac);
}
.before-booking h2 {
  font-size: clamp(2.4rem, 4vw, 3.8rem);
}
.before-booking h3 {
  font-size: 23px;
  margin-bottom: 12px;
}
.before-booking p {
  font-size: 15px;
  color: var(--muted);
}
.before-booking p + h3 {
  margin-top: 30px;
}

/* An open conversation, with unequal scale and a floral margin. */
.about-story {
  padding-bottom: 100px;
}
.values-section {
  background: var(--blossom);
  position: relative;
  padding: 100px 0;
  overflow: hidden;
}
.values-section > .container {
  position: relative;
  z-index: 1;
}
.values-section h2 {
  font:
    400 clamp(3rem, 6vw, 5.7rem)/1.1 Lobster,
    cursive;
  color: var(--grape);
  max-width: 850px;
}
.values-floral {
  position: absolute;
  right: -150px;
  top: -115px;
  width: 400px;
  transform: rotate(-25deg);
}
.values {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  column-gap: 100px;
  row-gap: 55px;
  margin-top: 80px;
  align-items: start;
}
.values article:first-child {
  grid-row: span 2;
  padding-top: 15px;
}
.values article:first-child h3 {
  font-size: clamp(4rem, 7.2vw, 6.7rem);
  max-width: 470px;
  line-height: 0.97;
  margin-bottom: 25px;
}
.values h3 {
  font-size: 35px;
  margin-bottom: 18px;
  color: var(--grape);
}
.values p {
  max-width: 370px;
  font-size: 17px;
}
.values article + article {
  border-top: 1px solid rgba(67, 24, 120, 0.25);
  padding-top: 27px;
}
.values article:first-child p {
  font-size: 21px;
}
.at-yours {
  background:
    linear-gradient(rgba(255, 252, 247, 0.72), rgba(255, 252, 247, 0.72)),
    url("assets/watercolour-paper.webp") center/cover;
}
.at-yours-layout {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 100px;
  align-items: center;
}
.at-yours-art {
  position: relative;
  text-align: center;
  padding: 30px 0 45px;
}
.at-yours-mini {
  transform: rotate(-8deg);
}
.at-yours-art > span {
  font:
    400 clamp(2.5rem, 4.2vw, 4rem)/1.2 Lobster,
    cursive;
  color: var(--pink);
  display: block;
  margin-top: -10px;
  transform: rotate(-8deg);
}
.at-yours-copy h2 {
  font-size: clamp(2.2rem, 3.7vw, 3.5rem);
}
.at-yours-copy p {
  margin: 26px 0;
  font-size: 17px;
  max-width: 440px;
}

/* Useful search and native disclosure, framed like a printed question sheet. */
.faq-aside {
  padding: 0 25px 30px;
  background: var(--yellow);
  top: 115px;
}
.faq-aside-art {
  width: 180px;
  height: 140px;
  object-fit: contain;
  margin: -25px 0 5px;
  transform: rotate(-12deg);
}
.faq-aside nav a {
  border-bottom: 1px solid rgba(67, 24, 120, 0.2);
  padding-bottom: 12px;
}
.faq-aside > p {
  color: var(--grape);
  margin-top: 27px;
}
.faq-answers {
  min-width: 0;
}
.answer-finder {
  margin-bottom: 48px;
}
.answer-finder label {
  display: block;
  font-size: 14px;
  font-weight: 600;
  color: var(--grape);
  margin-bottom: 10px;
}
.answer-search-row {
  position: relative;
}
.answer-search-row input {
  width: 100%;
  min-width: 0;
  min-height: 59px;
  border: 1px solid var(--grape);
  border-radius: 0;
  background: var(--paper);
  font-size: 16px;
  padding: 14px 76px 14px 18px;
}
.answer-search-row input::-webkit-search-cancel-button {
  display: none;
}
.answer-search-row button {
  position: absolute;
  right: 9px;
  top: 8px;
  min-height: 43px;
  padding: 0 12px;
  background: var(--lilac);
  color: var(--grape);
  font-size: 12px;
}
.search-status {
  font-size: 12px;
  color: var(--muted);
  margin-top: 10px;
  min-height: 20px;
}
.faq-group h2 {
  font:
    400 clamp(2.3rem, 3.6vw, 3.4rem)/1.15 Lobster,
    cursive;
  letter-spacing: -0.02em;
  margin-bottom: 24px;
}
.faq-group details {
  padding-inline: 18px;
  margin-inline: -18px;
  border-color: rgba(67, 24, 120, 0.17);
}
.faq-group details[open] {
  background: var(--lilac);
}
.faq-group summary {
  font-size: 19px;
  padding: 25px 0;
}
.faq-group summary > span {
  width: 30px;
  height: 30px;
  background: var(--blossom);
}
.faq-group summary > span::before,
.faq-group summary > span::after {
  left: 10px;
  top: 15px;
}
.faq-answer {
  padding-right: 45px;
  font-size: 16px;
}
.answer-empty {
  padding: 35px;
  background: var(--blossom);
}
.answer-empty h2 {
  font:
    400 42px/1.15 Lobster,
    cursive;
  color: var(--grape);
}
.answer-empty p {
  margin: 18px 0 22px;
  max-width: 500px;
}

/* Appointment stationery: bold letterhead, perforation, calm writing space. */
.contact-section {
  padding-top: 70px;
}
.contact-intro {
  padding-top: 18px;
}
.enquiry-panel {
  border: 1px solid var(--grape);
  border-radius: 0;
  padding-top: 0;
  box-shadow:
    10px 12px 0 var(--blossom),
    11px 13px 0 var(--grape);
}
.enquiry-letterhead {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  color: var(--grape);
  border-bottom: 1px dashed var(--grape);
  margin: 0 -42px 30px;
  padding: 20px 42px;
  background: var(--lilac);
}
.enquiry-letterhead > span:first-child {
  font:
    400 36px/1 Lobster,
    cursive;
}
.enquiry-letterhead > span:last-child {
  font-size: 12px;
}
.enquiry-panel h2 {
  font-size: 34px;
}
.field input,
.field select,
.field textarea {
  border-color: #8f7ba0;
  background: #fffcf7;
  border-radius: 0;
}
.form-actions {
  border-top: 1px dashed var(--line);
  padding-top: 25px;
}
.contact-still-life > span {
  background: var(--grape);
  color: var(--yellow);
  padding: 20px 25px;
  right: -20px;
  bottom: 15px;
  font-size: 39px;
}

/* A floral sign-off and oversized signature carry the brand to the last pixel. */
.closing {
  position: relative;
}
.closing-inner {
  position: relative;
}
.closing-inner > p,
.closing-link,
.closing-bottom {
  position: relative;
  z-index: 1;
}
.closing-flower {
  position: absolute;
  width: 330px;
  right: -155px;
  bottom: 30px;
  transform: rotate(-30deg);
  opacity: 0.85;
  pointer-events: none;
}
.closing-arrow {
  background: var(--grape);
}
.site-footer {
  overflow: hidden;
  background:
    linear-gradient(rgba(255, 252, 247, 0.8), rgba(255, 252, 247, 0.45)),
    url("assets/watercolour-paper.webp") center/cover;
}
.footer-top {
  grid-template-columns: 1fr 0.7fr 1fr;
}
.footer-brand {
  display: block;
}
.footer-brand .brand {
  align-items: flex-start;
}
.footer-brand p {
  margin-top: 20px;
  max-width: 200px;
  font-size: 14px;
}
.footer-top nav {
  font-size: 15px;
  gap: 9px;
}
.footer-contact {
  font-size: 15px;
}
.footer-contact > p:first-child {
  font-size: 24px;
  line-height: 1.15;
}
.footer-signature {
  position: relative;
  padding: 20px 0 0;
  margin-top: 20px;
}
.footer-signature > span {
  font:
    400 clamp(6rem, 23vw, 22rem)/1.17 Lobster,
    cursive;
  letter-spacing: -0.045em;
  color: var(--grape);
  display: block;
}
.footer-mini {
  position: absolute;
  width: 37%;
  max-width: 490px;
  right: -20px;
  bottom: 0;
  transform: rotate(-8deg);
}
.footer-bottom {
  margin-top: 0;
}

@media (min-width: 801px) and (max-width: 1150px) {
  .book-contents nav a {
    padding: 9px 11px;
    font-size: 13px;
    gap: 7px;
  }
  .book-chapters {
    gap: 28px;
  }
  .tone-cuts,
  .tone-blow-dries {
    padding: 35px;
  }
  .tone-colour,
  .tone-treatments {
    padding: 35px 27px;
  }
  .tone-cuts .tool-disc {
    width: 265px;
    height: 265px;
    right: -30px;
    top: 25px;
  }
  .tone-cuts .chapter-art {
    min-height: 260px;
  }
  .tone-blow-dries .tool-disc {
    width: 240px;
    height: 240px;
    right: -25px;
    top: 50px;
  }
  .tone-blow-dries .chapter-art {
    min-height: 280px;
  }
  .tone-highlights {
    padding: 35px;
  }
  .tone-highlights .chapter-art {
    display: block;
  }
  .tone-highlights .tool-disc {
    height: 140px;
    width: 170px;
    margin: 0 0 0 auto;
  }
  .tone-highlights .service-description {
    padding: 0;
  }
  .journey-layout {
    gap: 60px;
  }
  .journey-ticket {
    padding: 0 27px 25px;
  }
  .ticket-signoff {
    display: block;
  }
  .ticket-signoff > a {
    display: flex;
    margin-top: 15px;
    width: fit-content;
  }
  .values {
    column-gap: 65px;
  }
  .enquiry-letterhead {
    margin-inline: -28px;
    padding-inline: 28px;
  }
  .contact-still-life > span {
    right: 0;
    font-size: 30px;
  }
}
@media (max-width: 800px) {
  .header-inner {
    min-height: 74px;
  }
  .section-heading {
    margin-bottom: 35px;
  }
  .section-heading h2 {
    font-size: clamp(2.2rem, 5.7vw, 3.5rem);
  }
  .section-heading > p {
    font-size: 15px;
  }
  .journey {
    padding: 70px 0 80px;
  }
  .journey-layout {
    gap: 45px;
    grid-template-columns: 0.85fr 1.15fr;
  }
  .journey-intro h2 {
    font-size: 45px;
  }
  .journey-intro > p {
    font-size: 16px;
  }
  .journey-mini {
    width: 300px;
    margin-left: -25px;
  }
  .journey-ticket {
    padding: 0 23px 23px;
    transform: rotate(0.8deg);
  }
  .steps li {
    padding: 23px 0 23px 47px;
  }
  .step-number {
    font-size: 42px;
    top: 20px;
  }
  .steps h3 {
    font-size: 22px;
  }
  .steps p {
    font-size: 14px;
  }
  .ticket-signoff {
    display: block;
  }
  .ticket-signoff > a {
    display: flex;
    width: fit-content;
    margin-top: 13px;
    font-size: 13px;
  }
  .book-contents {
    position: static;
    padding: 20px 0;
    margin-bottom: 30px;
  }
  .book-contents nav {
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 8px 12px;
  }
  .book-contents nav a {
    padding: 7px 13px;
    font-size: 13px;
    background: var(--lilac);
  }
  .book-contents nav .arrow {
    display: none;
  }
  .book-chapters {
    gap: 25px;
  }
  .service-chapter {
    scroll-margin-top: 0;
  }
  .chapter-art h2 {
    font-size: 53px;
  }
  .tone-cuts,
  .tone-colour,
  .tone-styling,
  .tone-blow-dries,
  .tone-highlights,
  .tone-treatments {
    grid-column: span 6;
    margin-top: 0;
    padding: 30px 25px;
  }
  .tone-cuts .chapter-art h2 {
    font-size: 60px;
    max-width: none;
  }
  .tone-cuts .tool-disc,
  .tone-blow-dries .tool-disc {
    position: static;
    width: 210px;
    height: 210px;
    margin: auto;
  }
  .tone-cuts .chapter-art,
  .tone-blow-dries .chapter-art {
    min-height: 0;
  }
  .tone-colour {
    margin-top: 60px;
  }
  .tone-colour .tool-disc {
    width: 200px;
    height: 170px;
  }
  .tone-colour .chapter-art {
    padding-bottom: 20px;
  }
  .tone-colour .service-description h3 {
    font-size: 26px;
  }
  .service-description h3 {
    font-size: 26px;
  }
  .service-description p {
    font-size: 14px;
  }
  .service-description .button {
    font-size: 13px;
  }
  .tone-styling .tool-disc {
    height: 180px;
    width: 210px;
    margin: 0;
  }
  .tone-styling .chapter-art h2 {
    margin-bottom: 20px;
  }
  .tone-blow-dries {
    margin-top: 45px;
  }
  .tone-highlights {
    display: block;
  }
  .tone-highlights .chapter-art {
    display: block;
  }
  .tone-highlights .tool-disc {
    width: 200px;
    height: 170px;
    margin: auto;
  }
  .tone-highlights .service-description {
    padding: 0;
  }
  .tone-treatments {
    margin-top: 50px;
  }
  .tone-treatments h2 {
    font-size: 45px;
  }
  .tone-treatments .tool-disc {
    width: 230px;
    height: 230px;
    right: -115px;
    top: 20px;
  }
  .tone-treatments .chapter-art {
    padding-bottom: 160px;
  }
  .before-booking {
    gap: 35px;
    padding: 30px;
  }
  .before-booking h2 {
    font-size: 32px;
  }
  .before-booking h3 {
    font-size: 20px;
  }
  .before-booking p {
    font-size: 14px;
  }
  .values-section {
    padding: 65px 0;
  }
  .values-section h2 {
    font-size: 55px;
    max-width: 520px;
  }
  .values-floral {
    width: 320px;
    right: -170px;
    top: -110px;
  }
  .values {
    column-gap: 55px;
    row-gap: 35px;
    margin-top: 55px;
  }
  .values article:first-child h3 {
    font-size: 61px;
  }
  .values h3 {
    font-size: 28px;
  }
  .values p {
    font-size: 15px;
  }
  .values article:first-child p {
    font-size: 18px;
  }
  .at-yours-layout {
    gap: 40px;
  }
  .at-yours-copy h2 {
    font-size: 32px;
  }
  .at-yours-copy p {
    font-size: 15px;
  }
  .at-yours-art > span {
    font-size: 34px;
  }
  .faq-layout {
    grid-template-columns: 190px minmax(0, 1fr);
    gap: 45px;
  }
  .faq-aside {
    padding: 0 20px 25px;
  }
  .faq-aside-art {
    width: 150px;
    height: 120px;
  }
  .faq-aside h2 {
    font-size: 25px;
  }
  .faq-group h2 {
    font-size: 34px;
  }
  .faq-group summary {
    font-size: 17px;
  }
  .faq-answer {
    font-size: 15px;
    padding-right: 20px;
  }
  .answer-search-row input {
    font-size: 14px;
  }
  .contact-section {
    padding-top: 40px;
  }
  .contact-layout {
    gap: 35px;
  }
  .enquiry-panel {
    padding-top: 0;
  }
  .enquiry-letterhead {
    margin-inline: -24px;
    padding: 18px 24px;
  }
  .enquiry-letterhead > span:first-child {
    font-size: 30px;
  }
  .enquiry-letterhead > span:last-child {
    font-size: 10px;
  }
  .enquiry-panel h2 {
    font-size: 28px;
  }
  .contact-still-life > span {
    right: -10px;
    font-size: 26px;
    padding: 15px;
  }
  .footer-top {
    grid-template-columns: 1fr 1fr;
  }
  .footer-brand {
    grid-column: 1 / span 2;
    display: flex;
    gap: 35px;
    align-items: center;
  }
  .footer-brand p {
    margin-top: 0;
  }
  .footer-signature {
    margin-top: 25px;
    padding-top: 0;
  }
  .footer-mini {
    right: -30px;
    width: 39%;
    bottom: 0;
  }
  .closing-flower {
    width: 250px;
    right: -150px;
    bottom: 10px;
  }
}
@media (max-width: 540px) {
  .poster-hero,
  .faq-cover,
  .contact-section,
  .detour {
    background-position: 35% center;
  }
  .section-heading h2 {
    font-size: 36px;
  }
  .section-heading > p {
    font-size: 14px;
    max-width: 300px;
  }
  .journey {
    padding: 58px 0 65px;
  }
  .journey-layout {
    display: block;
  }
  .journey-intro {
    position: relative;
    padding-bottom: 120px;
  }
  .journey-intro h2 {
    font-size: 43px;
  }
  .journey-intro > p {
    font-size: 15px;
    margin-top: 20px;
    max-width: 290px;
  }
  .journey-mini {
    position: absolute;
    width: 220px;
    right: -20px;
    bottom: -8px;
    margin: 0;
  }
  .journey-ticket {
    transform: none;
    padding: 0 22px 25px;
    box-shadow:
      6px 8px 0 var(--blossom),
      7px 9px 0 var(--grape);
  }
  .ticket-heading {
    padding: 16px 0;
  }
  .steps h3 {
    font-size: 24px;
  }
  .steps p {
    font-size: 14px;
  }
  .ticket-signoff {
    display: block;
  }
  .book-contents {
    margin-bottom: 0;
    padding: 18px var(--gutter) 22px;
    border: 0;
  }
  .book-contents nav {
    gap: 8px;
  }
  .book-contents nav a {
    font-size: 12px;
    padding: 6px 12px;
  }
  .book-chapters {
    display: block;
    padding: 0 var(--gutter);
  }
  .service-chapter {
    padding: 30px 25px;
    margin-bottom: 25px;
  }
  .chapter-art h2 {
    font-size: 55px;
  }
  .tone-cuts .chapter-art {
    min-height: 185px;
  }
  .tone-cuts .chapter-art h2 {
    font-size: 61px;
    max-width: 170px;
  }
  .tone-cuts .tool-disc {
    position: absolute;
    right: -15px;
    top: 35px;
    width: 175px;
    height: 175px;
  }
  .tone-colour,
  .tone-blow-dries,
  .tone-treatments {
    margin-top: 0;
  }
  .tone-colour .chapter-art {
    text-align: left;
  }
  .tone-colour .tool-disc {
    width: 200px;
    height: 145px;
    margin: 5px 0 0 auto;
  }
  .tone-colour .service-description h3,
  .service-description h3 {
    font-size: 26px;
  }
  .tone-styling {
    padding-top: 0;
  }
  .tone-styling .chapter-art {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    gap: 5px;
    margin-bottom: 20px;
  }
  .tone-styling .chapter-art h2 {
    margin: 0;
  }
  .tone-styling .tool-disc {
    width: 125px;
    height: 160px;
    flex-shrink: 0;
  }
  .tone-blow-dries .chapter-art {
    min-height: 195px;
  }
  .tone-blow-dries h2 {
    max-width: 200px;
  }
  .tone-blow-dries .tool-disc {
    position: absolute;
    width: 175px;
    height: 175px;
    right: -27px;
    top: 55px;
  }
  .tone-highlights .tool-disc {
    height: 150px;
    width: 190px;
    margin-left: auto;
    margin-right: -5px;
  }
  .tone-highlights .chapter-art {
    padding-bottom: 15px;
  }
  .tone-treatments h2 {
    font-size: 49px;
  }
  .tone-treatments .chapter-art {
    padding-bottom: 120px;
  }
  .tone-treatments .tool-disc {
    width: 215px;
    height: 215px;
    right: -95px;
    top: 25px;
  }
  .service-description p {
    font-size: 14px;
  }
  .service-description ul {
    font-size: 12px;
    margin: 18px 0;
  }
  .service-description .button {
    font-size: 13px;
    gap: 10px;
    padding-bottom: 10px;
  }
  .before-section {
    padding-top: 30px;
  }
  .before-booking {
    display: block;
    padding: 27px 23px;
  }
  .before-booking h2 {
    font-size: 34px;
    margin-bottom: 28px;
  }
  .before-booking h3 {
    font-size: 22px;
  }
  .about-story {
    padding-bottom: 65px;
  }
  .values-section {
    padding: 55px 0;
  }
  .values-section h2 {
    font-size: 43px;
    max-width: 310px;
  }
  .values-section h2 br {
    display: none;
  }
  .values-floral {
    width: 230px;
    right: -155px;
    top: -30px;
  }
  .values {
    display: block;
    margin-top: 36px;
  }
  .values article:first-child {
    padding-top: 0;
  }
  .values article:first-child h3 {
    font-size: 59px;
    max-width: 260px;
    margin-bottom: 20px;
  }
  .values article:first-child p {
    font-size: 18px;
  }
  .values article + article {
    margin-top: 28px;
    padding-top: 26px;
  }
  .values h3 {
    font-size: 31px;
    margin-bottom: 14px;
  }
  .values p {
    font-size: 15px;
    max-width: 300px;
  }
  .at-yours-layout {
    display: flex;
    flex-direction: column;
    gap: 35px;
  }
  .at-yours-art {
    padding: 0;
    max-width: 340px;
  }
  .at-yours-art > span {
    font-size: 36px;
    margin-top: -15px;
  }
  .at-yours-copy h2 {
    font-size: 36px;
  }
  .at-yours-copy p {
    font-size: 15px;
    margin: 23px 0;
  }
  .faq-layout {
    display: block;
  }
  .faq-aside {
    padding: 23px;
    margin-bottom: 35px;
  }
  .faq-aside-art {
    display: none;
  }
  .faq-aside h2 {
    font-size: 26px;
    max-width: 260px;
  }
  .faq-aside nav {
    font-size: 13px;
    gap: 10px 15px;
  }
  .faq-aside nav a {
    padding-bottom: 5px;
  }
  .answer-finder {
    margin-bottom: 26px;
  }
  .answer-finder label {
    font-size: 13px;
  }
  .answer-search-row input {
    font-size: 14px;
    min-height: 56px;
    padding-left: 14px;
  }
  .faq-group h2 {
    font-size: 35px;
  }
  .faq-group details {
    margin-inline: 0;
    padding-inline: 14px;
  }
  .faq-group summary {
    font-size: 16px;
    gap: 17px;
    padding: 22px 0;
  }
  .faq-group summary > span {
    width: 26px;
    height: 26px;
  }
  .faq-group summary > span::before,
  .faq-group summary > span::after {
    left: 8px;
    top: 13px;
  }
  .faq-answer {
    font-size: 14px;
    padding: 0 5px 23px 0;
  }
  .answer-empty {
    padding: 25px;
  }
  .answer-empty h2 {
    font-size: 36px;
  }
  .contact-section {
    padding-top: 25px;
  }
  .contact-intro {
    padding-top: 0;
  }
  .enquiry-panel {
    padding: 0 23px 25px;
    box-shadow:
      6px 8px 0 var(--blossom),
      7px 9px 0 var(--grape);
  }
  .enquiry-letterhead {
    padding: 20px 23px;
    margin: 0 -23px 27px;
  }
  .enquiry-letterhead > span:first-child {
    font-size: 34px;
  }
  .enquiry-letterhead > span:last-child {
    font-size: 11px;
  }
  .enquiry-panel h2 {
    font-size: 29px;
  }
  .footer-top {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px 20px;
  }
  .footer-brand {
    gap: 30px;
  }
  .footer-brand p {
    font-size: 12px;
  }
  .footer-top nav {
    font-size: 13px;
    gap: 8px;
  }
  .footer-contact {
    font-size: 13px;
  }
  .footer-contact > p:first-child {
    font-size: 22px;
  }
  .footer-contact [data-area-copy] {
    font-size: 11px;
  }
  .footer-signature {
    margin-top: 25px;
    padding: 0 0 25px;
  }
  .footer-signature > span {
    font-size: 25vw;
  }
  .footer-mini {
    bottom: 0;
    width: 42%;
    right: -12px;
  }
  .closing-flower {
    width: 190px;
    right: -115px;
    bottom: 70px;
    opacity: 0.7;
  }
  .closing-arrow {
    background: var(--grape);
  }
}
@media (max-width: 360px) {
  .service-chapter {
    padding-inline: 22px;
  }
  .chapter-art h2,
  .tone-treatments h2 {
    font-size: 46px;
  }
  .tone-cuts .chapter-art h2 {
    font-size: 55px;
  }
  .tone-styling .tool-disc {
    width: 98px;
  }
  .tone-cuts .tool-disc {
    right: -18px;
    width: 160px;
    height: 160px;
  }
  .enquiry-panel {
    padding-inline: 19px;
  }
  .enquiry-letterhead {
    padding-inline: 19px;
    margin-inline: -19px;
  }
  .footer-top {
    gap: 25px 15px;
  }
  .footer-top nav {
    font-size: 12px;
  }
}

.book-contents nav a,
.ticket-signoff > a {
  white-space: nowrap;
}
.tone-blow-dries .chapter-art {
  min-height: 355px;
}
.tone-treatments .chapter-art {
  padding-bottom: 20px;
}
.tone-treatments .tool-disc {
  position: relative;
  right: auto;
  top: auto;
  width: 250px;
  height: 200px;
  margin: 10px -85px 15px auto;
}
@media (min-width: 1151px) {
  .bloom-left {
    width: 360px;
    left: -145px;
    top: -30px;
  }
}
@media (min-width: 801px) and (max-width: 1150px) {
  .bloom-left {
    width: 300px;
    left: -140px;
    top: 0;
  }
  .tone-blow-dries .chapter-art {
    min-height: 325px;
  }
}
@media (max-width: 800px) {
  .journey-ticket {
    --ticket-angle: 0.8deg;
  }
  .footer-top {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  }
  .footer-top nav {
    grid-column: 1;
    grid-row: 2;
  }
  .footer-contact {
    grid-column: 2;
    grid-row: 2;
    min-width: 0;
  }
  .footer-brand {
    grid-row: 1;
  }
  .tone-blow-dries .chapter-art {
    min-height: 0;
  }
  .tone-blow-dries .tool-disc {
    margin: 5px auto 35px;
  }
}
@media (max-width: 540px) {
  .service-book {
    width: 100%;
  }
  .journey-ticket {
    --ticket-angle: 0deg;
  }
  .tone-blow-dries .chapter-art {
    min-height: 270px;
  }
  .tone-blow-dries .tool-disc {
    width: 160px;
    height: 160px;
    margin: 0;
    top: 70px;
  }
  .tone-treatments .tool-disc {
    width: 210px;
    height: 165px;
    margin: 10px -60px 20px auto;
  }
}
@media (prefers-reduced-motion: no-preference) {
  [data-reveal].is-revealed {
    animation: paper-arrives 0.65s var(--ease) both;
  }
  .journey-ticket.is-revealed {
    animation-name: ticket-arrives;
  }
  .footer-mini {
    transition: transform 0.65s var(--ease);
  }
  .site-footer:hover .footer-mini {
    transform: rotate(-5deg) translateX(-10px);
  }
}
@keyframes paper-arrives {
  from {
    opacity: 0.45;
    transform: translateY(24px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes ticket-arrives {
  from {
    opacity: 0.45;
    transform: translateY(24px) rotate(var(--ticket-angle, 1.5deg));
  }
  to {
    opacity: 1;
    transform: translateY(0) rotate(var(--ticket-angle, 1.5deg));
  }
}

/* Mobile refinement. These rules never alter the desktop composition. */
@media (max-width: 800px) {
  .footer-brand {
    display: none;
  }
  .footer-top {
    grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.15fr);
    column-gap: 24px;
    row-gap: 0;
  }
  .footer-top nav,
  .footer-contact {
    grid-row: 1;
  }
  .footer-top nav {
    gap: 0;
  }
  .footer-top nav a {
    display: flex;
    align-items: center;
    min-height: 44px;
  }
  .footer-contact > p:first-child {
    margin-top: 9px;
    margin-bottom: 15px;
  }
  .footer-contact > a {
    display: flex;
    align-items: center;
    min-height: 44px;
    font-size: 13px;
    line-height: 1.6;
    text-decoration: underline;
    text-underline-offset: 4px;
    padding-block: 5px;
  }
  .footer-contact [data-area-copy] {
    font-size: 12px;
    line-height: 1.6;
  }
  .footer-signature {
    margin-top: 28px;
    padding-bottom: 40px;
  }
  .footer-signature > span {
    font-size: 22.5vw;
  }
  .footer-mini {
    width: 35%;
    right: -8px;
    bottom: 0;
  }
  .footer-bottom {
    align-items: flex-start;
  }
  .footer-bottom > a {
    min-height: 44px;
    display: flex;
    align-items: center;
    margin-top: -12px;
  }
  .field label {
    font-size: 13px;
  }
  .field label span {
    font-size: 12px;
  }
  .answer-search-row input {
    font-size: 16px;
  }
  .answer-search-row input::placeholder {
    font-size: 13px;
  }
}
@media (max-width: 700px) {
  .service-book {
    width: 100%;
  }
  .book-contents {
    padding: 20px var(--gutter);
    margin: 0;
    border: 0;
  }
  .book-contents nav a {
    min-height: 42px;
  }
  .book-chapters {
    display: block;
    padding: 0 var(--gutter);
  }
  .service-chapter {
    margin-top: 0;
    margin-bottom: 26px;
  }
  .before-booking {
    display: block;
  }
  .before-booking h2 {
    margin-bottom: 28px;
  }
  .journey-layout {
    display: block;
  }
  .journey-intro {
    position: relative;
    padding: 0 220px 36px 0;
    min-height: 180px;
  }
  .journey-intro h2 {
    font-size: 42px;
  }
  .journey-intro > p {
    margin-top: 20px;
  }
  .journey-mini {
    position: absolute;
    right: 0;
    top: 10px;
    width: 210px;
    margin: 0;
  }
  .journey-ticket {
    transform: none;
    --ticket-angle: 0deg;
  }
  .faq-layout {
    display: block;
  }
  .faq-aside {
    position: static;
    padding: 20px;
    margin-bottom: 28px;
  }
  .faq-aside-art {
    display: none;
  }
  .faq-aside h2 {
    font-size: 23px;
    margin-bottom: 12px;
  }
  .faq-aside h2 br {
    display: none;
  }
  .faq-aside nav {
    display: flex;
    flex-wrap: wrap;
    gap: 0 18px;
    font-size: 13px;
  }
  .faq-aside nav a {
    display: flex;
    align-items: center;
    min-height: 44px;
    padding: 7px 0;
  }
  .faq-aside > p,
  .faq-aside > .text-link {
    display: none;
  }
  .contact-layout {
    display: block;
  }
  .contact-intro {
    padding-top: 0;
    padding-bottom: 34px;
  }
  .contact-intro h1 {
    font-size: clamp(3.5rem, 11vw, 4.5rem);
  }
  .contact-intro .large-copy {
    max-width: 75%;
    font-size: 16px;
    margin-top: 20px;
  }
  .contact-still-life {
    position: absolute;
    right: -15px;
    top: 20px;
    width: 120px;
    height: 170px;
    margin: 0;
    pointer-events: none;
  }
  .contact-flower {
    width: 195px;
    max-width: none;
    left: 25px;
    top: 0;
    transform: rotate(5deg);
  }
  .contact-still-life > span {
    display: none;
  }
}
@media (max-width: 600px) {
  /* A compact poster with a clear message and an ordinary full-width CTA. */
  .poster-hero {
    padding: 25px 0 34px;
  }
  .poster-kicker {
    display: none;
  }
  .poster-wordmark {
    font-size: 28vw;
    line-height: 1.1;
    margin: 0;
    padding: 0 0 5px;
  }
  .poster-scene {
    margin-top: -12px;
    height: clamp(10.5rem, 54vw, 17rem);
  }
  .poster-car {
    width: 100%;
    max-width: 420px;
    top: -12px;
  }
  .poster-orbit {
    width: 83%;
    max-width: 370px;
    height: clamp(7rem, 32vw, 11rem);
    top: 26px;
  }
  .bloom-left {
    display: none;
  }
  .bloom-right {
    width: 165px;
    right: -82px;
    top: -30px;
    transform: rotate(5deg);
  }
  .poster-bottom {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: 15px;
    margin: 22px auto 0;
    text-align: center;
    max-width: 420px;
  }
  .poster-bottom h1 {
    font-size: clamp(1.65rem, 7.2vw, 2.3rem);
    line-height: 1.14;
    max-width: none;
  }
  .poster-bottom > p {
    grid-area: auto;
    justify-self: center;
    font-size: 14px;
    line-height: 1.5;
    max-width: 300px;
  }
  .poster-bottom > p br {
    display: none;
  }
  .book-seal {
    grid-area: auto;
    width: 100%;
    height: auto;
    min-height: 55px;
    padding: 15px 24px;
    border-radius: 40px;
    flex-direction: row;
    justify-content: space-between;
    gap: 18px;
    transform: none;
    margin-top: 4px;
  }
  .book-seal::after {
    display: none;
  }
  .book-seal span {
    font-size: 16px;
    line-height: 1.3;
    letter-spacing: 0;
  }
  .book-seal span br {
    display: none;
  }
  .book-seal .arrow {
    width: 24px;
    height: 24px;
    transform: none;
  }
  .book-seal:hover,
  .book-seal:focus-visible {
    transform: translateY(-2px);
  }
  .hero-scroll {
    display: none;
  }

  /* The flyer's illustrated menu survives on touch screens; no hover needed. */
  .hair-menu {
    padding: 43px 0 48px;
  }
  .hair-menu .section-heading {
    margin-bottom: 28px;
  }
  .hair-menu .section-heading h2 {
    font:
      400 clamp(2.15rem, 9.3vw, 3.1rem)/1.12 Lobster,
      cursive;
    letter-spacing: -0.025em;
    color: var(--grape);
  }
  .hair-menu .section-heading > p {
    margin-top: 16px;
    max-width: 320px;
    font-size: 14px;
    line-height: 1.5;
  }
  .menu-layout {
    display: block;
  }
  .menu-stage {
    display: none;
  }
  .menu-list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
  }
  .menu-row {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 0;
    padding: 18px 14px 19px;
    min-width: 0;
    border: 0;
    background: var(--blossom);
    color: var(--grape);
  }
  .menu-row:first-child {
    border: 0;
  }
  .menu-row::before {
    content: "";
    display: block;
    align-self: center;
    width: clamp(7rem, 29vw, 9.375rem);
    max-width: 100%;
    height: clamp(7.25rem, 30vw, 9.375rem);
    margin: 0 0 12px;
    background: url("assets/tools-cut.webp") center/contain no-repeat;
    transition: transform 0.3s var(--ease);
  }
  .menu-row-name {
    font:
      400 clamp(1.55rem, 6.9vw, 2.2rem)/1.12 Lobster,
      cursive;
    letter-spacing: -0.015em;
    width: 100%;
    white-space: nowrap;
  }
  .menu-row-note {
    width: 100%;
    font-size: 12px;
    line-height: 1.4;
    color: inherit;
    margin-top: 8px;
    max-width: 175px;
  }
  .menu-row > .service-icon {
    display: none;
  }
  .menu-row > .arrow {
    position: absolute;
    right: 12px;
    top: 13px;
    width: 18px;
    height: 18px;
  }
  .menu-row:hover .menu-row-name,
  .menu-row:focus-visible .menu-row-name {
    transform: none;
    color: inherit;
  }
  .menu-row:hover::before,
  .menu-row:focus-visible::before {
    transform: translateY(-3px) rotate(-4deg);
  }
  .menu-row[data-service-preview="colour"] {
    background: var(--lilac);
  }
  .menu-row[data-service-preview="colour"]::before,
  .menu-row[data-service-preview="highlights"]::before {
    background-image: url("assets/tools-colour.webp");
  }
  .menu-row[data-service-preview="styling"] {
    background: var(--yellow);
  }
  .menu-row[data-service-preview="styling"]::before,
  .menu-row[data-service-preview="blow-dries"]::before {
    background-image: url("assets/tools-finish.webp");
  }
  .menu-row[data-service-preview="blow-dries"] {
    background: var(--cobalt);
    color: var(--paper);
  }
  .menu-row[data-service-preview="highlights"] {
    background: #fcecae;
  }
  .menu-row[data-service-preview="treatments"] {
    background: var(--grape);
    color: var(--yellow);
  }
  .menu-row[data-service-preview="treatments"]::before {
    background-image: url("assets/hibiscus.webp");
  }
  .menu-row[data-service-preview="blow-dries"]:focus-visible,
  .menu-row[data-service-preview="treatments"]:focus-visible {
    outline-color: var(--yellow);
    outline-offset: -5px;
  }
  .menu-foot {
    display: block;
    margin-top: 24px;
    padding-bottom: 0;
    border: 0;
    font-size: 14px;
  }
  .menu-foot > span {
    display: block;
    margin-bottom: 8px;
  }
  .menu-foot .text-link {
    min-height: 44px;
  }

  .journey-intro {
    padding: 0 0 112px;
    min-height: 0;
  }
  .journey-intro h2 {
    font-size: 40px;
  }
  .journey-mini {
    top: auto;
    right: -8px;
    bottom: -8px;
    width: 200px;
  }
  .journey-ticket {
    padding-inline: 20px;
  }
  .steps li {
    padding-left: 43px;
  }
  .steps h3 {
    font-size: 23px;
  }
  .ticket-signoff > a {
    min-height: 44px;
    margin-top: 7px;
  }
  .contact-intro .large-copy {
    max-width: 290px;
  }
  .contact-flower {
    width: 165px;
    left: 45px;
  }
  .enquiry-letterhead {
    margin-bottom: 23px;
  }
  .enquiry-panel h2 {
    font-size: 28px;
  }
  .required-note,
  .form-actions > p,
  .privacy-note {
    font-size: 12px;
  }
  .closing-link {
    grid-template-columns: minmax(0, 1fr) 50px;
    gap: 14px;
  }
  .closing-link h2 {
    font-size: clamp(2rem, 9.5vw, 3.4rem);
    line-height: 1.13;
  }
  .closing-arrow {
    width: 50px;
    height: 50px;
  }
  .closing-arrow .arrow {
    width: 27px;
    height: 27px;
  }
  .closing-flower {
    width: 145px;
    right: -100px;
    bottom: 60px;
    opacity: 0.7;
  }
  .closing-inner > p {
    max-width: 260px;
  }
  .detour-number {
    font-size: 47vw;
    display: block;
    letter-spacing: -0.085em;
    margin: 0;
  }
  .detour-scene {
    height: clamp(12rem, 57vw, 17rem);
  }
  .detour-car {
    width: 76%;
    max-width: 340px;
    top: 54px;
  }
  .detour-flower {
    width: 135px;
    right: -65px;
    top: 5px;
  }
  .detour h1 {
    font-size: clamp(2.5rem, 11vw, 3.4rem);
  }
}
@media (max-width: 360px) {
  .poster-hero {
    padding-top: 20px;
  }
  .poster-bottom {
    margin-top: 18px;
    gap: 13px;
  }
  .poster-bottom > p {
    font-size: 13px;
    max-width: 265px;
  }
  .bloom-right {
    width: 135px;
    right: -70px;
    top: -20px;
  }
  .menu-list {
    gap: 10px;
  }
  .menu-row {
    padding: 15px 12px 17px;
  }
  .menu-row::before {
    height: 96px;
    width: 98px;
  }
  .menu-row-note {
    font-size: 12px;
  }
  .menu-row-name {
    font-size: 24px;
  }
  .footer-top {
    column-gap: 18px;
  }
  .footer-contact > p:first-child {
    font-size: 21px;
  }
  .footer-top nav a {
    font-size: 12px;
  }
  .contact-intro h1 {
    font-size: 54px;
  }
  .contact-intro .large-copy {
    max-width: 265px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    animation: none !important;
    transition: none !important;
  }
  ::view-transition-old(root),
  ::view-transition-new(root),
  ::view-transition-group(*) {
    animation: none !important;
  }
}
@media print {
  .site-header {
    position: static;
  }
  .mobile-book,
  .hero-scroll,
  .menu-toggle {
    display: none !important;
  }
  .site-nav {
    display: flex !important;
    position: static !important;
  }
  .faq-aside {
    position: static;
  }
  main {
    overflow: visible;
  }
  body {
    background: white;
  }
  .enquiry-panel {
    break-inside: avoid;
  }
  a {
    color: inherit;
  }
}
