:root {
  --bg: #120c0d;
  --bg-soft: #1b1113;
  --panel: #231618;
  --text: #f8f0e3;
  --muted: #cebca6;
  --line: #3b2a2d;
  --accent: #bf1e2e;
  --accent-strong: #941523;
  --gold: #d2b17c;
  --success: #72c38a;
  --header-height: 86px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--text);
  background: radial-gradient(circle at 10% 0%, #2a1518 0%, var(--bg) 45%),
    radial-gradient(circle at 95% 20%, #281114 0%, transparent 40%),
    var(--bg);
  font-family: "Be Vietnam Pro", "Hiragino Sans", "Yu Gothic", sans-serif;
  line-height: 1.6;
}

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

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

.background-noise {
  position: fixed;
  inset: 0;
  pointer-events: none;
  background-image:
    linear-gradient(115deg, transparent 0%, rgba(255, 255, 255, 0.03) 48%, transparent 52%),
    radial-gradient(circle at 20% 20%, rgba(210, 177, 124, 0.12) 0%, transparent 24%);
  mix-blend-mode: soft-light;
  opacity: 0.45;
  z-index: -1;
}

.container {
  width: min(1200px, calc(100% - 2.4rem));
  margin-inline: auto;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 40;
  height: var(--header-height);
  border-bottom: 1px solid rgba(210, 177, 124, 0.15);
  background: rgba(19, 12, 13, 0.84);
  backdrop-filter: blur(10px);
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.2rem;
  height: 100%;
}

.brand {
  display: flex;
  align-items: center;
  gap: 0.7rem;
}

.brand-mark {
  display: grid;
  place-items: center;
  width: 2rem;
  height: 2rem;
  border-radius: 0.45rem;
  background: linear-gradient(145deg, var(--accent), #de3344);
  color: #fff;
  font-family: "Cormorant Garamond", "Noto Serif JP", serif;
  font-size: 1.3rem;
  font-weight: 700;
}

.brand-text {
  display: flex;
  flex-direction: column;
  line-height: 1.1;
}

.brand-text strong {
  font-family: "Cormorant Garamond", "Noto Serif JP", serif;
  font-size: 1.25rem;
  letter-spacing: 0.06em;
}

.brand-text small {
  color: var(--muted);
  font-size: 0.66rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.site-nav {
  display: flex;
  gap: clamp(1rem, 3.5vw, 2rem);
  font-size: 0.79rem;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.site-nav a {
  color: color-mix(in srgb, var(--text) 80%, #fff 20%);
  transition: color 200ms ease;
}

.site-nav a:hover {
  color: #fff;
}

.lang-control {
  display: flex;
  align-items: center;
  gap: 0.6rem;
}

.lang-label {
  color: var(--muted);
  font-size: 0.72rem;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.lang-switcher {
  display: inline-flex;
  gap: 0.35rem;
  padding: 0.25rem;
  border: 1px solid rgba(210, 177, 124, 0.2);
  border-radius: 999px;
  background: rgba(23, 16, 17, 0.9);
}

.lang-switcher button {
  border: 0;
  border-radius: 999px;
  padding: 0.38rem 0.72rem;
  background: transparent;
  color: var(--muted);
  font-family: inherit;
  font-size: 0.73rem;
  font-weight: 600;
  letter-spacing: 0.02em;
  cursor: pointer;
  transition: all 180ms ease;
}

.lang-switcher button:hover {
  color: #fff;
}

.lang-switcher button.is-active {
  background: var(--accent);
  color: #fff;
  box-shadow: 0 10px 20px rgba(191, 30, 46, 0.35);
}

.hero {
  position: relative;
  min-height: min(92vh, 860px);
  isolation: isolate;
  overflow: hidden;
}

.hero-image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.9) contrast(1.06);
  transform: scale(1.04);
}

.hero-overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(12, 7, 8, 0.25) 0%, rgba(12, 7, 8, 0.82) 68%, var(--bg) 100%),
    linear-gradient(95deg, rgba(18, 12, 13, 0.82), rgba(18, 12, 13, 0.18) 45%, rgba(18, 12, 13, 0.82));
}

.hero-content {
  position: relative;
  z-index: 1;
  min-height: calc(min(92vh, 860px) - var(--header-height));
  padding-top: clamp(6rem, 12vw, 10rem);
  padding-bottom: clamp(4rem, 10vw, 8rem);
}

.eyebrow {
  margin: 0;
  color: var(--gold);
  font-size: 0.74rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.hero h1 {
  margin: 0.95rem 0 0;
  max-width: 11ch;
  font-family: "Cormorant Garamond", "Noto Serif JP", serif;
  font-size: clamp(2.5rem, 8vw, 5.7rem);
  font-weight: 600;
  line-height: 0.95;
}

.hero h1 span {
  color: var(--gold);
  font-style: italic;
}

.hero-subtitle {
  margin: 1.45rem 0 0;
  max-width: min(60ch, 90%);
  color: #f4e7d6;
  font-size: clamp(0.99rem, 2.5vw, 1.22rem);
}

.hero-actions {
  margin-top: 2rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2.85rem;
  padding: 0.75rem 1.2rem;
  border-radius: 0.7rem;
  border: 1px solid transparent;
  font-weight: 700;
  font-size: 0.82rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  transition: transform 180ms ease, background 180ms ease, border-color 180ms ease;
}

.btn:hover {
  transform: translateY(-1px);
}

.btn-primary {
  background: linear-gradient(145deg, var(--accent), var(--accent-strong));
  color: #fff;
}

.btn-primary:hover {
  background: linear-gradient(145deg, #cf2537, #7f101d);
}

.btn-outline {
  border-color: rgba(248, 240, 227, 0.42);
  color: #fff;
  background: rgba(14, 11, 11, 0.2);
}

.btn-outline:hover {
  border-color: var(--gold);
  background: rgba(14, 11, 11, 0.38);
}

.trust-strip {
  margin-top: -2.1rem;
  position: relative;
  z-index: 2;
}

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

.trust-item {
  padding: 1.2rem 1rem;
  border: 1px solid var(--line);
  border-radius: 0.9rem;
  background: rgba(24, 15, 16, 0.96);
}

.trust-item h2 {
  margin: 0;
  font-size: 0.98rem;
  color: #fff;
}

.trust-item p {
  margin: 0.45rem 0 0;
  color: var(--muted);
  font-size: 0.84rem;
}

.section {
  padding: clamp(3.3rem, 7vw, 6rem) 0;
}

.section-head {
  max-width: 57ch;
}

.section-head h2,
.story-content h2,
.craft-grid h2,
.newsletter h2 {
  margin: 0.7rem 0 0;
  font-family: "Cormorant Garamond", "Noto Serif JP", serif;
  font-size: clamp(2rem, 5vw, 3.3rem);
  line-height: 1.07;
}

.section-head p {
  margin: 0.95rem 0 0;
  color: var(--muted);
}

.cuts-grid {
  margin-top: 1.8rem;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.9rem;
}

.cut-card {
  border: 1px solid var(--line);
  border-radius: 0.85rem;
  overflow: hidden;
  background: linear-gradient(180deg, rgba(35, 22, 24, 0.85), rgba(18, 12, 13, 0.96));
}

.cut-card img {
  width: 100%;
  aspect-ratio: 4 / 3.7;
  object-fit: cover;
  transition: transform 420ms ease;
}

.cut-card:hover img {
  transform: scale(1.06);
}

.cut-content {
  padding: 0.85rem 0.88rem 0.95rem;
}

.cut-content h3 {
  margin: 0;
  font-size: 1rem;
}

.cut-content p {
  margin: 0.5rem 0 0;
  color: var(--muted);
  font-size: 0.86rem;
}

.cut-bottom {
  margin-top: 0.9rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.8rem;
}

.price {
  color: #fff;
  font-size: 0.92rem;
  font-weight: 700;
}

.btn-mini {
  border: 1px solid rgba(210, 177, 124, 0.36);
  border-radius: 999px;
  background: rgba(31, 20, 22, 0.8);
  color: var(--gold);
  padding: 0.35rem 0.72rem;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  cursor: pointer;
}

.btn-mini:hover {
  border-color: var(--gold);
  color: #fff;
}

.story-section {
  display: grid;
  grid-template-columns: 1.05fr 1fr;
  gap: clamp(1.2rem, 3vw, 3rem);
  align-items: stretch;
}

.story-media {
  border-radius: 0.95rem;
  overflow: hidden;
  border: 1px solid var(--line);
}

.story-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.story-content {
  padding: clamp(1rem, 1.7vw, 1.4rem);
  border: 1px solid var(--line);
  border-radius: 0.95rem;
  background: linear-gradient(160deg, rgba(42, 24, 26, 0.8), rgba(18, 12, 13, 0.95));
}

.story-content p {
  color: var(--muted);
}

.story-content blockquote {
  margin: 1.1rem 0 0;
  border-left: 3px solid var(--accent);
  padding-left: 0.9rem;
  color: #fff;
  font-size: 0.95rem;
}

.text-link {
  display: inline-block;
  margin-top: 1rem;
  color: #fff;
  font-size: 0.82rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  border-bottom: 1px solid var(--accent);
}

.section-alt {
  background: linear-gradient(180deg, rgba(28, 18, 20, 0.6), rgba(23, 14, 16, 0.92));
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.craft-grid {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: clamp(1rem, 2.4vw, 2.4rem);
  align-items: center;
}

.craft-grid p {
  color: var(--muted);
}

.metrics {
  margin-top: 1.3rem;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.85rem;
}

.metrics div {
  padding: 0.85rem;
  border: 1px solid var(--line);
  border-radius: 0.75rem;
  background: rgba(16, 11, 12, 0.75);
}

.metrics strong {
  display: block;
  font-size: 1.4rem;
  font-family: "Cormorant Garamond", "Noto Serif JP", serif;
  color: #fff;
}

.metrics span {
  font-size: 0.78rem;
  color: var(--muted);
}

.craft-card {
  padding: clamp(1.2rem, 3vw, 2rem);
  border: 1px solid rgba(210, 177, 124, 0.3);
  border-radius: 0.95rem;
  background:
    radial-gradient(circle at 88% 0%, rgba(210, 177, 124, 0.2), transparent 55%),
    linear-gradient(165deg, rgba(31, 19, 22, 0.98), rgba(17, 11, 12, 0.95));
}

.craft-card h3 {
  margin: 0;
  font-family: "Cormorant Garamond", "Noto Serif JP", serif;
  font-size: clamp(1.4rem, 3.7vw, 2.2rem);
}

.newsletter {
  border: 1px solid rgba(210, 177, 124, 0.25);
  border-radius: 1rem;
  background:
    linear-gradient(90deg, rgba(122, 15, 31, 0.26), rgba(38, 12, 17, 0.7)),
    linear-gradient(180deg, rgba(31, 18, 20, 0.8), rgba(17, 12, 13, 0.96));
  padding: clamp(1.2rem, 3vw, 2.1rem);
}

.newsletter p {
  margin-top: 0.7rem;
  color: #e9dcc8;
}

.newsletter form {
  margin-top: 1rem;
  display: flex;
  gap: 0.65rem;
}

.newsletter input {
  flex: 1;
  min-width: 180px;
  border: 1px solid rgba(248, 240, 227, 0.28);
  border-radius: 0.68rem;
  background: rgba(15, 10, 10, 0.58);
  color: #fff;
  padding: 0.76rem 0.88rem;
  font-size: 0.9rem;
}

.newsletter input:focus {
  outline: 1px solid var(--gold);
  border-color: var(--gold);
}

#newsletterStatus {
  min-height: 1.4rem;
  margin: 0.7rem 0 0;
  color: var(--success);
  font-size: 0.85rem;
}

.newsletter small {
  color: var(--muted);
  font-size: 0.73rem;
}

.site-footer {
  border-top: 1px solid var(--line);
  padding: 2.4rem 0 1.5rem;
  background: #120c0d;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.2fr repeat(3, 1fr);
  gap: 1rem;
}

.footer-grid h2,
.footer-grid h3 {
  margin: 0;
}

.footer-grid h2 {
  font-family: "Cormorant Garamond", "Noto Serif JP", serif;
  font-size: 1.6rem;
}

.footer-grid h3 {
  font-size: 0.76rem;
  text-transform: uppercase;
  letter-spacing: 0.09em;
  color: var(--gold);
}

.footer-grid p {
  margin: 0.5rem 0 0;
  color: var(--muted);
  font-size: 0.86rem;
}

.footer-copy {
  width: min(1200px, calc(100% - 2.4rem));
  margin: 1.6rem auto 0;
  padding-top: 1rem;
  border-top: 1px solid rgba(210, 177, 124, 0.15);
  color: #b4a089;
  font-size: 0.75rem;
}

@media (max-width: 1080px) {
  .site-nav {
    display: none;
  }

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

  .story-section,
  .craft-grid {
    grid-template-columns: 1fr;
  }

  .story-media {
    max-height: 420px;
  }

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

@media (max-width: 720px) {
  :root {
    --header-height: 78px;
  }

  .container {
    width: min(1200px, calc(100% - 1.5rem));
  }

  .header-inner {
    gap: 0.6rem;
  }

  .brand-text small {
    display: none;
  }

  .lang-label {
    display: none;
  }

  .lang-switcher button {
    padding: 0.34rem 0.6rem;
    font-size: 0.69rem;
  }

  .hero-content {
    padding-top: clamp(5.2rem, 18vw, 8.4rem);
  }

  .trust-grid,
  .cuts-grid,
  .metrics,
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .newsletter form {
    flex-direction: column;
  }
}
