﻿:root {
  --ink: #292417;
  --muted: #6f684f;
  --olive: #59613a;
  --olive-dark: #363b24;
  --cream: #f4ecd9;
  --paper: #fbf7ea;
  --line: #d9cfb4;
  --berry: #9d3f2f;
  --gold: #b9893b;
  --white: #fffdf6;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: "Cormorant Garamond", Georgia, "Times New Roman", serif; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
.site-header { position: sticky; top: 0; z-index: 20; display: flex; align-items: center; justify-content: space-between; gap: 24px; min-height: 78px; padding: 10px clamp(18px, 4vw, 56px); background: rgba(251,247,234,.94); border-bottom: 1px solid var(--line); backdrop-filter: blur(16px); }
.brand img { width: 150px; height: 64px; object-fit: contain; object-position: left center; }
.site-nav { display: flex; align-items: center; gap: clamp(14px, 2.5vw, 34px); color: var(--olive-dark); font-size: 13px; font-weight: 700; text-transform: uppercase; }
.site-nav a { padding: 10px 0; border-bottom: 1px solid transparent; }
.site-nav a:hover { border-color: var(--gold); }
.nav-toggle { display: none; width: 42px; height: 42px; padding: 10px; border: 1px solid var(--line); border-radius: 8px; background: var(--white); }
.nav-toggle span { display: block; height: 2px; margin: 5px 0; background: var(--olive-dark); }
.hero { position: relative; display: grid; min-height: calc(100vh - 78px); background: #1c180f; border-bottom: 1px solid var(--line); overflow: hidden; }
.hero::before { content: ""; position: absolute; inset: 0; z-index: 1; background: linear-gradient(90deg, rgba(34,29,18,.62) 0%, rgba(58,45,27,.42) 42%, rgba(70,53,31,.14) 78%, rgba(70,53,31,.04) 100%); backdrop-filter: blur(1.5px); }
.hero-copy { position: relative; z-index: 2; align-self: center; max-width: 820px; margin-left: clamp(22px, 5vw, 82px); padding: clamp(56px, 8vw, 112px) 0; color: #fff8e8; }
.eyebrow { margin: 0 0 16px; color: #d2bd82; font-size: 12px; font-weight: 600; text-transform: uppercase; }
h1, h2, h3, p { margin-top: 0; }
h1 { max-width: 820px; margin-bottom: 22px; color: #fff8e8; font-size: clamp(42px, 7vw, 96px); font-weight: 500; line-height: .98; text-shadow: 0 6px 32px rgba(0,0,0,.34); }
h2 { color: var(--olive-dark); font-size: clamp(32px, 4vw, 58px); line-height: 1; }
h3 { margin-bottom: 10px; color: var(--olive-dark); font-size: 22px; }
.lead { max-width: 620px; color: #f8ebcf; font-size: clamp(18px, 1.8vw, 22px); line-height: 1.75; text-shadow: 0 2px 16px rgba(0,0,0,.42); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 34px; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 48px; padding: 13px 24px; border: 1px solid var(--olive); border-radius: 8px; font-size: 14px; font-weight: 600; }
.button.primary { color: #fffaf0; background: rgba(89,97,58,.88); border-color: rgba(255,248,232,.34); box-shadow: 0 12px 28px rgba(0,0,0,.16); }
.button.secondary { color: #3b3b25; background: rgba(255,248,232,.82); border-color: rgba(255,248,232,.72); box-shadow: 0 12px 28px rgba(0,0,0,.12); }
.button:hover { transform: translateY(-1px); }
.hero-media { position: absolute; inset: 0; min-height: 100%; overflow: hidden; }
.hero-media img { width: 100%; height: 100%; object-fit: cover; object-position: center; filter: saturate(1.05) contrast(1.02); }
.quick-info { display: grid; grid-template-columns: repeat(3, 1fr); background: var(--olive-dark); color: var(--white); }
.quick-info div { min-height: 116px; padding: 28px clamp(18px, 4vw, 48px); border-right: 1px solid rgba(255,253,246,.22); }
.quick-info span { display: block; margin-bottom: 8px; color: #d8cda7; font-size: 13px; }
.quick-info strong { font-size: clamp(18px, 2vw, 24px); line-height: 1.35; }
.section { padding: clamp(52px, 7vw, 96px) clamp(18px, 5vw, 72px); }
.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 24px; margin-bottom: 30px; }
.section-heading h2 { margin-bottom: 0; }
.menu-grid { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 18px; }
.menu-card { overflow: hidden; background: var(--white); border: 1px solid var(--line); border-radius: 8px; }
.menu-card img { width: 100%; aspect-ratio: 9 / 16; object-fit: cover; background: var(--cream); }
.menu-card div { padding: 18px; }
.menu-card p { min-height: 76px; color: var(--muted); font-size: 15px; line-height: 1.5; }
.menu-card span { color: var(--berry); font-weight: 700; }
.story-band { display: grid; grid-template-columns: minmax(0,.9fr) minmax(0,1.1fr); align-items: stretch; background: #1c180f; color: var(--white); }
.story-image { position: relative; min-height: 620px; overflow: hidden; }
.story-image img { width: 100%; height: 100%; object-fit: cover; }
.owner-collage { display: grid; grid-template-columns: 1fr; background: #18130d; }
.owner-main { min-height: 620px; object-position: center; }
.owner-inset { position: absolute; right: clamp(18px, 4vw, 46px); bottom: clamp(18px, 4vw, 46px); width: min(34%, 260px) !important; height: auto !important; aspect-ratio: 3 / 4; border: 8px solid rgba(251,247,234,.88); border-radius: 8px; box-shadow: 0 22px 54px rgba(0,0,0,.32); object-fit: cover !important; }
.story-copy { align-self: center; padding: clamp(42px, 7vw, 100px); }
.story-copy h2 { color: var(--white); }
.story-copy p:not(.eyebrow) { color: #eee0c3; font-size: 18px; line-height: 1.7; }
.gallery-section { background: var(--cream); }
.gallery-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 14px; align-items: start; }
.gallery-grid a { display: block; min-width: 0; }
.gallery-grid img { display: block; width: 100%; aspect-ratio: 2 / 3; height: auto; object-fit: cover; object-position: center; border-radius: 8px; border: 1px solid var(--line); background: var(--paper); }
.pet-section { background: var(--paper); }
.pet-intro { max-width: 760px; margin: -12px 0 28px; color: var(--muted); font-size: 18px; line-height: 1.7; }
.pet-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 12px; }
.pet-grid img { width: 100%; aspect-ratio: 3 / 4; object-fit: cover; border-radius: 8px; border: 1px solid var(--line); background: var(--cream); }
.pet-grid img:nth-child(1), .pet-grid img:nth-child(6) { grid-row: span 2; aspect-ratio: auto; height: 100%; }
.location-section { display: grid; grid-template-columns: minmax(0,.85fr) minmax(320px,1fr); gap: clamp(24px, 5vw, 72px); align-items: center; padding: clamp(56px, 8vw, 110px) clamp(18px, 5vw, 72px); background: linear-gradient(rgba(54,59,36,.86), rgba(54,59,36,.86)), url("images/coffee/032.jpg") center / cover; color: var(--white); }
.location-copy h2 { color: var(--white); }
.location-copy p:not(.eyebrow) { max-width: 520px; color: #eee0c3; font-size: 20px; line-height: 1.6; }
.map-cta { margin-top: 18px; }
.map-preview { display: grid; align-content: center; min-height: 260px; padding: 28px; color: var(--olive-dark); background: rgba(251,247,234,.94); border: 1px solid rgba(255,253,246,.45); border-radius: 8px; box-shadow: 0 22px 54px rgba(0,0,0,.18); }
.map-preview span { color: var(--gold); font-size: 13px; font-weight: 700; text-transform: uppercase; }
.map-preview strong { margin-top: 8px; font-size: clamp(34px, 4vw, 58px); line-height: 1; }
.map-preview small { margin-top: 14px; color: var(--muted); font-size: 16px; }
.site-footer { display: grid; grid-template-columns: minmax(0,1fr) minmax(320px,.9fr); gap: 32px; padding: 38px clamp(18px, 5vw, 72px); background: #15130d; color: #e5d6b8; }
.site-footer img { width: 170px; height: 84px; object-fit: contain; filter: brightness(1.24); }
.site-footer p, .site-footer address { margin: 0; line-height: 1.7; }
.site-footer address { font-style: normal; }
.contact-card { display: grid; gap: 10px; }
.contact-card strong { color: var(--white); font-size: 24px; line-height: 1.2; }
.contact-card a { display: flex; align-items: center; gap: 10px; color: #f8edcf; }
.contact-card a:hover { color: var(--white); }
.contact-card span { display: inline-flex; align-items: center; justify-content: center; min-width: 54px; min-height: 30px; padding: 4px 8px; border: 1px solid rgba(229,214,184,.42); border-radius: 8px; color: #d7c599; font-size: 13px; font-weight: 700; }
.contact-card .map-link { justify-content: center; margin-top: 8px; min-height: 46px; padding: 10px 16px; color: var(--olive-dark); background: #e5d6b8; border-radius: 8px; font-weight: 700; }
.contact-card .map-link:hover { color: #15130d; background: var(--white); }
@media (max-width: 1200px) {
  .menu-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}
@media (max-width: 900px) {
  .nav-toggle { display: block; }
  .site-nav { position: absolute; top: 78px; left: 0; right: 0; display: none; flex-direction: column; align-items: stretch; gap: 0; padding: 10px 18px 18px; background: var(--paper); border-bottom: 1px solid var(--line); }
  .site-nav.is-open { display: flex; }
  .site-nav a { padding: 14px 6px; }
  .hero, .story-band, .location-section, .site-footer { grid-template-columns: 1fr; }
  .story-image, .owner-main { min-height: 520px; }
  .quick-info { grid-template-columns: 1fr; }
  .menu-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .quick-info div { border-right: 0; border-bottom: 1px solid rgba(255,253,246,.22); }
  .section-heading { display: block; }
  .gallery-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .pet-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 560px) {
  .brand img { width: 124px; height: 58px; }
  h1 { font-size: 42px; line-height: 1.02; }
  .hero-copy { margin: 0; padding: 68px 22px 76px; }
  .lead { font-size: 17px; line-height: 1.72; }
  .button { width: 100%; }
  .menu-grid { grid-template-columns: 1fr; }
  .gallery-grid { grid-template-columns: 1fr; }
  .pet-grid { grid-template-columns: 1fr; }
  .owner-inset { width: 38% !important; right: 16px; bottom: 16px; border-width: 6px; }
}

/* Interaction polish */
@media (prefers-reduced-motion: no-preference) {
  a,
  button,
  .button,
  .menu-card,
  .gallery-grid a,
  .pet-grid img,
  .quick-info div,
   .map-preview,
  .contact-card a,
  .owner-inset,
  .brand img {
    transition: transform .28s ease, box-shadow .28s ease, filter .28s ease, opacity .28s ease, color .28s ease, background-color .28s ease, border-color .28s ease;
  }

  .menu-card img,
  .gallery-grid img,
  .pet-grid img,
  .story-image img,
  .hero-media img {
    transition: transform .55s ease, filter .55s ease;
  }
}

.site-nav a {
  position: relative;
}

.site-nav a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 4px;
  height: 1px;
  background: var(--gold);
  transform: scaleX(0);
  transform-origin: center;
  transition: transform .28s ease;
}

.site-nav a:hover::after,
.site-nav a:focus-visible::after {
  transform: scaleX(1);
}

.brand:hover img {
  transform: translateY(-2px) scale(1.03);
  filter: brightness(1.04) saturate(1.05);
}

.button:hover,
.button:focus-visible {
  transform: translateY(-3px);
  box-shadow: 0 16px 34px rgba(0,0,0,.18);
}

.button:active {
  transform: translateY(-1px) scale(.99);
}

.menu-card,
.gallery-grid a,
.pet-grid img {
  will-change: transform;
}

.menu-card:hover,
.menu-card:focus-within {
  transform: translateY(-8px);
  box-shadow: 0 18px 42px rgba(49,43,27,.16);
  border-color: rgba(185,137,59,.55);
}

.menu-card:hover img {
  transform: scale(1.035);
  filter: saturate(1.06) brightness(1.02);
}

.gallery-grid a:hover,
.gallery-grid a:focus-visible {
  transform: translateY(-6px);
  box-shadow: 0 18px 36px rgba(49,43,27,.14);
}

.gallery-grid a:hover img,
.gallery-grid a:focus-visible img {
  filter: saturate(1.08) brightness(1.03);
}

.pet-grid img:hover {
  transform: translateY(-6px) scale(1.015);
  box-shadow: 0 18px 36px rgba(49,43,27,.14);
  filter: saturate(1.08) brightness(1.03);
}

.quick-info div:hover {
  background: rgba(255,253,246,.06);
}

.contact-card a:hover,
.contact-card a:focus-visible {
  transform: translateX(4px);
}

.map-preview:hover,
.map-preview:focus-visible,
.contact-card .map-link:hover,
.contact-card .map-link:focus-visible {
  transform: translateY(-3px);
  box-shadow: 0 14px 30px rgba(0,0,0,.18);
}

.owner-collage:hover .owner-main,
.story-image:hover .owner-main {
  transform: scale(1.025);
  filter: saturate(1.04) brightness(1.02);
}

.owner-collage:hover .owner-inset,
.story-image:hover .owner-inset {
  transform: translateY(-6px) rotate(-1deg);
}

.hero:hover .hero-media img {
  transform: scale(1.025);
  filter: saturate(1.08) contrast(1.02) brightness(1.02);
}

input:focus,
select:focus {
  outline: 2px solid rgba(185,137,59,.38);
  outline-offset: 2px;
  border-color: var(--gold);
  box-shadow: 0 0 0 4px rgba(185,137,59,.12);
}



.seo-section { background: var(--paper); }
.seo-copy { max-width: 1080px; color: var(--muted); font-size: 18px; line-height: 1.75; }
.seo-faq { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px; margin-top: 26px; }
.seo-faq article { padding: 20px; background: var(--white); border: 1px solid var(--line); border-radius: 8px; }
.seo-faq h3 { margin-bottom: 8px; font-size: 20px; }
.seo-faq p { margin-bottom: 0; color: var(--muted); font-size: 16px; line-height: 1.6; }
@media (max-width: 900px) { .seo-faq { grid-template-columns: 1fr; } }

.en-line { display: inline-block; margin-top: 4px; opacity: .88; font-size: .94em; line-height: 1.6; }
.en-heading { display: block; margin-top: 8px; color: inherit; opacity: .74; font-size: .42em; font-weight: 500; line-height: 1.2; }
.story-text-link { display: block; color: inherit; text-decoration: none; }
.story-text-link small { display: inline-block; margin-top: 12px; color: #d8cda7; font-size: 14px; }
.story-text-link:hover h2,
.story-text-link:focus-visible h2 { color: #fff8e8; }
.story-text-link:hover small,
.story-text-link:focus-visible small { color: var(--white); }
