html.corlu {
  --color-paper: #f3eee6;
  --color-paper-soft: #f7f3ec;
  --color-sand: #ebe4d8;
  --color-ink: #2c2824;
  --color-muted: #6e645a;
  --color-line: #d6cdc2;
  --color-clay: #2c2824;
}

html.corlu .wrap {
  max-width: 1120px;
}

html.corlu main > section {
  padding: 52px 0;
}

html.corlu .top {
  background: rgba(243, 238, 230, 0.94);
}

html.corlu .label,
html.corlu .eyebrow {
  color: var(--color-muted);
  letter-spacing: 0.18em;
}

html.corlu .button {
  border-radius: 10px;
  background: #2c2824;
}

html.corlu .button:hover {
  background: #1a1816;
}

html.corlu .button.ghost {
  background: transparent;
  color: #2c2824;
  border: 1px solid #2c2824;
}

html.corlu .button.ghost:hover {
  background: rgba(44, 40, 36, 0.06);
  color: #2c2824;
}

html.corlu .subtle {
  color: #2c2824;
  border-bottom-color: #2c2824;
}

html.corlu .card,
html.corlu .signal-panel {
  border-radius: 8px;
  box-shadow: none;
}

html.corlu a.card:hover {
  border-color: #2c2824;
  background: #fff;
}

html.corlu .footer {
  background: #eee8df;
}

html.corlu .section-head {
  max-width: 640px;
  margin-bottom: 28px;
}

html.corlu .section-head .lead {
  margin-top: 12px;
}

html.corlu .hero-local {
  padding: 32px 0 8px;
}

html.corlu .hero-local-grid {
  align-items: center;
  gap: 40px 56px;
}

html.corlu .hero-local-grid .photo-frame {
  justify-self: end;
  width: min(100%, 380px);
}

html.corlu .photo-frame {
  margin: 0;
  background: #e8dfd2;
  border: 10px solid #d7cbb8;
  border-radius: 8px;
  overflow: hidden;
}

html.corlu .photo-frame img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

html.corlu .photo-frame--tilt {
  transform: rotate(1.4deg);
}

html.corlu .photo-frame--portrait {
  border-width: 12px;
}

html.corlu .photo-frame--portrait img {
  aspect-ratio: 3 / 4;
  object-position: center 8%;
}

html.corlu .photo-frame--headshot {
  border-width: 12px;
  width: min(100%, 400px);
  justify-self: end;
}

html.corlu .photo-frame--headshot img {
  aspect-ratio: 1;
  object-position: center 18%;
}

html.corlu .photo-frame--tall {
  width: min(100%, 400px);
  justify-self: end;
}

html.corlu .photo-frame--tall img {
  aspect-ratio: 3 / 4;
  object-position: center 40%;
}

html.corlu .photo-frame--plaque {
  max-width: 420px;
  margin: 28px 0 8px;
  border-width: 8px;
}

html.corlu .photo-frame--plaque img {
  aspect-ratio: 4 / 3;
  object-fit: contain;
  background: #f4efe7;
}

html.corlu .conv-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 22px;
}

html.corlu .conv-row .button {
  min-height: 44px;
  padding: 10px 16px;
}

html.corlu .guide-cards {
  display: grid;
  gap: 18px;
}

html.corlu .guide-card {
  display: grid;
  grid-template-rows: auto 1fr;
  min-width: 0;
  overflow: hidden;
  border: 1px solid var(--color-line);
  border-radius: 8px;
  background: #fff;
  color: inherit;
  text-decoration: none;
}

html.corlu .guide-card:hover {
  border-color: #2c2824;
}

html.corlu .guide-card-media {
  margin: 0;
  background: #e8dfd2;
}

html.corlu .guide-card-media img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 10;
  object-fit: cover;
}

html.corlu .guide-card-copy {
  display: grid;
  align-content: start;
  gap: 8px;
  padding: 18px 20px 20px;
}

html.corlu .guide-card-copy h2,
html.corlu .guide-card-copy h3 {
  margin: 0;
  font-size: 22px;
  line-height: 1.25;
}

html.corlu .guide-card-copy p {
  margin: 0;
  color: var(--color-muted);
  font-size: 15px;
  line-height: 1.65;
}

html.corlu .guide-card-copy span {
  margin-top: 6px;
  color: #2c2824;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.04em;
}

html.corlu .randevu-form {
  display: grid;
  gap: 14px;
  padding: 22px;
  border: 1px solid var(--color-line);
  border-radius: 8px;
  background: #fff;
}

html.corlu .randevu-form label {
  display: grid;
  gap: 6px;
  color: var(--color-ink);
  font-size: 14px;
  font-weight: 600;
}

html.corlu .randevu-form input,
html.corlu .randevu-form textarea {
  width: 100%;
  border: 1px solid var(--color-line);
  border-radius: 8px;
  background: #fff;
  color: var(--color-ink);
  padding: 12px 14px;
  font: inherit;
  font-weight: 400;
  font-size: 16px;
}

html.corlu .randevu-form textarea {
  min-height: 120px;
  resize: vertical;
}

html.corlu .randevu-form .hp {
  position: absolute;
  left: -9999px;
  height: 0;
  overflow: hidden;
}

html.corlu .randevu-form .check {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-weight: 400;
  font-size: 14px;
  color: var(--color-muted);
}

html.corlu .randevu-form .check input {
  width: auto;
  margin-top: 3px;
}

html.corlu .form-note {
  margin: 0 0 8px;
  font-size: 15px;
}

html.corlu .form-note.ok {
  color: #2f5d3a;
}

html.corlu .form-note.err {
  color: #8a3030;
}

html.corlu .article-page {
  padding: 28px 0 40px;
}

html.corlu .article-shell {
  max-width: 720px;
}

html.corlu .article-shell > header h1 {
  max-width: none;
  margin: 8px 0 0;
}

html.corlu .article-shell > header .lead {
  margin-top: 14px;
}

html.corlu .article-hero-photo {
  margin: 28px 0 8px;
  background: #e8dfd2;
  border: 8px solid #d7cbb8;
  border-radius: 8px;
  overflow: hidden;
}

html.corlu .article-hero-photo img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 10;
  object-fit: cover;
}

html.corlu .article-body {
  max-width: 720px;
}

html.corlu .article-body p,
html.corlu .article-body li {
  color: var(--color-muted);
  font-size: 17px;
  line-height: 1.75;
}

html.corlu .article-body > p:first-of-type {
  font-size: 18px;
  color: var(--color-ink);
}

html.corlu .article-body h2 {
  margin: 32px 0 10px;
  padding-top: 8px;
  font-size: 22px;
  line-height: 1.3;
  letter-spacing: -0.015em;
}

html.corlu .article-end {
  margin-top: 36px;
  padding-top: 24px;
  border-top: 1px solid var(--color-line);
}

html.corlu .related-band {
  padding-top: 8px;
}

html.corlu .related-band .section-head {
  margin-bottom: 20px;
}

html.corlu .side-card {
  padding: 20px;
  border: 1px solid var(--color-line);
  border-radius: 8px;
  background: #fff;
}

html.corlu .map-frame {
  border-radius: 8px;
  background: #e8dfd2;
}

html.corlu .ptable-price {
  color: var(--color-ink);
}

@media (min-width: 760px) {
  html.corlu .guide-cards {
    grid-template-columns: 1fr 1fr;
  }

  html.corlu .guide-card--wide {
    grid-column: 1 / -1;
    grid-template-columns: 0.92fr 1.08fr;
    grid-template-rows: auto;
    align-items: stretch;
  }

  html.corlu .guide-card--wide .guide-card-media img {
    height: 100%;
    aspect-ratio: auto;
    min-height: 220px;
  }

  html.corlu .guide-card--wide .guide-card-copy {
    padding: 28px 32px;
    align-content: center;
  }

  html.corlu .guide-card--wide .guide-card-copy h2,
  html.corlu .guide-card--wide .guide-card-copy h3 {
    font-size: 28px;
  }
}

@media (max-width: 759px) {
  html.corlu .photo-frame--tilt {
    transform: none;
  }

  html.corlu .hero-local-grid .photo-frame,
  html.corlu .photo-frame--headshot,
  html.corlu .photo-frame--tall {
    justify-self: stretch;
    width: 100%;
  }

  html.corlu .conv-row .button:nth-child(1),
  html.corlu .conv-row .button:nth-child(2) {
    flex: 1 1 calc(50% - 6px);
  }

  html.corlu .conv-row .button:nth-child(3) {
    flex: 1 1 100%;
  }
}
