:root{--yellow:#f3d60e;--ochre:#dfbc23;--ink:#221f20;--paper:#fff;--line:#221f2030}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:110px}body{margin:0;background:var(--paper);color:var(--ink);font:17px/1.55 Arial,Helvetica,sans-serif}img{display:block;max-width:100%;height:auto}a{color:inherit;text-decoration:none}button{font:inherit;cursor:pointer}p,h1,h2,figure{margin:0}h1,h2,.photo-aside{font-family:Impact,'Arial Narrow','Helvetica Neue',Arial,sans-serif;font-weight:900;letter-spacing:-.035em;line-height:1.04}h1{font-size:clamp(3.8rem,5.9vw,7rem)}h2{font-size:clamp(3rem,4.9vw,5.6rem)}a:focus-visible,button:focus-visible{outline:3px solid var(--ink);outline-offset:6px}.skip{position:fixed;top:-100px;left:20px;background:var(--yellow);padding:12px;z-index:30}.skip:focus{top:10px}.header{height:100px;padding:10px 4.5%;display:flex;gap:28px;align-items:center;justify-content:space-between;background:white;border-bottom:1px solid var(--line);position:relative;z-index:20}.logo img{width:122px}.header nav{display:flex;gap:32px;font-size:15px;font-weight:600}.header nav a:hover{text-decoration:underline;text-underline-offset:6px}.nav-actions{display:flex;align-items:center;gap:20px}.nav-actions button{padding:9px;background:none;border:0;font-size:14px;font-weight:700}.button{display:inline-flex;align-items:center;justify-content:center;min-height:48px;padding:15px 25px;border:1px solid var(--yellow);background:var(--yellow);font-weight:700;font-size:16px;border-radius:3px;transition:background .2s}.button:hover{background:var(--ochre)}.button.small{padding:11px 20px;font-size:14px}.button.dark{background:var(--ink);color:#fff;border-color:var(--ink)}.button.dark:hover{background:#494446}.text-link{display:inline-block;font-size:16px;font-weight:700;border-bottom:1px solid;padding-bottom:4px}.menu-toggle{display:none}.eyebrow,.small-note,.hello-strip,figcaption,.footer-bottom{font:700 14px/1.5 'Courier New',monospace;letter-spacing:.035em}.welcome{display:grid;grid-template-columns:1fr 1.15fr;min-height:660px}.welcome-copy{padding:60px 9% 38px 10.5%;background:var(--yellow);display:flex;flex-direction:column;align-items:flex-start}.welcome .eyebrow{max-width:310px;margin-bottom:38px}.welcome-text{max-width:350px;margin:28px 0;font-size:18px}.welcome-links{display:flex;flex-wrap:wrap;gap:22px;align-items:center}.small-note{margin-top:auto;padding-top:50px;font-size:12px}.welcome-image{position:relative;min-height:600px;overflow:hidden}.welcome-image img{height:100%;width:100%;object-fit:cover;object-position:52% 50%}.welcome-image figcaption{position:absolute;bottom:25px;right:25px;background:#fff;padding:13px 20px;transform:rotate(-3deg);font-family:Arial,sans-serif;font-size:16px;letter-spacing:0}.hello-strip{display:flex;align-items:center;justify-content:space-between;gap:24px;padding:22px 6%;border-bottom:1px solid var(--line)}.hello-strip span[aria-hidden]{font-size:25px}.section{padding:96px 6%}.our-place>.eyebrow{margin-bottom:30px}.story-heading{display:grid;grid-template-columns:1.2fr 1fr;gap:9%;align-items:start;margin-bottom:65px}.story-heading>div{max-width:435px;padding-top:5px}.story-heading p{margin-bottom:20px;font-size:18px}.photo-story{display:grid;grid-template-columns:1.2fr .85fr;gap:9%;align-items:start}.photo-story img{width:100%;object-fit:cover;aspect-ratio:1.1}.photo-story figcaption{display:flex;justify-content:space-between;gap:20px;margin-top:16px;font-size:12px}.story-side{padding-top:80px}.story-side img{aspect-ratio:1}.photo-aside{font-size:clamp(2.6rem,4.3vw,4.5rem);margin-bottom:45px}.table-invitation{display:grid;grid-template-columns:1.2fr 1fr;gap:9%;align-items:center;background:var(--yellow);position:relative}.table-invitation .eyebrow{margin-bottom:25px}.invitation-copy{max-width:355px}.invitation-copy p{font-size:20px;margin-bottom:30px}.visit-section{padding-top:90px;padding-bottom:90px}.visit-section>.eyebrow{margin-bottom:30px}.visit-grid{display:grid;grid-template-columns:1.2fr 1fr;gap:9%}.visit-grid h2{margin-bottom:30px}.visit-details{display:grid;gap:30px}.visit-details .eyebrow{margin-bottom:12px}.visit-details address{font-style:normal;font-size:22px;line-height:1.55}.phone{font-size:27px;font-weight:700}.visit-details>div+div{padding-top:25px;border-top:1px solid var(--line)}.visit-details p:not(.eyebrow){max-width:335px;margin-top:10px}footer{background:var(--yellow);padding:45px 6% 22px}.footer-top{display:flex;align-items:center;justify-content:space-between;gap:30px;padding-bottom:38px}.footer-top img{width:180px}.footer-top p{font:14px/1.6 'Courier New',monospace}.footer-top>a:last-child{font-size:14px;border-bottom:1px solid}.footer-bottom{display:flex;justify-content:space-between;gap:20px;border-top:1px solid var(--line);padding-top:20px;font-size:12px}@media(min-width:1700px){.section{padding-inline:max(6%,calc((100vw - 1450px)/2))}.welcome-copy{padding-left:max(10.5%,calc((100vw - 1450px)/2))}}@media(max-width:1050px){.header nav{gap:22px}.nav-actions{gap:12px}.welcome-copy{padding:42px 8%}.welcome{min-height:610px}.welcome-image{min-height:610px}h1{font-size:clamp(3.3rem,6.2vw,5rem)}.welcome .eyebrow{margin-bottom:28px}.small-note{padding-top:35px}.welcome-links{gap:16px}.story-heading,.photo-story,.visit-grid,.table-invitation{gap:6%}.section{padding:75px 6%}}@media(max-width:760px){html{scroll-padding-top:28px}.header{height:85px;padding-inline:6%}.logo img{width:105px}.nav-actions .small{display:none}.header nav{display:none;position:absolute;top:85px;left:0;right:0;background:#fff;padding:26px 6%;border-bottom:1px solid var(--line);flex-direction:column;gap:22px}.header nav.open{display:flex}.nav-actions .menu-toggle{display:flex;flex-direction:column;gap:6px;padding:12px}.menu-toggle span{width:25px;height:2px;background:var(--ink)}.welcome{grid-template-columns:1fr}.welcome-copy{padding:35px 6% 30px}.welcome .eyebrow{font-size:12px;max-width:100%;margin-bottom:24px}h1{font-size:clamp(3.25rem,11vw,4.5rem)}.welcome-text{font-size:17px;max-width:390px;margin:22px 0}.welcome-links{gap:20px}.small-note{display:none}.welcome-image{min-height:0;height:350px}.welcome-image img{object-position:center 53%}.welcome-image figcaption{font-size:14px;bottom:20px;right:20px;padding:10px 14px}.hello-strip{padding:17px 6%;gap:15px;font-size:12px}.hello-strip span:last-child,.hello-strip span:nth-last-child(2){display:none}.hello-strip span[aria-hidden]{font-size:23px}.section{padding:56px 6%}h2{font-size:clamp(2.65rem,9.5vw,4rem)}.story-heading{grid-template-columns:1fr;gap:28px;margin-bottom:36px}.story-heading p{font-size:17px}.our-place>.eyebrow{font-size:12px;margin-bottom:23px}.photo-story{grid-template-columns:1fr;gap:33px}.story-side{padding-top:0;padding-left:12%}.photo-aside{font-size:2.6rem;margin-bottom:25px}.photo-story figcaption{font-size:12px}.table-invitation,.visit-grid{grid-template-columns:1fr;gap:28px}.table-invitation .eyebrow,.visit-section>.eyebrow{font-size:12px}.invitation-copy p{font-size:18px}.visit-details address{font-size:21px}.phone{font-size:24px}.footer-top{flex-wrap:wrap;align-items:flex-start;gap:25px}.footer-top img{width:145px}.footer-top p{font-size:12px}.footer-bottom{display:block}.footer-bottom span{display:block;margin-bottom:8px}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*{transition:none!important}}
@media(max-width:760px){.welcome-image{order:-1;height:300px}}
.video-moment{width:76%;margin:25px auto 0}.video-moment video{display:block;width:100%;height:auto;background:var(--ink)}.video-copy{align-self:center;max-width:370px}.video-copy .eyebrow{margin-bottom:25px}.video-copy .photo-aside{margin-bottom:25px}.video-copy>p:last-child{font-size:18px}@media(max-width:760px){.video-moment{width:88%;margin:8px 0 0}.video-copy{padding-left:12%}}
/* Curated atmosphere photography. All rules are homepage-only. */
.welcome-image img{object-position:50% 53%}.photo-story{row-gap:70px}.interior img{aspect-ratio:4/5;object-position:center 45%}.story-side{padding-top:95px}.story-side img{aspect-ratio:1;object-position:center 62%}.sharing-photo{width:86%;justify-self:center;margin-top:15px}.sharing-photo img{aspect-ratio:4/5;object-position:center 57%}.team-photo{padding-top:100px}.team-photo img{aspect-ratio:4/5;object-position:center}.video-moment{margin-top:0}.video-copy{padding-top:10px}@media(max-width:760px){.welcome-image{height:350px}.welcome-image img{object-position:50% 56%}.photo-story{row-gap:38px}.interior img{aspect-ratio:4/5}.story-side{padding-top:0}.sharing-photo{width:100%;margin-top:0}.team-photo{padding-top:0;padding-left:12%}.video-copy{padding-top:0}}
.welcome-image img{position:absolute;inset:0;width:100%;height:100%}
.story-side figure{max-width:360px}.story-side img{aspect-ratio:4/5;object-position:center}
