/*
Theme Name: Atakuri Starter
Theme URI: https://example.com/
Author: Atakuri
Author URI: https://example.com/
Description: A clean, minimal, production-ready classic WordPress theme with WooCommerce support.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.5
Requires PHP: 8.0
Text Domain: atakuri
*/

* {
  box-sizing: border-box;
}

html {
  font-size: 16px;
  scroll-behavior: smooth;
}

body {
  margin: 0;
  --atakuri-bg: #ece3d4;
  --atakuri-paper: #f8f4ec;
  --atakuri-line: #d6cec0;
  --atakuri-ink: #4d4d4d;
  --atakuri-muted: #4d4d4d;
  --atakuri-btn-bg: #f2e7d5;
  --atakuri-btn-bg-soft: rgba(248, 244, 236, 0.78);
  --atakuri-btn-bg-hover: #ead9bf;
  --atakuri-btn-text: #4d4d4d;
  --atakuri-btn-border: #c6b08d;
  color: var(--atakuri-ink);
  background-color: var(--atakuri-bg);
  background-image: url("https://www.transparenttextures.com/patterns/fresh-snow.png");
  font-family: "Segoe UI", "Helvetica Neue", Arial, sans-serif;
  line-height: 1.6;
}

a {
  color: #7f6a45;
  text-decoration: none;
}

a:hover,
a:focus {
  color: #5f4f33;
}

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

.site {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: none;
  margin: 0;
  background: transparent;
  --narrow-content-width: 760px;
}

.container {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 1.25rem;
}

.site-header {
  background: transparent;
  border-bottom: 0;
}

.site-header .container {
  max-width: 1160px;
}

.site-branding {
  display: none;
  text-align: center;
  padding: 2rem 0 1.65rem;
}

.site-title {
  margin: 0;
}

.site-title a {
  color: #4a3f35;
  font-family: "Times New Roman", Georgia, serif;
  font-style: italic;
  font-weight: 600;
  font-size: clamp(2.6rem, 4.6vw, 5rem);
  letter-spacing: 0.02em;
  line-height: 1;
}

.header-bar {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
  align-items: center;
  gap: 1rem;
  min-height: 62px;
  border: 0;
  border-bottom: 1px solid var(--atakuri-line);
}

.header-logo {
  width: clamp(5.1rem, 8vw, 8.3rem);
  min-width: clamp(5.1rem, 8vw, 8.3rem);
  height: 70px;
  display: inline-grid;
  place-items: center;
  justify-self: start;
  color: #4c4135;
  text-decoration: none;
}

.header-logo__image {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
}

.header-logo__text {
  font-family: "Times New Roman", Georgia, serif;
  font-size: 0.78rem;
  font-style: italic;
  font-weight: 600;
  letter-spacing: 0.05em;
  text-transform: lowercase;
}

.header-actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  justify-self: end;
  flex-shrink: 0;
  gap: 0.45rem;
}

.header-actions a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  min-width: 34px;
  height: 34px;
  padding: 0;
  border: 1px solid #ccbda5;
  border-radius: 999px;
  background: rgba(248, 242, 232, 0.9);
  color: #6b5a47;
  transition: border-color 0.2s ease, color 0.2s ease;
}

.header-actions a:hover,
.header-actions a:focus {
  border-color: #bca682;
  color: #4f4132;
}

.header-actions svg {
  width: 16px;
  height: 16px;
}

.header-cart {
  position: relative;
}

.header-cart__count {
  position: absolute;
  top: -3px;
  right: -3px;
  min-width: 14px;
  height: 14px;
  padding: 0 4px;
  border-radius: 999px;
  background: #b79a6b;
  color: #fff;
  border: 1px solid #f8f2e8;
  font-size: 0.56rem;
  line-height: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.main-navigation {
  justify-self: center;
  max-width: 100%;
  min-width: 0;
  overflow-x: auto;
}

.main-navigation ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  justify-content: center;
  gap: clamp(0.9rem, 2vw, 2.2rem);
  min-height: 0;
  align-items: center;
  min-width: max-content;
}

.main-navigation li {
  margin: 0;
}

.main-navigation a {
  color: var(--atakuri-ink);
  font-size: clamp(0.86rem, 1vw, 1.02rem);
  font-family: "Times New Roman", Georgia, serif;
  font-weight: 600;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  transition: color 0.2s ease, opacity 0.2s ease, transform 0.2s ease;
}

.main-navigation a:hover,
.main-navigation a:focus {
  color: #8b7a63;
  opacity: 0.72;
  transform: translateY(-1px);
}

.site-main {
  flex: 1;
  padding: 1.75rem 0 2.5rem;
}

.content-card {
  background: #fbf7ef;
  border: 1px solid #e2d9ca;
  border-radius: 14px;
  padding: 1.5rem;
}

.site-footer {
  border-top: 1px solid #e4dccf;
  background: transparent;
  padding: 1.25rem 0 1.8rem;
}

.entry-title {
  margin-top: 0;
  line-height: 1.25;
}

.entry-content > *:first-child {
  margin-top: 0;
}

.entry-content > *:last-child {
  margin-bottom: 0;
}

.screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.home-shell {
  display: grid;
  gap: 2.25rem;
}

.home-hero {
  position: relative;
  border: 0;
  background: transparent;
  border-radius: 0;
  min-height: 0;
  overflow: visible;
}

.home-hero__overlay {
  position: absolute;
  z-index: 2;
  left: 2rem;
  bottom: 2rem;
  max-width: 420px;
  padding: 0;
}

.home-hero__eyebrow {
  margin: 0 0 0.5rem;
  font-size: 0.76rem;
  color: #8c7a5a;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.home-hero__title {
  margin: 0;
  color: #40382f;
  font-family: "Times New Roman", Georgia, serif;
  font-size: 2.5rem;
  line-height: 1.15;
}

.home-hero__overlay .home-btn {
  margin-top: 1rem;
}

.home-hero__placeholder {
  display: none;
}

.home-hero__media {
  position: relative;
  inset: auto;
  display: flex;
  justify-content: center;
  width: 100%;
  height: auto;
  background: transparent;
}

.home-hero__image {
  width: min(100%, var(--home-hero-image-max-width, 100%));
  height: auto;
  object-fit: contain;
  display: block;
  margin: 0 auto;
  border: 0;
  user-select: none;
  -webkit-user-drag: none;
}

body.home .site-main {
  padding-top: 0;
}

body.home .home-shell {
  gap: 0;
}

body.home {
  --home-hero-image-max-width: 620px;
}

.home-section-title {
  margin: 0 0 1rem;
  text-align: center;
  font-family: "Times New Roman", Georgia, serif;
  font-size: 1.9rem;
  color: #3f362d;
}

.home-news-list {
  padding: 0.2rem 0;
}

.home-news-list__title {
  margin: 0 0 0.55rem;
  color: #3d342b;
  font-family: "Times New Roman", Georgia, serif;
  font-size: 1.35rem;
  text-align: center;
}

.home-news-list__box {
  border-top: 1px solid #ddcfb5;
  border-bottom: 1px solid #ddcfb5;
  padding: 0.5rem 0;
}

.home-news-list__item {
  margin: 0;
  padding: 0.45rem 0;
  display: flex;
  align-items: baseline;
  gap: 0.7rem;
  color: #4d4233;
  font-size: 0.95rem;
  line-height: 1.4;
}

.home-news-list__item time {
  color: #7b694d;
  font-variant-numeric: tabular-nums;
  min-width: 6.4rem;
}

.home-news-list__item a {
  color: #4d4233;
}

.home-news-list__item a:hover,
.home-news-list__item a:focus {
  color: #7f6a45;
}

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

.product-card {
  border: 1px solid #e4dbc9;
  border-radius: 18px;
  background: #fdfbf6;
  padding: 0.8rem;
}

.product-card__thumb {
  width: 100%;
  aspect-ratio: 1 / 1;
  border-radius: 12px;
  border: 1px dashed #dccbad;
  background: #f7f1e5;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #a49172;
  font-size: 0.72rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.product-card__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
  display: block;
}

.product-card__title {
  margin: 0.72rem 0 0.25rem;
  font-size: 0.95rem;
  line-height: 1.3;
}

.product-card__price {
  margin: 0 0 0.65rem;
  color: #5b5143;
  font-size: 0.9rem;
  font-weight: 700;
}

.home-btn,
.contact-card .wpcf7-submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce #respond input#submit,
.atakuri-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  padding: 0.56rem 1.15rem;
  border: 1px solid var(--atakuri-btn-border);
  border-radius: 999px;
  background: var(--atakuri-btn-bg);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.56);
  color: var(--atakuri-btn-text);
  font-family: "Times New Roman", Georgia, serif;
  font-weight: 600;
  font-size: clamp(0.78rem, 0.82vw, 0.92rem);
  letter-spacing: 0.05em;
  text-transform: uppercase;
  line-height: 1.15;
  cursor: pointer;
  transition: border-color 0.2s ease, background 0.2s ease, color 0.2s ease, box-shadow 0.2s ease;
}

.home-btn:hover,
.home-btn:focus,
.contact-card .wpcf7-submit:hover,
.contact-card .wpcf7-submit:focus,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover,
.woocommerce #respond input#submit:hover,
.atakuri-btn:hover,
.atakuri-btn:focus {
  border-color: #b79f7b;
  background: var(--atakuri-btn-bg-hover);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.66);
  color: #34291f;
}

.home-btn--small {
  min-height: 36px;
  padding: 0.48rem 0.92rem;
  font-size: 0.72rem;
}

.home-newsletter {
  border: 1px solid #dbcdb4;
  background: #f9f5ec;
  padding: 1.5rem;
}

.home-newsletter__title {
  margin: 0;
  font-family: "Times New Roman", Georgia, serif;
  font-size: 2rem;
  color: #3c342d;
}

.home-newsletter__text {
  margin: 0.2rem 0 0.95rem;
  color: #7e6c4e;
}

.home-newsletter__form {
  display: flex;
  gap: 0.7rem;
}

.home-newsletter__form input {
  width: 100%;
  max-width: 380px;
  border: 1px solid #d9c8aa;
  background: #fffefb;
  min-height: 40px;
  padding: 0.4rem 0.75rem;
  color: #4f4436;
}

.home-newsletter__form button {
  cursor: pointer;
}

.page-shell,
.story-shell {
  display: grid;
  gap: 1.5rem;
}

.page-hero {
  text-align: center;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
}

.page-hero__kicker {
  margin: 0;
  color: #88765a;
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  display: none;
}

.page-hero__title,
.news-archive__title {
  margin: 0.2rem 0 0.95rem;
  color: #3d342b;
  font-family: "Times New Roman", Georgia, serif;
  font-size: 3rem;
  line-height: 1.1;
}

.page-hero__ornament {
  margin-top: 0.8rem;
}

.page-hero__image {
  width: 100%;
  height: auto;
  max-height: none;
  object-fit: contain;
  border-radius: 0;
  display: block;
}

.page-panel {
  border: 0;
  border-radius: 0;
  background: transparent;
  padding: 0;
}

.wc-page-content {
  border: 0;
  border-radius: 0;
  background: transparent;
  padding: 0;
}

.page-panel__title {
  margin: 0 0 1rem;
  color: #3d342b;
  font-family: "Times New Roman", Georgia, serif;
  font-size: 1.8rem;
  text-align: center;
}

.page-shell .entry-content,
.page-shell .entry-content p,
.page-shell .entry-content li {
  text-align: left;
}

.page-shell .entry-content ul,
.page-shell .entry-content ol {
  margin: 0.75rem 0 0.9rem 1.25rem;
  padding: 0;
}

.story-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.9rem;
}

.story-card {
  border: 0;
  background: transparent;
  border-radius: 0;
  padding: 0;
}

.story-card__media {
  display: block;
  margin-bottom: 0.7rem;
  color: inherit;
  font-size: inherit;
}

.story-card__image {
  width: 100%;
  height: auto;
  object-fit: contain;
  border-radius: 0;
  display: block;
}

.story-card__placeholder {
  width: 100%;
  aspect-ratio: 4 / 2.8;
  display: grid;
  place-items: center;
  border: 1px solid #dccbad;
  background: linear-gradient(145deg, #f6ede0, #eee0c8);
  color: #8a7556;
  font-size: 0.72rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.story-card__date {
  margin: 0 0 0.25rem;
  color: #857458;
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.story-card__title {
  margin: 0 0 0.5rem;
  color: #3d342b;
  font-family: "Times New Roman", Georgia, serif;
  font-size: 1.25rem;
  line-height: 1.2;
}

.story-card__excerpt {
  margin-bottom: 0.7rem;
  color: #4d4335;
}

.story-card__excerpt p {
  margin: 0;
}

.story-pagination {
  text-align: center;
}

.news-single {
  max-width: 720px;
  margin: 0 auto;
}

.news-single__header {
  margin-bottom: 1rem;
}

.news-single__page-title {
  margin: 0 0 1.2rem;
  color: #2f2923;
  font-family: "Times New Roman", Georgia, serif;
  font-size: 3rem;
  line-height: 1.1;
  font-weight: 500;
}

.news-single__date {
  margin: 0 0 0.45rem;
  color: #7b694d;
  font-size: 0.95rem;
  letter-spacing: 0.02em;
}

.news-single__title {
  margin: 0 0 0.65rem;
  color: #2f2923;
  font-family: "Times New Roman", Georgia, serif;
  font-size: 2.45rem;
  line-height: 1.12;
}

.news-single__lead {
  margin: 0;
  color: #8b754d;
  font-family: "Times New Roman", Georgia, serif;
  font-size: 1.12rem;
  line-height: 1.45;
}

.news-single__media {
  margin-top: 0.95rem;
}

.news-single__image {
  width: 100%;
  height: auto;
  display: block;
}

.news-single__content {
  color: #3f362d;
  font-size: 1.03rem;
  line-height: 1.8;
}

.blog-entry__back {
  margin: 0 0 1rem;
}

.news-single__divider {
  width: 32%;
  border-top: 1px solid #d8cdb8;
  margin-top: 1.5rem;
}

.news-archive {
  max-width: 880px;
  margin: 0 auto;
}

.news-archive__header {
  text-align: center;
  margin-bottom: 1.3rem;
}

.news-archive__title {
  margin: 0;
  color: #3d342b;
}

.news-archive__panel {
  border: 1px solid #e4dacb;
  background: #fffdfa;
}

.news-archive__toolbar {
  display: flex;
  justify-content: flex-end;
  gap: 0.6rem;
  padding: 0.75rem 0.85rem;
  border-bottom: 1px solid #ece3d4;
}

.news-archive__toolbar select {
  min-height: 34px;
  border: 1px solid #dfd3be;
  background: #fff;
  color: #5a4e3f;
  border-radius: 8px;
  padding: 0.3rem 0.55rem;
}

.news-row {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: end;
  gap: 0.8rem;
  padding: 1.05rem 0.95rem;
  border-bottom: 1px solid #efe6d7;
}

.news-row:last-child {
  border-bottom: 0;
}

.news-row__date {
  margin: 0 0 0.2rem;
  color: #80715a;
  font-size: 0.85rem;
}

.news-row__title {
  margin: 0 0 0.18rem;
  font-family: "Times New Roman", Georgia, serif;
  font-size: 2rem;
  line-height: 1.12;
  color: #2f2923;
}

.news-row__title a {
  color: inherit;
}

.news-row__excerpt {
  color: #534838;
  font-size: 1.02rem;
  line-height: 1.45;
}

.news-row__excerpt p {
  margin: 0;
}

.news-row__readmore {
  display: inline-block;
  color: #7f6a45;
  font-family: "Times New Roman", Georgia, serif;
  font-size: 1.08rem;
  text-decoration: none;
  white-space: nowrap;
  justify-self: end;
  align-self: end;
}

.news-archive .story-pagination {
  padding: 0.8rem 1rem 1rem;
}

.news-archive__empty {
  margin: 0;
  border: 1px solid #e4dacb;
  background: #fffdfa;
  padding: 1rem;
}

.faq-page {
  max-width: 760px;
  margin: 0 auto;
  display: grid;
  gap: 1.3rem;
}

.faq-page__header {
  text-align: center;
}

.faq-page__icon-wrap {
  margin: 0 auto 0.55rem;
  width: 72px;
}

.faq-page__icon {
  width: 100%;
  height: auto;
  display: block;
}

.faq-page__title {
  margin: 0;
  color: #3b342d;
  font-family: "Times New Roman", Georgia, serif;
  font-size: 3rem;
}

.faq-page__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.85rem;
}

.faq-card-v2 {
  border: 1px solid #e0d2ba;
  border-radius: 16px;
  background: #fbf7ef;
  padding: 0.7rem;
  display: grid;
  grid-template-columns: 70px 1fr;
  align-items: center;
  gap: 0.65rem;
}

.faq-card-v2:nth-child(7) {
  grid-column: 1 / -1;
}

.faq-card-v2__thumb {
  width: 70px;
  height: 70px;
  border-radius: 999px;
  overflow: hidden;
  border: 1px dashed #dccbad;
  background: #f7f1e5;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #9a8768;
  font-size: 0.72rem;
  text-transform: uppercase;
}

.faq-card-v2__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.faq-card-v2__body {
  min-width: 0;
}

.faq-card-v2__date {
  margin: 0 0 0.12rem;
  color: #7b694d;
  font-size: 0.75rem;
}

.faq-card-v2__title {
  margin: 0;
  font-size: 0.95rem;
  line-height: 1.2;
  color: #3f362d;
}

.faq-card-v2__title a {
  color: inherit;
}

.faq-card-v2__excerpt {
  margin: 0.2rem 0 0;
  color: #645848;
  font-size: 0.82rem;
  line-height: 1.3;
}

.faq-page__empty {
  margin: 0;
  color: #6d614f;
}

.contact-page {
  max-width: 760px;
  margin: 0 auto;
  display: grid;
  gap: 1.35rem;
}

.contact-page__header {
  text-align: center;
}

.contact-page__icon-wrap {
  margin: 0 auto 0.55rem;
  width: 72px;
}

.contact-page__icon {
  width: 100%;
  height: auto;
  display: block;
}

.contact-page__title {
  margin: 0;
  color: #3b342d;
  font-family: "Times New Roman", Georgia, serif;
  font-size: 3rem;
}

.contact-card {
  background: #fff;
  border: 1px solid #e9e1d5;
  padding: 0.9rem;
  max-width: 640px;
  margin: 0 auto;
}

.contact-card__hint {
  margin: 0;
  color: #7b6a50;
}

.contact-card .wpcf7-form {
  display: block;
}

.contact-card .wpcf7-form p {
  margin: 0;
}

.contact-card .wpcf7-form .contact-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.38rem;
  align-items: start;
}

.contact-card .wpcf7-form .contact-col {
  min-width: 0;
}

.contact-card .wpcf7-form .contact-full {
  grid-column: 1 / -1;
  min-width: 0;
}

.contact-card .wpcf7-form .contact-grid > p,
.contact-card .wpcf7-form .contact-grid p {
  margin: 0;
}

.contact-card .wpcf7-form .contact-grid > br,
.contact-card .wpcf7-form .contact-grid br {
  display: none;
}

.contact-card .wpcf7-form .contact-grid > p:nth-of-type(n + 3) {
  grid-column: 1 / -1;
}

.contact-card .wpcf7-form .contact-grid .wpcf7-form-control-wrap {
  display: block;
  width: 100%;
}

.contact-card .wpcf7-form input[type="text"],
.contact-card .wpcf7-form input[type="email"],
.contact-card .wpcf7-form textarea,
.contact-card .wpcf7-form select {
  width: 100%;
  min-height: 34px;
  border: 1px solid #ece5d8;
  background: #fff;
  padding: 0.38rem 0.6rem;
  color: #4e4335;
  font-size: 0.88rem;
}

.contact-card .wpcf7-form textarea {
  min-height: 130px;
  resize: vertical;
  margin-top: 0;
}

.contact-card .wpcf7-form input[name="your-subject"] {
  grid-column: 1 / -1;
}

.contact-card .wpcf7-form textarea[name="your-message"] {
  grid-column: 1 / -1;
}

.contact-card .wpcf7-form .contact-meta {
  margin-top: 0.55rem;
  color: #7b6a50;
  font-size: 0.74rem;
  line-height: 1.35;
}

.contact-card .wpcf7-form .contact-meta p {
  margin: 0;
}

.contact-card .wpcf7-form .contact-submit {
  margin-top: 0.8rem;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 0.45rem;
}

.contact-card .wpcf7-spinner {
  margin: 0.35rem 0 0 0.25rem;
}

.contact-card .wpcf7-response-output {
  margin: 0.5rem 0 0;
  font-size: 0.88rem;
}

.refund-page {
  width: 100%;
  max-width: var(--narrow-content-width);
  margin: 0 auto;
  display: grid;
  gap: 1rem;
}

.refund-page__header {
  display: grid;
  gap: 0.7rem;
  justify-items: center;
  text-align: center;
}

.refund-page__badge {
  width: 92px;
  height: 92px;
  border-radius: 999px;
  overflow: hidden;
  border: 1px solid #ddcfb5;
  background: #f7f1e6;
}

.refund-page__badge-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.refund-page__title {
  margin: 0;
  color: #3d342b;
  font-family: "Times New Roman", Georgia, serif;
  font-size: 3rem;
  line-height: 1.1;
}

.refund-page__main-image-wrap {
  display: flex;
  justify-content: center;
}

.refund-page__main-image {
  width: 100%;
  max-width: 360px;
  height: auto;
  display: block;
}

.refund-page__content {
  width: 100%;
  max-width: none;
  margin: 0;
  text-align: left;
}

.refund-page__body {
  font-size: 1.03rem;
  line-height: 1.85;
}

.refund-page__body > * + * {
  margin-top: 0.95rem;
}

.refund-page__body h2 {
  margin: 2rem 0 0.55rem;
  color: #3d342b;
  font-family: "Times New Roman", Georgia, serif;
  font-size: clamp(1.3rem, 1.9vw, 1.85rem);
  line-height: 1.18;
}

.refund-page__body ul,
.refund-page__body ol {
  margin: 0.85rem 0 1.1rem 1.25rem;
  padding: 0;
}

.refund-page__body li + li {
  margin-top: 0.7rem;
}

.refund-page__body strong {
  color: #3f362d;
}

.refund-page__body a {
  color: #6c5638;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.14em;
}

body.page-slug-refund-policy .refund-page__body > p:first-child,
body.page-template-page-refund-policy .refund-page__body > p:first-child {
  margin-top: 0;
  color: #8a7556;
  font-size: 0.78rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

body.page-slug-refund-policy .refund-page__body > p:nth-of-type(2),
body.page-template-page-refund-policy .refund-page__body > p:nth-of-type(2) {
  color: #5d4f3f;
  font-size: 1.03rem;
  line-height: 1.8;
}

.refund-page__lead {
  margin: 0 0 1rem;
  color: #5e5241;
  font-size: 1.05rem;
  line-height: 1.8;
  text-align: left;
}

/* Force readable layout for Refund Policy page content edited in Gutenberg/classic editor. */
body.page-slug-refund-policy .entry-content,
body.page-template-page-refund-policy .refund-page__content {
  text-align: left;
}

body.page-slug-refund-policy .entry-content p,
body.page-slug-refund-policy .entry-content li,
body.page-slug-refund-policy .entry-content h2,
body.page-slug-refund-policy .entry-content h3,
body.page-template-page-refund-policy .refund-page__content p,
body.page-template-page-refund-policy .refund-page__content li,
body.page-template-page-refund-policy .refund-page__content h2,
body.page-template-page-refund-policy .refund-page__content h3 {
  text-align: left;
}

body.page-slug-refund-policy .entry-content ul,
body.page-slug-refund-policy .entry-content ol,
body.page-template-page-refund-policy .refund-page__content ul,
body.page-template-page-refund-policy .refund-page__content ol {
  margin: 0.85rem 0 1.1rem 1.25rem;
  padding: 0;
}

.about-page,
.policy-page {
  max-width: 860px;
  margin: 0 auto;
  display: grid;
  gap: 1.15rem;
}

.about-page__header,
.policy-page__header {
  text-align: center;
}

.about-page__title,
.policy-page__title {
  margin: 0.2rem 0 0;
  color: #3d342b;
  font-family: "Times New Roman", Georgia, serif;
  font-size: 3rem;
  line-height: 1.12;
}

.about-page__media {
  width: 100%;
}

.about-page__image {
  width: 100%;
  height: auto;
  display: block;
}

.about-page__content,
.policy-page__content {
  color: #4b4032;
}

.policy-page__content {
  max-width: 760px;
  margin: 0 auto;
  font-size: 1.03rem;
  line-height: 1.85;
}

.policy-page__content > * + * {
  margin-top: 0.95rem;
}

.policy-page__content p,
.policy-page__content li {
  text-align: left;
}

.policy-page__content h2 {
  margin: 2rem 0 0.55rem;
  color: #3d342b;
  font-family: "Times New Roman", Georgia, serif;
  font-size: clamp(1.3rem, 1.9vw, 1.85rem);
  line-height: 1.18;
}

.policy-page__content ul,
.policy-page__content ol {
  margin: 0.85rem 0 1.1rem 1.25rem;
  padding: 0;
}

.policy-page__content li + li {
  margin-top: 0.7rem;
}

.policy-page__content strong {
  color: #3f362d;
}

.policy-page__content a {
  color: #6c5638;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.14em;
}

.policy-page__terms {
  display: grid;
  gap: 1rem;
}

.policy-page__term {
  padding: 0.95rem 1.05rem 1rem;
  border: 1px solid rgba(214, 199, 174, 0.8);
  border-radius: 18px;
  background: rgba(251, 247, 239, 0.55);
}

.policy-page__term > * + * {
  margin-top: 0.55rem;
}

.policy-page__term h2 {
  margin: 0;
}

.policy-page__term p {
  margin: 0;
}

.policy-page__term ul,
.policy-page__term ol {
  margin: 0.65rem 0 0 1.15rem;
}

body.page-slug-privacy-policy .policy-page__content > p:first-child,
body.page-template-page-privacy-policy .policy-page__content > p:first-child {
  margin-top: 0;
  color: #8a7556;
  font-size: 0.78rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

body.page-slug-privacy-policy .policy-page__content > p:nth-of-type(2),
body.page-template-page-privacy-policy .policy-page__content > p:nth-of-type(2) {
  color: #5d4f3f;
  font-size: 1.08rem;
  line-height: 1.8;
}

body.page-slug-legal-notice .policy-page__content > p:first-child,
body.page-template-page-legal-notice .policy-page__content > p:first-child {
  margin-top: 0;
  color: #8a7556;
  font-size: 0.78rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.about-page__content {
  max-width: 720px;
  margin: 0 auto;
  font-size: 1.05rem;
  line-height: 1.9;
}

.about-page__content > p:first-child {
  margin-top: 0;
  color: #3d342b;
  font-family: "Times New Roman", Georgia, serif;
  font-size: clamp(1.35rem, 2.4vw, 2rem);
  font-style: italic;
  line-height: 1.5;
  text-align: left;
}

.about-page__content p + p {
  margin-top: 1.05rem;
}

.about-page {
  max-width: 980px;
  grid-template-columns: minmax(240px, 360px) minmax(0, 1fr);
  align-items: start;
  gap: clamp(1.2rem, 3vw, 2.6rem);
}

.about-page__header {
  grid-column: 1 / -1;
}

.about-page__media {
  align-self: start;
  justify-self: center;
  width: min(100%, 340px);
  background: transparent;
}

.about-page.has-post-thumbnail .about-page__media {
  position: sticky;
  top: 1.5rem;
}

.about-page__image {
  display: block;
  width: auto;
  max-width: 100%;
  height: auto;
  object-fit: contain;
  aspect-ratio: auto;
  border-radius: 0;
  border: 0;
  box-shadow: none;
  background: transparent;
}

.about-page.has-post-thumbnail .about-page__content {
  max-width: none;
  margin: 0;
}

.about-page:not(.has-post-thumbnail) .about-page__content {
  grid-column: 1 / -1;
  max-width: 720px;
  margin: 0 auto;
}

.about-page.has-post-thumbnail .about-page__content > p:first-child {
  text-align: left;
}

.site-footer .container {
  text-align: center;
}

.site-footer p {
  margin: 0 0 0.5rem;
}

.footer-logo {
  margin-bottom: 0.2rem;
}

.footer-logo a {
  color: #2f2923;
  font-size: 2rem;
  font-family: "Times New Roman", Georgia, serif;
  font-style: italic;
}

.footer-credit {
  margin-bottom: 0.85rem;
  font-size: 0.72rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #8f7a57;
}

.footer-copyright {
  margin-top: 0.8rem;
  font-size: 0.78rem;
  color: #8f7a57;
}

.footer-links {
  margin: 0.5rem auto 0;
  max-width: var(--narrow-content-width);
  text-align: left;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.2rem;
}

.footer-links__title {
  margin: 0 0 0.5rem;
  font-size: 0.82rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #8f7a57;
}

.footer-links__list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.footer-links__list li + li {
  margin-top: 0.3rem;
}

.footer-links__list a {
  color: #5e5343;
  font-size: 0.92rem;
}

.woocommerce .woocommerce-breadcrumb {
  margin-bottom: 1rem;
}

.woocommerce-checkout form.checkout,
.woocommerce-account .woocommerce form.woocommerce-form,
.woocommerce-account .woocommerce-MyAccount-content form {
  background: #fffdf8;
  border: 1px solid #e3d7c2;
  border-radius: 14px;
  padding: 1rem;
}

.woocommerce form .form-row {
  margin-bottom: 0.8rem;
}

.woocommerce form .form-row label {
  color: #5b4f3f;
  font-size: 0.88rem;
  margin-bottom: 0.3rem;
}

.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea,
.woocommerce form .form-row select,
.woocommerce form .password-input input.input-text {
  border: 1px solid #dfd1b8;
  background: #fff;
  color: #44392d;
  border-radius: 6px;
  min-height: 42px;
  padding: 0.5rem 0.7rem;
}

.woocommerce form .form-row textarea {
  min-height: 110px;
}

.woocommerce #payment,
.woocommerce-checkout #payment {
  background: #f8f2e8;
  border: 1px solid #e3d7c2;
  border-radius: 12px;
}

.woocommerce #payment div.payment_box {
  background: #fff;
  border: 1px solid #e3d7c2;
}

.woocommerce #payment div.payment_box::before {
  border-bottom-color: #fff;
}

.woocommerce .woocommerce-error,
.woocommerce .woocommerce-info,
.woocommerce .woocommerce-message {
  border: 1px solid #e3d7c2;
  border-top: 3px solid #cbb07f;
  background: #fffdf8;
  color: #4f4334;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul {
  list-style: none;
  margin: 0 0 1rem;
  padding: 0;
  display: grid;
  gap: 0.45rem;
}

.woocommerce-account .woocommerce-MyAccount-navigation a {
  display: block;
  padding: 0.52rem 0.7rem;
  border: 1px solid #e1d4bf;
  border-radius: 8px;
  background: #fcf8f0;
  color: #584d3f;
}

.woocommerce-account .woocommerce-MyAccount-navigation .is-active a {
  border-color: #cdb68b;
  background: #f5ecdc;
}

.woocommerce-account .woocommerce-MyAccount-content {
  background: #fffdf8;
  border: 1px solid #e3d7c2;
  border-radius: 14px;
  padding: 1rem;
}

.woocommerce-account .addresses .title .edit {
  color: #7f6a45;
}

.woocommerce div.product {
  background: #ffffff;
  border: 1px solid #e5e7eb;
  border-radius: 10px;
  padding: 1rem;
}

.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
  border: 1px solid #e5e7eb;
  border-radius: 10px;
  background: #ffffff;
  padding: 0.75rem;
}

@media (max-width: 768px) {
  .site {
    margin: 0;
    max-width: none;
  }

  .site-branding {
    padding: 1.2rem 0 0.9rem;
  }

  .site-title a {
    font-size: clamp(2.1rem, 9vw, 3rem);
  }

  .header-bar {
    min-height: 56px;
    grid-template-columns: auto minmax(0, 1fr) auto;
    gap: 0.6rem;
  }

  .header-logo {
    width: 62px;
    min-width: 62px;
    height: 41px;
  }

  .header-logo__text {
    font-size: 0.62rem;
  }

  .header-actions {
    justify-content: flex-end;
    flex-wrap: nowrap;
    gap: 0.3rem;
  }

  .header-actions a {
    width: 30px;
    min-width: 30px;
    height: 30px;
  }

  .header-actions svg {
    width: 14px;
    height: 14px;
  }

  .header-cart__count {
    min-width: 13px;
    height: 13px;
    font-size: 0.52rem;
    border-width: 1px;
  }

  .main-navigation {
    overflow-x: auto;
  }

  .main-navigation ul {
    justify-content: flex-start;
    gap: 1rem;
    min-height: 0;
    flex-wrap: nowrap;
    min-width: max-content;
  }

  .main-navigation a {
    white-space: nowrap;
    font-size: 0.78rem;
  }

  .home-hero {
    min-height: 0;
  }

  .home-hero__title {
    font-size: 1.95rem;
  }

  .home-hero__overlay {
    left: 1rem;
    right: 1rem;
    bottom: 1rem;
    max-width: none;
  }

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

  .home-newsletter__form {
    flex-direction: column;
    align-items: flex-start;
  }

  .home-newsletter__form input {
    max-width: 100%;
  }

  .home-news-list__item {
    flex-direction: column;
    gap: 0.15rem;
  }

  .home-news-list__item time {
    min-width: 0;
  }

  .page-hero__title,
  .news-single__page-title,
  .news-archive__title,
  .about-page__title,
  .policy-page__title,
  .contact-page__title,
  .faq-page__title,
  .refund-page__title {
    font-size: 2rem;
  }

  .news-single__title {
    font-size: 2.2rem;
  }

  .about-page {
    max-width: 860px;
    grid-template-columns: 1fr;
    gap: 1.15rem;
  }

  .about-page__media,
  .about-page.has-post-thumbnail .about-page__content,
  .about-page:not(.has-post-thumbnail) .about-page__content {
    max-width: 720px;
    margin: 0 auto;
  }

  .about-page.has-post-thumbnail .about-page__media {
    position: static;
    top: auto;
  }

  .about-page__media {
    width: min(100%, 220px);
  }

  .about-page.has-post-thumbnail .about-page__content > p:first-child {
    text-align: left;
  }

  .news-single__page-title {
    margin-bottom: 1rem;
    font-size: 1.85rem;
  }

  .news-single__lead {
    font-size: 1.55rem;
  }

  .news-archive__title {
    font-size: 2.7rem;
  }

  .news-archive__toolbar {
    justify-content: flex-start;
    flex-wrap: wrap;
  }

  .news-row {
    grid-template-columns: 1fr;
    padding: 0.95rem 0.75rem;
  }

  .news-row__title {
    font-size: 1.5rem;
  }

  .news-row__readmore {
    justify-self: start;
    margin-top: 0.35rem;
  }

  .story-list {
    grid-template-columns: 1fr;
  }

  .faq-page__grid {
    grid-template-columns: 1fr;
  }

  .faq-card-v2:nth-child(7) {
    grid-column: auto;
  }

  .contact-card .wpcf7-form {
    display: block;
  }

  .contact-card .wpcf7-form .contact-grid {
    grid-template-columns: 1fr;
  }

  .contact-card .wpcf7-form .contact-full {
    grid-column: auto;
  }

  .contact-card .wpcf7-form .contact-submit {
    text-align: left;
  }

  .footer-links {
    grid-template-columns: 1fr;
    max-width: 420px;
    gap: 0.9rem;
  }
}

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

/* Atakuri homepage redesign */
body.home {
  color: var(--atakuri-ink);
}

body.home .container {
  max-width: 1160px;
}

body.home .site {
  background: transparent;
}

body.home .site-main {
  padding: 0;
}

body.home .site-branding {
  display: none;
}

body.home .site-header {
  border-bottom: 0;
  background: transparent;
}

body.home .header-bar {
  min-height: 62px;
  border: 0;
  border-bottom: 1px solid var(--atakuri-line);
  gap: 1rem;
}

body.home .main-navigation {
  overflow-x: auto;
}

body.home .main-navigation ul {
  gap: clamp(0.9rem, 2vw, 2.2rem);
  min-width: max-content;
}

body.home .main-navigation a {
  color: var(--atakuri-ink);
  font-size: clamp(0.86rem, 1vw, 1.02rem);
  font-family: "Times New Roman", Georgia, serif;
  font-weight: 600;
  letter-spacing: 0.05em;
}

body.home .header-actions {
  gap: 0.45rem;
}

body.home .header-actions a {
  width: 34px;
  min-width: 34px;
  height: 34px;
  border-color: #ccbda5;
  background: rgba(248, 242, 232, 0.9);
  color: #6b5a47;
}

body.home .header-actions svg {
  width: 16px;
  height: 16px;
}

body.home .header-cart__count {
  top: -4px;
  right: -4px;
  min-width: 14px;
  height: 14px;
  border: 1px solid #f8f2e8;
  font-size: 0.56rem;
  line-height: 1;
}

.atakuri-home {
  display: grid;
}

.atakuri-section {
  display: grid;
  gap: 1.2rem;
  padding: 2.9rem 0 2.75rem;
  border-bottom: 0;
}

.atakuri-section__title {
  margin: 0;
  color: var(--atakuri-ink);
  text-align: center;
  font-family: "Times New Roman", Georgia, serif;
  font-size: clamp(1.6rem, 2.7vw, 2.55rem);
  font-weight: 600;
  line-height: 1.08;
}

.atakuri-btn {
  padding-inline: 1.3rem;
  font-size: clamp(0.8rem, 0.82vw, 0.94rem);
}

.atakuri-btn--soft {
  background: var(--atakuri-btn-bg-soft);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.72);
}

.atakuri-hero .atakuri-btn {
  background: #eadbc2;
  border-color: #b99562;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.65), 0 8px 18px rgba(119, 94, 58, 0.08);
}

.atakuri-section .atakuri-btn--soft {
  background: rgba(248, 244, 236, 0.68);
}

.atakuri-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(0, 0.9fr);
  align-items: center;
  gap: clamp(1.1rem, 2.8vw, 2.8rem);
  padding: 1.6rem 0 2.4rem;
  border-bottom: 1px solid var(--atakuri-line);
}

.atakuri-hero__copy {
  order: 2;
  max-width: 420px;
}

.atakuri-hero__eyebrow {
  display: none;
}

.atakuri-hero__title {
  margin: 0 0 0.45rem;
  color: var(--atakuri-ink);
  font-family: "Times New Roman", Georgia, serif;
  font-size: clamp(1.9rem, 3.5vw, 3.2rem);
  line-height: 1.08;
}

.atakuri-hero__text {
  margin: 0 0 1rem;
  color: #5f5040;
  font-family: "Times New Roman", Georgia, serif;
  font-size: clamp(0.98rem, 1.15vw, 1.3rem);
  line-height: 1.45;
}

.atakuri-hero__visual {
  order: 1;
}

.atakuri-hero__image {
  display: block;
  width: 100%;
  max-width: 650px;
  height: auto;
}

.atakuri-hero__placeholder {
  min-height: 370px;
  display: grid;
  place-items: center;
  border: 1px dashed #c9b79d;
  border-radius: 12px;
  color: #836f56;
  font-size: 0.75rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.atakuri-best {
  gap: 1.5rem;
}

.atakuri-product-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(0.85rem, 1.8vw, 1.6rem);
}

.atakuri-product-card {
  display: grid;
  gap: 0.35rem;
}

.atakuri-product-card--single,
.atakuri-product-card--empty {
  grid-column: 1 / -1;
  width: min(100%, 21rem);
  margin-inline: auto;
}

.atakuri-product-card--empty {
  width: min(100%, 44rem);
  grid-template-columns: minmax(0, 12rem) minmax(0, 1fr);
  align-items: center;
  gap: clamp(1rem, 2.6vw, 2rem);
  padding: clamp(0.9rem, 2vw, 1.35rem);
  border: 1px solid rgba(206, 188, 158, 0.7);
  border-radius: 24px;
  background: linear-gradient(180deg, rgba(248, 244, 236, 0.72), rgba(248, 244, 236, 0.38));
}

.atakuri-product-card__thumb {
  width: 100%;
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid #d7c7ad;
  box-shadow: 0 8px 18px rgba(94, 76, 52, 0.1);
  background: var(--atakuri-paper);
  aspect-ratio: 5 / 3.5;
}

.atakuri-product-card__thumb--empty {
  max-width: 12rem;
  aspect-ratio: 1 / 1;
  border-radius: 22px;
  box-shadow: none;
}

.atakuri-product-card__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.atakuri-product-card__placeholder {
  width: 100%;
  height: 100%;
  display: grid;
  place-items: center;
  background: linear-gradient(145deg, #f6ede0, #eee0c8);
}

.atakuri-product-card__placeholder span {
  color: #846f52;
  font-size: 0.68rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.atakuri-product-card__body {
  width: 100%;
  display: grid;
  gap: 0.55rem;
  align-content: center;
}

.atakuri-product-card__eyebrow {
  margin: 0;
  color: #8a7556;
  font-size: 0.72rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.atakuri-product-card__name {
  margin: 0.45rem 0 0;
  width: 100%;
  text-align: left;
  font-family: "Times New Roman", Georgia, serif;
  font-size: clamp(1.2rem, 1.55vw, 1.8rem);
  font-weight: 500;
  line-height: 1.2;
}

.atakuri-product-card__name a {
  color: var(--atakuri-ink);
}

.atakuri-product-card__price {
  margin: 0;
  width: 100%;
  text-align: left;
  color: #4d3f31;
  font-family: "Times New Roman", Georgia, serif;
  font-size: clamp(1rem, 1.15vw, 1.35rem);
}

.atakuri-product-card__note {
  margin: 0;
  width: 100%;
  max-width: 30ch;
  text-align: left;
  color: #6b5740;
  line-height: 1.6;
}

.atakuri-product-card .atakuri-btn {
  justify-self: start;
}

.atakuri-product-card--empty .atakuri-product-card__name {
  margin-top: 0;
  font-size: clamp(1.35rem, 2vw, 1.95rem);
}

.atakuri-product-card--empty .atakuri-btn {
  margin-top: 0.1rem;
}

.atakuri-how {
  gap: 1.35rem;
  position: relative;
  isolation: isolate;
}

.atakuri-how::before,
.atakuri-latest-news::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 50%;
  width: 100vw;
  transform: translateX(-50%);
  border-radius: 0;
  z-index: -1;
}

.atakuri-how::before {
  background: rgba(226, 213, 190, 0.28);
}

.atakuri-latest-news::before {
  background: #fffdf8;
}

.atakuri-how__panel {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(0, 1fr);
  align-items: center;
  gap: clamp(1rem, 2.4vw, 2.3rem);
}

.atakuri-how__visual {
  border-radius: 16px;
  overflow: hidden;
}

.atakuri-desk-illustration {
  display: block;
  width: 100%;
  height: auto;
}

.atakuri-how__content {
  max-width: 460px;
}

.atakuri-how__content p {
  margin: 0 0 1rem;
  color: #4f4030;
  font-family: "Times New Roman", Georgia, serif;
  font-size: clamp(1rem, 1.2vw, 1.35rem);
  line-height: 1.45;
}

.atakuri-steps {
  gap: 1.25rem;
  align-items: center;
  padding-inline: clamp(0.75rem, 1.8vw, 1.8rem);
}

.atakuri-steps__grid {
  width: min(980px, 100%);
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(0.85rem, 1.8vw, 1.35rem);
}

.atakuri-steps__item {
  min-height: 13rem;
  padding: clamp(1rem, 2vw, 1.55rem);
  border: 1px solid rgba(189, 171, 142, 0.42);
  border-radius: 20px;
  background: rgba(250, 245, 235, 0.68);
  display: grid;
  align-content: start;
  gap: 0.65rem;
}

.atakuri-steps__number {
  color: #a67842;
  font-family: "Times New Roman", Georgia, serif;
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.18em;
}

.atakuri-steps__item h3 {
  margin: 0;
  color: var(--atakuri-ink);
  font-family: "Times New Roman", Georgia, serif;
  font-size: clamp(1.1rem, 1.35vw, 1.45rem);
  font-weight: 500;
  line-height: 1.2;
}

.atakuri-steps__item p {
  margin: 0;
  color: #6b5740;
  line-height: 1.65;
}

.atakuri-steps > .atakuri-btn {
  justify-self: center;
}

.atakuri-latest-news {
  gap: 1.5rem;
  position: relative;
  isolation: isolate;
}

.atakuri-news-row {
  width: min(980px, 100%);
  display: grid;
  grid-template-columns: minmax(0, 220px) minmax(0, 1fr) auto;
  align-items: center;
  gap: 1.2rem;
}

.atakuri-news-row__thumb {
  border-radius: 14px;
  overflow: hidden;
  border: 1px solid #d8c9b0;
  background: #f4e9d6;
  aspect-ratio: 3.5 / 2;
}

.atakuri-news-row__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.atakuri-news-row__placeholder {
  width: 100%;
  height: 100%;
  display: grid;
  place-items: center;
  background: linear-gradient(145deg, #f6edde, #eeddc2);
}

.atakuri-news-row__placeholder span {
  color: #7b674d;
  font-size: 0.68rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.atakuri-news-row__body h3 {
  margin: 0 0 0.35rem;
  color: var(--atakuri-ink);
  font-family: "Times New Roman", Georgia, serif;
  font-size: clamp(1.15rem, 1.45vw, 1.55rem);
  line-height: 1.18;
}

.atakuri-news-row__body time {
  color: #5d4f3f;
  font-family: "Times New Roman", Georgia, serif;
  font-size: clamp(0.95rem, 1.1vw, 1.15rem);
}

.site-footer {
  position: relative;
  margin-top: 0;
  border-top: 0;
  background:
    linear-gradient(180deg, rgba(235, 224, 205, 0.5), rgba(226, 213, 190, 0.7)),
    rgba(232, 220, 199, 0.52);
  box-shadow: 0 -12px 28px rgba(91, 76, 57, 0.08);
  overflow: visible;
}

.site-footer::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: -17px;
  height: 18px;
  background: radial-gradient(24px 16px at 24px 100%, rgba(232, 220, 199, 0.82) 98%, transparent 101%) 0 0 / 48px 18px repeat-x;
  pointer-events: none;
}

.atakuri-footer {
  position: relative;
  padding: 2.05rem 0 1.05rem;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(22rem, 1.35fr) minmax(0, 1fr);
  align-items: center;
  gap: 1rem clamp(1.4rem, 4vw, 4rem);
  row-gap: 1.15rem;
}

.atakuri-footer__brand {
  display: grid;
  justify-items: start;
  gap: 0.35rem;
}

.atakuri-footer__brand-row {
  display: inline-flex;
  align-items: center;
  gap: 0.7rem;
}

.atakuri-footer__logo {
  width: min(9rem, 100%);
  display: inline-block;
}

.atakuri-footer__logo img {
  width: 100%;
  height: auto;
  display: block;
}

.atakuri-footer__logo span {
  font-family: "Times New Roman", Georgia, serif;
  font-size: 1.2rem;
  font-style: italic;
  font-weight: 600;
  text-transform: lowercase;
}

.atakuri-footer__tagline {
  max-width: 16rem;
  margin: 0;
  font-size: 0.78rem;
  line-height: 1.45;
  text-align: left;
}

.atakuri-footer__social {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.45rem;
}

.atakuri-footer__social a {
  width: 1.75rem;
  height: 1.65rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(125, 101, 69, 0.34);
  border-radius: 999px;
  background: rgba(248, 244, 236, 0.42);
}

.atakuri-footer__social svg {
  width: 0.95rem;
  height: 0.95rem;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.65;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.atakuri-footer__center {
  display: grid;
  justify-items: center;
  text-align: center;
  gap: 0.65rem;
}

.atakuri-footer__note {
  margin: 0;
  font-size: 0.78rem;
  line-height: 1.4;
}

.atakuri-footer__nav,
.atakuri-footer__legal {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem 1.15rem;
  align-items: center;
}

.atakuri-footer__nav {
  justify-content: center;
}

.atakuri-footer__legal {
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: flex-end;
  justify-content: center;
  gap: 0.55rem;
  text-align: right;
}

.atakuri-footer a {
  color: #4c4135;
  font-family: "Times New Roman", Georgia, serif;
  font-size: clamp(0.82rem, 0.9vw, 0.96rem);
  font-weight: 600;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  line-height: 1.2;
}

.atakuri-footer a:hover,
.atakuri-footer a:focus {
  color: #372c22;
}

.atakuri-footer__copyright {
  grid-column: 1 / -1;
  justify-self: center;
  margin: 0;
  color: #8b785d;
  font-family: "Times New Roman", Georgia, serif;
  font-size: 0.68rem;
  letter-spacing: 0.05em;
  text-transform: none;
}

@media (max-width: 1024px) {
  .atakuri-hero {
    grid-template-columns: 1fr;
    justify-items: center;
    text-align: center;
  }

  .atakuri-hero__copy {
    order: 2;
  }

  .atakuri-hero__visual {
    order: 1;
    width: min(740px, 100%);
  }

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

  .atakuri-how__panel {
    grid-template-columns: 1fr;
  }

  .atakuri-how__content {
    max-width: none;
    text-align: center;
    justify-items: center;
    display: grid;
  }

  .atakuri-steps__grid {
    grid-template-columns: 1fr;
    width: min(32rem, 100%);
  }

  .atakuri-steps__item {
    min-height: 0;
  }

  .atakuri-news-row {
    grid-template-columns: minmax(0, 220px) minmax(0, 1fr);
  }

  .atakuri-news-row .atakuri-btn {
    grid-column: 1 / -1;
    justify-self: start;
  }

  .atakuri-footer {
    grid-template-columns: 1fr;
    justify-items: center;
    text-align: center;
  }

  .atakuri-footer__brand {
    justify-items: center;
  }

  .atakuri-footer__legal {
    align-items: center;
    justify-content: center;
    text-align: center;
  }
}

@media (max-width: 768px) {
  body.home .site-main {
    padding-bottom: 0;
  }

  body.home .header-bar {
    min-height: 56px;
  }

  body.home .main-navigation a {
    font-size: 0.78rem;
    white-space: nowrap;
  }

  body.home .header-actions {
    gap: 0.3rem;
  }

  body.home .header-actions a {
    width: 30px;
    min-width: 30px;
    height: 30px;
  }

  body.home .header-actions svg {
    width: 14px;
    height: 14px;
  }

  body.home .header-cart__count {
    min-width: 13px;
    height: 13px;
    font-size: 0.52rem;
  }

  .atakuri-section {
    padding: 1.95rem 0;
  }

  .atakuri-hero {
    padding-top: 1.25rem;
  }

  .atakuri-hero__title {
    font-size: clamp(1.9rem, 8vw, 2.9rem);
  }

  .atakuri-hero__text {
    font-size: 1rem;
  }

  .atakuri-product-grid {
    grid-template-columns: 1fr;
  }

  .atakuri-product-card--empty {
    width: min(100%, 24rem);
    grid-template-columns: 1fr;
    gap: 0.95rem;
    padding: 0.25rem 0 0;
    border: 0;
    border-radius: 0;
    background: transparent;
  }

  .atakuri-product-card__thumb--empty {
    max-width: 11.5rem;
  }

  .atakuri-news-row {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .atakuri-news-row .atakuri-btn {
    justify-self: center;
  }

  .atakuri-footer {
    grid-template-columns: 1fr;
    justify-items: center;
    text-align: center;
  }

  .atakuri-footer__brand {
    justify-items: center;
  }

  .atakuri-footer__tagline {
    max-width: 19rem;
  }

  .atakuri-footer__nav,
  .atakuri-footer__legal {
    align-items: center;
    justify-content: center;
    text-align: center;
  }
}

/* Keep all visible typography on the same neutral ink color. */
body,
body :where(h1, h2, h3, h4, h5, h6, p, a, li, span, time, label, small, strong, em, blockquote, figcaption, button, input, textarea, select, option, .button, .home-btn, .atakuri-btn, .amount, .price) {
  color: #4d4d4d !important;
}

body :where(input, textarea)::placeholder {
  color: #4d4d4d !important;
  opacity: 0.72;
}

.header-cart__count {
  color: #fff !important;
}

.atakuri-steps__number {
  color: #a67842 !important;
}
