<?php
/**
 * The one and only template: a holding page for Princess Hospitality Group.
 *
 * @package phg-coming-soon
 */
?><!DOCTYPE html>
<html <?php language_attributes(); ?>>
<head>
	<meta charset="<?php bloginfo( 'charset' ); ?>">
	<meta name="viewport" content="width=device-width, initial-scale=1">
	<?php wp_head(); ?>
</head>
<body <?php body_class( 'phg-body' ); ?>>

<main class="phg-card">

	<p class="phg-eyebrow">Coming Soon</p>

	<h1 class="phg-title">
		<span class="phg-lede">The future home of</span>
		<span class="phg-accent">Princess Hospitality Group</span>
	</h1>

	<div class="phg-rule" aria-hidden="true">
		<span></span>
		<svg viewBox="0 0 12 12" fill="currentColor"><path d="M6 0l1.6 4.4L12 6l-4.4 1.6L6 12l-1.6-4.4L0 6l4.4-1.6z"/></svg>
		<span></span>
	</div>

	<p class="phg-note">
		Quietly building something worth the trip &mdash; <strong>stay tuned</strong>.
	</p>

</main>

<?php wp_footer(); ?>
</body>
</html>
