<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:yandex="http://news.yandex.ru" xmlns:turbo="http://turbo.yandex.ru" xmlns:media="http://search.yahoo.com/mrss/">
  <channel>
    <title>тест</title>
    <link>http://naura.io</link>
    <description/>
    <language>ru</language>
    <lastBuildDate>Thu, 04 Jun 2026 16:23:33 +0300</lastBuildDate>
    <item turbo="true">
      <title>тест</title>
      <link>http://naura.io/tpost/uzbn18hya1-test</link>
      <amplink>http://naura.io/tpost/uzbn18hya1-test?amp=true</amplink>
      <pubDate>Thu, 04 Jun 2026 16:20:00 +0300</pubDate>
      <author>Julia Scott</author>
      <enclosure url="https://static.tildacdn.com/tild6437-6139-4834-a663-383661323536/Gemini_Generated_Ima.png" type="image/png"/>
      <description>A text for a new post. Add text here as a discription. It will be shown only in the description of a news card.</description>
      <turbo:content><![CDATA[<header><h1>тест</h1></header><figure><img alt="" src="https://static.tildacdn.com/tild6437-6139-4834-a663-383661323536/Gemini_Generated_Ima.png"/></figure><div class="t-redactor__embedcode"><!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>English Law Governed Agreements — Hidden Value Points | AKTA</title>
<style>
@font-face {
  font-family: 'Vela Sans';
  font-weight: 100 900;
  font-stretch: 75% 125%;
  font-display: swap;
}

:root{
  --ink:#414141;
  --ink-strong:#2b2b2b;
  --muted:#8a8a8a;
  --faint:#aeaeae;
  --line:#E3E3E3;
  --paper:#ffffff;
  --paper-2:#f7f7f7;
  --red:#B21E24;
  --red-deep:#8f161b;
  --black:#414141;

  --pad: 100px;
  --gutter: 20px;
}

*{box-sizing:border-box;margin:0;padding:0;}
html{ -webkit-text-size-adjust:100%; scroll-behavior:smooth; }

body{
  font-family:'Vela Sans', -apple-system, system-ui, sans-serif;
  font-weight:340;
  font-size:16px;
  color:var(--ink);
  background:var(--paper);
  line-height:1.55;
  -webkit-font-smoothing:antialiased;
  text-rendering:optimizeLegibility;
  font-variation-settings:"wght" 340;
}

::selection{ background:var(--red); color:#fff; }

/* page-wide horizontal padding lives on the body so EVERY block shares it */
body{ padding-left:var(--pad); padding-right:var(--pad); }

/* .wrap is now just a passthrough (kept so existing markup works) */
.wrap{ }

/* full-bleed: lets a block's background reach the screen edges while its
   inner content stays on the same padded grid (used by footer + floating nav) */
.fullbleed{
  margin-left:calc(var(--pad) * -1);
  margin-right:calc(var(--pad) * -1);
  padding-left:var(--pad);
  padding-right:var(--pad);
}

.grid4{
  display:grid;
  grid-template-columns:repeat(4, minmax(0,1fr));
  gap:var(--gutter);
}

/* ---------- navigation ---------- */
header.nav{ position:static; background:transparent; }
/* nav laid out on the same 4-col grid: logo=col1, menu=col3, cta=col4 */
.nav-inner{
  display:grid;
  grid-template-columns:repeat(4, minmax(0,1fr));
  grid-template-rows:96px;
  gap:var(--gutter);
  align-items:center;
}
.logo{ grid-column:1 / 2; grid-row:1; align-self:center; display:inline-flex; align-items:center; text-decoration:none; line-height:0; justify-self:start; }
.logo svg{ width:118px; height:auto; display:block; }
.nav-links{ grid-column:3 / 5; grid-row:1; justify-self:start; align-self:center; }
.menu{ display:flex; gap:40px; list-style:none; white-space:nowrap; }
.menu a{ text-decoration:none; color:var(--ink); font-size:16px; letter-spacing:.005em; font-weight:360; transition:color .2s; white-space:nowrap; }
.menu a:hover{ color:var(--red); }
.menu a.active{ color:var(--red); }
.cta{ grid-column:4 / 5; grid-row:1; justify-self:end; align-self:center; background:var(--red); color:#fff; text-decoration:none; padding:13px 22px; font-size:16px; letter-spacing:.01em; font-weight:380; transition:background .2s; white-space:nowrap; }
.cta:hover{ background:var(--red-deep); }
.burger{ grid-column:4 / 5; grid-row:1; justify-self:end; align-self:center; display:none; background:none; border:0; font-size:26px; color:var(--ink); cursor:pointer; }

.nav-float{
  position:fixed; top:0; left:0; right:0; z-index:80;
  background:#fff;
  box-shadow:0 8px 28px rgba(0,0,0,.10);
  transform:translateY(-100%);
  transition:transform .32s cubic-bezier(.22,.61,.36,1);
}
.nav-float .nav-inner{ padding:0 var(--pad); grid-template-rows:78px; }
.nav-float.show{ transform:translateY(0); }

/* ---------- hero ---------- */
.hero{ padding-top:24px; }
.crumb{
  grid-column:1 / -1;
  display:flex; gap:10px; align-items:center;
  font-size:15px; color:var(--faint); letter-spacing:.01em;
  margin-bottom:40px;
}
.crumb a{ color:var(--muted); text-decoration:none; transition:color .2s; }
.crumb a:hover{ color:var(--red); }
.crumb .sep{ color:var(--line); }

.hero-title-wrap{ grid-column:1 / 3; }
.kicker{ display:inline-block; color:var(--red); font-size:15px; letter-spacing:.12em; text-transform:uppercase; font-weight:420; margin-bottom:22px; }
h1.title{
  font-weight:300; font-variation-settings:"wght" 300;
  text-transform:uppercase;
  font-size:clamp(2.4rem, 4.4vw, 4rem);
  line-height:1.04; letter-spacing:-0.01em; color:var(--ink-strong);
}

.hero-intro{ grid-column:4 / 5; align-self:flex-end; padding-bottom:6px; }
.hero-intro p{ font-size:1.18rem; line-height:1.62; color:var(--ink); font-weight:340; }
.hero-intro p .em{ color:var(--ink-strong); font-weight:420; }

.hero-photo{
  grid-column:1 / -1;
  margin-top:52px;
  position:relative;
  height:clamp(320px, 42vw, 560px);
  overflow:hidden;
  background:#ddd;
}
.hero-photo img{
  position:absolute; inset:0;
  width:100%; height:100%;
  object-fit:cover; object-position:center;
  filter:grayscale(1) contrast(1.02);
}
.hero-photo::after{
  content:""; position:absolute; inset:0;
  background:linear-gradient(to bottom, rgba(255,255,255,0) 0%, rgba(0,0,0,0.5) 100%);
  pointer-events:none;
}

/* ---------- article body ---------- */
.article-body{ padding:72px 0 24px; }
.article-body .grid4{ align-items:start; }

.rail{ grid-column:1 / 2; position:sticky; top:108px; }
.rail .rail-h{ font-size:13px; letter-spacing:.13em; text-transform:uppercase; color:var(--faint); margin-bottom:16px; padding-bottom:14px; }
.toc{ list-style:none; display:flex; flex-direction:column; gap:2px; }
.toc a{ display:block; text-decoration:none; color:var(--muted); font-size:15px; line-height:1.35; padding:9px 0 9px 16px; border-left:2px solid transparent; transition:all .2s; }
.toc a:hover{ color:var(--ink-strong); border-left-color:var(--line); }
.toc a.active{ color:var(--red); border-left-color:var(--red); font-weight:380; }

.prose{ grid-column:2 / 4; }
.prose > * + *{ margin-top:1.4em; }
.prose p{ font-size:1.0625rem; line-height:1.78; color:var(--ink); font-weight:340; }
.prose .lead{ font-size:1.2rem; line-height:1.62; color:var(--ink-strong); font-weight:360; }
.prose h2{ font-weight:340; font-variation-settings:"wght" 340; text-transform:uppercase; font-size:1.85rem; line-height:1.12; letter-spacing:-0.005em; color:var(--ink-strong); margin-top:2.5em; scroll-margin-top:108px; }
.prose h2 .num{ display:block; color:var(--red); font-size:.9rem; letter-spacing:.12em; margin-bottom:14px; font-weight:420; }
.prose h3{ font-weight:440; font-size:1.1rem; letter-spacing:.01em; color:var(--ink-strong); margin-top:2em; scroll-margin-top:108px; }
.prose strong{ color:var(--ink-strong); font-weight:560; }
.prose em{ font-style:italic; }

.pull{ margin:2.4em 0; padding:6px 0 6px 32px; border-left:3px solid var(--red); }
.pull p{ font-size:1.5rem; line-height:1.36; color:var(--ink-strong); font-weight:300; font-style:italic; letter-spacing:-0.005em; }
.pull cite{ display:block; margin-top:16px; font-style:normal; font-size:.95rem; color:var(--muted); }

.maxim{ margin:2.2em 0; text-align:center; padding:38px 24px; background:var(--paper-2); }
.maxim p{ font-size:1.36rem; font-style:italic; color:var(--ink-strong); font-weight:320; line-height:1.4; }

.prose ul, .prose ol{ padding-left:1.3em; }
.prose li{ font-size:1.04rem; line-height:1.72; color:var(--ink); margin-top:.55em; padding-left:.4em; }
.prose ul li::marker{ color:var(--red); }
.prose ol li::marker{ color:var(--red); font-weight:500; }

.clause-set{ display:grid; gap:14px; margin:1.9em 0; }
.clause{ border:1px solid var(--line); padding:22px 24px; background:#fff; transition:border-color .2s; }
.clause:hover{ border-color:var(--red); }
.clause .tag{ font-size:12px; letter-spacing:.12em; text-transform:uppercase; color:var(--red); margin-bottom:12px; display:block; font-weight:420; }
.clause p{ font-size:1.02rem; color:var(--ink-strong); font-style:italic; line-height:1.5; font-weight:340; }
.clause p .mw{ color:var(--red); font-style:normal; font-weight:520; }

.callout{ margin:2.1em 0; padding:26px 28px; background:var(--paper-2); border-left:3px solid var(--ink); }
.callout .ct{ font-size:12.5px; letter-spacing:.13em; text-transform:uppercase; color:var(--ink-strong); font-weight:480; margin-bottom:14px; }
.callout p{ font-size:1.0rem; line-height:1.66; color:var(--ink); }
.callout p + p{ margin-top:1em; }
.callout .casename{ color:var(--ink-strong); font-style:italic; font-weight:440; }

.notes{ grid-column:4 / 5; position:sticky; top:108px; }
.notecard{ border:1px solid var(--line); padding:22px; margin-bottom:18px; }
.notecard .nh{ font-size:12px; letter-spacing:.13em; text-transform:uppercase; color:var(--red); font-weight:440; margin-bottom:12px; }
.notecard p{ font-size:.92rem; line-height:1.55; color:var(--muted); }
.notecard .stat{ font-weight:300; font-size:2.4rem; color:var(--ink-strong); font-variation-settings:"wght" 300; line-height:1; display:block; margin-bottom:6px; }

.author{ grid-column:2 / 4; margin-top:48px; padding-top:34px; display:flex; gap:22px; align-items:flex-start; }
.author .ph{ width:60px; height:60px; flex:none; border-radius:50%; background:linear-gradient(135deg,#3a3a3a,#6a6a6a); color:#fff; display:grid; place-items:center; font-size:19px; font-weight:320; }
.author .who{ font-weight:460; color:var(--ink-strong); font-size:1.04rem; }
.author .role{ color:var(--muted); font-size:.92rem; margin-top:3px; }
.author .bio{ color:var(--ink); font-size:.96rem; line-height:1.6; margin-top:12px; }

.progress{ position:fixed; top:0; left:0; height:2px; width:0%; background:var(--red); z-index:90; transition:width .1s linear; }

/* ---------- related cards ---------- */
.related{ padding:88px 0 100px; }
.related-head{ margin-bottom:44px; }
.related h2{ font-weight:340; font-variation-settings:"wght" 340; text-transform:uppercase; font-size:2rem; color:var(--red); letter-spacing:-0.005em; margin-bottom:8px; }
.related .sub{ color:var(--muted); font-size:1rem; }

.cards{ display:grid; grid-template-columns:repeat(4, minmax(0,1fr)); gap:0; }
.card{
  background:#fff;
  padding:34px 30px 36px;
  min-height:330px;
  display:flex; flex-direction:column;
  box-shadow:0 6px 30px rgba(0,0,0,.10);
  transition:transform .25s ease, box-shadow .25s ease;
  position:relative;
}
.card:nth-child(odd){ z-index:1; }
.card:nth-child(even){ z-index:2; box-shadow:0 10px 38px rgba(0,0,0,.14); }
.card:hover{ transform:translateY(-6px); z-index:5; box-shadow:0 18px 48px rgba(0,0,0,.18); }
.card .cat{ color:var(--red); font-size:14px; letter-spacing:.01em; margin-bottom:16px; font-weight:380; }
.card h3{ font-weight:380; font-size:1.12rem; line-height:1.28; color:var(--ink-strong); letter-spacing:.004em; }
.card p{ color:var(--muted); font-size:.95rem; line-height:1.55; margin-top:14px; }
.card .read{ margin-top:auto; padding-top:26px; }
.card .read a{ display:inline-block; border:1px solid #cfcfcf; padding:9px 20px; font-size:15px; color:var(--ink-strong); text-decoration:none; transition:all .2s; }
.card .read a:hover{ border-color:var(--red); color:var(--red); }

/* ---------- footer ---------- */
footer{
  background:#000000; color:#fff;
  padding:72px var(--pad) 64px;
  margin-left:calc(var(--pad) * -1);
  margin-right:calc(var(--pad) * -1);
}
.foot-grid{
  display:grid;
  grid-template-columns:repeat(4, minmax(0,1fr));
  gap:var(--gutter);
  align-items:start;
}
.foot-logo{ grid-column:1 / 2; line-height:0; }
.foot-logo svg{ width:100%; max-width:300px; height:auto; display:block; }
.foot-menu{ grid-column:3 / 4; }
.foot-contact{ grid-column:4 / 5; }
.foot-menu{ list-style:none; display:flex; flex-direction:column; gap:20px; padding-top:10px; }
.foot-menu a{ color:#ededed; text-decoration:none; font-size:16px; transition:opacity .2s; }
.foot-menu a:hover{ opacity:.7; }
.foot-contact{ padding-top:10px; display:flex; flex-direction:column; gap:22px; }
.foot-contact div{ color:#d2d2d2; font-size:15px; line-height:1.55; }
.foot-contact a{ color:#d2d2d2; text-decoration:none; transition:color .2s; }
.foot-contact a:hover{ color:#fff; }

/* ---------- responsive ---------- */
@media (max-width:1180px){
  :root{ --pad:56px; }
  .notes{ display:none; }
  .prose{ grid-column:2 / 5; }
  .author{ grid-column:2 / 5; }
}
@media (max-width:900px){
  :root{ --pad:40px; }
  .hero-title-wrap{ grid-column:1 / -1; }
  .hero-intro{ grid-column:1 / -1; margin-top:24px; align-self:auto; }
  .hero-intro p{ max-width:48rem; }
  .article-body .grid4{ display:block; }
  .rail{ position:static; border:1px solid var(--line); padding:24px; margin-bottom:40px; }
  .prose{ max-width:none; }

  /* nav collapses: logo left, burger right, menu hidden */
  .nav-inner{ display:flex; align-items:center; justify-content:space-between; grid-template-rows:none; }
  .nav-links{ display:none; }
  .menu{ display:none; }
  .cta{ display:none; }
  .burger{ display:block; }

  .cards{ grid-template-columns:1fr 1fr; }
  .card{ box-shadow:0 6px 24px rgba(0,0,0,.10); }

  /* footer stacks to one column */
  .foot-grid{ display:block; }
  .foot-logo, .foot-menu, .foot-contact{ display:block; }
  .foot-logo{ margin-bottom:40px; }
  .foot-menu{ margin-bottom:36px; }
  .foot-logo svg{ width:200px; }
}
@media (max-width:560px){
  :root{ --pad:22px; }
  .cards{ grid-template-columns:1fr; }
  h1.title{ font-size:clamp(2rem,9vw,2.8rem); }
  .prose p, .prose li{ font-size:1.02rem; }
  .nav-inner{ min-height:72px; }
}
</style>
</head>
<body>
<div class="progress" id="progress"></div>

<div class="nav-float" id="navFloat">
  <div class="wrap nav-inner">
    <a href="#" class="logo"><svg width="148" height="40" viewBox="0 0 148 40" fill="none" xmlns="http://www.w3.org/2000/svg" aria-label="AKTA"><path d="M110.25 0.0771484V6.22754L110.173 6.45801H96.8721V39.748L94.6426 39.8252H92.0283L90.4141 39.748V6.45801H76.96L76.8828 5.53613V0.0771484L107.636 0L110.25 0.0771484ZM49.7393 39.6738L49.6621 39.751H43.5889L43.5117 37.5986V28.0645L43.5889 26.373L43.8965 25.1436L44.5107 23.9131L45.126 23.1445L45.8184 22.5293L46.8945 21.9141L48.0479 21.5303L48.9707 21.376H49.7393V39.6738ZM20.6816 0.845703L21.4502 1.15332L22.2959 1.69141L22.9873 2.30664L23.6797 3.30664L24.2949 4.53613L25.1406 6.53516L26.0625 8.68848L27.4473 11.9941L28.3691 14.3008L29.7529 17.6064L30.9834 20.6045L32.0596 23.2188L33.0596 25.6025L34.2119 28.3701L36.4424 33.752L37.9795 37.4414L38.8252 39.5176V39.748H32.3672L32.1367 39.3643L31.3682 37.6729L30.291 35.0586L28.9072 31.6758L27.7539 28.9082L26.4473 25.6787L24.9863 22.2197L23.6025 18.8369L22.4492 15.9922L21.0654 12.6094L19.7588 9.53418L19.2969 8.45703L18.4512 10.5332L15.8379 16.8379L14.9922 18.9131L13.4541 22.6807L12.3779 25.3711L11.2246 28.2158L9.84082 31.5986L8.61035 34.5977L7.45801 37.4414L6.53516 39.6719L6.45801 39.748H0.0771484L0 39.5947L1.15332 36.75L2.15234 34.29L2.99805 32.2139L4.53613 28.4463L4.99707 27.2939L7.22656 21.7578L9.6875 15.7607L11.0713 12.3789L13.6084 6.15137L14.5303 3.92188L14.9922 2.99902L15.5303 2.30664L16.1455 1.69141L17.1445 1.07715L18.2207 0.692383L18.7588 0.615234H19.7588L20.6816 0.845703ZM74.4219 0.0771484L74.1143 0.538086L73.3457 1.38379L72.6533 2.22949L71.8848 3.0752L71.3467 3.69043L70.4238 4.7666L69.501 5.7666L68.8096 6.6123L68.2715 7.15039L67.5791 7.99609L66.5801 9.07227L66.041 9.6875L65.3496 10.4561L64.8115 11.0713L63.9658 11.9941L63.043 13.0703L61.9668 14.2236L61.2744 15.0693L60.1221 16.2988L59.4297 17.1445L58.7373 17.8369L58.0459 18.7598L57.8154 19.2979V20.0664L58.0459 20.7578L58.8916 21.7578L59.583 22.4492L60.1221 23.0645L61.2744 24.2949L61.8135 24.9102L63.043 26.2168L63.9658 27.2168L64.6572 27.9854L65.7344 29.1387L66.2725 29.7539L67.3486 30.9062L67.8867 31.5215L68.5781 32.291L69.5781 33.3672L70.1162 33.9824L71.9609 35.9805L72.7305 36.8262L73.2686 37.4414L74.4219 38.6719L75.1133 39.4404L75.2676 39.748H67.3486L66.2725 38.6719L65.7344 38.0566L64.8887 37.1338L63.8115 35.9805L63.1201 35.2119L62.582 34.5967L62.0439 34.0586L61.5059 33.4434L60.6602 32.5215L60.1221 31.9062L59.583 31.3682L59.0449 30.7529L58.3535 29.9844L57.4307 28.9844L56.585 28.0625L56.0469 27.4473L55.5088 26.9092L54.9707 26.2939L53.125 24.2949L52.2793 23.3721L51.5879 22.2959L51.2031 21.373L50.9727 20.2969L51.0498 19.0664L51.4336 17.8369L51.8955 16.9912L52.5869 16.1455L53.8945 14.8379L54.4326 14.2236L56.0469 12.6084L56.585 11.9941L58.0459 10.5332L58.584 9.91797L59.7373 8.76465L60.2754 8.14941L61.3516 7.07324L61.8896 6.45801L63.2734 5.07422L63.8115 4.45898L66.5801 1.69141L67.1182 1.07617L68.1172 0.0771484L68.2715 0L74.4219 0.0771484ZM129.395 0.692383L130.471 1.07715L131.394 1.61523L132.239 2.38379L133.008 3.53711L133.546 4.76758L134.392 6.84277L137.083 13.3008L138.312 16.2998L139.62 19.4512L140.773 22.2197L141.772 24.6025L143.079 27.7549L144.002 29.9844L145.155 32.752L146.231 35.3662L147.692 38.9023L148 39.748H141.465L141.08 39.1328L140.081 36.75L138.928 33.9824L137.774 31.1377L136.621 28.3701L135.392 25.3711L134.238 22.6035L132.777 19.0674L131.701 16.4531L130.394 13.3008L128.702 9.14941L128.472 8.53418L128.164 9.14941L127.318 11.2256L126.165 14.0693L125.243 16.2998L123.859 19.6826L122.937 21.9121L121.398 25.6787L120.322 28.293L119.169 31.1377L117.862 34.29L116.709 37.1348L115.71 39.5176L115.556 39.748H109.098L109.175 39.3643L110.021 37.2881L111.097 34.6738L112.25 31.9062L112.711 30.7529L113.557 28.6777L114.787 25.6787L116.094 22.5264L117.247 19.6826L118.478 16.6836L119.938 13.1475L121.091 10.3027L122.244 7.53516L123.705 3.92188L124.32 2.84473L124.858 2.15332L125.627 1.46094L126.857 0.845703L127.396 0.692383L128.164 0.615234L129.395 0.692383ZM49.8926 11.6865L49.7393 12.6865L49.3545 13.7627L48.8936 14.6084L48.125 15.4541L47.3555 15.9922L46.2793 16.5303L45.0498 16.8379L43.5889 16.9912L43.5117 16.2998V1.53809L43.5889 0.0771484H49.8926V11.6865Z" fill="#B21E24"/></svg></a>
    <nav class="nav-links">
      <ul class="menu">
        <li><a href="#">Home</a></li>
        <li><a href="#">About</a></li>
        <li><a href="#" class="active">Practices</a></li>
        <li><a href="#">Contact us</a></li>
      </ul>
    </nav>
    <a href="#" class="cta">Get in touch</a>
    <button class="burger" aria-label="Menu">&#9776;</button>
  </div>
</div>

<header class="nav">
  <div class="wrap nav-inner">
    <a href="#" class="logo"><svg width="148" height="40" viewBox="0 0 148 40" fill="none" xmlns="http://www.w3.org/2000/svg" aria-label="AKTA"><path d="M110.25 0.0771484V6.22754L110.173 6.45801H96.8721V39.748L94.6426 39.8252H92.0283L90.4141 39.748V6.45801H76.96L76.8828 5.53613V0.0771484L107.636 0L110.25 0.0771484ZM49.7393 39.6738L49.6621 39.751H43.5889L43.5117 37.5986V28.0645L43.5889 26.373L43.8965 25.1436L44.5107 23.9131L45.126 23.1445L45.8184 22.5293L46.8945 21.9141L48.0479 21.5303L48.9707 21.376H49.7393V39.6738ZM20.6816 0.845703L21.4502 1.15332L22.2959 1.69141L22.9873 2.30664L23.6797 3.30664L24.2949 4.53613L25.1406 6.53516L26.0625 8.68848L27.4473 11.9941L28.3691 14.3008L29.7529 17.6064L30.9834 20.6045L32.0596 23.2188L33.0596 25.6025L34.2119 28.3701L36.4424 33.752L37.9795 37.4414L38.8252 39.5176V39.748H32.3672L32.1367 39.3643L31.3682 37.6729L30.291 35.0586L28.9072 31.6758L27.7539 28.9082L26.4473 25.6787L24.9863 22.2197L23.6025 18.8369L22.4492 15.9922L21.0654 12.6094L19.7588 9.53418L19.2969 8.45703L18.4512 10.5332L15.8379 16.8379L14.9922 18.9131L13.4541 22.6807L12.3779 25.3711L11.2246 28.2158L9.84082 31.5986L8.61035 34.5977L7.45801 37.4414L6.53516 39.6719L6.45801 39.748H0.0771484L0 39.5947L1.15332 36.75L2.15234 34.29L2.99805 32.2139L4.53613 28.4463L4.99707 27.2939L7.22656 21.7578L9.6875 15.7607L11.0713 12.3789L13.6084 6.15137L14.5303 3.92188L14.9922 2.99902L15.5303 2.30664L16.1455 1.69141L17.1445 1.07715L18.2207 0.692383L18.7588 0.615234H19.7588L20.6816 0.845703ZM74.4219 0.0771484L74.1143 0.538086L73.3457 1.38379L72.6533 2.22949L71.8848 3.0752L71.3467 3.69043L70.4238 4.7666L69.501 5.7666L68.8096 6.6123L68.2715 7.15039L67.5791 7.99609L66.5801 9.07227L66.041 9.6875L65.3496 10.4561L64.8115 11.0713L63.9658 11.9941L63.043 13.0703L61.9668 14.2236L61.2744 15.0693L60.1221 16.2988L59.4297 17.1445L58.7373 17.8369L58.0459 18.7598L57.8154 19.2979V20.0664L58.0459 20.7578L58.8916 21.7578L59.583 22.4492L60.1221 23.0645L61.2744 24.2949L61.8135 24.9102L63.043 26.2168L63.9658 27.2168L64.6572 27.9854L65.7344 29.1387L66.2725 29.7539L67.3486 30.9062L67.8867 31.5215L68.5781 32.291L69.5781 33.3672L70.1162 33.9824L71.9609 35.9805L72.7305 36.8262L73.2686 37.4414L74.4219 38.6719L75.1133 39.4404L75.2676 39.748H67.3486L66.2725 38.6719L65.7344 38.0566L64.8887 37.1338L63.8115 35.9805L63.1201 35.2119L62.582 34.5967L62.0439 34.0586L61.5059 33.4434L60.6602 32.5215L60.1221 31.9062L59.583 31.3682L59.0449 30.7529L58.3535 29.9844L57.4307 28.9844L56.585 28.0625L56.0469 27.4473L55.5088 26.9092L54.9707 26.2939L53.125 24.2949L52.2793 23.3721L51.5879 22.2959L51.2031 21.373L50.9727 20.2969L51.0498 19.0664L51.4336 17.8369L51.8955 16.9912L52.5869 16.1455L53.8945 14.8379L54.4326 14.2236L56.0469 12.6084L56.585 11.9941L58.0459 10.5332L58.584 9.91797L59.7373 8.76465L60.2754 8.14941L61.3516 7.07324L61.8896 6.45801L63.2734 5.07422L63.8115 4.45898L66.5801 1.69141L67.1182 1.07617L68.1172 0.0771484L68.2715 0L74.4219 0.0771484ZM129.395 0.692383L130.471 1.07715L131.394 1.61523L132.239 2.38379L133.008 3.53711L133.546 4.76758L134.392 6.84277L137.083 13.3008L138.312 16.2998L139.62 19.4512L140.773 22.2197L141.772 24.6025L143.079 27.7549L144.002 29.9844L145.155 32.752L146.231 35.3662L147.692 38.9023L148 39.748H141.465L141.08 39.1328L140.081 36.75L138.928 33.9824L137.774 31.1377L136.621 28.3701L135.392 25.3711L134.238 22.6035L132.777 19.0674L131.701 16.4531L130.394 13.3008L128.702 9.14941L128.472 8.53418L128.164 9.14941L127.318 11.2256L126.165 14.0693L125.243 16.2998L123.859 19.6826L122.937 21.9121L121.398 25.6787L120.322 28.293L119.169 31.1377L117.862 34.29L116.709 37.1348L115.71 39.5176L115.556 39.748H109.098L109.175 39.3643L110.021 37.2881L111.097 34.6738L112.25 31.9062L112.711 30.7529L113.557 28.6777L114.787 25.6787L116.094 22.5264L117.247 19.6826L118.478 16.6836L119.938 13.1475L121.091 10.3027L122.244 7.53516L123.705 3.92188L124.32 2.84473L124.858 2.15332L125.627 1.46094L126.857 0.845703L127.396 0.692383L128.164 0.615234L129.395 0.692383ZM49.8926 11.6865L49.7393 12.6865L49.3545 13.7627L48.8936 14.6084L48.125 15.4541L47.3555 15.9922L46.2793 16.5303L45.0498 16.8379L43.5889 16.9912L43.5117 16.2998V1.53809L43.5889 0.0771484H49.8926V11.6865Z" fill="#B21E24"/></svg></a>
    <nav class="nav-links">
      <ul class="menu">
        <li><a href="#">Home</a></li>
        <li><a href="#">About</a></li>
        <li><a href="#" class="active">Practices</a></li>
        <li><a href="#">Contact us</a></li>
      </ul>
    </nav>
    <a href="#" class="cta">Get in touch</a>
    <button class="burger" aria-label="Menu">&#9776;</button>
  </div>
</header>

<main>
  <section class="wrap hero">
    <div class="grid4">
      <div class="crumb">
        <a href="#">Home</a><span class="sep">/</span>
        <a href="#">Insights</a><span class="sep">/</span>
        <a href="#">Dispute Resolution</a>
      </div>

      <div class="hero-title-wrap">
        <span class="kicker">Corporate &amp; Finance &middot; Disputes</span>
        <h1 class="title">English Law Governed Agreements — Hidden Value Points</h1>
      </div>

      <div class="hero-intro">
        <p><span class="em">English courts pride themselves on commercial pragmatism</span> — upholding bargains freely struck, however infelicitously expressed. A practical map of the words that quietly decide liability, quantum and the right to walk away.</p>
      </div>

      <div class="hero-photo">
      </div>
    </div>
  </section>

  <section class="wrap article-body">
    <div class="grid4">

      <aside class="rail">
        <nav>
          <ul class="toc" id="toc">
            <li><a href="#construction" class="active">How contracts are construed</a></li>
            <li><a href="#bespoke">A bespoke exercise</a></li>
            <li><a href="#magic">Magic words</a></li>
            <li><a href="#represents">"Represents" or "Warrants"</a></li>
            <li><a href="#condition">"Condition"</a></li>
            <li><a href="#time">"Time of the Essence"</a></li>
            <li><a href="#trust">"Trust"</a></li>
            <li><a href="#reprieve">Reprieve</a></li>
          </ul>
        </nav>
      </aside>

      <article class="prose">
        <p class="lead">English courts pride themselves on their commercial pragmatism and readiness to uphold and give effect to commercial bargains freely struck between willing participants, however infelicitously expressed.</p>

        <p>A salutary remark by Lord Reid in <em>Moschi v Lep Air Services Ltd</em> [1973] A.C. 331, 344 continues to hold true now, fifty years after he made it:</p>

        <div class="pull">
          <p>"Parties are free to make any agreement they like and we must, I think, determine just what this agreement means."</p>
          <cite>— Lord Reid, Moschi v Lep Air Services Ltd</cite>
        </div>

        <h2 id="construction"><span class="num">01 — Construction</span>How contracts are construed</h2>

        <p>As part of the English law of contract, the courts have developed techniques for determining what an agreement means. At a high level of abstraction, the current iteration of the basic principles has been settled for close to a decade by a familiar trio of Supreme Court cases — so familiar they need no citation. New intakes of senior judges continue to recite, refine and gloss these principles, and there is no shortage of authority examining almost every conceivable nuance. Still, the basics are agreed for now, and the current judicial attitude may be captured in an unofficial maxim:</p>

        <div class="maxim"><p>In construing a contract, every single word counts.</p></div>

        <p>Construction is an iterative process in which all pleaded rival meanings of disputed words are considered against the entirety of the contract and in light of their commercial consequences. The courts weigh both the internal construction of each clause and its inter-relation with every other. They select as true the meaning that best accords with the words used, the commercial tenor and purpose of the agreement, and the admissible factual background.</p>

        <p>Legal dogma holds that there is only one "true" meaning of any contractual provision, and the court's task is to find it. The words that fall to be construed are the starting point and remain the firm foundation throughout. <strong>Arguments from redundancy carry little weight</strong>: every word counts and must be read in the context of its phrase, provision, clause and the whole contract, so as to produce a coherent meaning. A construction must not be so over-literal that it loses sight of business common sense — yet a court must not rewrite an improvident bargain whose clear terms simply make poor commercial sense.</p>

        <p>After some vacillation, the courts have rejected attempts to elevate commercial common sense into the overarching test of construction. Resort to it is allowed only in cases of genuine ambiguity: where two genuinely rival meanings exist, the court prefers the one that accords better with business sense. But where the meaning is clear, the courts will not second-guess its commercial effect. Courts do not mend bad bargains; the loss from a bad bargain is left to lie where it falls.</p>

        <h2 id="bespoke"><span class="num">02 — Method</span>A bespoke exercise</h2>

        <p>Construction, though governed by general principles, is a bespoke exercise. Past cases in which specific language was construed are not strictly binding on the construction of a different contract, however similar — the only exception being standard forms used in sectors such as shipping or commodities trading. Each contract is construed on its own language and against its own peculiar background.</p>

        <p>Some judges have shown clear impatience with arguments by analogy from other contracts in other cases. Even the most minute differences in language are pored over, and every nuance and shade of meaning debated at length. The result is that fairly simple questions of construction can generate lengthy hair-splitting arguments — and enormous costs.</p>

        <div class="callout">
          <div class="ct">Example — the cost of a single phrase</div>
          <p>In <span class="casename">Miller's Wharf Partnership v Corinthia Column Ltd</span> [1991] 1 EGLR 192, a lease agreement allowed either party to rescind by notice if conditions "have not been satisfied on or before 30th June 1988." The conditions were satisfied late; notice was served afterwards. The court held the notice good — it could be given "at any time thereafter."</p>
          <p>In <span class="casename">McGahon v Crest Nicholson Regeneration Ltd</span> [2010] EWCA Civ 842, near-identical wording produced the opposite result. The Court of Appeal held the notice bad: rescission could only be given <em>while the condition remained unsatisfied</em>. The difference turned on the express words "at any time thereafter" present in one contract and absent in the other.</p>
        </div>

        <h2 id="magic"><span class="num">03 — Vocabulary</span>Magic words</h2>

        <p>Some words in a contract have acquired a specialised technical meaning that produces defined consequences as a matter of law. In the course of negotiations, it repays recognising these words and accounting for their distinctive characteristics. Used carelessly, they can reshape liability, quantum and the right to terminate without anyone at the table intending it.</p>

        <h3 id="represents">"Represents" or "Warrants"</h3>

        <p>Consider two variants of the same provision in a share-purchase agreement:</p>

        <div class="clause-set">
          <div class="clause">
            <span class="tag">Variant A — Warranty</span>
            <p>"Seller hereby <span class="mw">warrants</span> that the Company had EBITDA of $1m in 2025."</p>
          </div>
          <div class="clause">
            <span class="tag">Variant B — Representation</span>
            <p>"Seller hereby <span class="mw">represents</span> that the Company had EBITDA of $1m in 2025."</p>
          </div>
        </div>

        <p>Each word carries its own consequence for both liability and quantum if the statement proves untrue.</p>

        <p><strong>On liability:</strong> a warranty is breached if, as a matter of fact, 2025 EBITDA was below $1m — nothing more is required. For a misrepresentation, the purchaser must additionally show reliance: that it actually believed the statement and acted on it. If the seller shows the purchaser was indifferent to EBITDA, or had independent knowledge that the figure was wrong, there is no claim.</p>

        <p><strong>On quantum,</strong> suppose actual EBITDA was $500k. An untrue warranty sounds in damages designed to place the purchaser where it would have been had the warranty been true — compensation for <em>loss of bargain</em>, the difference between the market price the shares would have commanded at $1m EBITDA and their true price at $500k. If the purchaser had underpaid against the market, it recovers a profit; if it overpaid, the overpayment is ignored.</p>

        <p>A misrepresentation sounds in damages designed to place the purchaser as if there had been <em>no sale</em> — compensation for <em>loss on the actual deal</em>, the difference between the price actually paid and the true value at $500k EBITDA. Here, an overpayment against the market <em>is</em> recoverable, but the loss of a good bargain is not.</p>

        <h3 id="condition">"Condition"</h3>

        <p>What happens when a term is broken depends on what type of term it is. The common law draws a three-way distinction:</p>

        <ul>
          <li><strong>Condition:</strong> any breach, however slight, entitles the aggrieved party to treat the contract as at an end.</li>
          <li><strong>Warranty:</strong> a breach sounds only in damages; there is no right to terminate.</li>
          <li><strong>Intermediate (innominate) term:</strong> a breach may or may not allow termination, depending on whether it deprived the other party of substantially the whole benefit it was to obtain.</li>
        </ul>

        <div class="callout">
          <div class="ct">Example — "condition" given full effect</div>
          <p>In <span class="casename">Personal Touch Financial Services Ltd v Simplysure Ltd</span> [2016] EWCA Civ 461, clause 7 stated it was "a condition" that the appointed representative abide by the regulator's rules. The court held this a true condition: any breach was repudiatory. That the breach caused no loss was irrelevant — the word "condition" was given its literal meaning and full legal effect.</p>
        </div>

        <p>In modern practice the word has lost some of its magic. It still falls to be construed in context; loose use, or absurd consequences from a literal reading, may lead the courts to treat it as an innominate term rather than a true condition — a possibility established in the <em>Wickman Machine</em> case discussed below.</p>

        <h3 id="time">"Time of the Essence"</h3>

        <p>AKTA lawyers frequently see drafts containing language such as <em>"Time shall be of the essence of this contract."</em> Its true significance is not always appreciated, and it is often buried in boilerplate rather than deployed judiciously against the specific obligations where it belongs.</p>

        <p>What it does is turn every contractual deadline into a true condition. Miss the deadline by a single second, and the other party may declare the contract at an end. That effect is not liable to be diluted by construction. It is easy to imagine the havoc wrought by undiscriminating use of such language in a complex contract with time stipulations of widely varying importance.</p>

        <div class="callout">
          <div class="ct">Example — eleven minutes too late</div>
          <p>In <span class="casename">Union Eagle Ltd v Golden Achievement Ltd</span> [1997] AC 514, completion was to occur before 5pm on 30 September, time being of the essence. The purchaser called at 5.01 to say the cheque was on its way; it arrived at 5.10. At 5.11 the seller served notice of rescission and returned it.</p>
          <p>The Privy Council found for the seller. Once 5pm passed, the purchaser could no longer complete. "Slightly late" was too late. The court had no jurisdiction — at law or in equity — to relieve against an outcome the parties had agreed to. Contractual certainty was paramount, even where the result looked harsh.</p>
        </div>

        <p><strong>Practice note.</strong> Where time is not of the essence under the express terms, it can be made so by unilateral notice — once a deadline is missed, the innocent party may serve a notice that:</p>

        <ol>
          <li>sets a new and reasonable deadline;</li>
          <li>requires performance within it;</li>
          <li>expressly makes time of the essence, stating that the contract may be terminated if complete performance is not tendered in time.</li>
        </ol>

        <p>Termination on this footing is only available if failure to meet the extended deadline is, in its own right, a sufficiently serious breach — which depends on the nature of the performance owed. AKTA has used this technique on a sale of securities exercised under an option. The option contract made no provision for time being of the essence; when the purchaser failed to complete, a notice fixed a new deadline made of the essence. When completion still did not occur, rescission followed and the seller retained the shares, reselling at a substantial premium over the option price.</p>

        <h3 id="trust">"Trust"</h3>

        <p>Provisions dealing with the distribution or retention of funds may use the words "shall hold in/on trust for." Beware these words: they move the relationship out of contract and into the rules of equity governing trusts — a different world, with complicated rules and significant consequences:</p>

        <ul>
          <li>a split of ownership into legal and equitable;</li>
          <li>fiduciary duties of the trustee — loyalty (no self-dealing, no conflict, account for secret profit) and care;</li>
          <li>proprietary remedies — recovery of the funds as property, not merely as debt or damages;</li>
          <li>tracing remedies — following the funds into assets bought with them and their proceeds;</li>
          <li>equitable compensation, somewhat akin to damages.</li>
        </ul>

        <p>These incidents must be considered closely in context and may be tempered — though not excluded entirely — by appropriately phrased disclaimers.</p>

        <h2 id="reprieve"><span class="num">04 — Relief</span>Reprieve</h2>

        <p>In some cases relief may be available from a provision a party has, in time, come to find disadvantageous. A misnomer or obvious error will be corrected as a matter of construction — "seller" for "purchaser," "2011" for "2001" — where the intended meaning is plain. A party may also seek rectification, on the basis that the words as written do not reflect the parties' actual common intention. For that purpose, the negotiations leading up to the contract are admissible — by contrast, that evidence is not admissible in construing the contract itself.</p>

        <p>Commercial common sense is a reprieve of last resort, not a licence to rewrite. The courts' approach can be summed up:</p>

        <ul>
          <li>where the language is unambiguous, it must be applied whatever the commercial consequences;</li>
          <li>ambiguity may yet be found if literal application yields a commercially improbable result;</li>
          <li>where the language is ambiguous, the court prefers the construction more in line with commercial common sense.</li>
        </ul>

        <div class="callout">
          <div class="ct">Example — common sense tempers a "condition"</div>
          <p>In <span class="casename">L Schuler AG v Wickman Machine Tools</span> [1972] AC 235, a distributorship provided that "it shall be a condition" that the distributor's representatives visit six named firms weekly — some 1,400 visits over four years. When visits lapsed, the manufacturer sought to terminate, arguing that one missed visit out of 1,400 was repudiatory.</p>
          <p>The House of Lords found this a very unreasonable result — and the more unreasonable the result, the less likely the parties intended it. The outcome gave way to a more practical interpretation, and rescission for repudiatory breach was refused.</p>
        </div>
      </article>

      <aside class="notes">
        <div class="notecard">
          <div class="nh">Key principle</div>
          <p>Every word counts. Courts construe contracts iteratively, against the whole document and its commercial purpose.</p>
        </div>
        <div class="notecard">
          <span class="stat">1,400</span>
          <div class="nh" style="margin-bottom:6px;">Visits in Wickman</div>
          <p>One missed visit was argued to be repudiatory. The House of Lords disagreed.</p>
        </div>
        <div class="notecard">
          <span class="stat">5.11</span>
          <div class="nh" style="margin-bottom:6px;">PM — Union Eagle</div>
          <p>Eleven minutes after the deadline, the deal was lawfully rescinded. Time was of the essence.</p>
        </div>
        <div class="notecard">
          <div class="nh">Watch for</div>
          <p>"Warrants" · "Represents" · "Condition" · "Time of the essence" · "Trust" — each reshapes liability or remedy.</p>
        </div>
      </aside>

      <div class="author">
        <div class="ph">AK</div>
        <div>
          <div class="who">AKTA Disputes &amp; Corporate Team</div>
          <div class="role">English-law qualified · DIFC, Dubai</div>
          <p class="bio">This note reflects the firm's practical experience advising on English-law governed commercial agreements across the Gulf and emerging markets. It is general in nature and not legal advice on any specific matter.</p>
        </div>
      </div>
    </div>
  </section>

  <section class="wrap related">
    <div class="related-head">
      <h2>Related insights</h2>
      <p class="sub">More from our practice leads on the questions that matter.</p>
    </div>
    <div class="cards">
      <div class="card">
        <div class="cat">Corporate &amp; Finance</div>
        <h3>Navigating Multi-Jurisdictional M&amp;A in the Gulf: Regulatory Convergence and Remaining Gaps</h3>
        <p>As cross-border deal activity accelerates, acquirers face a patchwork of overlapping merger control and foreign-ownership regimes.</p>
        <div class="read"><a href="#">Read</a></div>
      </div>
      <div class="card">
        <div class="cat">Trade &amp; Compliance</div>
        <h3>Secondary Sanctions Risk for Gulf Financial Institutions: Where the Exposure Lies in 2026</h3>
        <p>US and EU enforcement actions increasingly target non-Western intermediaries. We map the principal exposure vectors.</p>
        <div class="read"><a href="#">Read</a></div>
      </div>
      <div class="card">
        <div class="cat">Dispute Resolution</div>
        <h3>Enforcing ICC Awards Against State Entities in Central Asia: Lessons from Recent Practice</h3>
        <p>Sovereign immunity arguments continue to complicate award enforcement across Uzbekistan, Kazakhstan and Azerbaijan.</p>
        <div class="read"><a href="#">Read</a></div>
      </div>
      <div class="card">
        <div class="cat">Energy</div>
        <h3>Project Finance Structures for LNG and Renewable Energy in the Emerging Markets of the Middle East</h3>
        <p>The energy transition is reshaping how development finance institutions and lenders approach deal structuring.</p>
        <div class="read"><a href="#">Read</a></div>
      </div>
    </div>
  </section>
</main>

<footer>
  <div class="wrap foot-grid">
    <div class="foot-logo"><svg width="148" height="40" viewBox="0 0 148 40" fill="none" xmlns="http://www.w3.org/2000/svg" aria-label="AKTA"><path d="M110.25 0.0771484V6.22754L110.173 6.45801H96.8721V39.748L94.6426 39.8252H92.0283L90.4141 39.748V6.45801H76.96L76.8828 5.53613V0.0771484L107.636 0L110.25 0.0771484ZM49.7393 39.6738L49.6621 39.751H43.5889L43.5117 37.5986V28.0645L43.5889 26.373L43.8965 25.1436L44.5107 23.9131L45.126 23.1445L45.8184 22.5293L46.8945 21.9141L48.0479 21.5303L48.9707 21.376H49.7393V39.6738ZM20.6816 0.845703L21.4502 1.15332L22.2959 1.69141L22.9873 2.30664L23.6797 3.30664L24.2949 4.53613L25.1406 6.53516L26.0625 8.68848L27.4473 11.9941L28.3691 14.3008L29.7529 17.6064L30.9834 20.6045L32.0596 23.2188L33.0596 25.6025L34.2119 28.3701L36.4424 33.752L37.9795 37.4414L38.8252 39.5176V39.748H32.3672L32.1367 39.3643L31.3682 37.6729L30.291 35.0586L28.9072 31.6758L27.7539 28.9082L26.4473 25.6787L24.9863 22.2197L23.6025 18.8369L22.4492 15.9922L21.0654 12.6094L19.7588 9.53418L19.2969 8.45703L18.4512 10.5332L15.8379 16.8379L14.9922 18.9131L13.4541 22.6807L12.3779 25.3711L11.2246 28.2158L9.84082 31.5986L8.61035 34.5977L7.45801 37.4414L6.53516 39.6719L6.45801 39.748H0.0771484L0 39.5947L1.15332 36.75L2.15234 34.29L2.99805 32.2139L4.53613 28.4463L4.99707 27.2939L7.22656 21.7578L9.6875 15.7607L11.0713 12.3789L13.6084 6.15137L14.5303 3.92188L14.9922 2.99902L15.5303 2.30664L16.1455 1.69141L17.1445 1.07715L18.2207 0.692383L18.7588 0.615234H19.7588L20.6816 0.845703ZM74.4219 0.0771484L74.1143 0.538086L73.3457 1.38379L72.6533 2.22949L71.8848 3.0752L71.3467 3.69043L70.4238 4.7666L69.501 5.7666L68.8096 6.6123L68.2715 7.15039L67.5791 7.99609L66.5801 9.07227L66.041 9.6875L65.3496 10.4561L64.8115 11.0713L63.9658 11.9941L63.043 13.0703L61.9668 14.2236L61.2744 15.0693L60.1221 16.2988L59.4297 17.1445L58.7373 17.8369L58.0459 18.7598L57.8154 19.2979V20.0664L58.0459 20.7578L58.8916 21.7578L59.583 22.4492L60.1221 23.0645L61.2744 24.2949L61.8135 24.9102L63.043 26.2168L63.9658 27.2168L64.6572 27.9854L65.7344 29.1387L66.2725 29.7539L67.3486 30.9062L67.8867 31.5215L68.5781 32.291L69.5781 33.3672L70.1162 33.9824L71.9609 35.9805L72.7305 36.8262L73.2686 37.4414L74.4219 38.6719L75.1133 39.4404L75.2676 39.748H67.3486L66.2725 38.6719L65.7344 38.0566L64.8887 37.1338L63.8115 35.9805L63.1201 35.2119L62.582 34.5967L62.0439 34.0586L61.5059 33.4434L60.6602 32.5215L60.1221 31.9062L59.583 31.3682L59.0449 30.7529L58.3535 29.9844L57.4307 28.9844L56.585 28.0625L56.0469 27.4473L55.5088 26.9092L54.9707 26.2939L53.125 24.2949L52.2793 23.3721L51.5879 22.2959L51.2031 21.373L50.9727 20.2969L51.0498 19.0664L51.4336 17.8369L51.8955 16.9912L52.5869 16.1455L53.8945 14.8379L54.4326 14.2236L56.0469 12.6084L56.585 11.9941L58.0459 10.5332L58.584 9.91797L59.7373 8.76465L60.2754 8.14941L61.3516 7.07324L61.8896 6.45801L63.2734 5.07422L63.8115 4.45898L66.5801 1.69141L67.1182 1.07617L68.1172 0.0771484L68.2715 0L74.4219 0.0771484ZM129.395 0.692383L130.471 1.07715L131.394 1.61523L132.239 2.38379L133.008 3.53711L133.546 4.76758L134.392 6.84277L137.083 13.3008L138.312 16.2998L139.62 19.4512L140.773 22.2197L141.772 24.6025L143.079 27.7549L144.002 29.9844L145.155 32.752L146.231 35.3662L147.692 38.9023L148 39.748H141.465L141.08 39.1328L140.081 36.75L138.928 33.9824L137.774 31.1377L136.621 28.3701L135.392 25.3711L134.238 22.6035L132.777 19.0674L131.701 16.4531L130.394 13.3008L128.702 9.14941L128.472 8.53418L128.164 9.14941L127.318 11.2256L126.165 14.0693L125.243 16.2998L123.859 19.6826L122.937 21.9121L121.398 25.6787L120.322 28.293L119.169 31.1377L117.862 34.29L116.709 37.1348L115.71 39.5176L115.556 39.748H109.098L109.175 39.3643L110.021 37.2881L111.097 34.6738L112.25 31.9062L112.711 30.7529L113.557 28.6777L114.787 25.6787L116.094 22.5264L117.247 19.6826L118.478 16.6836L119.938 13.1475L121.091 10.3027L122.244 7.53516L123.705 3.92188L124.32 2.84473L124.858 2.15332L125.627 1.46094L126.857 0.845703L127.396 0.692383L128.164 0.615234L129.395 0.692383ZM49.8926 11.6865L49.7393 12.6865L49.3545 13.7627L48.8936 14.6084L48.125 15.4541L47.3555 15.9922L46.2793 16.5303L45.0498 16.8379L43.5889 16.9912L43.5117 16.2998V1.53809L43.5889 0.0771484H49.8926V11.6865Z" fill="#FFFFFF"/></svg></div>
    <ul class="foot-menu">
      <li><a href="#">Home</a></li>
      <li><a href="#">About</a></li>
      <li><a href="#">Practices</a></li>
      <li><a href="#">Contact us</a></li>
    </ul>
    <div class="foot-contact">
      <div>Office Unit 1503, Level 15 ICD Brookfield Place<br>Al-Mustaqbal Street, DIFC Dubai, United Arab Emirates</div>
      <div><a href="tel:+97145678900">+971 4 567 8900</a></div>
      <div><a href="mailto:info@aktalegal.com">info@aktalegal.com</a></div>
      <div>Hours Sunday–Thursday, 09:00–18:00 GST</div>
    </div>
  </div>
</footer>

<script>
const bar = document.getElementById('progress');
document.addEventListener('scroll', () => {
  const h = document.documentElement;
  bar.style.width = (h.scrollTop / (h.scrollHeight - h.clientHeight) * 100) + '%';
}, {passive:true});

const navFloat = document.getElementById('navFloat');
let lastY = window.scrollY;
let upAccum = 0;
window.addEventListener('scroll', () => {
  const y = window.scrollY;
  const delta = y - lastY;
  if (delta < 0) { upAccum += -delta; }
  else if (delta > 0) { upAccum = 0; navFloat.classList.remove('show'); }
  if (upAccum >= 100 && y > 140) { navFloat.classList.add('show'); }
  if (y <= 140) { navFloat.classList.remove('show'); upAccum = 0; }
  lastY = y;
}, {passive:true});

const links = Array.from(document.querySelectorAll('#toc a'));
const targets = links.map(a => document.getElementById(a.getAttribute('href').slice(1))).filter(Boolean);
const spy = new IntersectionObserver((entries) => {
  entries.forEach(e => {
    if (e.isIntersecting) {
      const id = e.target.id;
      links.forEach(l => l.classList.toggle('active', l.getAttribute('href') === '#'+id));
    }
  });
}, { rootMargin: '-20% 0px -70% 0px', threshold:0 });
targets.forEach(t => spy.observe(t));
</script>
</body>
</html></div>]]></turbo:content>
    </item>
    <item turbo="true">
      <title>Title of the second sample post</title>
      <link>http://naura.io/tpost/vh2x89zvx1-title-of-the-second-sample-post</link>
      <amplink>http://naura.io/tpost/vh2x89zvx1-title-of-the-second-sample-post?amp=true</amplink>
      <pubDate>Thu, 04 Jun 2026 16:20:14 +0300</pubDate>
      <author>Simon Einstein</author>
      <enclosure url="https://static.tildacdn.com/tild6331-6236-4865-b663-626661366232/room-5LRUg3IwNpI-uns.jpg" type="image/jpeg"/>
      <description>This is a field to be filled it with a  description right under the headline. Use a short text to expand the meaning of your title</description>
      <turbo:content><![CDATA[<header><h1>Title of the second sample post</h1></header><figure><img alt="" src="https://static.tildacdn.com/tild6331-6236-4865-b663-626661366232/room-5LRUg3IwNpI-uns.jpg"/></figure><div class="t-redactor__text">A climbing wall is an artificially constructed wall with grips for hands and feet, usually used for indoor climbing, but sometimes located outdoors. Some are brick or wooden constructions, but on most modern walls, the material most often used is a thick multiplex board with holes drilled into it.</div><div class="t-redactor__text">Recently, manufactured steel and aluminum have also been used. The wall may have places to attach belay ropes, but may also be used to practise lead climbing or bouldering. Each hole contains a specially formed t-nut to allow modular climbing holds to be screwed onto the wall. With manufactured steel or aluminum walls, an engineered industrial fastener is used to secure climbing holds. The face of the multiplex board climbing surface is covered with textured products including concrete and paint or polyurethane loaded with sand. In addition to the textured surface and hand holds, the wall may contain surface structures such as indentions (incuts) and protrusions (bulges), or take the form of an overhang, underhang or crack. Some grips are formed to mimic the conditions of outdoor rock, including some that are oversized and can have other grips bolted onto them.</div>]]></turbo:content>
    </item>
    <item turbo="true">
      <title>The third title for the post</title>
      <link>http://naura.io/tpost/cy6b40g6g1-the-third-title-for-the-post</link>
      <amplink>http://naura.io/tpost/cy6b40g6g1-the-third-title-for-the-post?amp=true</amplink>
      <pubDate>Thu, 04 Jun 2026 16:20:14 +0300</pubDate>
      <author>Gregory Willson</author>
      <enclosure url="https://static.tildacdn.com/tild3164-6539-4437-b762-643937326436/room-7TOLFyu1Dp4-uns.jpg" type="image/jpeg"/>
      <description>Fill in description field and start your stories. This text will be shown as a description in a blog card in the newsfeed</description>
      <turbo:content><![CDATA[<header><h1>The third title for the post</h1></header><figure><img alt="" src="https://static.tildacdn.com/tild3164-6539-4437-b762-643937326436/room-7TOLFyu1Dp4-uns.jpg"/></figure><div class="t-redactor__text">Games played with curved sticks and a ball can be found in the histories of many cultures. In Egypt, 4000-year-old carvings feature teams with sticks and a projectile, hurling dates to before 1272 BC in Ireland, and there is a depiction from approximately 600 BC in Ancient Greece, where the game may have been called kerētízein or because it was played with a horn or horn-like stick. In Inner Mongolia, the Daur people have been playing beikou, a game similar to modern field hockey, for about 1,000 years.</div><div class="t-redactor__text">Most evidence of hockey-like games during the Middle Ages is found in legislation concerning sports and games. The Galway Statute enacted in Ireland in 1527 banned certain types of ball games, including games using "hooked" (written "hockie", similar to "hooky") sticks. By the 19th century, the various forms and divisions of historic games began to differentiate and coalesce into the individual sports defined today. Organizations dedicated to the codification of rules and regulations began to form, and national and international bodies sprang up to manage domestic and international competition.</div>]]></turbo:content>
    </item>
  </channel>
</rss>
