:root {
  --page: #f5f5f4;
  --panel: #ffffff;
  --text: #18181b;
  --muted: #60636c;
  --line: rgba(24, 24, 27, 0.1);
  --accent: #4e5a61;
  --band: #dfe5e6;
  --band-card: #eef2f2;
  --band-card-alt: #e7ecec;
  --accent-fill: #dfe5e6;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--page);
  color: var(--text);
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, textarea { font: inherit; }
button { background: none; border: 0; padding: 0; cursor: pointer; }

.page-grain {
  pointer-events: none;
  position: fixed;
  inset: 0;
  opacity: 0.05;
  background-image: radial-gradient(rgba(24, 24, 24, 0.35) 0.45px, transparent 0.55px);
  background-size: 6px 6px;
  mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.55), rgba(0, 0, 0, 0.18));
  -webkit-mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.55), rgba(0, 0, 0, 0.18));
}

.container {
  width: min(1200px, calc(100% - 48px));
  margin: 0 auto;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 30;
  border-bottom: 1px solid var(--line);
  background: rgba(241, 238, 232, 0.85);
  backdrop-filter: blur(12px);
}
.site-header__inner,
.site-footer__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 20px 0;
}
.site-nav {
  display: flex;
  align-items: center;
  gap: 28px;
}
.site-nav a {
  font-size: 15px;
  color: #3f434d;
}
.site-nav a:hover { color: var(--text); }

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
}
.brand-mark-wrap {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.brand-line {
  width: 56px;
  height: 1px;
  background: rgba(24, 24, 27, 0.8);
}
.brand-mark {
  position: absolute;
  display: flex;
  width: 48px;
  height: 48px;
  align-items: center;
  justify-content: center;
  border: 2px solid var(--text);
  border-radius: 999px;
  background: var(--page);
  font-weight: 700;
  font-size: 20px;
}
.brand-wordmark {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.26em;
  text-transform: uppercase;
  color: #27272a;
}

.stock-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  border: 1px solid #cfd8da;
  background: var(--accent-fill);
  padding: 10px 16px;
}
.stock-pill:hover,
.stock-pill.is-active {
  border-color: #c5d0d2;
  background: #e7ecec;
}

.hero {
  position: relative;
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  align-items: center;
  gap: 48px;
  min-height: 88vh;
  padding: 48px 0 64px;
  overflow: hidden;
}
.hero-wash {
  position: absolute;
  z-index: -1;
  border-radius: 999px;
  filter: blur(140px);
}
.hero-wash--left {
  left: -12%;
  top: 2%;
  width: 560px;
  height: 560px;
  background: rgba(219, 210, 196, 0.16);
}
.hero-wash--right {
  right: -2%;
  top: 10%;
  width: 620px;
  height: 620px;
  background: rgba(232, 226, 216, 0.26);
  filter: blur(150px);
}
.hero-title,
.section-title {
  margin: 0;
  font-weight: 500;
  letter-spacing: -0.04em;
  color: #111214;
}
.hero-title {
  font-size: clamp(3rem, 7vw, 5.2rem);
  line-height: 0.92;
}
.hero-text,
.section-body {
  color: #4c515b;
  font-size: 18px;
  line-height: 1.75;
}
.hero-text { max-width: 650px; margin-top: 24px; }
.hero-text p,
.section-body { margin: 0; }
.hero-text p + p { margin-top: 16px; }
.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 32px;
}
.hero-media {
  overflow: hidden;
  border-radius: 36px;
}
.hero-media img {
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  object-position: center;
}

.section {
  padding: 80px 0;
}
.bordered {
  border-top: 1px solid var(--line);
}
.section-grid {
  display: grid;
  gap: 48px;
}
.section-grid--cards {
  grid-template-columns: 0.9fr 1.1fr;
}
.section-intro { max-width: 640px; }
.section-intro--narrow { max-width: 760px; }
.section-intro--band { max-width: 780px; }
.section-label {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 20px;
  font-size: 11px;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: #5f646e;
}
.section-label::before {
  content: "";
  display: block;
  width: 40px;
  height: 1px;
  background: rgba(24, 24, 27, 0.5);
}
.section-title {
  font-size: clamp(2.2rem, 4vw, 3.2rem);
  line-height: 1;
}
.section-body { margin-top: 20px; }

.card-grid {
  display: grid;
  gap: 20px;
}
.card-grid--three { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.card-grid--two { grid-template-columns: repeat(2, minmax(0, 1fr)); }

.card {
  border: 1px solid var(--line);
  border-radius: 28px;
  background: var(--panel);
}
.card--content,
.card--band,
.card--band-alt,
.card--accent,
.card--form {
  padding: 24px;
  box-shadow: 0 2px 10px rgba(0,0,0,0.03);
}
.card--band {
  background: var(--band-card);
}
.card--band-alt {
  background: var(--band-card-alt);
}
.card--accent {
  background: var(--accent);
  color: #f5f5f4;
}
.card--form {
  background: #fff;
}
.card-rule {
  width: 40px;
  height: 1px;
  margin-bottom: 20px;
  background: rgba(24, 24, 27, 0.35);
}
.card--accent .card-rule {
  background: rgba(245, 245, 244, 0.4);
}
.card h3,
.stock-card h3 {
  margin: 0;
  font-size: 1.3rem;
  font-weight: 500;
  letter-spacing: -0.03em;
}
.card p,
.stock-card p {
  margin: 12px 0 0;
  font-size: 15px;
  line-height: 1.7;
  color: #515663;
}
.card--accent p { color: #d5d9dd; }

.section-band {
  border-top: 1px solid var(--line);
  padding: 96px 0;
}
.section-band__inner {
  overflow: hidden;
  border-radius: 36px;
  border: 1px solid var(--line);
  background: var(--band);
  padding: 40px;
}
.section-band__inner .section-intro {
  max-width: 780px;
}
.section-band__inner .card-grid {
  margin-top: 40px;
}

.about-actions {
  margin-top: 48px;
}
.text-link {
  display: inline-flex;
  margin-top: 24px;
  font-size: 14px;
  text-decoration: underline;
  text-underline-offset: 4px;
  text-decoration-color: rgba(24,24,27,0.2);
}
.text-link--light {
  color: #f5f5f4;
  text-decoration-color: rgba(245,245,244,0.4);
}

.enquiry-grid {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 32px;
}
.contact-lines {
  margin-top: 32px;
  display: grid;
  gap: 12px;
  font-size: 15px;
  color: #555a64;
}
.form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
}
.field {
  display: grid;
  gap: 8px;
  font-size: 14px;
  color: #3f444f;
}
.field--full { grid-column: 1 / -1; }
.field input,
.field textarea {
  width: 100%;
  border: 1px solid rgba(24,24,27,0.1);
  border-radius: 20px;
  background: #f5f2ec;
  padding: 14px 16px;
  color: #18181b;
}
.field textarea { resize: vertical; }
.form-actions {
  margin-top: 24px;
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  align-items: center;
}
.form-note {
  margin: 0;
  font-size: 11px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: #747a85;
}
.hidden-field { display: none; }

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  padding: 14px 20px;
  font-size: 14px;
  transition: 0.2s ease;
}
.button--primary {
  background: var(--accent);
  color: #f5f5f4;
}
.button--primary:hover { opacity: 0.9; }
.button--secondary {
  border: 1px solid rgba(24,24,27,0.15);
  color: #343944;
  background: transparent;
}
.button--secondary:hover {
  border-color: rgba(24,24,27,0.3);
  background: #fff;
}

.stock-intro {
  padding-top: 56px;
  padding-bottom: 12px;
}
.stock-grid-wrap {
  padding-top: 16px;
  padding-bottom: 64px;
}
.stock-grid {
  display: grid;
  gap: 24px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.stock-card {
  display: flex;
  flex-direction: column;
  height: 100%;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 30px;
  background: #fff;
  box-shadow: 0 2px 10px rgba(0,0,0,0.03);
}
.stock-card img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  object-position: center;
}
.stock-card__body {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 24px;
}
.stock-card__meta {
  margin-top: 8px;
  color: #737985;
  font-size: 14px;
}
.stock-card__note {
  margin-top: 16px;
  color: #515663;
  line-height: 1.7;
}
.stock-card__footer {
  margin-top: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding-top: 32px;
}
.stock-status {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  border: 1px solid var(--line);
  padding: 5px 12px;
  font-size: 11px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #737985;
}

.contact-strip {
  display: grid;
  gap: 32px;
  align-items: center;
  grid-template-columns: 1fr auto;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 32px;
  background: var(--band);
  padding: 28px 32px;
}
.contact-strip__button {
  align-self: end;
  justify-self: end;
}

.site-footer {
  border-top: 1px solid var(--line);
  padding: 40px 0;
}
.footer-copy {
  font-size: 14px;
  color: #656b75;
}
.footer-mark { display: inline-flex; }

.thanks-page {
  min-height: 100vh;
  display: grid;
  align-content: center;
  gap: 24px;
  padding-top: 48px;
  padding-bottom: 48px;
}
.thanks-card {
  max-width: 760px;
  border: 1px solid var(--line);
  border-radius: 32px;
  background: #fff;
  padding: 40px;
  box-shadow: 0 2px 10px rgba(0,0,0,0.03);
}
.thanks-brand { width: fit-content; }

@media (max-width: 1024px) {
  .hero,
  .section-grid--cards,
  .enquiry-grid,
  .stock-grid,
  .contact-strip {
    grid-template-columns: 1fr;
  }

  .site-nav { gap: 18px; }
  .card-grid--three,
  .card-grid--two,
  .form-grid { grid-template-columns: 1fr; }
  .section-band > .section-intro,
  .section-band > .card-grid { padding-inline: 28px; }
  .contact-strip__button { justify-self: start; }
}

@media (max-width: 720px) {
  .container { width: min(1200px, calc(100% - 32px)); }
  .site-nav { display: none; }
  .hero { padding-top: 32px; gap: 32px; }
  .section,
  .section-band { padding: 64px 0; }
  .section-band > .section-intro { padding: 28px 24px 0; }
  .section-band > .card-grid { padding: 0 24px 24px; }
  .stock-intro { padding-top: 40px; }
  .stock-grid-wrap { padding-bottom: 40px; }
  .stock-card__body,
  .card--content,
  .card--band,
  .card--band-alt,
  .card--accent,
  .card--form,
  .thanks-card {
    padding: 20px;
  }
}
