/*
Theme Name: by Cinta
Theme URI: https://bycinta.com
Author: Cinta
Author URI: https://bycinta.com
Description: Editorial theme for by Cinta — a pre-loved fashion closet and journal. Burgundy & cream, Cormorant Garamond + Jost. Includes a "Closet" custom post type for Vinted listings and a blog "Journal".
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.5
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: bycinta
*/

/* The design uses inline styles on every element (mirrored from the original
   design files) so the look is self-contained and survives the WordPress
   editor. The rules below are only the global resets that cannot be inlined. */

* { box-sizing: border-box; }

html, body {
  margin: 0;
  padding: 0;
}

body {
  background: #ffffff;
  color: #1b1416;
  font-family: 'Jost', sans-serif;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

::selection { background: #7a1420; color: #fff; }

img { max-width: 100%; }

/* Styles applied to the_content() output (article body from the WP editor). */
.bycinta-prose { max-width: 680px; margin: 0 auto; padding: 52px 32px 0; font-size: 18px; line-height: 1.78; color: #2c2426; font-weight: 300; }
.bycinta-prose p { margin: 0 0 26px; }
.bycinta-prose h2 { font-family: 'Cormorant Garamond', serif; font-weight: 500; font-size: 34px; line-height: 1.2; margin: 46px 0 18px; color: #1b1416; }
.bycinta-prose h3 { font-family: 'Cormorant Garamond', serif; font-weight: 500; font-size: 26px; line-height: 1.25; margin: 36px 0 14px; color: #1b1416; }
.bycinta-prose a { color: #7a1420; text-underline-offset: 3px; }
.bycinta-prose img { border-radius: 3px; margin: 14px 0; }
.bycinta-prose blockquote { margin: 44px 0; padding: 0; border: none; text-align: center; }
.bycinta-prose blockquote p { font-family: 'Cormorant Garamond', serif; font-style: italic; font-weight: 400; font-size: 32px; line-height: 1.38; color: #7a1420; margin: 0; }
.bycinta-prose ul, .bycinta-prose ol { padding-left: 1.3em; margin: 0 0 26px; }
.bycinta-prose li { margin: 0 0 10px; }

/* Responsive: collapse the multi-column grids on small screens. */
@media (max-width: 900px) {
  .bycinta-closet-grid { grid-template-columns: repeat(2, 1fr) !important; }
  .bycinta-journal-grid { grid-template-columns: 1fr !important; }
  .bycinta-nav-bar { padding-left: 20px !important; padding-right: 20px !important; }
  .bycinta-section { padding-left: 20px !important; padding-right: 20px !important; }
  .bycinta-h1 { font-size: 56px !important; }
}
/* Mobile menu: tappable, full-width links (hidden until the burger opens it). */
.bycinta-mobile-menu a { display: block !important; padding: 14px 0 !important; border-bottom: 1px solid #f0e9e2; }
.bycinta-mobile-menu a:last-child { border-bottom: none; }
.bycinta-burger { display: none; }

@media (max-width: 560px) {
  .bycinta-closet-grid { grid-template-columns: repeat(2, 1fr) !important; gap: 22px 12px !important; }
  .bycinta-nav-links { display: none !important; }
  .bycinta-secondary-links { display: none !important; }
  .bycinta-nav-bar img { height: 50px !important; }
  .bycinta-burger { display: inline-flex !important; align-items: center; }
  .bycinta-h1 { font-size: 42px !important; }
  .bycinta-values { grid-template-columns: 1fr !important; gap: 30px !important; padding: 34px 20px !important; }
  .bycinta-sec-head { flex-direction: column !important; align-items: flex-start !important; gap: 20px !important; }
  .p-info { margin-top: 10px !important; }
  .p-brand { font-size: 9.5px !important; letter-spacing: 0.12em !important; }
  .p-title { font-family: 'Jost', sans-serif !important; font-size: 12.5px !important; font-weight: 400 !important; line-height: 1.32 !important; margin-top: 5px !important; display: -webkit-box !important; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
  .p-pricerow { margin-top: 6px !important; min-height: 0 !important; }
  .p-price { font-size: 14px !important; }
  .p-shop { display: none !important; }
  .p-cond { font-size: 9px !important; padding: 4px 8px !important; top: 8px !important; left: 8px !important; letter-spacing: 0.08em !important; }
  /* "The case for circular" band — keep it breathing on small screens */
  .bycinta-circular-inner > p { font-size: 27px !important; line-height: 1.32 !important; }
  .bycinta-circular-inner > div[style*="gap:56px"] { gap: 32px !important; margin-top: 36px !important; }
  .bycinta-circular-inner > div[style*="gap:56px"] > div { max-width: 100% !important; }
  .bycinta-circular-inner > div[style*="gap:56px"] > div > div:first-child { font-size: 42px !important; }
}
