:root {
  --paper: #fbf8f2;
  --ink: #22201d;
  --soft-ink: #5f5a53;
  --line: #ddd3c2;
  --card: #fffdf8;
  --yellow: #f3ca5f;
  --green: #315b4a;
  --red: #a6493e;
  --blue: #2f5d79;
  --call-accent: #f6dfc8;
  --booking-accent: #244f54;
  --shadow: 0 22px 60px rgba(34, 32, 29, 0.16);
}

* {
  box-sizing: border-box;
}

html {
  overflow-x: hidden;
}

body {
  overflow-x: hidden;
  min-height: 100vh;
  margin: 0;
  color: var(--ink);
  background:
    linear-gradient(90deg, rgba(49, 91, 74, 0.08) 1px, transparent 1px),
    linear-gradient(rgba(49, 91, 74, 0.06) 1px, transparent 1px),
    var(--paper);
  background-size: 38px 38px;
  font-family: "Trebuchet MS", Arial, sans-serif;
}

a {
  color: inherit;
}

.skip-link {
  position: absolute;
  left: 14px;
  top: -60px;
  padding: 10px 12px;
  background: var(--ink);
  color: #fff;
}

.skip-link:focus {
  top: 14px;
}

.page-top {
  width: min(1120px, calc(100% - 32px));
  margin: 0 auto;
  padding: 8px 0 0;
}

.page-shell {
  width: min(1120px, calc(100% - 32px));
  margin: 0 auto;
}

.intro {
  display: grid;
  grid-template-columns: minmax(0, 0.94fr) minmax(320px, 440px);
  gap: clamp(28px, 6vw, 72px);
  align-items: center;
  min-height: calc(100svh - 94px);
  padding: 40px 0 54px;
}

.intro-copy {
  position: relative;
  padding-top: 84px;
}

.intro-copy::before {
  position: absolute;
  left: -16px;
  top: 62px;
  width: 80px;
  height: 12px;
  z-index: 2;
  content: "";
  background: var(--yellow);
  transform: rotate(-4deg);
}

.intro-art {
  position: absolute;
  inset: 72px -24px 0 -42px;
  z-index: 0;
  pointer-events: none;
}

.intro-art img {
  position: absolute;
  display: block;
  width: clamp(190px, 25vw, 320px);
  height: clamp(82px, 11vw, 138px);
  object-fit: cover;
  border: 2px solid rgba(34, 32, 29, 0.52);
  box-shadow: 8px 8px 0 rgba(243, 202, 95, 0.68), 0 18px 38px rgba(34, 32, 29, 0.18);
  opacity: 0.78;
}

.intro-art-top {
  top: 46px;
  right: 6px;
  transform: rotate(-17deg);
}

.intro-art-middle {
  left: 12px;
  bottom: 80px;
  width: clamp(260px, 36vw, 470px);
  height: clamp(118px, 16vw, 205px);
  transform: rotate(31deg);
}

.intro-art-bottom {
  left: 210px;
  bottom: -42px;
  transform: rotate(-9deg);
}

.hero-contact {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 3;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 9px 10px 9px 18px;
  color: #fff;
  background: #983d05;
  border-radius: 999px;
  box-shadow: 0 10px 24px rgba(34, 32, 29, 0.18);
}

.hero-phone {
  color: #fff;
  font-size: 1.08rem;
  font-weight: 900;
  text-decoration: none;
  white-space: nowrap;
}

.hero-icon-button {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  color: #102b3a;
  background: #f8eadc;
  border-radius: 50%;
  text-decoration: none;
  transition: transform 160ms ease, background 160ms ease;
}

.hero-icon-button:hover,
.hero-icon-button:focus-visible {
  background: #fff7ef;
  transform: translateY(-1px);
}

.hero-icon-button span {
  overflow: hidden;
  width: 25px;
  height: 25px;
  font-size: 0;
  background: #102b3a;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: 23px 23px;
  mask-size: 23px 23px;
}

.hero-icon-button[href^="tel"] span {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='black' d='M6.62 10.79c1.44 2.83 3.76 5.14 6.59 6.59l2.2-2.2c.27-.27.67-.36 1.02-.24c1.12.37 2.33.57 3.57.57c.55 0 1 .45 1 1V20c0 .55-.45 1-1 1C10.61 21 3 13.39 3 4c0-.55.45-1 1-1h3.5c.55 0 1 .45 1 1c0 1.25.2 2.45.57 3.57c.11.35.03.74-.25 1.02l-2.2 2.2Z'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='black' d='M6.62 10.79c1.44 2.83 3.76 5.14 6.59 6.59l2.2-2.2c.27-.27.67-.36 1.02-.24c1.12.37 2.33.57 3.57.57c.55 0 1 .45 1 1V20c0 .55-.45 1-1 1C10.61 21 3 13.39 3 4c0-.55.45-1 1-1h3.5c.55 0 1 .45 1 1c0 1.25.2 2.45.57 3.57c.11.35.03.74-.25 1.02l-2.2 2.2Z'/%3E%3C/svg%3E");
}

.hero-icon-button[href^="mailto"] span {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='black' d='M20 4H4c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V6c0-1.1-.9-2-2-2Zm0 4l-8 5l-8-5V6l8 5l8-5v2Z'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='black' d='M20 4H4c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V6c0-1.1-.9-2-2-2Zm0 4l-8 5l-8-5V6l8 5l8-5v2Z'/%3E%3C/svg%3E");
}

.kicker {
  position: relative;
  z-index: 1;
  margin: 0 0 18px;
  color: var(--red);
  font-size: clamp(1rem, 2vw, 1.2rem);
  font-weight: 800;
  letter-spacing: 0.04em;
  text-shadow: 0 2px 0 rgba(255, 255, 255, 0.95), 0 0 12px #fff;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  letter-spacing: 0;
}

h1 {
  position: relative;
  z-index: 1;
  max-width: 11ch;
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(3rem, 6.5vw, 5.6rem);
  line-height: 0.94;
  font-weight: 700;
  text-shadow: 0 3px 0 rgba(255, 255, 255, 0.98), 0 0 18px #fff;
}

.intro-note {
  position: relative;
  z-index: 1;
  max-width: 34rem;
  margin: 22px 0 0;
  color: var(--ink);
  font-size: clamp(1.05rem, 2vw, 1.28rem);
  font-weight: 800;
  line-height: 1.45;
  text-shadow:
    0 0 3px #fff,
    0 0 9px #fff,
    0 0 18px #fff,
    0 2px 0 rgba(255, 255, 255, 0.92);
}

.contact-card {
  position: relative;
  overflow: hidden;
  background: var(--card);
  border: 2px solid var(--ink);
  box-shadow: 10px 10px 0 var(--yellow), var(--shadow);
}

.contact-card::before {
  position: absolute;
  inset: 0 auto auto 36px;
  width: 86px;
  height: 24px;
  content: "";
  background: rgba(166, 73, 62, 0.2);
  border: 1px solid rgba(166, 73, 62, 0.32);
  transform: translateY(-4px) rotate(-2deg);
}

.portrait-wrap {
  padding: 26px 26px 0;
}

.portrait-wrap img {
  display: block;
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  border: 2px solid var(--ink);
  filter: saturate(0.92) contrast(1.04);
}

.card-body {
  padding: 24px 26px 28px;
}

.availability {
  display: inline-flex;
  margin: 0 0 14px;
  padding: 7px 10px;
  color: #fff;
  background: var(--booking-accent);
  font-size: 0.86rem;
  font-weight: 800;
}

.contact-card h2 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2.15rem, 7vw, 3.2rem);
  line-height: 0.95;
}

.role {
  margin: 7px 0 22px;
  color: var(--soft-ink);
  font-size: 1.05rem;
}

.contact-list {
  display: grid;
  gap: 16px;
  margin: 0;
}

.contact-list div {
  padding-top: 14px;
  border-top: 1px solid var(--line);
}

.contact-list dt {
  margin: 0 0 6px;
  color: var(--blue);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.contact-list dd {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 10px;
  align-items: center;
  margin: 0;
}

.visible-contact {
  overflow-wrap: anywhere;
  font-size: 1.03rem;
  font-weight: 800;
  text-decoration-thickness: 2px;
  text-underline-offset: 4px;
}

.action-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 82px;
  min-height: 44px;
  padding: 0 16px;
  color: var(--ink);
  background: var(--call-accent);
  border: 2px solid var(--ink);
  box-shadow: 4px 4px 0 var(--ink);
  font-weight: 900;
  text-decoration: none;
}

.action-button:active {
  transform: translate(3px, 3px);
  box-shadow: 1px 1px 0 var(--ink);
}

.action-button-dark {
  color: #fff;
  background: var(--red);
}

.fine-print {
  margin: 24px 0 0;
  color: var(--soft-ink);
}

.work-strip {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  padding: 0 0 28px;
}

.work-strip article {
  padding: 20px;
  background: rgba(255, 253, 248, 0.78);
  border: 1px solid var(--line);
}

.work-strip span {
  color: var(--red);
  font-weight: 900;
}

.work-strip h3 {
  margin: 10px 0 8px;
  font-size: 1.25rem;
}

.work-strip p {
  margin: 0;
  color: var(--soft-ink);
}

.service-area {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(260px, 0.72fr);
  gap: clamp(20px, 4vw, 44px);
  align-items: end;
  padding: 22px 0 42px;
  border-top: 2px solid rgba(34, 32, 29, 0.18);
}

.section-label {
  margin: 0 0 12px;
  color: var(--red);
  font-size: 0.82rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.service-area h2 {
  max-width: 15ch;
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2.1rem, 4.8vw, 4.5rem);
  line-height: 0.98;
}

.service-area > p {
  margin: 0;
  color: var(--soft-ink);
  font-size: clamp(1rem, 1.9vw, 1.18rem);
  line-height: 1.6;
}

.event-galleries {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  padding: 0 0 62px;
}

.event-carousel {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  background: var(--card);
  border: 2px solid var(--ink);
  box-shadow: 6px 6px 0 rgba(49, 91, 74, 0.28);
  touch-action: pan-y;
}

.event-carousel-heading {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 12px;
  align-items: center;
  padding: 14px;
  border-bottom: 2px solid var(--ink);
}

.event-carousel-heading span {
  min-width: 0;
  color: var(--ink);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.55rem;
  font-weight: 700;
  line-height: 1;
}

.carousel-buttons {
  display: flex;
  gap: 8px;
}

.carousel-buttons button {
  min-width: 54px;
  min-height: 38px;
  padding: 0 10px;
  color: #fff;
  background: var(--green);
  border: 2px solid var(--ink);
  box-shadow: 3px 3px 0 var(--ink);
  cursor: pointer;
  font-weight: 900;
}

.carousel-buttons button:last-child {
  background: var(--blue);
}

.carousel-buttons button:active {
  transform: translate(2px, 2px);
  box-shadow: 1px 1px 0 var(--ink);
}

.event-carousel-window {
  aspect-ratio: 5 / 3;
  overflow: hidden;
  background: #f4eadc;
}

.event-carousel-portrait .event-carousel-window {
  aspect-ratio: 4 / 5;
}

.event-carousel-wide {
  grid-column: 1 / -1;
}

.event-carousel-track {
  display: flex;
  height: 100%;
  opacity: 1;
  transition: transform 420ms ease, opacity 220ms ease;
}

.event-carousel.is-wrapping .event-carousel-track {
  opacity: 0;
  transition: opacity 180ms ease;
}

.event-carousel-track img {
  display: block;
  flex: 0 0 100%;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  user-select: none;
  pointer-events: none;
}

.photo-landscape {
  object-position: center;
}

.photo-pan-left {
  object-position: 38% center;
}

footer {
  padding: 24px 18px 34px;
  color: var(--soft-ink);
  text-align: center;
}

footer p {
  margin: 0;
}

@media (max-width: 840px) {
  .intro {
    grid-template-columns: 1fr;
    min-height: auto;
  }

  .intro-art {
    inset: 64px -6px -8px -18px;
  }

  .intro-art-top {
    right: 0;
  }

  h1 {
    max-width: 11ch;
  }

  .contact-card {
    width: min(100%, 480px);
  }

  .work-strip,
  .service-area,
  .event-galleries {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 520px) {
  .page-top {
    width: min(100% - 22px, 1120px);
    padding-top: 4px;
  }

  .page-shell {
    width: min(100% - 22px, 1120px);
  }

  .intro {
    padding-top: 30px;
  }

  .intro-copy {
    padding-top: 70px;
  }

  .intro-copy::before {
    top: 48px;
  }

  .intro-art {
    inset: 54px -8px -10px -14px;
  }

  .intro-art img {
    width: 190px;
    height: 82px;
    opacity: 0.6;
  }

  .intro-art-top {
    top: 72px;
    right: -16px;
  }

  .intro-art-middle {
    left: -24px;
    bottom: 62px;
    width: 250px;
    height: 110px;
  }

  .intro-art-bottom {
    left: 118px;
    bottom: -8px;
  }

  .hero-contact {
    right: 0;
    gap: 8px;
    padding: 8px 8px 8px 14px;
  }

  .hero-phone {
    font-size: 0.98rem;
  }

  .hero-icon-button {
    width: 38px;
    height: 38px;
  }

  h1 {
    font-size: clamp(2.65rem, 14vw, 4rem);
  }

  .contact-card {
    box-shadow: 6px 6px 0 var(--yellow), var(--shadow);
  }

  .portrait-wrap,
  .card-body {
    padding-left: 18px;
    padding-right: 18px;
  }

  .contact-list dd {
    grid-template-columns: 1fr;
  }

  .action-button {
    width: 100%;
  }

  .event-carousel-heading {
    align-items: start;
    grid-template-columns: 1fr;
  }

  .carousel-buttons {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }

  .carousel-buttons button {
    width: 100%;
  }
}
