/*
Theme Name:  HawaiianClothes
Theme URI:   https://hawaiianclothes.net
Author:      AlohaClothes Maui
Author URI:  https://alohaclothes.com
Description: Content & blog funnel theme for HawaiianClothes.net → AlohaClothes.com. Six content pillars: Men's Shirts, Women's Clothing, Keiki, Matching ʻOhana, Special Themes, Hawaii Travel Guides.
Version:     1.0.0
Requires at least: 6.4
Tested up to: 6.7
Requires PHP: 8.0
License:     GPL-2.0-or-later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: hawaiianclothes
Tags:        blog, custom-colors, custom-logo, custom-menu, featured-images, footer-widgets, full-width-template, sticky-post, threaded-comments, translation-ready
*/

/* Import compiled design-system stylesheet */
@import url('assets/css/style.css');

/* WordPress core overrides ------------------------------------------ */
.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px; width: 1px;
    overflow: hidden;
    word-wrap: normal !important;
}
.screen-reader-text:focus {
    background-color: #fff;
    clip: auto !important;
    color: #0E3B43;
    display: block;
    font-size: 14px;
    font-weight: 700;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
}

/* WP alignment classes */
.alignleft  { float: left;  margin: 0 1.5em 1em 0; }
.alignright { float: right; margin: 0 0 1em 1.5em; }
.aligncenter { clear: both; display: block; margin: 0 auto 1em; }
.alignwide  { max-width: 1100px; margin-left: auto; margin-right: auto; }
.alignfull  { max-width: 100%; }
img.alignleft, img.alignright, img.aligncenter { max-width: 100%; height: auto; }

/* WP captions */
.wp-caption { max-width: 100%; }
.wp-caption-text { font-size: 13px; color: var(--fg3); text-align: center; margin-top: 6px; }

/* WP gallery */
.gallery { display: grid; grid-template-columns: repeat(auto-fill, minmax(200px,1fr)); gap: 12px; margin: 1.5em 0; }
.gallery-item img { width: 100%; height: auto; border-radius: 6px; }

/* Sticky post badge */
.sticky .post-card::before {
    content: "Pinned";
    position: absolute; top: 10px; right: 10px;
    background: var(--sunset); color: var(--ink);
    font-size: 10px; font-weight: 700; letter-spacing: .08em;
    text-transform: uppercase; padding: 3px 8px; border-radius: 999px;
    z-index: 3;
}

/* Pagination */
.posts-navigation,
.post-navigation,
.posts-pagination { margin: 40px 0; }
.nav-links { display: flex; gap: 8px; flex-wrap: wrap; align-items: center; }
.page-numbers {
    display: inline-flex; align-items: center; justify-content: center;
    min-width: 38px; height: 38px; padding: 0 10px;
    border: 1px solid var(--ink-24); border-radius: 8px;
    font-family: var(--font-body); font-size: 14px; font-weight: 500;
    color: var(--ink); text-decoration: none;
    transition: all var(--t-fast) var(--ease-aloha);
}
.page-numbers:hover, .page-numbers.current {
    background: var(--coral); border-color: var(--coral); color: var(--shell);
    text-decoration: none;
}
.page-numbers.dots { border-color: transparent; background: transparent; }

/* Comments */
.comments-area { max-width: 720px; margin: 40px auto; }
.comment-list { list-style: none; padding: 0; }
.comment-body { padding: 16px 0; border-bottom: 1px dashed var(--ink-12); }
.comment-author .fn { font-weight: 700; }
.comment-meta { font-size: 12px; color: var(--fg3); margin-bottom: 8px; }
.comment-content { font-size: 16px; line-height: 1.65; }
.comment-form input, .comment-form textarea {
    width: 100%; font: inherit; font-size: 15px;
    border: 1px solid var(--ink-24); border-radius: 8px; padding: 10px 12px;
    background: var(--shell); color: var(--ink); outline: none;
    margin-bottom: 12px;
}
.comment-form input:focus, .comment-form textarea:focus {
    border-color: var(--coral); box-shadow: 0 0 0 3px rgba(232,90,79,.18);
}
.comment-form textarea { min-height: 120px; resize: vertical; }
.comment-form .submit {
    background: var(--coral); color: var(--shell); border: none;
    border-radius: 999px; padding: 12px 28px; font: inherit; font-weight: 500;
    font-size: 15px; cursor: pointer;
}
.comment-form .submit:hover { background: var(--coral-deep); }
