.lato-thin {
  font-family: "Lato", sans-serif;
  font-weight: 100;
  font-style: normal;
}

.lato-light {
  font-family: "Lato", sans-serif;
  font-weight: 300;
  font-style: normal;
}

.titlepage {
    line-height: 2rem;
}

:root{
    --inchiostro:#1A1200;
    --terra:#3D2B00;
    --ottone:#B8922A;
    --cuoio:#D4B483;
    --avorio:#F2EAD3;
  }

.helvetica-neue-light {
    font-family: "helvetica-neue-lt-pro", sans-serif;
    font-weight: 300;
    font-style: normal;
}
.helvetica-neue-light-italic {
    font-family: "helvetica-neue-lt-pro", sans-serif;
    font-weight: 300;
    font-style: italic;
}
.helvetica-neue-normal {
    font-family: "helvetica-neue-lt-pro", sans-serif;
    font-weight: 400;
    font-style: normal;
}

.helvetica-neue-normal-italic {
    font-family: "helvetica-neue-lt-pro", sans-serif;
    font-weight: 400;
    font-style: italic;
}
.helvetica-neue-medium {
    font-family: "helvetica-neue-lt-pro", sans-serif;
    font-weight: 500;
    font-style: normal;
}
.helvetica-neue-bold {
    font-family: "helvetica-neue-lt-pro", sans-serif;
    font-weight: 700;
    font-style: normal;
}
.helvetica-neue-bold-italic {
    font-family: "helvetica-neue-lt-pro", sans-serif;
    font-weight: 700;
    font-style: italic;
}
.helvetica-neue-black {
    font-family: "helvetica-neue-lt-pro-cond", sans-serif;
font-weight: 900;
font-style: normal;
}

.eb-garamond-400 {
    font-family: "EB Garamond", serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
}

.eb-garamond-400-italic {
    font-family: "EB Garamond", serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: italic;
}

.bg-inchiostro {
    background-color: rgb(26,17,0);
}
.bg-terra {
    background-color: rgb(61,43,0);
}
.bg-ottone {
    background-color: rgb(184,146,42);
}
.bg-cuoio {
    background-color: rgb(212,180,131);
}
.bg-avorio {
    background-color: rgb(242,234,211);
}
.fc-white {
    color: white;
}
.fc-black {
    color: black;
}
.fc-ottone {
    color: rgb(184,146,42);
}
.fs-5 {
    line-height: 1.44rem;
}

.times-new-roman {
    font-family: 'Times New Roman', Times, serif;
}

a.footerlink {
    text-decoration: none;
    text-transform: uppercase;
}

.trajan-regular {
    font-family: "trajan-pro-3", serif;
    font-weight: 400;
    font-style: normal;
}

.trajan-semibold {
    font-family: "trajan-pro-3", serif;
    font-weight: 600;
    font-style: normal;
}

.trajan-bold {
    font-family: "trajan-pro-3", serif;
    font-weight: 700;
    font-style: normal;
}

.trajan-black {
    font-family: "trajan-pro-3", serif;
    font-weight: 900;
    font-style: normal;
}



p {
    text-align: justify;
    font-size: 1rem;
}

.breadcrumb {
    font-size: 1rem;
}

.lato-regular {
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.lato-bold {
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.lato-black {
  font-family: "Lato", sans-serif;
  font-weight: 900;
  font-style: normal;
}

.lato-thin-italic {
  font-family: "Lato", sans-serif;
  font-weight: 100;
  font-style: italic;
}

.lato-light-italic {
  font-family: "Lato", sans-serif;
  font-weight: 300;
  font-style: italic;
}

.lato-regular-italic {
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-style: italic;
}

.lato-bold-italic {
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-style: italic;
}

.lato-black-italic {
  font-family: "Lato", sans-serif;
  font-weight: 900;
  font-style: italic;
}

.lavishly-yours-regular {
  font-family: "Lavishly Yours", cursive;
  font-weight: 400;
  font-style: normal;
}

body {
  font-family: "helvetica-neue-lt-pro", sans-serif;
  font-weight: 300;
  font-size: 0.6rem;
  background-color: white;
}

h1 {
  font-size: 1.2rem;
}

.site-menu-header {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 2147482000;
    pointer-events: none;
}

.site-menu-toggle,
.site-menu-close {
    border: 0;
    background: transparent;
    cursor: pointer;
    pointer-events: auto;
}

.site-menu-toggle {
    position: fixed;
    top: 1.35rem;
    right: 1.35rem;
    z-index: 2147482001;
    display: inline-flex;
    width: 3.1rem;
    height: 3.1rem;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.34rem;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.86);
    box-shadow: 0 0.8rem 2.4rem rgba(0, 0, 0, 0.14);
    transition: background-color 0.2s ease, opacity 0.2s ease;
}

.site-menu-toggle span {
    display: block;
    width: 1.35rem;
    height: 2px;
    background: #111;
}

.site-menu-toggle:hover,
.site-menu-toggle:focus-visible {
    background: #fff;
}

.site-menu-overlay {
    position: fixed;
    inset: 0;
    z-index: 2147482002;
    overflow: hidden;
    color: #fff;
    pointer-events: none;
    visibility: hidden;
    isolation: isolate;
}

.site-menu-overlay.is-open {
    pointer-events: auto;
    visibility: visible;
}

.site-menu-triangle {
    position: absolute;
    inset: -2px;
    transform: translate(110vw, -110vh);
    will-change: transform;
}

.site-menu-triangle-white {
    z-index: 1;
    background: rgb(212,180,131);
    clip-path: polygon(0 0, 100% 0, 100% 100%);
}

.site-menu-triangle-black {
    z-index: 2;
    background: rgb(61,43,0);
    clip-path: polygon(0 0, 0 100%, 100% 100%);
}

.site-menu-close {
    position: fixed;
    top: 1.45rem;
    right: 1.45rem;
    z-index: 2147482005;
    display: grid;
    width: 3.35rem;
    height: 3.35rem;
    place-items: center;
    border: 1px solid rgba(0, 0, 0, 0.22);
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.84);
    opacity: 0;
    transform: translate(20px, -20px);
    box-shadow: 0 0.8rem 2.4rem rgba(0, 0, 0, 0.14);
}

.site-menu-close span {
    position: absolute;
    width: 1.75rem;
    height: 2px;
    background: #050505;
}

.site-menu-close span:first-child {
    transform: rotate(45deg);
}

.site-menu-close span:last-child {
    transform: rotate(-45deg);
}

.site-menu-content {
    position: relative;
    z-index: 2147482004;
    display: grid;
    min-height: 100vh;
    grid-template-columns: minmax(280px, 42vw) minmax(300px, 1fr);
    gap: clamp(2rem, 5vw, 7rem);
    align-items: start;
    padding: clamp(3.5rem, 6vw, 6.2rem) clamp(2rem, 7vw, 8.5rem) clamp(2rem, 5vw, 4.4rem);
    pointer-events: none;
}

.site-menu-content a,
.site-menu-content button,
.site-menu-content input {
    pointer-events: auto;
}

.site-menu-left {
    display: flex;
    min-height: calc(100vh - clamp(5.5rem, 11vw, 10.6rem));
    flex-direction: column;
}

.site-menu-brand {
    display: inline-flex;
    width: fit-content;
    margin-bottom: clamp(4.2rem, 8vh, 7rem);
    color: #fff;
    font-size: clamp(1.35rem, 2.5vw, 2.15rem);
    font-weight: 700;
    letter-spacing: 0.18em;
    line-height: 1;
    text-decoration: none;
    text-shadow:
        0 0 1px rgba(0, 0, 0, 0.95),
        0 0 7px rgba(0, 0, 0, 0.46),
        0 0 18px rgba(0, 0, 0, 0.28);
    -webkit-text-stroke: 0.35px rgba(0, 0, 0, 0.48);
}

.site-menu-kicker,
.site-menu-secondary span {
    display: block;
    margin-bottom: 0.8rem;
    color: rgba(255, 255, 255, 0.58);
    font-size: clamp(0.85rem, 1.15vw, 1.15rem);
    font-weight: 700;
}

.site-menu-primary,
.site-menu-secondary {
    display: flex;
    flex-direction: column;
}

.site-menu-primary a,
.site-menu-secondary a {
    position: relative;
    z-index: 0;
    width: fit-content;
    color: inherit;
    font-weight: 900;
    letter-spacing: 0;
    line-height: 0.96;
    text-decoration: none;
    transition: color 0.16s ease, transform 0.16s ease;
}

.site-menu-primary a::before,
.site-menu-secondary a::before {
    content: "";
    position: absolute;
    right: -0.06em;
    bottom: 0.05em;
    left: -0.06em;
    z-index: -1;
    height: 0.72em;
    transform: scaleX(0);
    transform-origin: left center;
    transition: transform 0.18s ease;
}

.site-menu-primary a::before {
    background: #fff;
}

.site-menu-secondary a::before {
    background: #fff;
}

.site-menu-primary a {
    font-size: clamp(2.88rem, 4.58vw, 6.48rem);
}

.site-menu-secondary {
    align-self: start;
    padding-top: clamp(5.8rem, 6.5vw, 9rem);
    color: white;
}

.site-menu-secondary span {
    color: rgba(0, 0, 0, 0.66);
}

.site-menu-secondary a {
    font-size: clamp(3.42rem, 4.58vw, 6.84rem);
}

.site-menu-primary a:hover,
.site-menu-primary a:focus-visible,
.site-menu-secondary a:hover,
.site-menu-secondary a:focus-visible {
    transform: translateX(0.25rem);
}

.site-menu-primary a:hover,
.site-menu-primary a:focus-visible {
    color: #050505;
}

.site-menu-secondary a:hover,
.site-menu-secondary a:focus-visible {
    color: #050505;
}

.site-menu-primary a:hover::before,
.site-menu-primary a:focus-visible::before,
.site-menu-secondary a:hover::before,
.site-menu-secondary a:focus-visible::before {
    transform: scaleX(1);
}

.site-menu-newsletter {
    width: min(1080px, 72vw);
    margin-top: auto;
    padding-top: 2.6rem;
}

.site-menu-newsletter p {
    margin: 0 0 2rem;
    color: rgba(255, 255, 255, 0.58);
    font-size: clamp(0.95rem, 1.4vw, 1.35rem);
    font-weight: 700;
    line-height: 1.45;
    text-align: left;
}

.site-menu-newsletter label {
    color: rgba(255, 255, 255, 0.9);
    font-size: 1rem;
    font-weight: 800;
}

.site-menu-email-row {
    display: flex;
    align-items: center;
    border-bottom: 2px solid rgba(255, 255, 255, 0.16);
}

.site-menu-email-row input {
    min-width: 0;
    flex: 1;
    border: 0;
    background: transparent;
    color: #fff;
    outline: 0;
    padding: 0.45rem 0;
}

.site-menu-email-row button {
    border: 0;
    background: transparent;
    color: #fff;
    font-size: 1.35rem;
}

.site-menu-locations {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 2rem;
    margin-top: clamp(2rem, 6vh, 5rem);
    color: rgba(255, 255, 255, 0.62);
}

.site-menu-locations address {
    margin: 0;
    font-size: clamp(0.82rem, 1.15vw, 1.15rem);
    font-style: normal;
    font-weight: 700;
    line-height: 1.55;
}

.site-menu-locations strong {
    display: block;
    margin-bottom: 0.65rem;
    color: #fff;
}

[data-menu-item],
.site-menu-brand {
    opacity: 0;
    transform: translateY(24px);
    will-change: opacity, transform;
}

body.site-menu-lock {
    overflow: hidden;
}

.border-brown {
    border-color: #1A1200;
}

.candidati-page {
    height: 100svh;
    min-height: 100svh;
    background: #1A1200;
    color: #fff;
    overflow-x: clip;
    overflow-y: hidden;
}

.candidati-page > .container-fluid,
.candidati-page > .container-fluid > .row {
    height: inherit;
    min-height: inherit;
}

.w-100 {
    width: 100%;
}

.candidati-page .spot_right_container,
.candidati-page .formcontainer {
    height: 100svh;
    min-height: 100svh;
}

.candidati-page .spot_right_container {
    position: sticky;
    top: 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.candidati-page .formcontainer {
    overflow-y: auto;
}

.candidati-page .form-control,
.candidati-page .form-select,
.candidati-page textarea {
    border-color: #1A1200;
    border-radius: 0;
}

.candidati-page .form-control:focus,
.candidati-page .form-select:focus,
.candidati-page textarea:focus {
    border-color: #1A1200;
    box-shadow: 0 0 0 0.2rem rgba(26, 18, 0, 0.18);
}

.candidati-page .form-label {
    margin-bottom: 0.35rem;
    color: #1A1200;
    font-size: 0.95rem;
    line-height: 1.1;
}

.candidatura-honeypot {
    position: absolute;
    left: -9999px;
    width: 1px;
    height: 1px;
    opacity: 0;
}

.candidatura-field-error,
.candidatura-form-error {
    margin-top: 0.35rem;
    color: #8f1d0f;
    font-size: 0.86rem;
    line-height: 1.25;
}

.candidatura-form-error {
    margin-bottom: 1rem;
    padding: 0.85rem 1rem;
    border: 1px solid rgba(143, 29, 15, 0.28);
    background: rgba(143, 29, 15, 0.08);
}

.candidatura-submit {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 3rem;
    padding: 0.9rem 2rem;
    border: 1px solid #1A1200;
    background: #1A1200;
    color: #fff;
    line-height: 1;
    text-transform: uppercase;
    transition: background-color 0.2s ease, color 0.2s ease, opacity 0.2s ease;
}

.candidatura-submit:hover,
.candidatura-submit:focus {
    background: transparent;
    color: #1A1200;
}

.candidatura-submit:disabled {
    cursor: wait;
    opacity: 0.65;
}

.candidatura-success {
    margin-top: 4rem;
    color: #1A1200;
}

.candidatura-success h3 {
    margin-bottom: 0.6rem;
    font-size: clamp(2rem, 4vw, 4rem);
    line-height: 0.95;
}

.candidatura-success p {
    max-width: 520px;
    color: #1A1200;
    font-size: 1.15rem;
    line-height: 1.45;
    text-align: left;
}

.candidati-page h2 {
    margin-bottom: 1rem;
    font-size: clamp(2rem, 6vw, 5rem);
    line-height: 0.92;
    text-transform: uppercase;
}

.location-page {
    display: flex;
    flex-direction: column;
    height: 100svh;
    min-height: 100svh;
    overflow: hidden;
    background: #fff;
}

.chisiamo-page {
    display: flex;
    flex-direction: column;
    height: auto;
    min-height: 100svh;
    overflow: visible;
    background: #fff;
}

.chisiamo-page > .container-fluid,
.chisiamo-page > .container-fluid > .row {
    height: auto;
    min-height: 100svh;
}

.chisiamo-page > .container-fluid > .row {
    flex-direction: column;
    flex-wrap: nowrap;
}

.primapagina {
    position: relative;
}

.studio-location-page .primapagina {
    min-height: 100svh;
    /* background-image: url("/images/StudioArtefice.jpg"); */
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-color: rgb(26,17,0);
}

.location-page > .container-fluid,
.location-page > .container-fluid > .primapagina {
    height: inherit;
    min-height: inherit;
}

.location-page > .container-fluid > .primapagina {
    flex-direction: column;
    flex-wrap: nowrap;
}

.location-page-scroll {
    height: auto;
    min-height: 100svh;
    overflow: visible;
}

.location-page-scroll > .container-fluid,
.location-page-scroll > .container-fluid > .primapagina {
    height: auto;
    min-height: 100svh;
}

.location-page-scroll .sbocchi-hero {
    flex: 0 0 auto;
    min-height: 0;
    overflow: visible;
}

.faq-page,
.atelier-page {
    display: flex;
    flex-direction: column;
    height: auto;
    min-height: 100svh;
    overflow: visible;
    background: #fff;
}

.faq-page > .container-fluid,
.faq-page > .container-fluid > .row,
.atelier-page > .container-fluid,
.atelier-page > .container-fluid > .row {
    height: auto;
    min-height: 100svh;
}

.faq-page > .container-fluid > .row,
.atelier-page > .container-fluid > .row {
    flex-direction: column;
    flex-wrap: nowrap;
}

.faq-list {
    min-height: 0;
    flex: 1 1 0;
    overflow-y: visible;
    padding: clamp(2rem, 5vw, 5rem) 0;
}

.faq-category + .faq-category {
    margin-top: clamp(2.6rem, 5vw, 5rem);
}

.faq-category-title {
    margin: 0 0 1rem;
    color: rgba(0, 0, 0, 0.55);
    font-size: clamp(1rem, 1.3vw, 1.4rem);
    letter-spacing: 0;
    text-transform: uppercase;
}

.faq-item {
    border-top: 1px solid rgba(0, 0, 0, 0.16);
}

.faq-item:last-child {
    border-bottom: 1px solid rgba(0, 0, 0, 0.16);
}

.faq-question {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-between;
    gap: 1.5rem;
    padding: 1.35rem 0;
    border: 0;
    background: transparent;
    color: #111;
    font-size: clamp(1.35rem, 1.5vw, 2.6rem);
    line-height: 1.05;
    text-align: left;
    text-transform: uppercase;
}

.faq-question-icon {
    flex: 0 0 auto;
    font-size: 1.6rem;
    line-height: 1;
    transition: transform 0.2s ease;
}

.faq-item.is-open .faq-question-icon {
    transform: rotate(45deg);
}

.faq-answer {
    overflow: hidden;
    max-width: 780px;
    color: #111;
    font-size: 1.05rem;
    line-height: 1.55;
    opacity: 0;
    transform: translateY(-0.35rem);
    transition: max-height 0.34s ease, opacity 0.24s ease, transform 0.34s ease, padding-bottom 0.34s ease;
}

.faq-item.is-open .faq-answer {
    padding-bottom: 1.6rem;
    opacity: 1;
    transform: translateY(0);
    margin-bottom: 1rem;
}

.location-intro {
    flex: 0 0 auto;
    width: 100%;
    background: #fff;
}

.studio-location-page .location-intro {
    background: transparent;
}

.location-hero {
    display: grid;
    min-height: 0;
    flex: 1 1 0;
    width: 100%;
    align-items: start;
    justify-items: start;
    overflow: hidden;
    background: #fff;
    padding: clamp(0.5rem, 1.8vw, 2rem) clamp(1.5rem, 3.5vw, 4rem) clamp(2rem, 4vw, 4.5rem);
}

.studio-location-page .location-hero {
    place-items: center;
    background: transparent;
}

.studio-location-page .location-hero h1 {
    margin: 0;
    font-size: clamp(2.5rem, 8vw, 7rem);
    font-weight: 800;
    line-height: 0.92;
    text-transform: uppercase;
}

.location-mask-title {
    width: 100%;
    margin: 0;
    color: transparent;
    background-image: url("/images/sfondo-location.jpg");
    background-position: center;
    background-size: cover;
    -webkit-background-clip: text;
    background-clip: text;
    font-size: clamp(10.5rem, min(30vw, 44svh), 33rem);
    line-height: 0.88;
    text-align: left;
    text-transform: uppercase;
}

.location-mask-title span {
    display: block;
}

.fs-15 {
    font-size: 1.5rem;
    line-height: 1.6rem;
}

.vocelista {
    font-size: 0.9rem;
}

.figure-tags{
    display:flex;
    flex-wrap:wrap;
    gap:10px;
    margin:36px 0 8px;
  }
  .figure-tags span{
    font-size:12px;
    letter-spacing:.05em;
    text-transform:uppercase;
    border:1px solid var(--ottone);
    color:var(--terra);
    padding:7px 14px;
    border-radius:2px;
  }

.ciclo-title{
    display:flex;
    align-items:center;
    gap:12px;
    font-size:12px;
    letter-spacing:.14em;
    text-transform:uppercase;
    color:var(--inchiostro);
    background:var(--inchiostro);
    color:var(--avorio);
    padding:9px 16px;
    display:inline-flex;
    margin-bottom:0px;
  }

.location-scroll-down {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 3;
    display: grid;
    width: clamp(4.25rem, 7vw, 7rem);
    aspect-ratio: 1;
    place-items: center;
    border: 2px solid #1A1200;
    background: #1A1200;
    color: #fff;
    font-size: clamp(1.1rem, 1.8vw, 1.8rem);
    text-decoration: none;
    transition: background-color 0.18s ease, color 0.18s ease, transform 0.18s ease;
}

.location-scroll-down:hover,
.location-scroll-down:focus-visible {
    background: #fff;
    color: #1A1200;
    transform: translateY(0.2rem);
}

.foto-hero {
    min-height: 100svh;
    scroll-margin-top: 0;
}

@media (max-width: 991.98px) {
    .site-menu-overlay {
        background: #1A1200;
    }

    .site-menu-triangle {
        display: none;
    }

    .site-menu-toggle {
        top: 1rem;
        right: 1rem;
        width: 2.8rem;
        height: 2.8rem;
    }

    .site-menu-close {
        top: 1rem;
        right: 1rem;
    }

    .site-menu-close span {
        background: #050505;
    }

    .site-menu-content {
        min-height: 100svh;
        grid-template-columns: 1fr;
        align-content: start;
        gap: 0.75rem;
        overflow-y: auto;
        padding: 5.25rem 1.35rem 2rem;
    }

    .site-menu-left {
        min-height: auto;
    }

    .site-menu-brand {
        margin-bottom: 2rem;
    }

    .site-menu-primary a {
        font-size: clamp(2.39rem, 12.4vw, 4.5rem);
    }

    .site-menu-secondary {
        align-self: start;
        padding-top: 0;
        color: #fff;
    }

    .site-menu-secondary span {
        color: rgba(255, 255, 255, 0.58);
    }

    .candidati-page .spot_right_container,
    .candidati-page .formcontainer {
        height: auto;
        min-height: auto;
    }

    .candidati-page .spot_right_container {
        justify-content: flex-start;
    }

    .candidati-page {
        height: auto;
        overflow-y: visible;
    }

    .candidati-page .formcontainer {
        overflow-y: visible;
    }

    .site-menu-secondary a {
        font-size: clamp(2.21rem, 11.7vw, 4.14rem);
    }

    .site-menu-newsletter {
        width: 100%;
        margin-top: 1rem;
        padding-top: 0;
    }

    .site-menu-locations {
        grid-template-columns: 1fr;
        gap: 1rem;
        margin-top: 2rem;
    }

    .location-page {
        height: auto;
        min-height: 100svh;
        overflow: visible;
    }

    .chisiamo-page {
        height: auto;
        min-height: 100svh;
        overflow: visible;
    }

    .location-hero {
        min-height: 100svh;
        padding: 2rem 1.25rem;
    }

    .location-mask-title {
        width: 100%;
        font-size: clamp(5rem, 28vw, 10rem);
        line-height: 0.82;
    }

}

.corso-page {
        background: #1A1200;
        color: #fff;
        overflow-x: clip;
    }

    .corso-spacer {
        display: grid;
        min-height: 100vh;
        place-items: center;
        padding: 6rem 1.5rem;
        background: rgb(26, 18, 0);
        color: #F2EAD3;
    }

    .corso-spacer-inner {
        width: min(960px, 100%);
    }

    .corso-spacer h1 {
        margin: 0 0 1rem;
        font-size: clamp(2.5rem, 8vw, 7rem);
        font-weight: 400;
        line-height: 0.92;
        text-transform: uppercase;
        letter-spacing: 0.7rem;
    }

    .corso-spacer p {
        margin: 0;
        font-size: clamp(1rem, 1.4vw, 1.1rem);
        line-height: 1.5;
        text-align: left;
        letter-spacing: 0.2rem;
    }

    .corso-video-mask {
        --mask-scale: 129.6;
        --mask-progress: 0;
        --promo-progress: 0;
        --mask-opacity: 1;
        position: relative;
        min-height: 390vh;
        background: #1A1200;
    }

    .corso-video-mask-stage {
        position: sticky;
        top: 0;
        height: 100vh;
        min-height: 560px;
        overflow: hidden;
        background: #1A1200;
        isolation: isolate;
    }

    .corso-mask-video-shell,
    .corso-mask-video,
    .corso-mask-overlay {
        position: absolute;
        inset: 0;
    }

    .corso-mask-video-shell {
        background-image: url('{{ asset('images/duane-mendes-p-gGii_xGK8-unsplash.jpg') }}');
        background-position: center;
        background-size: cover;
        transform: scale(1.02);
    }

    .corso-mask-video {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .corso-mask-overlay {
        z-index: 2;
        width: 100%;
        height: 100%;
        pointer-events: none;
    }

    .corso-mask-word-wrap {
        transform-box: view-box;
        transform-origin: 50% 50%;
        transform: scale(var(--mask-scale)) scaleY(var(--mask-text-y-scale, 1));
        opacity: var(--mask-opacity);
    }

    .corso-mask-word {
        font-family: "Montserrat", sans-serif;
        font-size: 14px;
        font-weight: 700;
        letter-spacing: 0.1em;
    }

    .corso-mask-copy {
        position: absolute;
        right: max(1.25rem, 5vw);
        bottom: max(1.5rem, 7vh);
        z-index: 3;
        width: min(420px, calc(100% - 2.5rem));
        opacity: var(--mask-progress);
        transform: translateY(calc((1 - var(--mask-progress)) * 44px));
        color: rgba(255, 255, 255, 0.84);
        transition: opacity 0.12s linear;
    }

    .corso-mask-copy h2 {
        margin: 0 0 0.7rem;
        font-size: clamp(1.7rem, 4vw, 3.5rem);
        font-weight: 800;
        line-height: 0.95;
        text-transform: uppercase;
    }

    .corso-mask-copy p {
        margin: 0;
        color: rgba(255, 255, 255, 0.68);
        font-size: 1rem;
        line-height: 1.55;
        text-align: left;
    }

    .corso-mask-promo {
        position: absolute;
        top: 60%;
        left: 50%;
        z-index: 3;
        width: min(860px, calc(100% - 3rem));
        opacity: var(--promo-progress);
        transform: translate(-50%, calc((1 - var(--promo-progress)) * 32px));
        pointer-events: none;
    }

    .corso-mask-promo p {
        margin: 0;
        color: #fff;
        font-size: 1.5rem;
        font-weight: 400;
        line-height: 1.25;
        text-align: center;
    }

    .corso-mask-toggle {
        position: absolute;
        top: 1.5rem;
        right: 1.5rem;
        z-index: 4;
        display: inline-grid;
        width: 3rem;
        height: 3rem;
        place-items: center;
        border: 0;
        border-radius: 50%;
        background: rgba(255, 255, 255, 0.18);
        color: #fff;
        cursor: pointer;
        backdrop-filter: blur(10px);
    }

    .corso-mask-toggle i {
        font-size: 1rem;
    }

    .corso-concetti-content {
        min-height: 80vh;
        padding: 7rem 1.5rem;
        background: #fff;
        color: #111;
    }

    .corso-concetti-content .container {
    }

    .corso-concetti-content h2 {
        margin-bottom: 1rem;
        font-size: clamp(2rem, 6vw, 5rem);
        font-weight: 800;
        line-height: 1;
        text-transform: uppercase;
    }

    .corso-concetti-content p {
        font-size: 1.1rem;
        line-height: 1.6;
        text-align: left;
    }

    .corso-include-slider-shell {
        position: relative;
        margin-top: 1.5rem;
    }

    .corso-include-slider {
        --corso-include-gap: clamp(1rem, 1.5vw, 1.4rem);
        display: grid;
        grid-auto-columns: calc((100% - (var(--corso-include-gap) * 2)) / 2.5);
        grid-auto-flow: column;
        gap: var(--corso-include-gap);
        overflow-x: auto;
        overscroll-behavior-x: contain;
        padding-bottom: 0.5rem;
        scroll-behavior: smooth;
        scroll-snap-type: x mandatory;
        scrollbar-width: none;
    }

    .corso-include-slider::-webkit-scrollbar {
        display: none;
    }

    .corso-include-item {
        position: relative;
        display: flex;
        min-height: clamp(320px, 34vw, 470px);
        flex-direction: column;
        justify-content: space-between;
        overflow: hidden;
        padding: clamp(1.2rem, 2vw, 2rem);
        background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.16), rgba(0, 0, 0, 0.68)), var(--corso-include-bg);
        background-position: center;
        background-size: cover;
        color: #fff;
        scroll-snap-align: start;
    }

    .corso-include-item p {
        position: relative;
        z-index: 1;
        max-width: 92%;
        margin: 0;
        color: #fff;
        font-size: clamp(1.15rem, 1.5vw, 1.7rem);
        line-height: 1.15;
    }

    .corso-include-number {
        position: relative;
        z-index: 1;
        display: block;
        font-size: clamp(7rem, 13vw, 12rem);
        line-height: 0.78;
    }

    .corso-include-slider-actions {
        display: flex;
        justify-content: flex-end;
        gap: 0.6rem;
        margin-top: 1.2rem;
    }

    .corso-include-slider-button {
        display: grid;
        width: 2.8rem;
        height: 2.8rem;
        place-items: center;
        border: 1px solid rgba(0, 0, 0, 0.25);
        border-radius: 50%;
        background: #fff;
        color: #111;
        transition: background-color 0.16s ease, color 0.16s ease, opacity 0.16s ease;
    }

    .corso-include-slider-button:hover,
    .corso-include-slider-button:focus-visible {
        background: #111;
        color: #fff;
    }

    .corso-include-slider-button:disabled {
        cursor: default;
        opacity: 0.35;
        pointer-events: none;
    }

    @media (max-width: 767.98px) {
        .corso-video-mask {
            --mask-scale: 100.8;
            min-height: 285vh;
        }

        .corso-video-mask-stage {
            min-height: 520px;
        }

        .corso-mask-word {
            font-size: 17px;
        }

        .corso-mask-word-wrap {
            --mask-text-y-scale: 0.2;
        }

        .corso-mask-copy {
            right: 1.25rem;
            bottom: 1.5rem;
        }

        .corso-mask-promo {
            top: 58%;
            width: min(560px, calc(100% - 2.5rem));
        }

        .corso-mask-promo p {
            font-size: 1.35rem;
        }

        .corso-include-slider {
            grid-auto-columns: minmax(245px, 82vw);
        }

        .corso-include-item {
            min-height: 360px;
        }
    }

    @media (prefers-reduced-motion: reduce) {
        .corso-video-mask {
            --mask-scale: 1.1;
        }
    }

.covercopertina {
    position: relative;
    overflow: hidden;
    cursor: pointer;
}

.covercopertina-image {
    position: absolute;
    inset: 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    transform: scale(1);
    transform-origin: center;
    transition: transform 0.6s ease;
}

.covercopertina::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
    background-color: rgba(0, 0, 0, 0);
    transition: background-color 0.6s ease;
}

.covercopertina > .covercopertina-content {
    position: absolute;
    top: auto;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
    display: flex;
    width: auto;
    height: auto;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
    padding: 1rem;
    color: #fff;
    font-size: 0.85rem;
    font-weight: 600;
    opacity: 0;
    transform: translateY(12px);
    transition: opacity 0.4s ease, transform 0.4s ease;
}

.covercopertina-content .btn {
    flex-shrink: 0;
}

.covercopertina-text {
    display: flex;
    min-width: 0;
    flex: 1;
    flex-direction: column;
    gap: 0.25rem;
}

.covercopertina-text h2,
.covercopertina-text p {
    margin: 0;
    text-align: left;
}

.covercopertina-text h2 {
    font-size: 1.4rem;
    font-weight: 400;
}

.covercopertina-text p {
    line-height: 1.4;
}

.covercopertina:hover .covercopertina-image {
    transform: scale(1.1);
}

.cta-candidatura {
    color: #fff;
}

.cta-candidatura-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.9rem 2.2rem;
    border: 1px solid #fff;
    background: transparent;
    color: #fff;
    font-size: 0.9rem;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 1;
    text-transform: uppercase;
    transition: background-color 0.2s ease, color 0.2s ease;
}

.cta-candidatura-button:hover,
.cta-candidatura-button:focus {
    border-color: #fff;
    background: #fff;
    color: #000;
}

.cta-candidatura-button-black {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.9rem 2.2rem;
    border: 1px solid black;
    background: transparent;
    color: black;
    font-size: 0.9rem;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 1;
    text-transform: uppercase;
    transition: background-color 0.2s ease, color 0.2s ease;
}

.cta-candidatura-button-black:hover,
.cta-candidatura-button-black:focus {
    border-color: black;
    background: black;
    color: white;
}

.covercopertina:hover::after {
    background-color: rgba(0, 0, 0, 0.5);
}

.covercopertina:hover .covercopertina-content,
.covercopertina:focus-within .covercopertina-content {
    opacity: 1;
    transform: translateY(0);
}

@media (prefers-reduced-motion: reduce) {
    .covercopertina-image,
    .covercopertina::after,
    .covercopertina-content {
        transition: none;
    }
}


/* Page specific styles moved from Blade headerStyles */

/* resources/views/home.blade.php */
    .home-animated-block {
        opacity: 0;
        transform: translateY(24px);
    }

    .home-animated-block.is-visible {
        opacity: 1;
        transform: translateY(0);
        transition: opacity 0.55s ease, transform 0.55s ease;
    }

    @media (prefers-reduced-motion: reduce) {
        .home-animated-block {
            opacity: 1;
            transform: none;
        }

        .home-animated-block.is-visible {
            transition: none;
        }
    }


/* resources/views/typography.blade.php */
    .typography-page {
        min-height: 100svh;
        background: #fff;
        color: #050505;
        padding: clamp(2rem, 5vw, 5rem) clamp(1.25rem, 4vw, 4.5rem);
    }

    .typography-header {
        display: grid;
        gap: 1rem;
        margin-bottom: clamp(2.5rem, 5vw, 5rem);
    }

    .typography-header h1 {
        margin: 0;
        font-size: clamp(3rem, 10vw, 9rem);
        line-height: 0.88;
        text-transform: uppercase;
    }

    .typography-header p {
        max-width: 46rem;
        margin: 0;
        color: #444;
        font-size: clamp(1rem, 1.3vw, 1.25rem);
        line-height: 1.45;
        text-align: left;
    }

    .typography-section {
        display: grid;
        gap: 1.25rem;
        padding: clamp(1.6rem, 3vw, 3rem) 0;
        border-top: 1px solid rgba(0, 0, 0, 0.12);
    }

    .typography-section-title {
        margin: 0;
        color: #777;
        font-size: 0.85rem;
        font-weight: 700;
        letter-spacing: 0.12em;
        text-transform: uppercase;
    }

    .typography-heading-list {
        display: grid;
        gap: 1.2rem;
    }

    .typography-heading-list * {
        margin: 0;
        line-height: 1;
    }

    .typography-heading-list h1 {
        font-size: clamp(3.2rem, 8vw, 8rem);
    }

    .typography-heading-list h2 {
        font-size: clamp(2.6rem, 6vw, 6rem);
    }

    .typography-heading-list h3 {
        font-size: clamp(2.1rem, 4.6vw, 4.8rem);
    }

    .typography-heading-list h4 {
        font-size: clamp(1.7rem, 3.6vw, 3.4rem);
    }

    .typography-heading-list h5 {
        font-size: clamp(1.35rem, 2.6vw, 2.4rem);
    }

    .typography-heading-list h6 {
        font-size: clamp(1.05rem, 1.8vw, 1.5rem);
        letter-spacing: 0.08em;
        text-transform: uppercase;
    }

    .typography-grid {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 1px;
        background: rgba(0, 0, 0, 0.12);
        border: 1px solid rgba(0, 0, 0, 0.12);
    }

    .typography-card {
        display: grid;
        gap: 1.25rem;
        min-height: 12rem;
        background: #fff;
        padding: clamp(1.1rem, 2vw, 2rem);
    }

    .typography-card code {
        color: #777;
        font-size: 0.78rem;
    }

    .typography-sample {
        margin: 0;
        font-size: clamp(2rem, 4vw, 4rem);
        line-height: 0.98;
        text-align: left;
    }

    .typography-copy {
        display: grid;
        grid-template-columns: minmax(0, 0.8fr) minmax(0, 1.2fr);
        gap: clamp(1.5rem, 4vw, 4rem);
        align-items: start;
    }

    .typography-copy h2 {
        margin: 0;
        font-size: clamp(2.4rem, 5vw, 5rem);
        line-height: 0.92;
        text-transform: uppercase;
    }

    .typography-copy p {
        margin: 0;
        color: #222;
        font-size: clamp(1rem, 1.35vw, 1.28rem);
        line-height: 1.48;
        text-align: left;
    }

    @media (max-width: 767.98px) {
        .typography-grid,
        .typography-copy {
            grid-template-columns: 1fr;
        }
    }


/* resources/views/atelier/index.blade.php */
    .atelier-content {
        flex: 1 1 0;
        min-height: 0;
        overflow-y: visible;
        background: #fff;
        color: #050505;
    }

    .atelier-showcase {
        padding: clamp(1.25rem, 2.3vw, 2.8rem) 0 clamp(2.2rem, 4vw, 4.8rem);
    }

    .atelier-slider-shell {
        position: relative;
    }

    .atelier-slider {
        --atelier-slider-gap: clamp(0.8rem, 1.2vw, 1.25rem);
        --atelier-slider-pad: clamp(1.25rem, 2.6vw, 3.2rem);
        display: grid;
        grid-auto-columns: calc((100vw - var(--atelier-slider-pad) - var(--atelier-slider-pad) - var(--atelier-slider-gap) - var(--atelier-slider-gap)) / 3);
        grid-auto-flow: column;
        gap: var(--atelier-slider-gap);
        overflow-x: auto;
        overscroll-behavior-x: contain;
        scroll-behavior: smooth;
        scroll-snap-type: x mandatory;
        scrollbar-width: none;
        padding: 0 var(--atelier-slider-pad);
    }

    .atelier-slider::-webkit-scrollbar {
        display: none;
    }

    .atelier-slide {
        scroll-snap-align: start;
        border-left: 1px solid rgba(0, 0, 0, 0.08);
        padding-left: clamp(1rem, 1.5vw, 1.5rem);
    }

    .atelier-slide h3 {
        min-height: 1rem;
        margin: 0 0 0rem;
        font-size: clamp(0.96rem, 1.08vw, 1.2rem);
        font-weight: 700;
        line-height: 1.16;
    }

    .atelier-slide span {
        display: block;
        margin-bottom: clamp(1.4rem, 2.1vw, 2rem);
        color: #777;
        font-size: clamp(0.82rem, 0.92vw, 1rem);
        line-height: 1.2;
    }

    .atelier-slide figure {
        position: relative;
        aspect-ratio: 1 / 1.18;
        margin: 0;
        overflow: hidden;
        background: #f0f0f0;
        cursor: pointer;
    }

    .atelier-slide img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: block;
        transform: scale(1);
        transition: transform 0.45s ease;
        will-change: transform;
    }

    .atelier-slide figure:hover img,
    .atelier-slide figure:focus-within img {
        transform: scale(1.08);
    }

    .atelier-slide:nth-child(2) img,
    .atelier-slide:nth-child(5) img {
        object-position: center top;
    }

    .atelier-slider-actions {
        position: absolute;
        right: clamp(1.25rem, 2.6vw, 3.2rem);
        bottom: clamp(0.85rem, 1.4vw, 1.4rem);
        display: flex;
        gap: 0.45rem;
        z-index: 2;
    }

    .atelier-slider-button {
        display: grid;
        width: 2.65rem;
        height: 2.65rem;
        place-items: center;
        border: 1px solid rgba(0, 0, 0, 0.2);
        border-radius: 50%;
        background: rgba(255, 255, 255, 0.88);
        color: #050505;
        transition: background-color 0.16s ease, transform 0.16s ease;
    }

    .atelier-slider-button:hover,
    .atelier-slider-button:focus-visible {
        background: #050505;
        color: #fff;
        transform: translateY(-1px);
    }

    .atelier-editorial {
        width: 100%;
        padding: clamp(1.8rem, 3vw, 3.6rem) clamp(1.25rem, 2.6vw, 3.2rem) 0;
    }

    .atelier-editorial-title {
        margin: 0;
        font-size: clamp(3.6rem, 8.4vw, 9.7rem);
        line-height: 0.87;
        letter-spacing: 0;
        text-transform: uppercase;
    }

    .atelier-editorial-title .muted {
        color: #c7c7c7;
    }

    @media (max-width: 991.98px) {
        .atelier-slider {
            grid-auto-columns: minmax(220px, 42vw);
        }
    }

    @media (max-width: 575.98px) {
        .atelier-slider {
            grid-auto-columns: minmax(205px, 76vw);
            padding-inline: 1rem;
        }

        .atelier-slide {
            padding-left: 0.85rem;
        }

        .atelier-slider-actions {
            display: none;
        }

        .atelier-editorial {
            padding-inline: 1rem;
        }

        .atelier-editorial-title {
            font-size: clamp(3rem, 14vw, 4.9rem);
        }

    }

    @media (prefers-reduced-motion: reduce) {
        .atelier-slide img {
            transition: none;
        }
    }


/* resources/views/post-corso.blade.php */
    .sbocchi-hero {
        flex: 1 1 0;
        min-height: 0;
        overflow-y: visible;
        background: #fff;
        color: #050505;
    }

    .sbocchi-showcase {
        padding: clamp(1.25rem, 2.3vw, 2.8rem) clamp(1.25rem, 2.6vw, 3.2rem) clamp(2.2rem, 4vw, 4.8rem);
    }

    .sbocchi-grid {
        display: grid;
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: clamp(0.8rem, 1.2vw, 1.25rem);
    }

    .sbocchi-card {
        border-left: 1px solid rgba(0, 0, 0, 0.08);
        padding-left: clamp(1rem, 1.5vw, 1.5rem);
    }

    .sbocchi-card h3 {
        min-height: 1.35rem;
        font-size: clamp(0.96rem, 2.08vw, 1.2rem);
        line-height: 1.16;
    }

    .sbocchi-card span {
        display: block;
        color: #777;
        font-size: clamp(0.82rem, 0.92vw, 1rem);
        line-height: 1.2;
    }

    .sbocchi-card figure {
        position: relative;
        aspect-ratio: 1 / 1.18;
        margin: 0;
        overflow: hidden;
        background: #f0f0f0;
    }

    .sbocchi-card img {
        display: block;
        width: 100%;
        height: 100%;
        object-fit: cover;
        transform: scale(1);
        transition: transform 0.45s ease;
        will-change: transform;
    }

    .sbocchi-card figure:hover img,
    .sbocchi-card figure:focus-within img {
        transform: scale(1.08);
    }

    .sbocchi-editorial {
        width: 100%;
        padding-top: clamp(1.8rem, 3vw, 3.6rem);
    }

    .sbocchi-editorial-title {
        margin: 0;
        font-size: clamp(3.6rem, 8.4vw, 9.7rem);
        line-height: 0.87;
        letter-spacing: 0;
        text-transform: uppercase;
    }

    .sbocchi-editorial-title .muted {
        color: #c7c7c7;
    }

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

    @media (max-width: 575.98px) {
        .sbocchi-showcase {
            padding-inline: 1rem;
        }

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

        .sbocchi-card {
            padding-left: 0.85rem;
        }

        .sbocchi-editorial-title {
            font-size: clamp(3rem, 16vw, 4.9rem);
        }
    }

    @media (prefers-reduced-motion: reduce) {
        .sbocchi-card img {
            transition: none;
        }
    }


/* resources/views/chi-siamo.blade.php */
    .chisiamo {
        flex: 1 1 0;
        min-height: 0;
        overflow-y: visible;
        background: #fff;
        color: #050505;
        scroll-behavior: smooth;
    }

    .founder-hero {
        display: grid;
        grid-template-columns: minmax(0, 0.86fr) minmax(0, 1.14fr);
        min-height: calc(100svh - 98px);
        background: #fff;
    }

    .founder-portrait {
        display: flex;
        align-items: flex-end;
        justify-content: center;
        margin: 0;
        min-height: 560px;
        overflow: hidden;
        background: #f1eee8;
    }

    .founder-portrait img {
        display: block;
        width: min(86%, 560px);
        height: 100%;
        object-fit: cover;
        object-position: center top;
    }

    .founder-hero-copy {
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
        padding: clamp(2rem, 5vw, 6rem);
    }

    .founder-kicker {
        margin: 0 0 1.2rem;
        color: rgba(0, 0, 0, 0.55);
        font-size: clamp(0.82rem, 0.9vw, 1rem);
        letter-spacing: 0.08em;
        text-transform: uppercase;
    }

    .founder-title {
        max-width: 850px;
        margin: 0;
        font-size: clamp(4.1rem, 6vw, 10.8rem);
        line-height: 0.86;
        letter-spacing: 0;
        text-transform: uppercase;
    }

    .founder-spot {
        max-width: 720px;
        margin: clamp(1.6rem, 2.4vw, 2.5rem) 0 0;
        font-size: clamp(1.28rem, 1.55vw, 2.45rem);
        line-height: 1.08;
    }

    .founder-section {
        padding: clamp(3rem, 3vw, 3rem) clamp(1.25rem, 5vw, 6rem);
    }

    .founder-section-dark {
        background: #1A1200;
        color: #fff;
    }

    .founder-section-warm {
        background: #f3ead6;
        color: #050505;
    }

    .founder-section-muted {
        background: #f7f7f3;
        color: #050505;
    }

    .founder-section-heading {
        display: grid;
        grid-template-columns: minmax(0, 1fr);
        gap: clamp(0.9rem, 1.5vw, 1.5rem);
        align-items: start;
        justify-items: start;
        margin-bottom: clamp(2rem, 4vw, 4rem);
    }

    .founder-section-label {
        margin: 0;
        color: currentColor;
        font-size: clamp(0.84rem, 0.95vw, 1rem);
        letter-spacing: 0.08em;
        text-transform: uppercase;
        opacity: 0.62;
    }

    .founder-section-title {
        margin: 0;
        font-size: clamp(2.6rem, 3.5vw, 7.6rem);
        line-height: 0.28;
        letter-spacing: 0;
        text-transform: uppercase;
    }

    .founder-profile-text {
        font-size: clamp(1.35rem, 2vw, 3rem);
        line-height: 1.08;
    }

    .founder-competence-grid {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: clamp(1rem, 1.4vw, 1.5rem);
    }

    .founder-competence-card {
        min-height: 270px;
        padding: clamp(1.5rem, 2.5vw, 2.8rem);
        border: 1px solid rgba(255, 255, 255, 0.18);
    }

    .founder-competence-card h3 {
        margin: 0 0 1.2rem;
        font-size: clamp(1.45rem, 2.3vw, 2.8rem);
        line-height: 1;
        text-transform: uppercase;
    }

    .founder-competence-card ul,
    .founder-education-list {
        display: grid;
        gap: 0.85rem;
        margin: 0;
        padding: 0;
        list-style: none;
    }

    .founder-competence-card li,
    .founder-education-list li {
        font-size: clamp(1rem, 1.18vw, 1.25rem);
        line-height: 1.28;
    }

    .founder-timeline {
        position: relative;
        max-width: 1120px;
        margin: 0 auto;
        padding: 1rem 0;
    }

    .founder-timeline::before {
        content: "";
        position: absolute;
        top: 0;
        bottom: 0;
        left: 180px;
        width: 1px;
        background: rgba(0, 0, 0, 0.18);
    }

    .founder-timeline-item {
        position: relative;
        display: grid;
        grid-template-columns: 180px minmax(0, 1fr);
        gap: clamp(1.6rem, 3vw, 4rem);
        padding: clamp(1.5rem, 3vw, 3.4rem) 0;
    }

    .founder-timeline-item::before {
        content: "";
        position: absolute;
        top: clamp(2rem, 3.6vw, 3.9rem);
        left: 173px;
        width: 15px;
        height: 15px;
        border: 1px solid #050505;
        border-radius: 999px;
        background: #f3ead6;
    }

    .founder-timeline-date {
        margin: 0;
        font-size: clamp(1.85rem, 3.4vw, 4.2rem);
        line-height: 0.92;
        letter-spacing: 0;
    }

    .founder-timeline-card {
        max-width: 780px;
        padding-bottom: clamp(1.4rem, 2vw, 2.2rem);
        border-bottom: 1px solid rgba(0, 0, 0, 0.13);
    }

    .founder-timeline-card h3 {
        margin: 0 0 0.45rem;
        font-size: clamp(1.5rem, 2.4vw, 3.1rem);
        line-height: 1;
        text-transform: uppercase;
    }

    .founder-timeline-role {
        display: block;
        margin-bottom: 1rem;
        color: rgba(0, 0, 0, 0.58);
        font-size: clamp(1rem, 1.15vw, 1.2rem);
        line-height: 1.2;
    }

    .founder-timeline-card p {
        max-width: 720px;
        margin: 0;
        font-size: clamp(1rem, 1.22vw, 1.28rem);
        line-height: 1.35;
    }

    .founder-education-grid {
        display: grid;
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: clamp(1rem, 1.4vw, 1.5rem);
    }

    .founder-education-card {
        min-height: 260px;
        padding: clamp(1.35rem, 2.3vw, 2.6rem);
        border: 1px solid rgba(0, 0, 0, 0.14);
        background: #fff;
    }

    .founder-education-card h3 {
        margin: 0 0 1rem;
        font-size: clamp(1.28rem, 1.8vw, 2.2rem);
        line-height: 1;
        text-transform: uppercase;
    }

    [data-founder-reveal] {
        opacity: 0;
        transform: translateY(34px);
    }

    [data-founder-reveal].is-visible {
        opacity: 1;
        transform: translateY(0);
        transition: opacity 0.75s ease, transform 0.75s ease;
    }

    @media (max-width: 991.98px) {
        .founder-hero,
        .founder-competence-grid,
        .founder-education-grid {
            grid-template-columns: 1fr;
        }

        .founder-hero {
            min-height: 0;
        }

        .founder-portrait {
            min-height: 430px;
        }

        .founder-hero-copy {
            justify-content: flex-start;
        }

        .founder-profile-text {
            margin-left: 0;
        }
    }

    @media (max-width: 575.98px) {
        .founder-hero-copy,
        .founder-section {
            padding-inline: 1rem;
        }

        .founder-portrait {
            min-height: 360px;
        }

        .founder-title {
            font-size: clamp(3.15rem, 13vw, 5.4rem);
        }
        .founder-section-title {
            font-size: clamp(2.6rem, 3.5vw, 5.4rem);
            line-height: 0.98;
        }

        .founder-timeline::before {
            left: 0.35rem;
        }

        .founder-timeline-item {
            grid-template-columns: 1fr;
            gap: 0.8rem;
            padding-left: 2rem;
        }

        .founder-timeline-item::before {
            left: 0;
        }
    }

    @media (prefers-reduced-motion: reduce) {
        .chisiamo {
            scroll-behavior: auto;
        }

        [data-founder-reveal] {
            opacity: 1;
            transform: none;
        }
    }

/* resources/views/welcome.blade.php */
            .eb-garamond-400 {
                font-family: "EB Garamond", serif;
                font-optical-sizing: auto;
                font-weight: 400;
                font-style: normal;
            }

            .eb-garamond-400-italic {
                font-family: "EB Garamond", serif;
                font-optical-sizing: auto;
                font-weight: 400;
                font-style: italic;
            }
