/* JKKBS asset-based premium website */

:root {
  --cream: #f3eadc;
  --paper: #fff8ec;
  --brown: #1e130c;
  --brown-2: #3d2616;
  --gold: #a87431;
  --gold-2: #c99a50;
  --muted: #6f5b49;
  --line: rgba(64, 38, 22, 0.16);
  --shadow: 0 28px 90px rgba(45, 29, 17, 0.18);
}

* { box-sizing: border-box; }

html {
  scroll-behavior: smooth;
  scroll-padding-top: 88px;
}

body {
  margin: 0;
  background:
    radial-gradient(circle at 18% 8%, rgba(201, 154, 80, .14), transparent 32%),
    linear-gradient(180deg, #f5ecdf, #ead8c1 54%, #f7efe5);
  color: var(--brown);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  opacity: .16;
  mix-blend-mode: multiply;
  background-image: linear-gradient(90deg, rgba(74, 44, 24, .11) 1px, transparent 1px), linear-gradient(rgba(74, 44, 24, .10) 1px, transparent 1px);
  background-size: 38px 38px;
}

a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
p, h1, h2, h3 { margin-top: 0; }

.site-header {
  position: fixed;
  z-index: 50;
  inset: 0 0 auto;
  background: rgba(243, 234, 220, .72);
  backdrop-filter: blur(18px);
  border-bottom: 1px solid rgba(64, 38, 22, .10);
}

.nav {
  width: min(1200px, calc(100% - 56px));
  height: 78px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
}

.logo img { width: 184px; }

.nav-links {
  display: flex;
  align-items: center;
  gap: 27px;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.nav-links a {
  position: relative;
}

.nav-links a:not(.nav-btn)::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -11px;
  width: 0;
  height: 1px;
  background: var(--gold);
  transition: width .2s ease;
}

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

.nav-btn {
  padding: 10px 18px;
  border: 1px solid rgba(30, 19, 12, .34);
  border-radius: 4px;
  background: linear-gradient(135deg, rgba(255,255,255,.48), rgba(168,116,49,.18));
  box-shadow: inset 0 1px 0 rgba(255,255,255,.55), 0 14px 34px rgba(30,19,12,.14);
}

.nav-toggle {
  display: none;
  width: 44px;
  height: 44px;
  border: 1px solid var(--line);
  background: rgba(255,255,255,.35);
  border-radius: 8px;
}

.nav-toggle span {
  display: block;
  width: 18px;
  height: 2px;
  margin: 5px auto;
  background: var(--brown);
}

.hero {
  min-height: 100vh;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(360px, .95fr);
  align-items: center;
  overflow: hidden;
  padding: 124px max(7vw, 32px) 96px;
  position: relative;
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(247,239,226,.98) 0 58%, rgba(46,26,14,.94) 58% 100%);
  z-index: -2;
}

.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 26% 36%, rgba(255,255,255,.50), transparent 35%);
  z-index: -1;
}

.hero-copy {
  max-width: 760px;
  position: relative;
  z-index: 2;
}

.eyebrow {
  margin-bottom: 18px;
  color: var(--gold);
  font-size: 12px;
  font-weight: 950;
  letter-spacing: .14em;
  line-height: 1.55;
  text-transform: uppercase;
}

h1, h2 {
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 500;
  letter-spacing: -.055em;
}

h1 {
  margin-bottom: 26px;
  font-size: clamp(58px, 7.5vw, 108px);
  line-height: .96;
}

h1 span,
.gold-text {
  color: var(--gold);
}

.hero-sub {
  margin-bottom: 6px;
  font-size: clamp(18px, 1.65vw, 22px);
  font-weight: 520;
}

.button-row {
  display: flex;
  gap: 16px;
  margin-top: 34px;
  flex-wrap: wrap;
}

.btn {
  min-height: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 14px 26px;
  border-radius: 4px;
  font-size: 11px;
  font-weight: 950;
  letter-spacing: .08em;
  text-transform: uppercase;
  transition: transform .2s ease, box-shadow .2s ease;
}

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

.btn.primary {
  color: white;
  background: linear-gradient(135deg, #c89a52, #8b561f);
  box-shadow: 0 16px 42px rgba(139, 86, 31, .26);
}

.btn.secondary {
  border: 1px solid rgba(30, 19, 12, .38);
  background: rgba(255,255,255,.15);
}

.hero-art {
  position: absolute;
  inset: 0 0 auto auto;
  width: 45.2%;
  height: 390px;
  overflow: hidden;
  box-shadow: -32px 38px 110px rgba(30, 19, 12, .42);
}

.hero-art img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.value-card {
  width: min(1200px, calc(100% - 64px));
  margin: -78px auto 0;
  position: relative;
  z-index: 10;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  background: rgba(255, 248, 236, .88);
  border: 1px solid rgba(64, 38, 22, .14);
  border-radius: 12px;
  box-shadow: var(--shadow);
  backdrop-filter: blur(10px);
  overflow: hidden;
}

.value-card article {
  display: grid;
  grid-template-columns: 54px 1fr;
  gap: 18px;
  padding: 28px;
  border-right: 1px solid rgba(64, 38, 22, .13);
}

.value-card article:last-child { border-right: 0; }

.value-card img {
  width: 46px;
  height: 46px;
  filter: drop-shadow(0 8px 14px rgba(30,19,12,.16));
}

h3 {
  margin-bottom: 6px;
  font-size: 15px;
  letter-spacing: -.015em;
  text-transform: uppercase;
}

.value-card p,
.services-grid p,
.process p,
.footer,
.why-copy p {
  margin-bottom: 0;
  color: var(--muted);
  font-size: 13px;
}

.why-section {
  width: min(1200px, calc(100% - 64px));
  margin: 0 auto;
  display: grid;
  grid-template-columns: .92fr 1.08fr;
  align-items: center;
  gap: 60px;
  padding: 72px 0 34px;
}

.why-copy h2 {
  margin-bottom: 12px;
  font-size: clamp(36px, 4.3vw, 62px);
  line-height: 1.04;
}

.short-line {
  width: 80px;
  height: 2px;
  margin: 24px 0;
  background: var(--gold);
}

.why-copy p {
  max-width: 390px;
}

.product-image {
  align-self: end;
}

.product-image img {
  width: 100%;
  border-radius: 18px;
  box-shadow: 0 32px 90px rgba(30,19,12,.16);
}

.services-panel {
  width: min(1200px, calc(100% - 64px));
  margin: 0 auto 0;
  padding: 0 0 0;
}

.services-panel > .eyebrow {
  margin: 0 0 14px 34px;
}

.services-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  background: rgba(255, 248, 236, .92);
  border: 1px solid rgba(64, 38, 22, .14);
  border-radius: 12px;
  box-shadow: var(--shadow);
  overflow: hidden;
}

.services-grid article {
  display: grid;
  grid-template-columns: 54px 42px 1fr;
  gap: 18px;
  min-height: 190px;
  padding: 34px;
  border-right: 1px solid rgba(64, 38, 22, .13);
}

.services-grid article:last-child { border-right: 0; }

.services-grid img {
  width: 46px;
  height: 46px;
}

.services-grid span {
  color: var(--gold);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 28px;
}

.question {
  color: var(--gold) !important;
  margin-bottom: 12px !important;
  font-size: 10px !important;
  font-weight: 900;
  letter-spacing: .11em;
  text-transform: uppercase;
}

.stats {
  margin-top: 72px;
  padding: 62px max(7vw, 32px);
  display: grid;
  grid-template-columns: 1.45fr repeat(4, 1fr);
  gap: 28px;
  align-items: center;
  background:
    linear-gradient(rgba(30,19,12,.92), rgba(30,19,12,.92)),
    url("images/wood-texture.webp") center / cover;
  color: #f9ead3;
}

.stats-intro h2 {
  margin-bottom: 16px;
  font-size: clamp(34px, 3.2vw, 50px);
  line-height: 1.04;
}

.stats-intro p:not(.eyebrow) {
  max-width: 290px;
  color: #cbb79b;
  font-size: 13px;
}

.stats article {
  min-height: 180px;
  padding: 0 20px;
  border-left: 1px solid rgba(255,255,255,.22);
  text-align: center;
}

.stats img {
  width: 42px;
  height: 42px;
  margin: 0 auto 14px;
  filter: brightness(0) saturate(100%) invert(63%) sepia(61%) saturate(418%) hue-rotate(356deg) brightness(90%) contrast(88%);
}

.stats strong {
  display: block;
  color: var(--gold-2);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 46px;
  font-weight: 500;
}

.stats span {
  display: block;
  color: var(--gold-2);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .10em;
  text-transform: uppercase;
}

.stats p {
  color: #d8c6aa;
  font-size: 12px;
}

.cta {
  position: relative;
  min-height: 128px;
  display: grid;
  grid-template-columns: 1.1fr .7fr auto 260px;
  gap: 28px;
  align-items: center;
  padding: 28px max(7vw, 32px);
  background: rgba(255, 248, 236, .9);
  overflow: hidden;
}

.cta h2 {
  margin-bottom: 0;
  font-size: clamp(30px, 3.5vw, 44px);
  line-height: 1.06;
}

.mail-link {
  color: var(--brown);
  font-size: 14px;
}

.cta > img {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 280px;
  height: 128px;
  object-fit: cover;
  opacity: .78;
}

.process {
  width: min(1200px, calc(100% - 64px));
  margin: 74px auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}

.process article {
  min-height: 170px;
  padding: 24px;
  border: 1px solid rgba(64, 38, 22, .14);
  border-radius: 12px;
  background: rgba(255, 248, 236, .72);
}

.process span {
  display: block;
  margin-bottom: 16px;
  color: var(--gold);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 26px;
}

.footer {
  display: grid;
  grid-template-columns: 1.2fr .8fr .8fr .8fr 1fr;
  gap: 36px;
  padding: 54px max(7vw, 32px) 32px;
  background: #f5ecdf;
  border-top: 1px solid rgba(64, 38, 22, .12);
}

.footer strong {
  display: block;
  color: var(--brown);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 30px;
  letter-spacing: .14em;
}

.footer h4 {
  margin: 0 0 12px;
  color: var(--brown);
  font-size: 11px;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.footer a,
.footer span {
  display: block;
  margin-bottom: 8px;
}

.footer small {
  align-self: end;
  text-align: right;
}

@media (max-width: 1120px) {
  .hero {
    grid-template-columns: 1fr;
    padding-bottom: 48px;
  }

  .hero::before {
    background: linear-gradient(180deg, rgba(247,239,226,.98), rgba(74,44,24,.18));
  }

  .hero-art {
    position: relative;
    width: 100%;
    height: 420px;
    margin-top: 26px;
    border-radius: 22px;
  }

  .value-card,
  .services-grid,
  .process {
    grid-template-columns: repeat(2, 1fr);
  }

  .why-section,
  .cta {
    grid-template-columns: 1fr;
  }

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

  .stats-intro {
    grid-column: 1 / -1;
  }

  .cta > img {
    position: relative;
    width: 100%;
    height: 150px;
    border-radius: 12px;
  }

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

  .footer small {
    text-align: left;
  }
}

@media (max-width: 760px) {
  .nav {
    width: calc(100% - 28px);
  }

  .logo img {
    width: 156px;
  }

  .nav-toggle {
    display: block;
  }

  .nav-links {
    position: fixed;
    top: 88px;
    left: 14px;
    right: 14px;
    display: grid;
    gap: 8px;
    padding: 18px;
    background: rgba(243,234,220,.97);
    border: 1px solid var(--line);
    border-radius: 12px;
    box-shadow: var(--shadow);
    opacity: 0;
    pointer-events: none;
    transform: translateY(-10px);
    transition: .2s ease;
  }

  body.menu-open .nav-links {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
  }

  .nav-links a {
    padding: 10px;
  }

  .hero {
    min-height: auto;
    padding: 120px 20px 40px;
  }

  h1 {
    font-size: clamp(48px, 14vw, 68px);
  }

  .value-card,
  .why-section,
  .services-panel,
  .process {
    width: calc(100% - 36px);
  }

  .value-card,
  .services-grid,
  .process,
  .stats,
  .footer {
    grid-template-columns: 1fr;
  }

  .value-card {
    margin-top: 20px;
  }

  .value-card article,
  .services-grid article {
    border-right: 0;
    border-bottom: 1px solid rgba(64, 38, 22, .13);
  }

  .services-grid article {
    grid-template-columns: 44px 34px 1fr;
    padding: 24px;
  }

  .stats article {
    border-left: 0;
    border-top: 1px solid rgba(255,255,255,.18);
    padding-top: 22px;
  }

  .cta {
    padding: 44px 20px;
  }

  .button-row,
  .btn,
  .mail-link {
    width: 100%;
  }

  .btn,
  .mail-link {
    justify-content: center;
    text-align: center;
  }
}


/* =========================================================
   V2 refinement — responsive hero asset + cleaner CTA
   ========================================================= */

.hero {
  min-height: min(980px, 100vh);
  padding-bottom: 120px;
}

.hero-art {
  position: absolute;
  top: 78px;
  right: 0;
  bottom: 0;
  width: clamp(520px, 46vw, 880px);
  height: auto;
  overflow: hidden;
  border-radius: 0;
  background:
    linear-gradient(90deg, rgba(42, 24, 13, 0.18), rgba(42, 24, 13, 0.86)),
    url("images/wood-texture.webp") center / cover no-repeat;
  box-shadow: -30px 34px 100px rgba(30, 19, 12, 0.36);
}

.hero-art img {
  width: 100%;
  height: 100%;
  max-height: none;
  object-fit: cover;
  object-position: center center;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}

.cta {
  min-height: 150px;
  grid-template-columns: minmax(0, 1.15fr) auto minmax(220px, 300px);
  gap: 42px;
  padding-top: 0;
  padding-bottom: 0;
}

.cta .eyebrow {
  margin-top: 28px;
}

.cta .cta-button {
  justify-self: center;
  align-self: center;
  min-width: 220px;
}

.cta-visual {
  align-self: stretch;
  width: 100%;
  height: 100%;
  min-height: 150px;
  margin: 0;
  overflow: hidden;
  border-left: 1px solid rgba(64, 38, 22, 0.12);
  background: rgba(255, 255, 255, 0.16);
}

.cta-visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}

.cta > img,
.mail-link {
  display: none !important;
}

@media (min-width: 1500px) {
  .hero-copy {
    max-width: 820px;
  }

  .hero-art {
    width: min(48vw, 900px);
  }
}

@media (max-width: 1120px) {
  .hero {
    min-height: auto;
    padding-bottom: 56px;
  }

  .hero-art {
    position: relative;
    inset: auto;
    width: 100%;
    height: clamp(340px, 56vw, 560px);
    margin-top: 34px;
    border-radius: 24px;
  }

  .hero-art img {
    object-position: center center;
  }

  .cta {
    min-height: auto;
    grid-template-columns: 1fr;
    gap: 24px;
    padding-top: 44px;
    padding-bottom: 0;
  }

  .cta .eyebrow {
    margin-top: 0;
  }

  .cta .cta-button {
    justify-self: start;
  }

  .cta-visual {
    min-height: 180px;
    border-left: 0;
    border-top: 1px solid rgba(64, 38, 22, 0.12);
    border-radius: 14px 14px 0 0;
  }
}

@media (max-width: 760px) {
  .hero-art {
    height: clamp(300px, 82vw, 460px);
  }

  .cta .cta-button {
    justify-self: stretch;
    width: 100%;
  }

  .cta-visual {
    min-height: 160px;
  }
}


/* =========================================================
   V3 final cleanup — remove contaminated crop areas
   ========================================================= */

.hero-art {
  background:
    linear-gradient(90deg, rgba(42, 24, 13, 0.10), rgba(42, 24, 13, 0.22)),
    #3a2416;
}

.hero-art img {
  object-position: center center !important;
  transform: scale(1.01);
}

.cta {
  grid-template-columns: minmax(0, 1.15fr) auto minmax(220px, 300px);
}

.cta-visual {
  display: block;
  position: relative;
  isolation: isolate;
  background: #f6efe5;
}

.cta-visual img {
  object-fit: cover !important;
  object-position: center center !important;
  transform: scale(1.02);
}

.cta .mail-link,
.cta > a.mail-link {
  display: none !important;
}

@media (max-width: 1120px) {
  .hero-art {
    height: clamp(360px, 58vw, 560px);
  }

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

  .cta-visual {
    width: 100%;
    min-height: 170px;
  }
}

@media (max-width: 760px) {
  .hero-art {
    height: clamp(320px, 86vw, 470px);
  }

  .hero-art img {
    object-position: center center !important;
  }

  .cta-visual {
    min-height: 150px;
  }
}
