:root {
  --bg-top: #d9c1a3;
  --bg-bottom: #cdb08d;
  --panel: #f1e1cf;
  --panel-deep: #e7d0b4;
  --text: #231b15;
  --muted: #5f5244;
  --line: rgba(35, 27, 21, 0.2);
  --accent: #6f3f2b;
  --accent-bright: #8b5338;
  --mahogany: #5c3424;
  --mahogany-deep: #4a281a;
  --glow: rgba(255, 245, 232, 0.45);
  --shadow: rgba(24, 18, 12, 0.14);
  --max-width: 1180px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  background: linear-gradient(180deg, var(--bg-top) 0%, var(--bg-bottom) 100%);
  color: var(--text);
  line-height: 1.65;
}

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

a {
  color: inherit;
  text-decoration: none;
  transition: color 180ms ease, opacity 180ms ease, transform 180ms ease;
}

a:hover {
  color: var(--accent);
}

.site-shell {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

.topbar {
  width: min(var(--max-width), calc(100% - 2rem));
  margin: 0 auto;
  padding: 1.15rem 0 1rem;
  border-bottom: 1px solid rgba(60, 32, 22, 0.34);
  background: linear-gradient(180deg, rgba(92,52,36,0.24), rgba(74,40,26,0.08));
  position: relative;
}

.topbar::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 260px;
  height: 1px;
  background: linear-gradient(90deg, rgba(125, 74, 50, 0.78), transparent);
}

.topbar::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 200px;
  height: 2px;
  background: linear-gradient(90deg, rgba(92,52,36,0.98), transparent);
}

.site-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 0.9rem 1.5rem;
  align-items: center;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 0.82rem;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.site-nav a {
  opacity: 0.95;
  position: relative;
  padding-bottom: 0.2rem;
  color: #4f2b1c;
}

.site-nav a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -0.1rem;
  width: 0;
  height: 1px;
  background: #6a3b29;
  transition: width 180ms ease;
}

.site-nav a.active,
.site-nav a:hover {
  color: #6a3b29;
}

.site-nav a.active::after,
.site-nav a:hover::after {
  width: 100%;
}

.home-main,
.page-main {
  width: min(var(--max-width), calc(100% - 2rem));
  margin: 0 auto;
  flex: 1;
}

.home-main {
  padding: 5.2rem 0 4rem;
}

.home-grid {
  display: grid;
  grid-template-columns: minmax(340px, 0.89fr) minmax(48px, 0.09fr) minmax(255px, 0.69fr);
  gap: 0;
  align-items: start;
}

.left-column {
  grid-column: 1;
  padding: 2.55rem 2rem 2.85rem;
  max-width: 520px;
  min-height: 560px;
  background:
    radial-gradient(circle at 12% 12%, rgba(255, 244, 238, 0.76), transparent 30%),
    radial-gradient(circle at 85% 18%, rgba(255, 226, 213, 0.30), transparent 28%),
    linear-gradient(180deg, rgba(255,255,255,0.24), rgba(255,255,255,0.03)),
    linear-gradient(135deg, #f2dfc9 0%, #e3c6a2 100%);
  border: 1px solid rgba(36, 29, 23, 0.1);
  box-shadow:
    0 24px 54px rgba(24, 18, 12, 0.16),
    inset 0 1px 0 rgba(255,255,255,0.42);
  position: relative;
  overflow: visible;
}

.left-column::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 14% 18%, rgba(255,255,255,0.20), transparent 20%),
    radial-gradient(circle at 86% 12%, rgba(255,244,236,0.16), transparent 24%);
  pointer-events: none;
}

.left-column::after {
  content: "";
  position: absolute;
  left: 0;
  top: 1.2rem;
  bottom: 1.2rem;
  width: 4px;
  background: linear-gradient(180deg, #a45f45, rgba(111, 63, 43, 0.15));
}

.brand-title {
  margin: 0 0 2.15rem;
  font-size: clamp(3rem, 4.7vw, 5.1rem);
  line-height: 0.9;
  letter-spacing: 0.01em;
  font-weight: normal;
  position: relative;
}

.brand-title::after {
  content: "";
  display: block;
  width: 72px;
  height: 2px;
  margin-top: 1rem;
  background: linear-gradient(90deg, rgba(139, 83, 56, 0.85), transparent);
}

.host-copy {
  max-width: 29rem;
  position: relative;
}

.placeholder-block {
  padding: 1.3rem 1.25rem;
  margin: 0 0 1.7rem;
  background: rgba(255, 255, 255, 0.34);
  border: 1px solid rgba(36, 29, 23, 0.06);
  border-left: 3px solid rgba(164, 95, 69, 0.36);
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.32);
}

.placeholder-block p {
  margin: 0;
  color: #65594d;
}

.stem-trace {
  grid-column: 2;
  align-self: start;
  justify-self: center;
  width: 118px;
  height: 395px;
  margin-top: -0.15rem;
  margin-left: -12px;
  opacity: 0.95;
  pointer-events: none;
  transform: rotate(10deg);
  transform-origin: top center;
}

.stem-trace svg {
  width: 100%;
  height: 100%;
  overflow: visible;
}

.dill-stem {
  fill: none;
  stroke: rgba(88, 64, 40, 0.58);
  stroke-width: 2.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.dill-branch {
  fill: none;
  stroke: rgba(88, 64, 40, 0.46);
  stroke-width: 1.4;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.dill-branch-fine {
  fill: none;
  stroke: rgba(88, 64, 40, 0.34);
  stroke-width: 0.95;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.dill-floret {
  fill: rgba(190, 156, 60, 0.82);
}

.dill-floret-soft {
  fill: rgba(214, 186, 93, 0.60);
}

.right-column {
  grid-column: 3;
  padding-top: 1.8rem;
  text-align: right;
  justify-self: end;
  width: min(100%, 270px);
  margin-left: 0;
}

.path-list {
  display: grid;
  gap: 2.35rem;
}

.path-item {
  display: block;
  padding: 0 0 1.45rem;
  border-bottom: 1px solid rgba(36, 29, 23, 0.12);
  transition: transform 180ms ease, opacity 180ms ease;
}

.path-item:last-child {
  border-bottom: none;
}

.path-item:hover {
  transform: translateX(4px);
}

.path-item h2 {
  margin: 0 0 0.25rem;
  font-size: 1.8rem;
  line-height: 1.02;
  font-weight: normal;
  color: #7d4430;
}

.path-item p {
  margin: 0;
  color: #6a5b4d;
  font-size: 0.98rem;
}

.site-footer {
  width: min(var(--max-width), calc(100% - 2rem));
  margin: 0 auto;
  padding: 1.2rem 0 1.8rem;
  border-top: 1px solid var(--line);
  font-size: 0.88rem;
  color: var(--muted);
}

.page-main {
  padding: 4rem 0 4.2rem;
}

.page-hero {
  max-width: 44rem;
  margin-bottom: 2.8rem;
}

.page-eyebrow {
  display: inline-block;
  margin-bottom: 0.8rem;
  font-family: Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.11em;
  font-size: 0.7rem;
  color: var(--muted);
}

.page-title {
  margin: 0 0 0.85rem;
  font-size: clamp(2.2rem, 4vw, 4rem);
  line-height: 1;
  font-weight: normal;
}

.page-description {
  margin: 0;
  color: var(--muted);
  max-width: 36rem;
}

.panel {
  padding: 1.4rem 1.4rem;
  background: rgba(245, 237, 224, 0.7);
  border-left: 3px solid rgba(111, 63, 43, 0.45);
  max-width: 44rem;
}

.panel h2 {
  margin-top: 0;
  margin-bottom: 0.6rem;
  font-size: 0.95rem;
  font-weight: normal;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--muted);
  font-family: Arial, Helvetica, sans-serif;
}

.panel p {
  margin: 0;
  color: var(--muted);
}

@media (max-width: 860px) {
  .home-grid {
    grid-template-columns: 1fr;
    gap: 2.75rem;
  }

  .left-column,
  .right-column,
  .stem-trace {
    grid-column: auto;
  }

  .stem-trace {
    display: none;
  }

  .right-column {
    padding-top: 0;
    text-align: left;
    justify-self: start;
    max-width: none;
    width: auto;
  }

  .left-column {
    padding: 1.7rem 1.5rem 1.8rem;
    min-height: auto;
    max-width: none;
  }
}

@media (max-width: 540px) {
  .topbar,
  .home-main,
  .page-main,
  .site-footer {
    width: min(var(--max-width), calc(100% - 1.2rem));
  }

  .home-main {
    padding: 3.5rem 0 3rem;
  }

  .page-main {
    padding: 2.8rem 0 3rem;
  }

  .site-nav {
    gap: 0.7rem 0.95rem;
    font-size: 0.78rem;
  }

  .brand-title {
    font-size: 2.6rem;
  }

  .path-item h2 {
    font-size: 1.45rem;
  }
}