*{box-sizing:border-box}body{margin:0;padding:0;font-family:-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,'Helvetica Neue',Arial,sans-serif;line-height:1.6;color:#1a1a1a;background:#ffffff}.container{max-width:1200px;margin:0 auto;padding:0 20px}header{position:sticky;top:0;z-index:1000;background:rgba(255,255,255,0.95);backdrop-filter:blur(10px);border-bottom:1px solid #e5e5e5;padding:1rem 0}nav{max-width:1200px;margin:0 auto;padding:0 20px;display:flex;align-items:center;gap:1rem}nav a{display:flex;align-items:center;gap:0.5rem;color:#1a1a1a;text-decoration:none;font-weight:500;transition:color 0.2s}nav a:hover{color:#ff6600}nav img{width:24px;height:24px}h1{font-size:2.5rem;font-weight:700;line-height:1.2;margin:0 0 1rem 0;color:#1a1a1a}h2{font-size:1.75rem;font-weight:600;margin:2rem 0 1rem 0;padding-bottom:0.5rem;border-bottom:2px solid #ff6600;text-transform:uppercase;letter-spacing:0.5px;color:#1a1a1a}h3{font-size:1.5rem;font-weight:600;margin:1.5rem 0 0.75rem 0;color:#1a1a1a}p{margin:0 0 1rem 0;color:#4a4a4a}.lead{font-size:1.25rem;color:#666;margin-bottom:1.5rem}.page-title{padding:3rem 0 4rem 0;background:linear-gradient(135deg,#fff5f0 0%,#ffffff 50%,#f0f8ff 100%);margin-bottom:3rem;position:relative;overflow:hidden}.page-title::before{content:'';position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,#ff6600,#ff8833,#ff6600)}.page-title h1{margin:0 0 1rem 0;font-size:2.75rem;font-weight:800;line-height:1.1;color:#1a1a1a;letter-spacing:-0.02em;background:linear-gradient(135deg,#1a1a1a 0%,#ff6600 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.page-title .lead{margin:0;font-size:1.25rem;line-height:1.6;color:#4a4a4a;font-weight:400}.hero{padding:4rem 0 5rem 0;background:linear-gradient(135deg,#fff5f0 0%,#ffffff 50%,#f0f8ff 100%);margin-bottom:3rem;text-align:center;position:relative;overflow:hidden}.hero::before{content:'';position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,#ff6600,#ff8833,#ff6600)}.hero-title{font-size:3.5rem;font-weight:800;line-height:1.1;margin:0 0 1.5rem 0;color:#1a1a1a;letter-spacing:-0.02em;background:linear-gradient(135deg,#1a1a1a 0%,#ff6600 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.hero-description{font-size:1.5rem;line-height:1.6;color:#4a4a4a;max-width:700px;margin:0 auto;font-weight:400}.card{display:flex;background:#ffffff;border:1px solid #e5e5e5;border-radius:12px;overflow:hidden;margin-bottom:1.5rem;transition:transform 0.2s,box-shadow 0.2s;box-shadow:0 2px 8px rgba(0,0,0,0.04);text-decoration:none;color:inherit}.card:hover{transform:translateY(-2px);box-shadow:0 4px 16px rgba(0,0,0,0.1)}.card-content{flex:1;padding:2rem;display:flex;flex-direction:column;order:1}.card-image{width:300px;min-width:300px;object-fit:cover;order:2;display:block}.card:not(:has(img.card-image)) .card-content{width:100%}.card h3{margin-top:0;margin-bottom:0.75rem;color:#1a1a1a}.card-text{color:#666;margin-bottom:1rem;flex:1}.card-meta{color:#ff6600;font-size:0.875rem;font-weight:600;text-transform:uppercase;letter-spacing:0.5px;margin-bottom:0.5rem}a:not(.card):not(.attraction-card){color:#ff6600;text-decoration:none;transition:color 0.2s}a:not(.card):not(.attraction-card):hover{color:#e55a00}#map{height:400px;width:100%;margin:2rem 0;border-radius:12px;overflow:hidden}section{margin:2rem 0}hr{border:none;border-top:1px solid #e5e5e5;margin:3rem 0}@media (max-width:768px){.container{padding:0 15px}h1{font-size:2rem}h2{font-size:1.5rem}.card{flex-direction:column}.card-image{width:100%;min-width:100%;height:200px;order:1}.card-content{order:2}.page-title{padding:2.5rem 0 3rem 0}.page-title h1{font-size:2rem;margin:0 0 1rem 0}.page-title .lead{font-size:1.125rem;margin:0}.hero{padding:3rem 0 4rem 0}.hero-title{font-size:2.5rem}.hero-description{font-size:1.25rem;padding:0 1rem}}