/* Guides of Val di Sole Travel and Val di Sole Net, brand by data-home. */
.vds-guide { --vds-ink: #17475c; --vds-ink-dark: #0f3444; --vds-green: #2f7d6d; --vds-accent: #f0a81c; --vds-muted: #52616a; --vds-paper: #f3f6f4; --vds-line: #d9e1df; color: var(--vds-ink); padding: 2rem 0 5rem; }
.vds-guide[data-home="valdisolenet"] { --vds-ink: #2e4b2a; --vds-ink-dark: #1f351c; --vds-green: #6b8f3a; --vds-accent: #e2702d; --vds-muted: #56604f; --vds-paper: #f5f4ee; --vds-line: #dfe0d6; }
.vds-guide .container { max-width: 1180px; }
.vds-breadcrumb { display: flex; flex-wrap: wrap; gap: .75rem; font-size: .8rem; color: var(--vds-muted); margin-bottom: 2.5rem; }
.vds-breadcrumb a { color: inherit; }
.vds-guide-hero { max-width: 960px; padding-bottom: 2.5rem; border-bottom: 1px solid var(--vds-line); }
.vds-guide-eyebrow { font-size: .7rem; letter-spacing: .14em; font-weight: 700; color: var(--vds-green); margin-bottom: 1rem; }
.vds-guide h1 { font-size: clamp(2.1rem, 4vw, 3.4rem); font-weight: 700; letter-spacing: -.045em; line-height: 1.14; margin-bottom: 1.4rem; color: var(--vds-ink); }
.vds-guide-lead { font-size: clamp(1.06rem, 2vw, 1.2rem); line-height: 1.75; max-width: 760px; margin: 0; color: var(--vds-muted); }
.vds-guide-layout { display: grid; grid-template-columns: minmax(0, 1fr) 320px; gap: 5rem; padding-top: 2.6rem; }
.vds-guide-prose { color: #36444a; line-height: 1.9; font-size: 1.02rem; min-width: 0; overflow-wrap: anywhere; }
.vds-guide-prose ul { padding-left: 1.2rem; }
.vds-guide h2 { color: var(--vds-ink); font-size: 1.45rem; font-weight: 600; letter-spacing: -.025em; line-height: 1.4; margin: 1.8rem 0 .9rem; }
.vds-guide a { color: var(--vds-ink); text-underline-offset: .2em; }
.vds-guide a:focus-visible { outline: 3px solid var(--vds-accent); outline-offset: 4px; }
.vds-guide-aside { background: var(--vds-paper); border-top: 4px solid var(--vds-accent); padding: 1.8rem; align-self: start; border-radius: 0 0 12px 12px; }
.vds-guide-aside p { font-size: .88rem; line-height: 1.8; }
.vds-guide-aside h2 { font-size: 1.6rem; margin-top: 0; }
.vds-guide-button { display: flex; justify-content: space-between; gap: 1rem; background: var(--vds-ink); color: #fff !important; padding: 1rem; border-radius: 6px; text-decoration: none; font-size: .9rem; font-weight: 600; }
.vds-guide-button:hover { background: var(--vds-ink-dark); }
.vds-guide-secondary { display: block; padding: 1rem 0; text-align: center; font-size: .85rem; }
.vds-guide-shortcuts { border-top: 1px solid var(--vds-line); padding-top: 1rem; margin-top: 1rem; display: grid; gap: .7rem; font-size: .8rem; }
.vds-guide-sources { border-top: 1px solid var(--vds-line); padding-top: 1rem; margin-top: 2rem; }
.vds-guide-sources p { font-size: .78rem; color: var(--vds-muted); }
.vds-guide-sources li { margin-bottom: .6rem; }
.vds-guide-group { margin-top: 3rem; }
.vds-guide-cards { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1rem; }
.vds-guide-cards a { border: 1px solid var(--vds-line); border-radius: 8px; padding: 1.25rem; display: flex; align-items: center; justify-content: space-between; gap: 1rem; text-decoration: none; font-size: .9rem; line-height: 1.6; }
.vds-guide-cards a:hover { background: var(--vds-paper); border-color: var(--vds-green); }
.vds-guide-all { display: inline-block; margin-top: 1.5rem; }
@media (max-width: 991px) { .vds-guide-layout { gap: 2rem; grid-template-columns: minmax(0,1fr) 280px; } .vds-guide-cards { grid-template-columns: repeat(2,minmax(0,1fr)); } }
@media (max-width: 767px) { .vds-guide { padding-top: 1.25rem; } .vds-guide-layout { grid-template-columns: 1fr; } .vds-guide-cards { grid-template-columns: 1fr; } .vds-guide-hero { padding-bottom: 1.8rem; } .vds-breadcrumb { margin-bottom: 2rem; } }
