*{box-sizing:border-box}html{font-family:Arial,Helvetica,sans-serif}body{color:#222;background:#fff;flex-direction:column;min-height:100dvh;margin:0;display:flex}a{color:inherit;text-decoration:none}.site-header{border-bottom:1px solid #e5e5e5}.header-inner{justify-content:space-between;align-items:center;max-width:1200px;margin:0 auto;padding:24px 32px;display:flex}.site-title{font-size:1.25rem;font-weight:600}.site-nav{gap:28px;display:flex}.site-nav a{color:#555;font-size:.95rem}.site-nav a:hover{color:#000}main{flex:1;width:100%;max-width:1200px;margin:0 auto;padding:60px 32px}.hero{align-items:center;min-height:720px;padding:80px 0;display:flex}.hero-photo{color:#fff;margin-left:calc(50% - 50vw);margin-right:calc(50% - 50vw);padding-left:max(32px,50vw - 600px);padding-right:max(32px,50vw - 600px);position:relative;overflow:hidden}.hero-image{object-fit:cover;object-position:center 40%;z-index:0;width:100%;height:100%;position:absolute;inset:0}.hero-overlay{z-index:1;background:#00000047;position:absolute;inset:0}.hero-content{z-index:2;max-width:760px;position:relative}.hero-label,.section-label{letter-spacing:.18em;text-transform:uppercase;color:#777;margin:0 0 16px;font-size:.8rem;font-weight:600}.hero-photo .hero-label{color:#fffc}.hero h1{letter-spacing:-.04em;margin:0;font-size:clamp(3rem,7vw,6rem);font-weight:500;line-height:.98}.hero-description{color:#666;max-width:620px;margin:28px 0 0;font-size:1.15rem;line-height:1.7}.hero-photo .hero-description{color:#ffffffe6}.hero-button{border:1px solid #222;margin-top:32px;padding:14px 22px;font-size:.9rem;transition:background .2s,color .2s;display:inline-block}.hero-button:hover{color:#fff;background:#222}.hero-photo .hero-button{color:#fff;border-color:#fff}.hero-photo .hero-button:hover{color:#222;background:#fff}.featured{border-top:1px solid #e5e5e5;padding:80px 0 100px}.section-heading{margin-bottom:40px}.section-heading h2{margin:0;font-size:2.4rem;font-weight:500}.trip-grid{grid-template-columns:repeat(3,1fr);gap:32px;display:grid}.trip-card{display:block}.trip-image{aspect-ratio:4/3;overflow:hidden}.trip-image img{object-fit:cover;width:100%;height:100%;transition:transform .35s;display:block}.trip-card:hover .trip-image img{transform:scale(1.03)}.trip-info{padding-top:16px}.trip-info h3{margin:0 0 6px;font-size:1.25rem;font-weight:500}.trip-info p{color:#777;margin:0;font-size:.9rem}.travel-page{padding-bottom:80px}.travel-heading>p:not(.section-label){color:#666;margin:0;font-size:1.1rem;line-height:1.7}.travel-grid{grid-template-columns:repeat(2,1fr);gap:48px 32px;display:grid}.travel-card{display:block}.travel-card-image{aspect-ratio:3/2;overflow:hidden}.travel-card-image img{object-fit:cover;width:100%;height:100%;transition:transform .4s;display:block}.travel-card:hover .travel-card-image img{transform:scale(1.025)}.travel-card-content{padding-top:18px}.travel-card-meta{letter-spacing:.14em;text-transform:uppercase;color:#888;margin:0 0 10px;font-size:.75rem;font-weight:600}.travel-card-content h2{margin:0 0 8px;font-size:1.7rem;font-weight:500}.travel-card-content>p:not(.travel-card-meta){color:#666;margin:0}.travel-card-link{margin-top:18px;font-size:.9rem;display:inline-block}.trip-page{margin-top:-60px}.trip-hero{align-items:flex-end;min-height:680px;margin-left:calc(50% - 50vw);margin-right:calc(50% - 50vw);padding:80px max(32px,50vw - 600px);display:flex;position:relative;overflow:hidden}.trip-hero-image{object-fit:cover;object-position:center 40%;z-index:0;width:100%;height:100%;position:absolute;inset:0}.trip-hero-overlay{z-index:1;background:linear-gradient(#00000014 35%,#000000a6);position:absolute;inset:0}.trip-hero-content{z-index:2;color:#fff;max-width:800px;position:relative}.trip-kicker{letter-spacing:.18em;text-transform:uppercase;margin:0 0 18px;font-size:.8rem;font-weight:600}.trip-hero h1{letter-spacing:-.04em;margin:0;font-size:clamp(3rem,7vw,6rem);font-weight:500;line-height:.98}.trip-intro{color:#ffffffe6;max-width:700px;margin:24px 0 0;font-size:1.1rem;line-height:1.7}.trip-summary{border-bottom:1px solid #e5e5e5;grid-template-columns:repeat(4,1fr);padding:40px 0;display:grid}.trip-summary div{flex-direction:column;gap:6px;display:flex}.trip-summary strong{font-size:1.1rem;font-weight:600}.trip-summary span{color:#777;font-size:.85rem}.trip-content{max-width:760px;padding:80px 0 16px}.trip-content h2{margin:0 0 24px;font-size:2.5rem;font-weight:500}.trip-content p:not(.section-label){color:#555;font-size:1.1rem;line-height:1.8}.photo-gallery{columns:2;column-gap:24px;margin:20px 0 40px}.gallery-item{break-inside:avoid;margin:0 0 24px}.gallery-image-button{cursor:zoom-in;background:0 0;border:0;width:100%;padding:0;display:block}.gallery-image-button img{width:100%;height:auto;transition:transform .25s,opacity .25s;display:block}.gallery-image-button:hover img{opacity:.95;transform:scale(1.01)}.gallery-item figcaption{color:#777;margin-top:10px;font-size:.85rem;line-height:1.5}.gallery-empty{color:#777}.photo-lightbox{background:#000000f0;border:0;width:100dvw;max-width:none;height:100dvh;max-height:none;margin:0;padding:0;position:fixed;inset:0;overflow:hidden}.photo-lightbox::backdrop{background:#000000f0}.lightbox-content{justify-content:center;align-items:center;width:100%;height:100%;padding:40px 70px;display:flex;position:relative;overflow:hidden}.lightbox-image{object-fit:contain;touch-action:pan-y;-webkit-user-select:none;user-select:none;-webkit-user-drag:none;width:auto;max-width:100%;height:auto;max-height:100%;display:block}.lightbox-close{z-index:20;color:#fff;cursor:pointer;background:0 0;border:0;padding:4px 10px;font-size:2.5rem;font-weight:300;line-height:1;position:fixed;top:20px;right:28px}.lightbox-close:hover{color:#ccc}.lightbox-nav{z-index:20;color:#fff;cursor:pointer;background:#00000040;border:0;width:56px;height:72px;padding:0;font-size:3rem;font-weight:300;line-height:1;transition:background .2s;position:fixed;top:50%;transform:translateY(-50%)}.lightbox-nav:hover{background:#0000008c}.lightbox-prev{left:16px}.lightbox-next{right:16px}.lightbox-counter{z-index:20;color:#ffffffd9;letter-spacing:.04em;white-space:nowrap;background:#00000059;border-radius:4px;padding:6px 10px;font-size:.85rem;position:absolute;bottom:18px;left:50%;transform:translate(-50%)}@media (width<=800px){.header-inner{flex-direction:column;align-items:flex-start;gap:18px;padding:20px}.site-nav{flex-wrap:wrap;gap:18px}main{padding:40px 20px}.hero{min-height:500px;padding:60px 0}.hero-photo{padding-left:20px;padding-right:20px}.hero h1{font-size:clamp(2.8rem,12vw,4.5rem)}.trip-grid{grid-template-columns:1fr}.travel-heading{margin-bottom:40px}.travel-grid{grid-template-columns:1fr;gap:40px}.trip-page{margin-top:-40px}.trip-hero{min-height:560px;padding:50px 20px}.trip-summary{grid-template-columns:repeat(2,1fr);gap:28px}.trip-content{padding:60px 0}.photo-gallery{columns:1;column-gap:0}.gallery-item{margin-bottom:28px}.lightbox-content{padding:45px 12px 20px}.lightbox-close{top:8px;right:10px}.lightbox-nav{width:44px;height:60px;font-size:2.4rem}.lightbox-prev{left:4px}.lightbox-next{right:4px}.lightbox-counter{bottom:10px}.photography-gallery-section .photo-gallery{columns:1}}@media (width>=801px) and (width<=1050px){.photography-gallery-section .photo-gallery{columns:2}}.photography-gallery-section .photo-gallery{columns:3}.photography-page{width:100%;max-width:1200px;margin:0 auto}.travel-heading,.photography-heading{max-width:760px;margin-bottom:44px}.travel-heading h1,.photography-heading h1{letter-spacing:-.035em;margin:8px 0 16px;font-size:clamp(2.5rem,6vw,4.5rem);line-height:1.05}.photography-intro{color:#666;max-width:620px;margin:0;font-size:1.08rem;line-height:1.7}.featured-collections{width:100%}.featured-collections>.section-label{margin-bottom:16px}.collection-card{aspect-ratio:16/8;color:#fff;background:#111;border-radius:16px;width:100%;text-decoration:none;display:block;position:relative;overflow:hidden}.collection-card+.collection-card{margin-top:16px}.collection-card img{object-fit:cover;width:100%;height:100%;transition:transform .6s;display:block}.collection-card:after{content:"";background:linear-gradient(#0000000a 30%,#0000002e 55%,#000000ad 100%);position:absolute;inset:0}.collection-overlay{z-index:2;justify-content:space-between;align-items:flex-end;padding:36px 40px;display:flex;position:absolute;bottom:0;left:0;right:0}.collection-info h2{letter-spacing:-.025em;color:#fff;margin:0;font-size:clamp(2rem,5vw,3.5rem);line-height:1}.collection-info p{color:#ffffffd9;margin:8px 0 0;font-size:1rem}.collection-arrow{border:1px solid #ffffffa6;border-radius:50%;justify-content:center;align-items:center;width:48px;height:48px;font-size:1.5rem;line-height:1;transition:background .25s,transform .25s;display:flex}.collection-card:hover img{transform:scale(1.025)}.collection-card:hover .collection-arrow{color:#111;background:#fff;transform:translate(3px)}@media (width<=800px){.photography-heading{margin-bottom:40px}.collection-card{aspect-ratio:4/3;border-radius:12px}.collection-overlay{padding:24px}.collection-arrow{width:42px;height:42px}}.photography-gallery-section .section-heading{margin-bottom:8px}.river-gallery{flex-wrap:wrap;align-content:flex-start;gap:3px;width:100%;margin:0 0 20px;display:flex}.river-item{background:#eee;flex:none;margin:0;padding:0;position:relative;overflow:hidden}.river-item .gallery-image-button{cursor:pointer;background:0 0;border:0;width:100%;height:100%;margin:0;padding:0;display:block}.river-item img{object-fit:cover;width:100%;height:100%;margin:0;padding:0;transition:opacity .2s;display:block}.river-item .gallery-image-button:hover img{opacity:.92}@media (width<=800px){.river-gallery{gap:2px}}.photography-region-nav{flex-wrap:wrap;gap:8px 0;margin:18px 0 30px;padding:0;display:flex}.photography-region-nav a{color:#555;align-items:center;font-size:.95rem;line-height:1.4;text-decoration:none;transition:color .2s;display:inline-flex}.photography-region-nav a:not(:last-child):after{content:"·";color:#aaa;margin:0 10px}.photography-region-nav a:hover{color:#111}.photography-gallery-section{scroll-margin-top:20px}.back-to-top{z-index:20;color:#333;cursor:pointer;opacity:0;visibility:hidden;background:#ffffffeb;border:1px solid #00000026;border-radius:50%;justify-content:center;align-items:center;width:44px;height:44px;padding:0;font-size:1.25rem;line-height:1;transition:opacity .2s,transform .2s,visibility .2s,background .2s;display:flex;position:fixed;bottom:24px;right:24px;transform:translateY(8px)}.back-to-top.is-visible{opacity:1;visibility:visible;transform:translateY(0)}.back-to-top:hover{background:#fff}@media (width<=800px){.back-to-top{width:40px;height:40px;bottom:16px;right:16px}}.about-content{max-width:850px}.about-content p{color:#555;font-size:1.03rem;line-height:1.4}.trip-photography-link{max-width:1120px;margin:0 auto 2rem;padding:1.5rem 0 1rem}.trip-photography-link .section-label{margin:0 0 1.25rem}.trip-photography-link h2{margin:0 0 .75rem;font-size:clamp(1.7rem,3vw,2.2rem);line-height:1.15}.trip-photography-link>p:not(.section-label){max-width:620px;margin:0 0 1.25rem;line-height:1.6}.trip-photography-link a{color:inherit;border-bottom:1px solid;align-items:center;gap:.4rem;padding-bottom:.15rem;font-weight:600;text-decoration:none;transition:gap .16s,opacity .16s;display:inline-flex}.trip-photography-link a:hover{opacity:.65;gap:.7rem}.site-logo{flex-shrink:0;align-items:center;text-decoration:none;display:flex}.site-logo img{width:300px;height:auto;display:block}@media (width<=700px){.site-logo img{width:165px}}.site-footer{border-top:1px solid #e5e5e5;flex-shrink:0;padding:32px 24px}.footer-inner{text-align:center;max-width:1200px;margin:0 auto}.site-footer p{color:#777;letter-spacing:.03em;margin:0;font-size:.85rem}
