:root {
    --azz-ink: #071a33;
    --azz-ink-soft: #29415e;
    --azz-cream: #f4efe5;
    --azz-paper: #fffdf8;
    --azz-blue: #1e5bff;
    --azz-line: rgba(7, 26, 51, .16);
    --azz-white: #fff;
    --azz-radius: 2px;
    --azz-shadow: 0 24px 70px rgba(7, 26, 51, .12);
}

html { scroll-behavior: smooth; }
body.azzurro-v6 {
    color: var(--azz-ink);
    background: var(--azz-paper);
    font-family: "Azzurro Sans", "Manrope", Arial, sans-serif;
}

body.azzurro-v6 #et_top_search,
body.azzurro-v6 .et_search_outer,
body.azzurro-v6 .et-search-form,
body.azzurro-v6 #sidebar,
body.azzurro-v6 .widget_archive,
body.azzurro-v6 .widget_categories { display: none !important; }

.azz-skip-link {
    position: fixed;
    left: 18px;
    top: -80px;
    z-index: 999999;
    padding: 12px 18px;
    color: #fff;
    background: var(--azz-ink);
}
.azz-skip-link:focus { top: 18px; }

.azz-shell {
    width: min(1320px, calc(100% - 64px));
    margin-inline: auto;
}

.azz-page,
.azz-page * { box-sizing: border-box; }
.azz-page { overflow: hidden; }
.azz-section { padding: clamp(78px, 8vw, 132px) 0; }
.azz-section--cream { background: var(--azz-cream); }
.azz-section--ink { color: #fff; background: var(--azz-ink); }
.azz-section--tight { padding-block: 64px; }

.azz-kicker {
    display: inline-block;
    margin-bottom: 22px;
    color: var(--azz-blue);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .19em;
    text-transform: uppercase;
}
.azz-section--ink .azz-kicker { color: #8eb0ff; }

.azz-page h1,
.azz-page h2,
.azz-page h3,
.azz-reel-section h2,
.azz-consent h2 {
    margin: 0;
    color: inherit;
    font-family: "Azzurro Serif", "Cormorant Garamond", Georgia, serif;
    font-weight: 500;
    letter-spacing: -.035em;
    line-height: .98;
}
.azz-page h1 { font-size: clamp(58px, 6.1vw, 104px); }
.azz-page h2,
.azz-reel-section h2 { font-size: clamp(46px, 4.8vw, 78px); }
.azz-page h3 { font-size: clamp(30px, 3vw, 46px); }
.azz-page p,
.azz-reel-section p {
    color: var(--azz-ink-soft);
    font-size: clamp(17px, 1.45vw, 20px);
    line-height: 1.72;
}
.azz-section--ink p { color: rgba(255,255,255,.76); }

.azz-hero {
    min-height: min(900px, calc(100vh - 85px));
    background: var(--azz-cream);
}
.azz-hero__grid {
    display: grid;
    grid-template-columns: minmax(0, .86fr) minmax(0, 1.14fr);
    min-height: inherit;
}
.azz-hero__copy {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: clamp(70px, 8vw, 130px) clamp(40px, 6vw, 100px);
}
.azz-hero__copy p { max-width: 620px; margin: 38px 0 0; }
.azz-hero__media { min-height: 760px; overflow: hidden; background: #d8d2c8; }
.azz-hero__media img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    object-position: center 22%;
}
.azz-hero__actions,
.azz-actions {
    display: flex;
    align-items: center;
    gap: 22px;
    flex-wrap: wrap;
    margin-top: 34px;
}

.azz-button {
    appearance: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 50px;
    padding: 13px 22px;
    border: 1px solid var(--azz-ink);
    border-radius: 0;
    color: var(--azz-ink);
    background: transparent;
    font: inherit;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .1em;
    text-transform: uppercase;
    cursor: pointer;
    transition: color .25s ease, background .25s ease, transform .25s ease;
}
.azz-button:hover { color: #fff; background: var(--azz-ink); transform: translateY(-2px); }
.azz-button--dark { color: #fff !important; background: var(--azz-ink); }
.azz-button--dark:hover { background: var(--azz-blue); border-color: var(--azz-blue); }
.azz-section--ink .azz-button { color: #fff; border-color: rgba(255,255,255,.55); }
.azz-text-link {
    display: inline-block;
    color: var(--azz-ink);
    border-bottom: 1px solid var(--azz-blue);
    font-size: 13px;
    font-weight: 800;
    letter-spacing: .08em;
    text-transform: uppercase;
}
.azz-section--ink .azz-text-link { color: #fff; }

.azz-intro-grid,
.azz-split,
.azz-reel-grid {
    display: grid;
    grid-template-columns: minmax(0, .86fr) minmax(0, 1.14fr);
    gap: clamp(54px, 8vw, 130px);
    align-items: center;
}
.azz-split--reverse { grid-template-columns: minmax(0, 1.14fr) minmax(0, .86fr); }
.azz-split__media img {
    width: 100%;
    min-height: 580px;
    max-height: 760px;
    display: block;
    object-fit: cover;
}
.azz-copy p { margin: 30px 0 0; }

.azz-service-grid,
.azz-value-grid,
.azz-city-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1px;
    margin-top: 70px;
    background: var(--azz-line);
    border: 1px solid var(--azz-line);
}
.azz-card {
    min-height: 310px;
    padding: clamp(32px, 4vw, 58px);
    background: var(--azz-paper);
}
.azz-card__number {
    color: var(--azz-blue);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .18em;
}
.azz-card h3 { margin-top: 65px; font-size: clamp(30px, 2.8vw, 46px); }
.azz-card p { margin: 20px 0 0; font-size: 16px; }
.azz-section--ink .azz-card { background: var(--azz-ink); }

.azz-statement { max-width: 1000px; }
.azz-statement p { max-width: 760px; margin-top: 30px; }

.azz-image-band {
    display: grid;
    grid-template-columns: 1.3fr .7fr;
    min-height: 680px;
}
.azz-image-band img { width: 100%; height: 100%; display: block; object-fit: cover; }

.azz-quote {
    padding: clamp(55px, 7vw, 110px);
    color: #fff;
    background: var(--azz-blue);
}
.azz-quote blockquote {
    max-width: 980px;
    margin: 0;
    font-family: "Azzurro Serif", Georgia, serif;
    font-size: clamp(42px, 5vw, 78px);
    line-height: 1.02;
}
.azz-quote cite {
    display: block;
    margin-top: 30px;
    font-style: normal;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: .11em;
    text-transform: uppercase;
}

.azz-city-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.azz-city-card { padding: clamp(38px, 5vw, 72px); background: #fff; }
.azz-city-card h3 { margin-bottom: 24px; }
.azz-city-card p { margin: 7px 0; font-size: 16px; }

.azz-reel-section { background: #e9edf1; }
.azz-reel-copy p { margin: 30px 0 30px; }
.azz-reel-media { max-width: 470px; justify-self: end; width: 100%; }
.azz-reel-poster,
.azz-reel-video {
    position: relative;
    display: block;
    width: 100%;
    aspect-ratio: 9 / 16;
    overflow: hidden;
    background: #111;
    box-shadow: var(--azz-shadow);
}
.azz-reel-poster img { width: 100%; height: 100%; display: block; object-fit: cover; }
.azz-reel-poster::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, transparent 45%, rgba(0,0,0,.68));
}
.azz-reel-play {
    position: absolute;
    z-index: 2;
    left: 50%;
    top: 50%;
    width: 74px;
    height: 74px;
    display: grid;
    place-items: center;
    padding-left: 5px;
    border-radius: 50%;
    color: var(--azz-ink);
    background: #fff;
    transform: translate(-50%, -50%);
}
.azz-reel-label {
    position: absolute;
    z-index: 2;
    left: 28px;
    bottom: 26px;
    color: #fff;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .1em;
    text-transform: uppercase;
}

.azz-feed-wrap { margin-top: 55px; }
.azz-feed-wrap #sb_instagram { padding: 0 !important; }
.azz-feed-wrap .sbi_item { overflow: hidden; }
.azz-feed-wrap .sbi_photo { aspect-ratio: 4 / 5 !important; height: auto !important; }
.azz-feed-wrap .sbi_photo img { object-fit: cover !important; }

.azz-page-hero {
    padding: clamp(100px, 11vw, 178px) 0 clamp(76px, 9vw, 130px);
    background: var(--azz-cream);
}
.azz-page-hero .azz-shell { max-width: 1180px; }
.azz-page-hero p { max-width: 710px; margin: 34px 0 0; }

.azz-maps { display: grid; gap: 70px; }
.azz-store-map {
    display: grid;
    grid-template-columns: .75fr 1.25fr;
    min-height: 590px;
    background: #fff;
    box-shadow: var(--azz-shadow);
}
.azz-store-map:nth-child(even) { grid-template-columns: 1.25fr .75fr; }
.azz-store-map:nth-child(even) .azz-store-map__copy { order: 2; }
.azz-store-map__copy { padding: clamp(36px, 5vw, 72px); }
.azz-store-map__copy h3 { margin-bottom: 20px; }
.azz-store-map__copy dl { margin: 34px 0 0; border-top: 1px solid var(--azz-line); }
.azz-store-map__copy dl > div { padding: 18px 0; border-bottom: 1px solid var(--azz-line); }
.azz-store-map__copy dt {
    margin-bottom: 6px;
    color: var(--azz-blue);
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .12em;
    text-transform: uppercase;
}
.azz-store-map__copy dd { margin: 0; line-height: 1.6; }
.azz-consent-media { min-height: 540px; background: #dfe4e8; }
.azz-consent-media iframe { width: 100%; height: 100%; min-height: 540px; border: 0; }
.azz-consent-media__placeholder {
    width: 100%;
    height: 100%;
    min-height: 540px;
    display: grid;
    align-content: center;
    justify-items: center;
    padding: 40px;
    text-align: center;
    background:
        linear-gradient(rgba(244,239,229,.82), rgba(244,239,229,.82)),
        repeating-linear-gradient(45deg, #cbd2d7 0 1px, transparent 1px 18px);
}
.azz-consent-media__placeholder > span {
    font-family: "Azzurro Serif", Georgia, serif;
    font-size: 42px;
}
.azz-consent-media__placeholder p { max-width: 440px; font-size: 15px; }

.azz-contact-grid {
    display: grid;
    grid-template-columns: .72fr 1.28fr;
    gap: clamp(50px, 8vw, 120px);
}
.azz-contact-aside {
    padding: 42px;
    color: #fff;
    background: var(--azz-ink);
}
.azz-contact-aside p { color: rgba(255,255,255,.76); font-size: 16px; }
.azz-contact-aside a { color: #fff; }
.azz-contact-form { display: grid; gap: 22px; }
.azz-form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.azz-contact-form label {
    display: grid;
    gap: 8px;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .06em;
    text-transform: uppercase;
}
.azz-contact-form input,
.azz-contact-form select,
.azz-contact-form textarea {
    width: 100%;
    border: 1px solid var(--azz-line);
    border-radius: 0;
    padding: 15px 16px;
    color: var(--azz-ink);
    background: #fff;
    font: 400 16px/1.4 "Azzurro Sans", Arial, sans-serif;
    text-transform: none;
}
.azz-contact-form textarea { resize: vertical; }
.azz-check { grid-template-columns: 22px 1fr !important; align-items: start; text-transform: none !important; }
.azz-check input { width: 18px; height: 18px; padding: 0; }
.azz-form-small { margin: 0; font-size: 12px !important; }
.azz-form-notice { padding: 18px 20px; font-size: 15px !important; }
.azz-form-notice--ok { background: #e4f5ea; }
.azz-form-notice--error { background: #fbe5e5; }
.azz-hp { position: absolute !important; left: -9999px !important; }

.azz-legal {
    max-width: 940px;
    margin: 0 auto;
}
.azz-legal h2 { margin: 58px 0 20px; font-size: clamp(34px, 4vw, 54px); }
.azz-legal h3 { margin: 38px 0 16px; font-family: inherit; font-size: 20px; font-weight: 800; letter-spacing: 0; }
.azz-legal p,
.azz-legal li { font-size: 16px; line-height: 1.75; }
.azz-legal table { width: 100%; border-collapse: collapse; margin: 30px 0; }
.azz-legal th,
.azz-legal td { padding: 16px; border: 1px solid var(--azz-line); text-align: left; vertical-align: top; }

.azz-v6-legalbar {
    padding: 20px 0;
    color: rgba(255,255,255,.72);
    background: #031224;
    font-size: 12px;
}
.azz-v6-legalbar__inner {
    display: flex;
    justify-content: space-between;
    gap: 24px;
    align-items: center;
}
.azz-v6-legalbar p { margin: 0; }
.azz-v6-legalbar nav { display: flex; gap: 20px; flex-wrap: wrap; }
.azz-v6-legalbar a,
.azz-v6-legalbar button {
    padding: 0;
    border: 0;
    color: #fff;
    background: transparent;
    font: inherit;
    cursor: pointer;
}

.azz-consent {
    position: fixed;
    z-index: 999999;
    inset: 0;
    display: grid;
    align-items: end;
    padding: 22px;
    background: rgba(3,18,36,.56);
}
.azz-consent[hidden] { display: none !important; }
.azz-consent__panel {
    position: relative;
    width: min(720px, 100%);
    max-height: calc(100vh - 44px);
    overflow: auto;
    margin: 0 auto;
    padding: clamp(28px, 5vw, 54px);
    background: var(--azz-paper);
    box-shadow: 0 25px 100px rgba(0,0,0,.3);
}
.azz-consent__panel h2 { font-size: clamp(38px, 5vw, 60px); }
.azz-consent__panel > p { font-size: 15px; line-height: 1.65; }
.azz-consent__close {
    position: absolute;
    right: 18px;
    top: 14px;
    border: 0;
    color: var(--azz-ink);
    background: transparent;
    font-size: 32px;
    cursor: pointer;
}
.azz-consent__category {
    display: flex;
    justify-content: space-between;
    gap: 22px;
    align-items: center;
    padding: 18px 0;
    border-top: 1px solid var(--azz-line);
}
.azz-consent__category strong,
.azz-consent__category small { display: block; }
.azz-consent__category small { margin-top: 5px; font-size: 12px; line-height: 1.5; }
.azz-consent__category > span { font-size: 12px; font-weight: 800; }
.azz-consent__category input { width: 22px; height: 22px; }
.azz-consent__buttons { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 10px; margin-top: 25px; }
.azz-consent__buttons .azz-consent-reject,
.azz-consent__buttons .azz-consent-accept {
    color: #fff;
    background: var(--azz-ink);
}
.azz-consent__buttons .azz-consent-reject:hover,
.azz-consent__buttons .azz-consent-accept:hover {
    background: var(--azz-blue);
    border-color: var(--azz-blue);
}
.azz-consent__legal { margin-bottom: 0; font-size: 12px !important; }

:focus-visible { outline: 3px solid #ffb000 !important; outline-offset: 3px; }

@media (max-width: 980px) {
    .azz-shell { width: min(100% - 38px, 760px); }
    .azz-hero__grid,
    .azz-intro-grid,
    .azz-split,
    .azz-split--reverse,
    .azz-reel-grid,
    .azz-contact-grid { grid-template-columns: 1fr; }
    .azz-hero { min-height: 0; }
    .azz-hero__copy { padding: 84px 24px 62px; }
    .azz-hero__media { min-height: 72vh; }
    .azz-split--reverse .azz-split__media { order: 2; }
    .azz-service-grid,
    .azz-value-grid { grid-template-columns: 1fr; }
    .azz-card { min-height: 0; }
    .azz-card h3 { margin-top: 38px; }
    .azz-image-band { grid-template-columns: 1fr; min-height: 0; }
    .azz-image-band img { min-height: 520px; }
    .azz-reel-media { justify-self: center; }
    .azz-store-map,
    .azz-store-map:nth-child(even) { grid-template-columns: 1fr; }
    .azz-store-map:nth-child(even) .azz-store-map__copy { order: 0; }
}

@media (max-width: 680px) {
    .azz-shell { width: min(100% - 28px, 560px); }
    .azz-section { padding-block: 76px; }
    .azz-page h1 { font-size: clamp(52px, 15vw, 72px); }
    .azz-page h2,
    .azz-reel-section h2 { font-size: clamp(42px, 12vw, 58px); }
    .azz-hero__media { min-height: 68vh; }
    .azz-hero__actions,
    .azz-actions { align-items: stretch; flex-direction: column; }
    .azz-button { width: 100%; }
    .azz-city-grid,
    .azz-form-grid { grid-template-columns: 1fr; }
    .azz-image-band img { min-height: 390px; }
    .azz-consent { padding: 10px; }
    .azz-consent__panel { max-height: calc(100vh - 20px); }
    .azz-consent__buttons { grid-template-columns: 1fr; }
    .azz-v6-legalbar__inner { align-items: flex-start; flex-direction: column; }
}

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