﻿:root {
  --ink: #f8f3e8;
  --charcoal: #050505;
  --paper: #050505;
  --cream: #15120d;
  --brass: #d7a52c;
  --soft-gold: #f0cf78;
  --leaf: #c8a955;
  --clay: #d7a52c;
  --blue: #e7d7aa;
  --line: rgba(215, 165, 44, 0.22);
  --shadow: 0 20px 50px rgba(0, 0, 0, 0.42);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.028) 0 1px, transparent 1px 46px),
    repeating-linear-gradient(
      8deg,
      rgba(215, 165, 44, 0.035) 0 1px,
      transparent 1px 12px,
      rgba(255, 255, 255, 0.018) 12px 13px,
      transparent 13px 26px
    ),
    radial-gradient(ellipse at 18% 20%, rgba(215, 165, 44, 0.08), transparent 34%),
    radial-gradient(ellipse at 82% 68%, rgba(255, 255, 255, 0.045), transparent 30%),
    var(--paper);
  background-attachment: fixed;
  color: var(--ink);
  font-family: Arial, Helvetica, sans-serif;
  line-height: 1.5;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: 9998;
  pointer-events: none;
  background: #050505;
  animation: intro-page-reveal 2.9s ease forwards;
}

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

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

.site-intro {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: grid;
  place-items: center;
  align-content: center;
  gap: 22px;
  pointer-events: none;
  background:
    radial-gradient(ellipse at center, rgba(215, 165, 44, 0.12), transparent 44%),
    #050505;
  animation: intro-away 2.9s ease forwards;
}

.site-intro img {
  width: min(360px, 72vw);
  opacity: 0;
  filter: drop-shadow(0 0 0 rgba(215, 165, 44, 0));
  animation: intro-logo 2.35s ease forwards;
}

.site-intro p {
  margin: 0;
  color: var(--soft-gold);
  font-size: clamp(1rem, 3vw, 1.45rem);
  font-weight: 800;
  text-transform: uppercase;
  opacity: 0;
  animation: intro-text 2.35s ease 320ms forwards;
}

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 10;
  display: grid;
  grid-template-columns: auto minmax(480px, 1fr) auto;
  align-items: center;
  gap: clamp(18px, 3vw, 34px);
  padding: 12px clamp(18px, 4vw, 54px);
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.025) 0 1px, transparent 1px 42px),
    rgba(5, 5, 5, 0.92);
  color: #fff;
  backdrop-filter: blur(18px);
  border-bottom: 1px solid rgba(215, 165, 44, 0.22);
}

.brand img {
  width: clamp(76px, 8vw, 116px);
  height: auto;
  object-fit: contain;
  animation: logo-settle 900ms ease-out both, logo-glow 5s ease-in-out 1s infinite;
  filter: drop-shadow(0 0 0 rgba(215, 165, 44, 0));
  transform-origin: center;
  transition: filter 220ms ease, transform 220ms ease;
}

.brand:hover img {
  filter: drop-shadow(0 0 14px rgba(215, 165, 44, 0.5));
  transform: translateY(-1px) scale(1.03);
}

.nav-links {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  justify-content: center;
  gap: 8px;
  font-size: 0.9rem;
  font-weight: 700;
  letter-spacing: 0;
}

.nav-links a {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 9px 12px;
  border: 1px solid rgba(215, 165, 44, 0.16);
  background: rgba(255, 255, 255, 0.025);
  color: rgba(255, 255, 255, 0.86);
  border-radius: 999px;
  text-align: center;
}

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

.nav-links a:hover,
.header-cta:hover {
  color: var(--soft-gold);
  opacity: 1;
}

.nav-links a:hover {
  background: rgba(215, 165, 44, 0.08);
  border-color: rgba(215, 165, 44, 0.38);
  transform: translateY(-1px);
}

.nav-links a.is-active {
  color: var(--soft-gold);
  background: rgba(215, 165, 44, 0.12);
  border-color: rgba(215, 165, 44, 0.58);
}

.header-cta {
  border: 1px solid rgba(215, 165, 44, 0.55);
  background: rgba(255, 255, 255, 0.025);
  color: #fff;
  padding: 10px 16px;
  font-weight: 800;
  min-width: 88px;
  text-align: center;
  transition: border-color 180ms ease, transform 180ms ease, background 180ms ease;
}

.header-cta:hover {
  background: rgba(215, 165, 44, 0.08);
  border-color: rgba(215, 165, 44, 0.82);
  transform: translateY(-1px);
}

.hero {
  position: relative;
  min-height: 76vh;
  display: flex;
  align-items: stretch;
  overflow: hidden;
  background:
    repeating-linear-gradient(
      5deg,
      rgba(215, 165, 44, 0.035) 0 1px,
      transparent 1px 18px
    ),
    var(--charcoal);
  color: #fff;
}

.hero-media {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.98), rgba(0, 0, 0, 0.9) 48%, rgba(0, 0, 0, 0.74)),
    linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.76)),
    url("images/workshop.jpg") center / cover;
  filter: saturate(0.82) contrast(0.95);
  transform: scale(1.01);
}

.hero-content {
  position: relative;
  width: min(1180px, calc(100% - 36px));
  margin: 0 auto;
  padding: 142px 0 78px;
  display: flex;
  align-items: center;
}

.hero-copy {
  max-width: 720px;
}

.eyebrow,
.section-kicker {
  margin: 0 0 14px;
  color: var(--soft-gold);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

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

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

h1 {
  max-width: 760px;
  margin-bottom: 22px;
  font-size: clamp(2.4rem, 5.5vw, 5.35rem);
  line-height: 1.06;
  letter-spacing: 0;
}

.hero-copy > p:not(.eyebrow) {
  max-width: 610px;
  color: rgba(255, 255, 255, 0.84);
  font-size: clamp(1.03rem, 2vw, 1.22rem);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 32px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 13px 20px;
  border: 1px solid currentColor;
  font-weight: 800;
  line-height: 1.1;
  border-radius: 2px;
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease, background 180ms ease;
}

.button:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.38);
}

.button.primary {
  background: var(--brass);
  border-color: var(--brass);
  color: #060606;
}

.button.secondary {
  color: #fff;
  background: rgba(255, 255, 255, 0.04);
  border-color: rgba(215, 165, 44, 0.42);
}

.intro,
.contact,
.board-browser,
.about-current,
.reviews,
.flip-catalogue {
  width: min(1180px, calc(100% - 36px));
  margin: 0 auto;
  padding: clamp(58px, 8vw, 104px) 0;
}

.about-current,
.board-browser,
.flip-catalogue,
.reviews,
.contact {
  padding: clamp(44px, 6vw, 74px) 0;
}

.flip-catalogue {
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.catalogue-heading {
  margin-bottom: clamp(24px, 4vw, 38px);
}

.catalogue-heading h2 {
  max-width: 760px;
}

.flipbook {
  position: relative;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  gap: 14px;
  align-items: center;
}

.flip-stage {
  position: relative;
  min-height: clamp(360px, 52vw, 640px);
  perspective: 1400px;
}

.catalogue-page {
  position: absolute;
  inset: 0;
  padding: clamp(14px, 2vw, 20px);
  border: 1px solid rgba(215, 165, 44, 0.28);
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.026) 0 1px, transparent 1px 36px),
    #0d0d0c;
  box-shadow: 0 26px 70px rgba(0, 0, 0, 0.42);
  opacity: 0;
  pointer-events: none;
  transform: rotateY(12deg) translateX(18px);
  transform-origin: left center;
  transition: border-color 180ms ease, box-shadow 180ms ease;
}

.catalogue-page:hover {
  border-color: rgba(215, 165, 44, 0.48);
  box-shadow: 0 32px 84px rgba(0, 0, 0, 0.56);
}

.catalogue-page.is-active {
  opacity: 1;
  pointer-events: auto;
  transform: rotateY(0deg) translateX(0);
}

.catalogue-page.flip-in-next,
.catalogue-page.flip-in-prev {
  animation: catalogue-in 360ms ease both;
}

.catalogue-page.flip-out-next {
  animation: catalogue-out-next 190ms ease both;
}

.catalogue-page.flip-out-prev {
  animation: catalogue-out-prev 190ms ease both;
}

.catalogue-page img {
  width: 100%;
  height: 100%;
  min-height: clamp(330px, 48vw, 600px);
  object-fit: cover;
  border: 1px solid rgba(215, 165, 44, 0.24);
  filter: saturate(0.94) contrast(1.02) brightness(0.9);
  transition: filter 220ms ease, transform 260ms ease;
}

.catalogue-page:hover img {
  filter: saturate(1) contrast(1.04) brightness(0.98);
  transform: scale(1.012);
}

.flip-control {
  width: 42px;
  height: 58px;
  border: 1px solid rgba(215, 165, 44, 0.34);
  background: rgba(255, 255, 255, 0.035);
  color: var(--soft-gold);
  cursor: pointer;
  font-size: 2rem;
  line-height: 1;
  transition: transform 180ms ease, background 180ms ease, border-color 180ms ease;
}

.flip-control:hover {
  background: rgba(215, 165, 44, 0.1);
  border-color: rgba(215, 165, 44, 0.68);
  transform: translateY(-1px);
}

.catalogue-dots {
  grid-column: 2;
  display: flex;
  justify-content: center;
  gap: 8px;
}

.catalogue-dots button {
  width: 28px;
  height: 3px;
  border: 0;
  background: rgba(255, 255, 255, 0.24);
  cursor: pointer;
  transition: background 180ms ease, width 180ms ease;
}

.catalogue-dots button.is-active {
  width: 44px;
  background: var(--brass);
}

.intro {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(280px, 1fr);
  gap: clamp(28px, 7vw, 86px);
  border-bottom: 1px solid var(--line);
}

h2 {
  margin-bottom: 0;
  font-size: clamp(1.8rem, 4vw, 3.6rem);
  line-height: 1.08;
  letter-spacing: 0;
}

.petals-copy {
  align-self: end;
}

.rose-values {
  display: grid;
  grid-template-columns: 210px minmax(0, 1fr);
  gap: 26px;
  align-items: center;
}

.rose-breakdown {
  position: relative;
  display: grid;
  place-items: center;
  width: 210px;
  height: 210px;
  isolation: isolate;
  cursor: pointer;
  outline: 0;
}

.rose-breakdown img {
  width: 150px;
  height: auto;
  padding: 8px;
  border: 1px solid rgba(215, 165, 44, 0.26);
  background: rgba(0, 0, 0, 0.34);
  transition: opacity 220ms ease, transform 300ms ease, filter 260ms ease, border-color 260ms ease;
  z-index: 2;
}

.rose-piece {
  position: absolute;
  z-index: 2;
  width: 150px;
  height: 150px;
  background: url("images/northshire-rose.png") center / contain no-repeat;
  opacity: 0;
  filter: drop-shadow(0 0 12px rgba(215, 165, 44, 0.26));
  transform: scale(0.94);
  transition: opacity 180ms ease, transform 360ms cubic-bezier(0.2, 0.85, 0.22, 1.2);
}

.petal-label {
  position: absolute;
  z-index: 6;
  display: grid;
  place-items: center;
  min-width: 76px;
  min-height: 34px;
  padding: 8px 12px;
  border: 1px solid rgba(215, 165, 44, 0.42);
  background: rgba(5, 5, 5, 0.94);
  color: var(--soft-gold);
  font-size: 0.72rem;
  font-weight: 900;
  opacity: 0;
  text-transform: uppercase;
  transform: scale(0.82);
  transition: opacity 220ms ease, transform 340ms cubic-bezier(0.2, 0.85, 0.22, 1.2);
}

.rose-top {
  clip-path: polygon(26% 0, 74% 0, 58% 48%, 42% 48%);
}

.rose-right {
  clip-path: polygon(100% 24%, 100% 76%, 52% 58%, 52% 42%);
}

.rose-bottom {
  clip-path: polygon(26% 100%, 74% 100%, 58% 52%, 42% 52%);
}

.rose-left {
  clip-path: polygon(0 24%, 0 76%, 48% 58%, 48% 42%);
}

.rose-centre {
  position: absolute;
  z-index: 4;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  border: 2px solid #060606;
  background:
    radial-gradient(circle at 35% 38%, #060606 0 4px, transparent 5px),
    radial-gradient(circle at 63% 35%, #060606 0 4px, transparent 5px),
    radial-gradient(circle at 50% 60%, #060606 0 4px, transparent 5px),
    #d7a52c;
  opacity: 0;
  transition: opacity 220ms ease, transform 260ms ease;
}

.customer-heart {
  position: absolute;
  z-index: 5;
  display: grid;
  place-items: center;
  width: 84px;
  min-height: 30px;
  border: 1px solid rgba(215, 165, 44, 0.46);
  background: rgba(5, 5, 5, 0.9);
  color: #fff;
  font-size: 0.72rem;
  font-weight: 900;
  opacity: 0;
  text-transform: uppercase;
  transform: scale(0.84);
  transition: opacity 220ms ease, transform 260ms ease;
}

.petal-chip {
  position: absolute;
  z-index: 1;
  display: grid;
  place-items: center;
  min-width: 76px;
  min-height: 34px;
  padding: 8px 12px;
  border: 1px solid rgba(215, 165, 44, 0.36);
  background: rgba(5, 5, 5, 0.92);
  color: var(--soft-gold);
  font-size: 0.72rem;
  font-weight: 900;
  text-transform: uppercase;
  opacity: 0;
  transform: translate(0, 0) scale(0.82);
  transition: opacity 240ms ease, transform 280ms ease, border-color 240ms ease;
}

.rose-breakdown:hover img,
.rose-breakdown:focus-visible img {
  border-color: rgba(215, 165, 44, 0.58);
  filter: drop-shadow(0 0 16px rgba(215, 165, 44, 0.34));
  opacity: 0.16;
  transform: scale(0.76);
}

.rose-breakdown:hover .rose-piece,
.rose-breakdown:focus-visible .rose-piece,
.rose-breakdown:hover .petal-label,
.rose-breakdown:focus-visible .petal-label,
.rose-breakdown:hover .rose-centre,
.rose-breakdown:focus-visible .rose-centre {
  opacity: 1;
}

.rose-breakdown:hover .rose-top,
.rose-breakdown:focus-visible .rose-top {
  transform: translateY(-32px) rotate(-4deg) scale(1);
}

.rose-breakdown:hover .label-trust,
.rose-breakdown:focus-visible .label-trust {
  transform: translateY(-104px) scale(1);
}

.rose-breakdown:hover .rose-right,
.rose-breakdown:focus-visible .rose-right {
  transform: translateX(34px) rotate(4deg) scale(1);
}

.rose-breakdown:hover .label-quality,
.rose-breakdown:focus-visible .label-quality {
  transform: translateX(112px) scale(1);
}

.rose-breakdown:hover .rose-bottom,
.rose-breakdown:focus-visible .rose-bottom {
  transform: translateY(32px) rotate(4deg) scale(1);
}

.rose-breakdown:hover .label-service,
.rose-breakdown:focus-visible .label-service {
  transform: translateY(104px) scale(1);
}

.rose-breakdown:hover .rose-left,
.rose-breakdown:focus-visible .rose-left {
  transform: translateX(-34px) rotate(-4deg) scale(1);
}

.rose-breakdown:hover .label-care,
.rose-breakdown:focus-visible .label-care {
  transform: translateX(-112px) scale(1);
}

.rose-breakdown:hover .petal-chip,
.rose-breakdown:focus-visible .petal-chip,
.rose-breakdown:hover .customer-heart,
.rose-breakdown:focus-visible .customer-heart {
  opacity: 1;
}

.rose-breakdown:hover .trust,
.rose-breakdown:focus-visible .trust {
  transform: translateY(-94px) scale(1);
}

.rose-breakdown:hover .quality,
.rose-breakdown:focus-visible .quality {
  transform: translateX(102px) scale(1);
}

.rose-breakdown:hover .service,
.rose-breakdown:focus-visible .service {
  transform: translateY(94px) scale(1);
}

.rose-breakdown:hover .care,
.rose-breakdown:focus-visible .care {
  transform: translateX(-102px) scale(1);
}

.petal-chip:hover,
.petal-chip:focus-visible {
  border-color: rgba(215, 165, 44, 0.82);
  color: #fff;
  outline: 0;
}

.rose-breakdown:has(.trust:hover) .rose-top,
.rose-breakdown:has(.trust:focus-visible) .rose-top {
  transform: translateY(-54px) rotate(-6deg) scale(1.06);
}

.rose-breakdown:has(.quality:hover) .rose-right,
.rose-breakdown:has(.quality:focus-visible) .rose-right {
  transform: translateX(58px) rotate(6deg) scale(1.06);
}

.rose-breakdown:has(.service:hover) .rose-bottom,
.rose-breakdown:has(.service:focus-visible) .rose-bottom {
  transform: translateY(54px) rotate(6deg) scale(1.06);
}

.rose-breakdown:has(.care:hover) .rose-left,
.rose-breakdown:has(.care:focus-visible) .rose-left {
  transform: translateX(-58px) rotate(-6deg) scale(1.06);
}

.rose-breakdown:has(.petal-chip:hover) .customer-heart,
.rose-breakdown:has(.petal-chip:focus-visible) .customer-heart,
.rose-breakdown:hover .customer-heart,
.rose-breakdown:focus-visible .customer-heart {
  transform: scale(1);
}

.petals-copy p {
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: clamp(1rem, 1.6vw, 1.18rem);
}

.petal-values {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 8px;
  margin-top: 22px;
}

.petal-values span {
  display: grid;
  place-items: center;
  min-height: 48px;
  border: 1px solid rgba(215, 165, 44, 0.28);
  color: var(--soft-gold);
  font-weight: 900;
  text-transform: uppercase;
}

.about-current {
  border-bottom: 1px solid var(--line);
}

.about-heading {
  margin-bottom: clamp(26px, 5vw, 44px);
}

.about-heading h2 {
  max-width: 880px;
}

.about-cards {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.about-cards article {
  display: grid;
  grid-template-rows: 210px auto 1fr;
  gap: 14px;
  padding: 14px clamp(14px, 2vw, 20px) 24px;
  border: 1px solid var(--line);
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.024) 0 1px, transparent 1px 34px),
    #0d0d0c;
  transition: transform 200ms ease, border-color 200ms ease, box-shadow 200ms ease;
}

.about-cards img {
  width: 100%;
  height: 210px;
  object-fit: cover;
  border: 1px solid rgba(215, 165, 44, 0.22);
  filter: saturate(0.92) contrast(1.02) brightness(0.86);
}

.about-cards article:hover,
.service-panel:hover,
.board-card:hover {
  border-color: rgba(215, 165, 44, 0.48);
  box-shadow: 0 22px 55px rgba(0, 0, 0, 0.5);
  transform: translateY(-3px);
}

.about-cards span {
  color: var(--soft-gold);
  font-size: 0.78rem;
  font-weight: 800;
  text-transform: uppercase;
}

.about-cards p {
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.72);
}

.services {
  width: min(1180px, calc(100% - 36px));
  margin: 0 auto;
  padding: clamp(30px, 6vw, 70px) 0;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.service-panel {
  min-height: 0;
  display: grid;
  grid-template-rows: 240px auto;
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.025) 0 1px, transparent 1px 38px),
    repeating-linear-gradient(
      10deg,
      rgba(215, 165, 44, 0.03) 0 1px,
      transparent 1px 18px
    ),
    #0d0d0c;
  border: 1px solid var(--line);
  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.36);
  transition: transform 200ms ease, border-color 200ms ease, box-shadow 200ms ease;
}

.service-panel:target,
.service-panel.is-selected,
.board-browser:target,
.board-browser.is-selected {
  border-color: rgba(215, 165, 44, 0.72);
  animation: selected-panel 1500ms ease both;
}

.service-panel:target .service-flipbook,
.service-panel.is-selected .service-flipbook {
  animation: selected-flipbook 1500ms ease both;
}

.service-gallery {
  position: relative;
  height: 240px;
  display: grid;
  gap: 1px;
  overflow: hidden;
  background: rgba(215, 165, 44, 0.24);
}

.service-gallery::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(180deg, transparent 58%, rgba(0, 0, 0, 0.36)),
    linear-gradient(90deg, rgba(0, 0, 0, 0.1), transparent 42%, rgba(0, 0, 0, 0.12));
}

.service-gallery img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.94) contrast(0.98) brightness(0.88);
  transition: filter 200ms ease, transform 240ms ease;
}

.service-panel:hover .service-gallery img,
.board-card:hover img,
.about-cards article:hover img {
  filter: saturate(1) contrast(1.04) brightness(0.98);
  transform: scale(1.025);
}

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

.service-gallery.pair img,
.joinery-gallery img,
.kitchen-gallery img,
.shed-gallery img,
.furniture-gallery img {
  min-width: 0;
}

.joinery-gallery,
.kitchen-gallery,
.shed-gallery,
.furniture-gallery {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  background: rgba(215, 165, 44, 0.2);
}

.joinery-gallery img,
.kitchen-gallery img,
.shed-gallery img,
.furniture-gallery img {
  object-fit: cover;
  object-position: center;
}

.service-flipbook.furniture-gallery img {
  object-fit: contain;
  object-position: center;
  padding: 12px;
}

.service-flipbook.joinery-gallery,
.service-flipbook.kitchen-gallery,
.service-flipbook.shed-gallery,
.service-flipbook.furniture-gallery {
  height: 270px;
  display: grid;
  grid-template-columns: 36px minmax(0, 1fr) 36px;
  gap: 8px;
  align-items: stretch;
  padding: 10px;
  background:
    linear-gradient(135deg, rgba(215, 165, 44, 0.13), transparent 38%),
    #080807;
}

.service-flipbook .flip-stage {
  grid-column: 2;
  min-height: 0;
  height: 100%;
}

.service-flipbook .catalogue-page {
  padding: 0;
  border: 1px solid rgba(215, 165, 44, 0.2);
  box-shadow: none;
  background: #000;
}

.service-flipbook .catalogue-page img {
  min-height: 0;
  height: 100%;
  border: 0;
}

.service-flipbook .flip-control {
  z-index: 4;
  width: 36px;
  height: 100%;
  min-height: 0;
  align-self: stretch;
}

.service-flipbook .catalogue-dots {
  position: absolute;
  left: 50%;
  bottom: 16px;
  z-index: 4;
  transform: translateX(-50%);
  padding: 6px 8px;
  border: 1px solid rgba(215, 165, 44, 0.2);
  background: rgba(0, 0, 0, 0.64);
}

.service-text {
  padding: clamp(22px, 4vw, 34px);
}

.service-text span {
  display: block;
  margin-bottom: 12px;
  color: var(--blue);
  font-weight: 800;
}

.service-text h3 {
  margin-bottom: 12px;
  font-size: clamp(1.5rem, 3vw, 2.35rem);
  line-height: 1.08;
}

.service-text p {
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.72);
}

.board-browser {
  border-top: 1px solid var(--line);
}

.board-heading {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(280px, 0.75fr);
  gap: clamp(24px, 6vw, 72px);
  align-items: end;
  margin-bottom: clamp(28px, 5vw, 46px);
}

.board-heading p:last-child {
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: clamp(1rem, 1.5vw, 1.13rem);
}

.board-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 14px;
}

.board-card {
  display: grid;
  grid-template-rows: 175px auto auto 1fr;
  gap: 10px;
  min-height: 390px;
  padding: 12px 12px 22px;
  border: 1px solid rgba(215, 165, 44, 0.24);
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.024) 0 1px, transparent 1px 34px),
    #0d0d0c;
  transition: transform 200ms ease, border-color 200ms ease, box-shadow 200ms ease;
}

.board-card img {
  width: 100%;
  height: 175px;
  object-fit: cover;
  object-position: center;
  border: 1px solid rgba(215, 165, 44, 0.22);
  background: #000;
  filter: saturate(0.96) contrast(1.02);
  transition: filter 200ms ease, transform 240ms ease;
}

.board-card span {
  color: var(--soft-gold);
  font-size: 0.78rem;
  font-weight: 800;
  text-transform: uppercase;
}

.board-card h3 {
  margin-bottom: 0;
  font-size: clamp(1.25rem, 2vw, 1.75rem);
  line-height: 1.08;
}

.board-card p {
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.72);
}

.stockists {
  display: grid;
  grid-template-columns: minmax(260px, 0.7fr) minmax(0, 1fr);
  gap: clamp(18px, 4vw, 36px);
  align-items: center;
  margin-top: clamp(26px, 5vw, 46px);
  padding: clamp(20px, 4vw, 34px);
  border: 1px solid rgba(215, 165, 44, 0.24);
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.024) 0 1px, transparent 1px 34px),
    #0d0d0c;
}

.stockists h3 {
  max-width: 520px;
  margin-bottom: 0;
  font-size: clamp(1.45rem, 2.7vw, 2.4rem);
  line-height: 1.08;
}

.stockist-logos {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.stockist-logo {
  display: grid;
  place-items: center;
  align-content: center;
  gap: 12px;
  min-height: 124px;
  padding: 18px;
  border: 1px solid rgba(215, 165, 44, 0.24);
  transition: transform 200ms ease, border-color 200ms ease, box-shadow 200ms ease;
}

.stockist-logo:hover {
  border-color: rgba(215, 165, 44, 0.48);
  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.42);
  transform: translateY(-3px);
}

.stockist-logo img {
  width: 100%;
  max-height: 82px;
  object-fit: contain;
}

.barkers-main {
  background: #fff;
}

.barkers-home {
  background: #3f3f3f;
}

.stockist-displays {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.stockist-displays img {
  width: 100%;
  height: clamp(170px, 20vw, 250px);
  object-fit: cover;
  object-position: center 38%;
  border: 1px solid rgba(215, 165, 44, 0.24);
  filter: saturate(0.94) contrast(1.02) brightness(0.9);
  transition: transform 200ms ease, filter 200ms ease, border-color 200ms ease;
}

.stockist-displays img:hover {
  border-color: rgba(215, 165, 44, 0.48);
  filter: saturate(1) contrast(1.04) brightness(0.98);
  transform: translateY(-3px);
}

.stockist-displays img:nth-child(2) {
  object-position: center 28%;
}

.display-location {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: minmax(260px, 0.7fr) minmax(0, 1fr);
  gap: clamp(18px, 4vw, 36px);
  align-items: center;
  padding-top: clamp(18px, 3vw, 28px);
  border-top: 1px solid rgba(215, 165, 44, 0.2);
}

.klondyke-logo {
  background: #fff;
}

.shed-display-photo {
  grid-column: 1 / -1;
  width: 100%;
  height: clamp(190px, 27vw, 330px);
  object-fit: cover;
  object-position: center;
  border: 1px solid rgba(215, 165, 44, 0.24);
  filter: saturate(0.94) contrast(1.02) brightness(0.9);
  transition: transform 200ms ease, filter 200ms ease, border-color 200ms ease;
}

.shed-display-photo:hover {
  border-color: rgba(215, 165, 44, 0.48);
  filter: saturate(1) contrast(1.04) brightness(0.98);
  transform: translateY(-3px);
}

.reviews {
  border-top: 1px solid var(--line);
}

.reviews-heading {
  max-width: 820px;
  margin-bottom: clamp(24px, 4vw, 36px);
}

.review-panel {
  display: grid;
  grid-template-columns: minmax(220px, 0.45fr) minmax(0, 1fr);
  gap: 18px;
  align-items: stretch;
}

.subtle-review {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 18px;
}

.rating-card,
.review-copy {
  border: 1px solid rgba(215, 165, 44, 0.24);
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.024) 0 1px, transparent 1px 34px),
    #0d0d0c;
  transition: transform 200ms ease, border-color 200ms ease, box-shadow 200ms ease;
}

.rating-card:hover,
.review-copy:hover {
  border-color: rgba(215, 165, 44, 0.48);
  box-shadow: 0 22px 55px rgba(0, 0, 0, 0.5);
  transform: translateY(-3px);
}

.rating-card {
  display: grid;
  align-content: center;
  justify-items: center;
  min-height: 118px;
  padding: 22px 30px;
  text-align: center;
}

.rating-score {
  color: #fff;
  font-size: clamp(2.2rem, 4vw, 3.2rem);
  font-weight: 900;
  line-height: 0.9;
}

.rating-stars {
  margin: 14px 0 12px;
  color: var(--brass);
  font-size: 1.3rem;
  letter-spacing: 0;
}

.rating-card p,
.review-copy p {
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.72);
}

.review-copy {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  padding: clamp(24px, 4vw, 42px);
}

.review-copy p {
  max-width: 610px;
  font-size: clamp(1rem, 1.6vw, 1.14rem);
}

.contact {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 28px;
  border-top: 1px solid var(--line);
}

.contact h2 {
  max-width: 740px;
}

.contact address {
  max-width: 620px;
  margin-top: 18px;
  color: rgba(255, 255, 255, 0.76);
  font-style: normal;
  font-weight: 700;
}

.contact-details {
  display: grid;
  gap: 6px;
  margin-top: 18px;
  color: rgba(255, 255, 255, 0.78);
}

.contact-details p {
  margin-bottom: 0;
}

.contact-details strong {
  color: var(--soft-gold);
}

.contact-details a {
  text-decoration: underline;
  text-decoration-color: rgba(215, 165, 44, 0.52);
  text-underline-offset: 4px;
}

.contact-actions {
  display: grid;
  justify-items: end;
  gap: 16px;
  flex: 0 0 min(34vw, 420px);
}

.contact-actions .button {
  width: fit-content;
}

.contact-map {
  width: 100%;
  min-width: 280px;
  aspect-ratio: 16 / 10;
  overflow: hidden;
  border: 1px solid rgba(215, 165, 44, 0.28);
  background: #0b0b0a;
  box-shadow: 0 18px 46px rgba(0, 0, 0, 0.38);
}

.contact-map iframe {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
}

footer {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 18px;
  padding: 28px clamp(18px, 4vw, 54px);
  background: #000;
  color: rgba(255, 255, 255, 0.78);
  font-weight: 700;
}

footer p {
  margin: 0;
}

.footer-policies {
  display: grid;
  gap: 10px;
  width: min(100%, 520px);
}

.footer-policies details {
  border: 1px solid rgba(215, 165, 44, 0.24);
  background: rgba(255, 255, 255, 0.025);
  transition: border-color 200ms ease, background 200ms ease;
}

.footer-policies details[open] {
  border-color: rgba(215, 165, 44, 0.5);
  background: rgba(255, 255, 255, 0.04);
}

.footer-policies summary {
  cursor: pointer;
  list-style: none;
  padding: 13px 16px;
  color: var(--soft-gold);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 1.1rem;
}

.footer-policies summary::-webkit-details-marker {
  display: none;
}

.footer-policies summary::after {
  content: "+";
  float: right;
  color: var(--gold);
}

.footer-policies details[open] summary::after {
  content: "-";
}

.policy-copy {
  display: grid;
  gap: 10px;
  padding: 0 16px 16px;
  color: rgba(255, 255, 255, 0.72);
  font-weight: 500;
  line-height: 1.6;
}

.social-links {
  display: flex;
  align-items: center;
  gap: 10px;
}

.contact-details .social-links {
  margin-top: 8px;
}

.social-heading {
  margin-top: 14px;
  color: var(--gold);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 1.15rem;
}

.social-links a {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border: 1px solid rgba(215, 165, 44, 0.36);
  color: #fff;
  background:
    linear-gradient(135deg, rgba(215, 165, 44, 0.18), transparent 52%),
    #0b0b0a;
  transition: transform 200ms ease, border-color 200ms ease, box-shadow 200ms ease, color 200ms ease;
}

.social-links a:hover {
  color: var(--gold);
  border-color: rgba(215, 165, 44, 0.72);
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.42);
  transform: translateY(-2px);
}

.social-links svg {
  width: 20px;
  height: 20px;
  fill: currentColor;
}

@keyframes logo-settle {
  from {
    opacity: 0;
    transform: translateY(-8px) scale(0.96);
  }

  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

@keyframes logo-glow {
  0%,
  100% {
    filter: drop-shadow(0 0 0 rgba(215, 165, 44, 0));
  }

  50% {
    filter: drop-shadow(0 0 10px rgba(215, 165, 44, 0.32));
  }
}

@keyframes intro-logo {
  0% {
    opacity: 0;
    transform: translateY(10px) scale(0.94);
  }

  24%,
  72% {
    opacity: 1;
    transform: translateY(0) scale(1);
    filter: drop-shadow(0 0 16px rgba(215, 165, 44, 0.34));
  }

  100% {
    opacity: 0;
    transform: translateY(-8px) scale(1.03);
    filter: drop-shadow(0 0 4px rgba(215, 165, 44, 0));
  }
}

@keyframes intro-text {
  0% {
    opacity: 0;
    transform: translateY(8px);
  }

  28%,
  72% {
    opacity: 1;
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    transform: translateY(-6px);
  }
}

@keyframes intro-away {
  0%,
  78% {
    opacity: 1;
    visibility: visible;
  }

  100% {
    opacity: 0;
    visibility: hidden;
  }
}

@keyframes intro-page-reveal {
  0%,
  72% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@keyframes catalogue-in {
  from {
    opacity: 0;
    transform: rotateY(-16deg) translateX(28px) scale(0.985);
  }

  to {
    opacity: 1;
    transform: rotateY(0deg) translateX(0) scale(1);
  }
}

@keyframes catalogue-out-next {
  from {
    opacity: 1;
    transform: rotateY(0deg) translateX(0) scale(1);
  }

  to {
    opacity: 0;
    transform: rotateY(-12deg) translateX(-26px) scale(0.985);
  }
}

@keyframes catalogue-out-prev {
  from {
    opacity: 1;
    transform: rotateY(0deg) translateX(0) scale(1);
  }

  to {
    opacity: 0;
    transform: rotateY(12deg) translateX(26px) scale(0.985);
  }
}

@keyframes selected-panel {
  0% {
    box-shadow: 0 0 0 0 rgba(215, 165, 44, 0);
  }

  28% {
    box-shadow: 0 0 0 3px rgba(215, 165, 44, 0.34), 0 24px 58px rgba(0, 0, 0, 0.54);
  }

  100% {
    box-shadow: 0 18px 45px rgba(0, 0, 0, 0.36);
  }
}

@keyframes selected-flipbook {
  0% {
    outline: 0 solid rgba(215, 165, 44, 0);
    filter: brightness(1);
  }

  30% {
    outline: 2px solid rgba(215, 165, 44, 0.72);
    outline-offset: 4px;
    filter: brightness(1.08);
  }

  100% {
    outline: 0 solid rgba(215, 165, 44, 0);
    outline-offset: 0;
    filter: brightness(1);
  }
}

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

  .site-intro,
  body::before {
    display: none;
  }
}

@media (max-width: 860px) {
  .site-header {
    grid-template-columns: auto auto;
    justify-content: space-between;
    row-gap: 10px;
  }

  .nav-links {
    grid-column: 1 / -1;
    display: grid;
    width: 100%;
    font-size: 0.72rem;
    gap: 6px;
  }

  .nav-links a {
    min-height: 36px;
    padding: 8px 4px;
  }

  .header-cta {
    grid-column: 2;
    grid-row: 1;
  }

  .hero {
    min-height: auto;
  }

  .hero-media {
    background:
      linear-gradient(180deg, rgba(0, 0, 0, 0.92), rgba(0, 0, 0, 0.76)),
      url("images/workshop.jpg") center / cover;
  }

  .hero-content,
  .intro,
  .about-cards,
  .contact,
  .review-panel,
  .board-heading,
  .stockists,
  .display-location {
    grid-template-columns: 1fr;
  }

  .flipbook {
    grid-template-columns: 42px minmax(0, 1fr) 42px;
  }

  .flip-stage {
    min-height: clamp(340px, 62vw, 520px);
  }

  .hero-content {
    padding-top: 196px;
  }

  .services {
    grid-template-columns: 1fr;
  }

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

  .featured-board {
    grid-column: 1 / -1;
  }

  .service-panel {
    min-height: 0;
  }

  .contact {
    display: grid;
    align-items: start;
  }

  .contact-actions {
    justify-items: start;
    width: 100%;
  }

  .contact-map {
    min-width: 0;
  }

  footer {
    display: grid;
  }
}

@media (max-width: 520px) {
  .site-header {
    padding: 10px 14px;
    gap: 12px;
  }

  .nav-links {
    gap: 4px;
    font-size: 0.66rem;
  }

  .nav-links a {
    min-height: 34px;
    padding: 7px 3px;
  }

  .brand img {
    width: 78px;
    height: auto;
  }

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

  .rose-values {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .rose-breakdown {
    justify-self: center;
    width: 180px;
    height: 180px;
  }

  .rose-breakdown img {
    width: 130px;
  }

  .rose-piece {
    width: 130px;
    height: 130px;
  }

  .rose-breakdown:hover .trust,
  .rose-breakdown:focus-visible .trust {
    transform: translateY(-82px) scale(1);
  }

  .rose-breakdown:hover .quality,
  .rose-breakdown:focus-visible .quality {
    transform: translateX(82px) scale(1);
  }

  .rose-breakdown:hover .service,
  .rose-breakdown:focus-visible .service {
    transform: translateY(82px) scale(1);
  }

  .rose-breakdown:hover .care,
  .rose-breakdown:focus-visible .care {
    transform: translateX(-82px) scale(1);
  }

  .header-cta {
    min-width: 76px;
    padding: 9px 12px;
    font-size: 0.88rem;
  }

  .hero-content {
    width: min(100% - 28px, 1180px);
    padding-bottom: 54px;
  }

  h1 {
    font-size: clamp(2.15rem, 13vw, 3.65rem);
  }

  .button {
    width: 100%;
  }

  .flipbook {
    grid-template-columns: 1fr 1fr;
    gap: 10px;
  }

  .flip-stage {
    grid-column: 1 / -1;
    grid-row: 1;
    min-height: 360px;
  }

  .flip-control {
    grid-row: 2;
    width: 100%;
    height: 44px;
    font-size: 1.65rem;
  }

  .catalogue-dots {
    grid-column: 1 / -1;
  }

  .catalogue-page {
    padding: 12px;
  }

  .service-gallery,
  .service-gallery img {
    height: 220px;
  }

  .about-cards article {
    grid-template-rows: auto auto 1fr;
  }

  .board-card {
    min-height: 0;
  }

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

  .furniture-gallery {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    height: 260px;
  }

  .shed-gallery {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    height: 260px;
  }

  .kitchen-gallery {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    height: 260px;
  }

  .joinery-gallery {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    height: 260px;
  }

  .board-grid {
    grid-template-columns: 1fr;
  }

  .stockist-logos {
    grid-template-columns: 1fr;
  }

  .stockist-displays {
    grid-template-columns: 1fr;
  }

  .featured-board {
    grid-column: auto;
  }
}

#cabinetry .service-flipbook.furniture-gallery .catalogue-page img {
  object-fit: contain;
  object-position: center;
  box-sizing: border-box;
  padding: 12px;
}

#cabinetry .service-flipbook.furniture-gallery .catalogue-page:first-child img {
  object-fit: cover;
  padding: 0;
}

