body { background: #fff; color: #111; }

.route-bar {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 80;
  height: 2px;
  width: 0;
  background: #e07a72;
  pointer-events: none;
  opacity: 0;
}
.route-bar.on {
  opacity: 1;
  width: 70%;
  transition: width 0.55s ease;
}
#main.page-enter { animation: pageIn 0.28s ease; }
#main.is-loading { opacity: 0.62; pointer-events: none; }
@keyframes pageIn {
  from { opacity: 0; }
  to { opacity: 1; }
}
.bn { font-family: var(--font-bn), var(--font-sans), sans-serif !important; font-weight: 700; }

.nav {
  position: sticky;
  top: 0;
  height: 76px;
  background: rgba(255,255,255,.94);
  border-bottom: 1px solid #eee;
  padding: 0;
}
.nav-inner {
  width: min(1180px, calc(100% - 48px));
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  padding: 0;
}
.mark { width: 34px; height: 34px; border-radius: 50%; background: #111; }
.brand { font-weight: 700; letter-spacing: -0.04em; }
.nav-links a { font-weight: 600; color: #222; border-radius: 999px; }
.nav-links a.active, .nav-links a:hover { color: #e10600; background: transparent; }

.btn, .btn-line, .chat-fab, .product-card button, .chat-form button {
  font-family: var(--font-sans), var(--font-bn), sans-serif !important;
  font-weight: 700 !important;
  letter-spacing: 0 !important;
  border-radius: 999px !important;
}
.btn {
  background: #f6f1ef;
  color: #3a3330;
  border: 1px solid #eadfd9;
  padding: 13px 22px;
}
.btn:hover { background: #fff4f2; border-color: #f0c9c2; color: #c4473d; }
.btn-line, .nav .btn.btn-line, #main .btn.btn-line {
  background: #fff !important;
  color: #111 !important;
  border: 1px solid #ddd !important;
}
.btn-line:hover { border-color: #111 !important; color: #111 !important; }
.chat-fab {
  background: #fff !important;
  color: #111 !important;
  border: 1px solid #e8e8e8 !important;
  box-shadow: 0 8px 24px rgba(17, 17, 17, 0.08) !important;
}
.chat-panel {
  background: #fff !important;
  color: #111 !important;
  border: 1px solid #eee !important;
  border-radius: 18px !important;
  width: min(380px, calc(100% - 28px));
  max-height: 560px;
  z-index: 120;
}
.chat-panel.wide {
  top: 84px;
  bottom: 88px;
  width: min(720px, calc(100vw - 40px));
  height: auto;
  max-height: none;
}
.chat-panel.wide .chat-body {
  flex: 1;
  min-height: 0;
  max-height: none;
}
.chat-fab { z-index: 121; }
.chat-panel header,
.chat-panel header button,
.contact-options a,
.contact-options button {
  background: #fff !important;
  color: #111 !important;
}
.contact-chat,
.chat-panel {
  background: #fff !important;
  color: #111 !important;
}
.contact-chat {
  display: flex;
  flex-direction: column;
  min-width: 0;
  height: min(640px, calc(100vh - 160px));
  overflow: hidden;
  border: 1px solid #eee;
  border-radius: 28px;
  padding: 16px;
  box-shadow: 0 10px 30px rgba(17, 17, 17, 0.04);
  animation: chat-in 0.35s ease;
}
.contact-chat .chat-body,
.chat-panel .chat-body {
  max-height: 340px;
  overflow: auto;
  background: #fff;
  padding: 14px 12px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.contact-chat .chat-body,
.chat-panel .chat-body {
  flex: 1;
  min-height: 0;
  max-height: none;
  overflow-y: auto;
}
.user-info {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 6px;
  margin: 0 0 8px;
}
.user-info button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  border: 1px solid #eee;
  background: #fff;
  border-radius: 999px;
  padding: 6px 8px;
  font-size: 12px;
  font-weight: 700;
  color: #333;
  line-height: 1;
}
.user-info button .i {
  display: block;
  margin: 0;
  transform: none !important;
}
.user-info button.on { border-color: #16325c; color: #16325c; }
.user-drop {
  display: grid;
  gap: 6px;
  max-height: 140px;
  overflow: auto;
  margin: 0 0 8px;
  padding: 8px;
  border: 1px solid #eee;
  border-radius: 12px;
}
.user-drop p { margin: 0; color: #888; font-size: 12px; }
.user-drop button,
.user-drop a {
  display: flex;
  align-items: center;
  gap: 8px;
  width: 100%;
  border: 0;
  background: #fafafa;
  border-radius: 10px;
  padding: 8px;
  text-align: left;
  color: inherit;
}
.user-drop span { min-width: 0; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.user-drop em { margin-left: auto; color: #888; font-size: 11px; font-style: normal; }
.user-media { display: grid; grid-template-columns: repeat(4, 1fr); gap: 6px; }
.user-media img { width: 100%; height: 64px; object-fit: cover; border-radius: 8px; }
.load-older { margin: 0; text-align: center; color: #999; font-size: 12px; }
.msgr-bubble {
  overflow-wrap: anywhere;
  word-break: break-word;
}
.chat-panel header .msgr-title strong,
.studio-line {
  display: flex;
  align-items: center;
  gap: 6px;
  flex-wrap: nowrap;
  min-width: 0;
}
.chat-panel header { overflow: visible; flex: none; }
.chat-panel header .msgr-title { min-width: 0; }
.studio-badges {
  display: inline-flex;
  align-items: center;
  gap: 4px;
}
.studio-badges .verified {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #1d9bf0;
  color: #fff;
  display: grid;
  place-items: center;
  flex: none;
}
.studio-badges .verified .i {
  width: 8px !important;
  height: 8px !important;
  min-width: 8px;
  max-width: 8px;
  flex: 0 0 8px;
  display: block;
  margin: 0;
  transform: none !important;
}
.chat-profile {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 2px 2px 10px;
}
.chat-profile > i {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: #f3f3f3;
  display: grid;
  place-items: center;
  font-style: normal;
  font-weight: 700;
}
.chat-profile strong { font-size: 15px; }
.studio-badges .admin-pill {
  display: inline-flex;
  align-items: center;
  font-style: normal;
  font-size: 10px;
  font-weight: 700;
  line-height: 1;
  color: #16325c;
  background: #e7eef8;
  border-radius: 999px;
  padding: 2px 6px;
  margin-right: 6px;
  white-space: nowrap;
}
.studio-line { margin: 0 0 4px; font-size: 12px; }
.chat-panel header .msgr-title > i,
.chat-profile > i,
.msgr-row > i {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: #f3f3f3;
  display: grid;
  place-items: center;
  font-style: normal;
  font-size: 12px;
  font-weight: 700;
}
.chat-panel .chat-body,
.contact-chat .chat-body {
  align-items: stretch;
}
.chat-panel .msgr-row { position: relative; }
.chat-panel .msg-pen {
  display: none;
  position: absolute;
  top: -6px;
  left: -8px;
  width: 26px;
  height: 26px;
  border: 1px solid #eee;
  border-radius: 50%;
  background: #fff;
  place-items: center;
  padding: 0;
  z-index: 2;
}
.chat-panel .msgr-row.visitor:hover .msg-pen,
.chat-panel .msgr-row.visitor:focus-within .msg-pen { display: grid; }
.chat-panel .msg-more,
.contact-chat .msg-more {
  display: none;
  position: absolute;
  top: 20px;
  right: -30px;
  width: 26px;
  height: 26px;
  border: 0;
  border-radius: 50%;
  background: #fff;
  color: #111;
  place-items: center;
  padding: 0;
  z-index: 2;
}
.chat-panel .msgr-row.studio .msg-more,
.contact-chat .msgr-row.studio .msg-more { right: auto; left: -30px; }
@media (hover: hover) and (pointer: fine) {
  .chat-panel .msgr-row:hover .msg-more,
  .contact-chat .msgr-row:hover .msg-more { display: grid; }
}
.chat-panel .msgr-block,
.contact-chat .msgr-block { display: flex; flex-direction: column; width: 100%; }
.chat-panel .msgr-day,
.contact-chat .msgr-day {
  align-self: center;
  margin: 8px 0 2px;
  padding: 4px 10px;
  border-radius: 999px;
  background: #fff;
  color: #888;
  font-size: 12px;
  font-weight: 650;
}
.chat-panel .msgr-row time,
.contact-chat .msgr-row time {
  margin-top: 3px;
  color: #aaa;
  font-size: 11px;
}
.chat-panel .msg-quote,
.contact-chat .msg-quote {
  display: grid;
  gap: 2px;
  width: 100%;
  margin: 0 0 6px;
  padding: 6px 8px;
  border: 0;
  border-left: 3px solid currentColor;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.5);
  color: inherit;
  text-align: left;
  font-size: 12px;
}
.chat-panel .msg-quote span,
.contact-chat .msg-quote span { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; max-width: 180px; }
.chat-panel .msg-pop,
.contact-chat .msg-pop {
  position: fixed;
  z-index: 40;
  display: grid;
  min-width: 176px;
  background: #fff;
  border: 1px solid #eee;
  border-radius: 14px;
  box-shadow: 0 12px 30px rgba(17, 17, 17, 0.08);
  overflow: hidden;
}
.chat-panel .msg-pop button,
.contact-chat .msg-pop button {
  display: flex;
  align-items: center;
  gap: 10px;
  border: 0;
  background: #fff;
  text-align: left;
  padding: 10px 12px;
  font-weight: 600;
  color: #111;
}
.unsend-shade {
  position: fixed;
  inset: 0;
  z-index: 80;
  display: grid;
  place-items: center;
  background: rgba(17, 17, 17, 0.35);
}
.unsend-box {
  width: min(420px, calc(100% - 32px));
  background: #fff;
  border-radius: 16px;
  padding: 16px 16px 12px;
}
.unsend-box header { display: flex; align-items: flex-start; justify-content: space-between; gap: 12px; margin-bottom: 12px; }
.unsend-box header strong { font-size: 16px; line-height: 1.35; }
.unsend-box header button {
  width: 28px;
  height: 28px;
  border: 0;
  border-radius: 50%;
  background: #f3f3f3;
  display: grid;
  place-items: center;
  padding: 0;
}
.unsend-box label { display: grid; grid-template-columns: 18px 1fr; gap: 10px; align-items: start; padding: 8px 0; }
.unsend-box label strong { display: block; font-size: 14px; }
.unsend-box label small { display: block; margin-top: 3px; color: #777; font-size: 12px; line-height: 1.4; }
.unsend-box footer { display: flex; justify-content: flex-end; gap: 8px; margin-top: 8px; }
.unsend-box footer button { border: 0; background: transparent; border-radius: 8px; padding: 8px 12px; font-weight: 700; color: #16325c; }
.chat-panel .msg-pop button.danger,
.contact-chat .msg-pop button.danger { color: #b42318; }
.chat-panel .reply-bar,
.contact-chat .reply-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  margin: 0 12px 8px;
  padding: 8px 10px;
  border-left: 3px solid #16325c;
  background: #f6f8fc;
  border-radius: 10px;
}
.chat-panel .reply-bar span,
.contact-chat .reply-bar span { display: grid; min-width: 0; }
.chat-panel .reply-bar small,
.contact-chat .reply-bar small { color: #666; font-size: 12px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.chat-panel .reply-bar button,
.contact-chat .reply-bar button {
  border: 0;
  background: #fff;
  border-radius: 999px;
  padding: 4px 8px;
  font-size: 12px;
  font-weight: 700;
}
.chat-panel .msgr-typing,
.contact-chat .msgr-typing {
  margin: 4px 0 0;
  color: #888;
  font-size: 12px;
}
.chat-panel .msg-edit { display: grid; gap: 8px; }
.chat-panel .msg-edit textarea {
  width: 180px;
  min-height: 56px;
  border: 0;
  background: transparent;
  resize: vertical;
  font: inherit;
}
.chat-panel .msg-edit span { display: flex; gap: 6px; flex-wrap: wrap; }
.chat-panel .msg-edit button {
  border: 0;
  background: #fff;
  border-radius: 999px;
  padding: 4px 8px;
  font-size: 12px;
  font-weight: 700;
}
.chat-panel .edited { display: block; margin-top: 4px; color: #8a817c; font-size: 11px; }
.chat-panel .msgr-bubble.deleted { color: #8a817c !important; font-style: italic; }
.chat-panel .msgr-row,
.contact-chat .msgr-row {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 6px;
  max-width: 86%;
  width: fit-content;
  position: relative;
  transition: transform 0.12s ease;
  touch-action: pan-y;
}
.chat-panel .msgr-row.studio,
.contact-chat .msgr-row.studio {
  align-self: flex-start;
}
.chat-panel .msgr-row.visitor,
.contact-chat .msgr-row.visitor {
  align-self: flex-end;
  margin-left: auto;
}
.chat-panel .msg-line,
.contact-chat .msg-line {
  display: flex;
  align-items: center;
  gap: 6px;
}
.chat-panel .msgr-row.studio .msg-line,
.contact-chat .msgr-row.studio .msg-line,
.chat-panel .msgr-row.visitor .msg-line,
.contact-chat .msgr-row.visitor .msg-line { flex-direction: row-reverse; }
.chat-panel .msg-line .msg-tools,
.contact-chat .msg-line .msg-tools {
  align-self: center;
}
.chat-panel .msg-copy,
.contact-chat .msg-copy {
  display: flex;
  flex-direction: column;
  min-width: 0;
}
.chat-panel .msgr-row.studio .msg-copy,
.contact-chat .msgr-row.studio .msg-copy { align-items: flex-start; }
.chat-panel .msgr-row.visitor .msg-copy,
.contact-chat .msgr-row.visitor .msg-copy { align-items: flex-end; }
.chat-panel .msgr-row.studio .msg-tools,
.contact-chat .msgr-row.studio .msg-tools { order: 2; }
.chat-panel .msgr-row.studio .msg-copy,
.contact-chat .msgr-row.studio .msg-copy { order: 1; }
.chat-panel .msgr-row.visitor .msg-tools,
.contact-chat .msgr-row.visitor .msg-tools { order: 2; }
.chat-panel .msgr-row.visitor .msg-copy,
.contact-chat .msgr-row.visitor .msg-copy { order: 1; }
.chat-panel .msg-tools,
.contact-chat .msg-tools {
  display: none;
  align-items: center;
  gap: 2px;
  flex: none;
}
.chat-panel .msgr-row:hover .msg-tools,
.contact-chat .msgr-row:hover .msg-tools,
.chat-panel .msg-tools.on,
.contact-chat .msg-tools.on { display: flex; }
.chat-panel .msg-act,
.contact-chat .msg-act {
  width: 28px;
  height: 28px;
  border: 0;
  border-radius: 50%;
  background: #fff;
  color: #333;
  display: grid;
  place-items: center;
  padding: 0;
}
.msgr-bubble {
  background: #efe6df !important;
  color: #3a2f28 !important;
  border: 0 !important;
  border-radius: 18px 18px 18px 6px;
  padding: 9px 12px;
  font-size: 14px;
  line-height: 1.4;
}
.chat-panel .msgr-row.studio .msgr-bubble,
.contact-chat .msgr-row.studio .msgr-bubble {
  background: #efe6df !important;
  color: #3a2f28 !important;
  border-radius: 18px 18px 18px 6px;
}
.chat-panel .msgr-row.visitor .msgr-bubble,
.contact-chat .msgr-row.visitor .msgr-bubble {
  background: #c9dcff !important;
  color: #16325c !important;
  border-radius: 18px 18px 6px 18px;
}
.chat-clip,
.chat-send {
  width: 36px;
  height: 36px;
  border-radius: 50% !important;
  display: grid !important;
  place-items: center;
  padding: 0 !important;
}
.chat-send { background: #111 !important; color: #fff !important; border: 0 !important; }
.chat-clip .i,
.chat-send .i,
.msg-act .i,
.studio-badges .verified .i {
  display: block;
  margin: 0;
  transform: none !important;
}
.msgr-bubble img,
.msgr-bubble video {
  display: block;
  width: min(220px, 100%);
  max-height: 180px;
  border-radius: 12px;
  margin-bottom: 6px;
}
.contact-chat .quick button,
.chat-panel .quick button {
  background: #fff !important;
  color: #111 !important;
  border: 1px solid #e6e6e6 !important;
  border-radius: 999px !important;
  padding: 8px 12px;
  transition: transform 0.2s ease, border-color 0.2s ease;
}
.contact-chat .quick button:hover,
.chat-panel .quick button:hover {
  transform: translateY(-1px);
  border-color: #e10600 !important;
  color: #e10600 !important;
}
.chat-form button,
.chat-admin form button {
  background: #f7f7f7 !important;
  color: #111 !important;
  border: 1px solid #eee !important;
  border-radius: 999px !important;
  transition: transform 0.2s ease, background 0.2s ease;
}
.chat-form button:hover { transform: translateY(-1px); }
.fs-hero, .fs-section, .fs-feature, .fs-dark {
  animation: chat-in 0.45s ease;
}
.chat-error { color: #e10600; font-size: 13px; margin: 0; }
.site-blocked {
  min-height: 100vh;
  display: grid;
  place-items: center;
  background: #fff;
  padding: 24px;
  text-align: center;
}
.site-blocked div {
  width: min(420px, 100%);
  border: 1px solid #eee;
  border-radius: 20px;
  padding: 28px;
}
.site-blocked h1 { margin: 0 0 8px; font-size: 28px; letter-spacing: -0.04em; }
.site-blocked p { margin: 0 0 16px; color: #666; }
.site-blocked button {
  border: 1px solid #eee;
  background: #f7f7f7;
  border-radius: 999px;
  padding: 10px 16px;
  font-weight: 700;
}
@keyframes chat-in {
  from { opacity: 0; transform: translateY(8px); }
  to { opacity: 1; transform: translateY(0); }
}

.fs-hero, .fs-section, .fs-feature, .fs-dark {
  width: min(1180px, calc(100% - 48px));
  margin: 0 auto;
}
.fs-band { width: 100%; }
.fs-band-hero {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 72% 42%, rgba(225, 6, 0, 0.07), transparent 26%),
    linear-gradient(180deg, #f3f1ee 0%, #fafafa 48%, #fff 100%);
}
.fs-band-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(17, 17, 17, 0.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(17, 17, 17, 0.045) 1px, transparent 1px);
  background-size: 42px 42px;
  mask-image: linear-gradient(90deg, transparent 0%, #000 28%, #000 100%);
  pointer-events: none;
}
.hero-draw {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.hero-draw { opacity: 0.85; }
.hero-draw .draw {
  stroke-dasharray: 80;
  stroke-dashoffset: 80;
  animation: sketch-draw 0.9s ease forwards;
}
.hero-draw .d1 { animation-delay: 0.05s; }
.hero-draw .d2 { animation-delay: 0.15s; }
.hero-draw .d3 { animation-delay: 0.25s; }
.hero-draw .d4 { animation-delay: 0.35s; }
.hero-draw .d5 { animation-delay: 0.45s; }
.hero-draw .d6 { animation-delay: 0.6s; }
@keyframes sketch-draw { to { stroke-dashoffset: 0; } }
.fs-band-soft { background: #fafafa; }
.fs-hero {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  gap: 48px;
  align-items: center;
  padding: 72px 0 64px;
}
.fs-hero-copy { position: relative; z-index: 1; max-width: 640px; }
.fs-hero-board {
  position: relative;
  height: 420px;
  border-radius: 28px;
  background: transparent;
  border: 0;
}
.fs-kicker {
  margin: 0 0 14px;
  color: #888;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .16em;
  text-transform: uppercase;
}
.fs-hero h1, .fs-head h1, .fs-head h2, .fs-feature h1, .fs-feature h2, .fs-dark h2 {
  font-family: var(--font-bn), var(--font-sans), sans-serif;
  font-weight: 700;
  letter-spacing: -0.045em;
  line-height: 1.05;
  margin: 0 0 16px;
}
.fs-hero h1 { font-size: clamp(2.8rem, 6vw, 5.2rem); white-space: pre-line; }
.fs-lede, .fs-head p, .fs-feature p { max-width: 46ch; color: #555; font-size: 17px; }
.fs-actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 28px; }
.fs-help { margin: 14px 0 0; color: #8a817c; font-size: 15px; max-width: 36ch; }
.fs-hero-visual, .fs-hero img, .fs-feature img, .fs-work-grid img, .fs-services img {
  width: 100%;
  border-radius: 28px;
  object-fit: cover;
  background: #f4f4f4;
}
.fs-hero-visual { display: block; height: 520px; overflow: hidden; }
.fs-hero-visual img, .fs-hero img { height: 520px; }

.fs-section { padding: 72px 0; }
.fs-head { display: flex; justify-content: space-between; gap: 24px; align-items: end; margin-bottom: 28px; }
.fs-head h1, .fs-head h2, .fs-feature h1 { font-size: clamp(2.2rem, 4vw, 3.6rem); max-width: 16ch; white-space: pre-line; }
.fs-services, .fs-work-grid, .fs-packs, .fs-steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}
.fs-work-grid button {
  display: grid;
  width: 100%;
  text-align: left;
  background: none;
  border: 0;
  padding: 0;
  color: inherit;
}
.fs-services article, .fs-packs article, .fs-work-grid a, .fs-work-grid button {
  display: grid;
  gap: 8px;
  color: inherit;
}
.fs-services img, .fs-work-grid img { height: 240px; }
.fs-services h3, .fs-work-grid strong, .fs-packs h3 { font-size: 22px; letter-spacing: -.03em; margin: 8px 0 0; }
.fs-services .from, .fs-packs .price { color: #e10600; font-weight: 700; margin: 0; }
.fs-work-grid small { color: #777; }
.fs-filters, .studio-filters, .fs-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0 0 22px;
  border: 0;
}
.fs-filters a, .studio-filters button, .fs-tabs button {
  border-radius: 999px !important;
  border: 1px solid #e6e6e6 !important;
  background: #fff;
  padding: 8px 14px;
  font-weight: 700;
  color: #333;
}
.studio-filters button.on, .fs-tabs button.on { background: #111; color: #fff; border-color: #111 !important; }

.fs-feature {
  display: grid;
  grid-template-columns: 1.1fr .9fr;
  gap: 40px;
  align-items: center;
  padding: 28px 0 64px;
}
.fs-feature.flip { grid-template-columns: .9fr 1.1fr; }
.fs-feature.flip img { order: 2; }
.fs-feature img { height: 460px; }

.fs-dark {
  width: min(1180px, calc(100% - 48px));
  margin: 12px auto 28px;
  padding: 56px 40px;
  border-radius: 32px;
  background: #f6f1ef;
  color: #3a3330;
}
.fs-dark h2 { font-size: clamp(2rem, 4vw, 3.4rem); max-width: 16ch; }
.fs-dark p { color: #6f6763; max-width: 52ch; }
.fs-dark > div { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; margin-top: 28px; }
.fs-dark strong { display: block; font-size: 32px; }
.fs-dark .btn { background: #fff; border-color: #eadfd9; color: #3a3330; }

.fs-flow {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  position: relative;
}
.fs-flow-step {
  position: relative;
  display: grid;
  justify-items: center;
  text-align: center;
  padding: 0 12px;
}
.fs-node {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  border: 1.5px solid #111;
  background: #fff;
  display: grid;
  place-items: center;
  position: relative;
  z-index: 1;
}
.fs-node span {
  color: #e10600;
  font-weight: 700;
  font-size: 14px;
}
.fs-flow-step article { padding-top: 16px; }
.fs-flow-step h3 { margin: 0 0 8px; font-size: 20px; letter-spacing: -0.03em; }
.fs-flow-step p { margin: 0; color: #555; font-size: 15px; }
.fs-flow-link {
  position: absolute;
  top: 32px;
  left: calc(50% + 40px);
  width: calc(100% - 80px);
  height: 2px;
  background: repeating-linear-gradient(90deg, #111 0 8px, transparent 8px 14px);
  animation: flow-dash 1.2s linear infinite;
}
.fs-flow-link::after {
  content: "";
  position: absolute;
  right: -1px;
  top: -4px;
  border: 5px solid transparent;
  border-left-color: #e10600;
}
@keyframes flow-dash { to { background-position: 14px 0; } }

.fs-service-detail {
  display: grid;
  grid-template-columns: 280px 1fr;
  gap: 28px;
  align-items: center;
  margin: 8px 0 28px;
}
.fs-cat-picks {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  margin: 0 0 28px;
}
.fs-cat-picks button {
  display: grid;
  gap: 10px;
  text-align: left;
  padding: 10px;
  border: 1px solid #e8e8e8;
  border-radius: 16px;
  background: #fff;
  color: #111;
}
.fs-cat-picks img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  border-radius: 10px;
  background: #f4f4f4;
}
.fs-cat-picks span { font-weight: 700; letter-spacing: -0.03em; }
.fs-cat-picks button.on { border-color: #111; }
.fs-service-detail img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  border-radius: 12px;
  background: #f4f4f4;
}
.fs-service-detail h2 { margin: 0 0 10px; font-size: clamp(2rem, 4vw, 3rem); letter-spacing: -0.04em; }
.fs-service-detail p { color: #444; max-width: 62ch; }

.fs-packs {
  align-items: stretch;
}
.fs-packs article {
  border: 1px solid #eeeae6;
  border-radius: 24px;
  padding: 22px;
  background: #faf8f6 !important;
  color: #3a3330;
  min-height: 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.fs-packs h3 { margin: 0; color: #2c2927; }
.fs-packs .price { color: #c4473d; margin: 0; }
.fs-packs .price small {
  display: block;
  color: #8a817c;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}
.fs-packs .pop { border-color: #f0c9c2; background: #fff8f6 !important; }
.fs-packs em { color: #c4473d; font-style: normal; font-weight: 700; font-size: 12px; min-height: 18px; }
.fs-packs ul { margin: 0 0 8px; padding: 0; list-style: none; display: grid; gap: 8px; }
.fs-packs li { font-size: 14px; color: #4d4744; }
.fs-packs .btn { margin-top: auto; justify-self: stretch; width: 100%; justify-content: center; }

.studio-grid button {
  display: block;
  width: 100%;
  text-align: left;
  background: none;
  border: 0;
  padding: 0;
  color: inherit;
}
.work-popup {
  position: fixed;
  inset: 0;
  z-index: 80;
  display: grid;
  place-items: center;
  padding: 24px;
}
.work-popup-backdrop {
  position: absolute;
  inset: 0;
  border: 0;
  background: rgba(17, 17, 17, 0.45);
}
.work-popup-sheet {
  position: relative;
  width: min(920px, 100%);
  max-height: min(88vh, 900px);
  overflow: auto;
  background: #fff;
  border-radius: 28px;
  z-index: 1;
}
.work-popup-sheet > img {
  width: 100%;
  height: 360px;
  object-fit: cover;
  border-radius: 28px 28px 0 0;
}
.work-popup-copy { padding: 28px; }
.work-popup-copy h2 { margin: 0 0 10px; font-size: clamp(2rem, 4vw, 3.2rem); letter-spacing: -0.04em; }
.work-popup-gallery { display: grid; gap: 12px; margin: 18px 0; }
.work-popup-gallery img { width: 100%; border-radius: 16px; }
.work-popup-close {
  position: sticky;
  top: 14px;
  float: right;
  margin: 14px 14px 0 0;
  width: 44px;
  height: 44px;
  border: 0;
  border-radius: 50%;
  background: #fff;
  color: #111;
  font-size: 28px;
  line-height: 1;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
  z-index: 2;
}

.nav .menu-btn {
  width: 44px !important;
  height: 44px !important;
  min-width: 44px;
  padding: 0 !important;
  margin: 0 !important;
  border-radius: 50% !important;
  border: 1px solid #eee !important;
  background: #fff !important;
  position: relative;
  display: none;
  place-items: center;
  flex: 0 0 44px;
  overflow: hidden;
}
.nav .menu-btn .bar {
  position: absolute;
  left: 13px;
  top: 21px;
  width: 18px !important;
  height: 2px !important;
  margin: 0 !important;
  padding: 0 !important;
  border-radius: 2px;
  background: #111 !important;
  transform-origin: center center;
  transition: transform 0.28s ease, opacity 0.18s ease;
}
.nav .menu-btn .bar:nth-child(1) { transform: translateY(-6px); }
.nav .menu-btn .bar:nth-child(2) { transform: translateY(0); }
.nav .menu-btn .bar:nth-child(3) { transform: translateY(6px); }
.nav .menu-btn.open .bar:nth-child(1) { transform: rotate(45deg); }
.nav .menu-btn.open .bar:nth-child(2) { opacity: 0; }
.nav .menu-btn.open .bar:nth-child(3) { transform: rotate(-45deg); }
.fs-drawer-bg {
  position: fixed;
  inset: 0;
  background: rgba(17, 17, 17, 0.35);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.25s ease;
  z-index: 60;
}
.fs-drawer-bg.on { opacity: 1; pointer-events: auto; }
.fs-drawer {
  position: fixed !important;
  top: 0;
  right: 0;
  z-index: 80;
  width: min(320px, 86vw);
  height: 100vh;
  height: 100dvh;
  background: #fff;
  color: #111;
  padding: 28px;
  display: flex;
  flex-direction: column;
  gap: 4px;
  box-shadow: -16px 0 40px rgba(0, 0, 0, 0.12);
  animation: drawer-in 0.28s ease;
}
@keyframes drawer-in {
  from { transform: translateX(24px); opacity: 0; }
  to { transform: translateX(0); opacity: 1; }
}
.fs-drawer-x {
  align-self: flex-end;
  width: 40px;
  height: 40px;
  border: 0;
  border-radius: 50%;
  background: #f4f4f4;
  color: #111;
  font-size: 26px;
  line-height: 1;
  margin-bottom: 12px;
}
.fs-drawer a {
  color: #111;
  font-size: 22px;
  font-weight: 700;
  letter-spacing: -0.03em;
  padding: 10px 0;
}
.fs-drawer .btn { align-self: start; margin-top: 16px; }

.fs-faq-pills .faq { display: grid; grid-template-columns: 1fr; gap: 10px; }
.fs-faq-pills .fs-tabs { margin-bottom: 18px; }
.fs-faq-stack {
  display: grid;
  grid-template-columns: 1fr;
  gap: 28px;
}
.fs-faq-stack h3 { font-size: 28px; margin: 0 0 12px; }
.fs-faq-groups {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
  margin-top: 56px;
}
.fs-faq-groups h2 { font-size: 28px; margin: 0 0 12px; }
.footer { background: #fff; border-top: 1px solid #eee; }

.nav, .nav-inner, .nav-links a, .fs-drawer, .fs-drawer a, .btn, .fs-tabs button, .studio-filters button {
  font-family: var(--font-sans), var(--font-bn), sans-serif !important;
}
.nav-links { gap: 4px; }
.nav-links a {
  font-size: 14px !important;
  font-weight: 600 !important;
  letter-spacing: 0 !important;
  color: #222 !important;
  background: transparent !important;
  padding: 8px 12px !important;
  border-radius: 999px !important;
  transition: color 0.2s ease, background 0.2s ease;
}
.nav-links a:hover,
.nav-links a.active {
  color: #e10600 !important;
  background: #fff5f5 !important;
}
.nav .btn, #main .btn, .footer .btn, .fs-drawer .btn, .mobile-cta .btn {
  font-size: 14px !important;
  font-weight: 700 !important;
  letter-spacing: 0 !important;
  background: #f6f1ef !important;
  color: #3a3330 !important;
  border: 1px solid #eadfd9 !important;
  border-radius: 999px !important;
  padding: 12px 18px !important;
  transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease, transform 0.2s ease;
}
.nav .btn:hover, #main .btn:hover, .footer .btn:hover, .fs-drawer .btn:hover, .mobile-cta .btn:hover {
  background: #fff4f2 !important;
  border-color: #f0c9c2 !important;
  color: #c4473d !important;
  transform: translateY(-1px);
}
.btn .arrow { display: inline-block; transition: transform 0.2s ease; }
.btn:hover .arrow { transform: translateX(3px); }
#main .btn-line, .btn-line {
  background: #fff !important;
  color: #111 !important;
  border: 1px solid #ddd !important;
}
#main .btn-line:hover, .btn-line:hover {
  background: #fff !important;
  color: #e10600 !important;
  border-color: #e10600 !important;
}
.fs-tabs button, .studio-filters button, .fs-filters a {
  font-size: 14px !important;
  font-weight: 600 !important;
  background: #fff !important;
  color: #333 !important;
  border: 1px solid #e6e6e6 !important;
  border-radius: 999px !important;
  transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}
.fs-tabs button:hover, .studio-filters button:hover, .fs-filters a:hover {
  color: #e10600 !important;
  border-color: #ffd0cc !important;
  background: #fff5f5 !important;
}
.fs-tabs button.on, .studio-filters button.on {
  background: #f6f1ef !important;
  color: #3a3330 !important;
  border-color: #eadfd9 !important;
}
.fs-drawer a {
  font-size: 16px !important;
  font-weight: 600 !important;
  letter-spacing: 0 !important;
  color: #222 !important;
  padding: 12px 12px !important;
  border-radius: 12px;
}
.fs-drawer a:hover { background: #fafafa; color: #e10600 !important; }
.fs-drawer .btn { margin-top: 18px; width: 100%; justify-content: center; }
.footer a { transition: color 0.2s ease; }
.footer a:hover { color: #e10600 !important; }

.btn, .btn-line, .chat-fab, .fs-tabs button, .studio-filters button, .fs-drawer a, .footer a, .faq-item button {
  display: inline-flex !important;
  align-items: center;
  gap: 8px;
}
svg.i {
  display: block;
  width: 16px !important;
  height: 16px !important;
  min-width: 16px;
  max-width: 16px;
  flex: 0 0 16px;
  overflow: visible;
}
.nav-links a {
  display: inline-flex !important;
  align-items: center;
  white-space: nowrap;
  gap: 6px;
}
.nav-links a svg.i,
.fs-drawer a svg.i,
.fs-tabs button svg.i,
.studio-filters button svg.i {
  width: 14px !important;
  height: 14px !important;
  min-width: 14px;
  max-width: 14px;
  flex: 0 0 14px;
}
.btn .i, .btn-line .i { transition: transform 0.2s ease; }
.btn:hover .i, .btn-line:hover .i { transform: translateX(3px); }
.nav-links a .i { opacity: 0.7; }
.nav-links a:hover .i, .nav-links a.active .i { opacity: 1; }
.fs-drawer a { display: flex !important; align-items: center; gap: 10px; }
.fs-drawer-x, .work-popup-close, .chat-panel header button {
  display: grid !important;
  place-items: center;
  font-size: 0 !important;
}
.fs-drawer-x .i, .work-popup-close .i { stroke-width: 2; }
.contact-options a, .contact-options button {
  display: grid !important;
  grid-template-columns: 36px 1fr;
  align-items: center;
  gap: 12px !important;
  text-align: left;
}
.opt-ico {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: #fff5f5;
  color: #e10600;
  display: grid !important;
  place-items: center;
}
.contact-options strong, .contact-options a > span:last-child, .contact-options button > span:last-child { display: block; }
.contact-options strong + span { display: block; color: #666; font-size: 13px; font-weight: 500; }
.chat-fab { gap: 8px; }
.chat-fab,
.chat-panel { display: none !important; }
.case-layout { display: grid; gap: 28px; padding: 8px 0 40px; }
.case-block { margin: 0; }
.case-block img { display: block; width: 100%; height: auto; }
.case-block.full { width: 100%; }
.case-block.wide { width: min(1100px, calc(100% - 48px)); margin: 0 auto; }
.case-block.center { width: min(760px, calc(100% - 48px)); margin: 0 auto; }
.case-block.left { width: min(720px, 70%); margin-right: auto; margin-left: 6vw; }
.case-block.right { width: min(720px, 70%); margin-left: auto; margin-right: 6vw; }
.case-block figcaption { margin-top: 8px; color: #777; font-size: 13px; }
.case-block.center figcaption,
.case-block.wide figcaption,
.case-block.full figcaption { text-align: center; }
.case-pair { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.case-block.text p { margin: 0; font-size: 22px; line-height: 1.45; }
@media (max-width: 800px) {
  .case-block.left,
  .case-block.right { width: calc(100% - 28px); margin: 0 auto; }
  .case-pair { grid-template-columns: 1fr; }
}
.chat-form button {
  width: 46px;
  height: 46px;
  padding: 0 !important;
  display: grid !important;
  place-items: center;
  flex: 0 0 46px;
}
.chat-form button[aria-label="Send a picture"],
.chat-form .chat-clip {
  background: #fff !important;
  color: #111 !important;
  border: 1px solid #e6e6e6 !important;
}
.chat-form .chat-send {
  background: #111 !important;
  color: #fff !important;
  border: 0 !important;
}
.chat-form .chat-clip .i,
.chat-form .chat-send .i,
.msg-act .i,
.studio-badges .verified .i {
  display: block;
  margin: 0 auto;
  transform: none !important;
}
.account-ico {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid #eadfd9;
  background: #f6f1ef;
  color: #3a3330;
  display: grid !important;
  place-items: center;
  flex: 0 0 40px;
}
.account-ico:hover { background: #fff4f2; color: #c4473d; border-color: #f0c9c2; }
.account-link {
  display: inline-flex !important;
  align-items: center;
  gap: 6px;
  font-size: 14px;
  font-weight: 600;
  color: #222 !important;
  padding: 8px 10px;
  border-radius: 999px;
  white-space: nowrap;
}
.account-link:hover { color: #e10600 !important; background: #fff5f5; }
.auth-page {
  min-height: 70vh;
  display: grid;
  place-items: center;
  padding: 48px 20px 80px;
}
.auth-card {
  width: min(440px, 100%);
  padding: 32px;
  border: 1px solid #eeeae6;
  border-radius: 28px;
  background: #faf8f6;
}
.auth-card h1 { margin: 0 0 8px; font-size: 2.4rem; letter-spacing: -0.04em; }
.auth-card form { display: grid; gap: 10px; margin-top: 18px; position: relative; }
.auth-card input {
  width: 100%;
  border: 1px solid #eadfd9;
  border-radius: 999px;
  padding: 12px 14px;
  background: #fff;
}
.auth-switch { color: #6f6763; font-size: 14px; }
.auth-switch a, .auth-switch button {
  color: #c4473d;
  font-weight: 700;
  background: none;
  border: 0;
  padding: 0;
}
.auth-alert {
  margin: 0;
  padding: 10px 12px;
  border-radius: 14px;
  background: #fff4f2;
  border: 1px solid #f0c9c2;
  color: #8f3a34;
  font-size: 13px;
  font-weight: 600;
}
.auth-preview {
  margin: 0;
  padding: 10px 12px;
  border-radius: 14px;
  background: #fff;
  border: 1px solid #eadfd9;
  color: #3a3330;
  font-size: 13px;
}
.auth-or {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 10px;
  margin: 14px 0 0;
  color: #9a918c;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.auth-or:before, .auth-or:after { content: ""; height: 1px; background: #eadfd9; }
.google-btn, .google-slot {
  width: 100%;
  margin-top: 16px;
}
.google-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  height: 44px;
  border-radius: 999px;
  border: 1px solid #eadfd9;
  background: #fff;
  color: #3a3330;
  font-weight: 700;
}
.google-slot iframe, .google-slot > div { width: 100% !important; }
.auth-trap { position: absolute; left: -9999px; height: 0; opacity: 0; }
.profile-card { justify-items: start; }
.profile-photo {
  width: 96px;
  height: 96px;
  border-radius: 50%;
  border: 1px solid #eadfd9;
  background: #f6f1ef;
  overflow: hidden;
  position: relative;
  display: grid;
  place-items: center;
  padding: 0;
  color: #c4473d;
  font-size: 32px;
  font-weight: 700;
}
.profile-photo img { width: 100%; height: 100%; object-fit: cover; }
.profile-photo small {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(255,255,255,.88);
  color: #3a3330;
  font-size: 11px;
  padding: 4px 0;
}
.profile-card form { display: grid; gap: 10px; width: 100%; }
.profile-card label { display: grid; gap: 6px; font-size: 13px; font-weight: 700; color: #6f6763; }
.profile-card input {
  width: 100%;
  border: 1px solid #eadfd9;
  border-radius: 999px;
  padding: 12px 14px;
  background: #fff;
  color: #3a3330;
  font-weight: 600;
}
.profile-email { margin: 0; color: #6f6763; font-size: 14px; }
.form-shell .display,
.form-shell h1,
.form-shell h2 {
  font-family: var(--font-sans), var(--font-bn), sans-serif !important;
  letter-spacing: -0.04em;
}
.form-shell .steps { flex-wrap: wrap; gap: 8px; }
.form-shell .steps span {
  padding: 6px 10px;
  border-radius: 999px;
  background: #f6f1ef;
  color: #8a817c;
}
.form-shell .steps span.on { background: #fff4f2; color: #c4473d; }
.product-list { display: grid; gap: 14px; }
.product-card {
  display: grid !important;
  grid-template-columns: 160px 1fr;
  gap: 16px;
  padding: 16px !important;
  border: 1px solid #eeeae6 !important;
  border-radius: 24px !important;
  background: #faf8f6 !important;
  color: #3a3330;
}
.product-card img {
  width: 100%;
  height: 140px;
  object-fit: cover;
  border-radius: 16px !important;
}
.product-card h3 {
  margin: 0 0 6px !important;
  font-size: 22px !important;
  text-transform: none !important;
  font-family: var(--font-sans), var(--font-bn), sans-serif !important;
}
.product-card > div > button,
.product-card a.btn {
  background: #f6f1ef !important;
  color: #3a3330 !important;
  border: 1px solid #eadfd9 !important;
  border-radius: 999px !important;
  padding: 10px 14px !important;
}
.product-packs {
  grid-column: 1 / -1;
  display: grid !important;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}
.product-card .pack,
.product-card button.pack {
  display: grid !important;
  gap: 4px;
  text-align: left;
  width: 100%;
  min-height: 0;
  padding: 14px !important;
  border-radius: 18px !important;
  border: 1px solid #eeeae6 !important;
  background: #fff !important;
  color: #3a3330 !important;
  box-shadow: none !important;
}
.product-card .pack strong { font-size: 16px; font-family: var(--font-sans), sans-serif !important; }
.product-card .pack em {
  font-style: normal;
  font-size: 11px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #8a817c;
}
.product-card .pack span { color: #c4473d !important; font-weight: 700; }
.product-card .pack small { color: #6f6763; font-size: 13px; }
.account-ico img { width: 100%; height: 100%; object-fit: cover; border-radius: 50%; }
.account-mark {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: #f6f1ef;
  color: #c4473d;
  font-weight: 700;
  font-size: 22px;
}
.drawer-account {
  display: flex !important;
  align-items: center;
  padding: 12px 12px !important;
  font-size: 16px !important;
  font-weight: 600 !important;
}
.mobile-cta { display: none !important; }
.drawer-logout {
  text-align: left;
  background: none;
  border: 0;
  padding: 12px;
  font: inherit;
  font-weight: 600;
  color: #c4473d;
  cursor: pointer;
}
.live-preview iframe {
  width: 100%;
  height: 72vh;
  border: 1px solid #eeeae6;
  border-radius: 20px;
  background: #fff;
}
.account-box, .account-card {
  display: grid;
  gap: 10px;
  padding: 8px 4px 12px;
}
.account-card {
  max-width: 420px;
  padding: 22px;
  border: 1px solid #eee;
  border-radius: 24px;
}
.account-box input, .account-card input {
  width: 100%;
  border: 1px solid #e6e6e6;
  border-radius: 999px;
  padding: 12px 14px;
}
.chat-boot {
  min-height: 180px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
}
.chat-boot span {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #c8c2bc;
  animation: chat-dot 0.9s ease-in-out infinite;
}
.chat-boot span:nth-child(2) { animation-delay: 0.12s; }
.chat-boot span:nth-child(3) { animation-delay: 0.24s; }
@keyframes chat-dot {
  0%, 80%, 100% { transform: translateY(0); opacity: 0.35; }
  40% { transform: translateY(-5px); opacity: 1; background: #111; }
}
.chat-note, .text-link {
  margin: 0;
  color: #666;
  font-size: 13px;
  background: none;
  border: 0;
  padding: 0;
  text-align: left;
}
.text-link { color: #e10600; font-weight: 700; cursor: pointer; }
.chat-who {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  padding: 0 4px 8px;
  font-size: 14px;
  font-weight: 700;
}
.chat-who small { display: block; color: #777; font-weight: 500; }
.chat-who a { color: #e10600; font-size: 13px; }
.bubble img, .chat-admin-log img {
  display: block;
  width: min(220px, 100%);
  border-radius: 12px;
  margin-bottom: 6px;
}
.inbox-head { display: grid; margin-bottom: 10px; }
.inbox-head span { color: #777; font-size: 13px; }
.chat-admin-log img { margin-top: 8px; }
.faq-item button { width: 100%; justify-content: space-between; align-items: center; gap: 16px; }
.faq-ctrl {
  width: 34px;
  height: 34px;
  flex: 0 0 34px;
  position: relative;
  display: grid !important;
  place-items: center;
}
.faq-ring {
  position: absolute;
  inset: 0;
  border-radius: 50%;
  border: 1.5px solid #ddd;
  transition: border-color 0.25s ease, background 0.25s ease, transform 0.35s ease;
}
.faq-ctrl.open .faq-ring {
  border-color: #e10600;
  background: #fff5f5;
  transform: rotate(180deg);
}
.faq-chev {
  width: 8px;
  height: 8px;
  border-right: 1.5px solid #111;
  border-bottom: 1.5px solid #111;
  transform: translateY(-2px) rotate(45deg);
  transition: transform 0.35s ease, border-color 0.25s ease;
}
.faq-ctrl.open .faq-chev {
  border-color: #e10600;
  transform: translateY(2px) rotate(225deg);
}
.footer ul a, .footer-pin {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #444;
}
.socials { display: flex; gap: 8px; }
.socials a {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: 1px solid #eee;
  display: grid !important;
  place-items: center;
  color: #111 !important;
  background: #fff;
}
.socials a:hover { background: #111 !important; color: #fff !important; border-color: #111; }
.fs-packs li, .fs-service-detail li {
  display: flex;
  align-items: flex-start;
  gap: 8px;
}
.fs-packs li .i { color: #e10600; margin-top: 3px; }
.fs-cat-picks button span, .pill-label {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}
.chat-panel header { display: flex; align-items: center; justify-content: space-between; }
.chat-panel header button {
  width: 34px;
  height: 34px;
  border: 0;
  border-radius: 50%;
  background: #f4f4f4 !important;
}

@media (max-width: 1100px) {
  .fs-hero, .fs-section, .fs-feature, .fs-dark, .nav-inner, .wrap-wide {
    width: min(1180px, calc(100% - 32px));
  }
  .fs-hero h1 { font-size: clamp(2.4rem, 7vw, 4.2rem); }
}

@media (max-width: 900px) {
  .nav { height: 68px; }
  .nav-inner {
    display: flex !important;
    align-items: center;
    justify-content: space-between;
    width: calc(100% - 28px) !important;
    gap: 12px;
  }
  .brand { min-width: 0; font-size: 16px; white-space: nowrap; }
  .nav-actions { gap: 0 !important; }
  .nav-links, .nav-actions .btn, .account-link, .nav-actions .account-ico { display: none !important; }
  .menu-btn { display: grid !important; }
  .fs-hero, .fs-feature, .fs-feature.flip, .fs-services, .fs-work-grid, .fs-packs, .fs-dark > div, .fs-service-detail, .fs-cat-picks, .fs-faq-groups, .contact-page, .footer-grid, .studio-grid {
    grid-template-columns: 1fr !important;
  }
  img, .fs-hero-visual, .work-popup-sheet { max-width: 100%; }
  .fs-hero { gap: 8px; padding: 28px 0 36px; }
  .fs-hero-board { display: none; }
  .hero-draw { opacity: 0.55; }
  .fs-hero h1, .fs-head h2, .fs-feature h2, .fs-dark h2 { white-space: normal; max-width: none; }
  .fs-lede, .fs-feature p, .fs-head p { max-width: none; }
  .fs-actions { margin-top: 20px; }
  .fs-actions .btn { flex: 1 1 160px; justify-content: center; }
  .fs-feature { gap: 16px; padding: 18px 0 36px; }
  .fs-feature.flip img { order: 0; }
  .fs-hero-visual, .fs-hero img, .fs-feature img { height: 240px; border-radius: 20px; }
  .fs-section { padding: 48px 0; }
  .fs-head { display: block; }
  .fs-dark { padding: 32px 20px; border-radius: 24px; margin: 8px auto 20px; }
  .fs-dark > div { grid-template-columns: 1fr 1fr !important; }
  .fs-flow { grid-template-columns: 1fr; gap: 0; padding-left: 8px; }
  .fs-flow-step {
    grid-template-columns: 56px 1fr;
    justify-items: start;
    text-align: left;
    gap: 14px;
    padding: 0 0 22px;
  }
  .fs-flow-step article { padding-top: 6px; }
  .fs-flow-link {
    top: 64px;
    left: 27px;
    width: 2px;
    height: calc(100% - 52px);
    background: repeating-linear-gradient(#111 0 8px, transparent 8px 14px);
    animation: none;
  }
  .fs-flow-link::after { display: none; }
  .fs-tabs, .studio-filters { gap: 8px; }
  .contact-page { grid-template-columns: 1fr !important; }
  .contact-options { position: static; }
  .chat-panel.wide {
    left: 12px;
    right: 12px;
    top: 72px;
    bottom: 88px;
    width: auto;
    height: auto;
  }
  .footer { padding-bottom: 96px; }
  .legal { flex-direction: column; align-items: flex-start; }
  .chat-fab { right: 14px; bottom: 18px; }
  body { padding-bottom: 0 !important; }
  .chat-panel { right: 12px; left: 12px; width: auto; bottom: 132px; }
  .work-popup-sheet { border-radius: 20px; }
  .work-popup-sheet > img { height: 220px; }
  .work-popup-copy { padding: 18px; }
}

@media (max-width: 640px) {
  .fs-hero, .fs-section, .fs-feature, .fs-dark { width: calc(100% - 28px); }
  .fs-hero h1 { font-size: 2.15rem; line-height: 1.08; }
  .fs-kicker { letter-spacing: 0.12em; }
  .fs-cat-picks {
    display: flex !important;
    grid-template-columns: none !important;
    overflow-x: auto;
    gap: 10px;
    padding-bottom: 4px;
  }
  .fs-cat-picks button {
    flex: 0 0 132px;
    padding: 8px;
  }
  .fs-cat-picks img { height: 88px; aspect-ratio: auto; }
  .product-card { grid-template-columns: 1fr !important; }
  .product-packs { grid-template-columns: 1fr !important; }
  .form-shell { width: calc(100% - 28px); margin: 0 auto; }
  .fs-packs { gap: 14px; }
  .fs-packs article {
    padding: 20px !important;
    border-radius: 22px;
    width: 100%;
  }
  .fs-cat-picks button { padding: 8px; }
  .fs-cat-picks img { aspect-ratio: 16 / 10; }
  .fs-service-detail img { height: 180px; }
  .fs-dark strong { font-size: 26px; }
  .faq-item button { font-size: 16px; padding: 16px 0; }
  .socials { flex-wrap: wrap; }
  .mobile-cta .btn { width: 100%; justify-content: center; }
}
