.greeceHero { background-image: url('./greece/windsurf.webp'); background-position: center 42%; }
.greeceHero .heroContent { max-width: 800px; }
.greeceSplit { display:grid; grid-template-columns:1fr 1fr; gap:clamp(30px,6vw,90px); align-items:center; }
.greeceSplit h2 { margin:16px 0 28px; font:400 clamp(40px,5vw,70px)/1 Georgia,serif; letter-spacing:-.045em; }
.greeceSplit p { font-size:17px; line-height:1.75; }
.greeceMap { width:100%; }
.greeceRhythm { display:grid; grid-template-columns:1fr 1fr; gap:24px; margin-top:30px; border-top:1px solid var(--line-dark); padding-top:24px; }
.greeceRhythm h3 { margin:0; font:400 25px Georgia,serif; }
.greeceRhythm p { font-size:14px; }
.greeceSource { font-size:11px!important; opacity:.7; }
.greeceSource a { text-decoration:underline; }
.greecePortrait { width:100%; aspect-ratio:4/5; object-fit:cover; }
.greeceNote { color:var(--ice); font-size:14px!important; }
.greeceGallery { display:grid; grid-template-columns:repeat(3,1fr); gap:20px; }
.greeceGallery figure { margin:0; }
.greeceGallery img { width:100%; aspect-ratio:3/4; object-fit:cover; }
.greeceGallery figcaption { padding-top:14px; font-size:13px; line-height:1.5; color:var(--ink-muted); }
.greeceArchive { display:inline-block; padding:8px 12px; border:1px solid #a9e1e9; color:var(--ice); font-size:11px; letter-spacing:.12em; text-transform:uppercase; margin-bottom:24px; }
@media(max-width:760px){.greeceSplit{grid-template-columns:1fr}.greeceGallery{grid-template-columns:1fr}.greeceGallery img{max-height:560px}.greeceHero{background-position:60% center}.greeceHero .heroContent h1{font-size:59px}.greeceRhythm{gap:18px}.greeceMap{max-height:600px}.greeceSplit h2{font-size:44px}}
