
  :root {
    /* Confident, a bit dark, with warmth. Deep ink, warm stone, ember accent. */
    --color-ink: #181511;
    --color-ink-soft: #2a241d;
    --color-stone: #f3ede2;
    --color-stone-soft: #e7dfd0;
    --color-paper: #faf6ef;
    --color-ember: #a5522a;
    --color-ember-dark: #7f3d1e;
    --color-muted: #6b6259;
    --color-rule: #d7cdbc;

    --font-display: 'Cormorant Garamond', Georgia, 'Times New Roman', serif;
    --font-body: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Helvetica, Arial, sans-serif;

    --measure: 68ch;
    --max-width: 1240px;
    --gutter: clamp(1.25rem, 4vw, 3rem);
    --section-y: clamp(4rem, 9vw, 8rem);
  }

  * { box-sizing: border-box; }
  html { scroll-behavior: smooth; }
  body {
    margin: 0;
    font-family: var(--font-body);
    font-size: 17px;
    line-height: 1.65;
    color: var(--color-ink);
    background: var(--color-paper);
    -webkit-font-smoothing: antialiased;
  }
  img { max-width: 100%; height: auto; display: block; }
  a { color: var(--color-ember-dark); text-decoration: underline; text-underline-offset: 3px; }
  a:hover { color: var(--color-ember); }

  h1, h2, h3, h4 {
    font-family: var(--font-display);
    font-weight: 500;
    line-height: 1.15;
    letter-spacing: -0.01em;
    color: var(--color-ink);
    margin: 0 0 0.6em;
  }
  h1 { font-size: clamp(2.5rem, 6vw, 4.75rem); }
  h2 { font-size: clamp(2rem, 4vw, 3rem); }
  h3 { font-size: clamp(1.35rem, 2vw, 1.75rem); }
  p { margin: 0 0 1rem; max-width: var(--measure); }

  .wrap {
    width: 100%;
    max-width: var(--max-width);
    margin: 0 auto;
    padding-left: var(--gutter);
    padding-right: var(--gutter);
  }

  .btn {
    display: inline-block;
    padding: 0.95rem 1.7rem;
    font-family: var(--font-body);
    font-size: 0.92rem;
    font-weight: 500;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    text-decoration: none;
    border: 1px solid var(--color-ink);
    background: var(--color-ink);
    color: var(--color-stone);
    cursor: pointer;
    transition: background 0.2s, color 0.2s, border-color 0.2s;
  }
  .btn:hover { background: var(--color-ember); border-color: var(--color-ember); color: var(--color-paper); }
  .btn--ghost { background: transparent; color: var(--color-ink); }
  .btn--ghost:hover { background: var(--color-ink); color: var(--color-stone); }
  .btn--light { background: transparent; color: var(--color-stone); border-color: var(--color-stone); }
  .btn--light:hover { background: var(--color-stone); color: var(--color-ink); }

  .eyebrow {
    font-family: var(--font-body);
    font-size: 0.78rem;
    font-weight: 500;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    color: var(--color-ember-dark);
    margin-bottom: 1.25rem;
    display: block;
  }

  /* ----------- NAV ----------- */
  .nav {
    position: sticky;
    top: 0;
    z-index: 50;
    background: rgba(24, 21, 17, 0.92);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    border-bottom: 1px solid rgba(215, 205, 188, 0.12);
  }
  .nav-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 1.1rem;
    padding-bottom: 1.1rem;
  }
  .nav-brand {
    font-family: var(--font-display);
    font-size: 1.45rem;
    color: var(--color-stone);
    text-decoration: none;
    letter-spacing: 0.02em;
  }
  .nav-brand span { color: var(--color-ember); }
  .nav-toggle { display: none; }
  .nav-burger {
    display: none;
    background: transparent;
    border: 0;
    color: var(--color-stone);
    font-size: 1.5rem;
    cursor: pointer;
    padding: 0.25rem 0.5rem;
  }
  .nav-links {
    display: flex;
    gap: 2.25rem;
    list-style: none;
    margin: 0;
    padding: 0;
    align-items: center;
  }
  .nav-links a {
    color: var(--color-stone);
    text-decoration: none;
    font-size: 0.88rem;
    letter-spacing: 0.1em;
    text-transform: uppercase;
  }
  .nav-links a:hover { color: var(--color-ember); }
  .nav-links .btn {
    padding: 0.65rem 1.2rem;
    font-size: 0.78rem;
  }

  @media (max-width: 820px) {
    .nav-burger { display: block; }
    .nav-links {
      position: absolute;
      top: 100%;
      left: 0;
      right: 0;
      background: var(--color-ink);
      flex-direction: column;
      padding: 1.5rem var(--gutter) 2rem;
      gap: 1.25rem;
      align-items: flex-start;
      max-height: 0;
      overflow: hidden;
      transition: max-height 0.3s ease;
      border-bottom: 1px solid rgba(215, 205, 188, 0.15);
    }
    .nav-toggle:checked ~ .nav-links {
      max-height: 600px;
    }
  }

  /* ----------- HERO ----------- */
  .hero {
    position: relative;
    min-height: min(92vh, 780px);
    display: flex;
    align-items: flex-end;
    color: var(--color-stone);
    overflow: hidden;
  }
  .hero-image {
    position: absolute; inset: 0;
    background-image:
      linear-gradient(180deg, rgba(24,21,17,0.35) 0%, rgba(24,21,17,0.45) 45%, rgba(24,21,17,0.88) 100%),
      url('https://images.unsplash.com/photo-1550514704-ccce64a6d868?w=1800&h=1100&fit=crop');
    background-size: cover;
    background-position: center;
  }
  .hero-content {
    position: relative;
    padding-top: 7rem;
    padding-bottom: 5rem;
    max-width: 780px;
  }
  .hero-eyebrow {
    color: var(--color-ember);
    letter-spacing: 0.22em;
    text-transform: uppercase;
    font-size: 0.8rem;
    font-weight: 500;
    margin-bottom: 1.5rem;
  }
  .hero h1 {
    color: var(--color-stone);
    font-weight: 500;
    margin-bottom: 1.25rem;
  }
  .hero p {
    font-size: 1.2rem;
    color: var(--color-stone-soft);
    max-width: 58ch;
    margin-bottom: 2.25rem;
  }
  .hero-ctas {
    display: flex;
    gap: 0.9rem;
    flex-wrap: wrap;
  }

  /* ----------- SECTIONS ----------- */
  section { padding-top: var(--section-y); padding-bottom: var(--section-y); }

  .section--stone { background: var(--color-stone); }
  .section--ink { background: var(--color-ink); color: var(--color-stone); }
  .section--ink h2, .section--ink h3 { color: var(--color-stone); }
  .section--ink .eyebrow { color: var(--color-ember); }
  .section--ink p { color: var(--color-stone-soft); }

  /* Reinvention / story */
  .story-grid {
    display: grid;
    grid-template-columns: 1.1fr 1fr;
    gap: clamp(2rem, 5vw, 4.5rem);
    align-items: center;
  }
  .story-text p { font-size: 1.08rem; }
  .story-image img {
    width: 100%;
    aspect-ratio: 3/4;
    object-fit: cover;
  }
  @media (max-width: 820px) {
    .story-grid { grid-template-columns: 1fr; }
    .story-image { order: -1; }
    .story-image img { aspect-ratio: 4/3; }
  }

  /* Kitchen / Rafael feature */
  .kitchen-header {
    max-width: 720px;
    margin-bottom: 3.5rem;
  }
  .kitchen-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1.5rem;
  }
  .kitchen-card {
    position: relative;
    overflow: hidden;
  }
  .kitchen-card img {
    width: 100%;
    aspect-ratio: 4/5;
    object-fit: cover;
    filter: saturate(0.95) contrast(1.02);
  }
  .kitchen-card--wide { grid-column: 1 / -1; }
  .kitchen-card--wide img { aspect-ratio: 16/7; }
  .kitchen-caption {
    padding: 1.1rem 0 0;
    font-size: 0.9rem;
    color: var(--color-stone-soft);
    font-style: italic;
  }
  @media (max-width: 700px) {
    .kitchen-grid { grid-template-columns: 1fr; }
  }

  /* Rooms */
  .rooms-intro {
    max-width: 680px;
    margin-bottom: 3rem;
  }
  .rooms-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 3rem 2.5rem;
  }
  .room {
    display: flex;
    flex-direction: column;
  }
  .room img {
    width: 100%;
    aspect-ratio: 4/3;
    object-fit: cover;
    margin-bottom: 1.25rem;
  }
  .room h3 { margin-bottom: 0.3rem; }
  .room-meta {
    font-size: 0.85rem;
    color: var(--color-muted);
    letter-spacing: 0.12em;
    text-transform: uppercase;
    margin-bottom: 0.75rem;
  }
  .room p { font-size: 0.98rem; }
  .rooms-footer {
    margin-top: 3.5rem;
    padding-top: 2.25rem;
    border-top: 1px solid var(--color-rule);
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 1.5rem;
  }
  .rooms-footer p { margin: 0; max-width: 48ch; }
  @media (max-width: 720px) {
    .rooms-list { grid-template-columns: 1fr; }
  }

  /* Enquiry (private dining / weddings) */
  .enquiry-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: clamp(2rem, 5vw, 4rem);
    align-items: stretch;
  }
  .enquiry-image img {
    width: 100%;
    height: 100%;
    min-height: 360px;
    object-fit: cover;
  }
  .enquiry-text p { font-size: 1.05rem; }
  .enquiry-text ul {
    list-style: none;
    padding: 0;
    margin: 1.25rem 0 2rem;
  }
  .enquiry-text li {
    padding: 0.65rem 0;
    border-bottom: 1px solid rgba(215, 205, 188, 0.2);
    font-size: 0.98rem;
  }
  .enquiry-text li:last-child { border-bottom: 0; }
  @media (max-width: 820px) {
    .enquiry-grid { grid-template-columns: 1fr; }
  }

  /* FAQ */
  .faq-list {
    max-width: 780px;
    margin-top: 2.5rem;
  }
  .faq-item {
    border-bottom: 1px solid var(--color-rule);
    padding: 1.5rem 0;
  }
  .faq-item summary {
    font-family: var(--font-display);
    font-size: 1.35rem;
    font-weight: 500;
    cursor: pointer;
    list-style: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
  }
  .faq-item summary::-webkit-details-marker { display: none; }
  .faq-item summary::after {
    content: '+';
    font-size: 1.6rem;
    color: var(--color-ember);
    transition: transform 0.2s;
    line-height: 1;
  }
  .faq-item[open] summary::after { content: '−'; }
  .faq-item p {
    margin: 1rem 0 0.25rem;
    color: var(--color-muted);
  }

  /* Contact */
  .contact-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: clamp(2rem, 5vw, 4.5rem);
    align-items: start;
  }
  .contact-details p { color: var(--color-stone-soft); }
  .contact-details dl {
    margin: 2rem 0 0;
    display: grid;
    gap: 1.25rem;
  }
  .contact-details dt {
    font-size: 0.78rem;
    text-transform: uppercase;
    letter-spacing: 0.18em;
    color: var(--color-ember);
    margin-bottom: 0.35rem;
  }
  .contact-details dd {
    margin: 0;
    color: var(--color-stone);
    font-size: 1.05rem;
  }
  .ep-placeholder {
    background: rgba(243, 237, 226, 0.06);
    border: 1px dashed rgba(243, 237, 226, 0.3);
    padding: 2rem 1.75rem;
    color: var(--color-stone-soft);
    font-size: 0.95rem;
    font-style: italic;
  }
  @media (max-width: 820px) {
    .contact-grid { grid-template-columns: 1fr; }
  }

  /* Footer */
  .footer {
    background: #0f0d0a;
    color: var(--color-stone-soft);
    padding: 3.5rem 0 2rem;
    font-size: 0.88rem;
  }
  .footer-top {
    display: flex;
    justify-content: space-between;
    gap: 2rem;
    flex-wrap: wrap;
    padding-bottom: 2rem;
    border-bottom: 1px solid rgba(215, 205, 188, 0.12);
  }
  .footer-brand {
    font-family: var(--font-display);
    font-size: 1.6rem;
    color: var(--color-stone);
    margin: 0 0 0.5rem;
  }
  .footer-links {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    gap: 1.75rem;
    flex-wrap: wrap;
  }
  .footer-links a {
    color: var(--color-stone-soft);
    text-decoration: none;
  }
  .footer-links a:hover { color: var(--color-ember); }
  .footer-bottom {
    padding-top: 1.5rem;
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    flex-wrap: wrap;
    color: var(--color-muted);
    font-size: 0.82rem;
  }


/* ========================================
   PAGE TEMPLATE STYLES
   ======================================== */

.template-page .content-section {
    padding: 4rem 0;
}

.template-page .container {
    max-width: 800px;
    margin: 0 auto;
    padding: 0 2rem;
}

.template-page .page-title {
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
}

.template-page .page-content {
    font-size: 1.1rem;
    line-height: 1.8;
}

.template-page .page-content h2 {
    font-size: 1.8rem;
    font-weight: 600;
    margin: 2.5rem 0 1rem;
}

.template-page .page-content h3 {
    font-size: 1.4rem;
    font-weight: 600;
    margin: 2rem 0 0.75rem;
}

.template-page .page-content p {
    margin-bottom: 1.25rem;
}

.template-page .page-content a {
    text-decoration: none;
}

.template-page .page-content a:hover {
    text-decoration: underline;
}

.template-error .content-section {
    padding: 6rem 0;
    text-align: center;
}

/* Contact form on pages */
.ep-contact-form-wrapper {
    max-width: 600px;
    margin: 2rem auto;
}

.ep-contact-form input[type="text"],
.ep-contact-form input[type="email"],
.ep-contact-form textarea {
    border-radius: 8px;
    padding: 0.75rem 1rem;
    width: 100%;
    font-family: inherit;
    font-size: 1rem;
    box-sizing: border-box;
}

.ep-contact-form input:focus,
.ep-contact-form textarea:focus {
    outline: none;
}

.ep-contact-form label {
    font-weight: 600;
    display: block;
    margin-bottom: 0.5rem;
}

.ep-contact-form .form-field {
    margin-bottom: 1.5rem;
}

.ep-contact-form textarea {
    min-height: 150px;
    resize: vertical;
}

.ep-contact-form button,
.ep-contact-form input[type="submit"] {
    padding: 0.875rem 2rem;
    border-radius: 8px;
    font-size: 1rem;
    font-weight: 600;
    cursor: pointer;
    transition: background 0.2s;
}

/* Container padding (prevents content running to browser edge) */
.container, .section-inner, [class*="-inner"] {
    max-width: 1200px;
    margin: 0 auto;
    padding-left: 2rem;
    padding-right: 2rem;
    box-sizing: border-box;
}
section, [class*="section"] {
    overflow-x: hidden;
}

.site-footer {
    position: relative;
    z-index: 1;
}

/* Structural button fallbacks (colour comes from the brand CSS, never from here).
   If the brand CSS uses class names the converter renamed, the button will be
   clickable but uncoloured, which is a visible signal something needs fixing
   rather than a misleading hardcoded blue. */
.button, a.button,
a.btn-primary, a.btn-secondary, a.btn-dark, a.btn-outline, a.btn-light {
    display: inline-block;
    padding: 0.875rem 2rem;
    border-radius: 6px;
    font-size: 1rem;
    font-weight: 600;
    text-decoration: none;
    cursor: pointer;
    transition: background 0.2s, color 0.2s, border-color 0.2s;
    line-height: 1.4;
}

a.read-more, .read-more {
    display: inline-block;
    font-weight: 600;
    text-decoration: none;
    padding: 0.5rem 0;
    transition: opacity 0.2s;
}
.read-more:hover { opacity: 0.7; }

a[class*="hero-btn"] {
    display: inline-block;
    padding: 0.875rem 2rem;
    border-radius: 6px;
    font-size: 1rem;
    font-weight: 600;
    text-decoration: none;
    transition: background 0.2s;
}

.hero-cta, .hero-actions, .hero-buttons {
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
}

/* Button class alias shim — converter renamed .btn to .button.
   Source: gresham brand uses .btn as primary (ink fill, ember on hover). */
.button, .button.filled {
    display: inline-block;
    padding: 0.95rem 1.7rem;
    font-family: var(--font-body);
    font-size: 0.92rem;
    font-weight: 500;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    text-decoration: none;
    border: 1px solid var(--color-ink);
    background: var(--color-ink);
    color: var(--color-stone);
    cursor: pointer;
    transition: background 0.2s, color 0.2s, border-color 0.2s;
}
.button:hover, .button.filled:hover {
    background: var(--color-ember);
    border-color: var(--color-ember);
    color: var(--color-paper);
}
