:root {
  --ink: #17252a;
  --muted: #5a6d73;
  --brand: #0d5968;
  --brand-dark: #083b46;
  --accent: #c8892d;
  --paper: #ffffff;
  --canvas: #eef3f4;
  --line: #d7e1e3;
  --soft: #f6f9f9;
  --shadow: 0 16px 38px rgba(16, 50, 57, .10);
  --radius: 18px;
  --content: 1180px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--canvas);
  color: var(--ink);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 17px;
  line-height: 1.72;
  text-rendering: optimizeLegibility;
}
a { color: var(--brand); text-decoration-thickness: .08em; text-underline-offset: .18em; }
a:hover, a:focus { color: var(--brand-dark); }
a:focus-visible, button:focus-visible, input:focus-visible, [tabindex]:focus-visible { outline: 3px solid rgba(200, 137, 45, .55); outline-offset: 3px; }
img, svg, video { max-width: 100%; height: auto; }
figure { margin: 1.75rem 0; }
figcaption, .wp-caption-text { color: var(--muted); font-size: .88rem; text-align: center; }
iframe { display: block; width: 100%; max-width: 100%; border: 0; aspect-ratio: 16 / 9; border-radius: 12px; }
.skip-link { position: fixed; z-index: 9999; top: 12px; left: 12px; transform: translateY(-160%); padding: .7rem 1rem; background: #fff; border-radius: 8px; box-shadow: var(--shadow); }
.skip-link:focus { transform: translateY(0); }
.assistive-text { position: absolute !important; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.clear-fix::after { content: ""; display: table; clear: both; }
#page { min-height: 100vh; }
#page-inner { width: min(100% - 32px, var(--content)); margin: 24px auto; }
#branding {
  overflow: hidden;
  border-radius: var(--radius);
  background: linear-gradient(135deg, var(--brand-dark), var(--brand) 62%, #147b87);
  color: #fff;
  box-shadow: var(--shadow);
}
#menu { border-bottom: 1px solid rgba(255,255,255,.16); }
#menu .menu { display: flex; flex-wrap: wrap; gap: .2rem; margin: 0; padding: .7rem clamp(1rem, 3vw, 2.4rem); list-style: none; }
#menu a { display: block; padding: .55rem .8rem; border-radius: 999px; color: #fff; font-size: .92rem; font-weight: 700; text-decoration: none; }
#menu a:hover, #menu a:focus, #menu .current_page_item a { background: rgba(255,255,255,.14); }
#main-title { padding: clamp(2rem, 5vw, 4.5rem) clamp(1.25rem, 5vw, 4.5rem) 1.4rem; }
#site-title { margin: 0; font-size: clamp(2rem, 6vw, 4.65rem); line-height: 1; letter-spacing: -.045em; font-weight: 850; }
#site-title a { color: #fff; text-decoration: none; }
.site-tagline { max-width: 650px; margin: .75rem 0 0; color: rgba(255,255,255,.8); font-size: clamp(1rem, 2vw, 1.22rem); }
#branding > #search { padding: 0 clamp(1.25rem, 5vw, 4.5rem) clamp(1.5rem, 4vw, 2.5rem); }
.site-search-form { display: flex; gap: .55rem; width: 100%; }
.site-search-form input { min-width: 0; flex: 1; padding: .75rem .9rem; border: 1px solid var(--line); border-radius: 10px; background: #fff; color: var(--ink); font: inherit; }
#branding .site-search-form { max-width: 560px; }
.site-search-form button, .button, button, input[type="submit"] { border: 0; border-radius: 10px; padding: .72rem 1rem; background: var(--brand); color: #fff; font: inherit; font-weight: 750; cursor: pointer; }
#branding .site-search-form button { background: var(--accent); color: #1d160d; }
.site-search-form button:hover { filter: brightness(.94); }
#main { display: grid; grid-template-columns: minmax(0, 1fr) 310px; gap: 26px; align-items: start; margin-top: 26px; }
#main.single-column { grid-template-columns: minmax(0, 1fr); }
#primary, #content { min-width: 0; }
.breadcrumbs { margin: 0 0 14px; padding: .7rem 1rem; color: var(--muted); font-size: .86rem; }
.breadcrumbs span { color: var(--ink); }
#content > article, .page-header, #comments, .search-panel, .not-found-panel {
  margin: 0 0 24px;
  padding: clamp(1.15rem, 3vw, 2.4rem);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--paper);
  box-shadow: 0 8px 26px rgba(20, 52, 59, .06);
}
.page-header h1, .page-title { margin: 0; font-size: clamp(1.7rem, 3vw, 2.4rem); line-height: 1.18; letter-spacing: -.025em; }
.post-title { position: relative; padding-bottom: 1.1rem; border-bottom: 1px solid var(--line); }
.post-title h1, .post-title h2, article > header h2 { margin: 0; font-size: clamp(1.7rem, 4vw, 2.7rem); line-height: 1.12; letter-spacing: -.035em; }
article > header h2 a, .post-title h2 a { color: var(--ink); text-decoration: none; }
article > header h2 a:hover { color: var(--brand); }
.post-permalink { text-decoration: none; }
.post-date { display: inline-flex; flex-wrap: wrap; gap: .35rem; align-items: baseline; margin: .9rem 0 0; color: var(--muted); font-size: .85rem; }
.post-date strong { color: var(--accent); font-size: 1.15rem; }
.post-date em { font-style: normal; }
.post-info { display: flex; flex-wrap: wrap; justify-content: space-between; gap: .6rem 1rem; margin-top: .65rem; color: var(--muted); font-size: .86rem; }
.post-info p { margin: 0; }
.post-content, .post-entry, .entry-content, .entry-summary, .post-excerpt { min-width: 0; }
.post-entry, .entry-content { margin-top: 1.5rem; }
.post-entry > :first-child, .entry-content > :first-child { margin-top: 0; }
.post-entry p, .entry-content p { margin: 0 0 1.15rem; }
.post-entry h2, .post-entry h3, .entry-content h2, .entry-content h3 { margin: 2rem 0 .65rem; line-height: 1.22; letter-spacing: -.02em; }
.post-entry h2, .entry-content h2 { font-size: clamp(1.35rem, 2.5vw, 1.85rem); }
.post-entry h3, .entry-content h3 { font-size: 1.2rem; }
.post-entry ul, .post-entry ol, .entry-content ul, .entry-content ol { padding-left: 1.35rem; }
.post-entry img, .entry-content img, .post-excerpt img { display: block; max-width: 100%; margin: 1.3rem auto; border-radius: 12px; }
.alignleft { float: left; margin: .4rem 1.25rem .8rem 0 !important; }
.alignright { float: right; margin: .4rem 0 .8rem 1.25rem !important; }
.aligncenter { display: block; margin-left: auto !important; margin-right: auto !important; }
blockquote { margin: 1.5rem 0; padding: 1rem 1.25rem; border-left: 5px solid var(--accent); border-radius: 0 12px 12px 0; background: var(--soft); color: #31464c; }
pre, code, kbd, samp { font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace; }
pre { max-width: 100%; overflow: auto; padding: 1rem; border-radius: 12px; background: #10272d; color: #f4fbfc; }
code { overflow-wrap: anywhere; }
hr { height: 1px; border: 0; background: var(--line); margin: 2rem 0; }
.post-extras { margin: 1.2rem 0; padding: 1rem; border-radius: 12px; background: var(--soft); color: var(--muted); font-size: .86rem; }
.post-extras p { margin: .2rem 0; }
.post-extras a { display: inline-block; margin: .18rem .1rem; padding: .18rem .55rem; border: 1px solid #cbd9dc; border-radius: 999px; background: #fff; text-decoration: none; }
.social-share { display: flex; flex-wrap: wrap; align-items: center; gap: .5rem; margin-top: 2rem; padding-top: 1.2rem; border-top: 1px solid var(--line); }
.social-share a { padding: .42rem .7rem; border: 1px solid var(--line); border-radius: 999px; background: var(--soft); text-decoration: none; font-size: .86rem; font-weight: 700; }
#nav-below, #nav-above { display: flex; justify-content: space-between; gap: 1rem; margin: 0 0 24px; padding: 1rem; border-radius: 14px; background: var(--paper); border: 1px solid var(--line); }
#nav-below a, #nav-above a { font-weight: 750; text-decoration: none; }
#secondary { display: grid; gap: 16px; position: sticky; top: 18px; }
.sidebar-widget { overflow: hidden; padding: 1.1rem; border: 1px solid var(--line); border-radius: 14px; background: var(--paper); box-shadow: 0 6px 20px rgba(20,52,59,.05); font-size: .9rem; }
.sidebar-widget h2, .widget-title { margin: 0 0 .8rem; font-size: 1.05rem; line-height: 1.25; }
.sidebar-widget ul { margin: 0; padding: 0; list-style: none; }
.sidebar-widget li { padding: .42rem 0; border-top: 1px solid #edf2f3; }
.sidebar-widget li:first-child { border-top: 0; }
.sidebar-widget a { overflow-wrap: anywhere; }
.widget_archive ul, .widget_categories ul { max-height: 360px; overflow: auto; padding-right: .25rem; }
.confit-phone { margin-top: .5rem; font-weight: 800; }
#comments h2, #comments h3 { line-height: 1.25; }
.commentlist, .comment-list { padding-left: 0; list-style: none; }
.comment { margin: 1rem 0; padding: 1rem; border-left: 4px solid var(--line); background: var(--soft); border-radius: 0 10px 10px 0; }
.comment img.avatar { float: left; width: 40px; height: 40px; margin: 0 .75rem .5rem 0; border-radius: 50%; }
.table-scroll { max-width: 100%; overflow-x: auto; margin: 1.4rem 0; }
table { width: 100%; border-collapse: collapse; background: #fff; }
th, td { padding: .65rem .75rem; border: 1px solid var(--line); text-align: left; vertical-align: top; }
th { background: var(--soft); }
#colophon { margin-top: 26px; padding: 1.2rem; border-radius: 14px; background: var(--brand-dark); color: rgba(255,255,255,.78); text-align: center; }
#colophon p { margin: 0; }
#colophon a { color: #fff; }
.image-load-failed { min-height: 180px; object-fit: contain; padding: 1.5rem; border: 1px dashed #b7c8cb; background: var(--soft); }
.search-results { display: grid; gap: 14px; margin-top: 1.5rem; }
.search-result { padding: 1rem 0; border-top: 1px solid var(--line); }
.search-result:first-child { border-top: 0; }
.search-result h2 { margin: 0 0 .35rem; font-size: 1.25rem; }
.search-result p { margin: .2rem 0; color: var(--muted); }
.search-result time { color: var(--muted); font-size: .84rem; }
.search-status { color: var(--muted); }
@media (max-width: 900px) {
  #main { grid-template-columns: 1fr; }
  #secondary { position: static; grid-template-columns: repeat(2, minmax(0,1fr)); }
  .widget_archive, .widget_categories { grid-column: 1 / -1; }
}
@media (max-width: 620px) {
  body { font-size: 16px; }
  #page-inner { width: min(100% - 18px, var(--content)); margin: 9px auto; }
  #branding, #content > article, .page-header, #comments, #colophon { border-radius: 13px; }
  #menu .menu { padding: .55rem .7rem; gap: .1rem; }
  #menu a { padding: .48rem .58rem; font-size: .82rem; }
  #main-title { padding: 2rem 1rem 1rem; }
  #branding > #search { padding: 0 1rem 1.25rem; }
  #main { margin-top: 14px; gap: 14px; }
  #content > article, .page-header, #comments { padding: 1rem; }
  #secondary { grid-template-columns: 1fr; }
  .site-search-form { flex-direction: column; }
  .alignleft, .alignright { float: none; margin: 1rem auto !important; }
  #nav-below, #nav-above { flex-direction: column; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
}
@media print {
  body { background: #fff; color: #000; font-size: 12pt; }
  #menu, #search, #secondary, .social-share, #nav-below, #nav-above, .breadcrumbs, #colophon { display: none !important; }
  #page-inner { width: 100%; margin: 0; }
  #branding { color: #000; background: none; box-shadow: none; }
  #site-title a { color: #000; }
  #main { display: block; }
  #content > article { border: 0; box-shadow: none; padding: 0; }
  a { color: #000; text-decoration: none; }
}
