:root {
  color-scheme: light;
  --ink: #15130f;
  --muted: #645d52;
  --paper: #f7f3ea;
  --paper-2: #ebe3d4;
  --line: rgba(21, 19, 15, 0.14);
  --clay: #a9543b;
  --leaf: #244538;
  --sky: #426a82;
  --gold: #c99b48;
  --white: #fffaf1;
  --shadow: 0 26px 80px rgba(37, 27, 14, 0.18);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  letter-spacing: 0;
}

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

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

.site-header {
  position: fixed;
  top: 18px;
  left: 50%;
  z-index: 10;
  width: min(calc(100% - 32px), 1180px);
  min-height: 60px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 10px 14px;
  border: 1px solid rgba(255, 250, 241, 0.32);
  border-radius: 999px;
  background: rgba(17, 16, 13, 0.36);
  color: var(--white);
  backdrop-filter: blur(22px) saturate(145%);
  transform: translateX(-50%);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-width: 0;
  font-weight: 720;
}

.brand img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
}

.brand span {
  white-space: nowrap;
}

nav {
  display: flex;
  align-items: center;
  gap: 4px;
}

nav a {
  min-height: 38px;
  display: inline-flex;
  align-items: center;
  padding: 0 14px;
  border-radius: 999px;
  color: rgba(255, 250, 241, 0.82);
  font-size: 14px;
}

nav a:hover {
  background: rgba(255, 250, 241, 0.13);
  color: var(--white);
}

.hero {
  position: relative;
  min-height: 92vh;
  display: grid;
  align-items: end;
  overflow: hidden;
  padding: 150px max(24px, calc((100vw - 1180px) / 2)) 34px;
  background: #15130f;
}

.hero-image,
.hero-shade {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.hero-image {
  object-fit: cover;
  object-position: center;
}

.hero-shade {
  background:
    linear-gradient(90deg, rgba(12, 11, 9, 0.9), rgba(12, 11, 9, 0.45) 48%, rgba(12, 11, 9, 0.18)),
    linear-gradient(0deg, rgba(12, 11, 9, 0.78), rgba(12, 11, 9, 0.02) 48%);
}

.hero-content {
  position: relative;
  z-index: 1;
  width: min(690px, 100%);
  color: var(--white);
}

.kicker,
.eyebrow {
  margin: 0 0 16px;
  color: var(--gold);
  font-size: 12px;
  font-weight: 760;
  text-transform: uppercase;
  letter-spacing: 0.16em;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  margin-bottom: 22px;
  max-width: 11em;
  font-family: ui-serif, Georgia, "Times New Roman", serif;
  font-size: clamp(48px, 8vw, 108px);
  line-height: 0.95;
  font-weight: 540;
  letter-spacing: 0;
}

.hero-copy {
  width: min(580px, 100%);
  margin-bottom: 30px;
  color: rgba(255, 250, 241, 0.86);
  font-size: clamp(17px, 2vw, 21px);
  line-height: 1.75;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.primary-action,
.secondary-action {
  min-height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  padding: 0 20px;
  font-size: 15px;
  font-weight: 760;
}

.primary-action {
  background: var(--white);
  color: var(--ink);
}

.secondary-action {
  border: 1px solid rgba(255, 250, 241, 0.36);
  color: var(--white);
}

.primary-action span {
  margin-left: 10px;
}

.hero-panel {
  position: relative;
  z-index: 1;
  width: min(760px, 100%);
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  margin-top: 74px;
  overflow: hidden;
  border: 1px solid rgba(255, 250, 241, 0.22);
  border-radius: 8px;
  background: rgba(255, 250, 241, 0.18);
  color: var(--white);
  backdrop-filter: blur(18px) saturate(150%);
}

.hero-panel div {
  min-height: 92px;
  padding: 18px;
  background: rgba(20, 18, 13, 0.34);
}

.hero-panel strong {
  display: block;
  margin-bottom: 5px;
  font-size: clamp(28px, 4vw, 42px);
  line-height: 1;
  font-family: ui-serif, Georgia, "Times New Roman", serif;
  font-weight: 600;
}

.hero-panel span {
  color: rgba(255, 250, 241, 0.74);
  font-size: 13px;
  line-height: 1.45;
}

.section-band,
.style-gallery,
.vision,
.site-footer {
  width: min(calc(100% - 40px), 1180px);
  margin-inline: auto;
}

.intro {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(280px, 0.9fr);
  gap: 42px;
  padding: 68px 0 42px;
  align-items: end;
}

.intro h2,
.section-heading h2,
.vision h2 {
  margin-bottom: 0;
  font-family: ui-serif, Georgia, "Times New Roman", serif;
  font-size: clamp(34px, 5vw, 68px);
  line-height: 1.04;
  font-weight: 560;
  letter-spacing: 0;
}

.intro > p,
.vision > p {
  margin-bottom: 0;
  color: var(--muted);
  font-size: 18px;
  line-height: 1.85;
}

.style-gallery {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  padding: 46px 0 84px;
}

.section-heading {
  grid-column: 1 / -1;
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 10px;
}

.style-card {
  position: relative;
  min-height: 420px;
  overflow: hidden;
  border-radius: 8px;
  background: var(--ink);
  box-shadow: var(--shadow);
}

.style-card.large {
  grid-row: span 2;
  min-height: 858px;
}

.style-card img {
  width: 100%;
  height: 100%;
  min-height: inherit;
  object-fit: cover;
  transition: transform 700ms ease;
}

.style-card:hover img {
  transform: scale(1.035);
}

.style-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgba(13, 12, 9, 0.84), rgba(13, 12, 9, 0.04) 62%);
}

.style-card div {
  position: absolute;
  left: 24px;
  right: 24px;
  bottom: 24px;
  z-index: 1;
  color: var(--white);
}

.style-card p {
  margin-bottom: 9px;
  color: var(--gold);
  font-size: 12px;
  font-weight: 780;
  text-transform: uppercase;
  letter-spacing: 0.15em;
}

.style-card h3 {
  max-width: 640px;
  margin-bottom: 0;
  font-family: ui-serif, Georgia, "Times New Roman", serif;
  font-size: clamp(24px, 3vw, 38px);
  line-height: 1.15;
  font-weight: 520;
}

.flow {
  padding: 70px 0 84px;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.steps {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin-top: 34px;
}

.steps article {
  min-height: 240px;
  padding: 26px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 250, 241, 0.56);
}

.steps span {
  display: block;
  margin-bottom: 46px;
  color: var(--clay);
  font-family: ui-serif, Georgia, "Times New Roman", serif;
  font-size: 34px;
}

.steps h3 {
  margin-bottom: 12px;
  font-size: 22px;
}

.steps p {
  margin-bottom: 0;
  color: var(--muted);
  line-height: 1.75;
}

.vision {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(280px, 0.95fr);
  gap: 44px;
  padding: 90px 0;
}

.vision h2 {
  color: var(--leaf);
}

.site-footer {
  min-height: 90px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  border-top: 1px solid var(--line);
  color: var(--muted);
  font-size: 14px;
}

.site-footer span:first-child,
.site-footer a:first-child {
  color: var(--ink);
  font-weight: 780;
}

.policy-page {
  background:
    linear-gradient(180deg, rgba(21, 19, 15, 0.88), rgba(21, 19, 15, 0.42) 360px, rgba(247, 243, 234, 0) 520px),
    var(--paper);
}

.policy {
  width: min(calc(100% - 40px), 980px);
  margin: 0 auto;
  padding: 150px 0 72px;
}

.policy-hero {
  color: var(--white);
  padding: 44px 0 72px;
}

.policy-hero h1 {
  max-width: 900px;
  margin-bottom: 18px;
  font-size: clamp(44px, 7vw, 86px);
}

.policy-hero p:last-child {
  margin-bottom: 0;
  color: rgba(255, 250, 241, 0.76);
  font-size: 16px;
}

.policy-content {
  padding: 38px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 250, 241, 0.78);
  box-shadow: var(--shadow);
}

.policy-content section + section {
  margin-top: 34px;
  padding-top: 30px;
  border-top: 1px solid var(--line);
}

.policy-content h2 {
  margin: 0 0 12px;
  font-size: 24px;
  line-height: 1.2;
}

.policy-content p {
  margin-bottom: 14px;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.78;
}

.policy-content p:last-child {
  margin-bottom: 0;
}

@media (max-width: 820px) {
  .site-header {
    top: 10px;
    width: min(calc(100% - 20px), 1180px);
    border-radius: 24px;
    align-items: flex-start;
    flex-direction: column;
  }

  nav {
    width: 100%;
    justify-content: space-between;
  }

  nav a {
    padding: 0 10px;
  }

  .hero {
    min-height: 94vh;
    padding: 150px 20px 26px;
  }

  .hero-shade {
    background:
      linear-gradient(90deg, rgba(12, 11, 9, 0.92), rgba(12, 11, 9, 0.52)),
      linear-gradient(0deg, rgba(12, 11, 9, 0.82), rgba(12, 11, 9, 0.08) 52%);
  }

  .hero-panel {
    grid-template-columns: 1fr;
    margin-top: 46px;
  }

  .intro,
  .vision,
  .section-heading {
    display: block;
  }

  .intro > p,
  .vision > p {
    margin-top: 24px;
  }

  .style-gallery {
    grid-template-columns: 1fr;
    padding-bottom: 64px;
  }

  .style-card,
  .style-card.large {
    min-height: 460px;
  }

  .steps {
    grid-template-columns: 1fr;
  }

  .steps article {
    min-height: auto;
  }

  .steps span {
    margin-bottom: 28px;
  }

  .site-footer {
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
  }

  .policy {
    width: min(calc(100% - 28px), 980px);
    padding-top: 154px;
  }

  .policy-hero {
    padding-bottom: 44px;
  }

  .policy-content {
    padding: 24px;
  }
}

@media (max-width: 520px) {
  .brand span {
    max-width: 210px;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  h1 {
    font-size: 48px;
  }

  .hero-actions {
    display: grid;
  }

  .primary-action,
  .secondary-action {
    width: 100%;
  }

  .section-band,
  .style-gallery,
  .vision,
  .site-footer {
    width: min(calc(100% - 28px), 1180px);
  }

  .style-card div {
    left: 18px;
    right: 18px;
    bottom: 18px;
  }
}
