:root {
  --green-950: #04100a;
  --green-900: #071910;
  --green-800: #0a281a;
  --green-700: #143b27;
  --cream: #f2ede3;
  --sand: #e7ded0;
  --paper: #faf7f1;
  --ink: #102017;
  --sage: #9bab9f;
  --brass: #c8a46a;
  --line-light: rgba(242, 237, 227, 0.16);
  --line-dark: rgba(16, 32, 23, 0.15);
  --display: "Source Serif 4", Georgia, serif;
  --sans: "Manrope", system-ui, sans-serif;
  --wrap: 1240px;
  --gutter: clamp(1.25rem, 4vw, 4rem);
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 5rem;
}

body {
  margin: 0;
  min-width: 320px;
  overflow-x: hidden;
  color: var(--ink);
  background: var(--green-950);
  font-family: var(--sans);
  line-height: 1.6;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

body,
button,
a {
  -webkit-tap-highlight-color: transparent;
}

img {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
}

p,
figure,
blockquote {
  margin: 0;
}

h1,
h2 {
  margin: 0;
  font-family: var(--display);
  font-weight: 500;
  text-wrap: balance;
}

h3 {
  margin: 0;
  font-family: var(--sans);
}

h1 {
  max-width: 10ch;
  font-size: clamp(4rem, 8vw, 8rem);
  line-height: 0.86;
  letter-spacing: -0.062em;
}

html[lang="en"] h1 {
  max-width: none;
  font-size: clamp(3.95rem, 7.9vw, 7.85rem);
  letter-spacing: -0.068em;
}

.hero-keep,
.keep-line {
  white-space: nowrap;
}

html[lang="en"] .service-list li {
  min-height: 4.35rem;
}

h2 {
  font-size: clamp(3rem, 5.4vw, 5.7rem);
  line-height: 0.95;
  letter-spacing: -0.052em;
}

h1 em,
h2 em {
  font-weight: 500;
  color: var(--brass);
}

svg {
  display: block;
}

.skip-link {
  position: fixed;
  top: -5rem;
  left: 1rem;
  z-index: 200;
  padding: 0.7rem 1rem;
  color: var(--green-900);
  background: var(--cream);
  text-decoration: none;
}

.skip-link:focus {
  top: 1rem;
}

.section-wrap {
  width: min(100%, var(--wrap));
  margin-inline: auto;
}

.section-light {
  color: var(--ink);
  background: var(--paper);
}

.section-green {
  color: var(--cream);
  background: var(--green-800);
}

.section-sand {
  color: var(--ink);
  background: var(--sand);
}

.kicker {
  margin-bottom: 1.2rem;
  color: var(--brass);
  font-size: 0.69rem;
  font-weight: 600;
  line-height: 1.3;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

.kicker-dark {
  color: var(--green-700);
}

.section-index {
  color: var(--green-700);
  font-family: var(--sans);
  font-size: 1.1rem;
  font-weight: 500;
  letter-spacing: -0.03em;
}

.section-index-light {
  color: var(--brass);
}

.button {
  min-height: 3.25rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.65rem;
  padding: 0.9rem 1.35rem;
  border: 1px solid transparent;
  border-radius: 0;
  font-size: 0.69rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.15em;
  text-decoration: none;
  text-transform: uppercase;
  transition:
    transform 180ms ease,
    color 180ms ease,
    background 180ms ease,
    border-color 180ms ease;
}

.button:hover {
  transform: translateY(-2px);
}

.button svg {
  width: 1rem;
  fill: currentColor;
}

.button-light {
  color: var(--green-900);
  background: var(--cream);
}

.button-light:hover {
  background: #fff;
}

.button-glass {
  color: var(--cream);
  border-color: rgba(242, 237, 227, 0.4);
  background: rgba(7, 25, 16, 0.14);
  backdrop-filter: blur(8px);
}

.button-glass:hover {
  border-color: var(--cream);
  background: rgba(242, 237, 227, 0.08);
}

.button-dark {
  color: var(--cream);
  background: var(--green-800);
}

.button-dark:hover {
  background: var(--green-700);
}

.button-outline {
  color: var(--green-800);
  border-color: rgba(10, 40, 26, 0.34);
}

.button-outline:hover {
  border-color: var(--green-800);
}

/* Header */

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 100;
  color: var(--cream);
  transition:
    background 200ms ease,
    box-shadow 200ms ease;
}

.site-header::after {
  content: "";
  position: absolute;
  inset: auto var(--gutter) 0;
  height: 1px;
  background: rgba(242, 237, 227, 0.22);
}

.site-header.is-scrolled,
.site-header.is-open {
  background: rgba(4, 16, 10, 0.92);
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.18);
  backdrop-filter: blur(18px);
}

html[lang="en"] .i18n-el,
html:not([lang="en"]) .i18n-en {
  display: none !important;
}

html[lang="en"] .hours li.is-today::before {
  content: "Today";
}

.nav-shell {
  width: min(100%, calc(var(--wrap) + 2 * var(--gutter)));
  min-height: 5.5rem;
  margin: 0 auto;
  padding-inline: var(--gutter);
  display: grid;
  grid-template-columns: 8rem 1fr auto;
  align-items: center;
  gap: 2rem;
}

.header-actions {
  display: flex;
  align-items: center;
  gap: 0.9rem;
}

.lang-switch {
  display: inline-flex;
  align-items: center;
  padding: 0.18rem;
  border: 1px solid rgba(242, 237, 227, 0.22);
}

.lang-switch a {
  min-width: 2.15rem;
  min-height: 1.75rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  border: 0;
  color: rgba(242, 237, 227, 0.58);
  background: transparent;
  font-family: var(--sans);
  font-size: 0.62rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-decoration: none;
}

.lang-switch a[aria-current="page"] {
  color: var(--green-900);
  background: var(--cream);
}

.brand {
  width: 7rem;
}

.brand img {
  width: 100%;
  height: auto;
}

.desktop-nav {
  display: flex;
  justify-content: center;
  gap: clamp(1.25rem, 3vw, 2.6rem);
}

.desktop-nav a {
  position: relative;
  color: rgba(242, 237, 227, 0.74);
  font-size: 0.65rem;
  font-weight: 600;
  letter-spacing: 0.17em;
  text-decoration: none;
  text-transform: uppercase;
}

.desktop-nav a::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -0.5rem;
  left: 0;
  height: 1px;
  background: var(--brass);
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 180ms ease;
}

.desktop-nav a:hover {
  color: var(--cream);
}

.desktop-nav a:hover::after {
  transform: scaleX(1);
  transform-origin: left;
}

.header-phone {
  display: flex;
  align-items: baseline;
  gap: 0.65rem;
  text-decoration: none;
}

.header-phone span {
  color: var(--brass);
  font-size: 0.6rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.header-phone strong {
  font-family: var(--sans);
  font-size: 0.9rem;
  font-weight: 600;
  letter-spacing: -0.01em;
}

.menu-toggle {
  width: 2.8rem;
  height: 2.8rem;
  display: none;
  padding: 0;
  border: 0;
  color: inherit;
  background: transparent;
  cursor: pointer;
}

.menu-toggle span {
  width: 1.55rem;
  height: 1px;
  display: block;
  margin: 0.42rem auto;
  background: currentColor;
  transition: transform 200ms ease;
}

.site-header.is-open .menu-toggle span:first-child {
  transform: translateY(0.24rem) rotate(45deg);
}

.site-header.is-open .menu-toggle span:last-child {
  transform: translateY(-0.24rem) rotate(-45deg);
}

.mobile-nav {
  display: none;
}

/* Hero */

.hero {
  position: relative;
  min-height: max(100svh, 46rem);
  overflow: hidden;
  color: var(--cream);
  background: var(--green-950);
}

.hero-media,
.hero-media img,
.hero-shade {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.hero-media img {
  object-fit: cover;
  object-position: center;
  animation: heroReveal 1.25s cubic-bezier(0.2, 0.8, 0.2, 1) both;
}

.hero-shade {
  background:
    linear-gradient(90deg, rgba(4, 16, 10, 0.92) 0%, rgba(4, 16, 10, 0.73) 34%, rgba(4, 16, 10, 0.08) 68%),
    linear-gradient(0deg, rgba(4, 16, 10, 0.76) 0%, transparent 42%);
}

.hero-inner {
  position: relative;
  z-index: 2;
  width: min(100%, calc(var(--wrap) + 2 * var(--gutter)));
  min-height: max(100svh, 46rem);
  margin-inline: auto;
  padding: clamp(9rem, 18vh, 12.5rem) var(--gutter) 3.4rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.hero-copy {
  animation: copyReveal 0.9s 0.12s ease both;
}

.hero-intro {
  max-width: 31rem;
  margin-top: 1.8rem;
  color: rgba(242, 237, 227, 0.82);
  font-size: clamp(0.97rem, 1.5vw, 1.15rem);
  font-weight: 400;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
  margin-top: 2rem;
}

.hero-utility {
  width: min(100%, 48rem);
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid var(--line-light);
  animation: copyReveal 0.9s 0.28s ease both;
}

.utility-item {
  min-height: 4.8rem;
  display: flex;
  align-items: center;
  gap: 0.9rem;
  padding: 1rem 1.25rem 0 0;
  color: var(--cream);
  border-right: 1px solid var(--line-light);
  text-decoration: none;
}

.utility-item + .utility-item {
  padding-left: 1.25rem;
}

.utility-item:last-child {
  border-right: 0;
}

.utility-item small,
.utility-item strong {
  display: block;
}

.utility-item small {
  margin-bottom: 0.12rem;
  color: var(--sage);
  font-size: 0.57rem;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.utility-item strong {
  font-family: var(--sans);
  font-size: 0.88rem;
  font-weight: 600;
  line-height: 1.25;
}

.status-dot {
  width: 0.55rem;
  height: 0.55rem;
  flex: 0 0 auto;
  border-radius: 50%;
  background: #80c78d;
  box-shadow: 0 0 0 0.28rem rgba(128, 199, 141, 0.13);
}

[data-state="closed"] .status-dot,
.status-dot[data-state="closed"] {
  background: var(--brass);
  box-shadow: 0 0 0 0.28rem rgba(200, 164, 106, 0.13);
}

.utility-arrow {
  width: 1.4rem;
  height: 1.4rem;
  flex: 0 0 1.4rem;
  aspect-ratio: 1;
  display: grid;
  place-items: center;
  overflow: hidden;
  color: var(--brass);
  border: 1px solid rgba(200, 164, 106, 0.55);
  border-radius: 50%;
  font-size: 0.68rem;
  line-height: 1;
}

.rating-star {
  color: var(--brass);
  font-size: 1.05rem;
}

.scroll-cue {
  position: absolute;
  z-index: 3;
  right: var(--gutter);
  bottom: 2.4rem;
  display: flex;
  align-items: center;
  gap: 0.7rem;
  color: rgba(242, 237, 227, 0.65);
  font-size: 0.55rem;
  font-weight: 600;
  letter-spacing: 0.2em;
  text-decoration: none;
  text-transform: uppercase;
  transform: rotate(90deg) translateX(-100%);
  transform-origin: right bottom;
}

.scroll-cue i {
  width: 2.5rem;
  height: 1px;
  background: currentColor;
}

@keyframes heroReveal {
  from {
    opacity: 0;
    transform: scale(1.035);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}

@keyframes copyReveal {
  from {
    opacity: 0;
    transform: translateY(1.25rem);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Story */

.story {
  padding: clamp(6rem, 10vw, 10rem) var(--gutter);
}

.story-grid {
  display: grid;
  grid-template-columns: 0.42fr 1.15fr 0.88fr;
  grid-template-rows: auto auto;
  gap: 4rem 3rem;
}

.story-heading {
  max-width: 48rem;
}

.story-copy {
  align-self: end;
  padding-bottom: 0.5rem;
}

.story-copy p {
  color: #4d5b52;
  font-size: 0.94rem;
}

.story-copy .story-lead {
  margin-bottom: 1.4rem;
  color: var(--ink);
  font-family: var(--sans);
  font-size: clamp(1.08rem, 1.6vw, 1.3rem);
  font-weight: 500;
  line-height: 1.5;
}

.editorial-link {
  display: flex;
  width: fit-content;
  align-items: center;
  gap: 0.75rem;
  margin-top: 2rem;
  padding-bottom: 0.25rem;
  border-bottom: 1px solid var(--green-800);
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.16em;
  line-height: 1.2;
  text-decoration: none;
  text-transform: uppercase;
}

.editorial-link span {
  display: inline-block;
  width: 1rem;
  height: 1rem;
  flex: 0 0 1rem;
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1;
  text-align: center;
}

.story-image {
  grid-column: 2 / 3;
  position: relative;
  min-height: 45rem;
  overflow: hidden;
}

.story-image::after,
.place-main::after,
.place-detail::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.12);
}

.story-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.story-note {
  max-width: 16rem;
  align-self: end;
  padding-bottom: 3rem;
  color: #5d6b62;
  font-family: var(--sans);
  font-size: 0.92rem;
  line-height: 1.55;
}

.story-note span {
  display: block;
  margin-bottom: 1.2rem;
  color: var(--green-700);
  font-family: var(--sans);
  font-size: 0.6rem;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

/* Services */

.services {
  padding: clamp(6rem, 10vw, 9rem) var(--gutter);
}

.services-head {
  display: grid;
  grid-template-columns: 0.42fr 1.15fr 0.88fr;
  gap: 3rem;
  align-items: end;
  margin-bottom: 5rem;
}

.services-head > p {
  max-width: 25rem;
  color: rgba(242, 237, 227, 0.64);
  font-size: 0.9rem;
}

.service-groups {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(3rem, 7vw, 8rem);
  margin-left: calc((100% + 6rem) * 0.14);
}

.service-group h3 {
  margin-bottom: 1.35rem;
  color: var(--brass);
  font-family: var(--sans);
  font-size: 0.65rem;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.service-list {
  margin: 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid var(--line-light);
}

.service-list li {
  min-height: 5.3rem;
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 1rem;
  border-bottom: 1px solid var(--line-light);
}

.service-list strong,
.service-list small {
  display: block;
}

.service-list strong {
  font-family: var(--sans);
  font-size: clamp(0.94rem, 1.4vw, 1.08rem);
  font-weight: 500;
  line-height: 1.35;
}

.service-list small {
  margin-top: 0.25rem;
  color: var(--sage);
  font-size: 0.63rem;
  letter-spacing: 0.05em;
}

.service-list b {
  color: var(--brass);
  font-family: var(--sans);
  font-size: 1rem;
  font-weight: 600;
  font-variant-numeric: tabular-nums;
}

.services-contact {
  max-width: calc(100% - ((100% + 6rem) * 0.14));
  margin: 4rem 0 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(2rem, 5vw, 5rem);
}

.services-call {
  min-height: 7rem;
  padding: 1.5rem 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: var(--cream);
  border-bottom: 1px solid var(--brass);
  text-decoration: none;
}

.services-call small,
.services-call strong {
  display: block;
}

.services-call small {
  margin-bottom: 0.4rem;
  color: var(--sage);
  font-size: 0.62rem;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.services-call strong {
  font-family: var(--sans);
  font-size: clamp(1.3rem, 2.2vw, 2rem);
  font-weight: 500;
  line-height: 1.12;
  letter-spacing: -0.035em;
}

.services-call i {
  width: 3.8rem;
  height: 3.8rem;
  flex: 0 0 auto;
  display: grid;
  place-items: center;
  border: 1px solid var(--brass);
  border-radius: 50%;
  color: var(--brass);
  font-family: var(--sans);
  font-size: 1.2rem;
  font-style: normal;
  transition:
    color 180ms ease,
    background 180ms ease;
}

.services-call:hover i {
  color: var(--green-800);
  background: var(--brass);
}

/* Place */

.place {
  padding: clamp(6rem, 10vw, 10rem) var(--gutter);
}

.place-grid {
  display: grid;
  grid-template-columns: 1.35fr 0.82fr;
  grid-template-rows: auto 1fr;
  gap: 0 clamp(2.5rem, 6vw, 7rem);
  position: relative;
}

.place-main {
  grid-row: 1 / 3;
  position: relative;
  min-height: 47rem;
  overflow: hidden;
}

.place-main img,
.place-detail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.place-copy {
  position: relative;
  z-index: 2;
  margin-left: -8rem;
  padding: 2rem 0 3rem 4rem;
  background: var(--paper);
}

.place-copy h2 {
  font-size: clamp(2.8rem, 4.5vw, 5rem);
}

.place-copy > p {
  max-width: 28rem;
  margin: 1.8rem 0 0 8rem;
  color: #4d5b52;
  font-size: 0.92rem;
}

.place-detail {
  position: relative;
  width: 72%;
  min-height: 23rem;
  overflow: hidden;
}

.place-mark {
  position: absolute;
  right: -1rem;
  bottom: -4.5rem;
  color: rgba(10, 40, 26, 0.055);
  font-family: var(--display);
  font-size: clamp(15rem, 27vw, 27rem);
  line-height: 0.7;
  pointer-events: none;
}

/* Reputation */

.reputation {
  padding: clamp(4.5rem, 8vw, 7rem) var(--gutter);
  color: var(--cream);
  background: var(--green-950);
}

.reputation-grid {
  display: grid;
  grid-template-columns: 0.68fr 1.32fr;
  gap: clamp(3rem, 8vw, 9rem);
  align-items: center;
}

.rating-lockup {
  display: flex;
  align-items: center;
  gap: 1.2rem;
}

.rating-lockup > span {
  font-family: var(--sans);
  font-size: clamp(5rem, 10vw, 9rem);
  font-weight: 500;
  line-height: 0.8;
  letter-spacing: -0.06em;
  font-variant-numeric: tabular-nums;
}

.rating-lockup p {
  color: var(--brass);
  font-size: 0.7rem;
  letter-spacing: 0.13em;
}

.rating-lockup small {
  display: block;
  margin-top: 0.35rem;
  color: var(--sage);
  font-size: 0.58rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.review-carousel {
  min-width: 0;
  padding-left: clamp(2rem, 6vw, 6rem);
  border-left: 1px solid var(--line-light);
}

.review-slides {
  display: grid;
}

.review-slide {
  grid-area: 1 / 1;
  opacity: 0;
  visibility: hidden;
  transform: translateY(0.5rem);
  transition:
    opacity 400ms ease,
    transform 400ms ease,
    visibility 400ms ease;
}

.review-slide.is-active {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.reputation blockquote p {
  font-family: var(--sans);
  font-size: clamp(1.12rem, 2.2vw, 1.7rem);
  font-weight: 400;
  line-height: 1.5;
}

.reputation blockquote footer {
  margin-top: 1.5rem;
  color: var(--brass);
  font-size: 0.61rem;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.review-controls {
  display: flex;
  gap: 0.6rem;
  margin-top: 2rem;
}

.review-controls button {
  width: 2.4rem;
  height: 1rem;
  position: relative;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
}

.review-controls button::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  height: 1px;
  background: rgba(242, 237, 227, 0.3);
  transition: background 180ms ease;
}

.review-controls button.is-active::after {
  background: var(--brass);
}

/* Visit */

.visit {
  padding: clamp(6rem, 10vw, 9rem) var(--gutter);
}

.visit-heading {
  display: grid;
  grid-template-columns: 0.42fr 1fr;
  gap: 3rem;
  margin-bottom: 4rem;
}

.visit-card {
  display: grid;
  grid-template-columns: 0.82fr 1.18fr;
  min-height: 45rem;
  overflow: hidden;
  border: 1px solid rgba(16, 32, 23, 0.08);
  border-radius: 2rem;
  background: #fff;
  box-shadow: 0 2rem 5rem rgba(38, 31, 21, 0.1);
}

.visit-details {
  padding: clamp(2rem, 4vw, 4rem);
}

.hours-note {
  margin: -1.5rem 0 1.8rem;
  color: #657168;
  font-size: 0.68rem;
  font-weight: 400;
  line-height: 1.55;
}

.hours-note a {
  color: var(--green-700);
  font-weight: 600;
  text-underline-offset: 0.16rem;
}

.contact-row {
  display: grid;
  grid-template-columns: 7.25rem 1fr;
  gap: 1rem;
  margin-bottom: 1.5rem;
}

.contact-row small {
  display: inline-flex;
  align-items: center;
  gap: 0.38rem;
  padding-top: 0.25rem;
  color: #77827a;
  font-size: 0.58rem;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.contact-whatsapp {
  overflow: visible;
  min-height: 1.55rem;
  padding-top: 0.15rem;
}

.whatsapp-mark {
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  overflow: visible;
  flex: 0 0 auto;
  color: var(--brass);
}

.whatsapp-mark path {
  fill: currentColor;
}

.contact-row a {
  width: fit-content;
  font-family: var(--sans);
  font-size: clamp(1rem, 1.7vw, 1.2rem);
  font-weight: 500;
  line-height: 1.45;
  text-decoration: none;
  letter-spacing: -0.02em;
}

.hours-label {
  margin-top: 2.5rem;
  color: #77827a;
  font-size: 0.56rem;
  font-weight: 600;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.hours {
  margin: 0.75rem 0 2.5rem;
  padding: 0;
  list-style: none;
  border-top: 1px solid var(--line-dark);
}

.hours li {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.52rem 0;
  color: #59665d;
  border-bottom: 1px solid rgba(16, 32, 23, 0.09);
  font-size: 0.74rem;
}

.hours li.is-today {
  color: var(--green-800);
  font-weight: 600;
}

.hours li.is-today::before {
  content: "Σήμερα";
  margin-right: auto;
  color: #3f8f5f;
  font-size: 0.52rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.visit-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
}

.map-wrap {
  position: relative;
  min-height: 100%;
  overflow: hidden;
  background: var(--green-900);
}

.map-wrap iframe {
  width: 100%;
  height: 100%;
  min-height: 45rem;
  border: 0;
  filter: grayscale(0.2) saturate(0.78) contrast(1.04);
}

.map-link {
  position: absolute;
  right: 1rem;
  bottom: 1rem;
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 0.85rem 1rem;
  color: var(--cream);
  background: var(--green-900);
  font-size: 0.62rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-decoration: none;
  text-transform: uppercase;
}

.map-link span {
  color: var(--brass);
  font-size: 0.95rem;
}

/* Instagram */

.instagram-section {
  position: relative;
  min-height: 42rem;
  display: grid;
  place-items: center;
  overflow: hidden;
  padding: 5rem var(--gutter);
  color: var(--cream);
  text-align: center;
}

.instagram-bg,
.instagram-shade {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.instagram-bg {
  object-fit: cover;
  object-position: center 45%;
  transform: scale(1.015);
}

.instagram-shade {
  background: rgba(4, 16, 10, 0.78);
}

.instagram-copy {
  position: relative;
  z-index: 2;
}

.instagram-copy h2 {
  margin-bottom: 2rem;
}

.instagram-copy .button span {
  color: var(--brass);
  font-size: 0.9rem;
}

/* Footer */

.site-footer {
  padding: 4rem var(--gutter) 3rem;
  color: rgba(242, 237, 227, 0.68);
  background: var(--green-950);
}

.footer-inner {
  width: min(100%, var(--wrap));
  margin-inline: auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4rem 2rem;
  align-items: start;
}

.footer-brand {
  width: 9rem;
}

.footer-brand img {
  width: 100%;
  height: auto;
}

.footer-info {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
  font-size: 0.73rem;
}

.footer-info a {
  text-decoration: none;
}

.footer-info a:hover {
  color: var(--cream);
}

.copyright,
.back-top {
  padding-top: 1.5rem;
  border-top: 1px solid var(--line-light);
  font-size: 0.58rem;
  font-weight: 600;
  letter-spacing: 0.15em;
  text-decoration: none;
  text-transform: uppercase;
}

.back-top {
  text-align: right;
}

.mobile-dock,
.mobile-dock[hidden] {
  display: none !important;
}

/* Tablet */

@media (max-width: 980px) {
  .desktop-nav {
    display: none;
  }

  .nav-shell {
    grid-template-columns: 1fr auto;
  }

  .menu-toggle {
    display: block;
  }

  .mobile-nav {
    max-height: calc(100svh - 5.5rem);
    overflow-y: auto;
    padding: 2rem var(--gutter) 2.5rem;
    border-top: 1px solid var(--line-light);
    background: var(--green-950);
  }

  .site-header.is-open .mobile-nav {
    display: flex;
    flex-direction: column;
  }

  .mobile-nav > a {
    display: flex;
    align-items: baseline;
    gap: 1rem;
    padding: 0.8rem 0;
    color: var(--cream);
    font-family: var(--sans);
    font-size: 1.15rem;
    font-weight: 500;
    line-height: 1.3;
    text-decoration: none;
  }

  .mobile-nav > a > span:first-child {
    color: var(--brass);
    font-family: var(--sans);
    font-size: 0.55rem;
  }

  .mobile-nav .mobile-menu-call {
    width: fit-content;
    margin-top: 1.2rem;
    padding: 1rem 1.2rem;
    color: var(--green-900);
    background: var(--cream);
    font-family: var(--sans);
    font-size: 0.65rem;
    font-weight: 600;
    letter-spacing: 0.14em;
    text-transform: uppercase;
  }

  .story-grid,
  .services-head {
    grid-template-columns: 0.2fr 1fr;
  }

  .story-copy,
  .services-head > p {
    grid-column: 2;
  }

  .story-image {
    grid-column: 2;
    min-height: 36rem;
  }

  .story-note {
    display: none;
  }

  .service-groups {
    margin-left: 0;
  }

  .services-contact {
    max-width: 100%;
  }

  .place-main {
    min-height: 42rem;
  }

  .place-copy {
    margin-left: -4rem;
    padding-left: 2.5rem;
  }

  .place-copy > p {
    margin-left: 2rem;
  }

  .visit-card {
    grid-template-columns: 1fr;
  }

  .map-wrap,
  .map-wrap iframe {
    min-height: 32rem;
  }
}

/* Mobile */

@media (max-width: 700px) {
  html {
    scroll-padding-top: 4.5rem;
  }

  body.dock-visible {
    padding-bottom: calc(4.65rem + env(safe-area-inset-bottom));
  }

  h1 {
    font-size: clamp(3.35rem, 16vw, 5rem);
    line-height: 0.9;
  }

  html[lang="en"] h1 {
    font-size: clamp(3.1rem, 13.8vw, 4.65rem);
  }

  h2 {
    font-size: clamp(2.75rem, 13vw, 4.25rem);
    line-height: 0.96;
  }

  .site-header::after {
    inset-inline: var(--gutter);
  }

  .nav-shell {
    min-height: 4.6rem;
    grid-template-columns: 1fr auto;
    gap: 1rem;
  }

  .brand {
    width: 5.8rem;
  }

  .header-phone {
    display: none;
  }

  .mobile-nav {
    max-height: calc(100svh - 4.6rem);
  }

  .hero,
  .hero-inner {
    min-height: max(100svh, 43rem);
  }

  .hero-media img {
    object-position: 67% center;
  }

  .hero-shade {
    background:
      linear-gradient(90deg, rgba(4, 16, 10, 0.9) 0%, rgba(4, 16, 10, 0.58) 75%, rgba(4, 16, 10, 0.25) 100%),
      linear-gradient(0deg, rgba(4, 16, 10, 0.9) 0%, transparent 58%);
  }

  .hero-inner {
    padding-top: 8.3rem;
    padding-bottom: 1.4rem;
  }

  .hero-copy {
    margin-bottom: 3rem;
  }

  .hero-intro {
    max-width: 22rem;
    margin-top: 1.4rem;
    font-size: 0.92rem;
    line-height: 1.55;
  }

  .hero-actions {
    margin-top: 1.5rem;
  }

  .hero-actions .button {
    min-height: 3.05rem;
    padding-inline: 1.05rem;
  }

  .hero-utility {
    grid-template-columns: 1fr 1fr;
  }

  .utility-item {
    min-height: 4.2rem;
    padding: 0.8rem 0.7rem 0 0;
    gap: 0.65rem;
  }

  .utility-item + .utility-item {
    padding-left: 0.7rem;
  }

  .utility-rating {
    display: none;
  }

  .utility-item strong {
    font-size: 0.9rem;
  }

  .scroll-cue {
    display: none;
  }

  .story,
  .services,
  .place,
  .visit {
    padding-top: 5.5rem;
    padding-bottom: 5.5rem;
  }

  .story-grid,
  .services-head,
  .visit-heading {
    display: block;
  }

  .section-index {
    margin-bottom: 2.2rem;
  }

  .story-copy {
    margin-top: 2.4rem;
  }

  .story-image {
    min-height: 30rem;
    margin-top: 3.2rem;
  }

  .services-head {
    margin-bottom: 3rem;
  }

  .services-head > p {
    margin-top: 1.6rem;
  }

  .service-groups {
    grid-template-columns: 1fr;
    gap: 3.5rem;
  }

  .service-list li {
    min-height: 4.8rem;
  }

  .service-list strong {
    font-size: 1.17rem;
  }

  .services-contact {
    grid-template-columns: 1fr;
    gap: 0;
    margin-top: 3rem;
  }

  .services-call {
    min-height: 6rem;
  }

  .services-call strong {
    font-size: 1.35rem;
  }

  .services-call i {
    width: 3rem;
    height: 3rem;
  }

  .place-grid {
    display: flex;
    flex-direction: column;
  }

  .place-main {
    min-height: 28rem;
    order: 2;
  }

  .place-copy {
    margin: 0;
    padding: 0 0 3rem;
    order: 1;
  }

  .place-copy > p {
    margin: 1.5rem 0 0;
  }

  .place-detail {
    width: 72%;
    min-height: 23rem;
    margin: -5rem 0 0 auto;
    border: 0.55rem solid var(--paper);
    order: 3;
  }

  .place-mark {
    display: none;
  }

  .reputation {
    padding-block: 5rem;
  }

  .reputation-grid {
    grid-template-columns: 1fr;
    gap: 2.8rem;
  }

  .rating-lockup > span {
    font-size: 6.5rem;
  }

  .review-carousel {
    padding: 2.4rem 0 0;
    border-top: 1px solid var(--line-light);
    border-left: 0;
  }

  .reputation blockquote p {
    font-size: 1.75rem;
  }

  .visit-heading {
    margin-bottom: 2.7rem;
  }

  .visit-card {
    margin-inline: 0;
    border-radius: 1.4rem;
    box-shadow: 0 1.2rem 3rem rgba(38, 31, 21, 0.1);
  }

  .visit-details {
    padding: 2rem 1.25rem 2.5rem;
  }

  .contact-row {
    grid-template-columns: minmax(6.75rem, max-content) 1fr;
  }

  .hours li {
    font-size: 0.7rem;
  }

  .hours li.is-today::before {
    display: none;
  }

  .visit-actions .button {
    flex: 1;
  }

  .map-wrap,
  .map-wrap iframe {
    min-height: 25rem;
  }

  .instagram-section {
    min-height: 36rem;
  }

  .footer-inner {
    grid-template-columns: 1fr;
    gap: 2.5rem;
  }

  .footer-info {
    grid-template-columns: 1fr;
    gap: 1.2rem;
  }

  .back-top {
    display: none;
  }

  .mobile-dock {
    position: fixed;
    z-index: 120;
    right: 0.75rem;
    bottom: calc(0.75rem + env(safe-area-inset-bottom));
    left: 0.75rem;
    height: 4.35rem;
    display: none !important;
    grid-template-columns: 1fr 1fr;
    gap: 0.38rem;
    padding: 0.38rem;
    overflow: hidden;
    color: var(--green-900);
    border: 1px solid rgba(16, 32, 23, 0.12);
    border-radius: 1.25rem;
    background: rgba(250, 247, 241, 0.96);
    box-shadow:
      0 1rem 2.5rem rgba(0, 0, 0, 0.22),
      0 0.15rem 0.5rem rgba(0, 0, 0, 0.08);
    backdrop-filter: blur(18px);
  }

  body.dock-visible .mobile-dock:not([hidden]) {
    display: grid !important;
  }

  .mobile-dock a {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 0.6rem;
    min-width: 0;
    padding: 0.48rem 0.75rem;
    border: 1px solid rgba(16, 32, 23, 0.12);
    border-radius: 0.88rem;
    text-decoration: none;
  }

  .mobile-dock a:first-child {
    color: var(--cream);
    border-color: var(--green-800);
    background: var(--green-800);
  }

  .mobile-dock a + a {
    background: rgba(255, 255, 255, 0.78);
  }

  .mobile-dock svg {
    width: 1.05rem;
    flex: 0 0 auto;
    fill: currentColor;
  }

  .mobile-dock a > span {
    min-width: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    overflow: visible;
    font-size: 0.62rem;
    font-weight: 600;
    line-height: 1.2;
    letter-spacing: 0.035em;
    text-transform: uppercase;
    white-space: normal;
  }

  .mobile-dock small {
    display: block;
    margin-bottom: 0.12rem;
    color: #69766d;
    font-size: 0.46rem;
    font-weight: 500;
    letter-spacing: 0.075em;
  }

  .mobile-dock a:first-child small {
    color: rgba(242, 237, 227, 0.68);
  }
}

@media (max-width: 380px) {
  .hero-actions {
    gap: 0.45rem;
  }

  .hero-actions .button {
    padding-inline: 0.8rem;
    font-size: 0.59rem;
  }

  .utility-item strong {
    font-size: 0.82rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}
