/* International Stitching Landing Page — full redesign (2026-08-03),
   own :root token set scoped to this page only (conditionally
   enqueued via is_page_template()), matching this theme's convention
   of page-scoped stylesheets carrying their own token copies. */
:root{
  --maroon:#6B1E1E;
  --maroon-dp:#4C1414;
  --maroon-tint:#F7EAEA;
  --gold:#E9AC02;
  --gold-dp:#B98600;
  --gold-tint:#FDF3DC;
  --ink:#2B1616;
  --muted:#79564F;
  --cream:#FDF8F1;
  --cream-2:#F6ECDD;
  --white:#fff;
  --green:#1E7A4C;
  --line:rgba(107,30,30,.14);
  --serif:'Newsreader',Georgia,serif;
  --sans:'Karla',system-ui,sans-serif;
  --gur:'Noto Sans Gurmukhi','Karla',sans-serif;
}
.pl-intl-page *{margin:0;padding:0;box-sizing:border-box}
.pl-intl-page{background:var(--cream);color:var(--ink);font-family:var(--sans);font-size:16px;line-height:1.7;
  -webkit-font-smoothing:antialiased;padding-bottom:70px}
.pl-intl-page .wrap{max-width:1080px;margin:0 auto;padding:0 18px}
.pl-intl-page .narrow{max-width:760px}
.pl-intl-page h1,.pl-intl-page h2,.pl-intl-page h3{font-family:var(--serif);font-weight:400;line-height:1.18;letter-spacing:-.012em}
.pl-intl-page h2{font-size:1.72rem}
.pl-intl-page .gur{font-family:var(--gur);font-weight:600}
.pl-intl-page section{padding:48px 0}
.pl-intl-page .kicker{font-size:11px;letter-spacing:.24em;text-transform:uppercase;font-weight:700;color:var(--gold-dp)}
.pl-intl-page .lead{font-size:17px;color:var(--muted)}
.pl-intl-page .hr{width:42px;height:3px;background:var(--gold);margin:0 0 16px;border-radius:2px}
.pl-intl-page .ico{width:20px;height:20px;stroke:currentColor;fill:none;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round;flex-shrink:0}

/* ============ TOP STRIP ============ */
/* Text recolored for legibility — #F6E3C6/gold were sized for the
   previous dark maroon background; unreadably low-contrast on this
   light one. */
.pl-intl-page .strip{background:#F0EBE3;color:var(--ink);font-size:12.5px;padding:10px 16px;text-align:center;line-height:1.55}
.pl-intl-page .strip b{color:var(--maroon);font-weight:700}

/* ============ HERO ============ */
.pl-intl-page .hero{background:var(--white);border-bottom:1px solid var(--line)}
.pl-intl-page .hero-img{aspect-ratio:1/1;background:var(--cream-2) center/cover no-repeat;position:relative;order:-1}
.pl-intl-page .hero-img.pl-no-img:after{content:"Add a real photo here — you holding a finished suit, or your stitching room.";
  position:absolute;inset:auto 0 0 0;padding:14px;font-size:12px;color:var(--muted);background:rgba(253,248,241,.94)}
.pl-intl-page .hero-copy{padding:38px 0 44px}
.pl-intl-page .hero h1{font-size:2.25rem;margin:14px 0 8px}
.pl-intl-page .hero h1 em{font-style:italic;color:var(--maroon)}
.pl-intl-page .hero .gur{font-size:1.02rem;color:var(--maroon);margin-bottom:16px}
.pl-intl-page .hero p{color:var(--muted)}
.pl-intl-page .hero-cta{display:flex;flex-direction:column;gap:10px;margin-top:24px}
.pl-intl-page .btn{display:inline-flex;align-items:center;justify-content:center;gap:9px;text-decoration:none!important;
  padding:15px 24px;font-weight:700;font-size:15px;border:2px solid transparent;transition:.22s;border-radius:2px}
.pl-intl-page .btn-wa{background:var(--green);color:#fff!important}
.pl-intl-page .btn-wa:hover{background:#166039}
.pl-intl-page .btn-gold{background:var(--gold);color:var(--maroon-dp)!important}
.pl-intl-page .btn-gold:hover{background:var(--gold-dp);color:#fff!important}
.pl-intl-page .btn-out{border-color:var(--maroon);color:var(--maroon)!important}
.pl-intl-page .btn-out:hover{background:var(--maroon);color:var(--cream)!important}
.pl-intl-page .btn .ico{width:19px;height:19px}
.pl-intl-page .wa-ico{fill:currentColor;stroke:none;width:19px;height:19px;flex-shrink:0}

/* ============ TRUST BAR ============ */
.pl-intl-page .trustbar{background:var(--maroon);color:#F8EAEA}
.pl-intl-page .tb-grid{display:grid;grid-template-columns:1fr 1fr}
.pl-intl-page .tb{padding:20px 16px;border-right:1px solid rgba(233,172,2,.22);border-bottom:1px solid rgba(233,172,2,.22)}
.pl-intl-page .tb:nth-child(2n){border-right:none}
.pl-intl-page .tb:nth-child(n+3){border-bottom:none}
.pl-intl-page .tb .ico{color:var(--gold);width:22px;height:22px;margin-bottom:8px}
.pl-intl-page .tb .n{font-family:var(--serif);font-size:1.1rem;color:#fff;line-height:1.25}
.pl-intl-page .tb .l{font-size:12px;letter-spacing:.05em;color:rgba(248,234,234,.7);margin-top:3px}

/* ============ FOUNDER ============ */
.pl-intl-page .founder{background:var(--white)}
.pl-intl-page .f-photo{width:130px;aspect-ratio:1;border-radius:50%;background:var(--cream-2) center/cover no-repeat;
  position:relative;border:3px solid var(--gold);margin-bottom:22px}
.pl-intl-page .f-photo.pl-no-img span{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;text-align:center;
  font-size:10.5px;color:var(--muted);padding:14px;line-height:1.4}
.pl-intl-page blockquote{font-family:var(--serif);font-size:1.22rem;font-style:italic;line-height:1.5;color:var(--maroon)}
.pl-intl-page .f-sign{margin-top:18px;font-size:14px;color:var(--muted)}
.pl-intl-page .f-sign b{display:block;font-family:var(--serif);font-style:normal;font-size:1.08rem;color:var(--ink);font-weight:500}

/* ============ TIMELINE ============ */
.pl-intl-page .tl{position:relative;margin-top:34px;padding-left:56px}
.pl-intl-page .tl:before{content:"";position:absolute;left:21px;top:12px;bottom:14px;width:2px;
  background:linear-gradient(180deg,var(--gold),var(--maroon))}
.pl-intl-page .tl-item{position:relative;padding-bottom:34px;opacity:0;animation:pl-intl-rise .6s ease forwards}
.pl-intl-page .tl-item:last-child{padding-bottom:0}
.pl-intl-page .tl-item:nth-child(1){animation-delay:.05s}
.pl-intl-page .tl-item:nth-child(2){animation-delay:.15s}
.pl-intl-page .tl-item:nth-child(3){animation-delay:.25s}
.pl-intl-page .tl-item:nth-child(4){animation-delay:.35s}
.pl-intl-page .tl-item:nth-child(5){animation-delay:.45s}
@keyframes pl-intl-rise{from{opacity:0;transform:translateY(14px)}to{opacity:1;transform:none}}
.pl-intl-page .tl-dot{position:absolute;left:-56px;top:0;width:44px;height:44px;border-radius:50%;background:var(--maroon);
  display:flex;align-items:center;justify-content:center;color:var(--gold);
  box-shadow:0 0 0 5px var(--cream),0 4px 14px rgba(107,30,30,.24)}
.pl-intl-page .tl-dot .ico{width:21px;height:21px}
.pl-intl-page .tl-num{position:absolute;left:-56px;top:52px;width:44px;text-align:center;font-family:var(--serif);
  font-size:11px;letter-spacing:.14em;color:var(--gold-dp);font-weight:700;
  background:var(--cream);padding:2px 0;border-radius:3px}
.pl-intl-page .tl-card{background:var(--white);border:1px solid var(--line);border-left:3px solid var(--gold);padding:18px 20px}
.pl-intl-page .tl-card h3{font-size:1.13rem;margin-bottom:6px}
.pl-intl-page .tl-card p{font-size:15px;color:var(--muted)}
.pl-intl-page .tl-tag{display:inline-flex;align-items:center;gap:6px;margin-top:10px;background:var(--gold-tint);
  color:var(--maroon);font-size:12.5px;font-weight:700;padding:5px 11px;border-radius:100px}
.pl-intl-page .tl-tag .ico{width:14px;height:14px}

/* ============ TABLE ============ */
.pl-intl-page .tbl-wrap{overflow-x:auto;border:1px solid var(--line);background:var(--white);-webkit-overflow-scrolling:touch}
.pl-intl-page table{width:100%;border-collapse:collapse;min-width:520px}
.pl-intl-page th,.pl-intl-page td{text-align:left;padding:14px 16px;border-bottom:1px solid var(--line);font-size:15px}
.pl-intl-page th{background:var(--maroon);color:#F8EAEA;font-size:11.5px;letter-spacing:.1em;text-transform:uppercase;font-weight:700}
.pl-intl-page tr:last-child td{border-bottom:none}
.pl-intl-page tr:nth-child(even) td{background:var(--cream)}
.pl-intl-page td .ctry{display:flex;align-items:center;gap:9px;font-family:var(--serif);font-size:1.05rem}
.pl-intl-page .flag{font-size:1.25rem;line-height:1}
.pl-intl-page .pill{display:inline-block;background:var(--gold-tint);padding:3px 10px;font-size:12.5px;border-radius:100px;color:var(--maroon);font-weight:600}
.pl-intl-page .scroll-hint{font-size:12.5px;color:var(--muted);margin-top:8px;display:flex;align-items:center;gap:6px}

/* ============ CALLOUT ============ */
.pl-intl-page .callout{background:var(--white);border:1px solid var(--line);border-top:3px solid var(--maroon);padding:22px;margin-top:22px}
.pl-intl-page .callout h3{font-size:1.13rem;margin-bottom:10px;display:flex;align-items:center;gap:9px}
.pl-intl-page .callout h3 .ico{color:var(--maroon)}
.pl-intl-page .callout p{font-size:15px;color:var(--muted)}
.pl-intl-page .callout p + p{margin-top:10px}
.pl-intl-page .callout strong{color:var(--ink)}

/* ============ DUTY ============ */
.pl-intl-page .duty{display:grid;gap:14px;margin-top:26px}
.pl-intl-page .dbox{background:var(--white);border:1px solid var(--line);padding:20px;border-left:3px solid var(--gold)}
.pl-intl-page .dbox .h{display:flex;align-items:center;gap:11px;margin-bottom:8px}
.pl-intl-page .dbox .flag{font-size:1.6rem}
.pl-intl-page .dbox h4{font-family:var(--serif);font-size:1.12rem;font-weight:500}
.pl-intl-page .dbox p{font-size:14.5px;color:var(--muted)}

/* ============ REVIEWS ============ */
.pl-intl-page .reviews{background:var(--maroon)}
.pl-intl-page .reviews h2,.pl-intl-page .reviews .kicker{color:#FFF6F6}
.pl-intl-page .reviews .kicker{color:var(--gold)}
.pl-intl-page .reviews .lead{color:rgba(255,246,246,.72)}
.pl-intl-page .r-grid{display:grid;gap:16px;margin-top:28px}
.pl-intl-page .r{background:rgba(255,255,255,.06);border:1px solid rgba(233,172,2,.3);padding:22px}
.pl-intl-page .stars{color:var(--gold);letter-spacing:.16em;font-size:14px}
.pl-intl-page .r p{font-family:var(--serif);font-size:1.05rem;font-style:italic;line-height:1.55;margin:11px 0 14px;color:#FFF6F6}
.pl-intl-page .r .who{font-size:13.5px;color:var(--gold);font-weight:700;display:flex;align-items:center;gap:7px}
.pl-intl-page .r .who small{display:block;color:rgba(255,246,246,.6);font-weight:400;font-size:12.5px}
.pl-intl-page .r-note{margin-top:22px;font-size:13.5px;color:rgba(255,246,246,.6);border-top:1px solid rgba(233,172,2,.28);padding-top:16px}

/* ============ PRICING ============ */
.pl-intl-page .cur{display:flex;gap:8px;margin-bottom:20px;flex-wrap:wrap}
.pl-intl-page .cur button{font-family:var(--sans);font-size:14px;font-weight:700;padding:9px 15px;border:1.5px solid var(--line);
  background:var(--white);cursor:pointer;transition:.2s;color:var(--muted);border-radius:2px}
.pl-intl-page .cur button.on{background:var(--maroon);color:var(--gold);border-color:var(--maroon)}
.pl-intl-page .pcards{display:grid;gap:14px}
.pl-intl-page .pc{background:var(--white);border:1px solid var(--line);padding:22px;position:relative}
.pl-intl-page .pc .ico{color:var(--gold-dp);margin-bottom:10px;width:24px;height:24px}
.pl-intl-page .pc h3{font-size:1.1rem}
.pl-intl-page .pc .amt{font-family:var(--serif);font-size:1.95rem;color:var(--maroon);margin:6px 0 4px}
.pl-intl-page .pc small{font-size:14px;color:var(--muted);display:block;line-height:1.6}

/* ============ FAQ ============ */
.pl-intl-page details{background:var(--white);border:1px solid var(--line);margin-bottom:9px}
.pl-intl-page summary{cursor:pointer;list-style:none;padding:17px 18px;font-family:var(--serif);font-size:1.06rem;
  display:flex;justify-content:space-between;gap:14px;align-items:flex-start}
.pl-intl-page summary::-webkit-details-marker{display:none}
.pl-intl-page summary:after{content:"+";color:var(--gold-dp);font-size:1.4rem;line-height:1.05;flex-shrink:0;font-family:var(--sans)}
.pl-intl-page details[open] summary{color:var(--maroon)}
.pl-intl-page details[open] summary:after{content:"−"}
.pl-intl-page details .a{padding:0 18px 19px;color:var(--muted);font-size:14.8px}

/* ============ FINALE ============ */
.pl-intl-page .finale{background:var(--white);border-top:3px solid var(--gold);text-align:center}
.pl-intl-page .finale .gur{margin:9px 0 8px;color:var(--gold-dp);font-size:1.02rem}
.pl-intl-page .finale p{color:var(--muted);margin-bottom:22px}
.pl-intl-page .contact{margin-top:28px;font-size:14px;color:var(--muted);line-height:1.95}
.pl-intl-page .contact b{color:var(--ink)}

/* ============ STICKY ============ */
/* The sitewide mobile bottom tab bar (mobile-bottom-nav.css,
   .pl-mobile-bottom-nav) is ALSO position:fixed;bottom:0 below 922px
   — stacking this bar above it (same 58px + safe-area offset already
   used for .pl-whatsapp-float there) instead of overlapping it. Above
   922px the bottom nav doesn't exist, so this sits flush at bottom:0. */
.pl-intl-sticky{position:fixed;left:0;right:0;bottom:0;z-index:9989;background:var(--green);padding:14px;text-align:center;
  box-shadow:0 -3px 16px rgba(0,0,0,.18)}
.pl-intl-sticky a{color:#fff;text-decoration:none;font-weight:700;font-size:15px;display:flex;align-items:center;justify-content:center;gap:8px}
@media (max-width: 922px) {
  .pl-intl-sticky {
    bottom: calc(58px + env(safe-area-inset-bottom, 0));
  }
  /* mobile-bottom-nav.css already adds 58px of body padding for its
     own bar — add this sticky bar's own height (~50px) on top so page
     content isn't hidden under either fixed bar. */
  body.page-template-template-international {
    padding-bottom: calc(58px + 50px + env(safe-area-inset-bottom, 0)) !important;
  }
}

/* This page already has its own bottom sticky WhatsApp bar (stacked
   flush above the sitewide mobile bottom nav, zero gap, above) — the
   sitewide floating WhatsApp circle (style.css .pl-whatsapp-float) is
   redundant here and was visually colliding with both fixed bars at
   their shared edge. Hidden on this page only; still shows normally
   on every other page. */
.page-template-template-international .pl-whatsapp-float {
  display: none !important;
}

/* ================================================
   DESKTOP — everything above is the mobile design
   ================================================ */
@media(min-width:780px){
  .pl-intl-page{font-size:17px;padding-bottom:0}
  .pl-intl-page .wrap{padding:0 24px}
  .pl-intl-page section{padding:76px 0}
  .pl-intl-page h2{font-size:2.4rem}
  .pl-intl-page .hero .wrap{display:grid;grid-template-columns:1.05fr .95fr;gap:52px;align-items:end}
  .pl-intl-page .hero-img{order:0;aspect-ratio:4/5}
  .pl-intl-page .hero-copy{padding:66px 0 66px}
  .pl-intl-page .hero h1{font-size:3.6rem}
  .pl-intl-page .hero-cta{flex-direction:row;flex-wrap:wrap}
  .pl-intl-page .tb-grid{grid-template-columns:repeat(4,1fr)}
  .pl-intl-page .tb{border-bottom:none!important;border-right:1px solid rgba(233,172,2,.22)!important}
  .pl-intl-page .tb:last-child{border-right:none!important}
  .pl-intl-page .f-grid{display:grid;grid-template-columns:230px 1fr;gap:44px;align-items:center}
  .pl-intl-page .f-photo{width:100%;margin-bottom:0}
  .pl-intl-page .f-photo span{font-size:12px}
  .pl-intl-page blockquote{font-size:1.55rem}
  .pl-intl-page .tl{padding-left:70px;margin-top:44px}
  .pl-intl-page .tl:before{left:26px}
  .pl-intl-page .tl-dot{left:-70px;width:54px;height:54px}
  .pl-intl-page .tl-dot .ico{width:25px;height:25px}
  .pl-intl-page .tl-num{left:-70px;width:54px;top:60px}
  .pl-intl-page .tl-item{padding-bottom:40px}
  .pl-intl-page .tl-card{padding:24px 28px}
  .pl-intl-page .tl-card h3{font-size:1.28rem}
  .pl-intl-page .duty{grid-template-columns:1fr 1fr;gap:16px}
  .pl-intl-page .r-grid{grid-template-columns:repeat(3,1fr);gap:20px}
  .pl-intl-page .pcards{grid-template-columns:repeat(3,1fr);gap:20px}
  .pl-intl-page .scroll-hint{display:none}
  .pl-intl-page table{min-width:0}
  .pl-intl-page th,.pl-intl-page td{padding:16px 20px}
}
