@font-face {
  font-family:Barlow;
  src:url('/assets/display.ttf') format('truetype');
  font-weight:700;
  font-style:normal;
  font-display:swap
}

@font-face {
  font-family:DM;
  src:url('/assets/body.ttf') format('truetype');
  font-weight:400;
  font-style:normal;
  font-display:swap
}

:root {
  --navy:#102a3c;
  --ink:#173348;
  --gold:#e9b949;
  --paper:#fffdf7;
  --muted:#3e505c;
  --line:#d8d8cc;
  --white:#fff;
  --error:#ad281f;
  --display:barlow,'Arial Narrow',impact,sans-serif;
  --body:dm,arial,sans-serif;
  --gutter:clamp(24px,5.2vw,88px)
}

* {
  box-sizing:border-box
}

html {
  scroll-behavior:smooth;
  scroll-padding-top:24px
}

body {
  margin:0;
  background:var(--paper);
  color:var(--ink);
  font-family:var(--body);
  font-size:16px;
  line-height:1.65;
  -webkit-font-smoothing:antialiased
}

body,button,input,select,textarea {
  font-family:var(--body)
}

img {
  display:block;
  max-width:100%;
  height:auto
}

figure,p,h1,h2,h3 {
  margin:0
}

a {
  color:inherit;
  text-underline-offset:5px
}

button,input,select,textarea {
  font:inherit
}

button,a,input,select,textarea,summary {
  -webkit-tap-highlight-color:transparent
}

:focus-visible {
  outline:3px solid #b95417;
  outline-offset:5px
}

button:focus-visible,.button:focus-visible,.site-header a:focus-visible,.site-footer a:focus-visible {
  outline-color:var(--gold);
  box-shadow:0 0 0 3px var(--navy)
}

[hidden] {
  display:none!important
}

h1,h2,h3 {
  font-family:var(--display);
  font-weight:700;
  line-height:.96;
  letter-spacing:-.015em
}

h1 {
  font-size:clamp(80px,8.8vw,148px)
}

h2 {
  font-size:clamp(54px,6.2vw,98px)
}

h3 {
  font-size:34px;
  line-height:1.1
}

em {
  font-style:normal;
  color:inherit
}

.hero em,.occasion-copy em {
  color:var(--gold)
}

.eyebrow {
  text-transform:uppercase;
  letter-spacing:.15em;
  font-size:12px;
  font-weight:700;
  line-height:1.5;
  margin-bottom:24px
}

.section {
  padding:100px var(--gutter)
}

.sr-only {
  position:absolute;
  width:1px;
  height:1px;
  padding:0;
  margin:-1px;
  overflow:hidden;
  clip-path:inset(50%);
  white-space:nowrap;
  border:0
}

.skip-link {
  position:fixed;
  z-index:20;
  top:12px;
  left:12px;
  padding:10px 18px;
  background:var(--gold);
  color:var(--navy);
  transform:translateY(-160%)
}

.skip-link:focus {
  transform:translateY(0)
}

.site-header {
  background:var(--navy);
  color:var(--paper);
  position:relative;
  z-index:5
}

.header-inner {
  padding:19px var(--gutter);
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:32px;
  max-width:1920px;
  margin:auto
}

.brand {
  width:180px;
  flex-shrink:0;
  text-decoration:none
}

.brand-logo {
  width:100%;
  height:auto
}

.footer-logo {
  width:220px;
  height:auto
}

.brand-wordmark,.footer-wordmark {
  display:block;
  font-family:var(--display);
  font-weight:700;
  letter-spacing:.015em;
  color:var(--gold)
}

.brand-wordmark {
  font-size:35px;
  line-height:.95
}

.brand-wordmark span,.footer-wordmark span {
  display:block;
  font-family:var(--body);
  font-weight:700;
  letter-spacing:.36em;
  color:var(--paper)
}

.brand-wordmark span {
  font-size:9px;
  line-height:1.65
}

.primary-nav {
  display:flex;
  align-items:center;
  gap:34px
}

.primary-nav a {
  font-size:14px;
  text-decoration:none;
  padding:10px 0
}

.primary-nav a[aria-current="page"]:not(.nav-enquire) {
  color:var(--gold);
  box-shadow:0 1px 0 var(--gold)
}

.primary-nav a:hover {
  color:var(--gold)
}

.primary-nav .nav-enquire {
  border:1px solid #8f947a;
  padding:13px 19px;
  margin-left:16px;
  display:flex;
  gap:25px;
  align-items:center
}

.menu-toggle {
  display:none
}

.hero {
  background:linear-gradient(90deg, #102a3cba 0%, #102a3c8a 48%, #102a3c26 100%), url('/assets/spanish-rice-field.webp') center / cover;
  color:var(--paper);
  display:grid;
  grid-template-columns:1fr 1.02fr;
  min-height:680px;
  max-width:1920px;
  margin:auto
}

.hero-copy {
  padding:42px 30px 34px var(--gutter);
  display:flex;
  flex-direction:column;
  position:relative;
  z-index:1
}

.hero .eyebrow {
  display:flex;
  align-items:center;
  gap:12px;
  margin-bottom:24px
}

.small-line {
  height:1px;
  width:28px;
  background:var(--gold)
}

.hero h1 {
  font-size:clamp(92px,9.4vw,160px);
  line-height:.89;
  letter-spacing:-.015em
}

.hero h1 em {
  display:inline-block;
  transform:rotate(-3deg);
  font-style:italic;
  padding-right:12px
}

.hero-description {
  margin-top:28px;
  font-size:15px;
  color:#e0e4df;
  line-height:1.7;
  max-width:380px
}

.hero-actions {
  margin-top:30px;
  display:flex;
  align-items:center;
  gap:26px;
  flex-wrap:wrap
}

.button {
  display:inline-flex;
  align-items:center;
  justify-content:space-between;
  gap:24px;
  padding:16px 24px;
  font-size:14px;
  font-weight:700;
  line-height:1.5;
  text-decoration:none;
  border:1px solid transparent;
  min-height:52px;
  cursor:pointer;
  transition:background .2s,transform .2s
}

.button span[aria-hidden] {
  font-size:22px;
  line-height:1
}

.button-gold {
  color:var(--navy);
  background:var(--gold)
}

.button-navy {
  color:var(--paper);
  background:var(--navy)
}

.button-outline {
  color:var(--paper);
  border-color:#72838e;
  background:transparent
}

.button:hover {
  transform:translateY(-2px)
}

.button-gold:hover {
  background:#f4cc69
}

.button-navy:hover {
  background:#27475c
}

.button-outline:hover {
  background:#254559
}

.button:disabled {
  opacity:.58;
  cursor:not-allowed;
  transform:none
}

.text-link {
  display:inline-flex;
  align-items:center;
  gap:18px;
  font-size:14px;
  font-weight:600;
  padding:10px 0;
  text-decoration:none;
  border-bottom:1px solid #aeb2a2
}

.text-link span[aria-hidden] {
  font-size:20px;
  line-height:1
}

.text-link:hover {
  border-bottom-color:currentcolor
}

.dark-link {
  border-bottom-color:var(--ink)
}

.hero-footnote {
  display:flex;
  justify-content:space-between;
  gap:20px;
  font-size:12px;
  letter-spacing:.055em;
  color:var(--paper);
  text-transform:uppercase;
  margin-top:auto;
  padding-top:35px;
  padding-right:8px
}

.hero-photo {
  position:relative;
  margin:12px 0 30px 12px;
  overflow:hidden;
  min-height:635px;
  border-radius:200px 0 0
}

.hero-photo img {
  width:100%;
  height:100%;
  position:absolute;
  object-fit:cover;
  animation:pan-arrival 1s ease-out both
}

.hero-photo::after {
  content:'';
  position:absolute;
  inset:60% 0 0;
  background:linear-gradient(transparent,#0e202acc)
}

.hero-photo figcaption {
  position:absolute;
  bottom:28px;
  left:30px;
  right:30px;
  z-index:1;
  display:flex;
  align-items:end;
  justify-content:space-between;
  gap:16px
}

.hero-photo figcaption span:first-child {
  font-family:var(--display);
  font-size:38px;
  transform:rotate(-3deg)
}

.hero-photo figcaption span:last-child {
  font-size:12px;
  letter-spacing:.16em;
  text-transform:uppercase
}

.flavour-band {
  background:var(--gold);
  color:var(--navy);
  display:flex;
  align-items:center;
  justify-content:space-around;
  padding:19px var(--gutter);
  gap:24px;
  font-family:var(--display);
  font-size:30px;
  line-height:1
}

.flavour-band span[aria-hidden] {
  font-family:Arial,sans-serif;
  font-size:25px
}

.food-intro {
  display:grid;
  grid-template-columns:1.05fr 1fr;
  gap:9vw;
  align-items:start;
  padding-top:115px;
  padding-bottom:100px;
  background: linear-gradient(100deg, #fffdf7e0, #fffdf7d1), url('/assets/spanish-rice-field.webp') center 65% / cover
}

.intro-text {
  padding-top:36px;
  max-width:520px
}

.intro-text p {
  margin-bottom:20px
}

.intro-text p:first-child {
  font-size:21px;
  line-height:1.5
}

.section-heading {
  display:flex;
  justify-content:space-between;
  align-items:end;
  gap:40px;
  margin-bottom:40px
}

.section-heading>p {
  color:var(--muted);
  font-size:14px;
  max-width:310px
}

.ways-section {
  padding-top: 75px;
  background: linear-gradient(110deg, #102a3ccf, #102a3c85), url('/assets/instagram-seafood-1440.webp') center / cover;
  color: var(--paper)
}

.food-ways {
  border-top:1px solid var(--line);
  color: var(--ink);
  background: #fffdf7df;
  padding: 0 30px
}

.food-way {
  display:grid;
  grid-template-columns:1fr 1.1fr 32px;
  align-items:center;
  gap:24px;
  text-decoration:none;
  padding:27px 0;
  border-bottom:1px solid var(--line);
  transition:padding .2s
}

.food-way h3 {
  font-size:clamp(36px,4vw,58px)
}

.food-way-note {
  font-size:14px;
  color:var(--muted)
}

.food-way>span[aria-hidden] {
  font-size:30px;
  line-height:1;
  color:#a5781c
}

.food-way:hover {
  padding-left:14px;
  padding-right:14px;
  background:#f8f4e9
}

.occasion-section {
  display:grid;
  grid-template-columns:1fr 1fr;
  background:var(--navy);
  color:var(--paper)
}

.occasion-photo {
  position:relative;
  overflow:hidden
}

.occasion-photo img {
  height:100%;
  width:100%;
  object-fit:cover;
  position:absolute
}

.occasion-photo figcaption {
  position:absolute;
  bottom:30px;
  left:30px;
  padding:8px 14px;
  color:var(--navy);
  background:var(--gold);
  transform:rotate(-3deg);
  font-size:12px;
  font-weight:600
}

.occasion-copy {
  padding:80px var(--gutter);
  background: linear-gradient(#102a3cd4, #102a3ccc), url('/assets/spanish-rice-field.webp') center / cover
}

.occasion-copy h2 {
  font-size:clamp(55px,5.4vw,90px)
}

.occasion-list {
  margin:36px 0
}

.occasion-list>div {
  border-top:1px solid #435769;
  padding:19px 0
}

.occasion-list h3 {
  font-size:28px;
  margin-bottom:7px
}

.occasion-list p {
  font-size:14px;
  color:#c1ccd0
}

.process-section {
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:8vw;
  align-items:start;
  background: linear-gradient(100deg, #fffdf7e0, #fffdf7d6), url('/assets/instagram-sizzle-960.webp') center 60% / cover
}

.process-list {
  margin:0;
  padding:0;
  list-style:none;
  counter-reset:process
}

.process-list li {
  counter-increment:process;
  position:relative;
  padding:0 0 28px 50px;
  margin-bottom:26px;
  border-bottom:1px solid var(--line)
}

.process-list li::before {
  content:counter(process,decimal-leading-zero);
  position:absolute;
  top:0;
  left:0;
  font-size:12px;
  color:#8b681b;
  font-weight:600
}

.process-list h3 {
  font-size:32px;
  margin-bottom:12px
}

.process-list p {
  font-size:14px;
  color:var(--muted);
  max-width:430px
}

.gallery-tease {
  padding-top: 75px;
  background: linear-gradient(#fffdf7d9, #fffdf7cc), url('/assets/spanish-rice-field.webp') center / cover
}

.tease-grid {
  display:grid;
  grid-template-columns:.9fr 1.1fr;
  gap:32px;
  align-items:center
}

.tease-grid img {
  width:100%;
  height:420px;
  object-fit:cover
}

.tease-grid figure:nth-child(2) {
  padding-top:90px
}

.tease-grid figure:nth-child(2) img {
  height:310px
}

figcaption {
  font-size:12px;
  padding-top:12px;
  line-height:1.5
}

.closing {
  text-align:center;
  padding:78px 24px 84px;
  position:relative;
  color: var(--paper);
  background: linear-gradient(#102a3cc4, #102a3ccc), url('/assets/instagram-seafood-1440.webp') center / cover
}

.closing h2 {
  font-size:clamp(72px,9vw,128px);
  line-height:.91;
  margin-bottom:30px
}

.closing .eyebrow {
  margin-bottom:22px
}

.closing em {
  font-style:italic;
  color: var(--gold)
}

.site-footer {
  color:var(--paper);
  padding:65px var(--gutter) 24px;
  background: linear-gradient(#102a3cdb, #102a3cd9), url('/assets/spanish-rice-field.webp') center 70% / cover
}

.footer-top {
  display:grid;
  grid-template-columns:1fr 1.2fr 1fr;
  gap:40px;
  align-items:center;
  padding-bottom:55px
}

.footer-wordmark {
  font-size:48px;
  line-height:.95
}

.footer-wordmark span {
  font-size:12px;
  line-height:1.7
}

.footer-top p {
  font-family:var(--display);
  font-size:30px;
  line-height:1.14
}

.footer-top p span {
  display:block;
  font-family:var(--body);
  font-size:12px;
  color:#aabac2;
  margin-top:14px
}

.footer-links {
  display:flex;
  flex-direction:column;
  align-items:flex-start;
  justify-self:end;
  gap:10px
}

.footer-links a {
  font-size:14px;
  text-decoration:none;
  display:flex;
  gap:25px;
  justify-content:space-between;
  min-width:140px
}

.footer-links a:hover {
  color:var(--gold)
}

.footer-bottom {
  padding-top:23px;
  border-top:1px solid #405766;
  display:flex;
  gap:28px;
  font-size:12px;
  color:#b4c2c8
}

.footer-bottom span {
  margin-right:auto
}

.crumb {
  padding:24px var(--gutter) 0;
  display:flex;
  gap:14px;
  font-size:12px;
  color:var(--muted)
}

.page-intro {
  padding:50px var(--gutter) 65px;
  background: linear-gradient(100deg, #102a3cd4 0%, #102a3cb3 60%, #102a3c52), url('/assets/spanish-rice-field.webp') center 55% / cover;
  color: var(--paper);
  padding-top: 64px;
  padding-bottom: 64px
}

.page-intro h1 {
  margin-bottom:28px
}

.page-intro>p:not(.eyebrow) {
  max-width:530px;
  font-size:17px;
  color:var(--muted)
}

.page-intro .button {
  margin-top:25px
}

.menu-index {
  margin-top:45px;
  display:flex;
  gap:12px;
  flex-wrap:wrap
}

.menu-index a {
  display:flex;
  gap:32px;
  justify-content:space-between;
  padding:12px 20px;
  border:1px solid var(--line);
  font-size:14px;
  text-decoration:none;
  min-width:150px
}

.menu-index a:hover {
  background:var(--gold);
  border-color:var(--gold)
}

.menu-lead-photo {
  height:470px;
  overflow:hidden;
  position:relative;
  margin:0 var(--gutter);
  margin-top: 36px
}

.menu-lead-photo img {
  width:100%;
  height:100%;
  object-fit:cover
}

.menu-lead-photo>span {
  position:absolute;
  bottom:30px;
  left:30px;
  background:var(--gold);
  padding:10px 17px;
  transform:rotate(-3deg);
  font-family:var(--display);
  font-size:32px
}

.menu-sections {
  padding-top:70px;
  padding-bottom:50px;
  background: linear-gradient(#fffdf7df, #fffdf7d9), url('/assets/spanish-rice-field.webp') center / cover
}

.menu-section {
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:70px;
  padding:55px 0;
  border-bottom:1px solid var(--line);
  scroll-margin-top:24px
}

.menu-section .eyebrow {
  margin-bottom:15px
}

.menu-section h2 {
  font-size:clamp(64px,7vw,100px)
}

.menu-section h2 span {
  color:#a7771c
}

.menu-description {
  font-size:23px;
  line-height:1.45;
  margin-bottom:20px
}

.menu-section>div>p:not(.eyebrow,.menu-description) {
  font-size:14px;
  color:var(--muted);
  margin-bottom:20px
}

.practical {
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:70px;
  padding-top: 75px;
  background: linear-gradient(110deg, #fffdf7df, #fffdf7d6), url('/assets/instagram-sizzle-960.webp') center / cover
}

.faq-list {
  border-top:1px solid var(--line)
}

details {
  border-bottom:1px solid var(--line);
  padding:20px 0
}

summary {
  cursor:pointer;
  font-size:16px;
  font-weight:600;
  padding-right:20px
}

details p {
  margin-top:16px;
  font-size:14px;
  color:var(--muted)
}

.gallery-heading {
  padding-bottom:35px;
  background-image: linear-gradient(100deg, #102a3cdb, #102a3cb0 60%, #102a3c57), url('/assets/instagram-seafood-1440.webp')
}

.photo-gallery {
  display:grid;
  grid-template-columns:1fr 1fr;
  align-items:start;
  gap:50px 38px;
  padding-top: 60px;
  background: linear-gradient(#fffdf7d6, #fffdf7d1), url('/assets/spanish-rice-field.webp') center / cover
}

.gallery-item img {
  width:100%;
  object-fit:cover
}

.gallery-item.tall img {
  height:570px
}

.gallery-item.wide img {
  height:340px
}

.gallery-item:nth-child(even) {
  margin-top:120px
}

.gallery-item:nth-child(3) {
  margin-top:0
}

.gallery-item:nth-child(5) {
  margin-top:0
}

.enquiry-layout {
  display:grid;
  grid-template-columns:minmax(0,.86fr) minmax(0,1.14fr);
  gap:7vw;
  align-items:start;
  padding-top:55px;
  background: linear-gradient(100deg, #fffdf7df 0%, #fffdf7d6 45%, #fffdf799 100%), url('/assets/spanish-rice-field.webp') center / cover
}

.enquiry-layout > * {
  min-width:0
}

.enquiry-intro h1 {
  font-size:clamp(68px,7.3vw,120px);
  margin-bottom:28px
}

.enquiry-intro>p:not(.eyebrow) {
  max-width:400px
}

.small-copy {
  font-size:12px;
  color:var(--muted);
  margin-top:20px
}

.contact-alternatives {
  margin-top:35px;
  font-size:12px
}

.contact-alternatives p {
  font-weight:600;
  margin-bottom:10px
}

.contact-alternatives a {
  display:block;
  margin-top:8px;
  overflow-wrap:anywhere
}

.enquiry-photo {
  margin-top:45px;
  max-width:420px
}

.enquiry-photo img {
  width:100%;
  height:230px;
  object-fit:cover
}

.form-panel {
  border:1px solid var(--line);
  padding:34px;
  background:#fffffff0
}

.form-panel h2 {
  font-size:39px;
  margin-bottom:15px
}

.form-instructions {
  font-size:12px;
  color:var(--muted);
  margin-bottom:25px
}

.form-grid {
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:21px 20px
}

.field {
  display:flex;
  flex-direction:column;
  gap:7px;
  min-width:0
}

.field>label,legend {
  font-size:14px;
  font-weight:600
}

.field input,.field select,.field textarea {
  width:100%;
  min-width:0;
  padding:11px 12px;
  min-height:46px;
  border:1px solid #7b898d;
  border-radius:0;
  background:var(--white);
  color:var(--ink);
  font-size:14px;
  line-height:1.5
}

.field textarea {
  resize:vertical
}

.field input:disabled {
  background:#f0f1ec;
  color:#6c777d
}

.field [aria-invalid="true"] {
  border-color:var(--error);
  border-width:2px
}

.field input:focus-visible,.field select:focus-visible,.field textarea:focus-visible {
  outline:2px solid var(--navy);
  outline-offset:2px
}

.field-error {
  font-size:12px;
  line-height:1.4;
  color:var(--error)
}

.field-error:empty {
  display:none
}

.field-hint {
  font-size:12px;
  color:var(--muted);
  line-height:1.5
}

.field .check-label {
  display:flex;
  align-items:center;
  gap:8px;
  font-size:12px;
  font-weight:400;
  cursor:pointer;
  margin-top:3px
}

.field .check-label input {
  width:17px;
  min-height:17px;
  height:17px;
  padding:0;
  accent-color:var(--navy)
}

.interest-fields {
  padding:0;
  margin:27px 0;
  border:0
}

legend span {
  font-weight:400;
  color:var(--muted)
}

.interest-options {
  display:flex;
  flex-wrap:wrap;
  gap:9px;
  margin-top:12px
}

.interest-option {
  position:relative;
  cursor:pointer
}

.interest-option input {
  position:absolute;
  top:14px;
  left:12px;
  width:15px;
  height:15px;
  margin:0;
  accent-color:var(--navy)
}

.interest-option span {
  display:block;
  padding:9px 14px 9px 34px;
  border:1px solid #7b898d;
  font-size:12px;
  min-height:44px
}

.interest-option:has(input:checked) span {
  background:#f8e6b3;
  border-color:#9e7e33
}

.interest-option:has(input:focus-visible) span {
  outline:2px solid var(--navy);
  outline-offset:3px
}

.message-field {
  margin-top:25px
}

.form-privacy {
  font-size:12px;
  color:var(--muted);
  margin:22px 0
}

.submit-button {
  width:100%
}

.email-draft {
  margin-top:14px
}

.email-draft-note {
  font-size:12px;
  color:var(--muted);
  margin-top:10px
}

.form-notice {
  background:#fbf1d7;
  border-left:3px solid #9c731e;
  padding:16px;
  margin-bottom:25px;
  font-size:12px;
  line-height:1.6
}

.form-notice p {
  margin-top:7px
}

.form-status:empty {
  display:none
}

.form-status {
  padding:15px;
  border:1px solid var(--ink);
  background:#eef4f5;
  font-size:14px;
  margin-bottom:22px
}

.form-status[data-state="error"] {
  border-color:var(--error);
  background:#fff0ec;
  color:#7f1e18
}

.form-status[data-state="success"] {
  background:#edf5ed;
  border-color:#30623a
}

.bot-field {
  display:none
}

.h-captcha {
  margin-top:22px;
  max-width:100%;
  overflow:auto
}

.privacy-intro {
  padding-bottom:40px
}

.privacy-copy {
  max-width:880px;
  padding-top:0;
  padding-bottom:90px;
  background: #fffdf7dc
}

.privacy-copy h2 {
  font-size:35px;
  margin:35px 0 15px
}

.privacy-copy p {
  font-size:15px;
  margin-bottom:15px
}

.privacy-copy a {
  overflow-wrap:anywhere
}

@keyframes pan-arrival {
  from {
    transform:scale(1.035)
  }

  to {
    transform:scale(1)
  }
}

@media(width >=1600px) {
  .hero {
    min-height:790px
  }

  .hero-photo {
    min-height:740px
  }

  .hero-copy {
    padding-top:65px
  }

  .hero-actions {
    margin-top:40px
  }
}

@media(width <=1100px) {
  .brand {
    width:150px
  }

  .primary-nav {
    gap:20px
  }

  .primary-nav .nav-enquire {
    margin-left:0
  }

  .hero {
    min-height:630px
  }

  .hero-copy {
    padding-top:35px
  }

  .hero h1 {
    font-size:clamp(85px,10.5vw,116px)
  }

  .hero-photo {
    min-height:590px
  }

  .hero-actions {
    gap:12px
  }

  .hero-description {
    font-size:16px
  }

  .hero-footnote span:last-child {
    display:none
  }

  .hero-photo figcaption span:last-child {
    display:none
  }

  .enquiry-layout {
    gap:35px
  }

  .form-panel {
    padding:26px
  }

  .form-grid {
    gap:18px 12px
  }

  .footer-top {
    gap:25px
  }

  .footer-logo {
    width:185px
  }
}

@media(width <=760px) {
  :root {
    --gutter:24px
  }

  body {
    font-size:16px
  }

  h1 {
    font-size:76px
  }

  h2 {
    font-size:61px
  }

  .section {
    padding:65px var(--gutter)
  }

  .header-inner {
    padding:15px var(--gutter);
    gap:15px;
    flex-wrap:wrap
  }

  .brand {
    width:150px
  }

  .brand-wordmark {
    font-size:30px
  }

  .primary-nav {
    width:100%;
    flex-wrap:wrap;
    gap:20px;
    border-top:1px solid #405766;
    padding:12px 0 5px
  }

  .primary-nav a {
    font-size:14px
  }

  .primary-nav .nav-enquire {
    margin-left:auto;
    padding:10px 15px
  }

  .js .menu-toggle {
    display:flex;
    align-items:center;
    gap:12px;
    border:1px solid #72838e;
    background:none;
    color:var(--paper);
    padding:10px 12px;
    font-size:12px;
    cursor:pointer;
    min-height:44px
  }

  .menu-glyph {
    font-size:18px;
    line-height:1
  }

  .js .primary-nav {
    display:none
  }

  .js .primary-nav.is-open {
    display:flex
  }

  .hero {
    display:flex;
    flex-direction:column;
    min-height:0
  }

  .hero-copy {
    padding:24px var(--gutter) 32px
  }

  .hero .eyebrow {
    font-size:12px;
    margin-bottom:25px
  }

  .hero h1 {
    font-size:clamp(70px,17vw,125px);
    line-height:.88;
    letter-spacing:-.01em
  }


  .hero-description {
    font-size:16px;
    margin-top:22px;
    max-width:330px
  }

  .hero-actions {
    gap:20px;
    margin-top:24px
  }

  .hero .button {
    padding:14px 18px;
    gap:17px;
    font-size:12px
  }

  .hero .text-link {
    font-size:12px
  }

  .hero-footnote {
    padding-top:27px;
    font-size:12px
  }

  .hero-photo {
    height:360px;
    min-height:0;
    margin:0 0 25px 24px;
    border-radius:110px 0 0
  }

  .hero-photo figcaption {
    left:23px;
    bottom:20px
  }

  .hero-photo figcaption span:first-child {
    font-size:32px
  }

  .flavour-band {
    font-size:23px;
    padding:19px 20px;
    gap:14px;
    flex-wrap:wrap;
    justify-content:center
  }

  .flavour-band span:last-child,.flavour-band span:nth-last-child(2) {
    display:none
  }

  .flavour-band span[aria-hidden] {
    font-size:18px
  }

  .food-intro {
    grid-template-columns:1fr;
    gap:30px
  }

  .intro-text {
    padding-top:0
  }

  .intro-text p:first-child {
    font-size:20px
  }

  .section-heading {
    gap:22px;
    align-items:start;
    flex-direction:column;
    margin-bottom:30px
  }

  .section-heading>p {
    font-size:14px
  }

  .ways-section {
    padding-top:0
  }

  .food-way {
    grid-template-columns:1fr 25px;
    gap:4px 15px;
    padding:23px 0
  }

  .food-way h3 {
    font-size:44px
  }

  .food-way-note {
    grid-column:1;
    grid-row:2;
    font-size:12px
  }

  .food-way>span[aria-hidden] {
    grid-column:2;
    grid-row:1 / 3;
    font-size:26px
  }

  .occasion-section {
    grid-template-columns:1fr
  }

  .occasion-photo {
    height:380px
  }

  .occasion-copy {
    padding:55px var(--gutter)
  }

  .occasion-copy h2 {
    font-size:69px
  }

  .occasion-list {
    margin:32px 0 20px
  }

  .process-section {
    grid-template-columns:1fr;
    gap:40px
  }

  .process-list li {
    padding-left:40px
  }

  .process-list li:last-child {
    margin-bottom:0
  }

  .gallery-tease {
    padding-top:0
  }

  .tease-grid {
    grid-template-columns:1fr;
    gap:28px
  }

  .tease-grid img {
    height:350px
  }

  .tease-grid figure:nth-child(2) {
    padding-top:0
  }

  .tease-grid figure:nth-child(2) img {
    height:240px
  }

  .closing {
    padding:60px 24px
  }

  .closing h2 {
    font-size:clamp(52px,15vw,80px)
  }

  .closing .eyebrow {
    font-size:12px;
    letter-spacing:.1em
  }

  .site-footer {
    padding:50px var(--gutter) 24px
  }

  .footer-top {
    grid-template-columns:1fr 1fr;
    gap:32px 20px;
    padding-bottom:34px
  }

  .footer-wordmark {
    font-size:36px
  }

  .footer-top p {
    font-size:26px
  }

  .footer-top p span {
    font-size:12px
  }

  .footer-links {
    grid-column:1 / -1;
    flex-flow:row wrap;
    justify-self:start;
    gap:18px 28px
  }

  .footer-links a {
    min-width:0;
    gap:12px;
    font-size:12px
  }

  .footer-bottom {
    flex-wrap:wrap;
    gap:14px 24px
  }

  .footer-bottom span {
    width:100%;
    font-size:12px
  }

  .crumb {
    padding-top:20px;
    font-size:12px
  }

  .page-intro {
    padding:38px var(--gutter) 45px
  }

  .page-intro .eyebrow {
    font-size:12px
  }

  .page-intro>p:not(.eyebrow) {
    font-size:15px
  }

  .menu-index {
    margin-top:28px;
    gap:9px
  }

  .menu-index a {
    min-width:calc(50% - 5px);
    padding:10px 12px;
    font-size:12px
  }

  .menu-lead-photo {
    height:330px;
    margin:0 0 0 24px
  }

  .menu-lead-photo>span {
    left:20px;
    font-size:25px
  }

  .menu-sections {
    padding-top:20px;
    padding-bottom:10px
  }

  .menu-section {
    grid-template-columns:1fr;
    gap:22px;
    padding:38px 0
  }

  .menu-section h2 {
    font-size:68px
  }

  .menu-description {
    font-size:21px
  }

  .practical {
    grid-template-columns:1fr;
    gap:35px;
    padding-top:40px
  }

  .photo-gallery {
    gap:30px;
    padding-top:0;
    grid-template-columns:1fr
  }

  .gallery-item.tall img {
    height:470px
  }

  .gallery-item.wide img {
    height:240px
  }

  .gallery-item:nth-child(n) {
    margin-top:0
  }

  .enquiry-layout {
    grid-template-columns:1fr;
    gap:35px;
    padding-top:40px
  }

  .enquiry-intro h1 {
    font-size:64px
  }

  .enquiry-photo {
    display:none
  }

  .contact-alternatives {
    margin-top:25px
  }

  .form-panel {
    padding:24px 20px
  }

  .form-panel h2 {
    font-size:34px
  }

  .form-grid {
    grid-template-columns:1fr;
    gap:20px
  }

  .field input,.field select,.field textarea {
    font-size:16px
  }

  .interest-options {
    gap:8px
  }

  .interest-option span {
    font-size:12px;
    padding-right:12px
  }

  .privacy-copy {
    padding-top:0
  }

  .privacy-copy p {
    font-size:14px
  }
}

@media(prefers-reduced-motion:reduce) {
  html {
    scroll-behavior:auto
  }

  *,*::before,*::after {
    animation:none!important;
    transition:none!important
  }
}

.privacy-intro h1 {
  font-size:clamp(56px, 8.8vw, 148px);
}

@media (761px <= width <= 1000px) {
  .hero h1 {
    font-size:clamp(74px,9.2vw,92px);
  }

  .hero-photo img {
    width:135%;
    height:135%;
    max-width:none;
    left:-17.5%;
    bottom:0;
  }
}

.paella-menu {
  padding: 42px;
  margin: 0 0 36px;
  scroll-margin-top: 24px;
  background: #f4eddde0;
}

.paella-price > strong {
  display: block;
  font-size: clamp(3.5rem, 8vw, 6rem);
  line-height: 1;
}

.paella-price span {
  display: block;
  margin-top: 0.75rem;
}

.paella-price p {
  max-width: 39ch;
  margin-top: 16px;
  font-size: 0.9rem;
}

.paella-options {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0 3rem;
}

.paella-options article {
  padding: 2rem 0;
  border-top: 1px solid #102a3c40;
}

.paella-options h3 {
  margin: 0.5rem 0;
  font-size: clamp(1.8rem, 4vw, 2.8rem);
}

.paella-options p {
  max-width: 44ch;
}

.paella-choice {
  margin-top: 1.5rem;
  padding-top: 1.5rem;
  border-top: 2px solid #102a3c;
}

@media (width <= 760px) {
  .paella-options {
    grid-template-columns: 1fr;
  }
}

.paella-price .minimum-label {
  display: block;
  font-size: 0.9rem;
}

.service-planning {
  border-left: 2px solid var(--gold);
  padding-left: 20px;
  margin-bottom: 20px;
}

.service-planning h3 {
  font-size: 25px;
  margin-bottom: 12px;
}

.service-planning p {
  font-size: 14px;
  color: var(--muted);
  margin-top: 10px;
}

/* Photographic surfaces: existing real food images and the decorative landscape. */

.ways-section .section-heading > p {
  color: var(--paper);
}

.tease-grid figcaption,
.gallery-item figcaption {
  background: #fffdf7e0;
  padding: 12px 16px;
}

.page-intro > p:not(.eyebrow),
.page-intro .dark-link {
  color: var(--paper);
}

.page-intro .menu-index a {
  background: #102a3cc2;
  border-color: #fffdf76b;
}

.page-intro .menu-index a:hover,
.page-intro .button {
  background: var(--gold);
  color: var(--navy);
  border-color: var(--gold);
}

main:has(.privacy-copy) {
  background: linear-gradient(#fffdf7dc, #fffdf7d6), url('/assets/spanish-rice-field.webp') center / cover;
}

.closing .button {
  background: var(--gold);
  color: var(--navy);
  border-color: var(--gold);
}

.closing .button:hover {
  background: var(--paper);
  border-color: var(--paper);
}

@media (width <= 760px) {
  .ways-section,
  .gallery-tease,
  .practical {
    padding-top: 60px;
  }

  .food-ways {
    padding-inline: 18px;
  }

  .page-intro {
    padding-top: 45px;
    padding-bottom: 45px;
    background-position: 40% center;
  }

  .photo-gallery {
    padding-top: 36px;
  }

  .ways-section,
  .gallery-heading,
  .closing {
    background-image: linear-gradient(110deg, #102a3ccf, #102a3cba), url('/assets/instagram-seafood-960.webp');
  }

  .process-section,
  .practical {
    background-image: linear-gradient(#fffdf7de, #fffdf7d6), url('/assets/instagram-sizzle-640.webp');
  }
}

@media (width <= 760px) {
  .hero {
    background-image: linear-gradient(90deg, #102a3cbd, #102a3c80), url('/assets/spanish-rice-field-mobile.webp');
    background-position: center top;
  }

  .paella-menu {
    padding: 28px 20px;
    margin-inline: -8px;
  }
}


/* Gold edge lighting for pointer and keyboard interaction. */
.button,
.primary-nav .nav-enquire,
.menu-toggle {
  transition: background .2s, border-color .2s, box-shadow .2s, transform .2s;
}

.button:not(:disabled):focus-visible,
.primary-nav .nav-enquire:focus-visible,
.menu-toggle:focus-visible {
  border-color: var(--gold);
  box-shadow: 0 0 0 3px var(--navy), 0 0 22px #eabf4d80;
}

@media (hover: hover) and (pointer: fine) {
  .button:not(:disabled):hover,
  .primary-nav .nav-enquire:hover,
  .menu-toggle:hover {
    border-color: var(--gold);
    box-shadow: 0 0 0 1px #eabf4d80, 0 0 18px #eabf4d66, 0 5px 28px #eabf4d33;
    transform: translateY(-2px);
  }
}

.button:not(:disabled):active,
.primary-nav .nav-enquire:active,
.menu-toggle:active {
  transform: translateY(0);
  box-shadow: 0 0 0 1px #eabf4d99, 0 0 10px #eabf4d66;
}

@media (prefers-reduced-motion: reduce) {
  .button,
  .primary-nav .nav-enquire,
  .menu-toggle {
    transform: none !important;
  }
}
