/* Golden Valley Chimney & Masonry — design sheet
   paper / pine / amber · Archivo + Mulish · camelCase classes */

:root {
  --paper: #F6F4ED;
  --card: #FFFFFF;
  --ink: #232820;
  --mute: #5D6355;
  --pine: #24463A;
  --pineDeep: #17302A;
  --amber: #C97C2A;
  --amberSoft: #E9A45B;
  --clay: #B4552D;
  --line: #DAD4C4;
  --radius: 16px;
  --shadowPop: 9px 9px 0 rgba(36, 70, 58, .16);
  --wrapMax: 1180px;
  --headH: 74px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: calc(var(--headH) + 12px); }
body {
  margin: 0;
  font-family: "Mulish", system-ui, sans-serif;
  font-size: 16.5px;
  line-height: 1.62;
  color: var(--ink);
  background:
    repeating-linear-gradient(90deg, rgba(36,70,58,.035) 0 1px, transparent 1px 90px),
    var(--paper);
}
img { max-width: 100%; display: block; }
h1, h2, h3, h4 { font-family: "Archivo", sans-serif; line-height: 1.12; margin: 0 0 .5em; letter-spacing: -.01em; }
p { margin: 0 0 1em; }
a { color: var(--pine); }
.frameBox { max-width: var(--wrapMax); margin-inline: auto; padding-inline: clamp(18px, 4vw, 36px); }
.skipHop { position: absolute; left: -9999px; top: 0; background: var(--pine); color: #fff; padding: 10px 18px; z-index: 200; }
.skipHop:focus { left: 12px; top: 12px; }

/* ---------- header ---------- */
.pageTop {
  position: sticky; top: 0; z-index: 90;
  background: var(--paper);
  border-bottom: 2px solid var(--ink);
  transition: box-shadow .25s;
}
.pageTop.isFloating { box-shadow: 0 8px 24px rgba(35,40,32,.14); }
.topRow { display: flex; align-items: center; gap: 22px; height: var(--headH); }
.logoLock { display: flex; align-items: center; gap: 11px; text-decoration: none; color: var(--ink); min-width: 0; }
.logoLock svg { width: 40px; height: 40px; flex: none; }
.logoLock span { display: flex; flex-direction: column; line-height: 1.12; min-width: 0; }
.logoLock strong { font-family: "Archivo", sans-serif; font-weight: 800; font-size: 1.06rem; letter-spacing: .01em; }
.logoLock em { font-style: normal; font-size: .74rem; font-weight: 700; color: var(--clay); letter-spacing: .12em; text-transform: uppercase; }
.mainNav { margin-left: auto; }
.mainNav ul { list-style: none; display: flex; gap: 4px; margin: 0; padding: 0; }
.mainNav a {
  text-decoration: none; font-weight: 700; font-size: .92rem; color: var(--ink);
  padding: 9px 11px; border-radius: 8px; border-bottom: 3px solid transparent;
  white-space: nowrap;
}
.mainNav a:hover { background: rgba(36,70,58,.08); border-bottom-color: var(--amber); }
.topActs { display: flex; align-items: center; gap: 14px; margin-left: auto; }
.mainNav + .topActs { margin-left: 0; }
.phoneStack { display: flex; flex-direction: column; text-align: right; text-decoration: none; color: var(--ink); line-height: 1.2; white-space: nowrap; }
.phoneStack small { font-size: .7rem; font-weight: 700; color: var(--mute); letter-spacing: .06em; }
.phoneStack b { font-family: "Archivo", sans-serif; font-size: 1.02rem; }
.navToggle { display: none; background: none; border: 2px solid var(--ink); border-radius: 9px; width: 44px; height: 40px; cursor: pointer; padding: 9px 10px; }
.navToggle span { display: block; height: 3px; background: var(--ink); border-radius: 2px; }
.navToggle span + span { margin-top: 7px; }

/* ---------- buttons ---------- */
.ctaBtn {
  display: inline-flex; align-items: center; justify-content: center; gap: 9px;
  font-family: "Archivo", sans-serif; font-weight: 700; text-decoration: none;
  border-radius: 12px; padding: 12px 20px; font-size: .98rem;
  border: 2px solid var(--ink); transition: transform .15s, box-shadow .15s;
}
.ctaBtn:hover { transform: translate(-2px, -2px); box-shadow: 4px 4px 0 rgba(35,40,32,.9); }
.ctaSolid { background: var(--pine); color: #fff; border-color: var(--pine); }
.ctaLine { background: transparent; color: var(--ink); }
.ctaAmber { background: var(--amber); color: #1E1607; border-color: var(--ink); }
.ctaBig { padding: 15px 26px; font-size: 1.05rem; }
.ctaWide { width: 100%; }

/* ---------- hero ---------- */
.heroSplit { padding-block: clamp(44px, 7vw, 92px) clamp(36px, 5vw, 64px); }
.heroGrid { display: grid; grid-template-columns: 1.12fr .88fr; gap: clamp(28px, 5vw, 64px); align-items: center; }
.chipTag {
  display: inline-block; font-size: .74rem; font-weight: 800; letter-spacing: .14em; text-transform: uppercase;
  color: var(--pine); background: #fff; border: 2px solid var(--ink); border-radius: 999px; padding: 7px 14px; margin-bottom: 20px;
}
.heroWords h1 { font-size: clamp(2.15rem, 5vw, 3.7rem); font-weight: 800; }
.inkSweep { background: linear-gradient(transparent 62%, var(--amberSoft) 62% 94%, transparent 94%); }
.heroLede { font-size: 1.09rem; max-width: 56ch; color: #39402f; }
.heroBtns { display: flex; flex-wrap: wrap; gap: 14px; margin: 26px 0 22px; }
.trustRow { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 9px 22px; }
.trustRow li { font-weight: 700; font-size: .92rem; padding-left: 20px; position: relative; }
.trustRow li::before { content: ""; position: absolute; left: 0; top: .42em; width: 11px; height: 11px; background: var(--amber); border: 2px solid var(--ink); }
.fineAside { margin-top: 16px; font-size: .78rem; color: var(--mute); }
.heroShot { margin: 0; position: relative; min-width: 0; }
.heroShot picture, .heroShot img { border-radius: var(--radius); }
.heroShot img { border: 3px solid var(--ink); box-shadow: var(--shadowPop); width: 100%; height: auto; }
.spinBadge {
  position: absolute; top: -26px; right: -14px; width: 116px; height: 116px; border-radius: 50%;
  background: var(--amber); border: 3px solid var(--ink); display: flex; flex-direction: column;
  align-items: center; justify-content: center; text-align: center; font-family: "Archivo", sans-serif;
  font-weight: 800; font-size: 1.7rem; color: #1E1607; rotate: 8deg;
  animation: bobble 5s ease-in-out infinite;
}
.spinBadge small { font-size: .5rem; letter-spacing: .1em; margin-top: 2px; }
@keyframes bobble { 0%,100% { translate: 0 0; rotate: 8deg; } 50% { translate: 0 -9px; rotate: 4deg; } }
.shotNote { margin-top: 12px; font-size: .85rem; font-weight: 700; color: var(--mute); text-align: right; }

/* ---------- ticker ---------- */
.tickerBand { background: var(--pine); border-block: 2px solid var(--ink); overflow: hidden; }
.tickerRun { display: flex; width: max-content; animation: glide 30s linear infinite; }
.tickerRun span {
  color: var(--amberSoft); font-family: "Archivo", sans-serif; font-weight: 700; font-size: .9rem;
  letter-spacing: .12em; text-transform: uppercase; padding: 12px 0 12px 26px; white-space: nowrap;
}
.tickerRun span::after { content: "◆"; margin-left: 26px; color: rgba(255,255,255,.35); font-size: .7rem; }
@keyframes glide { to { transform: translateX(-50%); } }

/* ---------- ledger ---------- */
.ledgerBand { padding-block: clamp(34px, 5vw, 58px); }
.ledgerRow { display: grid; grid-template-columns: repeat(4, minmax(0,1fr)); gap: 16px; }
.ledgerBox { background: var(--card); border: 2px solid var(--ink); border-radius: var(--radius); padding: 20px 18px 16px; box-shadow: 5px 5px 0 rgba(36,70,58,.12); min-width: 0; }
.ledgerBox b { display: block; font-family: "Archivo", sans-serif; font-size: clamp(1.7rem, 3vw, 2.35rem); font-weight: 800; color: var(--pine); }
.ledgerBox span { font-size: .84rem; font-weight: 700; color: var(--mute); }

/* ---------- zone heads ---------- */
.zoneHead { max-width: 640px; margin-bottom: clamp(26px, 4vw, 44px); }
.zoneHead h2 { font-size: clamp(1.65rem, 3.4vw, 2.5rem); font-weight: 800; }
.zoneHead p { color: var(--mute); font-weight: 600; }
.numTag {
  display: inline-block; font-family: "Archivo", sans-serif; font-weight: 800; font-size: .82rem;
  color: var(--paper); background: var(--pine); border: 2px solid var(--ink); padding: 4px 12px; border-radius: 7px; margin-bottom: 14px; letter-spacing: .18em;
}
.numTagAmber { background: var(--amber); color: #1E1607; }
.zoneHeadLight h2 { color: #F4F1E6; }
.zoneHeadLight p { color: #B9C4B4; }

/* ---------- services ---------- */
.svcZone { padding-block: clamp(30px, 5vw, 60px); }
.svcDeck { display: grid; grid-template-columns: repeat(4, minmax(0,1fr)); gap: 18px; }
.svcCard { background: var(--card); border: 2px solid var(--ink); border-radius: var(--radius); overflow: hidden; display: flex; flex-direction: column; min-width: 0; transition: transform .18s, box-shadow .18s; }
.svcCard:hover { transform: translateY(-5px); box-shadow: var(--shadowPop); }
.svcCard img { width: 100%; aspect-ratio: 4/3; object-fit: cover; border-bottom: 2px solid var(--ink); }
.svcMeat { padding: 16px 16px 18px; display: flex; flex-direction: column; gap: 4px; flex: 1; }
.svcMeat h3 { font-size: 1.06rem; margin-bottom: 2px; }
.svcMeat p { font-size: .88rem; color: #454b3b; flex: 1; }
.svcMeat a { font-weight: 800; font-size: .9rem; text-decoration: none; color: var(--clay); }
.svcMeat a:hover { text-decoration: underline; }
.svcInkCard { background: var(--pineDeep); color: #EFEDE2; position: relative; }
.svcInkCard h3 { color: #fff; }
.svcInkCard p { color: #C3CCBB; }
.svcInkCard a { color: var(--amberSoft); }
.hugeNum {
  font-family: "Archivo", sans-serif; font-weight: 800; font-size: 4.4rem; line-height: 1;
  color: transparent; -webkit-text-stroke: 2px var(--amberSoft); padding: 18px 16px 0;
}

/* ---------- winter tells ---------- */
.tellZone { background: var(--pineDeep); color: #EFEDE2; border-block: 2px solid var(--ink); padding-block: clamp(40px, 6vw, 76px); }
.tellGrid { display: grid; grid-template-columns: 1.25fr .75fr; gap: clamp(26px, 4vw, 54px); }
.tellList { list-style: none; margin: 0; padding: 0; counter-reset: tells; }
.tellList li { counter-increment: tells; padding: 15px 0 15px 58px; position: relative; border-bottom: 1px solid rgba(244,241,230,.16); min-width: 0; }
.tellList li::before {
  content: "0" counter(tells); position: absolute; left: 0; top: 14px;
  font-family: "Archivo", sans-serif; font-weight: 800; font-size: 1.25rem; color: var(--amberSoft);
}
.tellList b { display: block; font-size: 1.02rem; color: #fff; }
.tellList span { font-size: .88rem; color: #B9C4B4; }
.tellCta { margin-top: 26px; }
.tellSide figure { margin: 0 0 18px; }
.tellSide img { border-radius: var(--radius); border: 2px solid rgba(244,241,230,.4); width: 100%; height: auto; }
.tellSide figcaption { background: var(--card); color: var(--ink); border: 2px solid var(--ink); border-radius: 12px; padding: 12px 14px; margin-top: -26px; position: relative; margin-inline: 12px; }
.tellSide figcaption b { display: block; font-size: .92rem; }
.tellSide figcaption span { font-size: .8rem; color: var(--mute); }
.seasonCard { border: 2px dashed rgba(233,164,91,.55); border-radius: var(--radius); padding: 16px 18px; }
.seasonCard h3 { color: var(--amberSoft); font-size: 1rem; }
.seasonCard p { font-size: .88rem; color: #C3CCBB; margin: 0; }

/* ---------- path ---------- */
.pathZone { padding-block: clamp(40px, 6vw, 72px); }
.pathRow { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: repeat(4, minmax(0,1fr)); gap: 18px; }
.pathRow li { background: var(--card); border: 2px solid var(--ink); border-radius: var(--radius); padding: 20px 18px; min-width: 0; }
.pathRow i {
  font-style: normal; font-family: "Archivo", sans-serif; font-weight: 800; font-size: 2.6rem;
  color: transparent; -webkit-text-stroke: 2px var(--pine); display: block; margin-bottom: 8px;
}
.pathRow h3 { font-size: 1.04rem; }
.pathRow p { font-size: .87rem; color: #454b3b; margin: 0; }

/* ---------- ring band ---------- */
.ringZone { background: var(--amber); border-block: 2px solid var(--ink); padding-block: clamp(40px, 6vw, 68px); }
.ringInner { text-align: center; color: #1E1607; }
.ringKick { font-weight: 800; letter-spacing: .16em; text-transform: uppercase; font-size: .78rem; }
.ringInner h2 { font-size: clamp(1.7rem, 3.6vw, 2.7rem); font-weight: 800; margin-top: 8px; }
.ringInner p { max-width: 52ch; margin-inline: auto; font-weight: 600; }
.ringPhone {
  display: inline-block; font-family: "Archivo", sans-serif; font-weight: 800;
  font-size: clamp(1.9rem, 5vw, 3.2rem); color: #1E1607; text-decoration: none;
  border: 3px solid var(--ink); background: var(--paper); border-radius: 16px; padding: 10px 26px; margin-top: 14px;
  box-shadow: 6px 6px 0 rgba(35,40,32,.85); transition: transform .15s, box-shadow .15s;
}
.ringPhone:hover { transform: translate(-2px,-2px); box-shadow: 8px 8px 0 rgba(35,40,32,.85); }

/* ---------- snaps ---------- */
.snapZone { padding-block: clamp(40px, 6vw, 72px); }
.snapWall { columns: 3; column-gap: 18px; }
.snapWall figure { margin: 0 0 18px; break-inside: avoid; position: relative; }
.snapWall img { border: 2px solid var(--ink); border-radius: var(--radius); width: 100%; height: auto; }
.snapWall figcaption {
  position: absolute; left: 10px; bottom: 10px; right: 10px;
  background: rgba(246,244,237,.94); border: 2px solid var(--ink); border-radius: 10px;
  font-size: .78rem; font-weight: 800; padding: 7px 10px;
}

/* ---------- areas ---------- */
.mapZone { padding-block: clamp(10px, 3vw, 40px) clamp(40px, 6vw, 72px); }
.townChips { list-style: none; margin: 0; padding: 0; display: flex; flex-wrap: wrap; gap: 10px; }
.townChips li { background: var(--card); border: 2px solid var(--ink); border-radius: 999px; padding: 8px 16px; font-weight: 700; font-size: .9rem; }
.townChips li:nth-child(4n+1) { background: rgba(36,70,58,.09); }
.mapMore { margin-top: 20px; font-weight: 600; }

/* ---------- faq ---------- */
.askZone { padding-block: clamp(10px, 3vw, 40px) clamp(44px, 6vw, 76px); }
.askStack { max-width: 820px; }
.askStack details { background: var(--card); border: 2px solid var(--ink); border-radius: 14px; margin-bottom: 12px; overflow: hidden; }
.askStack summary {
  cursor: pointer; list-style: none; font-family: "Archivo", sans-serif; font-weight: 700; font-size: 1.02rem;
  padding: 16px 52px 16px 18px; position: relative;
}
.askStack summary::-webkit-details-marker { display: none; }
.askStack summary::after {
  content: "+"; position: absolute; right: 16px; top: 50%; translate: 0 -50%;
  font-size: 1.5rem; font-weight: 700; color: var(--clay); transition: rotate .2s;
}
.askStack details[open] summary::after { rotate: 45deg; }
.askStack details[open] summary { border-bottom: 2px solid var(--line); background: rgba(233,164,91,.14); }
.askStack details > div { padding: 14px 18px 6px; }
.askStack details p { font-size: .93rem; }

/* ---------- reach ---------- */
.reachZone { padding-block: 0 clamp(48px, 7vw, 84px); }
.reachGrid { display: grid; grid-template-columns: 1.05fr .95fr; gap: clamp(24px, 4vw, 48px); align-items: start; }
.factRows { list-style: none; margin: 0 0 20px; padding: 0; }
.factRows li { display: grid; grid-template-columns: 88px 1fr; gap: 14px; padding: 13px 2px; border-bottom: 2px solid var(--line); font-size: .95rem; }
.factRows b { font-family: "Archivo", sans-serif; color: var(--pine); }
.factRows a { font-weight: 800; color: var(--clay); text-decoration: none; }
.mapPane iframe { width: 100%; height: 300px; border: 2px solid var(--ink); border-radius: var(--radius); }
.hailCard { background: var(--pineDeep); color: #EFEDE2; border: 2px solid var(--ink); border-radius: var(--radius); padding: 26px 24px; box-shadow: var(--shadowPop); }
.hailKick { font-size: .74rem; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; color: var(--amberSoft); }
.hailCard h3 { color: #fff; font-size: 1.5rem; margin-top: 8px; }
.hailCard > p { color: #C3CCBB; font-size: .92rem; }
.hailNumber { display: block; font-family: "Archivo", sans-serif; font-weight: 800; font-size: clamp(1.6rem, 3vw, 2.1rem); color: var(--amberSoft); text-decoration: none; margin: 10px 0 16px; }
.hailSteps { margin: 18px 0 0; padding-left: 20px; color: #C3CCBB; font-size: .9rem; }
.hailSteps li { margin-bottom: 7px; }

/* ---------- footer ---------- */
.baseMat { background: var(--pineDeep); color: #C3CCBB; border-top: 2px solid var(--ink); padding-top: clamp(36px, 5vw, 58px); }
.baseGrid { display: grid; grid-template-columns: 1.4fr .8fr .8fr 1fr; gap: clamp(22px, 4vw, 44px); padding-bottom: 34px; }
.logoLockLight { color: #fff; margin-bottom: 14px; }
.logoLockLight em { color: var(--amberSoft); }
.baseMat p { font-size: .9rem; }
.baseMat h4 { color: #fff; font-size: .95rem; letter-spacing: .06em; text-transform: uppercase; }
.baseMat nav ul { list-style: none; margin: 0; padding: 0; }
.baseMat nav li { margin-bottom: 8px; }
.baseMat nav a { color: #C3CCBB; text-decoration: none; font-size: .92rem; }
.baseMat nav a:hover { color: var(--amberSoft); }
.baseMat address { font-style: normal; font-size: .92rem; }
.baseMat address a { color: #fff; text-decoration: none; }
.baseHours b { color: #fff; }
.baseLine { display: flex; justify-content: space-between; gap: 14px; flex-wrap: wrap; border-top: 1px solid rgba(244,241,230,.16); padding-block: 18px; font-size: .8rem; }

/* ---------- floating dial ---------- */
.hoverDial {
  position: fixed; right: 20px; bottom: 22px; z-index: 80;
  display: flex; align-items: center; gap: 12px; text-decoration: none;
  background: var(--pine); color: #fff; border: 2px solid var(--ink); border-radius: 999px;
  padding: 10px 20px 10px 12px; box-shadow: 6px 6px 0 rgba(35,40,32,.5);
}
.hoverDial i { position: absolute; inset: -6px; border: 2px solid rgba(36,70,58,.5); border-radius: 999px; animation: haloPulse 2.2s ease-out infinite; pointer-events: none; }
@keyframes haloPulse { 0% { opacity: .8; scale: .92; } 70% { opacity: 0; scale: 1.14; } 100% { opacity: 0; scale: 1.14; } }
.hoverDial svg { width: 26px; height: 26px; fill: none; stroke: var(--amberSoft); stroke-width: 2; flex: none; }
.hoverDial em { display: flex; flex-direction: column; font-style: normal; line-height: 1.2; }
.hoverDial small { font-size: .64rem; letter-spacing: .09em; text-transform: uppercase; color: #C3CCBB; }
.hoverDial b { font-family: "Archivo", sans-serif; font-size: 1.02rem; }

/* ---------- thumb dock ---------- */
.thumbDock { display: none; position: fixed; left: 0; right: 0; bottom: 0; z-index: 85; background: var(--paper); border-top: 2px solid var(--ink); padding: 9px 10px calc(9px + env(safe-area-inset-bottom)); }
.thumbDock a {
  display: flex; align-items: center; justify-content: center; gap: 10px; width: 100%;
  background: var(--amber); color: #1E1607; border: 2px solid var(--ink); border-radius: 12px;
  font-family: "Archivo", sans-serif; font-weight: 800; font-size: 1.06rem; text-decoration: none; padding: 13px 10px;
}
.thumbDock svg { width: 20px; height: 20px; fill: none; stroke: currentColor; stroke-width: 2; }

/* ---------- lift ---------- */
.liftBtn {
  position: fixed; right: 22px; bottom: 96px; z-index: 78; width: 44px; height: 44px;
  border: 2px solid var(--ink); border-radius: 12px; background: var(--card); cursor: pointer;
  opacity: 0; pointer-events: none; transition: opacity .25s;
}
.liftBtn.isUp { opacity: 1; pointer-events: auto; }
.liftBtn svg { width: 20px; height: 20px; fill: none; stroke: var(--ink); stroke-width: 2.4; }

/* ---------- reveal ---------- */
.fadeUp { opacity: 0; translate: 0 22px; transition: opacity .55s ease, translate .55s ease; }
.fadeUp.isIn { opacity: 1; translate: 0 0; }
@media (prefers-reduced-motion: reduce) {
  .fadeUp { opacity: 1; translate: none; transition: none; }
  .tickerRun, .spinBadge, .hoverDial i { animation: none; }
  html { scroll-behavior: auto; }
}

/* ---------- responsive ---------- */
@media (max-width: 1080px) {
  .svcDeck { grid-template-columns: repeat(3, minmax(0,1fr)); }
  .mainNav a { padding: 8px 8px; font-size: .86rem; }
}
@media (max-width: 940px) {
  .mainNav { position: fixed; inset: var(--headH) 0 auto 0; background: var(--paper); border-bottom: 2px solid var(--ink); display: none; }
  .mainNav.isOpen { display: block; }
  .mainNav ul { flex-direction: column; padding: 10px 18px 16px; gap: 0; }
  .mainNav a { display: block; padding: 12px 8px; font-size: 1rem; border-bottom: 1px solid var(--line); border-radius: 0; }
  .navToggle { display: block; }
  .phoneStack { display: none; }
  .heroGrid { grid-template-columns: 1fr; }
  .heroShot { order: -1; max-width: 560px; }
  .spinBadge { top: -18px; right: 4px; width: 96px; height: 96px; font-size: 1.4rem; }
  .svcDeck { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .tellGrid { grid-template-columns: 1fr; }
  .pathRow { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .snapWall { columns: 2; }
  .reachGrid { grid-template-columns: 1fr; }
  .baseGrid { grid-template-columns: 1fr 1fr; }
  .ledgerRow { grid-template-columns: repeat(2, minmax(0,1fr)); }
}
@media (max-width: 640px) {
  body { padding-bottom: 74px; }
  .thumbDock { display: block; }
  .hoverDial { display: none; }
  .liftBtn { bottom: 88px; }
  .svcDeck { grid-template-columns: 1fr; }
  .pathRow { grid-template-columns: 1fr; }
  .snapWall { columns: 1; }
  .baseGrid { grid-template-columns: 1fr; }
  .headDial { padding: 11px 14px; }
  .trustRow { grid-template-columns: 1fr; }
}
@media (max-width: 392px) {
  .logoLock { flex: 1 1 auto; min-width: 0; overflow: hidden; }
  .logoLock strong, .logoLock em { white-space: nowrap; overflow: hidden; text-overflow: ellipsis; display: block; }
  .headDial { padding: 10px 12px; font-size: .9rem; }
  .ledgerRow { grid-template-columns: 1fr; }
}
