/*
Theme Name: Booksaw -> Ikon Editrice Custom Clean
Description: Clean editorial stylesheet inspired by Hoxton-like layout
*/

:root {
  --header-height: 110px;
  --header-height-min: 72px;

  --accent-color: #111111;
  --secondary-color: #666666;
  --dark-color: #111111;
  --light-color: #ffffff;
  --body-text-color: #4d4d4d;
  --light-text-color: #8e8e8e;
  --dark-text-color: #111111;
  --border-color: #e8e8e8;
  --muted-bg: #f7f7f5;

  --body-font: "Raleway", Arial, sans-serif;
  --heading-font: "Prata", Georgia, serif;
  --secondary-font: "Raleway", Arial, sans-serif;
}

@media screen and (max-width: 600px) {
  :root {
    --header-height: 88px;
    --header-height-min: 72px;
  }
}

/* =========================================================
   1. BASE
========================================================= */
*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  box-sizing: border-box;
  scroll-behavior: smooth;
}

body {
  font-family: var(--body-font);
  font-size: 14px;
  line-height: 1.75;
  color: var(--body-text-color);
  background: #ffffff;
  letter-spacing: 0.005em;
}

body.no-scroll {
  overflow: hidden;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
  border: 0;
}

figure {
  margin: 0;
}



::selection,
::-moz-selection {
  background: #111111;
  color: #ffffff;
  text-shadow: none;
}

.logo
{
  float: center;
  width: 100px;
  height: 50px;

}

.container,
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
  --bs-gutter-x: 2rem;
}

.container-fluid {
  max-width: 1500px;
}

a {
  color: #111111;
  text-decoration: none;
  transition: opacity 0.25s ease, color 0.25s ease, transform 0.25s ease;
}

a:hover {
  color: #111111;
  opacity: 0.72;
}

.align-center {
  text-align: center;
}

.align-right {
  text-align: right;
}

.text-start.section-title {
  text-align: left !important;
}

.text-start.section-title.divider::after {
  margin-left: 0;
  margin-right: 0;
}

/* =========================================================
   2. TYPOGRAPHY
========================================================= */
.display-1,
.display-2,
.display-3,
.display-4,
.display-5,
.display-6,
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: var(--heading-font);
  font-weight: 400;
  line-height: 1.12;
  color: #111111;
  letter-spacing: 0;
}

h1,
.h1 {
  font-size: clamp(2rem, 4vw, 3.8rem);
  margin: 0 0 1rem;
}

h2,
.h2 {
  font-size: clamp(1.5rem, 2.6vw, 2.4rem);
  margin: 0 0 0.85rem;
}

h3,
.h3 {
  font-size: clamp(1.05rem, 1.8vw, 1.55rem);
  margin: 0 0 0.65rem;
}

h4,
.h4 {
  font-size: 1rem;
  margin: 0 0 0.6rem;
}

h5,
.h5,
h6,
.h6 {
  letter-spacing: 0.08em;
}

p {
  margin: 0 0 1rem;
  font-size: 0.95rem;
}

small {
  font-size: 82%;
}

.text-muted {
  color: #8a8a8a !important;
}

.text-lead {
  font-size: 1rem;
  line-height: 1.8;
}

/* =========================================================
   3. FORMS
========================================================= */
input[type="email"],
input[type="number"],
input[type="search"],
input[type="text"],
input[type="tel"],
input[type="url"],
input[type="password"],
textarea,
select,
.form-control {
  width: 100%;
  padding: 0.85rem 1rem;
  background: #ffffff;
  border: 1px solid var(--border-color);
  border-radius: 0;
  box-shadow: none;
  color: #111111;
  margin-bottom: 1rem;
}

input:focus,
textarea:focus,
select:focus,
.form-control:focus {
  border-color: #111111;
  box-shadow: none;
  outline: none;
}

::placeholder {
  color: #9a9a9a;
}

/* =========================================================
   4. BUTTONS
========================================================= */
.btn,
a.btn,
button,
input[type="button"],
input[type="submit"],
input[type="reset"] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.4rem;
  min-height: 44px;
  padding: 0.85rem 1.2rem;
  margin-top: 0;
  border: 1px solid #111111;
  border-radius: 0;
  background: #111111;
  color: #ffffff !important;
  font-size: 0.72rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  text-decoration: none !important;
  box-shadow: none;
  cursor: pointer;
  transition: background 0.25s ease, color 0.25s ease, border-color 0.25s ease, opacity 0.25s ease;
}

.btn:hover,
a.btn:hover,
button:hover,
input[type="button"]:hover,
input[type="submit"]:hover,
input[type="reset"]:hover {
  background: #ffffff;
  color: #111111 !important;
  border-color: #111111;
  opacity: 1;
}

.btn:focus,
button:focus,
input:focus {
  outline: none;
  box-shadow: none;
}

.btn-outline-primary,
.btn.btn-outline-dark,
.btn.btn-outline-accent,
.btn.btn-outline-light {
  background: transparent;
  color: #111111 !important;
  border: 1px solid #111111;
}

.btn-outline-primary:hover,
.btn.btn-outline-dark:hover,
.btn.btn-outline-accent:hover,
.btn.btn-outline-light:hover {
  background: #111111;
  color: #ffffff !important;
  border-color: #111111;
}

.btn-wrap {
  text-transform: none;
}

.btn-wrap a {
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-size: 0.72rem;
}

.btn-wrap i.icon {
  transition: transform 0.25s ease;
  font-size: 0.75rem;
  padding-left: 0.2rem;
}

.btn-wrap:hover i.icon {
  transform: translateX(4px);
}

.btn-accent-arrow {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-size: 0.72rem;
  color: #111111;
}

.btn-accent-arrow i.icon {
  font-size: 0.75rem;
  transition: transform 0.25s ease;
}

.btn-accent-arrow:hover i.icon {
  transform: translateX(4px);
}

/* =========================================================
   5. SECTION HEADERS
========================================================= */
.section-header {
  position: relative;
  margin-bottom: 2rem;
}

.section-title {
  font-size: clamp(1.6rem, 2.6vw, 2.7rem);
  font-weight: 400;
  line-height: 1.1;
  position: relative;
  margin-bottom: 1rem;
  text-align: center;
}

.section-title.divider {
  width: 100%;
}

.section-title.divider::after {
  content: "";
  display: block;
  width: 44px;
  height: 1px;
  background: #111111;
  margin: 0.9rem auto 0;
}

.section-header .section-title::before,
.section-header .section-title::after {
  display: none;
}

.section-header .title span {
  display: block;
  font-size: 0.68rem;
  color: #8a8a8a;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  text-align: center;
}

/* =========================================================
   6. HERO / HOME
========================================================= */
#billboard {
  border-bottom: 1px solid var(--border-color);
  background: #ffffff;
}

.home-hero {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

#billboard .main-slider {
  padding: 4rem 0 4.5rem;
}

.main-slider .slider-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 4rem;
}

.main-slider .banner-content {
  width: 42%;
  margin: 0;
}

.banner-content .banner-title {
  font-size: clamp(2.2rem, 4.2vw, 4rem);
  font-weight: 400;
  line-height: 1.04;
  color: #111111;
  margin-bottom: 1rem;
}

.banner-content p {
  max-width: 560px;
  color: #555555;
  font-size: 0.95rem;
  line-height: 1.8;
  margin-bottom: 1.4rem;
}

.main-slider .banner-image,
.main-slider figure {
  width: 38%;
}

.main-slider img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

.pattern-overlay,
.leaf-pattern-overlay,
.corner-pattern-overlay {
  background-image: none !important;
}

@media screen and (max-width: 999px) {
  #billboard .main-slider {
    padding: 2.8rem 0 3.4rem;
  }

  .main-slider .slider-item {
    flex-direction: column-reverse;
    text-align: left;
    gap: 2rem;
  }

  .main-slider .banner-content,
  .main-slider .banner-image,
  .main-slider figure {
    width: 100%;
  }

  .banner-content .banner-title {
    font-size: 2.4rem;
  }
}

/* =========================================================
   7. HOME BLOCKS
========================================================= */
.usp-card,
.info-card {
  height: 100%;
  padding: 24px 20px;
  border: 1px solid #e8e8e8;
  background: #ffffff;
}

.usp-card h3,
.info-card h3 {
  font-size: 0.9rem;
  margin-bottom: 0.65rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.usp-card p,
.info-card p {
  margin-bottom: 0;
  color: #666666;
  font-size: 0.86rem;
}

.category-card {
  display: block;
  height: 100%;
  text-decoration: none;
  border: 1px solid #e8e8e8;
  background: #ffffff;
  transition: transform 0.2s ease, border-color 0.2s ease;
}

.category-card:hover {
  transform: translateY(-3px);
  border-color: #111111;
  opacity: 1;
}

.category-card-inner {
  padding: 26px 22px;
}

.category-card h3 {
  margin-bottom: 0.65rem;
  color: #111111;
  font-size: 0.98rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.category-card p {
  margin-bottom: 0;
  color: #666666;
  font-size: 0.86rem;
}

.products-thumb {
  border: 1px solid var(--border-color);
  box-shadow: none;
}

.product-entry {
  margin-top: 0;
}

.product-entry h3.item-title {
  font-size: 1.45rem;
  font-weight: 400;
  margin-top: 0;
  margin-bottom: 0.6rem;
  color: #111111;
}

/* =========================================================
   8. TABS / CONTENT SWITCHER
========================================================= */
.tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem 1.5rem;
  margin: 2rem 0 2.5rem;
  justify-content: center;
  list-style: none;
  padding: 0;
}

.tabs .tab {
  font-weight: 700;
  color: #8d8d8d;
  cursor: pointer;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-size: 0.68rem;
  padding-bottom: 0.2rem;
  border-bottom: 1px solid transparent;
  margin: 0;
}

.tabs .tab.active,
.tabs .tab:hover {
  color: #111111;
  border-bottom: 1px solid #111111;
}

[data-tab-content] {
  display: none;
}

[data-tab-content].active {
  display: block;
}

/* =========================================================
   9. PRODUCT / CATALOG CARDS
========================================================= */
.products-grid,
.product-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1.75rem 1.25rem;
}

.product-list .row {
  row-gap: 1.75rem;
}

.product-list .col-md-3 .product-item,
.products-grid .product-item,
.product-grid .product-item {
  max-width: 210px;
  margin: 0 auto;
}

.product-style {
  position: relative;
  overflow: visible;
}

.product-style img.product-item {
  width: 100%;
  aspect-ratio: 0.68 / 1;
  object-fit: cover;
  background: #f7f7f7;
  border: 1px solid var(--border-color);
  padding: 0;
  cursor: pointer;
  transition: transform 0.2s ease, opacity 0.2s ease;
}

.product-style:hover img.product-item {
  transform: translateY(-2px);
  opacity: 0.97;
}

.product-item figcaption,
.product-style figcaption {
  margin-top: 0.8rem;
  margin-bottom: 0;
  text-align: left;
}

.product-item figcaption > h3,
.product-style h3,
.product-style .item-title {
  font-size: 0.95rem;
  line-height: 1.35;
  font-weight: 400;
  color: #111111;
  margin: 0 0 0.2rem;
}

.product-item figcaption > span,
.product-item figcaption > p,
.product-style figcaption p {
  margin: 0;
  color: #666666;
  font-size: 0.74rem;
  line-height: 1.55;
}

.product-item .item-price,
#best-selling .product-entry .item-price,
span.prev-price {
  color: #777777;
  font-size: 0.72rem;
  letter-spacing: 0.08em;
}

.product-style .add-to-cart {
  position: static;
  display: inline-flex;
  width: auto;
  margin-top: 0.65rem;
  padding: 0.72rem 0.85rem;
  line-height: 1;
  border: 1px solid #111111;
  background: transparent;
  color: #111111 !important;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-size: 0.62rem;
  min-height: 36px;
  transition: all 0.25s ease;
}

.product-style .add-to-cart:hover {
  background: #111111;
  color: #ffffff !important;
  opacity: 1;
}

/* =========================================================
   10. BLOCKQUOTE / ABOUT
========================================================= */
blockquote {
  width: min(760px, 100%);
  margin: 0 auto;
  text-align: center;
}

blockquote q {
  display: block;
  font-size: clamp(1.1rem, 1.8vw, 1.5rem);
  line-height: 1.6;
  color: #111111;
  padding: 1.2rem 0;
}

.author-name {
  font-family: var(--body-font);
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #666666;
}

/* =========================================================
   11. FOOTER
========================================================= */
footer#footer {
  padding-top: 3rem;
  padding-bottom: 2rem;
  margin-top: 4rem;
  margin-bottom: 0;
  border-top: 1px solid var(--border-color);
  border-bottom: 0;
  background: #ffffff;
}

#footer .footer-item {
  margin-right: 0;
}

#footer .footer-item p {
  width: 100%;
  max-width: 420px;
  color: #666666;
  font-size: 0.86rem;
}

#footer .footer-menu {
  margin-right: 0;
  margin-bottom: 1.5rem;
}

#footer .footer-menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#footer .footer-menu ul li {
  margin-bottom: 0.45rem;
}

#footer .footer-menu ul a {
  color: #111111;
  text-decoration: none;
  font-size: 0.8rem;
}

.footer-menu h5 {
  font-size: 0.72rem;
  font-family: var(--body-font);
  font-weight: 700;
  letter-spacing: 0.12em;
  margin-top: 0;
  margin-bottom: 1rem;
  text-transform: uppercase;
  color: #111111;
}

.footer-logo {
  font-family: "Raleway", Arial, sans-serif;
  font-size: 1.05rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #111111;
}

#footer-bottom {
  border-top: 1px solid var(--border-color);
  padding: 1rem 0;
  background: #ffffff;
}

#footer-bottom p {
  margin: 0;
  font-size: 0.8rem;
  color: #666666;
}

.social-links ul {
  list-style: none;
  display: flex;
  gap: 0.8rem;
  margin: 0;
  padding: 0;
}

.social-links li {
  margin: 0;
}

.social-links a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #111111;
}

.social-links.align-right ul {
  justify-content: flex-end;
}

/* =========================================================
   12. HOXTON-LIKE HEADER
========================================================= */
.hoxton-header {
  background: #ffffff;
  border-bottom: 1px solid #e6e6e6;
  position: relative;
  z-index: 200;
}

.hoxton-topbar {
  background: #f1f1f1;
  border-bottom: 1px solid #e1e1e1;
}

.hoxton-topbar-inner {
  min-height: 42px;
  display: grid;
  grid-template-columns: 1fr 320px 1fr;
  align-items: center;
  gap: 18px;
}

.hoxton-topbar-left,
.hoxton-topbar-right {
  display: flex;
  align-items: center;
  gap: 24px;
}

.hoxton-topbar-left {
  justify-content: flex-start;
}

.hoxton-topbar-right {
  justify-content: flex-end;
}

.hoxton-topbar a {
  font-size: 11px;
  line-height: 1;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #7f7f7f;
  text-decoration: none;
  font-weight: 500;
}

.hoxton-topbar a:hover {
  color: #4f4f4f;
  opacity: 1;
}

.hoxton-topbar-search {
  display: flex;
  justify-content: center;
}

.hoxton-search-form {
  position: relative;
  width: 100%;
  max-width: 320px;
  margin: 0;
}

.hoxton-search-icon {
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
  color: #b4b4b4;
  font-size: 14px;
  line-height: 1;
  pointer-events: none;
}

.hoxton-search-input {
  width: 100%;
  height: 26px;
  padding: 4px 10px 4px 32px;
  border: 1px solid #d7d7d7;
  background: #ffffff;
  color: #6a6a6a;
  font-size: 12px;
  border-radius: 0;
  margin: 0;
  box-shadow: none;
}

.hoxton-search-input::placeholder {
  color: #8a8a8a;
}

.hoxton-search-input:focus {
  outline: none;
  border-color: #c8c8c8;
  box-shadow: none;
}

.hoxton-main-header {
  background: #ffffff;
  position: relative;
}

.hoxton-brand-row {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 24px 0 14px;
  position: relative;
}

.hoxton-brand {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  text-decoration: none;
  color: #222222;
}

.hoxton-brand:hover {
  color: #222222;
  opacity: 1;
}

.hoxton-brand-mark {
  display: inline-block;
  font-size: 16px;
  line-height: 1;
  color: #222222;
}

.hoxton-brand-text {
  font-family: "Raleway", Arial, sans-serif;
  font-size: 20px;
  line-height: 1;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  font-weight: 700;
  color: #222222;
}

.hoxton-nav {
  display: flex;
  justify-content: center;
  padding: 4px 0 18px;
}

.hoxton-menu {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 42px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.hoxton-menu-item {
  position: relative;
  margin: 0;
}

.hoxton-menu-item > a {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 13px;
  line-height: 1;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #3f3f3f;
  text-decoration: none;
  font-weight: 500;
  padding: 8px 0;
}

.hoxton-menu-item > a:hover {
  color: #111111;
  opacity: 1;
}

.hoxton-menu-item.has-sub > a::after {
  content: "⌄";
  font-size: 10px;
  line-height: 1;
  color: #777777;
  transform: translateY(-1px);
}

.hoxton-submenu {
  position: absolute;
  top: calc(100% + 8px);
  left: 50%;
  transform: translateX(-50%) translateY(8px);
  min-width: 220px;
  background: #ffffff;
  border: 1px solid #e5e5e5;
  padding: 8px 0;
  list-style: none;
  margin: 0;
  opacity: 0;
  visibility: hidden;
  transition: all 0.18s ease;
  z-index: 100;
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.04);
}

.hoxton-submenu li {
  margin: 0;
}

.hoxton-submenu a {
  display: block;
  padding: 9px 14px;
  font-size: 10px;
  letter-spacing: 0.13em;
  text-transform: uppercase;
  color: #555555;
  text-decoration: none;
  white-space: nowrap;
}

.hoxton-submenu a:hover {
  background: #f6f6f6;
  color: #111111;
  opacity: 1;
}

.hoxton-menu-item.has-sub:hover .hoxton-submenu {
  opacity: 1;
  visibility: visible;
  transform: translateX(-50%) translateY(0);
}

.hoxton-mobile-toggle {
  display: none;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 38px;
  height: 38px;
  border: 1px solid #cfcfcf;
  background: #ffffff;
  padding: 0;
  margin: 0;
  flex-direction: column;
  justify-content: center;
  gap: 4px;
}

.hoxton-mobile-toggle span {
  display: block;
  width: 16px;
  height: 1px;
  background: #222222;
  margin: 0 auto;
}

.hoxton-mobile-panel {
  display: none;
  border-top: 1px solid #ececec;
  background: #ffffff;
}

.hoxton-mobile-panel.is-open {
  display: block;
}

.hoxton-mobile-panel-inner {
  padding: 16px 0 20px;
}

.hoxton-mobile-search-form {
  position: relative;
  margin: 0 0 16px;
}

.hoxton-mobile-search-input {
  width: 100%;
  height: 40px;
  padding: 8px 12px 8px 36px;
  border: 1px solid #d7d7d7;
  background: #ffffff;
  color: #6a6a6a;
  font-size: 12px;
  border-radius: 0;
  box-shadow: none;
}

.hoxton-mobile-search-input:focus {
  outline: none;
  border-color: #c8c8c8;
  box-shadow: none;
}

.hoxton-mobile-menu {
  list-style: none;
  margin: 0;
  padding: 0;
  border-top: 1px solid #ededed;
}

.hoxton-mobile-item {
  margin: 0;
  border-bottom: 1px solid #ededed;
}

.hoxton-mobile-item > a,
.hoxton-mobile-subtoggle,
.hoxton-mobile-link {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px 0;
  background: transparent;
  border: 0;
  color: #2f2f2f !important;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  font-size: 11px;
  font-weight: 600;
  text-align: left;
  min-height: auto;
  box-shadow: none;
  appearance: none;
  -webkit-appearance: none;
}

.hoxton-mobile-label {
  display: block;
  color: #2f2f2f !important;
  opacity: 1 !important;
  visibility: visible !important;
  white-space: normal;
  line-height: 1.4;
}

.hoxton-mobile-subtoggle:hover,
.hoxton-mobile-link:hover {
  color: #111111 !important;
  background: transparent;
  opacity: 1;
}

.hoxton-mobile-subtoggle::after {
  content: "+";
  flex: 0 0 auto;
  margin-left: 16px;
  font-size: 16px;
  line-height: 1;
  color: #777777;
}

.hoxton-mobile-item.is-open .hoxton-mobile-subtoggle::after {
  content: "−";
}

.hoxton-mobile-submenu {
  display: none;
  list-style: none;
  margin: 0 0 10px;
  padding: 0 0 0 12px;
}

.hoxton-mobile-item.is-open .hoxton-mobile-submenu {
  display: block;
}

.hoxton-mobile-submenu li {
  margin: 0;
}

.hoxton-mobile-submenu a {
  display: block;
  padding: 7px 0;
  color: #666666;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: 10px;
}

.hoxton-mobile-submenu a:hover {
  color: #111111;
  opacity: 1;
}

/* =========================================================
   13. RESPONSIVE
========================================================= */
@media (max-width: 1200px) {
  .products-grid,
  .product-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 1100px) {
  .hoxton-topbar-inner {
    grid-template-columns: 1fr;
    gap: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .hoxton-topbar-left,
  .hoxton-topbar-right {
    justify-content: center;
    flex-wrap: wrap;
    gap: 16px;
  }

  .hoxton-topbar-search {
    order: -1;
  }

  .hoxton-brand-row {
    padding: 20px 0 12px;
  }

  .hoxton-brand-text {
    font-size: 18px;
  }

  .hoxton-menu {
    gap: 24px;
    flex-wrap: wrap;
  }
}

@media (max-width: 768px) {
  .products-grid,
  .product-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.4rem 0.9rem;
  }

  .product-list .col-md-3 .product-item,
  .products-grid .product-item,
  .product-grid .product-item {
    max-width: 180px;
  }

  footer#footer {
    padding-top: 2.2rem;
  }
}

@media (max-width: 767px) {
  .hoxton-topbar {
    display: none;
  }

  .hoxton-brand-row {
    padding: 16px 48px 16px 0;
    justify-content: center;
  }

  .hoxton-brand-text {
    font-size: 16px;
  }

  .hoxton-brand-mark {
    font-size: 16px;
  }

  .hoxton-nav {
    display: none;
  }

  .hoxton-mobile-toggle {
    display: inline-flex;
  }

  .home-hero {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
}

@media (max-width: 575px) {
  .products-grid,
  .product-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .product-list .col-md-3 .product-item,
  .products-grid .product-item,
  .product-grid .product-item {
    max-width: 100%;
  }

  .product-item figcaption > h3,
  .product-style h3,
  .product-style .item-title {
    font-size: 0.88rem;
  }

  .product-item figcaption > span,
  .product-item figcaption > p,
  .product-style figcaption p {
    font-size: 0.7rem;
  }
}

/* =========================================================
   14. SECTION CONTATTI 
========================================================= */

/* =========================================================
   CONTACT SECTION
========================================================= */
.contact-section {
  border-top: 1px solid var(--border-color);
}

.contact-info-card,
.contact-form-card,
.contact-map-card {
  border: 1px solid var(--border-color);
  background: #ffffff;
}

.contact-info-card,
.contact-form-card {
  padding: 28px 24px;
}

.contact-map-card {
  margin-top: 1.25rem;
  overflow: hidden;
}

.contact-info-card h3,
.contact-form-card h3 {
  font-size: 1rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  margin-bottom: 0.9rem;
}

.contact-info-card > p,
.contact-form-card > p {
  color: #666666;
  font-size: 0.9rem;
  margin-bottom: 1.2rem;
}

.contact-info-list {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.contact-info-item {
  padding-top: 0.9rem;
  border-top: 1px solid var(--border-color);
}

.contact-info-item:first-child {
  padding-top: 0;
  border-top: 0;
}

.contact-label {
  display: block;
  font-size: 0.68rem;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  color: #8a8a8a;
  margin-bottom: 0.4rem;
}

.contact-info-item p {
  margin: 0;
  font-size: 0.92rem;
  color: #111111;
}

.contact-form label {
  display: block;
  margin-bottom: 0.45rem;
  font-size: 0.72rem;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: #111111;
  font-weight: 700;
}

.contact-form input,
.contact-form textarea {
  margin-bottom: 1rem;
}

.contact-form textarea {
  resize: vertical;
  min-height: 160px;
}

.contact-note {
  margin-top: 1rem;
  font-size: 0.78rem;
  color: #8a8a8a;
}

@media (max-width: 767px) {
  .contact-info-card,
  .contact-form-card {
    padding: 22px 18px;
  }

  .contact-map-card {
    margin-top: 1rem;
  }
}

/* =========================================================
   HOME EDITORIALE DINAMICA
========================================================= */

/* HERO / CAROSELLO */
.home-hero-editorial {
  padding-top: 1.5rem;
  padding-bottom: 2.5rem;
  background: #ffffff;
}

.home-hero-editorial .main-slider {
  position: relative;
  padding: 2.5rem 0 3.5rem;
}

.home-hero-editorial .slider-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 4.5rem;
}

.home-hero-editorial .banner-content {
  width: 46%;
  max-width: 620px;
}

.home-hero-editorial .banner-visual {
  width: 40%;
}

.home-hero-editorial .banner-image {
  width: 100%;
  aspect-ratio: 0.9 / 1.08;
  object-fit: cover;
  border: 1px solid var(--border-color);
  background: #f8f8f8;
}

.hero-eyebrow {
  display: inline-block;
  margin-bottom: 1rem;
  font-size: 0.68rem;
  line-height: 1;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #8a8a8a;
  font-weight: 700;
}

.home-hero-editorial .banner-title {
  font-size: clamp(2.3rem, 4.5vw, 4.3rem);
  line-height: 1.02;
  margin-bottom: 1rem;
  max-width: 10ch;
}

.home-hero-editorial .banner-content p {
  max-width: 560px;
  font-size: 0.94rem;
  line-height: 1.82;
  color: #555555;
  margin-bottom: 1.45rem;
}

.home-hero-editorial .btn-wrap {
  margin-top: 0.25rem;
}

/* frecce slider, se il plugin le usa */
.home-hero-editorial .slick-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 42px;
  height: 42px;
  border: 1px solid var(--border-color);
  background: #ffffff;
  color: #111111;
  z-index: 5;
  padding: 0;
  min-height: 42px;
}

.home-hero-editorial .slick-arrow:hover {
  background: #111111;
  color: #ffffff !important;
  border-color: #111111;
}

.home-hero-editorial .prev.slick-arrow {
  left: -10px;
}

.home-hero-editorial .next.slick-arrow {
  right: -10px;
}

.home-hero-editorial .slick-dots {
  display: flex !important;
  justify-content: center;
  gap: 8px;
  list-style: none;
  padding: 0;
  margin: 1.5rem 0 0;
}

.home-hero-editorial .slick-dots li {
  margin: 0;
}

.home-hero-editorial .slick-dots button {
  width: 9px;
  height: 9px;
  min-height: 9px;
  padding: 0;
  border-radius: 50%;
  background: #d5d5d5;
  border: 0;
  font-size: 0;
}

.home-hero-editorial .slick-dots .slick-active button {
  background: #111111;
}

/* HOW IT WORKS */
#how-it-works {
  border-top: 1px solid var(--border-color);
  border-bottom: 1px solid var(--border-color);
  background: #fcfcfc;
}

#how-it-works .info-card {
  padding: 28px 24px;
}

#how-it-works .info-card h3 {
  font-size: 0.86rem;
  margin-bottom: 0.7rem;
}

/* CATEGORIE */
#categorie-home .category-card {
  position: relative;
  overflow: hidden;
}

#categorie-home .category-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(255,255,255,0) 0%, rgba(17,17,17,0.03) 100%);
  opacity: 0;
  transition: opacity 0.25s ease;
}

#categorie-home .category-card:hover::before {
  opacity: 1;
}

#categorie-home .category-card-inner {
  position: relative;
  z-index: 1;
  padding: 28px 24px 30px;
}

.category-kicker {
  display: inline-block;
  margin-bottom: 0.8rem;
  font-size: 0.62rem;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  color: #8a8a8a;
  font-weight: 700;
}

#categorie-home .category-card h3 {
  font-size: 0.98rem;
  margin-bottom: 0.65rem;
}

#categorie-home .category-card p {
  font-size: 0.84rem;
  line-height: 1.7;
}

/* FOCUS EDITORIALE */
#editorial-focus {
  padding-top: 4.5rem;
  padding-bottom: 4.5rem;
}

#editorial-focus .products-thumb {
  overflow: hidden;
}

#editorial-focus .single-image {
  width: 100%;
  aspect-ratio: 0.9 / 1.12;
  object-fit: cover;
}

#editorial-focus .title span {
  display: block;
  font-size: 0.68rem;
  color: #8a8a8a;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  margin-bottom: 0.9rem;
}

#editorial-focus .product-entry p {
  max-width: 560px;
  font-size: 0.92rem;
  line-height: 1.82;
  color: #555555;
}

/* RISORSE / SERVIZI */
#servizi {
  border-top: 1px solid var(--border-color);
  background: #ffffff;
}

#servizi .info-card {
  min-height: 100%;
  transition: transform 0.2s ease, border-color 0.2s ease;
}

#servizi .info-card:hover {
  transform: translateY(-2px);
  border-color: #111111;
}

#servizi .info-card p {
  font-size: 0.86rem;
  line-height: 1.72;
}

/* CHI SIAMO */
#chi-siamo {
  border-top: 1px solid var(--border-color);
  border-bottom: 1px solid var(--border-color);
  background: #fafafa;
}

#chi-siamo .title span {
  display: block;
  font-size: 0.68rem;
  color: #8a8a8a;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  margin-bottom: 0.75rem;
}

#chi-siamo blockquote {
  max-width: 860px;
}

#chi-siamo blockquote q {
  font-size: clamp(1.08rem, 1.8vw, 1.55rem);
  line-height: 1.65;
  padding: 1rem 0 1.1rem;
}

/* SPAZIATURE GENERALI DELLA HOME */
#categorie-home,
#editorial-focus,
#servizi,
#chi-siamo {
  scroll-margin-top: 120px;
}

/* RESPONSIVE */
@media (max-width: 1200px) {
  .home-hero-editorial .slider-item {
    gap: 3rem;
  }

  .home-hero-editorial .banner-content {
    width: 50%;
  }

  .home-hero-editorial .banner-visual {
    width: 42%;
  }
}

@media (max-width: 991px) {
  .home-hero-editorial .main-slider {
    padding: 2rem 0 2.8rem;
  }

  .home-hero-editorial .slider-item {
    flex-direction: column-reverse;
    align-items: flex-start;
    gap: 2rem;
  }

  .home-hero-editorial .banner-content,
  .home-hero-editorial .banner-visual {
    width: 100%;
    max-width: 100%;
  }

  .home-hero-editorial .banner-title {
    max-width: 100%;
  }

  .home-hero-editorial .banner-image {
    aspect-ratio: 1.25 / 1;
  }

  #editorial-focus {
    padding-top: 3.2rem;
    padding-bottom: 3.2rem;
  }
}

@media (max-width: 767px) {
  .home-hero-editorial {
    padding-top: 0.75rem;
    padding-bottom: 1.5rem;
  }

  .home-hero-editorial .main-slider {
    padding: 1.4rem 0 2.2rem;
  }

  .home-hero-editorial .banner-title {
    font-size: 2rem;
  }

  .home-hero-editorial .banner-content p,
  #editorial-focus .product-entry p,
  #categorie-home .category-card p,
  #servizi .info-card p {
    font-size: 0.84rem;
  }

  #how-it-works .info-card,
  #servizi .info-card,
  #categorie-home .category-card-inner {
    padding: 22px 18px;
  }

  .home-hero-editorial .prev.slick-arrow,
  .home-hero-editorial .next.slick-arrow {
    display: none !important;
  }

  #chi-siamo blockquote q {
    font-size: 1rem;
  }
}

/* =========================================================
   FIX FRECCE CAROSELLO SEMPRE VISIBILI
========================================================= */
.home-hero-editorial .slick-arrow {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  min-height: 42px;
  padding: 0 !important;
  background: #ffffff !important;
  border: 1px solid var(--border-color) !important;
  color: #111111 !important;
  opacity: 1 !important;
  visibility: visible !important;
  z-index: 20;
}

.home-hero-editorial .slick-arrow i,
.home-hero-editorial .slick-arrow .icon {
  color: #111111 !important;
  opacity: 1 !important;
  font-size: 14px;
  line-height: 1;
}

.home-hero-editorial .slick-arrow:hover {
  background: #111111 !important;
  border-color: #111111 !important;
  color: #ffffff !important;
}

.home-hero-editorial .slick-arrow:hover i,
.home-hero-editorial .slick-arrow:hover .icon {
  color: #ffffff !important;
}

.home-hero-editorial .prev.slick-arrow {
  left: -10px;
}

.home-hero-editorial .next.slick-arrow {
  right: -10px;
}

/* =========================================================
   REVEAL ON SCROLL
========================================================= */
.reveal {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 0.7s ease, transform 0.7s ease;
  will-change: opacity, transform;
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

/* =========================================================
   SECTION INTRO
========================================================= */
.section-intro {
  max-width: 760px;
  margin: 0 auto;
  font-size: 0.9rem;
  line-height: 1.8;
  color: #666666;
}

/* =========================================================
   HOW IT WORKS
========================================================= */
.editorial-process {
  border-top: 1px solid var(--border-color);
  border-bottom: 1px solid var(--border-color);
  background: linear-gradient(180deg, #ffffff 0%, #fbfbfb 100%);
}

.process-row {
  position: relative;
}

.process-card {
  position: relative;
  height: 100%;
  padding: 32px 24px;
  border: 1px solid var(--border-color);
  background: #ffffff;
  transition: transform 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
}

.process-card:hover {
  transform: translateY(-4px);
  border-color: #111111;
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.05);
}

.process-number {
  font-size: 0.72rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #8a8a8a;
  font-weight: 700;
  margin-bottom: 1rem;
}

.process-card h3 {
  font-size: 0.95rem;
  margin-bottom: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.process-card p {
  font-size: 0.86rem;
  line-height: 1.75;
  margin-bottom: 0;
  color: #666666;
}

/* =========================================================
   CATEGORIES
========================================================= */
.editorial-categories .category-card-visual {
  position: relative;
  overflow: hidden;
  min-height: 250px;
  border: 1px solid var(--border-color);
  background:
    linear-gradient(180deg, rgba(255,255,255,0.96) 0%, rgba(250,250,250,1) 100%);
  transition: transform 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
}

.editorial-categories .category-card-visual::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at top right, rgba(17,17,17,0.06), transparent 40%);
  opacity: 0;
  transition: opacity 0.25s ease;
}

.editorial-categories .category-card-visual:hover {
  transform: translateY(-5px);
  border-color: #111111;
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.05);
  opacity: 1;
}

.editorial-categories .category-card-visual:hover::before {
  opacity: 1;
}

.editorial-categories .category-card-inner {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 250px;
  padding: 28px 24px;
}

.category-kicker {
  display: inline-block;
  margin-bottom: 0.8rem;
  font-size: 0.62rem;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  color: #8a8a8a;
  font-weight: 700;
}

.editorial-categories .category-card h3 {
  font-size: 0.98rem;
  margin-bottom: 0.7rem;
}

.editorial-categories .category-card p {
  font-size: 0.84rem;
  line-height: 1.7;
  color: #666666;
  margin-bottom: 1.2rem;
}

.category-arrow {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #111111;
}

.category-arrow::after {
  content: "→";
  transition: transform 0.25s ease;
}

.category-card:hover .category-arrow::after {
  transform: translateX(4px);
}

/* =========================================================
   EDITORIAL FOCUS
========================================================= */
.editorial-focus-section {
  background: #ffffff;
}

.editorial-image-wrap {
  position: relative;
}

.editorial-thumb {
  overflow: hidden;
  border: 1px solid var(--border-color);
}

.editorial-thumb .single-image {
  width: 100%;
  aspect-ratio: 0.92 / 1.12;
  object-fit: cover;
}

.editorial-badge {
  position: absolute;
  left: 18px;
  bottom: 18px;
  padding: 10px 14px;
  background: rgba(17,17,17,0.92);
  color: #ffffff;
  font-size: 0.64rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  font-weight: 700;
}

.editorial-focus-section .product-entry p {
  max-width: 560px;
  font-size: 0.9rem;
  line-height: 1.82;
  color: #555555;
}

.editorial-points {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
  margin: 1.2rem 0 1.4rem;
}

.editorial-points span {
  display: inline-flex;
  padding: 8px 12px;
  border: 1px solid var(--border-color);
  background: #fafafa;
  font-size: 0.66rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-weight: 700;
  color: #444444;
}

/* =========================================================
   RESOURCES
========================================================= */
.editorial-resources {
  border-top: 1px solid var(--border-color);
  background: #fcfcfc;
}

.resource-card {
  height: 100%;
  padding: 30px 24px;
  border: 1px solid var(--border-color);
  background: #ffffff;
  transition: transform 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
}

.resource-card:hover {
  transform: translateY(-4px);
  border-color: #111111;
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.05);
}

.resource-card h3 {
  font-size: 0.9rem;
  margin-bottom: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.resource-card p {
  font-size: 0.86rem;
  line-height: 1.74;
  margin-bottom: 0;
  color: #666666;
}

/* =========================================================
   ABOUT
========================================================= */
.editorial-about {
  border-top: 1px solid var(--border-color);
  border-bottom: 1px solid var(--border-color);
  background: linear-gradient(180deg, #fafafa 0%, #ffffff 100%);
}

.editorial-about .title span {
  display: block;
  font-size: 0.68rem;
  color: #8a8a8a;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  margin-bottom: 0.75rem;
}

.editorial-about blockquote {
  max-width: 860px;
}

.editorial-about blockquote q {
  font-size: clamp(1.08rem, 1.8vw, 1.55rem);
  line-height: 1.65;
  padding: 1rem 0 1.1rem;
}

/* =========================================================
   RESPONSIVE
========================================================= */
@media (max-width: 991px) {
  .editorial-categories .category-card-inner {
    min-height: 220px;
  }

  .editorial-thumb .single-image {
    aspect-ratio: 1.1 / 1;
  }
}

@media (max-width: 767px) {
  .process-card,
  .resource-card,
  .editorial-categories .category-card-inner {
    padding: 22px 18px;
  }

  .section-intro,
  .process-card p,
  .resource-card p,
  .editorial-categories .category-card p,
  .editorial-focus-section .product-entry p {
    font-size: 0.84rem;
  }

  .editorial-about blockquote q {
    font-size: 1rem;
  }

  .editorial-badge {
    left: 12px;
    bottom: 12px;
    padding: 8px 10px;
    font-size: 0.58rem;
  }
}

.card-cover-reveal {
  opacity: 0;
  transform: scale(1.08);
}

.catalog-card-reveal.is-visible .card-cover-reveal {
  opacity: 1;
  transform: scale(1);
}