
:root {
  --ink: #1c1814;
  --muted: #6e6257;
  --cream: #fbf8f2;
  --ivory: #fffdf8;
  --line: #d9cfc1;
  --green: #0d221d;
  --green-2: #173329;
  --gold: #b88954;
  --gold-dark: #8c6034;
  --brown: #51321f;
  --shadow: 0 22px 50px rgba(31, 21, 13, .14);
  --max: 1180px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--ink);
  background: var(--cream);
  line-height: 1.58;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
.wrap { width: min(calc(100% - 2rem), var(--max)); margin: 0 auto; }
.topbar {
  background: rgba(255,253,248,.94);
  border: 10px solid #342b22;
  border-bottom: 0;
}
.nav-head {
  min-height: 140px;
  display: grid;
  grid-template-columns: 250px 1fr;
  align-items: center;
  gap: 1.2rem;
}
.logo-mark {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 208px;
  min-height: 118px;
}
.logo-mark .italian {
  letter-spacing: .32em;
  font-size: 1.02rem;
  line-height: 1;
  margin-left: .32em;
}
.logo-mark .luxury {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 3.4rem;
  line-height: .82;
  letter-spacing: -.035em;
}
.logo-mark .bags {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 2.2rem;
  line-height: .9;
  letter-spacing: .02em;
}
.logo-lines {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
  width: 130px;
  margin: 12px 0 4px;
}
.logo-lines span:first-child { height: 2px; background: #148b50; }
.logo-lines span:last-child { height: 2px; background: #d33b2f; }
.logo-mark .made {
  font-size: .64rem;
  letter-spacing: .22em;
  text-transform: uppercase;
}
.nav-right { align-self: stretch; display: grid; align-content: center; gap: 1.4rem; }
.nav-topline {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 1.2rem;
  font-size: .86rem;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: #2c251f;
}
.btn-small {
  display: inline-flex;
  padding: .8rem 1.55rem;
  background: var(--gold);
  color: #fff;
  font-size: .78rem;
  letter-spacing: .08em;
  text-transform: uppercase;
  font-weight: 800;
}
.nav-links {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 1.85rem;
  flex-wrap: wrap;
}
.nav-links a {
  font-size: .78rem;
  letter-spacing: .06em;
  text-transform: uppercase;
  font-weight: 800;
  color: #26201b;
  padding-bottom: .45rem;
  border-bottom: 2px solid transparent;
}
.nav-links a.active, .nav-links a:hover { color: var(--gold-dark); border-color: var(--gold); }
.menu-btn { display: none; border: 1px solid var(--line); background: transparent; padding: .75rem 1rem; font-weight: 800; text-transform: uppercase; }
.hero {
  border-left: 10px solid #342b22;
  border-right: 10px solid #342b22;
  background:
    linear-gradient(90deg, rgba(12,18,15,.88) 0%, rgba(26,20,15,.62) 44%, rgba(26,20,15,.08) 70%),
    url("../images/generated-brown-handbag-hero-crop.jpg") center right / cover no-repeat;
  min-height: 520px;
  display: grid;
  align-items: center;
}
.hero-copy { width: min(650px, 100%); color: #fff; padding: 70px 0; }
h1,h2,h3,h4 {
  margin: 0 0 1rem;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-weight: 600;
  line-height: 1.02;
}
h1 { font-size: clamp(3.2rem, 6vw, 5.9rem); }
.hero h1 span { color: #d0a16b; display: block; }
.hero-sub { font-family: "Cormorant Garamond", Georgia, serif; font-size: clamp(1.55rem, 2.4vw, 2.25rem); margin-bottom: 1rem; }
.hero-text { font-size: 1.18rem; max-width: 500px; }
.btn-row { display: flex; flex-wrap: wrap; gap: .9rem; margin-top: 1.55rem; }
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: .95rem 1.45rem;
  border: 1px solid var(--gold);
  background: var(--gold);
  color: #fff;
  font-size: .78rem;
  text-transform: uppercase;
  letter-spacing: .08em;
  font-weight: 800;
  transition: transform .2s ease, background .2s ease;
}
.btn:hover { transform: translateY(-2px); }
.btn-outline { background: rgba(13,34,29,.2); border-color: rgba(255,255,255,.55); }
.benefits {
  background: linear-gradient(90deg, #10241d, #0b1815);
  color: #f6efe5;
  border-left: 10px solid #342b22;
  border-right: 10px solid #342b22;
}
.benefit-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 1.4rem; padding: 28px 0; }
.benefit { display: grid; grid-template-columns: 52px 1fr; gap: .8rem; align-items: center; }
.icon {
  width: 52px; height: 52px; border: 1px solid rgba(184,137,84,.75); border-radius: 50%;
  display: grid; place-items: center; color: var(--gold); font-size: 1.55rem; font-family: Georgia, serif;
}
.benefit strong { display: block; font-size: .8rem; text-transform: uppercase; letter-spacing: .07em; }
.benefit span { display: block; font-size: .88rem; color: #cfc6bb; margin-top: .2rem; }
.section { padding: 76px 0; }
.section-title { font-size: clamp(2.35rem, 4vw, 4rem); text-align: center; }
.lead { color: var(--muted); font-size: 1.04rem; max-width: 64ch; }
.split { display: grid; grid-template-columns: .85fr 1.15fr; gap: 3rem; align-items: center; }
.image-row { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; }
.image-row figure, .category-img, .private-img {
  margin: 0;
  overflow: hidden;
  background: #e8ded2;
}
.image-row figure { aspect-ratio: 1 / 1; }
.image-row img, .category-img img, .private-img img { width: 100%; height: 100%; object-fit: cover; }
.btn-tan { background: var(--gold); color: #fff; border-color: var(--gold); margin-top: 1rem; }
.category-head { text-align: center; margin-bottom: 2rem; }
.category-head h2 { font-size: clamp(2.2rem, 3.8vw, 3.55rem); }
.category-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 2rem; }
.category-card {
  display: grid;
  grid-template-columns: 1fr .92fr;
  min-height: 285px;
  background: #fffaf3;
  border: 1px solid #d4c3ae;
}
.category-img { min-height: 280px; }
.category-body { padding: 2.1rem; display: flex; flex-direction: column; justify-content: center; }
.category-body h3 {
  font-family: Inter, system-ui, sans-serif;
  font-size: 1rem;
  letter-spacing: .08em;
  text-transform: uppercase;
  line-height: 1.25;
}
.category-body p { color: var(--muted); margin-bottom: 1rem; }
.category-links { display: grid; gap: .7rem; margin: .5rem 0 1rem; }
.category-links a {
  text-align: center;
  padding: .85rem 1rem;
  border: 1px solid var(--gold);
  font-size: .78rem;
  letter-spacing: .08em;
  text-transform: uppercase;
  font-weight: 800;
}
.category-links a:first-child { background: var(--gold); color: #fff; }
.arrow-link { display: inline-flex; gap: .5rem; align-items: center; font-size: .78rem; letter-spacing: .08em; text-transform: uppercase; font-weight: 800; }
.private-section {
  color: #fff;
  background:
    linear-gradient(90deg, rgba(10,25,21,.96) 0%, rgba(13,34,29,.91) 45%, rgba(13,34,29,.18) 70%),
    url("../images/generated-private-label-atelier-crop.jpg") center right / cover no-repeat;
}
.private-copy { width: min(620px, 100%); padding: 70px 0; }
.private-copy h2 { color: #dfc095; font-size: clamp(2.35rem, 4vw, 4rem); }
.private-copy .lead { color: #ded4c8; }
.checklist { list-style: none; margin: 1.4rem 0; padding: 0; }
.checklist li { margin-bottom: .65rem; color: #eee6dc; }
.checklist li::before { content: "☑"; color: #d0a16b; margin-right: .7rem; }
.why { background: #fffdf8; }
.why-grid { display: grid; grid-template-columns: repeat(4, 1fr); border: 1px solid #ded0bf; background: #fffaf2; }
.why-card { padding: 2rem 1.35rem; text-align: center; border-right: 1px solid #ded0bf; }
.why-card:last-child { border-right: 0; }
.why-card .icon { margin: 0 auto 1rem; border: 0; color: var(--gold); font-size: 2.2rem; }
.why-card h3 {
  font-family: Inter, system-ui, sans-serif;
  font-size: .88rem;
  text-transform: uppercase;
  letter-spacing: .08em;
}
.why-card p { color: var(--muted); font-size: .95rem; }
.cta-band {
  background: linear-gradient(90deg, #946439, #b88954);
  color: #fff;
  padding: 34px 0;
}
.cta-flex { display: flex; align-items: center; justify-content: space-between; gap: 1rem; }
.cta-flex h2 { font-size: clamp(1.55rem, 2vw, 2.1rem); max-width: 720px; margin: 0; }
.contact-section {
  background:
    url("../images/legacy-italian-bags-b2b.jpg") left bottom / 230px auto no-repeat,
    linear-gradient(180deg, #fffdf8, #faf4eb);
}
.contact-title { text-align: center; max-width: 800px; margin: 0 auto 2rem; }
.contact-title h2 { font-size: clamp(2.2rem, 3.5vw, 3.6rem); }
.form-shell {
  width: min(760px, 100%);
  margin: 0 auto;
  background: rgba(255,255,255,.86);
  border: 1px solid #c8b9a5;
  padding: 1.3rem;
  min-height: 760px;
  box-shadow: var(--shadow);
}
.form-shell iframe { width: 100% !important; min-height: 730px !important; border: 0 !important; }
.footer {
  background: #0b1e19;
  color: #d9cfc1;
  border: 10px solid #342b22;
  border-top: 0;
  padding: 52px 0 28px;
}
.footer-grid { display: grid; grid-template-columns: 1.1fr 1fr 1fr 1fr; gap: 2rem; }
.footer-logo .logo-mark { color: #fff; align-items: flex-start; width: auto; min-height: auto; }
.footer-logo .logo-mark .luxury { font-size: 2.8rem; }
.footer-logo .logo-mark .bags { font-size: 1.8rem; }
.footer p, .footer li, .footer a { color: #bfb4a7; }
.footer h3 {
  font-family: Inter, system-ui, sans-serif;
  font-size: .8rem;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: #fffaf3;
}
.footer ul { padding: 0; margin: 0; list-style: none; }
.footer li { margin-bottom: .55rem; }
.footer-bottom {
  border-top: 1px solid rgba(255,255,255,.12);
  margin-top: 2rem;
  padding-top: 1rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}
.im-logo { width: 170px; opacity: .92; }
@media (max-width: 1080px) {
  .nav-head { grid-template-columns: 1fr; padding: 1.1rem 0; }
  .nav-topline, .nav-links { justify-content: flex-start; }
  .benefit-grid, .why-grid, .footer-grid { grid-template-columns: repeat(2, 1fr); }
  .split, .category-grid { grid-template-columns: 1fr; }
}
@media (max-width: 720px) {
  .topbar, .hero, .benefits, .footer { border-left-width: 5px; border-right-width: 5px; }
  .topbar, .footer { border-top-width: 5px; }
  .nav-head { display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; }
  .nav-right { width: 100%; }
  .menu-btn { display: inline-flex; }
  .nav-topline { display: none; }
  .nav-links { display: none; flex-direction: column; align-items: flex-start; gap: .8rem; padding-bottom: 1rem; }
  .nav-links.open { display: flex; }
  .hero { min-height: auto; background-position: center; }
  .hero-copy { padding: 54px 0; }
  .benefit-grid, .why-grid, .footer-grid, .image-row { grid-template-columns: 1fr; }
  .category-card { grid-template-columns: 1fr; }
  .cta-flex, .footer-bottom { flex-direction: column; align-items: flex-start; }
}
