/* Desktop Sydney editorial layout, based on the supplied 1920 x 6656 artwork. */
:root { color-scheme: light; --pink: #f49bcc; --copy: #898989; }
* { box-sizing: border-box; }
html { scroll-behavior: smooth; scrollbar-gutter: stable; }
body { margin: 0; min-width: 1100px; color: var(--copy); background: #fcfcfa; font-family: "Noto Serif TC", "PMingLiU", serif; }
main { container-type: inline-size; }
h1, h2, p, figure { margin: 0; }
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; }
a:focus-visible, button:focus-visible { outline: 3px solid #df70ad; outline-offset: 5px; }
.city-hero { position: relative; aspect-ratio: 1920 / 990; border-bottom: .520833cqw solid var(--pink); }
.hero-image { width: 100%; }
.hero-copy { position: absolute; top: 65.5%; width: 100%; text-align: center; color: #fff; font-weight: 400; }
.hero-copy h1 { font-weight: 400; font-size: 2.82cqw; line-height: 1.5; letter-spacing: .13cqw; }
.hero-copy p { margin-top: 2.7cqw; font-size: 1.6cqw; line-height: 1.62; letter-spacing: .11cqw; }
.attractions { width: 79.166667%; margin: 0 auto; padding: 9.895833cqw 0 9.166667cqw; display: grid; gap: 7.291667cqw; }
.attraction { position: relative; display: grid; grid-template-columns: 39.166667cqw 37.083333cqw; gap: 2.916667cqw; min-height: 21.041667cqw; }
.attraction::after { content: ""; position: absolute; left: calc(50% + .78125cqw); top: 0; bottom: 0; width: 1px; background: #b9b9b9; }
.attraction-copy { min-width: 0; position: relative; padding-left: 2.5cqw; padding-right: .833333cqw; display: flex; flex-direction: column; }
.attraction:nth-child(even) { grid-template-columns: 37.083333cqw 39.166667cqw; }
.attraction:nth-child(even)::after { left: calc(50% - .260417cqw); }
.attraction:nth-child(even) .attraction-copy { grid-column: 2; grid-row: 1; padding-left: 3.125cqw; padding-right: 0; }
.attraction:nth-child(even) .number { left: .48cqw; }
.attraction:nth-child(even) .attraction-photo { grid-column: 1; grid-row: 1; }
.attraction-photo { align-self: start; }
.attraction-photo img { width: 100%; aspect-ratio: 1500 / 845; object-fit: cover; border-radius: 0 2.2cqw 0 2.2cqw; }
.place-heading { display: flex; align-items: center; justify-content: space-between; gap: .45cqw; white-space: nowrap; }
.place-heading h2 { color: var(--pink); font-size: 2.08cqw; font-weight: 400; line-height: 1.4; letter-spacing: .14cqw; }
.number { position: absolute; left: -.15cqw; top: -1.2cqw; width: 2.55cqw; height: 3.65cqw; background: url('../images/page/number.png') center/contain no-repeat; text-align: center; padding-top: .58cqw; color: var(--pink); font: 700 1.05cqw/1 "Noto Sans TC", sans-serif; }
.place-tag { font-size: 1.25cqw; line-height: 1.35; border-bottom: .15cqw solid var(--pink); white-space: nowrap; }
.english-name { margin-top: .45cqw; font-family: "Noto Sans TC", sans-serif; font-weight: 300; font-size: 1.68cqw; line-height: 1.4; letter-spacing: .1cqw; }
.description, .tip { font-size: 1.25cqw; letter-spacing: .10cqw; line-height: 1.85; }
.description { margin-top: .8cqw; text-align: justify; }
.tip { margin-top: auto; padding-top: .65cqw; font-size: 1.2cqw; line-height: 1.55; letter-spacing: .025cqw; }
.tip-label { display: block; color: var(--pink); letter-spacing: .12cqw; }
.attraction:last-child .place-heading h2 { font-size: 1.8cqw; letter-spacing: -.1cqw; }
.attraction:last-child .english-name { font-size: 1.65cqw; letter-spacing: .065cqw; }
.page-tools { position: fixed; right: 18px; bottom: 22px; display: flex; flex-direction: column; gap: 10px; z-index: 10; }
.page-tools[hidden] { display: none; }
.page-tools a, .page-tools button { display: block; border: 1px solid #f4badc; border-radius: 100px; padding: 10px 14px; color: #85516e; background: #ffffffed; font: 14px/1.4 "Noto Sans TC", sans-serif; cursor: pointer; text-decoration: none; box-shadow: 0 2px 12px #0000000d; }
.page-tools a:hover, .page-tools button:hover { background: #fff0f8; }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }
