:root {
  --page-bg: #f0f2f5;
  --text: #000000;
  --muted: rgba(46, 45, 49, 0.63);
  --line: rgba(46, 45, 49, 0.22);
  --shadow: 0 14px 24px rgba(0, 0, 0, 0.2);
  --radius: 8px;
  font-family: Inter, Arial, Helvetica, sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  background: var(--page-bg);
}

body {
  margin: 0;
  min-width: 320px;
  background: var(--page-bg);
  color: var(--text);
  line-height: 1.45;
}

a {
  color: inherit;
}

.page {
  width: min(100%, 366px);
  margin: 0 auto;
  padding: 36px 14px 42px;
}

.site-header {
  display: flex;
  align-items: center;
  gap: 12px;
  padding-bottom: 16px;
}

.logo {
  display: flex;
  width: 60px;
  flex: 0 0 60px;
  align-items: center;
  text-decoration: none;
}

.logo img {
  display: block;
  width: 100%;
  height: auto;
}

.brand {
  min-width: 0;
}

.brand-title {
  display: block;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.1;
  text-decoration: none;
}

.contact-line {
  margin: 2px 0 0;
  color: var(--muted);
  font-size: clamp(0.76rem, 3.2vw, 0.92rem);
  line-height: 1.2;
  white-space: nowrap;
}

.contact-line a {
  color: inherit;
  text-decoration: none;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
}

.home-card {
  overflow: hidden;
  border-radius: var(--radius);
  background: #ffffff;
  box-shadow: var(--shadow);
  margin-bottom: 64px;
}

.hero-image {
  display: block;
  width: 100%;
  height: auto;
  cursor: zoom-in;
}

.home-menu {
  display: grid;
  gap: 14px;
  padding: 48px 30px 48px;
}

.menu-button {
  display: flex;
  min-height: 48px;
  align-items: center;
  justify-content: space-between;
  border-radius: 7px;
  padding: 10px 20px;
  background: #f2f2f2;
  color: #000000;
  font-size: 1.04rem;
  line-height: 1.2;
  text-decoration: none;
}

.menu-button-dark {
  background: #000000;
  color: #ffffff;
  font-weight: 700;
}

.menu-button-blue {
  background: #4b91f1;
  color: #ffffff;
}

.menu-button i {
  width: 1.25rem;
  text-align: center;
  font-size: 1.2rem;
  line-height: 1;
}

.tab-section {
  position: relative;
  margin: 0 0 40px;
}

.tab-heading {
  position: relative;
  z-index: 1;
  display: inline-flex;
  max-width: 100%;
  align-items: baseline;
  gap: 0.35em;
  margin-bottom: -10px;
  border-radius: 5px 5px 5px 0;
  padding: 10px 15px;
  background: #5a5a5a;
  color: #ffffff;
}

.tab-heading h2 {
  margin: 0;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.2;
}

.tab-heading i {
  font-size: 1.05rem;
}

.staff-heart {
  margin-left: 0.08rem;
  font-size: 0.95em;
  vertical-align: -0.03em;
}

.staff-heart-pink {
  color: #ff4fb3;
}

.staff-heart-green {
  color: #39d44b;
}

.staff-heart-blue {
  color: #2491ff;
}

.panel {
  border-radius: 0 8px 8px 8px;
  padding: 28px 30px 30px;
  background: #ffffff;
  box-shadow: var(--shadow);
}

.panel h3 {
  margin: 0 0 0.2rem;
  font-size: 1.125rem;
  line-height: 1.35;
}

.panel p {
  margin: 0 0 1rem;
}

.panel p:last-child {
  margin-bottom: 0;
}

.panel a {
  color: #2491ff;
  text-decoration: none;
}

.panel a:visited,
.panel a:hover,
.panel a:active {
  color: #2491ff;
  text-decoration: none;
}

.price {
  color: #ff4500;
  font-weight: 700;
}

.service p:not(.price),
.payment-list p {
  color: var(--muted);
}

.payment-list strong {
  color: #000000;
}

.payment-list .muted-strong {
  color: var(--muted);
}

.copy-value {
  display: inline-flex;
  align-items: center;
  gap: 0.28rem;
  border: 0;
  padding: 0;
  background: transparent;
  color: #2491ff;
  cursor: pointer;
  font: inherit;
}

.copy-value.is-copied::after {
  content: " Afritað";
  color: #16b719;
  font-size: 0.78em;
}

.copy-value i {
  font-size: 0.72em;
  opacity: 0.72;
}

.price-dot {
  display: inline-block;
  width: 0.35em;
  height: 0.35em;
  margin: 0 0.28em;
  border-radius: 999px;
  background: #000000;
  vertical-align: 0.18em;
}

hr {
  height: 1px;
  margin: 1rem 0;
  border: 0;
  background: var(--line);
}

.pill-link {
  display: block;
  margin: 1.4rem auto 0;
  border-radius: 8px;
  padding: 0.75rem 1.2rem;
  background: #2491ff;
  color: #ffffff !important;
  text-align: center;
  text-decoration: none;
}

.payment-list p {
  margin-bottom: 1rem;
}

.check-icon {
  color: #16b719;
}

.staff-photo,
.slide {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 8px;
}

.staff-photo {
  margin-bottom: 1rem;
  cursor: zoom-in;
}

.staff-list {
  display: grid;
  gap: 1rem;
}

.staff-member {
  display: grid;
  grid-template-columns: 5.5rem 1fr;
  gap: 0.9rem;
  align-items: start;
}

.staff-member + .staff-member {
  padding-top: 1rem;
  border-top: 1px solid var(--line);
}

.staff-list .staff-photo {
  width: 5.5rem;
  aspect-ratio: 1;
  margin: 0;
  object-fit: cover;
  transform-origin: center;
}

.staff-list .staff-photo:hover,
.staff-list .staff-photo.is-photo-cue {
  animation: photo-cue 1.4s ease-in-out;
}

@keyframes photo-cue {
  0%,
  100% {
    transform: rotate(0deg) scale(1);
  }

  18% {
    transform: rotate(-1.5deg) scale(1.015);
  }

  36% {
    transform: rotate(1.5deg) scale(1.015);
  }

  54% {
    transform: rotate(-0.8deg) scale(1.01);
  }

  72% {
    transform: rotate(0.8deg) scale(1.01);
  }
}

.staff-profile h3 {
  display: flex;
  align-items: center;
  gap: 0.35rem;
  margin: 0 0 0.35rem;
  font-size: 1.15rem;
  line-height: 1.2;
}

.staff-profile p {
  margin: 0;
  color: var(--muted);
  font-size: 0.95rem;
  line-height: 1.35;
}

.location-profile a {
  color: #2491ff;
}

.location-name {
  color: #2491ff;
  font-weight: 400;
}

.link-icon {
  margin-left: 0.18rem;
  font-size: 0.62em;
  vertical-align: 0.08em;
}

.gallery {
  margin-bottom: 1rem;
}

.slides {
  position: relative;
  overflow: hidden;
  border-radius: 8px;
  background: #f2f2f2;
}

.slide {
  display: none;
}

.slide.is-active {
  display: block;
  cursor: zoom-in;
}

.gallery-pill {
  position: absolute;
  top: 0.45rem;
  right: 0.45rem;
  display: inline-flex;
  align-items: center;
  gap: 0.28rem;
  border-radius: 999px;
  padding: 0.32rem 0.48rem;
  background: rgba(0, 0, 0, 0.66);
  color: #ffffff;
  font-size: 0.68rem;
  line-height: 1;
}

.slide-arrow {
  position: absolute;
  bottom: 0.45rem;
  width: 2rem;
  height: 2rem;
  border: 0;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.86);
  color: #333333;
  font-size: 0.9rem;
  cursor: pointer;
}

.slide-arrow-prev {
  left: 0.45rem;
}

.slide-arrow-next {
  right: 0.45rem;
}

table {
  width: 100%;
  border-collapse: collapse;
  margin: 0 0 1rem;
}

tr.is-today th,
tr.is-today td {
  color: #000000;
}

tr.is-today th {
  position: relative;
  padding-left: 0.8rem;
}

tr.is-today th::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 0.36rem;
  height: 0.36rem;
  border-radius: 999px;
  background: #2491ff;
  transform: translateY(-50%);
}

th,
td {
  padding: 0.35rem 0;
  text-align: left;
  vertical-align: top;
}

th {
  color: var(--muted);
  font-weight: 400;
}

td {
  text-align: right;
  color: var(--muted);
}

.note {
  color: var(--muted);
}

.lightbox {
  position: fixed;
  inset: 0;
  z-index: 20;
  display: none;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 1rem;
  background: rgba(0, 0, 0, 0.82);
}

.lightbox.is-open {
  display: flex;
}

.lightbox-frame {
  position: relative;
  margin: 0;
  max-width: 100%;
  max-height: 82vh;
}

.lightbox-image {
  display: block;
  max-width: 100%;
  max-height: 82vh;
  border-radius: 8px;
  cursor: pointer;
}

.lightbox-caption {
  position: absolute;
  left: 0.55rem;
  bottom: 0.55rem;
  max-width: calc(100% - 1.1rem);
  border-radius: 6px;
  padding: 0.35rem 0.55rem;
  background: rgba(0, 0, 0, 0.62);
  color: #ffffff;
  font-size: 0.98rem;
  line-height: 1.35;
}

.lightbox-close {
  position: fixed;
  top: 0.7rem;
  right: 0.7rem;
}

.lightbox-arrow {
  position: absolute;
  z-index: 1;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(255, 255, 255, 0.86);
}

.lightbox-prev {
  left: 0.55rem;
}

.lightbox-next {
  right: 0.55rem;
}

.lightbox.has-single-image .lightbox-arrow {
  display: none;
}

.lightbox-close,
.lightbox-arrow {
  width: 2.25rem;
  height: 2.25rem;
  border: 0;
  border-radius: 999px;
  color: #000000;
  font-size: 1.2rem;
  cursor: pointer;
}

.lightbox-close {
  background: #ffffff;
}
