@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@400;500;600&family=Inter:wght@400;500;600&display=swap');
:root{--navy:#153747;--copper:#c9794f;--cream:#f7f1e9;--paper:#fbfaf7;--ink:#18313c;--muted:#68777b;--line:#ddd7cf;--white:#fff}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--paper);color:var(--ink);font-family:Inter,Arial,sans-serif;line-height:1.7}img{display:block;width:100%;height:auto}a{color:inherit;text-decoration:none}h1,h2,h3{font-family:"Cormorant Garamond",Georgia,serif;font-weight:500;line-height:1.03;margin:0 0 1rem}h1{font-size:clamp(3.4rem,7vw,7rem)}h2{font-size:clamp(2.4rem,4vw,4.4rem)}h3{font-size:2rem}.eyebrow{font-size:.68rem;letter-spacing:.2em;font-weight:600;margin:0 0 1rem;text-transform:uppercase}.section{padding:clamp(4.5rem,8vw,8rem) 6vw}.narrow{max-width:900px;margin:auto}.site-header{position:absolute;z-index:10;top:0;left:0;right:0;display:flex;align-items:center;justify-content:space-between;padding:1.1rem 4vw;color:#fff}.logo-link{display:flex;align-items:center}.header-logo{width:105px;height:105px;object-fit:contain;filter:drop-shadow(0 2px 8px rgba(0,0,0,.18))}.site-nav{display:flex;gap:1.6rem;font-size:.72rem;letter-spacing:.1em;text-transform:uppercase}.site-nav a{opacity:.86}.site-nav a:hover{opacity:1;color:#fff}.menu-toggle{display:none;background:none;border:0;color:inherit;font:inherit}.hero,.closing-hero{position:relative;min-height:100vh;color:#fff;display:flex;align-items:flex-end;overflow:hidden}.hero:after,.closing-hero:after{content:"";position:absolute;inset:0;background:linear-gradient(0deg,rgba(8,25,32,.66),rgba(8,25,32,.05) 68%)}.hero img,.closing-hero img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.hero-content,.closing-hero>div{position:relative;z-index:1;padding:8vw 6vw;max-width:920px}.hero-content h1{max-width:800px}.hero-kicker{font-family:"Cormorant Garamond",serif;font-size:1.35rem;max-width:620px;margin:0 0 2rem}.button{display:inline-block;border:1px solid var(--ink);padding:.85rem 1.25rem;font-size:.7rem;letter-spacing:.13em;text-transform:uppercase;background:transparent}.button-light{border-color:#fff;color:#fff}.intro{text-align:center}.intro h2{max-width:850px;margin:0 auto 1.5rem}.intro p:not(.eyebrow){max-width:650px;margin:0 auto 1.5rem;color:var(--muted)}.text-link{font-size:.72rem;text-transform:uppercase;letter-spacing:.11em;border-bottom:1px solid var(--copper);padding-bottom:.25rem}.section-heading{display:flex;justify-content:space-between;align-items:end;margin-bottom:3rem}.gallery-grid{display:grid;grid-template-columns:1.15fr .85fr;grid-template-areas:'a b' 'a c' 'd d';gap:1.3rem;max-width:1400px;margin:auto}.gallery-card{position:relative;min-height:31vw;overflow:hidden;background:#ddd}.gallery-card:nth-child(1){grid-area:a}.gallery-card:nth-child(2){grid-area:b}.gallery-card:nth-child(3){grid-area:c}.gallery-card:nth-child(4){grid-area:d;min-height:36vw}.gallery-card img{position:absolute;inset:0;height:100%;object-fit:cover;transition:transform .7s ease}.gallery-card:hover img{transform:scale(1.025)}.gallery-card:after{content:"";position:absolute;inset:0;background:linear-gradient(0deg,rgba(8,25,32,.72),transparent 58%)}.gallery-card div{position:absolute;z-index:1;bottom:2rem;left:2rem;color:#fff;right:2rem}.feature-image{max-width:1500px;margin:auto}.feature-image>img{max-height:78vh;object-fit:cover}.feature-caption{padding:2rem 0}.three-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;max-width:1400px;margin:auto}.three-grid img{aspect-ratio:4/3;object-fit:cover;margin-bottom:1.3rem}.three-grid p:not(.eyebrow){color:var(--muted)}.about-preview{background:var(--cream)}.about-grid,.feature-split,.about-hero{max-width:1300px;margin:auto;display:grid;grid-template-columns:1fr 1fr;gap:7vw;align-items:center}.about-mark{padding:4rem;display:flex;align-items:center;justify-content:center}.about-mark img{max-width:430px}.closing-hero{min-height:72vh}.page-intro{padding-top:12rem;text-align:center}.page-intro>p:last-child{color:var(--muted)}.collection{max-width:1450px;margin:auto;padding:0 6vw 7rem}.collection-header{padding:5rem 0 2rem;border-top:1px solid var(--line)}.photo-wall{columns:3 300px;column-gap:1rem}.photo-wall figure{break-inside:avoid;margin:0 0 1rem;background:#eee;overflow:hidden}.photo-wall img{transition:transform .4s ease}.photo-wall figure:hover img{transform:scale(1.01)}.product-card{background:#fff;padding-bottom:2rem}.product-card>*:not(img){margin-left:2rem;margin-right:2rem}.product-card img{margin-bottom:1.5rem}.product-card strong{display:block;margin-bottom:1.5rem}.article-list{max-width:1100px;margin:auto}.article-list article{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center;padding:4rem 0;border-top:1px solid var(--line)}.article-list article img{aspect-ratio:4/3;object-fit:cover}.prose h2{margin-top:4rem}.prose p{max-width:750px;color:#555}.faq details{border-top:1px solid var(--line);padding:1.5rem 0}.faq details:last-child{border-bottom:1px solid var(--line)}.faq summary{cursor:pointer;font-family:"Cormorant Garamond",Georgia,serif;font-size:1.8rem}.faq details p{max-width:700px;color:var(--muted);margin-bottom:0}.site-footer{background:var(--navy);color:#fff;padding:4rem 6vw 2rem;display:grid;grid-template-columns:1fr 2fr;gap:3rem}.footer-logo{width:150px;border-radius:50%;margin-bottom:1rem}.footer-links{display:flex;flex-wrap:wrap;gap:1rem 2rem;align-content:start;text-transform:uppercase;font-size:.7rem;letter-spacing:.1em}.footer-bottom{grid-column:1/-1;border-top:1px solid rgba(255,255,255,.25);padding-top:1.5rem;display:flex;justify-content:space-between;color:#cbd2d4;font-size:.7rem}.site-footer p{color:#cbd2d4}
@media(max-width:800px){.site-header{padding:.8rem 5vw}.header-logo{width:78px;height:78px}.site-nav{display:none;position:absolute;top:90px;left:5vw;right:5vw;background:rgba(21,55,71,.97);padding:1.5rem;flex-direction:column;gap:1rem}.site-nav.open{display:flex}.menu-toggle{display:block}.gallery-grid,.three-grid,.about-grid,.feature-split,.about-hero,.article-list article{grid-template-columns:1fr}.gallery-grid{display:grid;grid-template-areas:'a' 'b' 'c' 'd'}.gallery-card,.gallery-card:nth-child(4){min-height:105vw}.section-heading{display:block}.section-heading .text-link{display:inline-block;margin-top:1rem}.hero-content{padding:28vw 7vw 12vw}.hero h1{font-size:4rem}.site-footer{grid-template-columns:1fr}.footer-bottom{grid-column:auto}.page-intro{padding-top:10rem}.photo-wall{columns:1}.about-mark{padding:1rem}}

.photo-caption{padding:1rem 0 2rem}
.photo-caption h3{font-size:1.6rem;margin-bottom:.35rem}
.photo-caption p{color:var(--muted);margin:0;max-width:46rem}


/* Header logo */
.brand-logo{
  display:flex;
  align-items:center;
  width:88px;
  height:88px;
  flex:0 0 auto;
}
.brand-logo img{
  width:100%;
  height:100%;
  object-fit:contain;
  display:block;
}
@media(max-width:800px){
  .brand-logo{width:66px;height:66px}
}

.photo-location{font-size:.78rem;letter-spacing:.08em;text-transform:uppercase;color:var(--muted);margin:.2rem 0 .55rem}
