:root {
  --ink: #251f19;
  --muted: #6e655c;
  --paper: #f7f1e8;
  --paper-2: #efe4d6;
  --line: #d9cbbb;
  --gold: #b6843d;
  --rose: #c89b8d;
  --clay: #9c6047;
  --dark: #181512;
  --white: #fffaf2;
  --shadow: 0 24px 80px rgba(37, 31, 25, 0.12);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  line-height: 1.6;
}

a {
  color: inherit;
}

.skip-link {
  position: absolute;
  left: 1rem;
  top: -4rem;
  z-index: 10;
  background: var(--dark);
  color: var(--white);
  padding: 0.75rem 1rem;
}

.skip-link:focus {
  top: 1rem;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 5;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.85rem clamp(1rem, 4vw, 3rem);
  background: rgba(247, 241, 232, 0.9);
  border-bottom: 1px solid rgba(37, 31, 25, 0.08);
  backdrop-filter: blur(18px);
}

.brand img {
  display: block;
  width: clamp(118px, 16vw, 178px);
  height: auto;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: clamp(1rem, 2vw, 2rem);
  font-size: 0.92rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.site-nav a,
.site-footer a {
  text-decoration: none;
}

.site-nav a:hover,
.site-footer a:hover {
  color: var(--clay);
}

.menu-button {
  display: none;
  border: 1px solid var(--line);
  background: transparent;
  border-radius: 999px;
  padding: 0.65rem 0.95rem;
}

.hero {
  min-height: 72vh;
  display: grid;
  align-items: end;
  padding: clamp(3rem, 8vw, 7rem) clamp(1rem, 5vw, 4rem);
  color: var(--white);
  background:
    linear-gradient(135deg, rgba(24, 21, 18, 0.88), rgba(24, 21, 18, 0.28)),
    radial-gradient(circle at 18% 20%, rgba(182, 132, 61, 0.55), transparent 28%),
    radial-gradient(circle at 88% 12%, rgba(200, 155, 141, 0.45), transparent 28%),
    linear-gradient(120deg, #201b17, #594b3f 45%, #98734c);
}

.hero-content {
  max-width: 850px;
}

.eyebrow {
  margin: 0 0 1rem;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  font-size: 0.85rem;
}

h1,
h2,
h3 {
  line-height: 1.08;
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 500;
}

h1 {
  font-size: clamp(3rem, 9vw, 7rem);
  letter-spacing: -0.06em;
}

h2 {
  font-size: clamp(2rem, 5vw, 4rem);
  letter-spacing: -0.04em;
}

h3 {
  font-size: clamp(1.35rem, 3vw, 2rem);
}

.hero p {
  max-width: 720px;
  font-size: clamp(1.1rem, 2vw, 1.45rem);
}

.section {
  padding: clamp(3rem, 8vw, 6rem) clamp(1rem, 5vw, 4rem);
}

.section.alt {
  background: var(--paper-2);
}

.section-header {
  max-width: 760px;
  margin-bottom: 2rem;
}

.grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.grid.two {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.card,
.route-card,
.product-card {
  display: block;
  min-height: 100%;
  padding: clamp(1.1rem, 3vw, 1.7rem);
  border: 1px solid rgba(37, 31, 25, 0.13);
  background: rgba(255, 250, 242, 0.62);
  box-shadow: 0 1px 0 rgba(37, 31, 25, 0.04);
  text-decoration: none;
  transition: transform 160ms ease, box-shadow 160ms ease, border-color 160ms ease;
}

.card:hover,
.route-card:hover,
.product-card:hover {
  transform: translateY(-2px);
  box-shadow: var(--shadow);
  border-color: rgba(156, 96, 71, 0.45);
}

.status,
.label {
  display: inline-block;
  margin-bottom: 1rem;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-size: 0.72rem;
  color: var(--clay);
}

.muted {
  color: var(--muted);
}

.button,
button[type="submit"] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--ink);
  background: var(--ink);
  color: var(--white);
  border-radius: 999px;
  min-height: 44px;
  padding: 0.8rem 1.15rem;
  text-decoration: none;
  cursor: pointer;
}

.button.secondary {
  background: transparent;
  color: var(--ink);
}

.page-hero {
  padding: clamp(4rem, 9vw, 7rem) clamp(1rem, 5vw, 4rem) clamp(2rem, 5vw, 4rem);
  background: linear-gradient(145deg, var(--paper), #ead7c2);
  border-bottom: 1px solid rgba(37, 31, 25, 0.1);
}

.page-hero p {
  max-width: 740px;
  font-size: 1.15rem;
}

.content {
  max-width: 980px;
}

.image-panel {
  min-height: 280px;
  border: 1px solid rgba(37, 31, 25, 0.12);
  background:
    radial-gradient(circle at 24% 22%, rgba(182, 132, 61, 0.35), transparent 26%),
    radial-gradient(circle at 80% 28%, rgba(200, 155, 141, 0.38), transparent 24%),
    linear-gradient(135deg, rgba(255, 250, 242, 0.8), rgba(239, 228, 214, 0.9));
}

.bounce-visual {
  background:
    radial-gradient(circle at 70% 38%, rgba(245, 153, 60, 0.9), transparent 22%),
    radial-gradient(circle at 38% 48%, rgba(111, 77, 151, 0.7), transparent 24%),
    linear-gradient(140deg, #f7b25d, #e6783d 42%, #67468e 72%, #372a54);
}

.form {
  display: grid;
  gap: 1rem;
  max-width: 720px;
}

label {
  display: grid;
  gap: 0.35rem;
  font-size: 0.9rem;
  text-transform: uppercase;
  letter-spacing: 0.07em;
}

input,
select,
textarea {
  width: 100%;
  border: 1px solid var(--line);
  background: var(--white);
  color: var(--ink);
  border-radius: 0;
  min-height: 48px;
  padding: 0.85rem;
  font: inherit;
  letter-spacing: 0;
  text-transform: none;
}

textarea {
  min-height: 160px;
  resize: vertical;
}

.hidden-field {
  position: absolute;
  left: -10000px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.notice {
  border-left: 3px solid var(--gold);
  padding: 1rem 1.2rem;
  background: rgba(255, 250, 242, 0.7);
}

.site-footer {
  display: grid;
  grid-template-columns: minmax(0, 2fr) repeat(2, minmax(180px, 1fr));
  gap: 2rem;
  padding: clamp(3rem, 7vw, 5rem) clamp(1rem, 5vw, 4rem);
  background: var(--dark);
  color: var(--white);
}

.site-footer img {
  width: clamp(120px, 14vw, 180px);
  height: auto;
  filter: brightness(1.25);
}

.site-footer nav {
  display: grid;
  gap: 0.4rem;
  align-content: start;
}

.site-footer h2 {
  font: inherit;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-size: 0.78rem;
  color: #c7b8a8;
}

.copyright {
  grid-column: 1 / -1;
  margin: 0;
  color: #c7b8a8;
}

@media (max-width: 820px) {
  .menu-button {
    display: inline-flex;
  }

  .site-nav {
    display: none;
    position: absolute;
    left: 1rem;
    right: 1rem;
    top: calc(100% + 0.5rem);
    background: var(--white);
    border: 1px solid var(--line);
    padding: 1rem;
    flex-direction: column;
    align-items: flex-start;
  }

  .site-nav.open {
    display: flex;
  }

  .grid,
  .grid.two,
  .site-footer {
    grid-template-columns: 1fr;
  }
}

