/*
Theme Name: imtrajan Direct
Theme URI: https://imtrajan.com
Author: imtrajan
Description: A direct, editorial WordPress theme for tech reviews, setup guides, and local recommendations.
Version: 1.0.0
Text Domain: imtrajan-direct
*/
/* Direct editorial system: readable U.S. tech publication, paper/ink/vermilion, clear structure. */
:root{--paper:#f5f3ec;--ink:#171a22;--muted:#62665f;--line:rgba(23,26,34,.18);--sage:#d8ddd4;--verm:#f45332;--serif:"DM Serif Display",Georgia,serif;--sans:"Manrope",Arial,sans-serif;--ease:cubic-bezier(.23,1,.32,1)}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--paper);color:var(--ink);font-family:var(--sans)}a{color:inherit;text-decoration:none}.shell{width:min(100% - 40px,1440px);margin:auto}.eyebrow{display:flex;align-items:center;gap:10px;font-size:10px;font-weight:800;letter-spacing:.14em;text-transform:uppercase}.dot{width:9px;height:9px;flex:0 0 auto;border-radius:50%;background:var(--verm);box-shadow:0 0 0 4px rgba(244,83,50,.12)}
.site-header{position:relative;z-index:10;background:var(--paper)}.header-inner{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;min-height:88px;border-bottom:1px solid var(--line)}.brand{display:inline-flex;align-items:center;gap:8px;width:max-content;font-family:var(--serif);font-size:25px;line-height:.9;letter-spacing:-.075em}.brand img{width:23px;height:23px;object-fit:contain}.brand span{position:relative}.brand span:after{content:"";position:absolute;right:-8px;bottom:2px;width:5px;height:5px;border-radius:50%;background:var(--verm)}.nav{display:flex;gap:27px;font-size:10px;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.nav a{position:relative;padding:8px 0}.nav a:after{content:"";position:absolute;left:0;bottom:0;width:0;height:2px;background:var(--verm);transition:width .2s var(--ease)}.nav a:hover:after{width:100%}.est{justify-self:end;display:flex;align-items:center;gap:10px;color:var(--muted);font-size:10px;font-weight:800;letter-spacing:.1em;text-transform:uppercase}
.hero{position:relative;min-height:695px;overflow:hidden;background:var(--ink);color:var(--paper)}.hero:after{content:"";position:absolute;inset:0;opacity:.17;pointer-events:none;background-image:radial-gradient(rgba(255,255,255,.45) .5px,transparent .5px);background-size:4px 4px}.hero-grid{position:relative;z-index:1;display:grid;grid-template-columns:minmax(270px,.88fr) minmax(320px,1.4fr);min-height:695px}.hero-copy{display:flex;flex-direction:column;justify-content:space-between;padding:54px 50px 45px 0}.hero .eyebrow{color:#a8aba5}.hero h1{max-width:590px;margin:40px 0 0;font-family:var(--serif);font-size:clamp(4rem,7.35vw,8.55rem);font-weight:400;line-height:.83;letter-spacing:-.075em}.hero h1 em{color:var(--verm)}.hero-bottom{display:flex;align-items:end;justify-content:space-between;gap:22px}.hero-bottom p{max-width:290px;margin:0;color:#c2c4c0;font-size:14px;line-height:1.7}.circle{display:inline-flex;align-items:center;justify-content:center;width:52px;height:52px;border-radius:50%;background:var(--verm);color:var(--ink);font-size:23px;transition:transform .18s var(--ease)}.circle:hover{transform:rotate(45deg) scale(1.06)}.hero-art{position:relative;min-height:500px;overflow:hidden}.hero-art img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;filter:saturate(.88) contrast(1.03)}.hero-art:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,var(--ink),transparent 26%,rgba(0,0,0,.1))}.caption{position:absolute;z-index:2;right:28px;bottom:24px;padding:9px 12px;background:rgba(245,243,236,.9);color:var(--ink);font-size:9px;font-weight:800;letter-spacing:.1em;text-transform:uppercase}.caption b{color:var(--verm)}
.intro{display:grid;grid-template-columns:19% 1fr 21%;gap:30px;align-items:start;padding:118px 0 100px;background-image:linear-gradient(90deg,rgba(23,26,34,.045) 1px,transparent 1px),radial-gradient(rgba(23,26,34,.10) .45px,transparent .55px);background-size:144px 100%,7px 7px;background-position:right top,right top}.intro-copy{max-width:880px;margin:0;font-family:var(--serif);font-size:clamp(2.5rem,4.55vw,5.35rem);line-height:.95;letter-spacing:-.062em}.underline{background:linear-gradient(transparent 72%,rgba(244,83,50,.9) 0)}.note{margin:0;padding:20px 0 0 20px;border-left:1px solid var(--line);color:var(--muted);font-size:13px;line-height:1.7}
.section-head{display:flex;align-items:end;justify-content:space-between;padding:17px 0 20px;border-top:1px solid var(--ink)}.kicker{color:var(--muted);font-size:10px;font-weight:800;letter-spacing:.13em;text-transform:uppercase}.section-head h2{margin:0;font-family:var(--serif);font-size:clamp(2.6rem,4.4vw,4.9rem);font-weight:400;line-height:.9;letter-spacing:-.055em}.section-head p{max-width:340px;margin:0;color:var(--muted);font-size:13px;line-height:1.6}.cards{display:grid;grid-template-columns:1.1fr .9fr .9fr;border-top:1px solid var(--line);margin-bottom:120px}.card{position:relative;display:flex;flex-direction:column;justify-content:space-between;min-height:440px;padding:24px;overflow:hidden;border-right:1px solid var(--line)}.card:last-child{border-right:0}.card:nth-child(4){grid-column:span 2;min-height:365px;background:var(--sage)}.card.feature{padding:0;color:var(--paper);background:var(--ink)}.feature img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;opacity:.83;transition:transform .45s var(--ease)}.feature:hover img{transform:scale(1.04)}.feature:after{content:"";position:absolute;inset:0;background:linear-gradient(0deg,rgba(23,26,34,.91),rgba(23,26,34,.08) 70%)}.card-inner{position:relative;z-index:1;display:flex;flex-direction:column;justify-content:space-between;height:100%;padding:24px}.card-num{font-size:10px;font-weight:800;letter-spacing:.12em;text-transform:uppercase}.card h3{max-width:440px;margin:0;font-family:var(--serif);font-size:clamp(2rem,2.85vw,3.25rem);font-weight:400;line-height:.98;letter-spacing:-.05em}.card p{max-width:280px;margin:16px 0 0;color:var(--muted);font-size:13px;line-height:1.65}.feature p{color:#d3d5d0}.arrow{align-self:flex-end;display:inline-flex;align-items:center;justify-content:center;width:42px;height:42px;border:1px solid var(--line);font-size:18px;transition:transform .18s var(--ease),background .18s var(--ease)}.card:hover .arrow{border-color:var(--verm);background:var(--verm);color:var(--ink);transform:translate(3px,-3px)}.feature .arrow{border-color:rgba(245,243,236,.38)}.tile{width:13px;height:13px;margin-bottom:auto;border-radius:50%;background:var(--verm)}.side-label{align-self:flex-end;margin-bottom:auto;color:#9ea39b;font-size:10px;font-weight:800;letter-spacing:.14em;text-transform:uppercase;writing-mode:vertical-rl;transform:rotate(180deg)}
.utility{position:relative;overflow:hidden;padding:116px 0 112px;background:var(--ink);color:var(--paper)}.utility:before{content:"";position:absolute;inset:0;opacity:.16;background-image:linear-gradient(rgba(245,243,236,.4) 1px,transparent 1px),linear-gradient(90deg,rgba(245,243,236,.4) 1px,transparent 1px);background-size:64px 64px;mask-image:linear-gradient(90deg,black,transparent 80%)}.utility-grid{position:relative;display:grid;grid-template-columns:1fr 1.2fr;gap:10%}.utility h2{max-width:480px;margin:18px 0 0;font-family:var(--serif);font-size:clamp(3.2rem,5.6vw,6.4rem);font-weight:400;line-height:.87;letter-spacing:-.07em}.utility h2 em{color:var(--verm)}.utility-list{border-top:1px solid rgba(245,243,236,.28)}.utility-item{display:grid;grid-template-columns:44px 1fr;gap:20px;padding:24px 0;border-bottom:1px solid rgba(245,243,236,.28)}.utility-item strong{color:var(--verm);font-size:11px;letter-spacing:.1em}.utility-item h3{margin:0;font-family:var(--serif);font-size:28px;font-weight:400;letter-spacing:-.035em}.utility-item p{max-width:480px;margin:8px 0 0;color:#bfc2bb;font-size:13px;line-height:1.6}
.out{display:grid;grid-template-columns:.86fr 1.14fr;min-height:550px;margin:110px 0 120px;border-top:1px solid var(--ink);border-bottom:1px solid var(--ink)}.out-img{position:relative;overflow:hidden;background:var(--sage)}.out-img img{width:100%;height:100%;min-height:450px;object-fit:cover;filter:grayscale(.15) saturate(.78)}.index-label{position:absolute;top:22px;left:22px;padding:7px 10px;background:var(--verm);font-size:10px;font-weight:800;letter-spacing:.11em;text-transform:uppercase}.out-copy{display:flex;flex-direction:column;justify-content:space-between;padding:34px 36px}.out-copy h2{max-width:650px;margin:28px 0;font-family:var(--serif);font-size:clamp(3rem,5.5vw,6.7rem);font-weight:400;line-height:.87;letter-spacing:-.075em}.out-copy em{color:var(--verm)}.out-bottom{display:flex;align-items:end;justify-content:space-between;gap:20px;padding-top:20px;border-top:1px solid var(--line)}.out-bottom p{max-width:355px;margin:0;color:var(--muted);font-size:13px;line-height:1.7}.text-link{display:inline-flex;align-items:center;gap:9px;font-size:11px;font-weight:800;letter-spacing:.1em;text-transform:uppercase;white-space:nowrap}.text-link span{padding-bottom:4px;border-bottom:2px solid var(--verm)}
.dispatch{position:relative;display:grid;grid-template-columns:1.3fr .7fr;gap:30px;align-items:end;margin-bottom:84px;padding:38px 42px 42px;overflow:hidden;background:var(--verm)}.dispatch:after{content:"";position:absolute;right:-94px;top:-112px;width:350px;height:350px;border:1px solid rgba(23,26,34,.38);border-radius:50%;box-shadow:0 0 0 45px rgba(23,26,34,.08),0 0 0 90px rgba(23,26,34,.05)}.dispatch h2{position:relative;z-index:1;max-width:650px;margin:13px 0 0;font-family:var(--serif);font-size:clamp(2.7rem,4.7vw,5.1rem);font-weight:400;line-height:.88;letter-spacing:-.065em}.signup{position:relative;z-index:1;display:flex;align-items:center;justify-content:space-between;padding:14px 0 9px;border-bottom:1px solid rgba(23,26,34,.65);font-size:14px}.signup span{color:rgba(23,26,34,.64)}.signup b{display:flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:50%;background:var(--ink);color:var(--paper);font-size:18px}
.site-footer{padding:46px 0 28px;background:var(--ink);color:var(--paper)}.footer-top{display:grid;grid-template-columns:1.2fr .9fr .7fr;gap:40px;padding-bottom:86px}.site-footer .brand{font-size:25px}.site-footer p{max-width:280px;margin:22px 0 0;color:#b7bbb3;font-size:13px;line-height:1.6}.site-footer h3{margin:0 0 16px;color:#9fa49c;font-size:9px;letter-spacing:.14em;text-transform:uppercase}.footer-links a{display:block;width:max-content;margin:10px 0;font-size:13px}.footer-links a:hover{color:var(--verm)}.footer-bottom{display:flex;justify-content:space-between;padding-top:19px;border-top:1px solid rgba(245,243,236,.22);color:#9fa49c;font-size:10px;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.page-shell,.post-shell{max-width:880px;margin:0 auto;padding:110px 20px}.page-shell h1,.post-shell h1{font-family:var(--serif);font-size:clamp(3rem,6vw,6rem);letter-spacing:-.06em}.page-shell .entry-content,.post-shell{font-size:17px;line-height:1.7}.post-shell article{padding:28px 0;border-top:1px solid var(--line)}.post-shell h2{margin:0;font-family:var(--serif);font-size:2rem}
@media(max-width:900px){.shell{width:min(100% - 32px,1440px)}.header-inner{grid-template-columns:1fr;min-height:auto;padding:20px 0}.nav{flex-wrap:wrap;gap:12px 18px;margin-top:20px}.est{display:none}.hero,.hero-grid{min-height:auto}.hero-grid{grid-template-columns:1fr}.hero-copy{min-height:525px;padding:40px 0 35px}.hero h1{max-width:700px;font-size:clamp(4.1rem,11vw,7rem)}.hero-art{min-height:420px;margin:0 -16px}.hero-art:after{background:linear-gradient(0deg,rgba(23,26,34,.66),transparent 50%)}.intro{grid-template-columns:1fr;gap:20px}.note{max-width:420px;padding:0 0 0 18px}.cards{grid-template-columns:1fr 1fr}.card{min-height:370px}.card.feature{grid-column:span 2;min-height:470px}.card:nth-child(4){grid-column:span 1;min-height:370px}.utility-grid{grid-template-columns:1fr;gap:56px}.out{grid-template-columns:1fr}.out-copy{min-height:480px;padding:28px}.dispatch{grid-template-columns:1fr;padding:34px 28px}.footer-top{grid-template-columns:1fr 1fr}.footer-intro{grid-column:span 2}}
@media(max-width:580px){.shell{width:min(100% - 28px,1440px)}.hero-copy{min-height:490px}.hero h1{font-size:clamp(3.7rem,18vw,5.3rem)}.hero-bottom p{max-width:235px;font-size:12px}.circle{width:45px;height:45px}.intro{padding:77px 0 74px}.intro-copy{font-size:2.7rem}.section-head{display:block}.section-head p{margin-top:15px}.cards{grid-template-columns:1fr;margin-bottom:72px}.card,.card.feature{grid-column:auto;min-height:350px;border-right:0;border-bottom:1px solid var(--line)}.card.feature{min-height:410px}.utility{padding:78px 0 74px}.out{margin:74px 0}.out-copy h2{font-size:4rem}.out-bottom{display:block}.out-bottom .text-link{margin-top:25px}.dispatch{margin-bottom:56px;padding:30px 22px}.footer-top{grid-template-columns:1fr;gap:32px;padding-bottom:54px}.footer-intro{grid-column:auto}.footer-bottom{display:block}.footer-bottom span+span{display:block;margin-top:7px}}

/* ============================================================
   EDITORIAL REFINEMENT — single post
   ============================================================ */
:root{--ink-soft:#2b2f39;--measure:68ch}

/* The archive separator does not belong above a single article. */
body.single .post-shell article{border-top:0;padding-top:0}

body.single .post-shell{max-width:820px;padding:64px 24px 128px}

body.single .post-shell article > .kicker{
  display:inline-flex;align-items:center;gap:.75em;
  font-size:11px;letter-spacing:.2em}
body.single .post-shell article > .kicker::before{
  content:"";width:26px;height:1px;background:var(--verm)}

/* DM Serif Display ships only a 400 weight, so 700 forces a synthetic
   bold. Set 400, and give the display type a real line-height. */
body.single .post-shell h1{
  margin:.4em 0 .6em;
  max-width:18ch;
  font-weight:400;
  font-size:clamp(2.5rem,5.2vw,4.4rem);
  line-height:1.04;
  letter-spacing:-.022em;
  text-wrap:balance}

body.single .post-hero{
  margin:0 0 3.5rem;
  border-radius:6px;
  overflow:hidden;
  background:var(--sage);
  box-shadow:0 1px 2px rgba(23,26,34,.06),0 20px 44px -26px rgba(23,26,34,.4)}
body.single .post-hero img{display:block;width:100%;height:auto}

body.single .entry-content{
  max-width:var(--measure);
  font-size:19px;
  line-height:1.75;
  color:var(--ink-soft)}
body.single .entry-content p{margin:0 0 1.5em}
body.single .entry-content h2{
  margin:2.6em 0 .6em;font-family:var(--serif);font-weight:400;
  font-size:1.95rem;line-height:1.18;letter-spacing:-.015em;color:var(--ink)}
body.single .entry-content h3{
  margin:2.2em 0 .6em;font-family:var(--sans);font-weight:800;
  font-size:.8rem;letter-spacing:.15em;text-transform:uppercase;color:var(--muted)}
body.single .entry-content a{
  text-decoration:underline;text-decoration-thickness:1px;text-underline-offset:3px;
  text-decoration-color:rgba(23,26,34,.3);
  transition:color .2s var(--ease),text-decoration-color .2s var(--ease)}
body.single .entry-content a:hover{color:var(--verm);text-decoration-color:var(--verm)}
body.single .entry-content ul,body.single .entry-content ol{margin:0 0 1.5em;padding-left:1.15em}
body.single .entry-content li{margin:0 0 .55em}
body.single .entry-content li::marker{color:var(--verm)}
body.single .entry-content blockquote{
  margin:2.4em 0;padding:0 0 0 1.5em;border-left:2px solid var(--verm);
  font-family:var(--serif);font-size:1.45rem;line-height:1.4;color:var(--ink)}
body.single .entry-content blockquote p{margin:0}
body.single .entry-content img{max-width:100%;height:auto;border-radius:4px}
body.single .entry-content hr{margin:3rem 0;border:0;height:1px;background:var(--line)}
body.single .entry-content code{
  background:rgba(23,26,34,.05);padding:.15em .4em;border-radius:3px;font-size:.9em}
body.single .entry-content strong{font-weight:700;color:var(--ink)}

@media(max-width:640px){
  body.single .post-shell{padding:40px 20px 80px}
  body.single .entry-content{font-size:17.5px}
}

.post-shell .card-thumb{display:block;margin:14px 0 4px;border-radius:5px;overflow:hidden}
.post-shell .card-thumb img{display:block;width:100%;height:auto;transition:transform .5s var(--ease)}
.post-shell .card-thumb:hover img{transform:scale(1.02)}

/* Tables — the article's comparison grids. Scrolls on narrow screens. */
body.single .post-table{
  margin:2.6rem 0;max-width:none;width:100%;
  overflow-x:auto;-webkit-overflow-scrolling:touch}
body.single .post-table table{
  width:100%;border-collapse:collapse;
  font-size:16px;line-height:1.55;text-align:left}
body.single .post-table th{
  padding:0 1.2em .7em 0;
  font-family:var(--sans);font-size:10px;font-weight:800;
  letter-spacing:.15em;text-transform:uppercase;color:var(--muted);
  border-bottom:1px solid var(--ink);vertical-align:bottom}
body.single .post-table td{
  padding:1em 1.2em 1em 0;
  border-bottom:1px solid var(--line);vertical-align:top;color:var(--ink-soft)}
body.single .post-table tr td:first-child{color:var(--ink);font-weight:600}
body.single .post-table th:last-child,body.single .post-table td:last-child{padding-right:0}
@media(max-width:640px){
  body.single .post-table table{min-width:520px}
}

/* ============================================================
   SECTION NAVIGATION + ARCHIVES
   ============================================================ */
.nav a.is-current{color:var(--ink)}
.nav a.is-current:after{width:100%;background:var(--verm)}

/* Archive header */
.post-shell .archive-intro{
  max-width:60ch;margin:-.4em 0 2.2em;
  font-size:17px;line-height:1.65;color:var(--muted)}
.post-shell .archive-intro p{margin:0}

/* Archive listing */
body.archive .post-shell article,body.blog .post-shell article{
  padding:30px 0;border-top:1px solid var(--line)}
body.archive .post-shell article h2,body.blog .post-shell article h2{
  font-weight:400;line-height:1.2;letter-spacing:-.015em}
body.archive .post-shell article h2 a,body.blog .post-shell article h2 a{
  transition:color .2s var(--ease)}
body.archive .post-shell article h2 a:hover,body.blog .post-shell article h2 a:hover{
  color:var(--verm)}

/* Empty section */
.post-shell .section-empty{
  margin:2.4rem 0 0;padding:2.6rem 0 0;border-top:1px solid var(--line);
  max-width:52ch;font-size:17px;line-height:1.7;color:var(--muted)}
.post-shell .section-empty strong{
  display:block;margin-bottom:.4em;
  font-family:var(--serif);font-weight:400;font-size:1.5rem;color:var(--ink)}
.post-shell .section-empty a{
  color:var(--ink);text-decoration:underline;
  text-decoration-color:var(--verm);text-underline-offset:3px}

/* ============================================================
   ARCHIVE TITLE TYPOGRAPHY — same correction as single posts:
   real 400 weight (no synthetic bold) and a display line-height.
   ============================================================ */
.page-shell h1,.post-shell h1{
  font-weight:400;
  line-height:1.04;
  letter-spacing:-.022em}
body.archive .post-shell h1,body.blog .post-shell h1{
  margin:.3em 0 .7em;
  font-size:clamp(2.4rem,4.6vw,3.8rem)}
body.archive .post-shell,body.blog .post-shell{padding:64px 24px 120px}
body.archive .post-shell > .kicker,body.blog .post-shell > .kicker{
  display:inline-flex;align-items:center;gap:.75em;letter-spacing:.2em}
body.archive .post-shell > .kicker::before,body.blog .post-shell > .kicker::before{
  content:"";width:26px;height:1px;background:var(--verm)}
body.archive .post-shell article h2,body.blog .post-shell article h2{
  font-size:1.75rem}


/* ============================================================
   ARTICLE FIGURES
   ============================================================ */
body.single .entry-content .post-figure{
  margin:2.8rem 0;max-width:none}
body.single .entry-content .post-figure img{
  display:block;width:100%;height:auto;border-radius:6px;
  background:var(--sage);
  box-shadow:0 1px 2px rgba(23,26,34,.06),0 16px 36px -26px rgba(23,26,34,.4)}
body.single .entry-content .post-figure figcaption{
  margin-top:.9em;font-size:14px;line-height:1.55;color:var(--muted);
  max-width:56ch}

/* Portrait shots would run ~1000px tall at full width. Rein them in. */
body.single .entry-content .post-figure--portrait{max-width:440px}

/* Two frames of the same scene read as one unit. */
body.single .entry-content .post-figure--pair{
  display:grid;grid-template-columns:1fr 1fr;gap:14px;align-items:start}
body.single .entry-content .post-figure--pair figcaption{grid-column:1 / -1}
@media(max-width:640px){
  body.single .entry-content .post-figure--pair{grid-template-columns:1fr}
  body.single .entry-content .post-figure--portrait{max-width:100%}
}

/* ============================================================
   SIDE QUESTS — short posts. Small title, photos wider than text.
   ============================================================ */
body.single.category-side-quests .post-shell h1{
  max-width:24ch;font-size:clamp(1.9rem,3vw,2.6rem);line-height:1.12;margin:.35em 0 .5em}
body.single.category-side-quests .post-shell{padding-top:48px}
body.single.category-side-quests .post-hero{margin-bottom:2rem}
body.single.category-side-quests .entry-content{font-size:18px}
body.single.category-side-quests .entry-content p:first-of-type{font-size:19px}
/* let photos breathe past the reading column */
body.single.category-side-quests .entry-content .wp-block-image,
body.single.category-side-quests .entry-content figure{
  max-width:none;width:100%;margin:2rem 0}
body.single.category-side-quests .entry-content img{
  width:100%;height:auto;border-radius:6px}
body.single.category-side-quests .entry-content .wp-block-gallery{gap:12px}
/* embedded video keeps its aspect ratio */
body.single .entry-content iframe{width:100%;aspect-ratio:16/9;height:auto;border:0;border-radius:6px}

/* The .dispatch::after decoration is 350px wide at right:-94px, which
   pushed the page sideways on phones. Clip it to the card. */
.dispatch{overflow:hidden}

/* ============================================================
   MOBILE OVERFLOW — nothing may push the page sideways.
   ============================================================ */
html,body{max-width:100%;overflow-x:hidden}
.dispatch > *,.hero-grid > *,.utility-grid > *,.cards > *{min-width:0}
.hero-art,.hero-art img,.out-img,.out-img img{max-width:100%}
img{max-width:100%;height:auto}
@media(max-width:640px){
  .dispatch{grid-template-columns:1fr}
  .dispatch .signup{width:100%;justify-content:space-between;box-sizing:border-box}
  .dispatch h2{overflow-wrap:anywhere}
}
