:root {
  --paper: #f7f2ea;
  --paper2: #fffaf4;
  --ink: #303128;
  --muted: #68675e;
  --rose: #c98579;
  --rose2: #edd0c9;
  --ochre: #c9933b;
  --ochre2: #ead6aa;
  --line: #d8cec0;
  --shadow: 0 18px 60px rgba(71, 55, 38, 0.1);
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: 88px;
}
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: Inter, Arial, sans-serif;
  line-height: 1.65;
}
body:before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  opacity: 0.22;
  background-image: radial-gradient(#b49e87 0.55px, transparent 0.7px);
  background-size: 7px 7px;
  z-index: 99;
}
img {
  display: block;
  max-width: 100%;
  height: auto;
}
a {
  color: inherit;
}
button,
input,
select,
textarea {
  font: inherit;
}
button {
  cursor: pointer;
}
.skip {
  position: fixed;
  left: 12px;
  top: -70px;
  z-index: 200;
  background: var(--ink);
  color: #fff;
  padding: 10px 16px;
}
.skip:focus {
  top: 12px;
}
.wrap {
  width: min(1160px, 88vw);
  margin-inline: auto;
}
.eyebrow {
  margin: 0 0 16px;
  color: #8c554c;
  text-transform: uppercase;
  letter-spacing: 0.19em;
  font-size: 0.74rem;
  font-weight: 800;
}
.brush {
  font-family: "Segoe Print", "Bradley Hand", cursive;
  color: var(--rose);
  font-weight: 500;
}
.site-head {
  position: sticky;
  top: 0;
  z-index: 80;
  background: rgba(247, 242, 234, 0.9);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid rgba(111, 91, 68, 0.14);
}
.head-inner {
  min-height: 78px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
}
.logo {
  font:
    800 1.75rem Georgia,
    serif;
  text-decoration: none;
  letter-spacing: -0.04em;
}
.logo i {
  font-style: normal;
  color: var(--rose);
}
.main-nav {
  display: flex;
  align-items: center;
  gap: 24px;
}
.main-nav a {
  text-decoration: none;
  font-size: 0.9rem;
  font-weight: 750;
}
.main-nav a:hover,
.main-nav a:focus-visible {
  color: #8c554c;
}
.nav-toggle {
  display: none;
  border: 0;
  background: transparent;
  font-weight: 800;
}
.pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 0;
  background: var(--ink);
  color: #fff;
  text-decoration: none;
  padding: 14px 22px;
  font-weight: 800;
  border-radius: 58% 42% 52% 48%/46% 58% 42% 54%;
  transition:
    transform 0.2s,
    background 0.2s;
}
.pill:hover,
.pill:focus-visible {
  transform: translateY(-2px);
  background: #171811;
}
.pill.light {
  background: var(--paper2);
  color: var(--ink);
  border: 1px solid var(--ink);
}
.pill.small {
  padding: 10px 17px;
  font-size: 0.86rem;
}
.text-link {
  font-weight: 800;
  text-underline-offset: 5px;
}
.hero {
  min-height: 720px;
  padding: 72px 0 92px;
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 7vw;
  align-items: center;
}
.hero h1 {
  font:
    500 clamp(3.4rem, 7vw, 6.65rem) / 0.94 Georgia,
    serif;
  letter-spacing: -0.055em;
  margin: 25px 0;
}
.hero .lede {
  font:
    1.2rem/1.7 Georgia,
    serif;
  max-width: 585px;
}
.hero-actions {
  display: flex;
  align-items: center;
  gap: 28px;
  margin-top: 36px;
  flex-wrap: wrap;
}
.hero-visual {
  position: relative;
  transform: rotate(1.7deg);
}
.hero-visual:before {
  content: "";
  position: absolute;
  inset: -15px;
  background: var(--ochre);
  transform: rotate(-3.4deg);
  border-radius: 46% 54% 48% 52%/4% 5% 5% 4%;
}
.hero-visual img {
  position: relative;
  width: 100%;
  height: 610px;
  object-fit: cover;
  border-radius: 48% 52% 47% 53%/4% 6% 5% 4%;
  filter: saturate(0.75) contrast(0.95);
}
.clay-note {
  position: absolute;
  right: -26px;
  bottom: 30px;
  background: var(--rose2);
  padding: 20px 24px;
  border-radius: 50%;
  transform: rotate(-8deg);
  font:
    700 0.95rem/1.35 Georgia,
    serif;
  box-shadow: var(--shadow);
}
.section {
  padding: 105px 0;
}
.section-head {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 35px;
  margin-bottom: 44px;
}
.section h2,
.legal h1 {
  font:
    500 clamp(2.5rem, 5vw, 4.8rem) / 1.02 Georgia,
    serif;
  letter-spacing: -0.04em;
  margin: 0;
}
.section-intro {
  max-width: 530px;
  color: var(--muted);
  font-size: 1.05rem;
}
.course-grid,
.price-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}
.clay-card {
  padding: 34px;
  min-height: 310px;
  background: var(--paper2);
  border: 1px solid rgba(79, 61, 43, 0.08);
  border-radius: 38% 62% 48% 52%/7% 6% 8% 7%;
  box-shadow: 0 8px 40px rgba(71, 55, 38, 0.06);
}
.clay-card:nth-child(2) {
  background: var(--rose2);
  transform: translateY(18px) rotate(-0.5deg);
}
.clay-card:nth-child(3) {
  background: var(--ochre2);
  transform: rotate(0.7deg);
}
.card-no {
  font: 700 0.75rem Georgia;
  color: #8c554c;
}
.clay-card h3,
.price-card h3 {
  font: 500 1.8rem Georgia;
  margin: 42px 0 12px;
}
.clay-card p {
  color: #58584f;
}
.clay-card .text-link {
  display: inline-block;
  margin-top: 18px;
}
.program {
  background: #3f4035;
  color: #fff;
}
.program .eyebrow {
  color: #e9bdae;
}
.program-grid {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 7vw;
}
.steps {
  counter-reset: lesson;
  display: grid;
  gap: 6px;
}
.step {
  counter-increment: lesson;
  padding: 26px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  display: grid;
  grid-template-columns: 52px 1fr;
  gap: 20px;
}
.step:before {
  content: "0" counter(lesson);
  color: #e3aa50;
  font-weight: 800;
}
.step h3 {
  font: 500 1.5rem Georgia;
  margin: 0 0 5px;
}
.step p {
  margin: 0;
  color: #d8d8d0;
}
.studio-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 7vw;
  align-items: center;
}
.studio-photo {
  position: relative;
}
.studio-photo img {
  height: 600px;
  width: 100%;
  object-fit: cover;
  border-radius: 52% 48% 54% 46%/6% 4% 7% 5%;
  filter: saturate(0.75);
}
.studio-photo:after {
  content: "6 míst u stolu";
  position: absolute;
  left: -20px;
  bottom: 28px;
  background: var(--ochre2);
  padding: 18px 22px;
  border-radius: 50%;
  font: 700 0.9rem Georgia;
  transform: rotate(6deg);
}
.ticks {
  list-style: none;
  padding: 0;
  display: grid;
  gap: 13px;
}
.ticks li:before {
  content: "•";
  display: inline-block;
  width: 22px;
  color: var(--rose);
  font-size: 1.5rem;
  vertical-align: -2px;
}
.gallery {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr 1fr;
  grid-template-rows: 260px 310px;
  gap: 16px;
}
.gallery figure {
  margin: 0;
  overflow: hidden;
  border-radius: 34px;
  position: relative;
}
.gallery figure:first-child {
  grid-row: 1/3;
}
.gallery figure:nth-child(4) {
  grid-column: 2/4;
}
.gallery img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.78);
  transition: transform 0.55s;
}
.gallery figure:hover img {
  transform: scale(1.035);
}
.schedule-box {
  background: var(--paper2);
  padding: 26px;
  border-radius: 34px;
  border: 1px solid var(--line);
  overflow-x: auto;
}
.schedule {
  width: 100%;
  border-collapse: collapse;
  min-width: 780px;
}
.schedule th,
.schedule td {
  text-align: left;
  padding: 19px 16px;
  border-bottom: 1px solid var(--line);
}
.schedule th {
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: #777167;
}
.schedule tr:last-child td {
  border: 0;
}
.status {
  display: inline-flex;
  gap: 7px;
  align-items: center;
}
.status:before {
  content: "";
  width: 8px;
  height: 8px;
  background: #668464;
  border-radius: 50%;
}
.reserve-slot {
  border: 0;
  background: transparent;
  text-decoration: underline;
  text-underline-offset: 4px;
  font-weight: 800;
}
.reserve-slot:hover {
  color: #8c554c;
}
.price-card {
  background: var(--paper2);
  padding: 34px;
  border-radius: 34px;
  border: 1px solid var(--line);
  display: flex;
  flex-direction: column;
}
.price-card.featured {
  background: var(--rose2);
  transform: translateY(-14px);
  border-color: transparent;
}
.price {
  font: 500 2.8rem Georgia;
  margin: 4px 0 15px;
}
.price-card ul {
  padding-left: 19px;
  color: #56564d;
  flex: 1;
}
.price-card .pill {
  align-self: flex-start;
  margin-top: 20px;
}
.faq-list {
  max-width: 900px;
  margin: auto;
}
.faq-list details {
  border-bottom: 1px solid var(--line);
  padding: 4px 0;
}
.faq-list summary {
  list-style: none;
  padding: 24px 45px 24px 0;
  font: 500 1.32rem Georgia;
  cursor: pointer;
  position: relative;
}
.faq-list summary:after {
  content: "+";
  position: absolute;
  right: 8px;
  font: 400 1.6rem Arial;
}
.faq-list details[open] summary:after {
  content: "–";
}
.faq-list p {
  margin: 0 0 26px;
  color: var(--muted);
  max-width: 760px;
}
.contact {
  background: var(--rose2);
}
.contact-grid {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 7vw;
}
.contact-card {
  background: var(--paper2);
  padding: 30px;
  border-radius: 36px;
  align-self: start;
}
.contact-card address {
  font-style: normal;
}
.contact-card a {
  font-weight: 800;
}
.identity {
  font-size: 0.82rem;
  color: #68675e;
  border-top: 1px solid var(--line);
  padding-top: 18px;
  margin-top: 22px;
}
.booking {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}
.field {
  display: grid;
  gap: 7px;
}
.field.full {
  grid-column: 1/-1;
}
.field label {
  font-size: 0.84rem;
  font-weight: 800;
}
.field input,
.field select,
.field textarea {
  width: 100%;
  border: 1px solid #bfaea2;
  background: #fffaf4;
  padding: 13px 14px;
  border-radius: 15px;
  color: var(--ink);
}
.field input:focus,
.field select:focus,
.field textarea:focus {
  outline: 3px solid rgba(201, 133, 121, 0.35);
  border-color: #8c554c;
}
.field textarea {
  min-height: 110px;
  resize: vertical;
}
.check {
  grid-column: 1/-1;
  font-size: 0.86rem;
}
.check input {
  width: 18px;
  height: 18px;
  vertical-align: -4px;
  margin-right: 8px;
}
.form-note {
  grid-column: 1/-1;
  margin: 0;
  color: #5d5d53;
  font-size: 0.85rem;
}
.form-result {
  grid-column: 1/-1;
  min-height: 24px;
  font-weight: 800;
}
.site-foot {
  background: #303128;
  color: #f8f1e8;
  padding: 52px 0;
}
.foot-grid {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 30px;
  align-items: start;
}
.legal-links {
  display: flex;
  gap: 18px 24px;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.legal-links a {
  font-size: 0.86rem;
}
.footer-note {
  color: #c9c7bc;
  font-size: 0.82rem;
  max-width: 620px;
}
.cookie-bar {
  position: fixed;
  z-index: 120;
  left: 50%;
  bottom: 18px;
  transform: translateX(-50%);
  width: min(920px, calc(100vw - 28px));
  background: #fffaf4;
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
  padding: 22px;
  border-radius: 24px;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 20px;
  align-items: center;
}
.cookie-bar p {
  margin: 4px 0 0;
  color: #5c5b52;
  font-size: 0.9rem;
}
.cookie-actions {
  display: flex;
  gap: 9px;
  flex-wrap: wrap;
}
.cookie-actions button,
.panel-actions button {
  border: 1px solid var(--ink);
  background: transparent;
  padding: 9px 13px;
  border-radius: 12px;
  font-weight: 800;
}
.cookie-actions .accept,
.panel-actions .accept {
  background: var(--ink);
  color: #fff;
}
.cookie-panel {
  position: fixed;
  z-index: 130;
  inset: 0;
  background: rgba(28, 28, 23, 0.55);
  display: grid;
  place-items: center;
  padding: 18px;
}
.cookie-panel > div {
  width: min(600px, 100%);
  max-height: 90vh;
  overflow: auto;
  background: var(--paper2);
  padding: 28px;
  border-radius: 26px;
}
.cookie-panel h2 {
  font: 500 2rem Georgia;
  margin-top: 0;
}
.cookie-choice {
  display: flex;
  justify-content: space-between;
  gap: 25px;
  border-top: 1px solid var(--line);
  padding: 17px 0;
}
.switch {
  width: 22px;
  height: 22px;
}
.panel-actions {
  display: flex;
  justify-content: flex-end;
  gap: 10px;
  margin-top: 22px;
}
.hidden {
  display: none !important;
}
.legal {
  width: min(860px, 88vw);
  margin: 70px auto 100px;
}
.legal .back {
  display: inline-block;
  margin-bottom: 35px;
  font-weight: 800;
}
.legal h1 {
  margin-bottom: 15px;
}
.legal h2 {
  font: 500 1.7rem Georgia;
  margin: 42px 0 12px;
}
.legal p,
.legal li {
  color: #55554d;
}
.legal .notice {
  background: var(--ochre2);
  padding: 20px 23px;
  border-radius: 24px;
}
.legal-meta {
  color: #777167;
  font-size: 0.86rem;
}
.soft {
  background: #fffaf4;
}
@media (max-width: 900px) {
  .main-nav {
    position: fixed;
    top: 78px;
    left: 0;
    right: 0;
    background: var(--paper);
    padding: 24px 6vw;
    display: none;
    flex-direction: column;
    align-items: flex-start;
    border-bottom: 1px solid var(--line);
  }
  .main-nav.open {
    display: flex;
  }
  .nav-toggle {
    display: block;
  }
  .main-nav .pill {
    width: 100%;
  }
  .hero {
    grid-template-columns: 1fr;
    padding-top: 48px;
  }
  .hero-visual {
    width: min(650px, 95%);
    margin: auto;
  }
  .hero-visual img {
    height: 560px;
  }
  .course-grid,
  .price-grid {
    grid-template-columns: 1fr;
  }
  .clay-card:nth-child(2),
  .clay-card:nth-child(3),
  .price-card.featured {
    transform: none;
  }
  .program-grid,
  .studio-grid,
  .contact-grid {
    grid-template-columns: 1fr;
  }
  .gallery {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 330px 250px 250px;
  }
  .gallery figure:first-child {
    grid-row: auto;
  }
  .gallery figure:nth-child(4) {
    grid-column: 1/3;
  }
  .section-head {
    display: block;
  }
  .section-intro {
    margin-top: 20px;
  }
  .cookie-bar {
    grid-template-columns: 1fr;
  }
  .foot-grid {
    grid-template-columns: 1fr;
  }
  .legal-links {
    justify-content: flex-start;
  }
}
@media (max-width: 600px) {
  .wrap {
    width: min(90vw, 1160px);
  }
  .section {
    padding: 78px 0;
  }
  .hero h1 {
    font-size: 3.45rem;
  }
  .hero-visual img {
    height: 440px;
  }
  .clay-note {
    right: -7px;
  }
  .gallery {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: repeat(4, 300px);
  }
  .gallery figure:nth-child(4) {
    grid-column: auto;
  }
  .booking {
    grid-template-columns: 1fr;
  }
  .field.full,
  .check,
  .form-note,
  .form-result {
    grid-column: auto;
  }
  .cookie-actions {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
  .cookie-actions .accept {
    grid-column: 1/-1;
  }
  .cookie-actions button {
    width: 100%;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  * {
    animation: none !important;
    transition: none !important;
  }
}
