:root {
  --hue: 205;
  --bg: hsl(var(--hue) 22% 5%);
  --bg-2: hsl(var(--hue) 18% 9%);
  --surface: hsl(var(--hue) 16% 13%);
  --line: hsl(var(--hue) 12% 40%);
  --line-soft: hsl(var(--hue) 14% 19%);
  --muted: hsl(var(--hue) 10% 70%);
  --text: hsl(var(--hue) 16% 96%);
  --accent: hsl(var(--hue) 44% 66%);
  --accent-deep: hsl(var(--hue) 40% 22%);

  --s1: 4px;
  --s2: 8px;
  --s3: 16px;
  --s4: 24px;
  --s5: 32px;
  --s6: 48px;
  --s7: 64px;
  --s8: 96px;
  --s9: 128px;

  --f-xs: 13px;
  --f-sm: 14px;
  --f-base: 16px;
  --f-md: 20px;
  --f-lg: 25px;
  --f-xl: 31px;
  --f-2xl: 39px;
  --f-3xl: 49px;
  --f-4xl: 61px;

  --wrap: 1320px;
  --display: "Cormorant Garamond", Georgia, serif;
  --body: "Inter", "Helvetica Neue", Arial, sans-serif;
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  background: var(--bg);
  color: var(--text);
  font-family: var(--body);
  font-size: var(--f-base);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}

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

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

h1, h2, h3, h4 { margin: 0; font-weight: 400; }

p { margin: 0; }

:focus-visible {
  outline: 2px solid var(--accent);
  outline-offset: 3px;
}

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

.eyebrow {
  font-size: var(--f-xs);
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--accent);
  line-height: 1.5;
}

.display {
  font-family: var(--display);
  font-size: var(--f-2xl);
  line-height: 1.15;
  letter-spacing: 0.01em;
}

.lead {
  color: var(--muted);
  font-size: var(--f-base);
  line-height: 1.7;
  max-width: 56ch;
}

.topbar {
  border-bottom: 1px solid var(--line-soft);
  background: var(--bg);
  font-size: var(--f-xs);
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--muted);
}

.topbar .wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: var(--s4);
  min-height: 48px;
}

.topbar span { line-height: 1.5; }

.currency {
  display: flex;
  align-items: center;
  gap: var(--s1);
}

.currency button {
  font: inherit;
  letter-spacing: 0.14em;
  color: var(--muted);
  background: transparent;
  border: 1px solid transparent;
  min-height: 48px;
  min-width: 48px;
  padding: 0 var(--s3);
  cursor: pointer;
}

.currency button[aria-pressed="true"] {
  color: var(--text);
  border-color: var(--line);
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  background: hsl(var(--hue) 22% 5% / 0.94);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid var(--line-soft);
}

.site-header .wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: var(--s5);
  min-height: 80px;
}

.brandmark {
  display: flex;
  align-items: baseline;
  gap: var(--s2);
  font-family: var(--display);
  font-size: var(--f-lg);
  letter-spacing: 0.04em;
}

.brandmark small {
  font-family: var(--body);
  font-size: 11px;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: var(--muted);
}

.nav {
  display: flex;
  align-items: center;
  gap: var(--s1);
}

.nav a {
  display: inline-flex;
  align-items: center;
  min-height: 48px;
  padding: 0 var(--s3);
  font-size: var(--f-xs);
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--muted);
}

.nav a:hover, .nav a[aria-current="page"] { color: var(--text); }

.nav-toggle {
  display: none;
  min-height: 48px;
  min-width: 48px;
  align-items: center;
  justify-content: center;
  gap: 5px;
  flex-direction: column;
  background: transparent;
  border: 1px solid var(--line);
  cursor: pointer;
}

.nav-toggle i {
  display: block;
  width: 18px;
  height: 1px;
  background: var(--text);
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 var(--s5);
  font-size: var(--f-xs);
  letter-spacing: 0.18em;
  text-transform: uppercase;
  border: 1px solid var(--line);
  color: var(--text);
  background: transparent;
  cursor: pointer;
  transition: border-color 0.25s ease, color 0.25s ease, background 0.25s ease;
}

.btn:hover { border-color: var(--accent); color: var(--accent); }

.btn-primary {
  background: var(--accent);
  border-color: var(--accent);
  color: hsl(var(--hue) 30% 8%);
  font-weight: 600;
}

.btn-primary:hover {
  background: hsl(var(--hue) 44% 74%);
  border-color: hsl(var(--hue) 44% 74%);
  color: hsl(var(--hue) 30% 8%);
}

.hero {
  border-bottom: 1px solid var(--line-soft);
  background:
    radial-gradient(120% 90% at 8% 0%, hsl(var(--hue) 30% 12%) 0%, transparent 60%),
    var(--bg);
}

.hero .wrap {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: var(--s8);
  align-items: center;
  padding-top: var(--s8);
  padding-bottom: var(--s8);
}

.hero h1 {
  font-family: var(--display);
  font-size: var(--f-4xl);
  line-height: 1.08;
  margin: var(--s4) 0 var(--s4);
}

.hero h1 em {
  font-style: normal;
  display: block;
  font-size: var(--f-3xl);
  letter-spacing: 0.16em;
  text-transform: uppercase;
  font-family: var(--body);
  font-weight: 200;
  color: var(--accent);
  line-height: 1.3;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: var(--s3);
  margin-top: var(--s6);
}

.hero-figures {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: var(--s3);
  margin-top: var(--s7);
  border-top: 1px solid var(--line-soft);
  padding-top: var(--s5);
}

.hero-figures dt {
  font-family: var(--display);
  font-size: var(--f-xl);
  line-height: 1.2;
}

.hero-figures dd {
  margin: var(--s1) 0 0;
  font-size: var(--f-xs);
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--muted);
  line-height: 1.5;
}

.hero-media {
  position: relative;
  aspect-ratio: 4 / 5;
  border: 1px solid var(--line-soft);
}

.media {
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(145deg, hsl(var(--hue) 18% 14%), hsl(var(--hue) 20% 8%));
}

.media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.7s cubic-bezier(0.2, 0.7, 0.2, 1);
}

.media .ph {
  position: absolute;
  inset: 0;
  display: none;
  align-items: flex-end;
  padding: var(--s4);
  font-size: var(--f-xs);
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--muted);
  background:
    repeating-linear-gradient(135deg, hsl(var(--hue) 16% 12%) 0 12px, hsl(var(--hue) 16% 10%) 12px 24px);
  line-height: 1.5;
}

.media.is-empty img { display: none; }
.media.is-empty .ph { display: flex; }

.split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1px;
  background: var(--line-soft);
  border-top: 1px solid var(--line-soft);
  border-bottom: 1px solid var(--line-soft);
}

.split-item {
  position: relative;
  aspect-ratio: 16 / 11;
  background: var(--bg-2);
}

.split-item .media { position: absolute; inset: 0; }

.split-item img { filter: saturate(0.85) brightness(0.72); }

.split-body {
  position: absolute;
  inset: auto 0 0 0;
  padding: var(--s6);
  background: linear-gradient(to top, hsl(var(--hue) 24% 4% / 0.92), transparent);
}

.split-body h3 {
  font-family: var(--display);
  font-size: var(--f-xl);
  margin: var(--s2) 0 var(--s4);
}

.section {
  padding: var(--s8) 0;
}

.section-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: var(--s6);
  margin-bottom: var(--s7);
  border-bottom: 1px solid var(--line-soft);
  padding-bottom: var(--s4);
}

.section-head h2 {
  font-family: var(--display);
  font-size: var(--f-2xl);
  line-height: 1.15;
  margin-top: var(--s2);
}

.section-head .lead { margin-top: var(--s3); }

.terms {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  background: var(--line-soft);
  border: 1px solid var(--line-soft);
}

.term {
  background: var(--bg);
  padding: var(--s6) var(--s5);
}

.term h3 {
  font-size: var(--f-base);
  letter-spacing: 0.16em;
  text-transform: uppercase;
  margin: var(--s3) 0 var(--s3);
}

.term p { color: var(--muted); font-size: var(--f-sm); line-height: 1.7; }

.term .idx {
  font-family: var(--display);
  font-size: var(--f-md);
  color: var(--accent);
}

.grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: var(--s5) var(--s4);
}

.card {
  display: flex;
  flex-direction: column;
  background: var(--bg-2);
  border: 1px solid var(--line-soft);
}

.card .media { aspect-ratio: 4 / 5; }

.card:hover .media img { transform: scale(1.04); }

.card-body {
  display: flex;
  flex-direction: column;
  gap: var(--s2);
  padding: var(--s4);
  flex: 1;
}

.card h3 {
  font-family: var(--display);
  font-size: var(--f-md);
  line-height: 1.25;
}

.card p {
  color: var(--muted);
  font-size: var(--f-sm);
  line-height: 1.6;
}

.card .moq {
  font-size: var(--f-xs);
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--muted);
  line-height: 1.5;
}

.card-foot {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: var(--s3);
  margin-top: auto;
  padding-top: var(--s4);
  border-top: 1px solid var(--line-soft);
}

.price {
  font-family: var(--display);
  font-size: var(--f-lg);
  line-height: 1.2;
}

.card-foot .btn {
  padding: 0 var(--s3);
  font-size: 11px;
  letter-spacing: 0.14em;
}

.band {
  border-top: 1px solid var(--line-soft);
  border-bottom: 1px solid var(--line-soft);
  background: var(--bg-2);
}

.band .wrap {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: var(--s8);
  padding-top: var(--s8);
  padding-bottom: var(--s8);
  align-items: center;
}

.steps { display: grid; gap: var(--s5); }

.step {
  display: grid;
  grid-template-columns: 48px 1fr;
  gap: var(--s4);
  align-items: start;
}

.step b {
  font-family: var(--display);
  font-size: var(--f-lg);
  color: var(--accent);
  font-weight: 400;
  line-height: 1.2;
}

.step h3 {
  font-size: var(--f-base);
  letter-spacing: 0.14em;
  text-transform: uppercase;
  margin-bottom: var(--s1);
}

.step p { color: var(--muted); font-size: var(--f-sm); line-height: 1.7; }

.enquiry {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: var(--s4);
  margin-top: var(--s6);
}

.field { display: flex; flex-direction: column; gap: var(--s2); }

.field.wide { grid-column: 1 / -1; }

label {
  font-size: var(--f-xs);
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--muted);
  line-height: 1.5;
}

input, select, textarea {
  font: inherit;
  font-size: var(--f-sm);
  color: var(--text);
  background: var(--bg);
  border: 1px solid var(--line);
  min-height: 48px;
  padding: var(--s2) var(--s3);
}

textarea { min-height: 96px; resize: vertical; line-height: 1.6; }

.doc {
  padding: var(--s8) 0 var(--s9);
}

.doc-head {
  border-bottom: 1px solid var(--line-soft);
  padding-bottom: var(--s6);
  margin-bottom: var(--s7);
}

.doc-head h1 {
  font-family: var(--display);
  font-size: var(--f-3xl);
  line-height: 1.1;
  margin: var(--s3) 0 var(--s4);
}

.doc-body { max-width: 78ch; display: grid; gap: var(--s6); }

.doc-body h2 {
  font-family: var(--display);
  font-size: var(--f-xl);
  line-height: 1.25;
  margin-bottom: var(--s3);
}

.doc-body h3 {
  font-size: var(--f-base);
  letter-spacing: 0.12em;
  text-transform: uppercase;
  margin: var(--s5) 0 var(--s2);
}

.doc-body p, .doc-body li { color: var(--muted); line-height: 1.75; }

.doc-body strong { color: var(--text); font-weight: 600; }

.doc-body ul, .doc-body ol { margin: var(--s3) 0 0; padding-left: var(--s4); display: grid; gap: var(--s2); }

table {
  width: 100%;
  border-collapse: collapse;
  margin-top: var(--s4);
  font-size: var(--f-sm);
}

th, td {
  border: 1px solid var(--line-soft);
  padding: var(--s3);
  text-align: left;
  color: var(--muted);
  line-height: 1.6;
  vertical-align: top;
}

th {
  color: var(--text);
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-size: var(--f-xs);
}

.note {
  border-left: 2px solid var(--accent);
  padding: var(--s3) var(--s4);
  background: var(--bg-2);
  color: var(--muted);
  font-size: var(--f-sm);
  line-height: 1.7;
}

.site-footer {
  border-top: 1px solid var(--line-soft);
  background: var(--bg-2);
  padding: var(--s8) 0 var(--s6);
}

.foot-grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr 1.2fr;
  gap: var(--s7);
}

.foot-grid h4 {
  font-size: var(--f-xs);
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--accent);
  margin-bottom: var(--s4);
}

.foot-grid p, .foot-grid li {
  color: var(--muted);
  font-size: var(--f-sm);
  line-height: 1.8;
}

.foot-grid ul { list-style: none; margin: 0; padding: 0; }

.foot-grid a:hover { color: var(--text); }

.foot-brand {
  font-family: var(--display);
  font-size: var(--f-lg);
  color: var(--text);
  margin-bottom: var(--s3);
}

.foot-bottom {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: var(--s4);
  margin-top: var(--s7);
  padding-top: var(--s4);
  border-top: 1px solid var(--line-soft);
  font-size: var(--f-xs);
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--muted);
  line-height: 1.6;
}

@media (max-width: 1080px) {
  .grid { grid-template-columns: repeat(3, 1fr); }
  .terms { grid-template-columns: repeat(2, 1fr); }
  .hero .wrap { gap: var(--s6); }
  .foot-grid { grid-template-columns: 1fr 1fr; gap: var(--s6); }
}

@media (max-width: 860px) {
  .wrap { padding: 0 var(--s4); }
  .nav {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    flex-direction: column;
    align-items: stretch;
    background: var(--bg);
    border-bottom: 1px solid var(--line-soft);
    padding: var(--s2) var(--s4) var(--s4);
  }
  .nav.is-open { display: flex; }
  .nav-toggle { display: inline-flex; }
  .site-header .wrap { position: relative; }
  .hero .wrap { grid-template-columns: 1fr; padding-top: var(--s7); padding-bottom: var(--s7); }
  .hero h1 { font-size: var(--f-2xl); }
  .hero h1 em { font-size: var(--f-xl); }
  .split { grid-template-columns: 1fr; }
  .band .wrap { grid-template-columns: 1fr; gap: var(--s6); }
  .section { padding: var(--s7) 0; }
  .section-head { flex-direction: column; align-items: flex-start; gap: var(--s3); }
  .split-body { padding: var(--s4); }
}

@media (max-width: 620px) {
  .grid { grid-template-columns: repeat(2, 1fr); gap: var(--s4) var(--s3); }
  .hero-figures { grid-template-columns: 1fr; gap: var(--s4); }
  .terms { grid-template-columns: 1fr; }
  .enquiry { grid-template-columns: 1fr; }
  .foot-grid { grid-template-columns: 1fr; }
  .card-foot { flex-direction: column; align-items: flex-start; }
  .card-foot .btn { width: 100%; }
  .doc-head h1 { font-size: var(--f-2xl); }
}

@media (prefers-reduced-motion: reduce) {
  * { transition: none !important; animation: none !important; }
  html { scroll-behavior: auto; }
}
