<?php
// Page 30 production copy is intentionally locked here so stale sponsor/import
// metadata cannot reintroduce placeholders such as TBD.
$sponsor='Egretta Garzetta';
$subline='Hand-knitted mohair scarves and knitwear';
$headline='Soft. Light. Quietly bold.';
$copy='Hand-knitted from a fine mohair-silk blend, Egretta Garzetta scarves are made for layering through autumn, winter and early spring.';
$productName='Green mohair skinny scarf';
$productDescription='Sage striped mohair-silk scarf, hand-knitted in a light, fluffy finish.';
$material='75% mohair / 25% silk';
$sizeLine='200 cm or 280 cm';
$brandUrl='https://egrettagarzetta.studio';
$displayUrl='egrettagarzetta.studio';
$hero=$personal && $personal['hero_image'] ? $personal['hero_image'] : $page['image_asset'];
?>
<section class="ty01-egretta-ad">
  <div class="ty01-egretta-copy">
    <div class="ty01-egretta-disclosure">SPONSORED</div>
    <div class="ty01-egretta-brand"><?php echo h(unicode_upper($sponsor)); ?></div>
    <div class="ty01-egretta-subline"><?php echo h($subline); ?></div>

    <div class="ty01-egretta-message">
      <h1><?php echo h($headline); ?></h1>
      <p><?php echo h($copy); ?></p>
    </div>

    <div class="ty01-egretta-product">
      <span>FEATURED PIECE</span>
      <strong><?php echo h($productName); ?></strong>
      <p><?php echo h($productDescription); ?></p>
      <p><?php echo h($material); ?><br><?php echo h($sizeLine); ?></p>
    </div>

    <a class="ty01-egretta-url" href="<?php echo h($brandUrl); ?>" target="_blank" rel="noopener"><?php echo h($displayUrl); ?> ↗</a>
  </div>

  <div class="ty01-egretta-visual">
    <?php if($hero): ?>
      <img src="<?php echo h(resolve_asset($hero)); ?>" alt="Egretta Garzetta mohair scarf">
    <?php endif; ?>
  </div>
</section>
