@import url("https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Playfair+Display:ital,wght@0,500;0,600;1,500&display=swap");

/* ==================================================
   1. SPALVOS IR BENDRIEJI NUSTATYMAI
   ================================================== */

:root {
  --ink: #1d201b;
  --paper: #f7f3e9;
  --cream: #e9e0cf;
  --rust: #b45735;
  --muted: #706e66;
  --line: #d8d0c0;
  --white: #fffdf7;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: "DM Sans", sans-serif;
  line-height: 1.55;
}

a {
  color: inherit;
  text-decoration: none;
}

/* ==================================================
   2. VIRŠUTINĖ NAVIGACIJA
   ================================================== */

.site-header {
  position: sticky;
  top: 0;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 80px;
  padding: 0 5vw;
  border-bottom: 1px solid var(--line);
  background: rgba(247, 243, 233, 0.96);
}

.logo {
  font-size: 0.9rem;
  font-weight: 700;
  letter-spacing: 0.12em;
}

.logo span {
  color: var(--rust);
}

nav {
  display: flex;
  gap: 2rem;
  font-size: 0.88rem;
}

nav a:hover,
.text-link:hover,
.direct-links a:hover {
  color: var(--rust);
}

.header-cta {
  padding-bottom: 2px;
  border-bottom: 1px solid;
  font-size: 0.9rem;
}

.menu-toggle {
  display: none;
  border: 0;
  background: none;
  font: inherit;
}

/* ==================================================
   3. PAGRINDINIS EKRANAS
   ================================================== */

.hero {
  display: grid;
  grid-template-columns: 1.03fr 0.97fr;
  min-height: calc(100vh - 80px);
}

.hero-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 8vw 7vw;
}

.eyebrow {
  margin: 0 0 1rem;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.17em;
}

.hero .eyebrow,
.catalog .eyebrow,
.sets .eyebrow {
  color: #6d3b28;
}

h1,
h2 {
  margin: 0;
  font-family: "Playfair Display", serif;
  font-weight: 500;
  line-height: 0.98;
}

h1 {
  font-size: clamp(3.7rem, 7vw, 7rem);
}

h1 em {
  display: inline-block;
  color: var(--rust);
  font-size: clamp(2.05rem, 4.6vw, 5.2rem);
  font-weight: 500;
  white-space: nowrap;
}

h2 {
  font-size: clamp(2.7rem, 5vw, 5rem);
}

.hero-text {
  max-width: 500px;
  margin: 2rem 0;
  color: var(--muted);
  font-size: 1.08rem;
}

.hero-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
}

/* ==================================================
   4. MYGTUKAI IR NUOTRAUKŲ VIETOS
   ================================================== */

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 0 1.5rem;
  border: 1px solid var(--ink);
  font: inherit;
  font-weight: 600;
  cursor: pointer;
}

.button-dark {
  background: var(--ink);
  color: var(--paper);
}

.button-dark:hover {
  border-color: var(--rust);
  background: var(--rust);
}

.button-light {
  background: transparent;
}

.photo-placeholder {
  position: relative;
  display: grid;
  place-items: center;
  overflow: hidden;
  background: linear-gradient(
    145deg,
    #b8bea7 0 35%,
    #ddd0ba 35% 62%,
    #a7775f 62%
  );
  color: #776f61;
  font-size: 0.68rem;
  letter-spacing: 0.12em;
}

.photo-placeholder::after {
  position: absolute;
  width: 55%;
  aspect-ratio: 1;
  border: 1px solid rgba(255, 255, 255, 0.55);
  border-radius: 50%;
  background: rgba(255, 253, 247, 0.22);
  box-shadow: 0 20px 50px rgba(39, 31, 22, 0.15);
  content: "";
}

.photo-placeholder span {
  z-index: 1;
  padding: 0.55rem 0.8rem;
  background: rgba(247, 243, 233, 0.9);
}

.hero-visual {
  min-height: 620px;
}

/* ==================================================
   5. BENDROS SEKCIJŲ TAISYKLĖS
   ================================================== */

.section {
  padding: 8vw 7vw;
}

.section-tint {
  background: var(--cream);
}

.section-dark {
  background: var(--ink);
  color: var(--paper);
}

.section-heading {
  max-width: 800px;
  margin-bottom: 3.5rem;
}

.section-heading > p:last-child {
  max-width: 600px;
  margin-top: 1.5rem;
  color: var(--muted);
}

.intro-grid {
  display: grid;
  grid-template-columns: 1.3fr 0.7fr;
  gap: 8vw;
}

.intro-grid p {
  align-self: end;
  max-width: 520px;
  color: var(--muted);
  font-size: 1.15rem;
}

/* ==================================================
   6. UŽKANDŽIŲ KATALOGAS
   ================================================== */

.product-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.2rem;
}

.product-card {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  min-height: 300px;
  background: var(--white);
}

.product-photo {
  min-height: 300px;
}

.product-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 2rem;
}

.tag {
  margin: 0 0 0.7rem;
  color: var(--rust);
  font-size: 0.65rem;
  font-weight: 700;
  letter-spacing: 0.14em;
}

.product-copy h3,
.set-card h3 {
  margin: 0 0 0.7rem;
  font-family: "Playfair Display", serif;
  font-size: 1.65rem;
  line-height: 1.1;
}

.product-copy p {
  margin: 0.4rem 0 1rem;
  color: var(--muted);
}

.product-copy small {
  margin-top: auto;
  color: var(--muted);
}

.catalog-note {
  margin: 2rem 0 0;
  color: var(--muted);
  font-size: 0.85rem;
}

/* ==================================================
   7. RINKINIAI IR LĖKŠTĖS
   ================================================== */

.split-heading {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 10vw;
  max-width: none;
}

.split-heading > p {
  align-self: end;
}

.set-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
}

.set-card {
  display: flex;
  flex-direction: column;
  min-height: 430px;
  padding: 2rem;
  border: 1px solid var(--line);
}

.set-card.featured {
  border-color: var(--ink);
  background: var(--ink);
  color: var(--paper);
}

.serves {
  color: var(--muted);
  font-size: 0.85rem;
}

.featured .serves,
.featured .tag {
  color: #cfbcae;
}

.set-card ul {
  margin: 1.2rem 0;
  padding: 0;
  list-style: none;
}

.set-card li {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.7rem 0;
  border-bottom: 1px solid currentColor;
  font-size: 0.85rem;
}

.set-card > p {
  color: var(--muted);
}

.set-card .text-link {
  margin-top: auto;
  font-weight: 700;
}

/* ==================================================
   8. APIE MANE
   ================================================== */

.about {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 9vw;
}

.about-copy {
  align-self: end;
}

.about-copy p:first-child {
  font-size: 1.2rem;
}

.about-copy p:last-child {
  color: #bdbbb2;
}

/* ==================================================
   9. KONTAKTAI IR UŽKLAUSOS FORMA
   ================================================== */

.contact {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: 10vw;
}

.contact-info > p {
  max-width: 480px;
  color: var(--muted);
}

.direct-links {
  display: flex;
  flex-direction: column;
  margin-top: 2rem;
  font-weight: 700;
}

.contact-form {
  display: grid;
  gap: 1rem;
}

.field-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
}

label {
  display: grid;
  gap: 0.4rem;
  font-size: 0.78rem;
  font-weight: 700;
}

input,
select,
textarea {
  width: 100%;
  padding: 0.8rem 0.2rem;
  border: 0;
  border-bottom: 1px solid var(--ink);
  border-radius: 0;
  background: transparent;
  font: inherit;
}

textarea {
  padding: 1rem;
  border: 1px solid var(--line);
  resize: vertical;
}

.contact-form .button {
  width: fit-content;
}

.form-note {
  color: var(--muted);
}

/* ==================================================
   10. PUSLAPIO APAČIA
   ================================================== */

footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 2.5rem 5vw;
  border-top: 1px solid var(--line);
  color: var(--muted);
  font-size: 0.78rem;
}

/* ==================================================
   11. PLANŠETĖS IR TELEFONAI
   ================================================== */

@media (max-width: 900px) {
  .site-header {
    height: 70px;
  }

  .header-cta {
    display: none;
  }

  .menu-toggle {
    display: block;
  }

  .site-header nav {
    position: absolute;
    top: 70px;
    right: 0;
    left: 0;
    display: none;
    flex-direction: column;
    padding: 1.5rem 5vw;
    border-bottom: 1px solid var(--line);
    background: var(--paper);
  }

  .site-header nav.open {
    display: flex;
  }

  .hero,
  .intro-grid,
  .about,
  .contact,
  .split-heading {
    grid-template-columns: 1fr;
  }

  .hero-content {
    padding: 18vw 7vw 12vw;
  }

  .hero-visual {
    min-height: 58vh;
  }

  .product-grid,
  .set-grid {
    grid-template-columns: 1fr;
  }

  .split-heading {
    gap: 1rem;
  }

  .set-card {
    min-height: 340px;
  }

  .contact {
    gap: 4rem;
  }

  footer {
    flex-direction: column;
    gap: 0.8rem;
    text-align: center;
  }
}

@media (max-width: 560px) {
  h1 {
    font-size: 3.5rem;
  }

  .section {
    padding: 5.5rem 6vw;
  }

  .product-card {
    grid-template-columns: 1fr;
  }

  .product-photo {
    min-height: 260px;
  }

  .field-row {
    grid-template-columns: 1fr;
  }

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

  .direct-links a {
    font-size: 0.95rem;
  }
}
