/*
Theme Name: Karine d'Armor
Theme URI: https://example.com/
Author: Karine d'Armor
Description: Thème WordPress sobre pour galerie d'artiste, portfolio et vente d'impressions fine art.
Version: 1.2.9
Requires at least: 6.4
Tested up to: 6.6
Requires PHP: 8.1
Text Domain: atelier-karine
*/

:root {
  --ak-cream: #faf7f1;
  --ak-paper: #ffffff;
  --ak-ink: #272521;
  --ak-muted: #6e6a60;
  --ak-line: #e8ded5;
  --ak-sage: #70806f;
  --ak-sage-soft: #edf2ed;
  --ak-blush: #d9b8ad;
  --ak-blush-soft: #f3e7e2;
  --ak-mist: #c8d7d9;
  --ak-clay: #c88f73;
  --ak-shadow: 0 18px 50px rgba(49, 43, 37, 0.08);
  --ak-radius: 8px;
  --ak-serif: Georgia, "Times New Roman", serif;
  --ak-sans: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--ak-cream);
  color: var(--ak-ink);
  font-family: var(--ak-sans);
  font-size: 16px;
  line-height: 1.65;
  letter-spacing: 0;
}

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

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

a:hover,
a:focus {
  color: var(--ak-sage);
}

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

button,
input,
textarea {
  font: inherit;
}

.screen-reader-text,
.ak-skip-link {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute;
  width: 1px;
}

.ak-skip-link:focus {
  clip: auto;
  background: var(--ak-ink);
  color: var(--ak-paper);
  height: auto;
  left: 1rem;
  padding: .75rem 1rem;
  top: 1rem;
  width: auto;
  z-index: 1000;
}

.ak-site-header {
  background: rgba(250, 247, 241, .88);
  border-bottom: 1px solid rgba(232, 222, 213, .75);
  position: sticky;
  top: 0;
  z-index: 50;
}

.ak-site-header.is-scrolled {
  box-shadow: 0 8px 22px rgba(39, 37, 33, .06);
}

.ak-header-inner {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  max-width: 1360px;
  min-height: 72px;
  padding: 0 38px;
}

.ak-brand {
  align-items: center;
  display: inline-flex;
  gap: .75rem;
}

.ak-brand-mark {
  align-items: center;
  border: 1px solid var(--ak-line);
  border-radius: 50%;
  display: inline-flex;
  font-family: var(--ak-serif);
  height: 42px;
  justify-content: center;
  width: 42px;
}

.ak-brand-name,
.ak-footer-brand {
  font-family: var(--ak-serif);
  font-size: 22px;
}

.ak-menu,
.ak-footer-menu {
  align-items: center;
  display: flex;
  gap: 1.35rem;
  list-style: none;
  margin: 0;
  padding: 0;
}

.ak-menu a,
.ak-footer-menu a,
.ak-footer-social a {
  color: var(--ak-ink);
  font-size: 14px;
}

.ak-primary-nav {
  margin-right: auto;
}

.ak-cart-link {
  align-items: center;
  border: 1px solid var(--ak-line);
  border-radius: 999px;
  display: inline-flex;
  flex: 0 0 auto;
  gap: .45rem;
  min-height: 42px;
  padding: .55rem .8rem;
}

.ak-cart-icon {
  border: 1.5px solid currentColor;
  border-radius: 2px 2px 5px 5px;
  display: inline-block;
  height: 16px;
  position: relative;
  width: 16px;
}

.ak-cart-icon::before {
  border: 1.5px solid currentColor;
  border-bottom: 0;
  border-radius: 999px 999px 0 0;
  content: "";
  height: 7px;
  left: 3px;
  position: absolute;
  top: -7px;
  width: 8px;
}

.ak-cart-text {
  font-size: 14px;
  font-weight: 700;
}

.ak-cart-count {
  align-items: center;
  background: var(--ak-ink);
  border-radius: 999px;
  color: var(--ak-paper);
  display: inline-flex;
  font-size: 12px;
  font-weight: 700;
  height: 22px;
  justify-content: center;
  min-width: 22px;
  padding: 0 .35rem;
}

.ak-menu-toggle {
  background: transparent;
  border: 0;
  display: none;
  height: 44px;
  padding: 0;
  width: 44px;
}

.ak-menu-toggle span:not(.screen-reader-text) {
  background: var(--ak-ink);
  display: block;
  height: 1px;
  margin: 7px auto;
  width: 24px;
}

.ak-site-main {
  min-height: 65vh;
}

.elementor-page .ak-site-main {
  background: #faf7f1;
}

.elementor-page .elementor-widget:not(:last-child) {
  margin-bottom: 0;
}

.elementor-page .elementor-widget-heading .elementor-heading-title,
.elementor-page .elementor-widget-text-editor {
  color: inherit;
  font-family: inherit;
}

.ak-section {
  margin: 0 auto;
  max-width: 1240px;
  padding: 86px 38px;
}

.ak-hero {
  align-items: center;
  background-position: center;
  background-size: cover;
  display: flex;
  min-height: 72vh;
  padding: 88px 38px;
}

.ak-hero-inner {
  margin: 0 auto;
  max-width: 1180px;
  width: 100%;
}

.ak-hero h1,
.ak-page-hero h1,
.ak-about-page-hero h1 {
  font-family: var(--ak-serif);
  font-size: 74px;
  font-weight: 400;
  line-height: 1;
  margin: .25rem 0 1.15rem;
  max-width: 820px;
}

.ak-hero p:not(.ak-kicker),
.ak-page-hero p:not(.ak-kicker) {
  color: #4f4a43;
  max-width: 560px;
}

.ak-kicker {
  color: var(--ak-sage);
  font-size: 12px;
  font-weight: 700;
  margin: 0 0 .75rem;
  text-transform: uppercase;
}

.ak-actions {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: .8rem;
  margin-top: 2rem;
}

.ak-button,
.button,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
  align-items: center;
  border: 1px solid transparent;
  border-radius: 999px;
  display: inline-flex;
  font-size: 14px;
  font-weight: 700;
  justify-content: center;
  line-height: 1.1;
  min-height: 44px;
  padding: .85rem 1.25rem;
  text-align: center;
}

.ak-button-primary,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
  background: var(--ak-ink);
  color: var(--ak-paper);
}

.ak-button-primary:hover,
.ak-button-primary:focus,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover {
  background: var(--ak-sage);
  color: var(--ak-paper);
}

.ak-button-secondary {
  background: var(--ak-sage);
  color: var(--ak-paper);
}

.ak-button-ghost {
  background: rgba(255, 255, 255, .58);
  border-color: rgba(39, 37, 33, .22);
}

.ak-back-link {
  align-items: center;
  color: var(--ak-muted);
  display: inline-flex;
  font-size: 14px;
  font-weight: 700;
  gap: .45rem;
  margin-bottom: 1.25rem;
}

.ak-back-link:hover,
.ak-back-link:focus {
  color: var(--ak-ink);
}

.ak-text-link {
  border-bottom: 1px solid currentColor;
  color: var(--ak-ink);
  font-size: 14px;
  padding-bottom: .2rem;
}

.ak-section-heading {
  align-items: end;
  display: flex;
  gap: 2rem;
  justify-content: space-between;
  margin-bottom: 2rem;
}

.ak-section-heading h2,
.ak-about-copy h2,
.ak-contact-strip h2,
.ak-shop-note h2,
.ak-story-grid h2,
.ak-contact-panel h2 {
  font-family: var(--ak-serif);
  font-size: 38px;
  font-weight: 400;
  line-height: 1.12;
  margin: 0;
}

.ak-shop-band,
.ak-gallery-section {
  background: var(--ak-cream);
}

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

.ak-masonry {
  align-items: start;
  display: grid;
  gap: 32px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.ak-art-card {
  background: rgba(255, 255, 255, .76);
  border: 1px solid rgba(232, 222, 213, .75);
  border-radius: var(--ak-radius);
  min-width: 0;
  overflow: hidden;
}

.ak-art-card-gallery:nth-child(4n + 2),
.ak-art-card-gallery:nth-child(4n + 4) {
  margin-top: 54px;
}

.ak-art-card-shop {
  box-shadow: var(--ak-shadow);
}

.ak-art-image {
  background: var(--ak-sage-soft);
  display: block;
  overflow: hidden;
}

.ak-art-card-shop .ak-art-image {
  aspect-ratio: 4 / 5;
}

.ak-shop-category .ak-art-card-shop .ak-art-image {
  align-items: center;
  aspect-ratio: auto;
  background: transparent;
  display: flex;
  justify-content: center;
  padding: 0;
}

.ak-art-card-gallery .ak-art-image {
  aspect-ratio: 4 / 5;
}

.ak-art-image img,
.ak-art-placeholder {
  height: 100%;
  object-fit: cover;
  transition: transform .45s ease;
  width: 100%;
}

.ak-shop-category .ak-art-card-shop .ak-art-image img {
  border-radius: var(--ak-radius);
  height: auto;
  max-height: 420px;
  max-width: 100%;
  object-fit: contain;
  width: auto;
}

.ak-shop-category .ak-art-card-shop {
  background: transparent;
  border: 0;
  box-shadow: none;
  display: flex;
  justify-content: center;
  overflow: visible;
  width: var(--ak-product-tile-width, auto);
}

.ak-shop-category .ak-product-grid {
  align-items: end;
  display: flex;
  flex-wrap: wrap;
  gap: 28px;
  justify-content: center;
}

.ak-shop-category .ak-art-card-shop .ak-art-meta,
.ak-shop-category .ak-art-card-shop h3,
.ak-shop-category .ak-art-card-shop p,
.ak-shop-category .ak-art-card-shop .ak-card-footer {
  display: none;
}

.ak-art-card:hover .ak-art-image img {
  transform: scale(1.025);
}

.ak-art-meta,
.ak-card-footer {
  align-items: center;
  display: flex;
  gap: .75rem;
  justify-content: space-between;
}

.ak-art-meta {
  color: var(--ak-muted);
  font-size: 12px;
  padding: 1.05rem 1.1rem 0;
}

.ak-art-card h3 {
  font-family: var(--ak-serif);
  font-size: 23px;
  font-weight: 400;
  line-height: 1.15;
  margin: .45rem 1.1rem .25rem;
}

.ak-art-card p {
  color: var(--ak-muted);
  font-size: 14px;
  margin: 0 1.1rem 1rem;
}

.ak-card-footer {
  border-top: 1px solid var(--ak-line);
  font-size: 14px;
  padding: .95rem 1.1rem 1.05rem;
}

.ak-card-footer a {
  color: var(--ak-sage);
  font-weight: 700;
}

.ak-art-placeholder {
  background: linear-gradient(135deg, var(--ak-mist), var(--ak-blush-soft));
  display: block;
}

.ak-about-band {
  align-items: center;
  background: var(--ak-sage-soft);
  display: grid;
  gap: 48px;
  grid-template-columns: minmax(0, .92fr) minmax(280px, .62fr);
  margin: 38px 0 0;
  padding: 96px max(38px, calc((100vw - 1240px) / 2 + 38px));
}

.ak-about-copy p:not(.ak-kicker) {
  color: #4f4a43;
  max-width: 620px;
}

.ak-about-figure {
  margin: 0;
}

.ak-about-figure img,
.ak-story-grid img {
  aspect-ratio: 4 / 5;
  border-radius: var(--ak-radius);
  box-shadow: var(--ak-shadow);
  object-fit: cover;
  width: 100%;
}

.ak-contact-strip {
  text-align: center;
}

.ak-contact-strip h2 {
  margin: 0 auto 1.8rem;
  max-width: 760px;
}

.ak-page-hero {
  padding-bottom: 44px;
  padding-top: 94px;
}

.ak-page-hero h1 {
  font-size: 60px;
}

.ak-filter-row {
  display: flex;
  flex-wrap: wrap;
  gap: .75rem;
  margin-bottom: 2rem;
}

.ak-filter-row a {
  background: var(--ak-paper);
  border: 1px solid var(--ak-line);
  border-radius: 999px;
  font-size: 14px;
  padding: .45rem .9rem;
}

.ak-single-work {
  align-items: start;
  display: grid;
  gap: 56px;
  grid-template-columns: minmax(0, .95fr) minmax(320px, .75fr);
}

.ak-single-media img {
  border-radius: var(--ak-radius);
  box-shadow: var(--ak-shadow);
  max-height: 780px;
  object-fit: contain;
  width: 100%;
}

.ak-single-product .ak-single-media img {
  height: auto;
  max-height: none;
  object-fit: contain;
  width: auto;
}

.ak-product-gallery {
  position: relative;
}

.ak-product-gallery-track {
  display: flex;
  gap: 0;
  overflow-x: auto;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
}

.ak-product-gallery-track::-webkit-scrollbar {
  display: none;
}

.ak-product-gallery-slide {
  align-items: center;
  display: flex;
  flex: 0 0 100%;
  justify-content: center;
  margin: 0;
  min-width: 0;
  scroll-snap-align: start;
}

.ak-product-gallery-slide img {
  max-width: 100%;
}

.ak-gallery-button {
  align-items: center;
  background: rgba(255, 255, 255, .9);
  border: 1px solid var(--ak-line);
  border-radius: 999px;
  color: var(--ak-ink);
  cursor: pointer;
  display: inline-flex;
  font-size: 22px;
  font-weight: 700;
  height: 42px;
  justify-content: center;
  padding: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 42px;
  z-index: 2;
}

.ak-gallery-button::before {
  border-bottom: 8px solid transparent;
  border-top: 8px solid transparent;
  content: "";
  display: block;
  height: 0;
  width: 0;
}

.ak-gallery-prev::before {
  border-right: 12px solid var(--ak-ink);
  margin-right: 2px;
}

.ak-gallery-next::before {
  border-left: 12px solid var(--ak-ink);
  margin-left: 2px;
}

.ak-gallery-button:hover,
.ak-gallery-button:focus {
  border-color: var(--ak-ink);
}

.ak-gallery-prev {
  left: 14px;
}

.ak-gallery-next {
  right: 14px;
}

.ak-product-gallery-thumbs {
  display: flex;
  flex-wrap: wrap;
  gap: .6rem;
  justify-content: center;
  margin-top: 1rem;
}

.ak-gallery-thumb {
  background: var(--ak-paper);
  border: 1px solid var(--ak-line);
  border-radius: var(--ak-radius);
  cursor: pointer;
  height: 78px;
  overflow: hidden;
  padding: .25rem;
  width: 78px;
}

.ak-gallery-thumb.is-active {
  border-color: var(--ak-ink);
}

.ak-gallery-thumb img {
  border-radius: 6px;
  box-shadow: none;
  height: 100%;
  object-fit: contain;
  width: 100%;
}

.ak-single-info {
  position: sticky;
  top: 140px;
}

.ak-single-info h1 {
  font-family: var(--ak-serif);
  font-size: 56px;
  font-weight: 400;
  line-height: 1.05;
  margin: .2rem 0 1rem;
}

.ak-single-description {
  color: #4f4a43;
}

.ak-detail-list {
  border-bottom: 1px solid var(--ak-line);
  border-top: 1px solid var(--ak-line);
  margin: 2rem 0 0;
}

.ak-detail-list div {
  display: grid;
  gap: 1rem;
  grid-template-columns: 130px 1fr;
  padding: .9rem 0;
}

.ak-detail-list div + div {
  border-top: 1px solid var(--ak-line);
}

.ak-detail-list dt {
  color: var(--ak-muted);
  font-size: 13px;
}

.ak-detail-list dd {
  margin: 0;
}

.ak-shop-layout {
  align-items: start;
  display: grid;
  gap: 36px;
  grid-template-columns: minmax(220px, .35fr) minmax(0, 1fr);
}

.ak-shop-note {
  border-left: 3px solid var(--ak-blush);
  padding-left: 1.2rem;
  position: sticky;
  top: 140px;
}

.ak-shop-note p {
  color: var(--ak-muted);
}

.ak-shop-directory {
  max-width: 1320px;
  padding-top: 34px;
}

.ak-shop-category-nav {
  align-items: center;
  background: rgba(250, 247, 241, .94);
  border: 1px solid rgba(232, 222, 213, .78);
  border-radius: 999px;
  display: flex;
  flex-wrap: wrap;
  gap: .55rem;
  justify-content: center;
  margin: 0 auto 34px;
  padding: .55rem;
}

.ak-shop-category-nav a {
  background: var(--ak-paper);
  border: 1px solid transparent;
  border-radius: 999px;
  color: var(--ak-ink);
  font-size: 14px;
  font-weight: 700;
  padding: .55rem .95rem;
}

.ak-shop-category-nav a:hover,
.ak-shop-category-nav a:focus {
  border-color: var(--ak-sage);
}

.ak-shop-category-stack {
  display: grid;
  gap: 34px;
}

.ak-shop-category {
  border: 1px solid rgba(232, 222, 213, .7);
  border-radius: var(--ak-radius);
  padding: 34px;
  scroll-margin-top: 160px;
}

.ak-shop-category .ak-section-heading span {
  color: var(--ak-muted);
  font-size: 14px;
  max-width: 280px;
  text-align: right;
}

.ak-shop-category-marque-page {
  background: #f5ebe4;
}

.ak-shop-category-carte-postale {
  background: #edf3ef;
}

.ak-shop-category-magnet {
  background: #eef4f6;
}

.ak-shop-category-affiche-24-30 {
  background: #f6f0dc;
}

.ak-shop-category-affiche-30-40 {
  background: #edf1f7;
}

.ak-about-page-hero {
  align-items: end;
  background-position: center;
  background-size: cover;
  display: flex;
  min-height: 64vh;
  padding: 96px max(38px, calc((100vw - 1240px) / 2 + 38px));
}

.ak-about-page-hero h1 {
  font-size: 58px;
}

.ak-story-grid {
  align-items: center;
  display: grid;
  gap: 56px;
  grid-template-columns: minmax(0, .85fr) minmax(280px, .55fr);
}

.ak-story-grid p {
  color: #4f4a43;
  max-width: 650px;
}

.ak-values {
  display: grid;
  gap: 22px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  padding-top: 0;
}

.ak-values div {
  background: var(--ak-paper);
  border: 1px solid var(--ak-line);
  border-radius: var(--ak-radius);
  padding: 1.35rem;
}

.ak-values span {
  color: var(--ak-clay);
  font-family: var(--ak-serif);
  font-size: 28px;
}

.ak-values h3 {
  font-family: var(--ak-serif);
  font-size: 25px;
  font-weight: 400;
  margin: .35rem 0 .4rem;
}

.ak-values p {
  color: var(--ak-muted);
  margin: 0;
}

.ak-gyotaku-page {
  background: #faf7f1;
}

.ak-elementor-section {
  margin: 0 auto;
  max-width: 1240px;
  padding: 86px 38px;
}

.ak-elementor-full-width {
  margin: 0;
  padding: 0;
}

.ak-elementor-full-width > .elementor-container {
  max-width: none;
}

.ak-elementor-section > .elementor-container {
  gap: 38px;
}

.ak-elementor-section .elementor-column-gap-no > .elementor-column > .elementor-element-populated,
.ak-elementor-section .elementor-column > .elementor-element-populated {
  padding: 0;
}

.ak-elementor-hero > .elementor-container {
  align-items: center;
}

.ak-elementor-hero-title .elementor-heading-title {
  font-family: var(--ak-serif);
  font-size: 74px;
  font-weight: 400;
  line-height: 1;
  margin: .25rem 0 1.15rem;
  max-width: 820px;
}

.ak-elementor-portrait img,
.elementor-widget-image.ak-elementor-portrait img {
  border-radius: var(--ak-radius) !important;
  margin-left: auto;
  width: min(320px, 100%);
}

.ak-gyotaku-hero {
  align-items: center;
  display: grid;
  gap: 38px;
  grid-template-columns: minmax(0, 1fr) minmax(220px, 320px);
  max-width: 1240px;
  position: relative;
}

.ak-gyotaku-hero h1 {
  font-family: var(--ak-serif);
  font-size: 74px;
  font-weight: 400;
  line-height: 1;
  margin: .25rem 0 1.15rem;
  max-width: 820px;
}

.ak-gyotaku-lead {
  color: #4f4a43;
  font-size: 17px;
  line-height: 1.7;
  margin: 0;
  max-width: none;
}

.ak-gyotaku-hero-art {
  margin: 0;
  position: relative;
}

.ak-gyotaku-hero-art img {
  border-radius: var(--ak-radius);
  display: block;
  filter: none;
  margin-left: auto;
  position: relative;
  width: min(320px, 100%);
  z-index: 1;
}

.ak-gyotaku-process {
  background: #edf3ef;
  border: 1px solid rgba(232, 222, 213, .7);
  border-radius: var(--ak-radius);
  padding: 34px;
  scroll-margin-top: 160px;
}

.ak-elementor-process {
  background: #edf3ef;
  border: 1px solid rgba(232, 222, 213, .7);
  border-radius: var(--ak-radius);
  margin-bottom: 86px;
  padding: 34px;
  scroll-margin-top: 160px;
}

.ak-elementor-section-title .elementor-heading-title {
  font-family: var(--ak-serif);
  font-size: 38px;
  font-weight: 400;
  line-height: 1.12;
  margin: 0 0 2rem;
}

.ak-gyotaku-process-title {
  margin-bottom: 2rem;
}

.ak-gyotaku-process-title h2 {
  font-family: var(--ak-serif);
  font-size: 38px;
  font-weight: 400;
  line-height: 1.12;
  margin: 0;
  text-transform: none;
}

.ak-gyotaku-steps {
  counter-reset: gyotaku-step;
  display: grid;
  gap: 32px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  list-style: none;
  margin: 0;
  padding: 0;
}

.ak-gyotaku-step {
  min-width: 0;
  position: relative;
}

.ak-gyotaku-step-heading {
  align-items: center;
  display: flex;
  gap: .7rem;
  margin-bottom: .8rem;
}

.ak-gyotaku-step-heading span {
  align-items: center;
  background: var(--ak-sage);
  border-radius: 50%;
  color: var(--ak-paper);
  display: inline-flex;
  font-weight: 800;
  height: 34px;
  justify-content: center;
  min-width: 34px;
}

.ak-gyotaku-step h3 {
  font-size: 15px;
  font-weight: 800;
  letter-spacing: .04em;
  margin: 0;
  text-transform: uppercase;
}

.ak-gyotaku-step p {
  color: #4f4a43;
  font-size: 14px;
  line-height: 1.58;
  min-height: 88px;
}

.ak-gyotaku-step img {
  aspect-ratio: 20 / 17;
  border-radius: 14px 30px 16px 24px;
  display: block;
  object-fit: cover;
  width: 100%;
}

.ak-elementor-cta {
  background: #f1dfd7;
  border: 1px solid rgba(232, 222, 213, .7);
  border-radius: var(--ak-radius);
  color: var(--ak-ink);
  margin-bottom: 86px;
  margin-top: 28px;
  padding: 30px;
}

.ak-elementor-cta > .elementor-container {
  align-items: stretch;
}

.ak-elementor-cta .elementor-column {
  border-left: 1px solid rgba(128, 98, 74, .35);
}

.ak-elementor-cta .elementor-column:first-child {
  border-left: 0;
}

.ak-elementor-cta .elementor-widget-wrap {
  align-content: start;
  padding: 22px !important;
}

.ak-elementor-cta .ak-kicker .elementor-heading-title {
  color: #4f4a43;
}

.ak-elementor-cta h3.elementor-heading-title {
  color: var(--ak-ink);
  font-family: var(--ak-serif);
  font-size: 25px;
  font-weight: 400;
}

.ak-elementor-cta .elementor-widget-text-editor {
  color: #4f4a43;
}

.ak-elementor-cta .elementor-button {
  background: transparent;
  border: 0;
  color: inherit;
  padding: 0;
}

.ak-elementor-card-link .elementor-button-text {
  border-bottom: 1px solid currentColor;
  color: var(--ak-ink);
  font-size: 14px;
  font-weight: 700;
  padding-bottom: .2rem;
}

.ak-elementor-cta .ak-gyotaku-script-link .elementor-button-text {
  color: var(--ak-ink);
  display: inline-block;
  font-family: var(--ak-serif);
  font-size: 32px;
  font-style: italic;
  font-weight: 400;
}

.ak-elementor-cta .ak-gyotaku-script-link .elementor-button-text::after {
  content: " →";
  font-family: var(--ak-sans);
  font-size: 24px;
}

.ak-gyotaku-panels {
  display: grid;
  gap: 8px;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, .95fr) minmax(280px, 1fr);
  max-width: 1360px;
  padding-top: 20px;
}

.ak-gyotaku-principles,
.ak-gyotaku-objects {
  background: rgba(237, 243, 239, .72);
  padding: 34px;
}

.ak-gyotaku-objects {
  background: rgba(246, 240, 220, .68);
  text-align: center;
}

.ak-gyotaku-principles .ak-kicker,
.ak-gyotaku-objects .ak-kicker {
  color: #4f4a43;
  font-size: 18px;
  letter-spacing: .05em;
  margin-bottom: 1.4rem;
}

.ak-gyotaku-principles ul {
  display: grid;
  gap: 1.45rem;
  list-style: none;
  margin: 0;
  padding: 0;
}

.ak-gyotaku-principles li {
  align-items: start;
  display: grid;
  gap: 1rem;
  grid-template-columns: 42px 1fr;
}

.ak-gyotaku-principles li > span {
  border: 1.5px solid var(--ak-sage);
  border-radius: 50%;
  display: block;
  height: 38px;
  margin-top: .2rem;
  position: relative;
  width: 38px;
}

.ak-gyotaku-principles li > span::after {
  background: var(--ak-sage);
  border-radius: 50%;
  content: "";
  height: 8px;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 8px;
}

.ak-gyotaku-principles h3 {
  font-size: 18px;
  margin: 0 0 .25rem;
}

.ak-gyotaku-principles p {
  color: #5b554e;
  margin: 0;
}

.ak-gyotaku-objects > div {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.ak-gyotaku-objects a {
  color: var(--ak-ink);
  display: grid;
  gap: .55rem;
  justify-items: center;
}

.ak-gyotaku-objects img {
  aspect-ratio: 1 / 1;
  border: 1px solid rgba(255, 255, 255, .82);
  border-radius: 50%;
  object-fit: cover;
  width: min(118px, 100%);
}

.ak-gyotaku-objects span {
  font-size: 14px;
}

.ak-gyotaku-workshop {
  margin: 0;
  min-height: 100%;
}

.ak-gyotaku-workshop img {
  border-radius: 26px 12px 34px 16px;
  display: block;
  height: 100%;
  min-height: 360px;
  object-fit: cover;
  width: 100%;
}

.ak-gyotaku-cta {
  align-items: stretch;
  background: #f1dfd7;
  border: 1px solid rgba(232, 222, 213, .7);
  border-radius: var(--ak-radius);
  display: grid;
  gap: 0;
  grid-template-columns: minmax(280px, 1.25fr) repeat(2, minmax(180px, .75fr));
  margin-bottom: 86px;
  margin-top: 28px;
  padding: 34px;
}

.ak-gyotaku-cta > div,
.ak-gyotaku-cta > a {
  color: var(--ak-ink);
  padding: 0 28px;
}

.ak-gyotaku-cta > a {
  border-left: 1px solid rgba(128, 98, 74, .35);
  display: grid;
  gap: .7rem;
}

.ak-gyotaku-cta .ak-kicker {
  color: #4f4a43;
  font-size: 16px;
  letter-spacing: .06em;
}

.ak-gyotaku-cta p {
  color: #4f4a43;
  margin-bottom: .65rem;
  max-width: 320px;
}

.ak-gyotaku-script-link {
  color: var(--ak-ink);
  display: inline-block;
  font-family: var(--ak-serif);
  font-size: 32px;
  font-style: italic;
}

.ak-gyotaku-script-link::after {
  content: " →";
  font-family: var(--ak-font-body);
  font-size: 24px;
}

.ak-gyotaku-cta span {
  font-size: 14px;
  font-weight: 800;
  letter-spacing: .04em;
  text-transform: uppercase;
}

.ak-gyotaku-cta small {
  color: #5b554e;
  font-size: 14px;
  line-height: 1.5;
}

.ak-contact-grid {
  align-items: start;
  display: grid;
  gap: 38px;
  grid-template-columns: minmax(260px, .45fr) minmax(0, .8fr);
}

.ak-contact-panel {
  background: var(--ak-sage-soft);
  border-radius: var(--ak-radius);
  padding: 2rem;
}

.ak-contact-panel p {
  color: #4f4a43;
}

.ak-contact-form {
  background: var(--ak-paper);
  border: 1px solid var(--ak-line);
  border-radius: var(--ak-radius);
  display: grid;
  gap: 1rem;
  padding: 2rem;
}

.ak-contact-form label {
  display: grid;
  gap: .35rem;
  font-size: 14px;
  font-weight: 700;
}

.ak-contact-form input,
.ak-contact-form textarea {
  background: var(--ak-cream);
  border: 1px solid var(--ak-line);
  border-radius: var(--ak-radius);
  color: var(--ak-ink);
  min-height: 46px;
  padding: .75rem .85rem;
  width: 100%;
}

.ak-contact-form textarea {
  resize: vertical;
}

.ak-content-flow {
  max-width: 840px;
}

.ak-content-flow h1 {
  font-family: var(--ak-serif);
  font-size: 54px;
  font-weight: 400;
  line-height: 1.08;
}

.ak-entry {
  border-bottom: 1px solid var(--ak-line);
  padding: 1.2rem 0;
}

.ak-entry h2 {
  font-family: var(--ak-serif);
  font-weight: 400;
}

.ak-woocommerce {
  background: var(--ak-paper);
  border-radius: var(--ak-radius);
  margin-bottom: 78px;
  margin-top: 78px;
}

.woocommerce div.product div.images img,
.woocommerce ul.products li.product a img {
  border-radius: var(--ak-radius);
}

.woocommerce div.product .product_title,
.woocommerce-products-header__title {
  font-family: var(--ak-serif);
  font-weight: 400;
}

.woocommerce span.onsale {
  background: var(--ak-sage);
}

.ak-single-product {
  align-items: start;
}

.ak-single-product .ak-single-description p:first-child {
  margin-top: 0;
}

.ak-product-purchase {
  border-bottom: 1px solid var(--ak-line);
  padding: 1.45rem 0;
}

.ak-product-purchase form.cart {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: .8rem;
  margin: 0;
}

.ak-product-purchase .quantity {
  align-items: center;
  background: transparent;
  border: 0;
  border-radius: 999px;
  display: inline-flex;
  gap: .45rem;
  min-height: 44px;
}

.ak-product-purchase .quantity input.qty {
  -moz-appearance: textfield;
  appearance: textfield;
  background: var(--ak-paper);
  border: 1px solid var(--ak-line);
  border-radius: 999px;
  color: var(--ak-ink);
  min-height: 38px;
  text-align: center;
  width: 58px;
}

.ak-product-purchase .quantity input.qty::-webkit-inner-spin-button,
.ak-product-purchase .quantity input.qty::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.ak-quantity-button {
  align-items: center;
  background: var(--ak-paper);
  border: 1px solid var(--ak-line);
  border-radius: 999px;
  color: var(--ak-ink);
  cursor: pointer;
  display: inline-flex;
  font-size: 20px;
  font-weight: 700;
  height: 40px;
  justify-content: center;
  line-height: 1;
  padding: 0;
  width: 40px;
}

.ak-quantity-button:hover,
.ak-quantity-button:focus {
  background: var(--ak-paper);
  border-color: var(--ak-ink);
  color: var(--ak-ink);
}

.single-product.woocommerce div.product form.cart button.single_add_to_cart_button,
.single-product.woocommerce div.product form.cart button.single_add_to_cart_button.button,
.single-product.woocommerce div.product form.cart button.single_add_to_cart_button.alt,
.single-product.woocommerce-page div.product form.cart button.single_add_to_cart_button,
.single-product.woocommerce-page div.product form.cart button.single_add_to_cart_button.button,
.single-product.woocommerce-page div.product form.cart button.single_add_to_cart_button.alt,
body.single-product button.single_add_to_cart_button,
body.single-product button.single_add_to_cart_button.button,
body.single-product button.single_add_to_cart_button.alt {
  background: #272521 !important;
  background-color: #272521 !important;
  border-color: #272521 !important;
  color: #ffffff !important;
}

.single-product.woocommerce div.product form.cart button.single_add_to_cart_button:hover,
.single-product.woocommerce div.product form.cart button.single_add_to_cart_button:focus,
.single-product.woocommerce div.product form.cart button.single_add_to_cart_button.button:hover,
.single-product.woocommerce div.product form.cart button.single_add_to_cart_button.button:focus,
.single-product.woocommerce div.product form.cart button.single_add_to_cart_button.alt:hover,
.single-product.woocommerce div.product form.cart button.single_add_to_cart_button.alt:focus,
.single-product.woocommerce-page div.product form.cart button.single_add_to_cart_button:hover,
.single-product.woocommerce-page div.product form.cart button.single_add_to_cart_button:focus,
body.single-product button.single_add_to_cart_button:hover,
body.single-product button.single_add_to_cart_button:focus {
  background: #272521 !important;
  background-color: #272521 !important;
  border-color: #272521 !important;
  color: #ffffff !important;
}

.ak-product-purchase .stock {
  color: var(--ak-sage);
  margin: 0;
}

.ak-product-description {
  border-top: 0;
  margin-top: 1.45rem;
}

.woocommerce div.product .woocommerce-tabs,
.woocommerce div.product .woocommerce-product-rating,
.woocommerce #reviews {
  display: none;
}

.navigation,
.pagination,
.woocommerce nav.woocommerce-pagination {
  margin-top: 2rem;
}

.ak-footer {
  background: #ece0dc;
  color: var(--ak-ink);
  padding: 56px 38px 24px;
}

.ak-footer-inner {
  display: grid;
  gap: 36px;
  grid-template-columns: minmax(260px, 1fr) auto;
  margin: 0 auto;
  max-width: 1240px;
}

.ak-footer p {
  color: #5b554e;
  max-width: 430px;
}

.ak-footer-links,
.ak-footer-menu,
.ak-footer-social {
  align-items: center;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  gap: .55rem;
  justify-content: flex-end;
}

.ak-footer-links {
  align-self: start;
}

.ak-footer-bottom {
  border-top: 1px solid rgba(39, 37, 33, .12);
  display: flex;
  font-size: 12px;
  justify-content: space-between;
  margin: 38px auto 0;
  max-width: 1240px;
  padding-top: 18px;
}

@media (max-width: 1080px) {
  .ak-product-grid,
  .ak-masonry {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .ak-shop-layout,
  .ak-single-work,
  .ak-about-band,
  .ak-story-grid,
  .ak-gyotaku-hero,
  .ak-gyotaku-panels,
  .ak-gyotaku-cta,
  .ak-contact-grid {
    grid-template-columns: 1fr;
  }

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

  .ak-gyotaku-workshop img {
    max-height: 520px;
  }

  .ak-gyotaku-cta > div,
  .ak-gyotaku-cta > a {
    padding: 1.1rem 0;
  }

  .ak-gyotaku-cta > a {
    border-left: 0;
    border-top: 1px solid rgba(128, 98, 74, .35);
  }

  .ak-shop-note,
  .ak-single-info {
    position: static;
  }
}

@media (max-width: 760px) {
  body.admin-bar .ak-site-header {
    top: 46px;
  }

  .ak-header-inner {
    min-height: 64px;
    padding: 0 20px;
  }

  .ak-cart-link {
    margin-left: auto;
    min-height: 38px;
    padding: .45rem .58rem;
  }

  .ak-cart-text {
    display: none;
  }

  .ak-menu-toggle {
    display: block;
    order: 0;
  }

  .ak-primary-nav {
    background: var(--ak-cream);
    border-bottom: 1px solid var(--ak-line);
    display: none;
    left: 0;
    padding: 1rem 20px 1.25rem;
    position: absolute;
    top: 100%;
    width: 100%;
  }

  .ak-primary-nav.is-open {
    display: block;
  }

  .ak-menu {
    align-items: stretch;
    display: grid;
    gap: .35rem;
  }

  .ak-menu a {
    display: block;
    padding: .65rem 0;
  }

  .ak-section {
    padding: 62px 20px;
  }

  .ak-elementor-section {
    padding: 62px 20px;
  }

  .ak-elementor-section > .elementor-container {
    gap: 30px;
  }

  .ak-hero {
    min-height: 68vh;
    padding: 64px 20px;
  }

  .ak-hero h1,
  .ak-page-hero h1,
  .ak-about-page-hero h1,
  .ak-gyotaku-hero h1,
  .ak-elementor-hero-title .elementor-heading-title,
  .ak-single-info h1,
  .ak-content-flow h1 {
    font-size: 44px;
  }

  .ak-section-heading {
    align-items: start;
    display: grid;
    gap: 1rem;
  }

  .ak-section-heading h2,
  .ak-about-copy h2,
  .ak-contact-strip h2,
  .ak-gyotaku-cta h2,
  .ak-shop-note h2,
  .ak-story-grid h2,
  .ak-contact-panel h2 {
    font-size: 32px;
  }

  .ak-product-grid,
  .ak-masonry,
  .ak-values {
    grid-template-columns: 1fr;
  }

  .ak-shop-category-nav {
    border-radius: var(--ak-radius);
    justify-content: flex-start;
  }

  .ak-shop-category-nav a {
    flex: 1 1 calc(50% - .55rem);
    text-align: center;
  }

  .ak-shop-category {
    padding: 24px 16px;
    scroll-margin-top: 90px;
  }

  .ak-shop-category .ak-section-heading span {
    text-align: left;
  }

  .ak-art-card-gallery:nth-child(4n + 2),
  .ak-art-card-gallery:nth-child(4n + 4) {
    margin-top: 0;
  }

  .ak-about-band,
  .ak-about-page-hero {
    padding: 64px 20px;
  }

  .ak-gyotaku-hero {
    gap: 30px;
  }

  .ak-gyotaku-lead {
    font-size: 16px;
    margin-left: 0;
  }

  .ak-gyotaku-steps,
  .ak-gyotaku-objects > div {
    grid-template-columns: 1fr;
  }

  .ak-elementor-process {
    margin: 0 20px 62px;
    padding: 24px;
  }

  .ak-elementor-section-title .elementor-heading-title {
    font-size: 32px;
  }

  .ak-gyotaku-cta {
    margin-bottom: 62px;
    padding: 24px;
  }

  .ak-elementor-cta {
    margin: 0 20px 62px;
    padding: 24px;
  }

  .ak-gyotaku-script-link {
    font-size: 28px;
  }

  .ak-detail-list div {
    grid-template-columns: 1fr;
    gap: .2rem;
  }

  .ak-contact-form,
  .ak-contact-panel {
    padding: 1.35rem;
  }

  .ak-footer {
    padding-left: 20px;
    padding-right: 20px;
  }

  .ak-footer-inner,
  .ak-footer-bottom {
    display: grid;
    gap: 1rem;
    grid-template-columns: 1fr;
  }
}
