@import"https://fonts.googleapis.com/css2?family=EB+Garamond:ital,wght@0,400;0,600;1,400&display=swap";*{margin:0;padding:0;box-sizing:border-box}:root{--navy: #0b1d2a;--slate: #7593af;--periwinkle: #bfc3dc;--cream: #f5f0eb}html{font-family:EB Garamond,Georgia,serif;color:#f5f0eb;background:#fff;overflow-x:clip}body{min-height:100vh;overflow-x:clip}.logo-wrap{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);z-index:1}.logo-wrap img{width:min(400px,65vw);height:auto}.hero{position:relative;z-index:2;display:grid;grid-template-columns:repeat(12,1fr);grid-auto-rows:55px;gap:1rem;padding:3rem 2vw}.photo{position:relative;z-index:2;transform:translate(calc(var(--dx) * 1px),calc(var(--dy) * 1px))}.photo img{width:100%;max-width:calc(var(--w) * 1px);height:auto;display:block}.about{position:relative;z-index:3;display:grid;grid-template-columns:1fr 1fr;min-height:80vh;background:var(--navy)}.about-text{display:flex;align-items:center;padding:4rem 5vw}.about-text p{font-size:clamp(2rem,4vw,3.5rem);line-height:1.25;color:#fff;max-width:600px}.about-image img{width:100%;height:100%;object-fit:cover;display:block}@media(max-width:768px){.about{grid-template-columns:1fr;min-height:auto}.about-text{padding:3rem 1.5rem}.about-text p{font-size:clamp(1.5rem,6vw,2.2rem)}.about-text{order:-1}.about-image{padding:0 0 3rem 1.5rem}.about-image img{width:66.66%;height:auto;object-fit:contain}}.oysters{position:relative;z-index:3;display:grid;grid-template-columns:1fr 1fr;min-height:80vh;background:#fff}.oysters-text{display:flex;flex-direction:column;justify-content:center;gap:1.5rem;padding:4rem 5vw}.oysters-text .eyebrow{font-size:1rem;letter-spacing:.18em;text-transform:uppercase;font-weight:600;color:var(--slate)}.oysters-text p{font-size:clamp(2rem,4vw,3.5rem);line-height:1.25;color:var(--navy);max-width:600px}.oysters-image{display:flex;align-items:center;justify-content:center;padding:4rem 5vw}.oysters-image img{width:100%;height:auto;max-height:70vh;display:block}@media(max-width:768px){.oysters{grid-template-columns:1fr;min-height:auto}.oysters-text{order:-1;padding:3rem 1.5rem}.oysters-text p{font-size:clamp(1.5rem,6vw,2.2rem)}.oysters-image{padding:0 1.5rem 3rem}.oysters-image img{max-height:none}}.location{position:relative;z-index:3;display:grid;grid-template-columns:1fr 1fr;align-items:stretch;background:var(--navy)}.location-text{display:flex;flex-direction:column;justify-content:center;gap:1.5rem;padding:4rem 5vw}.location-text h2{font-size:clamp(1.8rem,3vw,2.6rem);font-weight:600;color:#fff}.location-text p{font-size:clamp(1.2rem,2vw,1.6rem);line-height:1.4;color:var(--cream);max-width:32ch}.location-link{align-self:flex-start;font-size:1rem;letter-spacing:.1em;color:var(--cream);text-decoration:none;border-bottom:1px solid var(--slate);transition:color .3s,border-color .3s}.location-link:hover{color:var(--slate);border-bottom-color:var(--cream)}.location-map{position:relative;display:block;overflow:hidden}.map-credit{position:absolute;bottom:0;right:0;padding:2px 6px;font-size:.7rem;letter-spacing:.02em;color:#fff;background:transparent}.map-credit a{color:#fff;text-decoration:underline}.map-credit a:hover{color:#fff;opacity:.8}.location-map img{width:100%;height:100%;object-fit:cover;display:block}@media(max-width:768px){.location{grid-template-columns:1fr}.location-text{padding:3rem 1.5rem}.location-map img{height:50vh}}.stockists{position:relative;z-index:3;background:var(--cream);text-align:center;padding:4rem 5vw 4.5rem}.stockists .eyebrow{display:block;font-size:1rem;letter-spacing:.18em;text-transform:uppercase;font-weight:600;color:var(--slate);margin-bottom:2.5rem}.stockist-row{--u: 1;display:grid;grid-auto-flow:column;grid-auto-columns:auto;align-items:center;justify-content:center;gap:2rem 4.5rem}.stockist{display:block;justify-self:center;opacity:.85;transition:opacity .3s}.stockist:hover{opacity:1}.stockist img{height:calc(var(--h) * var(--u) * 1px);width:auto;max-width:100%;display:block}@media(max-width:768px){.stockists{padding:3rem 1.5rem 3.5rem}.stockists .eyebrow{margin-bottom:2rem}.stockist-row{--u: .85;grid-auto-flow:row;grid-template-columns:repeat(2,1fr);gap:2.5rem 1.5rem}.stockist-row>:last-child:nth-child(odd){grid-column:1 / -1}}.contact{position:relative;z-index:3;background:#fff;text-align:center;padding:3rem 1rem 4rem;font-size:1.1rem;letter-spacing:.1em;color:#555}.contact a{color:#555;text-decoration:none;border-bottom:1px solid rgba(85,85,85,.3);transition:color .3s,border-color .3s}.contact a:hover{color:#222;border-bottom-color:#222}@media(max-width:768px){.logo-wrap img{width:min(260px,55vw)}.hero{grid-template-columns:repeat(6,1fr);grid-auto-rows:38px;gap:.6rem;padding:1.5rem 2.5vw}.photo{grid-column:var(--mcol)!important;grid-row:var(--mrow)!important}.photo img{max-width:none}.hide-on-mobile{display:none}}
