:root {
  color-scheme: dark;
  --bg: #110c0b;
  --bg-2: #1a1311;
  --ink: #f0e4d8;
  --muted: #b39a8c;
  --safe: #d14a32;
  --tung: #e8a45a;
  --line: rgba(209, 74, 50, 0.25);
  --danger: #e85d5d;
  --display: "Cormorant Garamond", "Palatino Linotype", serif;
  --sans: "Barlow", "Segoe UI", system-ui, sans-serif;
}

*,
*::before,
*::after { box-sizing: border-box; }

html {
  background: var(--bg);
  color: var(--ink);
  font-size: 17.5px;
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
  min-height: 100vh;
  font-family: var(--sans);
  line-height: 1.62;
  background:
    radial-gradient(900px 480px at 18% -10%, rgba(209, 74, 50, 0.12), transparent 50%),
    var(--bg);
}

img { max-width: 100%; height: auto; display: block; }
a { color: var(--safe); text-decoration-thickness: 1px; text-underline-offset: 0.18em; }
a:hover { color: var(--tung); }
.skip { position: absolute; left: -999px; }
.skip:focus { left: 1rem; top: 1rem; z-index: 50; background: #000; padding: 0.5rem 0.8rem; }

.wrap { width: min(1100px, calc(100% - 2.2rem)); margin-inline: auto; }
.wrap-wide { width: min(1280px, calc(100% - 2rem)); margin-inline: auto; }

.nav {
  position: sticky;
  top: 0;
  z-index: 30;
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.9rem 1.3rem;
  background: rgba(17, 12, 11, 0.9);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid var(--line);
}
.brand {
  font-family: var(--display);
  font-style: italic;
  font-weight: 600;
  color: var(--ink);
  text-decoration: none;
  font-size: 1.35rem;
}
.brand span { color: var(--safe); font-style: normal; font-size: 0.55em; letter-spacing: 0.22em; margin-left: 0.35em; vertical-align: 0.35em; }
.nav-links { display: flex; gap: 1.15rem; align-items: center; font-size: 0.9rem; }
.nav-links a { color: var(--muted); text-decoration: none; }
.nav-links a:hover { color: var(--ink); }
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 1.15rem;
  background: var(--safe);
  color: #1a0c0a !important;
  font-weight: 700;
  text-decoration: none !important;
  border: 0;
  cursor: pointer;
  font-family: var(--sans);
  font-size: 0.92rem;
}
.btn:hover { background: var(--tung); color: #1a1206 !important; }
.btn-ghost {
  background: transparent;
  color: var(--safe) !important;
  border: 1px solid var(--safe);
}
.btn-ghost:hover { background: var(--safe); color: #1a0c0a !important; }

.hero {
  position: relative;
  min-height: min(92vh, 860px);
  display: grid;
  place-items: end stretch;
  overflow: hidden;
  isolation: isolate;
}
.hero img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -2;
}
.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(180deg, rgba(17,12,11,0.2) 0%, rgba(17,12,11,0.5) 48%, rgba(17,12,11,0.96) 100%),
    linear-gradient(90deg, rgba(17,12,11,0.4), transparent 45%);
}
.hero-copy { width: min(1100px, calc(100% - 2.2rem)); margin: 0 auto 4.4rem; }
.kicker {
  letter-spacing: 0.24em;
  text-transform: uppercase;
  font-size: 0.72rem;
  color: var(--tung);
  margin: 0 0 0.5rem;
}
.wordmark {
  font-family: var(--display);
  font-style: italic;
  font-weight: 600;
  line-height: 0.9;
  font-size: clamp(3.2rem, 11vw, 8rem);
  margin: 0;
  color: #f6ece4;
}
.wordmark small {
  display: block;
  font-style: normal;
  font-size: 0.28em;
  letter-spacing: 0.38em;
  color: var(--safe);
  margin-top: 0.25em;
}
.lede {
  max-width: 36rem;
  font-size: 1.12rem;
  margin: 1.1rem 0 1.35rem;
}
.hero-actions { display: flex; gap: 0.75rem; flex-wrap: wrap; }

.section { padding: 4.3rem 0; }
.section h2 {
  font-family: var(--display);
  font-style: italic;
  font-weight: 600;
  font-size: clamp(1.8rem, 4vw, 2.6rem);
  margin: 0 0 1rem;
}
.copy p { margin: 0 0 1rem; }
.copy p.muted { color: var(--muted); }

.uses {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
}
.use {
  background: var(--bg-2);
  border: 1px solid var(--line);
  padding: 1.15rem 1.15rem 1.25rem;
}
.use h3 {
  margin: 0 0 0.4rem;
  font-family: var(--display);
  font-style: italic;
  font-size: 1.25rem;
  color: var(--safe);
}
.use p { margin: 0; color: var(--muted); font-size: 0.95rem; }

.mosaic {
  display: grid;
  grid-template-columns: 1.15fr 0.9fr 1fr;
  gap: 0.65rem;
}
.mosaic figure { margin: 0; position: relative; overflow: hidden; background: #000; }
.mosaic img { width: 100%; height: 100%; object-fit: cover; min-height: 230px; }
.mosaic .span-2 { grid-column: span 2; }
.mosaic figcaption {
  position: absolute;
  left: 0.7rem;
  bottom: 0.6rem;
  font-size: 0.72rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #fff;
  text-shadow: 0 1px 8px #000;
}

.split {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 0.7rem;
  align-items: stretch;
}
.split img { width: 100%; height: 100%; object-fit: cover; min-height: 360px; }

.inquire {
  background:
    linear-gradient(180deg, rgba(209,74,50,0.08), transparent 42%),
    var(--bg-2);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
form { display: grid; gap: 0.85rem; max-width: 36rem; }
label { font-size: 0.8rem; letter-spacing: 0.08em; text-transform: uppercase; color: var(--muted); }
input, textarea {
  width: 100%;
  margin-top: 0.3rem;
  padding: 0.7rem 0.75rem;
  background: #110c0b;
  color: var(--ink);
  border: 1px solid var(--line);
  font: inherit;
}
textarea { min-height: 8rem; resize: vertical; }
.hp { position: absolute; left: -9999px; height: 0; overflow: hidden; }
.note { color: var(--muted); font-size: 0.92rem; }
.err {
  color: var(--danger);
  border: 1px solid rgba(232, 93, 93, 0.4);
  padding: 0.7rem 0.8rem;
  background: rgba(232, 93, 93, 0.08);
}
.ok {
  color: var(--tung);
  border: 1px solid var(--line);
  padding: 1rem 1.1rem;
  background: rgba(232, 164, 90, 0.08);
}

.site-foot {
  padding: 2.3rem 0 3.1rem;
  color: var(--muted);
  font-size: 0.9rem;
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  flex-wrap: wrap;
}
.site-foot a { color: var(--muted); }
.site-foot a:hover { color: var(--safe); }

@media (max-width: 900px) {
  .uses { grid-template-columns: 1fr; }
  .mosaic { grid-template-columns: 1fr 1fr; }
  .mosaic .span-2 { grid-column: span 2; }
  .split { grid-template-columns: 1fr; }
}
@media (max-width: 620px) {
  .mosaic { grid-template-columns: 1fr; }
  .mosaic .span-2 { grid-column: auto; }
  .nav-links a:not(.btn) { display: none; }
}
