:root {
  --paper: #f4efe4;
  --paper2: #ede5d3;
  --ink: #17140f;
  --ink2: #4a443a;
  --line: rgba(23, 20, 15, 0.16);
  --line-d: rgba(244, 239, 228, 0.16);
  --cyan: #0096c7;
  --mag: #e0218a;
  --yel: #f5b301;
  --dark: #12100b;
  --dark2: #1c1811;
  --disp: "Lalezar", cursive;
  --body: "Vazir", system-ui, sans-serif;
  --shadow: 8px 8px 0 rgba(23, 20, 15, 0.9);
}
@media (prefers-reduced-motion: no-preference) {
  html {
    scroll-behavior: smooth;
  }
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body {
  font-family: var(--body);
  background: var(--paper);
  color: var(--ink);
  line-height: 1.9;
  font-size: 16px;
  overflow-x: hidden;
}
::selection {
  background: var(--yel);
}
img {
  display: block;
  max-width: 100%;
}
a {
  color: inherit;
  text-decoration: none;
}
button,
input,
select,
textarea {
  font: inherit;
  color: inherit;
}
section[id] {
  scroll-margin-top: 92px;
}
.wrap {
  width: min(1180px, 92%);
  margin-inline: auto;
}
.skip {
  position: absolute;
  right: -999px;
  top: 0;
  background: var(--ink);
  color: var(--paper);
  padding: 0.6rem 1rem;
  z-index: 200;
}
.skip:focus {
  right: 12px;
  top: 12px;
}
.noise {
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 90;
  opacity: 0.05;
  mix-blend-mode: multiply;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='140' height='140'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='2'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
}
h1,
h2,
h3,
.disp {
  font-family: var(--disp);
  font-weight: 400;
  line-height: 1.35;
}
:focus-visible {
  outline: 3px solid var(--cyan);
  outline-offset: 3px;
}
.kick {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  color: var(--mag);
}
.kick::before {
  content: "";
  width: 11px;
  height: 11px;
  background: var(--mag);
}
.kick.y {
  color: #a97c00;
}
.kick.y::before {
  background: var(--yel);
}
.kick.c {
  color: #00698c;
}
.kick.c::before {
  background: var(--cyan);
}
.kick.p {
  color: #e8b64c;
}
.kick.p::before {
  background: var(--yel);
}
.sec-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 1.5rem;
  margin-bottom: clamp(2rem, 5vw, 3.4rem);
}
.sec-head h2 {
  font-size: clamp(1.9rem, 4.2vw, 3rem);
  max-width: 16em;
}
.sec-head p {
  color: var(--ink2);
  max-width: 34em;
  font-size: 0.95rem;
}
.btn {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  background: var(--yel);
  color: var(--ink);
  border: 2px solid var(--ink);
  padding: 0.75rem 1.5rem 0.6rem;
  font-family: var(--disp);
  font-size: 1.12rem;
  cursor: pointer;
  box-shadow: -5px 5px 0 var(--ink);
  transition: transform 0.18s, box-shadow 0.18s;
}
.btn:hover {
  transform: translate(3px, -3px);
  box-shadow: -8px 8px 0 var(--ink);
}
.btn:active {
  transform: translate(-2px, 2px);
  box-shadow: -2px 2px 0 var(--ink);
}
.btn.ghost {
  background: transparent;
}
.btn.sm {
  font-size: 0.98rem;
  padding: 0.5rem 1.1rem 0.38rem;
  box-shadow: -4px 4px 0 var(--ink);
}
.btn.dark {
  background: var(--ink);
  color: var(--paper);
  box-shadow: -5px 5px 0 var(--mag);
}
.btn.inv {
  box-shadow: -5px 5px 0 rgba(244, 239, 228, 0.9);
}
.js .rv {
  opacity: 0;
  transform: translateY(26px);
  transition: opacity 0.7s, transform 0.7s;
}
.js .rv.in {
  opacity: 1;
  transform: none;
}
.lm {
  overflow: hidden;
  display: block;
}
.js .lm > span {
  display: block;
  transform: translateY(115%);
  transition: transform 0.9s cubic-bezier(0.2, 0.7, 0.2, 1);
}
.js .lm.in > span {
  transform: none;
}
header {
  position: fixed;
  inset-inline: 0;
  top: 0;
  z-index: 100;
  transition: background 0.3s, box-shadow 0.3s;
}
header.scrolled {
  background: var(--paper);
  box-shadow: 0 1px 0 var(--line);
}
.hd {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.9rem 0;
  gap: 1rem;
}
.logo {
  display: flex;
  align-items: center;
  gap: 0.7rem;
}
.logo .reg {
  width: 26px;
  height: 26px;
  border: 2px solid var(--ink);
  border-radius: 50%;
  position: relative;
  flex: none;
}
.logo .reg::before,
.logo .reg::after {
  content: "";
  position: absolute;
  background: var(--ink);
}
.logo .reg::before {
  width: 2px;
  height: 34px;
  left: 10px;
  top: -6px;
}
.logo .reg::after {
  height: 2px;
  width: 34px;
  top: 10px;
  left: -6px;
}
.logo b {
  font-family: var(--disp);
  font-size: 1.7rem;
  line-height: 1;
}
.logo small {
  display: block;
  font-size: 0.6rem;
  letter-spacing: 0.26em;
  color: var(--ink2);
  font-weight: 700;
  margin-top: -4px;
}
.logo img {
  max-height: 48px;
}
.hd-cta {
  display: flex;
  align-items: center;
  gap: 0.9rem;
}
.cart-link {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  border: 2px solid var(--ink);
  background: var(--paper2);
  padding: 0.25rem 0.7rem;
  font-family: var(--disp);
}
.cart-link b {
  background: var(--mag);
  color: #fff;
  border-radius: 50%;
  min-width: 22px;
  height: 22px;
  display: grid;
  place-items: center;
  font-size: 0.78rem;
}
.burger {
  display: none;
  background: none;
  border: 2px solid var(--ink);
  width: 44px;
  height: 40px;
  cursor: pointer;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
  align-items: center;
}
.burger span {
  width: 20px;
  height: 2px;
  background: var(--ink);
  display: block;
}
.mnav {
  display: none;
}
.mnav ul {
  list-style: none;
}
.mnav a {
  display: block;
  padding: 0.7rem 0.3rem;
  border-bottom: 1px solid var(--line);
  font-weight: 700;
}
@media (max-width: 940px) {
  ul.main,
  .hd-cta .btn {
    display: none;
  }
  .burger {
    display: flex;
  }
  header.open .mnav {
    display: block;
    position: absolute;
    top: 100%;
    inset-inline: 0;
    background: var(--paper);
    border-bottom: 2px solid var(--ink);
    padding: 1rem 4%;
  }
}
.hero {
  padding: clamp(7.5rem, 14vh, 10rem) 0 clamp(3rem, 6vw, 4.5rem);
  position: relative;
  background-image: linear-gradient(var(--line) 1px, transparent 1px);
  background-size: 100% 120px;
}
.hero .wrap {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: clamp(2rem, 5vw, 4rem);
  align-items: center;
}
.hero .kick {
  margin-bottom: 1.2rem;
}
.hero h1 {
  font-size: clamp(2.7rem, 6.2vw, 4.7rem);
  line-height: 1.28;
}
.hero h1 em {
  font-style: normal;
  color: var(--mag);
  position: relative;
  white-space: nowrap;
}
.hero h1 em::after {
  content: "";
  position: absolute;
  right: 0;
  left: 0;
  bottom: 0.08em;
  height: 0.16em;
  background: var(--yel);
  z-index: -1;
}
.hero .lead {
  margin: 1.4rem 0 2rem;
  color: var(--ink2);
  max-width: 34em;
}
.cta-row {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
}
.proof {
  position: relative;
  justify-self: center;
  width: min(430px, 100%);
}
.proof .frame {
  position: relative;
  border: 1px solid var(--ink);
  padding: 14px;
  background: var(--paper2);
}
.proof .frame::after {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(rgba(23, 20, 15, 0.35) 1px, transparent 1.6px);
  background-size: 9px 9px;
  mix-blend-mode: multiply;
  opacity: 0.25;
  pointer-events: none;
}
.proof .ph {
  overflow: hidden;
  aspect-ratio: 4/4.7;
}
.proof .ph img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.kb img {
  animation: kb 16s ease-in-out infinite alternate;
}
@keyframes kb {
  from {
    transform: scale(1);
  }
  to {
    transform: scale(1.1) translate(-2%, 2%);
  }
}
.cm {
  position: absolute;
  width: 16px;
  height: 16px;
  border-color: var(--ink);
  border-style: solid;
  border-width: 0;
}
.cm.tl {
  top: -9px;
  right: -9px;
  border-top-width: 2px;
  border-right-width: 2px;
}
.cm.tr {
  top: -9px;
  left: -9px;
  border-top-width: 2px;
  border-left-width: 2px;
}
.cm.bl {
  bottom: -9px;
  right: -9px;
  border-bottom-width: 2px;
  border-right-width: 2px;
}
.cm.br {
  bottom: -9px;
  left: -9px;
  border-bottom-width: 2px;
  border-left-width: 2px;
}
.cmyk-bar {
  display: flex;
  justify-content: center;
  gap: 6px;
  margin-top: 12px;
}
.cmyk-bar i {
  width: 44px;
  height: 22px;
  font-style: normal;
  display: grid;
  place-items: center;
  color: #fff;
  font-size: 0.68rem;
  font-weight: 800;
}
.tagchip {
  position: absolute;
  background: var(--paper);
  border: 1.5px solid var(--ink);
  padding: 0.3rem 0.7rem 0.2rem;
  font-family: var(--disp);
  font-size: 0.85rem;
  box-shadow: -3px 3px 0 var(--ink);
  white-space: nowrap;
}
.tagchip.a {
  top: 36px;
  left: -34px;
  transform: rotate(-5deg);
  color: #00698c;
}
.tagchip.b {
  bottom: 120px;
  right: -30px;
  transform: rotate(4deg);
  color: var(--mag);
}
.badge {
  position: absolute;
  bottom: -46px;
  left: -24px;
  width: 118px;
  height: 118px;
}
.badge .ring {
  position: absolute;
  inset: 0;
  border: 2px dashed var(--ink);
  border-radius: 50%;
  animation: spin 20s linear infinite;
}
.badge .core {
  position: absolute;
  inset: 16px;
  background: var(--mag);
  border-radius: 50%;
  display: grid;
  place-items: center;
  text-align: center;
  color: #fff;
  font-family: var(--disp);
  line-height: 1.1;
  font-size: 1.05rem;
  transform: rotate(-8deg);
}
@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
@media (max-width: 940px) {
  .hero .wrap {
    grid-template-columns: 1fr;
  }
  .proof {
    margin-top: 2.5rem;
  }
  .tagchip.a {
    left: -8px;
  }
}
.marq {
  background: var(--dark);
  color: var(--paper);
  border-block: 2px solid var(--ink);
  overflow: hidden;
  padding: 0.85rem 0;
  direction: ltr;
}
.track {
  display: flex;
  width: max-content;
  animation: marq 30s linear infinite;
}
.track span {
  font-family: var(--disp);
  font-size: 1.25rem;
  padding: 0 1.1rem;
  direction: rtl;
  white-space: nowrap;
}
.track span::after {
  content: "✳";
  color: var(--yel);
  margin-inline-start: 2.2rem;
}
@keyframes marq {
  to {
    transform: translateX(50%);
  }
}
#services {
  padding-block: clamp(4rem, 9vw, 7rem);
}
.svc-list {
  border-top: 1px solid var(--ink);
}
.svc-row {
  display: grid;
  grid-template-columns: 86px 1.05fr 1.5fr auto;
  gap: 1.4rem;
  align-items: center;
  padding: 1.7rem 0.8rem;
  border-bottom: 1px solid var(--line);
  position: relative;
  cursor: pointer;
  transition: background 0.25s, padding 0.25s;
}
.svc-row:hover {
  background: var(--paper2);
  padding-inline-start: 1.4rem;
}
.svc-row .num {
  font-family: var(--disp);
  font-size: 2rem;
  color: transparent;
  -webkit-text-stroke: 1.5px var(--ink);
  transition: 0.25s;
}
.svc-row:hover .num {
  color: var(--ac, var(--mag));
  -webkit-text-stroke-color: transparent;
}
.svc-row h3 {
  font-size: 1.5rem;
}
.svc-row p {
  font-size: 0.88rem;
  color: var(--ink2);
}
.svc-tags {
  display: flex;
  gap: 0.45rem;
  flex-wrap: wrap;
}
.svc-tags i {
  font-style: normal;
  font-size: 0.72rem;
  border: 1px solid var(--ink);
  padding: 0.18rem 0.6rem;
  background: var(--paper);
}
.svc-row .arr {
  font-size: 1.6rem;
  transition: transform 0.25s;
  color: var(--ac, var(--mag));
}
.svc-row:hover .arr {
  transform: translateX(-8px);
}
.svc-preview {
  position: fixed;
  z-index: 80;
  width: 250px;
  height: 180px;
  border: 2px solid var(--ink);
  box-shadow: var(--shadow);
  pointer-events: none;
  opacity: 0;
  transform: translate(-100%, -50%) rotate(-4deg) scale(0.9);
  transition: opacity 0.25s, transform 0.25s;
  overflow: hidden;
  background: var(--paper2);
}
.svc-preview.on {
  opacity: 1;
  transform: translate(-100%, -50%) rotate(-3deg) scale(1);
}
.svc-preview img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 900px) {
  .svc-row {
    grid-template-columns: 56px 1fr auto;
  }
  .svc-row p {
    display: none;
  }
  .svc-row .num {
    font-size: 1.5rem;
  }
}
@media (max-width: 560px) {
  .svc-tags {
    display: none;
  }
}
#process {
  background: var(--paper2);
  border-block: 1px solid var(--line);
  padding-block: clamp(4rem, 9vw, 7rem);
}
.proc-grid {
  display: grid;
  grid-template-columns: 1fr 1.25fr;
  gap: clamp(2rem, 6vw, 5rem);
}
.proc-sticky {
  position: sticky;
  top: 110px;
  align-self: start;
}
.proc-sticky h2 {
  font-size: clamp(1.9rem, 4vw, 3rem);
  margin: 0.6rem 0 1rem;
}
.proc-sticky p {
  color: var(--ink2);
  font-size: 0.95rem;
  max-width: 26em;
}
.proc-note {
  margin-top: 1.8rem;
  border: 1.5px dashed var(--ink);
  padding: 1rem 1.2rem;
  font-size: 0.85rem;
  background: var(--paper);
}
.step {
  display: grid;
  grid-template-columns: 110px 1fr;
  gap: 1.4rem;
  padding: 2rem 0;
  border-top: 1px solid var(--ink);
}
.step:first-child {
  border-top: none;
  padding-top: 0;
}
.step .n {
  font-family: var(--disp);
  font-size: 3.4rem;
  line-height: 1;
  color: transparent;
  -webkit-text-stroke: 2px var(--ink);
}
.step h3 {
  font-size: 1.45rem;
  display: flex;
  align-items: center;
  gap: 0.8rem;
  flex-wrap: wrap;
}
.step h3 i {
  font-style: normal;
  font-size: 0.7rem;
  background: var(--ink);
  color: var(--paper);
  padding: 0.2rem 0.7rem;
  font-family: var(--body);
  font-weight: 700;
}
.step p {
  color: var(--ink2);
  font-size: 0.9rem;
  margin-top: 0.4rem;
}
@media (max-width: 860px) {
  .proc-grid {
    grid-template-columns: 1fr;
  }
  .proc-sticky {
    position: static;
  }
}
#works {
  background: var(--dark);
  color: var(--paper);
  padding-block: clamp(4rem, 9vw, 7rem);
}
.filters {
  display: flex;
  gap: 0.6rem;
  flex-wrap: wrap;
  margin-bottom: 2.2rem;
}
.filters button {
  background: transparent;
  border: 1.5px solid var(--line-d);
  color: var(--paper);
  padding: 0.45rem 1.15rem 0.3rem;
  font-family: var(--disp);
  font-size: 1rem;
  cursor: pointer;
  transition: 0.2s;
}
.filters button:hover {
  border-color: var(--yel);
}
.filters button.act {
  background: var(--yel);
  color: var(--ink);
  border-color: var(--yel);
}
.wgrid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-auto-rows: 230px;
  gap: 1.1rem;
}
.wk {
  position: relative;
  overflow: hidden;
  border: 1px solid var(--line-d);
  cursor: pointer;
  transition: opacity 0.4s, transform 0.4s;
}
.wk.tall {
  grid-row: span 2;
}
.wk.wide {
  grid-column: span 2;
}
.wk img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.92);
  transition: transform 0.6s, filter 0.6s;
}
.wk:hover img {
  filter: saturate(1.1);
}
.wk .cap {
  position: absolute;
  inset-inline: 0;
  bottom: 0;
  padding: 2.6rem 1.2rem 0.9rem;
  background: linear-gradient(transparent, rgba(18, 16, 11, 0.92));
  transform: translateY(12px);
  opacity: 0.9;
  transition: 0.35s;
  display: block;
}
.wk:hover .cap {
  transform: none;
  opacity: 1;
}
.wk .cap b {
  font-family: var(--disp);
  font-size: 1.25rem;
  display: block;
}
.wk .cap span {
  font-size: 0.75rem;
  color: var(--yel);
}
.wk .yr {
  position: absolute;
  top: 0.8rem;
  left: 0.8rem;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--disp);
  font-size: 0.85rem;
  padding: 0.15rem 0.6rem;
  border: 1.5px solid var(--ink);
}
.wk.hide {
  opacity: 0;
  transform: scale(0.95);
  pointer-events: none;
}
@media (max-width: 820px) {
  .wgrid {
    grid-template-columns: 1fr 1fr;
  }
}
#case {
  padding-block: clamp(4rem, 8vw, 6rem);
}
.cmp {
  position: relative;
  aspect-ratio: 16/8.4;
  border: 2px solid var(--ink);
  box-shadow: var(--shadow);
  overflow: hidden;
  background: var(--paper2);
}
.cmp img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cmp .before {
  clip-path: inset(0 0 0 var(--split, 52%));
  filter: grayscale(0.7) sepia(0.28) contrast(0.86) brightness(0.92);
}
.cmp .lab {
  position: absolute;
  top: 14px;
  background: var(--paper);
  border: 1.5px solid var(--ink);
  font-family: var(--disp);
  padding: 0.2rem 0.8rem;
  font-size: 0.95rem;
  z-index: 3;
}
.cmp .lab.b1 {
  right: 14px;
}
.cmp .lab.b2 {
  left: 14px;
  background: var(--yel);
}
.cmp .handle {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 3px;
  background: var(--mag);
  right: var(--split, 52%);
  z-index: 4;
  transform: translateX(50%);
}
.cmp .handle::after {
  content: "⇄";
  position: absolute;
  top: 50%;
  right: 50%;
  transform: translate(50%, -50%);
  width: 46px;
  height: 46px;
  background: var(--mag);
  color: #fff;
  border: 2px solid var(--ink);
  border-radius: 50%;
  display: grid;
  place-items: center;
  font-size: 1.2rem;
}
.cmp input[type="range"] {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: ew-resize;
  z-index: 5;
}
.case-meta {
  display: flex;
  gap: 2rem;
  flex-wrap: wrap;
  margin-top: 1.6rem;
  font-size: 0.85rem;
  color: var(--ink2);
}
.case-meta b {
  font-family: var(--disp);
  font-size: 1.4rem;
  color: var(--mag);
  display: block;
}
#estimate {
  background: var(--paper2);
  border-block: 1px solid var(--line);
  padding-block: clamp(4rem, 9vw, 7rem);
}
.est-grid {
  display: grid;
  grid-template-columns: 1.3fr 1fr;
  gap: clamp(1.5rem, 4vw, 3rem);
  align-items: start;
}
.est-form {
  border: 2px solid var(--ink);
  background: var(--paper);
  padding: clamp(1.2rem, 3vw, 2.2rem);
  box-shadow: var(--shadow);
}
.est-form label {
  display: block;
  font-weight: 700;
  font-size: 0.88rem;
  margin-bottom: 0.5rem;
}
.est-form select {
  width: 100%;
  border: 1.5px solid var(--ink);
  background: var(--paper);
  padding: 0.7rem 0.9rem;
  margin-bottom: 1.3rem;
}
.rangebox {
  margin-bottom: 1.3rem;
}
.rangebox output {
  font-family: var(--disp);
  font-size: 1.3rem;
  color: var(--mag);
}
input[type="range"].est {
  width: 100%;
  accent-color: var(--mag);
  cursor: pointer;
}
.addons {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.55rem;
  margin-bottom: 1.3rem;
}
.addons label {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-weight: 500;
  font-size: 0.82rem;
  margin: 0;
  cursor: pointer;
  border: 1px solid var(--line);
  padding: 0.5rem 0.7rem;
  transition: 0.2s;
}
.addons label:has(input:checked) {
  background: var(--yel);
  border-color: var(--ink);
}
.urg {
  display: flex;
  gap: 0.6rem;
}
.urg label {
  border: 1.5px solid var(--ink);
  padding: 0.45rem 1.1rem 0.3rem;
  font-family: var(--disp);
  cursor: pointer;
  display: flex;
  gap: 0.4rem;
  align-items: center;
  margin: 0;
}
.urg label:has(input:checked) {
  background: var(--ink);
  color: var(--paper);
}
.urg input {
  appearance: none;
  width: 0;
  height: 0;
}
.est-out {
  position: sticky;
  top: 110px;
  border: 2px solid var(--ink);
  background: var(--ink);
  color: var(--paper);
  padding: clamp(1.3rem, 3vw, 2rem);
  box-shadow: -8px 8px 0 var(--mag);
}
.est-out h3 {
  font-size: 1.4rem;
  margin-bottom: 0.3rem;
}
.est-out .hint {
  font-size: 0.8rem;
  color: rgba(244, 239, 228, 0.6);
}
.est-price {
  margin: 1.4rem 0 0.4rem;
  font-family: var(--disp);
  font-size: clamp(2rem, 4vw, 2.9rem);
  color: var(--yel);
  line-height: 1.25;
}
.est-price small {
  font-size: 1rem;
  color: var(--paper);
}
.break {
  margin: 1.3rem 0;
  display: grid;
  gap: 0.7rem;
}
.break div {
  font-size: 0.78rem;
}
.break .bar {
  height: 9px;
  background: rgba(244, 239, 228, 0.14);
  margin-top: 0.3rem;
  position: relative;
  overflow: hidden;
}
.break .bar i {
  position: absolute;
  inset-block: 0;
  right: 0;
  background: var(--cyan);
  transition: width 0.6s;
}
.break div:nth-child(2) .bar i {
  background: var(--mag);
}
.break div:nth-child(3) .bar i {
  background: var(--yel);
}
@media (max-width: 880px) {
  .est-grid {
    grid-template-columns: 1fr;
  }
  .est-out {
    position: static;
  }
}
#seo {
  padding-block: clamp(4rem, 9vw, 7rem);
}
.seo-grid {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: clamp(2rem, 6vw, 4.5rem);
  align-items: start;
}
.seo-list {
  display: grid;
  border-top: 1px solid var(--ink);
}
.seo-list li {
  list-style: none;
  display: grid;
  grid-template-columns: 44px 1fr;
  gap: 1rem;
  padding: 1.15rem 0.4rem;
  border-bottom: 1px solid var(--line);
}
.seo-list li::before {
  content: "✳";
  font-size: 1.5rem;
  color: var(--mag);
}
.seo-list b {
  display: block;
}
.seo-list span {
  font-size: 0.85rem;
  color: var(--ink2);
}
.mocks {
  display: grid;
  gap: 1.4rem;
}
.mock-serp {
  border: 1.5px solid var(--ink);
  background: #fff;
  padding: 1.2rem 1.3rem;
  box-shadow: -6px 6px 0 var(--cyan);
  transform: rotate(-1.2deg);
}
.mock-serp .url {
  font-size: 0.72rem;
  color: #0a6b3d;
}
.mock-serp h4 {
  color: #1a0dab;
  font-size: 1.02rem;
  font-weight: 700;
  margin: 0.15rem 0;
}
.mock-serp p {
  font-size: 0.78rem;
  color: #4d5156;
}
.mock-serp .stars {
  color: #f5b301;
  font-size: 0.8rem;
  letter-spacing: 2px;
}
.mock-ai {
  border: 1.5px solid var(--ink);
  background: var(--paper2);
  padding: 1.2rem 1.3rem;
  box-shadow: -6px 6px 0 var(--mag);
  transform: rotate(1deg);
}
.mock-ai .q {
  font-size: 0.78rem;
  font-weight: 800;
  margin-bottom: 0.5rem;
}
.mock-ai p {
  font-size: 0.82rem;
  color: var(--ink2);
}
.mock-ai .src {
  margin-top: 0.7rem;
  display: inline-block;
  font-size: 0.7rem;
  border: 1px solid var(--ink);
  padding: 0.15rem 0.6rem;
  background: var(--yel);
}
.stats {
  background: var(--dark);
  color: var(--paper);
  border-block: 2px solid var(--ink);
  padding-block: 2.6rem;
}
.stats .wrap {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.5rem;
  text-align: center;
}
.stats b {
  font-family: var(--disp);
  font-size: clamp(2.2rem, 4.5vw, 3.3rem);
  color: var(--yel);
  display: block;
  line-height: 1.15;
}
.stats span {
  font-size: 0.82rem;
  color: rgba(244, 239, 228, 0.7);
}
.stats div {
  border-inline-start: 1px solid var(--line-d);
  padding-inline-start: 1rem;
}
.stats div:first-child {
  border: none;
}
@media (max-width: 700px) {
  .stats .wrap {
    grid-template-columns: 1fr 1fr;
  }
  .stats div:nth-child(3) {
    border: none;
  }
}
#reviews {
  padding-block: clamp(4rem, 9vw, 7rem);
  overflow: hidden;
}
.cards {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2.6rem;
  max-width: 980px;
  margin-inline: auto;
}
.pc {
  position: relative;
  background: #fffdf6;
  border: 1px solid var(--line);
  padding: 2rem 1.7rem 1.5rem;
  box-shadow: 0 14px 30px rgba(23, 20, 15, 0.14);
  transition: transform 0.35s;
}
.pc::before {
  content: "";
  position: absolute;
  top: -13px;
  right: 50%;
  transform: translateX(50%) rotate(-3deg);
  width: 96px;
  height: 26px;
  background: rgba(245, 179, 1, 0.85);
}
.pc:nth-child(1) {
  transform: rotate(-2.4deg);
}
.pc:nth-child(2) {
  transform: rotate(1.8deg) translateY(22px);
}
.pc:nth-child(3) {
  transform: rotate(1.2deg);
}
.pc:nth-child(4) {
  transform: rotate(-1.8deg) translateY(22px);
}
.pc:hover {
  transform: rotate(0) scale(1.03);
  z-index: 2;
}
.pc q {
  font-size: 0.95rem;
  line-height: 2;
  display: block;
  quotes: "«" "»";
}
.pc .who {
  margin-top: 1.1rem;
  display: flex;
  gap: 0.8rem;
  align-items: center;
}
.pc .who img {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  object-fit: cover;
  border: 2px solid var(--ink);
}
.pc .who b {
  display: block;
  font-size: 0.85rem;
}
.pc .who span {
  font-size: 0.72rem;
  color: var(--ink2);
}
.pc .st {
  color: var(--yel);
  letter-spacing: 2px;
  font-size: 0.8rem;
  margin-bottom: 0.6rem;
  display: block;
}
@media (max-width: 700px) {
  .cards {
    grid-template-columns: 1fr;
  }
  .pc {
    transform: none !important;
  }
}
#faq {
  background: var(--paper2);
  border-block: 1px solid var(--line);
  padding-block: clamp(4rem, 9vw, 7rem);
}
.faq-grid {
  display: grid;
  grid-template-columns: 0.9fr 1.35fr;
  gap: clamp(2rem, 5vw, 4rem);
  align-items: start;
}
.faq-side {
  position: sticky;
  top: 110px;
}
.faq-side h2 {
  font-size: clamp(1.8rem, 3.6vw, 2.7rem);
  margin: 0.5rem 0 1rem;
}
.faq-side p {
  color: var(--ink2);
  font-size: 0.92rem;
  margin-bottom: 1.6rem;
}
.acc {
  border-top: 1.5px solid var(--ink);
}
.acc-item {
  border-bottom: 1.5px solid var(--line);
}
.acc-btn {
  width: 100%;
  background: none;
  border: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  padding: 1.15rem 0.3rem;
  cursor: pointer;
  text-align: right;
  font-weight: 700;
  font-size: 0.98rem;
}
.acc-btn .pm {
  font-family: var(--disp);
  font-size: 1.5rem;
  color: var(--mag);
  transition: transform 0.3s;
  flex: none;
}
.acc-item.open .pm {
  transform: rotate(45deg);
}
.acc-panel {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s;
}
.acc-panel p {
  padding: 0 0.3rem 1.2rem;
  color: var(--ink2);
  font-size: 0.88rem;
}
@media (max-width: 860px) {
  .faq-grid {
    grid-template-columns: 1fr;
  }
  .faq-side {
    position: static;
  }
}
#blog {
  padding-block: clamp(4rem, 9vw, 7rem);
}
.bgrid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.4rem;
}
.bcard {
  border: 1.5px solid var(--ink);
  background: var(--paper);
  transition: transform 0.25s, box-shadow 0.25s;
  display: flex;
  flex-direction: column;
}
.bcard:hover {
  transform: translateY(-6px);
  box-shadow: -8px 10px 0 rgba(23, 20, 15, 0.9);
}
.bcard .im {
  overflow: hidden;
  aspect-ratio: 16/9;
  border-bottom: 1.5px solid var(--ink);
}
.bcard .im img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s;
}
.bcard:hover .im img {
  transform: scale(1.07);
}
.bcard .bd {
  padding: 1.2rem 1.2rem 1.4rem;
  flex: 1;
  display: flex;
  flex-direction: column;
}
.bcard .cat {
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  color: var(--mag);
}
.bcard h3 {
  font-size: 1.3rem;
  margin: 0.4rem 0 0.5rem;
}
.bcard p {
  font-size: 0.83rem;
  color: var(--ink2);
}
.bcard .dt {
  display: block;
  margin-top: auto;
  padding-top: 0.9rem;
  font-size: 0.72rem;
  color: var(--ink2);
}
@media (max-width: 860px) {
  .bgrid {
    grid-template-columns: 1fr;
  }
}
#shop {
  padding-block: clamp(4rem, 9vw, 7rem);
  border-top: 1px solid var(--line);
}
.shop-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.3rem;
}
.prd {
  border: 1.5px solid var(--ink);
  background: var(--paper);
  display: flex;
  flex-direction: column;
  transition: transform 0.25s, box-shadow 0.25s;
}
.prd:hover {
  transform: translateY(-6px);
  box-shadow: -8px 10px 0 rgba(23, 20, 15, 0.9);
}
.prd-im {
  position: relative;
  border-bottom: 1.5px solid var(--ink);
  overflow: hidden;
  aspect-ratio: 7/5;
}
.prd-im img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s;
}
.prd:hover .prd-im img {
  transform: scale(1.07);
}
.prd-badge {
  position: absolute;
  top: 0.7rem;
  right: 0.7rem;
  background: var(--ink);
  color: var(--paper);
  font-size: 0.68rem;
  padding: 0.2rem 0.6rem;
}
.prd-bd {
  padding: 1.1rem 1.1rem 1.3rem;
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
  flex: 1;
}
.prd-bd h3 {
  font-size: 1.2rem;
}
.prd-price {
  font-family: var(--disp);
  font-size: 1.25rem;
  color: var(--mag);
}
.prd-price del {
  color: var(--ink2);
  font-size: 0.85rem;
  margin-inline-start: 0.5rem;
}
.prd-cta {
  margin-top: auto;
  font-size: 0.8rem;
  font-weight: 700;
  color: #00698c;
}
@media (max-width: 900px) {
  .shop-grid {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 520px) {
  .shop-grid {
    grid-template-columns: 1fr;
  }
}
#contact {
  background: var(--dark);
  color: var(--paper);
  padding-block: clamp(4rem, 9vw, 7rem);
}
.ct-grid {
  display: grid;
  grid-template-columns: 1.25fr 0.85fr;
  gap: clamp(2rem, 5vw, 4rem);
}
.ct-form {
  border: 2px solid var(--line-d);
  padding: clamp(1.3rem, 3vw, 2.2rem);
  background: var(--dark2);
}
.ct-info li {
  list-style: none;
  display: grid;
  grid-template-columns: 40px 1fr;
  gap: 0.9rem;
  padding: 1rem 0;
  border-bottom: 1px solid var(--line-d);
  font-size: 0.92rem;
}
.ct-info li::before {
  content: "✳";
  color: var(--yel);
  font-size: 1.3rem;
}
.ct-info b {
  display: block;
  font-size: 0.8rem;
  color: rgba(244, 239, 228, 0.55);
}
.ct-info .tel {
  font-family: var(--disp);
  font-size: 1.7rem;
  color: var(--yel);
}
@media (max-width: 860px) {
  .ct-grid {
    grid-template-columns: 1fr;
  }
}
footer {
  background: #0b0906;
  color: rgba(244, 239, 228, 0.72);
  padding-top: 3.5rem;
  font-size: 0.86rem;
}
.ft {
  display: grid;
  grid-template-columns: 1.6fr 1fr 1fr 1.2fr;
  gap: 2.2rem;
  padding-bottom: 2.8rem;
}
.ft ul {
  list-style: none;
}
.ft h4 {
  font-family: var(--disp);
  color: var(--paper);
  font-size: 1.15rem;
  margin-bottom: 1rem;
}
.ft a {
  display: block;
  padding: 0.28rem 0;
  transition: color 0.2s;
}
.ft a:hover {
  color: var(--yel);
}
.ft .about p {
  max-width: 30em;
}
.ft .cmyk {
  display: flex;
  gap: 5px;
  margin-top: 1.2rem;
}
.ft .cmyk i {
  width: 26px;
  height: 14px;
}
.ft-bar {
  border-top: 1px solid var(--line-d);
  padding: 1.2rem 0;
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  flex-wrap: wrap;
  font-size: 0.78rem;
}
@media (max-width: 860px) {
  .ft {
    grid-template-columns: 1fr 1fr;
  }
}
.top {
  position: fixed;
  bottom: 22px;
  left: 22px;
  z-index: 95;
  width: 48px;
  height: 48px;
  background: var(--yel);
  border: 2px solid var(--ink);
  box-shadow: -4px 4px 0 var(--ink);
  font-size: 1.3rem;
  cursor: pointer;
  opacity: 0;
  pointer-events: none;
  transition: 0.3s;
  font-family: var(--disp);
}
.top.on {
  opacity: 1;
  pointer-events: auto;
}
.top:hover {
  transform: translateY(-4px);
}
.toast {
  position: fixed;
  bottom: 24px;
  right: 50%;
  transform: translate(50%, 140%);
  background: var(--ink);
  color: var(--paper);
  border: 2px solid var(--yel);
  padding: 0.9rem 1.6rem 0.75rem;
  font-family: var(--disp);
  font-size: 1.05rem;
  z-index: 150;
  transition: transform 0.4s;
  max-width: 92%;
  text-align: center;
}
.toast.on {
  transform: translate(50%, 0);
}
.page-hero {
  position: relative;
  padding: clamp(8rem, 16vh, 11rem) 0 clamp(3rem, 6vw, 4.5rem);
  background-image: linear-gradient(var(--line) 1px, transparent 1px);
  background-size: 100% 110px;
  overflow: hidden;
}
.page-hero::before {
  content: "";
  position: absolute;
  top: 20%;
  left: -60px;
  width: 220px;
  height: 220px;
  background: radial-gradient(var(--yel) 2px, transparent 2.6px);
  background-size: 16px 16px;
  opacity: 0.4;
  pointer-events: none;
}
.page-hero h1 {
  font-size: clamp(2.6rem, 5.5vw, 4.2rem);
  margin: 0.6rem 0 1rem;
}
.page-hero h1::after {
  content: "";
  display: block;
  width: 74px;
  height: 6px;
  background: var(--mag);
  margin-top: 0.7rem;
}
.page-hero .sub {
  color: var(--ink2);
  max-width: 38em;
}
.breadcrumb {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  flex-wrap: wrap;
  font-size: 0.8rem;
  color: var(--ink2);
}
.breadcrumb a:hover {
  color: var(--mag);
}
.breadcrumb .sep {
  color: var(--mag);
}
.breadcrumb .current {
  font-weight: 700;
  color: var(--ink);
}
.content-page {
  padding-block: clamp(3rem, 7vw, 5.5rem);
}
.content-page .inner {
  max-width: 100%;
  margin-inline: auto;
}
.content-page h2 {
  font-size: clamp(1.6rem, 3vw, 2.2rem);
  margin: 2.2rem 0 0.8rem;
  position: relative;
  padding-inline-start: 1.1rem;
}
.content-page h2::before {
  content: "";
  position: absolute;
  inset-inline-start: 0;
  top: 0.35em;
  bottom: 0.25em;
  width: 5px;
  background: var(--yel);
}
.content-page h3 {
  font-size: 1.3rem;
  margin: 1.8rem 0 0.6rem;
  color: var(--mag);
}
.content-page p {
  margin-bottom: 1.1rem;
  color: var(--ink2);
}
.content-page ul,
.content-page ol {
  margin: 0 1.4rem 1.2rem;
  color: var(--ink2);
}
.content-page li {
  margin-bottom: 0.4rem;
}
.content-page li::marker {
  color: var(--mag);
}
.content-page a {
  color: #00698c;
  text-decoration: underline;
  text-underline-offset: 3px;
}
.content-page blockquote {
  border-inline-start: 4px solid var(--mag);
  background: var(--paper2);
  padding: 1.2rem 1.6rem;
  margin: 1.6rem 0;
  font-family: var(--disp);
}
.content-page img {
  border: 1.5px solid var(--ink);
  box-shadow: -6px 6px 0 rgba(23, 20, 15, 0.85);
}
.content-page table {
  width: 100%;
  border-collapse: collapse;
  margin: 1.4rem 0;
}
.content-page th,
.content-page td {
  border: 1px solid var(--line);
  padding: 0.6rem 0.9rem;
  text-align: right;
  font-size: 0.9rem;
}
.content-page th {
  background: var(--paper2);
  font-family: var(--disp);
}
.about-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(2rem, 6vw, 4.5rem);
  align-items: center;
}
.about-fig .frame {
  border: 1px solid var(--ink);
  padding: 12px;
  background: var(--paper2);
}
.about-fig img {
  width: 100%;
  aspect-ratio: 4/4.4;
  object-fit: cover;
}
.about-values {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.2rem;
  margin-top: 3rem;
}
.value-card {
  border: 1.5px solid var(--ink);
  padding: 1.5rem 1.3rem;
  background: var(--paper);
  transition: transform 0.25s, box-shadow 0.25s;
}
.value-card:hover {
  transform: translateY(-5px);
  box-shadow: -6px 7px 0 var(--ink);
}
.value-card .ic {
  font-size: 1.8rem;
  color: var(--mag);
}
.value-card h3 {
  font-size: 1.2rem;
  margin: 0.5rem 0 0.4rem;
}
.value-card p {
  font-size: 0.85rem;
  color: var(--ink2);
}
@media (max-width: 820px) {
  .about-grid {
    grid-template-columns: 1fr;
  }
  .about-values {
    grid-template-columns: 1fr;
  }
}
.order-steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.3rem;
  margin: 2rem 0 3rem;
}
.o-step {
  border: 1.5px dashed var(--ink);
  padding: 1.4rem;
  background: var(--paper);
}
.o-step b {
  font-family: var(--disp);
  font-size: 1.9rem;
  color: transparent;
  -webkit-text-stroke: 1.5px var(--mag);
  display: block;
}
.o-step h3 {
  font-size: 1.15rem;
  margin: 0.3rem 0;
}
.o-step p {
  font-size: 0.83rem;
  color: var(--ink2);
}
@media (max-width: 700px) {
  .order-steps {
    grid-template-columns: 1fr;
  }
}
.work-single {
  padding-block: clamp(2.5rem, 6vw, 4rem);
}
.work-head {
  display: grid;
  grid-template-columns: 1.4fr 0.8fr;
  gap: 2.5rem;
  margin-bottom: 2.5rem;
}
.work-head h1 {
  font-size: clamp(2rem, 4vw, 3rem);
}
.work-meta {
  border: 2px solid var(--ink);
  background: var(--paper2);
  padding: 1.6rem;
  box-shadow: var(--shadow);
  align-self: start;
}
.work-meta div {
  padding: 0.7rem 0;
  border-bottom: 1px solid var(--line);
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  font-size: 0.88rem;
}
.work-meta div:last-child {
  border: none;
}
.work-meta b {
  color: var(--ink2);
  font-weight: 600;
}
.work-gallery {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.2rem;
  margin: 2rem 0;
}
.work-gallery img {
  width: 100%;
  object-fit: cover;
  border: 1.5px solid var(--ink);
  aspect-ratio: 4/3;
}
.work-gallery img:first-child {
  grid-column: 1/-1;
  aspect-ratio: 16/8;
}
.work-nav {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  margin-top: 3rem;
  border-top: 1.5px solid var(--ink);
  padding-top: 1.6rem;
}
.work-nav a {
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
  font-size: 0.8rem;
  color: var(--ink2);
}
.work-nav a b {
  font-family: var(--disp);
  font-size: 1.1rem;
  color: var(--ink);
}
@media (max-width: 820px) {
  .work-head {
    grid-template-columns: 1fr;
  }
  .work-gallery {
    grid-template-columns: 1fr;
  }
}
.post-hero {
  max-width: 1280px;
  margin-inline: auto;
  text-align: center;
  padding-top: clamp(7rem, 12vh, 9rem);
}
.post-hero .cat {
  display: inline-block;
  background: var(--mag);
  color: #fff;
  font-size: 0.72rem;
  font-weight: 800;
  padding: 0.3rem 0.9rem;
  margin-bottom: 1rem;
}
.post-hero h1 {
  font-size: clamp(2rem, 4.5vw, 3.2rem);
}
.post-hero .meta {
  display: flex;
  justify-content: center;
  gap: 1.5rem;
  font-size: 0.8rem;
  color: var(--ink2);
  margin-top: 1.2rem;
  flex-wrap: wrap;
}
.post-featured {
  max-width: 900px;
  margin: 2rem auto 0;
  border: 2px solid var(--ink);
  box-shadow: var(--shadow);
  overflow: hidden;
}
.post-body {
  max-width: 1280px;
  margin-inline: auto;
  padding-block: clamp(2.5rem, 6vw, 4rem);
}
.author-box {
  display: flex;
  gap: 1.2rem;
  align-items: center;
  border: 1.5px solid var(--ink);
  background: var(--paper2);
  padding: 1.4rem 1.6rem;
  margin-top: 3rem;
}
.author-box img {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  border: 2px solid var(--ink);
}
.post-tags {
  display: flex;
  gap: 0.5rem;
  flex-wrap: wrap;
  margin-top: 2rem;
}
.post-tags a {
  font-size: 0.75rem;
  border: 1px solid var(--ink);
  padding: 0.3rem 0.8rem;
  background: var(--paper);
}
.post-tags a:hover {
  background: var(--yel);
}
.blog-archive {
  padding-block: clamp(3rem, 7vw, 5rem);
}
.pagination {
  display: flex;
  justify-content: center;
  gap: 0.5rem;
  margin-top: 3rem;
  flex-wrap: wrap;
}
.pagination a,
.pagination span {
  border: 1.5px solid var(--ink);
  padding: 0.5rem 1rem 0.3rem;
  font-family: var(--disp);
}
.pagination .current {
  background: var(--ink);
  color: var(--paper);
}
.error-404 {
  min-height: 70vh;
  display: grid;
  place-items: center;
  text-align: center;
  padding-block: 6rem;
}
.error-404 .big {
  font-family: var(--disp);
  font-size: clamp(6rem, 18vw, 12rem);
  line-height: 1;
  color: transparent;
  -webkit-text-stroke: 3px var(--ink);
}
.error-404 .big span {
  color: var(--mag);
  -webkit-text-stroke: 0;
}
.wpcf7-form label {
  display: block;
  font-weight: 700;
  font-size: 0.88rem;
  margin-bottom: 1rem;
}
.wpcf7-form p {
  margin: 0 0 1rem;
  color: inherit;
}
.wpcf7-form input[type="text"],
.wpcf7-form input[type="tel"],
.wpcf7-form input[type="email"],
.wpcf7-form input[type="date"],
.wpcf7-form input[type="file"],
.wpcf7-form select,
.wpcf7-form textarea {
  width: 100%;
  border: 1.5px solid var(--ink);
  background: var(--paper);
  padding: 0.7rem 0.9rem;
  margin-top: 0.35rem;
  font-size: 0.92rem;
}
.wpcf7-form textarea {
  min-height: 120px;
  resize: vertical;
}
.wpcf7-form input[type="submit"] {
  display: inline-flex;
  background: var(--yel);
  color: var(--ink);
  border: 2px solid var(--ink);
  padding: 0.75rem 1.6rem 0.6rem;
  font-family: var(--disp);
  font-size: 1.12rem;
  cursor: pointer;
  box-shadow: -5px 5px 0 var(--ink);
  transition: 0.18s;
}
.wpcf7-form input[type="submit"]:hover {
  transform: translate(3px, -3px);
  box-shadow: -8px 8px 0 var(--ink);
}
.wpcf7-not-valid-tip {
  color: var(--mag);
  font-size: 0.75rem;
}
.wpcf7-response-output {
  border: 2px solid var(--ink) !important;
  background: var(--paper2);
  color: var(--ink);
  font-size: 0.85rem;
  margin-top: 1rem !important;
}
.wpcf7-spinner {
  display: none;
}
.ct-form .wpcf7-form input[type="text"],
.ct-form .wpcf7-form input[type="tel"],
.ct-form .wpcf7-form input[type="email"],
.ct-form .wpcf7-form input[type="date"],
.ct-form .wpcf7-form input[type="file"],
.ct-form .wpcf7-form select,
.ct-form .wpcf7-form textarea {
  background: var(--dark);
  color: var(--paper);
  border-color: var(--line-d);
}
.wc-wrap {
  padding-block: clamp(3rem, 6vw, 4.5rem);
}
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce #respond input#submit,
.woocommerce a.button.alt {
  background: var(--yel) !important;
  color: var(--ink) !important;
  border: 2px solid var(--ink) !important;
  border-radius: 0 !important;
  font-family: var(--disp) !important;
  padding: 0.55rem 1.3rem 0.4rem !important;
  box-shadow: -4px 4px 0 var(--ink);
  transition: 0.2s;
}
.woocommerce a.button:hover,
.woocommerce button.button:hover {
  transform: translate(2px, -2px);
  box-shadow: -6px 6px 0 var(--ink);
}
.woocommerce ul.products li.product {
  border: 1.5px solid var(--ink);
  background: var(--paper);
  padding: 0 !important;
  transition: 0.25s;
}
.woocommerce ul.products li.product:hover {
  box-shadow: -6px 8px 0 rgba(23, 20, 15, 0.85);
  transform: translateY(-4px);
}
.woocommerce ul.products li.product a img {
  margin: 0 !important;
  aspect-ratio: 7/5;
  object-fit: cover;
  border-bottom: 1.5px solid var(--ink);
}
.woocommerce ul.products li.product .woocommerce-loop-product__title {
  font-family: var(--disp);
  font-size: 1.15rem;
  padding: 0.9rem 1rem 0.1rem;
}
.woocommerce ul.products li.product .price {
  color: var(--mag) !important;
  font-family: var(--disp);
  font-size: 1.05rem;
  padding: 0 1rem;
}
.woocommerce ul.products li.product .button {
  margin: 0.9rem 1rem 1.1rem !important;
}
.woocommerce span.onsale {
  background: var(--mag) !important;
  border-radius: 0;
  padding: 0.3rem 0.9rem;
  min-height: 0;
  line-height: 1.6;
}
.woocommerce div.product .product_title {
  font-family: var(--disp);
  font-size: 2rem;
}
.woocommerce div.product p.price {
  color: var(--mag) !important;
  font-family: var(--disp);
  font-size: 1.6rem;
}
.woocommerce-message {
  border-top-color: var(--cyan);
}
.woocommerce-info {
  border-top-color: var(--yel);
}
.woocommerce-error {
  border-top-color: var(--mag);
}
.woocommerce table.shop_table {
  border: 1.5px solid var(--ink);
  border-radius: 0;
}
.woocommerce nav.woocommerce-pagination ul li a,
.woocommerce nav.woocommerce-pagination ul li span {
  border-radius: 0;
}
@media (max-width: 860px) {
  .ct-grid {
    grid-template-columns: 1fr;
  }
}
@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
  .track {
    animation: none;
    transform: none;
  }
  .js .rv,
  .js .lm > span {
    opacity: 1;
    transform: none;
  }
}
/* ═══════════════════════════════════════
   فرم‌های Contact Form 7 — استایل کمان
   ═══════════════════════════════════════ */
.wpcf7 {
  direction: rtl;
}

/* ساختار */
.wpcf7-form p {
  margin: 0 0 1.15rem;
  line-height: 1.8;
}
.wpcf7-form fieldset {
  border: none;
  margin: 0;
  padding: 0;
}
.wpcf7-form label {
  display: block;
  font-weight: 700;
  font-size: 0.88rem;
  margin-bottom: 0.55rem;
}
.wpcf7-form .wpcf7-form-control-wrap {
  display: block;
}

/* فیلدها */
.wpcf7-form input[type="text"],
.wpcf7-form input[type="email"],
.wpcf7-form input[type="tel"],
.wpcf7-form input[type="url"],
.wpcf7-form input[type="number"],
.wpcf7-form input[type="date"],
.wpcf7-form select,
.wpcf7-form textarea {
  width: 100%;
  border: 1.5px solid var(--ink);
  background: #fff;
  color: var(--ink);
  padding: 0.8rem 1rem;
  font-size: 0.92rem;
  font-family: inherit;
  border-radius: 0;
  transition: border-color 0.2s, box-shadow 0.2s;
}
.wpcf7-form textarea {
  min-height: 135px;
  resize: vertical;
}
.wpcf7-form ::placeholder {
  color: rgba(23, 20, 15, 0.42);
}

/* فوکوس — سایه چاپی فیروزه‌ای */
.wpcf7-form input:focus,
.wpcf7-form select:focus,
.wpcf7-form textarea:focus {
  outline: none;
  border-color: var(--cyan);
  box-shadow: -4px 4px 0 rgba(0, 150, 199, 0.28);
}

/* سلکت با فلش اختصاصی */
.wpcf7-form select {
  appearance: none;
  -webkit-appearance: none;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%2317140F' stroke-width='2' fill='none'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: left 1rem center;
  padding-left: 2.6rem;
  cursor: pointer;
}

/* چک‌باکس و رادیو */
.wpcf7-form input[type="checkbox"],
.wpcf7-form input[type="radio"] {
  width: 18px;
  height: 18px;
  accent-color: var(--mag);
  cursor: pointer;
  flex: none;
}
.wpcf7-list-item {
  display: inline-flex;
  align-items: center;
  margin: 0.15rem 0 0.15rem 1.3rem;
}
.wpcf7-list-item label {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-weight: 500;
  font-size: 0.88rem;
  margin: 0;
  cursor: pointer;
}

/* آپلود فایل */
.wpcf7-form input[type="file"] {
  width: 100%;
  border: 2px dashed var(--ink);
  background: var(--paper2);
  padding: 0.9rem 1rem;
  font-size: 0.85rem;
  cursor: pointer;
}

/* دکمه ارسال — همان دکمه زرد چاپی */
.wpcf7-form input[type="submit"] {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  background: var(--yel);
  color: var(--ink);
  border: 2px solid var(--ink);
  padding: 0.8rem 2.4rem 0.65rem;
  font-family: var(--disp);
  font-size: 1.2rem;
  cursor: pointer;
  box-shadow: -5px 5px 0 var(--ink);
  transition: transform 0.18s ease, box-shadow 0.18s ease;
}
.wpcf7-form input[type="submit"]:hover {
  transform: translate(3px, -3px);
  box-shadow: -8px 8px 0 var(--ink);
}
.wpcf7-form input[type="submit"]:active {
  transform: translate(-2px, 2px);
  box-shadow: -2px 2px 0 var(--ink);
}
.wpcf7-form.submitting input[type="submit"] {
  opacity: 0.65;
  cursor: wait;
}

/* اسپینر هنگام ارسال */
.wpcf7-spinner {
  position: relative;
  display: inline-block;
  margin-inline-start: 0.7rem;
}
.wpcf7-spinner::before {
  background: var(--mag);
  opacity: 1;
}
.wpcf7-spinner::after {
  border-top-color: var(--ink);
}

/* خطاهای اعتبارسنجی */
.wpcf7-form .wpcf7-not-valid {
  border-color: var(--mag) !important;
  background: #fdf0f6;
}
.wpcf7-not-valid-tip {
  display: flex;
  align-items: center;
  gap: 0.4rem;
  margin-top: 0.5rem;
  font-size: 0.78rem;
  font-weight: 700;
  color: var(--mag);
  animation: cf7tip 0.3s ease;
}
.wpcf7-not-valid-tip::before {
  content: "✳";
  font-size: 0.9rem;
}
@keyframes cf7tip {
  from {
    opacity: 0;
    transform: translateY(-5px);
  }
  to {
    opacity: 1;
    transform: none;
  }
}

/* پیام‌های وضعیت فرم */
.wpcf7-response-output {
  margin: 1.4rem 0 0;
  border: 2px solid var(--ink);
  padding: 0.95rem 1.2rem 0.8rem;
  font-size: 0.9rem;
  font-weight: 700;
  animation: cf7pop 0.35s ease;
}
.wpcf7-response-output:empty {
  display: none;
}
@keyframes cf7pop {
  from {
    opacity: 0;
    transform: translateY(8px);
  }
  to {
    opacity: 1;
    transform: none;
  }
}

.wpcf7-form.sent .wpcf7-response-output {
  border-color: var(--cyan);
  background: #edf7fb;
  color: #036a8e;
  box-shadow: -5px 5px 0 rgba(0, 150, 199, 0.35);
}
.wpcf7-form.invalid .wpcf7-response-output,
.wpcf7-form.failed .wpcf7-response-output,
.wpcf7-form.spam .wpcf7-response-output,
.wpcf7-form.unaccepted .wpcf7-response-output {
  border-color: var(--mag);
  background: #fdf0f6;
  color: #a80d66;
  box-shadow: -5px 5px 0 rgba(224, 33, 138, 0.3);
}

/* کارت فرم (اختیاری — دور فرم کادر چاپی می‌اندازد) */
.cf7-card {
  background: var(--paper);
  border: 2px solid var(--ink);
  box-shadow: -8px 8px 0 rgba(23, 20, 15, 0.9);
  padding: clamp(1.4rem, 3.5vw, 2.4rem);
  max-width: 720px;
}

/* چیدمان دوستونه */
.cf7-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.1rem;
}
@media (max-width: 620px) {
  .cf7-row {
    grid-template-columns: 1fr;
    gap: 0;
  }
}

/* ═══ نسخه تیره (برای استفاده در بخش‌های تیره سایت) ═══ */
.cf7-dark .wpcf7-form input[type="text"],
.cf7-dark .wpcf7-form input[type="email"],
.cf7-dark .wpcf7-form input[type="tel"],
.cf7-dark .wpcf7-form input[type="url"],
.cf7-dark .wpcf7-form input[type="number"],
.cf7-dark .wpcf7-form input[type="date"],
.cf7-dark .wpcf7-form select,
.cf7-dark .wpcf7-form textarea {
  background: var(--dark2);
  color: var(--paper);
  border-color: rgba(244, 239, 228, 0.35);
}
.cf7-dark .wpcf7-form ::placeholder {
  color: rgba(244, 239, 228, 0.4);
}
.cf7-dark .wpcf7-form label {
  color: var(--paper);
}
.cf7-dark .wpcf7-form input:focus,
.cf7-dark .wpcf7-form select:focus,
.cf7-dark .wpcf7-form textarea:focus {
  border-color: var(--yel);
  box-shadow: -4px 4px 0 rgba(245, 179, 1, 0.3);
}
.cf7-dark .wpcf7-form select {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%23F4EFE4' stroke-width='2' fill='none'/%3E%3C/svg%3E");
}
.cf7-dark .wpcf7-form .wpcf7-not-valid {
  background: rgba(224, 33, 138, 0.14);
}
.cf7-dark .cf7-card {
  background: var(--dark2);
  border-color: rgba(244, 239, 228, 0.3);
  box-shadow: -8px 8px 0 rgba(224, 33, 138, 0.8);
}
.cf7-dark .wpcf7-form.sent .wpcf7-response-output {
  border-color: var(--cyan);
  background: rgba(0, 150, 199, 0.14);
  color: #9adcf2;
  box-shadow: -5px 5px 0 rgba(0, 150, 199, 0.35);
}
.cf7-dark .wpcf7-form.invalid .wpcf7-response-output,
.cf7-dark .wpcf7-form.failed .wpcf7-response-output {
  border-color: var(--mag);
  background: rgba(224, 33, 138, 0.14);
  color: #ff9dcb;
  box-shadow: -5px 5px 0 rgba(224, 33, 138, 0.35);
}

@media (prefers-reduced-motion: reduce) {
  .wpcf7-not-valid-tip,
  .wpcf7-response-output {
    animation: none;
  }
  .wpcf7-form input[type="submit"] {
    transition: none;
  }
}
/* ═══════════════════════════════════════
   منوی اصلی قالب کمان
   ═══════════════════════════════════════ */

/* ریست لیست وردپرس */
.main,
.main ul,
.mnav .menu,
.mnav .menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.main {
  display: flex;
  gap: 0.1rem;
  align-items: center;
}

/* لینک‌های اصلی منو */
.main > li > a {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  font-size: 0.88rem;
  font-weight: 600;
  color: var(--ink);
  padding: 0.65rem 1rem;
  transition: color 0.25s;
  white-space: nowrap;
}
.main > li > a::after {
  content: "";
  position: absolute;
  bottom: 0.2rem;
  right: 1rem;
  left: 1rem;
  height: 3px;
  background: var(--mag);
  transform-origin: right;
  transform: scaleX(0);
  transition: transform 0.3s cubic-bezier(0.2, 0.8, 0.2, 1);
}
.main > li > a:hover {
  color: var(--mag);
}
.main > li > a:hover::after {
  transform: scaleX(1);
}

/* آیتم فعال (صفحه فعلی) */
.main > li.current-menu-item > a,
.main > li.current_page_item > a,
.main > li.current-menu-parent > a {
  color: var(--mag);
  font-weight: 800;
}
.main > li.current-menu-item > a::after,
.main > li.current_page_item > a::after {
  transform: scaleX(1);
  background: var(--yel);
}

/* ═══ زیرمنو (Dropdown) ═══ */
.main > li.menu-item-has-children {
  position: relative;
}
.main > li.menu-item-has-children > a::before {
  content: "▾";
  font-size: 0.7rem;
  opacity: 0.6;
  margin-inline-start: 0.1rem;
}
.main .sub-menu {
  position: absolute;
  top: calc(100% + 8px);
  right: 0;
  min-width: 230px;
  background: var(--paper);
  border: 1.5px solid var(--ink);
  box-shadow: -5px 6px 0 var(--ink);
  padding: 0.5rem 0;
  opacity: 0;
  visibility: hidden;
  transform: translateY(8px);
  transition: all 0.25s ease;
  z-index: 60;
}
.main > li.menu-item-has-children:hover > .sub-menu,
.main > li.menu-item-has-children:focus-within > .sub-menu {
  opacity: 1;
  visibility: visible;
  transform: none;
}
.main .sub-menu li {
  position: relative;
}
.main .sub-menu li a {
  display: block;
  padding: 0.55rem 1.1rem 0.45rem;
  font-size: 0.85rem;
  font-weight: 500;
  color: var(--ink);
  border-inline-start: 3px solid transparent;
  transition: all 0.2s;
}
.main .sub-menu li a:hover {
  background: var(--paper2);
  border-inline-start-color: var(--mag);
  color: var(--mag);
}
.main .sub-menu li.current-menu-item > a {
  background: var(--paper2);
  border-inline-start-color: var(--yel);
  font-weight: 700;
}

/* زیرمنوی لایه دوم */
.main .sub-menu .sub-menu {
  top: -4px;
  right: 100%;
  margin-right: 6px;
}
.main .sub-menu li.menu-item-has-children:hover > .sub-menu {
  opacity: 1;
  visibility: visible;
  transform: none;
}

/* ═══ آیتم‌های ویژه (فروشگاه، سبد خرید، حساب) ═══ */

/* آیکون فروشگاه */
.main
  > li
  > a[href*="/shop/"]:not([href*="/cart"]):not([href*="/my-account"])::before {
  content: "🛍";
  margin-inline-end: 0.1rem;
}

/* آیکون حساب کاربری */
.main > li > a[href*="/my-account/"]::before {
  content: "👤";
  margin-inline-end: 0.1rem;
}

/* سبد خرید — با badge تعداد */
.main > li > a[href*="/cart/"] {
  position: relative;
  background: var(--yel);
  color: var(--ink);
  border: 1.5px solid var(--ink);
  font-family: var(--disp);
  font-size: 0.95rem;
  padding: 0.45rem 1rem 0.35rem;
  box-shadow: -3px 3px 0 var(--ink);
  transition: transform 0.2s, box-shadow 0.2s;
  margin-inline-start: 0.6rem;
}
.main > li > a[href*="/cart/"]:hover {
  transform: translate(2px, -2px);
  box-shadow: -5px 5px 0 var(--ink);
}
.main > li > a[href*="/cart/"]::before {
  content: "🛒";
  margin-inline-end: 0.3rem;
}

/* تعداد سبد خرید — با WooCommerce */
.main > li > a[href*="/cart/"] .count,
.main > li > a[href*="/cart/"] .cart-contents .amount + * {
  display: inline-block;
  min-width: 18px;
  height: 18px;
  line-height: 18px;
  background: var(--mag);
  color: #fff;
  border-radius: 50%;
  font-size: 0.7rem;
  font-weight: 800;
  text-align: center;
  padding: 0 5px;
  margin-inline-start: 0.25rem;
}

/* ═══ منوی موبایل (کشویی) ═══ */
.mnav {
  display: none;
  position: absolute;
  top: 100%;
  inset-inline: 0;
  background: var(--paper);
  border-bottom: 2px solid var(--ink);
  padding: 0.8rem 4%;
  z-index: 90;
  box-shadow: 0 14px 30px rgba(23, 20, 15, 0.18);
}
header.open .mnav {
  display: block;
  animation: mnavIn 0.25s ease;
}
@keyframes mnavIn {
  from {
    opacity: 0;
    transform: translateY(-10px);
  }
  to {
    opacity: 1;
    transform: none;
  }
}

.mnav .menu {
  list-style: none;
}
.mnav .menu > li > a {
  display: block;
  padding: 0.75rem 0.3rem;
  font-weight: 700;
  font-size: 0.95rem;
  border-bottom: 1px solid var(--line);
  position: relative;
  transition: color 0.2s, padding-inline-start 0.2s;
}
.mnav .menu > li > a:hover {
  color: var(--mag);
  padding-inline-start: 1rem;
}
.mnav .menu > li.current-menu-item > a,
.mnav .menu > li.current_page_item > a {
  color: var(--mag);
  border-bottom-color: var(--yel);
  border-bottom-width: 2px;
}
.mnav .menu > li:last-child > a {
  border-bottom: none;
}

/* زیرمنو در موبایل — داخل هم نمایش داده شود */
.mnav .menu .sub-menu {
  position: static;
  opacity: 1;
  visibility: visible;
  transform: none;
  border: none;
  box-shadow: none;
  padding: 0.2rem 0 0.2rem 1.4rem;
  background: transparent;
  margin: 0.3rem 0 0.4rem;
}
.mnav .menu .sub-menu li a {
  padding: 0.4rem 0.3rem;
  font-size: 0.85rem;
  font-weight: 500;
  border-bottom: 1px dashed var(--line);
}

/* دکمه سبد خرید در موبایل — برجسته */
.mnav .menu > li > a[href*="/cart/"] {
  background: var(--yel);
  border: 1.5px solid var(--ink);
  text-align: center;
  margin-top: 0.8rem;
  font-family: var(--disp);
  font-size: 1.05rem;
  box-shadow: -4px 4px 0 var(--ink);
}

/* ═══ ریسپانسیو ═══ */
@media (max-width: 940px) {
  .main {
    display: none !important;
  }
  /* فقط منوی موبایل نمایش داده شود */
}

/* ═══ هدر اسکرول‌شده — منو کمی فشرده‌تر ═══ */
header.scrolled .main > li > a {
  padding-block: 0.5rem;
}

/* ═══ قابل دسترس بودن — کیبورد ═══ */
.main > li > a:focus-visible {
  outline: 2px solid var(--cyan);
  outline-offset: 4px;
}
.mnav .menu > li > a:focus-visible {
  outline: 2px solid var(--cyan);
  outline-offset: -2px;
}

@media (prefers-reduced-motion: reduce) {
  .main > li > a::after {
    transition: none;
  }
  .main .sub-menu {
    transition: none;
  }
  .mnav {
    animation: none;
  }
}
/* ═══════════════════════════════════════
   فرم‌های Contact Form 7 — استایل کامان
   ═══════════════════════════════════════ */
.wpcf7 {
    direction: rtl;
}

/* ساختار */
.wpcf7-form p {
    margin: 0 0 1.15rem;
    line-height: 1.8;
}

.wpcf7-form fieldset {
    border: none;
    margin: 0;
    padding: 0;
}

.wpcf7-form label {
    display: block;
    font-weight: 700;
    font-size: .88rem;
    margin-bottom: .55rem;
}

.wpcf7-form .wpcf7-form-control-wrap {
    display: block;
}

/* فیلدها */
.wpcf7-form input[type="text"],
.wpcf7-form input[type="email"],
.wpcf7-form input[type="tel"],
.wpcf7-form input[type="url"],
.wpcf7-form input[type="number"],
.wpcf7-form input[type="date"],
.wpcf7-form select,
.wpcf7-form textarea {
    width: 100%;
    border: 1.5px solid var(--ink);
    background: #fff;
    color: var(--ink);
    padding: .8rem 1rem;
    font-size: .92rem;
    font-family: inherit;
    border-radius: 0;
    transition: border-color .2s, box-shadow .2s;
}

.wpcf7-form textarea {
    min-height: 135px;
    resize: vertical;
}

.wpcf7-form ::placeholder {
    color: rgba(23, 20, 15, .42);
}

/* فوکوس — سایه چاپی فیروزه‌ای */
.wpcf7-form input:focus,
.wpcf7-form select:focus,
.wpcf7-form textarea:focus {
    outline: none;
    border-color: var(--cyan);
    box-shadow: -4px 4px 0 rgba(0, 150, 199, .28);
}

/* سلکت با فلش اختصاصی */
.wpcf7-form select {
    appearance: none;
    -webkit-appearance: none;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%2317140F' stroke-width='2' fill='none'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: left 1rem center;
    padding-left: 2.6rem;
    cursor: pointer;
}

/* چک‌باکس و رادیو */
.wpcf7-form input[type="checkbox"],
.wpcf7-form input[type="radio"] {
    width: 18px;
    height: 18px;
    accent-color: var(--mag);
    cursor: pointer;
    flex: none;
}

.wpcf7-list-item {
    display: inline-flex;
    align-items: center;
    margin: .15rem 0 .15rem 1.3rem;
}

.wpcf7-list-item label {
    display: inline-flex;
    align-items: center;
    gap: .5rem;
    font-weight: 500;
    font-size: .88rem;
    margin: 0;
    cursor: pointer;
}

/* آپلود فایل */
.wpcf7-form input[type="file"] {
    width: 100%;
    border: 2px dashed var(--ink);
    background: var(--paper2);
    padding: .9rem 1rem;
    font-size: .85rem;
    cursor: pointer;
}

/* دکمه ارسال — همان دکمه زرد چاپی */
.wpcf7-form input[type="submit"] {
    display: inline-flex;
    align-items: center;
    gap: .6rem;
    background: var(--yel);
    color: var(--ink);
    border: 2px solid var(--ink);
    padding: .8rem 2.4rem .65rem;
    font-family: var(--disp);
    font-size: 1.2rem;
    cursor: pointer;
    box-shadow: -5px 5px 0 var(--ink);
    transition: transform .18s ease, box-shadow .18s ease;
}

.wpcf7-form input[type="submit"]:hover {
    transform: translate(3px, -3px);
    box-shadow: -8px 8px 0 var(--ink);
}

.wpcf7-form input[type="submit"]:active {
    transform: translate(-2px, 2px);
    box-shadow: -2px 2px 0 var(--ink);
}

.wpcf7-form.submitting input[type="submit"] {
    opacity: .65;
    cursor: wait;
}

/* اسپینر هنگام ارسال */
.wpcf7-spinner {
    position: relative;
    display: inline-block;
    margin-inline-start: .7rem;
}

.wpcf7-spinner::before {
    background: var(--mag);
    opacity: 1;
}

.wpcf7-spinner::after {
    border-top-color: var(--ink);
}

/* خطاهای اعتبارسنجی */
.wpcf7-form .wpcf7-not-valid {
    border-color: var(--mag) !important;
    background: #fdf0f6;
}

.wpcf7-not-valid-tip {
    display: flex;
    align-items: center;
    gap: .4rem;
    margin-top: .5rem;
    font-size: .78rem;
    font-weight: 700;
    color: var(--mag);
    animation: cf7tip .3s ease;
}

.wpcf7-not-valid-tip::before {
    content: "✳";
    font-size: .9rem;
}

@keyframes cf7tip {
    from {
        opacity: 0;
        transform: translateY(-5px);
    }

    to {
        opacity: 1;
        transform: none;
    }
}

/* پیام‌های وضعیت فرم */
.wpcf7-response-output {
    margin: 1.4rem 0 0;
    border: 2px solid var(--ink);
    padding: .95rem 1.2rem .8rem;
    font-size: .9rem;
    font-weight: 700;
    animation: cf7pop .35s ease;
}

.wpcf7-response-output:empty {
    display: none;
}

@keyframes cf7pop {
    from {
        opacity: 0;
        transform: translateY(8px);
    }

    to {
        opacity: 1;
        transform: none;
    }
}

.wpcf7-form.sent .wpcf7-response-output {
    border-color: var(--cyan);
    background: #edf7fb;
    color: #036a8e;
    box-shadow: -5px 5px 0 rgba(0, 150, 199, .35);
}

.wpcf7-form.invalid .wpcf7-response-output,
.wpcf7-form.failed .wpcf7-response-output,
.wpcf7-form.spam .wpcf7-response-output,
.wpcf7-form.unaccepted .wpcf7-response-output {
    border-color: var(--mag);
    background: #fdf0f6;
    color: #a80d66;
    box-shadow: -5px 5px 0 rgba(224, 33, 138, .3);
}

/* کارت فرم (اختیاری — دور فرم کادر چاپی می‌اندازد) */
.cf7-card {
    background: var(--paper);
    border: 2px solid var(--ink);
    box-shadow: -8px 8px 0 rgba(23, 20, 15, .9);
    padding: clamp(1.4rem, 3.5vw, 2.4rem);
    max-width: 720px;
}

/* چیدمان دوستونه */
.cf7-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1.1rem;
}

@media (max-width: 620px) {
    .cf7-row {
        grid-template-columns: 1fr;
        gap: 0;
    }
}

/* ═══ نسخه تیره (برای استفاده در بخش‌های تیره سایت) ═══ */
.cf7-dark .wpcf7-form input[type="text"],
.cf7-dark .wpcf7-form input[type="email"],
.cf7-dark .wpcf7-form input[type="tel"],
.cf7-dark .wpcf7-form input[type="url"],
.cf7-dark .wpcf7-form input[type="number"],
.cf7-dark .wpcf7-form input[type="date"],
.cf7-dark .wpcf7-form select,
.cf7-dark .wpcf7-form textarea {
    background: var(--dark2);
    color: var(--paper);
    border-color: rgba(244, 239, 228, .35);
}

.cf7-dark .wpcf7-form ::placeholder {
    color: rgba(244, 239, 228, .4);
}

.cf7-dark .wpcf7-form label {
    color: var(--paper);
}

.cf7-dark .wpcf7-form input:focus,
.cf7-dark .wpcf7-form select:focus,
.cf7-dark .wpcf7-form textarea:focus {
    border-color: var(--yel);
    box-shadow: -4px 4px 0 rgba(245, 179, 1, .3);
}

.cf7-dark .wpcf7-form select {
    background: url("data:image/svg+xml;charset=UTF-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%23F4EFE4' stroke-width='2' fill='none'/%3E%3C/svg%3E") 22px 22px no-repeat;
}

.cf7-dark .wpcf7-form .wpcf7-not-valid {
    background: rgba(224, 33, 138, .14);
}

.cf7-dark .cf7-card {
    background: var(--dark2);
    border-color: rgba(244, 239, 228, .3);
    box-shadow: -8px 8px 0 rgba(224, 33, 138, .8);
}

.cf7-dark .wpcf7-form.sent .wpcf7-response-output {
    border-color: var(--cyan);
    background: rgba(0, 150, 199, .14);
    color: #9adcf2;
    box-shadow: -5px 5px 0 rgba(0, 150, 199, .35);
}

.cf7-dark .wpcf7-form.invalid .wpcf7-response-output,
.cf7-dark .wpcf7-form.failed .wpcf7-response-output {
    border-color: var(--mag);
    background: rgba(224, 33, 138, .14);
    color: #ff9dcb;
    box-shadow: -5px 5px 0 rgba(224, 33, 138, .35);
}

@media (prefers-reduced-motion: reduce) {

    .wpcf7-not-valid-tip,
    .wpcf7-response-output {
        animation: none;
    }

    .wpcf7-form input[type="submit"] {
        transition: none;
    }
}

/* ═══════════════════════════════════════
   منوی اصلی قالب کامان
   ═══════════════════════════════════════ */

/* ریست لیست وردپرس */
.main,
.main ul,
.mnav .menu,
.mnav .menu ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.main {
    display: flex;
    gap: .1rem;
    align-items: center;
}

/* لینک‌های اصلی منو */
.main>li>a {
    position: relative;
    display: inline-flex;
    align-items: center;
    gap: .35rem;
    font-size: .88rem;
    font-weight: 600;
    color: var(--ink);
    padding: .65rem 1rem;
    transition: color .25s;
    white-space: nowrap;
}

.main>li>a::after {
    content: "";
    position: absolute;
    bottom: .2rem;
    right: 1rem;
    left: 1rem;
    height: 3px;
    background: var(--mag);
    transform-origin: right;
    transform: scaleX(0);
    transition: transform .3s cubic-bezier(.2, .8, .2, 1);
}

.main>li>a:hover {
    color: var(--mag);
}

.main>li>a:hover::after {
    transform: scaleX(1);
}

/* آیتم فعال (صفحه فعلی) */
.main>li.current-menu-item>a,
.main>li.current_page_item>a,
.main>li.current-menu-parent>a {
    color: var(--mag);
    font-weight: 800;
}

.main>li.current-menu-item>a::after,
.main>li.current_page_item>a::after {
    transform: scaleX(1);
    background: var(--yel);
}

/* ═══ زیرمنو (Dropdown) ═══ */
.main>li.menu-item-has-children {
    position: relative;
}

.main>li.menu-item-has-children>a::before {
    content: "▾";
    font-size: .7rem;
    opacity: .6;
    margin-inline-start: .1rem;
}

.main .sub-menu {
    position: absolute;
    top: calc(100% + 8px);
    right: 0;
    min-width: 230px;
    background: var(--paper);
    border: 1.5px solid var(--ink);
    box-shadow: -5px 6px 0 var(--ink);
    padding: .5rem 0;
    opacity: 0;
    visibility: hidden;
    transform: translateY(8px);
    transition: all .25s ease;
    z-index: 60;
}

.main>li.menu-item-has-children:hover>.sub-menu,
.main>li.menu-item-has-children:focus-within>.sub-menu {
    opacity: 1;
    visibility: visible;
    transform: none;
}

.main .sub-menu li {
    position: relative;
}

.main .sub-menu li a {
    display: block;
    padding: .55rem 1.1rem .45rem;
    font-size: .85rem;
    font-weight: 500;
    color: var(--ink);
    border-inline-start: 3px solid transparent;
    transition: all .2s;
}

.main .sub-menu li a:hover {
    background: var(--paper2);
    border-inline-start-color: var(--mag);
    color: var(--mag);
}

.main .sub-menu li.current-menu-item>a {
    background: var(--paper2);
    border-inline-start-color: var(--yel);
    font-weight: 700;
}

/* زیرمنوی لایه دوم */
.main .sub-menu .sub-menu {
    top: -4px;
    right: 100%;
    margin-right: 6px;
}

.main .sub-menu li.menu-item-has-children:hover>.sub-menu {
    opacity: 1;
    visibility: visible;
    transform: none;
}

/* ═══ آیتم‌های ویژه (فروشگاه، سبد خرید، حساب) ═══ */

/* آیکون فروشگاه */
.main>li>a[href*="/shop/"]:not([href*="/cart"]):not([href*="/my-account"])::before {
    content: "🛍";
    margin-inline-end: .1rem;
}

/* آیکون حساب کاربری */
.main>li>a[href*="/my-account/"]::before {
    content: "👤";
    margin-inline-end: .1rem;
}

/* سبد خرید — با badge تعداد */
.main>li>a[href*="/cart/"] {
    position: relative;
    background: var(--yel);
    color: var(--ink);
    border: 1.5px solid var(--ink);
    font-family: var(--disp);
    font-size: .95rem;
    padding: .45rem 1rem .35rem;
    box-shadow: -3px 3px 0 var(--ink);
    transition: transform .2s, box-shadow .2s;
    margin-inline-start: .6rem;
}

.main>li>a[href*="/cart/"]:hover {
    transform: translate(2px, -2px);
    box-shadow: -5px 5px 0 var(--ink);
}

.main>li>a[href*="/cart/"]::before {
    content: "🛒";
    margin-inline-end: .3rem;
}

/* تعداد سبد خرید — با WooCommerce */
.main>li>a[href*="/cart/"] .count,
.main>li>a[href*="/cart/"] .cart-contents .amount+* {
    display: inline-block;
    min-width: 18px;
    height: 18px;
    line-height: 18px;
    background: var(--mag);
    color: #fff;
    border-radius: 50%;
    font-size: .7rem;
    font-weight: 800;
    text-align: center;
    padding: 0 5px;
    margin-inline-start: .25rem;
}

/* ═══ منوی موبایل (کشویی) ═══ */
.mnav {
    display: none;
    position: absolute;
    top: 100%;
    inset-inline: 0;
    background: var(--paper);
    border-bottom: 2px solid var(--ink);
    padding: .8rem 4%;
    z-index: 90;
    box-shadow: 0 14px 30px rgba(23, 20, 15, .18);
}

header.open .mnav {
    display: block;
    animation: mnavIn .25s ease;
}

@keyframes mnavIn {
    from {
        opacity: 0;
        transform: translateY(-10px);
    }

    to {
        opacity: 1;
        transform: none;
    }
}

.mnav .menu {
    list-style: none;
}

.mnav .menu>li>a {
    display: block;
    padding: .75rem .3rem;
    font-weight: 700;
    font-size: .95rem;
    border-bottom: 1px solid var(--line);
    position: relative;
    transition: color .2s, padding-inline-start .2s;
}

.mnav .menu>li>a:hover {
    color: var(--mag);
    padding-inline-start: 1rem;
}

.mnav .menu>li.current-menu-item>a,
.mnav .menu>li.current_page_item>a {
    color: var(--mag);
    border-bottom-color: var(--yel);
    border-bottom-width: 2px;
}

.mnav .menu>li:last-child>a {
    border-bottom: none;
}

/* زیرمنو در موبایل — داخل هم نمایش داده شود */
.mnav .menu .sub-menu {
    position: static;
    opacity: 1;
    visibility: visible;
    transform: none;
    border: none;
    box-shadow: none;
    padding: .2rem 0 .2rem 1.4rem;
    background: transparent;
    margin: .3rem 0 .4rem;
}

.mnav .menu .sub-menu li a {
    padding: .4rem .3rem;
    font-size: .85rem;
    font-weight: 500;
    border-bottom: 1px dashed var(--line);
}

/* دکمه سبد خرید در موبایل — برجسته */
.mnav .menu>li>a[href*="/cart/"] {
    background: var(--yel);
    border: 1.5px solid var(--ink);
    text-align: center;
    margin-top: .8rem;
    font-family: var(--disp);
    font-size: 1.05rem;
    box-shadow: -4px 4px 0 var(--ink);
}

/* ═══ ریسپانسیو ═══ */
@media (max-width: 940px) {
    .main {
        display: none !important;
    }

    /* فقط منوی موبایل نمایش داده شود */
}

/* ═══ هدر اسکرول‌شده — منو کمی فشرده‌تر ═══ */
header.scrolled .main>li>a {
    padding-block: .5rem;
}

/* ═══ قابل دسترس بودن — کیبورد ═══ */
.main>li>a:focus-visible {
    outline: 2px solid var(--cyan);
    outline-offset: 4px;
}

.mnav .menu>li>a:focus-visible {
    outline: 2px solid var(--cyan);
    outline-offset: -2px;
}

@media (prefers-reduced-motion: reduce) {
    .main>li>a::after {
        transition: none;
    }

    .main .sub-menu {
        transition: none;
    }

    .mnav {
        animation: none;
    }
}

/* ═══ سبد خرید در هدر ═══ */
.cart-btn {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    border: 1.5px solid var(--ink);
    background: var(--paper);
    color: var(--ink);
    border-radius: 50%;
    transition: all .25s;
    text-decoration: none;
}

.cart-btn:hover {
    background: var(--yel);
    transform: translateY(-2px);
    box-shadow: -3px 3px 0 var(--ink);
}

.cart-btn svg {
    width: 18px;
    height: 18px;
}

/* badge تعداد آیتم‌ها */
.cart-count {
    position: absolute;
    top: -6px;
    left: -6px;
    min-width: 20px;
    height: 20px;
    line-height: 20px;
    padding: 0 6px;
    background: var(--mag);
    color: #fff;
    border: 2px solid var(--paper);
    border-radius: 50%;
    font-family: var(--disp);
    font-size: .8rem;
    text-align: center;
    animation: cartPop .3s ease;
}

@keyframes cartPop {
    0% {
        transform: scale(.4);
        opacity: 0;
    }

    60% {
        transform: scale(1.2);
    }

    100% {
        transform: scale(1);
        opacity: 1;
    }
}

/* ═══ همبرگری موبایل ═══ */
.burger {
    display: none;
    background: none;
    border: 2px solid var(--ink);
    width: 44px;
    height: 40px;
    cursor: pointer;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 5px;
    position: relative;
    transition: all .25s;
}

.burger span {
    width: 20px;
    height: 2px;
    background: var(--ink);
    transition: all .3s cubic-bezier(.2, .8, .2, 1);
    transform-origin: center;
}

header.open .burger span:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
}

header.open .burger span:nth-child(2) {
    opacity: 0;
    transform: scaleX(0);
}

header.open .burger span:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg);
}

.burger:hover {
    background: var(--yel);
}

/* ═══ دکمه‌های اضافی در منوی موبایل ═══ */
.mnav-extra {
    display: flex;
    gap: .6rem;
    margin-top: 1rem;
    padding-top: 1rem;
    border-top: 2px solid var(--line);
}

.mnav-cart,
.mnav-account {
    flex: 1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: .4rem;
    padding: .7rem 1rem .55rem;
    border: 1.5px solid var(--ink);
    font-family: var(--disp);
    font-size: 1rem;
    transition: all .2s;
    text-decoration: none;
    color: var(--ink);
}

.mnav-cart {
    background: var(--yel);
    box-shadow: -4px 4px 0 var(--ink);
}

.mnav-account {
    background: var(--paper);
}

.mnav-cart:hover,
.mnav-account:hover {
    transform: translate(2px, -2px);
    box-shadow: -6px 6px 0 var(--ink);
}

.mnav-cart .count,
.mnav-account .count {
    background: var(--mag);
    color: #fff;
    border-radius: 50%;
    padding: 0 6px;
    font-size: .8rem;
    min-width: 18px;
    text-align: center;
}

/* ═══ ریسپانسیو ═══ */
@media (max-width: 940px) {
    .main {
        display: none !important;
    }

    .burger {
        display: flex;
    }

    .hd-cta-main {
        display: none;
    }

    /* دکمه CTA فقط در دسکتاپ */
}

/* ═══ حالت اسکرول‌شده ═══ */
header.scrolled .cart-btn {
    background: var(--paper2);
}

header.scrolled .burger {
    border-color: var(--ink);
}
img.custom-logo{
    max-width: 150px!important;
    height:auto!important;
}
/* ═══════════════════════════════════════
   فرم ثبت سفارش طراحی — قالب کامان
   ═══════════════════════════════════════ */

.order-form-card {
    max-width: 820px;
    margin: 0 auto;
    background: var(--paper);
    border: 2px solid var(--ink);
    box-shadow: -10px 10px 0 rgba(23, 20, 15, .9);
    padding: clamp(1.5rem, 4vw, 2.8rem);
}

.form-section {
    margin-bottom: 2.2rem;
    padding-bottom: 2.2rem;
    border-bottom: 1px solid var(--line);
}

.form-section:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}

.form-section-title {
    display: flex;
    align-items: center;
    gap: .7rem;
    font-family: var(--disp);
    font-size: 1.35rem;
    margin-bottom: 1.3rem;
    color: var(--ink);
}

.section-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    background: var(--yel);
    border: 1.5px solid var(--ink);
    border-radius: 50%;
    font-size: 1rem;
}

.form-subsection {
    background: var(--paper2);
    border: 1.5px solid var(--line);
    padding: 1.2rem 1.4rem;
    margin-top: 1rem;
    border-radius: 0;
}

.form-subsection h4 {
    font-family: var(--disp);
    font-size: 1.05rem;
    margin-bottom: 1rem;
    color: var(--mag);
}

/* چیدمان دوستونه */
.cf7-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1.1rem;
    margin-bottom: 1rem;
}

.cf7-col {
    display: flex;
    flex-direction: column;
}

@media (max-width: 620px) {
    .cf7-row {
        grid-template-columns: 1fr;
        gap: 0;
    }
}

/* برچسب‌ها */
.order-form-card label {
    display: block;
    font-weight: 700;
    font-size: .88rem;
    margin-bottom: .5rem;
    color: var(--ink);
}

.order-form-card label:has([required])::after {
    content: " *";
    color: var(--mag);
}

/* فیلدها */
.order-form-card input[type="text"],
.order-form-card input[type="email"],
.order-form-card input[type="tel"],
.order-form-card input[type="url"],
.order-form-card input[type="number"],
.order-form-card select,
.order-form-card textarea {
    width: 100%;
    border: 1.5px solid var(--ink);
    background: #fff;
    color: var(--ink);
    padding: .75rem 1rem;
    font-size: .9rem;
    font-family: inherit;
    margin-bottom: 1rem;
    transition: border-color .2s, box-shadow .2s;
}

.order-form-card textarea {
    min-height: 120px;
    resize: vertical;
}

.order-form-card input:focus,
.order-form-card select:focus,
.order-form-card textarea:focus {
    outline: none;
    border-color: var(--cyan);
    box-shadow: -4px 4px 0 rgba(0, 150, 199, .28);
}

/* سلکت با فلش */
.order-form-card select {
    appearance: none;
    -webkit-appearance: none;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%2317140F' stroke-width='2' fill='none'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: left 1rem center;
    padding-left: 2.6rem;
    cursor: pointer;
}

/* چک‌باکس‌ها */
.order-form-card .wpcf7-list-item {
    display: inline-flex;
    align-items: center;
    margin: .3rem 1rem .3rem 0;
}

.order-form-card input[type="checkbox"] {
    width: 18px;
    height: 18px;
    accent-color: var(--mag);
    cursor: pointer;
    margin: 0;
}

.order-form-card .wpcf7-list-item label {
    display: inline-flex;
    align-items: center;
    gap: .4rem;
    font-weight: 500;
    font-size: .85rem;
    margin: 0;
    cursor: pointer;
}

/* فایل */
.order-form-card input[type="file"] {
    width: 100%;
    border: 2px dashed var(--ink);
    background: var(--paper2);
    padding: .9rem 1rem;
    font-size: .85rem;
    cursor: pointer;
}

/* دکمه ارسال */
.order-form-card .form-actions {
    margin-top: 2rem;
    text-align: center;
}

.order-form-card .btn-submit {
    display: inline-flex;
    align-items: center;
    gap: .6rem;
    background: var(--yel);
    color: var(--ink);
    border: 2px solid var(--ink);
    padding: 1rem 3rem .85rem;
    font-family: var(--disp);
    font-size: 1.3rem;
    cursor: pointer;
    box-shadow: -6px 6px 0 var(--ink);
    transition: transform .18s ease, box-shadow .18s ease;
}

.order-form-card .btn-submit:hover {
    transform: translate(3px, -3px);
    box-shadow: -9px 9px 0 var(--ink);
}

.order-form-card .btn-submit:active {
    transform: translate(-2px, 2px);
    box-shadow: -2px 2px 0 var(--ink);
}

/* Conditional fields */
.service-details {
    display: none;
    animation: fadeIn .4s ease;
}

.service-details.active {
    display: block;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(10px);
    }

    to {
        opacity: 1;
        transform: none;
    }
}

/* خطاهای اعتبارسنجی */
.order-form-card .wpcf7-not-valid {
    border-color: var(--mag) !important;
    background: #fdf0f6;
}

.order-form-card .wpcf7-not-valid-tip {
    display: flex;
    align-items: center;
    gap: .4rem;
    margin-top: -.5rem;
    margin-bottom: .8rem;
    font-size: .78rem;
    font-weight: 700;
    color: var(--mag);
}

.order-form-card .wpcf7-not-valid-tip::before {
    content: "✳";
    font-size: .9rem;
}

/* پیام‌های وضعیت */
.order-form-card .wpcf7-response-output {
    margin: 1.4rem 0 0;
    border: 2px solid var(--ink);
    padding: 1rem 1.2rem .85rem;
    font-size: .9rem;
    font-weight: 700;
    animation: popIn .35s ease;
}

.order-form-card .wpcf7-response-output:empty {
    display: none;
}

@keyframes popIn {
    from {
        opacity: 0;
        transform: translateY(8px);
    }

    to {
        opacity: 1;
        transform: none;
    }
}

.order-form-card .wpcf7-form.sent .wpcf7-response-output {
    border-color: var(--cyan);
    background: #edf7fb;
    color: #036a8e;
    box-shadow: -5px 5px 0 rgba(0, 150, 199, .35);
}

.order-form-card .wpcf7-form.invalid .wpcf7-response-output {
    border-color: var(--mag);
    background: #fdf0f6;
    color: #a80d66;
    box-shadow: -5px 5px 0 rgba(224, 33, 138, .3);
}

/* ریسپانسیو */
@media (max-width: 620px) {
    .order-form-card {
        padding: 1.3rem;
    }

    .form-section-title {
        font-size: 1.15rem;
    }

    .section-icon {
        width: 30px;
        height: 30px;
        font-size: .85rem;
    }

    .order-form-card .btn-submit {
        width: 100%;
        font-size: 1.1rem;
    }
}
/* ═══════════════════════════════════════
   صفحه تماس با ما — نسخه روشن
   ═══════════════════════════════════════ */

.contact-page{
  padding-block:clamp(3rem,7vw,5rem);
  background:var(--paper);
}

.contact-grid{
  display:grid;
  grid-template-columns:1fr 360px;
  gap:clamp(2rem,5vw,3.5rem);
  align-items:start;
}

/* فرم تماس */
.contact-main{min-width:0}

/* کارت اطلاعات تماس */
.contact-info-card{
  background:#fffdf6;
  border:2px solid var(--ink);
  box-shadow:-8px 8px 0 rgba(23,20,15,.9);
  padding:1.8rem 1.6rem;
}
.contact-side-title{
  font-family:var(--disp);
  font-size:1.3rem;
  margin:0 0 1.2rem;
  padding-bottom:.8rem;
  border-bottom:2px solid var(--yel);
}
.contact-info-item{
  display:flex;
  gap:.9rem;
  padding:.85rem 0;
  border-bottom:1px solid var(--line);
}
.contact-info-item:last-child{border-bottom:none;padding-bottom:0}
.contact-info-icon{
  flex:none;
  width:38px;height:38px;
  display:grid;place-items:center;
  background:var(--paper2);
  border:1.5px solid var(--ink);
  font-size:1rem;
}
.contact-info-item b{display:block;font-size:.82rem;color:var(--ink2);margin-bottom:.15rem}
.contact-info-item a{color:var(--ink);font-weight:700;font-size:.92rem;transition:color .2s}
.contact-info-item a:hover{color:var(--mag)}
.contact-tel{font-family:var(--disp);font-size:1.15rem!important;direction:ltr;display:inline-block}
.contact-info-item small{display:block;font-size:.75rem;color:var(--ink2);margin-top:.2rem}

/* کارت ساعات کاری */
.contact-hours-card{
  margin-top:1.4rem;
  background:var(--yel);
  border:2px solid var(--ink);
  box-shadow:-8px 8px 0 rgba(23,20,15,.9);
  padding:1.4rem 1.5rem;
}
.contact-hours-card h4{
  font-family:var(--disp);
  font-size:1.1rem;
  margin:0 0 .9rem;
}
.hours-row{
  display:flex;
  justify-content:space-between;
  align-items:center;
  padding:.45rem 0;
  font-size:.85rem;
  border-bottom:1px dashed rgba(23,20,15,.25);
}
.hours-row:last-child{border-bottom:none}
.hours-row b{font-family:var(--disp);font-size:.95rem}
.hours-row .closed{color:var(--mag)}

/* ریسپانسیو */
@media(max-width:920px){
  .contact-grid{grid-template-columns:1fr}
  .contact-side{margin-top:1rem}
}