@font-face{font-family:EnploSerif;src:url('../fonts/enplo-serif.woff') format('woff');font-weight:400;font-style:normal;font-display:swap}
@font-face{font-family:EnploSans;src:url('../fonts/enplo-sans.woff') format('woff');font-weight:400;font-style:normal;font-display:swap}

:root{
    --blue:#354692;
    --blue-deep:#27366d;
    --food-blue:#2f5d73;
    --ink:#293865;
    --ivory:#f4f0e5;
    --paper:#f8f4e9;
    --sand:#e7dac4;
    --sea:#d9e5dd;
    --line:rgba(53,70,146,.27);
    --serif:EnploSerif,Georgia,'Times New Roman',serif;
    --sans:EnploSans,Arial,sans-serif;
}

*{box-sizing:border-box}
html{scroll-behavior:smooth;scroll-padding-top:24px}
body{margin:0;background:var(--ivory);color:var(--ink);font-family:var(--sans);font-size:17px;line-height:1.72;-webkit-font-smoothing:antialiased}
body.drawer-open{overflow:hidden}
img{display:block;max-width:100%;height:auto}
picture{display:block}
figure,p,h1,h2{margin:0}
a{color:inherit;text-decoration:none;text-underline-offset:5px}
a:hover{text-decoration:underline}
button,input,textarea{font:inherit}
button{cursor:pointer}
button:disabled{cursor:default;opacity:.55}
button,a,input,textarea{touch-action:manipulation}
:focus-visible{outline:2px solid currentColor;outline-offset:6px}
::selection{color:var(--ivory);background:var(--blue)}

.wrap{width:min(1220px,calc(100% - 112px));margin-inline:auto}
.paper{position:relative;isolation:isolate}
.paper::before{content:'';position:absolute;inset:0;z-index:-1;pointer-events:none;background:url('../art/paper-grain.svg');opacity:.17}
.ornament{pointer-events:none;user-select:none}
.eyebrow{font-size:12px;line-height:1.5;letter-spacing:.15em;text-transform:uppercase}
h1,h2{font-family:var(--serif);font-weight:400;letter-spacing:-.045em;line-height:1.04}
h2{font-size:clamp(48px,5.2vw,76px)}
.prose p:not(.eyebrow){font-family:var(--sans);font-size:17px;line-height:1.82;margin-bottom:22px}
.section-label{display:flex;justify-content:space-between;gap:28px;padding-top:18px;border-top:1px solid var(--line);font-size:12px;line-height:1.5;letter-spacing:.105em;text-transform:uppercase}
.button{display:inline-flex;align-items:center;justify-content:space-between;gap:44px;min-height:56px;padding:15px 24px;border:1px solid transparent;font-size:14px;line-height:1.4;transition:background-color .2s,color .2s,transform .2s}
.button:hover{text-decoration:none;transform:translateY(-2px)}
.button>span[aria-hidden]{font-size:22px;line-height:1}
.button-ivory{color:var(--blue);background:var(--ivory)}
.button-ivory:hover{background:#fffaf0}
.button-blue{color:var(--ivory);background:var(--blue)}
.button-blue:hover{background:var(--blue-deep)}
.text-link{display:inline-flex;align-items:center;gap:28px;padding:8px 0;border-bottom:1px solid currentColor;font-size:14px}
.text-link:hover{text-decoration:none}
.text-link>span[aria-hidden]{font-size:22px;line-height:1}
.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}
.skip-link{position:fixed;top:-100px;left:18px;z-index:100;padding:12px 20px;color:var(--blue);background:var(--ivory)}
.skip-link:focus{top:18px}

/* A consistent analog-print treatment. The files stay untouched. */
.vintage-image{position:relative;overflow:hidden;background:#b9af9d}
.vintage-image img{width:100%;filter:saturate(1.28) contrast(1.04) brightness(1.04) sepia(.07)}
.vintage-image::after{content:'';position:absolute;inset:0;pointer-events:none;background:linear-gradient(135deg,rgba(244,184,101,.09),rgba(42,78,104,.04)),url('../art/paper-grain.svg');background-size:auto,320px 320px;mix-blend-mode:multiply;opacity:.18;box-shadow:inset 0 0 25px rgba(54,33,19,.1)}
.vintage-image-strong img{filter:saturate(1.04) contrast(1.03) brightness(1.04) sepia(.09)}
.vintage-image-strong::after{opacity:.2}

/* No navigation: the opening is only photograph, identity and language. */
.hero{position:relative;isolation:isolate;height:100vh;height:100svh;min-height:650px;overflow:hidden;color:var(--ivory);background:#5a5a59}
.hero-picture,.hero-shade{position:absolute;inset:0;z-index:-2}
.hero-picture img{height:100%;object-fit:cover;object-position:50% 62%;filter:saturate(1.08) contrast(1.02) brightness(.94) sepia(.06)}
.hero-picture::after{opacity:.16}
.hero-shade{z-index:-1;background:linear-gradient(180deg,rgba(16,29,55,.34),rgba(19,25,42,.02) 43%,rgba(17,25,40,.61))}
.hero-utility{position:absolute;top:42px;left:56px;right:56px;display:flex;align-items:flex-start;justify-content:space-between}
.hero-brand{display:block;mix-blend-mode:screen}
.logo-crop{display:block;position:relative;overflow:hidden;width:112px;aspect-ratio:332/321}
.logo-crop img{position:absolute;top:-7.165%;left:-58.434%;width:218.374%;max-width:none;height:auto}
.hero-brand img{filter:grayscale(1) invert(1) brightness(6)}
.language-switcher{display:flex;align-items:center;gap:10px;margin-top:5px;font-size:13px;letter-spacing:.08em}
.language-switcher a{padding:4px 2px;opacity:.58}
.language-switcher a[aria-current=page]{opacity:1;border-bottom:1px solid currentColor}
.language-switcher a:hover{text-decoration:none;opacity:1}
.hero-copy{position:absolute;left:56px;bottom:60px;max-width:760px}
.hero-copy .eyebrow{margin-bottom:18px}
.hero h1{font-size:clamp(58px,7vw,102px);text-shadow:0 2px 24px rgba(14,21,37,.16)}
.hero h1 span{display:block}

/* One permanent contact affordance, separate from the page content. */
.contact-fab{position:fixed;right:28px;bottom:28px;z-index:35;display:flex;flex-direction:column;align-items:center;justify-content:center;width:94px;height:94px;padding:10px;border-radius:50%;color:var(--ivory);background:#984f3c;box-shadow:0 12px 34px rgba(72,35,22,.24);font-size:12px;line-height:1.2;letter-spacing:.045em;text-align:center;transition:transform .22s,background-color .22s}
.contact-fab span:last-child{font-size:26px;line-height:.8;margin-top:7px}
.contact-fab:hover{background:#7f3f30;text-decoration:none;transform:translateY(-3px)}

/* The founder's story: no illustration touches the portrait. */
.story-section{padding:54px 0 125px;overflow:hidden;background:var(--ivory)}
.story-grid{display:grid;grid-template-columns:minmax(320px,.76fr) minmax(480px,1.24fr);gap:clamp(72px,9vw,142px);align-items:start;margin-top:88px}
.portrait-column{position:sticky;top:38px;padding:6px 0 0}
.portrait-photo{width:min(100%,430px);transform:rotate(-1.2deg)}
.photo-mount{padding:18px 18px 0;background:#fffdf8;border-radius:2px;box-shadow:0 2px 3px rgba(59,45,29,.12),0 20px 40px rgba(59,45,29,.18)}
.photo-mount figcaption{min-height:86px;display:flex;align-items:center;justify-content:center;padding:25px 10px 32px;border:0;font-family:var(--serif);font-size:18px;line-height:1.45;letter-spacing:-.01em}
.photo-note{width:min(340px,82%);margin:31px 0 0 auto;padding-top:13px;border-top:1px solid var(--line);font-family:var(--serif);font-size:19px;line-height:1.45}
.story-copy{max-width:670px}
.story-copy>.eyebrow{margin-bottom:19px}
.story-copy h2{max-width:610px;margin-bottom:34px}
.story-copy p:last-child{margin-top:34px;padding-top:29px;border-top:1px solid var(--line);font-family:var(--sans);font-size:17px;line-height:1.82}
/* Alternating pages from the same visual language as the supplied menu. */
.team-section{padding:112px 0 118px;background:var(--sea);overflow:hidden}
.team-grid{display:grid;grid-template-columns:.77fr 1.23fr;gap:80px;align-items:center}
.team-copy{position:relative;max-width:440px}
.team-copy>.eyebrow{margin-bottom:20px}
.team-copy h2{margin-bottom:31px;font-size:clamp(47px,4.75vw,69px)}
.team-sprig{width:84px;margin:35px 0 0 auto;transform:rotate(9deg);opacity:.9}
.team-photo{transform:rotate(.9deg)}
.team-photo figcaption{text-align:right}

.tile-band{height:62px;background:var(--ivory) url('../art/menu-tiles.svg') repeat-x center;background-size:62px 62px}

.food-section{padding:53px 0 132px;overflow:hidden;color:var(--ivory);background:var(--food-blue) url('../art/dark-texture.png') repeat;--line:rgba(244,240,229,.3)}
.food-menu-round{position:absolute;right:-64px;top:79px;width:315px;max-width:none;filter:grayscale(1) brightness(0) invert(1);opacity:.11;transform:rotate(-9deg)}
.food-grid{position:relative;z-index:1;display:grid;grid-template-columns:.88fr 1.12fr;gap:84px;align-items:center;margin-top:98px}
.food-copy{max-width:490px}
.food-copy h2{margin-bottom:33px;font-size:clamp(51px,5.1vw,74px)}
.food-copy p:not(.eyebrow){color:#edf0f4}
.food-copy .button{min-width:225px;margin-top:18px}
.food-photo{transform:rotate(-1.4deg);color:var(--ink)}
.food-photo img{aspect-ratio:1.48;object-fit:cover}
.food-photo figcaption{text-align:center}

.place-section{padding:54px 0 113px;overflow:hidden;background:var(--sand)}
.place-heading{display:grid;grid-template-columns:1.08fr .92fr;gap:90px;align-items:start;margin-top:79px;margin-bottom:68px}
.place-heading h2{max-width:560px}
.place-copy{max-width:470px;padding-top:9px}
.place-copy .text-link{margin-top:4px}
.terrace-photo{position:relative;padding:24px 24px 0;border:0;background:#fffdf8;box-shadow:0 3px 5px rgba(56,43,30,.1),0 22px 48px rgba(56,43,30,.17);isolation:isolate;transform:rotate(-.55deg)}
.terrace-photo::before,.terrace-photo::after{content:'';position:absolute;left:0;right:0;height:16px;background:radial-gradient(circle at center,#fffdf8 8px,transparent 8.5px) repeat-x center;background-size:24px 16px;pointer-events:none}
.terrace-photo::before{top:-8px}
.terrace-photo::after{bottom:-8px}
.terrace-photo>.vintage-image{position:relative;z-index:1}
.terrace-photo img{aspect-ratio:1.94;object-fit:cover;object-position:center 68%}
.terrace-photo figcaption{position:relative;z-index:3;display:flex;align-items:center;justify-content:space-between;gap:30px;min-height:108px;padding:28px 108px 34px;font-family:var(--serif);font-size:18px;line-height:1.45}
.terrace-photo figcaption span:last-child{font-family:var(--sans);font-size:12px;letter-spacing:.075em;text-transform:uppercase}
.terrace-photo .terrace-leaf{position:absolute;z-index:4;width:104px;height:auto;aspect-ratio:auto;object-fit:contain;opacity:.9}
.terrace-leaf-one{bottom:5px;left:15px;transform:rotate(-24deg)}
.terrace-leaf-two{right:15px;bottom:5px;transform:rotate(21deg) scaleX(-1)}

.footer{padding:94px 0 0;overflow:hidden;color:var(--ivory);background:#254653 url('../art/dark-texture.png') repeat}
.footer-main{position:relative;z-index:1;text-align:center}
.footer-main .eyebrow{margin-bottom:25px}
.footer h2{max-width:870px;margin:0 auto 29px;font-size:clamp(57px,7vw,99px)}
.footer-phone{font-family:var(--serif);font-size:33px;letter-spacing:.025em}
.footer-main>p:not(.eyebrow){margin-top:7px;font-size:14px;color:#dde1ec}
.footer-menu-olive{position:absolute;left:-56px;top:20px;width:220px;max-width:none;filter:grayscale(1) brightness(0) invert(1);opacity:.28;transform:rotate(11deg)}
.footer-bottom{display:flex;justify-content:space-between;gap:24px;margin-top:83px;padding:26px 0 30px;border-top:1px solid rgba(244,240,229,.24);font-size:13px}
.footer-tiles{height:40px;background-size:40px 40px}

/* A true fixed side panel: it never participates in the page flow. */
.contact-drawer{position:fixed;top:0;right:0;bottom:0;z-index:70;width:min(650px,100%);height:100vh;height:100dvh;margin:0;padding:0 0 0 13px;overflow-y:auto;overscroll-behavior:contain;border:0;border-left:1px solid var(--blue);color:var(--ink);background:var(--ivory);box-shadow:-24px 0 84px rgba(15,25,50,.18);transform:translateX(104%);visibility:hidden;pointer-events:none;transition:transform .38s cubic-bezier(.22,.61,.36,1),visibility 0s linear .38s}
.contact-drawer::after{content:'';position:absolute;top:0;bottom:0;left:0;width:12px;background:url('../art/menu-tiles.svg') repeat-y center;background-size:38px 38px;pointer-events:none}
.contact-drawer.is-open,.contact-drawer:target{transform:translateX(0);visibility:visible;pointer-events:auto;transition:transform .38s cubic-bezier(.22,.61,.36,1),visibility 0s}
.drawer-inner{width:100%;max-width:650px;min-height:100%;margin:0;padding:46px 59px 42px}
.drawer-topline{display:flex;justify-content:space-between;align-items:center;gap:24px;min-height:44px;margin-bottom:29px}
.drawer-close{display:flex;align-items:center;justify-content:center;width:44px;height:44px;padding:0;border:1px solid var(--line);color:var(--blue);background:transparent}
.drawer-close span{font-family:Arial,sans-serif;font-size:28px;line-height:1}
.drawer-close:hover{background:var(--sand);text-decoration:none}
.contact-drawer h2{font-size:58px;outline:none}
.drawer-intro{margin:17px 0 30px;font-size:14px;line-height:1.8}
.drawer-intro a{text-decoration:underline;white-space:nowrap}
.contact-form{position:relative}
.field{display:flex;flex-direction:column;gap:6px;margin-bottom:22px}
.field label{font-size:14px}
.field input,.field textarea{width:100%;min-width:0;padding:9px 0;border:0;border-bottom:1px solid rgba(53,70,146,.48);border-radius:0;color:var(--ink);background:transparent;font-size:16px;line-height:1.5}
.field input{height:44px}
.field textarea{min-height:108px;max-height:340px;resize:vertical}
.field input:focus,.field textarea:focus{outline:0;border-color:var(--blue);box-shadow:0 1px 0 var(--blue)}
.field [aria-invalid=true]{border-color:#973a32}
.field-row{display:grid;grid-template-columns:1fr 1fr;gap:26px}
.form-hint{margin:-2px 0 19px;font-size:13px;line-height:1.55}
.privacy-note{max-width:460px;margin:0 0 20px;font-size:12px;line-height:1.6}
.contact-form .button{width:100%}
.form-trap{position:absolute;left:-10000px;width:1px;height:1px;overflow:hidden}
.field-error{font-size:13px;line-height:1.5;color:#923029}
.notice{margin:0 0 27px;padding:17px 19px;border:1px solid currentColor;font-size:14px;line-height:1.55}
.notice p{margin-top:6px}
.notice-success{color:#315b48;background:#e8eee4}
.notice-error{color:#923029;background:#f4e8df}
.success-toast{
    position:fixed;left:24px;bottom:24px;z-index:58;width:min(430px,calc(100% - 48px));
    margin:0;padding:18px 48px 18px 21px;color:#315b48;background:rgba(232,238,228,.97);
    border:0;box-shadow:0 10px 34px rgba(15,25,50,.22)
}
.success-dismiss{position:absolute;right:7px;top:7px;width:36px;height:36px;border:0;background:transparent;color:inherit;font-size:25px;cursor:pointer}
.contact-form[aria-busy="true"]{cursor:progress}
.contact-form [type="submit"]:disabled{opacity:.65;cursor:wait}
@media(max-width:560px){.success-toast{bottom:124px;left:18px;width:calc(100% - 36px)}}
.drawer-email{display:block;margin-top:23px;text-align:center;font-size:13px}
.drawer-backdrop{position:fixed;inset:0;z-index:69;display:block;background:rgba(17,27,53,.64);opacity:0;visibility:hidden;pointer-events:none;transition:opacity .38s,visibility 0s linear .38s}
.contact-drawer.is-open+.drawer-backdrop,.contact-drawer:target+.drawer-backdrop{opacity:1;visibility:visible;pointer-events:auto;transition:opacity .38s,visibility 0s}
.media-drawer{overflow:hidden}
.menu-drawer{width:100%}
.media-inner{height:100%;display:flex;flex-direction:column;padding:24px 24px 16px;gap:16px}
.media-inner .drawer-topline{flex-shrink:0;margin:0;gap:16px}
.media-inner .drawer-topline h2{font-size:clamp(28px,4vw,40px);line-height:1.15}
.media-inner .drawer-close{flex-shrink:0}
.media-frame{display:block;width:100%;flex:1;min-height:0;border:0;background:var(--paper)}
.media-fallback{flex-shrink:0;align-self:flex-start;font-size:14px;text-decoration:underline}
.menu-drawer .media-inner{padding:16px 20px 12px;gap:12px}
.story-section::before,.team-section::before,.place-section::before,.contact-drawer::before{background:url('../art/dark-texture.png') repeat;opacity:.35}

/* The supplied logo moves only while the hero photograph is loading. */
.loader{position:fixed;z-index:60;inset:0;display:flex;align-items:center;justify-content:center;flex-direction:column;gap:22px;pointer-events:none;background:var(--ivory);transition:opacity .3s}
.loader[hidden]{display:none}
.loader.is-done{opacity:0}
.loader-logo{mix-blend-mode:multiply;animation:sail 1.7s ease-in-out infinite;transform-origin:50% 85%}
.loader-wave{display:block;width:76px;height:5px;border-bottom:1px solid var(--blue);border-radius:50%;animation:wave 1.7s ease-in-out infinite}
@keyframes sail{0%,100%{transform:rotate(-4deg) translateY(2px)}50%{transform:rotate(4deg) translateY(-4px)}}
@keyframes wave{50%{transform:scaleX(.8);opacity:.5}}

@media(max-width:1050px){
    .wrap{width:calc(100% - 76px)}
    .story-grid{grid-template-columns:minmax(280px,.74fr) minmax(410px,1.26fr);gap:64px}
    .portrait-column{position:relative;top:auto}
    .team-grid,.food-grid{gap:54px}
    .place-heading{gap:55px}
    .contact-fab{right:21px;bottom:21px;width:86px;height:86px}
}

@media(max-width:780px){
    .wrap{width:calc(100% - 56px)}
    .hero-utility{top:31px;left:31px;right:31px}
    .hero-copy{left:31px;right:31px;bottom:42px;max-width:none}
    .hero h1{font-size:clamp(52px,10.2vw,75px)}
    .story-grid{grid-template-columns:1fr;gap:56px;margin-top:63px}
    .portrait-column{width:min(76%,430px);margin:auto}
    .story-copy{max-width:650px}
    .team-grid,.food-grid{grid-template-columns:1fr;gap:54px}
    .team-copy,.food-copy{max-width:620px}
    .team-photo{width:89%;margin-inline:auto}
    .food-grid{margin-top:73px}
    .food-photo{width:86%;margin-inline:auto}
    .food-menu-round{top:78px;width:260px;right:-110px}
    .place-heading{grid-template-columns:1fr;gap:29px;margin-top:62px}
    .place-copy{max-width:620px;padding-top:0}
    .hero-picture img{object-position:78% center}
    .terrace-photo img{object-position:center 68%}
    .terrace-photo img{aspect-ratio:1.5}
    .footer-bottom{flex-wrap:wrap;justify-content:center;gap:16px 28px}
}

@media(max-width:560px){
    html{scroll-padding-top:16px}
    body{font-size:16px}
    .wrap{width:calc(100% - 40px)}
    .eyebrow,.section-label{font-size:12px}
    .hero{min-height:610px}
    .hero-utility{top:22px;left:22px;right:22px}
    .logo-crop{width:90px}
    .language-switcher{font-size:13px}
    .hero-copy{left:22px;right:22px;bottom:32px}
    .hero-copy .eyebrow{margin-bottom:12px}
    .hero h1{font-size:clamp(45px,13vw,62px)}
    .hero-picture img{object-position:78% center}
    .contact-fab{right:16px;bottom:16px;width:82px;height:82px;font-size:12px}
    .contact-fab span:last-child{font-size:22px;margin-top:4px}
    .section-label{gap:20px;padding-top:14px;letter-spacing:.07em}
    .section-label span:last-child{text-align:right}
    .story-section{padding:36px 0 72px}
    .story-grid{gap:50px;margin-top:43px}
    .portrait-column{width:82%}
    .photo-mount{padding:12px 12px 0}
    .photo-mount figcaption{min-height:74px;padding:22px 6px 28px;font-size:17px}
    .photo-note{width:86%;margin-top:22px;font-size:17px}
    h2{font-size:clamp(45px,12vw,60px)}
    .story-copy h2{margin-bottom:28px}
    .prose p:not(.eyebrow),.story-copy p:last-child{font-size:16px;line-height:1.78;margin-bottom:20px}
    .story-copy p:last-child{margin-top:28px;padding-top:24px}
    .team-section{padding:69px 0 76px}
    .team-copy h2{font-size:clamp(43px,11.5vw,57px);margin-bottom:27px}
    .team-sprig{width:66px;margin-top:25px}
    .team-photo,.food-photo{width:96%;margin-inline:auto;transform:rotate(.6deg)}
    .tile-band{height:45px;background-size:45px 45px}
    .food-section{padding:35px 0 75px}
    .food-grid{gap:48px;margin-top:51px}
    .food-copy h2{font-size:clamp(43px,11.5vw,58px);margin-bottom:28px}
    .food-copy .button{margin-top:13px}
    .food-menu-round{top:82px;right:-98px;width:205px;opacity:.09}
    .place-section{padding:36px 0 70px}
    .place-heading{gap:27px;margin-top:49px;margin-bottom:48px}
    .terrace-photo{width:calc(100% - 56px);padding:13px 13px 0}
    .terrace-photo img{aspect-ratio:1.18;object-position:center 68%}
    .terrace-photo figcaption{min-height:108px;padding:20px 43px 25px;font-size:16px;text-align:center;justify-content:center}
    .terrace-photo figcaption span:last-child{display:none}
    .terrace-photo .terrace-leaf{width:58px}
    .terrace-leaf-one{bottom:10px;left:-1px}
    .terrace-leaf-two{right:-1px;bottom:10px}
    .footer{padding-top:67px}
    .footer h2{font-size:clamp(46px,12vw,62px)}
    .footer-phone{font-size:30px}
    .footer-main>p:not(.eyebrow){font-size:13px}
    .footer-menu-olive{left:-84px;width:150px;opacity:.24}
    .footer-bottom{display:grid;grid-template-columns:1fr 1fr;margin-top:60px;padding:23px 0 27px;font-size:12px;gap:18px 12px}
    .footer-bottom>*:nth-child(even){text-align:right}
    .footer-tiles{height:34px;background-size:34px 34px}
    .drawer-inner{padding:23px 24px 31px}
    .drawer-topline{margin-bottom:20px}
    .contact-drawer h2{font-size:50px}
    .drawer-intro{margin-bottom:24px;font-size:14px}
    .contact-drawer{padding-left:8px}
    .contact-drawer::after{width:7px}
    .field-row{grid-template-columns:1fr;gap:0}
}

/* V15: translucent paper cards with clear space around every photograph. */
.story-section{padding-bottom:88px}
.story-grid{grid-template-columns:minmax(280px,.78fr) minmax(0,1.22fr);gap:46px;align-items:center;margin-top:54px}
.portrait-column{position:relative;top:auto;padding:0 5px 0 0}
.story-copy,.team-copy,.food-copy{
    position:relative;isolation:isolate;min-width:0;max-width:none;
    padding:42px 44px;border:0;border-radius:2px;
    background:rgba(255,253,246,.82);
    box-shadow:0 4px 10px rgba(35,43,39,.04),0 18px 44px -12px rgba(35,43,39,.2);
}
.story-copy::before,.team-copy::before,.food-copy::before{
    content:'';position:absolute;inset:0;z-index:-1;pointer-events:none;
    background:url('../art/paper-grain.svg');opacity:.1;
}
.story-copy h2{font-size:clamp(46px,4.6vw,66px);margin-bottom:27px}
.prose p:not(.eyebrow){line-height:1.74;margin-bottom:20px}
.story-copy p:last-child{margin:24px 0 0;padding:0;border:0;line-height:1.74}
.photo-note{width:100%;margin:32px 0 0;padding:0 10px;border:0;background:none;box-shadow:none;font-size:clamp(25px,2.4vw,34px);line-height:1.32;text-align:center}
.photo-mount{box-shadow:0 3px 5px rgba(45,34,22,.13),0 17px 26px -9px rgba(45,34,22,.26),0 35px 60px -18px rgba(45,34,22,.3)}
.portrait-photo{width:100%;transform:rotate(-1.6deg)}
.team-section{padding:78px 0 86px}
.team-grid{grid-template-columns:1fr 1fr;gap:48px;align-items:center}
.team-copy{margin:0;padding:39px 40px 76px;background:rgba(253,255,249,.84)}
.team-copy h2{font-size:clamp(45px,4.3vw,62px);margin-bottom:25px}
.team-copy p:last-of-type{margin-bottom:0}
.team-sprig{position:absolute;right:25px;bottom:13px;width:62px;margin:0;transform:rotate(-12deg)}
.team-photo{position:relative;z-index:2;transform:rotate(1.7deg)}
.food-section{padding-bottom:90px}
.food-grid{grid-template-columns:1fr 1.08fr;gap:48px;margin-top:56px}
.food-copy{margin:0;padding:39px 40px 42px;color:var(--ink);background:rgba(255,250,239,.94);box-shadow:0 5px 12px rgba(8,30,42,.08),0 22px 48px -12px rgba(8,30,42,.28)}
.food-copy p:not(.eyebrow){color:var(--ink)}
.food-copy .button-ivory{color:var(--ivory);background:#2d5769}
.food-copy .button-ivory:hover{background:#244653}
.food-copy h2{font-size:clamp(46px,4.6vw,66px);margin-bottom:25px}
.food-copy .button{margin-top:8px}
.food-photo{position:relative;z-index:2;transform:rotate(-1.7deg)}
.food-menu-round{top:35px;right:-28px;opacity:.30}
.place-section{padding-bottom:86px}
.place-heading{grid-template-columns:1fr 1fr;gap:60px;align-items:start;margin-top:50px;margin-bottom:44px;padding:0;border:0;background:none;box-shadow:none}
.place-heading::before{content:none}
.place-heading h2{font-size:clamp(46px,4.8vw,69px)}
.place-copy{max-width:none;padding:0}
.terrace-photo{box-shadow:0 4px 7px rgba(45,34,22,.13),0 22px 32px -12px rgba(45,34,22,.27),0 39px 64px -20px rgba(45,34,22,.31)}
.footer{padding-top:74px}
.footer-bottom{margin-top:58px}

/* V16: scalloped paper on all four sides, using the bottom print's rhythm. */
.story-copy,.team-copy,.food-copy{
    --card-paper:rgba(255,253,246,.88);
    background:none;box-shadow:none;border:0;
    filter:drop-shadow(0 5px 7px rgba(35,43,39,.06)) drop-shadow(0 16px 19px rgba(35,43,39,.13));
}
.team-copy{--card-paper:rgba(253,255,249,.89)}
.food-copy{--card-paper:rgba(255,250,239,.95)}
.story-copy::before,.team-copy::before,.food-copy::before{
    inset:0;opacity:1;background:var(--card-paper);border-radius:0;
}
@supports (mask-image:linear-gradient(#000,#000)) or (-webkit-mask-image:linear-gradient(#000,#000)){
    .story-copy::before,.team-copy::before,.food-copy::before{
        inset:-8px;
        --paper-edge:linear-gradient(#000 0 0) center / calc(100% - 16px) calc(100% - 16px) no-repeat,
            radial-gradient(circle at center,#000 8px,transparent 8.5px) left top / 24px 16px repeat-x,
            radial-gradient(circle at center,#000 8px,transparent 8.5px) left bottom / 24px 16px repeat-x,
            radial-gradient(circle at center,#000 8px,transparent 8.5px) left top / 16px 24px repeat-y,
            radial-gradient(circle at center,#000 8px,transparent 8.5px) right top / 16px 24px repeat-y;
        -webkit-mask:var(--paper-edge);mask:var(--paper-edge);
    }
}
.card-flourish{position:absolute;z-index:1;object-fit:contain;opacity:1}
.card-flourish-top{top:-31px;right:18px;width:75px;height:auto;transform:rotate(18deg)}
.card-flourish-bottom{bottom:-21px;left:28px;width:91px;height:auto;transform:rotate(-9deg)}
.card-flourish-round-top{top:-45px;right:22px;width:44px;height:auto;transform:rotate(19deg)}
.card-flourish-round-bottom{bottom:-32px;right:27px;width:41px;height:auto;transform:rotate(-17deg)}
.section-art{position:absolute;z-index:-1;max-width:none;opacity:.38}
.story-menu-round{right:-60px;top:70px;width:340px;transform:rotate(-24deg)}
.team-menu-olive{left:-70px;top:23px;width:260px;transform:rotate(25deg);opacity:.42}
.team-menu-round{left:28%;bottom:-26px;width:275px;transform:rotate(-16deg);opacity:.34}
.food-menu-olive{left:-69px;bottom:8px;width:225px;transform:rotate(-17deg);filter:grayscale(1) brightness(0) invert(1);opacity:.34}
/* The final hero is already gently retouched: do not add a second colour grade. */
.hero-picture img{filter:none}
.hero-picture::after{content:none}
@media(max-width:780px){
    .story-grid,.team-grid,.food-grid{gap:49px}
    .story-menu-round{width:220px;right:-96px;top:auto;bottom:14px;opacity:.30}
    .team-menu-olive{width:215px;left:-76px;top:20px}
    .team-menu-round{width:220px;left:-80px;bottom:25px}
    .food-menu-olive{width:170px;left:-72px;bottom:19px}
}
@media(max-width:560px){
    .card-flourish-top{width:62px;top:-29px;right:12px}
    .card-flourish-bottom{width:77px;left:16px;bottom:-21px}
    .card-flourish-round-top{width:36px;top:-39px;right:15px}
    .card-flourish-round-bottom{width:34px;bottom:-26px;right:17px}
}

/* A visible, once-only entrance. Static content is the default. */
[data-reveal].reveal-pending{opacity:0;translate:0 64px}
[data-reveal].is-revealed{animation:scroll-arrive 1.15s cubic-bezier(.2,.65,.3,1) both}
.photo-mount[data-reveal].is-revealed{animation-delay:.20s}
[data-reveal]:focus-within{opacity:1;translate:0 0;animation:none}
@keyframes scroll-arrive{from{opacity:0;translate:0 64px}to{opacity:1;translate:0 0}}

@media(max-width:1050px) and (min-width:781px){
    .story-grid{grid-template-columns:minmax(240px,.72fr) minmax(0,1.28fr);gap:28px}
    .story-copy,.team-copy,.food-copy{padding:32px}
    .team-copy{padding-bottom:72px}
    .team-grid,.food-grid{gap:38px}
    .place-heading{padding:0;gap:38px}
    .team-copy h2,.food-copy h2{font-size:47px}
}
@media(max-width:780px){
    .story-grid{grid-template-columns:1fr;gap:35px;margin-top:42px}
    .portrait-column{width:min(76%,430px);padding:0;margin-inline:auto}
    .story-copy,.team-copy,.food-copy{margin:0;padding:35px 36px}
    .story-copy{max-width:none}
    .team-grid,.food-grid{grid-template-columns:1fr;gap:49px}
    .team-copy{padding-bottom:76px}
    .team-photo,.food-photo{width:92%;margin-inline:auto}
    .place-heading{grid-template-columns:1fr;gap:25px;padding:0}
    .hero-picture img{object-position:50% center}
}
@media(max-width:560px){
    .story-section{padding-bottom:52px}
    .story-grid{gap:49px;margin-top:32px}
    .portrait-column{width:84%}
    .story-copy,.team-copy,.food-copy{padding:28px 25px}
    .story-copy h2,.team-copy h2,.food-copy h2,.place-heading h2{font-size:clamp(38px,10.2vw,53px);line-height:1.09;margin-bottom:23px}
    .prose p:not(.eyebrow),.story-copy p:last-child{font-size:16px;line-height:1.74}
    .story-copy p:last-child{margin-bottom:0}
    .photo-note{padding:0 4px;font-size:27px;margin-top:28px}
    .team-section{padding:48px 0 56px}
    .team-copy{padding-bottom:73px}
    .team-photo,.food-photo{width:96%;margin-inline:auto}
    .food-section{padding-bottom:56px}
    .food-grid{margin-top:34px;gap:49px}
    .place-section{padding-bottom:54px}
    .place-heading{gap:0;padding:0;margin-top:34px;margin-bottom:31px}
    .hero-picture img{object-position:50% center}
    .footer{padding-top:54px}
    .footer-bottom{margin-top:42px;padding-bottom:112px}
}

/* V18: complete menu artwork, with large motifs cropped only by page edges. */
.section-art,.food-menu-round,.footer-menu-olive{pointer-events:none;height:auto}
.story-menu-round{width:440px;right:-265px;top:auto;bottom:90px;transform:rotate(-24deg);opacity:.34}
.team-menu-olive{width:420px;left:-285px;top:34%;transform:rotate(30deg);opacity:.38}
.team-menu-round{width:350px;left:auto;right:-230px;bottom:28px;transform:rotate(17deg);opacity:.30}
.food-menu-olive{width:460px;left:-310px;bottom:90px;transform:rotate(-22deg);opacity:.33}
.food-menu-round{z-index:-1;width:430px;right:-290px;top:145px;transform:rotate(16deg);opacity:.30}
.footer-menu-olive{z-index:-1;left:auto;right:-240px;top:18px;width:430px;transform:rotate(-22deg);opacity:.28}
.card-flourish-bottom{width:76px;bottom:-22px;left:30px;transform:rotate(-18deg)}
.card-flourish-round-top{width:58px;top:-36px;right:26px;transform:rotate(20deg)}
.card-flourish-round-bottom{width:54px;bottom:-31px;right:29px;transform:rotate(-14deg)}
.footer-bottom{display:flex;flex-wrap:wrap;justify-content:flex-start;align-items:center;gap:14px 0;text-align:left}
.footer-bottom>*{text-align:left!important}
.footer-bottom>*+*{margin-left:16px;padding-left:16px;border-left:1px solid rgba(244,240,229,.55)}
@media(max-width:780px){
    .story-menu-round{width:320px;right:-260px;bottom:150px;top:auto;opacity:.28}
    .team-menu-olive{width:330px;left:-265px;top:31%;opacity:.32}
    .team-menu-round{width:300px;right:-245px;left:auto;bottom:32px;opacity:.28}
    .food-menu-olive{width:340px;left:-275px;bottom:72px;opacity:.29}
    .food-menu-round{width:310px;right:-250px;top:38%;opacity:.27}
    .footer-menu-olive{width:310px;right:-235px;left:auto;top:30px;opacity:.25}
}
@media(max-width:560px){
    .card-flourish-bottom{width:65px;left:22px;bottom:-21px}
    .card-flourish-round-top{width:49px;top:-32px;right:18px}
    .card-flourish-round-bottom{width:47px;bottom:-28px;right:22px}
    .footer-bottom>*+*{margin-left:10px;padding-left:10px}
}

/* V19: large fish enter from the page edges; the food section has deeper shadows. */
.story-edge-fish,.team-edge-fish,.food-edge-fish{position:absolute;z-index:-1;max-width:none;height:auto;pointer-events:none;transform:none}
.story-edge-fish{width:640px;right:-320px;bottom:100px;opacity:.38}
.team-edge-fish{width:560px;right:-280px;bottom:36px;opacity:.34}
.food-edge-fish{width:660px;right:-330px;top:130px;filter:grayscale(1) brightness(0) invert(1);opacity:.36}
.food-copy{filter:drop-shadow(0 7px 9px rgba(3,16,23,.30)) drop-shadow(0 23px 25px rgba(3,16,23,.44))}
.food-photo{box-shadow:0 6px 10px rgba(3,16,23,.32),0 24px 34px -10px rgba(3,16,23,.54),0 42px 64px -18px rgba(3,16,23,.45)}
/* This photo has its exposure correction baked in; avoid brightening it again. */
.terrace-photo .vintage-image img{filter:none}
.terrace-photo .vintage-image::after{content:none}
@media(max-width:780px){
 .story-edge-fish{width:390px;right:-195px;bottom:90px;opacity:.30}
 .team-edge-fish{width:360px;right:-180px;bottom:27px;opacity:.29}
 .food-edge-fish{width:400px;right:-200px;top:47%;opacity:.32}
}
@media print{.story-edge-fish,.team-edge-fish,.food-edge-fish{display:none!important}}

@media(prefers-reduced-motion:reduce){
    html{scroll-behavior:auto}
    *,*::before,*::after{animation:none!important;transition:none!important}
    .button:hover,.contact-fab:hover{transform:none}
    [data-reveal].reveal-pending{opacity:1;translate:0 0}
}

@media print{
    [data-reveal].reveal-pending{opacity:1;translate:0 0}
    .hero{height:72vh;min-height:0}
    .loader,.contact-fab,.contact-drawer,.drawer-backdrop,.food-menu-round,.footer-menu-olive{display:none!important}
    .wrap{width:90%}
    .portrait-column{position:relative;top:auto}
    .story-section,.team-section,.food-section,.place-section{break-inside:avoid}
}
