:root {
  --ink: #142a26;
  --ink-soft: #49615c;
  --green: #0e5a4a;
  --green-dark: #083c33;
  --jade: #2e8874;
  --gold: #c9a25d;
  --cream: #f5f1e8;
  --paper: #fffdf9;
  --line: rgba(20, 42, 38, 0.15);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: Arial, "Microsoft YaHei", "PingFang SC", sans-serif;
  -webkit-font-smoothing: antialiased;
}

a { color: inherit; text-decoration: none; }
.container { width: min(1180px, calc(100% - 48px)); margin-inline: auto; }
.section { padding: 120px 0; }

.utility-bar { background: var(--green-dark); color: rgba(255,255,255,.82); font-size: 10px; letter-spacing: .11em; }
.utility-inner { min-height: 32px; display: flex; align-items: center; justify-content: center; gap: 14px; text-align: center; }
.utility-zh { padding-left: 14px; border-left: 1px solid rgba(255,255,255,.28); font-size: 10px; letter-spacing: .08em; }
.site-header { position: absolute; z-index: 20; top: 0; left: 0; width: 100%; color: white; }
.nav-shell { height: 96px; display: flex; align-items: center; justify-content: space-between; }
.brand { display: inline-flex; align-items: center; gap: 12px; }
.logo-brand { display: block; }
.brand-logo-frame { position: relative; display: block; width: 300px; height: 62px; }
.brand-logo-frame img { width: 100%; height: 100%; display: block; object-fit: contain; object-position: left center; filter: drop-shadow(0 2px 5px rgba(255,255,255,.18)); }
.desktop-nav { display: flex; align-items: center; gap: 36px; font-size: 14px; }
.desktop-nav a { position: relative; padding: 12px 0; opacity: .86; }
.desktop-nav small, .nav-call small { display: block; margin-top: 3px; font-size: 9px; font-weight: 400; letter-spacing: .08em; text-align: center; }
.desktop-nav a::after { content: ""; position: absolute; left: 0; bottom: 4px; width: 0; height: 1px; background: var(--gold); transition: width .25s ease; }
.desktop-nav a:hover::after, .desktop-nav a:focus-visible::after { width: 100%; }
.desktop-nav a:hover { opacity: 1; }
.nav-call { min-height: 48px; display: inline-flex; align-items: center; gap: 8px; padding: 5px 18px; border: 1px solid rgba(255,255,255,.48); border-radius: 999px; font-size: 13px; transition: background .2s ease, color .2s ease; }
.nav-call:hover { background: white; color: var(--green-dark); }

.hero { position: relative; min-height: 780px; height: min(900px, 100vh); color: white; overflow: hidden; }
.hero-image { position: absolute; inset: 0; background: url('/images/milan-duomo.jpg') center 46% / cover no-repeat; transform: scale(1.015); }
.hero-shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(5,31,27,.86) 0%, rgba(5,31,27,.7) 42%, rgba(4,25,22,.18) 78%, rgba(4,25,22,.38) 100%), linear-gradient(0deg, rgba(4,25,22,.55), transparent 45%); }
.hero-content { position: relative; z-index: 2; height: 100%; display: flex; align-items: center; padding-top: 92px; }
.hero-copy { max-width: 790px; }
.eyebrow { margin: 0 0 20px; color: var(--green); font-size: 11px; font-weight: 700; letter-spacing: .24em; text-transform: uppercase; }
.eyebrow.light { color: #e8d2a7; }
.hero h1, .section h2, .cruise-feature h2, .contact-section h2 { margin: 0; font-family: Georgia, "Songti SC", "STSong", serif; font-weight: 500; line-height: 1.15; letter-spacing: -.03em; }
.hero h1 { font-size: clamp(46px, 5vw, 72px); }
.hero h1 span { display: block; color: #f1dbaa; }
.hero-title-zh { margin: 18px 0 0; color: rgba(255,255,255,.92); font: 24px/1.4 Georgia, "Songti SC", serif; letter-spacing: .08em; }
.hero-lead { max-width: 760px; margin: 24px 0 0; color: rgba(255,255,255,.82); font-size: 16px; line-height: 1.75; }
.hero-lead-zh { max-width: 720px; margin: 10px 0 0; color: rgba(255,255,255,.66); font-size: 13px; line-height: 1.75; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 38px; }
.button { min-height: 58px; display: inline-flex; flex-direction: column; align-items: center; justify-content: center; padding: 7px 28px; border-radius: 2px; font-size: 14px; font-weight: 700; letter-spacing: .04em; transition: transform .2s ease, background .2s ease; }
.button small { margin-top: 3px; font-size: 10px; font-weight: 500; letter-spacing: .08em; opacity: .72; }
.button:hover { transform: translateY(-2px); }
.button.primary { background: var(--gold); color: #182d28; }
.button.primary:hover { background: #ddbc7d; }
.button.ghost { border: 1px solid rgba(255,255,255,.52); color: white; }
.button.ghost:hover { background: rgba(255,255,255,.12); }
.hero-note { width: 188px; margin-right: 32px; padding: 28px 0 28px 28px; border-left: 1px solid rgba(255,255,255,.35); align-self: center; }
.note-number { display: block; font: 60px/1 Georgia, serif; color: #f1dbaa; }
.hero-note p { margin: 8px 0 22px; color: rgba(255,255,255,.68); font-size: 12px; letter-spacing: .12em; }
.note-rule { width: 32px; height: 1px; background: var(--gold); margin-bottom: 22px; }
.hero-note strong { display: block; font: 23px Georgia, "Songti SC", serif; }
.hero-note small { display: block; margin-top: 8px; color: rgba(255,255,255,.62); line-height: 1.7; }
.scroll-cue { position: absolute; z-index: 3; bottom: 24px; left: 50%; display: flex; flex-direction: column; align-items: center; gap: 9px; color: rgba(255,255,255,.6); font-size: 8px; letter-spacing: .24em; transform: translateX(-50%); }
.scroll-cue i { width: 1px; height: 34px; background: linear-gradient(white, transparent); }

.trust-strip { background: var(--green-dark); color: white; }
.trust-grid { min-height: 90px; display: grid; grid-template-columns: repeat(4, 1fr); align-items: center; }
.trust-grid div { display: flex; align-items: center; justify-content: center; gap: 16px; min-height: 40px; border-right: 1px solid rgba(255,255,255,.14); }
.trust-grid div:last-child { border-right: 0; }
.trust-grid b { color: var(--gold); font: 17px Georgia, serif; }
.trust-grid span { color: rgba(255,255,255,.86); font-size: 12px; letter-spacing: .04em; line-height: 1.35; }
.trust-grid span small { display: block; margin-top: 4px; color: rgba(255,255,255,.5); font-size: 9px; letter-spacing: .08em; }

.about-section { background: var(--paper); }
.about-grid { display: grid; grid-template-columns: .95fr 1.05fr; gap: 7vw; align-items: start; }
.section h2, .contact-section h2 { font-size: clamp(38px, 4.3vw, 58px); }
.section-title-zh, .contact-title-zh, .cruise-title-zh { margin: 17px 0 0; color: var(--green); font: 20px/1.55 Georgia, "Songti SC", serif; letter-spacing: .04em; }
.section-copy .lead-copy { margin-top: 30px; color: var(--ink); font-size: 17px; line-height: 2; }
.section-copy > p:not(.eyebrow):not(.lead-copy):not(.section-title-zh) { margin-top: 18px; color: var(--ink-soft); font-size: 15px; line-height: 2; }
.about-copy-stack { display: grid; gap: 18px; margin-top: 30px; }
.bilingual-paragraph { padding-bottom: 18px; border-bottom: 1px solid var(--line); }
.bilingual-paragraph:last-child { padding-bottom: 0; border-bottom: 0; }
.bilingual-paragraph p { margin: 0; }
.bilingual-paragraph p[lang="it"] { color: var(--ink); font-size: 14px; line-height: 1.85; }
.bilingual-paragraph:first-child p[lang="it"] { font-size: 16px; }
.bilingual-paragraph p[lang="zh-CN"] { margin-top: 8px; color: #657672; font-size: 12px; line-height: 1.9; }
.text-link { display: inline-flex; align-items: center; gap: 16px; margin-top: 28px; padding-bottom: 8px; border-bottom: 1px solid var(--ink); font-size: 13px; font-weight: 700; }
.text-link span { color: var(--gold); }
.text-link small { font-size: 10px; font-weight: 500; color: var(--ink-soft); }
.about-visual { position: relative; min-height: 620px; margin-top: 42px; }
.about-photo { position: absolute; inset: 0 0 0 52px; background: url('/images/swiss-train.jpg') center / cover no-repeat; }
.about-photo::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(4,25,22,.28), transparent 55%); }
.visual-caption { position: absolute; right: 0; bottom: 0; width: 72%; padding: 24px 26px; background: var(--green-dark); color: white; }
.visual-caption span { display: block; color: var(--gold); font-size: 9px; letter-spacing: .2em; }
.visual-caption strong { display: block; margin-top: 8px; font: 20px Georgia, "Songti SC", serif; }
.visual-caption small { display: block; margin-top: 7px; color: rgba(255,255,255,.58); font-size: 10px; }
.stamp { position: absolute; z-index: 2; top: 46px; left: 0; width: 116px; height: 116px; display: flex; flex-direction: column; align-items: center; justify-content: center; border-radius: 50%; background: var(--cream); box-shadow: 0 15px 40px rgba(20,42,38,.18); text-align: center; transform: rotate(-8deg); }
.stamp::after { content: ""; position: absolute; inset: 8px; border: 1px dashed rgba(20,42,38,.36); border-radius: 50%; }
.stamp span { z-index: 1; font-size: 8px; letter-spacing: .18em; }
.stamp strong { z-index: 1; margin: 5px 0; color: var(--green); font: 16px Georgia, "Songti SC", serif; }
.stamp small { z-index: 1; color: var(--green); font-size: 7px; letter-spacing: .08em; }

.services-section { background: var(--cream); }
.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 80px; }
.section-heading > p { width: 390px; margin: 0 0 4px; color: var(--ink-soft); font-size: 14px; line-height: 1.9; }
.section-heading > p small { display: block; margin-top: 7px; color: #70817d; font-size: 11px; }
.service-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; margin-top: 66px; background: rgba(20,42,38,.14); border: 1px solid rgba(20,42,38,.14); }
.service-card { min-height: 500px; padding: 34px 28px 30px; background: var(--paper); transition: transform .25s ease, box-shadow .25s ease; }
.service-card:hover { z-index: 2; transform: translateY(-7px); box-shadow: 0 18px 45px rgba(20,42,38,.13); }
.service-topline { display: flex; align-items: start; justify-content: space-between; }
.service-icon { width: 54px; height: 54px; display: grid; place-items: center; border: 1px solid rgba(14,90,74,.24); border-radius: 50%; color: var(--green); font: 28px Georgia, serif; }
.service-index { color: #a18e69; font: 12px Georgia, serif; }
.service-card > small { display: block; margin-top: 38px; color: #a18e69; font-size: 9px; letter-spacing: .22em; }
.service-card h3 { margin: 9px 0 16px; font: 25px Georgia, "Songti SC", serif; }
.service-card h3 span { display: block; margin-top: 7px; color: var(--green); font-size: 15px; }
.service-card p { margin: 0; color: var(--ink-soft); font-size: 13px; line-height: 1.75; }
.service-card .card-translation { min-height: 70px; margin-top: 10px; color: #74827f; font-size: 11px; }
.service-detail { min-height: 50px; padding-top: 18px; border-top: 1px solid var(--line); color: #6f7d79; font-size: 11px; line-height: 1.7; }
.service-card a { display: flex; align-items: center; gap: 5px; margin-top: 18px; color: var(--green); font-size: 12px; font-weight: 700; }
.service-card a small { margin-right: auto; color: #74827f; font-weight: 500; }
.extra-services { margin-top: 64px; padding: 48px; background: var(--green-dark); color: white; }
.extra-heading { display: flex; align-items: end; justify-content: space-between; gap: 60px; padding-bottom: 34px; border-bottom: 1px solid rgba(255,255,255,.14); }
.extra-heading .eyebrow { margin-bottom: 12px; }
.extra-heading h3 { margin: 0; font: 34px Georgia, "Songti SC", serif; }
.extra-title-zh { display: block; margin-top: 9px; color: rgba(255,255,255,.6); font: 15px Georgia, "Songti SC", serif; }
.extra-heading > p { width: 390px; margin: 0; color: rgba(255,255,255,.62); font-size: 13px; line-height: 1.9; }
.extra-heading > p small { display: block; margin-top: 7px; color: rgba(255,255,255,.45); font-size: 11px; }
.extra-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; margin-top: 34px; background: rgba(255,255,255,.14); }
.extra-grid article { min-height: 300px; padding: 30px 28px; background: #0a493e; }
.extra-grid small { color: var(--gold); font-size: 8px; letter-spacing: .2em; }
.extra-grid h4 { margin: 13px 0 16px; font: 23px Georgia, "Songti SC", serif; }
.extra-grid h4 span { display: block; margin-top: 7px; color: #e4d5b6; font-size: 14px; }
.extra-grid p { margin: 0; color: rgba(255,255,255,.65); font-size: 13px; line-height: 1.9; }
.extra-grid .extra-translation { margin-top: 10px; color: rgba(255,255,255,.45); font-size: 11px; }
.theme-trips { display: grid; grid-template-columns: 150px 1fr; gap: 24px; align-items: start; margin-top: 34px; }
.theme-trips > strong { color: var(--gold); font-size: 12px; letter-spacing: .12em; }
.theme-trips > strong small { display: block; margin-top: 6px; color: rgba(255,255,255,.52); font-size: 9px; }
.theme-trips > div { display: flex; flex-wrap: wrap; gap: 9px; }
.theme-trips span { padding: 8px 12px; border: 1px solid rgba(255,255,255,.18); color: rgba(255,255,255,.78); font-size: 11px; }
.theme-trips span small { display: block; margin-top: 4px; color: rgba(255,255,255,.42); font-size: 9px; }

.cruise-feature { position: relative; min-height: 650px; display: flex; align-items: center; color: white; overflow: hidden; }
.cruise-image { position: absolute; inset: 0; background: url('/images/mediterranean-cruise.jpg') center 56% / cover no-repeat; }
.cruise-overlay { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(5,31,27,.84), rgba(5,31,27,.52) 55%, rgba(5,31,27,.18)); }
.cruise-content { position: relative; z-index: 1; display: grid; grid-template-columns: 220px 1fr; gap: 9vw; align-items: center; }
.cruise-label { width: 140px; height: 140px; display: flex; flex-direction: column; align-items: center; justify-content: center; border: 1px solid rgba(255,255,255,.42); border-radius: 50%; }
.cruise-label span { font-size: 8px; letter-spacing: .2em; }
.cruise-label strong { margin-top: 9px; color: #f1dbaa; font: 23px Georgia, "Songti SC", serif; }
.cruise-label small { margin-top: 5px; color: rgba(255,255,255,.58); font-size: 9px; }
.cruise-feature h2 { font-size: clamp(40px, 4.8vw, 64px); }
.cruise-content > div:last-child > p:not(.eyebrow):not(.cruise-title-zh):not(.cruise-translation) { max-width: 620px; margin: 22px 0 0; color: rgba(255,255,255,.76); line-height: 1.9; }
.cruise-title-zh { color: #f1dbaa; }
.cruise-translation { max-width: 620px; margin: 8px 0 28px; color: rgba(255,255,255,.55); font-size: 12px; line-height: 1.8; }
.button.pale { background: #f2dfb7; color: var(--green-dark); }

.process-section { background: var(--paper); }
.section-heading.compact { display: block; }
.process-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 54px; margin-top: 64px; }
.process-grid article { position: relative; padding: 32px 24px 0 0; border-top: 1px solid var(--line); }
.process-grid article::after { content: ""; position: absolute; top: -2px; left: 0; width: 44px; height: 3px; background: var(--gold); }
.process-grid span { color: #af976d; font: 13px Georgia, serif; }
.process-grid h3 { margin: 20px 0 12px; font: 24px Georgia, "Songti SC", serif; }
.process-grid h3 small { display: block; margin-top: 7px; color: var(--green); font: 13px Arial, "Microsoft YaHei", sans-serif; }
.process-grid p { max-width: 280px; margin: 0; color: var(--ink-soft); font-size: 14px; line-height: 1.9; }

.contact-section { padding: 30px 0 100px; background: linear-gradient(var(--paper) 0 28%, var(--cream) 28%); }
.contact-card { min-height: 440px; display: grid; grid-template-columns: 1.15fr .85fr 230px; gap: 50px; align-items: center; padding: 60px 68px; background: var(--green-dark); color: white; box-shadow: 0 25px 70px rgba(20,42,38,.15); }
.contact-intro > p:last-child { max-width: 470px; margin: 24px 0 0; color: rgba(255,255,255,.7); font-size: 14px; line-height: 1.9; }
.contact-intro > p:last-child small { display: block; margin-top: 8px; color: rgba(255,255,255,.48); font-size: 11px; }
.contact-title-zh { color: #f1dbaa; }
.contact-details { border-left: 1px solid rgba(255,255,255,.16); padding-left: 42px; }
.contact-row { padding: 18px 0; border-bottom: 1px solid rgba(255,255,255,.13); }
.contact-row:first-child { padding-top: 0; }
.contact-row > span { display: block; margin-bottom: 8px; color: var(--gold); font-size: 9px; letter-spacing: .18em; }
.contact-row a, .contact-row strong, .contact-row address { display: block; font-size: 16px; font-weight: 600; }
.contact-row a { overflow-wrap: anywhere; }
.contact-row address { font-style: normal; line-height: 1.55; }
.contact-row small { display: block; margin-top: 6px; color: rgba(255,255,255,.48); font-size: 10px; }
.wechat-box { text-align: center; }
.qr-code { width: 184px; height: 184px; margin: 0 auto 18px; padding: 7px; border-radius: 4px; background: white; box-shadow: 0 12px 34px rgba(0,0,0,.2); }
.qr-code img { width: 100%; height: 100%; display: block; object-fit: contain; }
.wechat-box > strong { font-size: 14px; }
.wechat-box > p { margin: 8px 0 0; color: rgba(255,255,255,.54); font-size: 10px; }

.site-footer { background: #081f1b; color: white; }
.footer-main { min-height: 160px; display: flex; align-items: center; justify-content: space-between; gap: 32px; }
.footer-brand .brand-logo-frame { width: 270px; height: 58px; }
.footer-main > p { color: rgba(255,255,255,.52); font-size: 12px; }
.footer-main > p small, .footer-main nav small { display: block; margin-top: 5px; color: rgba(255,255,255,.36); font-size: 9px; }
.footer-main nav { display: flex; gap: 24px; color: rgba(255,255,255,.65); font-size: 11px; }
.legal-line { border-top: 1px solid rgba(255,255,255,.1); padding: 20px 0; color: rgba(255,255,255,.5); font-size: 9px; line-height: 1.7; text-align: center; letter-spacing: .025em; }
.legal-content { display: grid; gap: 5px; }
.legal-content p { margin: 0; }
.legal-content strong { color: rgba(255,255,255,.72); }
.legal-content a { color: rgba(255,255,255,.68); text-decoration: underline; text-underline-offset: 2px; }

@media (max-width: 1000px) {
  .desktop-nav { gap: 20px; }
  .hero-note { display: none; }
  .hero-copy { max-width: 680px; }
  .about-grid { gap: 60px; }
  .service-grid { grid-template-columns: repeat(2, 1fr); }
  .extra-grid { grid-template-columns: 1fr; }
  .extra-grid article { min-height: 0; }
  .extra-heading { align-items: start; }
  .contact-card { grid-template-columns: 1fr 1fr; }
  .wechat-box { grid-column: 1 / -1; display: flex; align-items: center; justify-content: center; gap: 24px; text-align: left; }
  .qr-code { width: 160px; height: 160px; margin: 0; flex: 0 0 160px; }
}

@media (max-width: 760px) {
  .container { width: min(100% - 32px, 620px); }
  .section { padding: 82px 0; }
  .utility-inner { justify-content: center; }
  .utility-italian { display: none; }
  .nav-shell { height: 76px; }
  .brand-logo-frame { width: 210px; height: 46px; }
  .desktop-nav { display: none; }
  .nav-call { padding: 0 12px; min-height: 38px; font-size: 12px; }
  .hero { min-height: 720px; height: 100svh; }
  .hero-image { background-position: 58% center; }
  .hero-content { padding-top: 110px; }
  .hero h1 { font-size: clamp(45px, 13vw, 64px); }
  .hero-title-zh { font-size: 18px; }
  .hero-lead { font-size: 15px; line-height: 1.85; }
  .hero-actions { align-items: stretch; }
  .hero-actions .button { flex: 1 1 190px; }
  .trust-grid { grid-template-columns: repeat(2, 1fr); padding: 12px 0; }
  .trust-grid div { min-height: 54px; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.1); }
  .about-grid, .cruise-content { grid-template-columns: 1fr; }
  .about-grid { gap: 52px; }
  .about-visual { min-height: 430px; }
  .about-photo { left: 28px; }
  .stamp { top: 30px; width: 96px; height: 96px; }
  .section-heading { display: block; }
  .section-heading > p { width: auto; margin-top: 24px; }
  .service-grid { grid-template-columns: 1fr; margin-top: 44px; }
  .service-card { min-height: 0; }
  .service-card p { min-height: 0; margin-bottom: 22px; }
  .extra-services { margin-top: 44px; padding: 34px 24px; }
  .extra-heading { display: block; }
  .extra-heading > p { width: auto; margin-top: 18px; }
  .theme-trips { grid-template-columns: 1fr; gap: 16px; }
  .cruise-feature { min-height: 680px; }
  .cruise-content { gap: 36px; }
  .cruise-label { width: 110px; height: 110px; }
  .process-grid { grid-template-columns: 1fr; gap: 30px; margin-top: 44px; }
  .contact-section { padding-bottom: 70px; }
  .contact-card { width: 100%; grid-template-columns: 1fr; gap: 34px; padding: 52px 28px; }
  .contact-details { padding-left: 0; border-left: 0; }
  .wechat-box { grid-column: auto; display: block; text-align: center; }
  .qr-code { margin: 0 auto 18px; }
  .footer-main { flex-direction: column; justify-content: center; padding: 42px 0; text-align: center; }
  .footer-brand .brand-logo-frame { width: 250px; height: 52px; }
  .legal-line { text-align: left; }
}

@media (max-width: 430px) {
  .brand-logo-frame { width: 175px; height: 40px; }
  .nav-call { padding: 0 10px; font-size: 11px; }
  .nav-call small { display: none; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition: none !important; }
}
