/* Modern neutral-brown palette. Kept separate for quick brand adjustments. */
:root {
  --ink: #211a16;
  --paper: #f4f1ed;
  --cream: #e5dfd8;
  --clay: #6b4f3b;
  --sage: #5d625b;
  --white: #fffdf9;
}

.site-header {
  background: #f4f1edeb;
  border-color: #211a1622;
}

.hero-art {
  background: linear-gradient(145deg, #5b4231, #211711);
  color: #f8f1eb;
}

.gallery-section { background: #211a16; }
.section-heading.light em { color: #b79b84; }
.g1 { --color1: #5b4434; --color2: #241a13; }
.g2 { --color1: #765a43; --color2: #35261b; }
.g3 { --color1: #5d625b; --color2: #272b26; }
.g4 { --color1: #6a5847; --color2: #30251c; }
.booking { background: #e9e4de; }
footer { background: #17120e; }

.preview-disclaimer {
  color: #756b63;
  font-size: 11px;
  margin: -18px 0 25px 22px;
}

.service-group {
  color: #6b4f3b;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: .18em;
  margin: 22px 0 4px;
  text-transform: uppercase;
}

.contact-booking {
  background: #eee8e1;
  display: flex;
  flex-direction: column;
  gap: 4px;
  margin-top: 22px;
  padding: 20px;
}

.contact-booking span { color: #6f675f; font-size: 12px; }
.contact-booking a { font-size: 12px; margin-top: 6px; text-decoration: underline; }

.selected-service-mini>div { display: flex; flex-direction: column; }
.tint-addon { border-left: 1px solid #cfc5bc; font-size: 10px; padding-left: 15px; }
.contact-correction { background: #eee8e2; margin: 15px 0 0; padding: 18px; }
.contact-correction a { text-decoration: underline; }
.detailed-services.one { grid-template-columns: minmax(300px, 1fr); max-width: 720px; }
.contact-only-services { background: #211a16; color: white; display: grid; gap: 8vw; grid-template-columns: 1fr 1fr; padding: 80px 7vw; }
.contact-only-services h2 { font: 54px/1 var(--serif); margin: 15px 0; }
.contact-only-services p { max-width: 560px; }
.contact-only-list { display: flex; flex-direction: column; }
.contact-only-list span { border-top: 1px solid #ffffff35; display: flex; flex-direction: column; padding: 14px 0; }
.contact-only-list small { opacity: .6; }
.contact-only-list .button { align-self: flex-start; margin-top: 18px; }
@media(max-width:800px){.contact-only-services{grid-template-columns:1fr}}
.catalog-name-fields { display: grid; gap: 5px; }
.catalog-name-fields textarea { border: 1px solid #d8cfc6; font: 9px var(--sans); padding: 7px; resize: vertical; width: 100%; }
.engine-service .booking-description { color: #4f4842; font-size: 10px; line-height: 1.35; margin: 4px 0 7px; max-width: 330px; }

.service-page-link { margin-top: 35px; }
.gallery-page-link { display: table; margin: 30px auto 0; }
