@font-face {
  font-family: 'Newsreader';
  font-style: normal;
  font-weight: 200 500;
  font-display: swap;
  src: url(/assets/fonts/Newsreader-200-500-normal-latin-ext.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: 'Newsreader';
  font-style: normal;
  font-weight: 200 500;
  font-display: swap;
  src: url(/assets/fonts/Newsreader-200-500-normal-latin.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Work Sans';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(/assets/fonts/WorkSans-300-normal-latin-ext.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: 'Work Sans';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(/assets/fonts/WorkSans-300-normal-latin.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Work Sans';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(/assets/fonts/WorkSans-400-normal-latin-ext.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: 'Work Sans';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(/assets/fonts/WorkSans-400-normal-latin.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Work Sans';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(/assets/fonts/WorkSans-500-normal-latin-ext.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: 'Work Sans';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(/assets/fonts/WorkSans-500-normal-latin.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* The West End -- the layer the design export could not provide.
 *
 * The design is already fluid (clamp() typography, auto-fit grids), so almost nothing
 * here is layout. What it does supply: the base reset the design kept in its canvas
 * <head>, the one media query that swaps the desktop nav for the mobile drawer (the
 * design used a manual Desktop/Mobile toggle instead), and states for the interactive
 * bits -- drawer, gallery filter, enquiry form. */

html, body { margin: 0; padding: 0; background: #FBF7EF; -webkit-font-smoothing: antialiased; }
* { box-sizing: border-box; }
body { font-family: 'Work Sans', system-ui, -apple-system, sans-serif; color: #17191A; }
a { color: #0E5A72; text-decoration: none; }
a:hover { color: #084150; }
img { max-width: 100%; }
input, select, textarea, button { font-family: 'Work Sans', system-ui, sans-serif; }

/* ---- header: the design's two device branches, as a real breakpoint ---- */

.hdr-mobile { display: none; }

@media (max-width: 900px) {
  .hdr-desktop { display: none; }
  .hdr-mobile  { display: block; }
}

[data-drawer-panel][hidden] { display: none; }
[data-drawer-toggle] { -webkit-tap-highlight-color: transparent; }

/* ---- gallery filter ---- */

[data-filter] { transition: background-color .15s ease, color .15s ease; }
[data-filter][aria-pressed="true"] { background: #0E5A72 !important; color: #FBF7EF !important; border-color: #0E5A72 !important; }
figure[hidden] { display: none !important; }

/* ---- enquiry form ---- */

[data-enquiry-status][hidden] { display: none; }
[data-enquiry] button[disabled] { opacity: .55; cursor: progress; }
[data-enquiry] :invalid:not(:placeholder-shown) { border-color: #B4442B; }

/* ---- accessibility ---- */

.skip-link {
  position: absolute; left: -9999px; top: 0; z-index: 100;
  background: #0E5A72; color: #FBF7EF; padding: 14px 20px; font-size: 13px;
}
.skip-link:focus { left: 0; color: #FBF7EF; }

:focus-visible { outline: 2px solid #0E5A72; outline-offset: 3px; }

@media (prefers-reduced-motion: reduce) {
  * { animation-duration: .01ms !important; transition-duration: .01ms !important; scroll-behavior: auto !important; }
}

/* Long words and the wide booking table should never force the page sideways. */
main { overflow-wrap: break-word; }
