:root {
  --ink: #101010;
  --ink-2: #202020;
  --ink-3: #2c2c2c;
  --paper: #ffffff;
  --paper-2: #f5f4f2;
  --paper-3: #fcfcfc;
  --copper: #b87333;
  --copper-ink: #8a5623;
  --copper-light: #d99552;
  --line: #dcd8d2;
  --body: #262626;
  --muted: #5a5a5a;
  --serif: "Playfair Display", Georgia, "Times New Roman", serif;
  --sans: "Lexend", "Helvetica Neue", Helvetica, Arial, sans-serif;
  --wrap: 1400px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: 0.01ms !important; transition-duration: 0.01ms !important; }
}
body {
  margin: 0;
  background: var(--paper);
  color: var(--body);
  font-family: var(--sans);
  font-size: 1.0625rem;
  line-height: 1.7;
  -webkit-text-size-adjust: 100%;
}
img { max-width: 100%; height: auto; display: block; }
h1, h2, h3 { font-family: var(--serif); color: var(--ink); line-height: 1.15; margin: 0 0 0.5em; font-weight: 600; text-wrap: balance; }
h1 { font-size: clamp(2.1rem, 4.4vw, 3.6rem); }
h2 { font-size: clamp(1.6rem, 3vw, 2.5rem); }
h3 { font-size: clamp(1.2rem, 1.6vw, 1.5rem); }
p { margin: 0 0 1.1em; text-wrap: pretty; }
a { color: var(--copper-ink); text-decoration: underline; text-underline-offset: 3px; }
a:hover, a:focus { color: var(--ink); }
:focus-visible { outline: 3px solid var(--copper); outline-offset: 3px; }
.wrap { width: 100%; max-width: var(--wrap); margin: 0 auto; padding: 0 24px; }
.skip {
  position: absolute; left: 12px; top: -60px; z-index: 100;
  background: var(--paper); color: var(--ink); padding: 12px 18px;
  font-weight: 600; border: 2px solid var(--copper); border-radius: 4px; text-decoration: none;
}
.skip:focus { top: 12px; }
.eyebrow {
  font-size: 1.5rem; letter-spacing: 0.06em; text-transform: uppercase;
  color: var(--copper-ink); margin: 0 0 0.4em; font-weight: 500; line-height: 1.3;
}
.section { padding: clamp(56px, 8vw, 104px) 0; }
.section--light { background: var(--paper); }
.section--tint { background: var(--paper-2); }
.section--pale { background: var(--paper-3); }
.lede { font-size: 1.15rem; max-width: 70ch; }
.btn {
  display: inline-flex; align-items: center; justify-content: center;
  min-height: 48px; padding: 12px 26px; border-radius: 30px;
  font-family: var(--sans); font-size: 1.05rem; font-weight: 500;
  text-decoration: none; cursor: pointer; border: 1px solid var(--copper);
  transition: background-color 200ms linear, color 200ms linear, border-color 200ms linear;
}
.btn-solid { background: var(--copper-ink); color: #fff; border-color: var(--copper-ink); }
.btn-solid:hover, .btn-solid:focus { background: var(--ink); color: #fff; border-color: var(--copper); }
.btn-ghost { background: var(--ink); color: #fff; border-color: #fff; }
.btn-ghost:hover, .btn-ghost:focus { background: var(--copper-ink); border-color: var(--copper-ink); color: #fff; }
.btn-dark { background: var(--ink-2); color: #fff; }
.btn-dark:hover, .btn-dark:focus { background: var(--copper-ink); color: #fff; border-color: #fff; }
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation-duration: 0.01ms !important; animation-iteration-count: 1 !important; transition-duration: 0.01ms !important; scroll-behavior: auto !important; }
}
.btn-wire {
  background: var(--ink-2); color: #fff; border: 1px solid var(--copper);
}
.btn-wire:hover, .btn-wire:focus { background: var(--copper-ink); color: #fff; border-color: #fff; }
.btn-row { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 8px; }

.callout {
  border-left: 3px solid var(--copper);
  padding: 4px 0 4px 26px;
}
.callout > :last-child { margin-bottom: 0; }
.callout h2, .callout h3 { margin-bottom: 0.35em; }
.callout--panel {
  background: var(--paper);
  border: 1px solid var(--line);
  border-left: 3px solid var(--copper);
  padding: 28px 30px;
}
.callout--dark {
  background: rgba(32, 32, 32, 0.72);
  border-left: 3px solid var(--copper);
  color: #fff;
  padding: 30px 32px;
  backdrop-filter: blur(2px);
}
.callout--dark h2, .callout--dark h3 { color: #fff; }

.site-head { background: var(--ink-2); position: sticky; top: 0; z-index: 50; }
.head-in { display: flex; align-items: center; gap: 20px; flex-wrap: wrap; padding: 10px 24px; }
.brand { display: flex; align-items: center; gap: 14px; text-decoration: none; margin-right: auto; }
.brand img { width: 62px; height: 62px; }
.brand-txt { display: flex; flex-direction: column; }
.brand-txt strong { font-family: var(--serif); font-size: clamp(1.2rem, 2.4vw, 1.75rem); font-weight: 600; color: #fff; line-height: 1.1; }
.brand-txt em { font-style: normal; font-size: 0.8rem; letter-spacing: 0.16em; text-transform: uppercase; color: var(--copper-light); }
.nav-toggle {
  display: none; align-items: center; gap: 10px; min-height: 48px; padding: 8px 16px;
  background: transparent; color: #fff; border: 1px solid var(--copper); border-radius: 30px;
  font-family: var(--sans); font-size: 1rem; cursor: pointer;
}
.bars, .bars::before, .bars::after {
  display: block; width: 20px; height: 2px; background: #fff; content: "";
}
.bars { position: relative; }
.bars::before { position: absolute; top: -6px; }
.bars::after { position: absolute; top: 6px; }
.nav { display: flex; align-items: center; gap: 26px; flex-wrap: wrap; }
.nav ul { display: flex; align-items: center; gap: 24px; list-style: none; margin: 0; padding: 0; }
.nav a {
  color: #fff; text-decoration: none; font-size: 1rem;
  padding: 12px 2px; display: inline-block; border-bottom: 2px solid transparent;
}
.nav a:hover, .nav a:focus { color: var(--copper-light); border-bottom-color: var(--copper-light); }
.nav a[aria-current="page"] { color: var(--copper-light); border-bottom-color: var(--copper-light); }
.nav-cta { white-space: nowrap; }
.nav a.nav-cta { border: 1px solid var(--copper); border-radius: 30px; padding: 12px 26px; }
.nav a.nav-cta:hover, .nav a.nav-cta:focus { border-color: #fff; color: #fff; }
@media (min-width: 981px) {
  .site-head { overflow: visible; }
  .brand { position: relative; align-items: flex-start; padding-top: 0; }
  .brand img {
    width: 126px; height: 126px; border-radius: 50%;
    margin: -6px 0 -46px; position: relative; z-index: 2;
  }
  .brand-txt { padding-top: 22px; }
}
@media (max-width: 980px) {
  .nav-toggle { display: inline-flex; }
  .nav { display: none; width: 100%; flex-direction: column; align-items: stretch; gap: 0; padding-bottom: 12px; }
  .nav.open { display: flex; }
  .nav ul { flex-direction: column; align-items: stretch; gap: 0; }
  .nav a { padding: 14px 0; border-bottom: 1px solid #3a3a3a; }
  .nav-cta { margin-top: 14px; align-self: flex-start; }
}

.hero { position: relative; background: var(--ink) center / cover no-repeat; }
.hero::before {
  content: ""; position: absolute; inset: 0; background: #000; opacity: 0.6;
}
.hero-in {
  position: relative; display: grid; grid-template-columns: 7fr 5fr; gap: 48px; align-items: center;
  padding: clamp(80px, 14vw, 190px) 24px clamp(64px, 8vw, 110px);
}
.hero h1, .hero h2 { color: #fff; }
.hero h2 { font-family: var(--sans); font-size: 1.1rem; font-weight: 400; line-height: 1.75; max-width: 62ch; }
.hero-tag {
  display: inline-block; padding: 9px 22px; border: 1px solid var(--copper); border-radius: 30px;
  background: var(--ink-2); color: #fff; font-size: 0.95rem; letter-spacing: 0.14em;
  text-transform: uppercase; margin-bottom: 22px;
}
.hero ul { color: #fff; margin: 0 0 26px; padding-left: 22px; }
.hero li { margin-bottom: 6px; }
@media (max-width: 950px) {
  .hero-in { grid-template-columns: 1fr; gap: 32px; }
}

.split { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(32px, 5vw, 72px); align-items: center; }
@media (max-width: 860px) { .split { grid-template-columns: 1fr; } }
.tick { list-style: none; margin: 0 0 1.4em; padding: 0; }
.tick li { padding-left: 26px; position: relative; margin-bottom: 10px; }
.tick li::before {
  content: ""; position: absolute; left: 0; top: 0.62em; width: 9px; height: 9px;
  background: var(--copper);
}
.cards { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 24px; margin-top: 36px; }
.card { background: var(--paper); border: 1px solid var(--line); border-left: 3px solid var(--copper); padding: 26px 26px 20px; }
.card h3 { margin-bottom: 0.4em; }
.card p { margin: 0; }

.gallery { list-style: none; margin: 30px 0 0; padding: 0; display: grid; grid-template-columns: repeat(auto-fill, minmax(260px, 1fr)); gap: 18px; }
.gallery li { margin: 0; }
.gallery button {
  display: block; width: 100%; padding: 0; border: 1px solid var(--line); background: var(--paper-2);
  cursor: pointer; overflow: hidden; position: relative;
}
.gallery button:hover img, .gallery button:focus img { transform: scale(1.04); }
.gallery img { aspect-ratio: 700 / 875; object-fit: cover; width: 100%; transition: transform 350ms ease; }
.gallery figcaption {
  font-size: 0.95rem; color: var(--muted); text-align: left; padding: 12px 14px 14px; background: var(--paper);
}
.gallery figcaption strong { display: block; color: var(--ink); font-weight: 500; }
.lightbox {
  border: 0; padding: 0; background: rgba(0, 0, 0, 0.94); width: 100%; max-width: 100%;
  max-height: 100%; height: 100%; color: #fff;
}
.lightbox::backdrop { background: rgba(0, 0, 0, 0.9); }
.lb-in { display: grid; grid-template-rows: 1fr auto; height: 100%; padding: 64px 16px 20px; }
.lb-figure { margin: 0; display: grid; place-items: center; min-height: 0; }
.lb-figure img { max-height: 74vh; width: auto; object-fit: contain; }
.lb-cap { text-align: center; padding: 14px 10px 0; font-size: 1rem; color: #f0eee9; }
.lb-cap strong { display: block; font-family: var(--serif); font-size: 1.25rem; }
.lb-btn {
  position: absolute; min-width: 48px; min-height: 48px; background: var(--ink-2); color: #fff;
  border: 1px solid var(--copper); border-radius: 50%; font-size: 1.4rem; cursor: pointer; line-height: 1;
}
.lb-btn:hover, .lb-btn:focus { background: var(--copper-ink); }
.lb-close { top: 14px; right: 14px; }
.lb-prev { left: 14px; top: 50%; }
.lb-next { right: 14px; top: 50%; }
.lb-count { position: absolute; top: 24px; left: 20px; font-size: 0.95rem; letter-spacing: 0.1em; color: #d8d4cd; }

.quote { background: var(--ink); color: #fff; padding: clamp(56px, 8vw, 96px) 0; }
.quote h2, .quote h3 { color: #fff; }
.quote a { color: #fff; }
.quote .eyebrow { color: var(--copper-light); }
.form-grid { display: grid; gap: 18px; }
.field { display: grid; gap: 7px; }
.field label { font-size: 0.98rem; color: #f2f0ec; }
.field input, .field textarea, .field select {
  font-family: var(--sans); font-size: 1rem; color: var(--ink); background: #fff;
  border: 1px solid #cfcac3; border-radius: 4px; padding: 13px 14px; min-height: 48px; width: 100%;
}
.field textarea { min-height: 130px; resize: vertical; }
.hint { font-size: 0.92rem; color: #cfcac3; }

.site-foot { background: var(--ink-2); color: #f2f0ec; padding: clamp(44px, 6vw, 72px) 0 28px; }
.site-foot a { color: #fff; }
.site-foot h2 { color: #fff; font-size: 1.55rem; }
.foot-grid { display: grid; grid-template-columns: 1.1fr 1fr; gap: clamp(28px, 5vw, 64px); }
@media (max-width: 800px) { .foot-grid { grid-template-columns: 1fr; } }
.foot-brand { font-family: var(--serif); font-size: 1.7rem; color: #fff; margin: 0 0 4px; }
.foot-tag { letter-spacing: 0.12em; text-transform: uppercase; font-size: 0.95rem; color: var(--copper-light); }
.nari { width: 180px; height: auto; margin-top: 18px; }
.foot-legal {
  display: flex; flex-wrap: wrap; gap: 8px 26px; align-items: center; justify-content: space-between;
  border-top: 1px solid #3a3a3a; margin-top: 40px; padding-top: 20px; font-size: 0.95rem;
}
.foot-legal p { margin: 0; display: flex; gap: 10px; flex-wrap: wrap; }

.qa { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 30px 40px; margin-top: 34px; }
.qa h3 { font-size: clamp(1.1rem, 1.4vw, 1.3rem); }
.qa p { margin: 0; }
.doc { max-width: 78ch; }.doc h2 { font-size: clamp(1.35rem, 2.2vw, 1.8rem); margin-top: 1.6em; }
.doc ul { padding-left: 22px; }
