:root {
  --gyg-ink: #11223f;
  --gyg-blue: #0768d7;
  --gyg-sky: #e9f4ff;
  --gyg-coral: #ff5b45;
  --gyg-sun: #ffd55a;
  --gyg-paper: #f8fbff;
}

.gyg-page { background: var(--gyg-paper); color: var(--gyg-ink); }
.gyg-page .site-header { background: rgba(255,255,255,.96); }
.gyg-page main { overflow: hidden; }

.gyg-hero { position: relative; min-height: 700px; isolation: isolate; display: grid; align-items: center; color: #fff; }
.gyg-hero-image, .gyg-hero-shade { position: absolute; inset: 0; width: 100%; height: 100%; }
.gyg-hero-image { z-index: -3; object-fit: cover; object-position: center; }
.gyg-hero-shade { z-index: -2; background: linear-gradient(90deg, rgba(8,26,52,.9) 0%, rgba(8,31,61,.73) 38%, rgba(8,31,61,.12) 70%); }
.gyg-hero::after { content: ""; position: absolute; z-index: -1; inset: auto 0 0; height: 30%; background: linear-gradient(transparent, rgba(5,22,43,.38)); }
.gyg-hero-inner { width: min(1180px, calc(100% - 48px)); margin: 0 auto; padding: 92px 0 110px; }
.gyg-breadcrumb { display: flex; gap: 10px; align-items: center; margin-bottom: 50px; font-size: .78rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.gyg-breadcrumb a { color: #fff; opacity: .82; }
.gyg-kicker, .gyg-eyebrow { font-size: .76rem; font-weight: 900; letter-spacing: .15em; text-transform: uppercase; }
.gyg-kicker { display: inline-flex; align-items: center; gap: 9px; color: #fff; margin-bottom: 20px; }
.gyg-kicker span { color: var(--gyg-sun); font-size: 1.1rem; }
.gyg-hero h1 { max-width: 760px; margin: 0; color: #fff; font-family: "Nunito Sans", sans-serif; font-size: clamp(3.5rem, 7vw, 6.7rem); font-weight: 900; line-height: .92; letter-spacing: -.065em; }
.gyg-hero h1 em { color: var(--gyg-sun); font-family: "Merriweather", serif; font-weight: 700; letter-spacing: -.045em; }
.gyg-hero-inner > p { max-width: 620px; margin: 26px 0 32px; color: rgba(255,255,255,.92); font-size: 1.15rem; line-height: 1.65; }
.gyg-hero-actions { display: flex; align-items: center; gap: 28px; }
.gyg-button { display: inline-flex; align-items: center; justify-content: center; gap: 11px; min-height: 54px; padding: 0 25px; border-radius: 8px; font-weight: 900; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.gyg-button:hover { transform: translateY(-2px); }
.gyg-button-primary { color: #fff; background: var(--gyg-coral); box-shadow: 0 14px 30px rgba(184,51,35,.28); }
.gyg-button-primary:hover { color: #fff; background: #ec4935; }
.gyg-text-link { color: #fff; font-weight: 800; border-bottom: 1px solid rgba(255,255,255,.55); padding-bottom: 4px; }
.gyg-text-link:hover { color: var(--gyg-sun); }
.gyg-trip-stamp { position: absolute; right: max(40px, calc((100vw - 1180px)/2)); bottom: 45px; width: 164px; height: 164px; border: 2px solid rgba(255,255,255,.78); border-radius: 50%; display: grid; place-content: center; text-align: center; transform: rotate(-8deg); backdrop-filter: blur(4px); }
.gyg-trip-stamp::before { content: ""; position: absolute; inset: 7px; border: 1px dashed rgba(255,255,255,.65); border-radius: 50%; }
.gyg-trip-stamp span, .gyg-trip-stamp small { font-size: .52rem; font-weight: 900; letter-spacing: .13em; }
.gyg-trip-stamp b { font-size: 2.15rem; line-height: 1.1; color: var(--gyg-sun); }

.gyg-confidence { position: relative; z-index: 2; width: min(1080px, calc(100% - 48px)); margin: -38px auto 0; padding: 24px 30px; border-radius: 14px; background: #fff; box-shadow: 0 22px 60px rgba(24,51,86,.15); display: grid; grid-template-columns: repeat(3,1fr); }
.gyg-confidence > div { display: flex; align-items: center; gap: 14px; padding: 2px 24px; border-right: 1px solid #dfe9f3; }
.gyg-confidence > div:last-child { border-right: 0; }
.gyg-confidence p { display: grid; margin: 0; }
.gyg-confidence strong { font-size: .95rem; }
.gyg-confidence p span { margin-top: 3px; color: #66758b; font-size: .78rem; }
.gyg-check { flex: 0 0 38px; width: 38px; height: 38px; border-radius: 50%; display: grid; place-items: center; color: var(--gyg-blue); background: var(--gyg-sky); font-size: 1rem; font-weight: 900; }

.gyg-section { width: min(1180px, calc(100% - 48px)); margin: 0 auto; }
.gyg-discover { padding: 110px 0 120px; }
.gyg-section-heading { display: grid; grid-template-columns: 1fr 1fr; align-items: end; gap: 60px; margin-bottom: 42px; }
.gyg-eyebrow { display: block; margin-bottom: 14px; color: var(--gyg-blue); }
.gyg-section h2, .gyg-finale h2 { margin: 0; color: var(--gyg-ink); font-family: "Merriweather", serif; font-size: clamp(2.2rem, 4vw, 3.65rem); line-height: 1.13; letter-spacing: -.035em; }
.gyg-section-heading p { margin: 0; color: #5c6d83; line-height: 1.75; }
.gyg-experience-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.gyg-experience-card { position: relative; min-height: 248px; padding: 26px; border-radius: 16px; overflow: hidden; display: flex; flex-direction: column; justify-content: space-between; color: #fff; isolation: isolate; box-shadow: 0 12px 30px rgba(34,55,82,.12); }
.gyg-experience-card::before, .gyg-experience-card::after { content: ""; position: absolute; border-radius: 50%; z-index: -1; }
.gyg-experience-card::before { width: 180px; height: 180px; right: -65px; top: -70px; background: rgba(255,255,255,.15); }
.gyg-experience-card::after { width: 130px; height: 130px; right: -15px; bottom: -65px; border: 18px solid rgba(255,255,255,.1); }
.gyg-card-city { background: #0966c5; }.gyg-card-food { background: #e4573f; }.gyg-card-water { background: #078c98; }.gyg-card-ticket { background: #473b91; }
.gyg-card-icon { width: 48px; height: 48px; border-radius: 50%; display: grid; place-items: center; background: rgba(255,255,255,.16); font-family: Georgia, serif; font-size: 1.45rem; }
.gyg-experience-card span:nth-child(2) { display: grid; gap: 5px; }
.gyg-experience-card small { color: rgba(255,255,255,.76); font-size: .72rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.gyg-experience-card strong { max-width: 180px; color: #fff; font-size: 1.35rem; line-height: 1.15; }
.gyg-experience-card b { position: absolute; right: 24px; bottom: 24px; font-size: 1.4rem; transition: transform .2s ease; }
.gyg-experience-card:hover { color: #fff; transform: translateY(-4px); }
.gyg-experience-card:hover b { transform: translateX(4px); }

.gyg-book { margin-bottom: 120px; padding: 75px; border-radius: 22px; background: var(--gyg-sky); display: grid; grid-template-columns: .9fr 1.1fr; gap: 90px; align-items: center; }
.gyg-book-copy > p { margin: 24px 0 30px; color: #53677e; line-height: 1.75; }
.gyg-button-dark { color: #fff; background: var(--gyg-ink); }
.gyg-button-dark:hover { color: #fff; background: var(--gyg-blue); }
.gyg-book-list { margin: 0; padding: 0; list-style: none; }
.gyg-book-list li { display: grid; grid-template-columns: 56px 1fr; gap: 18px; padding: 24px 0; border-bottom: 1px solid #c9dae9; }
.gyg-book-list li:last-child { border-bottom: 0; }
.gyg-book-list li > span { color: var(--gyg-coral); font-size: .82rem; font-weight: 900; letter-spacing: .08em; }
.gyg-book-list strong { display: block; margin-bottom: 7px; font-size: 1.12rem; }
.gyg-book-list p { margin: 0; color: #607289; font-size: .91rem; line-height: 1.6; }

.gyg-finale { position: relative; width: min(1180px, calc(100% - 48px)); margin: 0 auto 100px; padding: 72px 78px; border-radius: 22px; overflow: hidden; display: grid; grid-template-columns: 1fr auto; gap: 60px; align-items: center; color: #fff; background: var(--gyg-ink); }
.gyg-finale .gyg-eyebrow { color: var(--gyg-sun); }
.gyg-finale h2 { max-width: 700px; color: #fff; }
.gyg-finale p { margin: 18px 0 0; color: #c8d4e5; }
.gyg-finale-orbit { position: absolute; width: 350px; height: 350px; right: -140px; top: -220px; border: 55px solid rgba(255,255,255,.06); border-radius: 50%; }

@media (max-width: 900px) {
  .gyg-hero { min-height: 650px; }
  .gyg-hero-image { object-position: 62% center; }
  .gyg-trip-stamp { display: none; }
  .gyg-confidence { grid-template-columns: 1fr; padding: 12px 24px; }
  .gyg-confidence > div { padding: 14px 0; border-right: 0; border-bottom: 1px solid #dfe9f3; }
  .gyg-confidence > div:last-child { border-bottom: 0; }
  .gyg-section-heading { grid-template-columns: 1fr; gap: 20px; }
  .gyg-experience-grid { grid-template-columns: 1fr 1fr; }
  .gyg-book { padding: 54px 42px; grid-template-columns: 1fr; gap: 35px; }
  .gyg-finale { grid-template-columns: 1fr; }
}

@media (max-width: 620px) {
  .gyg-hero { min-height: 690px; align-items: end; }
  .gyg-hero-image { object-position: 67% center; }
  .gyg-hero-shade { background: linear-gradient(0deg, rgba(7,26,52,.96) 0%, rgba(7,26,52,.72) 55%, rgba(7,26,52,.16) 100%); }
  .gyg-hero-inner { width: min(100% - 32px, 1180px); padding: 58px 0 88px; }
  .gyg-breadcrumb { margin-bottom: 92px; }
  .gyg-hero h1 { font-size: clamp(3rem, 15vw, 4.4rem); }
  .gyg-hero-inner > p { font-size: 1rem; }
  .gyg-hero-actions { align-items: flex-start; flex-direction: column; gap: 20px; }
  .gyg-confidence, .gyg-section, .gyg-finale { width: calc(100% - 32px); }
  .gyg-discover { padding: 85px 0; }
  .gyg-experience-grid { grid-template-columns: 1fr; }
  .gyg-experience-card { min-height: 205px; }
  .gyg-book { margin-bottom: 84px; padding: 38px 24px; }
  .gyg-book-list li { grid-template-columns: 42px 1fr; }
  .gyg-finale { margin-bottom: 70px; padding: 44px 28px; gap: 32px; }
  .gyg-finale .gyg-button { width: 100%; }
}

@media (prefers-reduced-motion: reduce) {
  .gyg-button, .gyg-experience-card, .gyg-experience-card b { transition: none; }
}
