/*
Theme Name: Twenty Twenty-Five
Theme URI: https://wordpress.org/themes/twentytwentyfive/
Author: the WordPress team
Author URI: https://wordpress.org
Description: Twenty Twenty-Five emphasizes simplicity and adaptability. It offers flexible design options, supported by a variety of patterns for different page types, such as services and landing pages, making it ideal for building personal blogs, professional portfolios, online magazines, or business websites. Its templates cater to various blog styles, from text-focused to image-heavy layouts. Additionally, it supports international typography and diverse color palettes, ensuring accessibility and customization for users worldwide.
Requires at least: 6.7
Tested up to: 6.9
Requires PHP: 7.2
Version: 1.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: twentytwentyfive
Tags: one-column, custom-colors, custom-menu, custom-logo, editor-style, featured-images, full-site-editing, block-patterns, rtl-language-support, sticky-post, threaded-comments, translation-ready, wide-blocks, block-styles, style-variations, accessibility-ready, blog, portfolio, news
*/

/*
 * IMPORTANT: This file is only served on the frontend when `SCRIPT_DEBUG` is enabled;
 * in most instances, the `style.min.css` file will be served. It is not recommended that you
 * use the Theme File Editor to modify this stylesheet. Instead, add the necessary style
 * overrides via "Additional CSS" in the Site Editor.
 */

/*
 * Link styles
 * https://github.com/WordPress/gutenberg/issues/42319
 */
a {
	text-decoration-thickness: 1px !important;
	text-underline-offset: .1em;
}

/* Focus styles */
:where(.wp-site-blocks *:focus) {
	outline-width: 2px;
	outline-style: solid;
}

/* Increase the bottom margin on submenus, so that the outline is visible. */
.wp-block-navigation .wp-block-navigation-submenu .wp-block-navigation-item:not(:last-child) {
	margin-bottom: 3px;
}

/* Increase the outline offset on the parent menu items, so that the outline does not touch the text. */
.wp-block-navigation .wp-block-navigation-item .wp-block-navigation-item__content {
	outline-offset: 4px;
}

/* Remove outline offset from the submenus, otherwise the outline is visible outside the submenu container. */
.wp-block-navigation .wp-block-navigation-item ul.wp-block-navigation__submenu-container .wp-block-navigation-item__content {
	outline-offset: 0;
}

/*
 * Progressive enhancement to reduce widows and orphans
 * https://github.com/WordPress/gutenberg/issues/55190
 */
h1, h2, h3, h4, h5, h6, blockquote, caption, figcaption, p {
	text-wrap: pretty;
}

/*
 * Change the position of the more block on the front, by making it a block level element.
 * https://github.com/WordPress/gutenberg/issues/65934
*/
.more-link {
	display: block;
}

/*
 * Prevents unnecessary scrollbars while handling long lines of preformatted text.
 * https://core.trac.wordpress.org/ticket/63875
 */
:where(pre) {
	overflow-x: auto;
}

#header,
#footer {
display: none !important;
}
  :root{
      --bg:#0b0b0f;
      --bg2:#0f1016;
      --panel:#12121a;
      --panel2:#101018;
      --line:#232334;
      --text:#f2f0ec;
	  --wp--color--contrast:#f2f0ec;
      --muted:#b9b3aa;
      --soft:#d9d5cf;
      --gold:#c5a059;
      --gold2:#b99333;
      --radius:22px;
      --shadow: 0 18px 50px rgba(0,0,0,.55);
      --shadow2: 0 10px 25px rgba(0,0,0,.35);
      --max: 1160px;
      --page-bg:
        radial-gradient(900px 500px at 20% -10%, rgba(197,160,89,.12), transparent 55%),
        radial-gradient(800px 500px at 80% 0%, rgba(197,160,89,.09), transparent 55%),
        radial-gradient(900px 600px at 50% 120%, rgba(197,160,89,.06), transparent 60%),
        linear-gradient(180deg, var(--bg) 0%, var(--bg2) 100%);
    }

    *{ box-sizing:border-box; }
    html,body{ height:100%; background: var(--bg) !important; }
    body{
      margin:0;
      background: var(--page-bg) !important;
      color:var(--text);
      font-family: ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, "Apple Color Emoji", "Segoe UI Emoji";
      line-height:1.55;
      -webkit-font-smoothing:antialiased;
      text-rendering:optimizeLegibility;
    }

    main#main{
      background: var(--page-bg) !important;
      min-height: 100vh;
    }

    a{ color:inherit; text-decoration:none; }
    a:hover{ opacity:.92; }

    .container{ width:min(var(--max), 92vw); margin:0 auto; }

    /* Accessibility */
    .skip-link{
      position:absolute;
      left:-9999px;
      top:12px;
      background:var(--panel);
      border:1px solid var(--line);
      padding:10px 14px;
      border-radius:12px;
      z-index:999;
    }
    .skip-link:focus{ left:12px; }

    /* Top nav */
    header{
      position:sticky;
      top:0;
      z-index:50;
      border-bottom:1px solid rgba(35,35,52,.8);
      background: rgba(10,10,14,.7);
      backdrop-filter: blur(10px);
    }
    .nav{
      display:flex;
      align-items:center;
      justify-content:space-between;
      gap:16px;
      padding:12px 0;
    }
    .brand{
      display:flex;
      align-items:center;
      gap:12px;
      min-width: 220px;
    }
    .mark{
      width:34px;
      height:34px;
      border-radius:12px;
      border:1px solid rgba(197,160,89,.35);
      background: linear-gradient(135deg, rgba(197,160,89,.18), rgba(197,160,89,.06));
      box-shadow: var(--shadow2);
      display:grid;
      place-items:center;
      overflow:hidden;
    }
    .mark span{
      font-weight:800;
      color:var(--gold);
      letter-spacing:.06em;
      font-size:12px;
    }
    .brand-title{
      display:flex;
      flex-direction:column;
      line-height:1.1;
    }
    .brand-title strong{
      letter-spacing:.02em;
      font-size:14px;
    }
    .brand-title small{
      color:var(--muted);
      font-size:12px;
      letter-spacing:.08em;
      text-transform:uppercase;
      margin-top:4px;
    }

    .nav-links{
      display:flex;
      gap:18px;
      align-items:center;
    }
    .nav-links a{
      color:var(--muted);
      font-size:13px;
      letter-spacing:.02em;
      padding:10px 10px;
      border-radius:12px;
      border:1px solid transparent;
    }
    .nav-links a:hover{
      color:var(--text);
      border-color: rgba(35,35,52,.8);
      background: rgba(18,18,26,.55);
    }

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

    .btn{
      display:inline-flex;
      align-items:center;
      justify-content:center;
      gap:10px;
      padding:12px 16px;
      border-radius:14px;
      font-weight:700;
      letter-spacing:.02em;
      border:1px solid transparent;
      cursor:pointer;
      white-space:nowrap;
      user-select:none;
      transition: transform .12s ease, box-shadow .12s ease;
    }
    .btn:active{ transform: translateY(1px); }
    .btn-primary{
      background: linear-gradient(135deg, var(--gold) 0%, var(--gold2) 100%);
      color:#101012;
      box-shadow: 0 12px 30px rgba(197,160,89,.18);
    }
    .btn-ghost{
      background: rgba(18,18,26,.45);
      color: var(--text);
      border-color: rgba(197,160,89,.35);
    }
    .btn-ghost:hover{ background: rgba(18,18,26,.75); }

    /* Mobile nav */
    .menu-btn{ display:none; }
    .drawer{
      display:none;
      position:fixed;
      inset:0;
      background: rgba(0,0,0,.6);
      z-index:100;
    }
    .drawer-panel{
      position:absolute;
      right:0;
      top:0;
      height:100%;
      width:min(92vw, 420px);
      background: rgba(11,11,15,.98);
      border-left:1px solid rgba(35,35,52,.9);
      padding:18px;
      box-shadow: var(--shadow);
    }
    .drawer-top{
      display:flex;
      align-items:center;
      justify-content:space-between;
      padding-bottom:12px;
      border-bottom:1px solid rgba(35,35,52,.8);
      margin-bottom:12px;
    }
    .drawer a{ display:block; padding:12px 12px; border-radius:14px; color:var(--text); }
    .drawer a:hover{ background: rgba(18,18,26,.6); }

    @media (max-width: 980px){
      .nav-links{ display:none; }
      .nav-cta{ display:none; }
      .menu-btn{ display:inline-flex; }
    }

    /* Sections */
    section{ padding: 86px 0; }
    .section-tight{ padding: 66px 0; }

    .kicker{
      text-transform:uppercase;
      letter-spacing:.18em;
      color:var(--muted);
      font-size:12px;
    }

    h1,h2,h3{ margin:0; }
    h1{
      font-size: clamp(34px, 4.2vw, 58px);
      line-height:1.06;
      letter-spacing:-.02em;
      font-family: ui-serif, Georgia, "Times New Roman", serif;
    }
    h2{
      font-size: clamp(24px, 3vw, 36px);
      letter-spacing:-.01em;
      font-family: ui-serif, Georgia, "Times New Roman", serif;
    }
    h3{
      font-size: 18px;
      letter-spacing:.01em;
    }

    .lead{ color: var(--soft); font-size: clamp(16px, 1.7vw, 20px); margin-top:16px; max-width: 64ch; }
    .muted{ color: var(--muted); }

    .grid{ display:grid; gap:22px; }
    .cols-2{ grid-template-columns: repeat(2, minmax(0,1fr)); }
    .cols-3{ grid-template-columns: repeat(3, minmax(0,1fr)); }
    .cols-4{ grid-template-columns: repeat(4, minmax(0,1fr)); }
    @media (max-width: 980px){
      .cols-2, .cols-3, .cols-4{ grid-template-columns: 1fr; }
      section{ padding: 72px 0; }
    }

    .card{
      background: linear-gradient(180deg, rgba(18,18,26,.92), rgba(16,16,24,.92));
      border: 1px solid rgba(35,35,52,.85);
      border-radius: var(--radius);
      padding: 22px;
      box-shadow: var(--shadow2);
    }
    .card.soft{
      background: linear-gradient(180deg, rgba(18,18,26,.82), rgba(16,16,24,.82));
    }

    .pill{
      display:inline-flex;
      gap:8px;
      align-items:center;
      padding: 8px 12px;
      border-radius: 999px;
      border: 1px solid rgba(197,160,89,.35);
      background: rgba(18,18,26,.45);
      color: var(--muted);
      font-size: 12px;
      letter-spacing:.06em;
      text-transform:uppercase;
    }
    .pill b{ color: var(--gold); letter-spacing:.08em; }

    /* Placeholder image blocks */
    .ph{
      --ratio: 16/9;
      aspect-ratio: var(--ratio);
      border-radius: calc(var(--radius) - 4px);
      border: 1px dashed rgba(197,160,89,.35);
      background:
        linear-gradient(135deg, rgba(197,160,89,.10), rgba(197,160,89,.03)),
        repeating-linear-gradient(0deg, rgba(255,255,255,.05), rgba(255,255,255,.05) 1px, transparent 1px, transparent 14px),
        repeating-linear-gradient(90deg, rgba(255,255,255,.04), rgba(255,255,255,.04) 1px, transparent 1px, transparent 14px);
      display:flex;
      align-items:flex-end;
      overflow:hidden;
      padding: 14px;
      position:relative;
      box-shadow: var(--shadow2);
    }
    .ph::before{
      content:"";
      position:absolute;
      inset:-2px;
      background: radial-gradient(600px 250px at 20% 0%, rgba(197,160,89,.18), transparent 55%);
      pointer-events:none;
      opacity:.9;
    }
    .ph > div{ position:relative; z-index:1; }
    .ph .ph-title{ font-weight:800; color: var(--text); font-size:13px; letter-spacing:.02em; }
    .ph .ph-sub{ color: var(--muted); font-size:12px; margin-top:4px; max-width: 54ch; }

    /* Hero */
    .hero{
      padding: 92px 0 78px;
      position:relative;
      overflow:hidden;
    }
    .hero::after{
      content:"";
      position:absolute;
      inset:0;
      background:
        radial-gradient(900px 500px at 50% 0%, rgba(0,0,0,.0), rgba(0,0,0,.85) 70%),
        linear-gradient(180deg, rgba(0,0,0,.35), rgba(0,0,0,.9));
      pointer-events:none;
      z-index:1;
    }
    .hero-bg{
      position:absolute;
      inset:-10px;
      z-index:0;
      filter: contrast(1.05) brightness(.72) saturate(.95);
      transform: scale(1.02);
    }
    .hero-inner{
      position:relative;
      z-index:2;
      display:grid;
      grid-template-columns: 1.25fr .75fr;
      gap: 26px;
      align-items:center;
    }
    @media (max-width: 980px){
      .hero-inner{ grid-template-columns: 1fr; }
    }

    .hero-cta{ display:flex; flex-wrap:wrap; gap:12px; margin-top:22px; }

    .trust-strip{
      margin-top: 22px;
      display:flex;
      flex-wrap:wrap;
      gap:10px;
    }

    .stat-row{ display:grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 14px; margin-top: 20px; }
    @media (max-width: 980px){ .stat-row{ grid-template-columns: 1fr; } }
    .stat{
      border: 1px solid rgba(35,35,52,.85);
      background: rgba(18,18,26,.55);
      border-radius: 18px;
      padding: 14px 16px;
    }
    .stat b{ display:block; color: var(--gold); font-size: 14px; letter-spacing:.04em; }
    .stat span{ display:block; color: var(--muted); font-size: 12px; margin-top:6px; }

    /* Lists */
    ul.clean{ margin: 12px 0 0; padding-left: 18px; color: var(--soft); }
    ul.clean li{ margin: 8px 0; }

    /* Divider */
    .divider{ height:1px; background: rgba(35,35,52,.9); margin: 28px 0; }

    /* Timeline */
    .timeline{
      display:grid;
      gap:14px;
      margin-top: 14px;
    }
    .week{
      border-radius: 18px;
      border: 1px solid rgba(35,35,52,.85);
      background: rgba(18,18,26,.55);
      padding: 16px;
    }
    .week-head{ display:flex; align-items:baseline; justify-content:space-between; gap: 12px; }
    .week-head b{ color: var(--gold); letter-spacing:.08em; text-transform:uppercase; font-size: 12px; }
    .week-head span{ color: var(--muted); font-size: 12px; }
    .week p{ margin: 10px 0 0; color: var(--soft); }

    /* FAQ */
    details{
      background: rgba(18,18,26,.55);
      border: 1px solid rgba(35,35,52,.85);
      border-radius: 18px;
      padding: 16px;
    }
    summary{ cursor:pointer; font-weight:800; color: var(--text); }
    details p{ margin: 10px 0 0; color: var(--soft); }

    /* Footer */
    footer{
      padding: 56px 0;
      border-top: 1px solid rgba(35,35,52,.9);
      background: rgba(10,10,14,.55);
    }
    .foot-grid{ display:grid; gap: 18px; grid-template-columns: 1.4fr 1fr 1fr 1fr; }
    @media (max-width: 980px){ .foot-grid{ grid-template-columns: 1fr; } }
    .foot-title{ font-weight:800; letter-spacing:.02em; }
    .foot a{ color: var(--muted); display:block; padding: 6px 0; }
    .foot a:hover{ color: var(--text); }

    /* Small helper */
    .note{ font-size: 12px; color: var(--muted); margin-top: 10px; }