:root {
    /* Color Palette */
    --bg-color: #F9F9F7;
    /* Off-white / Washi-paper */
    --text-color: #333333;
    /* Dark Charcoal */
    --accent-color: #D4AF37;
    /* Rice Husk Gold */
    --secondary-accent: #2c4f3e;
    /* Deep Moss Green */

    /* Typography */
    --font-mincho: "Shippori Mincho", "YuMincho", "Hiragino Mincho ProN", serif;
    --font-sans: "Noto Sans JP", "YuGothic", "Hiragino Kaku Gothic ProN", sans-serif;

    /* Spacing */
    --section-padding: 120px 20px;
    --max-width: 1200px;
}

body {
    background-color: var(--bg-color);
    color: var(--text-color);
    font-family: var(--font-sans);
    line-height: 2.0;
    margin: 0;
    padding: 0;
    -webkit-font-smoothing: antialiased;
    letter-spacing: 0.05em;
}

html {
    scroll-behavior: smooth;
}

/* Fade In Animation */
.fade-up {
    opacity: 0;
    transform: translateY(30px);
    transition: opacity 0.8s ease-out, transform 0.8s ease-out;
}

.fade-up.visible {
    opacity: 1;
    transform: translateY(0);
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: var(--font-mincho);
    font-weight: 500;
    margin: 0;
}

/* Hero Logo Styles */
/* Hero Logo Styles */
.hero-logo-img {
    max-height: 70vh;
    /* Reduced from 60vh for better fit */
    width: auto;
    /* mix-blend-mode removed */
    filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.6));
    pointer-events: none;
    /* Allows clicks to pass through if needed */
}

/* Main Title specific font override (Deprecated but kept for reference) */
h1.text-vertical {
    font-family: "Ma Shan Zheng", "Shippori Mincho", serif !important;
    font-weight: 400 !important;
    /* Ma Shan Zheng is bold by nature */
}

a {
    text-decoration: none;
    color: inherit;
    transition: opacity 0.3s ease;
}

a:hover {
    opacity: 0.7;
}

.container {
    max-width: var(--max-width);
    margin: 0 auto;
    padding: 0 20px;
}

/* Utilities */
.text-vertical {
    writing-mode: vertical-rl;
    text-orientation: upright;
    letter-spacing: 0.2em;
}

.text-gold {
    color: var(--accent-color);
}

.section-title {
    font-size: 2.5rem;
    margin-bottom: 2rem;
    text-align: center;
    position: relative;
    padding-bottom: 20px;
}

.section-title::after {
    content: "";
    display: block;
    width: 60px;
    height: 1px;
    background: var(--text-color);
    margin: 20px auto 0;
}

/* Hero Slideshow Styles (Fade) */
.mandala-hero {
    min-height: 720px;
    background:
        linear-gradient(90deg, rgba(250, 248, 241, 0.08), rgba(250, 248, 241, 0)),
        url('hero_mandala_logo.png') center / cover no-repeat;
    isolation: isolate;
}

.mandala-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 0;
    pointer-events: none;
    background-image:
        linear-gradient(rgba(90, 70, 38, 0.055) 1px, transparent 1px),
        linear-gradient(90deg, rgba(90, 70, 38, 0.045) 1px, transparent 1px),
        radial-gradient(circle at center, rgba(255, 255, 255, 0.78), transparent 58%);
    background-size: 96px 96px, 96px 96px, 100% 100%;
    mix-blend-mode: multiply;
    opacity: 0.18;
}

.mandala-hero::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 0;
    pointer-events: none;
    background:
        repeating-linear-gradient(0deg, rgba(98, 70, 34, 0.03) 0 1px, transparent 1px 5px),
        repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.24) 0 1px, transparent 1px 7px);
    opacity: 0.08;
}

.mandala-hero-bg {
    position: absolute;
    top: 50%;
    left: 58%;
    width: min(72vw, 820px);
    aspect-ratio: 1;
    transform: translate(-50%, -50%);
    z-index: 1;
    pointer-events: none;
    display: none;
}

.mandala-field,
.mandala-square,
.mandala-lotus,
.mandala-core {
    position: absolute;
    inset: 0;
    margin: auto;
}

.mandala-field {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background:
        repeating-conic-gradient(from 45deg, rgba(180, 137, 54, 0.09) 0deg 2deg, transparent 2deg 14deg),
        radial-gradient(circle, transparent 0 28%, rgba(212, 175, 55, 0.1) 28.2% 28.7%, transparent 29% 44%, rgba(44, 79, 62, 0.08) 44.2% 44.6%, transparent 45%);
    opacity: 0.76;
}

.mandala-square {
    width: 70%;
    height: 70%;
    border: 1px solid rgba(180, 137, 54, 0.34);
    box-shadow:
        0 0 0 12px rgba(255, 255, 255, 0.14),
        inset 0 0 0 1px rgba(255, 255, 255, 0.38);
}

.mandala-square::before,
.mandala-square::after {
    content: "";
    position: absolute;
    background: #f5efe3;
    box-shadow: 0 0 0 1px rgba(180, 137, 54, 0.2);
}

.mandala-square::before {
    top: 50%;
    left: -3%;
    right: -3%;
    height: 13%;
    transform: translateY(-50%);
}

.mandala-square::after {
    top: -3%;
    bottom: -3%;
    left: 50%;
    width: 13%;
    transform: translateX(-50%);
}

.mandala-square-outer {
    transform: rotate(0deg);
}

.mandala-square-inner {
    width: 49%;
    height: 49%;
    transform: rotate(45deg);
    border-color: rgba(44, 79, 62, 0.22);
}

.mandala-lotus {
    width: 44%;
    height: 44%;
    border-radius: 50%;
    background:
        radial-gradient(circle, rgba(255, 255, 255, 0.72) 0 22%, transparent 23%),
        repeating-conic-gradient(from -8deg, rgba(212, 175, 55, 0.38) 0deg 10deg, transparent 10deg 30deg);
    filter: drop-shadow(0 18px 38px rgba(64, 45, 19, 0.12));
    opacity: 0.84;
}

.mandala-lotus::before {
    content: "";
    position: absolute;
    inset: 13%;
    border-radius: 50%;
    border: 1px solid rgba(180, 137, 54, 0.42);
    background:
        radial-gradient(circle, rgba(255, 255, 255, 0.86) 0 45%, transparent 46%),
        repeating-conic-gradient(rgba(255, 255, 255, 0.1) 0deg 3deg, transparent 3deg 15deg);
}

.mandala-core {
    display: grid;
    place-items: center;
    width: clamp(108px, 14vw, 156px);
    height: clamp(108px, 14vw, 156px);
    border-radius: 50%;
    background:
        radial-gradient(circle at 38% 30%, rgba(255, 255, 255, 0.96), rgba(248, 241, 226, 0.86) 60%, rgba(212, 175, 55, 0.12));
    border: 1px solid rgba(180, 137, 54, 0.42);
    box-shadow:
        0 20px 50px rgba(71, 50, 23, 0.13),
        inset 0 0 0 8px rgba(255, 255, 255, 0.42),
        inset 0 0 30px rgba(212, 175, 55, 0.12);
}

.mandala-core img {
    display: block;
    width: 64%;
    height: 64%;
    object-fit: contain;
    filter:
        brightness(0)
        saturate(100%)
        invert(68%)
        sepia(32%)
        saturate(733%)
        hue-rotate(5deg)
        brightness(92%)
        contrast(88%)
        drop-shadow(0 2px 7px rgba(95, 68, 25, 0.16));
    opacity: 0.96;
}

.hero-slideshow {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    overflow: hidden;
}

.hero-slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    opacity: 0;
    animation: slideShow 24s infinite;
    /* 4 slides * 6s */
    filter: brightness(0.8);
}

.hero-slide:nth-child(1) {
    background-image: url('slide_4.png');
    /* Landscape */
    animation-delay: 0s;
}

.hero-slide:nth-child(2) {
    background-image: url('cube_rice_final.png');
    /* Cube Rice */
    animation-delay: 6s;
}

.hero-slide:nth-child(3) {
    background-image: url('slide_2.png');
    /* Cooked Rice */
    animation-delay: 12s;
}

.hero-slide:nth-child(4) {
    background-image: url('natural_rice_ears.png');
    /* Rice Ear */
    animation-delay: 18s;
}

@keyframes slideShow {
    0% {
        opacity: 0;
        transform: scale(1.1);
    }

    4% {
        opacity: 1;
        transform: scale(1.05);
    }

    25% {
        opacity: 1;
        transform: scale(1);
    }

    29% {
        opacity: 0;
        transform: scale(1.05);
    }

    100% {
        opacity: 0;
        transform: scale(1.1);
    }
}

/* Hero Content Wrapper (Desktop Base) */
.hero-content-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    z-index: 2;
    /* Ensure it sits above background */
}

/* Hero Badge (Desktop Base) */
.hero-badge {
    position: absolute;
    bottom: 40px;
    left: 40px;
    background: rgba(255, 255, 255, 0.9);
    padding: 30px;
    border-radius: 2px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    pointer-events: auto;
}

/* Button UI */
.cta-buttons {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    margin-top: 40px;
}

.btn {
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 15px 30px;
    letter-spacing: 0.1em;
    font-size: 0.9rem;
    text-align: center;
    transition: all 0.3s ease;
    min-width: 200px;
    line-height: 1.4;
    text-decoration: none;
}

.btn span {
    display: block;
    margin-top: 4px;
    font-size: 0.7em;
    opacity: 0.8;
}

.btn-dark {
    background: #333;
    color: #fff;
    border: 1px solid #333;
}

.btn-dark:hover {
    background: #555;
    border-color: #555;
    opacity: 1;
}

.btn-gold {
    background: var(--accent-color);
    color: #fff;
    border: 1px solid var(--accent-color);
    font-weight: 500;
}

.btn-gold:hover {
    background: #c5a028;
    border-color: #c5a028;
    opacity: 1;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(212, 175, 55, 0.3);
}

/* Header Button */
.header-btn {
    font-size: 11px;
    letter-spacing: 0.1em;
    border: 1px solid #fff;
    padding: 8px 16px;
    color: #fff;
    text-transform: uppercase;
    transition: all 0.3s ease;
}

.header-btn:hover {
    background: #fff;
    color: #000;
    opacity: 1;
}

/* Mobile Responsiveness */
@media (max-width: 768px) {

    /* Hide Header on Mobile */
    header {
        display: none !important;
    }

    :root {
        --section-padding: 60px 20px;
    }

    .section-title {
        font-size: 1.8rem;
    }

    /* Hero */
    .mandala-hero {
        min-height: 640px;
    }

    .mandala-hero-bg {
        top: 48%;
        left: 50%;
        width: min(108vw, 560px);
        opacity: 0.94;
    }

    .mandala-square {
        width: 76%;
        height: 76%;
    }

    .mandala-lotus {
        width: 50%;
        height: 50%;
    }

    .mandala-core {
        width: 116px;
        height: 116px;
    }

    .hero-content-wrapper {
        flex-direction: row-reverse;
        align-items: flex-start;
        /* Align tops of title/subtitle */
        justify-content: center;
        /* Center horizontally */
        height: auto;
        /* Allow parent to center it vertically */
        gap: 20px;
        width: 100%;
        padding-bottom: 100px;
        /* Space for the badge */
    }

    .text-vertical {
        writing-mode: vertical-rl;
        text-orientation: upright;
        border-right: 1px solid rgba(255, 255, 255, 0.5);
        border-bottom: none;
        padding-right: 20px;
        padding-bottom: 0;
        text-align: left;
        width: auto;
        height: auto;
    }

    h1.text-vertical {
        font-size: 2.4rem !important;
        /* Adjusted for balance */
        border-right: none;
        padding-right: 0;
        line-height: 1.2;
        margin-left: 0;
    }

    /* Subtitle on mobile */
    .hero-content-wrapper>div.text-vertical {
        font-size: 0.85rem !important;
        line-height: 1.8 !important;
        text-orientation: mixed;
        /* Rotate English text 90deg for better flow */
        opacity: 0.9;
        border-right: 1px solid rgba(255, 255, 255, 0.5);
    }

    /* Floating Badge */
    .hero-badge {
        position: absolute;
        bottom: 30px;
        /* Pin to bottom */
        left: 50%;
        transform: translateX(-50%);
        /* Center horizontally */
        right: auto;
        margin-top: 0;
        width: 90%;
        /* Fit screen width */
        max-width: 340px;
        padding: 20px;
    }

    /* Evidence Grid: Force stacked layout on mobile */
    #evidence>div>div {
        grid-template-columns: 1fr !important;
        gap: 40px !important;
    }

    /* Evidence Typography Fixes for Mobile */
    #evidence h3 {
        font-size: 1.3rem;
    }

    /* Target the big numbers and labels specifically */
    #evidence .text-center>div:first-child {
        /* The "322" */
        font-size: 3rem !important;
    }

    #evidence .text-center>div:nth-child(3) {
        /* The "NOT DETECTED" box */
        font-size: 1.2rem !important;
        padding: 10px 20px !important;
        white-space: nowrap;
        /* Prevent breaking */
    }

    /* Fix Cart Icon Centering if needed via CSS too, though inline handles most */
    #cart-floating-btn>div {
        width: 100%;
        height: 100%;
    }

    /* Business Flex */
    #business>div>div {
        flex-direction: column-reverse !important;
    }

    #business img {
        height: 250px !important;
        width: 100% !important;
    }

    .cta-buttons {
        flex-direction: column;
        width: 100%;
    }

    .cta-buttons .btn {
        width: 100%;
        padding: 15px;
    }
}

/* -----------------------------------------------------------------
   Product Section Styles
----------------------------------------------------------------- */
#products {
    background-color: var(--bg-color);
    /* Maintain off-white flow */
}

.product-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    align-items: stretch;
    margin-bottom: 80px;
}

/* Card Design */
.product-card {
    background: #fff;
    border: 1px solid #eaeaea;
    padding: 40px 30px;
    text-align: center;
    transition: all 0.3s ease;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: relative;
    overflow: hidden;
}

.product-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.05);
    border-color: var(--accent-color);
}

.product-image-wrapper {
    width: 100%;
    height: 220px;
    margin-bottom: 25px;
    background: #F9F9F7;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.product-image-wrapper img {
    max-width: 100%;
    max-height: 100%;
    object-fit: cover;
    mix-blend-mode: multiply;
    /* Helps blend white bgs if any */
}

.product-name {
    font-family: var(--font-mincho);
    font-size: 1.25rem;
    margin-bottom: 10px;
    letter-spacing: 0.1em;
}

.product-price {
    font-size: 1.5rem;
    font-family: var(--font-sans);
    color: var(--text-color);
    font-weight: 500;
    margin-bottom: 15px;
}

.product-desc {
    font-size: 0.85rem;
    color: #888;
    line-height: 1.6;
    margin-bottom: 25px;
    flex-grow: 1;
    /* Pushes content but doesn't force button to uniform bottom if heights differ */
}

/* Ensure button sticks to bottom and aligns across cards */
.product-card .btn {
    width: 100%;
    min-width: 0;
    margin-top: auto;
}

/* Certificate Link */
.certificate-link {
    font-family: var(--font-sans);
    font-size: 0.9rem;
    color: #fff;
    background-color: var(--secondary-accent);
    text-decoration: none;
    padding: 12px 24px;
    transition: all 0.3s ease;
    letter-spacing: 0.05em;
    display: inline-flex;
    align-items: center;
    border-radius: 2px;
}

.certificate-link:hover {
    background-color: var(--accent-color);
    color: #fff;
    opacity: 1;
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.order-form-container {
    max-width: 680px;
    margin: 0 auto;
    background: #ffffff;
    padding: 60px 40px;
    border: 1px solid #e0e0e0;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.03);
    position: relative;
}

.order-form-container::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background: var(--accent-color);
}

.form-group {
    margin-bottom: 25px;
}

.form-label {
    display: block;
    font-size: 0.9rem;
    margin-bottom: 10px;
    font-weight: 500;
    letter-spacing: 0.05em;
}

.form-control {
    width: 100%;
    padding: 14px 16px;
    font-size: 1rem;
    font-family: var(--font-sans);
    border: 1px solid #ccc;
    background: #fcfcfc;
    border-radius: 0;
    /* Premium sharp edges */
    box-sizing: border-box;
    transition: border-color 0.3s;
}

.form-control:focus {
    outline: none;
    border-color: var(--accent-color);
    background: #fff;
}

.radio-group {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.radio-item {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px;
    border: 1px solid #eee;
    cursor: pointer;
    transition: background 0.2s;
}

.radio-item:hover {
    background: #fafafa;
}

.radio-item input[type="radio"] {
    accent-color: var(--accent-color);
}

/* Responsive Taste & Safety Header */
.taste-header,
.safety-header {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    flex-wrap: wrap;
    gap: 10px;
}

.taste-header h3,
.safety-header h3 {
    font-size: 1.5rem;
}

.rank-badge {
    font-weight: bold;
    color: var(--accent-color);
    font-family: var(--font-mincho);
    font-size: 1.2rem;
}

/* Mobile Product Grid override to be appended to media query */
@media (max-width: 768px) {
    .product-grid {
        grid-template-columns: 1fr;
    }

    .order-form-container {
        padding: 40px 20px;
        width: 100%;
        box-sizing: border-box;
        /* Prevent overflow */
        border-left: none;
        border-right: none;
    }

    .hero-logo-img {
        max-height: 55vh;
        max-width: 80vw;
    }

    /* Responsive Taste & Safety Header Mobile */
    .taste-header,
    .safety-header {
        flex-direction: column;
        align-items: center;
        text-align: center;
        gap: 15px;
    }

    .taste-header h3 span,
    .safety-header h3 span {
        display: block !important;
        margin-top: 5px;
        font-size: 0.9rem !important;
    }

    .rank-badge {
        font-size: 1.4rem;
        /* Slightly larger for emphasis on mobile since it's stacked */
        margin-top: 5px;
    }

    /* Basic Info table: stack dt/dd vertically so long values don't overflow the narrow mobile grid */
    #basic-info {
        padding: 20px !important;
    }

    #basic-info dl {
        grid-template-columns: 1fr !important;
        gap: 2px 0 !important;
    }

    #basic-info dt {
        margin-top: 14px;
        font-size: 0.8rem;
        letter-spacing: 0.05em;
    }

    #basic-info dt:first-of-type {
        margin-top: 0;
    }

    #basic-info dd {
        font-size: 0.95rem;
        word-break: break-word;
        overflow-wrap: anywhere;
    }
}
/* ==========================
   Rice Type Selector
   ========================== */
.rice-type-selector {
    display: flex;
    gap: 8px;
    margin: 12px 0 16px;
}

.rice-type-btn {
    flex: 1;
    padding: 10px 12px;
    font-family: var(--font-sans);
    font-size: 0.85rem;
    font-weight: 600;
    letter-spacing: 0.05em;
    color: var(--text-color);
    background: #fff;
    border: 1.5px solid #d9d4c6;
    border-radius: 6px;
    cursor: pointer;
    transition: all 0.2s ease;
}

.rice-type-btn:hover {
    border-color: var(--accent-color);
    color: var(--accent-color);
}

.rice-type-btn.active {
    background: var(--accent-color);
    border-color: var(--accent-color);
    color: #fff;
    box-shadow: 0 2px 6px rgba(212, 175, 55, 0.25);
}

/* ==========================
   Product Badges (NEW / SALE)
   ========================== */
.product-card {
    position: relative;
}

.product-badge {
    position: absolute;
    top: 12px;
    left: 12px;
    z-index: 2;
    padding: 5px 12px;
    font-family: var(--font-sans);
    font-size: 0.7rem;
    font-weight: 800;
    letter-spacing: 0.1em;
    color: #fff;
    border-radius: 3px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.15);
    text-transform: uppercase;
}

.sale-badge {
    background: #d33a3a;
    background: linear-gradient(135deg, #e04545, #c72929);
}

.new-badge {
    background: var(--secondary-accent);
    background: linear-gradient(135deg, #3a6a54, #254130);
}

/* Sale price display */
.price-original {
    font-size: 0.55em;
    color: #d33a3a;
    text-decoration: line-through;
    font-weight: 500;
    margin-right: 8px;
}

.price-sale {
    color: var(--text-color);
    font-weight: 700;
}

/* ==========================
   Payment Method Selector
   ========================== */
.payment-method-selector {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
}

.payment-method-option {
    position: relative;
    display: block;
    cursor: pointer;
}

.payment-method-option input[type="radio"] {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

.payment-method-body {
    padding: 20px 22px;
    border: 2px solid #e5e1d5;
    border-radius: 10px;
    background: #fff;
    transition: all 0.2s ease;
    height: 100%;
}

.payment-method-option:hover .payment-method-body {
    border-color: var(--accent-color);
    background: #fffdf5;
}

.payment-method-option input[type="radio"]:checked ~ .payment-method-body {
    border-color: var(--accent-color);
    background: #fff8e6;
    box-shadow: 0 2px 10px rgba(212, 175, 55, 0.2);
}

.payment-method-title {
    font-weight: 700;
    font-size: 0.95rem;
    margin-bottom: 6px;
    color: var(--text-color);
}

.payment-method-desc {
    font-size: 0.75rem;
    color: #666;
    line-height: 1.6;
}

@media (max-width: 600px) {
    .payment-method-selector {
        grid-template-columns: 1fr;
    }
}

/* Bank transfer form inputs */
.bt-input {
    width: 100%;
    padding: 10px 12px;
    margin-top: 4px;
    border: 1px solid #d9d4c6;
    border-radius: 6px;
    font-size: 0.95rem;
    font-family: inherit;
    background: #fff;
    box-sizing: border-box;
}

.bt-input:focus {
    outline: none;
    border-color: var(--accent-color);
    box-shadow: 0 0 0 3px rgba(212, 175, 55, 0.15);
}

textarea.bt-input {
    resize: vertical;
    min-height: 60px;
    line-height: 1.6;
}

/* ==========================
   Subscription CTA (定期購入)
   ========================== */
.subscription-cta {
    margin-top: 14px;
    padding: 14px 16px;
    background: linear-gradient(135deg, #fdfaf0 0%, #f7eed5 100%);
    border: 1px solid #e8dfc2;
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.sub-cta-head {
    display: flex;
    align-items: center;
    gap: 10px;
}

.sub-cta-icon {
    font-size: 1.3rem;
    flex-shrink: 0;
}

.sub-cta-label {
    font-size: 0.8rem;
    color: #333;
    line-height: 1.3;
    font-weight: 500;
}

.sub-cta-label strong {
    color: var(--secondary-accent);
    font-weight: 700;
}

.sub-cta-sub {
    font-size: 0.7rem;
    color: #888;
    margin-top: 2px;
}

.btn-subscribe {
    width: 100%;
    padding: 10px 16px;
    font-family: var(--font-sans);
    font-size: 0.85rem;
    font-weight: 600;
    color: #fff;
    background: var(--secondary-accent);
    border: none;
    border-radius: 6px;
    cursor: pointer;
    letter-spacing: 0.05em;
    transition: all 0.2s ease;
}

.btn-subscribe:hover {
    background: #1f3a2d;
    box-shadow: 0 3px 10px rgba(44, 79, 62, 0.3);
}

/* ==========================
   Visually Hidden (SEO用h1など、視覚的に非表示だがスクリーンリーダ・検索エンジンには読ませる)
   ========================== */
.visually-hidden {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border: 0 !important;
}
