Files
website-ai-generator/pages/seed-30c50f1874ccf349.html

205 lines
12 KiB
HTML

<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Kyoto Unveiled: A Traveler's Guide</title>
<script src="https://cdn.tailwindcss.com"></script>
<style>
/* Custom configuration for Tailwind */
:root {
--color-ink: #1a1a1a;
--color-sand: #f5e6d8;
--color-moss: #385e4c;
--color-terracotta: #b36c4d;
}
.font-serif-bold {
font-family: 'Playfair Display', serif;
}
.bg-moss-dark {
background-color: var(--color-moss);
}
.text-sand-light {
color: var(--color-sand);
}
.border-terracotta {
border-color: var(--color-terracotta);
}
/* Subtle hover effect for cards */
.guide-card:hover {
transform: translateY(-5px) scale(1.02);
box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
transition: all 0.3s ease-in-out;
}
/* Custom smooth scrolling for navigation */
html {
scroll-behavior: smooth;
}
/* Custom focus ring for accessibility */
.focus-visible:focus {
outline: 4px solid var(--color-terracotta);
outline-offset: 2px;
}
</style>
<link href="https://fonts.googleapis.com/css2?family=Lora:wght@400;700&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Playfair+Display:wght@700&display=swap" rel="stylesheet">
</head>
<body class="bg-gray-50 text-gray-800 antialiased">
<!-- Header and Navigation -->
<header class="sticky top-0 z-50 bg-white shadow-lg border-b border-gray-100">
<div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
<div class="flex justify-between items-center h-16">
<div class="flex items-center space-x-1">
<h1 class="text-3xl font-serif-bold text-moss-dark tracking-wider">
Kyoto
</h1>
<span class="text-xs uppercase tracking-widest text-terracotta ml-2 hidden sm:inline">Travel Guide</span>
</div>
<nav class="flex space-x-8">
<a href="#must-see" class="text-sm font-medium hover:text-terracotta transition duration-150 p-1 focus-visible">Must See</a>
<a href="#cuisine" class="text-sm font-medium hover:text-terracotta transition duration-150 p-1 focus-visible">Taste</a>
<a href="#stay" class="text-sm font-medium hover:text-terracotta transition duration-150 p-1 focus-visible">Stay</a>
<a href="#plan" class="text-sm font-medium hover:text-terracotta transition duration-150 p-1 focus-visible border-b-2 border-terracotta">Plan</a>
</nav>
</div>
</div>
</header>
<!-- Hero Section -->
<main>
<section class="relative h-[70vh] bg-cover bg-center flex items-center justify-center"
style="background-image: url('https://images.unsplash.com/photo-1563350148406-8c2936e3f56b?q=80&w=2070&auto=format&fit=crop&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MXxzZDB8MTd8fG15b3J8ZW58MHx8MHx8fDA%3D');">
<!-- Overlay for text readability -->
<div class="absolute inset-0 bg-black bg-opacity-40 backdrop-blur-sm"></div>
<div class="relative text-center max-w-4xl p-8">
<h2 class="text-6xl sm:text-7xl font-serif-bold text-sand-light leading-tight drop-shadow-lg">
Kyoto: Where Ancient Reverence Meets Tranquil Beauty
</h2>
<p class="mt-4 text-xl sm:text-2xl text-sand-light/90 font-light italic">
Immerse yourself in the heart of traditional Japan. Discover serene Zen gardens, hidden bamboo groves, and refined culinary artistry.
</p>
<a href="#must-see" class="mt-8 inline-block px-10 py-3 bg-terracotta hover:bg-opacity-80 text-white text-lg font-semibold uppercase tracking-widest shadow-xl transition duration-300 transform hover:scale-105 focus-visible">
Begin Your Journey
</a>
</div>
</section>
<!-- Key Highlights Section -->
<section class="py-16 bg-sand-light border-t-4 border-terracotta">
<div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
<div class="grid grid-cols-1 md:grid-cols-3 gap-10 text-center">
<!-- Highlight 1 -->
<div class="p-6 bg-white shadow-lg rounded-xl border-t-4 border-moss-dark transition duration-300 guide-card">
<svg class="w-12 h-12 mx-auto mb-3 text-terracotta" fill="none" stroke="currentColor" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M3 12l2-2m0 0l7-7 7 7m-7-7v14"></path></svg>
<h3 class="text-2xl font-serif-bold text-moss-dark mb-2">Temples & Shrines</h3>
<p class="text-gray-600">Explore Kiyomizu-dera and Fushimi Inari. Experience centuries of profound history.</p>
</div>
<!-- Highlight 2 -->
<div class="p-6 bg-white shadow-lg rounded-xl border-t-4 border-moss-dark transition duration-300 guide-card">
<svg class="w-12 h-12 mx-auto mb-3 text-terracotta" fill="none" stroke="currentColor" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M12 8c-2.21 0-4 1.79-4 4s1.79 4 4 4 4-1.79 4-4V8zM12 12v.01M12 16v.01"></path></svg>
<h3 class="text-2xl font-serif-bold text-moss-dark mb-2">Arashiyama Groves</h3>
<p class="text-gray-600">Wander through the towering, mystical paths of the famous bamboo forest.</p>
</div>
<!-- Highlight 3 -->
<div class="p-6 bg-white shadow-lg rounded-xl border-t-4 border-moss-dark transition duration-300 guide-card">
<svg class="w-12 h-12 mx-auto mb-3 text-terracotta" fill="none" stroke="currentColor" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M17.657 16.657L13.414 20.9a1.998 1.998 0 01-2.828 0l-4.243-4.243a8 8 0 1111.314 0z"></path><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M15 11a3 3 0 11-6 0 3 3 0 016 0z"></path></svg>
<h3 class="text-2xl font-serif-bold text-moss-dark mb-2">Artisan Culture</h3>
<p class="text-gray-600">Discover traditional crafts, tea ceremonies, and exquisite Japanese artistry.</p>
</div>
</div>
</div>
</section>
<!-- Must-See Destinations Section -->
<section id="must-see" class="py-20 lg:py-28 bg-white">
<div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
<div class="text-center mb-12">
<h2 class="text-5xl font-serif-bold text-moss-dark">
Kyoto's Essential Stops
</h2>
<p class="mt-3 text-xl text-gray-600 max-w-3xl mx-auto">
From spiritual sanctuaries to vibrant artisan districts, here are the places that define the soul of Kyoto.
</p>
</div>
<div class="grid grid-cols-1 lg:grid-cols-2 gap-12 items-start">
<!-- Destination 1: Fushimi Inari -->
<div class="bg-gray-50 shadow-2xl rounded-xl overflow-hidden transition duration-500 transform hover:shadow-moss-dark/50 border-t-8 border-terracotta guide-card">
<div class="relative h-64 overflow-hidden">
<img src="https://images.unsplash.com/photo-1531718804890-7267d2521729?q=80&w=2070&auto=format&fit=crop&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MXxzZDB8MTZ8fGZ1c2hpbWlfmlhcnklMjB0aG9tYW5lfGVufDB8fDB8fHww"
alt="Fushimi Inari Shrine Torii Gates"
class="w-full h-full object-cover transition duration-500 hover:scale-105">
<div class="absolute bottom-0 left-0 p-4 bg-black bg-opacity-50 text-white">
<h3 class="text-3xl font-serif-bold">Fushimi Inari</h3>
</div>
</div>
<div class="p-6">
<h4 class="text-3xl font-serif-bold text-moss-dark mb-2">The Thousand Gates</h4>
<p class="text-gray-600 mb-3">Walk beneath thousands of vermillion torii gates winding up the mountain. The light filtering through the gates creates an ethereal, unforgettable experience.</p>
<span class="inline-block px-4 py-1 text-sm font-semibold bg-terracotta/20 text-terracotta rounded-full border-b-2 border-terracotta focus-visible">
Must See
</span>
</div>
</div>
<!-- Destination 2: Arashiyama Bamboo Grove -->
<div class="bg-gray-50 shadow-2xl rounded-xl overflow-hidden transition duration-500 transform hover:shadow-moss-dark/50 border-t-8 border-moss-dark guide-card">
<div class="relative h-64 overflow-hidden">
<img src="https://images.unsplash.com/photo-1534188679901-e7176b9e2d5a?q=80&w=2070&auto=format&fit=crop&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MXxzZDB8MTJ8fGJhYmlvb3JlfGVufDB8fDB8fHww"
alt="Arashiyama Bamboo Grove"
class="w-full h-full object-cover transition duration-500 hover:scale-105">
<div class="absolute bottom-0 left-0 p-4 bg-black bg-opacity-50 text-white">
<h3 class="text-3xl font-serif-bold">Arashiyama Bamboo</h3>
</div>
</div>
<div class="p-6">
<h4 class="text-3xl font-serif-bold text-moss-dark mb-2">Whispers of the Forest</h4>
<p class="text-gray-600 mb-3">Lose yourself in the towering stalks of the Arashiyama Bamboo Grove. The sound and sheer height of the forest are deeply meditative.</p>
<span class="inline-block px-4 py-1 text-sm font-semibold bg-moss-dark/20 text-moss-dark rounded-full border-b-2 border-moss-dark focus-visible">
Serenity Spot
</span>
</div>
</div>
</div>
</div>
</section>
<!-- Cuisine Section -->
<section id="cuisine" class="py-20 bg-moss-dark text-sand-light">
<div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
<div class="text-center mb-12">
<h2 class="text-5xl font-serif-bold">
The Taste of Kyoto
</h2>
<p class="mt-3 text-xl opacity-90">
Kyoto's food scene is a reflection of its refined culture—subtle, seasonal, and deeply intentional.
</p>
</div>
<div class="grid grid-cols-1 md:grid-cols-3 gap-8">
<!-- Cuisine 1: Shojin Ryori -->
<div class="bg-moss-dark/70 p-8 rounded-xl shadow-xl border-l-4 border-terracotta transition duration-300 hover:bg-moss-dark/90 guide-card">
<h4 class="text-3xl font-serif-bold mb-3">Shojin Ryori</h4>
<p class="mb-4 text-sm opacity-90">
Traditional Buddhist vegetarian cuisine. It emphasizes the natural flavor of ingredients, presentation, and balance. A truly mindful meal.
</p>
<p class="text-sm font-bold uppercase tracking-wider">Vegetarian Excellence</p>
</div>
<!-- Cuisine<div style="position:fixed;right:12px;bottom:12px;z-index:2147483647;background:rgba(17,24,39,.92);color:#fff;padding:8px 10px;border-radius:10px;font:12px/1.3 ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;box-shadow:0 8px 20px rgba(0,0,0,.28)">Generated in 29.68s</div>