:root {
  color-scheme: light;
  --background: #fffdf5;
  --surface: #ffffff;
  --surface-soft: #fff8df;
  --text: #101828;
  --muted: #667085;
  --border: #e7dfca;
  --border-strong: #d5c8a8;
  --accent: #facc15;
  --accent-soft: #fff1a8;
  --accent-text: #1f2937;
  --max-width: 960px;
}

* {
  box-sizing: border-box;
}

html {
  background: var(--background);
  color: var(--text);
  font-family:
    Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.5;
}

body {
  margin: 0;
  min-width: 320px;
}

body::before {
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  content: "";
  opacity: 0.38;
  background-color: rgba(231, 213, 151, 0.22);
  mask-image: url("data:image/svg+xml,%3Csvg width='44' height='38' viewBox='0 0 44 38' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' stroke='black' stroke-width='1.4'%3E%3Cpath d='M11 2 20 7.2v10.4L11 22.8 2 17.6V7.2z'/%3E%3Cpath d='M33 2 42 7.2v10.4l-9 5.2-9-5.2V7.2z'/%3E%3Cpath d='M22 20 31 25.2v10.4l-9 5.2-9-5.2V25.2z'/%3E%3C/g%3E%3C/svg%3E");
  mask-repeat: repeat;
  mask-size: 44px 38px;
}

a {
  color: inherit;
}

.site-header,
.site-footer,
.section {
  width: min(var(--max-width), calc(100% - 40px));
  margin-inline: auto;
}

.site-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding-block: 28px;
}

.brand,
.site-nav,
.actions,
.inline-links,
.site-footer p:last-child {
  display: flex;
  align-items: center;
}

.brand {
  gap: 12px;
  color: var(--text);
  font-size: 1.05rem;
  font-weight: 700;
  text-decoration: none;
}

.brand-mark {
  display: grid;
  width: 40px;
  height: 40px;
  place-items: center;
  border: 1px solid rgba(16, 24, 40, 0.08);
  border-radius: 10px;
  background: var(--accent);
  color: #111827;
}

.brand-mark svg {
  width: 24px;
  height: 24px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
}

.site-nav {
  gap: 18px;
  color: var(--muted);
  font-size: 0.95rem;
}

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

.site-nav a:hover,
.inline-links a:hover,
.site-footer a:hover {
  text-decoration: underline;
  text-underline-offset: 4px;
}

.nav-login {
  color: var(--text);
  font-weight: 650;
}

.section {
  padding-block: 56px;
  border-top: 1px solid var(--border);
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 300px;
  gap: 56px;
  align-items: end;
  min-height: 430px;
  padding-top: 56px;
  border-top: 0;
}

.eyebrow {
  margin: 0 0 16px;
  color: #7a5c00;
  font-size: 0.84rem;
  font-weight: 750;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

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

h1 {
  max-width: 720px;
  margin-bottom: 22px;
  font-size: clamp(2.15rem, 5vw, 4rem);
  line-height: 1.03;
  letter-spacing: -0.035em;
}

h2 {
  margin-bottom: 24px;
  font-size: clamp(1.65rem, 4vw, 2.4rem);
  line-height: 1.08;
  letter-spacing: -0.025em;
}

h3 {
  margin-bottom: 10px;
  font-size: 1.02rem;
}

.lede {
  max-width: 640px;
  margin-bottom: 32px;
  color: var(--muted);
  font-size: clamp(1.05rem, 2vw, 1.25rem);
}

.actions,
.inline-links {
  flex-wrap: wrap;
  gap: 12px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 18px;
  border-radius: 8px;
  font-weight: 700;
  text-decoration: none;
}

.button.primary {
  background: var(--accent);
  color: var(--accent-text);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.08);
}

.button.secondary {
  border: 1px solid var(--border-strong);
  background: rgba(255, 255, 255, 0.72);
}

.plain-note {
  padding: 24px;
  border: 1px solid var(--border);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.64);
}

.plain-note p:last-child,
.pricing p:last-child,
.maker p:last-child,
.site-footer p {
  margin-bottom: 0;
}

.note-title {
  margin-bottom: 8px;
  font-weight: 750;
}

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

.value-list article {
  padding-top: 18px;
  border-top: 3px solid var(--accent);
}

.value-list p,
.steps li,
.maker p,
.pricing p {
  color: var(--muted);
}

.steps ol {
  display: grid;
  gap: 18px;
  max-width: 760px;
  margin: 0;
  padding-left: 1.35rem;
}

.steps li::marker {
  color: #9a7400;
  font-weight: 800;
}

.steps strong {
  display: block;
  margin-bottom: 3px;
  color: var(--text);
}

.configurator {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 280px;
  gap: 40px;
  align-items: center;
}

.configurator h2 {
  max-width: 680px;
}

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

.configurator-action {
  display: grid;
  gap: 14px;
  justify-items: start;
  padding: 22px;
  border: 1px solid var(--border);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.64);
}

.configurator-action p {
  margin-bottom: 0;
  font-size: 0.95rem;
}

.maker {
  display: grid;
  grid-template-columns: 260px minmax(0, 1fr);
  gap: 44px;
}

.maker-copy {
  display: grid;
  gap: 28px;
  max-width: 640px;
}

.maker-copy article {
  padding-top: 16px;
  border-top: 1px solid var(--border);
}

.maker-copy article:first-child {
  padding-top: 0;
  border-top: 0;
}

.maker-copy h3 {
  margin-bottom: 8px;
}

.maker-copy p:not(.inline-links) {
  margin-bottom: 12px;
}

.inline-links a {
  color: #7a5c00;
  font-weight: 700;
}

.inline-links a + a::before {
  content: "·";
  margin-right: 12px;
  color: var(--border-strong);
}

.pricing {
  max-width: var(--max-width);
  margin-bottom: 40px;
  border-bottom: 1px solid var(--border);
}

.site-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding-block: 26px 40px;
  color: var(--muted);
  font-size: 0.95rem;
}

.site-footer p:last-child {
  gap: 16px;
}

@media (max-width: 760px) {
  .site-header,
  .site-footer,
  .section {
    width: min(100% - 28px, var(--max-width));
  }

  .site-header {
    align-items: flex-start;
    padding-block: 20px;
  }

  .site-nav {
    flex-direction: column;
    align-items: flex-end;
    gap: 8px;
  }

  .hero,
  .configurator,
  .maker,
  .value-list {
    grid-template-columns: 1fr;
  }

  .hero {
    gap: 32px;
    min-height: auto;
    padding-top: 48px;
  }

  .section {
    padding-block: 42px;
  }

  .plain-note {
    padding: 20px;
  }

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