/*
Theme Name: ForgeCraft Sales
Theme URI: https://forgecraft.com.tr
Author: Codex
Description: Dark industrial sales platform theme with custom product catalog, product detail, cart drawer and project inquiry templates.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.8
Requires PHP: 7.4
Text Domain: forgecraft-sales
*/

:root {
  --bg: #050607;
  --bg-2: #0b0d0f;
  --panel: #111315;
  --panel-2: #17191b;
  --line: rgba(255, 255, 255, 0.1);
  --line-strong: rgba(245, 127, 23, 0.42);
  --text: #f4f1ec;
  --muted: #a7a39c;
  --soft: #d7d0c5;
  --accent: #f57f17;
  --accent-2: #ff9a2f;
  --danger: #ff6347;
  --shadow: 0 24px 80px rgba(0, 0, 0, 0.42);
  --wrap: min(1180px, calc(100vw - 48px));
  --radius: 8px;
  --font-body: "Forge Manrope", "Segoe UI", Arial, Helvetica, sans-serif;
  --font-display: "Forge Fira Sans", "Arial Narrow", "Roboto Condensed", "Segoe UI", Arial, sans-serif;
}

@font-face {
  font-display: swap;
  font-family: "Forge Manrope";
  font-style: normal;
  font-weight: 200 800;
  src: url("../twentytwentyfive/assets/fonts/manrope/Manrope-VariableFont_wght.woff2") format("woff2");
}

@font-face {
  font-display: swap;
  font-family: "Forge Fira Sans";
  font-style: normal;
  font-weight: 800;
  src: url("../twentytwentyfive/assets/fonts/fira-sans/FiraSans-ExtraBold.woff2") format("woff2");
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background:
    radial-gradient(circle at 72% 8%, rgba(245, 127, 23, 0.11), transparent 28%),
    linear-gradient(180deg, #050607 0%, #080a0b 44%, #050607 100%);
  color: var(--text);
  font-family: var(--font-body);
  line-height: 1.5;
}

body.menu-open,
body.cart-open {
  overflow: hidden;
}

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

img {
  display: block;
  height: auto;
  max-width: 100%;
}

button,
input,
textarea,
select {
  font: inherit;
}

.site-header {
  background: rgba(5, 6, 7, 0.92);
  border-bottom: 1px solid var(--line);
  left: 0;
  position: sticky;
  right: 0;
  top: 0;
  z-index: 50;
}

.admin-bar .site-header {
  top: 32px;
}

.header-inner,
.wrap {
  margin: 0 auto;
  width: var(--wrap);
}

.header-inner {
  align-items: center;
  display: grid;
  gap: 24px;
  grid-template-columns: auto 1fr auto;
  min-height: 76px;
}

.brand {
  align-items: center;
  display: inline-flex;
  gap: 12px;
  min-width: max-content;
}

.brand-mark {
  align-items: center;
  background: linear-gradient(135deg, var(--accent), #b65307);
  color: #090909;
  display: inline-flex;
  font-size: 21px;
  font-weight: 900;
  height: 32px;
  justify-content: center;
  line-height: 1;
  width: 32px;
}

.brand-word {
  display: grid;
  gap: 2px;
  letter-spacing: 6px;
  text-transform: uppercase;
}

.brand-word strong {
  font-size: 18px;
  font-weight: 800;
  line-height: 1;
}

.brand-word span {
  color: var(--accent);
  font-size: 8px;
  font-weight: 800;
  letter-spacing: 7px;
}

.main-nav {
  align-items: center;
  display: flex;
  gap: 28px;
  justify-content: center;
}

.main-nav ul {
  align-items: center;
  display: flex;
  gap: 28px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.main-nav a {
  color: #fff;
  font-size: 13px;
  font-weight: 800;
  line-height: 1.15;
  text-transform: uppercase;
}

.main-nav a:hover,
.main-nav .current-menu-item > a,
.main-nav .current_page_item > a {
  color: var(--accent);
}

.header-actions {
  align-items: center;
  display: flex;
  gap: 10px;
}

.icon-button,
.menu-toggle,
.cart-close,
.qty-btn {
  align-items: center;
  background: transparent;
  border: 1px solid transparent;
  color: #fff;
  cursor: pointer;
  display: inline-flex;
  height: 40px;
  justify-content: center;
  width: 40px;
}

.icon-button:hover,
.menu-toggle:hover,
.cart-close:hover,
.qty-btn:hover {
  border-color: var(--line-strong);
  color: var(--accent);
}

.menu-toggle {
  display: none;
}

.hero {
  min-height: calc(100vh - 76px);
  overflow: hidden;
  position: relative;
}

.hero::before {
  background:
    linear-gradient(90deg, rgba(5, 6, 7, 0.96) 0%, rgba(5, 6, 7, 0.72) 38%, rgba(5, 6, 7, 0.18) 72%),
    repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.04) 0 1px, transparent 1px 92px),
    linear-gradient(135deg, rgba(255, 255, 255, 0.07), transparent 38%);
  content: "";
  inset: 0;
  position: absolute;
}

.hero::after {
  background:
    radial-gradient(circle at 78% 68%, rgba(245, 127, 23, 0.48), transparent 5%),
    radial-gradient(circle at 82% 73%, rgba(255, 154, 47, 0.3), transparent 7%),
    linear-gradient(118deg, transparent 28%, rgba(245, 127, 23, 0.13) 29%, transparent 30%),
    linear-gradient(42deg, transparent 39%, rgba(255, 255, 255, 0.16) 40%, transparent 41%),
    linear-gradient(160deg, transparent 50%, rgba(255, 255, 255, 0.09) 51%, transparent 52%);
  content: "";
  filter: drop-shadow(0 32px 80px rgba(245, 127, 23, 0.18));
  height: min(58vw, 690px);
  max-height: calc(100vh - 100px);
  position: absolute;
  right: max(24px, calc((100vw - 1180px) / 2));
  top: 40px;
  transform: skewX(-7deg);
  width: min(48vw, 620px);
}

.hero-inner {
  align-items: center;
  display: grid;
  gap: 42px;
  grid-template-columns: minmax(0, 0.92fr) minmax(360px, 0.8fr);
  min-height: calc(100vh - 76px);
  padding: 72px 0 92px;
  position: relative;
  z-index: 1;
}

.eyebrow {
  color: var(--accent);
  display: block;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 6px;
  margin-bottom: 18px;
  text-transform: uppercase;
}

.hero h1,
.page-hero h1 {
  font-family: var(--font-display);
  font-size: clamp(46px, 6vw, 86px);
  font-weight: 800;
  letter-spacing: 0;
  line-height: 1.12;
  margin: 0 0 24px;
  max-width: 650px;
  text-transform: uppercase;
}

.hero h1 {
  display: grid;
  gap: 0.04em;
  margin-bottom: 30px;
  max-width: 720px;
}

.hero h1 span {
  white-space: nowrap;
}

.stacked-title {
  display: grid;
  gap: 0.08em;
  max-width: 820px;
}

.stacked-title span {
  white-space: nowrap;
}

.hero-media {
  align-self: center;
  aspect-ratio: 1.05 / 1;
  border: 1px solid rgba(245, 127, 23, 0.55);
  box-shadow: 0 28px 90px rgba(0, 0, 0, 0.55), inset 0 0 0 1px rgba(255, 255, 255, 0.04);
  overflow: hidden;
  position: relative;
  width: 100%;
}

.hero-media::before {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.08), transparent 34%),
    radial-gradient(circle at 70% 76%, rgba(245, 127, 23, 0.28), transparent 14%),
    radial-gradient(circle at 42% 38%, rgba(255, 255, 255, 0.1), transparent 21%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.14), transparent 18%, transparent 62%, rgba(245, 127, 23, 0.12));
  content: "";
  inset: 0;
  position: absolute;
}

.hero-media::after {
  background:
    linear-gradient(32deg, transparent 40%, rgba(255, 255, 255, 0.16) 41%, transparent 43%),
    linear-gradient(126deg, transparent 39%, rgba(245, 127, 23, 0.18) 40%, transparent 42%),
    repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.035) 0 1px, transparent 1px 86px);
  content: "";
  inset: -10%;
  position: absolute;
}

.hero-media-inner {
  background:
    linear-gradient(180deg, rgba(0, 0, 0, 0.08), rgba(0, 0, 0, 0.72)),
    linear-gradient(145deg, rgba(40, 39, 35, 0.95), rgba(6, 7, 8, 0.96));
  height: 100%;
  position: relative;
  width: 100%;
}

.hero p,
.page-hero p,
.section-lead {
  color: var(--soft);
  font-size: 18px;
  margin: 0;
  max-width: 560px;
}

.actions {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-top: 34px;
}

.button,
.wp-block-button__link,
.submit-button {
  align-items: center;
  background: var(--accent);
  border: 1px solid var(--accent);
  color: #111;
  cursor: pointer;
  display: inline-flex;
  font-size: 12px;
  font-weight: 900;
  gap: 10px;
  justify-content: center;
  min-height: 48px;
  padding: 0 24px;
  text-transform: uppercase;
}

.button:hover,
.submit-button:hover {
  background: var(--accent-2);
}

.button.outline {
  background: transparent;
  color: #fff;
}

.button.outline:hover {
  background: rgba(245, 127, 23, 0.12);
  color: var(--accent);
}

.slider-dots {
  display: flex;
  gap: 20px;
  margin-top: 88px;
}

.slider-dots span {
  background: #fff;
  height: 4px;
  width: 14px;
}

.slider-dots span:first-child {
  background: var(--accent);
  width: 28px;
}

.whatsapp-tab {
  align-items: center;
  background: rgba(12, 13, 14, 0.9);
  border: 1px solid var(--line-strong);
  bottom: 30%;
  color: #fff;
  display: flex;
  font-size: 12px;
  font-weight: 900;
  gap: 10px;
  padding: 12px 10px;
  position: fixed;
  right: 16px;
  text-transform: uppercase;
  transform: rotate(-90deg) translateX(50%);
  transform-origin: right bottom;
  z-index: 45;
}

.section {
  border-top: 1px solid var(--line);
  padding: 70px 0;
}

.section-head {
  margin: 0 auto 28px;
  max-width: 760px;
  text-align: center;
}

.section-head h2,
.split-copy h2,
.form-panel h2,
.content h2 {
  font-size: clamp(31px, 4vw, 48px);
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.1;
  margin: 0;
}

.category-grid {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(6, minmax(0, 1fr));
}

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

.category-card,
.product-card,
.project-card,
.feature-box,
.process-card,
.mini-card,
.cart-drawer,
.form-panel,
.product-gallery,
.product-summary,
.content-card {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.055), rgba(255, 255, 255, 0.015));
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
}

.category-card,
.project-card,
.product-card {
  min-height: 270px;
  overflow: hidden;
  position: relative;
}

.category-card {
  display: flex;
  min-height: 300px;
}

.visual-fallback,
.post-thumbnail {
  background:
    linear-gradient(160deg, rgba(255, 255, 255, 0.2), transparent 18%),
    radial-gradient(circle at 70% 28%, rgba(245, 127, 23, 0.18), transparent 28%),
    linear-gradient(135deg, #262624, #08090a 65%);
  height: 100%;
  inset: 0;
  position: absolute;
  width: 100%;
}

.post-thumbnail img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.category-card::after,
.project-card::after,
.product-card::after,
.product-gallery::after {
  background: linear-gradient(180deg, transparent 30%, rgba(0, 0, 0, 0.9) 100%);
  content: "";
  inset: 0;
  position: absolute;
}

.card-body {
  align-self: end;
  padding: 24px;
  position: relative;
  width: 100%;
  z-index: 1;
}

.card-title {
  font-family: var(--font-display);
  font-size: 24px;
  font-weight: 800;
  letter-spacing: 0;
  line-height: 1.08;
  margin: 0 0 12px;
  text-transform: uppercase;
}

.arrow-link {
  color: var(--accent);
  font-size: 13px;
  font-weight: 900;
}

.split {
  align-items: start;
  display: grid;
  gap: 42px;
  grid-template-columns: 1.1fr 1.5fr;
}

.split-copy h2 {
  font-size: clamp(40px, 5vw, 62px);
}

.split-copy h2 .title-keep {
  white-space: nowrap;
}

@media (max-width: 700px) {
  .split-copy h2 .title-keep {
    white-space: normal;
  }
}

.split-copy .section-lead {
  font-size: 20px;
  margin-top: 24px;
}

.split-copy .eyebrow {
  font-size: 13px;
}

.process-grid {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(2, minmax(0, 240px));
  justify-content: center;
}

.process-card {
  min-height: 260px;
  overflow: hidden;
  padding: 24px;
  position: relative;
}

.process-card::before {
  background:
    radial-gradient(circle at 70% 20%, rgba(245, 127, 23, 0.28), transparent 24%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.14), transparent 34%),
    linear-gradient(180deg, transparent, rgba(0, 0, 0, 0.72));
  content: "";
  inset: 0;
  opacity: 0.9;
  position: absolute;
}

.process-card > * {
  position: relative;
  z-index: 1;
}

.step {
  color: var(--accent);
  font-family: var(--font-display);
  font-size: 42px;
  font-weight: 800;
  line-height: 1;
}

.process-card h3,
.feature-box h3,
.mini-card h3 {
  font-size: 17px;
  margin: 14px 0 8px;
  text-transform: uppercase;
}

.muted,
.process-card p,
.feature-box p,
.mini-card p,
.product-card p,
.project-card p,
.content p,
.cart-empty {
  color: var(--muted);
}

.product-grid {
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.product-card {
  min-height: 320px;
}

.product-card .image {
  height: 190px;
  overflow: hidden;
  position: relative;
}

.product-card .image .post-thumbnail,
.product-card .image .visual-fallback {
  position: relative;
}

.product-card .image img,
.project-card img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.product-card::after {
  pointer-events: none;
}

.product-card .card-body {
  align-self: auto;
  padding: 18px;
}

.price {
  color: #fff;
  display: block;
  font-size: 20px;
  font-weight: 900;
  margin: 4px 0 8px;
}

.feature-row {
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.feature-box,
.mini-card {
  box-shadow: none;
  min-height: 130px;
  padding: 22px;
}

.feature-icon {
  color: var(--accent);
  font-size: 28px;
  line-height: 1;
}

.cta-band {
  background:
    linear-gradient(90deg, rgba(5, 6, 7, 0.94), rgba(5, 6, 7, 0.58)),
    radial-gradient(circle at 78% 50%, rgba(245, 127, 23, 0.26), transparent 26%),
    linear-gradient(135deg, #262624, #070809);
  border: 1px solid var(--line);
  margin: 70px auto 0;
  min-height: 260px;
  padding: 54px 34px;
}

.site-footer {
  border-top: 1px solid var(--line);
  padding: 54px 0 28px;
}

.footer-grid {
  display: grid;
  gap: 34px;
  grid-template-columns: 1.4fr repeat(3, 1fr);
}

.footer-list {
  display: grid;
  gap: 10px;
  margin: 14px 0 0;
}

.footer-list a,
.footer-list span {
  color: var(--muted);
  font-size: 14px;
}

.copyright {
  border-top: 1px solid var(--line);
  color: var(--muted);
  font-size: 13px;
  margin-top: 34px;
  padding-top: 20px;
}

.page-hero {
  border-bottom: 1px solid var(--line);
  padding: 86px 0 52px;
}

.archive-layout,
.product-detail,
.form-layout,
.about-layout {
  display: grid;
  gap: 28px;
}

.archive-layout {
  grid-template-columns: 260px 1fr;
}

.filters,
.product-summary,
.form-panel,
.content-card {
  background: rgba(14, 15, 16, 0.82);
  border: 1px solid var(--line);
  padding: 26px;
}

.filters h2 {
  color: var(--accent);
  font-size: 13px;
  letter-spacing: 3px;
  margin: 0 0 18px;
  text-transform: uppercase;
}

.filter-list {
  display: grid;
  gap: 10px;
}

.filter-list a {
  color: var(--muted);
  font-size: 14px;
}

.filter-list a:hover,
.filter-list a.active {
  color: var(--accent);
}

.toolbar {
  align-items: center;
  display: flex;
  gap: 14px;
  justify-content: space-between;
  margin-bottom: 18px;
}

.search-form {
  display: flex;
  gap: 10px;
}

.search-form input,
.field,
.form-panel input,
.form-panel select,
.form-panel textarea {
  background: #111315;
  border: 1px solid rgba(255, 255, 255, 0.15);
  color: #fff;
  min-height: 44px;
  padding: 0 13px;
  width: 100%;
}

.form-panel textarea {
  min-height: 140px;
  padding: 13px;
  resize: vertical;
}

.form-grid {
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.form-grid .full {
  grid-column: 1 / -1;
}

.product-detail {
  align-items: start;
  grid-template-columns: 1.1fr 0.9fr;
  padding: 50px 0 80px;
}

.product-gallery {
  min-height: 590px;
  overflow: hidden;
  position: relative;
}

.product-gallery .post-thumbnail,
.product-gallery .visual-fallback {
  position: absolute;
}

.product-gallery::after {
  background: linear-gradient(180deg, transparent 52%, rgba(0, 0, 0, 0.78));
}

.product-summary {
  position: sticky;
  top: 102px;
}

.product-summary h1 {
  font-size: clamp(36px, 4vw, 58px);
  line-height: 1;
  margin: 0 0 12px;
}

.specs {
  border-top: 1px solid var(--line);
  display: grid;
  gap: 12px;
  margin: 22px 0;
  padding-top: 22px;
}

.spec {
  align-items: center;
  display: flex;
  gap: 18px;
  justify-content: space-between;
}

.spec span:first-child {
  color: var(--muted);
}

.option-row,
.qty-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 14px 0;
}

.option-pill {
  border: 1px solid var(--line);
  color: var(--soft);
  font-size: 13px;
  padding: 10px 13px;
}

.qty-control {
  align-items: center;
  border: 1px solid var(--line);
  display: inline-flex;
  height: 46px;
}

.qty-control input {
  background: transparent;
  border: 0;
  color: #fff;
  text-align: center;
  width: 54px;
}

.qty-control input::-webkit-inner-spin-button,
.qty-control input::-webkit-outer-spin-button {
  appearance: none;
}

.cart-backdrop {
  background: rgba(0, 0, 0, 0.58);
  inset: 0;
  opacity: 0;
  pointer-events: none;
  position: fixed;
  transition: opacity 180ms ease;
  z-index: 80;
}

.cart-drawer {
  height: 100vh;
  max-width: min(420px, 100vw);
  padding: 24px;
  position: fixed;
  right: 0;
  top: 0;
  transform: translateX(105%);
  transition: transform 220ms ease;
  width: 420px;
  z-index: 90;
}

.cart-open .cart-backdrop {
  opacity: 1;
  pointer-events: auto;
}

.cart-open .cart-drawer {
  transform: translateX(0);
}

.cart-head,
.cart-line,
.cart-total {
  align-items: center;
  display: flex;
  gap: 14px;
  justify-content: space-between;
}

.cart-items {
  display: grid;
  gap: 14px;
  margin: 26px 0;
}

.cart-line {
  border-bottom: 1px solid var(--line);
  padding-bottom: 14px;
}

.cart-line strong {
  display: block;
}

.cart-remove {
  background: transparent;
  border: 0;
  color: var(--danger);
  cursor: pointer;
  font-weight: 900;
}

.cart-total {
  border-top: 1px solid var(--line);
  font-size: 20px;
  font-weight: 900;
  padding-top: 18px;
}

.content {
  color: var(--soft);
}

.content a {
  color: var(--accent);
}

.post-list {
  display: grid;
  gap: 18px;
}

.wc-shell {
  color: var(--text);
}

.wc-shell .woocommerce-notices-wrapper,
.woocommerce-message,
.woocommerce-info,
.woocommerce-error {
  background: rgba(14, 15, 16, 0.9);
  border: 1px solid var(--line-strong);
  color: var(--soft);
  margin: 0 0 22px;
  padding: 16px 18px;
}

.wc-shell .woocommerce-notices-wrapper:empty {
  display: none;
}

.woocommerce-error {
  border-color: rgba(255, 99, 71, 0.55);
  list-style-position: inside;
}

.wc-shell a,
.woocommerce a {
  color: var(--accent);
}

.wc-shell .woocommerce-breadcrumb,
.wc-shell .woocommerce-result-count,
.wc-shell .woocommerce-products-header,
.wc-shell .product_meta {
  color: var(--muted);
}

.wc-shell .woocommerce-ordering select,
.wc-shell input,
.wc-shell select,
.wc-shell textarea,
.woocommerce-checkout input,
.woocommerce-checkout select,
.woocommerce-checkout textarea {
  background: #111315;
  border: 1px solid rgba(255, 255, 255, 0.16);
  color: #fff;
  min-height: 46px;
  padding: 0 13px;
}

.wc-shell textarea,
.woocommerce-checkout textarea {
  min-height: 110px;
  padding: 13px;
}

.wc-shell ul.products {
  clear: both;
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  list-style: none;
  margin: 24px 0 0;
  padding: 0;
}

.wc-shell ul.products::before,
.wc-shell ul.products::after {
  content: none !important;
  display: none !important;
}

.wc-shell ul.products li.product {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.055), rgba(255, 255, 255, 0.015));
  border: 1px solid var(--line);
  float: none !important;
  margin: 0 !important;
  min-height: 320px;
  overflow: hidden;
  padding: 0 0 18px;
  position: relative;
  width: 100% !important;
}

.wc-shell ul.products li.product img {
  aspect-ratio: 1.28 / 1;
  background:
    radial-gradient(circle at 70% 28%, rgba(245, 127, 23, 0.18), transparent 28%),
    linear-gradient(135deg, #262624, #08090a 65%);
  object-fit: cover;
  width: 100%;
}

.wc-shell ul.products li.product .woocommerce-placeholder {
  border: 0;
  display: block;
  height: auto;
  min-height: 210px;
}

.wc-shell ul.products li.product .woocommerce-loop-product__title {
  color: var(--text);
  font-family: var(--font-display);
  font-size: 23px;
  font-weight: 800;
  line-height: 1.08;
  margin: 18px 18px 8px;
  text-transform: uppercase;
}

.wc-shell ul.products li.product .price {
  color: #fff;
  display: block;
  margin: 0 18px 12px;
}

.wc-shell ul.products li.product .button {
  margin: 0 18px;
}

.wc-shell .button,
.woocommerce .button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce #respond input#submit,
.wc-block-components-button {
  background: var(--accent) !important;
  border: 1px solid var(--accent) !important;
  border-radius: 0 !important;
  color: #111 !important;
  cursor: pointer;
  font-size: 12px !important;
  font-weight: 900 !important;
  min-height: 46px;
  padding: 13px 20px !important;
  text-transform: uppercase;
}

.wc-shell .button:hover,
.woocommerce .button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover,
.wc-block-components-button:hover {
  background: var(--accent-2) !important;
}

.wc-shell div.product {
  align-items: start;
  clear: both;
  display: grid;
  gap: 34px;
  grid-template-columns: minmax(0, 1.08fr) minmax(420px, 0.92fr);
}

.wc-shell div.product .woocommerce-product-gallery {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.055), rgba(255, 255, 255, 0.015)),
    radial-gradient(circle at 68% 72%, rgba(245, 127, 23, 0.26), transparent 18%),
    linear-gradient(135deg, #232421, #070809);
  border: 1px solid var(--line);
  float: none !important;
  box-shadow: var(--shadow);
  margin: 0 !important;
  min-height: 560px;
  overflow: hidden;
  padding: 24px;
  width: 100% !important;
}

.wc-shell div.product .woocommerce-product-gallery img {
  background:
    radial-gradient(circle at 70% 28%, rgba(245, 127, 23, 0.18), transparent 28%),
    linear-gradient(135deg, #262624, #08090a 65%);
  object-fit: cover;
  width: 100%;
}

.wc-shell div.product .woocommerce-product-gallery .woocommerce-product-gallery__image,
.wc-shell div.product .woocommerce-product-gallery .woocommerce-product-gallery__wrapper {
  height: 100%;
}

.wc-shell div.product .woocommerce-product-gallery .woocommerce-product-gallery__image a {
  display: block;
  height: 100%;
}

.wc-shell div.product .woocommerce-product-gallery .woocommerce-placeholder {
  border: 0;
  height: 500px;
  object-fit: contain;
  padding: 52px;
}

.wc-shell div.product .summary {
  background: rgba(14, 15, 16, 0.86);
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
  float: none !important;
  margin: 0 !important;
  padding: 28px;
  width: 100% !important;
}

.wc-shell div.product .product_title {
  font-family: var(--font-display);
  font-size: clamp(38px, 4.2vw, 66px);
  font-weight: 800;
  line-height: 1.08;
  margin: 0 0 16px;
  text-transform: uppercase;
}

.wc-shell div.product p.price {
  color: #fff;
  font-size: 30px;
  font-weight: 900;
  margin: 0 0 18px;
}

.wc-shell div.product .woocommerce-product-details__short-description {
  color: var(--soft);
  font-size: 17px;
  max-width: 520px;
}

.wc-shell div.product form.cart {
  align-items: center;
  border-top: 1px solid var(--line);
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin: 24px 0;
  padding-top: 22px;
}

.wc-shell div.product form.cart .quantity input {
  max-width: 76px;
  text-align: center;
}

.wc-shell .woocommerce-tabs {
  grid-column: 1 / -1;
  width: 100%;
}

.wc-shell div.product .related.products,
.wc-shell div.product .upsells.products {
  grid-column: 1 / -1;
  width: 100%;
}

.wc-shell .woocommerce-tabs ul.tabs {
  display: flex;
  gap: 8px;
  list-style: none;
  margin: 28px 0 0;
  padding: 0;
}

.wc-shell .woocommerce-tabs ul.tabs li a {
  border: 1px solid var(--line);
  color: var(--soft);
  display: inline-flex;
  font-weight: 800;
  padding: 12px 16px;
  text-transform: uppercase;
}

.wc-shell .woocommerce-tabs .panel,
.wc-flow .woocommerce,
.wc-flow .woocommerce-cart-form,
.wc-flow .cart-collaterals,
.wc-flow .checkout,
.wc-flow .woocommerce-order {
  background: rgba(14, 15, 16, 0.86);
  border: 1px solid var(--line);
  padding: 26px;
}

.wc-shell .stock {
  color: var(--accent);
  font-weight: 800;
}

.wc-shell table,
.wc-flow table {
  border-collapse: collapse;
  color: var(--soft);
  width: 100%;
}

.wc-shell th,
.wc-shell td,
.wc-flow th,
.wc-flow td {
  border-bottom: 1px solid var(--line);
  padding: 15px;
  text-align: left;
}

.wc-flow .cart-collaterals {
  margin-top: 20px;
}

.wc-whatsapp-checkout {
  align-items: center;
  background: #24d366;
  color: #08100c !important;
  display: flex;
  font-weight: 900;
  justify-content: center;
  margin-top: 12px;
  min-height: 46px;
  padding: 14px 18px;
  text-align: center;
  text-transform: uppercase;
  width: 100%;
}

.wc-whatsapp-checkout:hover {
  background: #16b956;
  color: #08100c !important;
}

.wc-flow .cart_totals h2,
.wc-flow .woocommerce-billing-fields h3,
.wc-flow #order_review_heading {
  font-size: clamp(28px, 3vw, 44px);
  font-weight: 500;
  margin: 0 0 18px;
}

.wc-flow .checkout {
  display: grid;
  gap: 26px;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.72fr);
}

.wc-flow .checkout .col2-set {
  grid-column: 1;
}

.wc-flow .checkout #order_review_heading,
.wc-flow .checkout #order_review {
  grid-column: 2;
}

.wc-flow .form-row {
  margin: 0 0 14px;
}

.wc-flow .form-row label {
  color: var(--soft);
  display: block;
  font-size: 13px;
  font-weight: 800;
  margin-bottom: 7px;
  text-transform: uppercase;
}

.wc-flow .woocommerce-checkout-payment {
  background: rgba(255, 255, 255, 0.035);
  border: 1px solid var(--line);
  padding: 18px;
}

.wc-flow .payment_methods {
  list-style: none;
  margin: 0;
  padding: 0;
}

.wc-flow .payment_box {
  color: var(--muted);
}

@media (max-width: 1060px) {
  .main-nav {
    background: rgba(5, 6, 7, 0.98);
    border-top: 1px solid var(--line);
    display: none;
    gap: 0;
    inset: 76px 0 auto 0;
    padding: 18px 24px;
    position: fixed;
  }

  .main-nav ul {
    display: grid;
    gap: 0;
    width: 100%;
  }

  .menu-open .main-nav {
    display: grid;
  }

  .main-nav a {
    border-bottom: 1px solid var(--line);
    padding: 16px 0;
  }

  .menu-toggle {
    display: inline-flex;
  }

  .category-grid,
  .feature-row {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .product-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .wc-shell ul.products {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .archive-layout,
  .product-detail,
  .split,
  .hero-inner,
  .wc-shell div.product,
  .wc-flow .checkout,
  .form-layout,
  .about-layout {
    grid-template-columns: 1fr;
  }

  .wc-flow .checkout .col2-set,
  .wc-flow .checkout #order_review_heading,
  .wc-flow .checkout #order_review {
    grid-column: auto;
  }

  .product-summary {
    position: static;
  }
}

@media (max-width: 700px) {
  :root {
    --wrap: min(100vw - 28px, 1180px);
  }

  .admin-bar .site-header {
    top: 0;
  }

  .header-inner {
    gap: 12px;
    grid-template-columns: auto auto auto;
  }

  .brand-word {
    letter-spacing: 3px;
  }

  .brand-word strong {
    font-size: 15px;
  }

  .brand-word span {
    letter-spacing: 5px;
  }

  .hero {
    min-height: 720px;
  }

  .hero::after {
    height: 360px;
    opacity: 0.78;
    right: -70px;
    top: 250px;
    width: 310px;
  }

  .hero-inner {
    align-items: start;
    min-height: 720px;
    padding: 52px 0 70px;
  }

  .hero-media {
    aspect-ratio: 1.18 / 0.78;
    min-height: 250px;
  }

  .hero h1,
  .page-hero h1 {
    font-size: 46px;
  }

  .category-grid,
  .process-grid,
  .product-grid,
  .wc-shell ul.products,
  .feature-row,
  .footer-grid,
  .form-grid {
    grid-template-columns: 1fr;
  }

  .section {
    padding: 52px 0;
  }

  .toolbar,
  .search-form {
    align-items: stretch;
    flex-direction: column;
  }

  .whatsapp-tab {
    display: none;
  }
}

/* ForgeCraft media: hero video + süreç görselleri */
.hero-media-inner {
  overflow: hidden;
}

.hero-media::after {
  display: none;
}

.hero-video-bg {
  filter: blur(24px) brightness(0.5);
  height: 100%;
  inset: 0;
  object-fit: cover;
  position: absolute;
  transform: scale(1.18);
  width: 100%;
}

.hero-video {
  height: 100%;
  inset: 0;
  object-fit: contain;
  position: absolute;
  width: 100%;
}

.process-card.has-media {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

@media (max-width: 560px) {
  .process-grid {
    grid-template-columns: 1fr;
  }
}
