/*
Theme Name: Tikapu Handmade
Theme URI: https://tikapu.com/
Description: Storefront child theme for Len Thien Phu / Thien Phu Crochet.
Template: storefront
Version: 1.0.0
*/

:root {
  --ltp-ink: #111111;
  --ltp-muted: #5f6570;
  --ltp-paper: #f9fdff;
  --ltp-soft-pink: #fee9f3;
  --ltp-petal: #ffe7f2;
  --ltp-mint: #e5faff;
  --ltp-blue: #2bafe0;
  --ltp-coral: #ec008c;
  --ltp-leaf: #00a6b8;
  --ltp-yellow: #ffd51e;
  --ltp-cream: #fff8c9;
  --ltp-line: #ddeff7;
  --ltp-footer: #06445a;
  --ltp-white: #ffffff;
  --ltp-shadow: 0 18px 40px rgba(17, 17, 17, 0.12);
  --ltp-radius: 8px;
}

body {
  color: var(--ltp-ink);
  background: linear-gradient(180deg, var(--ltp-mint) 0%, var(--ltp-petal) 52%, var(--ltp-paper) 100%);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  letter-spacing: 0;
}

.site-header {
  border-bottom: 2px solid rgba(236, 0, 140, 0.18);
  background: rgba(249, 253, 255, 0.96);
}

.site-branding img {
  border: 2px solid var(--ltp-coral);
  border-radius: 50%;
  background: var(--ltp-white);
  padding: 4px;
}

a,
.site-header ul.menu li.current-menu-item > a {
  color: var(--ltp-leaf);
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button,
.added_to_cart,
.wc-block-components-button {
  border-radius: var(--ltp-radius);
  background-color: var(--ltp-coral);
  color: var(--ltp-white);
  font-weight: 800;
}

.button.alt,
button.alt,
input[type="button"].alt,
input[type="reset"].alt,
input[type="submit"].alt {
  background-color: var(--ltp-blue);
}

.site-main,
.content-area {
  margin-bottom: 0;
}

.hentry {
  margin-bottom: 0;
}

.entry-header {
  display: none;
}

.ltp-home {
  margin-inline: calc(50% - 50vw);
}

.ltp-section {
  padding: 76px 5vw;
}

.ltp-section:nth-child(odd) {
  background: rgba(255, 255, 255, 0.88);
}

.ltp-section h2,
.ltp-hero h1 {
  margin: 0;
  line-height: 1.08;
  letter-spacing: 0;
}

.ltp-eyebrow {
  margin: 0 0 12px;
  color: var(--ltp-coral);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.ltp-hero {
  position: relative;
  min-height: 74svh;
  display: grid;
  align-items: end;
  overflow: hidden;
  padding: 92px 5vw 48px;
  background-position: center 46%;
  background-size: cover;
}

.ltp-hero::before {
  position: absolute;
  inset: 0;
  content: "";
  background: rgba(6, 68, 90, 0.3);
}

.ltp-hero-copy {
  position: relative;
  z-index: 2;
  max-width: 740px;
  color: var(--ltp-white);
  text-shadow: 0 2px 18px rgba(0, 0, 0, 0.2);
}

.ltp-hero .ltp-eyebrow {
  color: var(--ltp-cream);
}

.ltp-hero h1 {
  font-size: clamp(2.4rem, 6vw, 4rem);
}

.ltp-hero p:not(.ltp-eyebrow) {
  max-width: 650px;
  margin: 18px 0 0;
  font-size: 1.12rem;
}

.ltp-actions,
.ltp-card-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 26px;
}

.ltp-ghost-button {
  border: 1px solid rgba(43, 175, 224, 0.32);
  background: var(--ltp-white);
  color: var(--ltp-leaf);
}

.ltp-intro-band {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  background: var(--ltp-line);
}

.ltp-intro-band > div {
  min-height: 112px;
  padding: 24px 5vw;
  background: rgba(255, 255, 255, 0.94);
}

.ltp-intro-band strong,
.ltp-intro-band span {
  display: block;
}

.ltp-intro-band span,
.ltp-section-lead,
.ltp-copy {
  color: var(--ltp-muted);
}

.ltp-section-heading {
  max-width: 940px;
  margin-bottom: 34px;
}

.ltp-section-heading h2 {
  font-size: clamp(1.9rem, 4vw, 2.6rem);
}

.ltp-section-lead {
  margin: 16px 0 0;
  font-size: 1.03rem;
}

.ltp-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.ltp-grid.four {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.ltp-card {
  overflow: hidden;
  border: 1px solid var(--ltp-line);
  border-radius: var(--ltp-radius);
  background: var(--ltp-white);
  box-shadow: 0 10px 28px rgba(17, 17, 17, 0.07);
}

.ltp-card img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.ltp-card-body {
  padding: 18px;
}

.ltp-card h3 {
  margin: 0;
  font-size: 1.12rem;
  line-height: 1.25;
}

.ltp-card p {
  margin: 10px 0 0;
  color: var(--ltp-muted);
}

.ltp-workshop {
  background: var(--ltp-mint);
}

.ltp-workshop-layout {
  display: grid;
  grid-template-columns: minmax(280px, 0.95fr) minmax(320px, 1.05fr);
  gap: 30px;
  align-items: stretch;
}

.ltp-workshop-gallery {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-template-rows: repeat(2, minmax(150px, 1fr));
  gap: 12px;
}

.ltp-workshop-gallery img {
  width: 100%;
  height: 100%;
  min-height: 220px;
  object-fit: cover;
  border-radius: var(--ltp-radius);
  box-shadow: 0 10px 28px rgba(17, 17, 17, 0.07);
}

.ltp-workshop-gallery img:first-child {
  grid-row: span 2;
}

.ltp-note-list {
  display: grid;
  gap: 14px;
}

.ltp-note {
  padding: 20px;
  border: 1px solid rgba(43, 175, 224, 0.3);
  border-radius: var(--ltp-radius);
  background: rgba(255, 255, 255, 0.78);
}

.ltp-note span {
  display: inline-block;
  margin-bottom: 10px;
  color: var(--ltp-leaf);
  font-size: 0.82rem;
  font-weight: 900;
}

.ltp-payment {
  background: var(--ltp-soft-pink);
}

.site-footer {
  border-top: 5px solid var(--ltp-coral);
  background: var(--ltp-footer);
  color: var(--ltp-white);
}

.site-footer a,
.site-footer .widget .widget-title,
.site-info {
  color: rgba(255, 255, 255, 0.82);
}

.woocommerce-products-header__title.page-title,
.storefront-sorting,
.woocommerce-result-count {
  color: var(--ltp-ink);
}

ul.products li.product {
  overflow: hidden;
  border: 1px solid var(--ltp-line);
  border-radius: var(--ltp-radius);
  background: var(--ltp-white);
  box-shadow: 0 10px 28px rgba(17, 17, 17, 0.07);
}

ul.products li.product img {
  aspect-ratio: 4 / 5;
  object-fit: cover;
}

ul.products li.product .woocommerce-loop-product__title,
ul.products li.product .price,
ul.products li.product .button {
  margin-inline: 14px;
}

ul.products li.product .button {
  margin-bottom: 16px;
}

@media (max-width: 920px) {
  .ltp-grid,
  .ltp-grid.four,
  .ltp-workshop-layout,
  .ltp-intro-band {
    grid-template-columns: 1fr;
  }

  .ltp-intro-band {
    display: block;
  }
}

@media (max-width: 640px) {
  .ltp-section {
    padding: 58px 18px;
  }

  .ltp-hero {
    min-height: 68svh;
    padding: 78px 18px 36px;
  }

  .ltp-actions .button {
    width: 100%;
  }
}
