@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600&family=Playfair+Display:ital,wght@0,400;0,500;1,400&display=swap');
:root{--green:#283b2e;--deep:#1e2d23;--paper:#f4f0e5;--ink:#293a2f;--gold:#d9c498;--line:#c9c8bc}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:100px}body{margin:0;background:var(--paper);color:var(--ink);font-family:'DM Sans',Arial,sans-serif;font-size:16px;line-height:1.65}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit}img{display:block;width:100%;object-fit:cover}figure{margin:0}h1,h2,h3,p{margin-top:0}h1,h2,h3{font-family:'Playfair Display',Georgia,serif;font-weight:400}h1{font-size:clamp(3.5rem,5.65vw,6.1rem);line-height:1.08;letter-spacing:-.04em;margin-bottom:28px}h2{font-size:clamp(2.5rem,3.8vw,4.25rem);line-height:1.15;letter-spacing:-.035em;margin-bottom:24px}h3{font-size:2.1rem;line-height:1.25;margin-bottom:10px}em{font-weight:400;color:inherit}header{height:108px;display:flex;align-items:center;justify-content:space-between;gap:30px;padding:0 6%;border-bottom:1px solid #d8d6ca}.brand{font-family:'Playfair Display',Georgia,serif;font-size:1.65rem;line-height:.86;letter-spacing:-.075em;display:block;flex-shrink:0}.brand span{display:block;font-size:1.82rem}nav{display:flex;gap:36px;font-size:.9rem}nav a:hover,.direct-link:hover{text-decoration:underline;text-underline-offset:5px}.button{display:inline-flex;justify-content:space-between;align-items:center;gap:35px;background:var(--green);color:var(--paper);padding:17px 24px;border:1px solid transparent;font-weight:500;cursor:pointer;transition:background .2s,transform .2s}.button:hover{background:#405442;transform:translateY(-2px)}.button span{font-size:1.35rem}.button.small{font-size:.875rem;padding:12px 20px}.button.cream{background:var(--paper);color:var(--green)}.button.cream:hover{background:var(--gold)}.hero{display:grid;grid-template-columns:1.1fr 1fr;background:var(--green);color:var(--paper);min-height:710px}.hero-copy{padding:70px 9% 32px 11%}.eyebrow{font-size:.78rem;letter-spacing:.16em;font-weight:500;margin-bottom:28px}.hero .eyebrow{color:var(--gold)}.hero h1 em{color:var(--gold)}.intro{max-width:420px;color:#e1e2d7;margin-bottom:28px;font-size:1.05rem}.hero-photo{position:relative;overflow:hidden;margin:26px 26px 26px 0}.hero-photo img{height:100%;position:absolute;object-position:center 47%}.photo-note{position:absolute;bottom:28px;left:28px;font-family:'Playfair Display',Georgia,serif;font-style:italic;font-size:1.4rem;text-shadow:0 1px 8px #000}.hero-foot{display:flex;align-items:center;gap:26px;border-top:1px solid #65735e;margin-top:48px;padding-top:22px;font-size:.8rem;color:#d7ddce}.hero-foot>span:first-child{font-size:.7rem;letter-spacing:.08em;white-space:nowrap}.hero-foot strong{font-family:'Playfair Display',Georgia,serif;font-size:2.5rem;font-weight:400;margin:0 4px;color:var(--gold)}.section{padding:100px 8%;scroll-margin-top:24px}.section-heading{margin-bottom:46px}.section-heading .eyebrow{margin-bottom:20px}.casa-grid{display:grid;grid-template-columns:.85fr 1fr;gap:10%;align-items:center}.casa figure img{height:480px;object-position:center 55%;border-radius:220px 220px 0 0}.casa figcaption,figcaption{font-size:.78rem;margin-top:14px;color:#626b5f}.casa-text{max-width:510px}.large{font-family:'Playfair Display',Georgia,serif;font-size:1.85rem;line-height:1.4}.casa-text>p:not(.large),.food-copy p:not(.eyebrow){color:#586252}.text-link{display:inline-block;font-weight:500;border-bottom:1px solid;padding-bottom:7px;margin-top:12px}.text-link span{margin-left:24px}.detail-row{display:flex;flex-wrap:wrap;gap:18px;margin-top:45px;font-size:.78rem;color:#606b58}.occasions{background:#e7e8dc}.split{display:flex;justify-content:space-between;align-items:flex-end;gap:50px}.split>p{max-width:320px;color:#5e6858}.event-list{border-top:1px solid #aeb8a4}.event-list>a{display:grid;grid-template-columns:70px 1fr 40px;gap:22px;padding:30px 0;border-bottom:1px solid #aeb8a4;align-items:center;transition:padding .2s}.event-list>a:hover{padding-left:15px}.number{font-size:.8rem;align-self:start;padding-top:8px}.event-list p{max-width:660px;margin-bottom:0;color:#57634f}.event-arrow{font-size:1.8rem}.food{display:grid;grid-template-columns:1fr .9fr;gap:10%;align-items:center}.food figure img{height:490px}.food-copy{max-width:510px}.contact{background:var(--green);color:var(--paper);display:grid;grid-template-columns:1fr 1fr;gap:10%}.contact h2 em{color:var(--gold)}.contact p:not(.eyebrow){color:#d4dbcd;max-width:450px}.contact-note{font-size:.875rem;margin-top:40px}.contact label{display:block;font-size:.875rem;margin-bottom:8px}.contact label span{color:#c4cdbb;font-size:.75rem}input,select,textarea{width:100%;border:1px solid #89977f;border-radius:0;background:#304434;color:var(--paper);padding:13px 14px;min-width:0;margin-bottom:20px;color-scheme:dark}select option{background:var(--green)}input::placeholder,textarea::placeholder{color:#bcc7b4;opacity:1}textarea{resize:vertical}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:18px}.contact button{width:100%}.contact .form-note{font-size:.75rem;line-height:1.5;margin-top:16px}.direct-link{font-size:.8rem;text-decoration:underline;text-underline-offset:4px}footer{padding:45px 6%;display:flex;gap:35px;align-items:center;justify-content:space-between;font-size:.8rem}.footer-end{color:#6e7667;font-style:italic}a:focus-visible,button:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible{outline:3px solid #c5a869;outline-offset:5px}.skip{position:fixed;top:-100px;left:20px;z-index:9;padding:12px;background:white;color:black}.skip:focus{top:10px}
@media(min-width:1500px){header,footer{padding-left:max(6%,calc((100vw - 1320px)/2));padding-right:max(6%,calc((100vw - 1320px)/2))}.section{padding-left:max(8%,calc((100vw - 1260px)/2));padding-right:max(8%,calc((100vw - 1260px)/2))}.hero-copy{padding-left:max(11%,calc((100vw - 1260px)/2))}}
@media(max-width:900px){header{height:90px;padding:0 5%;gap:18px}nav{gap:18px}.hero-copy{padding:45px 8%}.hero{min-height:660px}.hero-foot{display:block}.hero-foot>span{display:block}.hero-foot>span+span{margin-top:8px}.section{padding:75px 6%}.casa-grid,.food,.contact{gap:6%}.casa figure img{height:420px}.food figure img{height:440px}.detail-row{gap:10px}footer{flex-wrap:wrap}.footer-end{display:none}}
@media(max-width:640px){header{height:88px}.brand{font-size:1.4rem}.brand span{font-size:1.55rem}nav{display:none}.button.small{padding:11px 14px;font-size:.8rem;gap:16px}.hero{grid-template-columns:1fr}.hero-copy{padding:45px 7% 28px}.eyebrow{font-size:.75rem;letter-spacing:.12em}h1{font-size:3.5rem;max-width:500px}h2{font-size:2.65rem}.hero .intro{max-width:440px}.hero-foot{display:flex;margin-top:30px;gap:20px}.hero-foot>span+span{margin-top:0}.hero-photo{height:390px;margin:0 20px 20px}.hero-photo img{object-position:center 48%}.section{padding:62px 7%}.section-heading{margin-bottom:28px}.casa-grid,.food,.contact{grid-template-columns:1fr;gap:36px}.casa figure img{height:420px;max-width:440px;margin:auto}.casa-text{max-width:none}.large{font-size:1.7rem}.detail-row{margin-top:28px}.split{display:block}.split>p{max-width:400px}.event-list>a{grid-template-columns:26px 1fr 22px;gap:12px;padding:25px 0}h3{font-size:1.7rem}.event-list p{font-size:.95rem}.food figure img{height:400px}.contact-note{margin-top:25px}.form-row{gap:12px}footer{gap:24px;padding:35px 7%;font-size:.8rem}footer .brand{width:100%}.photo-note{font-size:1.2rem}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*{transition:none!important}}
