:root {
  --kraft: #b5834f;
  --kraft-dark: #8a5a2e;
  --cream: #f4efe6;
  --cream-soft: rgba(244, 239, 230, 0.78);
  --cream-line: rgba(244, 239, 230, 0.24);
  color-scheme: light;
  font-family: "IBM Plex Sans", "Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-synthesis: none;
  text-rendering: optimizeLegibility;
}

* {
  box-sizing: border-box;
}

html {
  min-width: 320px;
  background: var(--cream);
}

body {
  min-width: 320px;
  min-height: 100vh;
  margin: 0;
  background: var(--cream);
  color: var(--cream);
}

a {
  color: inherit;
}

.page-shell {
  width: min(1440px, 100%);
  min-height: calc(100vh - 40px);
  margin: 0 auto;
  padding: clamp(10px, 1.6vw, 24px);
}

.hero {
  min-height: calc(100vh - 72px);
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(360px, 0.92fr);
  overflow: hidden;
  background: var(--kraft-dark);
  border-radius: 24px;
  box-shadow: 0 24px 70px rgba(138, 90, 46, 0.2);
}

.hero-copy {
  min-width: 0;
  display: flex;
  flex-direction: column;
  padding: clamp(24px, 5vw, 76px);
}

.site-header {
  display: flex;
  align-items: center;
  width: fit-content;
  max-width: 100%;
  padding: 10px 16px 10px 10px;
  background: var(--cream);
  color: var(--kraft-dark);
  border-radius: 12px;
  box-shadow: 0 14px 34px rgba(244, 239, 230, 0.1);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  text-decoration: none;
  font-size: 1.08rem;
  font-weight: 700;
  letter-spacing: 0.01em;
}

.brand img {
  width: 50px;
  height: 50px;
  object-fit: contain;
}

.message {
  width: min(650px, 100%);
  margin: auto 0;
  padding: clamp(64px, 10vh, 124px) 0;
}

.product-line {
  margin: 0 0 20px;
  color: var(--cream-soft);
  font-size: clamp(0.78rem, 1.1vw, 0.9rem);
  font-weight: 700;
  letter-spacing: 0.11em;
  line-height: 1.6;
  text-transform: uppercase;
}

h1 {
  max-width: 11ch;
  margin: 0;
  font-size: clamp(3rem, 6.4vw, 6.9rem);
  font-weight: 650;
  letter-spacing: -0.055em;
  line-height: 0.94;
}

.intro {
  max-width: 54ch;
  margin: 28px 0 0;
  color: var(--cream-soft);
  font-size: clamp(1rem, 1.25vw, 1.125rem);
  line-height: 1.7;
}

.actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 34px;
}

.button {
  min-height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 22px;
  border: 1px solid transparent;
  border-radius: 8px;
  font-size: 1rem;
  font-weight: 700;
  text-decoration: none;
  transition: transform 180ms ease, background-color 180ms ease, color 180ms ease;
}

.button:hover {
  transform: translateY(-2px);
}

.button:focus-visible,
.brand:focus-visible,
.contact-footer a:focus-visible {
  outline: 3px solid var(--cream);
  outline-offset: 4px;
}

.button-primary {
  background: var(--cream);
  color: var(--kraft-dark);
}

.button-primary:hover {
  background: var(--kraft);
  color: var(--cream);
}

.button-secondary {
  border-color: var(--cream-line);
  background: transparent;
  color: var(--cream);
}

.button-secondary:hover {
  border-color: var(--cream);
  background: rgba(244, 239, 230, 0.08);
}

.contact-footer {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(0, 1.5fr) minmax(0, 0.7fr);
  gap: 0;
  padding-top: 20px;
  border-top: 1px solid var(--cream-line);
  color: var(--cream-soft);
}

.contact-item {
  min-width: 0;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 4px 12px;
  color: inherit;
  text-decoration: none;
}

.contact-item:first-child {
  padding-left: 0;
}

.contact-item + .contact-item {
  border-left: 1px solid var(--cream-line);
}

.contact-item svg {
  width: 21px;
  height: 21px;
  flex: 0 0 auto;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.contact-item span {
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 3px;
  overflow-wrap: anywhere;
  font-size: 0.88rem;
}

.contact-item small {
  color: var(--cream);
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

a.contact-item:hover span {
  color: var(--cream);
}

.brand-stage {
  position: relative;
  min-height: 500px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  padding: clamp(36px, 5vw, 72px);
  background:
    linear-gradient(135deg, transparent 0 49.8%, rgba(138, 90, 46, 0.08) 50% 50.3%, transparent 50.5%),
    var(--cream);
  color: var(--kraft-dark);
}

.brand-stage::before,
.brand-stage::after {
  content: "";
  position: absolute;
  border: 1px solid rgba(138, 90, 46, 0.16);
  border-radius: 50%;
}

.brand-stage::before {
  width: min(36vw, 520px);
  aspect-ratio: 1;
}

.brand-stage::after {
  width: min(27vw, 390px);
  aspect-ratio: 1;
}

.brand-stage img {
  position: relative;
  z-index: 2;
  width: min(74%, 460px);
  height: auto;
  filter: drop-shadow(0 28px 30px rgba(138, 90, 46, 0.2));
}

.stage-mark {
  position: absolute;
  right: -0.08em;
  bottom: -0.19em;
  color: rgba(181, 131, 79, 0.09);
  font-size: clamp(10rem, 25vw, 28rem);
  font-weight: 800;
  letter-spacing: -0.12em;
  line-height: 1;
  user-select: none;
}

.legal {
  min-height: 40px;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--kraft-dark);
  font-size: 0.8rem;
}

@media (max-width: 900px) {
  .hero {
    grid-template-columns: 1fr;
  }

  .hero-copy {
    min-height: auto;
  }

  .brand-stage {
    min-height: 440px;
  }

  .brand-stage::before {
    width: min(72vw, 500px);
  }

  .brand-stage::after {
    width: min(54vw, 370px);
  }
}

@media (max-width: 560px) {
  .page-shell {
    padding: 0;
  }

  .hero {
    min-height: 100vh;
    border-radius: 0;
  }

  .hero-copy {
    padding: 24px 20px 28px;
  }

  .site-header {
    width: 100%;
  }

  .brand {
    font-size: 1rem;
  }

  .brand img {
    width: 46px;
    height: 46px;
  }

  .message {
    padding: 76px 0;
  }

  h1 {
    font-size: clamp(3rem, 15vw, 4.6rem);
  }

  .actions {
    flex-direction: column;
  }

  .button {
    width: 100%;
  }

  .contact-footer {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .contact-item,
  .contact-item:first-child {
    padding: 2px 0;
  }

  .contact-item + .contact-item {
    border-left: 0;
  }

  .brand-stage {
    min-height: 390px;
    padding: 46px 20px;
  }

  .brand-stage img {
    width: min(78vw, 330px);
  }

  .legal {
    display: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  .button {
    transition: none;
  }
}
