/* FND Tattoo Designs — editorial gallery. Tokens stay on the shared contract. */

.fnd-tattoos-page {
  color: var(--fnd-text-body, #26364d);
  background: #fff;
}

.fnd-tattoos-page [hidden] {
  display: none !important;
}

.fnd-tattoos-page .ftd-kicker {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  margin: 0 0 0.75rem;
  color: var(--fnd-action, #c9005a);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.fnd-tattoos-page .ftd-kicker::before {
  content: "";
  width: 0.7rem;
  height: 0.7rem;
  border-radius: 2px 8px 8px 2px;
  background: var(--fnd-action, #c9005a);
  box-shadow: 0 0 0 3px rgba(201, 0, 90, 0.16);
}

.fnd-tattoos-page .ftd-section--navy .ftd-kicker {
  color: var(--fnd-focus, #ffdd00);
}

.fnd-tattoos-page .ftd-section--navy .ftd-kicker::before {
  box-shadow: 0 0 0 3px rgba(255, 221, 0, 0.18);
}

.fnd-tattoos-page .ftd-section--navy .ftd-card a {
  color: var(--fnd-action, #c9005a);
}

.fnd-tattoos-page .ftd-hero {
  position: relative;
  overflow: hidden;
  color: #fff;
  background: #001a3a;
  border-bottom: 1px solid rgba(0, 43, 95, 0.12);
}

.fnd-tattoos-page .ftd-hero__media {
  position: absolute;
  inset: 0;
}

.fnd-tattoos-page .ftd-hero__media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 62% 40%;
}

.fnd-tattoos-page .ftd-hero__shade {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(0, 26, 58, 0.88) 0%, rgba(0, 26, 58, 0.62) 42%, rgba(0, 26, 58, 0.18) 78%),
    linear-gradient(180deg, rgba(0, 26, 58, 0.18), rgba(0, 26, 58, 0.55));
}

.fnd-tattoos-page .ftd-hero .wrap {
  position: relative;
  z-index: 1;
  padding-top: clamp(2rem, 5vw, 4rem);
  padding-bottom: clamp(2.25rem, 6vw, 4.5rem);
}

.fnd-tattoos-page .ftd-hero__copy {
  max-width: 38rem;
}

.fnd-tattoos-page .ftd-crumbs {
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem 0.5rem;
  margin: 0 0 1rem;
  padding: 0;
  list-style: none;
  font-size: 0.88rem;
}

.fnd-tattoos-page .ftd-crumbs a {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  color: #fff;
  text-decoration: underline;
  text-underline-offset: 0.18em;
}

.fnd-tattoos-page .ftd-crumbs li + li::before {
  content: "/";
  margin-right: 0.5rem;
  color: rgba(255, 255, 255, 0.55);
}

.fnd-tattoos-page .ftd-hero .ftd-kicker {
  color: var(--fnd-focus, #ffdd00);
}

.fnd-tattoos-page .ftd-hero .ftd-kicker::before {
  box-shadow: 0 0 0 3px rgba(255, 221, 0, 0.22);
}

.fnd-tattoos-page .ftd-hero h1 {
  margin: 0 0 0.85rem;
  color: #fff;
  font-size: clamp(1.9rem, 4.4vw, 3.05rem);
  line-height: 1.12;
  letter-spacing: -0.03em;
}

.fnd-tattoos-page .ftd-hero__lead {
  margin: 0 0 1.25rem;
  max-width: 36rem;
  color: rgba(255, 255, 255, 0.92);
  font-size: 1.08rem;
  line-height: 1.55;
}

.fnd-tattoos-page .ftd-hero .fnd-action-row {
  margin-bottom: 1.1rem;
}

.fnd-tattoos-page .ftd-hero .fnd-action--secondary {
  border-color: rgba(255, 255, 255, 0.7);
  color: #fff;
  background: transparent;
}

.fnd-tattoos-page .ftd-hero .fnd-action--secondary:hover {
  border-color: #fff;
  color: var(--fnd-structure, #002b5f);
  background: #fff;
}

.fnd-tattoos-page .ftd-hero__notes {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem 0.85rem;
  margin: 0;
  padding: 0;
  list-style: none;
  color: rgba(255, 255, 255, 0.82);
  font-size: 0.9rem;
  font-weight: 650;
}

.fnd-tattoos-page .ftd-hero__notes li {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
}

.fnd-tattoos-page .ftd-section {
  padding: clamp(2.25rem, 5vw, 3.75rem) 0;
}

.fnd-tattoos-page .ftd-section--soft {
  background:
    radial-gradient(80% 80% at 100% 0%, rgba(201, 0, 90, 0.06), transparent 46%),
    linear-gradient(180deg, #f6f8fb 0%, #fff 100%);
  border-block: 1px solid var(--fnd-line, #d8e1ec);
}

.fnd-tattoos-page .ftd-section--navy {
  color: #fff;
  background:
    radial-gradient(70% 90% at 0% 0%, rgba(201, 0, 90, 0.18), transparent 50%),
    linear-gradient(180deg, #002b5f, #001a3a);
}

.fnd-tattoos-page .ftd-section h2 {
  margin: 0 0 0.7rem;
  color: var(--fnd-structure, #002b5f);
  font-size: clamp(1.45rem, 3vw, 2rem);
  letter-spacing: -0.02em;
  line-height: 1.2;
}

.fnd-tattoos-page .ftd-section--navy h2,
.fnd-tattoos-page .ftd-section--navy h3 {
  color: #fff;
}

.fnd-tattoos-page .ftd-lede {
  margin: 0 0 1.5rem;
  max-width: 46rem;
  color: var(--fnd-text-muted, #56677d);
  font-size: 1.05rem;
  line-height: 1.6;
}

.fnd-tattoos-page .ftd-jump {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin: 1.1rem 0 0;
}

.fnd-tattoos-page .ftd-jump a {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  padding: 0.35rem 0.85rem;
  border: 1px solid var(--fnd-line, #d8e1ec);
  border-radius: 999px;
  color: var(--fnd-structure, #002b5f);
  font-weight: 700;
  font-size: 0.92rem;
  text-decoration: none;
}

.fnd-tattoos-page .ftd-jump a:hover {
  border-color: rgba(201, 0, 90, 0.4);
}

.fnd-tattoos-page .ftd-section--navy .ftd-lede {
  color: rgba(255, 255, 255, 0.86);
}

.fnd-tattoos-page .ftd-prose {
  max-width: 46rem;
}

.fnd-tattoos-page .ftd-prose p,
.fnd-tattoos-page .ftd-prose li {
  line-height: 1.65;
}

.fnd-tattoos-page .ftd-prose p + p {
  margin-top: 0.95rem;
}

.fnd-tattoos-page .ftd-grid {
  display: grid;
  gap: 1rem;
}

@media (min-width: 720px) {
  .fnd-tattoos-page .ftd-grid--2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .fnd-tattoos-page .ftd-grid--3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

.fnd-tattoos-page .ftd-gallery {
  display: grid;
  gap: 1rem;
  grid-template-columns: 1fr;
}

@media (min-width: 700px) {
  .fnd-tattoos-page .ftd-gallery {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .fnd-tattoos-page .ftd-shot--wide {
    grid-column: 1 / -1;
  }
}

@media (min-width: 1080px) {
  .fnd-tattoos-page .ftd-gallery {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .fnd-tattoos-page .ftd-shot--wide {
    grid-column: span 2;
  }
}

.fnd-tattoos-page .ftd-shot {
  display: grid;
  gap: 0;
  margin: 0;
  padding: 0;
  border: 1px solid var(--fnd-line, #d8e1ec);
  border-radius: var(--fnd-surface-radius, 16px);
  background: #fff;
  box-shadow: var(--fnd-shadow-soft, 0 10px 28px rgba(0, 43, 95, 0.07));
  text-align: left;
  cursor: zoom-in;
  overflow: hidden;
  color: inherit;
  font: inherit;
  min-height: 44px;
}

.fnd-tattoos-page .ftd-shot:hover,
.fnd-tattoos-page .ftd-shot:focus-visible {
  border-color: rgba(201, 0, 90, 0.45);
  box-shadow: var(--fnd-shadow-raised, 0 18px 42px rgba(0, 43, 95, 0.12));
}

.fnd-tattoos-page .ftd-shot__frame {
  position: relative;
  display: block;
  overflow: hidden;
  background: #edf1f6;
}

.fnd-tattoos-page .ftd-shot__frame::after {
  content: none;
}

.fnd-tattoos-page .ftd-shot img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 3 / 4;
  object-fit: cover;
  object-position: center 28%;
}

.fnd-tattoos-page .ftd-shot--wide img {
  aspect-ratio: 16 / 9;
  object-position: 58% 42%;
}

.fnd-tattoos-page .ftd-shot--landscape img {
  aspect-ratio: 4 / 3;
  object-position: center 40%;
}

.fnd-tattoos-page .ftd-shot--square img {
  aspect-ratio: 1 / 1;
}

.fnd-tattoos-page .ftd-shot--side img {
  object-position: 50% 38%;
}

.fnd-tattoos-page .ftd-shot__body {
  display: grid;
  gap: 0.35rem;
  padding: 0.95rem 1rem 1.05rem;
}

.fnd-tattoos-page .ftd-shot__place {
  margin: 0;
  color: var(--fnd-action, #c9005a);
  font-size: 0.74rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.fnd-tattoos-page .ftd-shot h3 {
  margin: 0;
  color: var(--fnd-structure, #002b5f);
  font-size: 1.05rem;
  line-height: 1.3;
}

.fnd-tattoos-page .ftd-shot p {
  margin: 0;
  color: var(--fnd-text-muted, #56677d);
  font-size: 0.92rem;
  line-height: 1.45;
}

.fnd-tattoos-page .ftd-card {
  padding: 1.05rem 1.1rem;
  border: 1px solid var(--fnd-line, #d8e1ec);
  border-radius: var(--fnd-surface-radius, 16px);
  background: #fff;
  box-shadow: var(--fnd-shadow-soft, 0 10px 28px rgba(0, 43, 95, 0.07));
}

.fnd-tattoos-page .ftd-card h3 {
  margin: 0 0 0.45rem;
  color: var(--fnd-structure, #002b5f);
  font-size: 1.05rem;
}

.fnd-tattoos-page .ftd-card p {
  margin: 0;
  color: var(--fnd-text-muted, #56677d);
  line-height: 1.5;
}

.fnd-tattoos-page .ftd-steps {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 0.85rem;
}

.fnd-tattoos-page .ftd-steps li {
  display: grid;
  grid-template-columns: 2.5rem minmax(0, 1fr);
  gap: 0.85rem;
  align-items: start;
  padding: 1rem 1.05rem;
  border: 1px solid var(--fnd-line, #d8e1ec);
  border-radius: var(--fnd-surface-radius, 16px);
  background: #fff;
}

.fnd-tattoos-page .ftd-steps span {
  display: grid;
  width: 2.5rem;
  height: 2.5rem;
  place-items: center;
  border-radius: 999px;
  background: var(--fnd-structure, #002b5f);
  color: #fff;
  font-weight: 800;
}

.fnd-tattoos-page .ftd-steps h3 {
  margin: 0 0 0.25rem;
  color: var(--fnd-structure, #002b5f);
  font-size: 1.02rem;
}

.fnd-tattoos-page .ftd-steps p {
  margin: 0;
  color: var(--fnd-text-muted, #56677d);
  line-height: 1.5;
}

.fnd-tattoos-page .ftd-notice {
  margin: 0 0 1.25rem;
  padding: 1rem 1.1rem;
  border-left: 4px solid var(--fnd-action, #c9005a);
  border-radius: 0 12px 12px 0;
  background: var(--fnd-surface-brand, #fff4f8);
  color: var(--fnd-text-body, #26364d);
}

.fnd-tattoos-page .ftd-notice p {
  margin: 0;
  line-height: 1.5;
}

.fnd-tattoos-page .ftd-notice p + p {
  margin-top: 0.55rem;
}

.fnd-tattoos-page .ftd-faq {
  display: grid;
  gap: 0.65rem;
}

.fnd-tattoos-page .ftd-faq details {
  border: 1px solid var(--fnd-line, #d8e1ec);
  border-radius: 14px;
  background: #fff;
  padding: 0.15rem 0.2rem;
}

.fnd-tattoos-page .ftd-faq summary {
  display: flex;
  align-items: center;
  min-height: 48px;
  padding: 0.7rem 1rem;
  cursor: pointer;
  font-weight: 750;
  color: var(--fnd-structure, #002b5f);
  list-style: none;
}

.fnd-tattoos-page .ftd-faq summary::-webkit-details-marker {
  display: none;
}

.fnd-tattoos-page .ftd-faq summary::after {
  content: "+";
  margin-left: auto;
  color: var(--fnd-action, #c9005a);
  font-size: 1.35rem;
  line-height: 1;
}

.fnd-tattoos-page .ftd-faq details[open] summary::after {
  content: "–";
}

.fnd-tattoos-page .ftd-faq p {
  margin: 0;
  padding: 0 1rem 1rem;
  color: var(--fnd-text-muted, #56677d);
  line-height: 1.55;
}

.fnd-tattoos-page .ftd-cta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 1.25rem;
}

.fnd-tattoos-page .ftd-related a {
  display: flex;
  min-height: 48px;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  padding: 0.9rem 1rem;
  border: 1px solid var(--fnd-line, #d8e1ec);
  border-radius: 14px;
  background: #fff;
  color: var(--fnd-structure, #002b5f);
  font-weight: 750;
  text-decoration: none;
}

.fnd-tattoos-page .ftd-related a:hover {
  border-color: rgba(201, 0, 90, 0.4);
}

.fnd-tattoos-page .ftd-lightbox {
  width: min(94vw, 640px);
  max-height: 92vh;
  padding: 0;
  border: 0;
  border-radius: 18px;
  background: #fff;
  overflow: hidden;
  box-shadow: 0 24px 60px rgba(0, 26, 58, 0.35);
}

.fnd-tattoos-page .ftd-lightbox::backdrop {
  background: rgba(0, 26, 58, 0.82);
}

.fnd-tattoos-page .ftd-lightbox__panel {
  position: relative;
  overflow: auto;
  max-height: 92vh;
  background: #fff;
}

.fnd-tattoos-page .ftd-lightbox__frame {
  position: relative;
  background: #eef2f7;
}

.fnd-tattoos-page .ftd-lightbox__frame::after {
  content: none;
}

.fnd-tattoos-page .ftd-lightbox img {
  display: block;
  width: 100%;
  height: auto;
  max-height: 72vh;
  object-fit: contain;
}

.fnd-tattoos-page .ftd-lightbox__copy {
  padding: 1rem 1.15rem 1.2rem;
}

.fnd-tattoos-page .ftd-lightbox__copy h2 {
  margin: 0 0 0.35rem;
  font-size: 1.15rem;
}

.fnd-tattoos-page .ftd-lightbox__copy p {
  margin: 0;
  color: var(--fnd-text-muted, #56677d);
  line-height: 1.5;
}

.fnd-tattoos-page .ftd-lightbox__close {
  position: absolute;
  top: 0.65rem;
  right: 0.65rem;
  z-index: 2;
  display: inline-flex;
  min-width: 44px;
  min-height: 44px;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 999px;
  background: rgba(0, 26, 58, 0.82);
  color: #fff;
  font-size: 1.4rem;
  line-height: 1;
  cursor: pointer;
}

@media (prefers-reduced-motion: reduce) {
  .fnd-tattoos-page * {
    animation: none !important;
    transition: none !important;
    scroll-behavior: auto !important;
  }
}
