.destination-detail{background-color:var(--background);width:100vw;color:var(--foreground);position:relative}.dd-hero{background-color:var(--background);flex-direction:column;justify-content:center;align-items:center;width:100vw;height:100svh;padding:1.5rem;display:flex;position:relative}.dd-hero h1{text-align:center;max-width:900px}.dd-banner{will-change:clip-path;width:100vw;height:90svh;position:relative;overflow:hidden}.dd-banner img{object-fit:cover}.dd-description{max-width:800px;margin:0 auto;padding:5rem 1.5rem}.dd-region-badge{margin-bottom:1.5rem}.dd-region-badge p{color:var(--foreground-200)}.dd-description p{opacity:.9;font-size:clamp(1rem,.85rem + .35vw,1.2rem);font-weight:400;line-height:1.8}.dd-city-section{scroll-margin-top:2rem}.dd-city-section+.dd-city-section{border-top:1px solid var(--ui-border-weak);margin-top:3rem;padding-top:3rem}.dd-city-heading{font-family:var(--font-nm);color:var(--foreground);margin-bottom:1.5rem;font-size:clamp(1.25rem,.75rem + 1vw,2rem);font-weight:550;line-height:1.2}.dd-articles{padding:1.5rem 1.5rem 5rem}.dd-section-label{margin-bottom:2rem}.dd-section-label p{color:var(--foreground-200)}.dd-articles-grid{grid-template-columns:repeat(3,1fr);gap:1.5rem;display:grid}a.dd-article-card,a.dd-project-card{color:inherit;text-decoration:none;display:block}.dd-article-card{cursor:pointer;overflow:hidden}.dd-article-card-img{aspect-ratio:4/3;width:100%;position:relative;overflow:hidden}.dd-article-card-img img{transition:transform .6s cubic-bezier(.23,1,.32,1)}a.dd-article-card:hover .dd-article-card-img img{transform:scale(1.03)}.dd-article-card-content{flex-direction:column;gap:.5rem;padding:1rem 0;display:flex}.dd-article-category{color:var(--foreground-200)}.dd-article-title{font-family:var(--font-nm);font-size:clamp(1.1rem,.5rem + 1vw,1.5rem);font-weight:550;line-height:1.2}.dd-article-meta{color:var(--foreground-200);border-top:1px solid var(--ui-border-weak);gap:1rem;padding-top:.5rem;display:flex}.dd-projects{border-top:1px solid var(--ui-border-weak);padding:1.5rem 1.5rem 5rem}.dd-projects-grid{grid-template-columns:repeat(3,1fr);gap:1.5rem;display:grid}.dd-project-card{cursor:pointer;overflow:hidden}.dd-project-card-img{aspect-ratio:4/3;width:100%;position:relative;overflow:hidden}.dd-project-card-img img{transition:transform .6s cubic-bezier(.23,1,.32,1)}a.dd-project-card:hover .dd-project-card-img img{transform:scale(1.03)}.dd-project-card-content{flex-direction:column;gap:.5rem;padding:1rem 0;display:flex}.dd-project-title{font-family:var(--font-nm);font-size:clamp(1.1rem,.5rem + 1vw,1.5rem);font-weight:550;line-height:1.2}.dd-project-meta{color:var(--foreground-200);border-top:1px solid var(--ui-border-weak);gap:1rem;padding-top:.5rem;display:flex}@media (max-width:1000px){.dd-articles-grid,.dd-projects-grid{grid-template-columns:repeat(2,1fr)}.dd-hero{height:auto;min-height:60svh;padding:5rem 1rem 2rem}.dd-banner{height:60svh}.dd-description{padding:3rem 1rem}.dd-articles,.dd-projects{padding:1rem 1rem 3rem}.dd-city-section+.dd-city-section{margin-top:2rem;padding-top:2rem}}@media (max-width:768px){.dd-banner{height:50svh}.dd-articles-grid,.dd-projects-grid{gap:1rem}}@media (max-width:600px){.dd-articles-grid,.dd-projects-grid{grid-template-columns:1fr;gap:1.5rem}}@media (max-width:480px){.dd-hero{padding:4rem .75rem 1.5rem}.dd-banner{height:40svh}.dd-description{padding:2rem .75rem}}
