/* Senast uppdaterad: 2026-07-24 09:30 | av: KlⒶssⓔ & Ⓐberg */
/* Mobil och mindre surfplattor: den godkända mobilpresentationen. */

body {
  width: 100%;
  max-width: 480px;
  margin-inline: auto;
  box-shadow: 0 0 70px rgba(67, 38, 23, .18);
}

.shell {
  width: calc(100% - 1.25rem);
}

.site-header {
  padding: .65rem 0;
}

.home-page .site-header {
  width: 100%;
  max-width: 480px;
  aspect-ratio: 1761 / 718;
  padding: 0;
  background-image: var(--header-art);
  background-position: center;
  background-size: cover;
}

.home-page .site-header .nav,
.home-page .site-header .brand {
  height: 100%;
}

.home-page .brand-label {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
}

.brand {
  font-size: 1.15rem;
}

.menu-toggle {
  position: relative;
  z-index: 3;
}

.home-page .menu-toggle {
  align-self: flex-start;
  margin-top: .65rem;
}

.nav-links {
  position: absolute;
  top: calc(100% + .45rem);
  right: .6rem;
  z-index: 4;
  display: none;
  width: min(250px, calc(100vw - 1.25rem));
  max-height: 70vh;
  padding: .4rem;
  flex-direction: column;
  gap: .15rem;
  overflow: auto;
  border: 1px solid var(--line);
  border-radius: 15px;
  background: #fffaf3;
  box-shadow: var(--shadow);
}

.nav-links.is-open {
  display: flex;
}

.nav-links a {
  display: block;
  padding: .7rem .85rem;
  border-radius: 10px;
  color: var(--muted);
  font-size: .88rem;
}

.home-main {
  padding-bottom: 2.6rem;
}

.hero {
  padding: .85rem 0 3.5rem;
}

.hero-grid {
  display: grid;
  gap: 1.3rem;
}

.hero-copy {
  text-align: center;
}

.hero-copy .eyebrow {
  margin: 0 auto .7rem;
}

.hero h1 {
  margin: 0;
  font-size: clamp(2.85rem, 15vw, 4.6rem);
  line-height: .94;
  letter-spacing: -.075em;
}

.hero h1 span {
  color: var(--peach-dark);
}

.hero .lead {
  margin: 1rem auto;
  font-size: 1rem;
}

.hero-actions {
  display: none;
}

.mini-stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: .45rem;
  margin-top: 1.1rem;
}

.mini-stat {
  padding: .65rem .3rem;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: rgba(255, 255, 255, .72);
}

.mini-stat strong,
.mini-stat span {
  display: block;
}

.mini-stat strong {
  font-size: 1.1rem;
}

.mini-stat span {
  color: var(--muted);
  font-size: .64rem;
}

.hero-visual {
  position: relative;
  width: calc(100% - 2rem);
  margin-inline: auto;
  transform: rotate(1.4deg);
}

.hero-visual .image-open {
  overflow: hidden;
  padding: .42rem;
  border: 1px solid var(--peach-dark);
  border-radius: 28px;
  background: #fff;
  box-shadow: var(--shadow);
}

.hero-photo {
  width: 100%;
  height: auto;
  border-radius: 22px;
}

.floating-note {
  position: absolute;
  right: -.5rem;
  bottom: 1.1rem;
  max-width: 62%;
  padding: .65rem .75rem;
  border-radius: 15px;
  background: rgba(255, 255, 255, .95);
  box-shadow: var(--shadow-soft);
  font-weight: 900;
  transform: rotate(-2deg);
}

.floating-note small {
  display: block;
  color: var(--muted);
  font-weight: 700;
}

.quote-wrap {
  padding: 0 0 1rem;
}

.latest-photos-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.quote {
  padding: 1.2rem;
  border: 1px solid var(--peach-dark);
  border-radius: 24px;
  background: rgba(255, 255, 255, .8);
  box-shadow: var(--shadow-soft);
  transform: rotate(-1deg);
}

.quote blockquote {
  margin: 0 0 .55rem;
  font-size: 1.25rem;
  font-weight: 900;
  line-height: 1.25;
}

.quote cite {
  color: var(--muted);
  font-style: normal;
}

.content-main {
  padding: 1.2rem 0 3rem;
}

.section-heading {
  margin-bottom: 1.3rem;
}

.section-heading h1,
.about-copy h1 {
  margin: .1rem 0 .7rem;
  font-size: clamp(2.2rem, 11vw, 3.6rem);
  line-height: 1.04;
  letter-spacing: -.06em;
}

.about-card,
.album-card {
  border-radius: 26px;
}

.about-card {
  padding: .65rem;
  transform: rotate(-1deg);
}

.about-card > .image-open {
  overflow: hidden;
  border-radius: 20px;
}

.about-copy {
  padding: 1rem .65rem 1.25rem;
}

.about-copy p {
  margin-top: 0;
}

.facts {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: .55rem;
  margin-top: 1rem;
}

.fact {
  padding: .8rem;
}

.album-grid {
  gap: 1rem;
  padding: .2rem .65rem;
}

.album-card:nth-child(odd) {
  transform: rotate(-1.2deg);
}

.album-card:nth-child(even) {
  transform: rotate(1.7deg);
}

.album-copy {
  padding: 1rem;
}

.album-copy h2 {
  margin: .35rem 0;
  font-size: 1.45rem;
  line-height: 1.1;
}

.album-copy p {
  margin: 0;
}

.schedule-grid {
  display: grid;
  gap: 1.7rem;
}

.schedule-photo {
  width: 90%;
  margin: auto;
}

.schedule-photo .image-open {
  overflow: hidden;
  border: 6px solid #fff;
  border-radius: 25px;
  box-shadow: var(--shadow);
  transform: rotate(-1deg);
}

.schedule {
  gap: .7rem;
  margin-top: 1rem;
}

.schedule li {
  grid-template-columns: 60px minmax(0, 1fr);
  gap: .7rem;
  padding: .8rem;
  border-radius: 16px;
}

.schedule time {
  min-height: 46px;
}

.schedule span {
  font-size: .84rem;
}

.custom-card.no-image {
  padding-top: 1rem;
}

.bottom-nav {
  padding: 1rem 0 2rem;
}

.bottom-menu {
  width: 100%;
  padding: .4rem;
  gap: .25rem;
  overflow-x: auto;
  border: 1px solid var(--peach-dark);
  border-radius: 16px;
  background: rgba(255, 255, 255, .75);
  box-shadow: var(--shadow-soft);
  scrollbar-width: none;
}

.bottom-menu::-webkit-scrollbar {
  display: none;
}

.bottom-menu li,
.bottom-menu > a {
  flex: 1 0 auto;
}

.bottom-menu a {
  display: block;
  padding: .6rem .7rem;
  border-radius: 11px;
  color: var(--muted);
  text-align: center;
  white-space: nowrap;
  font-size: .76rem;
}

.site-footer {
  padding: 0 0 2rem;
  text-align: center;
  font-size: .84rem;
}

.image-modal {
  width: min(94vw, 460px);
  height: 94vh;
  max-height: 94vh;
  border-radius: 20px;
}

.modal-close {
  top: .65rem;
  right: .65rem;
  width: 42px;
  height: 42px;
}

.modal-bar {
  gap: .4rem;
  padding: .65rem;
}

.modal-bar button,
.modal-bar a {
  width: 40px;
  height: 40px;
}

.modal-image {
  max-height: none;
}

.modal-caption {
  padding: .8rem 1rem 1rem;
}

.modal-caption span {
  margin-top: .2rem;
  font-size: .86rem;
}

.album-page .site-header {
  position: static;
}

.album-page .album-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: .7rem;
  padding: .75rem 0;
}

.back {
  display: inline-flex;
  min-height: 40px;
  align-items: center;
  padding: .45rem .7rem;
  border: 1px solid var(--line);
  border-radius: 11px;
  background: #fff;
  text-decoration: none;
  font-size: .8rem;
  font-weight: 900;
}

.album-page .nav-links {
  position: static;
  display: flex;
  width: calc(100% - 1.25rem);
  max-height: none;
  margin: .6rem auto 0;
  padding: .35rem;
  flex-direction: row;
  gap: .2rem;
  overflow-x: auto;
  border-radius: 13px;
  box-shadow: none;
}

.album-page .nav-links li {
  flex: 1 0 auto;
}

.album-page .nav-links a {
  padding: .45rem .55rem;
  text-align: center;
  white-space: nowrap;
  font-size: .72rem;
}

.album-main {
  padding-bottom: 3rem;
}

.album-main > .eyebrow {
  margin-top: 1.4rem;
}

.album-main > h1 {
  margin: .6rem 0;
  font-size: clamp(2.1rem, 11vw, 3.5rem);
  line-height: 1.03;
  letter-spacing: -.06em;
}

.album-main .intro {
  margin: 0 0 .45rem;
}

.album-meta {
  margin: 0 0 1.3rem;
  color: var(--peach-dark);
  font-size: .8rem;
  font-weight: 900;
}

.album-actions {
  margin-bottom: 1.3rem;
}

.image-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-auto-rows: 1fr;
  gap: .65rem;
}

.image-grid .gallery-trigger {
  display: grid;
  grid-template-rows: auto 1fr;
  height: 100%;
  min-width: 0;
  overflow: hidden;
  padding: 0;
  border: 1px solid var(--peach-dark);
  border-radius: 12px;
  background: #f3e4d1;
  box-shadow: 0 6px 14px rgba(78, 52, 38, .1);
  cursor: zoom-in;
  text-align: left;
}

.gallery-item {
  height: 100%;
}

.image-grid img {
  display: block;
  width: 100%;
  aspect-ratio: 3 / 2;
  object-fit: cover;
}

.gallery-caption {
  display: grid;
  align-content: start;
  gap: .12rem;
  padding: .6rem;
}

.gallery-caption strong,
.gallery-caption small {
  display: block;
}

.gallery-caption strong {
  font-size: .82rem;
  line-height: 1.2;
}

.gallery-caption small {
  color: var(--muted);
  font-size: .68rem;
  line-height: 1.3;
}

.gallery-tag {
  color: var(--peach-dark);
  font-size: .62rem;
  font-weight: 900;
  text-transform: uppercase;
}

.empty {
  margin-top: 1.5rem;
  padding: 1rem;
}
