/*
Theme Name: Poker Leather Florence
Theme URI: https://example.com/poker-leather-florence
Author: ChatGPT
Description: Premium one-page WordPress landing page for Poker Leather Goods in Florence, inspired by Santa Croce and Florentine craftsmanship.
Version: 1.0.7
License: GPL-2.0-or-later
Text Domain: poker-leather
*/

:root {
  --dark: #18130d;
  --espresso: #2a1d12;
  --gold: #b99355;
  --gold-dark: #8b6938;
  --gold-soft: #d9c08a;
  --paper: #fbf8f2;
  --cream: #f2ebdf;
  --ink: #201812;
  --muted: #675c50;
  --line: rgba(151, 116, 65, .28);
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: Inter, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.55;
  overflow-x: hidden;
}

a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; height: auto; }

.container {
  width: min(1120px, calc(100% - 48px));
  margin-inline: auto;
}

.smallcap {
  text-transform: uppercase;
  letter-spacing: .14em;
  font-size: 12px;
  font-weight: 800;
}

.hero {
  position: relative;
  min-height: 650px;
  color: #fff;
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(15, 10, 6, .94) 0%, rgba(15, 10, 6, .82) 34%, rgba(15, 10, 6, .34) 61%, rgba(15, 10, 6, .18) 100%),
    url("assets/hero-clean.jpg?v=104") center top / cover no-repeat;
}

.hero::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 150px;
  background: linear-gradient(0deg, rgba(15, 10, 6, .38), transparent);
  pointer-events: none;
}

.hero-inner {
  position: relative;
  z-index: 2;
}

.nav {
  min-height: 92px;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 26px;
}

.brand {
  display: inline-flex;
  align-items: center;
  min-width: 180px;
  color: var(--gold-soft);
}

.brand-text {
  display: block;
  line-height: 1;
}

.brand-name {
  display: block;
  font-family: "Playfair Display", Georgia, serif;
  font-size: 31px;
  line-height: .95;
  letter-spacing: .07em;
}

.brand-sub {
  display: block;
  margin-top: 5px;
  color: #efe1c4;
  font-size: 10px;
  line-height: 1.25;
  letter-spacing: .24em;
  text-align: center;
}

.menu {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(14px, 2vw, 28px);
  min-width: 0;
  color: rgba(255, 255, 255, .9);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .06em;
  text-transform: uppercase;
  white-space: nowrap;
}

.menu a {
  padding-block: 8px;
  border-bottom: 1px solid transparent;
}

.menu a:hover,
.menu a:focus-visible {
  color: var(--gold-soft);
  border-bottom-color: var(--gold-soft);
}

.outline-btn,
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 14px 24px;
  border: 1px solid var(--gold);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
  text-align: center;
}

.outline-btn {
  color: #fff;
  background: rgba(12, 8, 5, .18);
}

.outline-btn:hover,
.outline-btn:focus-visible {
  background: rgba(185, 147, 85, .2);
}

.btn {
  background: var(--gold);
  color: #fff;
  box-shadow: 0 14px 30px rgba(0, 0, 0, .18);
}

.btn:hover,
.btn:focus-visible {
  background: var(--gold-dark);
  border-color: var(--gold-dark);
}

.hero-copy {
  width: min(540px, 100%);
  padding-top: 96px;
  padding-bottom: 98px;
}

.hero-kicker { color: #eee7da; }

.rule {
  width: 58px;
  height: 1px;
  margin: 18px 0 26px;
  background: var(--gold);
}

.hero h1 {
  margin: 0 0 26px;
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(48px, 5.8vw, 68px);
  font-weight: 500;
  line-height: 1.02;
}

.hero p {
  max-width: 520px;
  margin: 0 0 28px;
  color: #f3eadb;
  font-size: 18px;
}

.trust {
  background: var(--cream);
  border-bottom: 1px solid #e1d5c3;
}

.trust-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
  padding: 28px 0;
}

.trust-item {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  gap: 18px;
  align-items: start;
  min-width: 0;
  padding: 0 24px;
  border-right: 1px solid #d6c8b5;
}

.trust-item:first-child { padding-left: 0; }
.trust-item:last-child { padding-right: 0; border-right: 0; }

.ico {
  width: 38px;
  height: 38px;
  color: #725b36;
}

.ico svg {
  display: block;
  width: 100%;
  height: 100%;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.trust strong {
  display: block;
  margin-bottom: 3px;
  font-size: 12px;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.trust span {
  color: #55493e;
  font-size: 14px;
}

.section { padding: 76px 0; }
.center { text-align: center; }

.section-kicker {
  color: var(--gold);
}

.section h2 {
  margin: 10px 0 16px;
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(34px, 4vw, 44px);
  font-weight: 500;
  line-height: 1.08;
}

.divider {
  width: 90px;
  margin: 0 auto 36px;
  border-top: 1px solid var(--line);
}

.collections {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 236px));
  justify-content: center;
  gap: 24px;
}

.card {
  text-align: center;
}

.card img {
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: contain;
  background: #fff;
  padding: 10px;
  box-shadow: 0 12px 24px rgba(42, 29, 18, .08);
}

.card h3 {
  min-height: 38px;
  margin: 16px 0 2px;
  display: flex;
  align-items: end;
  justify-content: center;
  color: var(--ink);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .08em;
  line-height: 1.25;
  text-transform: uppercase;
}

.card p {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
}

.wide-btn {
  min-width: 260px;
  margin-top: 34px;
  background: transparent;
  color: var(--ink);
  box-shadow: none;
}

.wide-btn:hover,
.wide-btn:focus-visible {
  color: #fff;
}

.story {
  position: relative;
  overflow: hidden;
  background: linear-gradient(90deg, #eee2d0, #fbf6eb);
}

.story::after {
  content: "";
  position: absolute;
  right: -80px;
  top: 70px;
  width: 260px;
  height: 360px;
  border-radius: 130px 130px 20px 20px;
  background: rgba(185, 147, 85, .08);
  transform: rotate(24deg);
}

.story-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(0, .98fr);
  gap: 72px;
  align-items: center;
}

.story-art img {
  width: 100%;
  max-width: 492px;
  filter: sepia(.28);
  mix-blend-mode: multiply;
}

.story-copy p {
  max-width: 560px;
  margin: 0 0 18px;
}

.footer {
  background: radial-gradient(circle at 20% 0, #3a2a1a, var(--dark) 60%);
  color: #fff;
  padding: 38px 0;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.05fr 1.05fr 1.05fr 1.35fr;
  gap: 28px;
  align-items: start;
}

.footer-box {
  min-height: 126px;
  padding-right: 28px;
  border-right: 1px solid rgba(185, 147, 85, .28);
}

.footer-box:last-child { border-right: 0; }

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

.footer p {
  margin: 0 0 9px;
  color: #f0e7d8;
  font-size: 14px;
}

.footer a {
  color: var(--gold-soft);
  text-decoration: underline;
  text-underline-offset: 4px;
}

.qr-wrap {
  display: flex;
  gap: 18px;
  align-items: center;
}

.qr-wrap img {
  width: 108px;
  flex: 0 0 auto;
  padding: 5px;
  background: #fff;
}

.mobile-cta {
  display: none;
  position: fixed;
  z-index: 20;
  left: 14px;
  right: 14px;
  bottom: 14px;
  padding: 14px 18px;
  border-radius: 999px;
  background: var(--gold);
  color: #fff;
  text-align: center;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
  box-shadow: 0 12px 32px rgba(0, 0, 0, .24);
}

@media (max-width: 1040px) {
  .nav {
    grid-template-columns: auto auto;
  }

  .menu {
    display: none;
  }

  .outline-btn {
    justify-self: end;
  }

  .trust-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    row-gap: 26px;
  }

  .trust-item:nth-child(2) {
    border-right: 0;
  }

  .trust-item:nth-child(3) {
    padding-left: 0;
  }
}

@media (max-width: 920px) {
  .hero {
    min-height: 620px;
    background:
      linear-gradient(90deg, rgba(15, 10, 6, .94), rgba(15, 10, 6, .68)),
      url("assets/hero-clean.jpg?v=104") center top / cover no-repeat;
  }

  .hero-copy {
    padding-top: 72px;
  }

  .collections {
    grid-template-columns: repeat(2, minmax(0, 236px));
  }

  .story-grid {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .story::after {
    display: none;
  }

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

  .footer-box:nth-child(2) {
    border-right: 0;
  }

  .mobile-cta {
    display: block;
  }
}

@media (max-width: 620px) {
  .container {
    width: min(100% - 30px, 1120px);
  }

  .nav {
    min-height: 84px;
    gap: 14px;
  }

  .brand {
    min-width: 0;
  }

  .brand-name {
    font-size: 24px;
  }

  .brand-sub {
    font-size: 9px;
    letter-spacing: .18em;
  }

  .outline-btn {
    min-height: 40px;
    padding: 10px 12px;
    font-size: 11px;
  }

  .hero {
    min-height: 610px;
  }

  .hero-copy {
    padding-top: 58px;
    padding-bottom: 88px;
  }

  .hero p {
    font-size: 16px;
  }

  .section {
    padding: 58px 0;
  }

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

  .trust-grid {
    row-gap: 0;
    padding: 8px 0;
  }

  .trust-item,
  .trust-item:first-child,
  .trust-item:nth-child(3),
  .footer-box {
    padding: 18px 0;
    border-right: 0;
    border-bottom: 1px solid rgba(185, 147, 85, .24);
  }

  .trust-item:last-child,
  .footer-box:last-child {
    border-bottom: 0;
  }

  .collections {
    justify-items: center;
  }

  .card {
    width: min(236px, 100%);
  }

  .qr-wrap {
    align-items: flex-start;
  }
}
