/* La Cortigiana homepage v3 — scoped to the isolated staging page. */
body.lc-home-v3-page .site-header,
body.lc-home-v3-page .site-footer,
body.lc-home-v3-page .ast-above-header-wrap,
body.lc-home-v3-page .ast-below-header-wrap,
body.lc-home-v3-page .entry-header {
    display: none !important;
}

body.lc-home-v3-page .site-content,
body.lc-home-v3-page .site-content > .ast-container,
body.lc-home-v3-page #primary,
body.lc-home-v3-page .site-main,
body.lc-home-v3-page .ast-article-single,
body.lc-home-v3-page .entry-content {
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
    padding: 0 !important;
}

body.lc-home-v3-page {
    background: #f3f1ee;
}

.lc-v3,
.lc-v3 *,
.lc-v3 *::before,
.lc-v3 *::after {
    box-sizing: border-box;
}

.lc-v3 {
    --lc-v3-ink: #171616;
    --lc-v3-muted: #6f6b68;
    --lc-v3-paper: #f3f1ee;
    --lc-v3-white: #fbfaf8;
    --lc-v3-line: rgba(23, 22, 22, .15);
    --lc-v3-accent: #8b2940;
    --lc-v3-dark: #1c1819;
    --lc-v3-max: 1380px;
    color: var(--lc-v3-ink);
    background: var(--lc-v3-paper);
    font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", Arial, sans-serif;
    font-size: 16px;
    line-height: 1.5;
    overflow: hidden;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
}

.lc-v3 a { color: inherit; text-decoration: none; }
.lc-v3 img { display: block; width: 100%; height: 100%; object-fit: cover; }
.lc-v3 h1, .lc-v3 h2, .lc-v3 h3, .lc-v3 p { margin: 0; }
.lc-v3 h1, .lc-v3 h2, .lc-v3 h3 { font-family: Georgia, "Times New Roman", serif; font-weight: 400; letter-spacing: -.045em; line-height: .98; }
.lc-v3__shell { width: min(var(--lc-v3-max), calc(100% - 56px)); margin: 0 auto; }
.lc-v3__eyebrow { color: var(--lc-v3-accent); font-size: 10px; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }

.lc-v3__header { position: relative; z-index: 10; border-bottom: 1px solid var(--lc-v3-line); background: rgba(243,241,238,.95); }
.lc-v3__header-inner { display: grid; grid-template-columns: 210px minmax(0,1fr) auto; align-items: center; min-height: 76px; gap: 28px; }
.lc-v3__brand { display: inline-flex; flex-direction: column; gap: 4px; width: max-content; }
.lc-v3__brand span { font-family: Georgia, "Times New Roman", serif; font-size: 20px; letter-spacing: -.04em; }
.lc-v3__brand small { color: var(--lc-v3-muted); font-size: 9px; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; }
.lc-v3__desktop-nav { min-width: 0; }
.lc-v3__desktop-menu { display: flex; align-items: center; justify-content: center; gap: clamp(16px, 2.1vw, 34px); margin: 0; padding: 0; list-style: none; }
.lc-v3__desktop-menu > li { position: relative; }
.lc-v3__desktop-menu > li > a { display: block; padding: 28px 0; font-size: 10px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; white-space: nowrap; }
.lc-v3__desktop-menu .sub-menu { position: absolute; top: calc(100% - 10px); left: -18px; z-index: 12; display: grid; min-width: 220px; gap: 0; margin: 0; padding: 12px 0; border: 1px solid var(--lc-v3-line); background: var(--lc-v3-white); opacity: 0; pointer-events: none; transform: translateY(6px); transition: opacity 180ms ease, transform 180ms ease; list-style: none; }
.lc-v3__desktop-menu > li:hover > .sub-menu, .lc-v3__desktop-menu > li:focus-within > .sub-menu { opacity: 1; pointer-events: auto; transform: translateY(0); }
.lc-v3__desktop-menu .sub-menu a { display: block; padding: 9px 18px; font-size: 11px; }
.lc-v3__desktop-menu .sub-menu a:hover, .lc-v3__desktop-menu .sub-menu a:focus-visible { color: var(--lc-v3-accent); background: #f0ece9; }
.lc-v3__actions { display: flex; align-items: center; gap: 17px; }
.lc-v3__utility { color: var(--lc-v3-muted); font-size: 10px; font-weight: 700; letter-spacing: .08em; white-space: nowrap; }
.lc-v3__utility:hover, .lc-v3__utility:focus-visible { color: var(--lc-v3-accent); }
.lc-v3__cart-count { display: inline-grid; place-items: center; min-width: 17px; height: 17px; margin-left: 5px; border: 1px solid currentColor; border-radius: 50%; font-size: 9px; }
.lc-v3__menu-toggle { display: none; border: 0; padding: 0; color: var(--lc-v3-ink); background: none; font: inherit; font-size: 10px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.lc-v3__menu-toggle i { display: inline-block; width: 16px; height: 10px; margin-left: 7px; border-block: 1px solid currentColor; vertical-align: -1px; }
.lc-v3__mobile-layer { display: none; }

.lc-v3__hero { display: grid; grid-template-columns: minmax(0,.9fr) minmax(0,1.1fr); min-height: min(730px, calc(100svh - 76px)); background: var(--lc-v3-paper); }
.lc-v3__hero-copy { display: flex; flex-direction: column; justify-content: center; align-items: flex-start; padding: 72px max(28px, calc((100vw - var(--lc-v3-max)) / 2)) 72px max(28px, calc((100vw - var(--lc-v3-max)) / 2)); }
.lc-v3__hero h1 { max-width: 720px; margin: 20px 0 24px; font-size: clamp(52px, 6vw, 86px); }
.lc-v3__hero h1 em { color: var(--lc-v3-accent); font-style: italic; }
.lc-v3__hero-lead { max-width: 440px; color: var(--lc-v3-muted); font-size: 17px; line-height: 1.65; }
.lc-v3__hero-media { position: relative; min-height: 640px; background: #d1c3bc; }
.lc-v3__hero-media::after { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(23,22,22,.16), transparent 38%); content: ""; pointer-events: none; }
.lc-v3__hero-caption { position: absolute; right: 25px; bottom: 22px; z-index: 1; color: #fff; font-size: 9px; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; }
.lc-v3__button-row { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 30px; }
.lc-v3__button { display: inline-flex; min-height: 50px; align-items: center; justify-content: center; padding: 14px 21px; border: 1px solid transparent; font-size: 10px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; white-space: nowrap; transition: background 180ms ease, color 180ms ease, transform 180ms ease; }
.lc-v3__button:active { transform: translateY(1px); }
.lc-v3__button--dark { color: #fff !important; background: var(--lc-v3-ink); }
.lc-v3__button--dark:hover, .lc-v3__button--dark:focus-visible { background: var(--lc-v3-accent); }
.lc-v3__button--line { border-color: var(--lc-v3-ink); }
.lc-v3__button--line:hover, .lc-v3__button--line:focus-visible { color: #fff; background: var(--lc-v3-ink); }
.lc-v3__button--light { color: var(--lc-v3-dark) !important; background: #fff; }
.lc-v3__button--light:hover, .lc-v3__button--light:focus-visible { color: #fff !important; background: var(--lc-v3-accent); }
.lc-v3__text-link { display: inline-flex; gap: 9px; margin-top: 21px; border-bottom: 1px solid currentColor; padding-bottom: 3px; font-size: 10px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.lc-v3__text-link span { transition: transform 180ms ease; }
.lc-v3__text-link:hover span, .lc-v3__text-link:focus-visible span { transform: translateX(4px); }

.lc-v3__section { padding: clamp(76px, 9vw, 132px) 0; }
.lc-v3__section--shop, .lc-v3__section--selected { background: var(--lc-v3-white); }
.lc-v3__section-intro { display: grid; grid-template-columns: minmax(0,1.2fr) minmax(220px,.8fr); align-items: end; gap: 32px; margin-bottom: 42px; }
.lc-v3__section-intro h2 { font-size: clamp(42px, 5.5vw, 74px); }
.lc-v3__section-intro p { max-width: 350px; color: var(--lc-v3-muted); line-height: 1.65; }
.lc-v3__section-intro--row { display: flex; align-items: end; justify-content: space-between; }
.lc-v3__section-intro--row .lc-v3__text-link { margin: 0 0 8px; }
.lc-v3__entrances { display: grid; grid-template-columns: repeat(4, minmax(0,1fr)); border-top: 1px solid var(--lc-v3-line); border-left: 1px solid var(--lc-v3-line); }
.lc-v3__entrance { display: flex; min-width: 0; flex-direction: column; padding: 22px; border-right: 1px solid var(--lc-v3-line); border-bottom: 1px solid var(--lc-v3-line); }
.lc-v3__entrance-media { aspect-ratio: 1 / 1.14; margin: -22px -22px 22px; overflow: hidden; background: #ddd3cd; }
.lc-v3__entrance-media img, .lc-v3__products img, .lc-v3__feature-media img, .lc-v3__atelier-media img { transition: transform 500ms ease; }
.lc-v3__entrance:hover img, .lc-v3__entrance:focus-visible img, .lc-v3__feature-media:hover img { transform: scale(1.03); }
.lc-v3__entrance > span { margin-bottom: 11px; color: var(--lc-v3-accent); font-size: 9px; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; }
.lc-v3__entrance h3 { min-height: 58px; margin-bottom: 18px; font-size: clamp(25px, 2.6vw, 34px); }
.lc-v3__entrance b { margin-top: auto; font-size: 10px; letter-spacing: .11em; text-transform: uppercase; }
.lc-v3__entrance b i { margin-left: 6px; font-size: 14px; font-style: normal; }

.lc-v3__products .products { display: grid; grid-template-columns: repeat(4, minmax(0,1fr)); gap: 18px; margin: 0; padding: 0; list-style: none; }
.lc-v3__products .product { display: flex; min-width: 0; flex-direction: column; margin: 0 !important; padding: 0 !important; }
.lc-v3__products .product::before, .lc-v3__products .product::after { display: none !important; }
.lc-v3__products .product a { color: var(--lc-v3-ink); }
.lc-v3__products .ast-on-card-button { display: none !important; }
.lc-v3__products .product img { aspect-ratio: 4 / 5; margin: 0 0 16px !important; object-fit: cover; }
.lc-v3__products .woocommerce-loop-product__title { min-height: 42px; margin: 0 0 8px !important; padding: 0 !important; font-family: Georgia, "Times New Roman", serif; font-size: 23px !important; font-weight: 400 !important; line-height: 1.05; }
.lc-v3__products .price { color: var(--lc-v3-muted) !important; font-size: 13px; }
.lc-v3__products .button { display: inline-block; width: max-content; margin-top: 12px; padding: 0 0 3px; border: 0; border-bottom: 1px solid currentColor; color: var(--lc-v3-ink); background: none; font-size: 9px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.lc-v3__products .button:hover, .lc-v3__products .button:focus-visible { color: var(--lc-v3-accent); background: none; }

.lc-v3__feature { display: grid; grid-template-columns: minmax(0,1.08fr) minmax(0,.92fr); min-height: 650px; background: var(--lc-v3-dark); color: #fff; }
.lc-v3__feature--leather { grid-template-columns: minmax(0,.92fr) minmax(0,1.08fr); background: var(--lc-v3-ink); }
.lc-v3__feature-media { min-height: 560px; overflow: hidden; background: #332b2b; }
.lc-v3__feature-copy { display: flex; flex-direction: column; justify-content: center; align-items: flex-start; padding: clamp(46px, 8vw, 110px); }
.lc-v3__feature-copy h2 { max-width: 630px; margin: 20px 0 23px; color: #fff; font-size: clamp(50px, 6vw, 84px); }
.lc-v3__feature-copy > p:not(.lc-v3__eyebrow) { max-width: 480px; color: rgba(255,255,255,.72); font-size: 17px; line-height: 1.65; }
.lc-v3__text-link--light { color: #fff; }
.lc-v3__feature-links { display: flex; flex-wrap: wrap; gap: 12px 24px; margin-top: 31px; }
.lc-v3__feature-links a { color: #fff; font-size: 10px; font-weight: 800; letter-spacing: .11em; text-transform: uppercase; }
.lc-v3__feature-links span { margin-left: 8px; color: #df9daf; font-size: 15px; }

.lc-v3__section--signals { background: var(--lc-v3-paper); }
.lc-v3__signals-list { border-top: 1px solid var(--lc-v3-line); }
.lc-v3__signals-list a { display: grid; grid-template-columns: 70px 1fr auto; align-items: center; gap: 20px; padding: 20px 0; border-bottom: 1px solid var(--lc-v3-line); }
.lc-v3__signals-list a:hover, .lc-v3__signals-list a:focus-visible { color: var(--lc-v3-accent); }
.lc-v3__signals-list span { color: var(--lc-v3-muted); font-size: 10px; font-weight: 800; letter-spacing: .12em; }
.lc-v3__signals-list strong { font-family: Georgia, "Times New Roman", serif; font-size: clamp(28px, 4vw, 48px); font-weight: 400; letter-spacing: -.04em; }
.lc-v3__signals-list i { font-size: 19px; font-style: normal; }

.lc-v3__atelier { padding: clamp(76px, 9vw, 132px) 0; background: #ded7d1; }
.lc-v3__atelier-inner { display: grid; grid-template-columns: minmax(0, .96fr) minmax(0,1.04fr); align-items: stretch; }
.lc-v3__atelier-copy { display: flex; flex-direction: column; align-items: flex-start; justify-content: center; padding: clamp(36px, 6vw, 86px); background: #e8e2dc; }
.lc-v3__atelier-copy h2 { max-width: 600px; margin: 20px 0 22px; font-size: clamp(46px, 5.4vw, 72px); }
.lc-v3__atelier-copy > p:not(.lc-v3__eyebrow) { max-width: 500px; color: var(--lc-v3-muted); line-height: 1.65; }
.lc-v3__trust-grid { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); width: 100%; margin-top: 29px; border-top: 1px solid var(--lc-v3-line); border-left: 1px solid var(--lc-v3-line); }
.lc-v3__trust-grid span { padding: 13px; border-right: 1px solid var(--lc-v3-line); border-bottom: 1px solid var(--lc-v3-line); font-size: 10px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.lc-v3__atelier-media { min-height: 600px; overflow: hidden; }

.lc-v3__final { padding: clamp(88px, 11vw, 152px) 0; color: #fff; background: var(--lc-v3-accent); text-align: center; }
.lc-v3__final .lc-v3__eyebrow { color: rgba(255,255,255,.72); }
.lc-v3__final h2 { margin: 20px auto 20px; font-size: clamp(54px, 8vw, 112px); }
.lc-v3__final p:not(.lc-v3__eyebrow) { max-width: 450px; margin: 0 auto; color: rgba(255,255,255,.82); font-size: 17px; }
.lc-v3__final .lc-v3__button { margin-top: 31px; }

.lc-v3__footer { color: #fff; background: var(--lc-v3-dark); }
.lc-v3__footer-grid { display: grid; grid-template-columns: 1.45fr repeat(4,1fr); gap: 32px; padding-top: 58px; padding-bottom: 65px; }
.lc-v3__footer .lc-v3__brand { color: #fff; }
.lc-v3__footer .lc-v3__brand small { color: rgba(255,255,255,.55); }
.lc-v3__footer-grid > div { display: flex; flex-direction: column; align-items: flex-start; gap: 9px; }
.lc-v3__footer-grid strong { margin-bottom: 8px; color: #df9daf; font-size: 10px; letter-spacing: .13em; text-transform: uppercase; }
.lc-v3__footer-grid a:not(.lc-v3__brand) { color: rgba(255,255,255,.72); font-size: 13px; }
.lc-v3__footer-grid a:not(.lc-v3__brand):hover, .lc-v3__footer-grid a:not(.lc-v3__brand):focus-visible { color: #fff; }

.lc-v3 a:focus-visible, .lc-v3 button:focus-visible { outline: 2px solid var(--lc-v3-accent); outline-offset: 4px; }
.lc-v3__notice { color: var(--lc-v3-muted); }

@media (max-width: 1080px) {
    .lc-v3__header-inner { grid-template-columns: 180px minmax(0,1fr) auto; gap: 18px; }
    .lc-v3__desktop-menu { gap: 15px; }
    .lc-v3__actions { gap: 11px; }
    .lc-v3__utility { font-size: 9px; }
}

@media (max-width: 900px) {
    .lc-v3__desktop-nav, .lc-v3__utility { display: none; }
    .lc-v3__header-inner { grid-template-columns: 1fr auto; min-height: 68px; }
    .lc-v3__menu-toggle { display: inline-flex; align-items: center; }
    .lc-v3__mobile-layer { position: fixed; inset: 0; z-index: 30; display: block; visibility: hidden; pointer-events: none; }
    .lc-v3__mobile-layer.is-open { visibility: visible; pointer-events: auto; }
    .lc-v3__mobile-scrim { position: absolute; inset: 0; width: 100%; border: 0; background: rgba(23,22,22,.46); opacity: 0; transition: opacity 220ms ease; }
    .lc-v3__mobile-layer.is-open .lc-v3__mobile-scrim { opacity: 1; }
    .lc-v3__mobile-drawer { position: absolute; top: 0; right: 0; display: flex; width: min(390px, calc(100% - 38px)); height: 100%; flex-direction: column; overflow-y: auto; padding: 24px 24px 38px; color: var(--lc-v3-ink); background: var(--lc-v3-paper); transform: translateX(100%); transition: transform 240ms ease; }
    .lc-v3__mobile-layer.is-open .lc-v3__mobile-drawer { transform: translateX(0); }
    .lc-v3__mobile-drawer-head { display: flex; align-items: center; justify-content: space-between; padding-bottom: 28px; border-bottom: 1px solid var(--lc-v3-line); font-family: Georgia, "Times New Roman", serif; font-size: 29px; }
    .lc-v3__mobile-drawer-head button { border: 0; padding: 0; color: var(--lc-v3-muted); background: none; font: inherit; font-family: inherit; font-size: 13px; }
    .lc-v3__mobile-drawer-head b { margin-left: 5px; font-size: 21px; font-weight: 400; }
    .lc-v3__mobile-menu { margin: 22px 0 0; padding: 0; list-style: none; }
    .lc-v3__mobile-menu > li { border-bottom: 1px solid var(--lc-v3-line); }
    .lc-v3__mobile-menu > li > a { display: block; padding: 15px 0; font-size: 12px; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
    .lc-v3__mobile-menu > li > a[href="#"] { color: var(--lc-v3-accent); pointer-events: none; }
    .lc-v3__mobile-menu .sub-menu { margin: -3px 0 12px; padding: 0; list-style: none; }
    .lc-v3__mobile-menu .sub-menu a { display: block; padding: 7px 0; color: var(--lc-v3-muted); font-size: 14px; }
    .lc-v3__hero { grid-template-columns: minmax(0,1fr) minmax(0,.9fr); min-height: 600px; }
    .lc-v3__hero-copy { padding: 58px 30px; }
    .lc-v3__hero-media { min-height: 600px; }
    .lc-v3__entrances, .lc-v3__products .products { grid-template-columns: repeat(2, minmax(0,1fr)); }
    .lc-v3__feature, .lc-v3__feature--leather, .lc-v3__atelier-inner { grid-template-columns: 1fr; }
    .lc-v3__feature-media { min-height: 480px; }
    .lc-v3__feature--leather .lc-v3__feature-copy { order: -1; }
    .lc-v3__atelier-media { min-height: 480px; }
}

@media (max-width: 640px) {
    .lc-v3__shell { width: min(100% - 36px, var(--lc-v3-max)); }
    .lc-v3__hero { display: flex; min-height: auto; flex-direction: column; }
    .lc-v3__hero-copy { padding: 53px 18px 46px; }
    .lc-v3__hero h1 { margin-top: 16px; font-size: clamp(48px, 14vw, 74px); }
    .lc-v3__hero-lead { font-size: 15px; }
    .lc-v3__hero-media { min-height: 430px; }
    .lc-v3__button { min-height: 47px; padding-inline: 16px; }
    .lc-v3__section-intro, .lc-v3__section-intro--row { display: block; }
    .lc-v3__section-intro p { margin-top: 17px; }
    .lc-v3__section-intro--row .lc-v3__text-link { margin-top: 21px; }
    .lc-v3__entrances { grid-template-columns: repeat(2, minmax(0,1fr)); }
    .lc-v3__entrance { padding: 13px; }
    .lc-v3__entrance-media { margin: -13px -13px 16px; }
    .lc-v3__entrance h3 { min-height: 0; font-size: 24px; }
    .lc-v3__entrance > span { margin-bottom: 8px; }
    .lc-v3__entrance b { margin-top: 17px; font-size: 9px; }
    .lc-v3__products .products { gap: 25px 12px; }
    .lc-v3__products .woocommerce-loop-product__title { min-height: 0; font-size: 20px !important; }
    .lc-v3__products .price { font-size: 12px; }
    .lc-v3__feature-copy { padding: 62px 18px; }
    .lc-v3__feature-copy h2 { font-size: clamp(47px, 14vw, 72px); }
    .lc-v3__feature-media { min-height: 410px; }
    .lc-v3__signals-list a { grid-template-columns: 35px 1fr auto; gap: 10px; padding: 17px 0; }
    .lc-v3__signals-list strong { font-size: 31px; }
    .lc-v3__atelier-copy { padding: 58px 18px; }
    .lc-v3__atelier-copy h2 { font-size: 49px; }
    .lc-v3__atelier-media { min-height: 380px; }
    .lc-v3__trust-grid span { padding: 11px 9px; font-size: 8px; letter-spacing: .06em; }
    .lc-v3__footer-grid { grid-template-columns: repeat(2, minmax(0,1fr)); gap: 38px 22px; padding-top: 48px; padding-bottom: 52px; }
    .lc-v3__footer-grid > .lc-v3__brand { grid-column: 1 / -1; }
}

@media (prefers-reduced-motion: reduce) {
    .lc-v3 *, .lc-v3 *::before, .lc-v3 *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; }
}
