/*
Theme Name: Madeleine Ilmrud
Author: Madeleine Ilmrud
Description: Custom theme for madeleineilmrud.se
Version: 2.1
*/

@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;0,500;1,300;1,400&family=Jost:wght@300;400;500&display=swap');

body { font-family: Jost, sans-serif; background: #faf8f3; margin: 0; padding: 0; }
* { box-sizing: border-box; }
img { max-width: 100%; height: auto; display: block; }

/* ── Navigation ── */
nav.mi-nav {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 40px;
    padding: 14px;
    background: #faf8f3;
    border-bottom: 0.5px solid #d4c9b0;
    position: relative;
    z-index: 10;
}
nav.mi-nav a {
    font-size: 10px;
    letter-spacing: 0.15em;
    color: #7a6a55;
    text-transform: uppercase;
    text-decoration: none;
}
nav.mi-nav a:hover { color: #b09060; }

/* ── Hero (front page only) ── */
.mi-hero {
    width: 100%;
    line-height: 0;
    overflow: hidden;
    border-bottom: 0.5px solid #d4c9b0;
}
.mi-hero-img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
    object-position: center center;
}

/* ── Work with me strip ── */
.mi-work-strip {
    background: #f5f0e6;
    border-top: 0.5px solid #d4c9b0;
    border-bottom: 0.5px solid #d4c9b0;
    padding: 11px 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    flex-wrap: wrap;
}
.mi-dot {
    width: 3px;
    height: 3px;
    border-radius: 50%;
    background: #c4a870;
    display: inline-block;
    flex-shrink: 0;
}
.mi-divline {
    width: 0.5px;
    height: 12px;
    background: #c4a870;
    display: inline-block;
    flex-shrink: 0;
}
.mi-work-strip .wm-label {
    font-family: 'Cormorant Garamond', serif;
    font-style: italic;
    font-size: 13px;
    color: #8a7555;
}
.mi-work-strip .wm-text {
    font-size: 10.5px;
    color: #8a7555;
    font-weight: 300;
}
.mi-work-strip a {
    font-size: 9px;
    letter-spacing: 0.16em;
    color: #b09060;
    border-bottom: 0.5px solid #c4a870;
    text-transform: uppercase;
    text-decoration: none;
}
.mi-work-strip a:hover { color: #2a2420; border-color: #2a2420; }

/* ── Latest posts heading ── */
.mi-section-heading {
    font-family: 'Cormorant Garamond', serif;
    font-size: 18px;
    font-weight: 300;
    letter-spacing: 0.18em;
    color: #5a4a35;
    text-transform: uppercase;
    text-align: center;
    padding: 44px 0 24px;
    margin: 0;
}

/* ── Posts grid (3 latest) ── */
.mi-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    padding: 0 40px 40px;
    max-width: 1200px;
    margin: 0 auto;
}
.mi-grid-card {
    background: #fff;
    border: 0.5px solid #d4c9b0;
    overflow: hidden;
    cursor: pointer;
}
.mi-grid-card img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    display: block;
}
.mi-grid-card-body { padding: 12px 14px 16px; }
.mi-grid-card .cat {
    font-size: 9px;
    letter-spacing: 0.14em;
    color: #b09060;
    text-transform: uppercase;
    margin-bottom: 6px;
}
.mi-grid-card h3 {
    font-family: 'Cormorant Garamond', serif;
    font-size: 16px;
    font-weight: 300;
    color: #2a2420;
    margin: 0;
    line-height: 1.4;
}
.mi-grid-card a { text-decoration: none; color: inherit; }
.mi-grid-card a:hover h3 { color: #b09060; }

/* ── Divider ── */
.mi-divider {
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 0 40px 36px;
    max-width: 1200px;
    margin: 0 auto;
}
.mi-divider-line { flex: 1; height: 0.5px; background: #d4c9b0; }
.mi-divider span {
    font-family: 'Cormorant Garamond', serif;
    font-style: italic;
    font-size: 13px;
    color: #b09060;
    white-space: nowrap;
}

/* ── Blog feed posts ── */
.mi-feed {
    max-width: 820px;
    margin: 0 auto;
}
.mi-post {
    padding: 48px 40px;
    border-top: 0.5px solid #d4c9b0;
}
.mi-post:last-child { border-bottom: 0.5px solid #d4c9b0; }
.mi-post img.featured {
    width: 100%;
    height: 420px;
    object-fit: cover;
    display: block;
    margin-bottom: 24px;
}
.mi-post .post-meta {
    display: flex;
    gap: 16px;
    align-items: center;
    margin-bottom: 10px;
}
.mi-post .post-cat {
    font-size: 9px;
    letter-spacing: 0.14em;
    color: #b09060;
    text-transform: uppercase;
}
.mi-post .post-date { font-size: 10px; color: #a09080; letter-spacing: 0.05em; }
.mi-post h2 {
    font-family: 'Cormorant Garamond', serif;
    font-size: 34px;
    font-weight: 300;
    color: #2a2420;
    margin: 0 0 16px;
    line-height: 1.25;
}
.mi-post h2 a { color: #2a2420; text-decoration: none; }
.mi-post h2 a:hover { color: #b09060; }
.mi-post .post-excerpt {
    font-size: 13px;
    color: #6a5a48;
    line-height: 2.1;
    font-weight: 300;
    margin-bottom: 24px;
}
.mi-post-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 16px;
    border-top: 0.5px solid #e0d8c8;
    margin-bottom: 0;
}
.mi-post-footer a {
    font-size: 10px;
    color: #b09060;
    text-decoration: none;
    border-bottom: 0.5px solid #d4c9b0;
    letter-spacing: 0.06em;
}
.mi-like-btn {
    display: flex;
    align-items: center;
    gap: 6px;
    background: none;
    border: 0.5px solid #d4c9b0;
    padding: 7px 16px;
    border-radius: 20px;
    cursor: pointer;
    font-size: 12px;
    color: #8a7555;
    font-family: Jost, sans-serif;
    transition: border-color 0.2s, color 0.2s;
}
.mi-like-btn.liked { border-color: #c4607a; color: #c4607a; }

/* ── Om mig page ── */
.mi-flower {
    width: 100%;
    overflow: hidden;
    max-height: 480px;
}
.mi-flower img {
    width: 100%;
    height: 480px;
    object-fit: cover;
    object-position: center;
    display: block;
}
.mi-story {
    display: grid;
    grid-template-columns: 1fr 1fr;
    background: #b09060;
    padding: 60px 48px;
    gap: 48px;
    align-items: center;
}
.mi-story-text h2 {
    font-family: 'Cormorant Garamond', serif;
    font-size: 36px;
    font-weight: 300;
    color: #f8f0e0;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    margin: 0 0 22px;
}
.mi-story-text p {
    font-size: 13px;
    color: #f0e0c0;
    line-height: 2;
    font-weight: 300;
    margin: 0 0 14px;
    font-family: Jost, sans-serif;
}
.mi-story-text em {
    font-family: 'Cormorant Garamond', serif;
    font-style: italic;
    font-size: 17px;
    color: #f8f0e0;
    display: block;
    margin-top: 10px;
}
.mi-story-img {
    width: 100%;
    aspect-ratio: 3/4;
    overflow: hidden;
    background: #c8b080;
}
.mi-story-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center top;
    display: block;
}
.mi-om-content {
    max-width: 720px;
    margin: 0 auto;
    padding: 60px 40px;
}
.mi-om-body {
    font-family: Jost, sans-serif;
    font-size: 15px;
    line-height: 2.1;
    color: #5a4a35;
    font-weight: 300;
}
.mi-om-body p { margin-bottom: 20px; }

/* ── Contact page ── */
.kontakt-wrap {
    max-width: 640px;
    margin: 0 auto;
    padding: 60px 40px 80px;
}
.kontakt-wrap h1 {
    font-family: 'Cormorant Garamond', serif;
    font-size: 30px;
    font-weight: 300;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: #2a2420;
    margin-bottom: 12px;
}
.kontakt-intro {
    font-family: 'Cormorant Garamond', serif;
    font-style: italic;
    font-size: 16px;
    color: #8a7555;
    margin-bottom: 40px;
    letter-spacing: 0.04em;
}
.kontakt-success {
    background: #f5f0e6;
    border: 0.5px solid #c4a870;
    padding: 24px 28px;
    font-size: 15px;
    color: #7a6a55;
    letter-spacing: 0.04em;
    line-height: 1.6;
}
.kontakt-error {
    background: #fdf5f5;
    border: 0.5px solid #c4a870;
    padding: 16px 20px;
    font-size: 14px;
    color: #8a4040;
    margin-bottom: 24px;
}
.kontakt-form { display: flex; flex-direction: column; gap: 24px; }
.form-group { display: flex; flex-direction: column; gap: 8px; }
.form-group label {
    font-size: 10px;
    letter-spacing: 0.14em;
    color: #7a6a55;
    text-transform: uppercase;
}
.form-group .optional {
    font-size: 9px;
    color: #b09060;
    text-transform: none;
    letter-spacing: 0;
}
.form-group input,
.form-group textarea {
    background: #faf8f3;
    border: 0.5px solid #d4c9b0;
    padding: 14px 16px;
    font-family: 'Cormorant Garamond', serif;
    font-size: 16px;
    color: #2a2420;
    outline: none;
    transition: border-color 0.2s;
    width: 100%;
    resize: vertical;
}
.form-group input:focus,
.form-group textarea:focus { border-color: #b09060; }
.form-group input::placeholder,
.form-group textarea::placeholder { color: #c4b49a; font-style: italic; }
.kontakt-submit {
    align-self: flex-start;
    background: transparent;
    border: 0.5px solid #b09060;
    padding: 14px 40px;
    font-family: 'Cormorant Garamond', serif;
    font-size: 11px;
    letter-spacing: 0.2em;
    color: #b09060;
    text-transform: uppercase;
    cursor: pointer;
    transition: background 0.2s, color 0.2s;
}
.kontakt-submit:hover { background: #b09060; color: #faf8f3; }

/* ── Single post ── */
.mi-single { padding: 0 0 80px; }
.mi-single-inner {
    max-width: 760px;
    margin: 0 auto;
    padding: 60px 40px 0;
}
.mi-single-cats {
    display: flex;
    gap: 8px;
    margin-bottom: 16px;
}
.mi-single-cats a {
    font-size: 9px;
    letter-spacing: 0.14em;
    color: #b09060;
    text-transform: uppercase;
    text-decoration: none;
    border-bottom: 0.5px solid #d4c9b0;
}
.mi-single h1 {
    font-family: 'Cormorant Garamond', serif;
    font-size: 44px;
    font-weight: 300;
    letter-spacing: 0.06em;
    color: #2a2420;
    line-height: 1.25;
    margin: 0 0 12px;
}
.mi-single-date {
    font-size: 10px;
    color: #a09080;
    letter-spacing: 0.08em;
    margin-bottom: 40px;
}
.mi-single-thumb { margin: 0 0 48px; }
.mi-single-thumb img {
    width: 100%;
    max-height: 560px;
    object-fit: cover;
    display: block;
}
.mi-single-content {
    font-family: Jost, sans-serif;
    font-size: 15px;
    line-height: 2.1;
    color: #5a4a35;
    font-weight: 300;
}
.mi-single-content p { margin-bottom: 24px; }
.mi-single-content h2 {
    font-family: 'Cormorant Garamond', serif;
    font-size: 28px;
    font-weight: 300;
    color: #2a2420;
    margin: 40px 0 16px;
}
.mi-single-content img { max-width: 100%; height: auto; margin: 24px 0; }
.mi-single-content blockquote {
    border-left: 2px solid #b09060;
    margin: 32px 0;
    padding: 8px 24px;
    font-family: 'Cormorant Garamond', serif;
    font-style: italic;
    font-size: 20px;
    color: #8a7555;
}

/* ── Generic page ── */
.mi-page-wrap {
    max-width: 760px;
    margin: 0 auto;
    padding: 60px 40px 80px;
}
.mi-page-wrap h1 {
    font-family: 'Cormorant Garamond', serif;
    font-size: 36px;
    font-weight: 300;
    letter-spacing: 0.1em;
    color: #2a2420;
    margin-bottom: 40px;
}
.mi-page-content {
    font-family: Jost, sans-serif;
    font-size: 15px;
    line-height: 2.1;
    color: #5a4a35;
    font-weight: 300;
}
.mi-page-content p { margin-bottom: 20px; }
.mi-page-content img { max-width: 100%; height: auto; }

/* ── Footer ── */
.mi-footer {
    background: #2a2420;
    padding: 28px 40px;
    text-align: center;
    margin-top: 0;
}
.mi-footer p {
    font-family: 'Cormorant Garamond', serif;
    font-size: 13px;
    letter-spacing: 0.16em;
    color: #c4b490;
    margin: 0;
}

/* ── Responsive ── */
@media (max-width: 900px) {
    .mi-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 768px) {
    .mi-hero-img { max-height: 320px; object-fit: cover; }
    nav.mi-nav { gap: 24px; }
    .mi-work-strip { gap: 8px; padding: 11px 20px; }
    .mi-work-strip .wm-text { display: none; }
    .mi-grid { grid-template-columns: 1fr; padding: 0 20px 20px; }
    .mi-section-heading { padding: 32px 0 20px; }
    .mi-divider { padding: 0 20px 28px; }
    .mi-feed { max-width: 100%; }
    .mi-post { padding: 32px 20px; }
    .mi-post img.featured { height: 240px; }
    .mi-post h2 { font-size: 26px; }
    .mi-story { grid-template-columns: 1fr; padding: 40px 20px; gap: 32px; }
    .mi-story-img { aspect-ratio: 4/3; }
    .mi-flower img { height: 260px; }
    .mi-om-content { padding: 40px 20px; }
    .kontakt-wrap { padding: 40px 20px 60px; }
    .kontakt-submit { width: 100%; text-align: center; }
    .mi-single-inner { padding: 40px 20px 0; }
    .mi-single h1 { font-size: 30px; }
    .mi-page-wrap { padding: 40px 20px 60px; }
}

/* ── Full posts feed ── */
.mi-posts-full {
    max-width: 740px;
    margin: 0 auto;
    padding: 0 40px 80px;
}

.mi-full-post {
    padding: 64px 0;
    border-bottom: 0.5px solid #d4c9b0;
}
.mi-full-post:first-child { padding-top: 56px; }
.mi-full-post:last-child { border-bottom: none; }

.mi-full-post-img {
    margin-bottom: 32px;
}
.mi-full-post-img img {
    width: 100%;
    height: auto;
    display: block;
}

.mi-full-post-date {
    font-size: 10px;
    letter-spacing: 0.1em;
    color: #a09080;
    margin-bottom: 10px;
    text-transform: lowercase;
}

.mi-full-post-title {
    font-family: 'Cormorant Garamond', serif;
    font-size: 38px;
    font-weight: 300;
    color: #3a1f0a;
    margin: 0 0 32px;
    line-height: 1.2;
    letter-spacing: 0.03em;
}
.mi-full-post-title a { color: #3a1f0a; text-decoration: none; }
.mi-full-post-title a:hover { color: #b09060; }

.mi-full-post-content {
    font-family: Jost, sans-serif;
    font-size: 15px;
    line-height: 2.0;
    color: #4a3a2a;
    font-weight: 300;
}
.mi-full-post-content p { margin: 0 0 22px; }
.mi-full-post-content p:last-child { margin-bottom: 0; }
.mi-full-post-content img { max-width: 100%; height: auto; margin: 24px 0; }
.mi-full-post-content h2 {
    font-family: 'Cormorant Garamond', serif;
    font-size: 26px;
    font-weight: 300;
    color: #2a2420;
    margin: 36px 0 14px;
}
.mi-full-post-content blockquote {
    border-left: 2px solid #c4a870;
    margin: 28px 0;
    padding: 4px 20px;
    font-family: 'Cormorant Garamond', serif;
    font-style: italic;
    font-size: 20px;
    color: #8a7555;
}

/* ── Like button (heart) ── */
.mi-full-post-footer {
    margin-top: 36px;
    padding-top: 24px;
    border-top: 0.5px solid #e0d8c8;
    display: flex;
    align-items: center;
    gap: 12px;
}

.mi-like-btn {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    background: none;
    border: none;
    padding: 0;
    cursor: pointer;
    font-family: Jost, sans-serif;
    font-size: 12px;
    color: #b09060;
    letter-spacing: 0.06em;
    transition: color 0.2s;
}
.mi-like-btn .heart {
    font-size: 20px;
    line-height: 1;
    color: #c4a870;
    transition: color 0.2s, transform 0.15s;
    display: inline-block;
}
.mi-like-btn:hover .heart { color: #c4607a; transform: scale(1.15); }
.mi-like-btn.liked .heart { color: #c4607a; }
.mi-like-btn.liked .count { color: #c4607a; }
.mi-like-btn .count {
    font-size: 12px;
    color: #a09080;
    min-width: 8px;
}

/* ── Comments area ── */
.mi-comments-wrap {
    margin-top: 48px;
    padding-top: 40px;
    border-top: 0.5px solid #e0d8c8;
}

.mi-comments-heading {
    font-family: 'Cormorant Garamond', serif;
    font-size: 18px;
    font-weight: 300;
    letter-spacing: 0.12em;
    color: #5a4a35;
    margin: 0 0 28px;
    text-transform: uppercase;
}

/* Comment list */
.mi-comment-list {
    list-style: none;
    margin: 0 0 40px;
    padding: 0;
}
.mi-comment-list li {
    padding: 20px 0;
    border-bottom: 0.5px solid #ece6d8;
}
.mi-comment-list li:last-child { border-bottom: none; }

.comment-author { display: flex; align-items: center; gap: 10px; margin-bottom: 6px; }
.comment-author b { font-family: Jost, sans-serif; font-size: 12px; font-weight: 400; letter-spacing: 0.08em; color: #5a4a35; }
.comment-author .avatar { display: none; }
.comment-author a { color: #5a4a35; text-decoration: none; }

.comment-metadata {
    font-size: 10px;
    color: #a09080;
    letter-spacing: 0.06em;
    margin-bottom: 10px;
}
.comment-metadata a { color: #a09080; text-decoration: none; }

.comment-content p {
    font-family: Jost, sans-serif;
    font-size: 14px;
    line-height: 1.85;
    color: #5a4a35;
    font-weight: 300;
    margin: 0;
}

.reply a {
    font-size: 10px;
    letter-spacing: 0.1em;
    color: #b09060;
    text-decoration: none;
    text-transform: uppercase;
    border-bottom: 0.5px solid #d4c9b0;
    margin-top: 8px;
    display: inline-block;
}

/* Comment form */
.mi-comment-respond { margin-top: 8px; }

.mi-comment-form-title {
    font-family: 'Cormorant Garamond', serif;
    font-size: 18px;
    font-weight: 300;
    letter-spacing: 0.12em;
    color: #5a4a35;
    text-transform: uppercase;
    display: block;
    margin-bottom: 24px;
}

.mi-comment-form {
    display: flex;
    flex-direction: column;
    gap: 0;
}

.mi-cf-group {
    display: flex;
    flex-direction: column;
    gap: 6px;
    margin-bottom: 18px;
}

.mi-cf-group label {
    font-size: 9px;
    letter-spacing: 0.16em;
    color: #8a7555;
    text-transform: uppercase;
}
.mi-cf-group .req { color: #c4a870; }

.mi-cf-group input,
.mi-cf-group textarea {
    background: #faf8f3;
    border: 0.5px solid #d4c9b0;
    padding: 12px 14px;
    font-family: Jost, sans-serif;
    font-size: 14px;
    color: #2a2420;
    outline: none;
    width: 100%;
    transition: border-color 0.2s;
    border-radius: 0;
    -webkit-appearance: none;
}
.mi-cf-group input::placeholder,
.mi-cf-group textarea::placeholder { color: #c4b49a; font-style: italic; font-size: 13px; }
.mi-cf-group input:focus,
.mi-cf-group textarea:focus { border-color: #b09060; }
.mi-cf-group textarea { resize: vertical; min-height: 120px; }
.mi-cf-group--message { margin-bottom: 22px; }

.mi-comment-submit-row { display: flex; align-items: center; }

.mi-comment-submit {
    background: transparent;
    border: 0.5px solid #b09060;
    padding: 12px 36px;
    font-family: Jost, sans-serif;
    font-size: 9px;
    letter-spacing: 0.2em;
    color: #b09060;
    text-transform: uppercase;
    cursor: pointer;
    transition: background 0.2s, color 0.2s;
}
.mi-comment-submit:hover { background: #b09060; color: #faf8f3; }

/* ── Responsive: full posts ── */
@media (max-width: 768px) {
    .mi-posts-full { padding: 0 20px 60px; }
    .mi-full-post { padding: 44px 0; }
    .mi-full-post-title { font-size: 28px; }
    .mi-full-post-content { font-size: 14px; line-height: 1.9; }
    .mi-comments-wrap { margin-top: 36px; padding-top: 28px; }
}

/* ── Single post page ── */
.mi-single { padding-bottom: 80px; }
.mi-single-inner {
    max-width: 740px;
    margin: 0 auto;
    padding: 56px 40px 0;
}
.mi-single-date {
    font-size: 10px;
    letter-spacing: 0.1em;
    color: #a09080;
    margin-bottom: 12px;
}
.mi-single-title {
    font-family: 'Cormorant Garamond', serif;
    font-size: 42px;
    font-weight: 300;
    color: #2a2420;
    line-height: 1.2;
    letter-spacing: 0.03em;
    margin: 0 0 36px;
}
.mi-single-thumb { margin-bottom: 40px; }
.mi-single-thumb img { width: 100%; height: auto; display: block; }
.mi-single-content {
    font-family: Jost, sans-serif;
    font-size: 15px;
    line-height: 2.0;
    color: #4a3a2a;
    font-weight: 300;
}
.mi-single-content p { margin: 0 0 22px; }
.mi-single-content img { max-width: 140px; height: auto; }
.mi-single-footer {
    margin-top: 40px;
    padding-top: 24px;
    border-top: 0.5px solid #e0d8c8;
}

/* ── Comment link from homepage ── */
.mi-comment-link {
    font-family: Jost, sans-serif;
    font-size: 10px;
    letter-spacing: 0.12em;
    color: #b09060;
    text-decoration: none;
    border-bottom: 0.5px solid #d4c9b0;
    white-space: nowrap;
}
.mi-comment-link:hover { color: #2a2420; border-color: #2a2420; }

/* ── Comments area on single post ── */
.mi-comments-area {
    max-width: 740px;
    margin: 0 auto;
    padding: 48px 40px 80px;
    border-top: 0.5px solid #e0d8c8;
}
.mi-comments-heading {
    font-family: 'Cormorant Garamond', serif;
    font-size: 22px;
    font-weight: 300;
    letter-spacing: 0.12em;
    color: #2a2420;
    margin: 0 0 32px;
}
.mi-comment-list {
    list-style: none;
    margin: 0 0 48px;
    padding: 0;
}
.mi-comment-list .comment {
    padding: 24px 0;
    border-bottom: 0.5px solid #ece6d8;
}
.mi-comment-list .comment:last-child { border-bottom: none; }
.comment-author { margin-bottom: 4px; }
.comment-author .avatar { display: none; }
.comment-author b, .comment-author b a {
    font-family: Jost, sans-serif;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0.08em;
    color: #5a4a35;
    text-decoration: none;
}
.comment-metadata {
    margin-bottom: 12px;
}
.comment-metadata a {
    font-size: 10px;
    color: #a09080;
    letter-spacing: 0.06em;
    text-decoration: none;
}
.comment-content p {
    font-family: Jost, sans-serif;
    font-size: 14px;
    line-height: 1.85;
    color: #5a4a35;
    font-weight: 300;
    margin: 0 0 8px;
}
.reply { margin-top: 10px; }
.reply a {
    font-size: 10px;
    letter-spacing: 0.1em;
    color: #b09060;
    text-decoration: none;
    text-transform: uppercase;
    border-bottom: 0.5px solid #d4c9b0;
}

/* Comment form */
#respond { margin-top: 40px; }
#respond h3 {
    font-family: 'Cormorant Garamond', serif;
    font-size: 22px;
    font-weight: 300;
    letter-spacing: 0.12em;
    color: #2a2420;
    margin: 0 0 28px;
}
.mi-comment-form {
    display: flex;
    flex-direction: column;
    gap: 0;
}
.mi-cf-group {
    display: flex;
    flex-direction: column;
    gap: 7px;
    margin-bottom: 20px;
}
.mi-cf-group label {
    font-family: Jost, sans-serif;
    font-size: 9px;
    letter-spacing: 0.18em;
    color: #8a7555;
    text-transform: uppercase;
}
.mi-req { color: #c4a870; }
.mi-cf-group input,
.mi-cf-group textarea {
    background: #faf8f3;
    border: 0.5px solid #d4c9b0;
    padding: 12px 14px;
    font-family: Jost, sans-serif;
    font-size: 14px;
    color: #2a2420;
    outline: none;
    width: 100%;
    transition: border-color 0.2s;
    border-radius: 0;
    -webkit-appearance: none;
    appearance: none;
}
.mi-cf-group input::placeholder,
.mi-cf-group textarea::placeholder { color: #c0b49a; font-style: italic; font-size: 13px; }
.mi-cf-group input:focus,
.mi-cf-group textarea:focus { border-color: #b09060; }
.mi-cf-textarea textarea { resize: vertical; min-height: 130px; }
.mi-cf-submit-row { display: flex; align-items: center; margin-top: 4px; }
.submit, .mi-comment-form .submit {
    background: transparent !important;
    border: 0.5px solid #b09060 !important;
    padding: 13px 40px !important;
    font-family: Jost, sans-serif !important;
    font-size: 9px !important;
    letter-spacing: 0.2em !important;
    color: #b09060 !important;
    text-transform: uppercase !important;
    cursor: pointer !important;
    transition: background 0.2s, color 0.2s !important;
    border-radius: 0 !important;
    box-shadow: none !important;
}
.submit:hover, .mi-comment-form .submit:hover {
    background: #b09060 !important;
    color: #faf8f3 !important;
}

/* ── Om mig page ── */
.mi-om-flower {
    width: 100%;
    line-height: 0;
}
.mi-om-flower-img {
    width: 100%;
    height: auto;
    display: block;
}

/* ── Responsive additions ── */
@media (max-width: 768px) {
    .mi-single-inner { padding: 40px 20px 0; }
    .mi-single-title { font-size: 30px; }
    .mi-comments-area { padding: 40px 20px 60px; }
    .mi-om-flower-img { width: 100%; height: auto; }
    .mi-full-post-title a { color: #3a1f0a; text-decoration: none; }
}
