:root {
  --ink: #0a0a0a;
  --paper: #fff;
  --white: #fff;
  --line: #000;
  --serif: "Times New Roman", Times, serif;
  --sans: Arial, Helvetica, sans-serif;
}

* { box-sizing: border-box; }
[hidden] { display: none !important; }
html {
  scroll-behavior: smooth;
  background: #fff;
  color-scheme: only light;
}
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: var(--sans);
  font-size: 16px;
  line-height: 1.6;
}
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
button, input, select, textarea { font: inherit; }
.skip-link { position: fixed; left: 1rem; top: -5rem; z-index: 100; background: white; padding: .75rem 1rem; }
.skip-link:focus { top: 1rem; }

.site-header {
  z-index: 20;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 2.5rem 4vw .9rem;
  background: rgba(255, 255, 255, .94);
  backdrop-filter: blur(14px);
  border-bottom: 0;
}
.brand-banner { display: flex; width: min(660px, 78vw); justify-content: center; }
.brand-banner img { width: 100%; height: auto; }
.wordmark { display: inline-flex; flex-direction: column; line-height: 1; }
.wordmark span { font-family: var(--serif); font-size: 1.45rem; letter-spacing: -.045em; }
.wordmark small { margin-top: .45rem; font-size: .58rem; letter-spacing: .42em; }
nav { display: flex; justify-content: center; gap: clamp(1rem, 3vw, 3.5rem); margin-top: .35rem; font-size: .78rem; letter-spacing: .08em; text-transform: uppercase; }
nav a { position: relative; padding: .4rem 0; }
nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: 0; height: 1px; background: var(--ink); transition: right .25s ease; }
nav a:hover::after, nav a:focus-visible::after { right: 0; }

.hero {
  min-height: auto;
  display: grid;
  grid-template-columns: 1fr;
  border-bottom: 2px solid var(--line);
}
.hero-copy { min-height: 560px; display: flex; flex-direction: column; align-items: center; justify-content: center; padding: clamp(4rem, 7vw, 7rem) 4vw; text-align: center; }
.eyebrow { margin: 0 0 1.8rem; font-size: .7rem; letter-spacing: .3em; text-transform: uppercase; }
.hero-copy .eyebrow { font-size: clamp(.9rem, 1.15vw, 1.15rem); letter-spacing: .24em; }
h1, h2, blockquote { font-family: var(--serif); font-weight: 400; letter-spacing: -.045em; line-height: .96; }
h1 { max-width: 780px; margin: 0; font-size: clamp(3.2rem, 4.8vw, 5.8rem); }
h1 em { font-weight: 400; }
.nowrap { white-space: nowrap; }
.hero-intro { max-width: 590px; margin: 2.2rem 0 2.7rem; font-size: clamp(1rem, 1.35vw, 1.22rem); }
.button { display: inline-flex; align-items: center; justify-content: space-between; gap: 2.5rem; width: fit-content; min-height: 56px; padding: 0 1.5rem; border: 1px solid var(--ink); font-size: .72rem; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; cursor: pointer; transition: background .2s, color .2s; }
.button-dark { background: var(--ink); color: var(--white); }
.button-dark:hover, .button-dark:focus-visible { background: transparent; color: var(--ink); }
.button-light { width: 100%; background: var(--white); color: var(--ink); border-color: var(--white); }
.button-light:hover, .button-light:focus-visible { background: transparent; color: var(--white); }
.hero-visual { position: relative; overflow: hidden; min-height: clamp(380px, 38vw, 600px); background: var(--ink); }
.hero-visual img, .collection-image img { width: 100%; height: 100%; object-fit: cover; }
.hero-visual img { object-position: center center; }
.hero-visual::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 55%, rgba(0,0,0,.38)); pointer-events: none; }
.vertical-note { position: absolute; z-index: 2; left: 50%; bottom: 1.35rem; margin: 0; color: white; font-size: .62rem; font-weight: 700; letter-spacing: .32em; white-space: nowrap; text-shadow: 0 1px 5px rgba(0,0,0,.95), 0 0 12px rgba(0,0,0,.7); transform: translateX(-50%); }
.image-placeholder { width: 100%; height: 100%; min-height: inherit; display: grid; place-items: center; color: rgba(255,255,255,.55); background: linear-gradient(145deg, #181818, #020202); }
.image-placeholder span { font-family: var(--serif); font-size: 1.4rem; font-style: italic; }

.manifesto { display: flex; flex-direction: column; align-items: center; gap: 2rem; padding: clamp(5rem, 11vw, 11rem) 6vw; text-align: center; border-bottom: 2px solid var(--line); }
h2 { margin: 0; font-size: clamp(3rem, 5.6vw, 6.8rem); }
.lead { max-width: 760px; margin: 0 auto .5rem; font-family: var(--serif); font-size: clamp(1.45rem, 2.15vw, 2.4rem); line-height: 1.2; }
.steps { display: grid; grid-template-columns: repeat(3, 1fr); padding: 3rem 4vw; }
.steps article { min-height: auto; display: flex; flex-direction: column; align-items: center; justify-content: center; padding: 2rem 3rem; text-align: center; }
.steps article:last-child { border-right: 0; }
.steps span { font-size: .7rem; letter-spacing: .2em; }
.steps h3 { margin: 0 0 .4rem; font-family: var(--serif); font-size: 1.8rem; font-weight: 400; }
.steps p { max-width: 320px; margin: 0; color: #454545; }

.services { padding: clamp(5rem, 10vw, 10rem) 6vw; border-top: 2px solid var(--line); border-bottom: 2px solid var(--line); }
.services-heading { display: flex; flex-direction: column; align-items: center; max-width: 980px; margin: 0 auto 5rem; text-align: center; }
.services-heading h2 { max-width: 900px; }
.services-heading > p:last-child { max-width: 650px; margin: 1.6rem auto 0; color: #454545; }
.service-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); max-width: 1180px; margin: 0 auto; border-top: 2px solid var(--line); border-left: 2px solid var(--line); }
.service-card { min-height: 430px; display: flex; flex-direction: column; padding: clamp(2.25rem, 4vw, 4rem); border-right: 2px solid var(--line); border-bottom: 2px solid var(--line); }
.service-number { margin-bottom: 4rem; font-size: .7rem; letter-spacing: .2em; }
.service-card h3 { max-width: 500px; margin: 0 0 1.5rem; font-family: var(--serif); font-size: clamp(2.3rem, 3.6vw, 4.25rem); font-weight: 400; line-height: 1; letter-spacing: -.04em; }
.service-card p { max-width: 530px; margin: 0 0 2.5rem; color: #454545; }
.service-link { display: flex; justify-content: space-between; gap: 1rem; width: 100%; margin-top: auto; padding: 1rem 0; border-top: 1px solid var(--ink); font-size: .72rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.custom-note { max-width: 820px; margin: 3rem auto 0; text-align: center; font-family: var(--serif); font-size: clamp(1.35rem, 2vw, 2rem); }

.collection { padding: clamp(5rem, 10vw, 10rem) 6vw; background: var(--ink); color: var(--white); }
.section-heading { display: flex; flex-direction: column; align-items: center; max-width: 1000px; margin: 0 auto 5rem; text-align: center; }
.section-heading .eyebrow { margin-top: .15rem; }
.section-heading h2 { max-width: 1000px; }
.section-heading > p:last-child { max-width: 620px; margin: 1.5rem auto 0; color: #bdbdbd; }
.collection-grid { display: block; max-width: 1180px; margin: 0 auto; }
.collection-image { min-height: 640px; }
.image-placeholder-light { color: rgba(10,10,10,.55); background: linear-gradient(145deg, #f4efe6, #c8bda8); }
.product-groups { border-top: 2px solid rgba(255,255,255,.82); }
details { border-bottom: 2px solid rgba(255,255,255,.82); }
summary { display: flex; justify-content: space-between; gap: 1rem; padding: 1.5rem 0; list-style: none; cursor: pointer; font-family: var(--serif); font-size: clamp(1.45rem, 2.1vw, 2.25rem); }
summary::-webkit-details-marker { display: none; }
summary span:last-child { font-family: var(--sans); font-size: 1.2rem; transition: transform .2s; }
details[open] summary span:last-child { transform: rotate(45deg); }
details p { max-width: 650px; margin: -.25rem 3rem 1.8rem 0; color: #bdbdbd; }

.occasions { display: flex; flex-direction: column; gap: 4rem; max-width: 1180px; margin: 0 auto; padding: clamp(5rem, 10vw, 10rem) 6vw clamp(2.5rem, 5vw, 4rem); text-align: center; }
.occasions-intro { align-self: center; max-width: 1000px; }
.occasions-intro h2 { margin-top: 2rem; }
.occasion-list { border-top: 0; }
.occasion-list div { display: flex; flex-direction: column; align-items: center; gap: .4rem; padding: 1.6rem 0; border-bottom: 0; }
.occasion-list div:last-child { padding-bottom: .5rem; }
.occasion-list span { font-family: var(--serif); font-size: 1.8rem; font-weight: 400; line-height: 1.2; }
.occasion-list small { align-self: center; max-width: 380px; color: #4d4d4d; font-size: .95rem; }

.bespoke { padding: clamp(3rem, 5vw, 5rem) 8vw clamp(5rem, 9vw, 9rem); text-align: center; border-top: 0; }
.bespoke blockquote { max-width: 1100px; margin: 0 auto 2rem; font-size: clamp(3rem, 6vw, 7rem); }
.bespoke > p:last-child { max-width: 650px; margin: 0 auto; }

.enquire { display: grid; grid-template-columns: .85fr 1.15fr; gap: 8vw; padding: clamp(5rem, 9vw, 9rem) 6vw; background: var(--ink); color: white; }
.enquire-copy { text-align: center; }
.enquire-copy h2 { max-width: 720px; margin: 2rem auto; }
.enquire-copy > p:not(.eyebrow) { max-width: 520px; margin-left: auto; margin-right: auto; color: #bdbdbd; }
.contact-note { margin-top: 3rem !important; font-size: .72rem; letter-spacing: .22em; text-transform: uppercase; }
.enquiry-form { display: flex; flex-direction: column; gap: 1.4rem; }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 1.25rem; }
label { display: flex; flex-direction: column; gap: .5rem; }
label span { font-size: .68rem; letter-spacing: .16em; text-transform: uppercase; }
input, select, textarea { width: 100%; border: 0; border-bottom: 1px solid rgba(255,255,255,.35); border-radius: 0; padding: .75rem .1rem; color: white; background: transparent; outline: none; }
select { color-scheme: dark; }
select, option { -webkit-hyphens: none; hyphens: none; word-break: keep-all; }
select option { color: #000; background: #fff; }
textarea { resize: vertical; }
input:focus, select:focus, textarea:focus { border-bottom-color: white; }
::placeholder { color: #777; opacity: 1; }
.form-note { margin: -.55rem 0 0; color: #8d8d8d; font-size: .78rem; }
.form-note strong { color: var(--white); font-weight: 700; }
.form-success-message { margin: 0; padding: 2.4rem 0; border-top: 1px solid rgba(255,255,255,.2); border-bottom: 1px solid rgba(255,255,255,.2); font-family: var(--serif); font-size: clamp(1.3rem, 2vw, 1.7rem); line-height: 1.4; color: white; }

footer { display: grid; grid-template-columns: 1fr auto 1fr; align-items: end; gap: 2rem; padding: 3rem 4vw; background: var(--ink); color: white; border-top: 1px solid rgba(255,255,255,.18); }
footer > div { display: flex; gap: 2rem; font-size: .75rem; text-transform: uppercase; letter-spacing: .12em; }
footer > p { justify-self: end; margin: 0; font-family: var(--serif); font-style: italic; }
.wordmark-footer span { font-size: 1.15rem; }
.wordmark-footer { align-items: center; }
.wordmark-footer small { width: 100%; text-align: center; }
.footer-link { display: inline-flex; align-items: center; gap: .55rem; }
.footer-link svg { flex: 0 0 auto; width: 1.15rem; height: 1.15rem; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.footer-link .icon-dot { fill: currentColor; stroke: none; }

.reveal { opacity: 0; transform: translateY(18px); transition: opacity .75s ease, transform .75s ease; }
.reveal.visible { opacity: 1; transform: none; }

@media (max-width: 920px) {
  .site-header { padding-top: .9rem; }
  .brand-banner { width: min(560px, 82vw); }
  .site-header nav a:not(:last-child) { display: none; }
  .hero { min-height: auto; grid-template-columns: 1fr; }
  .hero-copy { min-height: 620px; }
  .hero-visual { min-height: 560px; }
  .manifesto .lead { margin-top: 1rem; }
  .service-grid { grid-template-columns: 1fr; }
  .collection-grid, .occasions, .enquire { grid-template-columns: 1fr; }
  .occasions-intro { position: static; }
  footer { grid-template-columns: 1fr 1fr; }
  footer > p { display: none; }
}

@media (max-width: 640px) {
  body { font-size: 16px; }
  .site-header { padding: 2.25rem 1rem .65rem; }
  .brand-banner { width: min(355px, 92vw); }
  .wordmark span { font-size: 1.05rem; }
  .wordmark small { font-size: .48rem; }
  nav a { font-size: .68rem; }
  .hero-copy { min-height: auto; padding: 2.6rem 1.25rem 4.5rem; }
  h1 { font-size: clamp(2.2rem, 11vw, 4.4rem); }
  .hero-visual { min-height: 470px; }
  .manifesto { padding: 5rem 1.25rem; }
  .steps { grid-template-columns: 1fr; }
  .steps { padding: 2.25rem 1.25rem; }
  .steps article { min-height: auto; padding: 1.6rem 1.25rem; border: 0; }
  .services, .collection, .enquire { padding: 5rem 1.25rem; }
  .occasions { padding: 5rem 1.25rem 2.25rem; }
  .services-heading { margin-bottom: 3rem; }
  .service-card { min-height: 390px; align-items: center; padding: 2.75rem 1.5rem; text-align: center; }
  .service-number { margin-bottom: 3rem; }
  .service-card h3 { max-width: 12ch; margin-left: auto; margin-right: auto; }
  .service-card p { max-width: 31rem; margin-left: auto; margin-right: auto; text-wrap: pretty; }
  .service-link { position: relative; justify-content: center; padding-left: 2.4rem; padding-right: 2.4rem; text-align: center; }
  .service-link span { position: absolute; right: .25rem; top: 50%; transform: translateY(-50%); }
  .section-heading { gap: 1.25rem; }
  .collection-image { min-height: 430px; }
  summary { padding: 1.25rem 0; }
  details p { margin-right: 0; }
  .occasion-list div { grid-template-columns: 1fr; gap: .4rem; }
  .bespoke { padding: 2.75rem 1.25rem 5rem; }
  .field-row { grid-template-columns: 1fr; }
  footer { grid-template-columns: 1fr; justify-items: center; align-items: start; padding: 2.5rem 1.25rem; text-align: center; }
  footer > div { width: 100%; flex-direction: column; align-items: center; gap: .75rem; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; transition-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
}
