@charset "UTF-8";
/*
Theme Name: FutureCrafters
Theme URI: https://futurecrafters.example
Author: FutureCrafters
Description: Uma loja calma e tátil para materiais de aprendizagem impressos em 3D.
Version: 1.0.0
Text Domain: futurecrafters
*/
:root {
  --paper: #f8f5ed;
  --paper-deep: #ece7da;
  --ink: #252923;
  --muted: #657067;
  --green: #2f6851;
  --green-dark: #204c3a;
  --coral: #d76b4f;
  --yellow: #f2c84b;
  --line: #d9d8ce;
  --white: #fffdf7;
  --radius: 10px;
  --shadow: 0 18px 50px rgba(37, 41, 35, .09);
}

* {
  box-sizing: border-box;
  font-family: "Trebuchet MS", "Segoe UI", sans-serif !important;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: "Trebuchet MS", "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.6;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}

a {
  color: var(--green-dark);
  text-decoration-thickness: 2px;
  text-underline-offset: 3px;
}

a:hover {
  color: var(--coral);
}

button,
input,
select,
textarea {
  font: inherit;
}

button,
.button,
.wp-element-button,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
  border: 0;
  border-radius: 5px;
  background: var(--green);
  color: #fff;
  cursor: pointer;
  font-weight: 700;
  padding: 0.82rem 1.2rem;
  text-decoration: none;
  transition: background 0.2s ease, transform 0.2s ease;
}

button:hover,
.button:hover,
.wp-element-button:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover {
  background: var(--green-dark);
  color: #fff;
  transform: translateY(-2px);
}

:focus-visible {
  outline: 3px solid var(--coral);
  outline-offset: 3px;
}

.site-shell {
  overflow: hidden;
}

.announcement {
  background: var(--green-dark);
  color: #fff;
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  padding: 0.55rem 1rem;
  text-align: center;
}

.site-header {
  background: var(--white);
  border-bottom: 1px solid var(--line);
  position: relative;
  z-index: 2;
}

.header-cart, .main-navigation ul, .header-inner {
  align-items: center;
  display: flex;
}

.header-inner {
  gap: 2rem;
  justify-content: space-between;
  margin: 0 auto;
  max-width: 1240px;
  min-height: 90px;
  padding: 1rem 1.5rem;
}

.brand {
  align-items: center;
  display: inline-flex;
  flex: 0 0 auto;
  text-decoration: none;
}
.brand img {
  height: 46px;
  object-fit: contain;
  width: 58px;
}

.brand-name {
  color: var(--ink);
  font-size: 1.05rem;
  font-weight: 900;
  letter-spacing: 0.02em;
  margin-left: 0.45rem;
}

.site-footer .brand-name {
  color: var(--white);
}

.main-navigation ul {
  gap: 1.5rem;
  list-style: none;
  margin: 0;
  padding: 0;
}
.main-navigation a {
  color: var(--ink);
  font-size: 0.92rem;
  font-weight: 700;
  text-decoration: none;
}
.main-navigation a:hover {
  color: var(--green);
}

.header-cart {
  color: var(--ink);
  gap: 0.45rem;
  font-weight: 700;
  text-decoration: none;
}

.cart-count {
  align-items: center;
  background: var(--yellow);
  border-radius: 50%;
  display: inline-flex;
  font-size: 0.72rem;
  height: 1.4rem;
  justify-content: center;
  width: 1.4rem;
}

.menu-toggle {
  background: transparent;
  color: var(--ink);
  display: none;
  padding: 0.4rem;
}

.container {
  margin: 0 auto;
  max-width: 1240px;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.section {
  padding-bottom: 5rem;
  padding-top: 5rem;
}

.eyebrow {
  color: var(--coral);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

h1,
h2,
h3 {
  line-height: 1.08;
  margin: 0 0 1rem;
}

h1,
h2 {
  font-weight: 700;
}

h1 {
  font-size: clamp(2.7rem, 6vw, 5.8rem);
  letter-spacing: -0.035em;
}

h2 {
  font-size: clamp(2rem, 4vw, 3.8rem);
}

h3 {
  font-size: 1.15rem;
}

.section-heading p, .lede {
  color: var(--muted);
}

.lede {
  font-size: 1.1rem;
  max-width: 38rem;
}

.section-heading {
  align-items: end;
  display: flex;
  gap: 2rem;
  justify-content: space-between;
  margin-bottom: 2.2rem;
}
.section-heading p {
  margin: 0;
  max-width: 28rem;
}

.hero {
  background: var(--paper-deep);
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
  min-height: 600px;
}

.hero-copy {
  align-self: center;
  padding: 5rem max(1.5rem, (100vw - 1240px) / 2);
  padding-right: 3rem;
}
.hero-copy .button {
  display: inline-block;
  margin-top: 1.1rem;
}

.hero-shape::after, .hero-media::before, .hero-media::after {
  border-radius: 50%;
  content: "";
  position: absolute;
}

.hero-media {
  background: linear-gradient(135deg, #cbe0bd, #f4bf81 60%, #da7655);
  min-height: 500px;
  overflow: hidden;
  position: relative;
}
.hero-media::before, .hero-media::after {
  border: 2px solid rgba(255, 255, 255, 0.72);
}
.hero-media::before {
  height: 20rem;
  right: -5rem;
  top: -4rem;
  width: 20rem;
}
.hero-media::after {
  bottom: -6rem;
  height: 18rem;
  left: -5rem;
  width: 18rem;
}

.hero-shape {
  background: var(--yellow);
  border-radius: 48% 52% 47% 53%;
  bottom: 15%;
  height: 13rem;
  left: 18%;
  position: absolute;
  transform: rotate(-14deg);
  width: 19rem;
}
.hero-shape::after {
  background: var(--coral);
  height: 5rem;
  right: -2rem;
  top: -2rem;
  width: 5rem;
}

.hero-label {
  bottom: 12%;
  color: var(--ink);
  font-size: 1.5rem;
  left: 25%;
  max-width: 11rem;
  position: absolute;
  transform: rotate(-8deg);
}

.collection-grid,
.product-grid,
.promise-grid,
.path-grid {
  display: grid;
  gap: 1rem;
}

.collection-grid {
  grid-template-columns: repeat(3, 1fr);
}

.collection-card {
  min-height: 230px;
  padding: 1.5rem;
  position: relative;
}
.collection-card:nth-child(1) {
  background: #e2edcf;
}
.collection-card:nth-child(2) {
  background: #f5d4ae;
}
.collection-card:nth-child(3) {
  background: #c7dce0;
}
.collection-card:nth-child(4) {
  background: #ffccff;
}
.collection-card a {
  bottom: 1.5rem;
  font-weight: 700;
  left: 1.5rem;
  position: absolute;
}

.product-grid {
  grid-template-columns: repeat(4, 1fr);
}

.product-card {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  overflow: hidden;
}
.product-card:hover img {
  transform: scale(1.04);
}

.product-card-image {
  aspect-ratio: 1/1;
  background: var(--paper-deep);
  overflow: hidden;
}
.product-card-image img {
  height: 100%;
  object-fit: cover;
  transition: transform 0.35s ease;
  width: 100%;
}

.product-card-body {
  padding: 1rem;
}
.product-card-body h3 {
  margin-bottom: 0.25rem;
}
.product-card-body h3 a {
  color: var(--ink);
  text-decoration: none;
}

.product-card-price,
.woocommerce ul.products li.product .price {
  color: var(--green-dark);
  font-weight: 800;
}

.promise-band {
  background: var(--green);
  color: #fff;
}

.promise-grid {
  grid-template-columns: repeat(3, 1fr);
}

.promise-item {
  border-left: 1px solid rgba(255, 255, 255, 0.3);
  padding-left: 1.5rem;
}
.promise-item:first-child {
  border-left: 0;
  padding-left: 0;
}
.promise-item p {
  color: #e1eee6;
  margin: 0;
}

.path-grid {
  grid-template-columns: repeat(2, 1fr);
}

.path-card {
  background: var(--white);
  border-top: 6px solid var(--coral);
  padding: 2rem;
}
.path-card:nth-child(2) {
  border-top-color: var(--green);
}

.page-header {
  background: var(--paper-deep);
  padding: 4rem 0;
}
.page-header h1 {
  font-size: clamp(2.6rem, 5vw, 4.7rem);
}

.content-area,
.woocommerce .site-main {
  padding-bottom: 5rem;
  padding-top: 4rem;
}

.entry-content iframe,
.entry-content embed,
.entry-content video,
.entry-content object, .entry-content table {
  max-width: 100%;
}

.entry-content {
  overflow-wrap: break-word;
  word-break: break-word;
}
.entry-content > * {
  margin-top: 0;
  margin-bottom: 1.4rem;
}
.entry-content table {
  display: block;
  overflow-x: auto;
}
.faq-list {
  max-width: 860px;
}
.faq-list details {
  border-bottom: 1px solid var(--line);
  padding: 1.2rem 0;
}
.faq-list details p {
  color: var(--muted);
  margin: 1rem 0 0 1.25rem;
}
.faq-list summary {
  cursor: pointer;
  font-size: 1.15rem;
  font-weight: 800;
  list-style-position: outside;
}

.footer-bottom, .site-footer p {
  color: #b8c1b7;
}

.footer-contacts span, .site-footer a:hover, .site-footer h3 {
  color: var(--yellow);
}

.site-footer {
  background: var(--ink);
  color: #e9ede6;
  padding: 4.5rem 0 2rem;
}
.site-footer h3 {
  font-size: 0.8rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  margin-bottom: 1.1rem;
  text-transform: uppercase;
}
.site-footer a {
  color: #e9ede6;
  text-decoration: none;
}
.site-footer ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.site-footer li {
  margin-bottom: 0.65rem;
}

.footer-grid {
  display: grid;
  gap: 2rem 2.5rem;
  grid-template-columns: minmax(0, 1.6fr) repeat(2, minmax(0, 1fr));
}

.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.15);
  font-size: 0.85rem;
  margin-top: 3.5rem;
  padding-top: 1.5rem;
}

.footer-contacts {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
}
.footer-contacts li {
  margin-bottom: 0;
}
.footer-contacts a {
  align-items: center;
  display: inline-flex;
  gap: 0.4rem;
}
.woocommerce-cart .cart-collaterals .cart_totals,
.woocommerce-checkout #customer_details,
.woocommerce-checkout #order_review, .woocommerce .quantity .qty,
.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea,
.woocommerce form .form-row select,
.select2-container .select2-selection--single, .woocommerce ul.products li.product {
  background: var(--white);
  border: 1px solid var(--line);
}

.woocommerce div.product pre,
.entry-content pre, .woocommerce div.product {
  max-width: 100%;
  overflow-wrap: break-word;
  word-break: break-word;
}

.star-rating {
  font-family: WooCommerce !important;
}

.woocommerce ul.products {
  margin-left: 0;
}
.woocommerce ul.products li.product {
  border-radius: var(--radius);
  overflow: hidden;
  padding-bottom: 1rem;
}
.woocommerce ul.products li.product .product-loop-thumbnail {
  aspect-ratio: 1/1;
  background: var(--paper-deep);
  display: block;
  margin: 0 0 1rem;
  overflow: hidden;
  position: relative;
}
.woocommerce ul.products li.product .product-loop-thumbnail img {
  display: block;
  height: 100%;
  margin: 0;
  object-fit: cover;
  width: 100%;
}
.woocommerce ul.products li.product .product-loop-thumbnail__image {
  inset: 0;
  opacity: 0;
  position: absolute;
  transition: opacity 0.3s ease;
}
.woocommerce ul.products li.product .product-loop-thumbnail__image.is-active {
  opacity: 1;
}
.woocommerce ul.products li.product .woocommerce-loop-product__title,
.woocommerce ul.products li.product .price,
.woocommerce ul.products li.product .button {
  margin-left: 1rem;
  margin-right: 1rem;
}
.woocommerce span.onsale {
  background: var(--coral);
}
.woocommerce div.product div.images img {
  background: var(--paper-deep);
}
.woocommerce div.product .woocommerce-product-gallery {
  position: relative;
}
.woocommerce div.product .woocommerce-product-gallery__image img {
  height: auto;
  max-height: 500px;
  object-fit: cover;
  object-position: center;
  width: 100%;
}
.woocommerce div.product .flex-direction-nav {
  list-style: none;
  margin: 0;
  padding: 0;
}
.woocommerce div.product .flex-direction-nav a {
  align-items: center;
  background: var(--white);
  border-radius: 50%;
  box-shadow: var(--shadow);
  color: var(--ink);
  display: flex;
  font-size: 0;
  height: 2.6rem;
  justify-content: center;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 2.6rem;
  z-index: 1;
}
.woocommerce div.product .flex-direction-nav a::before {
  border: solid currentColor;
  border-width: 0 3px 3px 0;
  content: "";
  display: inline-block;
  padding: 0.35rem;
}
.woocommerce div.product .flex-direction-nav a:hover {
  background: var(--paper-deep);
}
.woocommerce div.product .flex-direction-nav .flex-prev {
  left: 1rem;
}
.woocommerce div.product .flex-direction-nav .flex-prev::before {
  margin-left: 0.3rem;
  transform: rotate(135deg);
}
.woocommerce div.product .flex-direction-nav .flex-next {
  right: 1rem;
}
.woocommerce div.product .flex-direction-nav .flex-next::before {
  margin-right: 0.3rem;
  transform: rotate(-45deg);
}
.woocommerce div.product .flex-direction-nav .flex-disabled {
  opacity: 0.3;
  pointer-events: none;
}
.woocommerce div.product .product_title {
  font-size: clamp(2rem, 4vw, 3.6rem);
}
.woocommerce div.product p.price,
.woocommerce div.product span.price {
  color: var(--green-dark);
}

.woocommerce div.product pre,
.entry-content pre {
  white-space: pre-wrap;
}

.woocommerce .quantity .qty,
.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea,
.woocommerce form .form-row select,
.select2-container .select2-selection--single {
  border-radius: 4px;
  min-height: 46px;
  padding: 0.55rem 0.7rem;
}

.woocommerce-message,
.woocommerce-info {
  border-top-color: var(--green);
}

.woocommerce-cart .cart-collaterals .cart_totals,
.woocommerce-checkout #customer_details,
.woocommerce-checkout #order_review {
  padding: 1.5rem;
}

.wc-block-components-sidebar-layout .wc-block-components-main {
  min-width: 62%;
}
.wc-block-components-sidebar-layout .wc-block-components-sidebar {
  flex-basis: 320px;
}

@media (max-width: 800px) {
  .menu-toggle {
    display: block;
  }
  .main-navigation {
    display: none;
    left: 0;
    padding: 0 1.5rem 1rem;
    position: absolute;
    right: 0;
    top: 100%;
  }
  .main-navigation.is-open {
    background: var(--white);
    display: block;
  }
  .main-navigation ul {
    align-items: stretch;
    flex-direction: column;
    gap: 0;
  }
  .main-navigation li {
    border-bottom: 1px solid var(--line);
    padding: 0.75rem 0;
  }
  .hero {
    grid-template-columns: 1fr;
  }
  .hero-copy {
    order: 2;
    padding: 4rem 1.5rem 5rem;
  }
  .hero-media {
    min-height: 360px;
  }
  .product-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 700px) {
  .footer-grid {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 560px) {
  .header-inner {
    min-height: 76px;
    padding: 0.75rem 1rem;
  }
  .brand img {
    height: 40px;
    width: 50px;
  }
  .brand-name {
    font-size: 0.95rem;
  }
  .container {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .section {
    padding-bottom: 3.5rem;
    padding-top: 3.5rem;
  }
  .section-heading {
    align-items: start;
    flex-direction: column;
    gap: 0.5rem;
  }
  .collection-grid,
  .path-grid,
  .promise-grid {
    grid-template-columns: 1fr;
  }
  .promise-item,
  .promise-item:first-child {
    border-left: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.3);
    padding-left: 0;
    padding-top: 1rem;
  }
  .promise-item:first-child {
    border-top: 0;
    padding-top: 0;
  }
  .footer-grid {
    grid-template-columns: 1fr;
  }
}
